

/* Start:/local/templates/mayoly2021/css/questions.css?17516293392823*/
.mhz-whiteimg {
}
.mhz-whiteimg__container {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mhz-whiteimg__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width:992px){
  .mhz-whiteimg__white {
    flex: 0 0 50%;
  }
  .mhz-whiteimg__img {
    flex: 0 0 50%;
  }
}

.mhz-drugs {
  padding: 60px 34px 60px 55px;
}
.mhz-drugs__head {
}
.mhz-drugs__title {
  text-transform: uppercase;
  color: #666666;
  font-size: 16px;
}
.mhz-drugs__head:not(:last-child) {
  margin-bottom: 25px;
}
.mhz-drugs__body {
  display: flex;
  gap: 20px;
}
.mhz-drugs__column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mhz-drugs__drug {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 25px;
  border-radius: 10px;
  border: 1px solid #D5D5D5;
  transition: all 0.3s ease 0s;
  gap: 15px;
  text-decoration: none;
}
.mhz-drugs__name {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.mhz-drugs__arrow {
  display: flex;
  justify-content:center;align-items: center;
}
.mhz-drugs__arrow path {
  transition: all 0.3s ease 0s;
}
.mhz-drugs__drug:hover {
  border-color: #1F5DA6;
}
.mhz-drugs__drug:hover path {
  fill: #1F5DA6;
}
.variant-drugs {
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.variant-drugs:not(:last-child) {
  margin-bottom: 10px;
}
.variant-drugs__name {
  text-transform: uppercase;
  color: #454545;
  font-size: 14px;
  font-weight: 700;
}
.variant-drugs__text {
  color: #3E3E3E;
  font-size: 14px;
}
.variant-drugs__link {
  text-decoration: none;
  color: #1F5DA6;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  line-height: 1;
}
.variant-drugs__link svg {
  margin-bottom: 1px;
}
.variant-drugs__link:hover {
  text-decoration: underline;
}
.farma-one .home-left,
.farma-one .home-left a {
  color: #fff;
  text-decoration: none;
}
.farma-one .home-left a:hover {
  text-decoration: underline;
}
.pharm__select,
.home-right input[type="text"],
.home-right input[type="number"],
.home-right input[type="date"] {
  color: #333;
}


@media (min-width:992px){
  .variant-drugs {
    max-width: 451px;
  }
}
@media (max-width:1200px){
  .mhz-whiteimg__container {
    max-width: calc(100vw - 20px) !important;
  }
  .mhz-drugs {
    padding: 30px;
  }
}
@media (max-width:992px){
  .mhz-whiteimg__container {
    flex-direction: column;
    border-radius: 32px;
  }
  .mhz-whiteimg__img {
    display: flex;
    border-radius: 32px;
    overflow: hidden;
  }
}
@media (max-width:480px){
  .mhz-drugs__body {
    flex-direction: column;
  }
}
/* End */


/* Start:/local/templates/mayoly2021/template_styles.css?175162933944898*/
.body {
  background: #005B90 url(/local/templates/mayoly2021/img/bgr.jpg) top center no-repeat;
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  -webkit-box-shadow: 0 0 128px -30px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 0 128px -30px rgba(0, 0, 0, 0.29);
  box-shadow: 0 0 128px -30px rgba(0, 0, 0, 0.29);
  overflow-x: hidden;
  margin: 0;
}
@media (min-width:1180px){
  .body {
    margin: 0px auto;
  }
}

* {
  box-sizing: border-box;
}

.body2 {
  margin: 0;
  background: url("/local/templates/mayoly2021/img/22.png") no-repeat;
  background-size: 100% 100%;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

header {
  width: 100%;
  height: 100px;
}

header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.top-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px;
  padding: 0;
}

.top-menu li {
  margin: 0 20px;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}

.top-menu li a {
  color: #fff;
  text-decoration: none;
}

.box {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0;
}

.home-one .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
}

.home-one-left {
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #1AA9B6;
  width: 100%;
  max-width: 500px;
  min-height: 427px;
}

.home-one-right {
  width: 100%;
}

.home-one-right-brdr {
  width: 30px;
  height: 100%;
  background: rgba(26, 169, 182, 0.6);
}

h1 {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  word-wrap: anywhere;
}

.home-one h1 {
  color: #fff;
}

.home-one span {
  font-size: 16px;
  color: #fff;
  margin: 30px 0;
}

button,
.button {
  padding: 15px 55px;
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  color: #1AA9B6;
  text-decoration: none;
  border: 1px #fff solid;
  text-align: center;
  cursor: pointer;
}

button {
  font-family: "PT Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.far__block-btn button {
  background: #005B90;
  font-weight: bold;
  border: transparent;
  padding: 18px;
  width: 180px;
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff;
}
.swiper-button-next {
  padding-left: 3px;
}
.swiper-button-prev {
  padding-right: 3px;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
  color: #1AA9B6;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: auto;
}

.swiper-button-prev {
  margin-right: 14px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: auto;
}

.navbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
}

.swiper-pagination-home {
  position: relative;
}

