/*!
Theme Name: trade
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trade
*/

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
      ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
      ========================================================================== */
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
      ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
      ========================================================================== */
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}

/* Forms
      ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
      ========================================================================== */
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Misc
      ========================================================================== */
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}

/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none;
}

/* Box sizing
 --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
 @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/
/* Typography
 --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
 --------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*** Custom styles ***/
* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.container_lg {
  max-width: 1272px;
}
.container_xlg {
  max-width: 1350px;
}

a {
  text-decoration: none;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
}

.col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
}

.col-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.center {
  text-align: center;
}
.btn_center {
  margin: 0 auto;
}
.row_center {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;        
}

.site-header {
  width: 100%;
  z-index: 1000;
  position: relative;
  top: 0;
}

.site-header .header {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}



#header-mobile-menu:not(.mm-menu) {
  display: none;
}
.header__burger {
  display: none;
}

.mm-menu_offcanvas.mm-menu_opened {
  z-index: 9999;
}

.mm-menu {
  --mm-color-text: #284F30;
  --mm-navbar-size: 20px;
  --mm-color-background: #ffffff;
  --mm-color-background-highlight: rgba(255, 255, 255, 0.4);
  --mm-color-background-emphasis: rgba(0, 0, 0, 0.05);
}

.mm-navbar {
  display: none;
  border-bottom-width: 0;
}
.mm-navbar__title {
  display: none;
}

.mm-listitem a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.mm-menu_position-front {
    height: 100vh;
    top: 72px;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
  background: #fff;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          
}
.header__logo-img {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #284F30;
  display: inline-block;
  width: 110px;
  margin-left: 20px;
  position: relative;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-title:before {
  width: 1px;
  height: 56px;
  content: '';
  background-color: #000;
  position: absolute;
  left: -20px;
  top: -8px;
}
.site-header .mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;  
}

.site-header .mega-menu li {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
  padding: 9px 20px;
}

.site-header .mega-menu li a {  
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #284F30;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: relative;
}
.site-header .mega-menu li:hover a, .site-header .mega-menu li.current-menu-item a {
  color: #89C61F;
}
/*.site-header .mega-menu .sub-menu {
  margin: 0;
  padding: 30px 0px 15px 10px;
  list-style: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.site-header .mega-menu .sub-menu:before {
  content:'';
  position:absolute;
  width: 100%;
  height: 100%;
  bottom: -15px;
  left: 10px;
  background: #006241;
}
.site-header .mega-menu li.menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.site-header .mega-menu .sub-menu li {
  margin-bottom: 30px;
}
.site-header .mega-menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.site-header .mega-menu .sub-menu li a {
  color: #fff;
  font-weight: 400;
  width: max-content;
}
.site-header .mega-menu .sub-menu li a:before {
  width: 0px;
  height: 1px;
  content: '';
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header .mega-menu .sub-menu li:hover a, .site-header .mega-menu .sub-menu li.current-menu-item a {
  color: #fff;
}
.site-header .mega-menu .sub-menu li:hover a:before, .site-header .mega-menu .sub-menu li.current-menu-item a:before {
  width: 100%;
}
*/

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  
  text-align: center;    

  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}
.btn_header {
  color: #FFFFFF;
  background-color: #284F30;
  padding: 16px 24px;
  height: 44px;
  -webkit-border-radius: 4px;
          border-radius: 4px;

  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
#primary-menu-mobile .btn_header-mobile {
  color: #FFFFFF;
  background-color: #284F30;
  width: 90%;
  margin: 20px auto;
  height: 44px;
  -webkit-border-radius: 4px;
          border-radius: 4px;

  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: none;
}
#primary-menu-mobile .btn_header-mobile a {
  text-transform: none;
}
.btn_header:hover, .btn_header:active, #primary-menu-mobile .btn_header-mobile:hover, #primary-menu-mobile .btn_header-mobile:active {
  background-color: #89C61F;
}



.site-footer {
  background: #284F30;
  padding-top: 60px;
  padding-bottom: 100px;
}
.footer__top, .footer__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__top {
  margin-bottom: 62px;
}
.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;        
}
.footer__logo-img {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  display: inline-block;
  width: 110px;
  margin-left: 20px;
  position: relative;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo-title:before {
  width: 1px;
  height: 40px;
  content: '';
  background-color: #fff;
  position: absolute;
  left: -20px;
  top: -3px;
}
.footer__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #E0E9E2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer__col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  
}

.footer__col_1 {
  width: 50%;
  max-width: 560px;
}
.footer__col_2 {
  width: 50%;
  max-width: 560px;
}
.footer__col_3 {
  width: 50%;
  max-width: 560px;
}
.footer__col_4 {
  width: 50%;
  max-width: 560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer .footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-menu-2 {
  -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

}
#footer-menu-1 {
  margin: -3px -18px 0;
  max-width: 500px;
}
#footer-menu-1 li {
  padding: 0 18px;
  margin-bottom: 3px;
  position: relative;
}

