@charset "UTF-8";
.news-card-v3{
  min-height: 295px;
  background: #1bacd6!important;
  height: calc(100% - 60px);
  padding: 40px 20px 70px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-card-v3:hover{
  background: #1899bf !important;
}



.news-card-v3 h3{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 1em;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}

.news-card-v3 p{
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
}


.page-template-default .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #1bacd6;
  color: #fff;
}

.page-template-default .gform_wrapper.gravity-theme .gfield_label {
  font-size: 13px;
}


.page-template-default .gform_previous_button, .page-id-7524 .gform_next_button, .page-id-7524 .gform_button {
  font-family: "termina", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 134px;
  min-height: 45px;
  border-radius: 3px;
  padding: 10px 25px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background-color: #1bacd6;
  border-color: #1bacd6 !important;
  border: 2px solid;
  cursor: pointer;
  margin: 0;
}

.page-template-default .gform_wrapper.gravity-theme .gfield_header_item, .page-id-7524 .gform_wrapper.gravity-theme .gform_fileupload_rules, .page-id-7524 .gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 12px;
  padding-top: 5px;
}



.page-template-default .gform_wrapper .gform_body .gfield select {
  font-size: 11px;
}

.page-template-default .gform_previous_button:hover, .page-id-7524 .gform_next_button:hover, .page-id-7524 .gform_submit_button_1:hover {
  background-color: #3fc453!important;
  border-color: #3fc453 !important;
}
/**/



.reparatie .gform_wrapper .gform_body .gfield select{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
    min-height: 42px;
    background: #fff;
    border: 1px solid #e0e7ee;
    border-radius: 5px;
    padding: 10px 36px 10px 28px;
    cursor: pointer;
    font-weight: 700;
    font-size: 11px;
    line-height: 18px;
    color: #445870;
}
.text-content ul{
	padding-left: 30px;
}
.reparatie h2{
  font-size: 30px;
  line-height: 1.3;
  margin: 20px 0;
      font-family: "termina", sans-serif;

    font-weight: 700;
}
.about-page .title-3{

    width: 100%;
    margin-top: 53px;
        font-size: 70px;
}

.products.products_listing .products__head>a{
    position: relative;
    z-index: 99;
    margin: 0 0 58px;
}

.promo-header__title span{
	color: #fff
}
.process-step .info p:last-child{
  display:none;
}
.reparatie h3{
  font-size: 26px;
  line-height: 1.3;
  margin: 20px 0;
  font-family: "termina", sans-serif;

    font-weight: 700;
    
    
}

.center-text .title-1{
	text-align: center;
    width: 100%;
}

.gform_wrapper.gravity-theme .ginput_complex select{
	border: 1px solid #e0e7ee;
        border-radius: 5px;
}

.products + .market-new{
margin-top: -100px;
}

.promo-header-text{
	font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase;
            margin: 50px auto 100px;
                max-width: 100%;
                    width: 780px;
            
}




.project-title{
font-family: "Anton", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.12em;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0 30px;
}

.p-b-100{
padding-bottom:100px;
}

.p-t-50{
padding-top:50px;
}