.swiper-pagination-bullet {
  margin: 0 0 0 10px !important;
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.page-title {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  word-wrap: anywhere;
}

.page-title h2 {
  color: #fff;
  text-transform: uppercase;
}

.page-title .button {
  background: none;
  color: #fff;
}

.home-two .box {
  background: url(/local/templates/mayoly2021/img/bgr2.jpg) top left;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 50px 50px 50px 250px;
}

.home-two-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: 40px 40px 20px 40px;
  margin-left: 20px;
  width: calc(33.33% - 20px);
  border-radius: 10px;
  transition: all ease-out 0.45s;
  transform: translateX(10vw);
  opacity: 0;
}

.home-two-item--animate{
  transform: translateX(0);
  opacity: 1;
}

.home-two-item h3 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.home-two .box .home-two-item:first-child h3 {
  color: #905CA3;
}

.home-two .box .home-two-item:nth-child(2) h3 {
  color: #F59037;
}

.home-two .box .home-two-item:nth-child(3) h3 {
  color: #11834C;
}

.home-two-item span {
  margin: 10px 0 0 0;
}

.img-box {
  width: 100%;
  height: 160px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.img-box img {
  max-width: 100%;
  max-height: 100%;
}

.button-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.button-box .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: #005B90 1px solid;
}

.button-box .button:first-child {
  background: #005B90;
  color: #fff;
  margin-right: 10px;
}

.button-box .button:nth-child(2) {
  background: #fff;
  color: #005B90;
}

.home-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.home-box > br {
  display: none;
}

.home-left {
  width: 50%;
}

.home-right {
  padding: 60px 80px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-three-right {
  background: #1AA9B6;
  color: #fff;
}

.home-box span {
  margin: 10px 0 30px 0;
}

.home-four-right {
  background: #1F5DA6;
  color: #fff;
}

.home-four .button {
  color: #1F5DA6;
  font-weight: 700;
}

.home-five .button {
  background: #005B90;
  color: #fff;
  margin-right: 10px;
  border: 1px #005B90 solid;
}

footer {
  padding-top: 80px;
}

footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-left span {
  margin-top: 30px;
  color: #fff;
}

.footer-left a {
  text-decoration: none;
  color: #F59037;
}

.footer-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-menu {
  margin-left: 30px;
}

.footer-menu span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  display: block;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  list-style: none;
  margin-bottom: 6px;
  font-size: 12px;
}

.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
}

.menu-last a {
  text-transform: uppercase;
  padding-bottom: 10px;
  display: inline-block;
}

footer .made {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}