#footer-menu-1 li a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
#footer-menu-2 li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
  color: #F5F7F6;
}
#footer-menu-1 li:after {
  position: absolute;
  width: 5px;
  height: 22px;
  right: -5px;
  top: 4px;
  content: '';
  background-image: url(images/slash.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#footer-menu-2 li {
  margin-bottom: 5px;
}
#footer-menu-2 li a:after {
  position: absolute;
  width: 10px;
  height: 10px;
  right: -20px;
  top: 3px;
  content: '';
  background-image: url(images/dot.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer__description {
  max-width: 440px;
  color: #E0E9E2;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.footer__contacts {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
}
.footer__contacts-item {
  margin-bottom: 40px;
  color: #ffffff;
}
.footer__contacts-item:last-child {
  margin-bottom: 0;
}
.footer__contacts-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.footer__contacts-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.footer_social-net {
  margin: 0 -3px;
}
.social-net__ico_footer {
  padding: 0 3px;
}

.sec-page-title {
  padding-top: 0;
  padding-bottom: 42px;
}
.home .sec-page-title {
  padding-top: 52px;
}
.page-title {
  margin-top: 0;
  margin-bottom: 15px;

  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
.page-title_h1 {
  font-size: 56px;
}
.page-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #9CA3AF;
}

.sec-programs {
  padding-bottom: 100px;
}
.programs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -6px;          
}
.programs__item-wrap {
  padding: 8px;  
}
.programs__item {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 237px;
  box-shadow: 2px 4px 12px 0px rgba(17, 27, 41, 0.08);
  position: relative;
  border: 2px solid #89C61F;  
}
.programs__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(180deg, rgba(27, 77, 131, 0.8) 0%, rgba(27, 77, 131, 0) 100%);
}
.programs__item:after {
  position: absolute;
  width: 46px;
  height: 46px;
  right: 18px;
  top: 18px;
  content: '';
  background-image: url(images/vector.svg);
  background-size: contain;
  background-repeat: no-repeat;  
}
.programs__item-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.programs__item-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;  
  justify-content: flex-end;

  width: 100%;
  height: 139px;
  position: absolute;
  left:0;
  bottom: 0;
  padding: 15px 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);  
}
.programs__item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 28px;
  color: #F5F7F6;
}
.programs__item-note {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #F5F7F6;
  margin-top: 0;
  margin-bottom: 0;
}
.programs__item:hover .programs__item-text {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#breadcrumbs {
  margin-top: 45px;
  margin-bottom: 20px;
}
#breadcrumbs span, #breadcrumbs span>a {
  font-size: 16px;
  font-weight: 700;
  color: #284F30;
}
#breadcrumbs .breadcrumb_last {
  color: #89C61F;
}
.home-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(images/home.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.arrow-icon {
  display: inline-block;
  position: relative;
  content: '';
  width: 5px;
  height: 10px;
  padding: 0 5px;
  background-image: url(images/line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  margin: 0 5px;
}

.sec-logistics-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-title_logistics-hero {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 780px;
}
.page-description_logistics-hero {
  font-size: 16px;
  color: #374151;
  max-width: 520px;
  margin: 0 auto 40px;
  text-align: center;
}
.btn_cta {
  color: #FFFFFF;
  background-color: #284F30;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 12px;
  width: max-content;
}
.btn_cta:hover, .btn_cta:active {
  background-color: #89C61F;
}
.btn_cta span {
  display: inline-block;
  padding-right: 36px;
  position: relative;
}
.btn_cta span:after {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 1px;
  content: '';
  background-image: url(images/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.btn_cta:hover span:after {
  right: -7px;
}
.sec-logistics-hero__img-wrap {
  padding-top: 65px;
  text-align: center;  
}
.sec-logistics-hero__img-wrap img {
  border-radius: 10px;
}
.sec-advantages {
  padding-top: 145px;
  padding-bottom: 50px;
}
.page-subtitle {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
.page-subtitle_md {
  max-width: 400px;
}
.page-subtitle_lg {
  margin: 0 auto 40px;
}
.page-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #374151;  
}
.page-text_md {
  max-width: 590px;  
}
.page-text p {
  margin-top: 0;
  margin-bottom: 30px;
}
.page-text p:last-child {
  margin-bottom: 0;
}
.sec-advantages .page-text_md {
  padding-right: 30px;
}
.sub-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;  
  margin-bottom: 60px;      
}
.advantages {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;        
}
.advantages__item {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 20px;
}
.advantages__img-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 25px;
}
.advantages__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1F2937;
  margin-top: 0;
  margin-bottom: 15px;
  min-height: 48px;
}
.advantages__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #4B5563;
}
.sec-services {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec-services__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  margin-bottom: 60px;
}
.services {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}
.services__img-wrap {
  width: 50%;
  padding-right: 20px;
}
.services__content {
  width: 50%;
  padding-left: 20px;
}
.services__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  list-style: none;
  margin: 0;
  padding: 35px 0;  
}
.services__item {
  margin-bottom: 40px;
  position: relative;
  padding-left: 40px;
}
.services__item:before {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 0;
  top: 3px;
  content: '';
  background-image: url(images/list-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.services__item-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
}
.services__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #374151;
  margin-top: 0;
  margin-bottom: 0;
}

