footer .footer-wrapper,
.any_questions .any_questions-wrapper,
.certificates_preview,
.delivery .delivery-wrapper,
.reviews .reviews-wrapper,
.founders .founders-wrapper,
.carousel,
.our_advantages,
.po_organam .po_organam-wrapper,
.about,
header .header_wrapper,
.drop_navbar .drop_navbar-wrapper,
.bread-crumbs-wrapper,
.article-wrapper,
.show-more-articles-wrapper,
.article-cards-wrapper,
.questions-block .questions-wrapper,
.partnership,
.contacts-block .contacts-wrapper,
.show-more-products-wrapper,
.catalog-cards,
.title-and-crumbs-wrapper,
.catalog-wrapper,
.innerpage-header .header_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Montserrat;
}

footer .footer-wrapper,
.reviews .reviews-wrapper .review-block .review-author .author,
.reviews .reviews-wrapper .review-block .review-author,
.carousel .owl-carousel .slider-item,
header .header_wrapper .header_buttons,
.drop_navbar .drop_navbar-wrapper .navbar,
.navbar .logo-link,
.navbar,
.navbar_submenu li .submenu_item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header_wrapper .header_buttons .catalog-button,
header .header_wrapper .header_buttons .more-button {
  text-decoration: none;
  color: white;
  display: inl ine-block;
  border-radius: 32px;
  border: 2px solid white;
  padding: 12px 18px;
  font-size: 0.9em;
  font-weight: 500;
  transition: 0.5s;
}

header .header_wrapper .header_buttons .catalog-button:hover,
header .header_wrapper .header_buttons .more-button:hover {
  color: #e53935;
  background-color: white;
  transform: scale(1.1);
}

.certificates_preview a,
.reviews_window .review_thanks a,
.reviews_window .reviews_form .submit_review_button,
.reviews .leave_review,
.reviews .all-reviews,
.founders .founders-wrapper .founders-more,
.popular_products .popular_products_text_blocks .show_all_popular,
.carousel .owl-carousel .slider-item .item-description .item-more,
.month .pic .desc .buy_course,
.show-more-articles-wrapper .show-more-articles,
.show-more-products-wrapper .show-more-products,
.catalog-card .catalog-card-buttons .add-in-bucket,
.catalog-card .catalog-card-buttons .product-more,
.product_page-product-description .product_page-full-description .add-in-bucket {
  text-decoration: none;
  color: #e53935;
  display: inline-block;
  border-radius: 32px;
  border: 2px solid #e53935;
  padding: 12px 18px;
  font-family: Montserrat;
  font-size: 0.9em;
  font-weight: 500;
  transition: 0.5s;
}

.certificates_preview a:hover,
.reviews_window .review_thanks a:hover,
.reviews_window .reviews_form .submit_review_button:hover,
.reviews .leave_review:hover,
.reviews .all-reviews:hover,
.founders .founders-wrapper .founders-more:hover,
.popular_products .popular_products_text_blocks .show_all_popular:hover,
.carousel .owl-carousel .slider-item .item-description .item-more:hover,
.month .pic .desc .buy_course:hover,
.show-more-articles-wrapper .show-more-articles:hover,
.show-more-products-wrapper .show-more-products:hover,
.catalog-card .catalog-card-buttons .add-in-bucket:hover,
.catalog-card .catalog-card-buttons .product-more:hover,
.product_page-product-description .product_page-full-description .add-in-bucket:hover {
  color: white;
  background-color: #e53935;
}

.hide-block {
  display: none;
}

.switch-scrolling {
  overflow: hidden;
}

footer .footer-wrapper,
.reviews .reviews-wrapper .review-block .review-author .author,
.reviews .reviews-wrapper .review-block .review-author,
.carousel .owl-carousel .slider-item,
header .header_wrapper .header_buttons,
.drop_navbar .drop_navbar-wrapper .navbar,
.navbar .logo-link,
.navbar,
.navbar_submenu li .submenu_item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar_submenu {
  position: absolute;
  display: none;
  padding: 15px;
  width: 760px;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
  z-index: 1000;
}

.navbar_submenu footer .footer-wrapper,
footer .navbar_submenu .footer-wrapper,
.navbar_submenu .reviews .reviews-wrapper .review-block .review-author .author,
.reviews .reviews-wrapper .review-block .review-author .navbar_submenu .author,
.navbar_submenu .reviews .reviews-wrapper .review-block .review-author,
.reviews .reviews-wrapper .review-block .navbar_submenu .review-author,
.navbar_submenu .carousel .owl-carousel .slider-item,
.carousel .owl-carousel .navbar_submenu .slider-item,
.navbar_submenu header .header_wrapper .header_buttons,
header .header_wrapper .navbar_submenu .header_buttons,
.navbar_submenu .drop_navbar .drop_navbar-wrapper .navbar,
.drop_navbar .drop_navbar-wrapper .navbar_submenu .navbar,
.navbar_submenu .navbar .logo-link,
.navbar .navbar_submenu .logo-link,
.navbar_submenu .navbar,
.navbar_submenu li .submenu_item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar_submenu li {
  width: 33%;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}

.navbar_submenu li .submenu_item-link {
  text-decoration: none;
}

.navbar_submenu li .submenu_item-link img {
  transition: 0.2s;
}

.navbar_submenu li .submenu_item-link .submenu_item-description {
  padding-left: 5px;
}

.navbar_submenu li .submenu_item-link .submenu_item-description .submenu_item-name,
.navbar_submenu li .submenu_item-link .submenu_item-description .submenu_gray-text {
  color: black;
}

.navbar_submenu li .submenu_item-link .submenu_item-description .submenu_gray-text {
  font-size: 0.8em;
  font-weight: 200;
  margin-top: 5px;
}

.navbar_submenu li:hover img {
  transform: scale(1.1);
}

.navbar_submenu .po_organam-submenu,
.navbar_submenu .cats {
  display: none;
  flex-wrap: wrap;
}

.navbar_submenu .po_organam-submenu li,
.navbar_submenu .cats li {
  width: 33%;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}

.navbar_submenu .po_organam-submenu li .submenu_item-link-p-org,
.navbar_submenu .cats li .submenu_item-link-p-org {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.navbar_submenu .po_organam-submenu li .submenu_item-link-p-org img,
.navbar_submenu .cats li .submenu_item-link-p-org img {
  transition: 0.2s;
}

.navbar_submenu .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description,
.navbar_submenu .cats li .submenu_item-link-p-org .submenu_item-description {
  padding-left: 5px;
}

.navbar_submenu .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.navbar_submenu .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.navbar_submenu .cats li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.navbar_submenu .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  color: black;
}

.navbar_submenu .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.navbar_submenu .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  font-size: 0.8em;
  font-weight: 200;
  margin-top: 5px;
}

.navbar_submenu .po_organam-submenu li:hover img,
.navbar_submenu .cats li:hover img {
  transform: scale(1.1);
}

.navbar_submenu .po_tipu-submenu,
.navbar_submenu .cats {
  margin-top: 10px;
}

.navbar_submenu .po_tipu-submenu li,
.navbar_submenu .cats li {
  width: 31%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 5px;
}

.navbar_submenu .po_tipu-submenu li .submenu_item-link-p-tipu,
.navbar_submenu .cats li .submenu_item-link-p-tipu {
  text-decoration: none;
  color: black;
}

.navbar_submenu .po_tipu-submenu li .submenu_item-link-p-tipu:hover,
.navbar_submenu .cats li .submenu_item-link-p-tipu:hover {
  color: #e53935;
}

.navbar_submenu .cats {
  display: flex;
}

.navbar_submenu:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 10px 15px;
  border-color: transparent transparent white transparent;
}

footer .footer-wrapper,
.reviews .reviews-wrapper .review-block .review-author .author,
.reviews .reviews-wrapper .review-block .review-author,
.carousel .owl-carousel .slider-item,
header .header_wrapper .header_buttons,
.drop_navbar .drop_navbar-wrapper .navbar,
.navbar .logo-link,
.navbar,
.navbar_submenu li .submenu_item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar {
  padding-top: 50px;
}

.navbar .logo-link .logo-img {
  margin-right: 15px;
}

.navbar .nav_menu {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.navbar .nav_menu li {
  display: inline-block;
  padding: 25px 0px;
}

.navbar .nav_menu li a {
  text-decoration: none;
  font-family: Montserrat;
  color: white;
  font-size: 1.1em;
  font-weight: 500;
}

.navbar .nav_menu .whole_site {
  display: none;
  position: relative;
}

.navbar .nav_menu .whole_site:hover .navbar_submenu {
  display: flex;
  flex-wrap: wrap;
}

.navbar .nav_menu .about_link {
  position: relative;
}

.navbar .nav_menu .about_link:hover .navbar_submenu {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
}

.navbar .nav_menu .about_link:hover .navbar_submenu li {
  width: 45%;
}

.navbar .nav_menu .catalog-categories {
  position: relative;
}

.navbar .nav_menu .catalog-categories:hover .navbar_submenu {
  display: flex;
  flex-wrap: wrap;
  width: 650px;
}

.navbar .nav_menu .catalog-categories:hover .submenu_item-link {
  justify-content: flex-start;
}

.navbar .nav_menu .navbar_submenu li .submenu_item-link .submenu_item-description .about_items {
  font-size: 0.9em;
}

.navbar .nav_menu .po_tipu_navbar_link {
  position: relative;
}

.navbar .nav_menu .po_tipu_navbar_link .filter-submenu-tip {
  display: none;
}

.navbar .nav_menu .po_tipu_navbar_link .filter-submenu-tip .po_tipu-submenu li {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar .nav_menu .po_tipu_navbar_link .filter-submenu-tip .po_tipu-submenu {
  height: 60vh;
  overflow-y: scroll;
}

.navbar .nav_menu .po_tipu_navbar_link .filter-submenu-tip .po_tipu-submenu::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.navbar .nav_menu .po_tipu_navbar_link .filter-submenu-tip .po_tipu-submenu::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #e53935;
}

.navbar .nav_menu .po_tipu_navbar_link .filter-submenu-tip .po_tipu-submenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #f5f5f5;
}