.border {
  width: calc(100% - 152px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

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

.home-seven .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-seven .home-right span {
  color: #80ADC7;
  margin-bottom: 20px;
  font-size: 12px;
}

.home-six .home-left {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-six .home-left iframe {
  width: 500%;
  height: 100%;
  display: flex;

}

.home-six h2 {
  color: #005B90;
}

.home-six .home-right span {
  color: #666;
}

.home-six .home-right form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.home-seven span {
  color: #80ADC7;
  margin-bottom: 20px;
}
.home-seven p {
  margin: 0;
  color: #80ADC7;
  font-size: 12px;
}
.home-seven p:not(:last-child) {
  margin-bottom: 15px;
}
.home-seven p a {
  color: #fff;
  text-decoration: underline;
}
.home-seven p a:hover {
  text-decoration: none;
}

input {
  font-size: 16px;
  color: #666;
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 16px 20px;
  margin-bottom: 20px;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
}

textarea {
  font-size: 16px;
  color: #666;
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 16px 20px;
  margin-bottom: 20px;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  resize: vertical;
}

.custom-checkbox {
  width: auto !important;
  margin-right: 10px;
}

.form-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.form-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-label span {
  margin: 0;
}

.form-label a {
  text-decoration: none;
  color: #005B90;
}

form .button {
  background: #1F5DA6;
  border: 1px solid #1F5DA6;
  color: #fff;
  width: auto;
}

.contacts {
  position: absolute;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 40px 40px 30px 40px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 355px;
}

.contacts-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contacts-item span:first-child {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.contacts-item span:nth-child(2) {
  color: #666;
  margin: 0 0 20px 0;
}

.contacts-item-email{
  height: 18px;
}

.adress {
  width: 100%;
}

.phone {
  width: 49%;
  margin-right: 2%;
}

.email {
  width: 49%;
}

.email a {
  color: #F59037;
  text-decoration: none;
}

.close {
  position: absolute;
  margin: -20px 0 20px 80%;
  cursor: pointer;
}

.contacts-off {
  display: none;
}

.service-one .home-four-right {
  background: #fff;
}

.service-one .button {
  background: #005B90;
  color: #fff;
  border: 1px #005B90 solid;
}

.bread-page .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
}

.bread-page .container a {
  color: #53B0F6;
  text-decoration: none;
}

.info-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.info-one .info-left {
  width: 100%;
  height: 506px;
}

.info-one .info-right {
  width: 100%;
  padding: 40px 46px;
}

.info-box span {
  margin: 20px 0 10px 0;
}

.about-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-right {
  width: 100%;
  padding: 50px;
}

.about-box span {
  margin: 20px 0;
  font-size: 24px;
}

.slider-container-about {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}

.swiper-container-about {
  width: 100%;
  height: 160px;
  background-image: url(/local/templates/mayoly2021/img/gray.png);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: center;
}

.swiper-container-about .swiper-slide {
  background: none;

}

.swiper-container-about .swiper-slide span {
  width: 67px;
  height: 67px;
  border-radius: 100%;
  display: block;
  border: 2px solid #1AA9B6;
  color: #1AA9B6;
  padding: 16px 0 0 0;
  text-align: center;
  background: #fff;
}

.swiper-container-about .swiper-slide span:hover{
  cursor: pointer;
}

.swiper-container-about .swiper-slide-thumb-active {
  background-image: url(/local/templates/mayoly2021/img/blue.png);
  background-repeat: no-repeat;
  background-size: 2px 50%;
  background-position: bottom center;

}

.swiper-container-about .swiper-slide-thumb-active span {
  background: #1AA9B6;
  color: #fff;
}

.swiper-button-prev-about, .swiper-button-next-about {
  background: #E0E0E0;
  margin: 0;
}

.swiper-container-about-two {
  height: auto;
  width: 100%;
}

.swiper-container-about .swiper-slide {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.nfd__slide-description {
  height: 200px;
  overflow: hidden;
  text-overfloW: ellipsis;
}

.swiper-container-about-two .swiper-slide {
  background: #1AA9B6;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  color: #fff;
  font-size: 20px;
}

.pepsan-one {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.pepsan-one .container {
  padding: 20px 10px;
}

.pepsan-two .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 10px;
}

.pepsan-two-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: 40px;
  margin-right: 20px;
  width: calc(33.33% - 20px);
  border-radius: 10px;
}

.pepsan-two .container .pepsan-two-item:last-child {
  margin-right: 0;
}

.pepsan-two-item h3 {
  color: #1F5DA6;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.pepsan-two-item .img-box {
  height: auto;
  margin-top: 21px;
}

.pepsan-two-item img {
  max-height: 100%;
  max-width: 100%;
}

/* .pepsan-two-item:nth-child(1) img{
  margin-top: 65px;
} */

.pepsan-three .box {
  /*background: #1AA9B6;*/
  background: #FFFFFF;
  padding: 40px;
  color: #333;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 76px;
}

.pepsan-three .box img {
  position: absolute;
  margin-top: -66px;
}

.pepsan-three-text {
  width: 100%;
}

.pepsan-three-text span {
  width: calc(100% - 80px);
  display: inline-block;
}
.pepsan-three-text p {
  width: 93%;
}

.farma-one .home-left {
  background: #1F5DA6;
  padding: 62px 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.farma-one .home-right h2 {
  color: #005B90;
  margin-bottom: 30px;
}

.contacts-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.contacts-cont-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contacts-cont-item span {
  margin: 0 0 0 10px;
  font-size: 16px;
}

.contacts-one h3 {
  font-size: 20px;
}

.big-text {
  font-size: 18px;
  font-weight: 600;
}

.geo {
  width: 60px;
  height: auto;
  position: absolute;
}

.phone span {
  white-space: nowrap;
}

.new {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  color: #fff;
  background: #F59037;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-45deg);
  margin: 80px 0 0 220px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.burger {
  display: none;
  height: 20px;
  width: 20px;
  margin-left: 30px;
  background: url(/local/templates/mayoly2021/img/burger.svg) center;
  background-size: contain;
  z-index: 9;
}

.burger-cross {
  background: url(/local/templates/mayoly2021/img/cross.svg) center;
  background-size: contain;
}

.mob-menu {
  background: #fff;
  width: 100%;
  position: absolute;
  margin-top: -100%;
  transition: 0.2s;
  padding: 40px 20px 20px 20px;
  z-index: 2;
}

.mob-menu .top-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.mob-menu .top-menu a {
  color: #005B90;
  padding-bottom: 20px;
  display: block;
}

.mob-menu-on {
  margin-top: 0;
}

.mob-menu-off {
  margin-top: -100%;
}

.menu-cross {
  position: absolute;
  height: 18px;
  width: auto;
  top: 40px;
  right: 10px;
}

.search {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.search input {
  background: none;
  color: #fff;
  margin: 0;
}

.search img {
  margin-left: -28px;
  cursor: pointer;
}

#srchinpt {
  width: 0;
  padding: 6px 0;
  border: 0 solid #fff;
  transition: 0.2s;
}

#searchForm.srchinpt-on input {
  width: 150px !important;
  border: 1px solid #fff !important;
  padding: 6px 30px 6px 8px !important;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 999;
  opacity: 0.7;
  filter: alpha(opacity=50);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  text-align: center;
}

/* .popup {
  display: none;
  position: fixed;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
}

.popup-box {
  width: 560px;
  height: 460px;
  background: #fff;
  margin: 5% auto 0 auto;
  padding: 60px 100px 100px 100px;
} */

.close {
  display: block;
  width: 20px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  top: 40px;
  right: 40px;
}

.sout-link {
  color: #005b90;
}

.sout-link:hover {
  text-decoration: none;
}

sup {
  font-size: 12px;
}

@media screen and (max-width: 1100px) {
  .new {
    margin-left: 180px;
  }

  .home-two .box {
    padding: 40px 40px 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .farma-one .home-left {
    padding: 40px;
  }

  .new {
    margin-left: 140px;
  }
}

@media screen and (max-width: 900px) {
  .home-one-left, .home-three-right, .home-four-right, .home-right {
    padding: 40px;
  }

  .info-one .info-right {
    padding: 40px;
  }

  .home-two-item {
    padding: 20px;
  }

  .button-box {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 860px) {
  .top-menu {
    display: none;
  }

  .burger {
    display: block;
  }

  footer .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  footer .border {
    display: none;
  }

  .footer-left {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
  }

  .footer-left span {
    margin-top: 0;
  }

  .footer-right .footer-menu:first-child {
    margin-left: 0;
  }

  .footer-none {
    display: none;
  }

  .pepsan-two-item .img-box {
    height: 150px;
  }
}

@media screen and (max-width: 780px) {
  .pepsan-two .container {
    flex-wrap: wrap;
  }

  .pepsan-two-item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .home-two .box {
    flex-wrap: wrap;
  }

  .home-two-item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .farma-one .home-box {
    flex-direction: column;
  }

  .farma-one .home-left {
    width: 100%;
  }

  .farma-one .home-right {
    width: 100%;
  }

  .home-six .home-box {
    flex-direction: column;
  }

  .home-six .home-left {
    width: 100%;
    height: 400px;
  }

  .home-six .home-right {
    width: 100%;
  }

  h1, h2 {
    font-size: 18px;
  }

  .pepsan-two-item:nth-child(1) img{
    margin-top: 35px;
  }
}

@media screen and (max-width: 640px) {
  .footer-right {
    display: none;
  }

  .back {
    display: none;
  }

  .home-box {
    flex-direction: column;
  }

  .home-one-left, .home-three-right, .home-four-right, .home-right {
    width: 100%;
  }
  .home-one-left {
    min-height: auto;
  }

  .home-left {
    width: 100%;
    height: 250px;
  }

  .farma-one .home-left {
    height: auto;
  }

  .home-four .home-box {
    flex-direction: column-reverse;
  }

  .home-six .home-left {
    height: 400px;
  }
}

@media screen and (max-width: 580px) {
  .home-two .box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-two-item {
    width: calc(100% - 20px);
    margin: 0 0 20px 20px;
    max-width: 320px;
  }

  .home-two .box{
    background-position: 50%;
  }
}

@media screen and (max-width: 480px) {
  footer {
    padding-top: 40px;
  }

  .footer-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
  }

  footer .logo {
    margin-bottom: 30px;
  }

  .home-one .swiper-slide {
    flex-direction: column-reverse;
  }

  .home-one-right {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-grow: 1;
  }

  .info-one .info-left {
    height: 250px;
  }

  .home-one-right-brdr {
    width: 100%;
    height: 30px;
  }

  .navbox {
    margin-bottom: 30px;
  }

  .pepsan-one {
    font-size: 18px;
  }

  .button {
    padding: 10px 20px;
  }

  .about-box span {
    font-size: 18px;
  }

  .swiper-container-about .swiper-slide span {
    padding: 19px 0 0 0;
  }

  .pepsan-two-item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .new {
    margin: 40px 0 0 180px;
  }

  .pepsan-two-item:nth-child(1) img{
    margin-top: 0;
  }
  .header-right {
    position: relative;
  }
  header {
    padding-bottom: 20px;
  }
  #srchinpt {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
  }
  #searchForm.srchinpt-on input {
    width: calc(100vw - 20px)!important;
  }
  #searchForm.srchinpt-on + #srchbtn {
    position: absolute;
    right: 7px;
    top: 100%;
    margin-top: 18px;
  }
}

@media screen and (max-width: 320px) {
  .home-one-left, .home-three-right, .home-four-right, .home-right {
    padding: 20px;
  }

  .info-one .info-right {
    padding: 20px;
  }

  .home-two .box {
    padding: 20px 20px 20px 0;
  }

  .contacts {
    max-width: 280px;
    flex-direction: column;
  }

  .close {
    margin: -20px 0 20px 75%;
  }
}

.container2 {
  width: 1180px;
  margin: 0 auto;
  padding: 0 5px;
}

.hof__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hof__top-left,
.met__top-left,
.pro__top-left {
  color: #fff;
}

.hof__top-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.hof__top-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

.hof__top-right button {
  background: #38A770;
  width: 280px;
  height: 50px;
  border: transparent;
  font-weight: bold;
  line-height: 1;
  transform: translateY(10px);
  margin: 0 10px;
}

.hof__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.hof__item {
  background: #fff;
  border-radius: 10px;
  width: 380px;
  padding: 40px;
  margin: 0 5px 10px;
  position: relative;
}

.hof__item-title {
  font-weight: bold;
  font-size: 24px;
  color: #1F5DA6;
  margin-bottom: 3px;
}

.hof__item-text {
  margin-bottom: 49px;
}

.hof__item-img {
  width: 100%;
  height: 198px;
  text-align: center;
}

.hof__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hof__item-btn {
  margin-top: 43px;
  width: 100%;
}

.hof__item-btn button {
  background: #1F5DA6;
  font-weight: bold;
  padding: 16px;
  width: 100%;
  border: transparent;
  transition: all 0.3s ease 0s;
  border: 2px solid #1F5DA6;
}

@media (any-hover: hover){
  .hof__item-btn button:hover{
    color: #1F5DA6;
    background-color: #fff;
  }
}

.hof__item,
.met__item {
  margin-bottom: 40px !important;
}

.hof__item-img + .hof__bottom {
  margin-top: 12px !important;
}

.hof__item-btn-down a {
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.hof__item-btn-down button {
  font-weight: bold;
  padding: 16px;
  border: 1px solid #1F5DA6;
  transition: all 0.3s ease 0s;
  color: #1F5DA6;
  background-color: #fff;
  width: calc(100% / 3 + 40px);
}

@media (any-hover: hover) {
  .hof__item-btn-down button:hover {
    color: #fff;
    background-color: #1F5DA6;
    border: 1px solid #fff;
  }
}

.hof__bottom {
  font-size: 16px;
  text-align: right;
  margin-top: 10px;
}

.hof__bottom,
.met__bottom,
.pro__bottom {
  color: #fff;
}

.met__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 84px;
}

.met__top-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  max-width: 850px;
  line-height: 31px;
  text-transform: uppercase;
}

.met__top-text {
  max-width: 680px;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
}

.met__top-right button {
  background: #009CA0;
  width: 280px;
  height: 50px;
  border: transparent;
  font-weight: bold;
  transform: translateY(10px);
  margin: 0 10px;
}

.met__items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.met__item {
  background: #fff;
  border-radius: 10px;
  width: 580px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}

.met__item-img {
  width: 207px;
  height: 210px;
  position: relative;
}

.met__img-info {
  position: absolute;
  top: 0;
  right: -26px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: rgba(245, 144, 55, 0.95);
  transform: rotate(-45deg);
  color: #fff;
}

.met__img-info-out {
  position: relative;
  width: 100%;
  height: 100%;
}

.met__img-info-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
}