.sec-assets {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec-assets .page-text_md {
  padding-right: 40px;
}
.assets {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.assets__item {
  width: 16.66%;
  padding: 0 8px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.assets__item.active {
  width: 33.33%;
}
.assets__content {
  height: 400px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.assets__img-wrap {
  height: 100%;
}
.assets__img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.assets__info-text-top {
  position: absolute;
  width: 100%;
  height: 145px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #1B4D83 0%, rgba(27, 77, 131, 0) 100%);
  padding: 20px;
}
.assets__info-text-bottom { 
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;  
  justify-content: flex-end;

  position: absolute;
  width: 100%;
  height: 145px;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  padding: 20px;
}
.assets__info-title {  
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 5px;
  color: #F5F7F6;
}
.assets__info-rigion, .assets__info-descr {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0;
  color: #F5F7F6;
}
.assets__info-value {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #F5F7F6;
}
.assets__info-descr, .assets__info-value {
  opacity: 0;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.assets__item.active .assets__info-descr, .assets__item.active .assets__info-value {
  opacity: 1;
}

.sec-contacts {
  padding-top: 100px;
  padding-bottom: 150px;
}
.cooperation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cooperation__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}
.cooperation__right {
    width: 50%;
    display: flex;
    flex-direction: column;

    padding-left: 30px;
}
.cooperation__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}
.cooperation__contacts {
    display: flex;
    flex-direction: row;
    background-color: #F5F7F6;
    padding: 20px;    
    border-radius: 10px;   
}
.cooperation__contacts-img {
    display: flex;
    width: 130px;
}
.cooperation__contacts-img img {
    height: 117px;
    width: 117px;
    border-radius: 50%;

    -o-object-fit: cover;
    object-fit: cover;
}
.cooperation__contacts-info {
    width: calc(100% - 130px);
    display: flex;
    flex-direction: column;
}
.cooperation__contacts-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cooperation__contacts-position {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #374151;
    margin-bottom: 15px;
}
.cooperation__contacts-tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 22px;
}
.cooperation__contacts-tel-link, .cooperation__contacts-email-link {
  color: #000;
  margin-left: 8px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.cooperation__contacts-tel-link:hover, .cooperation__contacts-email-link:hover {
  font-weight: 600;
}
.cooperation__contacts-email {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  font-size: 16px;
  font-weight: 500;
}
.cooperation__contacts-tel-link:hover, .cooperation__contacts-email-link:hover {
  color: #000;
}

.sec-avto-hero {
  padding-bottom: 60px;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-avto-hero__text {
  width: 50%;
}
.sec-avto-hero__img-wrap {
  width: 50%;
  padding-left: 10px;
}
.sec-avto-hero__img-wrap img {
  border-radius: 10px;
}
.page-title_avto-hero {
  margin-bottom: 40px;
}
.page-text_avto-hero {
  max-width: 488px;
  margin-bottom: 40px;
}

.sec-about-program {
  padding-top: 60px;
  padding-bottom: 60px;

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-about-program__img-wrap {
  width: 50%;
  padding-right: 10px;
}
.sec-about-program__img-wrap img {
  border-radius: 10px;
}
.sec-about-program__text {
  width: 50%;
  padding-left: 80px;
}
.page-subtitle_about-program {
  margin-bottom: 30px;
}
.page-subtitle_about-program-reverse {
  margin-bottom: 40px;
}
.sec-about-program_reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sec-about-program_reverse .sec-about-program__img-wrap {
  padding-right: 0;
  padding-left: 10px;
}
.sec-about-program_reverse .sec-about-program__text {
  padding-left: 0;
  padding-right: 50px;
}
.sec-about-program_bg {
  background: #F5F7F6;
  border-radius: 24px;
  padding: 60px; 
}
.sec-about-program_bg .btn {
  margin-top: 40px;
}

.sec-contact {
  background: #E0E9E2;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.contact__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  padding: 40px 60px;
}
.contact__info-col {
  width: 49%;
  padding-right: 60px;
}
.contact__list {
  margin: 0;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.4;
}
.contact__list li {
  margin-bottom: 14px;
}
.contact__form-col {
  width: 51%;
}
.contact__form-col form {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 35px 45px;
}
.contact-form {
  text-align: center;
}
.page-subtitle_contact {
  margin-bottom: 10px;
}
.page-subtitle_contactme {
  font-size: 28px;
  margin-bottom: 10px;
}
.page-text_contact, .page-text_contact-perevezennya {
  font-size: 18px;
}
.services__list_contact {
  padding: 20px 0;
}
.services__list_contact .services__item-text {
  font-size: 18px;
}
.services__item-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.services__item-text_contact-link {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #89C61F;
  margin-bottom: 15px;  
}
.services__list_contact .services__item {
  margin-bottom: 0;
}
.contact-form .label {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  text-align: left;
}
.contact-form .label .description-2 {
  color: #1F2937;
  margin-bottom: 7px;
  display: block;
}
.description-2 span {
  color: red;
}
.contact-form .label input,
.contact-form .label textarea {
  width: 100%;
  padding: 15px 10px;
  background-color: #F5F7F6;
  font-size: 18px;
  line-height: 1.4;
  border: none;
  border-radius: 6px;
}
.contact-perevezennya__form-col-contactme.fancybox-content .contact-form .label input,
.contact-perevezennya__form-col-contactme.fancybox-content .contact-form .label textarea {
  background-color: rgba(217, 217, 217, 0.37);
}
.send_btn {
  width: 100%;
  border: none;
  margin: 20px auto 0;
  border-radius: 6px;
}
.send_btn_contactme {
  width: 100%;
  border: none;
  margin: 20px auto 0;
  border-radius: 6px;
  background-color: #89C61F;
}
.btn_popup_contact {
  width: 100%;
  max-width: 330px;
  border: none;
  margin: 20px auto 0;
  border-radius: 6px;
  font-size: 16px;
}
.btn_popup_contactme {
  width: 100%;
  max-width: 330px;
  border: none;
  margin: 20px auto 10px;
  border-radius: 6px;
  background-color: #89C61F;
  font-size: 16px;
}
.send_btn_contactme:hover, .send_btn_contactme:active, .btn_popup_contactme:hover, .btn_popup_contactme:active {
  background-color: #284F30;
}


input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
  background-color: transparent !important;
}
.contact-form .wpcf7-spinner {
    margin: 1px auto 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0.5em 0 0.5em;
  padding: 0.2em 2em;
  text-align: center;
  border-radius: 6px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 0.2em 1em;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.2;
}
.wpcf7 form .wpcf7-response-output.wpcf7-validation-errors {
  border: 2px solid #ffb900;
}

.contacts-hero__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #4B5563;
}

.sec-contacts-content {
  padding-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contacts-sidebar {
  width: 33.5%;
  padding-right: 53px;
  padding-left: 15px;
}
.contacts-sidebar__search-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;  
}
.contacts-sidebar__search-wrap:after {
  content: url(/wp-content/themes/trade/images/search-normal.svg);
  display: inline-block;
  z-index: 100;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 11px;
  right: 18px;
}
.beak-box {
  position: absolute;
  top: 44px;
  left: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-radius: 8px;
  background-color: #F5F7F6;
  box-shadow: 0px 1.25px 4px 0.5px rgba(0, 0, 0, 0.25);
  width: 264px;
  min-height: 92px;
}
.beak-box:after {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #F5F7F6;
  border-left: 1px solid rgba(133, 140, 148, 0.2);
  border-top: 1px solid rgba(133, 140, 148, 0.25);
  position: absolute;
  top: -8px;
  left: calc(50% - 7px);
  rotate: 45deg;
}
.beak-box__img-wrap {
  width: 24px;
  min-width: 24px;
  height: 24px;
} 
.beak-box__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #284F30;
  margin-left: 5px;
}
.search-office {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;  
  color: #1F2937;
  background-color: #F5F7F6;
  border-radius: 12px;
  outline: none;
  box-shadow: none;
  border: 1px solid #89C61F;
}
.contact-section-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.contact-section-nav > li {
  margin-bottom: 15px;
  width: 100%;
}
.contact-section-nav > li > a {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #284F30;  
  padding: 12px 20px;
  border: 1px solid #E0E9E2;
  background: #F5F7F6;
  border-radius: 4px;
  display: block;
  text-align: left;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.contact-section-nav > li > a.active, .contact-section-nav > li > a:hover {
  background: #284F30;
  color: #fff; 
}
.contacts-content {
  width: 66.5%;
}
.contact-section-photo {
  width: 100%;
  margin-bottom: 44px;  
}
.contact-section-photo svg {
  max-width: 100%;
  height: auto;
}
.contact-section-body {
  width: 100%;
  margin-bottom: 100px;
}
.contact-section-item {  
  background-color: #F5F7F6;
  border-radius: 12px;
  border: 1px solid #E0E9E2;

  padding: 24px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;  
}
.contact-item-hero {
  padding: 17px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E0E9E2;
  margin-bottom: 15px;
}
.contact-item-hero__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-top: 0;
  margin-bottom: 13px;
}
.contact-item-hero__region {
  background-color: #E0E9E2;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin-bottom: 12px;
}
.contact-item-hero__address {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  margin-bottom: 13px;
}
.contact-item-hero__email, .contact-item-hero__tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}
.contact-item-hero__tel {
  margin-bottom: 12px;
}
.contact-item-hero__link {
  color: #000;
  margin-left: 5px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.contact-item-hero__link:hover {
  font-weight: 600;
}
.contact-section-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact-section-item-list>li {
  padding-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E9E2;
}
.contact-section-item-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-section-person {  
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E0E9E2;
  padding: 16px;
}
.contact-section-person-photo {
  overflow: hidden;
  border-radius: 50%;
  width: 94px;
  min-width: 94px;
  height: 94px;
}
.contact-section-person-info {
  width: calc(100% - 94px);
  padding-left: 15px;
}
.contact-section-position {
  background-color: #89C61F;
  padding: 2px 5px;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 225px;
}
.contact-section-position_mz {
  background-color: #89C61F;
}
.contact-section-position_kz {
  background-color: #284F30;
}
.contact-section-position_kpz {
  background-color: #f1c400;
  color: #000;
}
.contact-section-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin-top: 0;
  margin-bottom: 5px;
}
.contact-section-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #374151;
  margin-top: 0;
  margin-bottom: 4px;
}
.contact-section-person-list {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.contact-section-person-list li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-section-person-list li a span {
  margin-left: 3px;
}
.contact-section-person-list li {
  margin-right: 15px;
  padding: 2px 4px;
}
.contact-section-person-list li.tel {
  background-color: #EAEEF3;
  border-radius: 30px;
}
.contact-section-item {
    display: none;
}
.contact-section-item.open {
    display: block;
}

.elevators-section-photo svg {
  max-width: 100%;
  height: auto;
}
.contact-section-photo path.oblast.active, .elevators-section-photo path.oblast.active {
  fill: #284F30;
  stroke: #F5F7F6;  
} 
.contact-section-photo path.oblast-name.active, .contact-section-photo path.location.active,
.elevators-section-photo path.oblast-name.active, .elevators-section-photo path.location.active {
  fill: #F5F7F6;  
}
.contact-section-photo, .elevators-section-photo {
  cursor: pointer;  
}
.oblast.is-highlighted {
  stroke: #89C61F;
}
.oblast-name.is-highlighted, .location.is-highlighted {
  fill: #89C61F;
} 


.page-template-page-home {
  background-color: #F5F7F6;
}
.page-title_home {
  max-width: 670px;
}

.sec-prices-content {
  margin-top: -8px;
  padding-bottom: 100px;
}
.prices {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;          
}
.prices__sidebar {
  width: 224px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-top: 38px;
}
.prices__content {
  width: calc(100% - 244px);
}
.prices__sidebar-inner {
  background-color: #fff;
  padding: 24px 16px 6px;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  margin-bottom: 30px;
}
.prices__sidebar-title-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E0E9E2;
}
.price-filter__panel-title-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #E0E9E2;
}
.prices__sidebar-title, .price-filter__panel-title,
.culture-filter .prices__sidebar-title, .culture-filter .price-filter__panel-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #284F30;
}
.prices__sidebar-clear-filter {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #9CA3AF;
  cursor: pointer;
}
.price-wrap-date {
  position: relative;
  margin-bottom: 12px;
}
.price-calendar-uah {
  width: 100%;
  height: 41px;
  padding: 8px;
  padding-right: 36px!important;
  background-color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #4B5563;
  border: 1px solid #E0E9E2;
  border-radius: 4px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1) inset;  
}
.price-filter__panel-close {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #1F2937;
}
.price-filter__panel-subtitle-wrap {
  margin-bottom: 6px;
}
.price-filter__panel-subtitle, .culture-filter .price-filter__panel-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #89C61F;
}
.price-filter__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 6px; 
}
.price-filter__list-item {
  border: 0;
  padding: 0 0 22px 0;
  font-size: 14px;
  font-weight: 400;
  color: #1F2937;
}
.price-filter__list-itemm .label {
  display: flex;
  align-items: center;
}
.price-filter__list input[type=checkbox] {display: none;}