.navbar .nav_menu .po_tipu_navbar_link:hover .filter-submenu-tip {
  display: flex;
  position: absolute;
  top: -15px;
  left: 350px;
  width: 350px;
}

.navbar .lk_consult {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat;
}

.navbar .lk_consult .lk {
  margin-right: 40px;
  position: relative;
}

.navbar .lk_consult .lk a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.navbar .lk_consult .lk a img {
  margin-right: 10px;
}

.navbar .lk_consult .lk a p {
  font-size: 0.8em;
  line-height: 1.3;
  color: white;
}

.navbar .lk_consult .lk:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 36px;
  background-color: white;
  top: -3px;
  right: -20px;
}

.navbar .lk_consult .consult p {
  font-weight: 600;
  color: white;
  font-size: 1.1em;
}

.navbar .lk_consult .consult a {
  font-size: 0.85em;
  color: white;
}

.navbar .lk_consult .consult .phone_link {
  text-decoration: none;
  font-size: 1.1em;
}

.navbar .hamburger {
  display: none;
}

@media screen and (max-width: 1280px) {
  .navbar {
    padding-top: 25px;
  }

  .navbar .logo-img {
    height: 50px;
    width: 50px;
  }

  .navbar .logo-text {
    height: 45px;
    width: 140px;
  }

  .navbar .nav_menu {
    width: 35%;
  }

  .navbar .nav_menu .on_full_screen {
    display: none;
  }

  .navbar .nav_menu .whole_site {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .navbar .logo-text {
    display: none;
  }

  .navbar .nav_menu {
    width: 45%;
  }

  .navbar .lk-text {
    display: none;
  }

  .nav_menu .po_tipu_navbar_link:hover .filter-submenu-tip {
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .navbar .logo-img {
    display: block;
  }

  .navbar .logo-text {
    display: block;
  }

  .navbar .logo-img-small,
  .navbar .nav_menu,
  .navbar .lk_consult {
    display: none;
  }

  .navbar .hamburger {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .navbar {
    padding-top: 25px;
  }

  .logo-img {
    width: 210px;
    height: 50px;
  }

  .slogan {
    margin-top: 100px;
    font-size: 1.8em;
  }

  h2 {
    font-size: 1em;
  }
}

@media screen and (max-width: 375px) {
  .navbar .logo-img {
    display: none;
  }

  .navbar .logo-text {
    width: 150px;
    height: 46px;
  }

  .navbar .hamburger img {
    width: 46px;
    height: 46px;
  }

  .slogan {
    font-size: 1.4em;
  }
}

.innerpage-header {
  height: 130px;
  position: relative;
  box-sizing: border-box;
}

.innerpage-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  top: -5%;
  background-image: url(/images/headerimg2.jpg);
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
  filter: blur(5px);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}

.innerpage-header .header_wrapper {
  z-index: 10;
}

.innerpage-header .header_wrapper .navbar {
  padding-top: 30px;
}

footer .footer-wrapper,
.any_questions .any_questions-wrapper,
.certificates_preview,
.delivery .delivery-wrapper,
.reviews .reviews-wrapper,
.founders .founders-wrapper,
.carousel,
.our_advantages,
.po_organam .po_organam-wrapper,
.about,
header .header_wrapper,
.drop_navbar .drop_navbar-wrapper,
.bread-crumbs-wrapper,
.article-wrapper,
.show-more-articles-wrapper,
.article-cards-wrapper,
.questions-block .questions-wrapper,
.partnership,
.contacts-block .contacts-wrapper,
.show-more-products-wrapper,
.catalog-cards,
.title-and-crumbs-wrapper,
.catalog-wrapper,
.innerpage-header .header_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Montserrat;
}

.catalog-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.catalog-wrapper .catalog_sections {
  display: flex;
  margin: 0 auto;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e53935;
  margin-bottom: 10px;
}

.catalog-wrapper .catalog_sections li {
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 10px;
}

.catalog-wrapper .catalog_sections li a {
  color: black;
  text-decoration: none;
}

.catalog-wrapper .catalog_sections .item-organs:hover .filter-submenu {
  display: flex;
}

.catalog-wrapper .catalog_sections .item-catalog:hover .filter-submenu-tip {
  display: flex;
}

.catalog-wrapper .catalog_sections .active-item {
  box-sizing: border-box;
  background-color: #eeeeee;
  padding: 10px 15px;
  border-radius: 20px;
}

.catalog-wrapper .filter-area {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.catalog-wrapper .filter-area .filter-parameters {
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
  height: auto;
}

.catalog-wrapper .filter-area .filter-parameters .filter-parameter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eeeeee;
  border-radius: 15px;
  height: 1em;
  padding: 5px 10px;
  margin-right: 10px;
}

.catalog-wrapper .filter-area .filter-parameters .filter-parameter .parameter-name {
  font-size: 0.7em;
  margin-right: 10px;
}

.catalog-wrapper .filter-area .filter-parameters .filter-parameter img {
  width: 0.6em;
  height: 0.6em;
  cursor: pointer;
}

.catalog-wrapper .filter-area .search {
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 10px;
  font-size: 20px;
  width: 35%;
  height: 28px;
}

.catalog-wrapper .filter-area .search-wrapper {
  position: relative;
}

.catalog-wrapper .filter-area [type=search] {
  border: none;
  outline: none;
  padding: 5px;
  font-size: 16px;
  margin-left: 10px;
  width: 93%;
}

.catalog-wrapper .filter-area [type=submit] {
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 1px;
  border: none;
  background: white;
}

.catalog-wrapper .filter-area .fas.fa-search {
  color: #ccc;
  position: absolute;
  right: 6px;
  top: 5px;
}

footer .footer-wrapper,
.any_questions .any_questions-wrapper,
.certificates_preview,
.delivery .delivery-wrapper,
.reviews .reviews-wrapper,
.founders .founders-wrapper,
.carousel,
.our_advantages,
.po_organam .po_organam-wrapper,
.about,
header .header_wrapper,
.drop_navbar .drop_navbar-wrapper,
.bread-crumbs-wrapper,
.article-wrapper,
.show-more-articles-wrapper,
.article-cards-wrapper,
.questions-block .questions-wrapper,
.partnership,
.contacts-block .contacts-wrapper,
.show-more-products-wrapper,
.catalog-cards,
.title-and-crumbs-wrapper,
.innerpage-header .header_wrapper,
.catalog-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Montserrat;
}

.title-and-crumbs-wrapper {
  display: flex;
  flex-direction: column;
}

.title-and-crumbs-wrapper h1 {
  font-weight: 600;
  font-size: 2.8em;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.title-and-crumbs-wrapper p {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 200;
}

.title-and-crumbs-wrapper a {
  color: #e53935;
  text-decoration: none;
}

.filter-submenu {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  padding: 15px;
  width: 80%;
  height: auto;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
  z-index: 1000;
}

.filter-submenu .po_organam-submenu,
.filter-submenu .cats {
  display: none;
  flex-wrap: wrap;
}

.filter-submenu .po_organam-submenu li,
.filter-submenu .cats li {
  width: 33%;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}

.filter-submenu .po_organam-submenu li .submenu_item-link-p-org,
.filter-submenu .cats li .submenu_item-link-p-org {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.filter-submenu .po_organam-submenu li .submenu_item-link-p-org img,
.filter-submenu .cats li .submenu_item-link-p-org img {
  transition: 0.2s;
}

.filter-submenu .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description,
.filter-submenu .cats li .submenu_item-link-p-org .submenu_item-description {
  padding-left: 5px;
}

.filter-submenu .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.filter-submenu .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.filter-submenu .cats li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.filter-submenu .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  color: black;
}

.filter-submenu .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.filter-submenu .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  font-size: 0.8em;
  font-weight: 200;
  margin-top: 5px;
}

.filter-submenu .po_organam-submenu li:hover img,
.filter-submenu .cats li:hover img {
  transform: scale(1.1);
}

.filter-submenu .po_tipu-submenu,
.filter-submenu .cats {
  margin-top: 10px;
}

.filter-submenu .po_tipu-submenu li,
.filter-submenu .cats li {
  width: 31%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 5px;
}

.filter-submenu .po_tipu-submenu li .submenu_item-link-p-tipu,
.filter-submenu .cats li .submenu_item-link-p-tipu {
  text-decoration: none;
  color: black;
}

.filter-submenu .po_tipu-submenu li .submenu_item-link-p-tipu:hover,
.filter-submenu .cats li .submenu_item-link-p-tipu:hover {
  color: #e53935;
}

.filter-submenu .cats {
  display: flex;
}

.filter {
  flex-wrap: wrap;
  padding: 15px;
  width: 100%;
  height: auto;
}

.filter .po_organam-submenu,
.filter .cats {
  display: none;
  flex-wrap: wrap;
}

.filter .po_organam-submenu li,
.filter .cats li {
  width: 33%;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}

.filter .po_organam-submenu li .submenu_item-link-p-org,
.filter .cats li .submenu_item-link-p-org {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.filter .po_organam-submenu li .submenu_item-link-p-org img,
.filter .cats li .submenu_item-link-p-org img {
  transition: 0.2s;
}

.filter .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description,
.filter .cats li .submenu_item-link-p-org .submenu_item-description {
  padding-left: 5px;
}

.filter .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.filter .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.filter .cats li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.filter .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  color: black;
}

.filter .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.filter .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  font-size: 0.8em;
  font-weight: 200;
  margin-top: 5px;
}

.filter .po_organam-submenu li:hover img,
.filter .cats li:hover img {
  transform: scale(1.1);
}

.filter .po_tipu-submenu,
.filter .cats {
  margin-top: 10px;
}

.filter .po_tipu-submenu li,
.filter .cats li {
  width: 31%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 5px;
}