.met__item-img img {
  width: 100%;
  height: 100%;
  /* transform: translateY(20px); */
  object-fit: contain;
  object-position: center;
}

.met__item-right {
  width: 240px;
  margin: 0 10px;
}

.met__item-right h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #1F5DA6;
  margin-bottom: 2px;
}

.met__item-right p {
  margin-top: 0;
  line-height: 18px;
}

.met__item-right button {
  background: #1F5DA6;
  font-weight: bold;
  border: transparent;
  width: 139px;
  height: 46px;
  margin-top: 15px;
  padding: 0;
  transition: all 0.3s ease 0s;
  border: 2px solid #1F5DA6;
}
@media (any-hover: hover){
  .met__item-right button:hover{
    background-color: #fff;
    color: #1F5DA6;
  }
}

.met__bottom {
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
}

.pro__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 94px;
}

.pro__top-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  max-width: 680px;
  line-height: 31px;
  text-transform: uppercase;
}

.pro__top-right button {
  background: #FEC835;
  width: 280px;
  height: 50px;
  border: transparent;
  font-weight: bold;
  color: #11834C;
  margin: 0 10px;
}

.pro__top-right a,
.hof__top-right a,
.met__top-right a{
  text-decoration: none
}

button.basket,
.pro__top-right button.basket,
.hof__top-right button.basket,
.met__top-right button.basket{
    position: relative;
    background-color: #fff;
    width: 152px;
    height: 54px;
    border: 2px solid #fff;
    padding: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    overflow: hidden;
}
button.basket span,
.pro__top-right button.basket span,
.hof__top-right button.basket span,
.met__top-right button.basket span{
  opacity: 1;
  z-index: 1;
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 25px;
  transition: 0.2s;
  color: #1F5DA6;
}
button.basket::before,
.pro__top-right button.basket::before,
.hof__top-right button.basket::before,
.met__top-right button.basket::before{
  position: absolute;
  content: '';
  background: url('/local/templates/mayoly2021/img/btn-basket.svg')no-repeat 50%;
  background-size: contain;
  width: 29px;
  height: 26px;
  left: 23px;
  transition: 0.3s
}
button.basket:hover,
.pro__top-right button.basket:hover,
.hof__top-right button.basket:hover,
.met__top-right button.basket:hover{
  background-color: transparent;

}
button.basket:hover::before,
.pro__top-right button.basket:hover::before,
.hof__top-right button.basket:hover::before,
.met__top-right button.basket:hover::before{
  background: url('/local/templates/mayoly2021/img/btn-basket-white.svg')no-repeat 50%;
}
button.basket:hover span,
.pro__top-right button.basket:hover span,
.hof__top-right button.basket:hover span,
.met__top-right button.basket:hover span{
  color: #fff;
}