.price-filter__list input[type=checkbox] + .label:before {
  content: " ";
  color: transparent;
  display: inline-block;
  border: 1px solid #89C61F;
  font-size: 14px;
  line-height: 10px;
  margin: -2px 10px 0 -1px;
  padding: 2px;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  transition: color ease .3s;
}
.price-filter__list input[type=checkbox] + .label:after {
  content: " ";
}
.price-filter__list input[type=checkbox]:checked + .label:before {
  content:  url(./images/check-icon.svg);
  background-color: #89C61F;
}
.price-table__excel-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 12px;
}
.buttons-excel {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  padding-left: 30px;
  background-image: url(./images/download.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left top;
}
.price-tabel__status {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #1F2937;
}

.thead {
  background-color: #284F30;
  border-radius: 12px;
  padding: 12px 0;
  margin-bottom: 4px;
}
.thead .row {
  width: 100%;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tdh {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.tdh span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.tdh_1 {
  width: 25%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 17px;
}
.tdh_2 {
  width: 14.5%;
}
.tdh_3 {
  width: 14.5%;
}
.tdh_4 {
  width: 15%;
}
.tdh_5 {
  width: 12%;
}
.tdh_6 {
  width: 12%;
}
.tdh_7 {
  width: 7%;
}
.td_1 {
  width: 25%;  
  padding-left: 10px;
  padding-right: 5px;
}
.td_2 {
  width: 15%;
}
.td_3 {
  width: 15%;
}
.td_4 {
  width: 16%;
}
.td_5 {
  width: 13%;
}
.td_6 {
  width: 10%;
}
.td_7 {
  width: 6%;  
}
.price-table__title-wrap {
  padding: 16px 25px 16px 20px;
  background-color: #E0E9E2;
  border-radius: 12px 12px 0 0;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;  
}
.price-table__title-wrap.close {
  margin-bottom: 4px;
  border-radius: 12px;
}
.price-table__panel-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.price-table__title-wrap.close .price-table__panel-close svg {
  rotate: 180deg;
}
.price-table__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #1F2937;
}
.price-table__sect {
  background-color: #fff;
  padding: 16px 25px 8px 10px; 
  border-radius: 0 0 30px 30px;
  margin-bottom: 4px;
}
.price-table__message {
  margin-top: 20px;
  text-align: center;
}
.price-table__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;  
  padding: 12px 0;
  position: relative;
}
.price-table__row:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #A0C3FF;
  top: calc(50% - 2px);
  left: 0;
}
.price-table__row:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  border-left: 1px dashed #A0C3FF;
  top: 0;
  left: 2px;
}
.price-table__row:first-child:after {
  top: 50%;
  height: 50%;
}
.price-table__row:last-child:after {
  top: 0;
  height: 50%;
}
.price-table__row:first-child:last-child:after {
  display: none;
}
.price-table__row .td {
  color: #1F2937;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.price-table__row .td.td_7 {
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;  
  justify-content: flex-end;
}
.delta {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
.td_val {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.td_val .val {
  min-width: 50px;
}
.td_val-t .val {
  min-width: 5px;
}
.td_val-t {
  color: #1B2128;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.info {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.info_sm {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.accordion-panel {
  display: none;
}
.active .accordion-panel {
  display: block;
}

.trp-info__header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.trp-info__header-btn {
  width: 170px;
}
.btn_trp-info {
  height: 44px;
  width: 170px;
  background-color: #89C61F;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
.trp-info__header-text {
  color: #1F2937;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 7%;
}
.trp-info__row {  
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.trp-info__row:first-child {
  margin-bottom: 20px;
}
.trp-info__th_title {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #284F30;
  margin-bottom: 5px;
}
.trp-info__th_descr {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
.trp-info__td_title {
  width: 54%;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #1F2937;
  padding-right: 20px;
  word-wrap: break-word;
}
.trp-info__td_val {
  width: 46%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #1B2128;
}
.fancybox-slide--html .fancybox-content {
    width  : 668px;
    max-width  : 100%;
    margin: 0;
    padding: 50px 40px 20px 50px;
}
.fancybox-close-small svg path {
  fill: #284F30;
}
.fancybox-slide--html .fancybox-close-small {
  top: 5px;
  right: 5px;
}
.fancybox-slide--html .fancybox-content {  
  border-radius: 12px;
  border: 2px solid #E0E9E2;
  background-color: #F5F7F6;
}
.fancybox-is-open .fancybox-bg {
  background: rgba(11, 17, 28, 0.5); 
}
.fancybox-inner {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

button.Zebra_DatePicker_Icon {
  width: 24px;
  height: 24px;
  top: 9px!important;
  right: 9px!important;
  background: url(images/calendar.svg) no-repeat center top;
}
.Zebra_DatePicker{
  position: absolute;
  top: 100%!important;
}
.Zebra_DatePicker .dp_body .dp_selected {
    background: #89C61F;
    color: #fff;
}
.Zebra_DatePicker .dp_actions .dp_caption {
  color: #89C61F;
}
.price-top {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.price-select-uah {
  display: flex;
  justify-content: space-between;
}
.price-select input {
  width: 96px;
  height: 30px;
  border: 1px solid #9CA3AF;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
.price-select-uah .nice-select, #select_date {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  border: 1px solid #9CA3AF;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.nice-select .list {
  margin: 0;
}
.nice-select .option {
  min-height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.nice-select:after {
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #89C61F;
  border-right: 2px solid #89C61F;
}
#select_date {
  width: 104px;
  padding: 4px;
  -webkit-appearance: none;
    appearance: none;  
}
#select_date::-webkit-calendar-picker-indicator {
    display: none;
}
.price-wrap-select {
  margin-bottom: 17px;
}

.sec-elevators-content {  
  padding-bottom: 100px;  
}
.elevators {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;          
}
.elevators__sidebar {
  width: 224px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.elevators__content {
  width: calc(100% - 244px);
  padding-left: 38px;
}
.elevators__sidebar-inner {
  background-color: #fff;
  padding: 24px 16px 6px;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  margin-bottom: 30px;
}
.elevators-section-photo {
  width: 100%;
  margin-bottom: 44px;
}
.elevators-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px 24px;        
}
.elevators-grid__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  width: calc(33.33% - 16px);
  margin: 8px;
  border-radius: 10px;
  border: 1px solid #E0E9E2;
  padding: 10px 20px 3px;
}
.elevators-grid__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
}
.elevators-grid__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #284F30;
  margin-bottom: 5px;
}
.elevators-grid__address {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #6B7280;
  padding-right: 10px;
  margin-bottom: 5px;
}
.elevators-grid__link-wrap {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #E0E9E2;
}
.elevators-grid__link {
  color: #284F30;
  background-color: #FFF;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.elevators-grid__link span {
  width: 100%;
  display: inline-block;
  position: relative;
}
.elevators-grid__link span:after {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 5px;
  top: 0px;
  content: '';
  background-image: url(images/link-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.elevators-grid__link:hover span:after {
  right: -7px;
}
.useful {
  background-color: #fff;
  padding: 24px 16px 10px;
  border-radius: 12px;
  border: 1px solid #E0E9E2;
}
.useful__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: #000;
}
.useful__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

  list-style: none;
  margin: 0;
  padding-left: 0;
}
.useful__item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.useful__item:before {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 0;
  top: 3px;
  content: '';
  background-image: url(images/list-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.useful__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 10px;
  color: #284F30;
}
.useful__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #374151;
  margin-top: 0;
  margin-bottom: 0;
}

.sec-single-elevator-content {
  padding-bottom: 150px;
}
.sec-single-elevator-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single-elevator__left {
  width: 50.8%;  
}
.single-elevator__right {
  width: 49.2%;
  padding-left: 40px;  
}
.single-elevator__img-wrap {
  width: 100%;
  height: 289px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}
.single-elevator__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-elevator__panel {
  width: 100%;
  padding: 24px 16px;
  border-radius: 12px;
  border: 1px solid #E0E9E2;
}
.single-elevator__panel .row {
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.single-elevator__panel_service-tariffs {
  border: 1px solid #89C61F;
  margin-bottom: 15px;
}
.single-elevator__panel-icon-wrap {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.single-elevator__panel-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
}
.single-elevator__panel_purchase-prices {
  display: block;
  padding: 12px 18px;
  background-color: #89C61F;
  border: 1px solid #89C61F;
  border-radius: 4px;
  margin-bottom: 6px;
}
.single-elevator__panel-title_white {
  color: #FFFFFF;
}
.single-elevator__panel_culture {
  padding: 12px 18px;
  background-color: #E0E9E2;
  border: 1px solid #E0E9E2;
  border-radius: 4px;
  margin-bottom: 15px;
}
.single-elevator__panel-title_note {
  color: #284F30;
}
.se-table__title-wrap {
  padding: 12px;
  background-color: #E0E9E2;
  border-radius: 4px 4px 0 0;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.se-table__sect {
  padding: 16px 10px 0;
  border-radius: 0 0 4px 4px;
  margin-bottom: 15px;
  border: 1px solid #E0E9E2;  
}
.tdh-se {
  color: #1F2937;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.tdh-se span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.tdh-se_1 {
  font-size: 20px;
  width: 22%;
}
.tdh-se_2 {
  width: 22%;
}
.tdh-se_3 {
  width: 24%;
}
.tdh-se_4 {
  width: 23%;
}
.tdh-se_5 {
  width: 9%;
}
.se-table__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
}
.se-table__row .td {
    color: #1F2937;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.td-se_1 {
  width: 22%;
}
.td-se_2 {
  width: 22%;
}
.td-se_3 {
  width: 24%;
}
.td-se_4 {
  width: 23%;
}
.td-se_5 {
  width: 9%;  
}
.se-table__row .td.td-se_5 {
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-elevator__panel_qual {
  padding: 12px 18px;
  background-color: #284F30;
  border: 1px solid #284F30;
  border-radius: 4px;
  margin-bottom: 6px;
}
.qual-table__sect {
  padding: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #E0E9E2;
}
.qual-table__row {
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #E0E9E2;
}
.qual-table__row:last-child {
  border-bottom: none;
}
.qual-table__row .td {
  color: #284F30;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.td-qual_1 {
  width: 93%;
}
.td-qual_2 {
   width: 7%;
}
.qual-table__row .td.td-qual_2 {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-elevator__panel-label {
  color: #89C61F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.single-elevator__panel-info {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.single-elevator__panel_warning {
  border: 1px solid #BA0000;
}
.single-elevator__panel_auto {
  border: 1px solid #89C61F;
}
.single-elevator__panel-title_warning {
  color: #000000;
  font-size: 18px;
}
.single-elevator__right .single-elevator__panel {
  margin-bottom: 16px;
}
.single-elevator__panel_trp {
  padding: 24px 8px;
}
.btn_trp-info-se {
  width: 157px;
}
.trp-info__header_se {
  margin-bottom: 0;
}
.trp-info__header-text_se {
  padding-left: 14px;
}
.contact-section-person-info_se {
  padding-left: 0;  
  max-width: 276px;  
}
.contact-section-position_se {
  font-size: 16px;
  margin-bottom: 12px;
  padding: 3px 5px;
}
.contact-section-person-list_se {
  width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-section-person-list_se li {
  margin-right: 0;
  margin-bottom: 3px;
}
.contact-section-person-list_se li.tel {
  background-color: #F5F7F6;
  padding: 2px 0;
}
.single-elevator__panel_documents a {
  display: flex;
}
.single-elevator__right .row, .single-elevator__panel_documents a {
  margin-bottom: 12px;
}
.single-elevator__panel_contacts .row {
  margin-bottom: 15px;
}
.single-elevator__right .row:last-child, .single-elevator__panel_documents a:last-child {
  margin-bottom: 0;
}
.single-elevator__panel-text {
  color: #374151;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.single-elevator__panel-text .note {
  display: block;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #89C61F;
}
.single-elevator__panel-icon-wrap_xs {
  margin-right: 6px;
}
.single-elevator__panel-title_documents {
  font-size: 18px;
}
.single-elevator__panel-title_low {
  margin-bottom: 12px;
}
.contact-section-title_se {
  margin-bottom: 14px;
}
.contact-section-person-list_se li {
  padding: 2px 0;
}
.contact-section-person-list_se li a {
  font-size: 16px;
}
.contact-section-person-list_se li a img {
  width: 24px;
  height: 24px;
}


.page-title_404 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.text-404 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.bl-c-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;        
}


.sec-contact-perevezennya {
  background: #F5F7F6;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.contact-perevezennya__row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  
}
.contact-perevezennya__form-col {
  width: 82%;
  padding: 60px 20% 30px 40px;
  background: #E0E9E2;
  border-radius: 24px;
}
.page-text_contact-perevezennya {
  margin-bottom: 30px;
}
.contact-perevezennya__form-col form {
  
}
.contact-form .row {
  margin: 0 -5px;
}
.contact-form .col, .contact-form .col-6 {
  padding: 0 5px;
}
.contact-perevezennya__row {
  position: relative;
}
.contact-perevezennya__form-col-contactme {
  width: 35%;
  height: auto;
  padding: 60px 40px 30px;
  background: #FFFFFF;
  border-radius: 16px;
  position: absolute;
  top: 33px;
  right: 0;
  box-shadow: 2px 4px 18px 4px rgba(0, 0, 0, 0.08);
}
.page-text_contactme {
  margin-bottom: 40px;
}
.contact-perevezennya__form-col.fancybox-content {
  width: 100%;
  padding: 40px 16px;
  background: #E0E9E2;
}
.contact-perevezennya__form-col-contactme.fancybox-content {
  width: 100%;
  padding: 40px 16px;
  position: relative;
  top: auto;
  right: auto;
  box-shadow: none;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0)!important;
}

.culture-filter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.culture-filter__panel {
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E0E9E2;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 40px 24px 24px;  
}
.culture-filter__panel:after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    border-left: 1px solid rgba(133, 140, 148, 0.2);
    border-top: 1px solid rgba(133, 140, 148, 0.25);
    position: absolute;
    top: -9px;
    right: 29px;
    rotate: 45deg;
}
.culture-filter__panel-close {
  margin-right: 26px;
}
.culture-filter__panel-close svg {
  rotate: 180deg;
}
.culture-filter.close .culture-filter__panel-close svg {
  rotate: 0deg;
}

.culture-filter__panel-title-wrap {
  margin-bottom: 8px;
}

.preloader {
  position: relative;
  min-height: 60px;
}

.preloader:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .9);
  height: 100%;
  width: 100%;
  display: block !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.preloader:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 4px rgba(0, 0, 0, .25) solid;
  border-top: 4px #284F30 solid;
  border-radius: 50%;
  -webkit-animation: preloader .6s infinite linear;
  animation: preloader .6s infinite linear;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    }
}

@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    }
}


