

/* Start:/local/templates/kimaflex/assets/css/skeleton.css?17264870177731*/
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.column                    { width: 4.66666666667%; }
  .two.column                    { width: 13.3333333333%; }
  .three.column                  { width: 22%;            }
  .four.column                   { width: 30.6666666667%; }
  .five.column                   { width: 39.3333333333%; }
  .six.column                   { width: 50%;            }
  .seven.column                  { width: 56.6666666667%; }
  .eight.column                  { width: 65.3333333333%; }
  .nine.column                   { width: 74.0%;          }
  .ten.column                    { width: 82.6666666667%; }
  .eleven.column                 { width: 91.3333333333%; }
  .twelve.column                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*a {*/
/*  color: #1EAEDB; }*/
/*a:hover {*/
/*  color: #0FA0CE; }*/

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #E1E1E1; }



/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */




/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* End */


/* Start:/local/templates/kimaflex/assets/css/normalize.css?17264870177797*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
/* End */


/* Start:/local/templates/kimaflex/assets/css/main.css?172786411954581*/
html, body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative;
    overflow-x: hidden;
}

html.with-fancybox {
    overflow: hidden !important;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    margin: 0;
}

a:visited {
    color: initial;
}

a {
    text-decoration: none;
}

a:-webkit-any-link {
    color: rgb(22, 22, 22);
}

.container {
    width: 100%;
}

.nav-ul__li {
    padding-left: 40px;
    border-left: 1px solid rgb(217, 217, 217);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.nav-ul__li:hover a {
    text-decoration: underline;
}

.nav-ul__li a {
    color: rgb(72, 124, 53);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.5s;
}

.nav-ul__li svg {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.header_info__li {
    transition: all 0.5s;
}

.header_info__li:hover {
    scale: 1.1;
}

.nav-ul__li:hover svg {
    transform: rotate(0);
}

.header__button:hover {
    scale: 1.1;
}

.header__button {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 0;
    background: rgb(72, 124, 53);
    width: 180px;
    height: 56px;
    text-align: center;
    border: transparent;
    transition: all 0.5s;
}

.page__nav .nav__ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 17px 40px 17px 40px;
    border-radius: 40px;
    gap: 40px;
    background: rgb(242, 242, 242);
}

.header__info .header_info__ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 17px 40px 17px 40px;
    border-radius: 40px;
    background: rgb(242, 242, 242);
    gap: 40px;
}

.header__info .header_info__ul svg {
    display: flex;
    flex-wrap: wrap;
}

.page__header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 16px 0;
    gap: 30px;
    position: relative;
}

.page-header__row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 60px;
    align-items: center;
}

.nav__ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

.page-main__banner {
    padding: 0 21px 0 21px;
    position: relative;
}

.page-main__banner video {
    border-radius: 40px;
    object-fit: cover;
    width: 100%;
    max-height: 705px;
}

.main-banner__bg {
    position: relative;
}

.main-banner__bg::before {
    content: '';
    position: absolute;
    border-radius: 40px;
    max-height: 905px;
    width: 100%;
    height: 100%;
    background: linear-gradient(253.21deg, rgba(0, 0, 0, 0.08) 22.26%, rgba(0, 0, 0, 0.4) 60.18%);
}

.main-banner__text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    margin-bottom: 54px;
}

.main-banner__text .right {
    display: flex;
    justify-content: flex-end;
}

.page-main__medium-text {
    color: rgb(255, 255, 255);
    opacity: 0.8;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(217, 217, 217, 0.6);
    width: max-content;
    margin-left: 15px;
}

.page-main__medium-text.__top {
    padding-top: 17px;
    padding-bottom: 0;
    border-top: 1px solid rgb(217, 217, 217, 0.6);
    border-bottom: unset;
    z-index: 99;
    max-width: 700px;
}

.swiper-about .swiper-slide {
    background: #000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.swiper-about .swiper-slide img {
    opacity: 0.7;
}

.page-main__large-text {
    color: rgb(255, 255, 255);
    font-size: 345px;
    font-weight: 500;
    line-height: 404px;
    letter-spacing: 0;
    z-index: 99;
    opacity: 1;
}