.pro__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 51px;
}

.pro__item {
  background: #fff;
  border-radius: 10px;
  width: 380px;
  padding: 40px;
  position: relative;
  margin: 0 5px 40px;
}

.pro__item-title {
  font-weight: bold;
  font-size: 24px;
  color: #1F5DA6;
  margin-bottom: 3px;
  margin-top: 0;
}

.pro__item-text {
  line-height: 18px;
  margin-bottom: 38px;
  margin-top: 0;
}

.pro__item-img {
  width: 306px;
  height: 255px;
  position: relative;
}

.pro__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pro__item-img-icon {
  position: absolute;
  width: 113px;
  height: 113px;
  top: -40px;
  right: -26px;
}

.pro__item-img-icon img {
  width: 100%;
  height: 100%;
}

.pro__item-img1,
.pro__item-img2{
  display: flex;
  align-items: center;
}

.pro__item-img1 img,
.pro__item-img2 img{
  height: 220px
}

.pro__item-btn button {
  background: #1F5DA6;
  font-weight: bold;
  border: transparent;
  width: 100%;
  height: 46px;
  margin-top: 30px;
  border: 2px solid #1F5DA6;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover){
  .pro__item-btn button:hover{
    color: #1F5DA6;
    background-color: transparent;
  }
}

/* .pro__item:nth-child(1) .pro__item-btn1 button{
  background: #3DC279;
}
.pro__item:nth-child(2) .pro__item-btn2 button{
  background: #FF0700;
}
.pro__item:nth-child(3) .pro__item-btn3 button{
  background: #FF5C0A;
} */