.filter .po_tipu-submenu li .submenu_item-link-p-tipu,
.filter .cats li .submenu_item-link-p-tipu {
  text-decoration: none;
  color: black;
}

.filter .po_tipu-submenu li .submenu_item-link-p-tipu:hover,
.filter .cats li .submenu_item-link-p-tipu:hover {
  color: #e53935;
}

.filter .cats {
  display: flex;
}

.filter-submenu-tip {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  padding: 15px;
  width: 80%;
  height: auto;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
  z-index: 1000;
}

.filter-submenu-tip .po_organam-submenu,
.filter-submenu-tip .cats {
  display: none;
  flex-wrap: wrap;
}

.filter-submenu-tip .po_organam-submenu li,
.filter-submenu-tip .cats li {
  width: 33%;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}

.filter-submenu-tip .po_organam-submenu li .submenu_item-link-p-org,
.filter-submenu-tip .cats li .submenu_item-link-p-org {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.filter-submenu-tip .po_organam-submenu li .submenu_item-link-p-org img,
.filter-submenu-tip .cats li .submenu_item-link-p-org img {
  transition: 0.2s;
}

.filter-submenu-tip .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description,
.filter-submenu-tip .cats li .submenu_item-link-p-org .submenu_item-description {
  padding-left: 5px;
}

.filter-submenu-tip .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.filter-submenu-tip .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.filter-submenu-tip .cats li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.filter-submenu-tip .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  color: black;
}

.filter-submenu-tip .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.filter-submenu-tip .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  font-size: 0.8em;
  font-weight: 200;
  margin-top: 5px;
}

.filter-submenu-tip .po_organam-submenu li:hover img,
.filter-submenu-tip .cats li:hover img {
  transform: scale(1.1);
}

.filter-submenu-tip .po_tipu-submenu,
.filter-submenu-tip .cats {
  margin-top: 10px;
}

.filter-submenu-tip .po_tipu-submenu li,
.filter-submenu-tip .cats li {
  width: 31%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 5px;
}

.filter-submenu-tip .po_tipu-submenu li .submenu_item-link-p-tipu,
.filter-submenu-tip .cats li .submenu_item-link-p-tipu {
  text-decoration: none;
  color: black;
}

.filter-submenu-tip .po_tipu-submenu li .submenu_item-link-p-tipu:hover,
.filter-submenu-tip .cats li .submenu_item-link-p-tipu:hover {
  color: #e53935;
}

.filter-submenu-tip .cats {
  display: flex;
}

.filter {
  flex-wrap: wrap;
  padding: 15px;
  width: 100%;
  height: auto;
}

.filter .po_organam-submenu,
.filter .cats {
  display: none;
  flex-wrap: wrap;
}

.filter .po_organam-submenu li,
.filter .cats li {
  width: 33%;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}

.filter .po_organam-submenu li .submenu_item-link-p-org,
.filter .cats li .submenu_item-link-p-org {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.filter .po_organam-submenu li .submenu_item-link-p-org img,
.filter .cats li .submenu_item-link-p-org img {
  transition: 0.2s;
}

.filter .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description,
.filter .cats li .submenu_item-link-p-org .submenu_item-description {
  padding-left: 5px;
}

.filter .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.filter .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.filter .cats li .submenu_item-link-p-org .submenu_item-description .submenu_item-name,
.filter .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  color: black;
}

.filter .po_organam-submenu li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text,
.filter .cats li .submenu_item-link-p-org .submenu_item-description .submenu_gray-text {
  font-size: 0.8em;
  font-weight: 200;
  margin-top: 5px;
}

.filter .po_organam-submenu li:hover img,
.filter .cats li:hover img {
  transform: scale(1.1);
}

.filter .po_tipu-submenu,
.filter .cats {
  margin-top: 10px;
}

.filter .po_tipu-submenu li,
.filter .cats li {
  width: 31%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 5px;
}

.filter .po_tipu-submenu li .submenu_item-link-p-tipu,
.filter .cats li .submenu_item-link-p-tipu {
  text-decoration: none;
  color: black;
}

.filter .po_tipu-submenu li .submenu_item-link-p-tipu:hover,
.filter .cats li .submenu_item-link-p-tipu:hover {
  color: #e53935;
}

.filter .cats {
  display: flex;
}

.filter-search-icons {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 15px;
}

.filter-search-icons .filter-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-search-icons .filter-switch p {
  font-size: 0.8em;
  margin-left: 5px;
  font-weight: 500;
}

.mobile-filter-item-name {
  display: flex;
  justify-content: space-between;
}

.right-arrow {
  transition: 0.3s;
}

.rotate90 {
  transform: rotate(90deg);
}

.table-wrapper {
  overflow-x: scroll;
}

.table-wrapper table {
  max-width: 420px;
  font-family: "Roboto";
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
}

.table-wrapper table td {
  font-family: Roboto;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-wrapper table td a {
  display: block;
  width: 100px;
  text-decoration: none;
  color: black;
  font-size: 0.7em;
}

.mobile-filter {
  display: none;
  padding: 10px 10px;
}

.mobile-filter .mobile-filter-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 0.9em;
  border-bottom: 1px solid #bdbdbd;
}

.mobile-filter a {
  text-decoration: none;
  color: black;
}

.po_tipu-submenu {
  line-height: 1.9;
}

.switched-on {
  display: none;
  width: 95%;
}

.visible {
  display: block;
}

.product_page-product-description {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  padding-top: 0px;
  font-family: Montserrat;
  display: flex;
}

.product_page-product-description img {
  padding: 0px 40px;
  min-width: 340px;
  max-height: 280px;
}

.product_page-product-description .product_page-full-description {
  padding: 0px 40px;
}

.product_page-product-description .product_page-full-description h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 10px;
}

.product_page-product-description .product_page-full-description .product-articul {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #bdbdbd;
  margin-bottom: 20px;
}

.product_page-product-description .product_page-full-description .product_page-price-block {
  display: flex;
  justify-content: space-between;
  width: 150px;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}

.product_page-product-description .product_page-full-description .product_page-price-block strike {
  color: #bdbdbd;
}

.product_page-product-description .product_page-full-description .add-in-bucket {
  margin-bottom: 20px;
}

.product_page-product-description .product_page-full-description .full-info {
  font-size: 1em;
  line-height: 1.4;
}

.product-recommendations-wrapper {
  background-color: #f5f5f5;
  padding: 80px 0px;
}

.product-recommendations-wrapper .product-recommendations {
  max-width: 800px;
  margin: 0 auto;
  font-family: Montserrat;
  font-weight: 300;
}

.product-recommendations-wrapper span {
  font-weight: 600;
}

.product-recommendations-wrapper p {
  margin-bottom: 20px;
}

.product-recommendations-wrapper ul {
  list-style: disc;
  line-height: 1.5;
}

.cross {
  width: 40px;
  height: 40px;
  margin: auto 0px;
  position: absolute;
  border-radius: 50%;
  transition: 0.3s;
  right: 0;
}

.cross:before,
.cross:after {
  content: "";
  position: absolute;
  background: #bdbdbd;
}

.cross:before {
  width: 5%;
  margin-left: 19px;
  margin-top: 20%;
  height: 60%;
}

.cross:after {
  height: 5%;
  margin-top: 19px;
  margin-left: 20%;
  width: 60%;
}

.rotate45 {
  transform: rotate(45deg);
}

.product-page-accordeons-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0px;
  font-family: Montserrat;
}

.product-page-accordeons-wrapper .accordeon-item-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}

.product-page-accordeons-wrapper .accordeon-item-title p {
  font-weight: 600;
  font-size: 1.1em;
  padding: 25px 0px;
}

.product-page-accordeons-wrapper .accordeon-item-title:hover #cross {
  background-color: #f5f5f5;
}

.product-page-accordeons-wrapper .title_non_border {
  border-bottom: none;
}

.product-page-accordeons-wrapper .text_in_accord {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0px;
}

.product-page-accordeons-wrapper .hidden-text {
  padding: 20px 0px;
}

.product-page-accordeons-wrapper .hidden-text p {
  font-size: 0.9em;
  font-weight: 200;
  line-height: 1.5;
}

.product-page-accordeons-wrapper .hidden-text span {
  display: block;
  margin-top: 20px;
  font-weight: 600;
}

.certificates_preview a,
.reviews_window .review_thanks a,
.reviews_window .reviews_form .submit_review_button,
.reviews .leave_review,
.reviews .all-reviews,
.founders .founders-wrapper .founders-more,
.popular_products .popular_products_text_blocks .show_all_popular,
.carousel .owl-carousel .slider-item .item-description .item-more,
.month .pic .desc .buy_course,
.show-more-articles-wrapper .show-more-articles,
.show-more-products-wrapper .show-more-products,
.catalog-card .catalog-card-buttons .add-in-bucket,
.catalog-card .catalog-card-buttons .product-more,
.product_page-product-description .product_page-full-description .add-in-bucket {
  text-decoration: none;
  color: #e53935;
  display: inline-block;
  border-radius: 32px;
  border: 2px solid #e53935;
  padding: 12px 18px;
  font-family: Montserrat;
  font-size: 0.9em;
  font-weight: 500;
  transition: 0.5s;
}

.certificates_preview a:hover,
.reviews_window .review_thanks a:hover,
.reviews_window .reviews_form .submit_review_button:hover,
.reviews .leave_review:hover,
.reviews .all-reviews:hover,
.founders .founders-wrapper .founders-more:hover,
.popular_products .popular_products_text_blocks .show_all_popular:hover,
.carousel .owl-carousel .slider-item .item-description .item-more:hover,
.month .pic .desc .buy_course:hover,
.show-more-articles-wrapper .show-more-articles:hover,
.show-more-products-wrapper .show-more-products:hover,
.catalog-card .catalog-card-buttons .add-in-bucket:hover,
.catalog-card .catalog-card-buttons .product-more:hover,
.product_page-product-description .product_page-full-description .add-in-bucket:hover {
  color: white;
  background-color: #e53935;
}