.market-new {
  padding: 150px 0 150px; }
  .market-new .title-h2 {
    font-family: "Anton", sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.12em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px; }
  .market-new .btn-wrap {
    text-align: center;
    margin-bottom: 100px; }
  .market-new .item-3n-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 30px; }
    .market-new .item-3n-new li {
      text-align: center; }
      .market-new .item-3n-new li p {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-transform: uppercase;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
        color: #000; }
        .market-new .item-3n-new li p img {
          margin-right: 15px;
          width: 30px;
          height: auto; }
          
          .market-new .item-3n-new li p span{
          	position: relative;
            top: 2px;
          
          }

.title-h2-new{
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 35px;
}

.two-column-text .btn-default{
	margin:70px  0 0;
}

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



.reparatie h4{
  font-size: 22px;
  line-height: 1.3;
  margin: 20px 0;
  font-family: "termina", sans-serif;

    font-weight: 700;
}

.text-img-b.text-img-b_revers .text-img-b__col-1{
padding-top: 30px;
}

.gform_wrapper.gravity-theme .gfield select.large{
border: 1px solid #e0e7ee;
    border-radius: 5px;
}

.process-step {
  background-color: #00a1e2;
  padding: 62px 0 80px; }
  .process-step .container {
    padding: 0 32px; }
  .process-step h2 {
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-family: "Anton", sans-serif;
    margin: 0 0 62px;
    text-transform: uppercase; }
  .process-step .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 6px;
    position: relative; }
    .process-step .content:before {
      position: absolute;
      top: 20px;
      left: 95px;
      right: 95px;
      content: '';
      height: 2px;
      background: #fff; }
  .process-step .item {
    width: 15%;
    position: relative;
    z-index: 1; }
    .process-step .item:hover {
      z-index: 3; }
    .process-step .item > p {
      font-size: 13px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.85;
      letter-spacing: normal;
      text-align: center;
      color: #fff; }
    .process-step .item .round {
      position: relative;
      top: 0;
      left: 0;
      width: 28px;
      height: 28px;
      border-radius: 100%;
      margin: 0 auto 20px;
      background: #00a1e2; }
      .process-step .item .round:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 42px;
        height: 42px;
        background: #00a1e2;
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: '';
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .process-step .item .round:before {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        content: '';
        border: solid 2px #fff;
        border-radius: 100%;
        width: 28px;
        height: 28px; }
    .process-step .item .title-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px;
      width: 100%; }
      .process-step .item .title-wrap > h6 {
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.85;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        margin: 0 15px 0 0; }
      .process-step .item .title-wrap .tooltip {
        position: relative;
        z-index: 2;
        top: -2px; }
        .process-step .item .title-wrap .tooltip > span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
          width: 12px;
          height: 12px;
          border-radius: 100%;
          background: #fff;
          font-size: 0 !important;
          background: url("../img/icon-300.svg") no-repeat center;
          background-size: contain;
          position: relative;
          z-index: 5; }
          .process-step .item .title-wrap .tooltip > span:hover {
            z-index: 10; }
        .process-step .item .title-wrap .tooltip > span:hover + .tooltip-info {
          -webkit-transform: scale(1);
                  transform: scale(1);
          z-index: 9; }
  .process-step .tooltip-info {
    position: absolute;
    top: -20px;
    left: -27px;
    -webkit-transform: scale(0);
            transform: scale(0);
    background-color: #1e1d1b;
    border-radius: 20px;
    padding: 15px 30px;
    width: 315px;
    z-index: 5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform-origin: top left;
            transform-origin: top left; }
    .process-step .tooltip-info h6 {
      padding-left: 20px;
      font-size: 14px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.86;
      letter-spacing: normal;
      text-align: left;
      color: #fff;
      margin: 0 0 14px;
      padding-bottom: 14px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
    .process-step .tooltip-info p {
      font-size: 10px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: normal;
      text-align: left;
      color: #fff; }
  .process-step .btn-wrap {
    margin-top: 85px;
    text-align: center; }
    .process-step .btn-wrap a {
      border-color: #fff;
      color: #fff; }
  .process-step .item.active .round:before {
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/icon-301.svg") no-repeat center;
    background-size: contain; }
  .process-step .info {
    position: relative;
    max-height: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 140px; }
    .process-step .info p {
      font-size: 13px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.85;
      letter-spacing: normal;
      text-align: center;
      color: #fff;
      width: 160px; }


.reparatie h5{
  font-size: 20px;
  line-height: 1.3;
  margin: 20px 0;
  font-family: "termina", sans-serif;

    font-weight: 700;
}

.reparatie h6{
  font-size: 18px;
  line-height: 1.3;
  margin: 20px 0;
  font-family: "termina", sans-serif;

    font-weight: 700;
}
@font-face {
  font-family: "Anton";
  font-display: swap;
  src: url("../fonts/Anton-Regular.woff") format("woff"), url("../fonts/Anton-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

.fix-block .btn-wrap .btn-mob{
	display: none;
    }
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
.new-header .menu__link{
font-weight: 700;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

.cta:last-child{
	border-bottom: 1px solid #fff;
}

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

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

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pause:before {
  content: "";
}

.icon-play2:before {
  content: "";
}

.icon-chevron_big_left:before {
  content: "";
}

.icon-chevron_big_right:before {
  content: "";
}

.icon-chevron_down:before {
  content: "";
}

.icon-chevron_left:before {
  content: "";
}

.icon-chevron_right:before {
  content: "";
}

.icon-chevron_up:before {
  content: "";
}

.icon-circle_chevron_down:before {
  content: "";
}

.icon-circle_chevron_left:before {
  content: "";
}

.icon-circle_chevron_right:before {
  content: "";
}

.icon-circle_chevron_up:before {
  content: "";
}

.icon-circle_down:before {
  content: "";
}

.icon-circle_left:before {
  content: "";
}

.icon-circle_right:before {
  content: "";
}

.icon-circle_up:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-star-full:before {
  content: "";
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

/**
 * Swiper 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
  min-width: 168px;
}

.select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  background: #ffffff;
  border: 1px solid #e0e7ee;
  border-radius: 5px;
  padding: 10px 36px 10px 28px;
  cursor: pointer;
}

.select__title:before {
  position: absolute;
  font-family: "icomoon";
  content: "";
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  color: #90A1B5;
  font-size: 11px;
}

.select__value {
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  color: #445870;
}

.select__value > span {
  font-family: "termina", sans-serif;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  line-height: 170%;
  padding: 10px 0px 5px 0px;
  color: #000;
  -webkit-box-shadow: 0px 0px 10px rgba(236, 157, 171, 0.3);
          box-shadow: 0px 0px 10px rgba(236, 157, 171, 0.3);
  max-height: 315px;
  overflow-y: auto;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__title:before {
  -webkit-transform: translateY(-50%) scale(1, -1);
      -ms-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
}

.select._active .select__options {
  display: block;
}

.radio-wrap__radio {
  display: none;
}

.radio-wrap__radio:checked + .radio-wrap__label:after {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.radio-wrap__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.radio-wrap__label.visamaster {
  color: #000;
}

.radio-wrap__label > span {
  min-width: 50px;
  margin-right: 15px;
}

.radio-wrap__label > span img {
  width: 100%;
}


.radio-wrap__label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #000;
}

.radio-wrap__label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: red;
  left: 3px;
}

.burger-wrap {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.burger-wrap .burger {
  top: -8px;
  width: 42px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
}

.burger-wrap .burger span {
  width: 22px;
  height: 3px;
  display: block;
  background: #000;
  position: absolute;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.burger-wrap .burger span:nth-child(1) {
  top: 11px;
  right: 10px;
}

.burger-wrap .burger span:nth-child(4) {
  bottom: 11px;
  left: 10px;
}

.burger-wrap .second {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-wrap .third {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-wrap .first {
  -webkit-transform: scale(0) !important;
      -ms-transform: scale(0) !important;
          transform: scale(0) !important;
}

.burger-wrap .fourth {
  -webkit-transform: scale(0) !important;
      -ms-transform: scale(0) !important;
          transform: scale(0) !important;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 50;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup_content {
  opacity: 1;
}

.popup_body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup_content {
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.popup__map {
  height: 100%;
  width: 100%;
  background-color: #c4c4c4;
  max-width: 1500px;
  margin: auto;
}

.popup-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-map .head-gallery__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}

.popup-map .head-gallery__close > span {
  height: 25px;
  width: 25px;
}

.popup-gallery {
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-gallery__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.popup-gallery__content .popup-gallery-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}

.popup-gallery__content .popup-gallery-slider__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  max-height: 800px;
}

.popup-gallery__content .popup-gallery-slider__main .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  width: 100%;
}

.popup-gallery__content .popup-gallery-slider__main .swiper-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.popup-gallery__content .popup-gallery-slider__main .swiper-slide {
  height: 500px;
  min-width: 0;
}

.popup-gallery__content .popup-gallery-slider__main .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.head-gallery {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.head-gallery__body {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.head-gallery__logo {
  width: 100%;
  max-width: 79px;
}

.head-gallery__logo img {
  width: 100%;
}

.head-gallery__total-img {
  margin: 0 20px;
}

.head-gallery__total-img.link-icon-left {
  color: #fff !important;
}

.head-gallery__total {
  margin-left: 5px;
}

.head-gallery__close {
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.head-gallery__close > span {
  position: relative;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.head-gallery__close > span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.head-gallery__close > span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.popup-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11.5px 50px;
}

.popup-gallery-list__item {
  padding: 0 11.5px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.popup-gallery-list__img {
  padding-bottom: 59.4%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 10px;
  height: 100%;
}

html,
body {
  min-width: 320px;
  margin: 0 auto;
}

body {
  line-height: 1;
  font-family: "termina", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100%;
}

body.lock {
  overflow: hidden;
}

body.is-load ._preload-body {
  opacity: 0;
  visibility: hidden;
}

body.is-load ._preload-body:before {
  display: none;
}

body.admin-bar .header {
  top: 32px;
}

._preload-body {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}

._preload-body:before {
  position: absolute;
  content: "";
  z-index: 999;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 4px solid #6e6e6e;
  border-right: 4px solid #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: preloadBody 2s linear infinite;
          animation: preloadBody 2s linear infinite;
}

@-webkit-keyframes preloadBody {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes preloadBody {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

input,
button,
textarea {
  font-family: "termina", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.center {
  text-align: center;
}

._page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

._padding-top {
  padding-top: 85px;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}

.container-sm {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

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

.pt-5 {
  padding-top: 50px;
}

.ibg {
  position: relative;
}

.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-grey {
  background-color: #eeeeee;
}

.title-1 {
  font-family: "Anton", sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 1.046em;
  text-transform: uppercase;
  margin-top: 0;
}

.title-1 > strong {
  display: block;
  font-weight: 400;
}

.title-2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 1.142em;
  margin-top: 0;
  font-size: 70px;
  text-transform: uppercase;
}

.products_listing .title-2 {
	font-size: 35px;
}

.title-2 > strong {
  display: block;
  font-weight: 400;
}

.title-3 {
  font-family: "Anton", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.12em;
  text-transform: uppercase;
}

.title-4 {
  font-family: "termina", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.52em;
  margin-top: 0;
}

.title-5 {
  font-family: "termina", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.52em;
  margin-top: 0;
}

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

.social > li {
  margin-right: 9px;
  margin-bottom: 9px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.social > li > a {
  display: block;
  height: 25px;
  width: 25px;
}

.social > li > a svg {
  height: 100%;
  width: auto;
}

.social > li > a svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reparatie .wp-block-button__link{
	color: #fff!important;

}
.reparatie .wp-block-button__link:hover{

        background-color: #3fc453;
        border-color: #3fc453 !important;
}
.btn-default, .reparatie .wp-block-button__link{
  font-family: "termina", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 134px;
  min-height: 45px;
  border-radius: 3px;
  border: 1px solid;
  border-color: #000;
  padding: 10px 25px;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-default.btn-default_blue, .wp-block-button__link  {
  color: #fff;
  background-color: #1bacd6;
  border-color: #1bacd6 !important;
  border: 2px solid;
}

.btn-default.btn-default_white {
  color: #fff;
  border-color: #fff;
  border: 2px solid;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e0e7ee;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 11px;
  line-height: 18px;
  color: #000;
}

.input::-webkit-input-placeholder {
  font-size: 11px;
  line-height: 18px;
  color: #445870;
}

.input::-moz-placeholder {
  font-size: 11px;
  line-height: 18px;
  color: #445870;
}

.input:-ms-input-placeholder {
  font-size: 11px;
  line-height: 18px;
  color: #445870;
}

.input::-ms-input-placeholder {
  font-size: 11px;
  line-height: 18px;
  color: #445870;
}

.input::placeholder {
  font-size: 11px;
  line-height: 18px;
  color: #445870;
}

textarea.input {
  padding-top: 30px;
  padding-bottom: 30px;
  resize: none;
}

.link-icon-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-icon-right img {
  margin-left: 17px;
  width: 19px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.link-icon-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-icon-left img {
  margin-right: 12px;
}

.card-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 69px;
  min-height: 27px;
  border-radius: 2px;
  background-color: #1bacd6;
  padding: 6px 15px;
  color: #ffffff;
  font-family: "termina", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2em;
  z-index: 2;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-content {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.92em;
}

.text-content h1 {
  font-family: "termina", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.text-content h2 {
  font-family: "termina", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.228em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.text-content h3 {
  font-family: "termina", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0.7em;
}

.text-content h4 {
  font-family: "termina", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.52em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.text-content h5 {
  font-family: "termina", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.52em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.text-content h6 {
  margin-bottom: 0.5em;
}

.text-content a {
  color: #1bacd6 !important;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.text-content p {
  margin-bottom: 1.96em;
}

.text-content p.big-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 1.7em;
}

.text-content p.medium-text {
  font-size: 16px;
  line-height: 25px;
}

.text-content q {
  display: block;
  position: relative;
  font-family: "Anton", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 120%;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0.95em 0 1.25em;
  text-transform: uppercase;
}

.text-content q:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgzIiBoZWlnaHQ9IjI3MSIgdmlld0JveD0iMCAwIDE4MyAyNzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgMjcwLjVMMC41IDM0LjVDMC41IDE1LjcyMjMgMTUuNzIyMyAwLjUgMzQuNSAwLjVIMTgyLjUiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzBfNDg5KSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzBfNDg5IiB4MT0iLTEzLjc3MDgiIHkxPSIyODEuMDg1IiB4Mj0iMTgyLjUiIHkyPSIyODEuMDg1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMxQkFDRDYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM0ZDNDUzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.text-content q:first-child {
  margin-top: 0;
}

.text-content q:last-child {
  margin-top: 0;
}

.text-content ul {
  margin-bottom: 1.96em;
}

.text-content ul > li {
  list-style: disc;
}

.text-content ol {
  margin-bottom: 1.96em;
}

.text-content figure {
  margin: 4.2em 0 3.7em;
}

.text-content figure img {
  width: 100%;
  height: auto;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-content figure ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.text-content figure ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 12px);
          flex: 0 1 calc(50% - 12px);
  position: relative;
  padding-bottom: calc(30.84% - 12px);
  overflow: hidden;
  margin-bottom: 24px;
  list-style: none;
  border-radius: 2px;
}

.text-content figure ul li:first-child {
  border-radius: 40px 2px 2px 2px;
}

.text-content figure ul li:nth-child(3n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-bottom: 44.34%;
}

.text-content figure ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-embed__wrapper {
  height: 0;
  padding-bottom: 57%;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  font-weight: 500;
  height: 60px;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  text-transform: uppercase;
}

table th:not(:last-child) {
  padding-right: 24px;
}

table td {
  height: 50px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

table td:not(:last-child) {
  padding-right: 24px;
}

table td > strong {
  font-weight: 700;
  color: #000;
}

table td a {
  color: #1bacd6;
  text-decoration: underline;
}

table td img[data-tooltip-text] {
  margin-left: 10px;
}

.grecaptcha-badge {
  display: none !important;
}

[data-lazy-src] {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 85px;
  padding-left: 65px;
  padding-right: 65px;
}

.header__logo {
  width: 100%;
  max-width: 79px;
  margin-right: 25px;
  height: 35px;
}

.header__logo img,
.header__logo svg {
  width: 100%;
  height: auto;
  max-height: 35px;
}

.header__btn-gruop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__btn-gruop .header__btn:first-child {
  margin-right: 16px;
  border: 2px solid rgba(0, 0, 0, 0.17);
}

.header__btn {
  position: relative;
}

.header__btn .count {
  position: absolute;
  top: 5px;
  right: 10px;
}

.header__btn.btn-default {
  min-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.header__burger {
  margin-left: auto;
}

.menu__mob-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 73px;
}

.menu__logo {
  width: 100%;
  max-width: 79px;
  margin-right: 108px;
}

.menu__logo img,
.menu__logo svg {
  width: 100%;
  height: auto;
}

.menu__close {
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list > li.menu-item-has-children > .menu__link {
  padding-right: 29px;
}

.menu__list > li.menu-item-has-children > .menu__link:after {
  position: absolute;
  font-family: "icomoon";
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__list > li.menu-item-has-children > .menu__link.active:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 1.2em;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  position: relative;
  color: #000;
  font-size: 11px;
  line-height: 1.2em;
}


.menu__copy:before {

  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 15px;
  min-width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 99px;
  padding: 2px 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1bacd6), to(#3fc453));
  background-image: -o-linear-gradient(left, #1bacd6 0%, #3fc453 100%);
  background-image: linear-gradient(to right, #1bacd6 0%, #3fc453 100%);
  color: #ffffff;
  font-size: 7px;
  font-weight: 500;
  line-height: 1em;
}
.sub-menu__col-1{
 position: relative;
}
.sub-menu__col-1 .sub-menu__link {
  margin-top:10px;
   font-size: 12px;
   position: relative;
   bottom:0;
   left:0;
   display:inline-block
}
.sub-menu__col-1{
	justify-content: space-between;
}
.sub-menu__col-1 ul + .sub-menu__link{
	margin-top: 30px;
}

.sub-menu__col-1 .sub-menu__link + .sub-menu__link{
	margin-top: 10px;
}
.last-links a {
	margin-top: 10px;
}
.submenu_simple .sub-menu__col-1 .sub-menu__link {
  margin-top:0;
   font-size: 13px;
   position: relative;
}
.sub-menu__col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
         
}

.submenu_simple .sub-menu__col-2{
	display: none;
}

.sub-menu__title {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
  margin-bottom: 18px;
}

.sub-menu__list > li:not(:last-child) {
  margin-bottom: 14px;
}

.sub-menu__list > li > a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-menu__link {
  color: #000;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: underline;
}

.sub-menu-content-item {
  display: none;
}

.sub-menu-content-item.is-show {
  display: block;
  -webkit-animation: fadeUp 0.4s ease;
          animation: fadeUp 0.4s ease;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.sub-menu-content-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-menu-content-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.sub-menu-content-item__list > li {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  margin-bottom: 0;
  max-width: 33.33%;
}

.sub-menu-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  background-color: #ffffff;
  overflow: hidden;
}

.sub-menu-card__img {
  padding-bottom: 66.66%;
}

span[id^='more'] ~ * {
    display: none;
}

span[id^='more']:after {
    content: 'Lees meer';
    cursor: pointer;
    display: block;
    z-index: 9999;
    position: relative;
}

.form-two-column .gform_wrapper.gravity-theme .gfield_label{
    font-size: 16px!important;
    font-weight: 500!important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56!important;;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.form-two-column .gfield h3, .form-two-column .gfield p{

}

span.is-open  {
    display: none!important;
}

span.is-open ~ * {
    display: block!important;
}

span.is-open:after {
    content: 'Instorten';
    cursor: pointer;
    display: block;
    z-index: 9999;
    position: relative;
}

.sub-menu-card__line {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 12px;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#1bacd6), to(#3fc453));
  background-image: -o-linear-gradient(left, #1bacd6 0%, #3fc453 100%);
  background-image: linear-gradient(to right, #1bacd6 0%, #3fc453 100%);
}

.sub-menu-card__text-wrap {
  position: relative;
  padding: 14px 20px 19px 20px;
  color: #000;
  font-size: 12px;
  line-height: 1.2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.sub-menu-card__text-wrap:before {
  position: absolute;
  font-family: "icomoon";
  position: absolute;
  content: "";
  color: #3fc453;
  bottom: 16px;
  right: 15px;
  font-size: 18px;
  font-weight: 400;
}

.sub-menu-card__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.sub-menu-card__subtitle {
  padding-right: 20px;
}

.footer {
  background-color: #24272a;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer__logo {
  width: 100%;
  max-width: 110px;
  margin-bottom: 46px;
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.footer__title {
  margin-bottom: 24px;
}

.footer__text {
  max-width: 271px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 26px;
}

.footer__link {
  color: #ffffff;
  font-family: "termina", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 29px;
  display: inline-block;
}

.footer__nav-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
}

.footer__nav-list > li:not(:last-child) {
  margin-bottom: 9px;
}

.footer__nav-link {
  color: #fff;
  font-size: 13px;
  line-height: 1.4em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__bottom a {
  color: #fff;
}

.footer__bottom a:hover {
  text-decoration: underline;
}

.footer__bottom-body {
  font-size: 11px;
  line-height: 21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__copy {
  margin-right: 30px;
}

.footer__bottom-text {
  position: relative;
  z-index: 2;
}

.checkbox-wrap input[type=checkbox],
.checkbox-wrap .checkbox,
.checkbox-wrap br {
  display: none;
}

.checkbox-wrap._is-checked .checkbox-wrap__label:before {
  background-image: url(../img/icons/check.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-wrap__label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 170%;
  color: #000;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-wrap__label:before {
  margin-top: 3.5px;
  margin-right: 15px;
  content: "";
  height: 14px;
  min-width: 14px;
  background-color: #F8F8FA;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.black-box {
  background-color: #24272a;
  min-height: 140px;
  padding: 30px 36px 30px 51px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
}

.black-box .btn-default {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.black-box > *:last-child {
  margin-bottom: 0;
}

.black-box.black-box_top-left {
  border-radius: 42px 2px 2px 2px;
}

.black-box.black-box_top-right {
  border-radius: 2px 42px 2px 2px;
}

.black-box.black-box_bottom-right {
  border-radius: 2px 2px 42px 2px;
}

.black-box.black-box_bottom-left {
  border-radius: 2px 2px 2px 42px;
}

.black-box__big-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "termina", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}

.black-box__flex {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.black-box__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 15px;
  margin: 10px 0;
}

.black-box__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 15px;
  margin: 10px 0;
}

.black-box__suptitle {
  color: #009fe3;
  font-size: 14px;
  line-height: 1.28em;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
}

.black-box__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.black-box__title:last-child {
  margin-bottom: 0;
}

.black-box__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.black-box__list {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 44px;
}

.black-box__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.black-box__list > li:not(:last-child) {
  margin-bottom: 26px;
}

.black-box__list > li img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 24px;
}

.black-box__list:last-child {
  margin-bottom: 0;
}

.categories {
  position: relative;
}

.categories__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.categories__decor img {
  width: 100%;
  height: 100%;
}

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

.categories__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.categories__list > li:nth-child(2) .card-category__label {
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.categories__list > li:nth-child(3) .card-category__label {
  left: auto;
  right: 0;
}

.card-category {
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: #fff;
}

.card-category__img {
  padding-bottom: 91.26%;
}

.card-category__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  font-size: 40px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}

.card-category__label {
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -18%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  white-space: nowrap;
}

.card-category__text {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(7%);
      -ms-transform: translateX(-50%) translateY(7%);
          transform: translateX(-50%) translateY(7%);
  z-index: 2;
}

.text-block {
  max-width: 870px;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 112px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6666em;
}

.text-block p {
  margin-bottom: 1.4em;
}

.text-block > *:last-child {
  margin-bottom: 0;
}

.products {
  margin-bottom: 112px;
  padding-top: 36px;
}

.products.products_listing .products__head {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 71px;
}

.products.products_listing .products__head .black-box {
  margin-right: -40px;
  border-radius: 2px 2px 2px 42px;
  position: relative;
  padding: 40px 40px 47px 75px;
}

.products.products_listing .products__head .black-box .black-box__flex {
  margin: 0;
}

.products.products_listing .products__head .black-box .black-box__title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 1em;
  margin-bottom: 15px;
}

.products.products_listing .products__head .black-box .black-box__col-1 {
  margin-right: 29px;
  padding: 0;
}

.products.products_listing .products__head .black-box .black-box__col-1 > span {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  font-size: 14px;
  line-height: 16px;
}

.products.products_listing .products__head .black-box .black-box__col-1 .select__value span {
  font-size: 11px;
  line-height: 12px;
  color: #445870;
  font-weight: 400;
}

.products.products_listing .products__head .black-box .black-box__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
}

.products.products_listing .products__head .black-box .btn-default {
  background-color: transparent;
  width: 154px;
}

.products.products_listing .products__title {
  margin-right: 30px;
  margin-top: 20px;
}

.products.products_listing .products__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products.products_listing .products__filter > *:not(:last-child) {
  margin-right: 33px;
}

.products.articles_listing > .container {
  background-color: #fff;
  padding-top: 40px;
  border-radius: 2px;
}

.products.articles_listing .products__head {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 28px;
}

.products.articles_listing .products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11.5px;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 0;
}

.products.articles_listing .products__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0 11.5px;
  margin-bottom: 27px;
}

.products.articles_listing .products__list > li.big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.2%;
          flex: 0 0 58.2%;
}

.products.articles_listing .products__list > li.big .news-card-v2 {
  position: relative;
}

.products.articles_listing .products__list > li.big .news-card-v2 .news-card-v2__subtitle {
  max-width: 400px;
}

.products:not(.products_listing):not(.articles_listing) .products__list {
  display: none;
}

.products:not(.products_listing):not(.articles_listing) .products__list.active {
  display: -ms-grid;
  display: grid;
}

.products__head-select-label {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 25px;
}

.products__head {
  text-align: center;
  margin-bottom: 50px;
}

.products__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
  row-gap: 25px;
  margin-bottom: 47px;
}

.products__bottom .text-block {
  max-width: 808px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.products__bottom .text-block .btn-default {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 33px;
}

.card-product {
  display: block;
  border-radius: 0 0 2px 2px;
  background-color: #fbfbfb;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}

.card-product__img {
  padding-bottom: min(240px, 63.4%);
}

.card-product__label {
  position: absolute;
  top: 20px;
  left: 18px;
}

.card-product__head {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 0px 20px 0px;
  color: #ffffff;
  width: 100%;
  -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
          transform: translateY(8%);
}

.card-product__title {
  font-family: "Anton", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}

.card-product__subtitle {
  font-size: 11px;
  line-height: 1.4em;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  font-weight: 400;
  text-transform: uppercase;
}

.card-product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 50px;
  padding: 10px 20px 10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-product__bottom-item {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2em;
}

.card-product__bottom-item:not(:last-child) {
  margin-right: 20px;
}

.card-product__bottom-item img {
  max-height: 15px;
  width: auto;
  max-width: 15px;
  margin-right: 10px;
}

.nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  background-color: #ffffff;
  overflow: auto;
  max-width: 100%;
}

.nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 10px;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}

.nav__link.active {
  background-color: #1bacd6;
  color: #fff;
}

.nav__link2,
.nav a {
  white-space: nowrap;
}

.text-img-b {
  margin-bottom: 121px;
}

.text-img-b__col-1 {
  margin-bottom: 50px;
  text-align: center;
}

.text-img-b__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.7%;
          flex: 0 0 46.7%;
  position: relative;
  min-height: 380px;
}

.text-img-b__col-2 .black-box {
  margin-bottom: 50px;
}

.text-img-b__text-wrap {
  max-width: 540px;
}

.text-img-b__title {
  margin-bottom: 27px;
}

.text-img-b__subtitle {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 24px;
  font-weight: 600;
}

.text-img-b__text {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px;
}

.text-img-b__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.vacancies {
  padding-top: 97px;
  padding-bottom: 62.5px;
  position: relative;
}

.vacancies__decor {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.vacancies__decor img {
  width: 100%;
  display: block;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.vacancies__body {
  max-width: 1125px;
  position: relative;
  z-index: 2;
}

.vacancies__title {
  margin-bottom: 27px;
}

.vacancies__list > li:not(:last-child) {
  margin-bottom: 40px;
}

.vacancy-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.vacancy-card__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 297px;
          flex: 0 0 297px;
  min-height: 160px;
  border-radius: 2px;
  overflow: hidden;
}

.vacancy-card__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 31px 35px 13px 32px;
}

.vacancy-card__title {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}

.vacancy-card__text {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 18px;
  margin-bottom: 8px;
}

.vacancy-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vacancy-card__bottom .btn-default {
  margin-bottom: 10px;
}

.vacancy-card__flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.vacancy-card__flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
  margin-right: 25px;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 18px;
}

.vacancy-card__flex-item img {
  max-height: 14px;
  margin-right: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hero {
  position: relative;
  padding-bottom: 70px;
}

.hero.hero--center {
  margin-bottom: 155px;
}

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

.hero.hero--center .hero__title {
  margin-bottom: 60px;
}

.hero.hero--center .promo-header__flex-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero.hero--center .hero__box-info {
  text-align: left;
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}

.hero.hero--center .hero__box-info .black-box__flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero.hero--center .hero__box-info .black-box__col-1 {
  max-width: 461px;
}

.hero.hero--center .hero__box-info .black-box__col-2 {
  max-width: 249px;
}

.hero.hero--sm .hero__img {
  height: 340px;
}

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 501px;
  z-index: 1;
}

.hero__img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#40000000",GradientType=0 );
  /* IE6-9 */
}

.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 70px;
  color: #fff;
  position: relative;
  z-index: 2;
  min-height: 581px;
}

.hero__body .breadcrumbs {
  position: absolute;
  top: 36px;
  left: 40px;
  width: 100%;
  max-width: 600px;
}

.hero__body .filter {
  max-width: 723px;
  margin-bottom: -40px;
  margin-top: auto;
  min-height: 189px;
}

.hero__body .promo-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(0.17em);
      -ms-transform: translateY(0.17em);
          transform: translateY(0.17em);
}

.hero__title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero__box-info {
  max-width: 618px;
  margin-bottom: -74px;
}

.hero__box-info .card-label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 11px;
}

.hero__box-info .black-box__title {
  font-size: 30px;
  line-height: 1.2em;
}

.hero__text {
  padding-top: 3.2rem;
  max-width: 820px;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

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

.breadcrumbs > li {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
}

.breadcrumbs > li:not(:last-child):after {
  content: "•";
  margin-right: 4px;
}

.breadcrumbs > li > a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagging__list > li {
  margin: 0 2.5px 5px;
}

.pagging__item {
  border: 1px solid #000;
  height: 36px;
  min-width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 4px 3px;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagging__item.active {
  background-color: #000;
  color: #fff;
}

.new-projects {
  margin-bottom: 180px;
}

.new-projects__title {
  margin-bottom: 20px;
}

.new-projects__slider.swiper-container {
  overflow: visible;
}

.new-projects__slider .swiper-slide {
  width: 80.55%;
  height: 621px;
  color: #fff;
  overflow: hidden;
}

.new-projects__slider .swiper-pagination {
  bottom: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 67px;
}

.new-projects__slider .swiper-pagination .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 10px;
  width: 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1bacd6), to(#3fc453));
  background-image: -o-linear-gradient(left, #1bacd6 0%, #3fc453 100%);
  background-image: linear-gradient(to right, #1bacd6 0%, #3fc453 100%);
  opacity: 0.18;
  margin: 0 4px;
}

.new-projects__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 49px;
  opacity: 1;
}

.new-projects__slide-title {
  position: absolute;
  bottom: -0.09em;
  left: 80px;
  z-index: 3;
  line-height: 1em;
}

.new-projects__slider-next {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.new-projects__slider-next img {
  width: 36px;
  height: auto;
}

.new-projects__card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  -webkit-box-shadow: 0px 13px 18px -8px rgba(0, 0, 0, 0.15), 0px 11px 55px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 13px 18px -8px rgba(0, 0, 0, 0.15), 0px 11px 55px 10px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  min-height: 300px;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  text-align: left;
  padding: 65px 37px 60px 57px;
}

.new-projects__card .new-projects__title {
  text-align: left;
  margin-bottom: 20px;
}

.new-projects__text {
  max-width: 364px;
  margin-bottom: 30px;
}

.new-projects .info-bun__bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(#EEEEEE), to(#EEEEEE));
  background: -o-linear-gradient(bottom, #EEEEEE, #EEEEEE);
  background: linear-gradient(0deg, #EEEEEE, #EEEEEE);
}

.gallery-slider {
  max-width: 1125px;
  margin-bottom: 73px;
}

.gallery-slider.gallery-slider_two-rows {
  margin-bottom: 0 !important;
}

.gallery-slider.gallery-slider_two-rows .swiper-container {
  border-radius: 40px 0 0 0;
}

.gallery-slider .gallery-slider-hide {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.gallery-slider .swiper-slide {
  width: 159px;
  height: 95px;
}

.gallery-slider .swiper-slide:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#1bacd6), to(#3fc453));
  background-image: -o-linear-gradient(left, #1bacd6 0%, #3fc453 100%);
  background-image: linear-gradient(to right, #1bacd6 0%, #3fc453 100%);
  z-index: 2;
}

.gallery-slider .swiper-wrapper {
  margin-bottom: 20px;
}

.gallery-slider .swiper-pagination {
  position: static;
}

.gallery-slider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-slider__bottom .link-icon-left {
  font-weight: 400;
}

.gallery-slider__total {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.gallery-slider__total > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
}

.gallery-slider__total > span img {
  margin-right: 17px;
}

.popup-gallery-slider {
  margin: 0 auto;
  max-width: 1044px;
  width: 100%;
}

.popup-gallery-slider__main {
  position: relative;
  margin-bottom: 18px;
}

.popup-gallery-slider__btn {
  position: absolute;
  z-index: 2;
  height: 50px;
  width: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}

.popup-gallery-slider__btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.popup-gallery-slider__btn svg path {
  fill: currentColor;
}

.popup-gallery-slider__btn-prev {
  left: 0;
}

.popup-gallery-slider__btn-next {
  right: 0;
}

.popup-gallery-slider__thumb {
  margin-bottom: 30px;
}

.popup-gallery-slider__thumb .swiper-container {
  margin-top: -5px;
  padding-top: 5px;
}

.popup-gallery-slider__thumb .swiper-slide {
  width: 159px;
  height: 95px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-gallery-slider__thumb .swiper-slide:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#1bacd6), to(#3fc453));
  background-image: -o-linear-gradient(left, #1bacd6 0%, #3fc453 100%);
  background-image: linear-gradient(to right, #1bacd6 0%, #3fc453 100%);
  z-index: 2;
}

.popup-gallery-slider__thumb .swiper-slide.swiper-slide-thumb-active {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.popup-gallery-slider__thumb .swiper-wrapper {
  margin-bottom: 20px;
}

.popup-gallery-slider__thumb .swiper-pagination {
  position: static;
}

.hero-v2 {
  padding-top: 36px;
  margin-bottom: 120px;
}

.hero-v2 .breadcrumbs {
  margin-bottom: 20px;
}

.hero-v2 .breadcrumbs > li {
  color: #000;
}

.hero-v2 .breadcrumbs > li > a {
  color: #000;
}

.hero-v2__body {
  min-height: 510px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-v2__body .black-box .black-box__title {
  font-size: 25px;
  font-family: "termina", sans-serif;
}

.hero-v2__body .black-box .black-box__text {
  margin-bottom: 22px;
}

.hero-v2__body .link-icon-left {
  position: absolute;
  z-index: 2;
  left: 39px;
  bottom: 33px;
  color: #fff;
}

.hero-v2__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 74.4%;
  z-index: -1;
}

.gallery {
  margin-bottom: 132px;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11.5px;
}

.gallery__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0 11.5px;
  margin-bottom: 23px;
}

.gallery__list > li .gallery__item {
  border-radius: 2px;
  overflow: hidden;
}

.gallery__list > li:first-child .gallery__item {
  border-radius: 40px 2px 2px 2px;
}

.gallery__list > li:last-child .gallery__item {
  position: relative;
}

.gallery__list > li:last-child .gallery__item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  width: 37%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ5IiBoZWlnaHQ9IjE0OSIgdmlld0JveD0iMCAwIDE0OSAxNDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMzA2NTQ4IiBkPSJNMTM5LjI0NSA2Ny4wMzRMODEuNTU3MSA2Ny4wNDczTDgxLjU3MDQgOS4zNTk0MUw4MS4yMTUgOC4xODkzNkM3OC45MzU5IDAuNjg1MDA2IDY4LjAzNTQgMS41ODYwNCA2Ny4wMTk0IDkuMzYyNzZMNjcuMDA2MSA2Ny4wNTA3TDkuMzE4MTcgNjcuMDY0QzEuNDU4OTQgNjguMzEzNiAwLjkxNTM0NSA3OS40MjExIDguNjE1IDgxLjQzMjJMOS4zMTQ4MiA4MS42MTVMNjcuMDAyNyA4MS42MDE3TDY2Ljk4OTQgMTM5LjI5TDY3LjEzMDEgMTM5Ljg0NkM2OS4wODI5IDE0Ny41NjUgODAuMTkxOCAxNDcuMTMzIDgxLjU0MDQgMTM5LjI4Nkw4MS41NTM3IDgxLjU5ODNMMTM5LjI0MiA4MS41ODVDMTQ3LjA5NSA4MC4yMTQ5IDE0Ny40OTMgNjkuMDg4MiAxMzkuNzU3IDY3LjE2MTVMMTM5LjI0NSA2Ny4wMzRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery__list > li:nth-child(5n+1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.gallery__list > li:nth-child(5n+1) .gallery__item {
  padding-bottom: 61.5%;
}

.gallery__list > li:nth-child(5n+2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.gallery__list > li:nth-child(5n+2) .gallery__item {
  padding-bottom: 61.5%;
}

.gallery__item {
  display: block;
  padding-bottom: 59%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4px;
}

.gallery__bottom .link-icon-left {
  margin-bottom: 10px;
}

.gallery__bottom .link-icon-left:not(:last-child) {
  margin-right: 39px;
}

.gallery__bottom-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta {
  background: -webkit-gradient(linear, left bottom, left top, from(#24272a), to(#24272a));
  background: -o-linear-gradient(bottom, #24272a, #24272a);
  background: linear-gradient(0deg, #24272a, #24272a);
  margin-bottom: 160px;
  padding-top: 124px;
  padding-bottom: 90px;
}

.cta .container {
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cta .btn-default {
  margin-left: auto;
}

.cta .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cta .wpcf7-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cta .wpcf7-response-output {
  color: #fff;
}

.cta .wpcf7-form-control-wrap {
  display: block;
}

.cta .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  font-size: 12px;
}

.cta__body {
  color: #fff;
  max-width: 1040px;
  margin: 0 auto 20px;
}

.cta__col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cta__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.3%;
          flex: 0 0 42.3%;
}

.cta__col-2 .form__item {
  height: 100%;
}

.cta__col-2 .form__item textarea.input {
  height: 100%;
  border-radius: 0px 40px 0px 0px;
}

.cta__col-2 .form__item .wpcf7-form-control-wrap {
  height: 100%;
}

.cta__title {
  margin-bottom: 50px;
}

.cta__title.title-4 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.375em;
  font-weight: 500;
  text-transform: uppercase;
}

.cta .link-icon-left {
  color: #fff;
  margin-bottom: 48px;
}

.cta__text {
  background: rgba(255, 255, 255, 0.05);
  mix-blend-mode: normal;
  border-radius: 0px 40px 0px 0px;
  height: 100%;
  padding: 30px;
}

.cta__text.text-content {
  font-size: 17px;
  line-height: 1.41em;
}

.cta__text:last-child {
  margin-bottom: 0;
}

.cta__btn-group .btn-default {
  margin-right: 22px;
  margin-bottom: 10px;
}

.cta__form {
  background-color: #fff;
  -webkit-box-shadow: 0px 13px 18px -8px rgba(0, 0, 0, 0.15), 0px 11px 55px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 13px 18px -8px rgba(0, 0, 0, 0.15), 0px 11px 55px 10px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  margin-bottom: -76px;
  padding: 60px 106px 60px 69px;
  width: 100%;
}

.cta__video-wrap {
  margin-bottom: -76px;
}

.cta .form__item {
  margin-bottom: 20px;
}

.cta .form__item:last-child {
  margin-bottom: 0;
}

.cta .form__item .input {
  height: 90px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 17px;
  color: #fff;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}

.cta .form__item .input::-webkit-input-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .form__item .input::-moz-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .form__item .input:-ms-input-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .form__item .input::-ms-input-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .form__item .input::placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_validation_errors {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.cta .gform_confirmation_message {
  text-align: center;
  color: #fff;
}

.cta .gform_body.gform-body {
  margin-bottom: 20px;
}

.cta .gform_body.gform-body .gform_fields {
  -ms-grid-columns: 1fr 42.3% !important;
  grid-template-columns: 1fr 42.3% !important;
  -ms-grid-rows: auto !important;
  grid-template-rows: auto !important;
  gap: 28px !important;
  grid-auto-flow: column;
}

.cta .gform_body.gform-body .gform_fields > .gfield {
  grid-column: initial;
  position: relative;
}

.cta .gform_body.gform-body .gform_fields > .gfield:last-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}

.cta .gform_body.gform-body .gform_fields .ginput_container {
  height: 100%;
}

.cta .gform_body.gform-body .gform_fields .ginput_container input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 8px 30px;
  line-height: 18px;
  height: 90px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container input::-webkit-input-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container input::-moz-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container input:-ms-input-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container input::-ms-input-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container input::placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container textarea {
  height: 100%;
  border-radius: 2px 40px 2px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 36px 30px;
  line-height: 18px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 17px;
  color: #fff;
  resize: none;
}

.cta .gform_body.gform-body .gform_fields .ginput_container textarea::-webkit-input-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container textarea::-moz-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container textarea:-ms-input-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container textarea::-ms-input-placeholder {
  font-size: 17px;
  color: #fff;
}

.cta .gform_body.gform-body .gform_fields .ginput_container textarea::placeholder {
  font-size: 17px;
  color: #fff;
}


.cta .gform_body.gform-body .gform_fields .gfield_description {
  padding: 0;
  background: transparent;
  border: none;
  position: absolute;
  top: 100%;
  font-size: 12px;
  margin-top: 6px;
}

.cta .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  text-align: right;
  display: block !important;
}

















.cta .contact-form-new .gform_body.gform-body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: calc(50% + 15px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }


.cta .contact-form-new  .gform_body.gform-body .gform_fields > .gfield {
  width: 100%;
  display: block; }

.cta .contact-form-new .gform_body.gform-body .gform_fields > .text-right-block{
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 15px);
}


.cta .contact-form-new .gform_body.gform-body .gform_fields > .text-right-block textarea{
  height: 326px;
}



.cta .contact-form-new .gform_body.gform-body .gform_fields > .input-check {
  position: relative; }

.cta .contact-form-new .gform_body.gform-body .gform_fields > .input-check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden; }
  
  .reparatie .contact-form-new .gform_body.gform-body .gform_fields > .input-check label {
  position: relative;
  cursor: pointer;
  color: #000 !important;
  padding-top: 8px;
  padding-left: 40px; }
  
  .reparatie .contact-form-new .gform_body.gform-body .gform_fields > .input-check label a{
  color: #000;
  text-decoration: underline;
  }
  
  .reparatie .contact-form-new .gform_body.gform-body .gform_fields > .input-check label + span{
  color: #000;
  }
  
  .reparatie .contact-form-new .gform_body.gform-body .gform_fields > .input-check input:checked + label:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    content: '';
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
  
  .reparatie .contact-form-new .gform_body.gform-body .gform_fields > .input-check label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '';
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
}
  
  .reparatie .contact-form-new .gform_body.gform-body .gform_fields > .input-check label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '';
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            
            .reparatie .contact-form-new .gform_body.gform-body .gform_fields > .input-check input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.cta .contact-form-new .gform_body.gform-body .gform_fields > .input-check label {
  position: relative;
  cursor: pointer;
  color: #fff !important;
  padding-top: 8px;
  padding-left: 40px; }
  .cta .contact-form-new .gform_body.gform-body .gform_fields > .input-check label a{
  color: #fff;
  text-decoration: underline;
  }
  
  .cta .contact-form-new .gform_body.gform-body .gform_fields > .input-check label + span{
  color: #fff;
  }
  .cta .contact-form-new .gform_body.gform-body .gform_fields > .input-check label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '';
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.cta .contact-form-new .gform_body.gform-body .gform_fields > .input-check input:checked + label:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  content: '';
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }














.cta .gform_footer .gform_button {
  font-family: "termina", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 134px;
  min-height: 45px;
  border-radius: 3px;
  padding: 10px 25px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background-color: #1bacd6;
  border-color: #1bacd6 !important;
  border: 2px solid;
  cursor: pointer;
  margin: 0;
}

.form__title {
  margin-bottom: 20px;
}

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.form__item {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.wpcf7-form.submitting {
  position: relative;
}

.wpcf7-form.submitting:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.1);
}

.wpcf7-spinner {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.hero-v3 {
  position: relative;
}

.hero-v3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 110px);
  z-index: -1;
  background: #EEEEEE;
}

.hero-v3 .breadcrumbs > li {
  color: #000;
}

.hero-v3 .breadcrumbs > li a {
  color: #000;
}

.hero-v3__body {
  color: #000;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 61px;
  position: relative;
}

.hero-v3__body .breadcrumbs {
  margin-bottom: 9px;
}

.hero-v3__body .nav__link:not(.active) {
  color: #000;
}

.hero-v3__title {
  margin-bottom: 20px;
}

.hero-v3__title.title-3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  line-height: 1.142em;
  margin-top: 0;
  font-size: 70px;
  text-transform: uppercase;
}

.hero-v3__title.title-3 > strong {
  display: block;
  font-weight: 400;
}

.hero-v3__subtitle {
  max-width: 650px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 auto 32px;
}

.hero-v3 .nav {
  padding: 5px;
  border-radius: 200px;
}

.hero-v3 .nav > li:not(:last-child) {
  margin-right: 5px;
}

.hero-v3 .nav__link {
  min-height: 30px;
  border-radius: 200px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: none;
}

.video-block {
  height: 100%;
  width: 100%;
}

.video-block__video-wrap {
  position: relative;
  min-height: 480px;
  margin: 0 auto;
}

.video-block__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-block__play-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0rem 0 black;
          box-shadow: 0 0 0rem 0 black;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.history {
  margin-bottom: 120px;
}

.history__title {
  margin-bottom: 18px;
}

.history__years.swiper-container {
  overflow: visible;
  position: relative;
}

.history__years.swiper-container:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  height: 1px;
  width: 5000px;
  background-color: #000;
  z-index: -1;
}

.history__years .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history__years-item {
  width: 160px;
  height: 60px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.history__years-item._active {
  width: 210px;
  color: #fff;
}

.history__years-item._active .history__years-item-year {
  font-size: 17px;
  background-color: #000;
  width: 171px;
  height: 60px;
}

.history__years-item-line {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 6px;
  background-color: #eeeeee;
  z-index: 1;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.history__years-item-year {
  width: 120px;
  height: 42px;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 1em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
}

.history__slider {
  position: relative;
  overflow: visible;
  margin: 0 auto 51px;
  max-width: 1160px;
}

.history__slider-item {
  position: relative;
}

.history__slider-item.swiper-slide-active .history__slider-item-box {
  opacity: 1;
}

.history__slider-item.swiper-slide-prev,
.history__slider-item.swiper-slide-next {
  -webkit-transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(0deg) scale(0.93) !important;
          transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(0deg) scale(0.93) !important;
}

.history__slider-item:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  -webkit-transform: translate3d(0px, 0px, -200px) rotateX(0deg) rotateY(0deg) scale(0.9) !important;
          transform: translate3d(0px, 0px, -200px) rotateX(0deg) rotateY(0deg) scale(0.9) !important;
}

.history__slider-img {
  height: 680px;
  overflow: hidden;
  border-radius: 2px;
}

.history__slider-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#40000000",GradientType=0 );
  /* IE6-9 */
}

.history__slider-item-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.history__slider-title {
  margin-bottom: -0.16em;
}

.history__slider-text {
  max-width: 572px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.64em;
}

.slider-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.slider-button {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: auto;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
}

.slider-button img {
  height: 100%;
  width: auto;
}

.slider-button.prev {
  left: -65px;
}

.slider-button.next {
  right: -65px;
}

.home-page .products.products_tabs {
  padding-top: 105px;
}

.promo-header {
  position: relative;
}

.promo-header.bg-grey .promo-header__body {
  padding-bottom: 0;
}

.promo-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 415px;
  z-index: 1;
}

.promo-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 293px;
  padding-bottom: 102px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.promo-header__top-text {
  position: absolute;
  top: 36px;
  left: 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: uppercase;
}

.promo-header__title {
  margin-bottom: 0px;
}

.promo-header__title > strong:last-child {
  color: #000;
}

.promo-header__subtitle {
  max-width: 445px;
  color: #ffffff;
  font-family: "termina", sans-serif;
  font-size: 15px;
  letter-spacing: 0.67px;
  line-height: 1.86em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.promo-header__flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}

.promo-header__btn {
  margin-right: 30px;
  margin-bottom: 20px;
  min-height: 45px;
}

.promo-header__bottom {
  padding-top: 39px;
  padding-bottom: 50px;
}

.promo-header__bottom-col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.promo-header__bottom-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

.promo-header__bottom-text {
  max-width: 537px;
  font-size: 15px;
  line-height: 25px;
}

.promo-header__bottom-text.text-content p.big-text {
  font-size: 17px;
  line-height: 28px;
}

.promo-header .black-box__list {
  position: relative;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 15px;
}

.promo-header .black-box__list:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgzIiBoZWlnaHQ9IjI3MSIgdmlld0JveD0iMCAwIDE4MyAyNzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgMjcwLjVMMC41IDM0LjVDMC41IDE1LjcyMjMgMTUuNzIyMyAwLjUgMzQuNSAwLjVIMTgyLjUiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzBfNDg5KSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzBfNDg5IiB4MT0iLTEzLjc3MDgiIHkxPSIyODEuMDg1IiB4Mj0iMTgyLjUiIHkyPSIyODEuMDg1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMxQkFDRDYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM0ZDNDUzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.promo-header .black-box__list > li {
  text-transform: uppercase;
}

.news-updates-b {
  margin-bottom: 157px;
}

.news-updates-b__title {
  margin-bottom: 27px;
}

.news-updates-b__col-1 {
  margin-bottom: 40px;
}

.news-updates-b__col-1 .news-card__img {
  border-radius: 0 42px 0 0;
  overflow: hidden;
}

.news-updates-b__col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.news-updates-b__col-2 .news-mini-card:not(:last-child) {
  margin-bottom: 20px;
}

.news-card {
  display: block;
  height: 100%;
  min-height: 460px;
  position: relative;
  color: #fff;
  font-family: "termina", sans-serif;
}

.news-card__img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
}

.news-card__text-wrap {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 45px 77px 45px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-card__text-wrap > div {
  margin-right: 20px;
}

.news-card__text-wrap .btn-default {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 10px 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.news-card__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.news-card__title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.news-card__text {
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  max-width: 420px;
}

.news-mini-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
  overflow: hidden;
}

.news-mini-card__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.25%;
          flex: 0 0 43.25%;
  height: 180px;
  max-width: 247px;
}

.news-mini-card__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px 15px 16px 32px;
}

.reparatie ul{
  margin-bottom: 20px;
}

.reparatie ul li{
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}

.reparatie ul li:before{
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
}

.news-mini-card__label {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  color: #1bacd6;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}

.news-mini-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.53em;
  margin-bottom: 15px;
}

.news-mini-card__text {
  font-size: 12px;
  letter-spacing: -0.3px;
  line-height: 1.66em;
}

.info-bun__top {
  position: relative;
  min-height: 619px;
  padding-top: 75px;
  color: #fff;
}

.info-bun__bottom-body {
  min-height: 206px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-bun__bottom-body .left {
  margin-right: 30px;
}

.info-bun__bottom-body .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.info-bun__bottom-body .right > div {
  margin-right: 20px;
}

.info-bun__bottom-body .right a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}

.info-bun__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.info-bun__body {
  padding-top: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1125px;
}

.info-bun__body .black-box {
  min-height: 180px;
}

.info-bun__card {
  -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 30px 36px 30px 36px;
}

.info-bun__title {
  margin-bottom: 23px;
  line-height: 0.9em;
}

.info-bun__bottom-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  text-transform: uppercase;
}

.info-bun__bottom-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 36px;
}

.info-bun__bottom-title-label {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  text-transform: uppercase;
}

.vacancies-cta {
  padding-top: 62.5px;
  padding-bottom: 1px;
  overflow: hidden;
}

.vacancies-cta__top {
  position: relative;
  margin-bottom: 67px;
}

.vacancies-cta__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 106px);
  z-index: 1;
  overflow: hidden;
}

.vacancies-cta__decor img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 54px;
  left: 0;
}

