@font-face {
  font-family: "Akrobat";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Akrobat/Akrobat.eot");
  src: url("../fonts/Akrobat/Akrobat.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat/Akrobat.woff") format("woff"), url("../fonts/Akrobat/Akrobat.ttf") format("truetype"); }

@font-face {
  font-family: "Akrobatlight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Akrobatlight/Akrobatlight.eot");
  src: url("../fonts/Akrobatlight/Akrobatlight.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobatlight/Akrobatlight.woff") format("woff"), url("../fonts/Akrobatlight/Akrobatlight.ttf") format("truetype"); }

@font-face {
  font-family: "Akrobatblack";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Akrobatblack/Akrobatblack.eot");
  src: url("../fonts/Akrobatblack/Akrobatblack.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobatblack/Akrobatblack.woff") format("woff"), url("../fonts/Akrobatblack/Akrobatblack.ttf") format("truetype"); }

@font-face {
  font-family: "Akrobatbold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Akrobatbold/Akrobatbold.eot");
  src: url("../fonts/Akrobatbold/Akrobatbold.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobatbold/Akrobatbold.woff") format("woff"), url("../fonts/Akrobatbold/Akrobatbold.ttf") format("truetype"); }

@font-face {
  font-family: "Akrobatextrabold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Akrobatextrabold/Akrobatextrabold.eot");
  src: url("../fonts/Akrobatextrabold/Akrobatextrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobatextrabold/Akrobatextrabold.woff") format("woff"), url("../fonts/Akrobatextrabold/Akrobatextrabold.ttf") format("truetype"); }

