/*   
Theme Name: Нейро Свет
*/

.slick-slide img {
    height: auto;
}

.wp-block-pullquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  border-radius: 12px;
  padding: 25px 35px;
  background: #F8FAFB;
  border-left: 5px solid #4470DB;
  text-align: initial;
}
.wp-block-pullquote blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .wp-block-pullquote {
    padding: 20px 25px;
  }
}

.wp-block-pullquote p {
  font-weight: 600;
  line-height: 140%;
  font-size: 24px;
  color: #1A222C;
}
@media screen and (max-width: 767px) {
  .wp-block-pullquote p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wp-block-pullquote p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .wp-block-pullquote p {
    font-size: 22px;
  }
}

.wp-block-pullquote cite {
  line-height: 140%;
  font-weight: 400;
  font-size: 18px;
  color: #1A222C;
}
@media screen and (max-width: 767px) {
  .wp-block-pullquote cite {
    font-size: 14px;
  }
	.logo_mobile_h {
		width: 205px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wp-block-pullquote cite {
    font-size: 15px;
  }
}
.header__logo {
	width: 205px;
}
.copyright {
	display: flex; 
	align-items: center; 
	gap: 10px;
	justify-content: center;
}
.copyright img {
	width: 200px!important;
}