.vacancies-cta__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1257px;
  height: 100%;
  z-index: 2;
}

.vacancies-cta__body {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 343px;
}

.vacancies-cta__title {
  max-width: 582px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.3px;
  line-height: 40px;
}

.vacancies-cta__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancies-cta__btn-group .btn-default {
  margin: 0 11px;
  white-space: nowrap;
}

.vacancies-cta__bottom {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
}

.vacancies-cta__bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1265px;
}

.vacancies-cta__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
  font-family: "termina", sans-serif;
  font-size: 15px;
  letter-spacing: 0.67px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.vacancies-cta__bottom-item img {
  margin-right: 21px;
  max-height: 18px;
}

.property-overview-page .hero {
  margin-bottom: 0;
}

.property-overview-page .hero .hero__img {
  height: 100%;
}

.property-overview-page .products.products_listing {
  padding-top: 0;
}

.filter.black-box .black-box__title {
  font-size: 25px;
  margin-bottom: 5px;
}

.filter.black-box .black-box__col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
}

.filter.black-box .black-box__col-1 .select-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.filter.black-box .black-box__col-1 > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53px;
          flex: 0 0 53px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter.black-box .black-box__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 134px;
          flex: 0 0 134px;
}

.tenant-stories {
  margin-bottom: 107px;
}