.page-section__promo {
    background-image: url("/local/templates/kimaflex/assets/images/promo_bg.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    padding-bottom: 82px;
    padding-top: 40px;
}


.section_promo__head {
    font-size: 100px;
    font-weight: 500;
    line-height: 117px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.promo-head__left {
    color: rgb(22, 22, 22);
}

.promo-head__separator {
    text-align: center;
    position: relative;
    left: 10px;
}

.promo-head__right {
    text-align: right;
}

.control_indicator.error {
    border: 1px solid red;
}

.footer__logo {
    width: 66px;
}

td {
    padding: 10px;
}

tr {
    vertical-align: baseline;
}

[data-child='tech'] a {
    cursor: default;
    text-decoration: none !important;
}

.promo-head__right, .promo-head__separator {
    color: rgb(72, 124, 53);
    max-height: 71px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
}

.section_promo__body {
    display: flex;
    justify-content: space-between;
    position: relative;
    /*flex-wrap: wrap;*/
}

.section_promo__item {
    gap: 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
}

.swiper-button-disabled circle {
    fill-opacity: 0.2;
}

.swiper-button-disabled path {
    stroke-opacity: 0.4;
}

.section_promo-item__text {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section_promo-item__slider {
    max-width: 700px;
    width: 100%;
}

.slick-dots {
    display: flex;
    flex-direction: row;
}

.section_promo-item__slider img {
    width: 100%;
}

.section_promo__left {
    margin-top: 92px;
}


.section_promo__left .section_promo-item__text {
    max-width: 698px;
}

.section_promo__right {
    position: relative;
    top: -150px;
    z-index: 1;
}

.promo-head__right {
    font-weight: 700;
    font-size: 100px;
}

.section_promo__right .section_promo__item {
    align-items: flex-end;
}

.section_promo__right .section_promo-item__text {
    max-width: 520px;
}

.slick-slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.slick-slider-dots ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slick-slider-dots ul li {
    margin: 0 4px;
}

.slick-slider-dots ul li button {
    background: rgb(233, 247, 229);
    height: 8px;
    width: 8px;
    overflow: hidden;
    border: none;
    padding: 0;
    border-radius: 4px;
    font-size: 0;
}

.slick-slider-dots ul li.slick-active button {
    background: rgb(72, 124, 53);
    color: rgb(72, 124, 53);
}

.slick-slider {
    border-radius: 20px;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
    user-select: none;
}

.swiper-slide {
    text-align: center;
    display: flex;
    overflow: hidden;
    gap: 20px;
    flex-direction: column;
    border-radius: 20px;
}

.swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: cover;
    max-height: 705px;
    /*border-radius: 20px;*/
}

.page-section__catalog-photo .swiper-slide img {
    max-height: 345px;
}

.page-section__technology {
    background: rgb(242, 242, 242);
    padding-top: 40px;
}
.main-page-swiper img {
    border-radius: 20px;
}
.main-page-swiper {
    overflow: visible;
}

.main-page-swiper .about-tech__text {
    text-align: left;
}

.section-technology__head, .section-benefits__title {
    margin-bottom: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-section__technology .container, .page-section__benefits .container {
    display: flex;
    flex-direction: column;
}

.section-technology__title, .page-section__benefits {
    color: rgb(22, 22, 22);
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0;
    text-align: left;
}

.swiper-scrollbar {
    background: rgb(217, 217, 217);
    border-radius: 2px;
}

.swiper-scrollbar-drag {
    background: rgb(72, 124, 53);
    border-radius: 2px;
    cursor: pointer;
}

.page-section__our-devices .swiper-scrollbar-drag {
    background: rgb(255, 255, 255);
    cursor: pointer;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 6px;
    left: 0;
    width: 100%;
    bottom: -40px;
}

.main-page-swiper__text {
    color: rgb(22, 22, 22);
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
}

.page-section__benefits {
    background-image: url("/local/templates/kimaflex/assets/images/benefits_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    padding-top: 120px;
}

.section-benefits__content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.section-benefits__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.section-benefits__items .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}

.section-benefits__items .row:after {
    content: unset;
}

.section-benefits__items .column {
    border-radius: 20px;
    background: rgb(242, 242, 242);
    padding: 20px 20px 20px 20px;
    margin: 0;
    position: relative;
    min-height: 210px;
    overflow: hidden;
}

.section-benefits__items .one-half {
    max-width: 340px;
}

.section-benefits__items .column svg {
    position: absolute
}

.section-benefits__items .column:nth-child(1) svg {
    right: -24.43px;
    top: 54px;
    bottom: -14.33px;
}

.section-benefits__items .column:nth-child(2) svg {
    right: -9.44px;
    top: 61px;
    bottom: 16.72px;
}

.section-benefits__items .column:nth-child(3) svg {
    right: -25.36px;
    top: 28px;
    bottom: -19.55px;
}

.section-benefits__items .column.one-half svg {
    right: 24px;
    top: 90px;
    bottom: 5.89px;
}

.section-benefits__items .column.one-third .section-benefits__text {
    max-width: 256px;
}

.section-benefits__items .column.one-half .section-benefits__text {
    max-width: 300px;
}

.section-benefits__items .column.two-thirds .section-benefits__text {
    max-width: 500px;
}

.section-benefits__items .column.two-thirds svg {
    right: 1.61px;
    top: 61px;
    bottom: 2.69px;
}

.section-benefits__text {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    transition: all 0.5s;
}

.footer {
    padding: 40px 0 40px 0;
    background: rgb(242, 242, 242);
}

.page__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer__block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.page__footer .footer__block:nth-child(2) {
    gap: 110px;
}

.footer-column {
    width: auto;
    display: flex;
    flex-direction: column;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__menu li, .footer__menu li a {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
}

.footer__dev-note {
    color: rgb(22, 22, 22);
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -2%;
}

.footer__dev-note span {
    text-decoration: underline;
}

.footer__copyright {
    color: rgb(22, 22, 22);
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -2%;
}

.footer__menu .footer-menu__link a {
    color: rgb(72, 124, 53);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
}

.page-section__how-we-work {
    margin-top: 20px;
}

.how-we-work__content {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.section_how-we-work-item__slider {
    width: 100%;
    max-width: 700px;
}

.how-we-work__slider {
    position: relative;
    width: 100%;
}

.how-we-work__list {
    border-radius: 20px;
    background: rgb(242, 242, 242);
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.how-we-work__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 60%;
}

.how-we-work__head {
    color: rgb(22, 22, 22);
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0;
    text-align: center;
}

.how-we-work__item {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(72, 124, 53, 0.55);
    display: flex;
    gap: 40px;
    align-items: center;
}

.how-we-work__items .how-we-work__item:last-child {
    border-bottom: unset;
}

.how-we-work__item span:first-child {
    color: rgba(72, 124, 53, 0.7);
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
}

.how-we-work__item span:nth-child(2) {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
}

.page-section__feedback {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-section__feedback .container {
    border-radius: 20px;
    background: rgb(72, 124, 53);
    padding: 60px 46.7px 60px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-section__feedback form {
    width: 100%;
    max-width: 524px;
    display: flex;
}

.feedback__form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.feedback-form__head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feedback-form__title {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.feedback-form__description {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.feedback-form__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.form-row input {
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    border-radius: 10px;
    background: rgb(106, 148, 91);
    padding: 18px 20px 18px 20px;
    outline: unset;
    border: transparent;
    box-sizing: border-box;
}

.form-row input[type=checkbox] {
    width: auto;
}

.feedback-form__footer input[type="submit"] {
    border-radius: 40px;
    border: transparent;
    background: rgb(255, 255, 255);
    color: rgb(72, 124, 53);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    height: 56px;
    width: 209px;
    transition: all 0.5s;
}

.feedback-form__footer input[type="submit"]:hover {
    scale: 1.1;
}

::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgb(255, 255, 255);
}

.form-row textarea {
    width: 100%;
    height: 183px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    border-radius: 10px;
    background: rgb(106, 148, 91);
    padding: 18px 20px 18px 20px;
    outline: unset;
    border: transparent;
    resize: unset;
    box-sizing: border-box;
}

.iti__selected-dial-code {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
}

.iti__search-input {
    display: none;
}

.iti__country-list {
    overflow: auto !important;
}

.iti {
    width: 100%;
}

.feedback-form__body label {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
}

#success-popup, #contact-form {
    border-radius: 20px;
    background: rgb(72, 124, 53);
    display: none;
    width: 985px;
    height: 696px;
    align-items: center;
    justify-content: center;
}

#contact-form .callback {
    width: 70%;
    text-align: center;
}

.success-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.success-title {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0;
    text-align: center;
}

.success-description {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}

#success-popup .f-button.is-close-btn, #contact-form .f-button.is-close-btn {
    top: 30px !important;
    right: 30px !important;
}

.feedback-form__body label {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
}

.feedback-form__body label a {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
    text-decoration: underline;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: rgba(185, 205, 179, 0.3);
    border: 0 solid #000000;
    border-radius: 4px;
}


.control input:checked ~ .control_indicator {
    background: #b9cdb3;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.page-header__dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    top: 88px;
    transition: all 0.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: 9999;
    border-radius: 40px;
    background: rgb(242, 242, 242);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.page-header__dropdown.active {
    opacity: 1;
    height: auto;
    padding: 40px 0 30px 0;
}

.page-header__dropdown .dropdown__ul {
    display: none;
}

.page-header__dropdown.active .dropdown__ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dropdown__li a {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
}

.dropdown__li.active a {
    color: rgb(72, 124, 53);
    text-decoration-line: underline !important;
}

.dropdown__images img {
    width: 100%;
    display: flex;
    max-width: 700px;
    transition: all 0.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    border-radius: 40px;
}

.dropdown__images img.active {
    opacity: 1;
    height: auto;
}

.section-technology__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.swiper-arrows {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.swiper-arrows div {
    position: initial;
    box-sizing: border-box;
    border: 1px solid rgb(72, 124, 53);
    background: rgb(72, 124, 53);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: inherit;
    height: 24px;
}

.swiper-button-next:hover svg path, .swiper-button-prev:hover svg path {
    stroke: rgb(72, 124, 53);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: white;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.section-benefits__items .column {
    transition: all 0.5s;
}

.section-benefits__items .column:hover {
    background: rgb(72, 124, 53);
}

.section-benefits__items .column:hover .section-benefits__text {
    color: white;
}

.section-benefits__items path {
    transition: all 0.5s;
}

.mobile {
    display: none;
}

.swiper-about {
    max-height: 705px;
}

.swiper-about .page-main__large-text {
    color: rgb(255, 255, 255);
    font-size: 176px;
    font-weight: 500;
    line-height: 170px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: initial;
}

.swiper-about .page-main__medium-text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-top: 1px solid rgb(217, 217, 217, 0.6);
    border-bottom: unset;
    padding-top: 20px;
    padding-bottom: 0;
    max-width: 654px;
    width: 100%;
    text-align: center;
}

.main-banner__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    margin-bottom: 54px;

}

.swiper-container .swiper-slide {
    align-items: center;
    justify-content: flex-end;
}
.swiper-about img {
    width: 100%;
}
.swiper-about .swiper-navigation {
    position: absolute;
    z-index: 97;
    cursor: pointer;
    top: 46%;
    width: 100%;
}

.swiper-about .swiper-navigation .swiper-prev {
    position: absolute;
    left: 12%;
}

.swiper-about .swiper-navigation .swiper-next {
    position: absolute;
    right: 14%;
}

.page-section__about {
    padding: 96px 0 100px 0;
}

.page-section__about .section_promo__left {
    margin: 0;
}

.page-section__about .section_promo__right {
    display: flex;
    position: initial;
}

.page-section__about .section_promo__right .section_promo__item {
    gap: 40px;
}

.slider-js {
    width: 100%;
    max-width: 700px;
}

.page-section__photogallery {
    background: rgb(255, 255, 255);
    padding: 75px 0 100px 0;
}

.page-section__our-devices {
    background: rgb(72, 124, 53);
    padding: 61px 0 124px 0;
}

.page-section__our-devices .section-technology__title {
    color: rgb(255, 255, 255);
}

.page-section__our-devices .swiper-slide {
    border-radius: 20px;
    background: rgb(255, 255, 255);

}

.about-tech [data-fancybox="gallery"] {
    margin: 15px;
}

.about-tech .about-tech__text {
    padding: 0 15px 15px 15px;
}

[data-fancybox="gallery"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

[data-fancybox="gallery"]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.6);
}
[data-fancybox="gallery"]:after {
    background: white;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    left: 0;
    opacity: 1;
    transition: all 0.5s;
    z-index: -1;
}
.swiper-slide:hover [data-fancybox="gallery"]:before {
    opacity: 1;

}
.about-tech .swiper-slide img {
    width: 100%;
    border-radius: 20px;
}
.zoom-in {
    opacity: 0;
    position: absolute;
    transition: all 0.5s;
    width: 84px !important;
    height: 84px !important;
}

.swiper-slide:hover .zoom-in {
    opacity: 1;
}

.page-section__our-devices .swiper-arrows svg path {
    stroke: rgb(72, 124, 53);
}

.page-section__our-devices .swiper-arrows div {
    border: 1px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.page-section__our-devices .swiper-scrollbar {
    background: rgb(181, 181, 181);
}

.page-section__our-devices .swiper-scrollbar-drag {
    background: rgb(255, 255, 255);
}

.page-section__our-devices .about-tech {
    overflow: visible;
}

.page-section__photogallery .about-gallery {
    overflow: visible;
}

.about-tech__text {
    color: rgb(22, 22, 22) !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    min-height: 52px;
}

.page-section__why-we {
    background: url("/local/templates/kimaflex/assets/images/why-we-bg.png");
    padding: 67px 0 67px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-section__why-we .one-third.column {
    width: 58.666667%;
    max-width: 520px;
}

.page-section__why-we .column {
    border-radius: 20px;
    background: rgb(255, 255, 255);
}

.page-section__why-we .section-benefits__text {
    position: relative;
    z-index: 1;
}

.page-section__why-we .column.two-thirds .section-benefits__text {
    max-width: 589px;
}


.page-section__why-we .column.one-third .section-benefits__text {
    max-width: 363px;
    position: relative;
    z-index: 1;
}

.page-section__why-we .section-benefits__items .column:nth-child(1) svg {
    left: 0;
    top: 30px;
    z-index: 0;
}

.page-section__why-we .section-benefits__items .column:nth-child(2) svg {
    top: 23px !important;
    left: 0;
    z-index: 0;
    width: 101%;
}

.page-section__why-we .section-benefits__items .column.two-thirds svg {
    top: 0;
    width: 101%;
}

.page-section__why-we .section-technology__title {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0;
    text-align: center;
}

.page-section__why-we .column {
    display: flex;
    flex-direction: column;
}

.page-section__why-we .section-benefits__number {
    background: linear-gradient(180.00deg, rgb(72, 124, 53), rgba(72, 124, 53, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 120px;
    font-weight: 500;
    line-height: 141px;
    letter-spacing: 0;
    text-align: left;
    position: absolute;
    right: 0;
    bottom: -10px;
    transition: all 0.5s;
}

.page-section__why-we .column:hover .section-benefits__number {
    background: linear-gradient(180.00deg, rgb(255, 255, 255), rgba(72, 124, 53, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.accord-text {
    color: rgb(22, 22, 22);
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0 115px 0 116px;
}

.page-vacancies__text {
    padding: 40px 0 100px 0;
}

.accord {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.accord .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.vacancy-description {
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vacancy-title {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.vacancy-description {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.vacancy {
    border-radius: 10px;
    background: rgb(242, 242, 242);
    padding: 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-out;
}

.vacancy ul {
    padding-left: 28px;
}

.vacancy ul li {
    list-style: disc;
}

.vacancy-head {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.vacancy svg {
    transition: all 0.5s;
}

.vacancy.open svg {
    transform: rotate(180deg);
}

.vacancy.open svg circle {
    fill: rgb(72, 124, 53);
}

.vacancy.open svg path {
    stroke: rgb(255, 255, 255);
}

.vacancy.open {
    gap: 30px;
}

.vacancy.open .vacancy-description {
    height: auto;
    opacity: 1;
}

.page-main__office {
    padding: 60px 0 40px 0;
}

.section-office__title {
    color: rgb(72, 124, 53);
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    width: 100%;
}

.office__item {
    border-radius: 20px;
    background: rgb(242, 242, 242);
    padding: 20px 90px 20px 90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 340px;
    width: 100%;
    transition: all 0.5s;
}

.office__item:hover .item__title, .office__item:hover .item__adres, .office__item:hover a {
    color: rgb(255, 255, 255);
}

.office__item:hover .item__title {
    border-bottom: 1px solid rgb(217, 217, 217);
}

.office__item svg path {
    transition: all 0.5s;
}

.office__item:hover svg path {
    stroke: rgb(255, 255, 255);
}

.office__item:hover {
    background: rgb(72, 124, 53);
}

.item__title {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(22, 22, 22, 0.4);
    padding-bottom: 20px;
    transition: all 0.5s;
}

.contacts-map {
    width: 100%;
    height: 494px;
}

[class$="balloon__close"] {
    display: none !important;
}

[class$="balloon__tail"] {
    display: none !important;
}

[class$="map-copyrights-promo"] {
    display: none !important;
}

[class$="copyright__content"] {
    display: none !important;
}

[class$="controls__control"] {
    display: none !important;
}

[class$="balloon__content"] {
    margin: 0 !important;
    padding: 0 !important;
}

.baloon-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    align-items: center;
    border-radius: 10px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: 14px;
}

.baloon-content p {
    margin: 0;
    color: rgb(72, 124, 53);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    text-align: left;
    font-family: "Roboto", sans-serif;
    text-decoration-line: underline;
}

.contacts-map ymaps {
    border-radius: 20px;
}

.section-office__content {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.section-office__content .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 520px;
}

.item__phones {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.office__phones {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item__adres {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    transition: all 0.5s;
}

.section-office__content a {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    transition: all 0.5s;
}

.item__phone, .item__email {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.page-main__office.gray {
    padding: 40px 0 40px 0;
    border-radius: 20px;
    background: rgb(242, 242, 242);

}

.page-main__office.gray .office__item {
    background: rgb(255, 255, 255);
}

.page-main__office.gray .office__item:hover {
    background: rgb(72, 124, 53);
}

.page-main__office.gray .section-office__content {
    align-items: center;
}

.page-main__banner.catalog .swiper-about .page-main__large-text {
    color: rgb(255, 255, 255);
    font-size: 86px;
    font-weight: 500;
    line-height: 101px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-section__catalog-photo .swiper-arrows svg path {
    stroke: rgb(72, 124, 53);
}

.page-section__catalog-photo .swiper-arrows div {
    border: 1px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.page-section__catalog-photo .swiper-scrollbar {
    background: rgb(181, 181, 181);
}

.page-section__catalog-photo .swiper-scrollbar-drag {
    background: rgb(255, 255, 255);
}

.page-section__catalog-photo {
    background: rgb(72, 124, 53);
    padding: 61px 0 124px 0;
}

.page-section__catalog-photo .section-technology__title {
    color: rgb(255, 255, 255);
}

.page-section__catalog-photo .about-gallery {
    overflow: visible;
}

.page-section__catalog-section .text-block p {
    padding: 0;
    margin: 0;
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0;
    text-align: left;
}

.page-section__catalog-section {
    padding: 60px 0 60px 0;
}

.page-section__catalog-section .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.page-section__catalog-section .text-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.page-section__catalog-section .image-block {
    width: 100%;
    display: flex;
}

.page-section__catalog-section .image-block img {
    width: 100%;
    border-radius: 20px;
}

.catalog-benefits {
    background: unset;
    padding-bottom: 60px;
}

.catalog-benefits .section-benefits__items .column.one-half svg {
    right: 10px;
    top: unset;
    bottom: 10px;
}

.catalog-benefits .section-benefits__items .column:nth-child(2) svg {
    right: 0;
    top: unset;
    bottom: 20px;
}

.catalog-benefits .section-benefits__items .column:nth-child(1) svg {
    right: 20px;
    top: unset;
    bottom: 20px;
}

.catalog-benefits .section-benefits__items .column:nth-child(3) svg {
    right: 20px;
    top: unset;
    bottom: 20px;
}

.catalog-benefits .page-section__catalog-section .image-block img {
    object-fit: cover;
}

.catalog-benefits .six .section-benefits__text, .catalog-benefits .eight .section-benefits__text {
    max-width: 500px;
}

.catalog-benefits .five .section-benefits__text {
    max-width: 303px;
}

.catalog-benefits .four .section-benefits__text {
    max-width: 233px;
}

.catalog-benefits .eight svg {
    right: 20px !important;
    top: unset !important;
    bottom: 0 !important;
}

.special-text .five .section-benefits__text {
    max-width: 235px;
}

.special-text .seven .section-benefits__text {
    max-width: 400px;
}

.one-third.column {
    width: -webkit-fill-available;
}

.two-thirds.column {
    width: -webkit-fill-available;
}

.form-row input {
    border: 1px solid transparent;
}

.form-row input.error {
    border: 1px solid red;
}

.not-found svg {
    width: 100%;
}

.not-found {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #487C35;
    gap: 50px;
    align-items: center;
    padding: 120px 20px 120px 20px;
    margin: 16px;
}

.not-found .feedback-form__footer input[type="submit"] {
    width: 100%;
}

.not-found .headline {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.not-found .desc {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    border-top: 1px solid rgb(217, 217, 217, 0.6);
    padding-top: 40px;
}

.privacy-policy {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privacy-policy h1 {
    color: rgb(22, 22, 22);
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    max-width: 948px;
}

.privacy-policy .content {
    color: rgb(22, 22, 22);
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left;
    max-width: 880px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
    width: 100%;
}

.privacy-policy .line {
    border-top: 1px solid rgb(217, 217, 217, 0.6);
    max-width: 700px;
    width: 100%;
    height: 1px;
}

.bold.parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.bold.parent svg {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.bold.parent.active-svg svg {
    transform: rotate(0deg);
}

.burger-menu-content .submenu {
    transition: all 0.5s;
    display: none;
    margin: -5px;
}

.burger-menu-content .submenu.active {
    display: block;
    margin: 0;
}

.text-block p {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.image-block img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.burger-info-button a {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.burger-info-button {
    margin-bottom: 15px;
}

.phone-drop {
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 230px;
    bottom: -37px;
    left: -65px;
}

ul .header_info__li:hover .phone-drop {
    opacity: 1;
}

.burger-info-button, .header_info__li {
    color: rgb(72, 124, 53);
    text-decoration: none;
    font-size: 16px;
}

@media (min-width: 1350px) and (max-width: 1650px) {
    .vacancy-title {
        font-size: 12px;
    }
}

@media (max-width: 1712px) {
    .page-main__large-text {
        font-size: 300px;
    }

    .page-header__row {
        gap: 20px;
    }

}

@media (max-width: 1612px) {
    .section_promo__left .section_promo-item__text {
        max-width: 620px;
    }

    .slider-js {
        max-width: 620px;
    }
}

@media (max-width: 1554px) {
    .page-main__large-text {
        line-height: 373px;
    }

    .page-header__row {
        justify-content: center;
    }

    .container {
        width: 80%;
    }

    .page-section__feedback form {
        max-width: unset;
    }

    .page-section__feedback img {
        /*display: none;*/
        width: 50%;
        margin-left: 20px;
    }

    .section-benefits__items .column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .special-text .seven .section-benefits__text, .special-text .five .section-benefits__text {
        max-width: unset;
    }

    .section-benefits__items .column svg {
        position: revert;
        display: flex;
        align-self: flex-end;
    }

    .section-benefits__items .column svg {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 1525px) {
    .page__footer {
        gap: 30px;
    }

    .section_promo__body {
        gap: 30px;
    }

    .catalog-benefits .section-benefits__items .column svg {
        display: block;
    }
}

@media (max-width: 1650px) {
    .page__header {
        /*flex-direction: column;*/
        flex-wrap: nowrap;
    }

    .page-header__row {
        flex-wrap: nowrap;
    }

    .nav-ul__li a {
        font-size: 14px;
    }

    .header__button {
        font-size: 14px;
        width: 140px;
    }

    .page-section__catalog-section .text-block p {
        font-size: 14px;
    }

    .how-we-work__list {
        padding: 40px 0 40px 0;
    }
}

@media (max-width: 1494px) {
    .swiper-about .page-main__large-text {
        font-size: 136px;
    }

    .page-main__large-text {
        font-size: 227px;
        line-height: 1;
    }

    .page-main__medium-text.__top {
        bottom: 83px;
    }

    .main-banner__bg::before {
        max-height: 816px;
    }
}

@media (max-width: 1350px) {
    .three.column {
        width: 100%;
    }

    .page-main__banner.catalog .swiper-about .page-main__large-text {
        font-size: 40px;
    }

    .page__header .page-header__row:nth-child(2) {
        display: none;
    }

    .page__header {
        flex-direction: row;
    }

    .mobile {
        display: flex;
    }

    .burger-menu {
        position: fixed;
        left: -75%;
        top: 0;
        width: 75%;
        height: 100%;
        background: #fff;
        color: #000;
        overflow-y: auto;
        transition: left 0.3s ease;
        z-index: 1000;
    }

    .burger-menu-content {
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .burger-menu.open {
        left: 0;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    }

    .burger-button {
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1001;
        padding: 10px;
    }

    .burger-icon {
        width: 30px;
        height: 3px;
        background-color: #333;
        position: relative;
        transition: all 0.3s ease;
    }

    .burger-icon::before,
    .burger-icon::after {
        content: '';
        width: 30px;
        height: 3px;
        left: 0;
        background-color: #333;
        position: absolute;
        transition: all 0.3s ease;
    }

    .burger-icon::before {
        transform: translateY(-10px);
    }

    .burger-icon::after {
        transform: translateY(10px);
    }

    .burger-button.open .burger-icon {
        transform: rotate(45deg);
    }

    .burger-button.open .burger-icon::before {
        transform: rotate(90deg) translateX(0px);
    }

    .burger-button.open .burger-icon::after {
        transform: rotate(90deg) translateX(0px);
    }

    .burger-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .burger-menu ul ul {
        padding-left: 20px;
    }

    .burger-menu li {
        margin: 10px 0;
    }

    .burger-menu a {
        color: rgb(72, 124, 53);
        text-decoration: none;
        font-size: 16px;
    }

    .burger-menu a:hover {
        text-decoration: underline;
    }

    .burger-other {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
    }

    .header__button {
        height: 100%;
    }

    .accord {
        flex-direction: column;
    }

    .section_promo__body {
        flex-wrap: wrap;
    }

    .section_promo__left {
        margin-top: 30px;
        width: 100%;
    }

    .section_promo__left .section_promo-item__text {
        max-width: unset;
    }

    .section_promo-item__slider {
        max-width: unset;
    }

    .slider-js {
        max-width: unset;
    }

    .section_promo-item__slider img {
        width: 100%;
        border-radius: 50px;
        height: auto;
    }

    .section_promo__body {
        justify-content: center;
    }

    .section_promo__right .section_promo-item__text {
        max-width: unset;
    }

    .section_promo__right {
        position: initial;
    }

    .how-we-work__content {
        flex-direction: column;
    }

    .section_how-we-work-item__slider {
        max-width: unset;
    }
}

@media (max-width: 1285px) {
    .page-main__banner.catalog .swiper-about .page-main__large-text {
        font-size: 50px;
    }

    .page-section__feedback img {
        display: none;
    }

    .catalog-benefits .section-benefits__items .column svg {
        position: initial;
        width: 100%;
    }

    .catalog-benefits .section-benefits__items .column {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .swiper-about .page-main__large-text {
        font-size: 116px;
    }

    .page-main__large-text {
        font-size: 220px;
    }

    .page-main__medium-text.__top {
        bottom: 83px;
    }

    .main-banner__bg::before {
        max-height: 699px;
    }

    .section-office__content {
        flex-direction: column;
    }

    .section-office__content .row {
        max-width: unset;
    }

    .office__item {
        max-width: unset;
        width: auto;
    }

}

@media (max-width: 1160px) {
    .section-benefits__items .column svg {
        top: 15px !important;
        right: 0 !important;
        left: 0 !important;
    }

    .section-benefits__items .column.two-thirds .section-benefits__text {
        max-width: unset !important;
    }

    .swiper-about .page-main__large-text {
        font-size: 90px;
    }

    .form-row {
        flex-direction: column;
    }

    .form-row input, .form-row textarea {
        width: 100%;
    }

    .section-benefits__content {
        flex-direction: column;
    }

    .section-benefits__items .column svg {
        display: block !important;
    }

    .section-benefits__items .one-half {
        max-width: unset;
    }

    .section-benefits__banner img {
        width: 100%;
        height: auto;
    }

    .section-benefits__items .column.two-thirds .section-benefits__text {
        max-width: 200px;
    }

    .page__footer {
        flex-direction: column;
        gap: 20px;
    }

    .page__footer .footer__block:nth-child(2) {
        gap: 40px;
        flex-direction: column;
    }

    .footer-column {
        width: 100%;
    }

    .footer__menu br {
        display: none;
    }

    .footer__menu {
        flex-direction: row;
    }

    .page-section__why-we .section-benefits__items .column svg {
        display: none;
    }

    .page-section__why-we .section-benefits__items .column.two-thirds .section-benefits__text {
        max-width: unset;
    }

    .page-section__why-we .section-benefits__items .column .section-benefits__number {
        display: none;
    }
}

@media (max-width: 1100px) {
    .page-main__large-text {
        font-size: 200px;
    }

    .page-main__medium-text.__top {
        bottom: 83px;
    }

    .main-banner__bg::before {
        max-height: 644px;
    }

}

@media (max-width: 1004px) {
    .swiper-about .page-main__large-text {
        font-size: 50px;
    }

    .page-main__large-text {
        font-size: 130px;
    }

    .page-main__medium-text.__top {
        bottom: 83px;
        max-width: 536px;
    }

    .main-banner__bg::before {
        max-height: 540px;
    }
}

@media (max-width: 992px) {
    .privacy-policy h1 {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }

    .privacy-policy table {
        display: flow;
        overflow: auto;
    }

    .privacy-policy .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #success-popup, #contact-form {
        height: auto;
    }

    .about-tech__text {
        padding: 0 15px 15px 15px;
    }

    .about-tech a[data-fancybox="gallery"] {
        padding: 15px 15px 0 15px;
    }

    .page-section__our-devices .swiper-slide {
        padding: 0;
    }

    .page-section__catalog-section .container {
        flex-direction: column;
    }

    .page-main__banner .page-main__medium-text {
        margin-left: 0;
    }

    .page-main__banner .page-main__large-text {
        line-height: normal;
    }

    .page-section__about {
        padding: 30px 0 30px 0;
    }

    .accord-text {
        padding: 0
    }

    .page-section__photogallery {
        padding: 30px 0 50px 0;
    }

    .section-technology__head, .section-benefits__title {
        margin-bottom: 20px;
    }

    .swiper-about .swiper-navigation {
        display: none;
    }

    .section_promo__head {
        font-size: 28px;
        max-height: unset;
        line-height: normal;
        text-align: center;
    }

    .section_promo__head .promo-head__right {
        font-size: 28px;
    }

    .promo-head__right, .promo-head__separator {
        width: 100%;
    }

    .promo-head__right {
        text-align: center !important;
    }

    .section_promo__left {
        margin-top: 30px;
        width: 100%;
    }

    .section_promo__right {
        position: initial;
    }

    .section_promo__body {
        gap: 30px;
    }

    .section-benefits__items .column svg {
        position: initial;
        width: 100%;
    }

    .section-benefits__items .column {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .section-benefits__items .column .section-benefits__text {
        max-width: unset !important;
    }

    .page-main__large-text {
        line-height: 2;
    }

}


@media (max-width: 860px) {
    .page-main__large-text {
        font-size: 110px;
    }

    .page-main__medium-text.__top {
        bottom: 83px;
    }

    .main-banner__bg::before {
        max-height: 460px;
    }

}

@media (max-width: 813px) {

    .page-main__large-text {
        font-size: 100px;
        line-height: 1;
    }

    .page-main__medium-text {
        font-size: 16px;
    }

    .page-main__medium-text.__top {
        max-width: 435px;
        width: auto;
    }

    .main-banner__bg::before {
        max-height: 431px;
    }
}

@media (max-width: 695px) {
    .page-main__banner.catalog .swiper-about .page-main__large-text {
        font-size: 30px;
    }
}

@media (max-width: 650px) {
    .footer__menu {
        flex-direction: column;
    }

    .feedback-form__title {
        font-size: 36px;
    }

    .feedback-form__description br {
        display: none;
    }
}

@media (max-width: 595px) {

    .swiper-about .page-main__large-text {
        font-size: 28px;
        line-height: normal;
    }

    .swiper-about .page-main__medium-text {
        font-size: 16px;
        width: 80%;
    }

    .main-banner__content {
        margin-bottom: 20px;
    }

    .page-main__large-text {
        font-size: 52px;
        line-height: normal;
    }

    .main-banner__bg::before {
        max-height: 300px;
    }

    .page-main__medium-text {
        font-size: 14px;
    }

    .page-main__medium-text.__top {
        bottom: 60px;
    }

    .feedback-form__title {
        line-height: 36px;
    }

    .main-banner__text {
        margin-bottom: 20px;
    }

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

@media (max-width: 550px) {
    .burger-other {
        flex-direction: column;
    }

    .page-section__why-we .one-third.column {
        width: 100%;
    }

    .header__info .header_info__ul {
        justify-content: space-around;
        gap: 0;
    }

    .header__button {
        width: 100%;
        height: 56px;
    }
}

@media (max-width: 500px) {
    .page-main__banner.catalog .swiper-about .page-main__large-text {
        font-size: 23px;
    }

    .swiper-about .swiper-navigation {
        display: block;
    }

    .swiper-about .swiper-navigation .swiper-prev {
        left: 2%;
    }

    .swiper-about .swiper-navigation .swiper-next {
        right: 13%;
    }

    .swiper-about .swiper-navigation {
        top: 35%;
    }

    .swiper-about .swiper-navigation svg {
        width: 30px;
    }

    .container {
        width: 90%;
    }

    .section-benefits__items .row {
        flex-direction: column;
    }

    .swiper-arrows {
        display: none;
    }

    .page-main__banner.catalog .swiper-about .page-main__large-text {
        line-height: normal;
    }

    .page-section__feedback .container {
        padding: 20px;
    }

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

    .control {
        padding-top: 0;
    }
}

@media (max-width: 463px) {
    .vacancy-title {
        max-width: 210px;
    }

    .swiper-about .page-main__medium-text {
        font-size: 14px;
        max-width: unset;
    }

    .page-main__large-text {
        font-size: 50px;
        line-height: normal;
    }

    .main-banner__text {
        margin-bottom: 20px;
    }

    .page-main__medium-text.__top {
        max-width: 301px;
    }

    .main-banner__bg::before {
        max-height: 213px;
    }

    .page-main__medium-text {
        font-size: 12px;
    }

    .page-main__medium-text.__top {
        bottom: 30px;
    }
}

@media (max-width: 403px) {
    .page-main__large-text {
        font-size: 50px;
    }

    .page-main__banner.catalog .swiper-about .page-main__large-text {
        line-height: normal;
        text-align: center;
    }

    .main-banner__bg::before {
        max-height: 196px;
    }

    .page-main__medium-text {
        line-height: 18px;
        font-size: 10px;
    }

    .page-main__medium-text {
        margin: 0;
    }

    .page-main__large-text {
        text-align: left;
    }
}

@media (max-width: 391px) {

    .main-banner__bg::before {
        content: unset;
    }

    .main-banner__text {
        margin-bottom: 10px;
    }

    .swiper-about .page-main__large-text {
        font-size: 24px;
        text-align: center;
    }

    .swiper-about .page-main__medium-text {
        font-size: 14px;
        width: 200px;
        padding-top: 0;
    }

    .main-banner__content {
        margin-bottom: 15px;
    }

    .about-tech__text {
        font-size: 18px;
    }

    .section-technology__title, .page-section__benefits {
        line-height: normal;
        font-size: 28px;
    }
    .office__item {
        padding: 10px;
    }
}

/* End */
/* /local/templates/kimaflex/assets/css/skeleton.css?17264870177731 */
/* /local/templates/kimaflex/assets/css/normalize.css?17264870177797 */
/* /local/templates/kimaflex/assets/css/main.css?172786411954581 */