@font-face {
  font-family: "Akrobatextrabold";
  src: url("../fonts/Playfair/playfairdisplaybold.woff");
}
@font-face {
  font-family: "Robotolight";
  src: url("../fonts/Roboto/Robotolight.woff");
}
@font-face {
  font-family: "Robotobold";
  src: url("../fonts/Roboto/Robotobold.woff");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Akrobat", sans-serif; }

html, body {
  overflow-x: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.text-center {
  text-align: center; }

a {
  display: block;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none; }
  a:hover {
    color: #63b061; }

button {
  border: none;
    border-radius: 0;
  outline: none;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.btn {
  text-decoration: none;
  border: none;
    border-radius: 0;
  outline: none; }

.btn-accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Akrobatbold', sans-serif;
  padding: 9px 0 5px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#63b061), to(#7fcf60));
  background-image: linear-gradient(to right, #63b061 0%, #7fcf60 100%);
  width: 300px;
  height: 50px; }
  .btn-accent .icon {
    margin: 0 16px 0 0; }

input, textarea {
  outline: none;
  background: transparent;
  border: none;
    border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1 {
  color: #ffffff;
  font-size: 100px;
  font-family: 'Akrobatblack', sans-serif;
  position: relative;
  z-index: 1;
  width: 100%; }
h2 {
  color: #292f2b;
  font-size: 48px;
  font-family: 'Akrobatbold', sans-serif;
  line-height: 48px;
  position: relative;
  z-index: 1;
  width: 100%; }
h5 {
  color: #ffffff;
  font-size: 100px;
  font-family: 'Akrobatblack', sans-serif;
  position: relative;
  z-index: 1;
  width: 100%; }

.links {
  color: #63b061;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  text-decoration: underline;
  text-transform: uppercase; }
.header-main .links {
	color: #ced64e;
}
.links-callback {
  position: relative;
  padding: 0 0 0 26px; }
  .links-callback:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 22px;
    height: 21px;
    background: url("../img/callback-green.png") no-repeat center;
      background-size: contain; }
.header-main .links-callback:before {
	background: url("../img/callback.png") no-repeat center;
}
header {
	padding: 11px 0;
}
.phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 0 18px;
  font-size: 36px;
  font-family: 'Akrobatbold', sans-serif;
  line-height: 33px;
  color: #fff; }
  .phone sub {
    font-size: 30px;
    font-family: "Akrobat", sans-serif;
    line-height: 30px;
    margin: 0 5px 0 0; }
  .phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url("../img/phone-black.png") no-repeat center;
      background-size: contain;
    width: 15px;
    height: 26px; }
.header-main .phone:before, footer .phone:before {
	background: url("../img/phone.png") no-repeat center;
}
.box-contacts {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.container {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1235px;
  padding: 0 15px; }

header.header-main {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 11px 0; }
  header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header .phone {
    color: #292f2b;
    margin: 0 0 5px; }
header.header-main .phone {
	color: #fff;
}
    header .phone:hover {
      color: #63b061; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .menu li {
    margin: 0 25px; }
    .menu li a {
      color: #292f2b;
      font-size: 18px;
      font-family: 'Roboto', sans-serif; }
.header-main .menu li a {
	color: #fff;
}
      .menu li a:hover {
        color: #63b061; }

.btn-mobile-menu {
  width: 25px;
  height: 25px;
  background: #63b061;
  display: none;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 5px; }
  .btn-mobile-menu span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block; }

.main-slider {
  width: 100%;
  position: relative;
  max-width: 2000px;
  margin: 0 auto; }
  .main-slider .slick-dots {
    position: absolute;
    bottom: 47px;
    left: 0; }
  .main-slider .main-slider__box {
    padding: 128px 0 183px;
    overflow: hidden;
    max-height: 700px;
    position: relative;
    width: 100%; }
  .main-slider .image-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-slider .image-slide img {
      height: 100%;
      max-width: none;
      margin: 0 auto; }

main h1 {
  margin: 103px 0 20px; }
main h5 {
  margin: 103px 0 20px; }

main .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

main .text-overlay {
  letter-spacing: -20px;
  text-transform: uppercase; }

.text-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  font-size: 400px;
  font-family: 'Akrobatblack', sans-serif;
  opacity: .2;
  line-height: 300px; }

.list-services {
  position: relative;
  z-index: 1;
  color: #fff; }
  .list-services li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 36px;
    line-height: 60px; }
    .list-services li .icon {
      margin: 0 19px 0 0; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .slick-dots li.slick-active:before {
    border-color: #ffffff; }
  .slick-dots li {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    margin: 0 7.5px;
    position: relative; }
    .slick-dots li:before {
      content: '';
      position: absolute;
      left: -100%;
      top: -100%;
      border: 2px solid transparent;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .slick-dots li button {
      display: none; }

.slick-slide {
  outline: none; }

.project {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden; }
  .project h2 {
    letter-spacing: -1.2px; }

.project-description-slider {
  width: 100%; }

.project-description__box {
  width: 100%; }

.project-text {
  max-width: 385px;
  color: #717171; }
  .project-text .title {
    margin: 0 0 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .project-text h3 {
    color: #63b061;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 37px; }
  .project-text p {
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 30px; }
    .project-text p:last-child {
      margin: 0; }

.project-slider {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  padding: 0 0 0 40%; }
  .project-slider:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 380px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(60%, rgba(255, 255, 255, 0.8)), color-stop(70%, rgba(255, 255, 255, 0.9)), color-stop(85%, white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.9) 70%, white 85%);
    z-index: 2; }

.project-box {
  height: 500px;
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 0 auto; }
  .project-box img {
    max-width: none;
    height: 100%; }

.project-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  .project-slider-nav .slick-arrow {
    width: 16px;
    height: 29px; }
  .project-slider-nav .slick-next {
    background: url("../img/arrow-right.png") no-repeat center;
      background-size: contain;
    right: 0; }
  .project-slider-nav .slick-prev {
    background: url("../img/arrow-left.png") no-repeat center;
      background-size: contain;
    left: 0; }

.counter-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 11px; }
  .counter-slide .cp, .counter-slide .default {
    position: relative;
    z-index: 1;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #717171; }
  .counter-slide .default {
    font-size: 20px;
    line-height: 18px; }
  .counter-slide .cp {
    font-size: 30px;
    line-height: 24px; }
  .counter-slide .cp2 {
    position: absolute;
    color: #f0f3f1;
    font-size: 150px;
    font-family: 'Akrobatblack', sans-serif;
    line-height: 120px;
    left: -2px;
    bottom: 0; }

.slick-arrow {
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  position: relative;
  z-index: 1; }
  .slick-arrow:before {
    display: none; }

.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }

.letters .text-overlay {
  font-size: 120px;
  line-height: 90px;
  color: #292f2b;
  opacity: .05;
  top: auto;
  bottom: 21px; }

.letters .title {
  width: 100%;
  position: relative; }

.letters h2 {
  text-align: center;
  font-size: 60px;
  font-family: 'Akrobatblack', sans-serif;
  margin: 0 0 20px; }

.letters h4 {
  text-align: center;
  width: 100%;
  color: #8c958f;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.letters-slider {
  width: 100%;
  margin: 62px 0 30px; }

.letters-box {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 390px;
  height: 300px;
  border-radius: 5px;
  margin: 0 auto 30px; }
  .letters-box img {
    max-width: none;
    height: 100%; }

.letters-slider-nav, .products-slider-nav, .photozone-slider-nav, .photozone-gallery-slider-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .letters-slider-nav .slick-arrow, .products-slider-nav .slick-arrow,  .photozone-slider-nav .slick-arrow, .photozone-gallery-slider-nav .slick-arrow {
    position: relative;
    width: 47px;
    height: 40px; }
  .letters-slider-nav .slick-prev, .products-slider-nav .slick-prev, .photozone-slider-nav .slick-prev, .photozone-gallery-slider-nav .slick-prev  {
    background: url("../img/arr-left.png") no-repeat center;
      background-size: contain; }
  .letters-slider-nav .slick-next, .products-slider-nav .slick-next, .photozone-slider-nav .slick-next, .photozone-gallery-slider-nav .slick-next {
    background: url("../img/arr-right.png") no-repeat center;
      background-size: contain;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .letters-slider-nav .slick-dots, .products-slider-nav .slick-dots, .photozone-slider-nav .slick-dots, .photozone-gallery-slider-nav .slick-dots {
    width: auto;
    bottom: 0;
    margin: 0 19px;
    position: relative; }
    .letters-slider-nav .slick-dots li, .products-slider-nav .slick-dots li, .photozone-slider-nav .slick-dots li, .photozone-gallery-slider-nav .slick-dots li {
      background-color: #1e242f;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
    .letters-slider-nav .slick-dots li.slick-active, .products-slider-nav .slick-dots li.slick-active, .photozone-slider-nav .slick-dots li.slick-active, .photozone-gallery-slider-nav .slick-dots li.slick-active {
      background: transparent; }
      .letters-slider-nav .slick-dots li.slick-active:before, .products-slider-nav .slick-dots li.slick-active:before, .photozone-slider-nav .slick-dots li.slick-active:before, .photozone-gallery-slider-nav .slick-dots li.slick-active:before {
        border-color: #48af41; }

.products {
  margin: 30px 0 0;
  background: url("../img/bg1.jpg") no-repeat center;
    background-size: cover;
  padding: 87px 0 30px; }
  .products .text-overlay {
    font-size: 130px;
    line-height: 100px;
    color: #292f2b;
    opacity: .05;
    top: auto;
    bottom: 0; }
  .products .title {
    position: relative;
    width: 100%; }
  .products h2 {
    text-align: center;
    font-size: 60px; }

.products-slider {
  width: 100%; }

.products-box {
  margin: 57px auto 30px;
  width: 380px;
  height: 500px;
  background: #fff;
  -webkit-box-shadow: 3px 4px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden; }
  .products-box .image {
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
  .products-box .text {
    padding: 19px 30px 16px;
    height: calc(100% - 250px);
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .products-box .name {
    color: #292f2b;
    font-size: 24px;
    font-family: 'Akrobatextrabold', sans-serif;
    margin: 0 0 5px; }
  .products-box h6 {
    color: #7a827d; }
  .products-box ul {
    margin: 12px 0; }
    .products-box ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #292f2b;
      font-size: 16px;
      font-family: 'Roboto', sans-serif; }
      .products-box ul li:last-child {
        margin: 7px 0 0 0; }
      .products-box ul li p {
        margin: 0 14px 0 0;
        font-weight: 700; }
  .products-box .line {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto 0 0 0; }
  .products-box .add-basket {
    margin: 0 0 0 34px;
    width: 29px;
    height: 30px; }

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .price p {
    color: #292f2b;
    margin: 0 10px 0 0;
    font-family: 'Akrobatlight', sans-serif; }
  .price h6 {
    color: #63b061;
    font-size: 48px;
    line-height: 26px;
    font-family: 'Akrobatextrabold', sans-serif; }
    .price h6 span {
      font-size: 24px; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.color-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.color-box {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0; }
  .color-box:last-child {
    margin: 0; }

.about-product {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#7fbe36), to(#58ad55));
  background: linear-gradient(to right, #7fbe36 0%, #58ad55 100%);
    background-size: cover;
  padding: 44px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff; }
  .about-product .bg {
    position: absolute;
    right: 0;
    bottom: 0; }
  .about-product:before {
    content: '';
    position: absolute;
    left: -212px;
    bottom: -151px;
    background: url("../img/bush1.png") no-repeat center;
      background-size: contain;
    width: 576px;
    height: 644px; }
  .about-product:after {
    content: '';
    position: absolute;
    right: -59px;
    bottom: -194px;
    background: url("../img/bush2.png") no-repeat center;
      background-size: contain;
    width: 527px;
    height: 724px; }
  .about-product h2 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 25px;
    text-transform: uppercase;
    line-height: 30px; }
  .about-product .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .about-product .container .left {
      width: calc(100% - 400px);
      padding: 0 84px 0 0; }

.description-product {
  padding: 0 0 0 28px;
  border-left: 3px solid #fff;
  max-width: 490px;
  margin: 0 0 30px; }
  .description-product span {
    font-size: 20px;
    line-height: 20px; }

.info-product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 454px; }

.info-product__box {
  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;
  width: 143px;
  font-size: 14px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 16px; }
  .info-product__box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 10px;
    height: 40px; }

.info-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.info-product {
  max-width: 175px;
  margin: 0 80px 0 0;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }
  .info-product h3 {
    margin: 0 0 50px; }
    .info-product h3:last-child {
      margin: 0; }

.box-callback {
  width: 400px;
  border: 3px solid #ffffff;
    border-top: none;
  padding: 20px 50px 50px; }
  .box-callback h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Akrobatbold', sans-serif;
    position: relative;
    margin: -40px 0 48px;
    width: 100%; }
    .box-callback h3:before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      left: -53px;
      background: #fff;
      height: 3px;
      width: 26%; }
    .box-callback h3:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: -53px;
      background: #fff;
      height: 3px;
      width: 26%; }

form label {
  width: 100%;
  margin: 0 0 16px;
  display: block; }
  form label span {
    margin: 0 0 10px;
    font-size: 16px;
    font-family: 'Akrobatbold', sans-serif; }
  form label input {
    padding: 0 0 9px;
    background: transparent;
    border-bottom: 2px solid #fff;
    width: 100%;
    font-size: 30px;
    color: #b5d9b4;
    font-family: 'Akrobatlight', sans-serif; }
    form label input::-webkit-input-placeholder {
      color: #b5d9b4; }
    form label input::-moz-placeholder {
      color: #b5d9b4; }
    form label input::-ms-input-placeholder {
      color: #b5d9b4; }
    form label input::placeholder {
      color: #b5d9b4; }

form button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  color: #457256;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Akrobatbold', sans-serif;
  padding: 9px 0 5px;
  cursor: pointer;
  margin: 28px auto 0; }
  form button:hover {
    -webkit-box-shadow: 3px 4px 40px rgba(0, 0, 0, 0.05);
            box-shadow: 3px 4px 40px rgba(0, 0, 0, 0.05); }
  form button img {
    margin: 0 9px 0 0;
    width: 36px; }

.advantages {
  padding: 159px 0 0;
  position: relative; }
  .advantages:before {
    content: '';
    position: absolute;
    left: -200px;
    bottom: -85px;
    background: url("../img/scheet-bg1.png") no-repeat center;
      background-size: contain;
    width: 423px;
    height: 340px; }
  .advantages:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -45px;
    background: url("../img/schet.png") no-repeat center;
      background-size: contain;
    width: 199px;
    height: 106px; }
  .advantages .title {
    width: 100%;
    position: relative; }
  .advantages h2 {
    font-size: 60px;
    text-align: center;
    font-family: 'Akrobatblack', sans-serif; }
  .advantages .text-overlay {
    color: #f8f8f8;
    font-size: 100px;
    line-height: 70px;
    opacity: 1;
    bottom: 0;
    top: auto; }

.advantages-content {
  margin: 58px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.advantages-box {
  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;
  font-family: 'Roboto', sans-serif;
  width: 33.333%;
  margin: 0 0 50px; }
  .advantages-box .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 18px;
    height: 70px; }
  .advantages-box h3 {
    color: #63b061;
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto 10px; }
  .advantages-box p {
    color: #8b928d; }

.cooperation {
  background: url("../img/bg2.png") no-repeat center;
    background-size: cover;
  padding: 178px 0 339px;
  margin: -60px 0 0; }
  .cooperation .title {
    margin: 0 82px 0 0;
    position: relative; }
    .cooperation .title h2 {
      font-size: 33px;
      font-family: 'Akrobatblack', sans-serif;
      line-height: 40px; }
      .cooperation .title h2 span {
        display: block;
        font-size: 65px; }
    .cooperation .title .text-overlay {
      font-size: 100px;
      line-height: 80px;
      color: #292f2b;
      opacity: .1;
      top: -15px; }
  .cooperation .text {
    max-width: 365px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif; }
    .cooperation .text h3 {
      font-weight: 700;
      color: #292f2b;
      font-size: 24px;
      margin: 0 0 30px; }
    .cooperation .text p {
      color: #676e69;
      font-size: 18px; }

.callback {
  position: relative;
  padding: 23px 0 0; }
  .callback .container {
    padding: 0 15px 0 33%; }
  .callback .image {
    position: absolute;
    left: 0;
    bottom: 0; }
  .callback .title {
    width: 100%;
    position: relative;
    z-index: 1; }
    .callback .title .text-overlay {
      font-size: 100px;
      line-height: 80px;
      color: #292f2b;
      opacity: .05;
      left: 0;
      -webkit-transform: translate(0);
              transform: translate(0); }
    .callback .title h2 {
      font-size: 60px;
      color: #63b061;
      line-height: 48px;
      font-family: 'Akrobatblack', sans-serif; }
      .callback .title h2 span {
        font-size: 42px;
        display: block; }
  .callback h3 {
    margin: 32px 0 27px;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1; }
  .callback .line {
    z-index: 1;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 50px; }
    .callback .line .description {
      color: #63b061;
      font-size: 16px;
      max-width: 310px;
      font-family: 'Roboto', sans-serif; }
      .callback .line .description span {
        font-weight: 700; }

.customers {
  background-color: #f7faf8;
  padding: 50px 0 59px; }
  .customers .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .customers h2 {
    font-size: 60px;
    max-width: 200px;
    font-family: 'Akrobatblack', sans-serif; }

.customers-slider {
  max-width: 965px;
  padding: 0 33px;
  width: 100%; }
  .customers-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 36px;
    height: 69px; }
  .customers-slider .slick-prev {
    background: url("../img/arrow-left.png") no-repeat center;
      background-size: contain;
    left: 0; }
  .customers-slider .slick-next {
    background: url("../img/arrow-right.png") no-repeat center;
      background-size: contain;
    right: 0; }

.customers-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  height: 100px; }

footer {
  background-color: #292f2b;
  color: #656766;
  font-family: 'Roboto', sans-serif;
  padding: 53px 0 55px;
  font-size: 16px; }
  footer .links {
    text-decoration: underline;
    text-transform: none;
    color: #656766;
    font-size: 16px; }
  footer .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  footer .box-contacts {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.copyright {
  margin: 14px 0; }

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 13px 0 8px;
  font-size: 16px; }
  .location .icon {
    margin: 0 8px 0 0; }

.mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #656766;
  font-size: 16px; }
  .mail .text {
    text-decoration: underline;
    margin: 0 0 0 6px; }

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 0 0; }
  .list-social li {
    margin: 0 21px 0 0; }
    .list-social li:last-child {
      margin: 0; }

.menu-list li a {
  color: #a3aaa5;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 30px; }
  .menu-list li a:hover {
    color: #63b061; }

#breadcrumb {
	margin-top: 20px;
	color: #292f2b;
}
.breadcrumb a {
	color: #848484;
}
.breadcrumb-arrow {
	margin: 0 10px;
}
.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.breadcrumb-main a {
	display: flex;
}
.breadcrumb-main-img {
	margin-right: 10px;
}
.portfolio-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.portfolio-list-item {
	width: 48.5%;
	position: relative;
	margin-bottom: 30px;
}
.portfolio-list-item-info {
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	padding: 25px;
	width: 90%;
}
.portfolio-list-item-title {
	font-size: 25px;
	font-family: 'Akrobatextrabold', sans-serif;
	margin-bottom: 10px;
	position: relative;
}
.portfolio-list-item-title::before{
	display: block;
	width: 100px;
	height: 2px;
	background: #fff;
	content: "";
	margin-bottom: 15px;
}
.page-title {
	margin-bottom: 50px;
}
.page-title h1 {
	color: #292f2b;
	font-size: 48px;
	font-family: 'Akrobatbold', sans-serif;
	line-height: normal;
}
.page-title h5 {
	color: #292f2b;
	font-size: 48px;
	font-family: 'Akrobatbold', sans-serif;
	line-height: normal;
}
#page {
	padding: 40px 0;
}
.portfolio-list-item-desc {
	font-family: 'Robotolight', sans-serif;
	font-size: 14px;
}
.photozone-rent-slider .photozone-slider-nav, .photozone-gallery .photozone-gallery-slider-nav {
	margin-top: 30px;
}
.photozone-rent-btn-img {
	margin-right: 10px;
}
.photozone-rent-desc ol {
	list-style: decimal;
}
.photozone-gallery-title {
	position: relative;
	text-align: center;
}
.photozone-gallery-title .text-overlay {
	line-height: normal;
	font-size: 110px;
	font-family: 'Akrobatbold', sans-serif;
	color: #f7f7f7;
	top: -60px;
	z-index: -1;
}
.photozone-gallery-title h3 {
	font-family: 'Akrobatbold', sans-serif;
	font-size: 48px;
	line-height: normal;
	color: #292f2b;
}
.photozone-gallery-list {
	width: 100%;
}
.photozone-gallery-img img, .photozone-rent-slider img {
	margin: 0 auto;
}
.photozone {
	font-family: 'Robotolight', sans-serif;
	color: #717171;
	line-height: 140%;
}
.photozone-about {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photozone-about p {
	margin-bottom: 30px;
}
.photozone-right p {
	margin-bottom: 25px;
}
.photozone-about-item {
	width: 46.5%;
}
.photozone-info-img {
	margin-bottom: 25px;
}
.photozone-rent {
	margin-top: 30px;
	background: #f7faf8;
	padding: 70px 0 50px 0;
}
.photozone-rent-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photozone-rent-info-title h3 {
	font-size: 36px;
	font-family: 'Akrobatbold', sans-serif;
	color: #292f2b;
	line-height: normal;
}
.photozone-rent-size {
	margin: 20px 0;
}
.photozone-rent-desc-title {
	 font-family: "Robotobold", sans-serif;
	color: #292f2b;
	font-size: 20px;
}
.photozone-rent-size li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 5px;
}
.photozone-rent-info ol, .photozone-rent-info ul {
	margin-top: 10px;
}
.photozone-rent-size li span {
	margin-right: 8px;
	min-width: 26px;
	text-align: center;
}
.photozone-rent-desc ol {
	padding-left: 20px;
}
.photozone-rent-desc li {
	margin-top: 10px;
}
.photozone-rent-btn {
	margin-top: 25px;
}
.photozone-rent-slider {
	margin-top: 10px;
}
.photozone-rent-slider, .photozone-rent-info {
	width: 48%;
}
.photozone-rent-info  {
	color: #292f2b;
}
.photozone-gallery {
	margin-top: 90px;
}
.photozone-gallery-slider  {
	margin-top: 40px;
}
.photozone-gallery-slider-item-box {
	box-shadow: 0 0 10px #f5f5f5;
	margin: 12px;
	border-radius: 10px;
}
.photozone-gallery-text {
	padding: 20px 30px;
}
.photozone-gallery-text-title {
	font-size: 24px;
	color: #292f2b;
	font-family: "Akrobatextrabold", sans-serif;
	margin-bottom: 10px;
	line-height: normal;
}
.catalog-item-btn .btn-accent {
	width: 230px;
}
.cart-btn-img {
	margin-right: 10px;
}
.catalog-reindeer-small .catalog-reindeer-list-item-price {
	font-size: 72px;
}
.catalog-reindeer-small .catalog-item-price span {
	line-height: normal;
}
.catalog-item-price {
	color: #63b061;
	font-family: "Akrobatblack", sans-serif;
	position: relative;
}
.catalog-item-price::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.catalog-reindeer-small .catalog-reindeer-list-item-price::before{
	width: 297px;
	height: 43px;
	background: url(../img/catalog/shadow1.png);
	left: -5px;
}
.catalog-reindeer-big .catalog-reindeer-list-item-price::before{
	width: 265px;
	height: 25px;
	background: url(../img/catalog/shadow2.png);
	left: 0;
	bottom: 3px;
}
.catalog-flat-item-price.catalog-item-price::before{
	width: 259px;
	height: 38px;
	background: url(../img/catalog/shadow3.png);
	left: -10px;
	bottom: 3px;
}
.catalog-bumps-item-price.catalog-item-price::before{
	width: 403px;
	height: 54px;
	background: url(../img/catalog/shadow4.png);
	left: 5px;
	bottom: -20px;
}
.catalog-reindeer-small .catalog-reindeer-list-item-price span {
	font-size: 150px;
	letter-spacing: -5px;
}
.catalog-item-price {
	font-size: 100px;
}
.catalog-item-price span {
	font-size: 350px;
	line-height: 50%;
	display: inline-block;
}
.catalog-reindeer-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.catalog-reindeer-list-item {
	width: 48%;
	position: relative;
}
.page-content {
	width: 100%;
}
.catalog-item-title h3 {
	font-size: 49px;
	color: #292f2b;
	font-family: "Akrobatbold", sans-serif;
}
.catalog-reindeer-list-item-img {
	position: absolute;
	left: 40px;
	z-index: 1;
}
.catalog-reindeer-list-item-text {
	padding-left: 290px;
}
.catalog-reindeer-big .catalog-reindeer-list-item-text {
	padding-left: 330px;
}
.catalog-reindeer-big .catalog-reindeer-list-item-img {
	left: 0;
	top: -30px;
}
.catalog-reindeer-list-item-btn {
	margin-top: 30px;
	float: right;
}
.catalog-reindeer-big .catalog-reindeer-list-item-btn {
	margin-top: 40px;
}
.catalog {
	color: #717171;
	font-family: "Robotolight";
}
.catalog-desc {
	margin-top: 50px;
}
.catalog-color-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.catalog-color-item {
	width: 13%;
	text-align: center;
	font-size: 18px;
	font-family: "Akrobat";
	margin-bottom: 30px;
	color: #292f2b;
}
.catalog-color-item-img img {
	margin: 0 auto;
}
.catalog-color-item-name {
	font-family: "Akrobatbold";
}
.catalog-flat-info, .catalog-bumps-info {
	text-align: center;
	position: relative;
	display: table;
	margin: 0 auto;
	padding-right: 70px;
}
.catalog-flat-img, .catalog-bumps-img {
	z-index: 3;
	position: relative;
}
.catalog-item-btn {
	position: relative;
	z-index: 5;
}
.catalog-flat-info img {
	margin: 0 auto;
}
.catalog-flat-item-text, .catalog-bumps-item-text {
	position: absolute;
	top: -32px;
	left: 350px;
}
.catalog-flat {
	margin-top: 40px;
}
.catalog-flat .catalog-desc, .catalog-bumps .catalog-desc {
	margin: 0;
}
.catalog-flat-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.catalog-flat-list-item {
	width: 30%;
	text-align: center;
}
.catalog-flat-list-item-img {
	min-height: 191px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog-flat-list-item-text, .catalog-bumps-list-item-text {
	margin-top: 10px;
	font-size: 24px;
	font-family: "Akrobat";
	color: #292f2b;
}
.catalog-bumps {
	margin-top: 50px;
}
.catalog-bumps-info {
	padding: 0;
	margin-top: -30px;
}
.catalog-bumps-item-btn.catalog-item-btn {
	float: right;
	margin-top: 15px;
}
.catalog-bumps-item-text {
	width: 350px;
}
.catalog-bumps-item-price.catalog-item-price span {
	font-size: 200px;
	line-height: 90%;
	letter-spacing: -10px;
	margin-right: 3px;
}
.catalog-bumps-item-text {
    top: 140px;
    left: 405px;
}
.catalog-bumps-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.catalog-bumps-list-item {
	width: 40%;
	text-align: center;
}
.catalog-bumps-list-item-img {
	min-height: 207px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog-plants {
	margin-top: 50px;
}
.catalog-plants-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.catalog-plants-list-item {
	width: 30%;
	text-align: center;
	position: relative;
}
.catalog-plants-item-img img {
	margin: 0 auto;
}
.catalog-plants-item-name {
	font-size: 80px;
	font-family: "Akrobatblack";
	color: #63b061;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: -1;
}
.catalog-plants-item-img {
	min-height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 35px;
}
.catalog-plants-item-btn {
	margin-top: 40px;
}
.catalog-plants-item-btn a {
	margin: 0 auto;
}
.menu li.active a {
	color: #63b061;
	position: relative;
}
.menu li.active a::after{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 2px;
	background: #63b061;
}
.popup-block {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    z-index: 100;
}
.popup-block.active {
	display: block;
}
.popup-window {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.popup-wrapper {
    width: 400px;
    padding: 20px;
    position: relative;
    background: #fff;
    text-align: center;
}
.popup-title {
    font-size: 30px;
	text-align: center;
}
.popup-form {
    margin-top: 30px;
}
.popup-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
	font-size: 30px;
	border-radius: 50%;
	background: #fff;
	font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
.form-item {
    margin-bottom: 15px;
}
.form-item input, .form-item textarea {
    padding: 15px;
    border: 1px solid #e1e1e0;
    width: calc(100% - 30px);
    outline: 0;
    color: #1a1a1a;
    font-size: 15px;
}
.form-submit {
    margin: 0 auto;
    width: 200px;
}
.form-submit button {
	background-image: linear-gradient(to right, #63b061 0%, #7fcf60 100%);
	color: #fff;
}
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1900px) {
  .about-product:after {
    right: -10%; } }

@media only screen and (max-width: 1970px) {
  .letters-box {
    width: 340px;
    height: 260px; }
  .project-box {
    width: 300px; } }

@media only screen and (max-width: 1730px) {
  .letters-box {
    width: 240px;
    height: 200px; } }

@media only screen and (max-width: 1700px) {
  .about-product:after {
    width: 474px; }
  .about-product:before {
    width: 500px; }
  .about-product .bg {
    right: -10%; }
  .main-slider .image-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .about-product:before {
    left: -280px; }
  .about-product:after {
    right: -15%; } }

@media only screen and (max-width: 1450px) {
  .about-product:after {
    width: 400px;
    right: -15%; }
  .about-product .bg {
    right: -20%; }
  .callback .image {
    width: 450px; }
  .about-product:before {
    width: 400px;
    height: 544px;
    bottom: -100px; } }

@media only screen and (max-width: 1350px) {
  .about-product:after {
    width: 350px;
    height: 625px; } }

@media only screen and (max-width: 1300px) {
  main .text-overlay {
    font-size: 300px;
    line-height: 250px; }
  .letters .text-overlay {
    font-size: 90px;
    line-height: 70px; }
  .about-product:before {
    bottom: 0; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1220px) {
  .menu li {
    margin: 0 10px; }
    .menu li a {
      font-size: 14px; }
  .phone {
    font-size: 24px;
    line-height: 24px; }
    .phone sub {
      font-size: 16px;
      line-height: 18px; }
  .info-product {
    max-width: none;
    width: 100%;
    margin: 0; }
    .info-product h3 {
      margin: 0 0 20px; }
  .info-product__wrapper {
    margin: 30px 0 0; }
  .about-product .container .left {
    width: calc(100% - 550px);
    padding: 0; }
  .about-product .container {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .box-callback {
    width: 380px; }
  .advantages:before {
    width: 293px;
    height: 240px; }
  .advantages:after {
    width: 159px;
    height: 60px; }
  .callback .title .text-overlay {
    font-size: 70px;
    line-height: 70px; }
  .callback .container {
    padding: 0 15px 0 40%; }
  .callback h3 {
    font-size: 20px; }
  .btn-accent {
    width: 270px; }
  .customers-slider {
    max-width: none;
    width: 100%;
    margin: 30px 0 0; }
  .customers h2 {
    font-size: 40px;
    width: 100%;
    text-align: center;
    max-width: none; }
	.catalog-item-price::before {
		display: none;
	}
	.catalog-color-item {
		width: 15%;
	}
	.catalog-reindeer-small .catalog-reindeer-list-item-price span {
		font-size: 100px;
	}
	.catalog-item-price span {
		display: initial;
	}
	.catalog-item-price span {
		font-size: 200px;
	}
	.catalog-reindeer-small .catalog-reindeer-list-item-img {
		left: 0;
		top: -15px;
	}
	.catalog-reindeer-big .catalog-reindeer-list-item-img {
		width: 350px;
	}
	.catalog-reindeer-big .catalog-reindeer-list-item-text {
		padding-left: 280px;
	}
	.catalog-flat-item-text {
		position: absolute;
		top: 35px;
		left: 380px;
	}
}

@media only screen and (max-width: 1020px) {
  .about-product .container .left {
    width: 100%;
    margin: 0 0 30px; }
  .description-product {
    max-width: none; }
  .info-product__wrapper {
    max-width: none;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .info-product {
    text-align: center; }
  .advantages .text-overlay {
    font-size: 70px;
    line-height: 70px; }
  .callback .line {
    -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; }
    .callback .line .description {
      max-width: none;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 auto 20px; } }

@media only screen and (max-width: 992px) {
  main .text-overlay {
    font-size: 130px;
    line-height: 100px;
    letter-spacing: 0; }
  main h1 {
    margin: 70px 0 20px; }
  main h5 {
    margin: 70px 0 20px; }
  h1 {
    font-size: 60px; }
  .list-services li {
    font-size: 24px; }
  h5 {
    font-size: 60px; }
  .list-services li {
    font-size: 24px; }
  .main-slider .image-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-slider .image-slide img {
      width: auto;
      margin: 0 auto; }
  .letters .text-overlay {
    font-size: 60px;
    line-height: 50px; }
  .letters h2 {
    font-size: 40px; }
  .letters h4 {
    font-size: 20px; }
  .letters-slider {
    margin: 40px 0 20px; }
  .cooperation .title .text-overlay {
    font-size: 70px;
    line-height: 70px; }
  .cooperation .title {
    margin: 0 30px 0 0; }
    .cooperation .title h2 {
      font-size: 26px;
      line-height: 33px; }
      .cooperation .title h2 span {
        font-size: 40px; }
  .cooperation .text {
    line-height: 24px; }
    .cooperation .text h3 {
      font-size: 20px;
      margin: 0 0 20px; }
    .cooperation .text p {
      font-size: 16px; }
  .callback .image {
    width: 400px; }
  .callback .title h2 {
    font-size: 40px; }
    .callback .title h2 span {
      font-size: 32px; }
	.portfolio-list-item-title {
		font-size: 18px;
	}
	.photozone-gallery-text {
		text-align: center;
	}
	.catalog-reindeer-list {
		display: block;
	}
	.catalog-reindeer-list-item {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	.catalog-reindeer-list-item-img {
		position: static;
	}
	.catalog-reindeer-list-item-text, .catalog-reindeer-big .catalog-reindeer-list-item-text {
		padding-left: 0;
	}
	.catalog-color-item {
		width: 20%;
	}
	.catalog-bumps-item-text {
		width: auto;
		left: 200px;
	}
	.catalog-bumps-item-price.catalog-item-price span {
		font-size: 150px;
	}
	.catalog-plants-item-name {
		font-size: 50px;
	}
	.catalog-plants-item-img {
		min-height: 210px;
	}
	.catalog-bumps-list {
		justify-content: space-between;
	}
	.catalog-flat-info, .catalog-bumps-info {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.catalog-flat-item-text, .catalog-bumps-item-text {
		position: static;
		width: 50%;
	}
	.catalog-bumps-info, .catalog-flat-info {
		margin-top: 30px;
	}
	.catalog-flat-info {
		padding: 0;
	}
	.catalog-flat-img, .catalog-bumps-img {
		width: 50%;
	}
	.catalog-bumps-info .catalog-item-btn .btn-accent, .catalog-flat-info .catalog-item-btn .btn-accent {
		margin: 0 auto;
	}
	.catalog-bumps-item-btn.catalog-item-btn {
		float: none;
	}
	.catalog-reindeer-big .catalog-reindeer-list-item-btn {
		margin-top: 20px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 890px) {
  .project-slider {
    width: 100%;
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    margin: 30px auto 0; }
  .project-text {
    max-width: none;
    padding: 0 0 100px;
    width: 100%; }
  .project-slider-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    padding: 0 30px; }
  .counter-slide .cp2 {
    font-size: 100px;
    line-height: 85px; }
  .project {
    padding: 50px 0 40px; }
  h2 {
    font-size: 30px;
    line-height: 30px; }
  .project-text h3 {
    font-size: 22px;
    margin: 0 0 20px; }
  .project-text p {
    font-size: 18px;
    line-height: 22px; }
  .products h2 {
    font-size: 40px; }
  .products .text-overlay {
    font-size: 100px;
    line-height: 100px; }
  footer {
    padding: 30px 0;
    font-size: 14px; }
    footer .links {
      font-size: 14px; }
  .menu-list li a, .location, .mail {
    font-size: 14px; } }

@media only screen and (max-width: 810px) {
  .logo {
    width: 70px; }
  .project-box {
    width: 350px;
    height: 270px; }
    .project-box img {
      max-width: 100%;
      height: auto; }
  .letters-box {
    width: 290px;
    height: 200px; }
    .letters-box img {
      border-radius: 5px; }
  .about-product:after {
    width: 300px;
    bottom: 0;
    height: 250px; }
  .about-product:before {
    width: 300px;
    height: 250px;
    left: -50px;
    bottom: 0; }
  .about-product h2 {
    font-size: 30px;
    margin: 0 0 15px; }
  footer .logo {
    width: auto; } }

@media only screen and (max-width: 768px) {
  .navigation {
    width: 100%;
    margin: 15px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .advantages .text-overlay {
    font-size: 50px;
    line-height: 50px; }
  .advantages h2 {
    font-size: 40px; }
  .advantages-box h3 {
    font-size: 18px; }
  .advantages-box p {
    font-size: 14px; }
  .advantages-content {
    margin: 30px 0 0; }
  .cooperation {
    padding: 144px 0 258px; }
    .cooperation .text {
      width: 100%;
      max-width: none;
      margin: 30px 0 0; }
    .cooperation .title {
      margin: 0; }
  .callback .image {
    display: none; }
  .callback .container {
    padding: 0 15px; }
  .callback .title .text-overlay {
    font-size: 45px;
    line-height: 45px;
    left: 0;
    text-align: left; }
  .callback .title h2 {
    font-size: 30px;
    line-height: 40px; }
  .callback h3 {
    margin: 20px 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 720px) {
  .project-box {
    width: 300px;
    height: 180px; }
  .letters .text-overlay {
    font-size: 40px;
    line-height: 35px; }
  .letters h2 {
    font-size: 30px;
    line-height: 30px; }
  .letters h4 {
    font-size: 18px; }
  .products .text-overlay {
    font-size: 50px;
    line-height: 45px; }
  .products h2 {
    font-size: 30px; }
  .products {
    padding: 60px 0 30px; }
  .advantages {
    padding: 100px 0 0; }
  .footer-menu {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px 0 0; }
  .menu-list li a {
    line-height: 24px;
    text-align: center; } 
	.portfolio-list {
		display: block;
	}
	.portfolio-list-item {
		width: 100%;
	}
	.portfolio-list-item-info {
		padding: 10px;
	}
	.photozone-rent-wrap, .photozone-about {
		display: block;
	}
	.photozone-rent-slider, .photozone-rent-info, .photozone-about-item {
		width: auto;
	}
	.photozone-rent-info {
		margin-top: 20px;
	}
	.photozone-info-img img {
		margin: 0 auto;
	}
	.catalog-reindeer-list-item-img, .catalog-reindeer-list-item-text, .catalog-reindeer-big .catalog-reindeer-list-item-img {
		width: 50%;
	}
	.catalog-reindeer-list-item img {
		margin: 0 auto;
	}
	.catalog-reindeer-list-item-btn {
		float: none;
	}
	.catalog-reindeer-big {
		margin-top: 40px;
	}
	.catalog-color-item {
		width: 32%;
	}
	.catalog-flat-list {
		display: block;
	}
	.catalog-flat-list-item {
		width: auto;
		margin-bottom: 20px;
	}
	.catalog-item-price {
		font-size: 50px;
	}
	.catalog-bumps-item-price.catalog-item-price span {
		letter-spacing: 0;
		font-size: 100px;
	}
	.catalog-bumps-list-item {
		width: 47%;
	}
	.catalog-bumps-list-item-img {
		min-height: 130px;
	}
	.catalog-flat-list-item-text, .catalog-bumps-list-item-text {
		font-size: 18px;
	}
	.catalog-flat .catalog-desc, .catalog-bumps .catalog-desc {
		margin-top: 30px;
	}
	.catalog-plants-item-name {
		font-size: 30px;
		position: static;
	}
	.catalog-plants-item-img {
		min-height: 125px;
		margin: 0;
	}
}

@media only screen and (max-width: 600px) {
  .project-box {
    width: 100%;
    height: auto; } }

@media only screen and (max-width: 550px) {
  .list-services li {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px; }
    .list-services li .icon {
      width: 30px; }
  .box-callback {
    width: 300px;
    padding: 20px 30px 30px; }
    .box-callback h3 {
      font-size: 24px;
      margin: -40px 0 33px;
      line-height: 38px; }
      .box-callback h3:after, .box-callback h3:before {
        width: 22%; }
      .box-callback h3:before {
        left: -33px; }
      .box-callback h3:after {
        right: -33px; }
  .advantages-box {
    width: 50%; }
  .advantages:before {
    bottom: 0; }
  .advantages .text-overlay {
    font-size: 40px; } }

@media only screen and (max-width: 510px) {
  .btn-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navigation.open {
    left: 0; }
  .navigation {
    position: fixed;
    left: -100%;
    top: 0;
    width: 270px;
    height: 100%;
    background: #63b061;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    z-index: 3;
    margin: 0; }
    .navigation .menu {
      -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; }
      .navigation .menu li {
        width: 100%; }
  .cooperation .title .text-overlay {
    font-size: 50px;
    line-height: 50px;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    text-align: left; }
  .cooperation .title h2 span {
    font-size: 30px; }
  .cooperation .title h2 {
    font-size: 24px; }
  .cooperation .text h3 {
    font-size: 18px; }
  .customers {
    padding: 30px 0; } 
	.menu li a {
		color: #fff;
		padding: 15px 0;
		border-bottom: 1px solid #8ed08c;
		font-size: 16px;
	}
	.menu li.active a::after {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
  main .text-overlay {
    font-size: 80px;
    line-height: 50px; }
  main h1 {
    margin: 20px 0; }
  main h5 {
    margin: 20px 0; }
  h1 {
    font-size: 40px; }
  h5 {
    font-size: 40px; }
  .list-services li {
    font-size: 16px;
    line-height: 20px; }
  .products-box {
    width: 290px;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .products-box .name {
    font-size: 20px; }
  .products-box ul li {
    font-size: 14px; }
  .products-box .text {
    padding: 20px 20px; }
  .project-slider {
    -webkit-box-shadow: 3px 4px 40px rgba(0, 0, 0, 0.05);
            box-shadow: 3px 4px 40px rgba(0, 0, 0, 0.05); }
  .products-box .image {
    height: 190px; }
  .box-callback {
    z-index: 1; }
  footer .container {
    -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; }
    footer .container .box-contacts {
      margin: 20px 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .footer-box {
    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; } 
	.catalog-plants-list-item {
		width: auto;
		margin-bottom: 20px;
	}
	.catalog-plants-list {
		display: block;
	}
	.catalog-plants-item-img {
		min-height: inherit;
	}
	.catalog-item-title h3 {
		font-size: 30px;
	}
	.catalog-color-item {
		width: 45%;
	}
	.catalog-reindeer-small .catalog-reindeer-list-item-price span {
		font-size: 70px;
		letter-spacing: 0;
	}
	.catalog-reindeer-small .catalog-reindeer-list-item-price {
		font-size: 50px;
	}
	.catalog-item-btn .btn-accent {
		width: 145px;
		font-size: 16px;
		height: auto;
    	padding: 10px;
	}
	.catalog-reindeer-list-item-btn {
		margin-top: 10px;
	}
	.catalog-item-price span {
		font-size: 150px;
	}
	.catalog-bumps-item-price.catalog-item-price span {
		font-size: 70px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 440px) {
  .project-slider {
    padding: 0 15px; }
    .project-slider:before {
      display: none; }
  .project-text p {
    margin: 0 0 10px;
    font-size: 16px; }
  .letters .text-overlay {
    font-size: 35px;
    line-height: 30px; }
  .letters h4 {
    font-size: 16px; }
  .letters-box {
    width: 100%;
    height: auto; }
  .letters-slider {
    padding: 0 15px; }
  .letters h2 {
    font-size: 26px;
    line-height: 30px; }
  .advantages-box {
    width: 100%;
    margin: 0 0 30px; }
  .advantages {
    padding: 50px 0 0 0; }
    .advantages .text-overlay {
      font-size: 30px;
      line-height: 30px; }
	.popup-wrapper {
		width: 270px;
	}
	.page-title h1 {
		font-size: 30px;
	}
	.page-title h5 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 380px) {
  .links-callback {
    font-size: 10px; }
  .letters .text-overlay {
    font-size: 28px;
    bottom: 40px; }
  .description-product {
    padding: 0 0 0 20px; } }