.tenant-stories__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.46%;
          flex: 0 0 42.46%;
  margin-bottom: 40px;
}

.tenant-stories__col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tenant-stories__text-wrap {
  max-width: 404px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tenant-stories__text-wrap .link-icon-right {
  margin-top: auto;
}

.tenant-stories__title {
  margin-bottom: 25px;
}

.tenant-stories__text {
  margin-bottom: 25px;
}

.tenant-stories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -21px;
}

.tenant-stories__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  padding: 0 21px;
  margin-bottom: 40px;
}

.tenant-stories-card {
  display: block;
  color: #000;
  border-radius: 0px 2px 2px 2px;
}

.tenant-stories-card__img {
  height: 140px;
  border-radius: 2px;
  margin-bottom: 21px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tenant-stories-card__img:before {
  position: absolute;
  font-family: "icomoon";
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 65px;
  font-weight: 400;
}

.tenant-stories-card__name {
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 4px;
}

.tenant-stories-card__position {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.article-single-page .promo-header__title {
  max-width: 723px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  min-height: auto;
}

.article-single-page .hero {
  padding-bottom: 0 !important;
}

.article-single-page .hero .hero__body {
  padding-bottom: 0;
  min-height: 583px;
}

.article {
  margin-bottom: 82px;
}

.article__body {
  max-width: 1124px;
}

.article__body .top {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 35px;
}

.article__body .top .card-label {
  margin-right: 21px;
}

.article__body > *:not(figure) {
  max-width: 723px;
  margin-left: auto;
  margin-right: auto;
}

.article__body.text-content {
  font-size: 17px;
  line-height: 165%;
}

.read-also {
  background: #f1f1f1;
  padding: 103px 0 75px;
  position: relative;
  overflow: hidden;
}

.read-also__decor {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.read-also .container {
  position: relative;
  z-index: 2;
}

.read-also.read-also_transparent {
  margin-bottom: 88px;
  padding: 0;
  background-color: transparent;
}

.read-also__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 23px;
}

.read-also__head .link-icon-right {
  margin-bottom: 25px;
}

.read-also__title {
  margin-bottom: 20px;
  margin-right: 20px;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11.5px;
}

.news-list > li {
  padding: 0 11.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
          flex: 0 1 33.3333%;
  margin-bottom: 42px;
}

.news-card-v2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0px 2px 2px 2px;
  overflow: hidden;
  display: block;
}

.news-card-v2__img {
  padding-bottom: 59.4%;
}

.news-card-v2__img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.25+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#40000000",GradientType=0 );
  /* IE6-9 */
}

