

/* Start:/local/templates/eazyweb/template_styles.css?1600843078574*/
.ez_website-footer__buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 12px;
    border-top-left-radius: 10px;
    z-index: 999;
    display: none;
}
.ez_footer_buttons-element {
    display: block;
    width: 3rem;
    height: 3rem;
    text-align: center;
}
.ez_footer_buttons-element:not(:last-child) {
    margin-bottom: 12px;
}
.ez_footer_buttons-element a {
    font-size: 3rem;
}

@media (max-width: 400px)
{
    .ez_website-footer__buttons {
        display: block;
    }
}
/* End */


/* Start:/local/templates/eazyweb/css/main.css?1550063448176587*/
@charset "UTF-8";
/* Prefix */
/* Sizes */
/* Font Families */
/* Colors */
/* Media Queries */
/* Other */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*
    Personal mixins
*/
@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 300;
  src: url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Light.eot");
  src: url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Light.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 400;
  src: url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 500;
  src: url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
}

@font-face {
  font-family: "Montserrat";
  font-style: "normal";
  font-weight: 600;
  src: url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/eazyweb/css/../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}

.si-float-wrapper,
.si-float-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='si-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

[class*='si-shadow-wrapper'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.si-shadow-frame {
  -webkit-box-shadow: 0 1px 3px 0 #000;
  box-shadow: 0 1px 3px 0 #000;
}

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: -0.70711px 0.70711px 3px 0 #000;
  box-shadow: -0.70711px 0.70711px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  -ms-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}

.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7;
}

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}

.si-has-border [class*='si-pointer-bg'] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

