@charset "UTF-8";
/**
 * start: Общие стили
 */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff; }

h1, .h1, h2, .h2, h3, .h3, .our-projects__title {
  color: #299727;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal; }

h1, .h1 {
  margin: 30px 0 20px 0;
  font-size: 28px; }

h2, .h2 {
  margin: 28px 0 18px 0;
  font-size: 24px; }

h3, .h3, .our-projects__title {
  margin: 28px 0 18px 0;
  font-size: 20px; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

p {
  line-height: 1.6;
  margin: 18px 0; }

ul, ol {
  line-height: 1.6; }

a {
  color: #299727;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

input {
  box-sizing: border-box;
  font-size: 18px;
  padding: 10px 30px;
  border: 1px solid #777;
  border-radius: none; }

textarea {
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 10px 30px; }

button {
  background-color: transparent;
  cursor: pointer; }

.active-color {
  color: #299727; }

.uppercase {
  text-transform: uppercase; }

.font-2 {
  font-size: 18px; }

.button {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #299727;
  border: 2px solid #299727;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .button:hover {
    color: #fff;
    background-color: #299727;
    text-decoration: none; }
  .button--bg {
    color: #fff;
    background-color: #299727; }
    .button--bg:hover {
      opacity: 0.8; }

.clearfix:before, .editor-content:before, .site-header__top-row-container:before, .site-header__bottom-row-container:before, .our-projects__item:before, .main-video__row:before, .contact-form__row:before,
.clearfix:after,
.editor-content:after,
.site-header__top-row-container:after,
.site-header__bottom-row-container:after,
.our-projects__item:after,
.main-video__row:after,
.contact-form__row:after {
  content: " ";
  display: table; }

.clearfix:after, .editor-content:after, .site-header__top-row-container:after, .site-header__bottom-row-container:after, .our-projects__item:after, .main-video__row:after, .contact-form__row:after {
  clear: both; }

.container-wrap, .site-header__bottom-row-container, .page__title .page__title-container, .our-services__container, .main-video__container, .our-objects__container, .site-footer__container, .roll-prices__container {
  position: relative;
  max-width: 940px;
  padding: 0 15px;
  margin: auto; }

.slick-dots {
  bottom: 20px; }
  .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #444;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.5; }

.sub-title, .our-services__sub-title {
  font-size: 22px;
  font-weight: 300;
  text-align: center; }
  .sub-title--left {
    text-align: left; }
  .sub-title--mtop {
    margin-top: 50px; }

.editor-content img.left {
  float: left;
  padding-right: 22px; }

.editor-content img.right {
  float: right;
  padding-left: 22px; }
  

.editor-content ul {
  list-style: none;
  padding-left: 50px; }
  .editor-content ul li {
    margin: 12px 0; }
    .editor-content ul li:before {
      content: '—';
      display: inline-block;
      width: 30px;
      font-weight: bold;
      margin-left: -30px;
      color: #299727; }

@media only screen and (max-width: 991px) {
  div {
    display: block; } }

/**
 * end: Общие стили
 */
/**
 * start: Шапка сайта
 */
.site-header {
  position: relative;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 25; }

.site-header__top-row-container {
  max-width: 940px;
  padding: 0 15px;
  margin: auto; }

.site-header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  width: 320px;
  height: 68px;
  padding-bottom: 2px;
  color: #fff;
  background-color: #299727; }
  .site-header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-decoration: none;
    font-family: "Comfortaa", cursive;
    font-size: 26px;
    font-weight: 700;
    z-index: 10; }
    .site-header__logo a .fa {
      padding-top: 3px;
      font-size: 36px;
      margin-right: 14px;
      opacity: 0.9; }
  .site-header__logo:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2000px;
    height: 100%;
    background-color: #299727; }
  .site-header__logo:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 0 40px 70px 0;
    background-color: #299727; }

a.site-header__menu-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: -14px; }

.site-header__menu {
  float: right;
  height: 69px;
  width: 620px;
  border-bottom: 1px solid #e2e2e2; }
  .site-header__menu::after {
    content: '';
    position: absolute;
    top: 69px;
    right: 0;
    width: 50%;
    height: 1px;
    background-color: #e2e2e2; }

.site-header__bottom-row-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header__phone {
  order: 2;
  float: none;
  display: flex;                 /* делаем flex внутри, чтобы иконка и номер были в линию */
  align-items: center;
}

.site-header__phone .fa {
  padding-right: 10px !important; /* возвращаем отступ между иконкой и номером */
  font-size: 20px;                /* размер иконки, как раньше */
  color: #299727;
}

.site-header__socials {
  order: 1;
}

/* На мобильном — центрируем */
@media (max-width: 991px) {
  .site-header__bottom-row-container {
    justify-content: center;
  }
  .site-header__phone {
    order: 1;
  }
}
  .site-header__phone .fa {
    font-size: 20px;
    color: #299727;
    padding-top: 1px;
    padding-right: 10px;
    -webkit-animation-name: phone-header-rotate;
            animation-name: phone-header-rotate;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

.site-header__socials {
  float: right;
  width: 500px; }

@media only screen and (max-width: 991px) {
  .site-header__logo {
    width: auto;
    float: none; }
    .site-header__logo:after {
      right: -15px;
      border-color: transparent; }
  a.site-header__menu-btn {
    display: block; }
  .site-header__menu {
    float: none;
    width: auto;
    max-height: 0;
    height: auto;
    -webkit-transition: height 0.3s ease-out, max-height 0.3s ease-out;
    transition: height 0.3s ease-out, max-height 0.3s ease-out;
    overflow: hidden; }
    .site-header__menu:after {
      width: 0;
      height: 0; }
    .site-header__menu.active {
      max-height: 1000px; }
  .site-header__bottom-row {
    padding-top: 10px;
    padding-bottom: 12px;
    height: auto; }
  .site-header__phone {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .site-header__socials {
    float: none;
    width: auto; }
    .site-header__socials:before {
      content: '';
      display: table;
      clear: both; }
    .site-header__socials .social-links__item > a {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@-webkit-keyframes phone-header-rotate {
  from {
    padding-right: 10px;
    padding-left: 5px; }
  to {
    padding-right: 5px;
    padding-left: 10px; } }

@keyframes phone-header-rotate {
  from {
    padding-right: 10px;
    padding-left: 5px; }
  to {
    padding-right: 5px;
    padding-left: 10px; } }

/**
 * end: Шапка сайта
 */
/**
 * start: Page
 */
.page__title {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 10; }
  .page__title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3; }
  .page__title .page__title-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    z-index: 15; }
    .page__title .page__title-container span {
      display: inline-block;
      padding: 20px 20px;
      padding-right: 100px;
      background-color: rgba(0, 0, 0, 0.4); }

/**
 * end: Page
 */
/**
 * start: Меню
 */
.main-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.main-menu--column ul {
  display: block; }
  .main-menu--column ul .main-menu__item {
    height: auto; }
    .main-menu--column ul .main-menu__item > a {
      display: block;
      height: auto;
      font-size: 15px;
      padding: 6px 0 6px 0;
      color: #d9d9d9;
      border-bottom: 1px solid #585858; }
      .main-menu--column ul .main-menu__item > a:before {
        content: "\f069";
        padding-right: 10px;
        font-family: FontAwesome;
        opacity: 0.7; }
      .main-menu--column ul .main-menu__item > a:hover {
        color: #40cd3d;
        background: none; }

.main-menu--services ul .main-menu__item > a:before {
  content: "\f013"; }

.main-menu__item {
  position: relative;
  height: 69px; }
  .main-menu__item:hover .main-menu__subitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-menu__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    padding: 0 10px;
    padding-bottom: 3px;
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .main-menu__item > a:hover, .main-menu__item > a.active {
      color: #299727;
      background-color: #f7f7f7; }
    .main-menu__item > a.main-menu__sub-action {
      display: none; }
  .main-menu__item:before {
    content: '';
    display: none; }

.main-menu__subitems {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 69px;
  left: 0;
  background-color: #fff;
  z-index: 15; }

.main-menu__subitem {
  border-top: 1px solid #e2e2e2; }
  .main-menu__subitem:last-child {
    border-top: 1px solid #e2e2e2; }
  .main-menu__subitem > a {
    font-size: 15px;
    display: block;
    padding: 9px 30px 10px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out; }
    .main-menu__subitem > a:hover, .main-menu__subitem > a.active {
      color: #299727;
      background-color: #f7f7f7; }

@media only screen and (max-width: 991px) {
  .main-menu--in-head {
    margin-top: 1px; }
    .main-menu--in-head ul {
      display: block; }
      .main-menu--in-head ul .main-menu__item {
        height: auto; }
        .main-menu--in-head ul .main-menu__item:last-child > a {
          border-bottom: none; }
        .main-menu--in-head ul .main-menu__item > a {
          display: block;
          height: auto;
          font-size: 15px;
          padding: 9px 0 10px 0;
          border-bottom: 1px solid #e2e2e2; }
          .main-menu--in-head ul .main-menu__item > a:before {
            content: "\f069";
            padding-right: 10px;
            font-family: FontAwesome;
            opacity: 0.7; }
          .main-menu--in-head ul .main-menu__item > a:hover {
            color: #40cd3d;
            background: none; }
        .main-menu--in-head ul .main-menu__item.main-menu__item--with-action > a {
          display: inline-block;
          width: 70%; }
        .main-menu--in-head ul .main-menu__item.main-menu__item--with-action .main-menu__sub-action {
          width: 30%;
          text-align: right;
          display: inline-block; }
          .main-menu--in-head ul .main-menu__item.main-menu__item--with-action .main-menu__sub-action .fa {
            margin-right: 10px; }
          .main-menu--in-head ul .main-menu__item.main-menu__item--with-action .main-menu__sub-action:before {
            display: none; }
    .main-menu--in-head .main-menu__subitems {
      position: relative;
      left: 0;
      top: 0;
      max-height: 0;
      height: auto;
      -webkit-transition: height 0.3s ease-out, max-height 0.3s ease-out;
      transition: height 0.3s ease-out, max-height 0.3s ease-out;
      overflow: hidden; }
      .main-menu--in-head .main-menu__subitems.active {
        max-height: 500px; }
    .main-menu--in-head .main-menu__subitem {
      border-top: none;
      border-bottom: 1px solid #e2e2e2; }
      .main-menu--in-head .main-menu__subitem > a {
        white-space: normal;
        padding: 6px 0 7px 20px; }
        .main-menu--in-head .main-menu__subitem > a:before {
          content: "\f068";
          padding-right: 10px;
          font-family: FontAwesome;
          opacity: 0.7; } }

/**
 * end: Меню
 */
/**
 * start: Секция Баннера
 */
.hero {
  overflow: hidden; }

.hero__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 500px;
  background-repeat: no-repeat;
  background-position: top center; }
  .hero__banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1; }

.hero__banner--shadow-none:after {
  opacity: 0; }

.hero__banner--shadow-02:after {
  opacity: 0.2; }

.hero__banner--shadow-03:after {
  opacity: 0.3; }

.hero__banner--shadow-04:after {
  opacity: 0.4; }

.hero__title {
  position: relative;
  padding: 0 40px;
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  text-shadow: 0px -1px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0px -2px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0px -4px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  z-index: 15; }

@media only screen and (max-width: 991px) {
  .hero__banner {
    height: 300px;
    background-size: cover; }
  .hero__title {
    font-size: 24px;
    padding: 0 15px; } }

/**
 * end: Секция Баннера
 */
/**
 * start: Социальные ссылки
 */
.social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none; }

.social-links__item {
  height: 50px; }
  .social-links__item a {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    color: #444;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .social-links__item a:hover {
      color: #299727; }
  .social-links__item .fa {
    display: inline-block;
    width: 30px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    color: #299727;
    text-align: center;
    border: 1px solid #299727;
    border-radius: 50%;
    overflow: hidden; }

@media only screen and (max-width: 991px) {
  .social-links ul {
    display: block; } }

/**
 * end: Социальные ссылки
 */
/**
 * start: Блок услуг
 */
.our-services {
  margin-top: 50px; }

.our-services__title {
  text-align: center; }
  .our-services__title--left {
    text-align: left; }

.our-services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -20px; }

.our-services__item {
  position: relative;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 290px;
  height: 208px;
  margin-bottom: 30px;
  overflow: hidden;
  text-decoration: none; }
  .our-services__item:hover {
    text-decoration: none; }
    .our-services__item:hover .our-services__item-img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.our-services__item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin: auto; }
  .our-services__item-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1; }
  .our-services__item-img img {
    display: inline-block;
    max-width: 100%; }

.our-services__item-title {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10; }

.our-services__actions {
  text-align: center; }

.our-services__all-button {
  margin: 16px 0 10px 0;
  padding-left: 50px;
  padding-right: 50px; }

@media only screen and (max-width: 991px) {
  .our-services__items {
    display: block; }
  .our-services__item {
    margin: auto;
    margin-bottom: 30px; } }

/**
 * end: Блок услуг
 */
/**
 * start: Блок проектов
 */
.our-projects {
  margin-top: -20px; }

.our-projects__item {
  padding: 40px 0;
  border-bottom: 1px solid #e2e2e2; }

.our-projects__item-image {
  float: left;
  display: block;
  position: relative;
  width: 300px;
  height: 220px;
  overflow: hidden;
  outline: none; }
  

  .our-projects__item-image:hover:before {
    opacity: 0.5; }
  .our-projects__item-image:hover:after {
    opacity: 1; }
  .our-projects__item-image:hover > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .our-projects__item-image > img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    margin: auto; }
  .our-projects__item-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    z-index: 5; }
  .our-projects__item-image[data-src*="youtube"]:after {
    content: "\f16a";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    font-family: FontAwesome;
    font-size: 56px;
    color: #299727;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    z-index: 25; }


.our-projects__content {
  float: right;
  width: 610px; }

.our-projects__title {
  height: 55px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: normal;
  overflow: hidden; }
  

.our-projects__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  height: 144px; }
  .our-projects__thumbs > a {
    position: relative;
    display: block;
    width: 80px;
    height: 70px;
    margin-right: -1px;
    overflow: hidden;
    border: 1px solid #299727;
    outline: none; }
    .our-projects__thumbs > a:nth-child(n+8) {
      margin-bottom: -1px; }
    .our-projects__thumbs > a:hover:before {
      opacity: 0.3; }
    .our-projects__thumbs > a:hover:after {
      opacity: 1; }
    .our-projects__thumbs > a > img {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      max-height: 100%;
      margin: auto; }
    .our-projects__thumbs > a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
      z-index: 5; }
    .our-projects__thumbs > a:after {
      content: "\f067";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      width: 60px;
      height: 60px;
      font-family: FontAwesome;
      font-size: 32px;
      color: #299727;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
      z-index: 25; }

@media only screen and (max-width: 991px) {
  .our-projects__item-image {
    float: none;
    margin: auto;
    max-width: 100%; }
  .our-projects__content {
    float: none;
    width: auto; }
  .our-projects__title {
    text-align: center;
    margin-top: 10px;
    height: auto; }
  .our-projects__thumbs {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .our-projects__thumbs > a:nth-child(n+8) {
      margin-top: 0;
      margin-bottom: 0; } }

/**
 * end: Блок проектов
 */
/**
 * start: Блок с видео на главной
 */
.main-video {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 10px;
  background-color: #f7f7f7; }

.main-video__title {
  text-align: center; }

.main-video__subtitle {
  text-align: center;
  margin-bottom: 22px; }

.main-video__image {
  float: left;
  width: 400px; }
  .main-video__image img {
    max-width: 100%; }

.main-video__video {
  float: right;
  width: 470px;
  margin-top: 10px; }
  .main-video__video iframe {
    width: 470px;
    height: 286px; }

@media only screen and (max-width: 991px) {
  .main-video {
    margin-bottom: 30px; }
  .main-video__image {
    float: none;
    width: auto;
    text-align: center; }
    .main-video__image > img {
      width: 100%;
      max-width: 365px; }
  .main-video__video {
    float: none;
    width: auto;
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: center; }
    .main-video__video iframe {
      width: 100%;
      max-width: 500px;
      min-height: 300px;
      height: 100%; } }

/**
 * end: Блок с видео на главной
 */
/**
 * start: Галерея объектов (картинок)
 */
.our-objects {
  margin-top: 30px; }

.our-objects__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.our-objects__item {
  position: relative;
  width: 300px;
  height: 224px;
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  overflow: hidden; }
  .our-objects__item:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 15; }
  .our-objects__item a {
    display: block;
    width: 100%;
    height: 100%; }
  .our-objects__item img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 113%;
    margin: auto; }

@media only screen and (max-width: 991px) {
  .our-objects__list {
    display: block; }
  .our-objects__item {
    margin: auto;
    margin-bottom: 20px;
    max-width: 100%; } }

/**
 * end: Галерея объектов (картинок)
 */
/**
 * start: Контактная форма
 */
.contact-form {
  margin-top: 40px;
  margin-bottom: 30px; }
  .contact-form label {
    display: block;
    margin-bottom: 8px; }
    .contact-form label span {
      font-weight: bold;
      color: #C62828; }
  .contact-form input {
    display: block;
    width: 100%; }
  .contact-form textarea {
    display: block;
    width: 100%; }
  .contact-form button {
    margin-top: 30px; }

.contact-form__row {
  margin: 20px 0; }
  .contact-form__row .contact-form__col {
    float: left;
    width: 50%;
    box-sizing: border-box; }
    .contact-form__row .contact-form__col:first-child {
      padding-right: 30px; }

@media only screen and (max-width: 991px) {
  .contact-form__row .contact-form__col {
    float: none;
    width: auto; }
    .contact-form__row .contact-form__col:first-child {
      padding-right: 0;
      margin-bottom: 10px; } }

/**
 * end: Контактная форма
 */
/**
 * start: Подвал сайта
 */
.site-footer {
  margin-top: 70px;
  padding: 50px 0 50px 0;
  font-size: 15px;
  color: #d9d9d9;
  background-color: #444; }
  .site-footer a {
    color: #34c031; }

.site-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-footer__col-1 {
  position: relative;
  box-sizing: border-box;
  width: 240px;
  padding-right: 50px; }

.site-footer__col-2 {
  position: relative;
  box-sizing: border-box;
  width: 460px;
  padding-right: 50px; }

.site-footer__col-3 {
  position: relative;
  box-sizing: border-box;
  width: 240px; }

.site-footer__block-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px; }

.site-footer__copyright {
  position: absolute;
  bottom: 0;
  margin-bottom: 0; }
  .site-footer__copyright a {
    color: #d9d9d9; }

@media only screen and (max-width: 991px) {
  .site-footer__row {
    display: block; }
  .site-footer__col-1 {
    width: auto;
    padding-right: 0px; }
  .site-footer__col-2 {
    display: none; }
  .site-footer__col-3 {
    width: auto;
    margin-top: 40px;
    padding-right: 0px;
    padding-bottom: 50px; } }

/**
 * end: Подвал сайта
 */
/**
 * start: Блоки продаж газона
 */
.roll-prices {
  margin-top: -10px; }

.roll-prices__block {
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd; }

.roll-prices__price {
  padding-left: 20px;
  text-transform: none; }

.roll-prices__block-title {
  padding-right: 8px;
  font-weight: 600;
  text-transform: uppercase; }

/**
 * end: Блоки продаж газона
 */
div.container3 {
  width: 40%;
  max-width: 960px;
  float: right;
  padding-left: 22px;
 /* центрируем основной контейнер */
}


div.container2 {
  width: 40%;
  max-width: 960px;
 /* центрируем основной контейнер */
}
img {
  width: 100%; /* ширина картинки */
  height: auto; /* высота картинки */
}

div.container {
  width: 70%;
  max-width: 960px;
  margin: 0 auto; /* центрируем основной контейнер */
}
  .editor-content img.center {
  float: center;

  margin:0 auto; }
  
  
  
.floating-messengers {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  z-index: 9999 !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.float-btn {
  width: 60px;  /* уменьшенный размер */
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 6px;
  gap: 2px;
  font-size: 10px;
}

.float-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.float-btn img {
  width: 30px;
  height: 30px;
}

.float-btn span {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

/* Возвращаем цвета мессенджеров */
.telegram { background: #0088cc; } /* синий Telegram */
.max { background: #4a90e2; }      /* синий MAX */
.whatsapp { background: #25D366; } /* зелёный WhatsApp */

/* Мобильная адаптация */
@media (max-width: 768px) {
  .floating-messengers {
    bottom: 15px !important;
    right: 15px !important;
    gap: 10px;
  }
  .float-btn {
    width: 50px;
    height: 50px;
    padding: 5px;
    gap: 2px;
  }
  .float-btn img {
    width: 26px;
    height: 26px;
  }
  .float-btn span {
    font-size: 9px;
  }
}

/* Пульсация для Telegram */
.telegram {
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7);  /* синий оттенок Telegram */
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 136, 204, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0);
  }
}

/* Возвращаем воздух между шапкой и герой-блоком (фото) */
.site-header {
    margin-bottom: 30px;   /* ← основной отступ снизу шапки, 30px обычно красиво */
}

/* На мобильных можно сделать чуть меньше, чтобы не было слишком много пустоты */
@media (max-width: 991px) {
    .site-header {
        margin-bottom: 20px;
    }
}

/* Альтернатива: если хочешь пульсацию масштабом (вместо тени) — раскомментируй это и закомментируй тень выше */
/* @keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
} */