footer .footer-wrapper,
.any_questions .any_questions-wrapper,
.certificates_preview,
.delivery .delivery-wrapper,
.reviews .reviews-wrapper,
.founders .founders-wrapper,
.carousel,
.our_advantages,
.po_organam .po_organam-wrapper,
.about,
header .header_wrapper,
.drop_navbar .drop_navbar-wrapper,
.bread-crumbs-wrapper,
.article-wrapper,
.show-more-articles-wrapper,
.article-cards-wrapper,
.questions-block .questions-wrapper,
.partnership,
.contacts-block .contacts-wrapper,
.show-more-products-wrapper,
.catalog-cards,
.innerpage-header .header_wrapper,
.catalog-wrapper,
.title-and-crumbs-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Montserrat;
}

.catalog-card {
  width: 23%;
  background-color: white;
  transition: 0.3s;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-right: 2%;
  overflow: hidden;
}

.catalog-card:hover {
  box-shadow: 0px 0px 12px 1px rgba(34, 60, 80, 0.1);
}

.catalog-card.course_card .card-link .card-image {
  width: 100%;
}

.catalog-card.course_card .card-link .card-description h3 {
  font-size: 1em;
}

.catalog-card .card-link {
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 10%;
  max-width: 100%;
}

.catalog-card .card-link .card-image {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalog-card .card-link .card-description h3 {
  height: 77px;
  font-size: 1.6em;
  font-weight: 700;
  margin: 10px 0px;
  overflow: hidden;
}

.catalog-card .card-link .card-description .product-description {
  font-size: 0.9em;
  margin-bottom: 15px;
  height: 55px;
  overflow: hidden;
}

.catalog-card .card-link .card-description .product-price,
.catalog-card .card-link .card-description .old-price {
  font-size: 1.1em;
  display: inline-block;
}

.catalog-card .card-link .card-description .old-price {
  color: #bdbdbd;
  margin-left: 10px;
}

.catalog-card .catalog-card-buttons {
  padding: 10px 10%;
  margin-top: 15px;
}

.catalog-card .catalog-card-buttons .add-in-bucket,
.catalog-card .catalog-card-buttons .product-more {
  padding: 12px 15px;
}

.catalog-card .catalog-card-buttons .product-more {
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  color: black;
  font-weight: 600;
  width: 80%;
  text-align: center;
}

.catalog-card .catalog-card-buttons .add-in-bucket {
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-attribute {
  position: absolute;
  background-color: #ffb300;
  padding: 10px 10px;
  border-radius: 20px;
  color: white;
  top: 15px;
  right: 15px;
  font-weight: 500;
}

.num-block {
  float: left;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}

.skin-2 .num-in {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  height: 40px;
  width: 110px;
  float: left;
}

.skin-2 .num-in span {
  width: 38%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 90%;
  border: none;
  text-align: center;
}

.catalog-cards {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-left: 10px;
}

.show-more-products-wrapper {
  padding-top: 25px;
  padding-bottom: 35px;
  text-align: center;
}

.not_a_drug_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}

.not_a_drug_wrapper .not_a_drug {
  color: #bdbdbd;
}

.suitable-products-title {
  font-family: Montserrat;
  font-size: 2em;
  font-weight: 300;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.suitable-products-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Montserrat;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  .suitable-products-title {
    margin-left: 20px;
  }
}

@media screen and (max-width: 425px) {
  .suitable-products-title {
    font-size: 1.4em;
  }
}

.bucket-icon-wrapper {
  position: fixed;
  right: 80px;
  top: 140px;
  background-color: #eeeeee;
  padding: 25px;
  border-radius: 50%;
  z-index: 190000;
  box-shadow: 0px 2px 8px 0px rgba(34, 60, 80, 0.2);
  cursor: pointer;
}

.bucket-icon-wrapper .products-count {
  position: absolute;
  right: 10px;
  background-color: #e53935;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bucket-icon-wrapper .products-count p {
  font-family: Montserrat;
  color: white;
}

.slogan-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Montserrat;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
}

.slogan-wrapper h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.5em;
}

.slogan-wrapper h1 {
  font-size: 2.8em;
  font-weight: 600;
}

.slogan-wrapper p {
  width: 80%;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}

.slogan-wrapper a {
  color: #e53935;
  text-decoration: none;
}

.anchor-links {
  max-width: 1000px;
  margin: 0 auto;
  font-family: Montserrat;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 20px;
}

.anchor-links li > a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.about-company-content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  font-family: Montserrat;
  padding: 40px 0px;
}

.about-company-content-wrapper h2 {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
}

.about-company-content-wrapper p {
  line-height: 1.4;
  margin-bottom: 40px;
}

