h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
  line-height: 100%;
}
section.first {
  min-height: calc(100vh - 65px);
}
section.first h1 {
  margin-bottom: 15px;
}
section.first .button_green {
  width: 228px;
  height: 52px;
  line-height: 52px;
}
.first__description {
  margin-bottom: 15px;
  font-size: 18px;
}
.button_green {
  font-size: 18px;
}
.mouse {
  width: 21px;
  height: 35px;
}
@keyframes mouse-animate {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.mouse__arrow_down {
  width: 10px;
  height: 6px;
  margin-left: 6px;
}
section.fitopanel h2 {
  font-size: 32px;
  line-height: 36px;
}
section.about {
  padding: 65px 0;
}
.about__content {
  box-shadow: 0px 5px 12px rgba(0, 53, 17, 0.2);
  padding: 25px 50px;
}
section.products {
  padding-bottom: 30px;
}
section.products h2 {
  margin-bottom: 30px;
}
section.products .product {
  margin-bottom: 30px;
}
section.fitopanel {
  height: 214px;
}
section.fitopanel .button_green {
  width: 150px;
  height: 36px;
  line-height: 36px;
}
section.reasons {
  padding: 60px 0 75px;
}
section.reasons h2 {
  margin-top: 40px;
  margin-bottom: 45px;
}
section.reasons .container {
  /*background-size: 40% auto;*/
}
section.reasons .reason {
  padding: 35px 25px 40px;
  min-height: 270px;
}
section.reasons .reason__name {
  font-size: 18px;
  line-height: 21px;
}
section.portfolio {
  padding-bottom: 70px;
}
section.portfolio h2 {
  margin-bottom: 30px;
}
.portfolio__slider .slide__image_horizontal {
  margin-bottom: 17px;
}
footer {
  font-size: 16px;
  line-height: 18px;
}
footer h2 {
  margin-top: 20px;
  margin-bottom: 15px;
}
footer iframe {
  max-height: 274px;
}
footer .contacts__item {
  padding-left: 37px;
}
footer .contacts__item:not(:last-child) {
  margin-bottom: 7px;
}
.bg-Frame_1 {
  background: url('../images/sprite__footer/css_sprites_mob.png') -98px -91px;
}
.bg-Frame_2 {
  background: url('../images/sprite__footer/css_sprites_mob.png') -10px -4px;
}
.bg-Frame_3 {
  background: url('../images/sprite__footer/css_sprites_mob.png') -54px -46px;
}
.bg-Frame {
  background: url('../images/sprite__footer/css_sprites_mob.png') -142px -126px;
}
.info-block {
  height: auto;
  align-self: flex-start;
  min-height: calc(100vh - 65px);
  /*position: sticky;*/
  /*top: 65px;*/
}
.about__wrapper {
  margin: 45px 0;
  padding: 50px 60px 30px;
}
.portfolio__slider_about {
  margin-top: 50px;
  margin-bottom: 100px;
}
.blog__wrapper {
  column-count: 2;
}
@media screen and (orientation: portrait) {
  section.first {
    min-height: calc(60vh - 65px);
  }
  section.first h1 {
    margin-bottom: 50px;
  }
  .first__description {
    margin-bottom: 65px;
  }
}
@media screen and (orientation: landscape) {
  .modal .close {
    transform: none;
    top: 15px;
    right: 15px;
  }
  .modal .modal-body {
    padding: 17px 86px 27px;
  }
  .modal-content {
    overflow: auto;
    max-height: calc(100vh - (1.75rem * 2));
  }
}
