section.first {
  background: url(../images/fs.png) center center no-repeat;
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 103px);
  display: flex;
  align-items: center;
  padding: 0;
    overflow: hidden;
}
section.first .button_green {
  width: 268px;
  height: 74px;
  line-height: 74px;
}
section.first h1 {
  margin-bottom: 39px;
}
.first-animation.active{
    opacity: 1;
    transform: translateX(0px)!important;
}
.first-animation{
    transition: all 1s;
    opacity: 0;
    transform: translateX(200px);
}
.first-animation.from-left{
    transform: translateX(-200px);
}
.animation-delay-500{
    transition-delay: 500ms;
}
h1 {
  font-family: 'Roboto-Slab';
  font-size: 32px;
  font-weight: normal;
  line-height: 125.3%;
  color: black;
  margin-bottom: 0;
}
h1 .text_colored {
  color: #008A2D;
}
span.d2 {
  width: 0;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
span.d3 {
  display: inline-block;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.carriage {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
span.dynamics {
  color: white;
  background: black;
  display: inline-block;
  padding: 0 15px;
  vertical-align: text-bottom;
  height: 43px;
}
span.d1 {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  display: inline-block;
}
.d1,
.d2,
.d3 {
  vertical-align: text-bottom;
}
.delivery-list-item__content,
.blog-article__description,
.blog-inner__content,
.care__list,
.about__wrapper,
.about__content,
.reason__text,
.catalog-item__content{
  color: #00000080!important;
}
.first__description {
  font-family: Roboto;
  font-size: 21px;
  line-height: 148.3%;
  /* or 31px */
  color: #484848;
  margin-bottom: 57px;
}
.button_green {
  font-family: Roboto;
  font-size: 24px;
  line-height: 148.3%;
  /* identical to box height, or 36px */
  text-align: center;
  color: #fff;
  /*background: #6ABC00;*/
  background: #7DC290;
  display: inline-block;
  transition: all 0.1s;
}
.button_green:hover,
.button_green:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
  background: #008A2D;
}
.mouse__container {
  position: absolute;
  bottom: 31px;
  left: 50%;
  margin-left: -15px;
  user-select: none;
}
.mouse {
  width: 31px;
  height: 52px;
  background: url(../images/mouse/mouse.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
@keyframes mouse-animate {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
.mouse__arrow_down {
  width: 15px;
  height: 9px;
  background: url(../images/mouse/arrow.png) center center no-repeat;
  background-size: cover;
  margin-left: 8px;
  animation: mouse-animate 1.5s linear;
  animation-iteration-count: infinite;
}
h2 {
  margin-bottom: 0;
  font-family: 'Roboto-Slab';
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}
section.about {
  padding: 129px 0 133px;
}
section.about .text_colored {
  color: #7DC290;
}
section.about h2 {
  margin-bottom: 17px;
}
section.about p {
  margin-bottom: 26px;
}
section.about p:last-child {
  margin-bottom: 9px;
}
.about__content {
  box-shadow: 0px 11px 23px rgba(0, 53, 17, 0.2);
  padding: 55px 100px;
}
.mossroom {
  color: #472A14;
  font-family: Arbonnie;
  font-weight: normal;
  font-size: 45px;
  line-height: 142.7%;
}
.mossroom .text_colored {
  color: #237C3E;
}
section.products {
  /*padding-bottom: 75px;*/
  padding-bottom: 50px;
}
section.products h2 {
  margin-bottom: 61px;
}
section.products .product {
  margin-bottom: 48px;
  text-align: center;
}
section.products .product img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 23px;
}
section.products .product a {
  font-family: Roboto;
  font-size: 20px;
  line-height: 142.7%;
  text-transform: uppercase;
  color: #7DC290;
}
section.fitopanel {
  height: 334px;
  display: flex;
  align-items: center;
  background: url(../images/fitopanel.png) center center no-repeat;
  background-size: cover;
}
section.fitopanel h2 {
  font-family: 'Roboto-Slab';
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 74px;
}
section.fitopanel h2 .text_colored {
  color: #7ad800;
  text-transform: none;
}

section.fitopanel .button_green {
  width: 270px;
  height: 74px;
  line-height: 74px;
}
section.reasons {
  /*padding: 118px 0 155px;*/
  padding: 0 0 55px;
}
section.reasons .container {
  /*background: url(../images/why-bg.png) top right no-repeat;*/
}
section.reasons h2 {
  margin-bottom: 71px;
  margin-top: 74px;
}
section.reasons .reason {
  margin-bottom: 30px;
  font-weight: 300;
  padding: 76px 50px 80px;
  box-shadow: 0px 4px 10px rgba(0, 39, 13, 0.25);
  height: calc(100% - 30px);
  min-height: 290px;
  background: #fff;
}
section.reasons .reason__name {
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  color: #7DC290;
  margin-bottom: 25px;
}
section.portfolio {
  /*padding-bottom: 146px;*/
  padding-bottom: 96px;
}
section.portfolio h2 {
  margin-bottom: 59px;
}
.portfolio__slider .slide__image_horizontal {
  margin-bottom: 30px;
}
.portfolio__slider .slide__image {
  position: relative;
}
.portfolio__slider .slide__image img {
  max-width: 100%;
}
.portfolio__slider .slide__image:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 70, 40, 0.7) url(../images/zoom.png) center center no-repeat;
}
.portfolio__slider .slide__image:hover:before {
  display: block;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slider-arrows * {
  top: 50%;
  width: 84px;
  height: 84px;
  cursor: pointer;
  position: absolute;
  background-size: cover!important;
}
.slider-wrapper .slider-prev {
  left: 0;
  background: url(../images/slider/slider__arrows/prev.png) center center no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.1s;
}
.slider-wrapper .slider-prev:hover {
  background: url(../images/slider/slider__arrows/prev_hover.png) center center no-repeat;
}
.slider-wrapper .slider-next {
  right: 0;
  background: url(../images/slider/slider__arrows/next.png) center center no-repeat;
  transform: translate(50%, -50%);
  transition: all 0.1s;
}
.slider-wrapper .slider-next:hover {
  background: url(../images/slider/slider__arrows/next_hover.png) center center no-repeat;
}
.catalog__image {
  max-width: 100%;
}
.catalog__link {
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.catalog__link:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 70, 40, 0.7) url(../images/zoom.png) center center no-repeat;
}
.catalog__link:hover:before {
  display: block;
}
.breadcrumbs,
.breadcrumbs a {
  font-size: 14px;
  line-height: 16px;
  color: #666 !important;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
.breadcrumb a span:after {
  content: '/';
}
.breadcrumbs {
  margin: 35px 0 17px;
}
section.catalog h1 {
  margin-bottom: 21px;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
}
.row.catalog-grid {
    margin-bottom: 36px;
}
.show-more {
  width: 270px;
  height: 74px;
  margin-bottom: 121px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
}
section.catalog-item h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 140.5%;
  color: #000000;
  margin-bottom: 23px;
}
.catalog-item__content {
  font-size: 18px;
  line-height: 140.5%;
  color: #7D7D7D;
}
.catalog-item__content p {
  margin-bottom: 25px;
}
.photo-block img {
  margin-bottom: 30px;
  max-width: 100%;
}
.order-item {
  width: 268px;
  height: 66px;
  border: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 69px;
}
.info-block {
  height: auto;
  align-self: flex-start;
  min-height: calc(100vh - 103px);
  /*position: sticky;*/
  /*top: 103px;*/
}
footer {
  background: linear-gradient(rgba(13, 41, 12, 0.7), rgba(13, 41, 12, 0.7)), url(../images/footer-bg.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  line-height: 142.7%;
}
footer h2 {
  color: #fff;
  margin-top: 45px;
  margin-bottom: 32px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .contacts__item:not(:last-child) {
  margin-bottom: 19px;
}
footer .contacts__item {
  padding-left: 42px;
  background-repeat: no-repeat;
  min-height: 32px;
  display: flex;
  align-items: center;
}
footer iframe {
  display: block;
}
.bg-Frame_1 {
  background: url('../images/sprite__footer/css_sprites.png') -62px -56px;
}
.bg-Frame_2 {
  background: url('../images/sprite__footer/css_sprites.png') -10px -7px;
}
.bg-Frame_3 {
  background: url('../images/sprite__footer/css_sprites.png') -114px -108px;
}
.bg-Frame {
  background: url('../images/sprite__footer/css_sprites.png') -166px -155px;
}
.modal .close {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.35);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  position: absolute;
  background: white!important;
  z-index: 999999;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  opacity: 1!important;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 0.5s;
}
.modal .close:hover {
  transform: translate(50%, -50%) rotate(135deg);
}
.modal .modal-body {
  padding: 22px 102px 32px;
  text-align: center;
}
.modal .modal__header {
  font-family: 'Roboto-Slab';
  font-size: 38px;
  line-height: 148.3%;
  margin-bottom: 10px;
}
.modal .modal__description {
  font-size: 18px;
  line-height: 148.3%;
  /* or 27px */
  color: #999999;
  margin-bottom: 10px;
}
.modal input,
.modal textarea {
  border: 1px solid #C6C6C6;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 27px */
  color: #999999;
  width: 100%;
}
.modal button.button_green {
  border: none;
  width: 100%;
  line-height: 66px;
  cursor: pointer;
  outline: none!important;
}
.top-screen {
  background: url(../images/fs.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 114px;
}
.top-screen h1 {
  margin-top: 41px;
}
.top-screen_delivery {
  background: url(../images/delivery-bg.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 156px;
}
.top-screen_delivery h1 {
  margin-top: 79px;
}
.about__wrapper {
  box-shadow: 0px 11px 23px rgba(0, 53, 17, 0.2);
  margin: 121px 0 104px;
  padding: 78px 118px 51px 109px;
}
.about__wrapper p {
  margin-bottom: 40px;
}
.about__wrapper {
  line-height: 142.7%;
  /* or 26px */
  color: #7D7D7D;
}
span.text_light-colored {
  color: #8DC99E;
}
.portfolio__slider_about {
  margin-top: 61px;
  margin-bottom: 165px;
}
ul.care__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 70px;
  margin-bottom: 150px;
}
ul.care__list li {
  padding-left: 95px;
  margin-bottom: 55px;
  background-position: left top -100px;
  background-repeat: no-repeat;
  line-height: 142.7%;
  transition: all 1s;
}
ul.care__list li.active{
  background-position: left center;
}
ul.care__list li:nth-child(1) {
  background-image: url(../images/care/temperature.png);
}
ul.care__list li:nth-child(2) {
  background-image: url(../images/care/info.png);
}
ul.care__list li:nth-child(3) {
  background-image: url(../images/care/water.png);
}
ul.care__list li:nth-child(4) {
  background-image: url(../images/care/wind.png);
}
.care__wrapper {
  margin-top: 85px;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 75px;
}
.pagination a,
.pagination span {
  font-family: 'Roboto-Slab';
  font-weight: normal;
  font-size: 24px;
  line-height: 142.7%;
  /* or 34px */
  color: #000000;
  display: inline-block;
  margin: 0 5.5px;
  text-decoration: none;
}
.pagination li.next a {
  width: 9px;
  height: 100%;
  background: url(../images/pag-next.png) center center no-repeat;
}
.pagination li.prev a {
  width: 9px;
  height: 100%;
  background: url(../images/pag-prev.png) center center no-repeat;
}
.pagination li.current a {
  color: #008A2D;
}
.blog__article {
  margin-bottom: 30px;
  box-shadow: 0px 9px 14px rgba(0, 53, 17, 0.2);
  display: inline-block;
}
.blog__wrapper {
  margin-bottom: 86px;
  column-count: 3;
  column-gap: 30px;
}
img.blog-article__image {
  width: 100%;
  margin-bottom: 25px;
}
.blog-article__name {
  font-size: 22px;
  line-height: 142.7%;
  /* or 31px */
  color: #000000;
  margin-bottom: 37px;
  padding: 0 20px;
}
.blog-article__description {
  margin-bottom: 29px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 142.7%;
}
a.blog-article__permalink {
  font-size: 16px;
  line-height: 142.7%;
  /* or 23px */
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #9BD0AA;
  padding: 0 0 0 20px;
  margin-bottom: 27px;
}
span.blog-article__date {
  font-size: 14px;
  line-height: 142.7%;
  /* identical to box height, or 20px */
  color: #7D7D7D;
  padding: 0 20px 0 0;
}
.blog-inner__content {
  font-size: 18px;
  line-height: 142.7%;
  color: #7D7D7D;
  margin-bottom: 75px;
}
img.blog-inner__main-image {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}
.delivery__wrapper {
  margin-top: 84px;
  margin-bottom: 147px;
}
.delivery__wrapper h2 {
  margin-bottom: 53px;
}
.delivery__list-item {
  box-shadow: 0 4px 23px rgba(0, 53, 17, 0.2);
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 142.7%;
  color: #000000;
  padding: 50px 100px;
}
.delivery-list-item__name {
  color: #9bd0aa;
  font-size: 22px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
input.invalid {
  border-color: red;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 570px;
  }
}
@media (min-width: 1440px) {
	h1{
		font-size:52px!important;
		line-height:60px!important;
	}
    span.dynamics{
        height: 68px;
    }
}