@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
img {
  display: block;
  height: auto;
}
body {
  font-family: Roboto;
  font-size: 24px;
  overflow: hidden;
  color: #666;
}
.container {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.container.with-overflow {
  overflow: visible;
}
.title-30 {
  font-size: 30px;
  font-weight: 600;
}
.small-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}
.gray-text {
  padding-top: 10px;
  color: #666;
}
section {
  padding-top: 80px;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/without-worms.jpg);
  background-image: url(../img/without-worms.webp);
  background-size: cover;
}
.section-title {
  margin-top: 51px;
  text-align: center;
  font-size: 30px;
  font-family: Roboto;
  color: #303030;
  line-height: 1.2;
  font-weight: 500;
}
.row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.column {
  width: 50%;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .section-title {
    line-height: 1.2;
    font-size: 24px;
  }
  .small-text {
    font-size: 18px;
    color: #666;
    padding-bottom: 20px;
    line-height: 1.2;
  }
}
.navigation-menu {
  position: fixed;
  z-index: 999;
  background-color: #cacaca;
  width: 100%;
  height: 80px;
}
.navigation-menu.active .navigation-menu__link-list {
  height: 480px;
}
.navigation-menu {
  display: flex;
}
.navigation-menu__active-widnow {
  max-width: 863px;
  width: 100%;
  flex-shrink: 1;
}
.navigation-menu__active-widnow-inner {
  height: 80px;
  background-image: url(../images/nav-menu-bg.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}
.navigation-menu__where-buy {
  display: flex;
  flex-shrink: 5;
  align-items: center;
  height: 80px;
  width: 100%;
  padding-left: 15px;
  color: #215785;
  cursor: pointer;
  font-size: 30px;
}
.navigation-menu__where-buy:hover {
  color: #0056b3;
}
.navigation-menu__inner {
  display: flex;
  position: relative;
}
.navigation-menu__link-list {
  position: absolute;
  top: 80px;
  left: 0;
  max-width: 863px;
  width: 100%;
  cursor: pointer;
  background-color: #cacaca;
  height: 0;
  overflow: hidden;
  transition: 0.5s all;
}
.link-list__item {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 35px;
  font-size: 30px;
  color: #0f2e7d;
}
.link-list__item:hover {
  background-color: #225787;
  color: #fff;
}
@media (max-width: 768px) {
  .navigation-menu {
    display: none;
  }
}
.header {
  height: 100vh;
}
.header-top__title {
  font-weight: 400;
  color: #215785;
  font-weight: 300;
  line-height: 1.2;
}
.header-content {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 600;
}
.header-top {
  padding-top: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header-dog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/dog.png);
  background-image: url(../img/dog.webp);
  background-repeat: no-repeat;
  background-position: top 0 left 25%;
  z-index: 200;
}
.header-dog .container {
  position: relative;
}
.header-content__tablet {
  padding-top: 116px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 20px;
}
.header-bg {
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 100;
  background-image: url(../img/bg-worms.jpg);
  background-image: url(../img/bg-worms.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-content__bottom {
  margin-top: 57px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.substrate__text {
  font-size: 18px;
  font-weight: 300;
}
.header-content__icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 525px;
  width: 100%;
}
.header-content__icons .icons__item-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}
.header-content__icons .icons__item-text {
  margin-top: 7px;
  font-size: 18px;
  color: #cf491e;
  text-align: center;
}
.header-arrow {
  position: absolute;
  top: 489px;
  overflow: hidden;
}
.header-arrow img {
  width: 100%;
}
.header-arrow-text {
  position: absolute;
  top: 523.672px;
  left: 0;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  line-height: 2;
}
.header-arrow__blue-text {
  color: #215785;
}
.header-arrow-2 {
  position: absolute;
  right: 0;
  top: 410px;
}
.icons__item {
  width: 33%;
}
.header-content__mobile-arrow {
  display: none;
}
@media (max-width: 1500px) {
  .header-dog {
    background-size: 90%;
    background-position: -50px 40px;
  }
  .header-arrow-text {
    left: 15px;
    top: 515px;
    line-height: 2;
  }
}
@media (max-width: 1200px) {
  .header-dog {
    background-size: 90%;
    background-position: -66px 75px;
  }
  .header-arrow-text {
    top: 504px;
  }
}
@media (max-width: 992px) {
  .header-dog {
    background-size: 93%;
    background-position: -130px 92px;
  }
  .header-content__tablet img {
    width: 355px;
  }
  .header-arrow {
    top: 469px;
  }
  .header-arrow-text {
    top: 485px;
    left: 20px;
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .header-bg {
    background-image: none;
    background-color: #ececec;
  }
  .gray-text {
    padding-top: 0;
  }
  .icons__item-icon img {
    width: 65px;
  }
  .header-arrow-2 {
    display: none;
  }
  .header-arrow-text {
    left: 15px;
    top: 467.062px;
  }
  .header-arrow {
    top: auto;
    bottom: 325px;
    width: 100% !important;
  }
  .header-dog .container {
    position: static;
  }
  .header-arrow-text {
    top: auto;
    bottom: 285px;
  }
  .header-content__mobile-arrow {
    display: block;
    position: absolute;
    bottom: 325px;
    left: 0;
    right: 0;
  }
  .header-content__mobile-arrow img {
    width: 100vw;
  }
  .header-content__bottom {
    margin-top: 113px;
  }
  body {
    overflow: auto;
  }
  .header {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  .header-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .header-content {
    padding: 12px 0;
    height: auto;
  }
  .header-top {
    padding: 0;
    flex-direction: row-reverse;
  }
  .header-top__title {
    max-width: 130px;
    font-weight: 300;
    font-size: 15px;
  }
  .header-top__logo img {
    width: 131px;
  }
  .header-dog {
    background-image: url(../img/mobile-bg.png);
    background-image: url(../img/mobile-bg.webp);
    background-position: 32% 55px;
    background-size: 100%;
  }
  .header-bg {
    background-repeat: repeat;
  }
  .header-content__tablet {
    padding-top: 73%;
    display: flex;
    align-items: center;
    padding-left: 40px;
  }
  .header-content__tablet img {
    width: 70%;
  }
  .header-content__substrate {
    display: none;
  }
  .header-content__bottom {
    flex-wrap: wrap;
    margin-top: 150px;
  }
  .header-content__icons {
    padding-top: 30px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .icons__item {
    width: 50%;
  }
  .icons__item span {
    display: block;
  }
  .header-content {
    padding-bottom: 12px;
  }
  .header-arrow-text {
    padding-top: 12px;
    line-height: 2;
  }
}
@media (max-width: 600px) {
  .header-arrow-text {
    padding-top: 0;
    line-height: 2;
    bottom: 272px;
  }
}
@media (max-width: 460px) {
  .header-content__icons {
    padding-top: 100px;
  }
  .header-content__bottom {
    flex-wrap: wrap;
    margin-top: 100px;
  }
  .header-arrow {
    bottom: 400px;
  }
  .header-arrow-text {
    font-size: 18px;
    bottom: 362px;
  }
  .icons__item:nth-child(3) {
    margin-top: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-height: 867px) {
  .header-dog {
    background-position: top 20% left 25%;
    background-size: 60%;
  }
  .header-top__logo img {
    width: 240px;
  }
  .header-content__tablet {
    padding-top: 80px;
  }
  .header-content__tablet img {
    width: 400px;
  }
  .header-arrow-text {
    top: 450px;
  }
  .header-arrow {
    top: 430px;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .header-top__logo img {
    width: 200px;
  }
  .header-content__bottom {
    margin-top: 40px;
  }
  .header-content__tablet img {
    width: 350px;
  }
  .header-arrow-text {
    top: 390px;
  }
  .header-arrow {
    top: 370px;
  }
  .header-dog {
    background-position: top 5% left 30%;
    background-size: 60%;
  }
}
@media (min-width: 768px) and (max-height: 665px) {
  .header-top {
    padding-top: 25px;
  }
  .header-dog {
    background-position: top 14% left 25%;
    background-size: 60%;
  }
  .header-top__logo img {
    width: 200px;
  }
  .header-content__tablet {
    padding-top: 70px;
    padding-right: 30px;
  }
  .header-content__tablet img {
    width: 300px;
  }
  .header-arrow-text {
    top: 320px;
  }
  .header-arrow {
    top: 310px;
  }
  .header-arrow-2 {
    top: 270px;
  }
  .header-content__bottom {
    margin-top: 35px;
  }
}
.special__indication {
  padding-top: 54px;
}
.special-mobile {
  display: none;
}
.indication__item-img img {
  width: 100%;
}
.indication__item-text {
  text-align: center;
  margin-bottom: 35px;
  height: 70px;
  line-height: 1.2;
}
.indication__item.bottom {
  margin-top: 56px;
  position: relative;
}
.indication__item.bottom::before {
  content: "Кормящим";
  position: absolute;
  top: 76px;
  left: 112px;
  font-size: 24px;
  font-family: Roboto;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .special {
    display: none;
  }
  .special-mobile {
    display: block;
    background-color: #ececec;
  }
  .special-mobile .section-title {
    margin-top: 0;
    padding-top: 50px;
  }
  .special-mobile__inner {
    padding-top: 25px;
  }
  .special-mobile__inner-item {
    width: 100%;
    padding-bottom: 40px;
  }
  .special-mobile__inner-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .special-mobile__inner-image img {
    width: 80%;
  }
  .special-mobile__inner-text {
    text-align: center;
    font-size: 18px;
    font-family: Roboto;
    color: #666;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-height: 910px) {
  .special .container {
    max-width: 900px;
  }
  .indication__item.bottom::before {
    top: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .special .container {
    max-width: 700px;
  }
  .indication__item-text {
    font-size: 22px;
  }
  .indication__item.bottom::before {
    font-size: 22px;
  }
  .special__indication {
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-height: 700px) {
  .special .container {
    max-width: 600px;
  }
  .indication__item-text {
    font-size: 18px;
  }
  .indication__item.bottom::before {
    top: 15px;
    left: 50px;
    font-size: 18px;
  }
}
.changes .container {
  display: flex;
  padding: 0;
}
.changes .small-text {
  margin-top: 30px;
  line-height: 1.4;
  font-weight: 300;
}
.changes .column {
  padding: 0 15px;
  height: calc(100vh - 82px);
  position: relative;
}
.changes .section-title {
  text-align: left;
  font-weight: 500;
}
.changes__tablets {
  padding-top: 126px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.changes-img {
  position: absolute;
  bottom: 0;
  height: 25%;
}
.changes__tablets {
  margin-bottom: 144px;
}
.changes-mobile {
  display: none;
}
@media (max-width: 768px) {
  .changes {
    display: none;
  }
  .changes-mobile {
    display: block;
    background-color: #ececec;
  }
  .changes-mobile .section-title {
    margin: 0;
    padding-top: 50px;
    text-align: left;
    font-size: 18px;
  }
  .changes-mobile__text {
    padding-top: 12px;
  }
  .changes-mobile__tablets {
    margin-top: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .changes-mobile__tablets img {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-height: 865px) {
  .section-title {
    margin-top: 25px;
  }
  .changes__tablets {
    margin-bottom: 40px;
  }
  .changes__tablets {
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .section-title {
    margin-top: 25px;
  }
  .changes__tablets {
    margin-bottom: 40px;
  }
  .changes img {
    width: 60%;
  }
  .changes .changes-img {
    width: auto;
    height: 20%;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .changes__tablets {
    margin-bottom: 40px;
  }
  .changes .changes-img {
    width: auto;
    height: 20%;
  }
  .changes .small-text {
    margin-top: 20px;
  }
  .changes .section-title {
    margin-top: 20px;
    font-size: 27px;
  }
}
.plus {
  position: relative;
}
.plus .container {
  position: relative;
}
.plus__center-img {
  position: absolute;
  top: 465px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plus__inner-block {
  position: absolute;
}
.plus__inner-block .plus__inner-block-plus {
  box-sizing: content-box;
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(207, 73, 30, 0.5);
  position: relative;
}
.plus__inner-block .plus__inner-block-plus::after {
  content: " ";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  box-shadow: 0 0 0 0 #cf491e;
  transition: box-shadow 0.5s;
  border-radius: 50%;
}
.plus__inner-block .plus__inner-block-plus:hover::after {
  box-shadow: 0 0 0 12px #cf491e;
}
.plus__inner-block.security {
  top: 80px;
  left: 50px;
  height: 200px;
  width: 350px;
}
.plus__inner-block.security .plus__inner-block-img {
  position: absolute;
  left: 10px;
  top: 65px;
}
.plus__inner-block.security .plus__inner-block-plus {
  position: absolute;
  top: 15px;
  left: 20px;
  cursor: pointer;
}
.plus__inner-block.security .plus__inner-block-text {
  position: absolute;
  left: 120px;
  font-size: 28.785px;
  font-family: Roboto;
  color: #666;
  line-height: 1.2;
}
.plus__inner-block.liver {
  top: 360px;
  left: 75px;
  height: 210px;
  width: 390px;
}
.plus__inner-block.liver .plus__inner-block-img {
  position: absolute;
  left: 0;
  top: 22px;
}
.plus__inner-block.liver .plus__inner-block-plus {
  position: absolute;
  top: 0;
  left: 90px;
  cursor: pointer;
}
.plus__inner-block.liver .plus__inner-block-text {
  position: absolute;
  left: 185px;
  font-size: 28.785px;
  font-family: Roboto;
  color: #666;
  line-height: 1.2;
}
.plus__inner-block.intestines {
  top: 440px;
  left: 432px;
  height: 207px;
  width: 364px;
}
.plus__inner-block.intestines .plus__inner-block-img {
  position: absolute;
  left: 0;
  top: 0;
}
.plus__inner-block.intestines .plus__inner-block-plus {
  position: absolute;
  top: 99px;
  left: 111px;
  cursor: pointer;
}
.plus__inner-block.intestines .plus__inner-block-text {
  position: absolute;
  top: 110px;
  left: 210px;
  font-size: 28.785px;
  font-family: Roboto;
  color: #666;
  line-height: 1.2;
}
.plus__inner-block.convenience {
  top: 320px;
  right: 25px;
  height: 171px;
  width: 408px;
}
.plus__inner-block.convenience .plus__inner-block-img {
  position: absolute;
  left: -15px;
  top: 62px;
}
.plus__inner-block.convenience .plus__inner-block-plus {
  position: absolute;
  top: 34px;
  left: 62px;
  cursor: pointer;
}
.plus__inner-block.convenience .plus__inner-block-text {
  position: absolute;
  top: 0;
  left: 160px;
  font-size: 28.785px;
  font-family: Roboto;
  color: #666;
  line-height: 1.2;
}
.plus__inner-block.efficiency {
  top: 50px;
  right: 51px;
  height: 140px;
  width: 321px;
}
.plus__inner-block.efficiency .plus__inner-block-img {
  position: absolute;
  left: 38px;
  top: 0;
}
.plus__inner-block.efficiency .plus__inner-block-plus {
  position: absolute;
  bottom: 10px;
  left: 0;
  cursor: pointer;
}
.plus__inner-block.efficiency .plus__inner-block-text {
  position: absolute;
  bottom: 0;
  left: 93px;
  font-size: 28.785px;
  font-family: Roboto;
  color: #666;
  line-height: 1.2;
}
.plus-mobile {
  display: none;
}
.plus__peculiarities {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/without-worms.jpg);
  background-image: url(../img/without-worms.webp);
  background-size: cover;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.plus__peculiarities.active {
  z-index: 1;
  opacity: 1;
}
.plus__peculiarities .container {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.plus__peculiarities-back-btn {
  position: absolute;
  cursor: pointer;
  bottom: 34px;
  right: 34px;
}
.plus__peculiarities-left-block {
  padding-right: 15px;
  width: 50%;
}
.plus__peculiarities-left-block.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plus__peculiarities-right-block {
  padding-left: 15px;
  width: 50%;
}
.plus__peculiarities-right-block.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plus__peculiarities-content {
  display: flex;
}
.plus__peculiarities-content.grid-block {
  padding-top: 120px;
}
.plus__peculiarities-content .plus__peculiarities-title {
  text-align: left;
  margin-top: 0;
}
.plus__peculiarities-content .with-padding {
  padding-top: 50px;
}
.plus__peculiarities-content .plus__peculiarities-text {
  margin-top: 30px;
  font-weight: 300;
}
.plus__peculiarities-content ul {
  margin-top: 32px;
}
.plus__peculiarities-content ul li {
  padding-left: 23px;
  list-style: none;
  padding-bottom: 20px;
  position: relative;
}
.plus__peculiarities-content ul li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 7px;
  background-image: url(../images/list-style-img.png);
  background-size: cover;
  width: 8px;
  height: 8px;
}
.plus__peculiarities-img {
  width: 100%;
}
.plus__peculiarities-img img {
  width: 80%;
}
.plus__peculiarities-top-img {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1200px) {
  .plus__inner-block {
    transform: scale(80%);
  }
  .plus__inner-block.security {
    left: 0;
  }
  .plus__inner-block.liver {
    left: 0;
  }
  .plus__inner-block.intestines {
    left: 50%;
    transform: scale(80%) translate(-50%);
  }
  .plus__inner-block.efficiency {
    right: 0;
  }
  .plus__inner-block.convenience {
    right: 0;
  }
}
@media (max-width: 992px) {
  .plus__inner-block {
    transform: scale(50%);
  }
  .plus__inner-block.convenience {
    top: 270px;
    right: -60px;
  }
  .plus__inner-block.intestines {
    left: 50%;
    transform: scale(50%) translate(-70%);
  }
}
@media (max-width: 768px) {
  .plus__peculiarities {
    display: none;
  }
  .plus {
    display: none;
  }
  .plus-mobile {
    display: block;
    background-color: #ececec;
    height: auto;
  }
  .plus-mobile .section-title {
    font-size: 24px;
    color: #303030;
    padding: 51px 0 0 0;
    margin: 0;
    font-weight: 600;
  }
  .plus-mobile ul li {
    padding-left: 23px;
    list-style: none;
    padding-bottom: 20px;
    position: relative;
  }
  .plus-mobile ul li::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    background-image: url(../images/list-style-img.png);
    background-size: cover;
    width: 8px;
    height: 8px;
  }
  .plus-mobile__img {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plus-mobile__img img {
    width: 75%;
  }
  .plus-mobile__title {
    font-size: 18px;
    color: #303030;
    padding-bottom: 12px;
    font-weight: 500;
  }
  .plus-mobile__text {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-height: 865px) {
  .plus__inner-block.security {
    top: 30px;
  }
  .plus__inner-block.liver {
    top: 270px;
    left: 0;
  }
  .plus__inner-block.intestines {
    top: 370px;
  }
  .plus__inner-block.convenience {
    top: 270px;
  }
  .plus__center-img {
    top: 400px;
  }
  .plus__center-img img {
    width: 400px;
  }
  .plus__peculiarities-top-img {
    top: 100px;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .plus__inner-block.security {
    top: 20px;
  }
  .plus__inner-block.liver {
    top: 230px;
    left: 50px;
  }
  .plus__inner-block.intestines {
    top: 300px !important;
  }
  .plus__inner-block.convenience {
    top: 230px;
  }
  .plus__center-img {
    top: 360px;
  }
  .plus__center-img img {
    width: 350px;
  }
  .plus__peculiarities-content.grid-block {
    padding-top: 220px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .plus__inner-block {
    transform: scale(0.6) !important;
  }
  .plus__inner-block.security {
    top: 10px;
  }
  .plus__inner-block.liver {
    top: 210px;
    left: 0;
  }
  .plus__inner-block.intestines {
    top: 240px !important;
    left: 35%;
  }
  .plus__inner-block.convenience {
    top: 230px;
  }
  .plus__center-img {
    top: 340px;
  }
  .plus__center-img img {
    width: 320px;
  }
  .plus__peculiarities-content.grid-block {
    padding-top: 220px;
  }
}
.choose__drug-list {
  margin-top: 94px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.choose__drug-item {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drug-item__text {
  margin-top: 51px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.choose__affordable {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .choose {
    height: auto;
    background-image: none;
    background-color: #ececec;
    padding-top: 53px;
  }
  .choose .section-title {
    font-size: 24px;
    margin-top: 0;
  }
  .choose__drug-list {
    flex-direction: column;
    align-items: center;
    margin-top: 33px;
  }
  .choose__drug-item {
    margin-bottom: 50px;
    width: 100%;
  }
  .drug-item__img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .drug-item__img img {
    width: 50%;
  }
  .drug-item__text {
    margin-top: 15px;
    font-size: 18px;
  }
  .choose__affordable-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .choose__affordable-img img {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-height: 871px) {
  .drug-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .drug-item__img img {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-height: 760px) {
  .drug-item__img img {
    width: 75%;
  }
  .choose__drug-list {
    margin-top: 50px;
  }
  .drug-item__text {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-height: 670px) {
  .drug-item__img img {
    width: 60%;
  }
  .choose__drug-list {
    margin-top: 50px;
  }
  .drug-item__text {
    margin-top: 20px;
  }
  .choose__affordable {
    margin-top: 20px;
  }
}
.shops {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shops .section-title {
  display: none;
  margin-bottom: 60px;
}
.shops__inner {
  max-width: 861px;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 31px;
}
@media (max-width: 768px) {
  .shops {
    height: auto;
    display: block;
    padding-top: 50px;
    background-image: none;
    background-color: #ececec;
  }
  .shops .section-title {
    display: block;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .shops__inner {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 295px;
    margin: 0 auto;
  }
  .shops__inner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .shops__inner-item a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shops__inner-item img {
    width: 133px;
  }
}
.ask-question {
  position: relative;
}
.ask-question .section-title {
  display: none;
}
.ask-question form {
  padding-top: 50px;
}
.ask-question input {
  outline: 0;
  border: 1px solid #000;
  box-sizing: border-box;
}
.ask-question input:focus {
  border: 1px solid #225787;
}
.ask-question textarea {
  outline: 0;
  border: 1px solid #000;
  box-sizing: border-box;
}
.ask-question textarea:focus {
  border: 1px solid #225787;
}
.ask-question__input-name {
  max-width: 555px;
  width: 100%;
  padding: 0 10px;
  height: 37px;
  margin-right: 10px;
  border-width: 1px;
  border-color: #225787;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
}
.ask-question__input-name::-webkit-input-placeholder {
  font-size: 18px;
  font-family: Roboto;
  color: #a2a2a2;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.ask-question__input-email {
  max-width: 555px;
  width: 100%;
  padding: 0 10px;
  height: 37px;
  margin-left: 10px;
  border-width: 1px;
  border-color: #225787;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
}
.ask-question__input-email::-webkit-input-placeholder {
  font-size: 18px;
  font-family: Roboto;
  color: #a2a2a2;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.ask-question__question {
  margin-top: 38px;
  width: 100%;
  padding: 10px;
  height: 20vh;
  resize: none;
  border-width: 1px;
  border-color: #225787;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
}
.ask-question__question::-webkit-input-placeholder {
  font-size: 18px;
  font-family: Roboto;
  color: #a2a2a2;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 10px;
}
.ask-question__data-processing {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.ask-question__data-processing-text {
  padding-top: 10px;
  margin-right: 20px;
  font-weight: 300;
  margin-left: 25px;
}
.ask-question__question-icon {
  cursor: pointer;
  margin-left: 15px;
}
.ask-question__checkbox {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
}
.footer {
  position: absolute;
  bottom: 0;
  height: 80px;
  border-top: 8px solid #225787;
  width: 100%;
}
.footer__text {
  height: 72px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #010101;
  line-height: 1.2;
}
.g-recaptcha {
  margin-top: 35px;
}
.ask-question__submit-btn {
  border: 1px solid 207, 73, 30;
  border-radius: 5px;
  border: none;
  background-color: #cf491e;
  width: 163px;
  height: 35px;
  outline: 0;
  cursor: pointer;
  margin-top: 35px;
  font-size: 18px;
  color: #fff;
}
.ya-share2 {
  margin-top: 80px;
  margin-bottom: 30px;
}
.ask-question__checkbox-question {
  margin-top: 35px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 18px;
  font-weight: 300;
  width: 0%;
  display: none;
}
.ask-question__checkbox-question.active {
  display: block;
  width: 50%;
}
.ask-question__mobile-title {
  display: none;
}
@media (max-width: 768px) {
  .ask-question {
    background-image: none;
    background-color: #ececec;
  }
  .ask-question .section-title {
    margin: 0;
    display: block;
  }
  .ask-question__data-processing {
    margin-top: 18px;
    align-items: flex-start;
  }
  .ask-question__data-processing-text {
    padding-top: 0;
  }
  .g-recaptcha {
    margin-top: 15px;
  }
  .ask-question__submit-btn {
    margin-top: 18px;
  }
  .ya-share2 {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .ask-question__mobile-title {
    display: block;
    font-size: 24px;
    text-align: center;
  }
  .ask-question__question {
    margin-top: 17px;
  }
  .ask-question {
    height: auto;
  }
  .ask-question .mobile-column {
    flex-direction: column;
  }
  .ask-question .ask-question__input-name {
    max-width: 100%;
    margin-right: 0;
  }
  .ask-question .ask-question__input-email {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .ask-question .ask-question__checkbox-question {
    width: 100%;
  }
  .ask-question__question-icon {
    display: none;
  }
  .ask-question__checkbox-question {
    display: block;
  }
  .footer {
    position: static;
  }
}
@media (min-width: 768px) and (max-height: 871px) {
  .ya-share2 {
    margin-top: 30px;
  }
  .ask-question__submit-btn {
    margin-top: 20px;
  }
  .ask-question__data-processing {
    margin-top: 20px;
  }
  .g-recaptcha {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-height: 750px) {
  .ya-share2 {
    margin-top: 20px;
  }
  .ask-question form {
    padding-top: 20px;
  }
  .ask-question__question {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-height: 675px) {
  .ask-question .container {
    position: relative;
    height: 100vh;
  }
  .ya-share2 {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100px;
    right: 0;
  }
  .ask-question form {
    padding-top: 20px;
  }
  .ask-question__question {
    margin-top: 20px;
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
  transition: 1s all;
  opacity: 0;
}
.modal-video.active {
  z-index: 999;
  opacity: 1;
}
.modal-video iframe {
  max-width: 700px;
  width: 80%;
  max-height: 400px;
}
.modal-video__center-block h2 {
  text-align: center;
  color: #303030;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 25px;
  font-size: 30px;
}
.modal-video__back-btn {
  position: absolute;
  cursor: pointer;
  bottom: 34px;
  right: 34px;
}
@media (max-width: 1200px) {
  iframe {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .modal-video .section-title {
    font-size: 15px;
    margin-top: 0;
  }
  .modal-video iframe {
    max-width: 700px;
    width: 80%;
    max-height: 200px;
  }
}