.news-card-v2__label {
  position: absolute;
  top: 20px;
  left: 18px;
  z-index: 2;
}

.news-card-v2__head {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 35px 20px 19px;
  color: #ffffff;
  width: 100%;
}

.news-card-v2__title {
  font-family: "termina", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.news-card-v2__subtitle {
  font-size: 13px;
  line-height: 1.3em;
}

.news-card-v2__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 61px;
  padding: 10px 20px 10px 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.property-single-page .hero {
  background: #EEEEEE;
}

.characteristics {
  background: #EEEEEE;
  margin-bottom: 168px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.characteristics__col-1 {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
}

.characteristics__col-1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 182px;
  height: 270px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgzIiBoZWlnaHQ9IjI3MSIgdmlld0JveD0iMCAwIDE4MyAyNzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgMjcwLjVMMC41IDM0LjVDMC41IDE1LjcyMjMgMTUuNzIyMyAwLjUgMzQuNSAwLjVIMTgyLjUiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzBfNDg5KSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzBfNDg5IiB4MT0iLTEzLjc3MDgiIHkxPSIyODEuMDg1IiB4Mj0iMTgyLjUiIHkyPSIyODEuMDg1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMxQkFDRDYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjM0ZDNDUzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.characteristics__col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
}

.characteristics__col-2 .characteristics__title {
  margin-bottom: 31px;
  font-weight: 500;
  text-transform: uppercase;
}

.characteristics__title {
  margin-bottom: 20px;
}

.characteristics__title.title-5 {
  font-size: 17px;
  line-height: 1.64em;
  margin-bottom: 15px;
}

.characteristics__text {
  margin-bottom: 52px;
}

.supermarkets-overview-page .products {
  padding-top: 0;
}

.card {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px 2px 2px 2px;
  overflow: hidden;
  color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card__head {
  position: relative;
  padding-bottom: min(240px, 63.4%);
}

.card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__text-wrap {
  padding: 21px 20px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.card__title {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 1em;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
          transform: translateY(8%);
}

.card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__subtitle {
  font-size: 11px;
  line-height: 1.4em;
  color: #fff;
  text-transform: uppercase;
}

.card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}

.card__bottom .link-icon-right {
  font-weight: 400;
}

.supermarkets-single-page .article__body {
  max-width: 1340px;
  margin: 0 auto;
}

.supermarkets-single-page .article__body > * {
  margin-left: 0;
}

.project-development-single-page .hero .black-box .black-box__text {
  margin-bottom: 7px;
}

.project-development-single-page .article__body {
  max-width: 1340px;
  margin: 0 auto;
}

.project-development-single-page .article__body > * {
  margin-left: 0;
}

.home-types {
  margin-bottom: 100px;
}

.home-types.bg-grey {
  padding-top: 122px;
  padding-bottom: 120px;
}

.home-types__title {
  margin-bottom: 64px;
}

.home-types__col-1 {
  margin-bottom: 60px;
}

.home-types__col-2 {
  overflow: auto;
}

.home-types__col-2 table {
  max-width: 700px;
  margin: 0 auto;
  min-width: 550px;
}

.about-page .article {
  padding-top: 60px;
}

.about-page .article__body {
  margin: 0 auto;
}

.about-page .article__body.container {
  max-width: 1240px;
}

.about-page .article__body > * {
  max-width: none;
}

.about-page .article__body.text-content > h3:first-child {
  text-align: center;
}

.about-page .article__body.text-content q {
  margin-bottom: 1.5em;
}

.about-page .article__body.text-content p {
  font-size: 15px;
  line-height: 25px;
}

.about-page .article__body.text-content p.big-text {
  font-size: 17px;
  line-height: 28px;
}

.about-page .cta__col-1:before {
  left: 68%;
}

.page404 {
  padding: 100px 0;
  text-align: center;
}

.page404__title {
  font-size: 160px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.page404__subtitle {
  font-size: 40px;
  margin-bottom: 50px;
}

.page .promo-header .promo-header__body {
  padding-bottom: 10px;
}



.headings {
  position: relative;
}

.headings__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.headings__bg img {
  width: auto;
  display: inline-block;
  height: 100%;
}

.headings__body {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.headings__list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}

.headings__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.3333333% - calc(30px * 2 / 3));
          flex: 0 1 calc(33.3333333% - calc(30px * 2 / 3));
}

.headings__link {
  display: block;
  text-align: center;
  color: #24272a;
}

.headings__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  padding: 25px;
  border-radius: 2px;
  background-color: #009fe3;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.4;
}

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

.headings__link-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.documents {
  padding: 75px 0 110px;
}

.documents__title {
  margin-bottom: 45px;
  font-size: 50px !important;
  line-height: 1.12em;
}

.documents__list {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
}

.documents__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 20px);
          flex: 0 1 calc(50% - 20px);
}

.document-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 105px 25px 50px;
  color: #24272a;
  background-color: #eeeeee;
  border-radius: 3px;
  -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  min-height: 106px;
}

.document-link__date {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}

.document-link__title {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.document-link__arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009fe3;
  width: 95px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0 3px 3px 0;
}

.document-link__arrow img,
.document-link__arrow svg {
  width: 24px;
  height: auto;
}

.banner {
  padding: 110px 0;
}

.banner__title {
  max-width: 650px;
  margin: 0 auto 15px;
}

.reparatie {
  padding: 100px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.92em;
}

.reparatie > .container {
  max-width: 980px;
}

.reparatie > .container p {
  margin-bottom: 1.96em;
}

.reparatie__title {
  font-family: "termina", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-top: 0;
  text-align: center;
  margin-bottom: 80px;
}

.reparatie__title + p {
  margin-bottom: 20px;
}

.reparatie .gform_wrapper {
  text-align: left;
}

