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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

a {
  text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input {
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 0;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  box-sizing: border-box;
  padding: 5px 10px; }

@font-face {
  font-family: 'Montserrat arm Medium';
  src: url("../fonts/Montserratarm-Medium.eot");
  src: url("../fonts/Montserratarm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Medium.woff2") format("woff2"), url("../fonts/Montserratarm-Medium.woff") format("woff"), url("../fonts/Montserratarm-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat arm SemiBold';
  src: url("../fonts/Montserratarm-SemiBold.eot");
  src: url("../fonts/Montserratarm-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-SemiBold.woff2") format("woff2"), url("../fonts/Montserratarm-SemiBold.woff") format("woff"), url("../fonts/Montserratarm-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat arm';
  src: url("../fonts/Montserratarm-Regular.eot");
  src: url("../fonts/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular.woff2") format("woff2"), url("../fonts/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.clearfix:after {
  content: '';
  clear: both;
  display: table; }

body,
input,
textarea,
a,
label {
  color: #001F0F;
  font-size: 18px;
  line-height: 140%;
  font-family: "Montserrat arm", Arial; }

* {
  box-sizing: border-box; }

a {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.wrapper {
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 16px; }

.d-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header__flex {
    align-items: center; }
  .header__logo {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header__logo a {
      display: block;
      border: 1px solid;
      border-image-source: linear-gradient(258.53deg, #4FC285 -95.39%, #04FC04 113.19%);
      background: #EEEEEE;
      padding: 4px 20px;
      position: relative;
      width: 220px; }
      .header__logo a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(258.53deg, #4FC285 -95.39%, #04FC04 113.19%);
        z-index: 1; }
    .header__logo img {
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 100%; }
  .header__menu {
    align-items: center; }
    .header__menu > ul > li {
      margin-left: 48px; }
      .header__menu > ul > li:first-child {
        margin-left: 0; }
      .header__menu > ul > li a {
        color: #001F0F;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        position: relative;
        padding-bottom: 8px; }
        .header__menu > ul > li a:before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          background: linear-gradient(258.53deg, #4FC285 -95.39%, #04FC04 113.19%);
          width: 0;
          height: 4px;
          right: 0px;
          margin: 0 auto;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .header__menu > ul > li a.active:before, .header__menu > ul > li a:hover:before {
          width: 100%; }
    .header__menu--dropdown {
      margin: 0 53px; }
      .header__menu--dropdown select {
        position: relative;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        border: 0;
        outline: none;
        color: #001F0F;
        background: transparent;
        cursor: pointer; }
    .header__menu--tel a {
      padding: 6px 17px 6px 46px;
      background: #4FC285;
      border-radius: 4px;
      font-size: 20px;
      line-height: 120%;
      font-family: "Montserrat arm Medium", Arial;
      color: #FCFFFD;
      position: relative;
      border: 2px solid #4FC285; }
      .header__menu--tel a:before {
        content: "";
        position: absolute;
        top: calc(50% - 12px);
        left: 16px;
        background: url("../images/sprite.svg#ic_phone-call") no-repeat center center;
        width: 24px;
        height: 24px;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1; }
      .header__menu--tel a:hover {
        color: #4FC285;
        background: #FCFFFD; }
        .header__menu--tel a:hover:before {
          background: url("../images/sprite.svg#ic_phone-call-green") no-repeat center center; }
    .header__menu--mob {
      display: none; }
  .header__icons {
    display: none; }
  .header.active {
    box-shadow: 0px 0px 40px -8px rgba(0, 15, 7, 0.15);
    background: #FCFFFD;
    position: fixed; }
    .header.active .header__logo a {
      width: 100px; }

.dropdown {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%; }
  .dropdown__selected {
    cursor: pointer;
    position: relative;
    padding-right: 20px; }
    .dropdown__selected:before {
      content: "";
      position: absolute;
      top: calc(50% - 4px);
      right: 0;
      background: url("../images/sprite.svg#ic_arrow") no-repeat center center;
      width: 14px;
      height: 8px; }
  .dropdown__list {
    display: none;
    position: absolute;
    left: -10px;
    top: calc(100% + 10px);
    z-index: 1;
    background: #FCFFFD;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }
    .dropdown__list ul li a {
      color: #001F0F;
      position: relative;
      display: block;
      padding: 5px 10px;
      font-size: inherit; }
      .dropdown__list ul li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(258.53deg, #4FC285 -95.39%, #04FC04 113.19%);
        width: 0;
        height: 4px;
        right: 0px;
        margin: 0 auto;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .dropdown__list ul li a.active:before, .dropdown__list ul li a:hover:before {
        width: 100%; }

.btn {
  padding: 21px;
  display: inline-block;
  border: 2px solid #42BB7A;
  border-radius: 4px;
  font-family: "Montserrat arm Medium", Arial;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase; }
  .btn-sm {
    font-size: 16px; }
  .btn-transparent {
    background: transparent;
    color: #4FC285; }
    .btn-transparent:hover {
      background: #42BB7A;
      color: #FCFFFD; }
  .btn-green {
    background: #42BB7A;
    color: #FCFFFD; }
    .btn-green:hover {
      background: transparent;
      color: #4FC285; }

.section__title {
  font-family: "Montserrat arm Medium", Arial;
  font-size: 36px;
  line-height: 140%;
  color: #002E16;
  position: relative;
  padding: 14px 0 0 24px; }
  .section__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(258.53deg, #4FC285 -95.39%, #04FC04 113.19%);
    border-radius: 1px;
    width: 8px;
    height: 100%; }
  .section__title--green {
    font-family: "Montserrat arm Medium", Arial;
    font-size: 32px;
    line-height: 120%;
    color: #4FC285; }
  .section__title--sm {
    padding: 2px 0 2px 24px;
    font-size: 24px; }

.home {
  position: relative; }
  .home__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 190px 0 0;
    z-index: 1; }
  .home__title {
    font-size: 48px;
    line-height: 140%;
    font-family: "Montserrat arm Medium", Arial;
    color: #002E16; }
    .home__title span {
      color: #4FC285; }
    .home__title strong {
      font-family: "Montserrat arm SemiBold", Arial; }
  .home__btn {
    margin-top: 25px; }
  .home__slider--item {
    height: 100vh;
    min-height: 600px; }
    .home__slider--item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .home .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 16px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .home .slick-dots li {
      height: 16px; }
      .home .slick-dots li button {
        display: none; }
      .home .slick-dots li.slick-active {
        background: rgba(195, 255, 223, 0.45);
        backdrop-filter: blur(12.5px); }

.category {
  padding: 160px 0 144px; }
  .category__flex {
    justify-content: flex-start;
    margin: 32px -16px 0; }
  .category__item {
    margin: 16px;
    width: calc(33.33333333% - 32px);
    height: 400px;
    position: relative;
    border-radius: 4px;
    background: #FCFFFD;
    box-shadow: 0px 0px 16px -6px rgba(0, 15, 7, 0.25); }
    .category__item a {
      display: block;
      height: 100%; }
    .category__item--img {
      width: 100%;
      height: 100%;
      position: relative; }
      .category__item--img img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .category__item--name {
      font-size: 24px;
      line-height: 140%;
      color: #001F0F;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      padding: 5px 0 1px 16px;
      opacity: 0.01;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .category__item--name:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 8px;
        height: 100%;
        border-radius: 1px; }
      .category__item--name-red:before {
        background: #C24F5D; }
      .category__item--name-blue:before {
        background: #4FC2BB; }
      .category__item--name-green:before {
        background: #4FC285; }
    .category__item:hover {
      box-shadow: 0px 0px 40px -8px rgba(0, 15, 7, 0.15); }
      .category__item:hover .category__item--name {
        opacity: 1; }

.services {
  background: linear-gradient(242.44deg, #E8EFF7 0%, #E1EAF1 100%), linear-gradient(125.14deg, #E7EEF6 5.75%, #C5D2DC 96.59%); }
  .services .section__title {
    margin-bottom: 32px; }
  .services__left {
    width: 49%;
    position: relative;
    padding: 48px 32px 138px calc((100% - 1280px)/2); }
    .services__left p {
      margin-top: 24px; }
  .services__img {
    width: 51%; }
    .services__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .services__read-more {
    position: absolute;
    bottom: 32px;
    right: 32px;
    z-index: 1; }
    .services__read-more a {
      padding-right: 86px;
      background: -webkit-linear-gradient(45deg, #009947, #4FC285);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 16px; }
      .services__read-more a:before {
        content: "";
        position: absolute;
        top: calc(50% - 8px);
        right: 0;
        background: url("../images/sprite.svg#ic_read-more") no-repeat center center;
        width: 70px;
        height: 16px;
        background-size: 100%; }

.contacts {
  padding: 160px 0; }
  .contacts-page {
    background: url("../images/contacts_bg.png") no-repeat top right;
    background-size: contain;
    padding: 56px 0 25px;
    margin-bottom: 160px; }
    .contacts-page .contacts__form {
      margin-top: 20px; }
  .contacts__flex {
    justify-content: flex-start; }
  .contacts__form {
    margin-top: 40px;
    width: calc(100% - 440px); }
  .contacts__img {
    margin-top: 8px;
    width: 380px;
    margin-left: 44px; }
    .contacts__img img {
      max-width: 100%; }

.form {
  font-family: "Montserrat arm Medium", Arial;
  color: #001F0F; }
  .form__item {
    margin-bottom: 24px; }
    .form__item--label {
      font-size: 14px;
      line-height: 140%;
      display: block;
      margin-bottom: 6px;
      font-family: "Montserrat arm Medium", Arial; }
    .form__item--submit {
      width: calc(50% - 16px); }
      .form__item--submit div {
        font-size: 14px;
        line-height: 20px;
        color: #001F0F;
        margin-top: 8px;
        font-family: "Montserrat arm", Arial; }
      .form__item--submit a {
        font-family: "Montserrat arm Medium", Arial;
        font-size: inherit; }
        .form__item--submit a:hover {
          color: #42BB7A; }
  .form__select {
    padding: 0 13px;
    height: 48px;
    width: 100%;
    background: #F0F8F4;
    border: none;
    border-bottom: 1px solid #42BB7A;
    border-radius: 2px;
    outline: none;
    font-size: 16px;
    font-family: "Montserrat arm Medium", Arial; }
  .form__input {
    padding: 0 13px;
    height: 48px;
    width: 100%;
    background: #F0F8F4;
    border: none;
    border-bottom: 1px solid #42BB7A;
    border-radius: 2px;
    outline: none;
    font-size: 16px;
    font-family: "Montserrat arm Medium", Arial; }
  .form__textarea {
    padding: 13px;
    background: #F0F8F4;
    border: none;
    border-bottom: 1px solid #42BB7A;
    border-radius: 2px;
    height: 86px;
    width: 100%;
    outline: none;
    resize: none;
    font-size: 16px;
    font-family: "Montserrat arm Medium", Arial; }
  .form__flex {
    align-items: flex-end; }
    .form__flex .form__item {
      width: calc(50% - 16px); }
  .form__submit {
    background: #4FC285;
    border-radius: 4px;
    font-size: 20px;
    line-height: 120%;
    width: 100%;
    color: #FCFFFD;
    height: 56px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #4FC285; }
    .form__submit:disabled {
      opacity: .7;
      pointer-events: none; }
    .form__submit:hover {
      color: #4FC285;
      background: #FCFFFD; }

.footer {
  background: #F0F8F4;
  font-family: "Montserrat arm Medium", Arial;
  color: #001F0F;
  padding-top: 104px;
  position: relative; }
  .footer:before {
    content: "";
    background: linear-gradient(271.72deg, #4FC285 0.29%, #009947 101.57%);
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0; }
  .footer__logo img {
    max-width: 100%; }
  .footer__item {
    min-width: calc(33.3333333% - 132px); }
    .footer__item--title {
      font-size: 20px;
      line-height: 16px;
      color: #001F0F;
      margin-bottom: 24px; }
    .footer__item ul li {
      margin-bottom: 16px;
      font-size: 16px;
      line-height: 24px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .footer__item ul li:last-child {
        margin-bottom: 0; }
      .footer__item ul li img,
      .footer__item ul li svg {
        margin-right: 20px; }
      .footer__item ul li a {
        font-size: inherit;
        font-family: inherit;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .footer__item ul li a:hover {
          text-decoration: underline; }
  .footer__end {
    margin-top: 27px;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
    align-items: flex-end; }
    .footer__end div {
      width: 50%; }
      .footer__end div:last-child {
        text-align: right; }
    .footer__end a {
      font-size: inherit;
      font-family: inherit; }
      .footer__end a:hover {
        color: #4FC285; }
  .footer__by {
    margin-top: 11px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Montserrat arm", Arial;
    color: #1A1818;
    width: 100% !important;
    align-items: center;
    justify-content: flex-start; }
    .footer__by a {
      display: inline-block;
      margin-left: 10px; }

.navigation {
  padding: 17px 0; }
  .navigation ul {
    justify-content: flex-start;
    align-items: center; }
    .navigation ul li {
      position: relative;
      margin-right: 11px; }
      .navigation ul li:after {
        content: "/";
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        color: #002E16;
        font-family: "Montserrat arm Medium", Arial; }
      .navigation ul li a {
        font-size: 13px;
        line-height: 16px;
        color: #002E16;
        font-family: "Montserrat arm Medium", Arial; }
        .navigation ul li a:hover {
          color: #42BB7A; }
      .navigation ul li:last-child {
        font-size: 13px;
        line-height: 16px;
        font-family: "Montserrat arm", Arial;
        pointer-events: none;
        color: rgba(0, 46, 22, 0.65); }
        .navigation ul li:last-child:after {
          display: none; }
        .navigation ul li:last-child a {
          font-family: "Montserrat arm", Arial;
          pointer-events: none;
          color: rgba(0, 46, 22, 0.65); }

.about-one {
  padding: 16px 0 50px; }
  .about-one .d-flex {
    align-items: center; }
  .about-one__img {
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    width: 57%;
    position: relative;
    z-index: 1; }
    .about-one__img img {
      width: 100%;
      display: block; }
  .about-one__text {
    padding: 60px 40px 87px 32px;
    width: 43%;
    position: relative; }
    .about-one__text:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: calc(100% + 182px);
      background: #42BB7A;
      -webkit-border-radius: 8px;
      -ms-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      z-index: -1; }
    .about-one__text h2 {
      font-family: "Montserrat arm SemiBold", Arial;
      font-size: 32px;
      line-height: 150%;
      letter-spacing: 0.11em;
      color: #FCFFFD;
      margin-bottom: 32px; }
    .about-one__text p {
      font-size: 18px;
      line-height: 150%;
      margin-top: 32px;
      letter-spacing: 0.01em;
      color: #F0F8F4;
      margin-bottom: 28px; }
      .about-one__text p:last-child {
        margin-bottom: 0; }

.about-two {
  padding: 50px 0 160px; }
  .about-two .d-flex {
    align-items: center; }
  .about-two__img {
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    width: 66%; }
    .about-two__img img {
      display: block;
      width: 100%; }
  .about-two__text {
    padding: 52px 32px;
    width: 34%;
    position: relative; }
    .about-two__text:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: calc(100% + 182px);
      background: #F0F8F4;
      -webkit-border-radius: 8px;
      -ms-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      z-index: -1; }
    .about-two__text h2 {
      font-size: 28px;
      line-height: 150%;
      font-family: "Montserrat arm Medium", Arial;
      color: #4FC285; }
    .about-two__text p {
      font-size: 18px;
      line-height: 150%;
      margin-top: 32px;
      letter-spacing: 0.01em;
      color: #001F0F; }

.text-page {
  padding: 48px  0 140px; }
  .text-page .wrapper {
    max-width: 846px; }
  .text-page h2 {
    text-align: center; }

.text_content h1, .text_content h2, .text_content h3, .text_content h4, .text_content h5, .text_content h6 {
  font-family: "Montserrat arm Medium", Arial;
  margin-bottom: 24px;
  line-height: 150%;
  color: #001F0F; }
.text_content h1 {
  font-size: 30px; }
.text_content h2 {
  font-size: 24px; }
.text_content h3 {
  font-size: 20px; }
.text_content h4 {
  font-size: 18px; }
.text_content h5 {
  font-size: 16px; }
.text_content h6 {
  font-size: 14px; }
.text_content p {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-top: 24px; }
.text_content b,
.text_content strong {
  font-family: "Montserrat arm Medium", Arial; }
.text_content i {
  font-style: italic; }
.text_content a {
  font-size: inherit;
  color: #000000;
  text-decoration: underline; }
  .text_content a:hover {
    color: #4FC285; }
.text_content ul li {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  position: relative;
  padding-left: 15px;
  margin: 5px 0; }
  .text_content ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #4FC285; }
.text_content ol li {
  position: relative;
  padding-left: 15px;
  margin: 5px 0; }
  .text_content ol li:before {
    counter-increment: heading;
    content: counter(heading) ". ";
    position: absolute;
    top: 0;
    left: 1px;
    margin-left: 0; }

.contact-map {
  padding: 31px 0 100px; }
  .contact-map .d-flex {
    align-items: center; }
  .contact-map__contacts {
    padding: 48px;
    background: #42BB7A;
    border-radius: 8px;
    width: 40%; }
    .contact-map__contacts ul li {
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 24px;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #FCFFFD; }
      .contact-map__contacts ul li:last-child {
        margin-bottom: 0; }
      .contact-map__contacts ul li svg {
        margin-right: 20px; }
      .contact-map__contacts ul li a {
        font-size: inherit;
        font-family: inherit;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #FCFFFD; }
        .contact-map__contacts ul li a:hover {
          text-decoration: underline; }
  .contact-map__title {
    font-size: 28px;
    line-height: 150%;
    color: #FCFFFD;
    font-family: "Montserrat arm Medium", Arial;
    margin-bottom: 23px; }
  .contact-map__maps {
    width: calc(60% - 32px);
    border-radius: 8px;
    overflow: hidden; }
    .contact-map__maps #maps {
      height: 386px; }

[class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.error404 .d-flex {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 20px 0; }
.error404__btn .btn {
  padding: 16px 90px; }
.error404__title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 90px; }
  .error404__title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/line-404.svg") no-repeat top right;
    width: 1600px;
    height: 490px;
    z-index: -1; }
  .error404__title img {
    max-width: 100%; }
.error404 p {
  font-size: 24px;
  line-height: 40px;
  font-family: "Montserrat arm Medium", Arial;
  color: #002E16;
  margin: 48px 0; }

.pagination ul {
  justify-content: center; }
  .pagination ul li {
    font-size: 20px;
    color: #002E16;
    text-align: center;
    width: 40px;
    height: 40px; }
    .pagination ul li a {
      color: inherit;
      font-family: inherit;
      line-height: 40px;
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      position: relative; }
      .pagination ul li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: #42BB7A;
        width: 100%;
        height: 2px;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .pagination ul li a.active {
        background: #F0F8F4;
        color: rgba(0, 31, 15, 0.65); }
        .pagination ul li a.active:before {
          opacity: 1; }
      .pagination ul li a:hover:before {
        opacity: 1; }
      .pagination ul li a.disabled {
        opacity: .8;
        pointer-events: none; }
    .pagination ul li:first-child {
      margin-right: 16px; }
      .pagination ul li:first-child a {
        background: url("../images/pagination_icon.svg") no-repeat center center;
        background-size: contain;
        width: 40px;
        height: 40px;
        position: relative;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .pagination ul li:last-child {
      margin-left: 16px; }
      .pagination ul li:last-child a {
        background: url("../images/pagination_icon.svg") no-repeat center center;
        background-size: contain;
        width: 40px;
        height: 40px; }

.products {
  padding: 40px 0 160px; }
  .products__filter {
    justify-content: flex-start;
    margin: 0 -16px; }
    .products__filter .w-50 {
      width: calc(50% - 32px);
      margin: 0 16px; }
    .products__filter .w-25 {
      width: calc(25% - 32px);
      margin: 0 16px; }
  .products__slid {
    margin: 10px -16px 0;
    padding: 6px 0; }
  .products__flex {
    justify-content: flex-start;
    margin: 16px -16px 0; }
  .products__item {
    width: calc(25% - 32px);
    margin: 0 16px;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    padding-bottom: 63px; }
    .products__item--img {
      height: 296px;
      display: block; }
      .products__item--img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .products__item--info {
      padding: 8px;
      font-size: 16px;
      line-height: 150%;
      color: #001F0F; }
      .products__item--info div {
        margin-top: 8px; }
        .products__item--info div:first-child {
          margin-top: 0; }
        .products__item--info div strong {
          font-family: "Montserrat arm Medium", Arial; }
    .products__item--btn {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 8px;
      opacity: 0;
      -webkit-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      display: block; }
      .products__item--btn .btn {
        width: 100%;
        text-align: center;
        padding: 11px;
        font-size: 17px;
        border-radius: 4px; }
    .products__item:hover {
      background: #FCFFFD;
      box-shadow: 0px 2px 32px -8px rgba(0, 31, 15, 0.25); }
      .products__item:hover .products__item--btn {
        opacity: 1; }
  .products__pagination {
    margin-top: 32px; }

.product {
  padding: 20px 0 62px; }
  .product__images {
    width: calc(59% - 16px); }
    .product__images--list {
      width: 186px; }
      .product__images--list ul {
        overflow: auto;
        height: 600px; }
        .product__images--list ul::-webkit-scrollbar {
          width: 5px; }
        .product__images--list ul::-webkit-scrollbar-track {
          background: #ffffff;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; }
        .product__images--list ul::-webkit-scrollbar-thumb {
          background: #42BB7A;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -moz-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; }
        .product__images--list ul li {
          height: 186px;
          margin-bottom: 16px;
          position: relative;
          cursor: pointer; }
          .product__images--list ul li:last-child {
            margin-bottom: 0; }
          .product__images--list ul li:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 1px;
            background: #42BB7A;
            display: none; }
          .product__images--list ul li.active {
            cursor: default; }
            .product__images--list ul li.active:before {
              display: block; }
          .product__images--list ul li img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
    .product__images--big {
      width: calc(100% - 218px); }
      .product__images--big img {
        width: 100%; }
  .product__info {
    width: calc(41% - 16px); }
  .product__name {
    font-size: 20px;
    line-height: 150%;
    font-family: "Montserrat arm Medium", Arial;
    color: #002E16; }
  .product__table {
    margin-top: 24px; }
    .product__table table {
      width: 100%; }
      .product__table table tr td {
        width: 50%;
        padding: 8px;
        font-size: 16px;
        line-height: 20px;
        color: #001F0F; }
        .product__table table tr td:last-child {
          text-align: right;
          font-family: "Montserrat arm Medium", Arial; }
  .product__text {
    margin-top: 24px; }
    .product__text h3 {
      font-size: 16px;
      line-height: 150%;
      color: #002E16;
      font-family: "Montserrat arm Medium", Arial; }
    .product__text p {
      font-size: 16px;
      line-height: 150%;
      margin-top: 8px;
      color: #000000; }
  .product__buttons .btn {
    margin-top: 24px;
    padding: 11px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 17px; }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  display: none; }
  .popup__content {
    padding: 30px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .popup__block {
    width: 485px;
    margin: 0 auto;
    padding: 37px 40px;
    background: #FCFFFD;
    border-radius: 8px;
    position: relative; }
    .popup__block--icon {
      text-align: center;
      padding-top: 16px; }
    .popup__block--text {
      text-align: center;
      font-size: 24px;
      line-height: 150%;
      margin-top: 35px;
      color: #002E16;
      font-family: "Montserrat arm Medium", Arial; }
    .popup__block--btn-close {
      margin-top: 24px; }
      .popup__block--btn-close .btn {
        width: 100%;
        cursor: pointer;
        font-size: 17px;
        padding: 9px; }
  .popup__close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #F0F8F4 url("../images/sprite.svg#ic_close") no-repeat center center;
    cursor: pointer;
    background-size: contain; }
  .popup__product {
    padding: 16px;
    background: #F0F8F4;
    border-bottom: 1px solid #42BB7A;
    border-radius: 2px;
    align-items: center; }
    .popup__product--img {
      width: 88px;
      height: 88px;
      background: #FCFFFD; }
      .popup__product--img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .popup__product--info {
      width: calc(100% - 96px); }
    .popup__product--name {
      font-size: 18px;
      line-height: 150%;
      font-family: "Montserrat arm Medium", Arial;
      color: #002E16; }
    .popup__product--size {
      margin-top: 8px;
      font-size: 16px;
      line-height: 150%;
      color: #001F0F; }
  .popup p {
    margin-top: 17px;
    font-size: 16px;
    line-height: 150%;
    color: #05080E; }
  .popup__form {
    margin-top: 16px; }
    .popup__form .form__submit {
      width: 100%;
      text-transform: uppercase;
      font-size: 17px;
      height: 48px; }

/*  media  */
@media only screen and (max-width: 1340px) {
  .services__left {
    padding-left: 16px; } }
@media only screen and (max-width: 1220px) {
  .header__logo a {
    width: 180px; }
  .header__menu > ul > li {
    margin-left: 30px; }
    .header__menu > ul > li a {
      font-size: 18px; }
  .header__menu--dropdown {
    margin: 0 30px; }

  .dropdown {
    font-size: 18px; }

  .products {
    padding: 40px 0 80px; }
    .products__item--img {
      height: 25vw; }

  .product__images--list {
    width: 100px; }
    .product__images--list ul li {
      height: 100px; }
  .product__images--big {
    width: calc(100% - 116px); }

  .about-one {
    padding: 16px 0 40px; }

  .about-two {
    padding: 40px 0 80px; }

  .contact-map {
    padding: 16px 0 80px; }

  .contacts-page {
    margin-bottom: 80px; }
    .contacts-page .contacts__form {
      width: 80%; }

  .category {
    padding: 80px 0; }
    .category__item {
      height: calc(33.33333333vw - 32px); }

  .contacts {
    padding: 80px 0; }
    .contacts__form {
      width: calc(100% - 300px); }
    .contacts__img {
      width: 300px;
      margin-left: 0; }

  .home__content {
    padding: 160px 0 0; }
  .home__title {
    font-size: 36px; } }
@media only screen and (max-width: 1024px) {
  .footer {
    padding-top: 80px; }
    .footer__flex {
      flex-wrap: nowrap; }
    .footer__item {
      min-width: inherit; }
    .footer__logo {
      width: 220px; }
    .footer__end {
      margin-top: 16px; }
      .footer__end div {
        width: 100%;
        text-align: center; }
        .footer__end div:last-child {
          text-align: center;
          margin-top: 16px; }

  .products__flex {
    margin-top: 0; }
  .products__item {
    width: calc(33.3333333% - 32px);
    box-shadow: 0px 1px 6px -2px rgba(0, 31, 15, 0.25);
    margin: 16px; }
    .products__item--btn {
      opacity: 1; }
  .products__filter .w-25 {
    width: calc(50% - 32px); }

  .dropdown {
    font-size: 20px; }

  .header__menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #F0F8F4;
    padding-bottom: 90px;
    height: 100%;
    width: 100%;
    overflow: auto; }
    .header__menu.active {
      display: block; }
    .header__menu > ul {
      display: block; }
      .header__menu > ul > li {
        margin: 0; }
        .header__menu > ul > li a {
          font-size: 20px;
          line-height: 120%;
          display: block;
          padding: 8px 16px; }
          .header__menu > ul > li a:before {
            display: none; }
          .header__menu > ul > li a.active {
            color: #FCFFFD;
            background: #4FC285; }
    .header__menu--dropdown {
      margin: 0;
      width: max-content;
      padding: 8px 16px; }
      .header__menu--dropdown .dropdown__list {
        left: 10px;
        top: 100%; }
    .header__menu--mob {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px;
      position: sticky;
      top: 0;
      z-index: 1;
      background: #F0F8F4; }
    .header__menu--title {
      font-size: 14px;
      line-height: 120%;
      color: #001F0F; }
    .header__menu--close {
      width: 40px;
      height: 40px;
      background: url("../images/sprite.svg#ic_close") no-repeat center center;
      cursor: pointer;
      background-size: contain; }
    .header__menu--tel {
      position: fixed;
      text-align: center;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 1;
      padding: 16px 16px 40px;
      background: #F0F8F4; }
  .header__icons {
    display: block;
    padding-right: 8px; }
    .header__icons div {
      width: 24px;
      height: 2px;
      background: #4FC285;
      margin-bottom: 8px;
      cursor: pointer; }
      .header__icons div:last-child {
        margin-bottom: 0; }

  .product__images {
    width: calc(50% - 16px); }
    .product__images--list {
      width: 100%; }
      .product__images--list ul {
        height: auto;
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden; }
        .product__images--list ul li {
          display: inline-block;
          vertical-align: top;
          margin-bottom: 0;
          margin-right: 16px; }
    .product__images--big {
      width: 100%; }
  .product__info {
    width: calc(50% - 16px); }

  .about-one {
    padding: 15px 0; }
    .about-one__img {
      width: 90%;
      margin-left: -16px; }
    .about-one__text {
      padding: 20% 16px 16px;
      width: 100%;
      position: relative;
      margin-top: calc(-18% + 16px);
      margin-left: 16px; }
      .about-one__text:before {
        right: -16px;
        width: calc(100% + 16px); }

  .about-two {
    padding: 15px 0 116px; }
    .about-two__img {
      width: 90%;
      margin-left: -16px;
      margin-top: calc(-15% + 16px); }
    .about-two__text {
      padding: 16px 16px 15%;
      width: 100%;
      position: relative; }
      .about-two__text:before {
        left: -16px;
        height: 100%;
        width: calc(100% + 32px); }

  .contact-map__contacts {
    padding: 24px 16px;
    border-radius: 0 8px 8px 0;
    width: calc(100% + 16px);
    margin-left: -16px; }
  .contact-map__maps {
    width: 100%;
    margin-top: 16px; }
    .contact-map__maps #maps {
      height: 35vw;
      min-height: 180px; }

  .contacts-page {
    padding-top: 0;
    background-position: right 32px; }
    .contacts-page .contacts__form {
      width: 100%;
      margin-top: 24px; }

  .home__title {
    font-size: 30px; }
  .home__content {
    padding: 204px 0 30px;
    position: static; }
  .home__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    max-height: 100%;
    overflow: hidden; }
    .home__slider--item {
      height: auto;
      min-height: auto; }
  .home .slick-dots {
    display: none !important; }

  .category__item--name {
    opacity: 1;
    font-size: 20px; }

  .section__title {
    font-size: 30px;
    padding-top: 0; }

  .services__flex {
    display: block; }
  .services__left {
    width: 100%; }
  .services__img {
    width: 100%; }
  .services__read-more {
    position: relative;
    left: 0;
    margin-top: 32px;
    bottom: auto;
    text-align: right; }
    .services__read-more a {
      position: relative; }

  .contacts__form {
    width: 100%; }
  .contacts__img {
    display: none; }

  .error404 {
    text-align: center; }
    .error404__title {
      padding-left: 10vw;
      padding-bottom: 22vw;
      margin-bottom: 0; }
      .error404__title:before {
        top: 10vw;
        left: -16px;
        background: url("../images/404-line-mob.svg") no-repeat top left;
        width: calc(100% + 32px);
        background-size: 100%;
        height: 32vw;
        z-index: -1; }
      .error404__title img {
        max-width: 50%; }
    .error404 p {
      text-align: center;
      font-size: 20px; }

  .footer__by {
    justify-content: center; } }
@media only screen and (max-width: 767px) {
  .popup__content {
    padding: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .popup__block {
    max-width: 100%;
    padding: 72px 16px 24px;
    width: 375px;
    -webkit-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
    .popup__block--text {
      font-size: 20px; }
    .popup__block--icon {
      padding-top: 0; }
  .popup__close {
    top: 16px;
    right: 16px;
    background: #FCFFFD url("../images/sprite.svg#ic_close") no-repeat center center;
    background-size: contain; }
  .popup p {
    margin-top: 24px; }
  .popup__form {
    margin-top: 24px; }

  .footer {
    padding: 48px 0 40px; }
    .footer__flex {
      display: block; }
    .footer__logo {
      margin: 0 auto;
      width: 262px; }
    .footer__item {
      margin-bottom: 56px; }
    .footer__end {
      text-align: left;
      font-size: 14px;
      line-height: 140%;
      padding: 0; }
      .footer__end div {
        text-align: left; }
        .footer__end div:last-child {
          margin-top: 24px;
          text-align: left; }

  .products {
    padding: 19px 0 80px; }
    .products__item--info div strong {
      display: block; }

  .header {
    padding: 16px 0; }
    .header.active {
      padding: 6px 0; }
    .header__logo a {
      width: 108px;
      padding: 0 9px; }

  .navigation {
    padding: 0; }

  .product {
    padding: 20px 0 67px; }
    .product__flex {
      display: block; }
    .product__images {
      width: 100%; }
      .product__images--list ul li {
        height: 74px;
        width: 74px; }
      .product__images--big {
        max-height: 337px; }
        .product__images--big img {
          max-width: 100%;
          max-height: 100%; }
    .product__info {
      width: 100%; }
    .product__table {
      margin-top: 8px; }
      .product__table table tr td {
        padding: 8px 0; }
    .product__text {
      margin-top: 16px; }

  .text_content p {
    font-size: 16px; }
  .text_content ul li {
    font-size: 16px; }
  .text_content ol li {
    font-size: 16px; }

  .about-one {
    padding: 15px 0; }
    .about-one__img {
      width: 87%;
      margin-left: -16px; }
    .about-one__text {
      padding: 124px 16px 16px;
      margin-top: -106px; }
      .about-one__text h2 {
        font-size: 24px;
        margin-bottom: 0; }
      .about-one__text p {
        margin-top: 7px;
        font-size: 16px; }

  .about-two {
    padding: 15px 0 116px; }
    .about-two__img {
      width: 93%;
      margin-top: -78px; }
    .about-two__text {
      padding: 16px 0 92px; }
      .about-two__text:before {
        left: -16px;
        height: 100%;
        width: calc(100% + 32px); }
      .about-two__text h2 {
        font-size: 20px;
        margin-bottom: 0; }
      .about-two__text p {
        margin-top: 11px;
        font-size: 16px; }

  .section__title--green {
    font-size: 24px; }

  .contact-map {
    padding: 22px 0 80px;
    margin-bottom: 50px; }
    .contact-map__title {
      font-size: 24px; }
    .contact-map__contacts ul li {
      font-size: 18px; }

  .category__flex {
    margin: 24px -12px 0; }
  .category__item {
    width: calc(50% - 24px);
    height: calc(50vw - 24px);
    margin: 12px 12px; }

  .home__title {
    font-size: 24px; }
  .home__slider--item img {
    min-height: 270px; }

  .section__title {
    font-size: 24px;
    padding: 5px 0 3px 16px; }

  .category {
    padding: 60px 0 78px; }
    .category__item--name {
      bottom: 9px;
      left: 9px;
      z-index: 1;
      padding: 6px 0 6px 12px;
      font-size: 20px; }
      .category__item--name:before {
        width: 4px; }

  .services__left {
    padding: 32px 16px; }
    .services__left p {
      margin-top: 18px;
      font-size: 16px;
      line-height: 22px; }
  .services .section__title {
    margin-bottom: 16px; }

  .contacts__form {
    margin-top: 24px; }

  .footer__by {
    justify-content: flex-start;
    font-size: 12px; } }
@media only screen and (max-width: 680px) {
  .products__filter {
    margin: 0;
    display: block; }
    .products__filter .w-25 {
      width: 100%;
      margin: 0;
      margin-top: 24px; }
    .products__filter .w-50 {
      width: 100%;
      margin: 0; }
  .products__flex {
    margin: 17px -7px 0; }
  .products__pagination {
    margin-top: 22px; }
  .products__item {
    width: calc(50% - 14px);
    margin: 7px;
    padding-bottom: 55px; }
    .products__item--img {
      min-height: 156px;
      padding: 8px 8px 0; }
    .products__item--info {
      font-size: 14px; }
      .products__item--info div strong {
        display: block; }

  .form__flex {
    display: block; }
    .form__flex .form__item {
      width: 100%; }
  .form__item--submit {
    width: 100%; }
    .form__item--submit div {
      margin-top: 26px; }

  .home__btn .btn {
    width: 100%;
    text-align: center; } }
@media only screen and (max-width: 580px) {
  .category__flex {
    margin: 24px 0 0; }
  .category__item {
    width: 100%;
    height: calc(100vw - 32px);
    margin: 0 0 24px; }
    .category__item:last-child {
      margin-bottom: 0; }

  .error404__btn .btn {
    padding: 16px;
    text-align: center;
    width: 100%;
    display: block; } }
@media only screen and (max-width: 420px) {
  .footer__by {
    font-size: 11px; }
    .footer__by a {
      margin-left: 5px; } }
@media only screen and (max-width: 370px) {
  .error404__btn .btn {
    font-size: 16px; }

  .footer__by {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .footer__by a {
      margin-left: 0;
      margin-top: 10px; } }

/*# sourceMappingURL=style.css.map */