.about-company-content-wrapper .maps_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-company-content-wrapper .our_office_description {
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-company-content-wrapper .gmap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.about-company-content-wrapper .table {
  width: 100%;
}

.about-company-content-wrapper .table td {
  text-align: center;
  padding: 7px;
}

.about-company-content-wrapper .table th {
  color: white;
  padding: 7px;
  background-color: #333;
}

.video-reviews-wrapper {
  max-width: 1147px;
  margin: 0 auto;
  font-family: Montserrat;
}

.video-reviews-wrapper .video-review {
  display: flex;
  margin-bottom: 80px;
}

.video-reviews-wrapper .video-review .video-review-description {
  width: 50%;
  padding-left: 40px;
}

.video-reviews-wrapper .video-review .video-review-description h3 {
  font-size: 1.6em;
  font-weight: 600;
}

.video-reviews-wrapper .video-review .video-review-description p {
  line-height: 1.4;
  font-size: 0.9em;
  font-weight: 300;
}

.text-review {
  max-width: 1147px;
  margin: 0 auto;
  font-family: Montserrat;
  background-color: #f5f5f5;
  padding: 60px 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  box-sizing: border-box;
}

.text-review h4 {
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.text-review h4 img {
  width: 40px;
  position: absolute;
  left: -50px;
  top: -30px;
}

.text-review .review-main-text {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 1.4;
}

.text-review span {
  font-weight: 600;
}

.contacts-block {
  background-color: #f5f5f5;
  padding: 80px 0px;
}

.contacts-block .contacts-wrapper {
  max-width: 600px;
  text-align: center;
}

.contacts-block .contacts-wrapper .social-icons li {
  background-color: #e53935;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 50%;
  margin-left: 5px;
  margin-bottom: 10px;
}

.contacts-block .contacts-wrapper .social-icons li a img {
  height: 30px;
}

.contacts-block .contacts-wrapper .social-icons .break-for-icons {
  display: none;
}

.contacts-block .contacts-wrapper h4 {
  font-weight: 600;
  font-size: 1.8em;
  margin: 60px 0px;
}

.contacts-block .contacts-wrapper .phone-number {
  font-weight: 600;
  font-size: 1.8em;
  margin-bottom: 10px;
}

.contacts-block .contacts-wrapper p {
  font-weight: 300;
  font-size: 1.1em;
}

.contacts-block .contacts-wrapper .work-hours {
  margin-top: 60px;
  line-height: 1.3;
}

.contacts-block .contacts-wrapper .work-hours span {
  font-weight: 600;
}

.partnership {
  max-width: 1000px;
  padding: 60px 0px;
  display: flex;
}

.partnership .partnership-block {
  font-size: 0.9em;
  padding-right: 20px;
  line-height: 1.3;
  font-weight: 300;
}

.questions-block {
  background-color: #f5f5f5;
  padding: 80px 0px;
}

.questions-block .questions-wrapper {
  display: flex;
}

.questions-block .questions-wrapper .questions-column {
  width: 50%;
}

.questions-block .questions-wrapper .questions-column .question-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 10px;
}

.questions-block .questions-wrapper .questions-column .question-wrapper img {
  width: 28px;
  margin-right: 10px;
}

.questions-block .questions-wrapper .questions-column .question-wrapper a {
  text-decoration: none;
  font-size: 1.1em;
  color: black;
  font-weight: 500;
}

.questions-block .questions-wrapper .questions-column .question-wrapper a:hover {
  color: #e53935;
}

.questions-block .questions-wrapper .questions-column .question-wrapper a:visited {
  color: rgb(105, 125, 133);
  text-decoration: underline;
}

.questions-block .questions-wrapper .questions-column .question-wrapper a:visited:hover {
  color: #e53935;
}

.article-cards-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.article-cards-wrapper .article-card {
  display: flex;
  flex-direction: column;
  width: 24%;
  text-decoration: none;
  color: black;
  margin-bottom: 20px;
  margin-right: 10px;
}

.article-cards-wrapper .article-card .article-card-image {
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.article-cards-wrapper .article-card .article-card-image img {
  width: 100%;
  display: block;
  transition: 0.2s;
}

.article-cards-wrapper .article-card .article-card-image .read-more {
  color: black;
  position: absolute;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 15px;
  opacity: 0;
  transition: 0.2s;
}

.article-cards-wrapper .article-card .article-card-description {
  padding-top: 5px;
}

.article-cards-wrapper .article-card .article-card-description h5 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}

.article-cards-wrapper .article-card .article-card-description p {
  font-size: 0.9em;
  font-weight: 300;
  margin: 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-cards-wrapper .article-card:hover .read-more {
  opacity: 1;
}

.article-cards-wrapper .article-card:hover img {
  transform: scale(1.1);
  filter: brightness(40%);
}

.show-more-articles-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}

.article-wrapper {
  max-width: 1147px;
  padding-bottom: 60px;
}

.article-wrapper img {
  max-width: 30%;
  margin-right: 20px;
  float: left;
}

.article-wrapper p {
  line-height: 1.4;
  font-weight: 300;
  font-size: 1.1em;
  margin-bottom: 20px;
}

.article-wrapper ul,
.article-wrapper ol {
  padding-left: 20px;
  list-style: disc;
}

.article-wrapper ul li,
.article-wrapper ol li {
  font-weight: 300;
  margin-bottom: 10px;
}

.article-wrapper strong,
.article-wrapper b {
  font-weight: bold;
}

.article-wrapper h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.po_tipu-submenu,
.cats {
  margin-top: 10px;
}

.po_tipu-submenu li,
.cats li {
  width: 31%;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 5px;
}

.po_tipu-submenu li .submenu_item-link-p-tipu,
.cats li .submenu_item-link-p-tipu {
  text-decoration: none;
  color: black;
}

.po_tipu-submenu li .submenu_item-link-p-tipu:hover,
.cats li .submenu_item-link-p-tipu:hover {
  color: #e53935;
}

.cats {
  display: flex;
}

.bread-crumbs-wrapper {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.bread-crumbs-wrapper .return-button {
  display: none;
  margin-right: 10px;
}

.bread-crumbs-wrapper .bread-crumbs {
  color: #bdbdbd;
  display: flex;
}

.bread-crumbs-wrapper .bread-crumbs a {
  text-decoration: none;
  color: #bdbdbd;
  padding: 0px 10px;
}

@media screen and (max-width: 425px) {
  .bread-crumbs-wrapper {
    padding-left: 10px;
  }

  .bread-crumbs-wrapper .return-button {
    display: block;
  }

  .bread-crumbs-wrapper li:not(:last-child) {
    display: none;
  }
}

.how_to_blue {
  color: #24CFE0;
}

.month {
  max-width: 1170px;
  margin: 15px auto;
  padding-bottom: 10px;
  padding-top: 20px;
  font-family: Montserrat;
  display: flex;
  justify-content: space-between;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.month .pic {
  display: flex;
  justify-content: space-between;
  width: 32%;
}

.month .pic img {
  width: 148px;
  height: 148px;
  margin-right: 10px;
}

.month .pic .desc {
  width: 50%;
}

.month .pic .desc p {
  display: block;
}

.month .pic .desc .month_number {
  color: #e53935;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.month .pic .desc .month_descr {
  margin-bottom: 15px;
  font-size: 0.9em;
}

.month .pic .desc .course_price {
  font-size: 1.4em;
  font-weight: bold;
}

.month .pic .desc .buy_course {
  margin-top: 10px;
  padding: 8px 22px;
  font-weight: 700;
}

.month .products {
  width: 60%;
}

.month .products .course_products_cont {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.month .products .course_products_cont .product_link {
  max-width: 35%;
}

.month .products .course_products_cont .product_link a {
  text-decoration: none;
  color: #24CFE0;
  font-size: 0.9em;
  font-weight: bold;
}

.month .products .course_products_cont .product_link a:hover {
  color: #e53935;
}

.month .products .course_products_cont .product_desc {
  text-align: left;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .month {
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
  }

  .month .products,
  .month .pic {
    width: 100%;
    max-width: 100%;
  }

  .month .pic {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 425px) {
  .month .products .course_products_cont {
    flex-wrap: wrap;
  }

  .month .products .course_products_cont .product_link,
  .month .products .course_products_cont .product_desc {
    width: 100%;
    max-width: 100%;
  }
}

.how_to_table_wrapper {
  max-width: 1024px;
}

.how_to_table table {
  font-size: 0.9em;
}

.how_to_table table thead tr {
  background-color: #a0aec0;
  font-weight: bold;
}

.how_to_table table thead tr th {
  padding: 10px 10px;
}

.how_to_table table thead tr th:nth-child(2) {
  min-width: 60px;
}

.how_to_table table tbody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.how_to_table table tbody tr td {
  padding: 10px 10px;
}

.how_to_table table tbody tr td h3 {
  background-color: #bdbdbd;
  padding: 5px 5px;
  font-weight: bold;
}

.how_to_table table tbody tr td[colspan] {
  font-weight: bold;
}

.how_to_table table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 800px) {
  #jivo-iframe-container + jdiv > jdiv > jdiv {
    bottom: 70px;
  }
}

html {
  scroll-padding-top: 10px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 800px) {
  html {
    scroll-padding-top: 82px;
  }
}

body {
  position: relative;
}

.body-hide {
  overflow: hidden;
  height: 100vh;
}

.top-button {
  cursor: pointer;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 100000;
}

.col-link a {
  display: inline-block;
  width: auto;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  height: auto;
  color: #3b4d53;
  padding: 4px 10px;
  margin-bottom: 10px;
  border: 1px solid #3b4d53;
  transition: 0.2s linear;
}

.col-link a:hover {
  background-color: #3b4d53;
  color: white;
}

.drop_navbar {
  box-shadow: 0px 15px 14px 0px rgba(34, 60, 80, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  z-index: 100;
  background-color: white;
  width: 100%;
}

.drop_navbar .drop_navbar-wrapper .navbar {
  padding: 15px 0px;
}

.drop_navbar .drop_navbar-wrapper .navbar .nav_menu li a {
  color: black;
}

.drop_navbar .drop_navbar-wrapper .navbar .lk_consult a,
.drop_navbar .drop_navbar-wrapper .navbar .lk_consult p {
  color: black;
}

.drop_navbar .drop_navbar-wrapper .navbar .lk_consult .lk:after {
  background-color: black;
}

.drop_navbar .drop_navbar-wrapper .navbar .lk_consult .consult .phone_link {
  text-decoration: none;
}

.drop_navbar .drop_navbar-wrapper .navbar .lk_consult .phone_link {
  display: block;
  font-weight: 600;
}

.navbar .lk_consult .consult .phone_link {
  display: block;
  font-weight: 600;
}

.nav_out {
  transform: translateY(0);
}

.hidden-text {
  display: none;
}

.consult {
  text-align: center;
}

header .header_wrapper h1 {
  color: white;
  font-size: 2.3em;
  font-weight: 300;
  margin-top: 200px;
  margin-bottom: 20px;
  line-height: 1.2;
}

header .header_wrapper h2 {
  color: white;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.3;
}

header .header_wrapper h2 span {
  font-weight: 600;
  font-size: 1.1em;
  display: block;
  margin-bottom: 5px;
}

header .header_wrapper .header_buttons {
  margin-top: 110px;
  width: 34%;
}

header .header_wrapper .header_buttons .catalog-button {
  background-color: #e53935;
  border-color: #e53935;
}

.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100vh;
  z-index: 200000;
  display: none;
  align-items: center;
}

.side-menu .side-menu-close {
  width: 46px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 100001;
}

.side-menu .side-menu-wrapper {
  width: 60%;
  height: 50%;
  margin: 0 auto;
  margin-top: calc(10vh - 130px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25% 0px;
}

.side-menu .side-menu-wrapper a {
  text-decoration: none;
  font-family: Montserrat;
  color: #e53935;
  display: block;
  font-size: 2em;
  font-weight: 600;
  z-index: 100001;
}

.side-menu:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/dnk-fon.svg);
  background-repeat: no-repeat;
  background-position: -250% 250%;
  background-size: 90% 90%;
  z-index: 100000;
  opacity: 0.2;
}

.bucket {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.9);
  opacity: 1;
  overflow-y: scroll;
}

.bucket .close-bucket {
  width: 28px;
  display: block;
  margin-right: 30px;
  margin-top: 30px;
  margin-left: auto;
  cursor: pointer;
}

.bucket a,
.bucket_page a {
  color: #e53935;
  font-size: 0.8em;
  cursor: pointer;
}

.bucket .bucket-wrapper,
.bucket_page .bucket-wrapper {
  background-color: white;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px 30px;
  font-family: Montserrat;
}

.bucket .bucket-wrapper h3,
.bucket_page .bucket-wrapper h3 {
  font-size: 1.5em;
  font-weight: 600;
}

.bucket .bucket-wrapper .ordered-products-wrapper,
.bucket_page .bucket-wrapper .ordered-products-wrapper {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.bucket .bucket-wrapper .ordered-products-wrapper .ordered-products,
.bucket_page .bucket-wrapper .ordered-products-wrapper .ordered-products {
  padding: 20px 0px;
  display: block;
  align-items: center;
  justify-content: space-between;
}

.bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product,
.bucket_page .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product {
  clear: both;
  display: flex;
  align-items: center;
  width: 100%;
}

.bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .cover,
.bucket_page .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .cover {
  width: 70px;
  margin-right: 30px;
}

.bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .ordered-product-name,
.bucket_page .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .ordered-product-name {
  width: calc(45% - 70px);
}

.bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .ordered-product-name p,
.bucket_page .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .ordered-product-name p {
  font-weight: 500;
}

.bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .ordered-product-name span,
.bucket_page .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .ordered-product-name span {
  color: #bdbdbd;
  font-size: 0.8em;
}

.bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .num-block,
.bucket_page .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .num-block {
  margin-left: 15px;
  margin-right: 15px;
}

.bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .cost,
.bucket_page .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .cost {
  width: 15%;
}

.bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .delete-button,
.bucket_page .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product .delete-button {
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.bucket .bucket-wrapper .final-cost,
.bucket_page .bucket-wrapper .final-cost {
  margin-top: 20px;
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
  text-align: right;
}

.bucket .bucket-wrapper .final-cost p,
.bucket_page .bucket-wrapper .final-cost p {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 5px;
}

.bucket .bucket-wrapper .final-cost a,
.bucket_page .bucket-wrapper .final-cost a {
  color: #e53935;
  font-size: 0.8em;
  cursor: pointer;
}

.bucket .bucket-wrapper .bucket-form,
.bucket_page .bucket-wrapper .bucket-form {
  box-sizing: border-box;
  position: relative;
}

.bucket .bucket-wrapper .bucket-form p,
.bucket_page .bucket-wrapper .bucket-form p {
  margin-bottom: 5px;
}

.bucket .bucket-wrapper .bucket-form [type=text],
.bucket .bucket-wrapper .bucket-form [type=email],
.bucket .bucket-wrapper .bucket-form [type=password],
.bucket_page .bucket-wrapper .bucket-form [type=text],
.bucket_page .bucket-wrapper .bucket-form [type=email],
.bucket_page .bucket-wrapper .bucket-form [type=password] {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}

.bucket .bucket-wrapper .bucket-form [type=text].error,
.bucket .bucket-wrapper .bucket-form [type=email].error,
.bucket .bucket-wrapper .bucket-form [type=password].error,
.bucket_page .bucket-wrapper .bucket-form [type=text].error,
.bucket_page .bucket-wrapper .bucket-form [type=email].error,
.bucket_page .bucket-wrapper .bucket-form [type=password].error {
  border-radius: 2px;
  border: 1px solid #e53935;
  margin-bottom: 5px;
}

.bucket .bucket-wrapper .bucket-form [type=text]:focus,
.bucket .bucket-wrapper .bucket-form [type=email]:focus,
.bucket .bucket-wrapper .bucket-form [type=password]:focus,
.bucket_page .bucket-wrapper .bucket-form [type=text]:focus,
.bucket_page .bucket-wrapper .bucket-form [type=email]:focus,
.bucket_page .bucket-wrapper .bucket-form [type=password]:focus {
  border: 1px solid #e53935;
}

.bucket .bucket-wrapper .bucket-form label.error,
.bucket_page .bucket-wrapper .bucket-form label.error {
  font-size: 12px;
  color: #e53935;
  margin-bottom: 5px;
  display: block;
}

.bucket .bucket-wrapper .bucket-form span,
.bucket_page .bucket-wrapper .bucket-form span {
  font-size: 0.8em;
}

.bucket .bucket-wrapper .bucket-form .submit-button,
.bucket_page .bucket-wrapper .bucket-form .submit-button {
  color: black;
  font-size: 1.2em;
  background-color: white;
  border: 1px solid black;
  border-radius: 6px;
  padding: 10px 15px;
  width: 120px;
  margin-left: calc(50% - 60px);
  margin-top: 20px;
  margin-bottom: 50px;
  cursor: pointer;
}

.about {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about p {
  width: 70%;
  margin: 0 auto;
  font-size: 2em;
  line-height: 1.2;
  text-align: center;
}

.about p .effekt {
  font-size: 0.7em;
  font-weight: 600;
  margin-top: 25px;
  display: block;
}

.about p .made_in_russia {
  font-size: 0.6em;
  font-weight: 200;
}

.po_organam {
  background-color: #f5f5f5;
}

.po_organam .po_organam-wrapper {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.po_organam .po_organam-wrapper h2 {
  font-weight: 600;
  font-size: 3em;
  margin-bottom: 40px;
}

.po_organam .po_organam-wrapper p {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.po_organam .po_organam-wrapper .po_organam-grid {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.po_organam .po_organam-wrapper .po_organam-grid .po_organam-item {
  width: 20%;
}

.po_organam .po_organam-wrapper .po_organam-grid .po_organam-item .item-link {
  text-decoration: none;
  color: black;
}

.po_organam .po_organam-wrapper .po_organam-grid .po_organam-item .item-link img {
  transition: 0.5s;
}

.po_organam .po_organam-wrapper .po_organam-grid .po_organam-item .item-link:hover img {
  transform: scale(1.1);
}

.po_organam .po_organam-wrapper .po_organam-grid .po_organam-item .item-link p {
  font-size: 0.9em;
  display: block;
  hyphenate-limit-chars: 6 3 2;
}

.our_advantages {
  padding: 100px 0px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
}

.our_advantages h3 {
  font-size: 3em;
  margin-bottom: 30px;
  padding: 0px 20px;
}

.our_advantages .advant_description {
  font-weight: 300;
  padding: 0px 20px;
}

.our_advantages .advantage_pictures {
  display: flex;
  justify-content: space-evenly;
  padding-top: 60px;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_advantages .advantage_pictures .advantage_picture p {
  display: block;
  max-width: 220px;
  font-size: 1.2em;
  line-height: 1.1;
  margin-top: 20px;
}

.carousel {
  padding-top: 100px;
  padding-bottom: 100px;
}

.carousel .owl-carousel {
  position: relative;
}

.carousel .owl-carousel .slider-item {
  width: 70%;
  margin: 0 auto;
}

.carousel .owl-carousel .slider-item .item_title-small {
  display: none;
}

.carousel .owl-carousel .slider-item img {
  width: 50%;
}

.carousel .owl-carousel .slider-item .item-description {
  padding-left: 60px;
  padding-right: 40px;
}

.carousel .owl-carousel .slider-item .item-description h2 {
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: 20px;
}

.carousel .owl-carousel .slider-item .item-description h4 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
}

.carousel .owl-carousel .slider-item .item-description p {
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.4;
}

.carousel .owl-carousel .slider-item .item-description p span {
  font-weight: 600;
}

.carousel .owl-carousel .slider-item .item-description .item-more {
  margin-top: 20px;
  padding-left: 18px;
  padding-right: 18px;
}

.carousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 110px;
  right: 40px;
}

.carousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 110px;
  left: 40px;
}

.popular_products {
  padding-bottom: 60px;
}

.popular_products .popular_products_text_blocks {
  display: flex;
  justify-content: center;
  text-align: center;
}

.popular_products .popular_products_text_blocks h3 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 3em;
  padding: 60px 0px;
}

.popular_products .popular_products_text_blocks .show_all_popular {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}

.founders {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.founders .founders-wrapper .founder-card {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.founders .founders-wrapper .founder-card img {
  width: 40%;
}

.founders .founders-wrapper .founder-card .founder-description {
  padding: 40px;
}

.founders .founders-wrapper .founder-card .founder-description h2 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 20px;
}

.founders .founders-wrapper .founder-card .founder-description p {
  font-size: 0.9em;
  font-weight: 300;
}

.founders .founders-wrapper .founders-more {
  margin-left: calc(50% - 120px);
  margin-top: 70px;
}

.reviews {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.reviews h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 3em;
  margin-bottom: 60px;
}

.reviews .reviews-wrapper {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reviews .reviews-wrapper .review-block {
  margin-bottom: 40px;
}

.reviews .reviews-wrapper .review-block .bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 350px;
  background: #f5f5f5;
  border-radius: 40px;
  padding: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.reviews .reviews-wrapper .review-block .bubble p {
  margin: 0;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews .reviews-wrapper .review-block .bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #f5f5f5;
  border-right: 12px solid transparent;
  border-top: 12px solid #f5f5f5;
  border-bottom: 20px solid transparent;
  left: 52px;
  bottom: -24px;
}

.reviews .reviews-wrapper .review-block .review-author {
  justify-content: space-evenly;
  width: 400px;
}

.reviews .reviews-wrapper .review-block .review-author .author .rounded {
  margin-right: 15px;
  border-radius: 50px;
}

.reviews .reviews-wrapper .review-block .review-author a {
  font-size: 0.9em;
  text-decoration: none;
  color: #e53935;
}

.reviews .all-reviews {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}

.reviews .leave_review {
  margin-left: 30px;
}

.reviews_window {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000000;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.9);
  opacity: 1;
  overflow-y: scroll;
}

.reviews_window .close_reviews_window {
  width: 28px;
  display: block;
  margin-right: 30px;
  margin-top: 30px;
  margin-left: auto;
  cursor: pointer;
}

.reviews_window .reviews_form_wrapper {
  background-color: white;
  max-width: 480px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px 30px;
  font-family: Montserrat;
}

.reviews_window .reviews_form {
  box-sizing: border-box;
  position: relative;
}

.reviews_window .reviews_form .reviews_form_title {
  width: 100%;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.reviews_window .reviews_form .reviews_form_title h2 {
  font-size: 1.4em;
  font-weight: 600;
}

.reviews_window .reviews_form p {
  margin-bottom: 5px;
}

.reviews_window .reviews_form [type=text],
.reviews_window .reviews_form [type=email] {
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
}

.reviews_window .reviews_form [type=text].error,
.reviews_window .reviews_form [type=email].error {
  border-radius: 2px;
  border: 1px solid #e53935;
  margin-bottom: 5px;
}

.reviews_window .reviews_form [type=text]:focus,
.reviews_window .reviews_form [type=email]:focus {
  border: 1px solid #e53935;
}

.reviews_window .reviews_form textarea {
  width: 100%;
}

.reviews_window .reviews_form .submit_review_button {
  background-color: white;
  width: 120px;
  margin-left: calc(50% - 60px);
  margin-top: 20px;
  cursor: pointer;
}

.reviews_window .review_thanks {
  display: none;
  flex-direction: column;
  align-items: center;
}

.reviews_window .review_thanks p {
  font-size: 0.9em;
  text-align: center;
  margin: 20px 0px;
}

.reviews_window .review_thanks a {
  cursor: pointer;
  width: 120px;
  text-align: center;
}

.delivery {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #f5f5f5;
}

.delivery h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 3em;
  margin-bottom: 60px;
}

.delivery .delivery-wrapper {
  display: flex;
  text-align: left;
}

.delivery .delivery-wrapper .payment-block,
.delivery .delivery-wrapper .delivery-block {
  width: 50%;
  padding: 0px 30px;
}

.delivery .delivery-wrapper .payment-block h4,
.delivery .delivery-wrapper .delivery-block h4 {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.delivery .delivery-wrapper .payment-block p,
.delivery .delivery-wrapper .delivery-block p {
  font-size: 1.1em;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 10px;
}

.delivery .delivery-wrapper .payment-block p span,
.delivery .delivery-wrapper .delivery-block p span {
  display: inline-block;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
  font-weight: 400;
}

.delivery .delivery-wrapper .delivery-block .pochta-tracking,
.delivery .delivery-wrapper .delivery-block .sdek-tracking {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.delivery .delivery-wrapper .delivery-block .pochta-tracking p,
.delivery .delivery-wrapper .delivery-block .sdek-tracking p {
  margin-left: 20px;
  font-size: 0.9em;
  display: inline-block;
}

.certificates_preview {
  text-align: center;
  padding: 80px 0px;
}

.certificates_preview h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 3em;
  margin-bottom: 60px;
}

.certificates_preview .certificates_wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

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

.any_questions {
  background-image: url(/images/bgkids.png);
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}

.any_questions .any_questions-wrapper {
  max-width: 900px;
  display: flex;
  align-items: center;
  padding: 80px 0px;
}

.any_questions .any_questions-wrapper img {
  border-radius: 200px;
}

.any_questions .any_questions-wrapper .any_questions-description {
  color: white;
  padding-left: 50px;
}

.any_questions .any_questions-wrapper .any_questions-description h2 {
  font-size: 2.4em;
  font-weight: 700;
}

.any_questions .any_questions-wrapper .any_questions-description span {
  margin-top: 20px;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
}

.any_questions .any_questions-wrapper .any_questions-description span a {
  text-decoration: none;
  font-weight: 700;
  color: white;
  font-size: 1.7em;
}

.any_questions .any_questions-wrapper .any_questions-description p {
  margin-top: 10px;
  font-weight: 300;
}

.any_questions .any_questions-wrapper .any_questions-description .inner-description {
  margin-bottom: 20px;
}

.pay_systems {
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 300;
  background-color: white;
  padding: 15px;
  color: white;
  text-align: center;
}

.pay_systems img {
  height: 40px;
  margin: 10px;
  font-size: 17px;
}

footer {
  background-color: #263238;
  padding: 40px 0px;
  text-align: center;
}

footer .footer-wrapper .footer-menu {
  width: 45%;
}

footer .footer-wrapper .footer-menu ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer .footer-wrapper .footer-menu ul li {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 5px;
}

footer .footer-wrapper .footer-menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat;
  color: white;
  font-size: 1em;
  font-weight: 600;
}

footer .footer-wrapper .footer-menu ul li:nth-child(6) a {
  font-size: 0.8em;
  font-weight: 200;
  text-transform: none;
  color: #f5f5f5;
}

footer .conf_policy {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  font-family: Montserrat;
  color: white;
  font-size: 0.9em;
  font-weight: 200;
}

.inner-page-content {
  background-color: #fafafa;
}

.inner-page-content .not_a_drug_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.inner-page-content .not_a_drug_wrapper .not_a_drug {
  color: #bdbdbd;
  font-family: Montserrat;
}

.text_in_accord {
  font-size: 1em;
  line-height: 1.4;
}

.demo1 {
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-success,
.ui-error {
  width: 100px;
  height: 100px;
}

.button {
  color: #333;
  font-size: 1.2em;
  background-color: white;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 10px 15px;
  width: auto;
  margin-left: calc(50% - 60px);
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s linear;
}

.button:hover {
  background-color: #333;
  color: white;
}

.ui-success-circle {
  stroke-dasharray: 260.752190248px, 260.752190248px;
  stroke-dashoffset: 260.752190248px;
  animation: ani-success-circle 1s ease-in both;
}

.ui-success-path {
  stroke-dasharray: 60px 64px;
  stroke-dashoffset: 62px;
  stroke-linecap: round;
  animation: ani-success-path 0.4s 1s ease-in both;
}

@keyframes ani-success-circle {
  to {
    stroke-dashoffset: 782.2565707439px;
  }
}

@keyframes ani-success-path {
  0% {
    stroke-dashoffset: 62px;
  }

  65% {
    stroke-dashoffset: -5px;
  }

  84% {
    stroke-dashoffset: 4px;
  }

  100% {
    stroke-dashoffset: -2px;
  }
}

.ui-error-circle {
  stroke-dasharray: 260.752190248px, 260.752190248px;
  stroke-dashoffset: 260.752190248px;
  animation: ani-error-circle 1.2s linear;
}

.ui-error-line1 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  animation: ani-error-line 0.15s 1.2s linear both;
}

.ui-error-line2 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  animation: ani-error-line 0.2s 0.9s linear both;
}

@keyframes ani-error-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ani-error-circle {
  0% {
    stroke-dasharray: 0, 260.752190248px;
    stroke-dashoffset: 0;
  }

  35% {
    stroke-dasharray: 120px, 120px;
    stroke-dashoffset: -120px;
  }

  70% {
    stroke-dasharray: 0, 260.752190248px;
    stroke-dashoffset: -260.752190248px;
  }

  100% {
    stroke-dasharray: 260.752190248px, 0;
    stroke-dashoffset: -260.752190248px;
  }
}

@media screen and (max-width: 1290px) {
  .add-in-bucket {
    text-align: center;
  }
}

@media screen and (max-width: 1280px) {
  header .header_wrapper {
    padding: 15px 25px;
  }

  header .header_wrapper .header_buttons {
    width: 430px;
  }

  .innerpage-header .header_wrapper {
    padding: 0px 25px;
  }

  .drop_navbar .drop_navbar-wrapper {
    padding: 0px 15px;
  }

  footer .footer-wrapper {
    padding: 0px 25px;
  }

  .article-cards-wrapper {
    padding: 0px 20px;
  }

  .question-wrapper {
    padding: 0px 20px;
  }

  .video-reviews-wrapper {
    padding: 0px 20px;
  }

  .suitable-products-wrapper {
    padding: 0px 20px;
  }

  .about-company-content-wrapper {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .po_organam-grid .po_organam-item {
    min-width: 25%;
  }

  .founders .founders-wrapper .founder-card img {
    width: 50%;
    height: auto;
  }

  .catalog-card {
    width: 31%;
  }

  .catalog-card .catalog-card-buttons .add-in-bucket {
    width: 80%;
    text-align: center;
  }

  .bucket-icon-wrapper {
    right: 40px;
  }

  .article-cards-wrapper .article-card {
    width: 32%;
  }

  .anchor-links {
    margin: 0px 20px;
  }

  .anchor-links li a {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1024px) {
  .po_tipu-submenu .submenu-columns li,
  .cats .submenu-columns li {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .filter .cats {
    display: block;
  }

  .filter .cats .submenu-columns {
    width: 100%;
  }

  .about {
    padding: 60px 25px;
  }

  .about p {
    width: 100%;
    font-size: 1em;
  }

  .po_organam-grid .po_organam-item {
    min-width: 33%;
  }

  .carousel .owl-carousel .slider-item {
    flex-direction: column;
  }

  .carousel .owl-carousel .slider-item img {
    width: 220px;
    height: 160px;
    margin: 20px 0px;
  }

  .carousel .owl-carousel .slider-item .item_title-small {
    display: block;
  }

  .carousel .owl-carousel .slider-item .item_title-small h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }

  .carousel .owl-carousel .slider-item .item_title-small h4 {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.1;
    text-align: center;
  }

  .carousel .owl-carousel .slider-item .item-description {
    padding: 0px 30px;
  }

  .carousel .owl-carousel .slider-item .item-description h2,
  .carousel .owl-carousel .slider-item .item-description h4 {
    display: none;
  }

  .carousel .owl-carousel .slider-item .item-description .item-more {
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .carousel .owl-carousel .owl-nav button.owl-next {
    top: 150px;
    right: 20px;
  }

  .carousel .owl-carousel .owl-nav button.owl-prev {
    top: 150px;
    left: 20px;
  }

  .reviews .reviews-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .delivery-wrapper {
    flex-wrap: wrap;
  }

  .any_questions .any_questions-wrapper {
    padding: 80px 40px;
  }

  .any_questions .any_questions-wrapper img {
    width: 150px;
    height: 150px;
  }

  .any_questions .any_questions-wrapper .any_questions-description h2 {
    font-size: 2em;
  }

  .any_questions .any_questions-wrapper .any_questions-description span {
    font-size: 1.5em !important;
    margin-top: 0px;
  }

  .any_questions .any_questions-wrapper .any_questions-description span a {
    font-size: 1.5em;
    display: inline-block;
    margin-top: 20px;
  }

  .top-button {
    right: 30px;
    bottom: 100px;
  }

  footer .footer-wrapper .footer-menu {
    width: 60%;
  }

  footer .footer-wrapper .footer-menu ul li a {
    font-size: 0.9em;
  }

  .catalog-wrapper .catalog_sections {
    display: none;
  }

  .catalog-card {
    width: 48%;
  }

  .catalog_sections li {
    font-size: 0.9em;
  }

  .catalog-wrapper {
    padding: 0px 25px;
  }

  .catalog-wrapper .filter-area {
    display: none;
  }

  .catalog-wrapper .filter-area .search {
    display: none;
  }

  .title-and-crumbs-wrapper p {
    margin-bottom: 40px;
  }

  .video-reviews-wrapper {
    display: flex;
    flex-direction: column;
  }

  .video-reviews-wrapper .video-review {
    flex-wrap: wrap;
    width: 90%;
    align-items: center;
    margin: 0 auto;
  }

  .video-reviews-wrapper .video-review iframe {
    width: 100%;
    margin-bottom: 20px;
  }

  .video-reviews-wrapper .video-review .video-review-description {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 40px;
  }

  .article-cards-wrapper .article-card {
    width: 48%;
  }

  .questions-block .questions-wrapper {
    flex-direction: column;
  }

  .questions-block .questions-wrapper .questions-column {
    width: 100%;
  }

  .partnership {
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  .partnership .partnership-block {
    margin-bottom: 20px;
  }

  .product_page-product-description {
    flex-wrap: wrap;
  }

  .product_page-product-description img {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .product-recommendations-wrapper {
    padding: 60px 30px;
  }

  .product-page-accordeons-wrapper {
    padding: 60px 30px;
  }

  .slogan-wrapper h1 {
    font-size: 3em;
  }

  .anchor-links {
    flex-direction: column;
    align-items: center;
    border: none;
  }

  .anchor-links li {
    line-height: 1.5;
  }

  .filter .po_organam-submenu li,
  .filter .cats li {
    width: 45%;
  }

  .our_advantages h3 {
    font-size: 2.4em;
  }

  .our_advantages .advant_description {
    font-size: 0.9em;
  }

  .our_advantages .advantage_pictures {
    max-width: 80%;
    margin: 0 auto;
  }

  .our_advantages .advantage_picture {
    margin-top: 20px;
  }

  .about-company-content-wrapper .maps_wrapper .gmap {
    width: 100%;
    overflow-x: hidden;
  }

  .about-company-content-wrapper .maps_wrapper .gmap iframe {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .filter-search-icons {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  header {
    height: 530px;
  }

  header .header_wrapper {
    padding: 0px 15px;
  }

  header .header_wrapper .slogan {
    margin-top: 100px;
    font-size: 1.8em;
  }

  header .header_wrapper h2 {
    font-size: 1em;
  }

  header .header_wrapper .header_buttons {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 55px;
  }

  header .header_wrapper .header_buttons .catalog-button {
    width: 215px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 15px;
  }

  .po_organam .po_organam-wrapper h2 {
    font-size: 1.9em;
    margin-bottom: 20px;
  }

  .po_organam .po_organam-wrapper p {
    font-size: 0.9em;
  }

  .po_organam .po_organam-wrapper .po_organam-grid .po_organam-item {
    min-width: 50%;
  }

  .carousel {
    padding: 50px 0px;
  }

  .carousel .owl-carousel .slider-item .item_title-small h2 {
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
  }

  .carousel .owl-carousel .slider-item .item_title-small h4 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.1;
  }

  .carousel .owl-carousel .slider-item .item-description {
    padding: 0 0;
  }

  .carousel .owl-carousel .owl-nav button.owl-next {
    top: 170px;
    right: 10px;
  }

  .carousel .owl-carousel .owl-nav button.owl-prev {
    top: 170px;
    left: 10px;
  }

  .founders .founders-wrapper .founder-card {
    flex-wrap: wrap;
  }

  .founders .founders-wrapper .founder-card img {
    width: 100%;
  }

  .founders .founders-wrapper .founder-card .founder-description {
    padding: 10px 10px;
  }

  .founders .founders-wrapper .founder-card .founder-description h2 {
    margin-bottom: 5px;
  }

  .founders .founders-wrapper .founder2 {
    flex-direction: column-reverse;
  }

  .founders .founders-wrapper .founders-more {
    margin-top: 20px;
  }

  .any_questions .any_questions-wrapper {
    flex-direction: column;
    padding: 40px 10px;
  }

  .any_questions .any_questions-wrapper img {
    margin-bottom: 10px;
  }

  .any_questions .any_questions-wrapper .any_questions-description {
    text-align: center;
    padding-left: 0;
  }

  .any_questions .any_questions-wrapper .any_questions-description span {
    margin-top: 10px;
  }

  .any_questions .any_questions-wrapper .any_questions-description span a {
    font-size: 1.2em;
  }

  footer .footer-wrapper {
    padding: 0px 0px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  footer .footer-wrapper .footer-menu {
    width: 100%;
    margin-bottom: 10px;
  }

  .top-button {
    right: 20px;
    bottom: 30px;
  }

  .catalog-wrapper {
    padding: 0px 10px;
  }

  .title-and-crumbs-wrapper h1 {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .title-and-crumbs-wrapper p {
    font-size: 0.9em;
  }

  .catalog-card .card-link .card-description h3 {
    font-size: 1.1em;
    height: 58px;
  }

  .catalog-card .card-link .card-description .product-description {
    font-size: 0.8em;
    height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .catalog-card .card-link .card-description .old-price {
    margin-left: 0;
  }

  .catalog-card-buttons .add-in-bucket,
  .catalog-card-buttons .product-more {
    width: 75%;
    text-align: center;
  }

  .catalog-card-buttons .product-more {
    width: 75%;
  }

  .num-block-in-card {
    display: none;
  }

  .card-attribute {
    font-size: 0.8em;
  }

  .side-menu .side-menu-wrapper {
    width: 80%;
  }

  .side-menu .side-menu-wrapper a {
    font-size: 1.5em;
  }

  .bucket .bucket-wrapper {
    max-width: 320px;
  }

  .bucket .bucket-wrapper .ordered-products-wrapper .ordered-products {
    flex-wrap: wrap;
  }

  .bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .ordered-product {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  .bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .cost,
  .bucket .bucket-wrapper .ordered-products-wrapper .ordered-products .delete-button {
    margin-bottom: 10px;
  }

  .bucket-icon-wrapper {
    padding: 15px;
    right: 20px;
  }

  .bucket-icon-wrapper img {
    width: 28px;
    height: 24px;
  }

  .bucket-icon-wrapper .products-count {
    right: 6px;
    background-color: #e53935;
    width: 16px;
    height: 16px;
  }

  .bucket-icon-wrapper .products-count p {
    font-size: 0.7em;
  }

  .text-review {
    padding-right: 10px;
  }

  .article-cards-wrapper .article-card {
    width: 47%;
  }

  .article-cards-wrapper .article-card .article-card-description h5 {
    font-size: 0.9em;
  }

  .article-cards-wrapper .article-card .article-card-description p {
    font-size: 0.7em;
  }

  .questions-block .questions-wrapper .questions-column .question-wrapper a {
    font-size: 0.9em;
  }

  .contacts-block .contacts-wrapper {
    padding: 0px 20px;
  }

  .contacts-block .contacts-wrapper h4 {
    font-size: 1.4em;
  }

  .contacts-block .contacts-wrapper .social-icons .break-for-icons {
    display: block;
  }

  .product_page-product-description {
    padding: 40px 10px;
  }

  .product_page-product-description img {
    width: 100%;
    padding: 0px 10px;
  }

  .product_page-product-description .product_page-full-description {
    padding: 0 0;
  }

  .product-recommendations-wrapper {
    padding: 40px 20px;
  }

  .product-page-accordeons-wrapper {
    padding: 40px 20px;
  }

  .suitable-products-wrapper {
    flex-wrap: wrap;
    padding: 0px 10px;
  }

  .slogan-wrapper {
    padding: 50px 0px;
  }

  .slogan-wrapper h1 {
    font-size: 2em;
  }

  .about-company-content-wrapper h2 {
    font-size: 1.7em;
  }

  .popular_products .popular_products_text_blocks h3 {
    font-size: 2em;
    padding: 30px 0px;
  }

  .po_tipu-submenu .submenu-columns li,
  .cats .submenu-columns li {
    width: 100%;
  }

  .filter .po_organam-submenu li,
  .filter .cats li {
    width: 100%;
  }

  .our_advantages {
    padding-top: 60px;
  }

  .our_advantages h3 {
    font-size: 2em;
    max-width: 400px;
  }

  .our_advantages .advant_description {
    padding: 0px 20px;
  }

  .reviews {
    padding-top: 40px;
  }

  .reviews h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 375px) {
  header .header_wrapper .slogan {
    font-size: 1.4em;
  }

  .innerpage-header {
    height: 110px;
  }

  .reviews {
    padding: 50px 0px;
  }

  .reviews .reviews-wrapper {
    padding: 0px 10px;
  }

  .reviews .reviews-wrapper .review-block .bubble {
    width: 300px;
    font-size: 1em;
    line-height: 1.2;
  }

  .reviews .reviews-wrapper .review-block .review-author {
    width: 340px;
    margin-right: 0px;
  }

  .reviews .reviews-wrapper .review-block .review-author p {
    font-size: 0.8em;
  }

  .reviews .reviews-wrapper .review-block .review-author a {
    font-size: 0.8em;
  }

  .delivery {
    padding: 50px 0px;
  }

  .delivery h2 {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .delivery .delivery-wrapper .payment-block p,
  .delivery .delivery-wrapper .delivery-block p {
    font-size: 0.9em;
  }

  .delivery .delivery-wrapper .payment-block .pochta-tracking p,
  .delivery .delivery-wrapper .payment-block .sdek-tracking p,
  .delivery .delivery-wrapper .delivery-block .pochta-tracking p,
  .delivery .delivery-wrapper .delivery-block .sdek-tracking p {
    display: none;
  }

  .delivery .delivery-wrapper .payment-block .pochta-tracking,
  .delivery .delivery-wrapper .payment-block .sdek-tracking,
  .delivery .delivery-wrapper .delivery-block .pochta-tracking,
  .delivery .delivery-wrapper .delivery-block .sdek-tracking {
    display: inline-block;
  }

  .delivery .delivery-wrapper .payment-block .pochta-tracking,
  .delivery .delivery-wrapper .delivery-block .pochta-tracking {
    margin-right: 20px;
  }

  .any_questions .any_questions-wrapper .any_questions-description span a {
    font-size: 1em;
  }

  .article-cards-wrapper .article-card {
    width: 100%;
  }

  .product_page-product-description img {
    min-width: 270px;
  }

  .anchor-links {
    text-align: center;
  }

  .certificates_preview h2 {
    font-size: 2em;
  }

  footer .footer-wrapper .footer-menu ul {
    justify-content: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 355px) {
  .reviews .leave_review {
    margin-left: 0px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 425px) {
  .po_organam .po_organam-wrapper .po_organam-grid .po_organam-item .item-name {
    width: 100%;
  }

  .reviews .reviews-wrapper .review-block .bubble {
    width: 240px;
  }

  .reviews .reviews-wrapper .review-block .review-author {
    width: 280px;
  }

  .reviews .reviews-wrapper .review-block .review-author p {
    font-size: 0.7em;
  }

  .reviews .reviews-wrapper .review-block .review-author a {
    font-size: 0.7em;
  }

  .reviews .reviews-wrapper .review-block .review-author .author .rounded {
    margin-right: 5px;
  }

  footer .footer-wrapper .footer-menu {
    width: 80%;
  }

  .catalog-card {
    width: 100%;
  }

  .contacts-block .contacts-wrapper .phone-number {
    font-size: 1.6em;
  }

  .slogan-wrapper {
    padding: 60px 10px;
  }

  .slogan-wrapper h1 {
    font-size: 1.1em;
  }
}