.reparatie .gform_wrapper .gform_heading {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.reparatie .gform_wrapper .gform_heading .gform_title {
  font-family: "termina", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.228em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.reparatie .gform_wrapper .gform_body {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.reparatie .gform_wrapper .gform_body .gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
}

.reparatie .gform_wrapper .gform_body .gfield {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.reparatie .gform_wrapper .gform_body .gfield input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
  min-height: 42px;
  background: #fff;
  border: 1px solid #e0e7ee;
  border-radius: 5px;
  padding: 10px 36px 10px 28px;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  color: #445870;
}

.reparatie .gform_wrapper .gform_body .gfield .gfield_checkbox input{
	width:15px!important;
    min-height: 15px;
    margin: 0 10px 0 0;
    float: left;
    position: relative;
    top: 4px;
}

.reparatie .gform_wrapper .gform_body .gfield .gfield_radio input{
	width:15px!important;
    min-height: 15px;
    margin: 0 10px 0 0;
    float: left;
    position: relative;
    top: 4px;
}

.reparatie .gform_wrapper .gform_body .gfield textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background: #fff;
  border: 1px solid #e0e7ee;
  border-radius: 5px;
  padding: 10px 36px 10px 28px;
  cursor: pointer;
  font-weight: 700;
  font-size: 11px;
  line-height: 18px;
  color: #445870;
  resize: none;
}

.reparatie .gform_wrapper .gform_body .ginput_complex {
  margin-left: 0;
  margin-right: 0;
  gap: 30px 20px;
}

.reparatie .gform_wrapper .gform_body .ginput_complex > * {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


.reparatie .gform_wrapper .gform_body .ginput_complex > * > label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0 !important;
  margin-bottom: 5px;
}

.reparatie .gform_wrapper .gform_body .ginput_complex > *.ginput_full {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.reparatie .gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding: 0 !important;
  text-align: right;
  display: block !important;
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.reparatie .gform_wrapper .gform_footer .gform_button {
  font-family: "termina", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 134px;
  min-height: 45px;
  border-radius: 3px;
  padding: 10px 25px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  background-color: #1bacd6;
  border-color: #1bacd6 !important;
  border: 2px solid;
  cursor: pointer;
  margin: 0;
}

.fix-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #1BACD6; }
  .fix-block .content-width {
    max-width: 1340px;
    margin: 0 auto;
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .fix-block figure {
    width: 75px;
    margin: 0;
    height: 45px;
    border: 1px solid #fff; }
    .fix-block figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .fix-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 100px; }
    .fix-block ul li {
    margin-right: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .fix-block ul li h6 {
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        text-transform: uppercase;
        margin: 0 50px 0 0;
        font-weight: 500;
        font-family: "termina", sans-serif;
        opacity: 0.65; }
      .fix-block ul li p {
        font-size: 14px;
        color: #fff;
        line-height: 18px;
        margin: 0;
        font-weight: 500; }
        
        .single-real-estate footer{
  padding-bottom: 100px;
}
.fix-block ul li:last-child {
      margin-right: 0; }
      
      
      
      
      .read-also-2x {
  background: #fff; }
  .read-also-2x .news-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .read-also-2x .news-card-v2__bottom {
    background: #f6f5f5; }
  .read-also-2x .news-card-v3 {
    background: #1bacd6;
    height: calc(100% - 60px);
    padding: 40px 20px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .read-also-2x .news-card-v3 h3 {
      font-family: "Anton", sans-serif;
      font-weight: 400;
      font-size: 33px;
      line-height: 1em;
      margin-bottom: 0;
      color: #fff;
      text-transform: uppercase; }
    .read-also-2x .news-card-v3 p {
      font-size: 12px;
      line-height: 1.4em;
      color: #fff; }
  .read-also-2x .news-card-v2__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

@media (min-width: 401px) {
  .header__burger {
    margin-right: -10px;
  }
}

@media (min-width: 480px) {
  .form__item-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .popup__map {
    max-height: 80%;
  }

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

  .footer__nav > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding-right: 20px;
    margin-bottom: 58px;
  }

  .footer__nav > li:nth-child(even) {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }

  .footer__nav-title {
    margin-bottom: 27px;
  }

  .footer__nav-list {
    display: block !important;
  }

  .footer__bottom {
    border-top: 1px solid #fff;
  }

  .footer__bottom .social li {
    margin-bottom: 0;
  }

  .footer__bottom-body {
    min-height: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__bottom-text-mobile {
    display: none;
  }

  .black-box__big-text {
    font-size: 30px;
    padding: 30px 70px 30px 44px;
  }

  .products.products_listing {
    padding-top: 34px;
    margin-bottom: 91px;
  }

  .products.products_listing .products__list {
    row-gap: 42px;
    margin-bottom: 71px;
  }

  .products.articles_listing {
    margin-bottom: 91px;
  }

  .products.articles_listing .products__list {
    margin-bottom: 71px;
  }

  .text-img-b__col-2 .black-box {
    min-height: 200px;
    position: absolute;
    z-index: 2;
    bottom: -80px;
    left: -107px;
    max-width: 510px;
    margin-bottom: 0;
  }

  .text-img-b__col-2 .black-box:before {
    left: 214px;
  }

  .hero.hero--center .hero__box-info.black-box {
    min-height: 240px;
    padding: 30px 108px 30px 100px;
  }

  .hero__box-info.black-box {
    padding: 60px 108px 60px 108px;
    min-height: 260px;
  }

  .new-projects__card {
    max-width: 510px;
    margin-top: -300px;
  }

  .hero-v2__body .black-box {
    max-width: 404px;
    padding: 62px 40px 49px 57px;
  }

  .hero-v2__body .black-box:before {
    left: 81px;
  }

  .cta__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cta__col-1 {
    margin-right: 28px;
  }

  .cta__form {
    max-width: 510px;
  }

  .cta__video-wrap {
    max-width: 617px;
  }

  .cta .form__group {
    margin-bottom: 0;
  }

  .wpcf7-form.submitting:before {
    border-radius: 0px 40px 0px 0px;
  }

  .history__years {
    margin-bottom: 10px;
  }

  .promo-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .promo-header__bottom-col-1 {
    margin-right: 50px;
  }

  .info-bun__body .black-box .black-box__big-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info-bun__card {
    min-height: 300px;
    padding: 54px 155px 54px 82px;
  }

  .filter.black-box {
    padding: 44px 94px 30px 69px;
  }

  .filter.black-box:before {
    left: 70px;
  }

  .characteristics__col-2 table {
    max-width: 406px;
  }

  .supermarkets-overview-page .products > .container {
    padding-top: 60px;
  }

  .supermarkets-overview-page .products .products__list > li {
    margin-bottom: 35px;
  }

  .supermarkets-single-page .hero-v2 {
    margin-bottom: 98px;
  }

  .supermarkets-single-page .article {
    margin-bottom: 105px;
  }

  .project-development-single-page .hero .black-box {
    padding-top: 53px;
  }

  .project-development-single-page .article {
    margin-bottom: 105px;
  }

  .about-page .text-block {
    margin-bottom: 65px;
  }

  .about-page .article {
    padding-top: 130px;
    margin-bottom: 142px;
  }

  .page .promo-header .promo-header__body {
    padding-bottom: 60px;
  }

  .headings__list > li:nth-child(1),
  .headings__list > li:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(calc(33.3333333% + 1px) - calc(30px * 2 / 3));
            flex: 0 1 calc(calc(33.3333333% + 1px) - calc(30px * 2 / 3));
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: rgba(27, 172, 214, 0.3);
  }

  .popup-map .head-gallery__close:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .head-gallery__close {
    margin-right: 13px;
  }

  .head-gallery__close:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .popup-gallery-list__img:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .social > li {
    margin-right: 14px;
  }

  .social > li > a {
    height: 38px;
    width: 38px;
  }

  .social > li > a:hover svg path {
    fill: #1bacd6 !important;
  }

  .btn-default:hover {
    color: #fff;
    background-color: #1bacd6;
    border-color: #1bacd6;
  }

  .btn-default.btn-default_blue:hover {
    background-color: #3fc453;
    border-color: #3fc453 !important;
  }

  .btn-default.btn-default_white:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
  }

  .link-icon-right:hover {
    color: #1bacd6;
  }

  .link-icon-left:hover {
    color: #1bacd6;
  }

  .text-content a:hover {
    opacity: 0.7;
  }

  .text-col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }

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

  .footer__col-1 {
    padding-top: 122px;
    padding-bottom: 50px;
    min-height: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding-right: 20px;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }

  .footer__col-2 {
    min-height: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding-top: 91px;
    padding-left: 125px;
    padding-bottom: 50px;
  }

  .footer__link:hover {
    color: #1bacd6;
    text-decoration: underline;
  }

  .footer__nav {
    margin-bottom: -58px;
  }

  .footer__nav-title:hover {
    color: #1bacd6;
  }

  .footer__nav-link:hover {
    text-decoration: underline;
  }

  .card-category:hover {
    -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  }

  .products.products_listing .products__head .black-box .btn-default:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
  }

  .products.products_listing .products__head .black-box {
    max-width: 668px;
  }

  .products.products_listing .products__head .black-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    background-color: #24272a;
    z-index: 1;
  }

  .products.products_listing .products__head .black-box .black-box__title,
  .products.products_listing .products__head .black-box .black-box__flex {
    z-index: 2;
  }

  .products.articles_listing .products__list > li.big .news-card-v2 .news-card-v2__head {
    padding: 15px 28px 36px;
    padding-right: 160px;
  }

  .products.articles_listing .products__list > li.big .news-card-v2 .news-card-v2__title {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .products.articles_listing .products__list > li.big .news-card-v2 .news-card-v2__label {
    top: 32px;
    left: 28px;
  }

  .products.articles_listing .products__list > li.big .news-card-v2 .news-card-v2__bottom {
    position: absolute;
    right: 29px;
    bottom: 13px;
    z-index: 3;
  }

  .products.articles_listing .products__list > li.big .news-card-v2 .news-card-v2__bottom .link-icon-right {
    color: #fff;
  }

  .products.articles_listing .products__list > li.big .card {
    position: relative;
  }

  .products.articles_listing .products__list > li.big .card .card__bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 4;
  }

  .products.articles_listing .products__list > li.big .card .card__head {
    padding-bottom: 59.7%;
  }

  .products.articles_listing .products__list > li.big .card .link-icon-right {
    color: #fff;
  }

  .products.articles_listing .products__list > li.big .card .card__text-wrap {
    padding-right: 220px;
  }

  .products.articles_listing .products__list > li.big + li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 41.8%;
            flex: 0 1 41.8%;
  }

  .products.articles_listing .products__list > li.big + li .news-card-v2 {
    position: relative;
  }

  .products.articles_listing .products__list > li.big + li .news-card-v2 .news-card-v2__img {
    padding-bottom: 72%;
  }

  .products.articles_listing .products__list > li.big + li .news-card-v2 .news-card-v2__head {
    padding: 15px 28px 36px;
  }

  .products.articles_listing .products__list > li.big + li .news-card-v2 .news-card-v2__label {
    top: 32px;
    left: 28px;
  }

  .products.articles_listing .products__list > li.big + li .news-card-v2 .news-card-v2__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .products.articles_listing .products__list > li.big + li .card .card__head {
    padding-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .products.articles_listing .products__list > li.big + li .card .card__text-wrap {
    text-align: right;
  }

  .products__list > li.big {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .products__list > li.big .card-product {
    position: relative;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
  }

  .products__list > li.big .card-product .card-product__img {
    padding-bottom: max(46%, 300px);
  }

  .products__list > li.big .card-product .card-product__bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    background: #fbfbfb;
    border-radius: 2px 2px 0px 0;
    margin-left: 250px;
  }

  .products__list > li.big + li .card-product__head {
    text-align: right;
  }

  .products__list > li.first .card-product__head,
  .products__list > li.first .card__text-wrap {
    text-align: left !important;
  }

  .products__list > li.second .card-product__head,
  .products__list > li.second .card__text-wrap {
    text-align: center !important;
  }

  .products__list > li.third .card-product__head,
  .products__list > li.third .card__text-wrap {
    text-align: right !important;
  }

  .products__list > li:nth-child(3n+2) .card-product__head,
  .products__list > li:nth-child(3n+2) .card__text-wrap {
    text-align: center;
  }

  .products__list > li:nth-child(3n+3) .card-product__head,
  .products__list > li:nth-child(3n+3) .card__text-wrap {
    text-align: right;
  }

  .card-product:hover {
    -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  }

  .card-product__bottom {
    padding-right: 29px;
  }

  .nav__link:hover:not(.active) {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .text-img-b.text-img-b_revers .text-img-b__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .text-img-b.text-img-b_revers .text-img-b__img {
    left: auto;
    right: 0;
    border-radius: 0 42px 0 0;
  }

  .text-img-b.text-img-b_revers .text-img-b__col-1 {
    padding-right: 0;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .text-img-b.text-img-b_revers .text-img-b__col-2 {
    margin-left: 0;
    margin-right: 107px;
  }

  .text-img-b.text-img-b_revers .text-img-b__col-2 .black-box {
    left: auto;
    right: -107px;
  }

  .text-img-b.text-img-b_revers .text-img-b__text-wrap {
    max-width: 504px;
  }

  .text-img-b__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .text-img-b__col-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    text-align: left;
  }

  .text-img-b__col-2 {
    min-height: 580px;
    margin-left: 107px;
  }

  .text-img-b__img {
    width: 50vw;
    border-radius: 42px 0 0 0;
    overflow: hidden;
  }

  .vacancy-card:hover {
    -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }

  .vacancy-card__bottom .btn-default {
    min-width: 160px;
  }

  .breadcrumbs > li > a:hover {
    text-decoration: underline;
  }

  .pagging__item:hover:not(.active) {
    background: rgba(142, 142, 142, 0.6);
  }

  .new-projects__slider-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .new-projects__card {
    margin-left: 107px;
  }

  .gallery-slider.gallery-slider_two-rows .swiper-container {
    height: 100%;
  }

  .gallery-slider.gallery-slider_two-rows .swiper-wrapper {
    height: 505px;
  }

  .gallery-slider.gallery-slider_two-rows .swiper-slide {
    display: block;
    width: 100%;
    height: calc(50% - 9px);
  }

  .popup-gallery-slider__btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .gallery__item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .cta .gform_footer .gform_button:hover {
    background-color: #3fc453;
    border-color: #3fc453 !important;
  }

  .video-block__play-pause:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    color: #fff;
  }

  .history__years-item:hover:not(.swiper-slide-active) .history__years-item-year {
    background-color: #ebebeb;
  }

  .slider-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .promo-header .black-box__list {
    padding-top: 63px;
    padding-left: 58px;
  }

  .promo-header .black-box__list > li img {
    height: auto;
    width: 20px;
  }

  .news-updates-b__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news-updates-b__col-1 {
    margin-right: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.6%;
            flex: 0 0 46.6%;
    margin-bottom: 0;
  }

  .news-updates-b__col-2 {
    padding-top: 12px;
  }

  .news-card {
    width: calc(100% + 60px);
    margin-left: -60px;
  }

  .news-card:hover:before {
    opacity: 1;
  }

  .news-card__img {
    width: 48vw;
  }

  .news-mini-card:hover {
    -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
  }

  .info-bun__bottom-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .info-bun__bottom-body .right {
    max-width: 430px;
  }

  .info-bun__body .black-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(48.89% + 84px);
            flex: 0 0 calc(48.89% + 84px);
    max-width: 510px;
    margin-left: -84px;
  }

  .property-overview-page .hero .hero__body {
    min-height: 431px;
  }

  .tenant-stories__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tenant-stories__col-1 {
    margin-bottom: 0;
    padding-right: 30px;
  }

  .tenant-stories__text-wrap .link-icon-right {
    margin-bottom: 31px;
  }

  .tenant-stories-card:hover .tenant-stories-card__img {
    -webkit-box-shadow: 0px 13px 18px -8px rgba(0, 0, 0, 0.15), 0px 11px 55px 10px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 13px 18px -8px rgba(0, 0, 0, 0.15), 0px 11px 55px 10px rgba(0, 0, 0, 0.07);
  }

  .tenant-stories-card:hover .tenant-stories-card__img:before {
    color: white;
  }

  .news-list > li:nth-child(3n+2) .card-product__head,
  .news-list > li:nth-child(3n+2) .card__text-wrap {
    text-align: center;
  }

  .news-list > li:nth-child(3n+3) .card-product__head,
  .news-list > li:nth-child(3n+3) .card__text-wrap {
    text-align: right;
  }

  .news-card-v2:hover {
    background: #ffffff;
    -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  }

  .news-card-v2__bottom > span:hover {
    color: #000;
    text-decoration: underline;
  }

  .characteristics__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .characteristics__col-1 {
    max-width: 583px;
    padding-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 0;
  }

  .card:hover {
    background: #ffffff;
    -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  }

  .card:hover .card__bottom .link-icon-right {
    color: #1bacd6;
    font-weight: 600;
  }

  .card__group .link-icon-right:hover {
    color: #000;
    text-decoration: underline;
  }

  .about-page .article__body.text-content > h3:first-child {
    margin-bottom: 83px;
  }

  .about-page .article__body .text-col-2 {
    -webkit-column-gap: 94px;
       -moz-column-gap: 94px;
            column-gap: 94px;
  }

  .headings__link:hover .headings__link-icon {
    opacity: 1;
  }

  .document-link:hover {
    -webkit-box-shadow: 0 11px 55px 20px rgba(0, 0, 0, 0.1), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 11px 55px 20px rgba(0, 0, 0, 0.1), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  }

  .document-link:hover .document-link__arrow {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }

  .reparatie .gform_wrapper .gform_body .gfield.gfield--width-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
  }

  .reparatie .gform_wrapper .gform_body .ginput_complex > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
  }

  .reparatie .gform_wrapper .gform_footer .gform_button:hover {
    background-color: #3fc453;
    border-color: #3fc453 !important;
  }
}