/* ====================================
====== ANIMATION ======================
==================================== */
/* Appear From Center */
@keyframes afc {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes afc {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

.animate_afc {
  opacity: 0;
}

.animate_afc.animate_start {
  -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afc;
  animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afc;
  opacity: 1;
}

/* Appear From Left */
@keyframes afl {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes afl {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

.animate_afl {
  opacity: 0;
}

.animate_afl.animate_start {
  -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afl;
  animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afl;
  opacity: 1;
}

/* Appear From Right */
@keyframes afr {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes afr {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

.animate_afr {
  opacity: 0;
}

.animate_afr.animate_start {
  -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afr;
  animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afr;
  opacity: 1;
}

/* Appear From Top */
@keyframes aft {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes aft {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.animate_aft {
  opacity: 0;
}

.animate_aft.animate_start {
  -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 aft;
  animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 aft;
  opacity: 1;
}

/* Appear From Bottom */
@keyframes afb {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes afb {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

.animate_afb {
  opacity: 0;
}

.animate_afb.animate_start {
  -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afb;
  animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afb;
  opacity: 1;
}

/* Width From Center */
@keyframes wfc {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0.01);
    transform: scaleX(0.01);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes wfc {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0.01);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
  }
}

.animate_wfc {
  opacity: 0;
}

.animate_wfc.animate_start {
  -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 wfc;
  animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 wfc;
  opacity: 1;
}

/* Height From Center */
@keyframes hfc {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0.01);
    transform: scaleY(0.01);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes hfc {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0.01);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
  }
}

.animate_hfc {
  opacity: 0;
}

.animate_hfc.animate_start {
  -webkit-animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 hfc;
  animation: 0.8s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 hfc;
  opacity: 1;
}

/* Rotate From Center */
@keyframes rfc {
  from {
    opacity: 0;
    -webkit-transform: scale(0.01) rotate(360deg);
    transform: scale(0.01) rotate(360deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes rfc {
  from {
    opacity: 0;
    -webkit-transform: scale(0.01) rotate(360deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
  }
}

.animate_rfc {
  opacity: 0;
}

.animate_rfc.animate_start {
  -webkit-animation: 0.8s ease 0s normal backwards 1 rfc;
  animation: 0.8s ease 0s normal backwards 1 rfc;
  opacity: 1;
}

/* Rotate From Left */
@keyframes rfl {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(-180deg);
    transform: translateX(-100px) rotate(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@-webkit-keyframes rfl {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px) rotate(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }
}

.animate_rfl {
  opacity: 0;
}

.animate_rfl.animate_start {
  -webkit-animation: 0.8s ease 0s normal backwards 1 rfl;
  animation: 0.8s ease 0s normal backwards 1 rfl;
  opacity: 1;
}

/* Rotate From Right */
@keyframes rfr {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px) rotate(180deg);
    transform: translateX(100px) rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@-webkit-keyframes rfr {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px) rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
  }
}

.animate_rfr {
  opacity: 0;
}

.animate_rfr.animate_start {
  -webkit-animation: 0.8s ease 0s normal backwards 1 rfr;
  animation: 0.8s ease 0s normal backwards 1 rfr;
  opacity: 1;
}

/* Animation Delays */
.d1.animate_start {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.d2.animate_start {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.d3.animate_start {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.d4.animate_start {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.d5.animate_start {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.d6.animate_start {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* Remove animation on small screens */
@media only screen and (max-width: 1023px) {
  .animate_afc,
  .animate_aft,
  .animate_afb,
  .animate_afl,
  .animate_afr,
  .animate_wfc,
  .animate_hfc,
  .animate_rfl,
  .animate_rfr,
  .animate_rfc {
    opacity: 1;
    -webkit-animation: none !important;
    animation: none !important;
  }
}

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

html,
body {
  font-size: 62.5%;
  height: 100%;
  overflow: hidden;
}

body {
  color: #333333;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

address {
  font-style: normal;
}

button {
  padding: 0;
  outline: 0;
}

button:not(disabled) {
  cursor: pointer;
}

img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  resize: vertical;
}

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

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

:-moz-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.ez_responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ez_responsive-video iframe,
.ez_responsive-video object,
.ez_responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ez_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
	Set font selection according to the website color scheme
*/
*::-moz-selection {
  background: #1da72e;
  color: #ffffff;
}
*::selection {
  background: #1da72e;
  color: #ffffff;
}

*::-moz-selection {
  background: #1da72e;
  color: #ffffff;
}

._hide,
._none,
[hidden] {
  display: none !important;
  visibility: hidden !important;
}

._noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

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

._theme {
  color: #1da72e;
}

._align-l {
  text-align: left;
}

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

._align-r {
  text-align: right;
}

._align-j {
  text-align: justify;
}

b,
._bold {
  font-weight: 600;
}

._upp {
  text-transform: uppercase;
}

span.ez_value {
  color: inherit;
  font-size: inherit;
}

.ez_table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.ez_table__cell {
  display: table-cell;
  vertical-align: initial;
}

.ez_table__cell._top {
  vertical-align: top;
}

.ez_table__cell._middle {
  vertical-align: middle;
}

.ez_table__cell._bottom {
  vertical-align: bottom;
}

._w-100 {
  width: 100%;
}

/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  width: 100%;
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
}

h1, .h1 {
  margin-bottom: 2.6rem;
  font-size: 4.8rem;
  line-height: 5.8rem;
}

h2, .h2 {
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  line-height: 4.2rem;
}

h3, .h3 {
  margin-bottom: 2.2rem;
  font-size: 2.6rem;
  line-height: 3.6rem;
}

h4, .h4 {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.6rem;
}

h5, .h5 {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

h6, .h6 {
  margin-bottom: 1.7rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

@media only screen and (max-width: 599px) {
  h1, .h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  h2, .h2 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
  h3, .h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  h4, .h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  h5, .h5 {
    font-size: 1.6rem;
  }
  h6, .h6 {
    margin-bottom: 1.6rem;
  }
}

/* Text */
p {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p._xs {
  font-size: 1.4rem;
  line-height: 2rem;
}

p._s {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p._m {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

p._l {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -.02rem;
}

@media only screen and (max-width: 599px) {
  p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  p._xs {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  p._s {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  p._m {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  p._l {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0;
  }
}

/* Links */
a {
  color: #1da72e;
  font-size: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Lists */
ul, ol {
  list-style: none;
}

ul li, ol li {
  position: relative;
  padding-left: 2.5rem;
  color: inherit;
  font-size: inherit;
}

ul li:not(:last-of-type), ol li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

ul li::before, ol li::before {
  content: '';
  position: absolute;
  left: 0;
}

ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul li::before {
  top: .8rem;
  display: block;
  width: .5rem;
  height: .5rem;
  background: #000000;
  border-radius: 50%;
}

ol {
  padding-left: 0;
  counter-reset: li-counter;
}

ol li::before {
  top: 0;
  display: inline-block;
  vertical-align: top;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  margin-right: .8rem;
  font-size: .9em;
  font-weight: 600;
}

/* Margins */
._mt-0 {
  margin-top: 0;
}

._mt-10 {
  margin-top: 1rem;
}

._mt-20 {
  margin-top: 2rem;
}

._mt-30 {
  margin-top: 3rem;
}

._mt-40 {
  margin-top: 4rem;
}

._mt-50 {
  margin-top: 5rem;
}

._mb-0 {
  margin-bottom: 0;
}

._mb-10 {
  margin-bottom: 1rem;
}

._mb-20 {
  margin-bottom: 2rem;
}

._mb-30 {
  margin-bottom: 3rem;
}

._mb-40 {
  margin-bottom: 4rem;
}

._mb-50 {
  margin-bottom: 5rem;
}

/* Paddings */
._pt-0 {
  padding-top: 0;
}

._pt-10 {
  padding-top: 1rem;
}

._pt-20 {
  padding-top: 2rem;
}

._pt-30 {
  padding-top: 3rem;
}

._pt-40 {
  padding-top: 4rem;
}

._pt-50 {
  padding-top: 5rem;
}

._pb-0 {
  padding-bottom: 0;
}

._pb-10 {
  padding-bottom: 1rem;
}

._pb-20 {
  padding-bottom: 2rem;
}

._pb-30 {
  padding-bottom: 3rem;
}

._pb-40 {
  padding-bottom: 4rem;
}

._pb-50 {
  padding-bottom: 5rem;
}

.i {
  display: inline-block;
  vertical-align: initial;
}

.i._logotype {
  width: 15rem;
  height: 4rem;
  fill: #1da72e;
}

.i._arrow-left, .i._arrow-right {
  width: .7rem;
  height: 1.2rem;
}

.i._cart {
  width: 1.9rem;
  height: 1.6rem;
}

.i._zoom {
  width: 1.7rem;
  height: 1.7rem;
}

.i._teamwork, .i._reliability, .i._development, .i._international, .i._castle, .i._box, .i._darts, .i._profile {
  width: 5rem;
  height: 5rem;
  background-color: #1da72e;
}

.i._vk {
  width: 1.8rem;
  height: 1.1rem;
}

.i._fb {
  width: .9rem;
  height: 1.5rem;
}

.i._tw {
  width: 1.5rem;
  height: 1.3rem;
}

.i._inst {
  width: 1.6rem;
  height: 1.6rem;
}

.i._telegram {
  width: 2.1rem;
  height: 1.6rem;
}

.i._ok {
  width: 1.7rem;
  height: 1.7rem;
}

.i._gplus {
  width: 2rem;
  height: 2rem;
}

.i._print {
  width: 1.6em;
  height: 1.6rem;
}

.i._envelope {
  width: 2rem;
  height: 1.6rem;
}

.i._location {
  width: 1.8rem;
  height: 2.3rem;
}

.i._phone {
  width: 1.7rem;
  height: 1.7rem;
}

.i._star-empty, .i._star-solid {
  width: 2rem;
  height: 2rem;
}

.i._close {
  width: 2rem;
  height: 2rem;
}

.i._search-arrow {
  width: 2rem;
  height: 1.8rem;
}

.ez_website-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.5rem;
  border-bottom: 0.1rem solid #f5f5f5;
  -webkit-transition: height .2s linear, -webkit-filter .3s linear .3s;
  transition: height .2s linear, -webkit-filter .3s linear .3s;
  -o-transition: height .2s linear, filter .3s linear .3s;
  transition: height .2s linear, filter .3s linear .3s;
  transition: height .2s linear, filter .3s linear .3s, -webkit-filter .3s linear .3s;
  z-index: 100;
}

.ez_website-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 93%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(93%, transparent), to(transparent));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 93%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 93%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 0;
}

.ez_website-header .ez_container {
  position: relative;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.ez_website-header__controls {
  position: absolute;
  top: 0;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
}

.ez_website-header._dark .ez_logotype__link {
  color: #ffffff;
}

.ez_website-header._dark .ez_navigation {
  color: #ffffff;
}

.ez_website-header._dark .ez_navigation__element._dropdown:hover .ez_navigation__link {
  color: #333333;
}

.ez_website-header._dark .ez_contacts-block__phone, .ez_website-header._dark .ez_contacts-block__callback {
  color: #ffffff;
}

.ez_website-header._dark .ez_contacts-block__callback {
  border-bottom-color: #ffffff;
}

.ez_website-header._dark .ez_header-cart__icon .i {
  fill: #ffffff;
}

.ez_website-header._dark .ez_header-search__control .i {
  fill: #ffffff;
}

.ez_website-header._dark .ez_header-location {
  color: #ffffff;
}

.ez_website-header._dark .ez_header-location__link::after {
  border-color: #ffffff transparent transparent transparent;
}

.ez_website-header._dark .ez_mobile-aside-trigger .bar {
  background-color: #ffffff;
}

.ez_website-header._dark .ez_mobile-aside-trigger .bar::before, .ez_website-header._dark .ez_mobile-aside-trigger .bar::after {
  background-color: #ffffff;
}

.ez_website-header._light .ez_logotype__link {
  color: #333333;
}

.ez_website-header._light .ez_navigation {
  color: #333333;
}

.ez_website-header._light .ez_contacts-block__phone, .ez_website-header._light .ez_contacts-block__callback {
  color: #333333;
}

.ez_website-header._light .ez_contacts-block__callback {
  border-bottom-color: #333333;
}

.ez_website-header._light .ez_header-cart__icon .i {
  fill: #333333;
}

.ez_website-header._light .ez_header-search__control .i {
  fill: #333333;
}

.ez_website-header._light .ez_header-location {
  color: #333333;
}

.ez_website-header._light .ez_header-location__link::after {
  border-color: #333333 transparent transparent transparent;
}

.ez_website-header._light .ez_mobile-aside-trigger .bar {
  background-color: #333333;
}

.ez_website-header._light .ez_mobile-aside-trigger .bar::before, .ez_website-header._light .ez_mobile-aside-trigger .bar::after {
  background-color: #333333;
}

@media only screen and (max-width: 1199px) {
  .ez_website-header .ez_header-location,
  .ez_website-header .ez_contacts-block,
  .ez_website-header .ez_navigation {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .ez_website-header {
    height: 6rem;
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    -webkit-box-shadow: 0 0.5rem 2rem rgba(51, 51, 51, 0.15);
    box-shadow: 0 0.5rem 2rem rgba(51, 51, 51, 0.15);
  }
  .ez_website-header::before {
    display: none;
  }
  .ez_website-header .ez_container {
    padding-left: 0;
    padding-right: 0;
  }
  .ez_website-header__controls {
    right: 1.5rem;
    height: 6rem;
  }
  .ez_website-header._dark .ez_logotype__link {
    color: #333333;
  }
  .ez_website-header._dark .ez_navigation {
    color: #333333;
  }
  .ez_website-header._dark .ez_navigation__element._dropdown:hover .ez_navigation__link {
    color: #333333;
  }
  .ez_website-header._dark .ez_contacts-block__phone, .ez_website-header._dark .ez_contacts-block__callback {
    color: #333333;
  }
  .ez_website-header._dark .ez_contacts-block__callback {
    border-bottom-color: #333333;
  }
  .ez_website-header._dark .ez_header-cart__icon .i {
    fill: #333333;
  }
  .ez_website-header._dark .ez_header-search__control .i {
    fill: #333333;
  }
  .ez_website-header._dark .ez_header-location {
    color: #333333;
  }
  .ez_website-header._dark .ez_header-location__link::after {
    border-color: #333333 transparent transparent transparent;
  }
  .ez_website-header._dark .ez_mobile-aside-trigger .bar {
    background-color: #333333;
  }
  .ez_website-header._dark .ez_mobile-aside-trigger .bar::before, .ez_website-header._dark .ez_mobile-aside-trigger .bar::after {
    background-color: #333333;
  }
}

.ez_website-footer {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 5.5rem;
  background-color: #2f3338;
  -webkit-transition: -webkit-filter .3s linear .3s;
  transition: -webkit-filter .3s linear .3s;
  -o-transition: filter .3s linear .3s;
  transition: filter .3s linear .3s;
  transition: filter .3s linear .3s, -webkit-filter .3s linear .3s;
}

.ez_website-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 5.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ez_website-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.1rem solid #3e4146;
}

.ez_website-footer__section {
  padding-right: 30px;
}

.ez_website-footer__section._navigation {
  width: 35%;
}

.ez_website-footer__section._contacts {
  width: 25%;
}

.ez_website-footer__section._subscription {
  width: 25%;
  padding-right: 0;
}

.ez_website-footer .ez_footer-navigation + .ez_social-networks {
  margin-top: 5rem;
}

@media only screen and (max-width: 1199px) {
  .ez_website-footer__section._navigation {
    width: 42%;
  }
  .ez_website-footer__section._contacts {
    width: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .ez_website-footer__section {
    padding-right: 0;
  }
  .ez_website-footer__section._navigation {
    width: 100%;
    margin-bottom: 30px;
  }
  .ez_website-footer__section._contacts, .ez_website-footer__section._subscription {
    width: 50%;
  }
  .ez_website-footer__section._contacts {
    padding-right: 15px;
  }
  .ez_website-footer__section._subscription {
    padding-left: 15px;
  }
  .ez_website-footer .ez_footer-navigation + .ez_social-networks {
    margin-top: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 599px) {
  .ez_website-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ez_website-footer__top {
    padding-bottom: 30px;
  }
  .ez_website-footer__bottom {
    display: block;
    padding-top: 30px;
    text-align: center;
  }
  .ez_website-footer__bottom > *:not(:last-child) {
    margin-bottom: 15px;
  }
  .ez_website-footer__section:not(:last-child) {
    margin-bottom: 30px;
  }
  .ez_website-footer__section._contacts, .ez_website-footer__section._subscription {
    width: 100%;
  }
  .ez_website-footer__section._contacts {
    padding-right: 0;
  }
  .ez_website-footer__section._subscription {
    padding-left: 0;
  }
}

.ez_website-wrapper {
  font-size: 1.6rem;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.ez_website-wrapper::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 98;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ez_website-wrapper._scrolled .ez_website-header,
.ez_website-wrapper._scrolled .ez_website-header__controls,
.ez_website-wrapper._scrolled .ez_logotype,
.ez_website-wrapper._scrolled .ez_navigation,
.ez_website-wrapper._scrolled .ez_mobile-aside-trigger {
  height: 6rem;
}

.ez_website-wrapper._scrolled .ez_website-header .bar,
.ez_website-wrapper._scrolled .ez_website-header__controls .bar,
.ez_website-wrapper._scrolled .ez_logotype .bar,
.ez_website-wrapper._scrolled .ez_navigation .bar,
.ez_website-wrapper._scrolled .ez_mobile-aside-trigger .bar {
  background-color: #333333;
}

.ez_website-wrapper._scrolled .ez_website-header .bar::before, .ez_website-wrapper._scrolled .ez_website-header .bar::after,
.ez_website-wrapper._scrolled .ez_website-header__controls .bar::before,
.ez_website-wrapper._scrolled .ez_website-header__controls .bar::after,
.ez_website-wrapper._scrolled .ez_logotype .bar::before,
.ez_website-wrapper._scrolled .ez_logotype .bar::after,
.ez_website-wrapper._scrolled .ez_navigation .bar::before,
.ez_website-wrapper._scrolled .ez_navigation .bar::after,
.ez_website-wrapper._scrolled .ez_mobile-aside-trigger .bar::before,
.ez_website-wrapper._scrolled .ez_mobile-aside-trigger .bar::after {
  background-color: #333333;
}

.ez_website-wrapper._scrolled .ez_navigation__link:hover {
  color: #1da72e;
  opacity: 1;
}

.ez_website-wrapper._scrolled .ez_navigation__element._dropdown._expanded .ez_navigation__link {
  color: #1da72e;
}

.ez_website-wrapper._scrolled .ez_website-header {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(51, 51, 51, 0.15);
  box-shadow: 0 0.5rem 2rem rgba(51, 51, 51, 0.15);
}

.ez_website-wrapper._scrolled .ez_website-header::before {
  opacity: 0;
}

.ez_website-wrapper._scrolled .ez_website-header._light .ez_navigation, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_navigation {
  color: #333333;
}

.ez_website-wrapper._scrolled .ez_website-header._light .ez_contacts-block__phone, .ez_website-wrapper._scrolled .ez_website-header._light .ez_contacts-block__callback, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_contacts-block__phone, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_contacts-block__callback {
  color: #333333;
}

.ez_website-wrapper._scrolled .ez_website-header._light .ez_contacts-block__callback, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_contacts-block__callback {
  border-bottom-color: #333333;
}

.ez_website-wrapper._scrolled .ez_website-header._light .ez_header-cart__icon .i, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_header-cart__icon .i {
  fill: #333333;
}

.ez_website-wrapper._scrolled .ez_website-header._light .ez_header-search__control .i, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_header-search__control .i {
  fill: #333333;
}

.ez_website-wrapper._scrolled .ez_website-header._light .ez_header-location, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_header-location {
  color: #333333;
}

.ez_website-wrapper._scrolled .ez_website-header._light .ez_header-location__link::after, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_header-location__link::after {
  border-color: #333333 transparent transparent transparent;
}

.ez_website-wrapper._scrolled .ez_website-header._light .ez_mobile-aside-trigger .bar, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_mobile-aside-trigger .bar {
  background-color: #333333;
}

.ez_website-wrapper._scrolled .ez_website-header._light .ez_mobile-aside-trigger .bar::before, .ez_website-wrapper._scrolled .ez_website-header._light .ez_mobile-aside-trigger .bar::after, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_mobile-aside-trigger .bar::before, .ez_website-wrapper._scrolled .ez_website-header._dark .ez_mobile-aside-trigger .bar::after {
  background-color: #333333;
}

.ez_website-wrapper._scrolled .ez_logotype__link {
  color: #333333;
}

.ez_website-wrapper._scrolled .ez_contacts-block {
  padding-top: .5rem;
}

.ez_website-wrapper._scrolled .ez_header-cart__counter {
  color: #ffffff;
  background-color: #1da72e;
}

.ez_website-wrapper._scrolled .ez_header-location__link::after {
  border-color: #333333 transparent transparent transparent;
}

.ez_website-wrapper._scrolled .ez_mobile-aside {
  padding-top: 6rem;
}

@media only screen and (max-width: 1285px) {
  .ez_website-wrapper._scrolled .ez_navigation {
    height: auto;
  }
  .ez_website-wrapper._scrolled .ez_navigation__link:hover {
    color: #333333;
    opacity: .7;
  }
  .ez_website-wrapper._scrolled .ez_navigation__element._dropdown._expanded .ez_navigation__link {
    color: #333333;
  }
}

.ez_website-wrapper._mobile-aside-opened {
  overflow: hidden;
}

.ez_website-wrapper._mobile-aside-opened::after {
  visibility: visible;
  opacity: 1;
}

.ez_website-wrapper._mobile-aside-opened .ez_mobile-aside {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ez_website-wrapper._search-bar-opened {
  overflow: hidden;
}

.ez_website-wrapper._search-bar-opened::after {
  visibility: visible;
  opacity: 1;
}

.ez_website-wrapper._search-bar-opened .ez_search-bar {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ez_website-wrapper._modal-opened {
  overflow: hidden;
}

.ez_website-wrapper._modal-opened .ez_modal {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.ez_website-wrapper._modal-opened .b-modal::before {
  left: 0;
}

.ez_website-wrapper._modal-opened .b-modal::after {
  right: 0;
}

.ez_website-wrapper._blurry .ez_website-header,
.ez_website-wrapper._blurry .ez_workarea,
.ez_website-wrapper._blurry .ez_website-footer {
  -webkit-filter: blur(0.6rem);
  filter: blur(0.6rem);
}

.ez_website-wrapper._admin .ez_website-header {
  position: relative;
  top: auto;
  left: auto;
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ez_website-wrapper._admin .ez_website-header::before {
  display: none;
}

.ez_website-wrapper._admin .ez_website-header._dark .ez_navigation, .ez_website-wrapper._admin .ez_website-header._light .ez_navigation {
  color: #333333;
}

.ez_website-wrapper._admin .ez_website-header._dark .ez_contacts-block__phone, .ez_website-wrapper._admin .ez_website-header._dark .ez_contacts-block__callback, .ez_website-wrapper._admin .ez_website-header._light .ez_contacts-block__phone, .ez_website-wrapper._admin .ez_website-header._light .ez_contacts-block__callback {
  color: #333333;
}

.ez_website-wrapper._admin .ez_website-header._dark .ez_contacts-block__callback, .ez_website-wrapper._admin .ez_website-header._light .ez_contacts-block__callback {
  border-bottom-color: #333333;
}

.ez_website-wrapper._admin .ez_website-header._dark .ez_header-cart__icon .i, .ez_website-wrapper._admin .ez_website-header._light .ez_header-cart__icon .i {
  fill: #333333;
}

.ez_website-wrapper._admin .ez_website-header._dark .ez_header-search__control .i, .ez_website-wrapper._admin .ez_website-header._light .ez_header-search__control .i {
  fill: #333333;
}

.ez_website-wrapper._admin .ez_website-header._dark .ez_header-location, .ez_website-wrapper._admin .ez_website-header._light .ez_header-location {
  color: #333333;
}

.ez_website-wrapper._admin .ez_website-header._dark .ez_header-location__link::after, .ez_website-wrapper._admin .ez_website-header._light .ez_header-location__link::after {
  border-color: #333333 transparent transparent transparent;
}

.ez_website-wrapper._admin .ez_website-header._dark .ez_mobile-aside-trigger .bar, .ez_website-wrapper._admin .ez_website-header._light .ez_mobile-aside-trigger .bar {
  background-color: #333333;
}

.ez_website-wrapper._admin .ez_website-header._dark .ez_mobile-aside-trigger .bar::before, .ez_website-wrapper._admin .ez_website-header._dark .ez_mobile-aside-trigger .bar::after, .ez_website-wrapper._admin .ez_website-header._light .ez_mobile-aside-trigger .bar::before, .ez_website-wrapper._admin .ez_website-header._light .ez_mobile-aside-trigger .bar::after {
  background-color: #333333;
}

.ez_website-wrapper._admin .ez_home-slider__element .ez_container {
  padding-top: 0;
}

.ez_website-wrapper._admin .ez_header-cart__counter {
  color: #ffffff;
  background-color: #1da72e;
}

.ez_website-wrapper._admin._scrolled .ez_website-header,
.ez_website-wrapper._admin._scrolled .ez_website-header__controls,
.ez_website-wrapper._admin._scrolled .ez_logotype,
.ez_website-wrapper._admin._scrolled .ez_navigation,
.ez_website-wrapper._admin._scrolled .ez_mobile-aside-trigger {
  height: 8.5rem;
}

@media only screen and (max-width: 599px) {
  .ez_website-wrapper._admin._scrolled .ez_website-header,
  .ez_website-wrapper._admin._scrolled .ez_website-header__controls,
  .ez_website-wrapper._admin._scrolled .ez_logotype,
  .ez_website-wrapper._admin._scrolled .ez_mobile-aside-trigger {
    height: 6rem;
  }
  .ez_website-wrapper._admin._scrolled .ez_navigation {
    height: auto;
  }
}

.ez_workarea {
  width: 100%;
  min-height: calc(100% - 45.1rem);
  font-size: 1.6rem;
  -webkit-transition: -webkit-filter .3s linear .3s;
  transition: -webkit-filter .3s linear .3s;
  -o-transition: filter .3s linear .3s;
  transition: filter .3s linear .3s;
  transition: filter .3s linear .3s, -webkit-filter .3s linear .3s;
}

@media only screen and (max-width: 1450px) {
  .ez_workarea {
    min-height: auto;
  }
}

@media only screen and (max-width: 599px) {
  .ez_workarea {
    padding-top: 6rem;
  }
}

.ez_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 11.5rem;
  padding-bottom: 8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ez_page__header {
  width: 100%;
  margin-bottom: 5rem;
}

.ez_page__heading {
  margin: 0;
}

.ez_page__aside {
  width: 31rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.ez_page__aside-section {
  width: 100%;
}

.ez_page__aside-section:not(:last-child) {
  margin-bottom: 2.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 0.1rem solid #f5f5f5;
}

.ez_page__aside-heading {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .ez_page__aside {
    width: 100%;
  }
}

.ez_page__content {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ez_page__content._aside {
  width: calc(100% - 34rem);
  margin-right: 3rem;
}

@media only screen and (max-width: 991px) {
  .ez_page__content._aside {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
}

.ez_page .ez_breadcrumbs {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 599px) {
  .ez_page {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .ez_page .ez_breadcrumbs {
    margin-bottom: 1rem;
  }
}

.ez_page-widget {
  position: relative;
  width: 100%;
  margin-top: -11.5rem;
  overflow: hidden;
}

.ez_page-widget__container {
  overflow: hidden;
  z-index: 1;
}

.ez_page-widget .ez_page__header {
  position: relative;
  margin: 0;
  z-index: 2;
}

.ez_page-widget .ez_page-widget__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 11.5rem;
}

.ez_page-widget + .ez_container {
  padding-top: 60px;
}

@media only screen and (max-width: 991px) {
  .ez_page-widget + .ez_container {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .ez_page-widget {
    margin-top: 0;
  }
  .ez_page-widget .ez_page-widget__container {
    padding-top: 2rem;
  }
  .ez_page-widget + .ez_container {
    padding-top: 30px;
  }
}

.ez_logotype {
  width: 15rem;
  height: 8.5rem;
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
}

.ez_logotype__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 3.3rem;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_logotype__link .zom {
  color: #1da72e;
}

@media only screen and (max-width: 599px) {
  .ez_logotype {
    height: 6rem;
  }
}

@media only screen and (max-width: 360px) {
  .ez_logotype {
    width: 10rem;
  }
  .ez_logotype__link {
    font-size: 2.3rem;
  }
}

.ez_navigation {
  height: 8.5rem;
  margin-left: 3rem;
  color: #2f2d2d;
  font-size: 0;
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
}

.ez_navigation__element {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}

.ez_navigation__element._dropdown {
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.ez_navigation__element._dropdown._expanded {
  background-color: #ffffff;
}

.ez_navigation__element._dropdown._expanded .ez_navigation__link {
  opacity: 1;
}

.ez_navigation__element._dropdown._expanded .ez_navigation__dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.ez_navigation__element._dropdown._expanded .ez_navigation__trigger::before {
  content: '-';
}

.ez_navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_navigation__link:hover {
  opacity: .7;
}

.ez_navigation__link._current {
  color: #1da72e;
}

.ez_navigation__dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 25rem;
  background-color: #ffffff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.ez_navigation__dropdown-element {
  width: 100%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_navigation__dropdown-element:not(:last-child) {
  border-bottom: 0.1rem solid #f5f5f5;
}

.ez_navigation__dropdown-element:not(:last-child):hover {
  border-bottom-color: #f8f9fb;
}

.ez_navigation__dropdown-link {
  display: block;
  height: auto;
  text-decoration: none;
  padding: 1.2rem 2rem 1.3rem;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 300;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_navigation__dropdown-link:hover {
  background-color: #f8f9fb;
}

.ez_navigation__trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 4rem;
  height: 4.6rem;
  text-align: center;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  z-index: 1;
}

.ez_navigation__trigger::before {
  content: '+';
  display: block;
  color: #333333;
  font-size: 2rem;
}

@media only screen and (max-width: 1450px) {
  .ez_navigation__link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_navigation {
    height: 6rem;
  }
}

._dots .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  z-index: 1;
}

._dots .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  padding-left: 0;
  border: 1px solid rgba(29, 167, 46, 0.3);
  border-radius: 50%;
  cursor: pointer;
}

._dots .slick-dots li:not(:last-of-type) {
  margin-bottom: 0;
  margin-right: 12px;
}

._dots .slick-dots li.slick-active div[data-anim~=base] {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

._dots .slick-dots li.slick-active .wrapper {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
  clip: rect(0px, 16px, 16px, 8px);
  border-radius: 50%;
}

._dots .slick-dots li.slick-active .circle {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #1da72e;
  clip: rect(0px, 8px, 16px, 0px);
  border-radius: 50%;
}

._dots .slick-dots li.slick-active div[data-anim~=base] {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

._dots .slick-dots li.slick-active .wrapper[data-anim~=wrapper] {
  -webkit-animation-duration: 0.01s;
  animation-duration: 0.01s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-name: close-wrapper;
  animation-name: close-wrapper;
}

._dots .slick-dots li.slick-active .circle[data-anim~=left] {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-name: left-spin;
  animation-name: left-spin;
}

._dots .slick-dots li.slick-active .circle[data-anim~=right] {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: right-spin;
  animation-name: right-spin;
}

._dots .slick-dots li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 4px;
  height: 4px;
  background: #1da72e;
  border-radius: 50%;
}

._dots .slick-dots li button {
  display: none;
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes close-wrapper {
  from {
    clip: rect(0, 16px, 16px, 8px);
  }
  to {
    clip: rect(0, 16px, 16px, 0);
  }
}

@-webkit-keyframes close-wrapper {
  from {
    clip: rect(0, 16px, 16px, 8px);
  }
  to {
    clip: rect(0, 16px, 16px, 0);
  }
}

@-webkit-keyframes close-wrapper {
  from {
    clip: rect(0, 16px, 16px, 8px);
  }
  to {
    clip: rect(0, 16px, 16px, 0);
  }
}

@keyframes close-wrapper {
  from {
    clip: rect(0, 16px, 16px, 8px);
  }
  to {
    clip: rect(0, 16px, 16px, 0);
  }
}

._dots-static .slick-dots {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  height: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  z-index: 1;
}

._dots-static .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1.6rem;
  height: 1.6rem;
  padding-left: 0;
  border-radius: 50%;
  cursor: pointer;
}

._dots-static .slick-dots li:not(:last-of-type) {
  margin-bottom: 0;
  margin-right: 12px;
}

._dots-static .slick-dots li.slick-active::before {
  width: .8rem;
  height: .8rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

._dots-static .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: .4rem;
  height: .4rem;
  background: #1da72e;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

._dots-static .slick-dots li button {
  display: none;
}

._arrows .slick-arrow {
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 5rem;
  font-size: 0;
  text-align: center;
  background-color: #F2F3F7;
  border: 0;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

._arrows .slick-arrow .i {
  fill: #000000;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

._arrows .slick-arrow:hover {
  background-color: #1da72e;
}

._arrows .slick-arrow:hover .i {
  fill: #ffffff;
}

._arrows .slick-prev {
  left: -6rem;
}

._arrows .slick-next {
  right: -6rem;
}

._arrows._outbox .slick-arrow {
  opacity: 0;
}

._arrows._outbox .slick-prev {
  left: -6rem;
}

._arrows._outbox .slick-next {
  right: -6rem;
}

._arrows._outbox:hover .slick-arrow {
  opacity: 1;
}

._arrows._outbox:hover .slick-prev {
  left: 6rem;
}

._arrows._outbox:hover .slick-next {
  right: 6rem;
}

@media only screen and (max-width: 1450px) {
  ._arrows .slick-prev {
    left: 1rem;
  }
  ._arrows .slick-next {
    right: 1rem;
  }
}

.ez_button {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  padding: 0.8rem 1.6rem;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #1da72e;
  border: 1px solid #1da72e;
  cursor: pointer;
  border-radius: 0.5rem;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_button:hover {
  background-color: #1eab2f;
  border-color: #1eab2f;
}

.ez_button:active {
  background-color: #1ca32d;
  border-color: #1ca32d;
}

.ez_button._bordered {
  color: #1da72e;
  background-color: transparent;
}

.ez_button._bordered:hover {
  color: #ffffff;
  background-color: #1da72e;
}

.ez_button._s {
  padding: .8rem 1.6rem;
}

.ez_button._m {
  padding: 1.6rem 1.6rem;
}

.ez_button._l {
  padding: 1.9rem 2.41rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.ez_button._100 {
  width: 100%;
}

.ez_button .i {
  fill: #ffffff;
  vertical-align: middle;
}

.ez_button span {
  display: inline-block;
  vertical-align: middle;
}

.ez_button > *:first-child {
  margin-right: .4rem;
}

.ez_button > *:last-child {
  margin: 0;
}

@media only screen and (max-width: 599px) {
  .ez_button {
    padding: 0.7rem 1.29rem;
    font-size: 1.4rem;
  }
  .ez_button._s {
    padding: 0.7rem 1.29rem;
  }
  .ez_button._m {
    padding: 1.3rem 1.29rem;
  }
  .ez_button._l {
    padding: 1.5rem 1.57rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.ez_select {
  display: block;
  width: 100%;
  max-width: 25.6rem;
}

.ez_select select {
  display: none;
}

.ez_select .jq-selectbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #333333;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ez_select .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.ez_select .jq-selectbox__select {
  width: 100%;
  height: 4.8rem;
  padding-left: 1.6rem;
  padding-right: 3.7rem;
}

.ez_select .jq-selectbox__select-text {
  display: block;
  width: 100%;
  line-height: 4.8rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ez_select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.7rem;
  height: 100%;
  background: transparent;
}

.ez_select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 1.3rem;
  height: .9rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.ez_select .jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px) !important;
  margin-top: 1.6rem;
  padding: 0;
  background-color: #ffffff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.ez_select .jq-selectbox__dropdown ul {
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 35rem;
  overflow: auto;
}

.ez_select .jq-selectbox__dropdown ul li {
  position: relative;
  padding: 1.15rem 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_select .jq-selectbox__dropdown ul li:not(:first-of-type) {
  margin-bottom: 0;
}

.ez_select .jq-selectbox__dropdown ul li:not(:first-of-type)::before {
  content: '';
  position: absolute;
  left: 1.6rem;
  top: 0;
  display: block;
  width: calc(100% - 3.2rem);
  height: .1rem;
  background-color: #f5f5f5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_select .jq-selectbox__dropdown ul li::before {
  display: none;
}

.ez_select .jq-selectbox__dropdown ul li.sel, .ez_select .jq-selectbox__dropdown ul li:hover {
  background-color: #1da72e;
}

.ez_select .jq-selectbox__dropdown ul li.sel::before, .ez_select .jq-selectbox__dropdown ul li:hover::before {
  background-color: transparent;
}

.ez_select .jq-selectbox__dropdown ul li.sel + li::before, .ez_select .jq-selectbox__dropdown ul li:hover + li::before {
  background-color: transparent;
}

.ez_select .jq-selectbox__search {
  display: none;
}

.ez_select .jq-selectbox__search input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
}

.ez_select .jq-selectbox__not-found {
  padding: 5px 10px;
}

.ez_select._flat {
  width: 20rem;
}

.ez_select._flat .jq-selectbox {
  font-size: 1.1rem;
}

.ez_select._flat .jq-selectbox__select {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 1.5rem;
}

.ez_select._flat .jq-selectbox__select-text {
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: normal;
  border-bottom: 1px dotted #333333;
}

.ez_select._flat .jq-selectbox__trigger {
  width: 1.5rem;
}

.ez_select._flat .jq-selectbox__trigger-arrow {
  right: 0;
  width: .6rem;
  height: .4rem;
}

.ez_select._flat .jq-selectbox__trigger-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #333333 transparent transparent transparent;
}

.ez_select._flat .jq-selectbox__dropdown {
  margin-top: 1rem;
}

.ez_select._flat .jq-selectbox__dropdown ul {
  text-align: center;
  border-radius: 0.5rem;
}

.ez_select._flat .jq-selectbox__dropdown ul li {
  padding: .8rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.ez_select._flat .jq-selectbox__dropdown ul li.sel, .ez_select._flat .jq-selectbox__dropdown ul li:hover {
  background-color: #f8f9fb;
}

.ez_select._flat .jq-selectbox__dropdown ul li.sel::before, .ez_select._flat .jq-selectbox__dropdown ul li:hover::before {
  background-color: transparent;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.cols._align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cols._align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols._align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cols._start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cols._center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cols._end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cols._space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col {
  width: 100%;
  margin: 7.5px;
}

.col._80 {
  width: calc(80% - 15px);
}

.col._75 {
  width: calc(75% - 15px);
}

.col._66 {
  width: calc(66.66% - 15px);
}

.col._50 {
  width: calc(50% - 15px);
}

.col._33 {
  width: calc(33.33% - 15px);
}

.col._25 {
  width: calc(25% - 15px);
}

.col._20 {
  width: calc(20% - 15px);
}

.col._16 {
  width: calc(16.66% - 15px);
}

.col._8 {
  width: calc(8.33% - 15px);
}

@media only screen and (max-width: 1450px) {
  .col._xxl-100 {
    width: 100%;
  }
  .col._xxl-80 {
    width: calc(80% - 15px);
  }
  .col._xxl-75 {
    width: calc(75% - 15px);
  }
  .col._xxl-66 {
    width: calc(66.66% - 15px);
  }
  .col._xxl-50 {
    width: calc(50% - 15px);
  }
  .col._xxl-33 {
    width: calc(33.33% - 15px);
  }
  .col._xxl-25 {
    width: calc(25% - 15px);
  }
  .col._xxl-20 {
    width: calc(20% - 15px);
  }
  .col._xxl-16 {
    width: calc(16.66% - 15px);
  }
  .col._xxl-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 1285px) {
  .col._xl-100 {
    width: 100%;
  }
  .col._xl-80 {
    width: calc(80% - 15px);
  }
  .col._xl-75 {
    width: calc(75% - 15px);
  }
  .col._xl-66 {
    width: calc(66.66% - 15px);
  }
  .col._xl-50 {
    width: calc(50% - 15px);
  }
  .col._xl-33 {
    width: calc(33.33% - 15px);
  }
  .col._xl-25 {
    width: calc(25% - 15px);
  }
  .col._xl-20 {
    width: calc(20% - 15px);
  }
  .col._xl-16 {
    width: calc(16.66% - 15px);
  }
  .col._xl-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 1199px) {
  .col._l-100 {
    width: 100%;
  }
  .col._l-80 {
    width: calc(80% - 15px);
  }
  .col._l-75 {
    width: calc(75% - 15px);
  }
  .col._l-66 {
    width: calc(66.66% - 15px);
  }
  .col._l-50 {
    width: calc(50% - 15px);
  }
  .col._l-33 {
    width: calc(33.33% - 15px);
  }
  .col._l-25 {
    width: calc(25% - 15px);
  }
  .col._l-20 {
    width: calc(20% - 15px);
  }
  .col._l-16 {
    width: calc(16.66% - 15px);
  }
  .col._l-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 991px) {
  .col._m-100 {
    width: 100%;
  }
  .col._m-80 {
    width: calc(80% - 15px);
  }
  .col._m-75 {
    width: calc(75% - 15px);
  }
  .col._m-66 {
    width: calc(66.66% - 15px);
  }
  .col._m-50 {
    width: calc(50% - 15px);
  }
  .col._m-33 {
    width: calc(33.33% - 15px);
  }
  .col._m-25 {
    width: calc(25% - 15px);
  }
  .col._m-20 {
    width: calc(20% - 15px);
  }
  .col._m-16 {
    width: calc(16.66% - 15px);
  }
  .col._m-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 767px) {
  .col._xm-100 {
    width: 100%;
  }
  .col._xm-80 {
    width: calc(80% - 15px);
  }
  .col._xm-75 {
    width: calc(75% - 15px);
  }
  .col._xm-66 {
    width: calc(66.66% - 15px);
  }
  .col._xm-50 {
    width: calc(50% - 15px);
  }
  .col._xm-33 {
    width: calc(33.33% - 15px);
  }
  .col._xm-25 {
    width: calc(25% - 15px);
  }
  .col._xm-20 {
    width: calc(20% - 15px);
  }
  .col._xm-16 {
    width: calc(16.66% - 15px);
  }
  .col._xm-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 599px) {
  .col._s-100 {
    width: 100%;
  }
  .col._s-80 {
    width: calc(80% - 15px);
  }
  .col._s-75 {
    width: calc(75% - 15px);
  }
  .col._s-66 {
    width: calc(66.66% - 15px);
  }
  .col._s-50 {
    width: calc(50% - 15px);
  }
  .col._s-33 {
    width: calc(33.33% - 15px);
  }
  .col._s-25 {
    width: calc(25% - 15px);
  }
  .col._s-20 {
    width: calc(20% - 15px);
  }
  .col._s-16 {
    width: calc(16.66% - 15px);
  }
  .col._s-8 {
    width: calc(8.33% - 15px);
  }
}

@media only screen and (max-width: 360px) {
  .col._xs-100 {
    width: 100%;
  }
  .col._xs-80 {
    width: calc(80% - 15px);
  }
  .col._xs-75 {
    width: calc(75% - 15px);
  }
  .col._xs-66 {
    width: calc(66.66% - 15px);
  }
  .col._xs-50 {
    width: calc(50% - 15px);
  }
  .col._xs-33 {
    width: calc(33.33% - 15px);
  }
  .col._xs-25 {
    width: calc(25% - 15px);
  }
  .col._xs-20 {
    width: calc(20% - 15px);
  }
  .col._xs-16 {
    width: calc(16.66% - 15px);
  }
  .col._xs-8 {
    width: calc(8.33% - 15px);
  }
}

.ez_modal {
  position: fixed;
  top: 50% !important;
  display: none;
  width: 100%;
  background: transparent;
  -webkit-box-shadow: 0 0 3rem rgba(56, 59, 60, 0.2);
  box-shadow: 0 0 3rem rgba(56, 59, 60, 0.2);
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-overflow-scrolling: touch;
}

.ez_modal._common {
  max-width: 35rem;
  max-height: 100%;
  padding: 5rem 3.5rem;
  color: #ffffff;
  background-color: #2f3338;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0.5rem 1rem 3rem rgba(0, 0, 0, 0.5);
  box-shadow: 0.5rem 1rem 3rem rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.ez_modal._common .col._control {
  margin-top: 3rem;
}

.ez_modal__inside {
  width: 100%;
}

.ez_modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  z-index: 1;
}

.ez_modal__close-button {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.ez_modal__close-button .i {
  fill: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_modal__close-button .i._close {
  width: 1.5rem;
  height: 1.5rem;
}

.ez_modal__close-button:hover .i {
  fill: white;
}

.ez_modal__header {
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
}

.ez_modal__heading {
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-transform: uppercase;
}

.ez_modal__body {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
}

.ez_modal__body p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ez_modal .ez_input textarea {
  color: #ffffff;
  background-color: #42454a;
  border-color: #42454a;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.ez_modal .ez_input textarea::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
.ez_modal .ez_input textarea::-moz-placeholder {
  color: #999999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.ez_modal .ez_input textarea:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
.ez_modal .ez_input textarea:-moz-placeholder {
  color: #999999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.ez_modal .ez_input textarea:focus {
  background-color: #2f3338;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus::-webkit-input-placeholder,
.ez_modal .ez_input textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus::-moz-placeholder,
.ez_modal .ez_input textarea:focus::-moz-placeholder {
  color: transparent;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus:-ms-input-placeholder,
.ez_modal .ez_input textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.ez_modal .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus:-moz-placeholder,
.ez_modal .ez_input textarea:focus:-moz-placeholder {
  color: transparent;
}

.ez_modal .ez_control__input:checked + .ez_control__container .ez_control__checkbox, .ez_modal .ez_control__input:checked + .ez_control__container .ez_control__radio {
  background-color: #2f3338;
  border-color: #42454a;
}

.ez_modal .ez_control__checkbox, .ez_modal .ez_control__radio {
  background-color: #42454a;
  border-color: #42454a;
}

.ez_modal .ez_control__checkbox::before {
  background-image: url(/local/templates/eazyweb/css/../images/svg_icons/checked-white.svg);
}

.ez_modal .ez_control__value {
  color: #ffffff;
}

@media only screen and (max-width: 599px) {
  .ez_modal._common {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.b-modal::before, .b-modal::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.b-modal::before {
  left: -50%;
}

.b-modal::after {
  right: -50%;
}

.ez_input {
  position: relative;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  display: block;
  width: 100%;
  height: 4.8rem;
  padding: 0 3.5rem 0 1.6rem;
  font-size: 1.6rem;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: .4rem;
  outline: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_input textarea {
  display: block;
  width: 100%;
  height: 15rem;
  padding: 1.6rem;
  font-size: 1.6rem;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: .4rem;
  outline: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 10rem;
  resize: vertical;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ez_input textarea {
  color: #333333;
  border-color: #f5f5f5;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid,
.ez_input textarea:invalid {
  background-color: #f6b7ba;
  border-color: #e9454d;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.ez_input textarea:focus {
  background-color: #ffffff;
}

.ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):disabled,
.ez_input textarea:disabled {
  pointer-events: none;
  border-color: #999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ez_input._error textarea {
  color: #ffffff;
  background-color: #f6b7ba;
  border-color: #e9454d;
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-webkit-input-placeholder,
.ez_input._error textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"])::-moz-placeholder,
.ez_input._error textarea::-moz-placeholder {
  color: #ffffff;
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-ms-input-placeholder,
.ez_input._error textarea:-ms-input-placeholder {
  color: #ffffff;
}

.ez_input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):-moz-placeholder,
.ez_input._error textarea:-moz-placeholder {
  color: #ffffff;
}

.ez_input._error .ez_input__error {
  display: block;
}

.ez_input._success input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ez_input._success textarea {
  background-color: #ffffff;
  border-color: #1da72e;
}

.ez_input__error {
  display: none;
  margin-top: .6rem;
  color: #e9454d;
  font-size: 1.4rem;
  line-height: 2rem;
}

@media only screen and (max-width: 599px) {
  .ez_input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    height: 4rem;
    padding: 0 3rem 0 1.2rem;
    font-size: 1.4rem;
  }
}

.ez_control {
  display: inline-block;
  vertical-align: top;
}

.ez_control__label {
  position: relative;
  display: block;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ez_control__input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  z-index: 0;
}

.ez_control__input:checked + .ez_control__container .ez_control__checkbox,
.ez_control__input:checked + .ez_control__container .ez_control__radio {
  background-color: #1da72e;
  border-color: #1da72e;
}

.ez_control__input:checked + .ez_control__container .ez_control__checkbox::before,
.ez_control__input:checked + .ez_control__container .ez_control__radio::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.ez_control__input:disabled + .ez_control__container {
  pointer-events: none;
  cursor: default;
}

.ez_control__input:disabled + .ez_control__container .ez_control__checkbox,
.ez_control__input:disabled + .ez_control__container .ez_control__radio {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  pointer-events: none;
}

.ez_control__input:disabled + .ez_control__container .ez_control__value {
  color: #999999;
}

.ez_control__input:disabled:checked + .ez_control__container .ez_control__checkbox::before,
.ez_control__input:disabled:checked + .ez_control__container .ez_control__radio::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.ez_control__container {
  font-size: 0;
  cursor: pointer;
}

.ez_control__container:hover .control__checkbox, .ez_control__container:hover .control__radio {
  border-color: #1da72e;
}

.ez_control__container:hover .control__value {
  color: #1da72e;
}

.ez_control__checkbox, .ez_control__radio, .ez_control__value {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.ez_control__checkbox:hover, .ez_control__radio:hover, .ez_control__value:hover {
  color: inherit;
}

.ez_control__checkbox, .ez_control__radio {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ffffff;
  border: 0.1rem solid #f5f5f5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_control__checkbox::before, .ez_control__radio::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_control__checkbox {
  border-radius: .4rem;
}

.ez_control__checkbox::before {
  width: 1.2rem;
  height: 1.2rem;
  background: url(/local/templates/eazyweb/css/../images/svg_icons/checked.svg) center no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.ez_control__radio {
  border-radius: 50%;
}

.ez_control__radio::before {
  width: .8rem;
  height: .8rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.ez_control__value {
  width: calc(100% - 2.4rem);
  padding-top: .1rem;
  padding-left: 1.2rem;
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_control._error .ez_control__checkbox,
.ez_control._error .ez_control__radio {
  border-color: #e9454d;
}

.ez_section {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #f5f5f5;
}

.ez_section:last-child {
  border-bottom: 0;
}

.ez_section._dark {
  background-color: #f8f9fb;
  border-bottom-color: #e8e8e8;
}

.ez_section__header {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
}

.ez_section__header a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_section__header a:hover {
  color: #1da72e;
  text-decoration: none;
}

.ez_section__heading {
  margin: 0;
}

@media only screen and (max-width: 599px) {
  .ez_section__header {
    margin-bottom: 3rem;
  }
}

.ez_sup-heading {
  margin-bottom: 2rem;
  color: #2f2d2d;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}

.ez_header-cart {
  width: 8rem;
  height: 100%;
}

.ez_header-cart__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  text-decoration: none;
}

.ez_header-cart__link:hover .ez_header-cart__icon .i {
  opacity: .7;
}

.ez_header-cart__link:hover .ez_header-cart__counter {
  color: #ffffff;
  background-color: #1da72e;
}

.ez_header-cart__icon, .ez_header-cart__counter {
  display: inline-block;
  vertical-align: middle;
}

.ez_header-cart__icon {
  margin-right: .5rem;
}

.ez_header-cart__icon .i {
  fill: #333333;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_header-cart__counter {
  width: 2.2rem;
  height: 2.2rem;
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.3rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media only screen and (max-width: 1450px) {
  .ez_header-cart {
    width: 5rem;
  }
}

@media only screen and (max-width: 1285px) {
  .ez_header-cart {
    width: 8rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_header-cart {
    width: 6rem;
  }
  .ez_header-cart__counter {
    color: #ffffff;
    background-color: #1da72e;
  }
}

.ez_header-search {
  width: 8rem;
  height: 100%;
}

.ez_header-search__control {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

.ez_header-search__control .i {
  fill: #333333;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_header-search__control:hover .i {
  opacity: .7;
}

@media only screen and (max-width: 1450px) {
  .ez_header-search {
    width: 4rem;
  }
}

@media only screen and (max-width: 1285px) {
  .ez_header-search {
    width: 8rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_header-search {
    width: 4rem;
  }
}

.ez_contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding-top .2s linear;
  -o-transition: padding-top .2s linear;
  transition: padding-top .2s linear;
}

.ez_contacts-block__inside {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ez_contacts-block__phone {
  position: relative;
  display: block;
  width: 100%;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_contacts-block__phone .i {
  display: none;
}

.ez_contacts-block__callback {
  display: inline-block;
  vertical-align: top;
  margin-top: .5rem;
  color: rgba(51, 51, 51, 0.9);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: .1rem dotted transparent;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_contacts-block__callback:hover {
  border-bottom-color: rgba(51, 51, 51, 0.7);
}

.ez_header-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-size: 1.3rem;
  font-weight: 400;
}

.ez_header-location__link {
  position: relative;
  padding-right: 1.5rem;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.ez_header-location__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .3rem .3rem 0 .3rem;
  border-color: #333333 transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 1;
}

.ez_header-location._active .ez_header-location__link::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ez_home-slider {
  width: 100%;
  overflow: hidden;
}

.ez_home-slider__element {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ez_home-slider__element-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.ez_home-slider__element-content {
  max-width: 55rem;
}

.ez_home-slider__element-service {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.ez_home-slider__element-heading {
  margin-bottom: 2rem;
  font-weight: 300;
}

.ez_home-slider__element-text {
  max-width: 50rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.ez_home-slider__element-control {
  margin-top: 4rem;
}

.ez_home-slider__element img {
  width: 100%;
}

.ez_home-slider__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ez_home-slider__content .ez_container {
  position: relative;
  height: 100%;
  padding-top: 8.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.ez_home-slider._dark .ez_home-slider__element-service, .ez_home-slider._dark .ez_home-slider__element-heading, .ez_home-slider._dark .ez_home-slider__element-text {
  color: #ffffff;
}

.ez_home-slider._light .ez_home-slider__element-service, .ez_home-slider._light .ez_home-slider__element-heading, .ez_home-slider._light .ez_home-slider__element-text {
  color: #333333;
}

@media only screen and (max-width: 991px) {
  .ez_home-slider__content .ez_container {
    display: none;
  }
}

.ez_home-about-us {
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.ez_home-about-us .ez_container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ez_home-about-us__desc {
  width: 45rem;
  padding-right: 15px;
}

.ez_home-about-us__desc .ez_button + .ez_button {
  margin-left: 1rem;
}

.ez_home-about-us__details {
  width: calc(100% - 45rem);
  padding-left: 15px;
}

.ez_home-about-us__details p {
  margin-top: 0;
}

.ez_home-about-us__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 5rem;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ez_home-about-us__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 30px);
  margin: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ez_home-about-us__prop-icon {
  width: 5rem;
}

.ez_home-about-us__prop-details {
  width: calc(100% - 5rem);
  padding-left: 15px;
}

.ez_home-about-us__prop-heading {
  margin-bottom: 1rem;
  font-weight: 500;
}

.ez_home-about-us__prop p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.ez_home-about-us .ez_section__header {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1199px) {
  .ez_home-about-us__desc, .ez_home-about-us__details {
    width: 100%;
  }
  .ez_home-about-us__desc {
    padding-right: 0;
  }
  .ez_home-about-us__details {
    margin-top: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ez_home-about-us {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .ez_home-about-us__prop {
    width: 100%;
  }
  .ez_home-about-us__prop:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .ez_home-about-us__desc .ez_button {
    width: 100%;
  }
  .ez_home-about-us__desc .ez_button + .ez_button {
    margin: 1rem 0 0 0;
  }
}

@media only screen and (max-width: 360px) {
  .ez_home-about-us {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .ez_home-about-us__prop {
    display: block;
  }
  .ez_home-about-us__prop-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .ez_home-about-us__prop-details {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    text-align: center;
  }
}

.ez_home-features {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ez_home-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ez_home-features__element {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

.ez_home-features__element-icon {
  width: 5rem;
  margin-bottom: 1rem;
}

.ez_home-features__element-heading {
  margin-bottom: 1rem;
  font-weight: 500;
}

.ez_home-features__element p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

@media only screen and (max-width: 991px) {
  .ez_home-features {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ez_home-features__element {
    width: calc(50% - 30px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .ez_home-features {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ez_home-features__element {
    width: 100%;
    text-align: center;
  }
  .ez_home-features__element-icon {
    display: block;
    margin: 0 auto 15px;
  }
}

.ez_home-prices {
  padding-top: 9rem;
}

@media only screen and (max-width: 767px) {
  .ez_home-prices {
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 360px) {
  .ez_home-prices {
    padding-top: 3rem;
  }
}

.ez_home-portfolio {
  padding-top: 9rem;
}

.ez_home-portfolio-slider {
  width: 100%;
  overflow: hidden;
}

.ez_home-portfolio-slider__element {
  position: relative;
  width: 20vw;
  height: 20vw;
  overflow: hidden;
}

.ez_home-portfolio-slider__element-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_home-portfolio-slider__element-image::before, .ez_home-portfolio-slider__element-image::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-color: rgba(29, 167, 46, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ez_home-portfolio-slider__element-image::before {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ez_home-portfolio-slider__element-image::after {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.ez_home-portfolio-slider__element-link {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 3rem;
  text-decoration: none;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
}

.ez_home-portfolio-slider__element-link:hover {
  color: #ffffff;
  opacity: 1;
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s;
}

.ez_home-portfolio-slider__element:hover .ez_home-portfolio-slider__element-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ez_home-portfolio-slider__element:hover .ez_home-portfolio-slider__element-image::before, .ez_home-portfolio-slider__element:hover .ez_home-portfolio-slider__element-image::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ez_home-portfolio-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1450px) {
  .ez_home-portfolio-slider__element {
    width: 25vw;
    height: 25vw;
  }
}

@media only screen and (max-width: 1199px) {
  .ez_home-portfolio-slider__element {
    width: 33.33vw;
    height: 33.33vw;
  }
}

@media only screen and (max-width: 767px) {
  .ez_home-portfolio {
    padding-top: 5rem;
  }
  .ez_home-portfolio-slider__element {
    width: 50vw;
    height: 50vw;
  }
}

@media only screen and (max-width: 599px) {
  .ez_home-portfolio-slider__element-link {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .ez_home-portfolio-slider._dots-static .slick-dots {
    bottom: 2rem;
  }
}

@media only screen and (max-width: 360px) {
  .ez_home-portfolio {
    padding-top: 3rem;
  }
  .ez_home-portfolio-slider__element {
    width: 100vw;
    height: 100vw;
  }
  .ez_home-portfolio-slider__element-link {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.ez_home-rating {
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.ez_home-rating .ez_container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ez_home-rating__desc, .ez_home-rating__search {
  width: 50%;
}

.ez_home-rating__desc {
  padding-right: 30px;
}

.ez_home-rating__desc > *:first-child {
  margin-top: 0;
}

.ez_home-rating__search {
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .ez_home-rating__desc, .ez_home-rating__search {
    width: 100%;
  }
  .ez_home-rating__desc {
    padding-right: 0;
  }
  .ez_home-rating__search {
    margin-top: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ez_home-rating {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 360px) {
  .ez_home-rating {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.ez_home-advantages {
  padding-top: 9rem;
}

@media only screen and (max-width: 767px) {
  .ez_home-advantages {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 360px) {
  .ez_home-advantages {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.ez_prices-slider {
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.ez_prices-slider__element {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  outline: 0;
}

.ez_prices-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 767px) {
  .ez_prices-slider._dots-static .slick-dots {
    bottom: 7rem;
  }
  .ez_prices-slider .slick-track {
    padding-bottom: 12rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_prices-slider__element {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.ez_price-element {
  width: 100%;
  background-color: #ffffff;
}

.ez_price-element__image {
  position: relative;
  width: 100%;
  height: 27rem;
  overflow: hidden;
}

.ez_price-element__image::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  z-index: 1;
}

.ez_price-element__image-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.ez_price-element__image-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  z-index: 2;
}

.ez_price-element__label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  padding: .5rem 1rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: .2rem;
  z-index: 2;
}

.ez_price-element__label._green {
  background-color: #60c339;
}

.ez_price-element__label._yellow {
  color: #333333;
  background-color: #f8d40e;
}

.ez_price-element__label._violet {
  background-color: #7558d2;
}

.ez_price-element__label._red {
  background-color: #e9454d;
}

.ez_price-element__payment {
  color: #ffffff;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.ez_price-element__title {
  color: #ffffff;
  font-size: 2.4rem;
}

.ez_price-element__props {
  padding: 30px 15px;
  border-bottom: 0.1rem solid #f5f5f5;
}

.ez_price-element__prop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 300;
}

.ez_price-element__prop-label {
  width: calc(100% - 12rem);
  color: #2f2d2d;
  font-size: 1.3rem;
}

.ez_price-element__prop-label::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: .5rem;
  width: 100%;
  height: .1rem;
  border-bottom: 0.1rem dotted #f5f5f5;
  z-index: 0;
}

.ez_price-element__prop-label .ez_value {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: .2rem .5rem;
  background-color: #ffffff;
  z-index: 1;
}

.ez_price-element__prop-value {
  position: relative;
  max-width: 12rem;
  padding: .2rem .5rem;
  color: #2f2d2d;
  font-size: 1.3rem;
  text-align: right;
  background-color: #ffffff;
  z-index: 1;
}

.ez_price-element__prop + .ez_price-element__prop {
  margin-top: 1rem;
}

.ez_price-element__price {
  padding: 30px 15px;
  text-align: center;
}

.ez_price-element__price-period {
  display: inline-block;
  vertical-align: top;
}

.ez_price-element__price-value {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
}

.ez_price-element__control {
  width: 100%;
  height: 5rem;
}

.ez_price-element__control-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333333;
  font-size: 1.1rem;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-top: 0.1rem solid #f5f5f5;
  border-bottom: 0.1rem solid #f5f5f5;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_price-element__control-link:hover {
  color: #ffffff;
  background-color: #1da72e;
  border-top: 0.1rem solid #1da72e;
  border-bottom: 0.1rem solid #1da72e;
}

.ez_price-element:hover .ez_price-element__control-link {
  color: #ffffff;
  background-color: #1da72e;
  border-top: 0.1rem solid #1da72e;
  border-bottom: 0.1rem solid #1da72e;
}

.ez_price-element--no-image .ez_price-element__image {
  height: auto;
}

.ez_price-element--no-image .ez_price-element__image::before {
  display: none;
}

.ez_price-element--no-image .ez_price-element__image-content {
  position: static;
  top: auto;
  left: auto;
  padding: 0 15px;
}

.ez_price-element--no-image .ez_price-element__image-pic {
  display: none;
}

.ez_price-element--no-image .ez_price-element__label, .ez_price-element--no-image .ez_price-element__payment {
  display: none;
}

.ez_price-element--no-image .ez_price-element__title {
  color: #333333;
  font-size: 3rem;
}

@media only screen and (max-width: 1199px) {
  .ez_price-element__image {
    height: 30rem;
  }
}

@media only screen and (max-width: 767px) {
  .ez_price-element__image {
    height: 40rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_price-element__image {
    height: 25rem;
  }
}

@media only screen and (max-width: 360px) {
  .ez_price-element__image {
    height: 20rem;
  }
}

.ez_our-clients {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media only screen and (max-width: 991px) {
  .ez_our-clients {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_our-clients {
    padding-top: 2rem;
  }
}

.ez_carousel {
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.ez_carousel__element {
  width: 100%;
  height: 13rem;
  margin-left: 15px;
  margin-right: 15px;
  outline: 0;
}

.ez_carousel__element-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  outline: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_carousel__element-link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.ez_carousel__element-link img {
  display: inline-block;
  vertical-align: middle;
  max-height: 13rem;
}

.ez_carousel .slick-track {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .ez_carousel {
    padding-bottom: 8rem;
  }
  .ez_carousel._dots-static .slick-dots {
    bottom: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .ez_carousel__element {
    height: 10rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_carousel__element {
    height: 7rem;
  }
}

.ez_copyright {
  color: #999999;
  font-size: 1.4rem;
}

.ez_copyright p {
  margin: 0;
  color: inherit;
  font-size: inherit;
}

.ez_policy {
  color: #999999;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.ez_policy a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_policy a:hover {
  color: #ffffff;
}

.ez_social-networks {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

.ez_social-networks__element {
  display: inline-block;
  vertical-align: top;
  width: 4.3rem;
  height: 4.3rem;
}

.ez_social-networks__element:not(:last-child) {
  margin-right: 1rem;
}

.ez_social-networks__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.1rem solid #3e4146;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_social-networks__link .i {
  position: relative;
  fill: #999999;
  vertical-align: middle;
  z-index: 1;
}

.ez_social-networks__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_social-networks__link._vk::before {
  background-color: #638db6;
}

.ez_social-networks__link._fb::before {
  background-color: #39538f;
}

.ez_social-networks__link._tw::before {
  background-color: #3a9bf1;
}

.ez_social-networks__link._inst::before {
  background: #f7be63;
  background: -webkit-linear-gradient(45deg, #f7be63 0%, #e57f65 25%, #dc6264 50%, #a94293 75%, #8e3dad 100%);
  background: -o-linear-gradient(45deg, #f7be63 0%, #e57f65 25%, #dc6264 50%, #a94293 75%, #8e3dad 100%);
  background: linear-gradient(45deg, #f7be63 0%, #e57f65 25%, #dc6264 50%, #a94293 75%, #8e3dad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7be63', endColorstr='#8e3dad',GradientType=1 );
}

.ez_social-networks__link._ok::before {
  background-color: #ee8208;
}

.ez_social-networks__link._gplus::before {
  background-color: #d32f2f;
}

.ez_social-networks__link:hover {
  border-color: transparent;
}

.ez_social-networks__link:hover .i {
  fill: #ffffff;
}

.ez_social-networks__link:hover::before {
  opacity: 1;
}

.ez_social-networks._colorful .ez_social-networks__link {
  border-color: transparent;
}

.ez_social-networks._colorful .ez_social-networks__link .i {
  fill: #ffffff;
}

.ez_social-networks._colorful .ez_social-networks__link::before {
  opacity: 1;
}

.ez_social-networks._colorful .ez_social-networks__link:hover::before {
  opacity: .8;
}

@media only screen and (max-width: 360px) {
  .ez_social-networks__element:not(:last-child) {
    margin-right: .5rem;
  }
}

.ez_subscribe-us {
  position: relative;
  width: 100%;
}

.ez_subscribe-us__form {
  position: relative;
  display: block;
}

.ez_subscribe-us__input {
  width: 100%;
  height: 4.3rem;
  padding: 0 8.1rem 0 15px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #42454a;
  border: 0.1rem solid #42454a;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_subscribe-us__input::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_subscribe-us__input::-moz-placeholder {
  color: #999999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_subscribe-us__input:-ms-input-placeholder {
  color: #999999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_subscribe-us__input:-moz-placeholder {
  color: #999999;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_subscribe-us__input:focus {
  background-color: #2f3338;
}

.ez_subscribe-us__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.ez_subscribe-us__input:focus::-moz-placeholder {
  color: transparent;
}

.ez_subscribe-us__input:focus:-ms-input-placeholder {
  color: transparent;
}

.ez_subscribe-us__input:focus:-moz-placeholder {
  color: transparent;
}

.ez_subscribe-us__input:focus + .ez_subscribe-us__button .i {
  fill: #ffffff;
}

.ez_subscribe-us__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.6rem;
  height: 4.3rem;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ez_subscribe-us__button .i {
  fill: #999999;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_subscribe-us__button:hover {
  fill: #ffffff;
}

.ez_subscribe-us._light .ez_subscribe-us__input {
  background-color: #ffffff;
  border-color: #f5f5f5;
}

.ez_subscribe-us._light .ez_subscribe-us__input:focus {
  background-color: #ffffff;
  border-color: #999999;
}

.ez_subscribe-us._light .ez_subscribe-us__input:focus + .ez_subscribe-us__button .i {
  fill: #999999;
}

.ez_subscribe-us + .ez_print {
  margin-top: 3rem;
}

@media only screen and (max-width: 991px) {
  .ez_subscribe-us + .ez_print {
    margin-top: 1.7rem;
  }
}

.ez_footer-navigation {
  width: 100%;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
}

.ez_footer-navigation__element {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}

.ez_footer-navigation__element-link {
  display: block;
  height: auto;
  text-decoration: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_footer-navigation__element-link._current, .ez_footer-navigation__element-link:hover {
  opacity: .5;
}

@media only screen and (max-width: 599px) {
  .ez_footer-navigation {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.ez_footer-contacts {
  width: 100%;
}

.ez_footer-contacts__element {
  width: 100%;
}

.ez_footer-contacts__element:not(:last-child) {
  margin-bottom: 2rem;
}

.ez_footer-contacts__link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 3rem;
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_footer-contacts__link:hover {
  opacity: .7;
}

.ez_footer-contacts__link:hover .i {
  opacity: .7;
}

.ez_footer-contacts__link .i {
  position: absolute;
  left: 0;
  fill: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_footer-contacts__link._email .i {
  top: .2rem;
}

.ez_footer-contacts__link._location .i {
  top: -.4rem;
}

.ez_footer-contacts .ez_contacts-block {
  height: auto;
}

.ez_footer-contacts .ez_contacts-block__inside {
  padding: 0;
}

.ez_footer-contacts .ez_contacts-block__phone {
  padding-left: 3rem;
  color: #ffffff;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_footer-contacts .ez_contacts-block__phone .i {
  position: absolute;
  top: .1rem;
  left: 0;
  display: block;
  fill: #ffffff;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_footer-contacts .ez_contacts-block__phone:hover {
  opacity: .7;
}

.ez_footer-contacts .ez_contacts-block__phone:hover .i {
  opacity: .7;
}

.ez_footer-contacts .ez_contacts-block__callback {
  margin-left: 3rem;
  color: #999999;
  border-bottom-color: #999999;
}

.ez_print {
  width: 100%;
  color: #999999;
  font-size: 1.1rem;
  font-weight: 500;
}

.ez_print__control {
  display: inline-block;
  vertical-align: top;
  height: 3rem;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_print__control .i {
  margin-right: 1rem;
  fill: #999999;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_print__control:hover {
  color: #ffffff;
}

.ez_print__control:hover .i {
  fill: #ffffff;
}

.ez_reviews {
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.ez_reviews-slider {
  width: 100%;
}

.ez_reviews-slider__element {
  width: 100%;
  outline: 0;
}

.ez_reviews-slider__element-inside {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.ez_reviews-slider__profile {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  max-width: 50rem;
}

.ez_reviews-slider__profile-image, .ez_reviews-slider__profile-details {
  display: table-cell;
  vertical-align: middle;
}

.ez_reviews-slider__profile-image {
  width: 11rem;
}

.ez_reviews-slider__profile-image img {
  width: 100%;
}

.ez_reviews-slider__profile-pic {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
}

.ez_reviews-slider__profile-position {
  margin-bottom: .5rem;
  color: #999999;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.ez_reviews-slider__profile-name {
  color: #333333;
  font-size: 2rem;
  font-weight: 400;
}

.ez_reviews-slider__preview {
  position: relative;
  margin-top: 3rem;
  line-height: 2.7rem;
}

.ez_reviews-slider__preview-quote-top, .ez_reviews-slider__preview-quote-bottom {
  position: absolute;
  width: 3.2rem;
  height: 3rem;
  opacity: .7;
  z-index: 1;
}

.ez_reviews-slider__preview-quote-top .i, .ez_reviews-slider__preview-quote-bottom .i {
  width: 100%;
  height: 100%;
  fill: #999999;
}

.ez_reviews-slider__preview-quote-top {
  top: -1rem;
  left: -5rem;
}

.ez_reviews-slider__preview-quote-bottom {
  bottom: -1rem;
  right: -5rem;
}

.ez_reviews-slider__preview p {
  line-height: inherit;
}

.ez_reviews-slider__preview::before, .ez_reviews-slider__preview::after {
  content: '';
  position: absolute;
  display: none;
  width: 3.2rem;
  height: 3rem;
  opacity: .7;
  z-index: 1;
}

.ez_reviews-slider__preview::before {
  top: -1rem;
  left: -5rem;
  background: url(/local/templates/eazyweb/css/../images/svg_icons/quote-left.svg) 0 0 no-repeat;
}

.ez_reviews-slider__preview::after {
  bottom: -1rem;
  right: -5rem;
  background: url(/local/templates/eazyweb/css/../images/svg_icons/quote-right.svg) 0 0 no-repeat;
}

.ez_reviews-slider__more {
  margin-top: 3rem;
}

.ez_reviews .ez_rating {
  position: absolute;
  top: 4.3rem;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .ez_reviews-slider__element {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .ez_reviews {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .ez_reviews-slider {
    padding-bottom: 5rem;
  }
  .ez_reviews-slider__element {
    padding-left: 0;
    padding-right: 0;
  }
  .ez_reviews-slider__preview::before, .ez_reviews-slider__preview::after {
    display: none;
  }
  .ez_reviews-slider._dots-static .slick-dots {
    bottom: 0;
  }
}

@media only screen and (max-width: 599px) {
  .ez_reviews .ez_rating {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  .ez_reviews-slider__profile {
    display: block;
  }
  .ez_reviews-slider__profile-image, .ez_reviews-slider__profile-details {
    display: block;
  }
  .ez_reviews-slider__profile-image {
    width: 8rem;
    margin: 0 auto 15px;
  }
  .ez_reviews-slider__profile-details {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.ez_rating {
  position: relative;
  width: 12rem;
  height: 2rem;
  overflow: hidden;
}

.ez_rating__full, .ez_rating__current {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ez_rating__full .i, .ez_rating__current .i {
  vertical-align: top;
}

.ez_rating__full {
  width: 100%;
  z-index: 1;
}

.ez_rating__full .i {
  fill: #999999;
}

.ez_rating__current {
  width: 0;
  z-index: 2;
}

.ez_rating__current .i {
  fill: #f8d40e;
}

.ez_rating__star {
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
}

.ez_rating__star:not(:last-child) {
  margin-right: .4rem;
}

.ez_mobile-aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 30rem;
  height: 100%;
  display: none;
  padding-top: 8.5rem;
  overflow: hidden;
  -webkit-transition: padding-top .2s linear, -webkit-transform .3s linear;
  transition: padding-top .2s linear, -webkit-transform .3s linear;
  -o-transition: padding-top .2s linear, transform .3s linear;
  transition: padding-top .2s linear, transform .3s linear;
  transition: padding-top .2s linear, transform .3s linear, -webkit-transform .3s linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 99;
}

.ez_mobile-aside-trigger {
  position: relative;
  display: none;
  width: 5rem;
  height: 8.5rem;
  margin-right: 15px;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
}

.ez_mobile-aside-trigger .bar {
  position: relative;
  display: block;
  width: 2rem;
  height: .2rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_mobile-aside-trigger .bar::before, .ez_mobile-aside-trigger .bar::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: .2rem;
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_mobile-aside-trigger .bar::before {
  top: -.6rem;
}

.ez_mobile-aside-trigger .bar::after {
  bottom: -.6rem;
}

.ez_mobile-aside-trigger._active .bar {
  background-color: transparent !important;
}

.ez_mobile-aside-trigger._active .bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ez_mobile-aside-trigger._active .bar::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ez_mobile-aside-inside {
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: auto;
}

.ez_mobile-aside .ez_navigation {
  height: auto;
  margin-left: 0;
}

.ez_mobile-aside .ez_navigation__element {
  width: 100%;
  height: auto;
}

.ez_mobile-aside .ez_navigation__element:not(:last-child) {
  border-bottom: 0.1rem solid #f5f5f5;
}

.ez_mobile-aside .ez_navigation__element._dropdown._expanded .ez_navigation__link {
  color: #333333;
  background-color: #f8f9fb;
}

.ez_mobile-aside .ez_navigation__element._dropdown._expanded .ez_navigation__dropdown {
  display: block;
}

.ez_mobile-aside .ez_navigation__link {
  padding: 1.5rem 4rem 1.5rem 2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ez_mobile-aside .ez_navigation__trigger {
  display: block;
}

.ez_mobile-aside .ez_navigation__dropdown {
  position: static;
  top: auto;
  width: 100%;
  min-width: initial;
  display: none;
  background-color: #f8f9fb;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  z-index: 1;
}

.ez_mobile-aside .ez_navigation__dropdown-element {
  border-bottom-color: #ededed;
}

.ez_mobile-aside .ez_navigation__dropdown-link {
  padding-left: 3rem;
}

.ez_mobile-aside .ez_header-location,
.ez_mobile-aside .ez_contacts-block {
  height: auto;
  border-top: 0.1rem solid #f5f5f5;
}

.ez_mobile-aside .ez_header-location {
  padding: 2rem;
}

.ez_mobile-aside .ez_contacts-block-inside {
  padding: 2rem;
}

.ez_mobile-aside .ez_contacts-block__callback {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 1199px) {
  .ez_mobile-aside {
    display: block;
  }
  .ez_mobile-aside-trigger {
    display: block;
  }
  .ez_mobile-aside .ez_navigation__dropdown-element {
    border-bottom-color: #ededed;
  }
  .ez_mobile-aside .ez_navigation__dropdown-element:hover {
    border-bottom-color: #ededed;
  }
}

@media only screen and (max-width: 599px) {
  .ez_mobile-aside {
    width: 100%;
    padding-top: 6rem;
  }
  .ez_mobile-aside-trigger {
    width: 6rem;
    height: 6rem;
    margin-right: .5rem;
  }
  .ez_mobile-aside-trigger .bar {
    background-color: #333333;
  }
  .ez_mobile-aside-trigger .bar::before, .ez_mobile-aside-trigger .bar::after {
    background-color: #333333;
  }
}

.ez_our-team {
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.ez_our-team-slider {
  width: 100%;
}

.ez_our-team-slider__element {
  outline: 0;
}

.ez_our-team-slider__element-inside {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.ez_our-team-slider__element-image, .ez_our-team-slider__element-details {
  display: table-cell;
  vertical-align: top;
}

.ez_our-team-slider__element-image {
  width: 40.5rem;
}

.ez_our-team-slider__element-details {
  width: auto;
}

.ez_our-team-slider__element-pic {
  width: 33rem;
  height: 33rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
}

.ez_our-team-slider__element-position {
  margin-bottom: 1rem;
  color: #999999;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
}

.ez_our-team-slider__element-name {
  font-size: 2.8rem;
  color: #333333;
  font-weight: 400;
}

.ez_our-team-slider__element-name a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.ez_our-team-slider__element-props {
  margin-top: 2rem;
  font-size: 0;
}

.ez_our-team-slider__element-prop {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 1.5rem;
}

.ez_our-team-slider__element-prop:not(:last-child) {
  margin-right: 3rem;
}

.ez_our-team-slider__element-label {
  margin: 0;
  color: #999999;
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: uppercase;
}

.ez_our-team-slider__element-value {
  font-size: inherit;
}

.ez_our-team-slider__element-value a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.ez_our-team-slider__element-value a:hover {
  text-decoration: underline;
}

.ez_our-team-slider__element-preview {
  margin-top: 3rem;
  color: #333333;
  font-size: 1.56rem;
  line-height: 2.4rem;
}

.ez_our-team-slider__element-preview p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ez_our-team-slider__element-control {
  margin-top: 4rem;
}

@media only screen and (max-width: 1199px) {
  .ez_our-team-slider__element-prop {
    display: block;
    width: 100%;
  }
  .ez_our-team-slider__element-prop:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .ez_our-team-slider__element-image {
    width: 30rem;
  }
  .ez_our-team-slider__element-pic {
    width: 25rem;
    height: 25rem;
  }
}

@media only screen and (max-width: 767px) {
  .ez_our-team {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .ez_our-team-slider {
    padding-bottom: 8rem;
  }
  .ez_our-team-slider__element-inside, .ez_our-team-slider__element-image, .ez_our-team-slider__element-details {
    display: block;
  }
  .ez_our-team-slider__element-image {
    width: 100%;
    margin-bottom: 30px;
  }
  .ez_our-team-slider__element-pic {
    margin-left: auto;
    margin-right: auto;
  }
  .ez_our-team-slider__element-position, .ez_our-team-slider__element-name, .ez_our-team-slider__element-props {
    text-align: center;
  }
  .ez_our-team-slider._dots-static .slick-dots {
    bottom: 3rem;
  }
}

@media only screen and (max-width: 360px) {
  .ez_our-team {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.ez_home-news {
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.ez_home-news-slider {
  width: 100%;
}

.ez_home-news-slider__element {
  margin-left: 15px;
  margin-right: 15px;
  outline: 0;
}

.ez_home-news-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .ez_home-news {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .ez_home-news-slider {
    padding-bottom: 8rem;
  }
  .ez_home-news-slider._dots-static .slick-dots {
    bottom: 3rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_home-news-slider {
    width: auto;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ez_home-news-slider__element {
    margin-left: 0;
    margin-right: 0;
  }
  .ez_home-news-slider .ez_news-element {
    border-left: 0;
    border-right: 0;
  }
}

@media only screen and (max-width: 360px) {
  .ez_home-news {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.ez_news-element {
  position: relative;
  width: 31rem;
  background-color: #ffffff;
  border: 0.1rem solid #f5f5f5;
}

.ez_news-element__image {
  width: 100%;
  height: 21rem;
}

.ez_news-element__link {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  outline: 0;
}

.ez_news-element__pic {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ez_news-element__details {
  position: relative;
  width: 100%;
  height: 23rem;
  padding: 30px;
  background-color: #ffffff;
}

.ez_news-element__type {
  margin-bottom: 1rem;
  color: #999999;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.ez_news-element__title {
  max-height: 12rem;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  overflow: hidden;
}

.ez_news-element__title a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_news-element__title a:hover {
  color: #1da72e;
}

.ez_news-element__date {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  color: #2f2d2d;
  font-size: 1.3rem;
  z-index: 1;
}

.ez_news-element._huge {
  width: 62rem;
  height: 44rem;
}

.ez_news-element._huge .ez_news-element__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

.ez_news-element._huge .ez_news-element__details {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: calc(100%  - 2rem);
  height: auto;
  padding-bottom: 6.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.ez_news-element._huge .ez_news-element__type, .ez_news-element._huge .ez_news-element__title, .ez_news-element._huge .ez_news-element__date {
  color: #ffffff;
}

.ez_news-element._huge .ez_news-element__title a:hover {
  color: #ffffff;
}

.ez_news-element._huge .ez_news-element__title {
  max-height: none;
}

@media only screen and (max-width: 767px) {
  .ez_news-element._huge {
    width: 31rem;
  }
  .ez_news-element._huge .ez_news-element__image {
    position: static;
    top: auto;
    left: auto;
    height: 21rem;
  }
  .ez_news-element._huge .ez_news-element__details {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 23rem;
    padding-bottom: 30px;
    background-color: #ffffff;
  }
  .ez_news-element._huge .ez_news-element__type, .ez_news-element._huge .ez_news-element__title, .ez_news-element._huge .ez_news-element__date {
    color: #333333;
  }
  .ez_news-element._huge .ez_news-element__title a:hover {
    color: #1da72e;
  }
  .ez_news-element._huge .ez_news-element__title {
    max-height: 12rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_news-element {
    width: 100%;
  }
  .ez_news-element__image {
    height: 65vw;
  }
  .ez_news-element__details {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ez_news-element__title {
    max-height: none;
  }
  .ez_news-element__date {
    position: static;
    top: auto;
    left: auto;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .ez_news-element._huge {
    width: 100%;
    height: auto;
  }
  .ez_news-element._huge .ez_news-element__image {
    height: 65vw;
  }
  .ez_news-element._huge .ez_news-element__details {
    height: auto;
  }
  .ez_news-element._huge .ez_news-element__title {
    max-height: none;
  }
}

.ez_search-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 110;
}

.ez_search-bar__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ez_search-bar__input {
  display: block;
  width: calc(100% - 15rem);
  height: 13rem;
  padding: 0 1.5rem 0 0;
  color: #333333;
  font-size: 3rem;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ez_search-bar__controls {
  width: 15rem;
  font-size: 0;
}

.ez_search-bar__close {
  display: inline-block;
  vertical-align: middle;
  width: 5rem;
  height: 5rem;
  margin-left: 1rem;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ez_search-bar__close .i {
  fill: #999999;
  vertical-align: middle;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ez_search-bar__close:hover .i {
  fill: #333333;
}

.ez_search-bar .ez_button {
  width: 9rem;
  height: 5rem;
}

.ez_search-bar .ez_button .i {
  display: none;
  fill: #1da72e;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .ez_search-bar__input {
    height: 8.5rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_search-bar__input {
    width: calc(100% - 10rem);
    height: 6rem;
    padding: 0 15px;
    font-size: 1.6rem;
  }
  .ez_search-bar__close {
    height: 6rem;
    margin-left: 0;
  }
  .ez_search-bar__close .i._close {
    width: 1.4rem;
    height: 1.4rem;
  }
  .ez_search-bar__controls {
    width: 10rem;
  }
  .ez_search-bar .ez_button {
    width: 5rem;
    height: 6rem;
    padding: 0;
    font-size: 0;
    background: transparent;
    border: 0;
  }
  .ez_search-bar .ez_button:hover {
    background: transparent;
  }
  .ez_search-bar .ez_button .i {
    display: inline-block;
  }
  .ez_search-bar .ez_container {
    padding-left: 0;
    padding-right: 0;
  }
}

.ez_breadcrumbs {
  width: 100%;
  font-size: 0;
  font-weight: 300;
}

.ez_breadcrumbs__element {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #999999;
  font-size: 1.5rem;
}

.ez_breadcrumbs__element:not(:last-child) {
  margin-right: 3rem;
}

.ez_breadcrumbs__element:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 1rem;
  right: -2rem;
  display: block;
  width: 1rem;
  height: .1rem;
  background-color: #999999;
}

.ez_breadcrumbs__link {
  display: block;
  height: auto;
  text-decoration: none;
  max-width: 35rem;
  color: inherit;
  font-size: inherit;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ez_breadcrumbs a.ez_breadcrumbs__link {
  color: #1da72e;
}

.ez_breadcrumbs a.ez_breadcrumbs__link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 599px) {
  .ez_breadcrumbs__element {
    font-size: 1.3rem;
  }
  .ez_breadcrumbs__element:not(:last-child)::after {
    top: .9rem;
  }
  .ez_breadcrumbs__link {
    max-width: 20rem;
  }
}

.ez_map {
  height: 60rem;
}

@media only screen and (max-width: 991px) {
  .ez_map {
    height: 50rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_map {
    height: 40rem;
  }
}

.ez_map-popup {
  position: relative;
  width: 35rem;
  padding: 2.5rem 3rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
}

.ez_map-popup__heading {
  margin-bottom: .5rem;
  color: #1da72e;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.ez_map-popup__text {
  color: #000000;
  font-size: 1.4rem;
}

.ez_map-popup a {
  color: inherit;
  font-size: inherit;
}

.ez_map-popup a:hover {
  color: #000000;
  text-decoration: none;
}

.ez_map-popup .si-wrapper-left {
  margin-left: -2rem;
}

.ez_map-popup .si-frame {
  border-radius: 0;
}

.ez_map-popup .si-has-border .si-content-wrapper {
  border: 0;
}

.ez_map-popup .si-close-button {
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  color: transparent;
  font-size: 0;
  border: 0;
  outline: 0;
}

.ez_map-popup .si-content-wrapper {
  padding: 0;
}

.ez_map-popup .si-pointer-border-top, .ez_map-popup .si-pointer-border-left, .ez_map-popup .si-pointer-border-right, .ez_map-popup .si-pointer-border-bottom {
  display: none;
}

.ez_map-popup .si-shadow-frame {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 360px) {
  .ez_map-popup-popup {
    width: 100%;
  }
}

.ez_contacts {
  width: 100%;
  font-size: 0;
}

.ez_contacts__office, .ez_contacts__details {
  display: inline-block;
  vertical-align: top;
}

.ez_contacts__office {
  width: 50rem;
}

.ez_contacts__details {
  width: calc(100% - 50rem);
  padding-left: 60px;
  font-size: 0;
}

.ez_contacts__heading {
  margin-bottom: 2rem;
}

.ez_contacts__section {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 30px;
  padding-right: 15px;
}

.ez_contacts__section-heading {
  margin-bottom: .2rem;
  color: #999999;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.ez_contacts__section a {
  text-decoration: none;
}

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

.ez_contacts__section p {
  margin: 0;
}

.ez_contacts__section .ez_button {
  margin-top: 1.5rem;
}

.ez_contacts__section._100 {
  width: 100%;
}

.ez_contacts-slider {
  width: 100%;
}

.ez_contacts-slider__element {
  width: 100%;
  outline: 0;
}

.ez_contacts-slider__element img {
  width: 100%;
}

.ez_contacts-slider._dots-static .slick-dots {
  bottom: 2rem;
}

@media only screen and (max-width: 1199px) {
  .ez_contacts__section {
    width: 100%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .ez_contacts__office, .ez_contacts__details {
    width: 100%;
  }
  .ez_contacts__details {
    margin-top: 30px;
    padding-left: 0;
  }
  .ez_contacts__section {
    width: 50%;
    padding-right: 15px;
  }
  .ez_contacts-slider {
    width: auto;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 599px) {
  .ez_contacts__section {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }
  .ez_contacts__section:not(:last-child) {
    margin-bottom: 15px;
  }
  .ez_contacts__section .ez_button {
    width: 100%;
  }
}

.ez_news-list {
  width: 100%;
}

.ez_news-list__section {
  width: 100%;
}

.ez_news-list__section .cols,
.ez_news-list__section .col {
  height: 100%;
}

.ez_news-list__control {
  margin-top: 5rem;
  text-align: center;
}

.ez_news-list .ez_news-element {
  width: 100%;
}

.ez_news-list .ez_news-element._huge {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .ez_news-list {
    width: auto;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: hidden;
  }
  .ez_news-list .ez_news-element {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
}

.ez_news-detail {
  position: relative;
  width: 100%;
}

.ez_news-detail__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1rem;
  margin-left: -1.3rem;
  padding: .6rem 1.3rem .4rem;
  color: #333333;
  font-size: 1.2rem;
  text-transform: uppercase;
  background-color: #f8f9fb;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
}

.ez_news-detail__image {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.ez_news-detail__image img {
  width: 100%;
}

.ez_news-detail__date {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
  font-size: 1.3rem;
}

.ez_news-detail__preview {
  margin-top: 30px;
}

.ez_news-detail .ez_social-share {
  margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .ez_news-detail .ez_social-share {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .ez_news-detail .ez_social-share {
    width: auto;
    margin-top: 0;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ez_news-detail .ez_social-share {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 599px) {
  .ez_news-detail__image {
    width: auto;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.ez_pagination {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
}

.ez_pagination__control {
  position: absolute;
  top: 0;
  width: 4.8rem;
  height: 4.8rem;
}

.ez_pagination__control._prev {
  left: 0;
}

.ez_pagination__control._next {
  right: 0;
}

.ez_pagination__control-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_pagination__control-link .i {
  fill: #333333;
  opacity: .5;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_pagination__control-link:hover .i {
  opacity: 1;
}

.ez_pagination__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ez_pagination__page {
  width: 4.8rem;
  height: 4.8rem;
}

.ez_pagination__page:not(:last-child) {
  margin-right: .8rem;
}

.ez_pagination__page-link {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  color: #999999;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
}

.ez_pagination__page-link::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: calc(100% - 1.6rem);
  height: .2rem;
  background-color: #1da72e;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: transform;
  z-index: 1;
}

.ez_pagination__page-link:hover {
  color: #333333;
}

.ez_pagination__page-link._current {
  color: #333333;
}

.ez_pagination__page-link._current::before {
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .ez_pagination {
    width: 100%;
  }
  .ez_pagination__pages {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }
  .ez_pagination__page:not(:last-child) {
    margin-right: 0;
  }
  .ez_pagination__page-link {
    font-size: 1.4rem;
  }
}

.ez_hr, hr {
  display: block;
  width: 100%;
  height: .1rem;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #1da72e;
}

.ez_hr._mini, hr._mini {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ez_hr._fixed, hr._fixed {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.ez_hr._no-margin, hr._no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.ez_aside-carousel {
  width: 100%;
}

.ez_aside-carousel__element {
  width: 100%;
}

.ez_aside-carousel .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.ez_aside-carousel .ez_news-element {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .ez_aside-carousel__element {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .ez_aside-carousel .ez_news-element {
    width: 31rem;
  }
}

@media only screen and (max-width: 599px) {
  .ez_aside-carousel {
    width: auto;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ez_aside-carousel__element {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .ez_aside-carousel .ez_news-element {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
}

.ez_steps-section {
  width: 100%;
  font-size: 0;
}

.ez_steps-section__element {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: 500;
}

.ez_steps-section__link {
  display: block;
  height: auto;
  text-decoration: none;
  padding: 1rem 2rem;
  color: inherit;
  font-size: inherit;
}

.ez_steps-section__link::before, .ez_steps-section__link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
}

.ez_steps-section__link::before {
  left: 0;
  margin-top: -18px;
  border-bottom: 18px solid transparent;
  border-left: 12px solid white;
  border-top: 18px solid transparent;
}

.ez_steps-section__link::after {
  left: 100%;
  margin-top: -18px;
  border-bottom: 18px solid transparent;
  border-left: 12px solid #e5f4fd;
  border-top: 18px solid transparent;
  z-index: 1;
}

.ez_social-share {
  display: inline-block;
  vertical-align: middle;
}

.ez_social-share .ya-share2 {
  width: auto;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.ez_social-share .ya-share2__list {
  list-style: none;
}

.ez_social-share .ya-share2__list::before {
  display: none;
}

.ez_social-share .ya-share2__list_direction_horizontal > .ya-share2__item {
  padding-left: 0;
}

.ez_social-share .ya-share2__container_size_m .ya-share2__item {
  margin: .5rem;
}

.ez_social-share .ya-share2__container_size_m .ya-share2__icon {
  width: 4.3rem;
  height: 4.3rem;
}

.ez_social-share .ya-share2__container_size_m .ya-share2__counter {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.6rem;
  line-height: 4.3rem;
}

.ez_social-share .ya-share2__badge {
  border-radius: 0.5rem;
}

@media only screen and (max-width: 599px) {
  .ez_social-share .ya-share2__container_size_m .ya-share2__icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .ez_social-share .ya-share2__container_size_m .ya-share2__counter {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
  .ez_social-share .ya-share2__badge {
    border-radius: .4rem;
  }
}

.ez_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin: -.1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ez_steps__element {
  position: relative;
  width: 20%;
  margin-top: -.1rem;
  margin-left: -.1rem;
  padding: 45px;
  text-align: center;
  background-color: #ffffff;
  border: 0.1rem solid #f5f5f5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_steps__element._step-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ez_steps__element._step-1 .ez_steps__element-arrow {
  top: 50%;
  right: -1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ez_steps__element._step-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.ez_steps__element._step-2 .ez_steps__element-arrow {
  top: 50%;
  right: -1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ez_steps__element._step-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.ez_steps__element._step-3 .ez_steps__element-arrow {
  top: 50%;
  right: -1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ez_steps__element._step-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.ez_steps__element._step-4 .ez_steps__element-arrow {
  top: 50%;
  right: -1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ez_steps__element._step-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.ez_steps__element._step-5 .ez_steps__element-arrow {
  left: 50%;
  bottom: -1.5rem;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.ez_steps__element._step-6 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.ez_steps__element._step-6 .ez_steps__element-arrow {
  top: 50%;
  left: -1.5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.ez_steps__element._step-7 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.ez_steps__element._step-7 .ez_steps__element-arrow {
  top: 50%;
  left: -1.5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.ez_steps__element._step-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.ez_steps__element._step-8 .ez_steps__element-arrow {
  top: 50%;
  left: -1.5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.ez_steps__element._step-9 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.ez_steps__element._step-9 .ez_steps__element-arrow {
  top: 50%;
  left: -1.5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.ez_steps__element._step-10 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.ez_steps__element._step-10 .ez_steps__element-arrow {
  display: none;
}

.ez_steps__element._4 {
  width: 25%;
}

.ez_steps__element._3 {
  width: 33%;
}

.ez_steps__element-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0.1rem solid #f5f5f5;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 2;
}

.ez_steps__element-arrow .i {
  fill: #1da72e;
}

.ez_steps__element-icon {
  display: block;
  width: 5rem;
  margin: 0 auto 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #1da72e;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_steps__element-icon .i {
  max-width: 5rem;
  max-height: 5rem;
  fill: #1da72e;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_steps__element-heading {
  margin-bottom: .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
}

.ez_steps__element-text {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

.ez_steps__element:hover {
  background-color: #1da72e;
  border-color: #1da72e;
  z-index: 2;
}

.ez_steps__element:hover .ez_steps__element-arrow {
  border-color: #1da72e;
}

.ez_steps__element:hover .ez_steps__element-icon {
  border-bottom-color: #ffffff;
}

.ez_steps__element:hover .ez_steps__element-icon .i {
  fill: #ffffff;
}

.ez_steps__element:hover .ez_steps__element-heading, .ez_steps__element:hover .ez_steps__element-text {
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .ez_steps__element {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .ez_steps__element {
    width: 33.33%;
    padding: 45px 30px;
  }
  .ez_steps__element._step-3 .ez_steps__element-arrow {
    top: auto;
    bottom: -1.5rem;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(90deg);
    -ms-transform: translate(50%, 0) rotate(90deg);
    transform: translate(50%, 0) rotate(90deg);
  }
  .ez_steps__element._step-4 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ez_steps__element._step-4 .ez_steps__element-arrow {
    right: auto;
    left: -1.5rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .ez_steps__element._step-5 .ez_steps__element-arrow {
    left: -1.5rem;
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(180deg);
    -ms-transform: translate(0, 50%) rotate(180deg);
    transform: translate(0, 50%) rotate(180deg);
  }
  .ez_steps__element._step-6 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ez_steps__element._step-6 .ez_steps__element-arrow {
    top: auto;
    left: 50%;
    bottom: -1.5rem;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .ez_steps__element._step-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ez_steps__element._step-7 .ez_steps__element-arrow {
    top: 50%;
    left: auto;
    right: -1.5rem;
    -webkit-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
  }
  .ez_steps__element._step-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ez_steps__element._step-8 .ez_steps__element-arrow {
    top: 50%;
    left: auto;
    right: -1.5rem;
    -webkit-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
  }
  .ez_steps__element._step-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ez_steps__element._step-9 .ez_steps__element-arrow {
    top: auto;
    left: 50%;
    bottom: -1.5rem;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .ez_steps__element._step-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ez_steps__element._4 {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .ez_steps__element {
    width: 50%;
    padding: 30px;
  }
  .ez_steps__element._step-2 .ez_steps__element-arrow {
    top: auto;
    left: 50%;
    bottom: -1.5rem;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .ez_steps__element._step-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ez_steps__element._step-3 .ez_steps__element-arrow {
    left: -1.5rem;
    right: auto;
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(180deg);
    -ms-transform: translate(0, 50%) rotate(180deg);
    transform: translate(0, 50%) rotate(180deg);
  }
  .ez_steps__element._step-4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ez_steps__element._step-4 .ez_steps__element-arrow {
    top: auto;
    left: 50%;
    bottom: -1.5rem;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .ez_steps__element._step-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ez_steps__element._step-5 .ez_steps__element-arrow {
    left: auto;
    right: -1.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ez_steps__element._step-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ez_steps__element._step-7 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ez_steps__element._step-7 .ez_steps__element-arrow {
    top: auto;
    left: -1.5rem;
    right: auto;
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(180deg);
    -ms-transform: translate(0, 50%) rotate(180deg);
    transform: translate(0, 50%) rotate(180deg);
  }
  .ez_steps__element._step-8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ez_steps__element._step-8 .ez_steps__element-arrow {
    top: auto;
    left: 50%;
    bottom: -1.5rem;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .ez_steps__element._step-9 .ez_steps__element-arrow {
    right: -1.5rem;
    left: auto;
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(0);
    -ms-transform: translate(0, 50%) rotate(0);
    transform: translate(0, 50%) rotate(0);
  }
  .ez_steps__element._4 {
    width: 50%;
  }
  .ez_steps__element._3 {
    width: 50%;
  }
}

@media only screen and (max-width: 599px) {
  .ez_steps__element {
    width: 100%;
    padding: 45px 30px;
  }
  .ez_steps__element._step-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ez_steps__element._step-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .ez_steps__element._step-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .ez_steps__element._step-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .ez_steps__element._step-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .ez_steps__element._step-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .ez_steps__element._step-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .ez_steps__element._step-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .ez_steps__element._step-1 .ez_steps__element-arrow, .ez_steps__element._step-2 .ez_steps__element-arrow, .ez_steps__element._step-3 .ez_steps__element-arrow, .ez_steps__element._step-4 .ez_steps__element-arrow, .ez_steps__element._step-5 .ez_steps__element-arrow, .ez_steps__element._step-6 .ez_steps__element-arrow, .ez_steps__element._step-7 .ez_steps__element-arrow, .ez_steps__element._step-8 .ez_steps__element-arrow, .ez_steps__element._step-9 .ez_steps__element-arrow {
    top: auto;
    bottom: -1.5rem;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .ez_steps__element._4 {
    width: 100%;
  }
  .ez_steps__element._3 {
    width: 100%;
  }
}

.ez_not-found {
  width: 100%;
  text-align: center;
}

.ez_not-found__heading {
  font-size: 15rem;
  font-weight: 300;
  line-height: normal;
}

.ez_not-found__text {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
}

.ez_not-found .ez_button {
  margin-top: 6rem;
}

@media only screen and (max-width: 599px) {
  .ez_not-found__heading {
    font-size: 10rem;
  }
  .ez_not-found__text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .ez_not-found .ez_button {
    margin-top: 3rem;
  }
}

.ez_yandex-search {
  width: 100%;
}

.ez_yandex-search__form {
  position: relative;
  display: block;
  width: 100%;
}

.ez_yandex-search__input {
  display: block;
  width: 100%;
  height: 4.6rem;
  padding: 0 10.5rem 0 1.5rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 0.3rem solid #ffdb4d;
  border-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  outline: 0;
}

.ez_yandex-search__button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 9rem;
  height: 4.6rem;
  color: #333333;
  font-family: Arial ,sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  background-color: #ffdb4d;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}

.ez_yandex-search__button::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1.2rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 12px;
  border-color: transparent transparent transparent #ffdb4d;
}

.ez_yandex-search__rating {
  width: 100%;
  margin-top: 30px;
  font-size: 1.6rem;
}

.ez_yandex-search__rating-element {
  display: table;
  width: 100%;
  height: auto;
  table-layout: fixed;
}

.ez_yandex-search__rating-element:not(:last-child) {
  border-bottom: 0.1rem solid #f5f5f5;
}

.ez_yandex-search__rating-element:first-child .ez_yandex-search__rating-position {
  position: relative;
}

.ez_yandex-search__rating-element:first-child .ez_yandex-search__rating-position::before {
  content: 'Место';
  position: absolute;
  top: -2rem;
  left: 0;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.ez_yandex-search__rating-value, .ez_yandex-search__rating-position {
  display: table-cell;
  vertical-align: top;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.ez_yandex-search__rating-value {
  padding-left: 1.5rem;
  padding-right: .5rem;
  font-weight: 500;
  cursor: pointer;
}

.ez_yandex-search__rating-value:hover {
  background-color: #FFEBA0;
}

.ez_yandex-search__rating-position {
  width: 9rem;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .ez_yandex-search__rating {
    font-size: 1.4rem;
  }
}

.ez_responsive-tabs {
  width: 100%;
}

.ez_responsive-tabs__list {
  margin: 0 !important;
  font-size: 0;
  list-style: none;
  border-bottom: 0.1rem solid #f5f5f5;
}

.ez_responsive-tabs__list-item {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  color: #333333;
  font-size: 1.7rem;
}

.ez_responsive-tabs__list-item:not(:last-child) {
  margin-right: 2rem;
}

.ez_responsive-tabs__list-item:not(:last-of-type) {
  margin-bottom: 0;
}

.ez_responsive-tabs__list-item::before {
  display: none;
}

.ez_responsive-tabs__list-item.resp-tab-active .ez_responsive-tabs__list-link::before {
  opacity: 1;
}

.ez_responsive-tabs__list-link {
  position: relative;
  display: block;
  height: auto;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  padding-bottom: .5rem;
}

.ez_responsive-tabs__list-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.2rem;
  display: block;
  width: 100%;
  height: .3rem;
  background-color: #1da72e;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ez_responsive-tabs__list-icon {
  display: none;
}

.ez_responsive-tabs__list-text {
  display: none;
  margin-top: .5rem;
  font-size: 1.2rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
}

.ez_responsive-tabs__container {
  width: 100%;
  margin-top: 2rem;
}

.ez_responsive-tabs__pane {
  display: none;
  width: 100%;
}

.ez_responsive-tabs__pane.resp-tab-content {
  border: 0;
}

.ez_responsive-tabs__pane.resp-tab-content > *:last-child {
  margin-bottom: 0;
}

.ez_responsive-tabs__pane.resp-content-active, .ez_responsive-tabs__pane.resp-accordion-active, .ez_responsive-tabs__pane.resp-tab-content-active {
  display: block;
}

.ez_responsive-tabs.resp-vtabs {
  font-size: 0;
  border-top: 0.1rem solid #f5f5f5;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list, .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__container {
  display: inline-block;
  vertical-align: top;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list {
  width: 50%;
  background-color: #2f3338;
  border-bottom: 0;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-item {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-item:not(:last-child) {
  margin-right: 0;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-item.resp-tab-active {
  background-color: #1da72e !important;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-item.resp-tab-active .ez_responsive-tabs__list-link, .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-item.resp-tab-active .ez_responsive-tabs__list-text {
  color: #2f3338;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-item.resp-tab-active .ez_responsive-tabs__list-icon {
  border-color: #2f3338;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-item.resp-tab-active .ez_responsive-tabs__list-icon .i {
  fill: #2f3338;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-link {
  max-width: 67rem;
  margin-left: auto;
  padding: 3rem 2rem 4.5rem 7.5rem;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-link::before {
  display: none;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-text {
  display: block;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-icon {
  position: absolute;
  top: 2.7rem;
  left: 15px;
  bottom: auto;
  display: block;
  width: 4rem;
  height: 4rem;
  text-align: center;
  background-color: transparent;
  border: 0.2rem solid #1da72e;
  border-radius: 50%;
  z-index: 1;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-icon .i {
  width: 2rem;
  height: 100%;
  fill: #ffffff;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__container {
  width: 50%;
  margin-top: 0;
}

.ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__pane.resp-tab-content {
  max-width: 67rem;
  padding: 2rem 15px 2rem 5rem;
}

.ez_responsive-tabs.resp-vtabs h1, .ez_responsive-tabs.resp-vtabs .h1, .ez_responsive-tabs.resp-vtabs h2, .ez_responsive-tabs.resp-vtabs .h2, .ez_responsive-tabs.resp-vtabs h3, .ez_responsive-tabs.resp-vtabs .h3, .ez_responsive-tabs.resp-vtabs h4, .ez_responsive-tabs.resp-vtabs .h4, .ez_responsive-tabs.resp-vtabs h5, .ez_responsive-tabs.resp-vtabs .h5, .ez_responsive-tabs.resp-vtabs h6, .ez_responsive-tabs.resp-vtabs .h6 {
  font-weight: 600;
}

.ez_responsive-tabs.resp-vtabs p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.ez_responsive-tabs.resp-vtabs p + p {
  margin-top: 1.5rem;
}

.resp-accordion {
  position: relative;
  display: none;
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 0.1rem solid #f5f5f5 !important;
}

.resp-accordion.resp-tab-active {
  color: #1da72e;
}

.resp-accordion.resp-tab-active .resp-arrow {
  border: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #1da72e;
}

.resp-accordion .resp-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #f5f5f5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.resp-accordion .ez_responsive-tabs__list-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.resp-accordion .ez_responsive-tabs__list-link::before {
  display: none;
}

.resp-jfit {
  width: 100%;
  margin: 0;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

@media only screen and (max-width: 991px) {
  .ez_responsive-tabs.resp-vtabs {
    border-bottom: 0;
  }
  .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list {
    display: none;
  }
  .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-link {
    max-width: 100%;
    padding-bottom: 3rem;
  }
  .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-icon {
    top: 2.9rem;
  }
  .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-icon .i {
    fill: #1da72e;
  }
  .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-text {
    color: #2f3338;
  }
  .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__pane.resp-tab-content {
    max-width: 100%;
    padding: 2rem 15px 2rem;
  }
  .ez_responsive-tabs.resp-vtabs .resp-accordion {
    display: block;
  }
  .ez_responsive-tabs.resp-vtabs .resp-accordion.resp-tab-active {
    color: #ffffff;
    background-color: #1da72e !important;
  }
  .ez_responsive-tabs.resp-vtabs .resp-accordion.resp-tab-active .ez_responsive-tabs__list-icon {
    border-color: #ffffff;
  }
  .ez_responsive-tabs.resp-vtabs .resp-accordion.resp-tab-active .ez_responsive-tabs__list-icon .i {
    fill: #ffffff;
  }
  .ez_responsive-tabs.resp-vtabs .resp-accordion.resp-tab-active .ez_responsive-tabs__list-text {
    color: #ffffff;
  }
  .ez_responsive-tabs.resp-vtabs .resp-accordion.resp-accordion-closed {
    display: none !important;
  }
  .ez_responsive-tabs.resp-vtabs .resp-accordion .resp-arrow {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ez_responsive-tabs__list {
    display: none;
  }
  .ez_responsive-tabs__pane.resp-tab-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .resp-accordion {
    display: block;
  }
  .resp-accordion.resp-accordion-closed {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-link {
    padding: 2rem 15px;
  }
  .ez_responsive-tabs.resp-vtabs .ez_responsive-tabs__list-icon {
    display: none;
  }
}

.ez_numeric-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  counter-reset: li;
}

.ez_numeric-list li {
  padding-top: 3rem;
  padding-left: 3rem;
}

.ez_numeric-list li::before {
  content: "0" counter(li) ".";
  counter-increment: li;
  color: #1da72e;
  font-size: 5.5rem;
  font-weight: 600;
  z-index: 0;
}

.ez_numeric-list li:not(:last-of-type) {
  margin-bottom: 1rem;
}

.ez_numeric-list h5 {
  margin-bottom: .5rem;
}

.ez_numeric-list h5,
.ez_numeric-list p {
  position: relative;
  z-index: 1;
}

.ez_success-story {
  padding-top: 9rem;
}

.ez_success-story-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ez_success-story-slider__element {
  width: 100%;
}

.ez_success-story-slider__element-inside {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ez_success-story-slider__element-image {
  position: relative;
  width: 60%;
  padding-bottom: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ez_success-story-slider__element-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 51, 56, 0.45);
  z-index: 1;
}

.ez_success-story-slider__element-details {
  width: 40%;
  min-height: 45rem;
  padding: 5rem;
  background-color: #1da72e;
}

.ez_success-story-slider__element-content {
  max-width: 36rem;
  color: #ffffff;
}

.ez_success-story-slider__element-heading {
  color: inherit;
  font-weight: 600;
}

.ez_success-story-slider__element p {
  color: inherit;
}

@media only screen and (max-width: 1199px) {
  .ez_success-story-slider__element-image, .ez_success-story-slider__element-details {
    width: 50%;
  }
  .ez_success-story-slider__element-details {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .ez_success-story {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .ez_success-story-slider {
    padding-bottom: 5rem;
  }
  .ez_success-story-slider__element-image, .ez_success-story-slider__element-details {
    width: 100%;
  }
  .ez_success-story-slider__element-image {
    padding-bottom: 56.25%;
  }
  .ez_success-story-slider__element-details {
    min-height: initial;
    padding: 3rem 15px;
  }
  .ez_success-story-slider__element-content {
    max-width: 100%;
  }
  .ez_success-story-slider._dots-static .slick-dots {
    bottom: 0;
  }
}

@media only screen and (max-width: 360px) {
  .ez_success-story {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

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

/* End */
/* /local/templates/eazyweb/template_styles.css?1600843078574 */
/* /local/templates/eazyweb/css/main.css?1550063448176587 */
