﻿@import url(swiper_min.css);
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; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

a {
  text-decoration: none; }
  a:focus {
    outline: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

* {
  box-sizing: border-box; }

body {
  background: #F4F7F6; }

.container {
  max-width: 1110px;
  padding: 0 15px;
  margin: auto; }

@media screen and (max-width: 768px) {
  .container {
    width: 100%; } }

.header {
  width: 100%;
  height: 125px;
  border-bottom: 1px solid #228C0D; }
  .header .headerInner {
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 0; }
    .header .headerInner .headerLogoSide {
      margin-top: 14px; }
      .header .headerInner .headerLogoSide .logo {
        max-width: 155px;
        margin-left: -2px;
        margin-bottom: 16px;
        display: block; }
        .header .headerInner .headerLogoSide .logo > img {
          width: 100%; }
      .header .headerInner .headerLogoSide .footerContact {
        margin-top: 0;
        display: flex;
        align-items: center; }
        .header .headerInner .headerLogoSide .footerContact .footerLogo {
          display: none; }
        .header .headerInner .headerLogoSide .footerContact .footerContactItem {
          display: none; }
        .header .headerInner .headerLogoSide .footerContact .contactPhone {
          margin-top: 0;
          display: block; }
          .header .headerInner .headerLogoSide .footerContact .contactPhone .contactItemIcon {
            display: none; }
          .header .headerInner .headerLogoSide .footerContact .contactPhone .contactItemtext > span {
            display: none; }
        .header .headerInner .headerLogoSide .footerContact .contactInsta {
          display: block; }
          .header .headerInner .headerLogoSide .footerContact .contactInsta > a .contactItemIcon {
            width: 16px;
            height: 16px; }
          .header .headerInner .headerLogoSide .footerContact .contactInsta .contactItemtext {
            display: none; }
        .header .headerInner .headerLogoSide .footerContact a {
          margin-right: 20px;
          font-family: OpenSansSemiBold;
          font-size: 11px;
          line-height: 15px;
          color: #7A7A7A;
          vertical-align: top;
          transition: .23s; }
          .header .headerInner .headerLogoSide .footerContact a > svg {
            transition: .23s; }
          .header .headerInner .headerLogoSide .footerContact a:hover {
            color: #228C0D; }
            .header .headerInner .headerLogoSide .footerContact a:hover > svg > path {
              fill: #228C0D; }
          .header .headerInner .headerLogoSide .footerContact a.active {
            color: #228C0D; }
    .header .headerInner .headerRightSide {
      display: flex;
      align-items: center; }
      .header .headerInner .headerRightSide .headerNav {
        margin-right: 50px; }
        .header .headerInner .headerRightSide .headerNav .headerNavList {
          display: flex; }
          .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem {
            margin-right: 26.5px; }
            .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem:last-child {
              margin-right: 0; }
            .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem.footerItem {
              display: none; }
            .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem > .footerItem {
              display: none; }
            .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem .navListItemLink {
              font-family: OpenSansSemiBold;
              font-size: 15px;
              line-height: 20px;
              color: #228C0D;
              padding: 2px;
              transition: .23s;
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center; }
              .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem .navListItemLink > .arrow {
                display: none; }
              .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem .navListItemLink:hover {
                color: #228c0d; }
                .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem .navListItemLink:hover:after {
                  width: 100%; }
              .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem .navListItemLink.active {
                color: #228c0d; }
                .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem .navListItemLink.active:after {
                  width: 100%; }
              .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem .navListItemLink.noBgButtonItem {
                opacity: 1; }
              .header .headerInner .headerRightSide .headerNav .headerNavList .navListItem .navListItemLink:after {
                content: '';
                position: absolute;
                width: 0;
                width: 0%;
                height: 2px;
                background-color: #228C0D;
                bottom: -2px;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: 0.4s cubic-bezier(0.5, 0.03, 0.41, 1); }
      .header .headerInner .headerRightSide .headerBurger {
        width: 44px;
        height: 44px;
        background: #228C0D;
        border-radius: 24px;
        border: none;
        box-shadow: 0px 2px 8px rgba(18, 18, 18, 0.15);
        position: relative;
        transition: .23s;
        display: flex;
        justify-content: center;
        align-items: center; }
        .header .headerInner .headerRightSide .headerBurger:hover {
          background: #fff; }
          .header .headerInner .headerRightSide .headerBurger:hover > img {
            filter: invert(41%) sepia(51%) saturate(5740%) hue-rotate(81deg) brightness(93%) contrast(90%); }
        .header .headerInner .headerRightSide .headerBurger.active {
          background: #fff; }
          .header .headerInner .headerRightSide .headerBurger.active .burger__line {
            background: #228C0D; }

@media screen and (max-width: 992px) {
  .header .headerInner .headerRightSide .headerNav {
    display: none; } }

@media screen and (max-width: 480px) {
  .header .headerInner .headerLogoSide .logo {
    margin-bottom: 0; }
  .header .headerInner .headerLogoSide .footerContact {
    display: none; } }

@media screen and (max-width: 420px) {
  .header {
    padding-left: 15px;
    padding-right: 15px; } }

.production {
  width: 100%;
  padding: 30px 0 55px; }
  .production .productionInner {
    width: 100%; }
    .production .productionInner .aboutProd {
      display: flex;
      justify-content: space-between;
      margin-bottom: 65px; }
      .production .productionInner .aboutProd .leftSide {
        max-width: 600px;
        font-size: 15px;
        line-height: 20px;
        color: #121212; }
        .production .productionInner .aboutProd .leftSide .aboutProdTitle {
          margin-top: 15px;
          margin-bottom: 24px;
          font-family: LatoBold;
          font-size: 20px;
          line-height: 24px;
          color: #228C0D; }
        .production .productionInner .aboutProd .leftSide .aboutProdSubtitle {
          margin-bottom: 20px; }
          .production .productionInner .aboutProd .leftSide .aboutProdSubtitle:last-child {
            margin-bottom: 0; }
      .production .productionInner .aboutProd .rightSide {
        max-width: 456px; }
        .production .productionInner .aboutProd .rightSide > img {
          width: 100%; }
    .production .productionInner .prodImgWrapper {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px;
      overflow: hidden; }
      .production .productionInner .prodImgWrapper .swiper-container {
        margin-right: 0;
        margin-left: 0; }
        .production .productionInner .prodImgWrapper .swiper-container .swiper-wrapper1 {
          display: flex; }
          .production .productionInner .prodImgWrapper .swiper-container .swiper-wrapper1 .swiper-slide {
            width: initial !important; }
    .production .productionInner .prodVideo {
      width: 100%;
      height: 620px; }

@media screen and (max-width: 992px) {
  .production .productionInner .aboutProd {
    margin-right: 20px;
    background: url(../assets/img/production-gears-mobile.png) top right no-repeat;
    background-size: 128px;
    margin-top: -40px;
    padding-top: 30px; }
    .production .productionInner .aboutProd .rightSide {
      display: none; }
  .production .productionInner .prodImgWrapper .prodImgItem {
    width: 100px;
    height: 100px; }
  .production .productionInner .prodVideo {
    height: auto; } }

@media screen and (max-width: 580px) {
  .production .productionInner .aboutProd {
    margin-bottom: 20px; }
    .production .productionInner .aboutProd .leftSide .aboutProdSubtitle:last-child {
      display: none; }
  .production .productionInner .prodVideo {
    height: 320px; } }

@media screen and (max-width: 480px) {
  .production {
    padding-left: 10px;
    padding-right: 10px; }
    .production .productionInner .aboutProd {
      margin-right: 0;
      margin-bottom: 10px; }
      .production .productionInner .aboutProd .leftSide .aboutProdTitle {
        font-size: 18px; }
      .production .productionInner .aboutProd .leftSide .aboutProdSubtitle {
        font-size: 14px; }
    .production .productionInner .prodImgWrapper {
      margin-bottom: 20px; }
      .production .productionInner .prodImgWrapper .prodImgItem {
        height: 100px; }
    .production .prodVideo {
      max-height: 240px; } }

.prodImgItem {
  width: 240px;
  height: 240px;
  border-radius: 24px; }
  .prodImgItem > img {
    width: 100%;
    height: 100%; }

.productBlock {
  width: 100%;
  margin: -15px; }
  .productBlock .productWrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    @media screen and (max-width: 1024px) {
      .productBlock .productWrapper {
        justify-content: center; } }
    @media screen and (max-width: 768px) {
      .productBlock .productWrapper {
        justify-content: center; } }
    @media screen and (max-width: 580px) {
      .productBlock .productWrapper {
        margin: 0; } }

@media screen and (max-width: 580px) {
  .productBlock {
    margin: 0px; } }

.requestBlock {
  width: 100%; }
  .requestBlock .requestBlockInner {
    width: 100%;
    padding: 35px 0;
    display: flex;
    justify-content: space-between; }
    .requestBlock .requestBlockInner .leftSide {
      max-width: 525px;
      width: 100%; }
      .requestBlock .requestBlockInner .leftSide .reqBlockTitle {
        margin-bottom: 20px;
        font-family: LatoBold;
        font-size: 24px;
        line-height: 29px;
        color: rgba(34, 140, 13, 0.5); }
        .requestBlock .requestBlockInner .leftSide .reqBlockTitle > span {
          color: #228C0D; }
      .requestBlock .requestBlockInner .leftSide .reqBlockSubtitle {
        margin-bottom: 40px;
        font-family: OpenSansRegular;
        font-size: 15px;
        line-height: 20px;
        color: #121212; }
      .requestBlock .requestBlockInner .leftSide > img {
        max-width: 525px;
        width: 100%; }
    .requestBlock .requestBlockInner .rightSide {
      width: 525px;
      background: #FFFFFF;
      box-shadow: 0px 2px 16px rgba(18, 18, 18, 0.15);
      border-radius: 30px;
      padding: 42px 40px 35px; }
      .requestBlock .requestBlockInner .rightSide .reqAreaItem {
        width: 100%;
        margin-bottom: 22px; }
        .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaHead {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaHead .reqAreaTitle {
            font-size: 15px;
            line-height: 20px;
            color: #121212;
            margin: auto 0 8px; }
            .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaHead .reqAreaTitle > span {
              color: #228C0D;
              font-weight: bold; }
        .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaBody {
          width: 100%;
          position: relative; }
          .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaBody .reqAreaBodyTextarea {
            width: 100%;
            height: 145px;
            resize: none;
            padding: 9px 16px;
            border: 1px solid #228C0D;
            border-radius: 3px;
            font-size: 16px;
            line-height: 22px;
            color: #121212; }
          .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaBody .reqAreaError {
            width: max-content;
            padding: 10px 18px 16px;
            background: url(../../assets/img/request-error-bg-img.png) no-repeat;
            font-size: 11px;
            line-height: 16px;
            color: #C41B1B;
            opacity: 1;
            position: absolute;
            top: -44px;
            right: 0;
            visibility: hidden;
            white-space: nowrap; }
          .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaBody .reqAreaBodyInput {
            width: 100%;
            padding: 10px 16px;
            border: 1px solid #228C0D;
            border-radius: 3px;
            font-size: 15px;
            line-height: 20px;
            color: #121212; }
            .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaBody .reqAreaBodyInput.invalid {
              border: 1px solid #C41B1B; }
              .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaBody .reqAreaBodyInput.invalid + .reqAreaError {
                visibility: visible; }
        .requestBlock .requestBlockInner .rightSide .reqAreaItem.comment {
          margin-bottom: 14px; }
      .requestBlock .requestBlockInner .rightSide .recaptcha {
        width: max-content !important;
        height: max-content !important;
        display: flex;
        justify-content: flex-start;
        flex-direction: column; }
        .requestBlock .requestBlockInner .rightSide .recaptcha #html_element {
          margin-bottom: 20px !important;
          transform: scale(0.85) !important;
          margin-left: -23px !important; }
        .requestBlock .requestBlockInner .rightSide .recaptcha .captchaError {
          max-width: 400px;
          width: max-content;
          margin-bottom: 12px;
          padding: 10px 18px;
          font-size: 12px;
          line-height: 16px;
          color: #C41B1B;
          white-space: nowrap;
          background: rgba(195, 27, 27, 0.1);
          display: none;
          transition: .23s;
          border-radius: 5px; }
        .requestBlock .requestBlockInner .rightSide .recaptcha.invalid .captchaError {
          display: block; }
      .requestBlock .requestBlockInner .rightSide .reqPrivacy {
        font-size: 13px;
        line-height: 18px;
        color: #121212;
        margin-bottom: 16px; }
        .requestBlock .requestBlockInner .rightSide .reqPrivacy .pravicyLink {
          font-family: OpenSansSemiBold;
          font-size: 13px;
          line-height: 18px;
          color: #121212;
          transition: .23s; }
          .requestBlock .requestBlockInner .rightSide .reqPrivacy .pravicyLink:hover, .requestBlock .requestBlockInner .rightSide .reqPrivacy .pravicyLink.active {
            color: #228C0D; }
  .requestBlock.darkerBg {
    background: #EDF6EC; }

@media screen and (max-width: 992px) {
  .requestBlock .requestBlockInner .leftSide {
    max-width: 50%; }
    .requestBlock .requestBlockInner .leftSide > img {
      margin-right: 15px;
      width: 90%; }
  .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaHead .reqAreaError {
    max-width: 150px;
    width: 100%; }
    .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaHead .reqAreaError > span {
      display: none; }
  .requestBlock .requestBlockInner .rightSide .recaptcha .captchaError {
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .requestBlock .requestBlockInner {
    flex-direction: column; }
    .requestBlock .requestBlockInner .leftSide {
      max-width: 100%;
      width: 100%;
      display: flex; }
      .requestBlock .requestBlockInner .leftSide > img {
        width: 50%; } }

@media screen and (max-width: 580px) {
  .requestBlock .requestBlockInner {
    padding: 20px 0;
    flex-direction: column;
    background: url(../assets/img/form-box-illustration-mobile.png) right top no-repeat; }
    .requestBlock .requestBlockInner .leftSide {
      max-width: 100%; }
      .requestBlock .requestBlockInner .leftSide .reqBlockTitle {
        margin-top: 20px;
        color: rgba(34, 140, 13, 0.65); }
      .requestBlock .requestBlockInner .leftSide > img {
        display: none; }
    .requestBlock .requestBlockInner .rightSide {
      width: 100%; }
      .requestBlock .requestBlockInner .rightSide .greenBgButtonItem {
        width: 100%; } }

@media screen and (max-width: 480px) {
  .requestBlock .requestBlockInner .leftSide {
    padding-left: 10px;
    padding-right: 10px; }
  .requestBlock .requestBlockInner .rightSide {
    padding-left: 20px;
    padding-right: 20px; }
    .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaBody .reqAreaError {
      max-width: 65%;
      width: 100%;
      font-size: 10px;
      line-height: 14px;
      text-align: center;
      vertical-align: middle;
      padding-left: 2px;
      padding-right: 2px; }
      .requestBlock .requestBlockInner .rightSide .reqAreaItem .reqAreaBody .reqAreaError > span {
        display: none; }
  .requestBlock .requestBlockInner .greenBgButtonItem {
    padding: 15px; } }

.footer {
  width: 100%; }
  .footer .footerInner {
    width: 100%;
    background: url(../../assets/img/footer-illustration.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 61px;
    padding-bottom: 26px;
    position: relative; }
    .footer .footerInner .toTopButton {
      width: 44px;
      height: 44px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #228C0D;
      box-shadow: 0px 2px 16px rgba(18, 18, 18, 0.15);
      border-radius: 24px;
      border: 0;
      transition: .23s;
      position: absolute;
      top: 29px;
      right: 0; }
      .footer .footerInner .toTopButton:hover, .footer .footerInner .toTopButton.active {
        background: #fff; }
        .footer .footerInner .toTopButton:hover > svg > path, .footer .footerInner .toTopButton.active > svg > path {
          stroke: #228C0D; }
    .footer .footerInner .footerWrapper {
      margin-left: 85px;
      margin-bottom: 20px;
      display: flex; }
      .footer .footerInner .footerWrapper .footerContact {
        margin-left: 8px; }
        .footer .footerInner .footerWrapper .footerContact .footerLogo {
          max-width: 155px;
          margin-bottom: 24px; }
          .footer .footerInner .footerWrapper .footerContact .footerLogo > img {
            width: 100%; }
        .footer .footerInner .footerWrapper .footerContact .footerContactItem {
          margin-left: -4px;
          margin-bottom: 12px;
          display: flex;
          align-items: center; }
          .footer .footerInner .footerWrapper .footerContact .footerContactItem:last-child {
            margin-bottom: 0; }
          .footer .footerInner .footerWrapper .footerContact .footerContactItem .contactItemIcon {
            width: 20px;
            height: 20px;
            margin-right: 10.6px; }
            .footer .footerInner .footerWrapper .footerContact .footerContactItem .contactItemIcon > path {
              fill: rgba(34, 140, 13, 0.6); }
          .footer .footerInner .footerWrapper .footerContact .footerContactItem .contactItemtext {
            font-size: 15px;
            line-height: 20px;
            color: rgba(18, 18, 18, 0.6); }
            .footer .footerInner .footerWrapper .footerContact .footerContactItem .contactItemtext > a {
              font-size: 15px;
              line-height: 20px;
              color: rgba(18, 18, 18, 0.6);
              transition: .23s; }
              .footer .footerInner .footerWrapper .footerContact .footerContactItem .contactItemtext > a:hover, .footer .footerInner .footerWrapper .footerContact .footerContactItem .contactItemtext > a.active {
                color: #121212; }
      .footer .footerInner .footerWrapper .footerNav {
        margin-left: 15%; }
        .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem {
          margin-bottom: 10px;
          font-family: OpenSansSemiBold;
          font-size: 15px;
          line-height: 20px;
          position: relative; }
          .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .noBgButtonItem {
            font-size: 15px;
            line-height: 20px; }
          .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .productsMenu, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .servicesMenu {
            width: 300px;
            padding: 24px 35px;
            background: #fff;
            position: absolute;
            transition: .23s; }
            .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .productsMenu > ul > li, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .servicesMenu > ul > li {
              margin-bottom: 14px; }
              .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .productsMenu > ul > li:last-child, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .servicesMenu > ul > li:last-child {
                margin-bottom: 0; }
              .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .productsMenu > ul > li > a, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .servicesMenu > ul > li > a {
                font-family: OpenSansRegular;
                font-size: 14px;
                line-height: 20px;
                color: #121212;
                transition: .23s; }
                .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .productsMenu > ul > li > a:hover, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .productsMenu > ul > li > a.active, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .servicesMenu > ul > li > a:hover, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .servicesMenu > ul > li > a.active {
                  opacity: 0.6; }
          .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .productsMenu {
            bottom: -88px;
            right: -329px;
            display: none; }
          .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .servicesMenu {
            bottom: -60px;
            right: -329px;
            display: none; }
          .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem:hover > div, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem.active > div {
            display: block; }
          .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .productsMenu::before, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .servicesMenu::before {
            left: -50px;
            content: '';
            display: block;
            width: 50px;
            position: absolute;
            top: 0;
            height: 100%; }
          .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .productsMenu::before {
            width: 30px;
            left: -30px; }
    .footer .footerInner .footerCopyright {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .footer .footerInner .footerCopyright .emptyBlock {
        width: 16%; }
      .footer .footerInner .footerCopyright .copyRightText {
        font-size: 13px;
        line-height: 18px;
        color: #121212; }
      .footer .footerInner .footerCopyright .footerPrivacy {
        margin-right: 40px;
        font-size: 13px;
        line-height: 18px;
        color: rgba(18, 18, 18, 0.6);
        transition: .23s; }
        .footer .footerInner .footerCopyright .footerPrivacy:hover, .footer .footerInner .footerCopyright .footerPrivacy.active {
          color: #112211; }

@media screen and (max-width: 992px) {
  .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .footerNavLink > span {
    display: none; }
  .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem:hover > div, .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem.active > div {
    display: none; } }

@media screen and (max-width: 768px) {
  .footer {
    background: #fff; }
    .footer .footerInner {
      background-image: none;
      padding-top: 25px; }
      .footer .footerInner .toTopButton {
        display: none; }
      .footer .footerInner .footerWrapper {
        flex-direction: column-reverse;
        margin-left: 0; }
        .footer .footerInner .footerWrapper .footerContact .footerLogo {
          display: none; }
        .footer .footerInner .footerWrapper .footerNav {
          margin-left: 0;
          width: 100%;
          margin-bottom: 29px; }
          .footer .footerInner .footerWrapper .footerNav .footerNavList {
            text-align: center; }
            .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem {
              width: 100%;
              padding: 22px 0;
              border-bottom: 1px solid #228C0D;
              margin-bottom: 0; }
              .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem .footerNavLink {
                font-size: 15px;
                line-height: 20px; }
              .footer .footerInner .footerWrapper .footerNav .footerNavList .footerNavListItem:first-child {
                padding-top: 0; }
      .footer .footerInner .footerCopyright .emptyBlock {
        display: none; }
      .footer .footerInner .footerCopyright .copyRightText {
        display: none; }
      .footer .footerInner .footerCopyright .footerPrivacy {
        margin: auto; } }

@media screen and (max-width: 420px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px; } }

.noBgButtonItem {
  font-family: OpenSansSemiBold;
  font-size: 13px;
  line-height: 18px;
  color: #228C0D;
  background: transparent;
  border: none;
  transition: .23s;
  cursor: pointer; }
  .noBgButtonItem:hover, .noBgButtonItem.active {
    opacity: 0.6; }

.greenBgButtonItem {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 48px;
  background: #228C0D;
  border-radius: 3px;
  border: none;
  font-family: OpenSansSemiBold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  cursor: pointer;
  transition: .23s;
  border: 1px solid transparent; }
  .greenBgButtonItem:hover {
    background: #FFFFFF;
    border: 1px solid #228C0D;
    color: #228C0D;
    display: flex;
    align-items: center;
    justify-content: center; }

.whiteBgButtonItem {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 48px;
  background: #FFFFFF;
  border-radius: 3px;
  border: none;
  font-family: OpenSansSemiBold;
  font-size: 16px;
  line-height: 22px;
  color: #228C0D;
  cursor: pointer;
  transition: .23s;
  box-shadow: 0px 2px 16px rgba(18, 18, 18, 0.15);
  border: 1px solid transparent; }
  .whiteBgButtonItem:hover, .whiteBgButtonItem.active {
    background: #228C0D;
    border: 1px solid #228C0D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around; }

.productItem {
  max-width: 330px;
  width: 100%;
  height: 100px;
  margin: 15px;
  box-shadow: 0px 2px 16px rgba(18, 18, 18, 0.15);
  border-radius: 20px;
  transition: .23s;
  /*&:nth-child(3n) {
        margin-right: 0;
    }*/ }
  .productItem .productLink {
    width: 100%;
    height: 100%;
    background: green;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: space-between;
    padding-right: 12px; }
    .productItem .productLink .productItemImgBlock {
      width: 100px;
      height: 100%;
      border-radius: 20px; }
      .productItem .productLink .productItemImgBlock .productImg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px; }
    .productItem .productLink .productName {
      max-width: 127px;
      width: 100%;
      margin: 0 25px;
      font-family: LatoSemiBold;
      font-size: 16px;
      line-height: 19px;
      color: #FFFFFF; }
    .productItem .productLink .arrowLeft {
      width: 44px;
      height: 44px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 24px;
      border: none;
      background: #ffffff; }
    .productItem .productLink:hover, .productItem .productLink.active {
      filter: saturate(0.8); }
  .productItem.lightBlue .productLink {
    background: #0D848C; }
  .productItem.darkBlue .productLink {
    background: #0D5E8C; }
  .productItem.greenStyle2 .productLink {
    background: #0D8C5E; }
  @media screen and (max-width: 1024px) {
    .productItem {
      margin-left: 12px;
      margin-right: 12px; } }
  @media screen and (max-width: 580px) {
    .productItem {
      height: 60px;
      margin: 0;
      margin-bottom: 20px; }
      .productItem .productLink {
        height: 100%; }
        .productItem .productLink .productName {
          max-width: 100%;
          margin: 0 10px;
          font-size: 14px;
          line-height: 17px; }
        .productItem .productLink .arrowLeft {
          width: 32px;
          height: 32px;
          margin-left: auto;
          margin-right: 10px;
          background: #ffffff; } }
  @media screen and (max-width: 370px) {
    .productItem {
      width: 100%; }
      .productItem .productLink .arrowLeft {
        display: none; } }
  @media screen and (max-width: 320px) {
    .productItem .productLink .productName {
      margin: 0 5px; } }

.sliderArrowBgWith {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(18, 18, 18, 0.15);
  border-radius: 24px;
  border: none;
  cursor: pointer;
  transition: .23s; }
  .sliderArrowBgWith:hover, .sliderArrowBgWith.active {
    background: #F3F3F3; }
  .sliderArrowBgWith.disabled > img {
    opacity: .5; }

.popup {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(17, 17, 17, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000; }
  .popup .popupInner {
    min-width: 620px;
    min-height: 369px;
    background: #fff;
    box-shadow: 0px 31.8414px 53.0691px rgba(0, 0, 0, 0.17);
    position: relative; }

.popupClose {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  transition: .23s; }
  .popupClose:hover > img, .popupClose.active > img {
    opacity: 0.6; }

@media screen and (max-width: 580px) {
  .productLink {
    height: 100%; }
    .productLink .productItemImgBlock {
      width: 80px; }
    .productLink .productName {
      max-width: 100%;
      margin: 0 10px;
      font-size: 14px;
      line-height: 17px; }
    .productLink .arrowLeft {
      margin-left: auto;
      margin-right: 10px; } }

@media screen and (max-width: 370px) {
  .productLink .arrowLeft {
    display: none; } }

@media screen and (max-width: 320px) {
  .productLink .productName {
    margin: 0 5px; } }

.swiper-container .swiper-wrapper {
  /*        display: flex;*/ }

#map {
  width: 100%;
  height: 100%; }

[class*="ymaps-2-1"][class*="-balloon__content"],
[class*="ymaps-2-1"][class*="-balloon__layout"] {
  background: transparent; }

[class*="ymaps-2-1"][class*="-balloon__layout"] {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  border: 1px solid #921525;
  box-sizing: border-box; }

[class*="ymaps-2-1"][class*="-balloon__tail"] {
  display: none; }

.go-yandex {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #192C45; }
  .go-yandex img {
    display: inline-block;
    margin-right: 8px; }

[class*="ymaps-2-1"][class*="copyrights-promo"] {
  display: none; }

.btn-zoom {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #192C45;
  color: white;
  border-radius: 50%;
  border: none; }

.gallery-thumbs {
  width: 100%; }

.heroSlider {
  width: 100%;
  height: 505px;
  min-height: 300px; }
  .heroSlider .swiper-container {
    width: 100%;
    height: 100%; }
    .heroSlider .swiper-container .swiper-button-prev,
    .heroSlider .swiper-container .swiper-button-next {
      background-color: rgba(255, 255, 255, 0);
      width: 44px;
      height: 44px;
      border-radius: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      border: 2px solid #fff;
      opacity: 0.7;
      transition: .23s; }
      .heroSlider .swiper-container .swiper-button-prev:hover, .heroSlider .swiper-container .swiper-button-prev.active,
      .heroSlider .swiper-container .swiper-button-next:hover,
      .heroSlider .swiper-container .swiper-button-next.active {
        opacity: 1; }
    .heroSlider .swiper-container .swiper-button-prev::after,
    .heroSlider .swiper-container .swiper-button-next::after {
      display: none; }
    .heroSlider .swiper-container .swiper-button-prev {
      background-image: url("../assets/icon/home-page-slider-prev-arrow.svg");
      left: 50px; }
    .heroSlider .swiper-container .swiper-button-next {
      background-image: url("../assets/icon/home-page-slider-next-arrow.svg");
      right: 50px; }
    .heroSlider .swiper-container .swiper-pagination {
      bottom: 16px; }
    .heroSlider .swiper-container .swiper-pagination-bullet {
      background-color: #fff;
      transition: .23s; }
    .heroSlider .swiper-container .swiper-pagination-bullet-active {
      background-color: #fff;
      width: 22px;
      border-radius: 10px; }
    .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap {
      height: 100%;
      display: flex;
      justify-content: center;
      /*background: url(../assets/img/home-page-slider-bg.png) no-repeat;*/
      background-size: cover; }
      .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap .heroSliderContent {
        width: 550px;
        height: max-content;
        background: url(../assets/img/background-border.png) center center no-repeat;
        background-size: 100% 100%;
        margin-top: 60px;
        text-align: center;
        padding-top: 70px;
        padding-left: 70px;
        padding-right: 70px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap .heroSliderContent:after {
          position: absolute;
          top: -21px;
          display: block;
          content: "";
          width: 42px;
          height: 42px;
          background: url(../assets/img/logo-circle.png);
          background-size: contain;
          background-repeat: no-repeat; }
        .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap .heroSliderContent .heroSliderTextTitle {
          margin-bottom: 8px;
          font-family: LatoBold;
          font-size: 17px;
          line-height: 20px;
          text-align: center;
          color: rgba(255, 255, 255, 0.9); }
        .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap .heroSliderContent .companyName {
          margin-bottom: 13px;
          font-family: LatoBold;
          font-size: 34px;
          line-height: 41px;
          color: rgba(255, 255, 255, 0.9); }
        .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap .heroSliderContent .heroSlidertextSubtitle {
          font-family: LatoBold;
          margin-bottom: 18px;
          font-size: 17px;
          line-height: 30px;
          text-align: center;
          color: rgba(255, 255, 255, 0.9); }
  @media screen and (max-width: 768px) {
    .heroSlider .swiper-container .swiper-button-prev, .heroSlider .swiper-container .swiper-button-next {
      visibility: hidden; } }

.mainPage {
  width: 100%; }
  .mainPage .mainPageInner {
    width: 100%; }
    .mainPage .mainPageInner .about {
      padding: 40px 0 25px; }
      .mainPage .mainPageInner .about .aboutTitle {
        font-family: LatoBold;
        font-size: 24px;
        line-height: 29px;
        color: #228C0D; }
      .mainPage .mainPageInner .about .aboutSubtitle {
        margin-top: 20px;
        margin-bottom: 35px;
        font-size: 16px;
        line-height: 22px;
        color: #121212; }
      .mainPage .mainPageInner .about .aboutCardWrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .mainPage .mainPageInner .about .aboutCardWrapper .aboutCard {
          max-width: 360px;
          width: 100%;
          height: 78px;
          background: url(../../assets/icon/wrap-icon.svg) no-repeat left top;
          display: flex;
          align-items: center;
          margin-bottom: 35px; }
          .mainPage .mainPageInner .about .aboutCardWrapper .aboutCard .aboutCardInner {
            margin-left: 48px;
            margin-bottom: 10px;
            font-family: LatoRegular;
            font-size: 16px;
            line-height: 19px;
            color: #121212; }
    .mainPage .mainPageInner .stats {
      width: 100%; }
      .mainPage .mainPageInner .stats .statsTitle {
        margin-bottom: 40px;
        font-family: LatoBold;
        font-size: 20px;
        line-height: 24px;
        color: #228C0D; }
      .mainPage .mainPageInner .stats .statsCardWrapper {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .mainPage .mainPageInner .stats .statsCardWrapper .cardItem {
          width: 192px;
          height: 192px;
          display: flex;
          padding: 30px 0 30px 40px;
          position: relative; }
          .mainPage .mainPageInner .stats .statsCardWrapper .cardItem .statsCardEclipse {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: -18px; }
          .mainPage .mainPageInner .stats .statsCardWrapper .cardItem .statsCardText {
            display: flex;
            flex-direction: column; }
            .mainPage .mainPageInner .stats .statsCardWrapper .cardItem .statsCardText .statsCount {
              font-family: LatoRegular;
              font-size: 50px;
              line-height: 62px;
              color: #121212; }
            .mainPage .mainPageInner .stats .statsCardWrapper .cardItem .statsCardText .subTitle {
              width: 100%;
              font-family: OpenSansSemiBold;
              font-size: 12px;
              line-height: 18px;
              color: #121212;
              /*> p {
                                margin-left: 10px;
                                display: inline;
                            }*/ }
          .mainPage .mainPageInner .stats .statsCardWrapper .cardItem.cardItem__fourth .statsCardText .subTitle {
            margin-left: 18px; }

.calculator {
  width: 100%;
  background: #EDF6EC; }
  .calculator .calculatorInner {
    width: 100%;
    padding: 35px 0; }
    .calculator .calculatorInner .calcTitle {
      margin-bottom: 20px;
      font-family: LatoBold;
      font-size: 20px;
      line-height: 24px;
      color: #228C0D; }
    .calculator .calculatorInner .calcSubtitle {
      margin-bottom: 35px;
      font-family: OpenSansRegular;
      font-size: 15px;
      line-height: 20px;
      color: #000000; }
    .calculator .calculatorInner .calcCardWrapper {
      display: flex; }
      .calculator .calculatorInner .calcCardWrapper .calcCard2ItemWrapper {
        display: flex; }
        .calculator .calculatorInner .calcCardWrapper .calcCard2ItemWrapper .calcCardItem {
          margin-right: 60px; }
          .calculator .calculatorInner .calcCardWrapper .calcCard2ItemWrapper .calcCardItem .calcCardTitle {
            margin-bottom: 8px;
            font-size: 15px;
            line-height: 20px;
            color: #121212; }
          .calculator .calculatorInner .calcCardWrapper .calcCard2ItemWrapper .calcCardItem .calcCardInput {
            width: 185px;
            padding: 10px 16px;
            border: 1px solid #228C0D;
            border-radius: 3px;
            background: transparent;
            font-size: 15px;
            line-height: 20px;
            color: #000000;
            opacity: 0.5;
            margin-bottom: 20px; }
            .calculator .calculatorInner .calcCardWrapper .calcCard2ItemWrapper .calcCardItem .calcCardInput:focus {
              opacity: 1; }
      .calculator .calculatorInner .calcCardWrapper > form {
        display: flex; }

.ourProducts {
  width: 100%;
  padding: 30px 0 40px;
  background: #EDF6EC; }
  .ourProducts .ourProductsInner {
    width: 100%; }
    .ourProducts .ourProductsInner .ourProductsTitle {
      margin-bottom: 40px;
      font-family: LatoBold;
      font-size: 20px;
      line-height: 24px;
      color: #228C0D; }
    .ourProducts .ourProductsInner .ourProductsTitle-mobile {
      display: none; }

@media screen and (max-width: 992px) {
  .mainPage .mainPageInner .stats .statsCardWrapper .cardItem {
    margin: 0;
    margin-bottom: 30px; }
  .calculator .calculatorInner .calcCardWrapper > form {
    flex-direction: column; } }

@media screen and (max-width: 768px) {
  .mainPage .mainPageInner .about .aboutTitle > span {
    display: none; } }

@media screen and (max-width: 580px) {
  .heroSlider {
    height: 350px; }
    .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap {
      padding-top: 20px;
      padding-left: 20px;
      padding-right: 20px; }
      .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap .heroSliderContent {
        margin-top: 40px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px; }
        .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap .heroSliderContent .heroSlidertextSubtitle {
          line-height: 24px;
          max-height: 72px;
          overflow: hidden; }
  .mainPage .mainPageInner .stats .statsCardWrapper {
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .mainPage .mainPageInner .stats .statsCardWrapper .cardItem .statsCardText .statsCount {
      font-size: 40px;
      line-height: 54px; }
    .mainPage .mainPageInner .stats .statsCardWrapper .cardItem .statsCardText .subTitle {
      font-family: OpenSansSemiBold;
      font-size: 12.75px;
      line-height: 17px; }
      .mainPage .mainPageInner .stats .statsCardWrapper .cardItem .statsCardText .subTitle > p {
        margin-left: 0; } }

@media screen and (max-width: 480px) {
  .heroSlider .swiper-container .swiper-wrapper .swiper-slide .heroSliderWrap .heroSliderContent {
    background: url(../assets/img/mobile-border.png) center center no-repeat;
    background-size: 100% 100%; }
  .mainPage .mainPageInner .about .aboutTitle {
    font-size: 19px;
    line-height: 23px; }
  .mainPage .mainPageInner .about .aboutSubtitle {
    font-size: 15px;
    line-height: 20px; }
  .mainPage .mainPageInner .about .aboutCardWrapper .aboutCard .aboutCardInner {
    font-size: 14px;
    line-height: 17px; }
  .mainPage .mainPageInner .stats {
    width: 100%; }
    .mainPage .mainPageInner .stats .statsCardWrapper .cardItem__third .statsCardText {
      margin-right: -20px; }
  .calculator .calculatorInner .calcTitle {
    font-size: 17px;
    line-height: 20px; }
  .calculator .calculatorInner .calcSubtitle {
    font-size: 14px;
    line-height: 19px; }
  .calculator .calculatorInner .calcCardWrapper .calcCard2ItemWrapper .calcCardItem {
    width: 43%;
    margin-right: 25px; }
    .calculator .calculatorInner .calcCardWrapper .calcCard2ItemWrapper .calcCardItem:last-child {
      margin-right: 0; }
    .calculator .calculatorInner .calcCardWrapper .calcCard2ItemWrapper .calcCardItem .calcCardInput {
      width: 100%; }
  .ourProducts .ourProductsInner {
    width: 100%; }
    .ourProducts .ourProductsInner .ourProductsTitle {
      display: none; }
    .ourProducts .ourProductsInner .ourProductsTitle-mobile {
      display: block;
      margin-bottom: 28px;
      font-family: LatoBold;
      font-size: 17px;
      line-height: 20px;
      color: #228C0D; } }

@media screen and (max-width: 420px) {
  .mainPage .container, .calculator .container, .ourProducts .container {
    padding-left: 15px;
    padding-right: 15px; } }

.aboutCompany {
  width: 100%; }
  .aboutCompany .heroImg {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden; }
    .aboutCompany .heroImg > img {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .aboutCompany .companyAdvantages {
    width: 100%;
    padding: 44px 0 70px; }
    .aboutCompany .companyAdvantages .companyAdvantagesInner {
      width: 100%; }
      .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesHead {
        margin-bottom: 38px;
        font-family: LatoBold;
        font-size: 20px;
        line-height: 24px;
        color: #228C0D; }
      .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesBody {
        margin-bottom: 36px; }
        .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesBody .companyAdvantagesBodyTitle {
          margin-bottom: 15px;
          font-family: LatoRegular;
          display: flex;
          align-items: center;
          font-size: 17px;
          line-height: 20px;
          color: #121212; }
          .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesBody .companyAdvantagesBodyTitle > img {
            margin-right: 16px; }
        .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesBody .companyAdvantagesBodySubtitle {
          font-family: LatoRegular;
          font-size: 15px;
          line-height: 18px;
          color: #121212; }
        .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesBody:last-child {
          margin-bottom: 0; }
  .aboutCompany .workProcess {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 5px; }
    .aboutCompany .workProcess .workProcessImgWrapper {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 8px; }
      .aboutCompany .workProcess .workProcessImgWrapper .workProcessImg {
        width: max-content;
        max-width: 641px;
        margin: 8px;
        border-radius: 13px; }
        .aboutCompany .workProcess .workProcessImgWrapper .workProcessImg .workProcessImgItem {
          width: 100%;
          border-radius: 13px; }
  .aboutCompany .serviceQuality {
    width: 100%;
    background: #EDF6EC;
    padding: 28px 42px; }
    .aboutCompany .serviceQuality .serviceQualityInner {
      width: 100%; }
      .aboutCompany .serviceQuality .serviceQualityInner .serviceQualityTitle {
        text-align: center;
        font-family: LatoBold;
        font-size: 20px;
        line-height: 24px;
        color: #228C0D; }
      .aboutCompany .serviceQuality .serviceQualityInner .serviceCardWrapper {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .aboutCompany .serviceQuality .serviceQualityInner .serviceCardWrapper .serviceCardItem {
          width: 300px;
          margin: 40px 0 0; }
          .aboutCompany .serviceQuality .serviceQualityInner .serviceCardWrapper .serviceCardItem .serviceCardHead {
            width: 100%;
            display: flex;
            justify-content: center;
            padding-bottom: 10px;
            border-bottom: 4px solid rgba(34, 140, 13, 0.15);
            height: 68px; }
          .aboutCompany .serviceQuality .serviceQualityInner .serviceCardWrapper .serviceCardItem .serviceCardBody {
            width: 100%;
            padding-top: 19px; }
            .aboutCompany .serviceQuality .serviceQualityInner .serviceCardWrapper .serviceCardItem .serviceCardBody .serviceCardBodyTitle {
              margin-bottom: 9px;
              font-family: LatoBold;
              font-size: 17px;
              line-height: 20px;
              color: #121212; }
            .aboutCompany .serviceQuality .serviceQualityInner .serviceCardWrapper .serviceCardItem .serviceCardBody .serviceCardBodySubtitle {
              font-size: 15px;
              line-height: 20px;
              color: #121212; }
  .aboutCompany .certificates {
    width: 100%;
    padding: 40px 0 56px; }
    .aboutCompany .certificates .certificatesInner {
      width: 100%;
      position: relative; }
      .aboutCompany .certificates .certificatesInner .certificatesTitle {
        margin-bottom: 40px;
        font-family: LatoBold;
        font-size: 20px;
        line-height: 24px;
        color: #228C0D; }
      .aboutCompany .certificates .certificatesInner .certificatesItemWrapper {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        overflow: hidden; }
        .aboutCompany .certificates .certificatesInner .certificatesItemWrapper .swiper-container {
          position: initial; }
          .aboutCompany .certificates .certificatesInner .certificatesItemWrapper .swiper-container .swiper-wrapper .swiper-slide {
            cursor: pointer; }
          .aboutCompany .certificates .certificatesInner .certificatesItemWrapper .swiper-container .swiper-button-next, .aboutCompany .certificates .certificatesInner .certificatesItemWrapper .swiper-container .swiper-button-prev {
            visibility: hidden; }
          .aboutCompany .certificates .certificatesInner .certificatesItemWrapper .swiper-container .swiper-pagination-bullet {
            transition: .23s; }
          .aboutCompany .certificates .certificatesInner .certificatesItemWrapper .swiper-container .swiper-pagination-bullet-active {
            width: 20px;
            border-radius: 10px; }
        .aboutCompany .certificates .certificatesInner .certificatesItemWrapper .certificatesItem {
          width: 340px; }
          .aboutCompany .certificates .certificatesInner .certificatesItemWrapper .certificatesItem > img {
            width: 100%; }
      .aboutCompany .certificates .certificatesInner .certificatesItemWrapperManagement {
        width: 340px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .aboutCompany .certificates .certificatesInner .certificatesItemWrapperManagement .sliderArrowBgWith {
          z-index: 1000; }

@media screen and (max-width: 1109px) {
  .aboutCompany .workProcess .workProcessImgWrapper {
    width: 100%;
    justify-content: center;
    margin: 0; }
    .aboutCompany .workProcess .workProcessImgWrapper .workProcessImg {
      max-width: 45%;
      min-height: 150px; }
      .aboutCompany .workProcess .workProcessImgWrapper .workProcessImg .workProcessImgItem {
        height: 100%; } }

@media screen and (max-width: 992px) {
  .aboutCompany .heroImg > img {
    min-height: 100%;
    width: auto; }
  .aboutCompany .workProcess .workProcessImgWrapper {
    width: 100%;
    justify-content: center;
    margin: 0; }
    .aboutCompany .workProcess .workProcessImgWrapper .workProcessImg {
      max-width: 45%;
      min-height: 150px; }
      .aboutCompany .workProcess .workProcessImgWrapper .workProcessImg .workProcessImgItem {
        height: 100%; }
  .certificates .certificatesInner .certificatesItemWrapper .swiper-container:not(.gallery-thumbs) .swiper-wrapper .swiper-slide {
    visibility: hidden; }
    .certificates .certificatesInner .certificatesItemWrapper .swiper-container:not(.gallery-thumbs) .swiper-wrapper .swiper-slide .certificatesItem {
      width: auto; }
  .certificates .certificatesInner .certificatesItemWrapper .swiper-container:not(.gallery-thumbs) .swiper-wrapper .swiper-slide-active {
    visibility: visible; } }

@media screen and (max-width: 768px) {
  .aboutCompany .heroImg {
    height: 300px; }
  .aboutCompany .serviceQuality .serviceQualityInner .serviceCardWrapper {
    justify-content: center; }
    .aboutCompany .serviceQuality .serviceQualityInner .serviceCardWrapper .serviceCardItem {
      margin: 20px 0; } }

@media screen and (max-width: 480px) {
  .aboutCompany .heroImg {
    height: 200px; }
  .aboutCompany .companyAdvantages {
    padding: 20px 10px; }
    .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesHead {
      font-size: 18px; }
    .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesBody {
      margin-bottom: 15px; }
      .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesBody .companyAdvantagesBodyTitle {
        font-family: LatoBold;
        font-size: 16px;
        line-height: 17px; }
      .aboutCompany .companyAdvantages .companyAdvantagesInner .companyAdvantagesBody .companyAdvantagesBodySubtitle {
        font-size: 14px; }
  .aboutCompany .serviceQuality .serviceCardWrapper .serviceCardItem .serviceCardBody .serviceCardBodyTitle {
    font-size: 16px;
    line-height: 19px; }
  .aboutCompany .serviceQuality .serviceCardWrapper .serviceCardItem .serviceCardBody .serviceCardBodySubtitle {
    font-size: 14px;
    line-height: 16px; }
  .aboutCompany .certificates {
    padding: 20px 0 30px; }
    .aboutCompany .certificates .certificatesInner {
      padding: 10px; }
      .aboutCompany .certificates .certificatesInner .certificatesTitle {
        font-size: 17px;
        line-height: 20px; }
      .aboutCompany .certificates .certificatesInner .certificatesItemWrapperManagement {
        width: 100%; } }

.productsPage {
  width: 100%;
  padding: 43px 0 50px; }
  .productsPage .productsPageInner {
    width: 100%; }
    .productsPage .productsPageInner .productsPageTitle {
      margin-bottom: 15px;
      font-family: LatoBold;
      font-size: 24px;
      line-height: 29px;
      color: #228C0D; }
    .productsPage .productsPageInner .productsPageSubtitle {
      margin-bottom: 40px;
      font-size: 17px;
      line-height: 23px;
      color: #121212; }
  .productsPage .requestBlock .container {
    padding: 0; }

@media screen and (max-width: 480px) {
  .productsPage {
    padding: 20px 10px 30px; }
    .productsPage .productsPageInner .productsPageTitle {
      font-size: 20px;
      line-height: 24px; }
    .productsPage .productsPageInner .productsPageSubtitle {
      font-size: 14px;
      line-height: 21px; } }

.productItemPage {
  width: 100%;
  padding: 19px 0 50px; }
  .productItemPage .productItemPageInner {
    width: 100%; }
    .productItemPage .productItemPageInner .productsNav {
      font-size: 12px;
      line-height: 16px;
      color: #999999; }
      .productItemPage .productItemPageInner .productsNav .productsNavLink {
        font-size: 12px;
        line-height: 16px;
        color: #999999;
        transition: .23s; }
        .productItemPage .productItemPageInner .productsNav .productsNavLink:hover, .productItemPage .productItemPageInner .productsNav .productsNavLink.active {
          color: #121212; }
    .productItemPage .productItemPageInner .productItemTitle {
      margin: 30px 0;
      font-family: LatoBold;
      font-size: 24px;
      line-height: 29px;
      color: #228C0D; }
    .productItemPage .productItemPageInner .productItemInfo {
      width: 100%;
      display: flex;
      position: relative; }
      .productItemPage .productItemPageInner .productItemInfo .productItemImg {
        width: 340px;
        height: 340px;
        margin-right: 30px;
        border-radius: 20px;
        margin-bottom: 60px; }
        .productItemPage .productItemPageInner .productItemInfo .productItemImg .swiper-container {
          position: initial; }
          .productItemPage .productItemPageInner .productItemInfo .productItemImg .swiper-container .swiper-wrapper .swiper-slide {
            cursor: pointer; }
            .productItemPage .productItemPageInner .productItemInfo .productItemImg .swiper-container .swiper-wrapper .swiper-slide .productItemPageSliderContent {
              width: 100%;
              border-radius: 20px;
              height: 340px;
              overflow: hidden;
              position: relative; }
              .productItemPage .productItemPageInner .productItemInfo .productItemImg .swiper-container .swiper-wrapper .swiper-slide .productItemPageSliderContent > img {
                width: 100%;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
          .productItemPage .productItemPageInner .productItemInfo .productItemImg .swiper-container .swiper-pagination {
            z-index: 999;
            bottom: 0;
            font-family: OpenSansSemiBold;
            font-size: 13px;
            line-height: 18px;
            color: #121212;
            width: 340px; }
          .productItemPage .productItemPageInner .productItemInfo .productItemImg .swiper-container .swiper-button-next, .productItemPage .productItemPageInner .productItemInfo .productItemImg .swiper-container .swiper-button-prev {
            visibility: hidden; }
      .productItemPage .productItemPageInner .productItemInfo .productItemDescription {
        max-width: 710px;
        font-size: 15px;
        line-height: 20px;
        color: #121212; }
    .productItemPage .productItemPageInner .productItemImgSlider {
      margin-top: 15px;
      width: 340px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .productItemPage .productItemPageInner .productItemImgSlider .sliderArrowBgWith {
        z-index: 1000; }
        .productItemPage .productItemPageInner .productItemImgSlider .sliderArrowBgWith.disabled {
          cursor: context-menu; }
          .productItemPage .productItemPageInner .productItemImgSlider .sliderArrowBgWith.disabled > img {
            opacity: 0.5; }
          .productItemPage .productItemPageInner .productItemImgSlider .sliderArrowBgWith.disabled:hover {
            background: #ffffff; }
    .productItemPage .productItemPageInner .productOrderButton {
      margin-top: 25px; }
    .productItemPage .productItemPageInner .filesAboutProduct {
      margin-top: 35px;
      display: none; }
      .productItemPage .productItemPageInner .filesAboutProduct .filesAboutProductItem {
        margin-bottom: 16px;
        display: flex;
        align-items: center; }
        .productItemPage .productItemPageInner .filesAboutProduct .filesAboutProductItem .fileName {
          display: flex;
          align-items: center;
          font-size: 13px;
          line-height: 18px;
          color: #303030; }
          .productItemPage .productItemPageInner .filesAboutProduct .filesAboutProductItem .fileName > img {
            margin-right: 12px; }
        .productItemPage .productItemPageInner .filesAboutProduct .filesAboutProductItem .noBgButtonItem {
          margin-left: 20px; }
        .productItemPage .productItemPageInner .filesAboutProduct .filesAboutProductItem:last-child {
          margin-bottom: 0; }

.otherProducts {
  width: 100%;
  background: #EDF6EC;
  padding: 35px 0 40px; }
  .otherProducts .otherProductsInner {
    width: 100%; }
    .otherProducts .otherProductsInner .otherProductsTitle {
      margin-bottom: 35px;
      text-align: center;
      font-family: LatoBold;
      font-size: 20px;
      line-height: 24px;
      color: #228C0D; }

@media screen and (max-width: 992px) {
  .productItemPage .productItemPageInner .productItemTitle {
    margin: 20px 0; }
  .productItemPage .productItemPageInner .productItemInfo .productItemDescription {
    max-width: 50%; } }

@media screen and (max-width: 768px) {
  .productItemPage {
    padding: 20px 10px 30px; }
    .productItemPage .productItemPageInner {
      width: 100%; }
      .productItemPage .productItemPageInner .productItemInfo {
        flex-direction: column;
        align-items: center;
        width: 100%; }
        .productItemPage .productItemPageInner .productItemInfo .productItemImg {
          margin: 0;
          position: relative; }
          .productItemPage .productItemPageInner .productItemInfo .productItemImg .swiper-container .swiper-pagination {
            width: 100%;
            bottom: -60px; }
        .productItemPage .productItemPageInner .productItemInfo .productItemDescription {
          margin-top: 80px;
          max-width: 80%; }
      .productItemPage .productItemPageInner .productOrderButton {
        margin: 15px auto 0; } }

@media screen and (max-width: 580px) {
  .productItemPage .productItemPageInner .productItemInfo .productItemDescription {
    max-width: 100%; } }

@media screen and (max-width: 480px) {
  .filesAboutProduct {
    width: 100%; }
    .filesAboutProduct .filesAboutProductItem {
      width: 100%;
      justify-content: space-between; }
  .otherProducts .otherProductsInner .otherProductsTitle {
    font-size: 17px;
    line-height: 20px; } }

@media screen and (max-width: 370px) {
  .productItemPage .productItemPageInner .productItemInfo .productItemImg {
    width: 100%;
    height: 260px; }
    .productItemPage .productItemPageInner .productItemInfo .productItemImg .swiper-container .swiper-pagination {
      visibility: hidden; }
    .productItemPage .productItemPageInner .productItemInfo .productItemImg .productItemImgSlider {
      width: 100%; }
  .productItemPage .productItemPageInner .productItemInfo .productItemDescription {
    margin-top: 50%; } }

.services {
  width: 100%;
  padding: 43px 0 45px; }
  .services .servicesInner {
    width: 100%; }
    .services .servicesInner .servicesTitle {
      margin-bottom: 15px;
      font-family: LatoBold;
      font-size: 24px;
      line-height: 29px;
      color: #228C0D; }
    .services .servicesInner .servicesSubtitle {
      margin-bottom: 40px;
      font-size: 17px;
      line-height: 23px;
      color: #121212; }
    .services .servicesInner .serviceCardWrapper {
      width: 100%; }
      .services .servicesInner .serviceCardWrapper .serviceCard {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 30px;
        display: flex;
        border-bottom: 1px solid rgba(34, 140, 13, 0.2); }
        .services .servicesInner .serviceCardWrapper .serviceCard .serviceImg {
          width: 340px;
          height: 200px;
          border-radius: 20px;
          margin-right: 30px; }
          .services .servicesInner .serviceCardWrapper .serviceCard .serviceImg > img {
            width: 100%;
            height: 100%;
            border-radius: 20px; }
        .services .servicesInner .serviceCardWrapper .serviceCard .serviceDescription {
          max-width: 710px; }
          .services .servicesInner .serviceCardWrapper .serviceCard .serviceDescription .serviceDescriptionTitle {
            margin-bottom: 14px;
            font-family: LatoSemiBold;
            font-size: 17px;
            line-height: 20px;
            color: #121212; }
          .services .servicesInner .serviceCardWrapper .serviceCard .serviceDescription .serviceDescriptionSubtitle {
            margin-bottom: 25px;
            font-size: 15px;
            line-height: 20px;
            color: #121212; }
        .services .servicesInner .serviceCardWrapper .serviceCard:first-child {
          margin-top: 0; }
        .services .servicesInner .serviceCardWrapper .serviceCard:last-child {
          padding-bottom: 0;
          border-bottom: 0; }

@media screen and (max-width: 580px) {
  .services {
    padding: 20px 10px 30px; }
    .services .servicesInner .serviceCardWrapper {
      width: 100%; }
      .services .servicesInner .serviceCardWrapper .serviceCard {
        width: 100%;
        flex-direction: column;
        align-items: center; }
        .services .servicesInner .serviceCardWrapper .serviceCard .serviceImg {
          width: 50%;
          margin: auto; }
        .services .servicesInner .serviceCardWrapper .serviceCard .serviceDescription {
          text-align: center; }
          .services .servicesInner .serviceCardWrapper .serviceCard .serviceDescription .serviceDescriptionTitle {
            margin-top: 20px; }
          .services .servicesInner .serviceCardWrapper .serviceCard .serviceDescription .greenBgButtonItem {
            margin: auto; } }

@media screen and (max-width: 480px) {
  .services .servicesInner .servicesTitle {
    font-size: 18px;
    line-height: 20px; }
  .services .servicesInner .servicesSubtitle {
    font-size: 14px; }
  .services .servicesInner .serviceCardWrapper .serviceCard .serviceDescription .serviceDescriptionTitle {
    font-size: 16px;
    line-height: 19px; }
  .services .servicesInner .serviceCardWrapper .serviceCard .serviceDescription .serviceDescriptionSubtitle {
    font-size: 14px;
    line-height: 16px; } }

@media screen and (max-width: 370px) {
  .services .servicesInner .serviceCardWrapper .serviceCard .serviceImg {
    width: 70%; } }

.productionPage {
  width: 100%; }
  .productionPage .ourProduction {
    width: 100%;
    padding: 13px 0 15px; }
    .productionPage .ourProduction .ourProductionInner {
      width: 100%; }
      .productionPage .ourProduction .ourProductionInner .production .productionInner .aboutProd .rightSide > img {
        margin-top: 66px; }
  .productionPage .ourProducts {
    width: 100%;
    background: #EDF6EC;
    padding: 35px 0 45px; }
    .productionPage .ourProducts .ourProductsInner {
      width: 100%; }
      .productionPage .ourProducts .ourProductsInner .ourProductsTitle {
        text-align: center;
        margin-bottom: 35px;
        font-family: LatoBold;
        font-size: 20px;
        line-height: 24px;
        color: #228C0D; }

.contacts {
  width: 100%;
  padding: 43px 0 50px; }
  .contacts .contactsInner {
    width: 100%; }
    .contacts .contactsInner .contactsTitle {
      margin-bottom: 15px;
      font-family: LatoBold;
      font-size: 24px;
      line-height: 29px;
      color: #228C0D; }
    .contacts .contactsInner .contactsSubtitle {
      margin-bottom: 30px;
      font-size: 17px;
      line-height: 23px;
      color: #121212; }
    .contacts .contactsInner .contactsMap {
      width: 100%;
      height: 555px;
      position: relative; }
      .contacts .contactsInner .contactsMap .contactWrapper {
        position: absolute;
        width: max-content;
        top: 40px;
        left: 40px;
        padding: 35px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0px 2px 16px rgba(18, 18, 18, 0.15); }
        .contacts .contactsInner .contactsMap .contactWrapper .contactTitle {
          margin-bottom: 28px;
          font-family: OpenSansSemiBold;
          font-size: 16px;
          line-height: 22px;
          color: #121212; }
        .contacts .contactsInner .contactsMap .contactWrapper .footerContact .footerLogo {
          display: none; }
        .contacts .contactsInner .contactsMap .contactWrapper .footerContact .footerContactItem {
          margin-bottom: 16px;
          display: flex;
          align-items: center; }
          .contacts .contactsInner .contactsMap .contactWrapper .footerContact .footerContactItem:last-child {
            margin-bottom: 0; }
          .contacts .contactsInner .contactsMap .contactWrapper .footerContact .footerContactItem .contactItemIcon {
            width: 20px;
            height: 20px;
            margin-right: 10.6px; }
            .contacts .contactsInner .contactsMap .contactWrapper .footerContact .footerContactItem .contactItemIcon > path {
              fill: rgba(34, 140, 13, 0.6); }
          .contacts .contactsInner .contactsMap .contactWrapper .footerContact .footerContactItem .contactItemtext {
            font-size: 15px;
            line-height: 20px;
            color: rgba(18, 18, 18, 0.6); }
            .contacts .contactsInner .contactsMap .contactWrapper .footerContact .footerContactItem .contactItemtext > a {
              font-size: 15px;
              line-height: 20px;
              color: rgba(18, 18, 18, 0.6);
              transition: .23s; }
              .contacts .contactsInner .contactsMap .contactWrapper .footerContact .footerContactItem .contactItemtext > a:hover, .contacts .contactsInner .contactsMap .contactWrapper .footerContact .footerContactItem .contactItemtext > a.active {
                color: #121212; }

@media screen and (max-width: 992px) {
  .contacts .contactsInner .contactsMap .contactWrapper {
    display: none; } }

@media screen and (max-width: 480px) {
  .contacts {
    padding: 20px 10px 30px; }
    .contacts .contactsInner .contactsTitle {
      font-size: 19px; }
    .contacts .contactsInner .contactsSubtitle {
      font-size: 14px; }
    .contacts .contactsInner .contactsMap {
      height: 55vh; } }

.showError {
  padding: 94px 0px 0px 6px; }

.innerShowError {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 446px;
  margin: 0 auto;
  padding-top: 53px;
  min-height: 80vh; }

.innerShowError {
  text-align: center; }

.innerShowError img {
  width: 100%; }

.innerShowError p {
  text-align: center;
  width: 334px;
  margin: 23px 12.5560538% 38px 12.5560538%;
  font-family: LatoBold;
  font-size: 20px;
  line-height: 24px;
  color: #121212;
  opacity: 0.9; }

@media (max-width: 580px) {
  .innerShowError {
    width: 100%;
    padding-bottom: 30px; }
  .innerShowError img {
    width: 90%; }
  .innerShowError p {
    width: 290px;
    margin: 23px 0px 38px 0px;
    font-size: 18px; } }

article {
  width: 100%; }

.innerArticle {
  width: 100%;
  margin: 43px 0 80px; }

.innerArticle h1 {
  display: flex;
  flex-shrink: 1;
  font-family: LatoBold;
  font-size: 24px;
  line-height: 29px;
  color: #228C0D; }

.innerArticle ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 30px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px; }

.innerArticle ul li:first-child {
  margin-bottom: 25px; }

@media screen and (max-width: 480px) {
  .innerArticle {
    margin: 20px 0 30px; }
  .innerArticle ul {
    font-size: 14px; } }

@media screen and (max-width: 420px) {
  article {
    padding: 0 15px; } }

.techWorkHeader {
  width: 100%;
  opacity: 1;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0; }
  .techWorkHeader .techWorkHeaderInner {
    width: 100%;
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .techWorkHeader .techWorkHeaderInner .techHeaderContacts {
      display: flex;
      align-items: center; }
      .techWorkHeader .techWorkHeaderInner .techHeaderContacts a {
        margin-right: 20px;
        font-family: OpenSansSemiBold;
        font-size: 13px;
        line-height: 18px;
        color: #fff;
        vertical-align: top;
        transition: .23s; }
        .techWorkHeader .techWorkHeaderInner .techHeaderContacts a:hover {
          color: #C4D1D5; }
        .techWorkHeader .techWorkHeaderInner .techHeaderContacts a.active {
          color: #C4D1D5; }
        .techWorkHeader .techWorkHeaderInner .techHeaderContacts a:last-child {
          margin-right: 0; }

.techWorkBody {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../assets/img/tech-work-bg.jpg) no-repeat center center;
  background-size: 100%; }
  .techWorkBody .techWorkBodyInner {
    max-width: 710px;
    width: 100%;
    height: 320px;
    background: rgba(17, 17, 17, 0.5);
    border-radius: 20px;
    color: #fff;
    padding: 45px 45px 49px;
    text-align: center; }
    .techWorkBody .techWorkBodyInner .techWorkBodyTitle {
      margin-bottom: 25px;
      font-family: LatoBold;
      font-size: 20px;
      line-height: 24px; }
    .techWorkBody .techWorkBodyInner .techWorkBodySubtitle {
      margin-bottom: 29px;
      font-family: LatoRegular;
      font-size: 20px;
      line-height: 24px; }
    .techWorkBody .techWorkBodyInner .contact {
      text-align: left;
      width: max-content;
      margin: 0 auto; }
      .techWorkBody .techWorkBodyInner .contact .contactCall, .techWorkBody .techWorkBodyInner .contact .contactMail, .techWorkBody .techWorkBodyInner .contact .contactAddress {
        margin-bottom: 12px; }
        .techWorkBody .techWorkBodyInner .contact .contactCall > img, .techWorkBody .techWorkBodyInner .contact .contactMail > img, .techWorkBody .techWorkBodyInner .contact .contactAddress > img {
          margin-right: 15px; }
      .techWorkBody .techWorkBodyInner .contact .contactCall > span {
        margin-left: -3px;
        font-size: 18px; }
      .techWorkBody .techWorkBodyInner .contact .contactAddress > span {
        font-family: OpenSansSemiBold;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF; }
      .techWorkBody .techWorkBodyInner .contact a {
        font-family: OpenSansSemiBold;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF;
        transition: .23s; }
        .techWorkBody .techWorkBodyInner .contact a:hover, .techWorkBody .techWorkBodyInner .contact a.active {
          color: #C4D1D5; }

@media screen and (max-width: 992px) {
  .techWorkBody {
    background-size: cover; } }

@media screen and (max-width: 580px) {
  .techWorkHeader .techWorkHeaderInner {
    flex-direction: column;
    justify-content: center; }
    .techWorkHeader .techWorkHeaderInner .logo {
      margin-bottom: 10px; }
  .techWorkBody .techWorkBodyInner {
    margin-top: 20px;
    padding: 15px; } }

@media screen and (max-width: 420px) {
  .container {
    padding: 0; }
  .techWorkHeader .techWorkHeaderInner .techHeaderContacts {
    display: none; }
  .techWorkBody .techWorkBodyInner {
    height: max-content;
    padding: 20px 10px; }
    .techWorkBody .techWorkBodyInner .techWorkBodyTitle {
      font-size: 20px;
      line-height: 28px; }
    .techWorkBody .techWorkBodyInner .techWorkBodySubtitle {
      font-size: 15px;
      line-height: 17px; }
    .techWorkBody .techWorkBodyInner .contact .contactCall, .techWorkBody .techWorkBodyInner .contact .contactMail, .techWorkBody .techWorkBodyInner .contact .contactAddress {
      max-width: 100%; }
      .techWorkBody .techWorkBodyInner .contact .contactCall > img, .techWorkBody .techWorkBodyInner .contact .contactMail > img, .techWorkBody .techWorkBodyInner .contact .contactAddress > img {
        display: none; }
    .techWorkBody .techWorkBodyInner .contact a {
      font-size: 14px; }
    .techWorkBody .techWorkBodyInner .contact .contactAddress {
      font-size: 14px; } }

.burgerPopup {
  padding: 45px 61px 45px 45px; }
  .burgerPopup .burgerPopupImg {
    width: max-content;
    position: absolute;
    bottom: 0;
    left: 0; }
  .burgerPopup .burgerPopupWrapper {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .burgerPopup .burgerPopupWrapper .burgerPopupContacts .popupLogo {
      max-width: 155px;
      margin-bottom: 25.6px;
      display: block; }
      .burgerPopup .burgerPopupWrapper .burgerPopupContacts .popupLogo > img {
        width: 100%; }
    .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact {
      margin-bottom: 13px; }
      .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact .footerLogo {
        display: none; }
      .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact .footerContactItem {
        display: none; }
      .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact .contactPhone {
        display: block; }
        .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact .contactPhone .contactItemIcon {
          display: none; }
        .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact .contactPhone .contactItemtext {
          display: flex;
          flex-direction: column; }
          .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact .contactPhone .contactItemtext > span {
            display: none; }
          .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact .contactPhone .contactItemtext > a {
            margin-bottom: 13px; }
      .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact .contactEmail {
        display: block; }
        .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact .contactEmail .contactItemIcon {
          display: none; }
      .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact a {
        font-family: OpenSansSemiBold;
        font-size: 15px;
        line-height: 20px;
        color: #228C0D;
        transition: .23s; }
        .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact a:hover, .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact a.active {
          opacity: 0.6; }
    .burgerPopup .burgerPopupWrapper .burgerPopupNav {
      width: 261px; }
      .burgerPopup .burgerPopupWrapper .burgerPopupNav .popupNavList .popupNavListItem {
        padding: 18px 0;
        border-bottom: 1px solid #228C0D; }
        .burgerPopup .burgerPopupWrapper .burgerPopupNav .popupNavList .popupNavListItem.footerItem {
          display: none; }
        .burgerPopup .burgerPopupWrapper .burgerPopupNav .popupNavList .popupNavListItem > .footerItem {
          display: none; }
        .burgerPopup .burgerPopupWrapper .burgerPopupNav .popupNavList .popupNavListItem:first-child {
          padding-top: 0; }
        .burgerPopup .burgerPopupWrapper .burgerPopupNav .popupNavList .popupNavListItem .popupNavLink {
          font-family: OpenSansSemiBold;
          font-size: 20px;
          line-height: 27px;
          color: #228C0D;
          transition: .23s; }
          .burgerPopup .burgerPopupWrapper .burgerPopupNav .popupNavList .popupNavListItem .popupNavLink > .arrow {
            display: none; }
          .burgerPopup .burgerPopupWrapper .burgerPopupNav .popupNavList .popupNavListItem .popupNavLink:hover, .burgerPopup .burgerPopupWrapper .burgerPopupNav .popupNavList .popupNavListItem .popupNavLink.active {
            opacity: 0.6; }
        .burgerPopup .burgerPopupWrapper .burgerPopupNav .popupNavList .popupNavListItem:last-child {
          padding-bottom: 0;
          border-bottom: 0; }

@media screen and (max-width: 630px) {
  .popup .burgerPopup {
    min-width: 0;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    .popup .burgerPopup .burgerPopupImg {
      display: none; }
    .popup .burgerPopup .burgerPopupWrapper {
      flex-direction: column;
      align-items: center; }
      .popup .burgerPopup .burgerPopupWrapper .burgerPopupContacts .popupLogo {
        width: 180px;
        text-align: center;
        margin-bottom: 35px; }
        .popup .burgerPopup .burgerPopupWrapper .burgerPopupContacts .popupLogo > img {
          width: 100%; }
      .popup .burgerPopup .burgerPopupWrapper .burgerPopupContacts .footerContact {
        display: none; }
      .popup .burgerPopup .burgerPopupWrapper .burgerPopupNav {
        width: 100%;
        text-align: center; } }

.popup .orderSucces {
  padding: 45px 71px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .popup .orderSucces .orderSuccessTitle {
    margin-bottom: 18px;
    font-family: OpenSansSemiBold;
    font-size: 20px;
    line-height: 27px;
    color: #228C0D; }
  .popup .orderSucces .orderSuccessSubtitle {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 20px;
    color: #121212; }
  .popup .orderSucces .orderSuccessImg {
    margin-bottom: 40px; }

@media screen and (max-width: 1110px) {
  .popup .orderSucces {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: max-content; }
    .popup .orderSucces .orderSuccessImg {
      display: none; } }

@media screen and (max-width: 630px) {
  .popup .orderSucces {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center; } }

.popup .popSlider {
  width: 95vh;
  max-width: 1080px;
  height: 95vh;
  max-height: 1080px;
  padding: 50px 100px;
  position: reletive;
  background: #F4F7F6; }
  .popup .popSlider .swiper-button-next, .popup .popSlider .swiper-button-prev {
    visibility: visible !important; }
  .popup .popSlider .gallery-top {
    position: initial; }
    .popup .popSlider .gallery-top .swiper-wrapper .swiper-slide .sliderContent {
      width: 100%;
      display: flex;
      position: relative;
      align-items: center;
      max-width: 100%;
      background: #F4F7F6;
      justify-content: center;
      height: 100%; }
      .popup .popSlider .gallery-top .swiper-wrapper .swiper-slide .sliderContent > img {
        max-width: 100%;
        max-height: 100%; }
    .popup .popSlider .gallery-top .swiper-wrapper .swiper-slide-active {
      display: flex;
      justify-content: center; }
    .popup .popSlider .gallery-top .swiper-button-prev,
    .popup .popSlider .gallery-top .swiper-button-next {
      background-color: #FFFFFF;
      width: 44px;
      height: 44px;
      border-radius: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      box-shadow: 0px 2px 8px rgba(18, 18, 18, 0.15);
      transition: .23s; }
      .popup .popSlider .gallery-top .swiper-button-prev:hover,
      .popup .popSlider .gallery-top .swiper-button-next:hover {
        background-color: #F3F3F3; }
    .popup .popSlider .gallery-top .swiper-button-prev::after,
    .popup .popSlider .gallery-top .swiper-button-next::after {
      display: none; }
    .popup .popSlider .gallery-top .swiper-button-prev {
      background-image: url("../assets/icon/slider-arrow-with-bg-green-icon-left.svg");
      left: 50px; }
    .popup .popSlider .gallery-top .swiper-button-next {
      background-image: url("../assets/icon/slider-arrow-with-bg-green-icon-right.svg");
      right: 50px; }
    .popup .popSlider .gallery-top .swiper-pagination {
      width: max-content !important;
      bottom: 35px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      font-family: OpenSansSemiBold !important;
      font-size: 15px !important;
      line-height: 20px;
      color: #121212; }
  .popup .popSlider .gallery-thumbs {
    position: initial; }
    .popup .popSlider .gallery-thumbs .swiper-wrapper .swiper-slide {
      text-align: center; }
      .popup .popSlider .gallery-thumbs .swiper-wrapper .swiper-slide > img {
        padding-bottom: 15px;
        height: 100%; }
    .popup .popSlider .gallery-thumbs .swiper-wrapper .swiper-slide-active {
      border-bottom: 1px solid rgba #228C0D, 0.1; }
    .popup .popSlider .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
      border-bottom: 1px solid #228C0D; }
      .popup .popSlider .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active > img {
        padding-bottom: 13px; }
    .popup .popSlider .gallery-thumbs .swiper-button-prev,
    .popup .popSlider .gallery-thumbs .swiper-button-next {
      width: 25px;
      height: 14px;
      background-position: center;
      background-repeat: no-repeat; }
    .popup .popSlider .gallery-thumbs .swiper-button-prev::after,
    .popup .popSlider .gallery-thumbs .swiper-button-next::after {
      display: none; }
    .popup .popSlider .gallery-thumbs .swiper-button-prev {
      background: url(../assets/icon/long-arrow-right.svg) center center no-repeat;
      transform: rotate(180deg);
      left: 50px;
      top: 80vh; }
    .popup .popSlider .gallery-thumbs .swiper-button-next {
      background: url(../assets/icon/long-arrow-right.svg) center center no-repeat;
      right: 50px;
      top: 80vh; }

@media screen and (max-width: 768px) {
  .popup .popSlider .gallery-thumbs {
    display: none; } }

@media screen and (max-width: 680px) {
  .popup .popSlider {
    min-width: 0;
    width: 100%; } }

@media screen and (max-width: 580px) {
  .popup .popSlider {
    padding: 60px 15px 10px; }
    .popup .popSlider .gallery-top {
      width: 100%; }
      .popup .popSlider .gallery-top .swiper-button-prev {
        display: none !important; }
      .popup .popSlider .gallery-top .swiper-button-next {
        display: none !important; } }

/*Font Family*/
@font-face {
  font-family: LatoLight;
  src: url(../../assets/fonts/Lato-Light.ttf); }

@font-face {
  font-family: LatoMedium;
  src: url(../../assets/fonts/Lato-Medium.ttf); }

@font-face {
  font-family: LatoRegular;
  src: url(../../assets/fonts/Lato-Regular.ttf); }

@font-face {
  font-family: LatoSemiBold;
  src: url(../../assets/fonts/Lato-Semibold.ttf); }

@font-face {
  font-family: LatoBold;
  src: url(../../assets/fonts/Lato-Bold.ttf); }

@font-face {
  font-family: LatoBlack;
  src: url(../../assets/fonts/Lato-Black.ttf); }

@font-face {
  font-family: OpenSansLigh;
  src: url(../../assets/fonts/OpenSans-Light.ttf); }

@font-face {
  font-family: OpenSansRegular;
  src: url(../../assets/fonts/OpenSans-Regular.ttf); }

@font-face {
  font-family: OpenSansSemiBold;
  src: url(../../assets/fonts/OpenSans-SemiBold.ttf); }

@font-face {
  font-family: OpenSansBold;
  src: url(../../assets/fonts/OpenSans-Bold.ttf); }

* {
  font-family: OpenSansRegular; }

body {
  font-family: OpenSansRegular; }