@media (min-width: 1024px) {
  .header__menu {
    margin-right: auto;
    margin-left: auto;
  }

  .header__btn-gruop {
    margin-left: 25px;
  }

  .header__burger {
    display: none;
  }

  .menu__mob-head {
    display: none;
  }

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

  .menu__list > li:not(:last-child) {
    margin-right: 30px;
  }

  .menu__link {
    color: #000;
  }

  .menu__link:hover:before {
    width: calc(100% + 15px);
  }

  .menu__link:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    background-color: #000;
  }

  .menu__link.active:before {
    width: calc(100% + 15px);
  }

  .menu__copy {
    display: none;
  }

  .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
   	margin-left: -525px;
    background-color: #fff;
    
    width: 1050px;
   
    padding: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07);
            box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  }
  .menu__list li{
  position: relative;
  }
  .sub-menu.submenu_simple{
  	width: 100%;
     max-width: 270px;
    min-width: 270px;
    left: -20px;
    margin: 0!important;
    padding: 20px;
  }

  .sub-menu.is-show {
    visibility: visible;
    opacity: 1;
  }

  .sub-menu__col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .submenu_simple .sub-menu__col-1{
  		-ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .sub-menu__list {
    margin-bottom: 14px;
    padding-top: 8px;
  }

  .sub-menu__list > li > a {
    color: #000;
  }

  .sub-menu__list > li > a.active {
    text-decoration: underline;
  }

  .sub-menu__list > li > a:hover {
    color: #3fc453;
  }

  .sub-menu-card:hover {
    -webkit-box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  }
}

@media (min-width: 1200px) {
  .popup-gallery-slider__btn-prev {
    left: -68px;
  }

  .popup-gallery-slider__btn-next {
    right: -68px;
  }
}

@media (min-width: 1268px) {
  .footer__col-1 .btn-default {
    margin-left: -11px;
  }

  .footer__title {
    margin-left: -11px;
  }

  .footer__bottom-body {
    padding-right: 116px;
  }

  .footer__bottom-body .social {
    margin-left: -11px;
  }

  .hero__body .promo-header__title {
    max-width: 723px;
  }

  .hero__body .promo-header__flex-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .hero__body .promo-header__flex-group .black-box {
    max-width: 622px;
    min-height: 116px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 46px;
  }

  .cta__video-wrap {
    width: calc(100% + 120px);
  }

  .promo-header__flex-group .black-box {
    position: relative;
    max-width: 495px;
    margin-right: -40px;
    margin-bottom: 10px;
  }

  .promo-header__flex-group .black-box:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    background-color: #24272a;
  }

  .promo-header__flex-group .black-box .black-box__flex {
    position: relative;
    z-index: 3;
  }

  .promo-header .black-box__list {
    -webkit-transform: translateY(-63px);
        -ms-transform: translateY(-63px);
            transform: translateY(-63px);
  }

  .news-updates-b__col-1 {
    margin-right: 103px;
  }

  .news-card__text-wrap > div {
    -webkit-transform: translateX(-51px) translateY(5px);
        -ms-transform: translateX(-51px) translateY(5px);
            transform: translateX(-51px) translateY(5px);
  }

  .news-card__text-wrap .btn-default {
    min-width: 158px;
  }

  .info-bun_title {
    margin-left: -8px;
  }

  .page .promo-header .black-box__list {
    -webkit-transform: translateY(-38px);
        -ms-transform: translateY(-38px);
            transform: translateY(-38px);
  }
}