.pro__bottom {
  line-height: 18px;
  position: absolute;
  bottom: -40px;
  left: 10px;
}

.points {
  margin-top: 138px;
}

.points p {
  font-size: 12px;
  line-height: 16px;
  color: #80ADC7;
}

.what__header {
  display: flex;
  justify-content: space-between;
}

.what__left {
  display: flex;
}

.what__main {
  transform: translateY(1px);
}

.what__main a {
  font-size: 16px;
  color: #77C5FF;
  text-decoration: none;
}

.what__mid {
  margin: 0 5px;
  transform: translateY(2px);
}

.what__do {
  transform: translateY(2px);
}

.what__do a {
  text-decoration: none;
}

.what__right a {
  text-decoration: none;
}

.what__right-inner {
  display: flex;
}

.what__arrow {
  margin-right: 11px;
  transform: translateY(3px);
}

.what__back {
  font-size: 16px;
  color: #53B0F7;
}

.what__block {
  background: #fff;
  border-radius: 25px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px;
}

.what__block-left {
  width: 580px;
  padding: 50px;
}

.what__block-left h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 27px;
}

.what__block-left p {
  font-size: 16px;
  line-height: 21px;
}

.what__block-btn {
  margin-top: 45px;
}

.what__block-btn button {
  background: #005B90;
  font-weight: bold;
  border: transparent;
  padding: 18px;
  width: 296px;
}

.what__block-right {
  width: 580px;
}

.what__block-right img {
  width: 580px;
  height: 100%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.far__block-btn {
  margin-top: 45px;
}

.far__block-left {
  width: 580px;
  padding: 92px 50px;
}

.far__block-left h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 27px;
}

.far__block-left p {
  font-size: 16px;
  line-height: 21px;
}

.con__block-list li {
  font-size: 16px;
  line-height: 21px;
}

.con__block-list li span {
  font-weight: bold;
  color: #000;
}

.con__block-left {
  width: 580px;
  padding: 50px;
}

.con__block-left h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 27px;
}

.con__block-left p {
  font-size: 16px;
  line-height: 21px;
}

.soc__block-left {
  width: 580px;
  padding: 50px;
}

.soc__block-left h2 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 37px;
}

.soc__block-left p {
  font-size: 16px;
  line-height: 21px;
}

.info__block {
  background: #fff;
  border-radius: 20px;
  margin: 50px auto 0;
  width: 1180px;
}

.info__block-img img {
  width: 100%;
  height: 506px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.info__block-text {
  padding: 50px;
}

.info__block-text h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
}

.info__block-text h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: #1AA9B6;
}

.info__block-text .info__text-p {
  font-size: 16px;
  line-height: 21px;
}

.info__text-last {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #905CA3;
}

.info__text-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}

.our__info-item {
  display: flex;
}

.our__info-icon {
  background-color: #00558C;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  position: relative;
}

.our__info-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
}

.our__info-item + .our__info-item {
  margin-top: 16px;
}

.our__info-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #00558C;
  margin-left: 17px;
  transform: translateY(12px);
}

.news__header {
  position: relative;
}

.news__title {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  margin-top: 50px;
  margin-bottom: 44px;
  width: calc(100% - 200px);
}

.news__item {
  width: 285px;
  background: #fff;
  border-radius: 10px;
}

.news__img {
  width: 100%;
  height: 194px;
}

.news__img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news__info {
  padding: 25px;
  min-height: 261px;
}

.news__date {
  font-size: 18px;
  line-height: 23px;
  color: #7A7A7A;
}

.news__text {
  font-size: 20px;
  line-height: 26px;
}

.swiper__btn .swiper-button-prev:after,
.swiper__btn .swiper-button-next:after {
  display: none;
}