/***Media***/
.hidden {
  display: none!important;
}
@media screen and (min-width: 1920px) {
  
}

@media screen and (max-width: 1240px) {
  .main-navigation {
    margin-right: 0;
  }  
  .contacts-sidebar {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .page-title_h1 {
    font-size: 48px;
  }
  .page-subtitle {
    font-size: 38px;
  }
  .site-header .mega-menu li {
    padding: 9px 10px;
  }
  .btn_header {
    padding: 16px;
  }
  .programs__item-title {
    font-size: 24px;
  }
  .services__list {
    padding: 20px 0;
  }
  .services__item {
    margin-bottom: 20px;
  }
  .cooperation__contacts-name {
    font-size: 24px;
  }
  .cooperation__contacts-position {
    min-height: 76px;
  }
  .sec-advantages {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-assets {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .sec-about-program__text {
    padding-left: 40px;
  }
  .sec-about-program_reverse .sec-about-program__text {
    padding-right: 40px;
  }
  .elevators__content {
    padding-left: 0;
  }
  .single-elevator__left {
    width: 60%;
  }
  .single-elevator__right {
    width: 40%;
    padding-left: 10px;
  }
  .tdh {
    font-size: 14px;
  }
  .tdh span {
    font-size: 12px;
  }
  .tdh_1 {
    font-size: 18px;
  }
  .td_1 {
    padding-right: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .tdh {
    font-size: 12px;
  }
  .tdh span {
    font-size: 11px;
  }
  .tdh_1 {
    font-size: 16px;
  }
  .culture-filter .culture-filter__panel {
    padding: 20px 10px 10px;
  }
  .culture-filter .price-filter__panel-title {
    font-size: 16px;
  }
  .culture-filter .price-filter__panel-subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .main-navigation, .header_cabinet {
    display: none;
  }
  .header__burger {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-header .header {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .burger {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(images/menu-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }  
  .header__burger.is-active .burger {
    width: 24px;
    height: 24px;
    background-image: url(images/menu-icon-close.svg);
  }
  .page-title_h1 {
    font-size: 40px;
  }
  .page-subtitle {
    font-size: 36px;
  }
  .page-title_elevator {
    font-size: 36px;
  }
  .programs__item-title {
    font-size: 22px;
  }
  .programs__item-note {
    font-size: 15px;
  }
  .contacts-sidebar {
    width: 280px;
  }
  .contacts-content {
    width: calc(100% - 280px);
  }
  .contact-section-nav > li > a {
    font-size: 24px;
  }
  .sec-advantages {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services {
    padding-top: 0;
    padding-bottom: 0;
  }  
  .sec-contacts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .advantages {
    margin: 0 -15px;
  }
  .advantages__item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 15px 15px;
  }  
  .services__item-title {
    font-size: 24px;
  }
  .page-subtitle_md {
    margin-bottom: 20px;
  }  
  .sec-assets .page-text_md {
    padding-right: 0;
  }
  .cooperation__contacts-name {
    font-size: 22px;
    min-height: 54px;
  }
  .cooperation__contacts-position {
    font-size: 16px;
  }
  .sec-contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact__row {
    padding: 20px;
  }
  .sec-about-program_bg {
    padding: 40px 20px;
  }
  .elevators-grid__item {
    width: calc(50% - 16px);
  }
  .elevators-section-photo {
    margin-bottom: 20px;
  }
  .single-elevator__left {
    width: 100%;
  }
  .single-elevator__right {
    width: 100%;
    padding-left: 0;
  }
  .home .sec-page-title {
    padding-top: 0;
  }
  .page-title_home {
    font-size: 36px;
  }
  .price-banner {
    display: none;
  }
  .price-banner.price-banner_mobile {
    display: block!important;
    margin-top: 20px;
    text-align: center;
  }
  .prices__sidebar {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .prices__content {
    width: 100%;
  }
  .contact-perevezennya__form-col, .contact-perevezennya__form-col-contactme {
    display: none;
  }
  .contact-perevezennya__form-col-contact-mobile {
    display: block!important;
    width: 100%;
    text-align: center;
  }
  .contact-perevezennya__form-col.fancybox-content .col-6 {
    width: 100%;
  }
 
}
@media screen and (max-width: 850px) {  
  .programs__item-title {
    font-size: 20px;
  }
  .programs__item-note {
    font-size: 14px;
  }
  .programs__item-wrap {
    width: 50%;
  }
  .programs__item-wrap:first-child {
    width: 100%;
  }
  .contact-section-position, .contact-section-title {
    margin-bottom: 5px;
  }
  .contact-section-description, .contact-section-person-list li{
    margin-bottom: 10px;
  }
  .contact-section-position {
    width: auto;
    padding: 2px 10px;
    text-align: left;
  }
  .contact-section-position_se {
    width: 225px;
  }
  .page-title_h1 {
    font-size: 36px;
  }
  .page-subtitle {
    font-size: 34px;
  }
  .page-title_elevator, .page-title_home {
    font-size: 34px;
  }
  #breadcrumbs {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .sec-logistics-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sec-services {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .services {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    padding-bottom: 0;      
  }
  .services__img-wrap {
    width: 100%;
    height: 460px;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .services__img-wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
  .services__content {
    width: 100%;
    padding-left: 0;
  }
  .assets {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; 
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;                
  }
  .assets__item, .assets__item.active {
    width: 50%;
    margin-bottom: 15px;
  }
  .assets__info-descr, .assets__info-value {
    opacity: 1;
  }
  .cooperation {
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cooperation__left {
    width: 100%;
    max-width: 480px;
    padding-right: 0;
  }
  .cooperation__right {
    width: 100%;
    max-width: 480px;
    padding-left: 0;
  }
  .cooperation__contacts {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;   
    margin-bottom: 35px;      
  }
  .cooperation__contacts-img {
    width: 100%;
    margin-bottom: 10px;
  }  
  .cooperation__contacts-info {
    width: 100%;
  }
  .cooperation__contacts-name {
    min-height: 20px;
  }
  .cooperation__contacts-position {
    min-height: 14px;
  }  
  .sec-avto-hero {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;  
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;

    padding-top: 0;
  }  
  .sec-avto-hero__text {
    width: 100%;
    text-align: center;
  }
  .sec-avto-hero__text .btn_cta {
    margin: 0 auto;
  }
  .sec-avto-hero__img-wrap {
    width: 100%;
    height: 460px;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .sec-avto-hero__img-wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page-text_avto-hero {
    margin-left: auto;
    margin-right: auto; 
  }  
  .sec-about-program {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 20px;      
  }
  .sec-about-program_bg {
    padding: 50px 0 25px;
  }
  .sec-about-program_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;  
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; 
  }
  .sec-about-program__img-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .sec-about-program__img-wrap img {
    height: 100%;
    max-height: 460px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec-about-program__text {
    width: 100%;
    padding-left: 0;
  }
  .sec-about-program_reverse .sec-about-program__img-wrap {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    width: 100%;
    height: 460px;
  }
  .sec-about-program_reverse .sec-about-program__img-wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec-about-program_bg .btn_cta {
    margin: 40px auto 20px;
  }
  .sec-about-program_bg .sec-about-program__text {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 40px);
  } 
  .sec-contact {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .contact__row {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    padding: 50px 0;      
  }
  .contact__info-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .contact__form-col {
    width: 100%;
  }
  .elevators-grid__link {
    padding: 16px 4px;
  }
  
}
@media screen and (max-width: 768px) {
  .programs__item-title {
    font-size: 19px;
  }
  .programs__item-note {
    font-size: 13px;
  }
  .footer__description {
    max-width: 85%;
  }
  .sub-header {
    margin-bottom: 20px;
  }
  .page-subtitle {
    font-size: 30px;
  }  
}
@media screen and (max-width: 740px) {
  .contacts-hero__description, .page-description {
    font-size: 14px;
  }
  .sec-contacts-content {
    padding-top: 30px;
  }
  .contact-item-hero__title {
    font-size: 20px;
  }
  .contact-item-hero__region {
    font-size: 12px;
  }
  .contact-item-hero__address {
    font-size: 16px;
  }
  .contact-item-hero__email, .contact-item-hero__tel, .contact-section-description {
    font-size: 12px;
  }
  .contact-section-title {
    font-size: 14px;
  }
  .contact-section-title_se {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-section-person-list li a {
    font-size: 11px;
  }
  .contact-section-person-list_se li a {
    font-size: 16px;
  }
  .elevators-grid__item {
    width: calc(100% - 16px);
  }
  .price-table__row .td, .td_val-t {
    font-size: 12px;
  }
  .delta {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .price-table__title {
    font-size: 16px;
  }
  .tdh {
    font-size: 11px;
  }
  .tdh span {
    font-size: 10px;
  }
  .tdh_1 {
    font-size: 16px;
  }
  .td_val .val {
    min-width: 40px;
  }
}
@media screen and (max-width: 668px) {
  .contact-section-photo {
    display: none;
  }
  .contacts-sidebar {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .contacts-content {
    width: 100%;
  }
  .contact-section-nav > li > a {
    font-size: 28px;
  }
  .elevators__content {
    width: 100%;
  }
  .elevators__sidebar {
    width: 100%;
    margin-bottom: 0;
  }
  .elevators-grid__item {
    width: calc(50% - 16px);
  }
  .elevators-section-photo {
    display: none;
  }  
  .tdh-se {
    font-size: 14px;
  }
  .tdh-se span {
    font-size: 12px;
  }
  .tdh-se_1 {
    font-size: 16px;
  }
  .tdh {
    font-size: 10px;
  }
  .price-table__row .td, .td_val-t {
    font-size: 10px;
  }
  .td_val .val {
    min-width: 30px;
  }
}
@media screen and (max-width: 568px) {  
  .assets__item, .assets__item.active {
    width: 100%;
  }
  .assets__content {
    height: 230px;
  }
  .site-footer {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .footer__col_1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__col_2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__col_3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__col_4 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__logo {
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .footer__contacts-item {
    margin-bottom: 20px;
  }
  .footer__contacts-item:last-child {
    margin-bottom: 20px;
  }  
  .footer__description {
    max-width: 100%;
  }
  .footer__top {
    margin-bottom: 0;
  }
  .footer__copyright br {
    display: none;
  }
  .delta {
    display: none;
  }
  .price-table .thead {
    display: none;
  }
  .price-table__sect {
    padding: 6px 0 0;
    border: none;
  }
  .price-table__title-wrap {
    background-color: #284F30;    
    border-radius: 10px;
    padding: 12px 20px;
  }
  .price-table__panel-close svg path {
    fill: #FFFFFF;
  }
  .price-table__title {
    color: #FFFFFF;
    font-size: 20px;
  }
  .price-table__sect .hidden {
    display: block!important;
  }
  .price-table__row {    
    padding: 12px 20px 0;
    margin-bottom: 8px;
    border-radius: 12px;
    border: 1px solid #E0E9E2;
  }
  .price-table__row .td {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;

    color: #284F30;
  }
  .price-table__row .td .label_sm {
    font-size: 12px;
    font-weight: 400;
  }
  .price-table .td_1, .price-table .td_2, .price-table .td_3, .price-table .td_4, .price-table .td_5 {
    width: 100%;
  }
  .price-table__row .td.td_1 { 
    flex-direction: column;   
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }
  .price-table__row .td.td_5, .price-table__row .td.td_6 {
    width: 40%;
    flex-direction: column; 
    margin-bottom: 12px;  
  }
  .price-table__row .td.td_7 {
    width: 20%;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 12px;
  }
  .price-table .td_1 .td_type-label {
    font-size: 14px;
    font-weight: 700;
    color: #284F30;
    width: 100%;
    margin-bottom: 14px;
  }
  .price-table .td_1 .td_type-val {
    font-size: 14px;
    font-weight: 700;
    color: #6B7280;
    width: 100%;
  }
  .price-table .td_5 {
    align-items: flex-start;
  }
  .price-table__row:before, .price-table__row:after {
    display: none;
  }
  .page-template-page-home {
    background-color: #FFFFFF;
  }
  .prices__sidebar-inner {
    border: none;
    padding: 10px 0;
  }
  .Zebra_DatePicker_Icon_Wrapper, .Zebra_DatePicker {
    width: 100%;
  }
  .buttons-excel {
    padding-left: 25px;
    font-size: 12px;
  }
  .price-tabel__status {
    font-size: 12px;
  }
  .price-table__row .td, .td_val-t {
    font-size: 14px;
  }
  .price-table .info_sm {
    width: 24px;
    height: 24px;
  }
  .price-table .td_5 .td_val-t, .price-table .td_6 .td_val-t, .price-table .td_7 .td_val-t {
    height: 24px;
    margin-top: 10px;
  }
  .price-table .td_7 .td_val-t {
    margin-right: 12px;
  }
  .prices__sidebar .prices__sidebar-title, .prices__sidebar .price-filter__panel-title {
    font-size: 20px;
  }
  .prices__sidebar .price-filter__panel-close {
    width: 24px;
    height: 24px;
    content: '';
    background-image: url(images/filter-arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .prices__sidebar .accordion.active .price-filter__panel-close {
    rotate: 180deg;
  }  
}
@media screen and (max-width: 480px) {
  /*.header__logo-img {
    margin-right: 10px;
    max-width: 73px;
  }
  .header__logo-title {
    font-size: 11px;
    line-height: 1;
    margin-left: 10px;
  }*/
  .header__logo-title:before {
    height: 30px;
    left: -20px;
    top: 5px;
  }  
  .page-title, .page-title_home {
    font-size: 28px;
  }
  .page-title_h1 {
    font-size: 24px;
    margin: 0 auto 15px;
  }
  .page-subtitle {
    font-size: 24px;
  }
  .page-title_elevator {
    font-size: 20px;
  }
  .page-description_logistics-hero {
    font-size: 12px;
  }
  .programs__item-title {
    font-size: 18px;
    word-wrap: break-word;
  }
  .programs__item-note {
    font-size: 12px;
  }
  .programs__item {
    height: 180px;
  }  
  .programs__item:after {
    width: 11px;
    height: 11px;
    top: 10px;
    right: 15px;
  }  
  .programs__item-text {
    padding: 8px;
  }
  .programs {
    margin: 0 -1px; 
  }
  .programs__item-wrap {
    padding: 4px 1px;
  }
  .programs__item-wrap:first-child .programs__item:after {
    width: 37px;
    height: 37px;
    top: 24px;
    right: 15px;
  }
  .programs__item-wrap:first-child .programs__item {
    height: 237px;
  }
  .programs__item-wrap:first-child .programs__item-title {
    font-size: 20px;
  }
  .programs__item-wrap:first-child .programs__item-text {
    padding: 15px;
  }
  .sec-page-title {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .home .sec-page-title {
    padding-top: 20px;
  }
  .sec-programs {
    padding-bottom: 40px;
  }
  .sec-logistics-hero, .sec-avto-hero {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;  
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;

    padding-top: 0;
  }  
  .btn_cta {
    font-size: 16px;
    border-radius: 8px;
    padding: 13px 17px;
  }
  .btn_cta span:after {
    top: -2px;
  }
  .sec-advantages {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .page-subtitle_md, .page-text_md {
    text-align: center;
  }
  .page-subtitle_md {
    margin-bottom: 15px;    
  }
  .page-subtitle_md br {
    display: none;
  }
  .page-text {
    font-size: 14px;
  }
  .sec-assets {
    padding-top: 10px;
    padding-bottom: 35px;
  }  
  .sec-assets .page-text_md {
    padding-right: 0;
  }
  .advantages__item {
    width: 100%;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 10px;
  }  
  .advantages__img-wrap {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .advantages__title {
    text-align: center;
    min-height: 10px;
  }
  .advantages__title br {
    display: none;
  }
  .advantages__text {
    text-align: center;
    font-size: 14px;
  }
  .sub-header {
    margin-bottom: 10px;
    justify-content: center;
  }
  .sec-services {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-subtitle_lg {
    margin: 0 auto 15px;
  }
  .sec-services__header {
    margin-bottom: 10px;
  }  
  .services__item-title {
    font-size: 20px;
  }
  .services__item-text {
    font-size: 14px;
  }
  .services__list {
    padding: 35px 10px 0 0;
  }
  .services__img-wrap {
    height: 230px;
  }  
  .sec-contacts {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .cooperation__contacts-img img {
    width: 60px;
    height: 60px;
  } 
  .cooperation__contacts-name {
    font-size: 20px;
    min-height: 20px;
  }
  .cooperation__contacts-position {
    font-size: 14px;
    min-height: 14px;
  }
  .cooperation__contacts-tel, .cooperation__contacts-email {
    font-size: 12px;
  }
  .cooperation__contacts-tel {
    margin-bottom: 15px;
  }
  .cooperation__contacts-position {
    min-height: 20px;
  }
  .footer__description, #footer-menu-1 li a {
    font-size:  14px;
  }
  .site-footer .container_xlg {
    padding: 0 35px;
  }
  
  .sec-logistics-hero__img-wrap, .sec-avto-hero__img-wrap {
    width: 100%;
    height: 186px;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 25px;
  }
  .sec-avto-hero__img-wrap img, .sec-logistics-hero__img-wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
  }  
  .page-text_avto-hero {
    font-size: 12px;
  }
  .sec-avto-hero {
    padding-bottom: 50px;
  }
  .page-text_avto-hero {
    margin-bottom: 20px;
  }  
  .sec-about-program_bg {
    border-radius: 0;
    padding: 50px 0 25px;
  }
   
  .sec-about-program_reverse .sec-about-program__img-wrap {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    width: 100%;
    height: 240px;
  }
  .sec-about-program_reverse .sec-about-program__img-wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sec-about-program_bg .btn_cta {
    width: 100%;
  }
  
  .contact .services__list {
    padding: 35px 0 0 0;
  }
  .contact .services__item-label, .contact .services__item-text_contact-link, .contact__list {
    font-size: 14px;
  }
  .contact__form-col form {
    padding: 35px 20px 20px;
  }  
  .elevators-grid {
    margin: 0 0 24px;
  }
  .elevators-grid__item {
    width: 100%;
    margin: 8px 0;
  }
  .elevators__sidebar-inner {
    padding: 24px 0 0;
    border: none;
    margin-bottom: 0;
  }
  .elevators-grid__link {
    padding: 16px 24px;
  }
  .fancybox-slide--html .fancybox-content {
    padding: 50px 20px 30px;
  }
  .trp-info__td_title {
    width: 100%;
    padding-right: 0;
  }  
  .trp-info__td_val {
    width: 100%;
  }
  .trp-info__row {
    margin-bottom: 16px;
  }
  .trp-info__row:first-child {
    margin-bottom: 16px;
  }
  .contact-section-person-info {
    width: 100%;
  }
  .contact-section-position_se {
    width: 100%;
  }
  .trp-info__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;  
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .trp-info__header-text_se {
    padding-left: 0;
    padding-bottom: 10px;
  }
  .trp-info__header-btn {
    width: 100%;
  }
  .btn_trp-info-se {
    width: 100%;
  }
  .single-elevator__panel-title_documents, .single-elevator__panel-title_warning  {
    font-size: 14px;
  }
  .single-elevator__panel_purchase-prices, .single-elevator__panel_qual, .qual-table__sect {
    border-radius: 12px;
  }
  .td-qual_1 {
    width: 85%;
  }
  .td-qual_2 {
    width: 15%;
  }
  .se-table__sect {
    padding: 14px 0 0;
    border: none;
  }
  .se-table__title-wrap {
    display: none;
  }
  .se-table__sect .hidden {
    display: block!important;
  }
  .se-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 20px 0;
    margin-bottom: 8px;
    border-radius: 12px;
    border: 1px solid #E0E9E2;
  }
  .se-table__row .td {
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;

    color: #284F30;
  }
  .se-table__row .td .label_sm {
    font-size: 12px;
    font-weight: 400;
  }
  .td-se_1, .td-se_2, .td-se_3, .td-se_4, .td-se_5 {
    width: 100%;
  }
  .se-table__row .td.td-se_1, .se-table__row .td.td-se_5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;  
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .td-se_1 .td_type-label {
    font-size: 12px;
    font-weight: 700;
    color: #284F30;
  }
  .td-se_1 .td_type-val {
    font-size: 20px;
    font-weight: 700;
    color: #89C61F;
  }
  .fancybox-content .btn_trp-info {
    width: 100%;
  }
  .fancybox-content .trp-info__header-text {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .sec-contact-perevezennya {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-perevezennya__form-col-contact-mobile {
    text-align: left;
  }
  .btn_popup_contactme {
    margin: 0 auto 10px;
  }
  .btn_popup_contact {
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .contact-section-person-photo {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .contact-section-person-info {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
  .cf7sr-g-recaptcha {
    max-width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 350px) {
  .contact-section-person {
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .contact-section-person-photo {
    width: 94px;
    min-width: 94px;
    height: 94px;
    margin: 0 auto 10px;
  }
  .contact-section-person-info {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .contact-section-person-list {
    justify-content: center;
  }
  .contact-section-person-list li {
    margin-right: 0;    
  }
  .contact-section-title {
    margin-bottom: 10px;
  }
  .contact-section-position {
    text-align: center;
  }
  .single-elevator__panel {
    padding: 20px 6px;
  }
  .single-elevator__panel-icon-wrap {
    margin-right: 10px;
  }
  .single-elevator__panel_purchase-prices, .single-elevator__panel_qual, .qual-table__sect {
    padding: 12px 16px;
  }
}