@media (min-width: 1440px) {
  .promo-header__flex-group .black-box {
    margin-right: -92px;
  }
}
@media (max-width: 1600px){
	.sub-menu{
    	margin-left:-300px;
    }
     .process-step .container {
    padding: 0 100px; }

  .process-step .tooltip-info {
    width: 250px; }

  .process-step .info {
    padding: 0 120px; }
}
@media (max-width: 1440px) {
  .header__body {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1365px) {
  .menu__list > li.menu-item-has-children > .menu__link {
    padding-right: 20px;
  }

  .menu__link {
    font-size: 9px;
  }
}

@media (max-width: 1300px) {
  .slider-button.prev {
    left: -35px;
  }

  .slider-button.next {
    right: -35px;
  }
  .process-step .tooltip-info {
    width: 180px; }

  .process-step .info {
    margin-bottom: 40px; }
}

@media (max-width: 1267.98px) {
  .header__btn .count {
    right: 4px;
    top: 3px;
    font-size: 6px;
    min-height: 12px;
    min-width: 15px;
  }

  .menu__logo {
    margin-right: 30px;
  }

  .menu__link {
    font-size: 8px;
  }

  .footer__col-2 {
    padding-left: 50px;
  }

  .black-box__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .hero > .container .black-box {
    margin-top: 15px;
  }

  .hero__body {
    padding-bottom: 0;
  }

  .new-projects__slider .swiper-pagination {
    margin-left: 217px;
  }

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

  .promo-header__flex-group {
    display: block;
  }

  .characteristics {
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  .popup-gallery-slider__btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .process-step .item {
    width: 30%;
    margin-bottom: 50px; }

  .process-step .content:before {
    display: none; }

  .process-step .btn-wrap {
    margin-top: 10px; }

  .process-step .info {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .process-step .info p + p {
      margin-left: 20px; }
    .process-step .info p {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  .fix-block ul {
    padding: 0 30px;
}
.fix-block ul li h6 {
   
    margin: 0 20px 0 0;
    }
    .fix-block ul li {
    margin-right: 40px;
    }
}

@media (max-width: 1199.98px) {
  .popup-gallery-slider__btn {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 1023.98px) {
  ._padding-top {
    padding-top: 73px;
  }
  
  
  	.sub-menu {
    margin-left: 0!important;
}
  
  
  .menu__copy{
  	flex-wrap: wrap;
  }
  
  .menu__copy a{
  	color: #000;
    padding: 0 5px;
  }
  
  
   .market-new .item-3n-new {
    grid-template-columns: repeat(1, 1fr); }
    .market-new .item-3n-new li {
      margin-bottom: 20px; }
    .market-new .item-3n-new li:last-child {
      margin-bottom: 0; }
  
  
  
.burger-wrap .burger:after{
  position: absolute;
  bottom: -10px;
    left: 2px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  content: 'Menu';
}
  .header__body .header__btn-gruop {
    display: none;
  }

  .header__body {
    min-height: 73px;
  }

  .header__menu .header__btn-gruop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__btn-gruop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
  }

  .header__btn-gruop .header__btn:first-child {
    margin-right: 26px;
  }

  .header__btn.btn-default:not(.btn-default_blue) {
    color: #fff;
    border-color: #fff;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10;
    color: #fff;
    padding: 0 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
  }

  .menu .header__btn-gruop {
    margin-top: auto;
    width: 100%;
  }

  .menu.open {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }

  .menu__list {
    margin-bottom: 65px;
  }

  .menu__list > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  .menu__list > li.menu-item-has-children > .menu__link {
    padding-right: 35px;
  }

  .menu__list > li.menu-item-has-children > .menu__link:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    font-size: 11px;
    font-weight: 400;
    right: 15px;
  }

  .menu__link {
    min-height: 48px;
    font-size: 13px;
    font-weight: 700;
  }

  .sub-menu {
    margin-bottom: 20px;
    display: none;
  }

  .sub-menu__col-2 {
    display: none;
  }

  .sub-menu__title {
    display: none;
  }

  .sub-menu__link {
    display: none;
  }
}

@media (max-width: 1023.98px) and (max-width: 400px) {
  .menu {
    padding: 0 15px 0px;
  }
}

@media (max-width: 991.98px) {
  .title-1 {
    font-size: 100px;
  }
  
  .products.products_listing .products__head>a {
  
    margin: -20px 0 30px 40px;
}
  
  .products.products_listing .products__head{
      border-radius: 2px 2px 2px 42px;
          background-color: #24272a;
  }
  .about-page .title-3{
      margin-top: 25px;
  }
  
  .promo-header-text {
  
    font-size: 16px;

    margin: 30px 0 50px;
}

  .footer__body {
    padding-top: 60px;
  }

  .footer__col-1 {
    margin-bottom: 50px;
  }

  .footer__col-2 {
    padding-left: 0;
  }

  .black-box {
    padding: 30px 36px 30px 36px;
  }

  .black-box__list > li img {
    width: 18px;
    height: auto;
  }

  .products.products_listing .products__head {
    margin-bottom: 40px;
    display: block;
  }

  .products.products_listing .products__head .black-box {
    padding: 40px;
  }

  .products.products_listing .products__title {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .products.articles_listing .products__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .products.articles_listing .products__list > li.big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .products.articles_listing .products__list > li.big + li .news-card-v2__subtitle {
    display: none;
  }

  .products__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
  }

  .text-img-b__text-wrap {
    margin: 0 auto;
  }

  .hero__img {
    height: 319px;
  }

  .hero__body {
    min-height: 399px;
  }

  .new-projects__slider .swiper-slide {
    height: 500px;
  }

  .gallery-slider .swiper-container {
    overflow: visible;
  }

  .popup-gallery-slider__btn {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }

  .cta__form {
    padding: 60px 40px;
  }

  .history__slider {
    width: 80%;
  }

  .slider-button.prev {
    left: -70px;
  }

  .slider-button.next {
    right: -70px;
  }

  .promo-header__bg {
    height: 334px;
  }

  .promo-header__body {
    padding-top: 240px;
  }

  .info-bun__top {
    min-height: 500px;
  }

  .info-bun__bottom-body .left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .info-bun__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 360px;
  }

  .info-bun__body .black-box {
    margin-bottom: 50px;
  }

  .vacancies-cta__decor img {
    top: auto;
    bottom: 0;
  }

  .article-single-page .hero .hero__body {
    min-height: 400px;
  }

  .news-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .characteristics__col-2 {
    padding-left: 40px;
  }

  .home-types.bg-grey {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .home-types__title {
    margin-bottom: 25px;
  }

  .documents__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (max-width: 767.98px) {
  .popup-gallery {
    padding-top: 110px;
  }
  
  .read-also-2x .news-card-v3 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  
  .about-page .title-3 {
   
    margin-top: 31px;
    font-size: 40px;
}
  .process-step .item {
    width: 48%; } 
    
    .p-t-50 {
    padding-top: 1px!important;
}
    
    .market-new .title-h2 {
    font-size: 36px; } 
  
  .cta .contact-form-new .gform_body.gform-body .gform_fields > .text-right-block{
  width: 100%;
  position: relative;
}

.cta .contact-form-new .gform_body.gform-body .gform_fields{
  padding: 0!important;
}
  .fix-block {

    background: #24272A;
}
.cta .contact-form-new .gform_body.gform-body .gform_fields > .text-right-block textarea {
    height: 150px;
}

.fix-block ul li p span{
  display: none;
}


.fix-block ul li h6 {
    margin: 0 10px 0 0;
}
.fix-block .btn-wrap a {
  display: none; }

.fix-block .btn-wrap .btn-mob {
  display: inline-block; }
  .fix-block .btn-wrap .btn-mob span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img/icon-330-3.svg") no-repeat center;
    background-size: contain; }
.fix-block ul li h6 {
line-height: 18px;
height: 18px;
  font-size: 0; }
  .fix-block ul li h6 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon-330-1.svg") no-repeat center center;
    background-size: contain; }
.fix-block ul li{
	width: 100%;
    }
    .fix-block ul li h6 span{
  position: relative;
  top: -2px;
}
    
    .fix-block ul li + li{
  margin: 10px 0 0;
}


.fix-block .btn-wrap .btn-mob span {
position: relative;
  top: -1px;
  margin-right: 10px; }

.fix-block ul li {
    margin-right: 0;
}
.fix-block ul {
    padding: 0 10px;
}
.fix-block figure{
	min-width:75px;
    }
.fix-block .btn-wrap .btn-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fix-block ul li p {
    font-size: 11px;
    }




    
    .fix-block ul li:last-child h6 span {
  background: url("../img/icon-330-2.svg") no-repeat center;
  background-size: contain; }
    
  .popup-gallery__content .popup-gallery-slider__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .popup-gallery__content .popup-gallery-slider__main .swiper-slide {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .popup-gallery__content .popup-gallery-slider__main .swiper-slide img {
    position: static;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  .head-gallery__body {
    min-height: 70px;
  }

  .popup-gallery-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .title-1 {
    font-size: 76px;
  }

  .title-2 {
    font-size: 30px;
  }

  .title-3 {
    font-size: 36px;
  }

  .text-content h2 {
    font-size: 30px;
  }

  .text-content q {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 36px;
  }

  .text-content figure {
    margin: 2em 0 2em;
  }

  .footer__col-1 {
    margin-bottom: 30px;
  }

  .footer__col-2 {
    margin-bottom: 30px;
  }

  .footer__logo {
    margin-bottom: 26px;
    max-width: 88px;
  }

  .footer__nav > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }

  .footer__nav-title {
    position: relative;
    padding-right: 35px;
    min-height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__nav-title:after {
    position: absolute;
    font-family: "icomoon";
    content: "";
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .footer__nav-title.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }

  .footer__nav-list {
    display: none;
    margin-bottom: 30px;
  }

  .footer__copy {
    margin-bottom: 25px;
  }

  .footer__bottom-text {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer__bottom-text:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
  }

  .footer__bottom-text > div:not(.footer__bottom-text-mobile) {
    font-size: 0;
  }

  .categories__decor {
    display: none;
  }

  .categories__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .text-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .products {
    padding-top: 0px;
    margin-bottom: 50px;
  }

  .products.articles_listing .products__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .products.articles_listing .products__list > li.big {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .products__head {
    margin-bottom: 20px;
  }

  .products__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 25px;
  }

  .nav__link {
    padding: 9px 21px;
  }

  .text-img-b {
    margin-bottom: 100px;
  }

  .text-img-b__title {
    margin-bottom: 20px;
  }

  .text-img-b__text {
    margin-bottom: 20px;
  }

  .vacancies {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vacancies__title {
    margin-bottom: 20px;
  }

  .vacancy-card__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    min-height: 100px;
  }

  .vacancy-card__text-wrap {
    padding: 15px;
  }

  .vacancy-card__title {
    font-size: 14px;
  }

  .hero {
    padding-bottom: 50px;
  }

  .hero.hero--center {
    margin-bottom: 130px;
  }

  .hero.hero--center .hero__title {
    margin-bottom: 25px;
  }

  .hero.hero--sm .hero__img {
    height: 300px;
  }

  .hero__img {
    height: 245px;
  }

  .hero__body {
    min-height: 290px;
    padding-top: 50px;
  }

  .hero__text {
    padding-top: 20px;
    font-size: 16px;
  }

  .new-projects {
    margin-bottom: 100px;
    padding-top: 50px;
  }

  .new-projects__title {
    margin-bottom: 20px;
  }

  .new-projects__slider .swiper-slide {
    height: 400px;
  }

  .new-projects__slider .swiper-pagination {
    margin-left: 0;
    bottom: 0px;
  }

  .new-projects__slide-title {
    left: 20px;
  }

  .new-projects__slider-next {
    right: 10px;
  }

  .new-projects__slider-next img {
    width: 25px;
  }

  .gallery-slider {
    margin-bottom: 50px;
  }

  .hero-v2 {
    margin-bottom: 150px;
  }

  .hero-v2__body {
    padding-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 200px 20px 0;
  }

  .hero-v2__body .black-box {
    margin-bottom: -100px;
  }

  .hero-v2__body .link-icon-left {
    top: 39px;
    right: 33px;
    left: auto;
    bottom: auto;
  }

  .hero-v2__img {
    width: 100%;
  }

  .gallery {
    margin-bottom: 50px;
  }

  .gallery__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .gallery__item {
    padding-bottom: 61.5%;
  }

  .cta {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta__title {
    margin-bottom: 25px;
  }

  .cta__title.title-4 {
    font-size: 22px;
  }

  .cta .link-icon-left {
    margin-bottom: 25px;
  }

  .cta__text {
    padding: 20px;
  }

  .cta__text.text-content {
    font-size: 14px;
  }

  .cta .form__item .input {
    height: 60px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta .gform_body.gform-body .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cta .gform_body.gform-body .gform_fields .ginput_container input {
    height: 60px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta .gform_body.gform-body .gform_fields .ginput_container textarea {
    font-size: 14px;
    border-radius: 2px;
    height: 150px;
    padding: 22px 20px;
  }

  .hero-v3__title.title-3 {
    font-size: 40px;
  }

  .video-block__play-pause {
    font-size: 130px;
  }

  .history {
    margin-bottom: 50px;
  }

  .history__slider {
    margin-bottom: 15px;
  }

  .history__slider-img {
    height: 400px;
  }

  .history__slider-item-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .history__slider-text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .home-page .products.products_tabs {
    padding-top: 50px;
  }

  .promo-header__bg {
    height: 271px;
  }

  .promo-header__body {
    padding-top: 200px;
    padding-bottom: 50px;
  }

  .promo-header__top-text {
    font-size: 15px;
  }

  .news-updates-b {
    margin-bottom: 50px;
  }

  .news-card__img {
    min-height: 360px;
  }

  .news-card__text-wrap {
    padding: 30px 15px;
  }

  .info-bun__top {
    min-height: 400px;
  }

  .vacancies-cta {
    padding-top: 50px;
  }

  .vacancies-cta__top {
    margin-bottom: 50px;
  }

  .vacancies-cta__decor {
    height: calc(100% + 50px);
  }

  .tenant-stories {
    margin-bottom: 50px;
  }

  .tenant-stories__list {
    margin: 0 -10px;
  }

  .tenant-stories__list > li {
    padding: 0 10px;
  }

  .article-single-page .hero .hero__body {
    min-height: 292px;
  }

  .article {
    margin-bottom: 50px;
  }

  .read-also {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .read-also.read-also_transparent {
    margin-bottom: 40px;
  }

  .news-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .characteristics {
    padding-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .characteristics__text {
    margin-bottom: 20px;
  }

  .home-types {
    margin-bottom: 50px;
  }

  .home-types.bg-grey {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page404__title {
    font-size: 90px;
  }

  .page404__subtitle {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .page .promo-header .promo-header__bottom-col-1 {
    margin-bottom: 40px;
  }

  .headings__bg {
    display: none;
  }

  .headings__list {
    gap: 20px 8px;
  }

  .headings__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 4px);
            flex: 0 1 calc(50% - 4px);
  }

  .headings__link-icon {
    height: 100px;
    margin-bottom: 10px;
  }

  .headings__link-text {
    font-size: 13px;
    line-height: 19px;
  }

  .documents {
    padding: 65px 0 80px;
  }

  .documents__title {
    margin-bottom: 40px;
  }

  .documents__list {
    gap: 13px;
  }

  .document-link {
    min-height: 85px;
    padding: 20px 105px 20px 40px;
  }

  .document-link__date {
    font-size: 10px;
    line-height: 14px;
  }

  .document-link__title {
    font-size: 14px;
    line-height: 28px;
  }

  .banner {
    padding: 60px 0;
  }

  .banner__title {
    font-size: 30px !important;
    line-height: 46px;
    margin-bottom: 30px;
  }

  .reparatie {
    padding: 50px 0;
  }

  .reparatie__title {
    margin-bottom: 40px;
  }

  .reparatie .gform_wrapper .gform_heading .gform_title {
    font-size: 30px;
  }
   .products.products_listing .products__head .black-box .black-box__title {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) and (max-width: 991.98px) {
  .footer__nav-title:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    font-size: 8px;
    font-weight: 400;
    right: 15px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 575.98px) {
  .pt-xs-3 {
    padding-top: 30px;
  }
  
      .products.products_listing .products__head>a {
        margin: -20px 0 30px 30px;
                width: calc(100% - 60px);
    }

  .products.products_listing .products__head .black-box {
    padding: 30px;
  }

  .products.products_listing .products__head .black-box .black-box__col-1 {
    margin-right: 0;
  }

  .products.products_listing .products__head .black-box .black-box__col-2 {
    width: 100%;
  }

  .products.products_listing .products__head .black-box .btn-default {
    width: 100%;
  }

  .new-projects__card {
    padding: 35px 20px;
    min-height: auto;
  }

  .news-card__text-wrap {
    display: block;
  }

  .news-card__text-wrap > div {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .filter.black-box .black-box__col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .filter.black-box .black-box__col-1 > span {
    font-size: 0;
    line-height: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
  }

  .tenant-stories__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
   .products.products_listing .products__head .black-box .black-box__title {
    font-size: 40px;
  }
}

@media (max-width: 479.98px) {
  .head-gallery__logo {
    max-width: 47px;
  }
  .about-page .title-3 {
    margin-top: 6px;
    }

  .title-1 {
    font-size: 50px;
  }

  table td {
    font-size: 12px;
    height: 40px;
  }

  .menu__logo {
    max-width: 47px;
  }

  .black-box__suptitle {
    font-size: 12px;
  }

  .card-category__title {
    font-size: 32px;
  }

  .products.products_listing .products__head .black-box .black-box__title {
    font-size: 40px;
  }

  .products.products_listing .products__filter {
    display: block;
  }

  .products.products_listing .products__filter > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .card-product__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .card-product__title {
    font-size: 26px;
  }

  .vacancies__list > li:not(:last-child) {
    margin-bottom: 20px;
  }

  .vacancy-card {
    display: block;
  }

  .vacancy-card__img {
    min-height: 160px;
  }

  .hero__box-info .black-box__title {
    font-size: 25px;
  }

  .cta__form {
    padding: 30px 15px;
  }

  .video-block__video-wrap {
    min-height: 400px;
  }

  .video-block__play-pause {
    font-size: 100px;
  }

  .history__years-item._active {
    width: 153px;
  }

  .history__slider {
    width: 100%;
  }

  .slider-button {
    display: none;
  }

  .promo-header__bg {
    height: 246px;
  }

  .news-mini-card__img {
    height: 140px;
  }

  .news-mini-card__text-wrap {
    padding: 10px;
  }

  .news-mini-card__label {
    font-size: 12px;
  }

  .news-mini-card__title {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .news-mini-card__text {
    font-size: 9px;
  }

  .info-bun__bottom-body .right {
    display: block;
  }

  .info-bun__bottom-body .right > div {
    margin-bottom: 15px;
  }

  .vacancies-cta__btn-group .btn-default {
    font-size: 9px;
    margin: 0 7px;
  }

  .news-card-v2__img {
    padding-bottom: 0;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .news-card-v2__head {
    position: relative;
  }

  .characteristics__col-1 {
    padding-top: 20px;
    padding-left: 20px;
  }

  .characteristics__col-2 {
    padding-left: 20px;
  }

  .card__title {
    font-size: 26px;
  }
}

@media (max-width: 400px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header__btn.btn-default {
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9px;
    min-width: 100px;
  }

  .hero__body .breadcrumbs {
    left: 20px;
  }
}

@media (max-width: 1267.98px) and (min-width: 1024px) {
  .header__btn.btn-default {
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9px;
    min-width: 100px;
  }
}

@media (max-width: 1267.98px) and (min-width: 768px) {
  .card-category__title {
    font-size: 26px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}


.item-3n {
  background: #EEEEEE;
  padding: 300px 0 100px;
  position: relative;
      margin-top: -265px;
  overflow: hidden; }
  .item-3n .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .item-3n .bg img {
      width: 100%;
      opacity: 1; }
  .item-3n .container {
    position: relative;
    z-index: 2; }
  .item-3n .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -50px;
    min-width: calc(100% + 100px); }
  .item-3n .item {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    position: relative;
    height: 300px; }
    .item-3n .item figure {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0; }
      .item-3n .item figure img {
        width: 100%;
        height: 100%;
          -webkit-transition: all .4s ease;
  transition: all .4s ease;
        -o-object-fit: cover;
           object-fit: cover; }
           
           .item-3n .item a:hover figure img{
           -webkit-transform: scale(1.04);
          transform: scale(1.04)
           }
    .item-3n .item .text-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 30px;
      text-align: center; }
      .item-3n .item .text-wrap .btn-wrap {
        text-align: center; }
      .item-3n .item .text-wrap h2 {
        font-size: 40px;
        line-height: 1;
        margin: 0 0 20px;
        color: #fff;
        font-family: "Anton", sans-serif;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase; }
      .item-3n .item .text-wrap p {
        text-align: center;
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 10px;
        color: #fff; }
  .item-3n .item:nth-child(3n) {
    margin-right: 0; }
  .item-3n .text-bottom {
    margin: 80px auto 0;
    max-width: 810px; }
    .item-3n .text-bottom p {
      text-align: center;
      font-size: 15px;
      line-height: 25px; }

@media (max-width: 1500px) {
  .item-3n .content {
    min-width: 100%;
    margin-left: 0; } }
@media (max-width: 1300px) {
  .item-3n .item .text-wrap h2 {
    font-size: 30px; } }
@media (max-width: 1200px) {
  .item-3n .item {
    width: calc(33.33% - 10px);
    margin-right: 15px; }
	.process-step .info{
        flex-wrap: wrap;
    }
    .process-step .info p{
        margin: 0 0 15px;
    }
      .process-step .info{
    max-height: inherit;
    margin-bottom: 0;
  }
  .item-3n .bg {
    top: 0; } }
@media (max-width: 991px) {
  .item-3n .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .item-3n .content .item {
      width: 400px;
      margin: 0 0 20px; } }
@media (max-width: 575px) {
  .item-3n .content .item {
    width: 100%;
    height: 200px; }
    
    .news-card-v3{
  min-height: 260px;
  }
    
    .process-step .container {
    padding: 0 20px; }

  .process-step .item {
    width: 100%; }

  .process-step .tooltip-info {
    width: 160px;
    padding: 15px;
    left: -19px; } 
    
    .fix-block .content-width {
    padding: 15px ;
    }
    .fix-block .btn-wrap .btn-mob{
    padding: 10px ;
    min-width: 104px;
    }

  .item-3n .item .text-wrap {
    padding: 20px; }

  .item-3n .item .text-wrap h2 {
    font-size: 26px; }

  .item-3n .text-bottom {
    margin-top: 30px; } }

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