.swiper__btn .swiper-button-prev,
.swiper__btn .swiper-button-next {
  background-color: transparent;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 24px !important;
  height: 24px !important;
  border: transparent;
  position: relative !important;
}

.swiper__btn .swiper-button-prev {
  background-image: url("/local/templates/mayoly2021/ico/ico4.png");
  left: 0 !important;
  transform: translate(-5px, 2px);
}

.swiper__btn .swiper-button-next {
  background-image: url("/local/templates/mayoly2021/ico/ico5.png");
  right: 0 !important;
  transform: translate(40px, 0);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: #3779a0 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper__nav {
  position: absolute;
  width: 90px;
  top: 5px;
  right: 0;
}

.swiper__btn {
  width: 70px;
  position: absolute;
  top: 22px;
  right: 100px;
}

.sources{
  background: #fff;
    border-radius: 23px;
    width: 100%;
}
.sources__main{
  display: flex;
    justify-content: space-between;
    padding: 25px 50px;
    align-items: center;
    transition: 0.3s;
    /*background-color: #EFEFEF;*/
    background-color: #1F5DA6;
    border-radius: 20px;
    color: #fff
}
.sources__main:hover{
  cursor: pointer;
  background: #37b3da
}
.sources__main-title{
  font-weight: 400;
    font-size: 18px;
}
.sources__main-btn{
  font-size: 18px;
    line-height: 21px;
    position: relative;
    padding-right: 25px;
}
.sources__main-btn::before{
  position: absolute;
    content: '';
    right: 0;
    top: 50%;
    background: url(/local/templates/mayoly2021/img/arrow-bottom-white.svg)no-repeat 50%;
    background-size: contain;
    width: 10px;
    height: 6px;
    transform: translateY(-50%);
    transition: 0.3s
}
.sources__select{
  display: none
}
.sources__select p{
  font-size: 16px;
}
.sources__main-click{
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.sources__main-click .sources__main-btn::before{
  transform: translateY(-50%) scale(1,-1);
}
.sources__select-visible{
  display: block;
  padding: 16px 50px 23px;
}

.b-popup__content {
  background: #005B90
}
.b-popup__content p{
  font-size: 16px;
    margin-top: 25px;
    margin-bottom: 35px;
    line-height: 22px;
}
.b-popup__content p:first-child{
  margin-top: 0
}
.b-popup__text a{
  text-decoration: none;
  color: #F59037;
}
.b-popup__text{
  margin: 20px 0 30px 0
}
.pers-data-check-area .b-popup .b-popup__content {
    height: 600px;
}
.protivopok__text{
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  color: #FFFFFF;
}
.recept__preparat{
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  color: #00A5D9;
  transition: 0.3s
}
.recept__preparat:hover{
  background-color: #EFEFEF;
}

.bad__text{
  text-align: center;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    width: 100%;
}
.pharm-email-text{
  margin-bottom: -4px
}
.pharm__btn{
  background: #005B90;
    border: 1px solid #005B90;
    color: #fff;
    width: auto;
}
.contact__mess{
  height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    color: green
}
.pharm__select{
  font-size: 16px;
    color: #666;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 16px 20px;
    margin-bottom: 20px;
    width: 100%;
    font-family: 'PT Sans', sans-serif;
}
.input__error {
    border: 1px solid red;
}
.check__error{
  color: red
}


@media(max-width: 1500px){
  .protivopok__text{
    font-size: 32px;
    line-height: 42px;
  }
  .bad__text{
    font-size: 24px;
    line-height: 34px;
  }
}

@media(max-width: 1349px){
  .protivopok__text{
    font-size: 28px;
    line-height: 38px;
  }
  .bad__text{
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 900px) {
  .sources__main{
    padding: 20px
  }
  .sources__select-visible{
    padding: 16px 20px
  }
}

@media screen and (max-width: 780px){
  .sources__main-title{
    font-size: 18px;
    line-height: 20px;
    padding-right: 15px
  }
  .sources__main-btn{
    font-size: 14px;
  }
  .b-popup__content{
    width: 95%;
  }
}

@media screen and (max-width: 767px){
  .b-popup__content{
    margin: 30px auto 0 auto;
  }
  .b-popup__title {
    font-size: 24px;
    padding-top: 60px;
  }
  .pers-data-check-area .b-popup .b-popup__content{
    height: auto;
  }
  .b-popup__ok-btn{
    margin-bottom: 40px;
  }
  .b-popup__content p{
    font-size: 14px;
    line-height: 20px
  }
}

@media screen and (max-width: 576px){
  .sources__main-btn{
    padding-right: 17px;
  }
  .sources__select p {
    font-size: 14px;
  }
  .b-popup__ok-btn{
    padding: 10px 55px !important;
  }
}

@media screen and (max-width: 374px){
  .b-popup__close-btn{
    right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .info__block {
    width: 900px !important;
  }

  .info__block-img img {
    height: 406px;
  }

  .protivopok__text{
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1180px) {
  .container2 {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1179px) {
  .pro__items {
    justify-content: space-around;
  }

  .far__block-left {
    text-align: center;
    margin: 0 auto;
  }

  .soc__block-left {
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1169px) {
  .hof__items {
    justify-content: space-around;
  }

  .hof__item {
    margin-bottom: 30px;
  }
  .hof__bottom {
    margin: 0 !important;
  }

  .met__items {
    justify-content: space-around;
  }

  .what__block-right {
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
  }

  .what__block-right img {
    border-radius: 20px;
    width: 100%;
  }

  .what__block-left {
    text-align: center;
    margin: 0 auto;
  }

  .con__block-left {
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 989px) {
  .met__top-right {
    text-align: center;
    width: 100%;
  }

  .pro__top-right {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 975px) {
  .hof__top-right {
    text-align: center;
    width: 100%;
  }

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

@media screen and (max-width: 915px) {
  .info__block {
    width: 700px !important;
  }

  .info__block-img img {
    height: 306px;
  }
}

@media screen and (max-width: 885px) {
  .news__info {
    min-height: 313px;
  }
}

@media screen and (max-width: 730px) {
  .info__block {
    width: 500px !important;
  }

  .info__block-img img {
    height: 250px;
  }
}

@media screen and (max-width: 600px) {
  .news__title {
    font-size: 16px;
    width: 100%;
  }

  .swiper__btn {
    top: -10px;
  }

  .swiper__nav {
    top: -28px;
  }
}

@media screen and (max-width: 556px) {
  .met__item {
    width: 380px;
  }

  .met__item-right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .met__item-img {
    text-align: center;
    width: 100%;
  }

  .met__img-info {
    top: 0;
    right: 20px;
  }

  .pro__top-right button.basket, .hof__top-right button.basket, .met__top-right button.basket {
    width: 156px;
    margin-top: 20px;
  }
  .pro__top-right button.basket::before, .hof__top-right button.basket::before, .met__top-right button.basket::before {
    left: 23px;
    transition: 0
  }
  .pro__top-right button.basket span, .hof__top-right button.basket span, .met__top-right button.basket span {
    opacity: 1;
    z-index: 1;
    transition: 0
  }
  .info__block .info__block-text h2{
    display: none
  }
  .info__block-text img{
    border-radius: 10px
  }
  .info__block {
    width: 100% !important;
  }
  .protivopok__text{
    font-size: 18px;
    line-height: 28px;
  }
  .bad__text{
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 515px) {
  .info__block-img img {
    height: 206px;
  }

  .info__block-text h2 {
    font-size: 16px;
  }

  .info__block-text h3 {
    font-size: 16px;
  }

  .info__block-text .info__text-p {
    font-size: 12px;
  }

  .info__text-list li {
    font-size: 12px;
  }

  .info__block-text {
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .news__info {
    min-height: 261px;
  }

  .hof__top-title {
    font-size: 16px;
  }

  .hof__top-text {
    font-size: 12px;
  }

  .met__top-title {
    font-size: 16px;
    line-height: 21px;
  }

  .met__top-text {
    font-size: 12px;
    line-height: 15px;
  }

  .met__item {
    padding: 10px;
  }

  .pro__top-title {
    font-size: 16px;
    line-height: 21px;
  }

  .what__block-left {
    padding: 5px;
  }

  .far__block-left {
    padding: 10px;
  }

  .what__block-left h2 {
    font-size: 16px;
  }

  .what__block-left p {
    font-size: 12px;
  }

  .far__block-left h2 {
    font-size: 16px;
  }

  .far__block-left p {
    font-size: 12px;
  }

  .con__block-list li {
    font-size: 12px;
  }

  .con__block-left {
    padding: 10px;
    text-align: left;
  }

  .con__block-left h2 {
    font-size: 16px;
  }

  .con__block-left p {
    font-size: 12px;
  }

  .soc__block-left {
    text-align: left;
    padding: 10px;
  }

  .soc__block-left h2 {
    font-size: 16px;
  }

  .soc__block-left p {
    font-size: 12px;
  }

  .what__main a {
    font-size: 12px;
  }

  .what__do {
    font-size: 12px;
    transform: translateY(3px);
  }

  .what__arrow {
    transform: translateY(3px);
  }

  .what__back {
    font-size: 12px;
    transform: translateY(3px);
  }

  .info__text-last {
    font-size: 12px;
  }

  .what__main {
    transform: translateY(0);
  }
}

@media screen and (max-width: 390px) {
  .met__item {
    width: 100%;
  }

  .hof__item {
    width: 100%;
    padding: 20px;
  }

  .pro__item {
    width: 100%;
    padding: 10px;
  }

  .pro__item-img-icon {
    width: 60px;
    height: 60px;
    top: 0;
    right: 10px;
  }
}
@media(max-width: 374px){
  .protivopok__text{
    font-size: 16px;
    line-height: 24px;
  }
}

.contacts-one h3:not(:last-child) {
  margin-bottom: 36px;
}

body::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.8s ease 0s;
	pointer-events: none;
	z-index: 149;
}
.popup-show body::after {
	opacity: 1;
}
.lock body {
  padding-right: 17px;
  overflow: hidden;
}

/* End */
/* /local/templates/mayoly2021/css/questions.css?17516293392823 */
/* /local/templates/mayoly2021/template_styles.css?175162933944898 */
