@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v12/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype');
}
body {
  font-family: 'Manrope', sans-serif;
  background: #ffffff;
  color: #1E1B1B;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.header__nav__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
.header__nav__bar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav__bar-right__text {
  line-height: 10px;
  padding-left: 10px;
}
.header__nav__bar-right__text p {
  font-size: 14px;
  opacity: 0.7;
}
.header__nav__bar-right__text a {
  font-size: 14px;
  text-decoration: none;
  color: #1E1B1B;
}
.hero__top-bar {
  padding-left: 160px;
  padding-bottom: 80px;
}
.hero__top-bar .left {
  padding-top: 55px;
  margin-left: -40px;
}
.hero__top-bar .left h1 {
  font-size: 40px;
}
.hero__top-bar .left__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
}
.hero__top-bar .left__image-text {
  padding-left: 10px;
  line-height: 5px;
}
.hero__top-bar .left__image-text p {
  opacity: 0.7;
}
.hero__top-bar .left__image-text span {
  font-size: 11px;
}
.hero__top-bar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.hero__top-bar .right__top {
  top: 50px;
  left: -42px;
  background-color: #ffffff;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-shadow: 1px 1px 15px 1px gray;
          box-shadow: 1px 1px 15px 1px gray;
}
.hero__top-bar .right__top h2 {
  font-size: 16px;
  padding-top: 27px;
  padding-left: 10px;
}
.hero__top-bar .right__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: #ffffff;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  padding: 12px;
  top: 334px;
  left: 196px;
  -webkit-box-shadow: 1px 1px 15px 1px gray;
          box-shadow: 1px 1px 15px 1px gray;
}
.hero__top-bar .right__lower-text {
  line-height: 10px;
}
.hero__top-bar .right__lower-text h2 {
  font-size: x-large;
}
.hero__top-bar .right__lower-text p {
  opacity: 0.7;
}
.hero__top-bar .right__lower-image {
  padding-top: 10px;
  padding-left: 10px;
}
.services {
  background-color: #E2E6E9;
}
.services .title {
  padding-bottom: 80px;
}
.services .title h1 {
  font-size: 55px;
  text-align: center;
}
.services .expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services .expert__text {
  padding-left: 10px;
}
.services .expert__text h2 {
  font-size: 24px;
}
.services .expert__text p {
  font-size: 14px;
  opacity: 0.7;
}
.diagnose .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.diagnose .image__right {
  padding-left: 10px;
}
.diagnose .text h1 {
  font-size: 35px;
}
.diagnose .text p {
  font-size: 14px;
  opacity: 0.7;
  padding-top: 60px;
}
.offer {
  background-color: #F2F2F2;
}
.offer .title {
  text-align: center;
  padding-bottom: 60px;
}
.offer .title h2 {
  font-size: 24px;
}
.offer .title h1 {
  font-size: 35px;
}
.offer .item {
  margin-top: 20px;
}
.offer .top {
  text-align: center;
  background: #ffffff;
  padding: 40px;
  height: 100%;
}
.offer .top:hover {
  background: #EAE9E9;
}
.offer .top p {
  font-size: 15px;
  padding-top: 5%;
}
.offer .bottom {
  margin-top: 20px;
  text-align: center;
  background: #ffffff;
  padding: 40px;
  height: 100%;
}
.offer .bottom:hover {
  background: #EAE9E9;
}
.offer .bottom p {
  font-size: 15px;
  padding-top: 5%;
}
.article .item {
  margin-top: 50px;
}
.article .title {
  text-align: center;
  padding-bottom: 60px;
}
.article .title h1 {
  font-size: 55px;
}
.article .top {
  text-decoration: none;
}
.article .top:hover h2 {
  text-decoration: underline;
}
.article .top img {
  max-width: 100%;
}
.article .top__text {
  padding-top: 20px;
}
.article .top__text h2 {
  font-size: 17px;
  color: #000;
  text-decoration: none;
}
.article .top__text p {
  color: #000;
  text-decoration: none;
  padding-top: 10px;
  font-size: 15px;
  opacity: 0.7;
}
.reviews {
  background-color: #F2F2F2;
}
.reviews .title h1 {
  font-size: 45px;
  text-align: center;
}
.reviews-slider {
  margin-top: 100px;
}
.reviews-slider__block {
  padding: 20px 50px;
  background-color: #ffffff;
  width: 380px;
  text-align: left;
  opacity: 0.7;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.reviews-slider__block.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.reviews-slider__block .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.reviews-slider__block .image__text {
  padding-left: 12px;
}
.reviews-slider__block .image__text h2 {
  font-size: 18px;
}
.reviews-slider__block .image__text p {
  opacity: 0.7;
}
.reviews-slider__block p {
  font-size: 15px;
}
.footer {
  background-color: #1E1B1B;
  color: #ffffff;
  padding-bottom: 40px;
}
.footer .left h1 {
  padding-bottom: 50px;
}
.footer .left__image a img {
  padding: 10px;
}
.footer .left__image a img:hover {
  background: #1E1B1B;
  opacity: 50%;
}
.footer .right {
  padding-left: 50px;
}
.footer .right p {
  opacity: 0.7;
}
.footer .right a {
  font-size: 22px;
  text-decoration: none;
  color: #ffffff;
}
.footer .right span {
  font-size: 15px;
}
.footer .right__top {
  padding-top: 20px;
  line-height: 10px;
}
.footer .right__center {
  padding-top: 50px;
  line-height: 10px;
}
.footer .right__bottom {
  padding-top: 50px;
  line-height: 10px;
}
.footer .maps {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .info__text {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .info__text p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.7;
}
.articles {
  padding-bottom: 60px;
}
.articles__nav .title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}
.articles__nav .title h1 {
  text-align: center;
  font-size: 32px;
}
.articles__nav .image {
  padding-top: 50px;
  padding-bottom: 50px;
}
.articles__nav .image img {
  max-width: 100%;
}
.articles__nav .text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.articles__nav .text h2 {
  font-size: 30px;
}
.articles__nav .text p {
  font-size: 15px;
  opacity: 0.7;
}
@media (max-width: 1196px) {
  .hero__top-bar .right__top {
    left: 10px;
  }
  .hero__top-bar .right__lower {
    left: 140px;
  }
  .diagnose .item .image__left img {
    max-width: 100%;
  }
  .diagnose .item .image__right img {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero__top-bar {
    padding-left: 0px;
  }
  .hero__top-bar .left {
    left: 136px;
    margin-left: 0px;
  }
  .hero__top-bar .left h1 {
    font-size: 30px;
  }
  .hero__top-bar .left__image {
    padding-top: 20px;
  }
  .hero__top-bar .right img {
    max-width: 100%;
  }
  .hero__top-bar .right__top {
    width: 250px;
    padding: 6px;
    left: 8px;
  }
  .hero__top-bar .right__top h2 {
    padding-top: 15px;
  }
  .hero__top-bar .right__lower {
    left: 142px;
    width: 250px;
    padding: 6px;
  }
  .header__nav__bar-right__text {
    line-height: 5px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .header__top-bar {
    padding-left: 0px;
  }
  .header__top-bar .left {
    margin-left: 0px;
  }
  .header__top-bar .left h1 {
    font-size: 30px;
  }
  .header__top-bar .left__image {
    padding-top: 20px;
  }
  .header__top-bar .right img {
    max-width: 100%;
  }
  .header__top-bar .right__top {
    width: 250px;
    padding: 6px;
  }
  .header__top-bar .right__top h2 {
    padding-top: 15px;
  }
  .header__top-bar .right__lower {
    left: 142px;
    width: 250px;
    padding: 6px;
  }
  .services {
    padding-top: 20px;
  }
  .services .title {
    padding-bottom: 10px;
  }
  .services .title h1 {
    font-size: 20px;
  }
  .services .expert__text h2 {
    font-size: 12px;
  }
  .services .expert__text p {
    font-size: 10px;
  }
  .diagnose .item .text {
    padding-top: 20px;
  }
  .diagnose .item .text h1 {
    text-align: center;
    font-size: 20px;
  }
  .diagnose .item .text p {
    font-size: 10px;
    padding-top: 0px;
  }
  .offer .title {
    padding-bottom: 0px;
  }
  .offer .title h2 {
    font-size: 15px;
  }
  .offer .title h1 {
    font-size: 20px;
  }
  .offer .item .top p {
    font-size: 12px;
  }
  .article .title {
    padding-bottom: 20px;
  }
  .article .title h1 {
    font-size: 20px;
  }
  .article .item {
    text-align: center;
    margin-top: 0px;
  }
  .article .item .top__text {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .article .item .top__text h2 {
    font-size: 15px;
  }
  .article .item .top__text p {
    padding-top: 0px;
    font-size: 10px;
  }
  .reviews .title {
    padding-bottom: 20px;
  }
  .reviews .title h1 {
    font-size: 20px;
  }
  .reviews-slider {
    margin-top: 10px;
  }
  .reviews-slider__block {
    width: 250px;
    padding: 0px;
  }
  .reviews-slider__block p {
    font-size: 10px;
    opacity: 0.7;
    padding-left: 10px;
    padding-right: 10px;
  }
  .reviews-slider__block .image {
    padding: 10px;
  }
  .reviews-slider__block .image__text {
    padding-left: 10px;
  }
  .reviews-slider__block .image__text h2 {
    font-size: 15px;
  }
  .reviews-slider__block .image__text p {
    margin-left: -10px;
    font-size: 10px;
    opacity: 0.7;
  }
  .footer .left h1 {
    font-size: 20px;
    padding-bottom: 0px;
    text-align: center;
  }
  .footer .left__image {
    text-align: center;
  }
  .footer .right {
    padding-left: 0px;
    text-align: center;
  }
  .footer .right__top {
    padding-top: 20px;
    line-height: 5px;
  }
  .footer .right__top p {
    font-size: 15px;
  }
  .footer .right__top a {
    font-size: 14px;
  }
  .footer .right__center {
    padding-top: 20px;
    line-height: 5px;
  }
  .footer .right__center p {
    font-size: 15px;
  }
  .footer .right__center span {
    font-size: 14px;
  }
  .footer .right__bottom {
    padding-top: 20px;
    line-height: 5px;
  }
  .footer .right__bottom p {
    font-size: 15px;
  }
  .footer .right__bottom span {
    font-size: 14px;
    line-height: 12px;
  }
  .info {
    font-size: 10px;
  }
  .articles__nav .title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
  }
  .articles__nav .title h1 {
    text-align: center;
    font-size: 32px;
  }
  .articles__nav .image img {
    max-width: 100%;
  }
  .articles__nav .text {
    padding-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .articles__nav .text p {
    padding-top: 5px;
    font-size: 15px;
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero__top-bar .wrapper {
    position: relative;
  }
  .hero__top-bar .wrapper .inner {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 1;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    padding: 20px;
    left: 0;
    top: 0;
  }
  .hero__top-bar .wrapper .inner .left {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .hero__top-bar .wrapper .inner .left h1 {
    text-align: center;
    font-size: 30px;
  }
  .hero__top-bar .wrapper .inner .left__image {
    text-align: left;
  }
  .hero__top-bar .wrapper .winner {
    padding: 0;
  }
  .hero__top-bar .wrapper .winner .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__top-bar .wrapper .winner .right img {
    width: 100%;
  }
  .hero__top-bar .wrapper .winner .right__top {
    display: none;
  }
  .hero__top-bar .wrapper .winner .right__lower {
    display: none;
  }
  .reviews {
    background-color: #F2F2F2;
  }
  .reviews .title h1 {
    font-size: 45px;
    text-align: center;
  }
  .reviews-slider {
    margin-top: 100px;
  }
  .reviews-slider__block {
    padding: 20px 50px;
    background-color: #ffffff;
    width: 450px;
    text-align: left;
    opacity: 0.8;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .reviews-slider__block.slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .reviews-slider__block .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .reviews-slider__block .image__text {
    padding-left: 12px;
  }
  .reviews-slider__block .image__text h2 {
    font-size: 18px;
  }
  .reviews-slider__block .image__text p {
    opacity: 0.7;
  }
  .reviews-slider__block p {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header__nav__bar-right__text {
    line-height: 5px;
    padding-left: 10px;
    padding-top: 5px;
  }
  .services {
    padding-top: 20px;
  }
  .services .title {
    padding-bottom: 10px;
  }
  .services .title h1 {
    font-size: 20px;
  }
  .services .expert {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .services .expert__text h2 {
    font-size: 15px;
  }
  .services .expert__text p {
    font-size: 10px;
  }
  .diagnose .item .text {
    padding-top: 20px;
  }
  .diagnose .item .text h1 {
    text-align: center;
    font-size: 20px;
  }
  .diagnose .item .text p {
    font-size: 10px;
    padding-top: 0px;
  }
  .offer .title {
    padding-bottom: 0px;
  }
  .offer .title h2 {
    font-size: 15px;
  }
  .offer .title h1 {
    font-size: 20px;
  }
  .offer .item .top p {
    font-size: 12px;
  }
  .article .title {
    padding-bottom: 20px;
  }
  .article .title h1 {
    font-size: 20px;
  }
  .article .item {
    text-align: center;
    margin-top: 0px;
  }
  .article .item .top__text {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .article .item .top__text h2 {
    font-size: 15px;
  }
  .article .item .top__text p {
    padding-top: 0px;
    font-size: 10px;
  }
  .reviews {
    background-color: #F2F2F2;
  }
  .reviews .title h1 {
    font-size: 45px;
    text-align: center;
  }
  .reviews-slider {
    margin-top: 100px;
  }
  .reviews-slider__block {
    padding: 20px 50px;
    background-color: #ffffff;
    width: 420px;
    text-align: left;
    opacity: 0.4;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .reviews-slider__block.slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .reviews-slider__block .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .reviews-slider__block .image__text {
    padding-left: 12px;
  }
  .reviews-slider__block .image__text h2 {
    font-size: 18px;
  }
  .reviews-slider__block .image__text p {
    opacity: 0.7;
  }
  .reviews-slider__block p {
    font-size: 15px;
  }
  .footer .left h1 {
    font-size: 20px;
    padding-bottom: 0px;
    text-align: center;
  }
  .footer .left__image {
    text-align: center;
  }
  .footer .right {
    padding-left: 0px;
    text-align: center;
  }
  .footer .right__top {
    padding-top: 20px;
    line-height: 5px;
  }
  .footer .right__top p {
    font-size: 15px;
  }
  .footer .right__top a {
    font-size: 14px;
  }
  .footer .right__center {
    padding-top: 20px;
    line-height: 5px;
  }
  .footer .right__center p {
    font-size: 15px;
  }
  .footer .right__center span {
    font-size: 14px;
  }
  .footer .right__bottom {
    padding-top: 20px;
    line-height: 5px;
  }
  .footer .right__bottom p {
    font-size: 15px;
  }
  .footer .right__bottom span {
    font-size: 14px;
    line-height: 12px;
  }
  .info {
    font-size: 10px;
  }
  .articles__nav .title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }
  .articles__nav .title h1 {
    text-align: center;
    font-size: 20px;
  }
  .articles__nav .image img {
    max-width: 100%;
  }
  .articles__nav .text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .articles__nav .text p {
    padding-top: 5px;
    font-size: 12px;
    opacity: 0.7;
  }
  .hero__top-bar .wrapper {
    position: relative;
  }
  .hero__top-bar .wrapper .inner {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 1;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    padding: 20px;
    left: 0;
    top: 0;
  }
  .hero__top-bar .wrapper .inner .left {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .hero__top-bar .wrapper .inner .left h1 {
    text-align: center;
    font-size: 30px;
  }
  .hero__top-bar .wrapper .inner .left__image {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header__nav__bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav__bar-right img {
    width: 30px;
  }
  .header__nav__bar-right__text {
    line-height: 1px;
  }
  .header__nav__bar-right__text p {
    font-size: 11px;
  }
  .header__nav__bar-right__text a {
    font-size: 12px;
  }
  .hero__top-bar {
    padding-bottom: 0;
  }
  .hero__top-bar .wrapper {
    position: relative;
  }
  .hero__top-bar .wrapper .inner {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 1;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    padding: 20px;
    left: 0;
    top: 0;
  }
  .hero__top-bar .wrapper .inner .left {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__top-bar .wrapper .inner .left h1 {
    text-align: center;
    font-size: 25px;
  }
  .hero__top-bar .wrapper .inner .left__image {
    text-align: left;
  }
  .hero__top-bar .wrapper .winner {
    padding: 0;
  }
  .hero__top-bar .wrapper .winner .right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__top-bar .wrapper .winner .right img {
    width: 100%;
  }
  .hero__top-bar .wrapper .winner .right__top {
    display: none;
  }
  .hero__top-bar .wrapper .winner .right__lower {
    display: none;
  }
  .services {
    padding-top: 40px;
  }
  .services .title {
    padding-bottom: 10px;
  }
  .services .title h1 {
    font-size: 15px;
  }
  .services .expert {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .services .expert__text h2 {
    font-size: 12px;
  }
  .services .expert__text p {
    font-size: 10px;
  }
  .diagnose .item .image__left img {
    width: 400px;
  }
  .diagnose .item .image__right {
    display: none;
  }
  .diagnose .item .text {
    padding-top: 15px;
  }
  .diagnose .item .text h1 {
    text-align: center;
    font-size: 15px;
  }
  .diagnose .item .text p {
    font-size: 10px;
    padding-top: 0px;
  }
  .offer .title {
    padding-bottom: 0px;
  }
  .offer .title h2 {
    font-size: 12px;
  }
  .offer .title h1 {
    font-size: 15px;
  }
  .offer .item .top p {
    font-size: 12px;
  }
  .article .title {
    padding-bottom: 20px;
  }
  .article .title h1 {
    font-size: 15px;
  }
  .article .item {
    text-align: center;
    margin-top: 0px;
  }
  .article .item .top__text {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .article .item .top__text h2 {
    font-size: 12px;
  }
  .article .item .top__text p {
    padding-top: 0px;
    font-size: 10px;
  }
  .footer .left h1 {
    font-size: 15px;
    padding-bottom: 0px;
    text-align: center;
  }
  .footer .left__image {
    text-align: center;
  }
  .footer .right {
    padding-left: 0px;
    text-align: center;
  }
  .footer .right__top {
    padding-top: 20px;
    line-height: 5px;
  }
  .footer .right__top p {
    font-size: 10px;
  }
  .footer .right__top a {
    font-size: 10px;
  }
  .footer .right__center {
    padding-top: 20px;
    line-height: 5px;
  }
  .footer .right__center p {
    font-size: 10px;
  }
  .footer .right__center span {
    font-size: 10px;
  }
  .footer .right__bottom {
    padding-top: 20px;
    line-height: 5px;
  }
  .footer .right__bottom p {
    font-size: 10px;
  }
  .footer .right__bottom span {
    font-size: 10px;
    line-height: 12px;
  }
  .footer .info {
    font-size: 10px;
  }
  .articles {
    padding-bottom: 50px;
  }
  .articles__nav .title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .articles__nav .title h1 {
    text-align: center;
    font-size: 15px;
  }
  .articles__nav .image img {
    max-width: 100%;
  }
  .articles__nav .text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .articles__nav .text p {
    font-size: 10px;
    opacity: 0.7;
  }
  .reviews {
    background-color: #F2F2F2;
  }
  .reviews .title h1 {
    font-size: 45px;
    text-align: center;
  }
  .reviews-slider {
    margin-top: 100px;
  }
  .reviews-slider__block {
    padding: 20px 50px;
    background-color: #ffffff;
    width: 420px;
    text-align: left;
    opacity: 0.4;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .reviews-slider__block.slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .reviews-slider__block .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .reviews-slider__block .image__text {
    padding-left: 12px;
  }
  .reviews-slider__block .image__text h2 {
    font-size: 18px;
  }
  .reviews-slider__block .image__text p {
    opacity: 0.7;
  }
  .reviews-slider__block p {
    font-size: 15px;
  }
}
