

/* Start:/local/templates/consult-ezco/css/styles.css?175066715683603*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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] {
  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 OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*==============================
fonts
==============================*/
@font-face {
  font-family: "inter";
  src: local(''), url("/local/templates/consult-ezco/css/../fonts/inter-regular.woff2") format("woff2"), url("/local/templates/consult-ezco/css/../fonts/inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "inter";
  src: local(''), url("/local/templates/consult-ezco/css/../fonts/inter-medium.woff2") format("woff2"), url("/local/templates/consult-ezco/css/../fonts/inter-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "inter";
  src: local('');
  src: url("/local/templates/consult-ezco/css/../fonts/inter-bold.woff2") format("woff2"), url("/local/templates/consult-ezco/css/../fonts/inter-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "inter";
  src: local(''), url("/local/templates/consult-ezco/css/../fonts/inter-black.woff2") format("woff2"), url("/local/templates/consult-ezco/css/../fonts/inter-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
/*==============================
base
==============================*/
*, *::before, *::after {
  box-sizing: inherit;
}

html,
body {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}

html {
  box-sizing: border-box;
}

body {
  min-width: 300px;
  font-family: inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  color: #0F162E;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

.no-scroll {
  overflow: hidden;
  position: relative;
}

/*==============================
display-none
==============================*/
.display-none {
  display: none !important;
}

/*==============================
visually-hidden
==============================*/
.visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}

.site-main {
  width: 100%;
  max-width: 100%;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/*layout*/
/*==============================
site-wrapper
==============================*/
.site-wrapper {
  width: 100%;
  min-width: 320px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;

}


@media (max-width: 1500px) {
  .site-wrapper {
    max-width: 1200px;
  }
}

@media (max-width: 767px) {
  .site-wrapper {
    padding: 0 10px;
  }
}



.site-wrapper--wide {
  padding: 0;
}
.phone-color {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #2978A0;
}
.main-b {
  color: #2978A0;
  display: block;
  font-weight: 700;
}
.sub-header {
  background: #2978A0;
  color: #fff;
  font-size: 16px;

}

@media (max-width: 768px) {
  .sub-header {
    display: none;
  }
}
.sub-header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 30px;
}
.hamburger {
  margin-left: 44px;
  height: 51px;
  width: 51px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headers-items a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 23px;
  display: block;
  text-align: right;
}
.headers-items a:first-child {
  font-weight: bold;
}
  /*==============================
  footer-support
  ==============================*/
.footer-support {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100vh;
}

.footer-support__content {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.footer-support__footer {
  flex-grow: 0;
  flex-shrink: 0;
}

/*components*/
/*==============================
  button
  ==============================*/
.button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #0F162E;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-property: background-color, opacity;
  cursor: pointer;
}
.button:focus {
  outline: 0;
}
.button:hover {
  background-color: #2866D3;
}
.button:active {
  opacity: 0.7;
}
.button--toggle {
  padding: 10px 38px 10px 16px;
  border-radius: 8px;
  font-size: 15px;
  position: relative;
}
.button--toggle::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("/local/templates/consult-ezco/css/../img/sprite-toggle.svg");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  right: 19px;
  top: 12px;
}
.button--toggle:hover {
  background-color: #B6BBCC;
}
.button--toggle-blue {
  background-color: #0F162E;
}
.button--toggle-green {
  background-color: #2866D3;
}
.button--toggle-closed {
  background-color: #B6BBCC;
}
.button--toggle-closed::before {
  background-position: center bottom;
}
.button--round-blue {
  padding: 10px 24px 13px;
  border-radius: 20px;
  background-color: #2866D3;
  font-size: 15px;
  font-weight: 500;
}
.button--round-blue:hover {
  background-color: #071F4E;
}
.button--round-contour {
  padding: 10px 22px;
  border-radius: 20px;
  border: 2px solid #2866D3;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #2866D3;
  transition-property: border-color, color;
}
.button--round-contour:hover {
  border-color: #071F4E;
  background-color: transparent;
  color: #071F4E;
}
.button--download {
  max-width: 300px;
  padding: 28px 24px 29px 83px;
  border-radius: 100px;
  background-color: #2866D3;
  background-image: url("/local/templates/consult-ezco/css/../img/bg-download-white.svg");
  background-repeat: no-repeat;
  background-size: 56px 56px;
  background-position: left 10px top 10px;
  font-size: 17px;
}
.button--download:hover {
  background-color: #2F80ED;
}
.button--more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 30px 21px;
  border-radius: 100px;
  background-color: #2866D3;
  font-size: 20px;
  font-weight: 500;
}
.button--more::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-arrow-to-right.svg");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: right center;
  position: relative;
  top: 1px;
}

.button--toggle-blue.button--toggle-closed:hover {
  background-color: #0F162E;
}

.button--toggle-green.button--toggle-closed:hover {
  background-color: #2866D3;
}

/*==============================
section-header
==============================*/
.section-header {
  display: block;
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  color: #0F162E;
  text-align: center;
}
.site-header__name img {
    max-width: 50px;
}
@media (min-width: 992px) {
  .section-header {
    font-size: 30px;
  }
}
@media (min-width: 1230px) {
  .section-header {
    font-size: 38px;
  }
}

/*==============================
search
==============================*/
@media (min-width: 768px) {
  .sticky .site-header__name {
    transform: scale(1.4);
    bottom: 31px;
	}
  .search {
    width: 100%;
    height: 100%;
    padding-top: 78px;
    background-color: #ffffff;
    transition-duration: 0.3s;
    transition-property: opacity;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1230px) {
  .search {
    padding-top: 46px;
  }
}
.search--opened {
  opacity: 1;
  pointer-events: auto;
}

.search__form {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.search__header {
  padding-bottom: 20px;
}

.search__text {
  display: block;
  padding: 10px 20px;
  text-align: left;
}

.search__label {
  display: block;
  width: 100%;
}

.search__input {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 7px 30px 8px 0;
  background-color: transparent;
  border-bottom: 1px solid #E1E4E9;
  font-size: 18px;
  font-weight: 400;
  color: #0F162E;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.search__input:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .search__input {
    font-size: 24px;
  }
}
.search__input::-moz-placeholder {
  color: #E1E4E9;
  opacity: 1;
}
.search__input::placeholder {
  color: #E1E4E9;
  opacity: 1;
}
.search__input:focus {
  border-color: #0F162E;
}

.search__button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 0;
}
.search__button:focus {
  outline: 0;
}
.search__button:active {
  opacity: 0.5;
}
.search__button:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .search__button {
    top: 10px;
  }
}

.search__closer-block {
  display: none;
}
@media (min-width: 768px) {
  .search__closer-block {
    display: block;
    padding-top: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  .search__closer-wrapper {
    display: flex;
  }
}

@media (min-width: 768px) {
  .search__closer {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    box-shadow: none;
    margin-left: auto;
    background-color: transparent;
    border-bottom: 1px dotted #2866D3;
    font-size: 15px;
    color: #2866D3;
    transition-duration: 0.2s;
    transition-property: opacity;
    cursor: pointer;
  }
  .search__closer:focus {
    outline: 0;
  }
  .search__closer:active {
    opacity: 0.5;
  }
  .search__closer:hover {
    opacity: 0.7;
  }
}

/*==============================
social
==============================*/
.social__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social__item {
  padding: 20px;
}
@media (min-width: 768px) {
  .social__item {
    padding: 10px;
  }
}
@media (min-width: 1230px) {
  .social__item {
    padding: 10px 6px;
  }
}

.social__link {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/local/templates/consult-ezco/css/../img/sprite-social.svg");
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.social__link:active {
  opacity: 0.5;
}
.social__link:hover {
  opacity: 0.7;
}
.social__link--tg {
  background-position: center top;
}
.social__link--fb {
  background-position: center -18px;
}
.social__link--vk {
  background-position: center -36px;
}
.social__link--tchat {
  background-position: center -54px;
}

/*==============================
breadcrumbs
==============================*/
.breadcrumbs {
  padding: 22px 0;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.breadcrumbs__item {
  display: block;
  position: relative;
  padding: 0 26px 0 0;
}
.breadcrumbs__item::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/local/templates/consult-ezco/css/../img/bg-breadcrumbs.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 6px;
  bottom: 1px;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  cursor: default;
}
.breadcrumbs__item:last-child .breadcrumbs__link:active, .breadcrumbs__item:last-child .breadcrumbs__link[href]:active {
  opacity: 1;
}
.breadcrumbs__item:last-child .breadcrumbs__link:hover, .breadcrumbs__item:last-child .breadcrumbs__link[href]:hover {
  opacity: 1;
  cursor: default;
}
.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #7C849D;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.breadcrumbs__link[href]:active {
  opacity: 0.5;
}
.breadcrumbs__link[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*==============================
pagination
==============================*/
.pagination {
  padding: 45px 0 40px;
}

.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pagination__item {
  padding: 0 3px;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 16px;
  background-color: #F6F6F7;
  font-size: 15px;
  color: #0F162E;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
.pagination__link--arrow {
  width: 50px;
  background-image: url("/local/templates/consult-ezco/css/../img/sprite-pagination.svg");
}
@media (min-width: 460px) {
  .pagination__link--arrow {
    width: 100px;
    border-radius: 100px;
  }
}
.pagination__link--previous {
  margin-right: 12px;
  background-position: center -9px;
}
@media (min-width: 460px) {
  .pagination__link--previous {
    background-position: center 0;
  }
}
.pagination__link--previous:hover {
  background-position: center -57px;
}
@media (min-width: 460px) {
  .pagination__link--previous:hover {
    background-position: center -48px;
  }
}
.pagination__link--next {
  margin-left: 12px;
  background-position: center -106px;
}
@media (min-width: 460px) {
  .pagination__link--next {
    background-position: center -96px;
  }
}
.pagination__link--next:hover {
  background-position: center -154px;
}
@media (min-width: 460px) {
  .pagination__link--next:hover {
    background-position: center -144px;
  }
}
@media (min-width: 460px) {
  .pagination__link {
    min-width: 48px;
    height: 48px;
    padding: 0 15px;
    font-size: 18px;
  }
}
.pagination__link:hover {
  background-color: #2866D3;
  color: #ffffff;
}
.pagination__link--blocked {
  background-color: #E1E4E9;
  color: #0F162E;
  cursor: default;
}
.pagination__link--blocked:active, .pagination__link--blocked[href]:active {
  opacity: 1;
}
.pagination__link--blocked:hover, .pagination__link--blocked[href]:hover {
  opacity: 1;
  cursor: default;
}
.pagination__link--blocked:hover {
  background-color: #E1E4E9;
  color: #0F162E;
}
.pagination__link--current {
  background-color: #2866D3;
  color: #ffffff;
  cursor: default;
}
.pagination__link--current:active, .pagination__link--current[href]:active {
  opacity: 1;
}
.pagination__link--current:hover, .pagination__link--current[href]:hover {
  opacity: 1;
  cursor: default;
}
.pagination__link--current:hover {
  color: #ffffff;
}

.pagination__link--previous.pagination__link--blocked:hover {
  background-position: center -9px;
}
@media (min-width: 460px) {
  .pagination__link--previous.pagination__link--blocked:hover {
    background-position: center 0;
  }
}

.pagination__link--next.pagination__link--blocked:hover {
  background-position: center -106px;
}
@media (min-width: 460px) {
  .pagination__link--next.pagination__link--blocked:hover {
    background-position: center -96px;
  }
}

/*==============================
  buttons
  ==============================*/
.buttons__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.buttons__item {
  padding: 0 10px 10px 0;
}

/*==============================
site-title
==============================*/
.site-title {
  display: block;
  margin: 0;
  font-size: 25px;
  font-weight: 900;
  color: #0F162E;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 992px) {
  .site-title {
    font-size: 30px;
  }
}
@media (min-width: 1230px) {
  .site-title {
    font-size: 36px;
  }
}

/*==============================
  schedule
  ==============================*/
.schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.schedule__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.schedule__one {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
}

.schedule__days {
  flex-shrink: 0;
  display: block;
  min-width: 82px;
  margin-right: 15px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #2866D3;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.schedule__time {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0F162E;
}

/*==============================
map
==============================*/
.map {
  position: relative;
}

.map__content {
  display: block;
  width: 100%;
  height: 100vh;
  border-width: 0;
  filter: saturate(0);
}

/*==============================
  tags
  ==============================*/
.tags {
  padding-bottom: 15px;
  border-bottom: 1px solid #E1E4E9;
}
.tags--footer {
  border-bottom-width: 0;
}

.tags__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.tags__item {
  padding: 0 8px 8px 0;
}

.tags__one {
  display: block;
  padding: 6px 16px;
  border-radius: 8px;
  border: 1px solid #E1E4E9;
  font-size: 14px;
  font-weight: 500;
  color: #0F162E;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: background-color, color;
}
.tags__one:hover {
  background-color: #2866D3;
  color: #ffffff;
}
.tags__one--current {
  background-color: #2866D3;
  color: #ffffff;
}

/*==============================
  prev-next
  ==============================*/
.prev-next {
  display: flex;
  justify-content: flex-start;
}

.prev-next__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 112px;
  border: 2px solid #2866D3;
  font-size: 15px;
  font-weight: 500;
  color: #2866D3;
  line-height: 1;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.prev-next__button[href]:active {
  opacity: 0.5;
}
.prev-next__button[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 768px) {
  .prev-next__button::before, .prev-next__button::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 22px auto;
  }
}
@media (min-width: 460px) {
  .prev-next__button {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  .prev-next__button {
    padding: 10px 40px;
  }
}
.prev-next__button--prev {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .prev-next__button--prev::before {
    margin-right: 6px;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-arrow-to-left-link.svg");
    background-position: left center;
  }
}
.prev-next__button--next {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .prev-next__button--next::after {
    margin-left: 6px;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-arrow-to-right-link.svg");
    background-position: right center;
  }
}

/*==============================
site-header
==============================*/
.site-header {
  padding: 20px 0;
  background-color: #ffffff;
  transition-duration: 0.3s;
  transition-property: height, box-shadow;
  position: relative;
}

.site-header__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .site-header__body {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .site-header__columns {
    flex-grow: 1;
  }
}
@media (min-width: 1240px) {
  .site-header__columns {
    display: flex;
    flex-grow: 1;
    position: relative;
    top: -10px;
  }
}

@media (min-width: 768px) {
  .site-header__row {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 1230px) {
  .site-header__row {
    flex-basis: auto;
    width: auto;
  }
}
@media (min-width: 1230px) {
  .site-header__row--right {
    margin-left: auto;
    align-items: flex-start;
  }
}

.site-header__company {
  padding-bottom: 10px;
  transition-duration: 0.3s;
  transition-property: height;
  overflow: hidden;
}
@media (min-width: 768px) {
  .site-header__company {
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .site-header__company {
    padding-right: 30px;
  }
}

.site-header__logo {
  display: block;
  width: 136px;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-property: left;
  position: relative;
  left: 0;
}
.site-header__logo[href]:active {
  opacity: 0.5;
}
.site-header__logo[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header__name {
  background-color: transparent;
  transition-duration: 0.3s;
  transition-property: top;
  position: absolute;
  left: 0;
  top: -200px;
}
@media (min-width: 768px) {
  .site-header__name {
    left: 20px;
  }
}

.site-header__menu {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.burger-btn-m {
    width: 45px;
    height: 45px;
    background: #DEECFF;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header__menu:focus {
  outline: 0;
}
.site-header__menu:active {
  opacity: 0.5;
}
.site-header__menu:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  header.site-header.sticky {
    background: #2978A0;
  }
  header.site-header.sticky a {
    color: white;
  }

  .site-header__menu {
    transition-duration: 0.3s;
    transition-property: top, left;
    position: relative;
    right: auto;
    top: auto;
    left: 0;
  }
}

.site-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .site-header__nav .site-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1230px) {
  .site-header__nav .site-nav__list {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .site-header__nav .site-nav__item {
    transition-duration: 0.3s;
    transition-property: padding-bottom;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 1230px) {
  .site-header__nav .site-nav__item {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .site-header__nav {
    display: block;
    margin-left: auto;
  }
}
@media (min-width: 1230px) {
  .site-header__nav {
    padding-left: 40px;
    padding-right: 0;
  }
}

.site-header__connect {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .site-header__connect {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .site-header__connect {
    justify-content: flex-end;
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  .site-header__connect {
    padding-right: 0;
  }
}

.site-header__item {
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-header__item {
    transition-duration: 0.3s;
    transition-property: padding-bottom;
  }
}
@media (min-width: 1230px) {
  .site-header__item:last-of-type {
    padding-right: 6px;
  }
  .pd-social {
    display: flex;
    align-items: center;
    margin-top: -54px;
  }
}

.site-header__write-us {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #2866D3;
  background-color: transparent;
  font-size: 17px;
  font-weight: 500;
  color: #2866D3;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.site-header__write-us:focus {
  outline: 0;
}
.site-header__write-us:active {
  opacity: 0.5;
}
.site-header__write-us:hover {
  opacity: 0.7;
}

.site-header__phone {
  font-size: 16px;
  font-weight: 900;
  color: #0F162E;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-header__phone[href]:active {
  opacity: 0.5;
}
.site-header__phone[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media (min-width: 768px) {
  .site-header__social {
    padding-right: 20px;
  }
}
@media (min-width: 1230px) {
  .site-header__social {
    padding-left: 20px;
    padding-right: 0;
  }
}

.site-header__search {
  display: none;
}
@media (min-width: 768px) {
  .site-header__search {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: 0.2s;
    transition-property: opacity;
    cursor: pointer;
  }
  .site-header__search:focus {
    outline: 0;
  }
  .site-header__search:active {
    opacity: 0.5;
  }
  .site-header__search:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1230px) {
  .site-header__search {
    margin-top: 10px;
  }
}

.site-header__search-text {
  font-size: 17px;
  font-weight: 400;
  color: #0F162E;
  line-height: 1;
}
@media (min-width: 768px) {
  .site-header__search-text {
    font-size: 0;
  }
}

/*==============================
sticky
==============================*/
@media (min-width: 1230px) {
  .sticky .site-header__row--right {
    display: none;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__company {
    height: 0;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__logo {
    left: -300%;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__name {
    top: -5px;
  }
}
@media (min-width: 1230px) {
  .sticky .site-header__name {
    top: -11px;
    left: 40px;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__menu {
    top: -18px;
    left: 20px;
  }
}
@media (min-width: 1230px) {
  .sticky .site-header__menu {
    top: -3px;
    left: 40px;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__columns {

  }
}
@media (min-width: 768px) {
  .sticky .site-header__connect {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__search {
    transition-duration: 0s;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .sticky .site-nav__item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .sticky .site-nav__item {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .sticky .site-header__item {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sticky .search {
    top: -200px;
  }
}
@media (min-width: 768px) {
  .sticky {
    width: 100%;
    height: 60px;
    box-shadow: 0 0 36px 0 rgba(15, 22, 46, 0.15);
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
  }
}

/*==============================
  wysiwyg
  ==============================*/
.wysiwyg {
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.5;
}
.wysiwyg h2 {
  margin: 0;
  padding-top: 7px;
  font-size: 16px;
  font-weight: 700;
  color: #0F162E;
}
.wysiwyg p {
  margin: 18px 0;
}
.wysiwyg ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 18px;
}
.wysiwyg ul li {
  padding: 18px 0 0 30px;
  position: relative;
}
.wysiwyg ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #4B536F;
  position: absolute;
  left: 0;
  top: 30px;
}
.wysiwyg a {
  border-bottom: 1px solid transparent;
  color: #4B536F;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.wysiwyg a:hover {
  border-color: #4B536F;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 700;
}

.wysiwyg__float-container::after {
  content: "";
  display: table;
  clear: both;
}

.wysiwyg__float-block {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .wysiwyg__float-block--right {
    float: right;
    padding: 0 0 10px 10px;
  }
}
@media (min-width: 992px) {
  .wysiwyg__float-block--right {
    padding: 0 0 20px 20px;
  }
}
@media (min-width: 768px) {
  .wysiwyg__float-block {
    max-width: 45%;
  }
}

/*==============================
site-nav
==============================*/
.site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-show__text a {
    text-decoration: none;
    color: inherit;
}
.site-nav__item {
  padding: 10px;
}
@media (min-width: 1230px) {
  .site-nav__item {
    padding: 10px 12px;
  }
}

.site-nav__link {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #0F162E;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.site-nav__link::after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 2px;
  background-color: transparent;
  transition-duration: 0.3s;
  transition-property: background-color;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.site-nav__link:hover::after {
  background-color: #2866D3;
}
.site-nav__link--current::after {
  background-color: #2866D3;
}

/*==============================
full-nav
==============================*/
.full-nav {
  width: 100%;
  height: 100vh;
  transition-duration: 0.3s;
  transition-property: z-index;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}
@media (min-width: 1230px) {
  .full-nav {
    background-color: transparent;
    transition-duration: 0.5s;
    transition-property: z-index, background-color;
  }
}
.full-nav--opened {
  pointer-events: auto;
  z-index: 100;
}
.full-nav--opened .full-nav__body {
  left: 0;
}
@media (min-width: 1230px) {
  .full-nav--opened .full-nav__body {
    box-shadow: 0 0 132px 0 rgba(7, 31, 78, 0.75);
  }
}
@media (min-width: 1230px) {
  .full-nav--opened .full-nav__overlay {
    background-color: rgba(4, 17, 45, 0.6);
    pointer-events: auto;
  }
}

.full-nav__overlay {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
}
.full-nav__overlay:focus {
  outline: 0;
}
.full-nav-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6A9B9B;
  padding-left: 80px;
  padding-bottom: 10px;
  padding-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  @media (max-width: 1024px) {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 15px;
  }
  @media (max-height: 667px) {
    display: none;
  }
}
.full-nav-bottom > div {
  margin-bottom: 15px;
  @media (max-width: 768px) {
    margin-bottom: 10px;
    &:first-child {
      display: none;
    }
  }
}
.full-nav-bottom a {
  color: white;
  text-decoration: none;
  display: block;
}
.full-nav-bottom a:first-child {
  font-weight: bold;
}
.full-nav__body {
  width: 100%;
  bottom: 0;
  padding: 20px 20px 60px;
  background-color: #0B4F6C;
  transition-duration: 0.5s;
  transition-property: left;
  overflow-y: auto;
  position: fixed;
  left: -100%;
  top: 0;
}
@media (max-width: 1200px) {
  .sub-header-grid {
    gap: 10px;
  }
  .headers-items:nth-child(2), .headers-items:nth-child(3) {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .headers-items:nth-child(2), .headers-items:nth-child(3) {
    display: none;
  }
}
@media (min-width: 769px) {
  .menu-btn-vis {
    display: none;
  }
}
@media (min-width: 1230px) {
  .full-nav__body {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 10px;
    transition-property: left, box-shadow;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 0 0 0 transparent;
  }
}
@media (min-width: 1400px) {
  .full-nav__body {
    padding-left: 80px;
  }
}

.full-nav__closer {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 36px;
  height: 36px;
  background-color: transparent;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-closer.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.full-nav__closer:focus {
  outline: 0;
}
.full-nav__closer:active {
  opacity: 0.5;
}
.full-nav__closer:hover {
  opacity: 0.7;
}
@media (min-width: 1230px) {
  .full-nav__closer {
    right: 76px;
    top: 56px;
  }
}

.full-nav__header {
  display: block;
  margin: 0;
  padding: 0 50px 20px 0;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 992px) {
  .full-nav__header {
    font-size: 35px;
  }
}
@media (min-width: 1230px) {
  .full-nav__header {
    padding-bottom: 20px;
    font-size: 30px;
  }
}
.main-pd {
  margin-top: 180px;

}

@media (max-width: 1200px) {
  .main-pd {
    margin-top: 80px;
  }
}
.main-risk-text2 {
  margin-top: 120px;

}

@media (max-width: 1200px) {
  .main-risk-text2 {
    margin-top: 80px;
    padding: 0;
  }
}

.full-nav__columns {
  padding-bottom: 10px;
}
@media (min-width: 460px) {
  .full-nav__columns {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 460px) {
  .full-nav__department {
    flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .full-nav__department {
    flex-basis: calc(100% / 3);
    width: calc(100% / 3);
  }
}

.full-nav__department-name {
  display: block;
  margin: 0;
  padding: 10px 10px 10px 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.full-nav__department-name[href]:active {
  opacity: 0.5;
}
.full-nav__department-name[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 992px) {
  .full-nav__department-name {
    font-size: 22px;
  }
}
@media (min-width: 1230px) {
  .full-nav__department-name {
    font-size: 24px;
  }
}

.full-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

.full-nav__item {
  padding: 10px 10px 10px 0;
}
@media (min-width: 1230px) {
  .full-nav__item {
    padding: 4px 10px 4px 0;
  }
}

.full-nav__link {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.full-nav__link:active {
  opacity: 0.5;
}
.full-nav__link:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .full-nav__link {
    font-size: 17px;
  }
}
@media (min-width: 1230px) {
  .full-nav__link {
    font-size: 18px;
  }
}

.full-nav__address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.full-nav__text {
  display: block;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 1.2;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.full-nav__text[href]:active {
  opacity: 0.5;
}
.full-nav__text[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 992px) {
  .full-nav__text {
    padding-bottom: 15px;
    font-size: 17px;
  }
}
@media (min-width: 1230px) {
  .full-nav__text {
    font-size: 17px;
  }
}

/*==============================
modal
==============================*/
.modal__map {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 20px;
  background-color: #ffffff;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal--wide {
  padding: 0;
}
.modal--wide .modal__content {
  padding: 0;
  width: 100%;
}
.modal--wide .modal__closer__map {
  border-radius: 0 0 0 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.modal--opened__map {
  pointer-events: auto;
  opacity: 1;
}

.modal__closer__map {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 72px;
  height: 72px;
  background-color: transparent;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-closer-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
.modal__closer__map:focus {
  outline: 0;
}
.modal__closer__map:active {
  opacity: 0.5;
}
.modal__closer__map:hover {
  opacity: 0.7;
}

.modal__content__map {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 30px 20px;
}

/*==============================
slider
==============================*/
.slider {
  width: 100%;
  max-width: 100%;
  padding-bottom: 30px;
}
.slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 40px;
  padding: 0 60px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  bottom: -10px;
}
.slider .slick-dots li {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}
.slider .slick-dots li::before {
  content: none;
}
.slider .slick-dots button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: #dddddd;
  border-radius: 50%;
  transition-duration: 0.2s;
  transition-property: filter;
}
.slider .slick-dots button:focus {
  outline: 0;
}
.slider .slick-dots button:hover {
  cursor: pointer;
  filter: brightness(0.8);
}
.slider .slick-dots button:active {
  background-color: #2866D3;
}
@media (min-width: 460px) {
  .slider .slick-dots {
    bottom: 0;
  }
}
.slider .slick-active button {
  background-color: #2866D3;
}
.slider .slick-active button:hover {
  cursor: default;
  filter: brightness(1);
}
@media (min-width: 460px) {
  .slider {
    padding-bottom: 0;
  }
}

.slider__item {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*==============================
  requisites
  ==============================*/
.requisites {
  padding: 20px;
  border-radius: 24px;
  background-color: #F6F6F7;
}
@media (min-width: 1230px) {
  .requisites {
    padding: 30px 40px;
  }
}

.requisites__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.requisites__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0F162E;
}
@media (min-width: 992px) {
  .requisites__title {
    font-size: 20px;
  }
}
@media (min-width: 1230px) {
  .requisites__title {
    font-size: 24px;
  }
}

.requisites__copy {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background-color: #ffffff;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-copy.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.requisites__copy:focus {
  outline: 0;
}
.requisites__copy:active {
  opacity: 0.5;
}
.requisites__copy:hover {
  opacity: 0.7;
}

.requisites__name {
  font-size: 16px;
  font-weight: 400;
  color: #2866D3;
}

.requisites__list {
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .requisites__list {
    line-height: 2;
  }
}

.requisites__item {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .requisites__item {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .requisites__item {
    padding-bottom: 10px;
  }
}

.requisites__text {
  margin: 0;
}
@media (min-width: 768px) {
  .requisites__text {
    display: inline;
  }
}

/*==============================
intro
==============================*/
.intro {
  width: 100%;
  max-width: 100%;
}

.intro__columns {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .intro__columns {
    padding-right: calc(24% + 24px);
    position: relative;
  }
}

.intro__main-col {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .intro__main-col {
    padding-bottom: 0;
    position: relative;
  }
}

@media (min-width: 768px) {
  .intro__add-col {
    display: flex;
    flex-direction: column;
    width: 24%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.intro__banner {
  display: block;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
@media (max-width: 1200px) {
  .banner-b {
    padding: 20px;
  }
}
.intro__banner[href]:active {
  opacity: 0.5;
}
.intro__banner[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 768px) {
  .intro__banner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}

.intro__img {
  border-radius: 24px;
  overflow: hidden;
}
.intro__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .intro__img img {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .intro__img {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}

/*==============================
info
==============================*/
.info {
  width: 100%;
  max-width: 100%;
  padding-top: 24px;
  padding-bottom: 20px;
}
@media (min-width: 1230px) {
  .info {
    padding-bottom: 50px;
  }
}

.info__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .info__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
  }
}

.info__item {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .info__item {
    display: flex;
    flex-direction: column;
  }
}

.info__content {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #E1E4E9;
}
@media (min-width: 768px) {
  .info__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1230px) {
  .info__content {
    padding: 50px 70px 70px;
  }
}
.info__content--dark {
  border-color: #0F162E;
  background-color: #0F162E;
}
.info__content--dark .info__header {
  color: #ffffff;
}
.info__content--dark .info__text {
  color: #B6BBCC;
}

.info__icon {
  display: block;
  width: 60px;
  height: 60px;
}
.info__icon img {
  display: block;
  max-width: 100%;
}

.info__header {
  text-align: left;
}
@media (min-width: 1230px) {
  .info__header {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}

.info__text {
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  color: #595E70;
  line-height: 1.53;
}
.info__text p {
  margin: 0 0 10px;
}
@media (min-width: 1230px) {
  .info__text {
    padding-bottom: 10px;
  }
}

.info__more {
  padding-right: 26px;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-arrow-to-right-link.svg");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 14px;
  font-weight: 400;
  color: #2F80ED;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.info__more:active {
  opacity: 0.5;
}
.info__more:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .info__more {
    margin-top: auto;
  }
}

/*==============================
news
==============================*/
.news {
  padding-top: 20px;
  border-top: 1px solid #E1E4E9;
  padding-bottom: 40px;
}
@media (min-width: 1230px) {
  .news {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .news__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}

@media (min-width: 768px) {
  .news__col {
    display: flex;
    flex-direction: column;
  }
}

.news__header {
  padding-bottom: 20px;
  text-align: left;
}

.news__main {
  padding: 20px;
  border-radius: 24px;
  background-color: #2F80ED;
  background-image: url("/local/templates/consult-ezco/css/../img/bg-news.jpg");
  background-size: cover;
}
.news__main .news__meta-text {
  color: #ffffff;
}
.news__main .news__subheader {
  font-size: 24px;
  color: #ffffff;
}
@media (min-width: 1230px) {
  .news__main .news__subheader {
    margin: 0 0 15px;
  }
}
.news__main .news__text {
  font-size: 18px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .news__main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1230px) {
  .news__main {
    padding: 56px 50px 50px 56px;
  }
}

@media (min-width: 1230px) {
  .news__meta {
    padding-bottom: 8px;
  }
}

.news__meta-text {
  font-size: 14px;
  font-weight: 400;
  color: #9FA4B5;
}

.news__date,
.news__time {
  text-transform: uppercase;
}

.news__address {
  display: block;
}

.news__subheader {
  margin: 0 0 15px;
  font-size: 21px;
  font-weight: 500;
  color: #0F162E;
  line-height: 1.3;
}
.news__subheader a {
  color: #0F162E;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.news__subheader a:hover {
  border-color: #0F162E;
}
@media (min-width: 1230px) {
  .news__subheader {
    margin: 0 0 10px;
  }
}

.news__text {
  font-size: 16px;
  font-weight: 400;
  color: #595E70;
  line-height: 1.5;
  text-align: justify;
}
.news__text p {
  margin: 0 0 10px;
}

.news__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .news__footer {
    margin-top: auto;
  }
}

.news__more {
  padding-right: 26px;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-arrow-to-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.news__more:active {
  opacity: 0.5;
}
.news__more:hover {
  opacity: 0.7;
}

.news__label {
  font-size: 14px;
  font-weight: 900;
  color: #1B58AA;
  line-height: 0.9;
  text-align: right;
}

.news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .news__list {
    flex-grow: 1;
  }
}
@media (min-width: 1230px) {
  .news__list {
    padding: 0 0 5px 14px;
  }
}

.news__item {
  padding: 10px 0;
}
@media (min-width: 1230px) {
  .news__item {
    padding-bottom: 20px;
  }
}

.news__content {
  display: block;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.news__content[href]:active {
  opacity: 0.5;
}
.news__content[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
.news__list-footer {
  padding: 0;
}
@media (min-width: 1230px) {
  .news__list-footer {
    padding-left: 12px;
    padding-bottom: 40px;
  }
}

.news__all {
  padding-right: 34px;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-arrow-to-right-link.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: right top 8px;
  font-size: 21px;
  font-weight: 500;
  color: #2F80ED;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.news__all:active {
  opacity: 0.5;
}
.news__all:hover {
  opacity: 0.7;
}

/*==============================
feed
==============================*/
.feed__headline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.feed__header {
  padding-right: 20px;
  text-align: left;
}

.feed__more {
  color: #2F80ED;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-arrow-to-right-link.svg");
}

.feed__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .feed__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px 24px;
    padding-top: 30px;
  }
}
@media (min-width: 1230px) {
  .feed__list {
    grid-gap: 24px 40px;
  }
}

.feed__item {
  padding-bottom: 20px;
}

.feed__meta {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.feed__meta[href]:active {
  opacity: 0.5;
}
.feed__meta[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.feed__ava {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.feed__ava img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feed__info {
  padding-left: 12px;
  text-align: left;
}

.feed__meta-text {
  font-size: 12px;
  font-weight: 400;
  color: #9FA4B5;
}

.feed__author {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #0F162E;
}

.news__address {
  display: block;
}

/*==============================
site-footer
==============================*/
.site-footer {
  padding: 20px 0;
  background-color: #2978A0;
  color: #fff;
}
@media (min-width: 1230px) {
  .site-footer {
    padding: 45px 0 30px;
  }
}

.site-footer__columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__columns {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}

.site-footer__col-one {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer__col-one {
    padding-bottom: 0;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .site-footer__col-one {
    padding-right: 50px;
  }
}
@media (min-width: 1230px) {
  .site-footer__col-one {
    padding-right: 100px;
  }
}

.site-footer__name {
  display: block;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__name[href]:active {
  opacity: 0.5;
}
.site-footer__name[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 1230px) {
  .site-footer__name {
    padding-bottom: 5px;
  }
}

.site-footer__text {
  margin: 0;
  padding: 0;
  border: 0;
  appearance: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__text:focus {
  outline: 0;
}
.site-footer__text[href]:active {
  opacity: 0.5;
}
.site-footer__text[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (min-width: 1230px) {
  .site-footer__text {
    line-height: 1;
  }
}
.site-footer__text--button {
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.site-footer__text--button:active {
  opacity: 0.5;
}
.site-footer__text--button:hover {
  opacity: 0.7;
}

.site-footer__meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__meta-item {
  padding-bottom: 10px;
}
@media (min-width: 1230px) {
  .site-footer__meta-item {
    padding-bottom: 0;
  }
}

.site-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__list--main {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__list--main {
    display: block;
  }
}

.site-footer__item {
  padding-bottom: 10px;
}
@media (min-width: 1230px) {
  .site-footer__item {
    padding-bottom: 4px;
  }
}

.site-footer__copyright {
  margin: 0;
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .site-footer__copyright {
    position: static;
    transform: translateX(0);
  }
}
@media (min-width: 1230px) {
  .site-footer__copyright {
    padding-top: 5px;
  }
}

.site-footer__phone {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.site-footer__phone[href]:active {
  opacity: 0.5;
}
.site-footer__phone[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media (min-width: 768px) {
  .site-footer__social .social__list {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .site-footer__social .social__item:first-of-type {
    padding-left: 0;
  }
}
.site-footer__social .social__link {
  background-image: url("/local/templates/consult-ezco/css/../img/sprite-social-modest.svg");
}

/*==============================
  contacts
  ==============================*/
.contacts {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 1230px) {
  .contacts {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .contacts__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}
@media (min-width: 992px) {
  .contacts__columns {
    grid-template-columns: 4fr 6fr;
    grid-column-gap: 50px;
  }
}
@media (min-width: 1230px) {
  .contacts__columns {
    grid-column-gap: 100px;
  }
}

.contacts__item {
  padding: 20px 0;
  border-bottom: 1px solid #E1E4E9;
}
@media (min-width: 1230px) {
  .contacts__item {
    padding: 24px 0;
  }
}
.contacts__item:last-of-type {
  border-bottom-width: 0;
}

.contacts__title {
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #0F162E;
  text-transform: uppercase;
}

.contacts__phone-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacts__phone-item {
  padding-bottom: 10px;
}

.contacts__phone {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #0F162E;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.contacts__phone[href]:active {
  opacity: 0.5;
}
.contacts__phone[href]:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contacts__phone-info {
  font-size: 12px;
  font-weight: 400;
  color: #4B536F;
}

.contacts__address {
  font-size: 16px;
  font-weight: 400;
  color: #0F162E;
}

.contacts__buttons {
  padding-top: 20px;
}

.contacts__requisites .site-title {
  margin-bottom: 20px;
}

/*==============================
  found
  ==============================*/
.found {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 1230px) {
  .found {
    padding-bottom: 50px;
  }
}

.found__tags {
  padding-top: 10px;
}
@media (min-width: 1230px) {
  .found__tags {
    padding-top: 30px;
  }
}

.found__number {
  font-size: 20px;
  font-weight: 400;
  color: #2866D3;
}
@media (min-width: 992px) {
  .found__number {
    font-size: 24px;
  }
}

.found__part {
  padding-top: 35px;
}

.found__part-headline {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.found__part-title {
  margin: 0 8px 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #4B536F;
}

.found__part-number {
  flex-shrink: 0;
  display: block;
  padding: 3px 6px;
  border-radius: 8px;
  background-color: #E1E4E9;
  font-size: 12px;
  font-weight: 700;
  color: #ADB5CF;
}

.found__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.found__item {
  padding: 15px 0;
  border-bottom: 1px solid #E1E4E9;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.found__item:active {
  opacity: 0.5;
}
.found__item:hover {
  opacity: 0.7;
}

.found__one {
  display: block;
  text-decoration: none;
}

.found__meta {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #ADB5CF;
}

.found__date {
  text-transform: uppercase;
}

.found__address {
  display: block;
}

.found__name {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 500;
  color: #0F162E;
}
.found__name mark {
  background-color: transparent;
  color: #2866D3;
}

.found__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.5;
}
.found__text mark {
  background-color: transparent;
  color: #2866D3;
}

.found__add-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* -moz-column-count: 4;
       column-count: 4; */
  -moz-column-gap: 16px;
       column-gap: 16px;
  /* -moz-column-fill: auto;
       column-fill: auto;
  -moz-column-width: 300px;
       column-width: 300px; */
  padding-top: 10px;
}

.found__add-item {
  display: block; /*inline-block;*/
  padding-bottom: 20px;
  text-align: left;
}

.found__add-link {
  font-size: 16px;
  font-weight: 500;
  color: #0F162E;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.found__add-link:active {
  opacity: 0.5;
}
.found__add-link:hover {
  opacity: 0.7;
}
.found__add-link mark {
  background-color: transparent;
  color: #2866D3;
}

/*==============================
  publications
  ==============================*/
.publications {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 1230px) {
  .publications {
    padding-bottom: 50px;
  }
}

.publications__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .publications__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px 24px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .publications__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.publications__item {
  padding-bottom: 20px;
}

.publications__sum {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}
.publications__sum--footer {
  padding-top: 30px;
  border-top: 1px solid #E1E4E9;
}

.publications__sum-text {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #0F162E;
  line-height: 1;
}

.publications__sum-number {
  display: block;
  padding: 3px 7px;
  border-radius: 8px;
  background-color: #E1E4E9;
  font-size: 12px;
  font-weight: 700;
  color: #ADB5CF;
  line-height: 1;
}

.publications__headline {
  display: flex;
}

.publications__author {
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #E1E4E9;
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.publications__author:hover {
  background-color: #f4f7fc;
}

.publications__ava {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.publications__ava img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.publications__info {
  padding-left: 16px;
}

.publications__who {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ADB5CF;
}

.publications__name {
  font-size: 18px;
  font-weight: 500;
  color: #4B536F;
}

.publications__meta {
  padding-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #ADB5CF;
  text-transform: uppercase;
}

.publications__date {
  margin-right: 5px;
}

.publications__back {
  display: block;
  padding-left: 24px;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-arrow-to-left-link.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left center;
  font-size: 14px;
  font-weight: 500;
  color: #2866D3;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.publications__back:active {
  opacity: 0.5;
}
.publications__back:hover {
  opacity: 0.7;
}

.publications__footer {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .publications__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.publications__prev-next {
  padding: 20px 0;
}

.publications__author-item {
  padding-right: 24px;
}

.publications__slider {
  padding: 0;
}

/*==============================
  events
  ==============================*/
.events .publications__list {
  padding-top: 0;
}
.events .publications__meta {
  padding-top: 20px;
}
.events .news__text {
  padding-bottom: 5px;
}

@media (min-width: 992px) {
  .events__list {
    grid-template-columns: 1fr 1fr;
  }
}

.events__intro {
  padding-left: 24px;
  padding-bottom: 6px;
  position: relative;
}
.events__intro::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #0F162E;
  position: absolute;
  left: 0;
  top: 24px;
}
.events__intro--seminar::before {
  background-color: #2866D3;
}

.events__meta {
  padding-top: 10px;
  padding-left: 24px;
  border-top: 1px solid #E1E4E9;
  font-size: 16px;
  font-weight: 500;
  color: #4B536F;
  line-height: 1.5;
}
.events__meta span {
  display: block;
  position: relative;
}
.events__meta span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: -24px;
  top: 0;
}

.events__date {
  color: #2866D3;
}
.events__date::before {
  background-image: url("/local/templates/consult-ezco/css/../img/icon-calendar.svg");
}

.events__address::before {
  background-image: url("/local/templates/consult-ezco/css/../img/icon-map.svg");
}

/*==============================
  resume
  ==============================*/
.resume {
  padding-bottom: 40px;
  border-bottom: 1px solid #E1E4E9;
}
@media (min-width: 1230px) {
  .resume {
    padding-top: 50px;
  }
}

.resume__wrapper {
  max-width: 1600px;
}

.resume__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .resume__body {
    flex-direction: row;
    align-items: flex-start;
  }
}
.resume__main {
  max-width: 230px;
}

.resume__photo {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
}
.resume__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.resume__buttons-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 24px;
}

.resume__buttons-item {
  padding-bottom: 16px;
}

.resume__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .resume__info {
    flex-grow: 1;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 0;
  }
}
@media (min-width: 1230px) {
  .resume__info {
    padding-left: 50px;
  }
}

.resume__label {
  display: block;
  padding: 5px 8px;
  border-radius: 8px;
  background-color: #EC934B;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}

.resume__name {
  margin: 0;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 900;
  color: #0F162E;
  text-align: center;
}
@media (min-width: 1230px) {
  .resume__name {
    font-size: 28px;
  }
}

.resume__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 28px;
}

.resume__item {
  padding-bottom: 20px;
}

.resume__term {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #0F162E;
}

.resume__desc {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #0F162E;
}

.resume__spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resume__spec-item {
  padding-bottom: 4px;
}

.resume__link {
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
  color: #2866D3;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.resume__link:hover {
  border-color: #2866D3;
}

.resume__button {
  padding: 18px 20px;
  border-radius: 100px;
  font-size: 17px;
}

.resume__about {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #F6F6F7;
}
@media (min-width: 1230px) {
  .resume__about {
    padding: 40px;
  }
}

/*==============================
  about
  ==============================*/
.about {
  padding-bottom: 40px;
}

.about__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .about__headline {
    flex-direction: row;
    justify-content: space-between;
  }
}

.about__headline-column {
  padding: 20px 0;
}

.about__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .about__item {
    flex-direction: row;
    align-items: flex-start;
  }
}
.about__item:not(:last-of-type) {
  border-bottom: 1px solid #f6f6f7;
}
@media (min-width: 768px) {
  .about__item:not(:first-of-type) {
    padding-top: 40px;
  }
}

.about__illustration {
  margin: 0;
  width: 300px;
  height: 300px;
  background-image: url("/local/templates/consult-ezco/css/../img/bg-bubble-about.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .about__illustration {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1230px) {
  .about__illustration {
    width: 300px;
    height: 300px;
  }
}

.about__title {
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #0F162E;
  text-align: center;
}
@media (min-width: 768px) {
  .about__title {
    padding-top: 0;
    font-size: 28px;
    text-align: left;
  }
}

.about__note {
  padding: 32px;
  margin-bottom: 25px;
  border-radius: 24px;
  background-color: #F5F8FC;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #4B536F;
  line-height: 1.5;
}
.about__note--cite {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 6px 36px 0 rgba(15, 22, 46, 0.07);
  position: relative;
}
.about__note--cite::before {
  content: "";
  display: block;
  width: 50px;
  height: 40px;
  background-image: url("/local/templates/consult-ezco/css/../img/bg-quotes.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 35px;
  top: -20px;
}

.about__subtitle {
  display: block;
  margin: 0;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #0F162E;
}

@media (min-width: 768px) {
  .about__content {
    padding-left: 10px;
  }
}

.about__content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about__accent {
  display: flex;
  margin: 0;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #2866D3;
  line-height: 1.12;
}
.about__accent::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #2866D3;
  background-image: url("/local/templates/consult-ezco/css/../img/icon-check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -2px;
}

.about__text {
  margin: 0;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.5;
}

/*==============================
services
==============================*/
.services {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .services {
    padding-bottom: 40px;
  }
}

.services__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .services__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 80px;
  }
}
.services__item {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .services__item {
    position: relative;
  }
}
@media (min-width: 992px) {
  .services__item {
    display: flex;
    flex-direction: column;
  }
}

.services__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border-radius: 24px;
  background-color: #deecff;
  transition-duration: 0.3s;
  transition-property: background-color;
}
@media (min-width: 460px) {
  .services__content {
    padding: 56px;
    border-radius: 56px;
  }
}
@media (min-width: 768px) {
  .services__content {
    padding-right: 300px;
  }
}
@media (min-width: 992px) {
  .services__content {
    flex-grow: 1;
    padding: 24px;
    border-radius: 24px;
  }
}
@media (min-width: 1400px) {
  .services__content {
    padding: 56px;
    border-radius: 56px;
  }
}

.services__content:hover .services__headline,
.services__content:hover .services__description {
  color: #ffffff;
}
.services__content:hover .services__button {
  border-radius: 100px;
  background-color: #427fea;
}

.services__headline {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  color: #0F162E;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (min-width: 460px) {
  .services__headline {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .services__headline {
    font-size: 32px;
  }
}
@media (min-width: 1230px) {
  .services__headline {
    font-size: 40px;
  }
}

.services__description {
  margin: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #4B536F;
  line-height: 1.5;
  transition-duration: 0.3s;
  transition-property: color;
}
@media (min-width: 460px) {
  .services__description {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .services__description {
    padding-right: 220px;
    font-size: 16px;
  }
}
@media (min-width: 1230px) {
  .services__description {
    padding-right: 300px;
    font-size: 20px;
  }
}

.services__img {
  display: none;
}
.services__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .services__img {
    display: block;
    width: 260px;
    pointer-events: none;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .services__img {
    width: 320px;
  }
}

/*==============================
s-service
==============================*/
.s-service {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .s-service {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .s-service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .s-service__intro {
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .s-service__intro {
    padding: 0;
  }
}

.s-service__body {
  background-color: #F6F6F7;
}
@media (min-width: 768px) {
  .s-service__body {
    padding: 0 20px 0 28%;
    border-radius: 20px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .s-service__body {
    padding: 40px 90px 40px calc(28% + 90px);
    border-radius: 56px;
  }
}

.s-service__img-person {
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
}
.s-service__img-person img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .s-service__img-person {
    width: 28%;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .s-service__img-person {
    left: 50px;
  }
}
@media (min-width: 1400px) {
  .s-service__img-person {
    left: 90px;
  }
}

.s-service__main {
  padding: 10px 20px;
}
.s-service__text {
  font-size: 16px;
  font-weight: 400;
  color: #4B536F;
  line-height: 1.5;
}
.s-service__text p {
  margin: 15px 0;
}

.s-service__accented {
  display: block;
  font-weight: 700;
  color: #0F162E;
  text-align: center;
}
@media (min-width: 768px) {
  .s-service__accented {
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .s-service__connect {
    display: flex;
    padding-top: 20px;
  }
}

.s-service__connect-item {
  padding: 10px 0;
  border-bottom: 1px solid #ADB5CF;
}
@media (min-width: 1400px) {
  .s-service__connect-item {
    padding-right: 30px;
    border-bottom-width: 0;
    border-right: 1px solid #ADB5CF;
  }
}
.s-service__connect-item:last-of-type {
  border-bottom-width: 0;
}
@media (min-width: 1400px) {
  .s-service__connect-item:last-of-type {
    padding-left: 20px;
    padding-right: 0;
    border-right-width: 0;
  }
}

.s-service__method {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0F162E;
}

.s-service__action {
  font-size: 16px;
  font-weight: 700;
  color: #2F80ED;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.s-service__action:active {
  opacity: 0.5;
}
.s-service__action:hover {
  opacity: 0.7;
}
@media (min-width: 1400px) {
  .s-service__action {
    font-size: 18px;
  }
}

.s-service__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .s-service__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
  }
}

.s-service__item {
  padding: 20px 0;
}

.s-service__add {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E1E4E9;
}
@media (min-width: 992px) {
  .s-service__add {
    border-radius: 32px;
  }
}
@media (min-width: 1400px) {
  .s-service__add {
    padding: 32px;
  }
}

.s-service__title {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0F162E;
}

.s-service__button-item {
  display: flex;
}
.s-service__button-item .button--more {
  padding: 17px 24px 18px;
  font-size: 17px;
  transition-duration: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}
.s-service__button-item .button--more:active {
  opacity: 0.5;
}
.s-service__button-item .button--more:hover {
  opacity: 0.7;
}

/*==============================
  page-404
  ==============================*/
.page-404 {
  display: flex;
  flex-direction: column;
}
.page-404 .site-main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-404__wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

.page-404__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  text-align: center;
}

.page-404__text {
  margin: 0;
  padding-top: 200px;
  padding-bottom: 24px;
  background-image: url("/local/templates/consult-ezco/css/../img/bg-404.svg");
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 20px;
  font-weight: 400;
  color: #0F162E;
  line-height: 1;
}
.dots-style {
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.dots-style button {
  background: #eddfd477;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 15px;
  width: 15px;
  margin: 5px;
  outline: none;
}

.dots-style li[class="slick-active"] button {
  background: #00789b;
}

/* End */


/* Start:/local/templates/consult-ezco/css/modal.css?175066715612908*/
/*==============================
modal
==============================*/
.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 100vh;
    background-color: #f3f4f6;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: width, height, left, top, opacity;
    transition-property: width, height, left, top, opacity;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    @media (min-width: 768px) {
      .modal {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0; } }
    .modal--opened {
      pointer-events: auto;
      opacity: 1; }
      .modal--opened .modal__block {
        width: 100%;
        height: auto;
        padding: 10px;
        overflow-x: visible;
        overflow-y: auto;
        opacity: 1; }
        @media (min-width: 992px) {
          .modal--opened .modal__block {
            width: 640px;
            padding: 20px; } }
  
  .modal__block {
    width: 0;
    height: 0;
    padding-top: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: width, height, opacity;
    transition-property: width, height, opacity;
    overflow: hidden;
    opacity: 0;
    position: relative; }
    @media (min-width: 992px) {
      .modal__block {
        border-radius: 24px; } }
  
  .modal__header {
    padding: 0 20px 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000000; }
    @media (min-width: 992px) {
      .modal__header {
        padding-right: 80px;
        padding-bottom: 0;
        padding-left: 80px;
        font-size: 25px; } }
  
  .modal__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  
  .modal__item {
    margin: 0;
    padding: 10px 0; }
    .modal__item--add-info {
      font-size: 14px; }
      .modal__item--add-info a {
        color: #2866d3;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: opacity;
        transition-property: opacity; }
        .modal__item--add-info a[href]:active {
          opacity: 0.7; }
        @media (min-width: 768px) {
          .modal__item--add-info a[href]:hover {
            opacity: 0.7;
            cursor: pointer; } }
  
  .modal__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  
  .modal__btn-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    padding: 10px; }
    .modal__btn-item .btn {
      width: 100%; }
    @media (min-width: 576px) {
      .modal__btn-item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        width: 50%;
        padding: 10px 10px 10px 0; } }
  
  .modal__closer {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-close.svg");
    background-position: center;
    font-size: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    top: 15px;
    right: 15px; }
    .modal__closer:focus {
      outline: 0; }
    .modal__closer:active {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .modal__closer:hover {
        opacity: 0.7; } }
  
  .modal__overlay {
    width: 100vw;
    height: 100%;
    font-size: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0; }

  .modal__btn {
    padding: 18px 36px;
    border-radius: 28px;
    font-size: 17px;
    background-color: #2866d3;
    border: none;
    outline: none;
    color:#fff;
    cursor: pointer;
  }
  .modal__btn:hover {
    opacity: 0.7;
  }
/*==============================
site-form
==============================*/
.site-form__label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  text-align: left;
  position: relative; }
  .site-form__label a {
    color: #2866d3;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .site-form__label a[href]:active {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .site-form__label a[href]:hover {
        opacity: 0.7;
        cursor: pointer; } }
  .site-form__label:hover .site-form__label-text {
    color: #000000; }
  .site-form__label:hover .site-form__input {
    outline: none;
    border-color: #000000;
    color: #000000; }

.site-form__label-text {
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  color: #595e70;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color;
  transition-property: color; }
  @media (min-width: 768px) {
    .site-form__label-text {
      left: 60px; } }

.site-form__input {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #969fae;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color; }
  .site-form__input:focus {
    outline: 0; }
  .site-form__input::-webkit-input-placeholder {
    color: #969fae;
    opacity: 1; }
  .site-form__input::-moz-placeholder {
    color: #969fae;
    opacity: 1; }
  .site-form__input:-ms-input-placeholder {
    color: #969fae;
    opacity: 1; }
  .site-form__input::-ms-input-placeholder {
    color: #969fae;
    opacity: 1; }
  .site-form__input::placeholder {
    color: #969fae;
    opacity: 1; }
  .site-form__input:focus {
    outline: none;
    border-color: #000000;
    color: #000000; }
    .site-form__input:focus::-webkit-input-placeholder {
      color: #595e70; }
    .site-form__input:focus::-moz-placeholder {
      color: #595e70; }
    .site-form__input:focus:-ms-input-placeholder {
      color: #595e70; }
    .site-form__input:focus::-ms-input-placeholder {
      color: #595e70; }
    .site-form__input:focus::placeholder {
      color: #595e70; }

.site-form__textarea textarea {
  height: 100px;
  resize: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1.4; }

.site-form__select .site-form__input {
  background-image: url("/local/templates/consult-ezco/css/../img/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right -1px top -1px; }
  .site-form__select .site-form__input::-ms-expand {
    /* Hide arrow in IE 10+ */
    display: none; }
  .site-form__select .site-form__input:focus {
    background-position: right -1px top -40px; }

.site-form__checkbox .site-form__input {
  display: none; }
  .site-form__checkbox .site-form__input:checked + .site-form__label-text::before {
    border-color: #000000; }
  .site-form__checkbox .site-form__input:checked + .site-form__label-text::after {
    opacity: 1; }

.site-form__checkbox .site-form__label-text {
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: relative;
  left: auto;
  top: auto; }
  .site-form__checkbox .site-form__label-text:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .site-form__checkbox .site-form__label-text:hover {
      opacity: 0.7; } }
  .site-form__checkbox .site-form__label-text::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #969fae;
    border-radius: 1px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0; }
  .site-form__checkbox .site-form__label-text::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: border-color, opacity;
    transition-property: border-color, opacity;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 3px; }

.site-form__checkbox:hover .site-form__label-text::before {
  border-color: #000000; }

.site-form__checkbox:hover .site-form__label-text::after {
  border-color: #000000; }

.site-form__radio .site-form__input {
  display: none; }
  .site-form__radio .site-form__input:checked + .site-form__label-text::before {
    border-color: #000000; }
  .site-form__radio .site-form__input:checked + .site-form__label-text::after {
    opacity: 1; }

.site-form__radio .site-form__label-text {
  padding-left: 30px;
  position: relative;
  left: auto;
  top: auto; }
  .site-form__radio .site-form__label-text::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #969fae;
    border-radius: 50%;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0; }
  .site-form__radio .site-form__label-text::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    top: 50%;
    margin-top: -6px;
    left: 6px; }

.site-form__radio:hover .site-form__label-text::before {
  border-color: #000000; }

.site-form__radio:hover .site-form__label-text::after {
  background-color: #000000; }

.site-form__file span {
  margin-bottom: 10px; }

.site-form__file .site-form__input {
  display: none; }

.site-form__file::after {
  content: "Выбрать файл";
  display: block;
  width: 180px;
  padding: 15px 10px;
  background-color: transparent;
  border: 1px solid #2866d3;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #2866d3;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  @media (min-width: 768px) {
    .site-form__file::after {
      border-radius: 30px; } }

.site-form__file:hover::after, .site-form__file:active::after {
  opacity: 0.7; }

.site-form__error {
  position: relative; }
  .site-form__error .site-form__input {
    border-color: red;
    color: red; }
  .site-form__error::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-warning.svg");
    position: absolute;
    right: 10px;
    bottom: 10px; }
  .site-form__error:hover .site-form__input {
    outline: none;
    border-color: #ec7676; }

.site-form__required .site-form__label-text::after {
  display: inline-block;
  content: "*";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #595e70; }
  
/* End */


/* Start:/local/templates/consult-ezco/js/fancybox/dist/jquery.fancybox.min.css?175066715612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/consult-ezco/css/styles1.css?1750667156167500*/
@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

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

/*==============================
fonts
==============================*/
@font-face {
    font-family: "inter";
    src: local(''), url("/local/templates/consult-ezco/css/../fonts/inter-regular.woff2") format("woff2"), url("/local/templates/consult-ezco/css/../fonts/inter-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "inter";
    src: url("/local/templates/consult-ezco/css/../fonts/inter-medium.woff2") format("woff2"), url("/local/templates/consult-ezco/css/../fonts/inter-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "inter";
    src: local(''), url("/local/templates/consult-ezco/css/../fonts/inter-black.woff2") format("woff2"), url("/local/templates/consult-ezco/css/../fonts/inter-black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

/*==============================
base
==============================*/
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    background-color: #ffffff;
}

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

body {
    font-family: inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    background: #ffffff;
    color: #000000;
}

.no-scroll {
    overflow: hidden;
    position: relative;
}

/*==============================
display-none
==============================*/
.display-none {
    display: none !important;
}

/*==============================
visually-hidden
==============================*/
.visually-hidden {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}

/*==============================
site-text
==============================*/
/* main-h */
.main-h {
    display: block;
    margin: 0;
    padding: 0 10px 40px 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    color: #0f162e;
    text-align: left;
}

@media (min-width: 768px) {
    .main-h {
        font-size: 35px;
    }
}

@media (min-width: 1170px) {
    .main-h {
        font-size: 56px;
    }
}

/*ext*/
/* Slider flex! */
.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;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

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

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

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

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

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

.slick-loading .slick-track {
    visibility: hidden;
}
.gallery-image {
    max-width: 100%;
}
.slick-slide {
    min-height: 1px;
}

.slick-slide img {
    display: block;
}
.clinic-img-item {
    border-radius: 20px;
}
.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-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}

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

.slick-active:focus,
.slick-cloned:focus,
.slick-slide:focus {
    outline: none;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}


/*==============================
site-wrapper
==============================*/


.site-wrapper--inside {
    max-width: 1440px;
    padding: 0 20px;
}

/*components*/
/*==============================
  btn
  ==============================*/
.btn {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #2866d3;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.btn:focus {
    outline: 0;
}

@media (min-width: 576px) {
    .btn {
        padding: 24px 20px;
        border-radius: 35px;
        font-size: 19px;
    }
}

.btn:hover {
    opacity: 0.7;
}

.btn--current {
    cursor: default;
}

.btn--current:active, .btn--current[href]:active {
    opacity: 1;
}

@media (min-width: 768px) {
    .btn--current:hover, .btn--current[href]:hover {
        opacity: 1;
        cursor: default;
    }
}

/* play-btn */
.play-btn {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;

    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.play-btn:focus {
    outline: 0;
}

.play-btn:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .play-btn:hover {
        opacity: 0.7;
    }
}

/*==============================
modal
==============================*/
.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    background-color: #f3f4f6;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height, left, top, opacity;
    transition-property: width, height, left, top, opacity;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

@media (min-width: 768px) {
    .modal {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}

.modal--opened {
    pointer-events: auto;
    opacity: 1;
}

.modal--opened .modal__block {
    width: 100%;
    height: auto;
    padding: 10px;
    overflow-x: visible;
    overflow-y: auto;
    opacity: 1;
}

@media (min-width: 992px) {
    .modal--opened .modal__block {
        width: 640px;
        padding: 20px;
    }
}

.modal__block {
    width: 0;
    height: 0;
    padding-top: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height, opacity;
    transition-property: width, height, opacity;
    overflow: hidden;
    opacity: 0;
    position: relative;
}

@media (min-width: 992px) {
    .modal__block {
        border-radius: 24px;
    }
}

.modal__header {
    padding: 0 20px 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000000;
}

@media (min-width: 992px) {
    .pd-social .site-header__phone {
    display: none;
}
    .modal__header {
        padding-right: 80px;
        padding-bottom: 0;
        padding-left: 80px;
        font-size: 25px;
    }
}

.modal__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal__item {
    margin: 0;
    padding: 10px 0;
}

.modal__item--add-info {
    font-size: 14px;
}

.modal__item--add-info a {
    color: #2866d3;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.modal__item--add-info a[href]:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .modal__item--add-info a[href]:hover {
        opacity: 0.7;
        cursor: pointer;
    }
}

.modal__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal__btn-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 10px;
}

.modal__btn-item .btn {
    width: 100%;
}

@media (min-width: 576px) {
    .modal__btn-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        padding: 10px 10px 10px 0;
    }
}

.modal__closer {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-close.svg");
    background-position: center;
    font-size: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal__closer:focus {
    outline: 0;
}

.modal__closer:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .modal__closer:hover {
        opacity: 0.7;
    }
}

.modal__overlay {
    width: 100vw;
    height: 100%;
    font-size: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

/*==============================
site-form
==============================*/
.site-form__label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
    position: relative;
}

.site-form__label a {
    color: #2866d3;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.site-form__label a[href]:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .site-form__label a[href]:hover {
        opacity: 0.7;
        cursor: pointer;
    }
}

.site-form__label:hover .site-form__label-text {
    color: #000000;
}

.site-form__label:hover .site-form__input {
    outline: none;
    border-color: #000000;
    color: #000000;
}

.site-form__label-text {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
    color: #595e70;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: color;
    transition-property: color;
}

@media (min-width: 768px) {
    .site-form__label-text {
        left: 60px;
    }
}

.site-form__input {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #969fae;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
}

.site-form__input:focus {
    outline: 0;
}

.site-form__input::-webkit-input-placeholder {
    color: #969fae;
    opacity: 1;
}

.site-form__input::-moz-placeholder {
    color: #969fae;
    opacity: 1;
}

.site-form__input:-ms-input-placeholder {
    color: #969fae;
    opacity: 1;
}

.site-form__input::-ms-input-placeholder {
    color: #969fae;
    opacity: 1;
}

.site-form__input::placeholder {
    color: #969fae;
    opacity: 1;
}

.site-form__input:focus {
    outline: none;
    border-color: #000000;
    color: #000000;
}

.site-form__input:focus::-webkit-input-placeholder {
    color: #595e70;
}

.site-form__input:focus::-moz-placeholder {
    color: #595e70;
}

.site-form__input:focus:-ms-input-placeholder {
    color: #595e70;
}

.site-form__input:focus::-ms-input-placeholder {
    color: #595e70;
}

.site-form__input:focus::placeholder {
    color: #595e70;
}

.site-form__textarea textarea {
    height: 100px;
    resize: vertical;
    overflow: hidden;
    margin: 0;
    line-height: 1.4;
}

.site-form__select .site-form__input {
    background-image: url("/local/templates/consult-ezco/css/../img/icon-select.svg");
    background-repeat: no-repeat;
    background-position: right -1px top -1px;
}

.site-form__select .site-form__input::-ms-expand {
    /* Hide arrow in IE 10+ */
    display: none;
}

.site-form__select .site-form__input:focus {
    background-position: right -1px top -40px;
}

.site-form__checkbox .site-form__input {
    display: none;
}

.site-form__checkbox .site-form__input:checked + .site-form__label-text::before {
    border-color: #000000;
}

.site-form__checkbox .site-form__input:checked + .site-form__label-text::after {
    opacity: 1;
}

.site-form__checkbox .site-form__label-text {
    padding-left: 30px;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: relative;
    left: auto;
    top: auto;
}

.site-form__checkbox .site-form__label-text:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .site-form__checkbox .site-form__label-text:hover {
        opacity: 0.7;
    }
}

.site-form__checkbox .site-form__label-text::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #969fae;
    border-radius: 1px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.site-form__checkbox .site-form__label-text::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-color, opacity;
    transition-property: border-color, opacity;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 3px;
}

.site-form__checkbox:hover .site-form__label-text::before {
    border-color: #000000;
}

.site-form__checkbox:hover .site-form__label-text::after {
    border-color: #000000;
}

.site-form__radio .site-form__input {
    display: none;
}

.site-form__radio .site-form__input:checked + .site-form__label-text::before {
    border-color: #000000;
}

.site-form__radio .site-form__input:checked + .site-form__label-text::after {
    opacity: 1;
}

.site-form__radio .site-form__label-text {
    padding-left: 30px;
    position: relative;
    left: auto;
    top: auto;
}

.site-form__radio .site-form__label-text::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #969fae;
    border-radius: 50%;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
}

.site-form__radio .site-form__label-text::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    top: 50%;
    margin-top: -6px;
    left: 6px;
}

.site-form__radio:hover .site-form__label-text::before {
    border-color: #000000;
}

.site-form__radio:hover .site-form__label-text::after {
    background-color: #000000;
}

.site-form__file span {
    margin-bottom: 10px;
}

.site-form__file .site-form__input {
    display: none;
}

.site-form__file::after {
    content: "Выбрать файл";
    display: block;
    width: 180px;
    padding: 15px 10px;
    background-color: transparent;
    border: 1px solid #2866d3;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #2866d3;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

@media (min-width: 768px) {
    .site-form__file::after {
        border-radius: 30px;
    }
}

.site-form__file:hover::after, .site-form__file:active::after {
    opacity: 0.7;
}

.site-form__error {
    position: relative;
}

.site-form__error .site-form__input {
    border-color: red;
    color: red;
}

.site-form__error::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-warning.svg");
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.site-form__error:hover .site-form__input {
    outline: none;
    border-color: #ec7676;
}

.site-form__required .site-form__label-text::after {
    display: inline-block;
    content: "*";
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    color: #595e70;
}

/*==============================
wysiwyg
==============================*/
.wysiwyg {
    font-size: 16px;
    line-height: 1.5;
    color: #4b536f;
}

.wysiwyg h1 {
    margin: 30px 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    color: #0f162e;
    text-align: left;
}

@media (min-width: 768px) {
    .wysiwyg h1 {
        margin: 40px 0;
        font-size: 40px;
    }
}

@media (min-width: 1170px) {
    .wysiwyg h1 {
        margin: 50px 0;
        font-size: 46px;
    }
}

.wysiwyg h2 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #242d4a;
    text-align: left;
}

@media (min-width: 992px) {
    .wysiwyg h2 {
        margin: 30px 0;
        font-size: 28px;
    }
}

.wysiwyg h3 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

@media (min-width: 992px) {
    .wysiwyg h3 {
        font-size: 25px;
    }
}

.wysiwyg h4 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

@media (min-width: 992px) {
    .wysiwyg h4 {
        font-size: 20px;
    }
}

.wysiwyg h5 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

@media (min-width: 992px) {
    .wysiwyg h5 {
        font-size: 23px;
    }
}

.wysiwyg h6 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

@media (min-width: 992px) {
    .wysiwyg h6 {
        font-size: 21px;
    }
}

.wysiwyg p {
    margin: 0 0 15px;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .wysiwyg p {
        margin: 0 0 15px;
    }
}

.wysiwyg a {
    color: #2866d3;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.wysiwyg a:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .wysiwyg a:hover {
        opacity: 0.7;
    }
}

.wysiwyg b,
.wysiwyg strong {
    font-weight: 700;
}

.wysiwyg i, .wysiwyg em {
    color: #000000;
}

.wysiwyg blockquote {
    margin: 20px 0;
    padding: 10px 10px 10px 20px;
    background-color: #595e70;
    border-left: 7px solid #000000;
}

@media (min-width: 992px) {
    .wysiwyg blockquote {
        padding: 20px 50px 20px 50px;
    }
}

.wysiwyg ol, .wysiwyg ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 20px 0;
    padding: 0;
    font-size: 18px;
}

@media (min-width: 992px) {
    .wysiwyg ol, .wysiwyg ul {
        margin: 10px 0;
        font-size: 16px;
        color: #4b536f;
    }
}

.wysiwyg ol {
    counter-reset: ol-counter;
    font-weight: 400;
}

.wysiwyg ol li::before {
    counter-increment: ol-counter;
    content: counter(ol-counter) ".";
    height: 20px;
    font-weight: 700;
    text-align: left;
    color: #595e70;
    position: absolute;
    top: 0;
    left: 0;
}

.wysiwyg ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 4px;
    left: 0;
}

.wysiwyg li {
    padding: 0 0 10px 30px;
    position: relative;
}

.wysiwyg table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

@media (min-width: 992px) {
    .wysiwyg table {
        margin: 10px 0;
    }
}

.wysiwyg tr:nth-child(odd) td {
    background-color: #595e70;
}

.wysiwyg tr:nth-child(even) td {
    background-color: #ffffff;
}

.wysiwyg td,
.wysiwyg th {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #000000;
}

@media (min-width: 992px) {
    .wysiwyg td,
    .wysiwyg th {
        padding: 10px 20px;
    }
}

.wysiwyg th {
    background-color: #595e70;
    color: #ffffff;
}

.wysiwyg hr {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px 0;
    border-top: 1px solid #000000;
}

.wysiwyg hr:focus {
    outline: 0;
}

.wysiwyg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 1170px) {
    .wysiwyg {
        font-size: 22px;
    }
}

.wysiwyg__float-container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .wysiwyg__float-block--right {
        float: right;
        padding: 0 0 10px 10px;
    }
}

@media (min-width: 992px) {
    .wysiwyg__float-block--right {
        padding: 0 0 20px 20px;
    }
}

@media (min-width: 768px) {
    .wysiwyg__float-block {
        max-width: 45%;
    }
}

.wysiwyg__table-wrapper {
    overflow-x: auto;
}

.wysiwyg__float-block {
    position: relative;
    z-index: 2;
}


/*==============================
breadcrumbs
==============================*/
.breadcrumbs__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

.breadcrumbs__item {
    display: block;
    position: relative;
    padding: 0 26px 0 0;
}

.breadcrumbs__item::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-next.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 6px;
    bottom: 1px;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    cursor: default;
}

.breadcrumbs__item:last-child .breadcrumbs__link:active, .breadcrumbs__item:last-child .breadcrumbs__link[href]:active {
    opacity: 1;
}

@media (min-width: 768px) {
    .breadcrumbs__item:last-child .breadcrumbs__link:hover, .breadcrumbs__item:last-child .breadcrumbs__link[href]:hover {
        opacity: 1;
        cursor: default;
    }
}

.breadcrumbs__item:last-child::after {
    display: none;
}

.breadcrumbs__link {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #7c808f;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.breadcrumbs__link[href]:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .breadcrumbs__link[href]:hover {
        opacity: 0.7;
        cursor: pointer;
    }
}

/*==============================
  prev-next
==============================*/
.prev-next__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prev-next__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #2866d3;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.prev-next__link[href]:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .prev-next__link[href]:hover {
        opacity: 0.7;
        cursor: pointer;
    }
}

.prev-next__link::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("/local/templates/consult-ezco/css/../img/sprite-prev-next.svg");
}

@media (min-width: 1170px) {
    .prev-next__link {
        font-size: 17px;
    }
}

.prev-next__link--prev {
    padding-right: 15px;
}

.prev-next__link--prev::before {
    background-position: center top;
    margin-right: 7px;
}

.prev-next__link--next {
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prev-next__link--next::before {
    background-position: center bottom;
    margin-left: 7px;
}


.breadcrumbs__span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #7c808f;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    z-index: 4;
}

/*==============================
  reviews
  ==============================*/
.reviews {
    padding-top: 20px;
}

@media (min-width: 1170px) {
    .reviews {
        padding: 20px 0 0;
        margin: 0 auto;
        max-width: 1100px;
    }
}

.reviews__slider {
    position: relative;
}

.reviews__slider .slick-arrow {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #2866d3;
    background-image: url("/local/templates/consult-ezco/css/../img/sprite-slick.svg");
    background-repeat: no-repeat;
    font-size: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    top: -40px;
}

.reviews__slider .slick-arrow:focus {
    outline: 0;
}

.reviews__slider .slick-arrow:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .reviews__slider .slick-arrow:hover {
        opacity: 0.7;
    }
}

@media (min-width: 768px) {
    .reviews__slider .slick-arrow {
        top: -60px;
    }
}

.reviews__slider .slick-prev {
    background-position: left center;
    right: 100px;
}

@media (max-width: 500px) {
    .reviews__slider .slick-prev {
        right: 70px;
    }
}

.reviews__slider .slick-next {
    background-position: right center;
    right: 20px;

}

@media (max-width: 500px) {
    .reviews__slider .slick-next {
        right: 2px;
    }
}

.reviews__slider .slick-disabled {
    background-color: #f3f4f6;
    background-image: url("/local/templates/consult-ezco/css/../img/sprite-slick2.svg");
    cursor: default;
}

.reviews__slider .slick-disabled:active, .reviews__slider .slick-disabled[href]:active {
    opacity: 1;
}

@media (min-width: 768px) {
    .reviews__slider .slick-disabled:hover, .reviews__slider .slick-disabled[href]:hover {
        opacity: 1;
        cursor: default;
    }
}

@media (min-width: 1170px) {
    .reviews__slider::after {
        content: "";
        width: 20%;
        height: 100%;
        background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 1800px) {
    .reviews__slider {
        padding-left: 180px;
    }
}

.reviews__item {
    padding: 20px 12px;
}

@media (min-width: 1170px) {
    .reviews__item {
        padding-bottom: 40px;
    }
}

.reviews__content {
    /*-webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;*/
    padding: 20px 20px 80px;
    border-radius: 24px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 12px 36px rgba(15, 22, 46, 0.07);
    box-shadow: 0 12px 36px rgba(15, 22, 46, 0.07);
}

@media (min-width: 1170px) {
    .reviews__content {
        padding: 48px;
    }
}

.reviews__h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 10px;
}

.reviews__h::after {
    content: "";
    display: block;
    width: 80px;
    height: 100px;
    margin-left: 10px;
    background-image: url("/local/templates/consult-ezco/css/../img/bg-quotes.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.reviews__h {
    padding-left: 10px;
}


.reviews__text {
    margin: 0;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #0f162e;
    line-height: 1.5;
}

.reviews__text p {
    margin: 10px 0;
}

@media (min-width: 1170px) {
    .reviews__text {
        font-size: 18px;
    }
}

.reviews__author {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #0f162e;
    margin: 0 0 4px;
}

.reviews__position {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #737880;
}


.reviews__footer {
    padding-left: 65px;
    position: relative;
}

.reviews__pic {
    display: block;
    width: 56px;
    height: 56px;

    position: absolute;
    top: -6px;
    left: 0;

    background-repeat: no-repeat;
    background-position: 50% 50%;

    border-radius: 50%;


    background-size: cover;
}


/* slick */
/*==============================
  contacts
==============================*/
.contacts {
    width: 100%;
    position: relative;
}

.contacts__map-wrapper {
    position: relative;
}

.contacts__map {
    border-radius: 40px;
    overflow: hidden;
}

.contacts__map iframe {
    -webkit-filter: saturate(0);
    filter: saturate(0);
    border-width: 0;
    height: 200px;
}

@media (min-width: 768px) {
    .contacts__map iframe {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .contacts__map iframe {
        height: 400px;
    }
}

@media (min-width: 1170px) {
    .contacts__map iframe {
        height: 500px;
        -webkit-transform: skewY(-1.5deg);
        transform: skewY(-1.5deg);
    }
}

@media (min-width: 1170px) {
    .contacts__map {
        border-radius: 150px;
        -webkit-transform: skewY(1.5deg);
        transform: skewY(1.5deg);
        opacity: 0.8;
    }
}

.contacts__wrapper {
    position: relative;
    z-index: 1;
}

.contacts__address {
    padding: 0 20px 40px;
}

@media (min-width: 992px) {
    .contacts__address {
        padding: 20px;
        position: absolute;
        left: 0;
        top: 20px;
    }
}

@media (min-width: 1170px) {
    .contacts__address {
        top: 70px;
    }
}

@media (min-width: 1800px) {
    .contacts__address {
        padding: 20px 0;
    }
}

.contacts__h {
    text-shadow: 0 0 20px #ffffff;
}

.contacts__text {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #0f162e;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    text-shadow: 0 0 10px #ffffff;
}

.contacts__text[href]:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .contacts__text[href]:hover {
        opacity: 0.7;
        cursor: pointer;
    }
}

@media (min-width: 1170px) {
    .contacts__text {
        font-size: 26px;
    }
}

.contacts__interactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

.contacts__btn {
    padding-left: 40px;
    padding-right: 40px;
}

.contacts__marker {
    width: 120px;
    height: 120px;
    font-size: 0;
    background-image: url("/local/templates/consult-ezco/css/../img/marker.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    margin-left: -60px;
    margin-top: -60px;
    z-index: 2;
}

/*==============================
  video
==============================*/
.video {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1170px) {
    .video {
        border-radius: 56px;
    }
}

.video__link {
    display: block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.video__link:active {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .video__link:hover {
        opacity: 0.7;
    }
}

.video__img {
    display: block;
    width: 100%;
    height: auto;
}

.video__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.video__play span {
    display: block;
    padding-left: 75px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}

.video__play span::before {
    content: "";
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url("/local/templates/consult-ezco/css/../img/bg-play.svg");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
    position: absolute;
    top: -10px;
    left: 0;
}

@media (min-width: 1170px) {
    .video__play span {
        font-size: 22px;
    }
}

/*==============================
  scrollup
  ==============================*/
.scrollup {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2866d3;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-scrollup.svg");
    font-size: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.scrollup:hover {
    opacity: 0.7;
}

/*compose*/


/*==============================
 main-show
  ==============================*/
/* .main-show {
  padding: 20px 10px; } */
@media (min-width: 1170px) {
    .main-show {
        padding-top: 30px;
    }
}

.main-show__body {
    position: relative;
}

.main-show__body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #deecff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1170px) {
    .main-show__body::before {
        border-radius: 120px;
        transform: skewY(1.5deg);
    }
}

@media (min-width: 1800px) {
    .main-show__body::before {
        width: 100%;
        left: 0;
    }
}

.main-show__content {
    position: relative;
}

.main-show__main {
    padding: 40px 20px 20px;
    position: relative;
}

@media (min-width: 1400px) {
	.main-show__main {   
      width: 50%;
    }
}



@media (min-width: 992px) {
    .main-show__main {
        padding-top: 100px;
    }
}

@media (min-width: 1800px) {
    .main-show__main {
        padding-top: 140px;
        padding-left: 10px;
    }
}

.main-show__text li {
    font-size: 16px;
    color: #4B536F;
    line-height: 22px;
}

.main-show__text b {
    font-size: 16px;
    color: #4B536F;
    line-height: 22px;
}

.main-show__text ul {
    padding-left: 14px;
}

.main-show__h {
    margin: 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
    color: #0f162e;
}
@media (min-width: 768px) {
   .m-phone-stycky {
    display: none;
  }
  .sticky .m-phone-stycky {
    display: block;
    position: absolute;
    right: 21px;
    text-decoration: none;
    font-size: 22px;
    color: #5CA1CE;
    font-weight: 800;
    top: -4px;
   }
}
.sticky .site-header__columns {
    flex-grow: unset;
}

@media (max-width: 1000px) {
   .sticky .site-header__columns {
         margin-left: 20px;
   }
   .m-phone-stycky {
    display: none !important;
   }
}

@media (max-width: 768px) {
.site-header__menu {
    transform: scaleX(-1);
}
.site-header {
    padding-bottom: 20px;
    padding-top: 0px;
}
  .burger-btn-m {
    right: 10px;
  }
.site-header__name img {
    max-width: 60px;
}
.m-phone-ic {
    right: 10px;
    position: absolute;
    top: 20px;
    display: none;
}

.risk-tab-menu {
    z-index: 0;
}
.adds__body {
    z-index: 0;
}
   header.site-header.js-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding-top: 0;
}
    .site-header__name img {
       width: 250px;
       height: auto;
    }
    .site-header__name img {
      max-width: 60px;
    }
    .site-header__name {
        position: absolute;
        left: 10px;
        top: 19px;
    }
        .m-phone-stycky {
        display: block !important;
        font-weight: 700;
        text-decoration: none;
        color: #5CA1CE;
        font-size: 22px;
        top: 28px;
        position: absolute;
    }
    .site-header__columns {
      display: none;
    }
    .site-header__logo {
    display: none;
   }
   .site-wrapper.site-header__body {
    height: 50px;
   }
}

@media (min-width: 1170px) {
    .main-show__h {
        font-size: 50px;
    }
}

@media (min-width: 1800px) {
    .main-show__h {
        font-size: 60px;
    }
}

.main-show-items {
    position: absolute;
    bottom: -104px;
    width: 672px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;

}

@media (max-width: 1500px) {
    .main-show-items {
        width: 100%;
        gap: 10px;
        bottom: 50px;
    }
}

@media (max-width: 1400px) {
    .main-show__body::before {
        border-radius: 73px;
    }
    .main-show-items {
        bottom: 20px;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
    .main-show__main {
      width: 60%;
    }
    .main-show__img img {
      margin-top: -50px;
   }
   .doc-img {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
    .main-show__body::before {
        border-radius: 40px;
    }
     .main-show__img img {
        margin-top: 0;
    }
     .main-show__main {
        width: 100%;
    }
    .main-show-items {
        bottom: 20px;
    }
    .doc-img {
    margin-top: 20px!important;
   }

}

.doc-items {
    border-radius: 24px;
    padding: 31px;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    color: white;

}

@media (max-width: 1500px) {
    .doc-items {
        padding: 15px;
    }
}

.doc-items:first-child {
    background-color: #0B4F6C;
    grid-column: 1 / -1;
}
.doc-items:nth-child(2) {
    background: #6A9B9B;
}
.doc-items:nth-child(3) {
    background: #2978A0;
}
.doc-img {
    max-width: 657px;
    max-height: 765px;
    margin-right: -200px;
    margin-top: -50px;
    width: 100%;

}

@media (max-width: 1400px) {
    .doc-img {
        width: auto;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }
}
.main-show__img {
    position: relative;

}

@media (min-width: 1400px) {
    .main-show__img {
        width: 50%;
    }
}

@media (max-width: 1400px) {
    .main-show__img {

    }
}

@media (max-width: 600px) {
    .main-show__img {
        height: 770px;
    }
}

.main-show__img img {
    display: block;
    width: 100%;
    height: auto;

}



.main-show__text {
    padding-bottom: 25px;
}

.main-show__text p {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    color: #4b536f;
}

@media (min-width: 1170px) {
    .main-show__text p {
        font-size: 20px;
    }
}

@media (min-width: 1800px) {
    .main-show__text p {
        font-size: 22px;
    }
}

.main-show__btn {
    max-width: 270px;
}


.services {
    margin-bottom: 50px;
}

@media (min-width: 1170px) {
    .services {
        margin-top: -250px;
    }
}

.services--inside {
    padding-bottom: 20px;
}

@media (min-width: 1170px) {
    .services--inside {
        margin-top: 0;
        padding-bottom: 50px;
    }
}

@media (min-width: 1170px) {
    .services__columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1170px) {
    .services__col {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        width: 25%;
    }
}

.services__panel {
    padding: 3px;
    position: relative;
}

.services__panel:hover {
    z-index: 2;
}

.services__item {
    padding: 5px;
    position: relative;
}

@media (min-width: 1170px) {
    .services__item:hover .services__desc {
        pointer-events: auto;
        opacity: 1;
        color: #595e70;
        top: 100%;
        margin-top: -20px;
    }
}

@media (min-width: 1400px) {
    .services__item:hover .services__desc {
        margin-top: -20px;
    }
}

@media (min-width: 1170px) {
    /*.services__item:hover .services__content::before {
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      opacity: 0; }*/
}

@media (min-width: 1170px) {
    .services__item:hover .services__hidden {
        opacity: 1;
        pointer-events: auto;
    }
}

.services__item--dark .services__content {
    background-color: #1c2339;
}

@media (min-width: 1170px) {
    /*.services__item--dark .services__content::before {
        background-color: #1c2339;
        background-image: url("/local/templates/consult-ezco/css/../img/bg-services-dark3.jpg"); }*/
}

.services__item--dark .services__h {
    color: #ffffff;
}

.services__item--dark .services__desc {
    background-color: #1c2339;
}


@media (min-width: 1170px) {
    .services__item--dark:hover .services__desc {
        color: #fff /*#b6bbcc;*/
    }
}

.services__item--blue .services__content {
    background-color: #3e88ed;
}

.services__item:hover .services__content_fon {
    background: #f4f5f7;
}

.services__item--dark:hover .services__content_fon {
    background: #1c2339;
}

.services__item--blue:hover .services__content_fon {
    background: #1c2339;
}

@media (min-width: 1170px) {
    /*.services__item--blue .services__content::before {
        background-color: #3e88ed;
        background-image: url("/local/templates/consult-ezco/css/../img/bg-services-blue4.png"); }*/
}

.services__item--blue .services__h {
    color: #ffffff;
}

.services__item--blue .services__desc {
    background-color: #3e88ed;
}

@media (min-width: 1170px) {
    .services__item--blue:hover .services__desc {
        color: #fff; /*#b6bbcc;*/
    }
}

@media (max-width: 1170px) {
    .services__item .services__content_fon {
        display: none;
    }

}


.services__content {
    padding: 20px;
    border-radius: 24px;
    background-color: #f4f5f7;
    position: relative;
}

@media (min-width: 1170px) {
    .services__content {
        background-image: none;
    }
}

@media (min-width: 1400px) {
    .services__content {
        padding: 48px;
    }
}

@media (min-width: 1170px) {
    /*.services__content::before {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 24px;
      background-color: #f4f5f7;
      background-image: url("/local/templates/consult-ezco/css/../img/bg-services-light3.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: right bottom;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      position: absolute;
      left: 0;
      top: 0; }*/
}

.services__content_fon {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-color: #f4f5f7;
    background-image: url("/local/templates/consult-ezco/css/../img/bg-services-light3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 900px) {
    .services__item .services__content {

        /* background-image: url("/local/templates/consult-ezco/css/../img/bg-services-light3.jpg");  */
        background-image: none;
        background-position: 0 80%;

        background-size: 100% auto;
    }

    .services__item--blue .services__content {
        background-color: #3e88ed;
        /* background-image: url("/local/templates/consult-ezco/css/../img/bg-services-blue4.png"); */
        background-image: none;
        background-position: 0 70%;
        background-size: 100% auto;
    }

    .services__item--dark .services__content {
        background-color: #1c2339;
        /* background-image: url("/local/templates/consult-ezco/css/../img/bg-services-dark3.jpg");  */
        background-image: none;
        background-position: 0 70%;

        background-size: 100% auto;
    }

}

.services__item:hover .services__content,
.services__item--blue:hover .services__content,
.services__item--dark:hover .services__content {
    background-image: none !important;
}


.services__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (min-width: 1170px) {
    .services__actions {
        padding-top: 15px;
        position: relative;
    }
}

.services__btn {
    font-size: 15px;
}

@media (min-width: 576px) {
    .services__btn {
        padding: 15px 20px;
    }
}

.services__action-one {
    padding-right: 8px;
}

.services__h {
    margin: 0;
    padding-top: 30px;
    font-size: 18px;
    font-weight: 900;
    color: #0f162e;
    pointer-events: none;
}

@media (min-width: 576px) {
    .services__h {
        font-size: 21px;
    }
}

@media (min-width: 1170px) {
    .services__h {
        padding-top: 75px;
        position: relative;
    }
}

.services__desc {
    display: block;
    padding: 20px;
    border-radius: 0 0 24px 24px;
    background-color: #f4f5f7;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #595e70;
    text-decoration: none;
    pointer-events: none;
}

@media (min-width: 1170px) {
    .services__desc {
        width: 100%;
        padding: 0 20px 20px;
        opacity: 0;
        pointer-events: none;
        color: transparent;
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (min-width: 1400px) {
    .services__desc {
        padding: 0 48px 48px;
    }
}

@media (min-width: 1170px) {
    .services__hidden {
        opacity: 0;
        pointer-events: none;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }
}

.services__more {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

/*==============================
  templates
  ==============================*/
.templates {
    padding-top: 40px;
    padding-bottom: 40px;
}

.templates .main-h {
    padding: 20px 0 40px;
}

@media (min-width: 768px) {
    .templates__columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.templates__col {
    padding: 10px;
}

@media (min-width: 768px) {
    .templates__col--illustration {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.templates__illustration {
    position: relative;
}

.templates__illustration::before {
    content: "";
    width: 334px !important;
    height: 398px !important;
    right: 2px !important;
    border-radius: 60px;
    background-color: #deecff;
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    position: absolute;
    top: 10%;
    right: 0;
}

.templates__img {
    position: relative;
}

.templates__img img {
    display: block;
    width: 100%;
    height: auto;
}

.templates__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .templates__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.templates__item {
    padding: 7px;
}

@media (min-width: 768px) {
    .templates__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.templates__panel {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px;
    border-radius: 24px;
    background-color: transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    position: relative;
}

.templates__panel:hover {
    background-color: #f5f8fC;
}

.templates__panel:hover .templates__content {
    border-color: #f5f8fc;
    background-color: #f5f8fc;
}

.templates__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid #e1e4e9;
    background-color: #ffffff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}

@media (min-width: 1170px) {
    .templates__content {
        padding: 48px;
    }
}

.templates__h {
    margin: 0 0 5px;
    font-size: 26px;
    font-weight: 500;
    color: #0f162e;
}

.templates__text {
    margin: 0 0 20px;
    font-size: 17px;
    font-weight: 400;
    color: #595e70;
}

.templates__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 900;
    color: #969fae;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
}

.templates__link::after {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 16px;
    height: 10px;
    margin-left: 6px;
    background-image: url("/local/templates/consult-ezco/css/../img/sprite-next.svg");
    background-position: center top;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
}

.templates__link:hover {
    color: #2866d3;
}

.templates__link:hover::after {
    margin-left: 10px;
    background-position: center bottom;
}

/*==============================
  why-us
==============================*/
.why-us {
    /* padding: 10px;  */
    margin-bottom: 30px;
}
.where-text {
    font-size: 16px;
    margin: 30px 0 50px 0;
}
.why_cnt.otrasli {
    margin-bottom: 20px;
}
.list-open-title {
    font-weight: bold;
    font-size: 18px;
}
.list-open-title span{
    color: #00789B;
}
.list-open-text {
    font-size: 16px;
    margin-top: 20px;
}
@media (max-width: 1200px) {
    .why-us {
        /* padding: 10px; */
        margin-bottom: 40px;
    }
}

.why-us__body {
    padding: 40px 10px;
    position: relative;
}

.why-us__body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #deecff;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1170px) {
    .why-us__body::before {
        border-radius: 120px;
        -webkit-transform: skewY(1.5deg);
        transform: skewY(1.5deg);
    }
}

@media (min-width: 1800px) {
    .why-us__body::before {
        width: 100%;
        left: 0;
    }
}

@media (min-width: 1170px) {
    .why-us__body {
        padding: 50px 10px 70px;
    }
}

.why-us__h {
    padding: 10px 10px 30px;
    position: relative;
}

.why-us__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .why-us__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.why-us__item {
    padding: 25px 10px;
}

@media (min-width: 768px) {
    .why-us__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.why-us__content {
    padding: 40px 10px 30px;
    border-radius: 24px;
    background-color: #ffffff;
    position: relative;
}

.why-us__content::before {
    content: "";
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 10px solid #deecff;
    background-color: #2866d3;
    background-image: url("/local/templates/consult-ezco/css/../img/icon-check-why-us.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 45px;
    top: -35px;
}

@media (min-width: 768px) {
    .why-us__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 992px) {
    .why-us__content {
        padding: 48px;
    }
}

.why-us__text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #0f162e;
}

@media (min-width: 992px) {
    .why-us__text {
        font-size: 21px;
    }
}


@media (max-width: 567px) {
    .why-us__body .site-wrapper--inside {
        padding-left: 0;
        padding-right: 0;
    }
}

/*==============================
  article
==============================*/
.article {
    padding-top: 20px;
}

.article__body {
    padding: 50px 20px 20px;
    position: relative;
}

.article__body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#deecff), to(transparent));
    background-image: linear-gradient(to bottom, #deecff, transparent);
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1170px) {
    .article__body::before {
        border-radius: 120px;
        -webkit-transform: skewY(1.5deg);
        transform: skewY(1.5deg);
    }
}

@media (min-width: 1800px) {
    .article__body::before {
        width: 100%;
        left: 0;
    }
}

@media (min-width: 1170px) {
    .article__body {
        padding: 40px;
    }
}

.article__head-columns {
    border-bottom: 1px solid rgba(174, 193, 210, 0.3);
}

@media (min-width: 1170px) {
    .article__head-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 20px;
    }
}

.article__head-col {
    padding: 10px 0;
}

@media (min-width: 1170px) {
    .article__head-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}

.article__breadcrumbs .breadcrumbs__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (min-width: 1170px) {
    .article__breadcrumbs .breadcrumbs__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.article__prev-next .prev-next__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1170px) {
    .article__prev-next .prev-next__list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.article__main {
    padding: 20px 0;
}

@media (min-width: 1170px) {
    .article__main {
        padding: 40px 0;
    }
}

/*==============================
  specialist
==============================*/
.specialist {
    padding: 10px;
}

@media (min-width: 1170px) {
    .specialist {
        padding-bottom: 30px;
    }
}

.specialist__body {
    display: block;
    padding: 40px 10px 0;
    background-color: #deecff;
    border-radius: 40px;


}

@media (min-width: 992px) {
    .specialist__body {
        padding: 40px 20px 40px;
        position: relative;
    }
}

@media (min-width: 1170px) {
    .specialist__body {
        padding: 60px;
        border-radius: 56px;
    }
}

@media (min-width: 992px) {
    .specialist__content {
        width: 60%;
    }
}

.specialist__h {
    padding-left: 0;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .specialist__h {
        font-size: 25px;
    }
}

@media (min-width: 1170px) {
    .specialist__h {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .specialist__illustration {
        pointer-events: none;
        position: absolute;
        right: 4%;
        bottom: 0px;
    }

}

.specialist__img {
    margin-left: auto;
}

.specialist__img img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 270px;
}


.specialist__text {
    margin: 0;
    font-size: 16px;
    color: #4b536f;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .specialist__text {
        font-size: 20px;
    }
}

.specialist__interactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

.specialist__btn {
    padding-left: 30px;
    padding-right: 30px;
}

.ymaps-layers-pane {
    -webkit-filter: grayscale(100%);
}


.main-show__text_span {
    color: #2866d3;
    font-size: 1.4em;
    display: inline-block;
    padding-bottom: 8px;
    transform: translateY(3px);
    background: url(/local/templates/consult/img/text_underline.svg) no-repeat 0 100%;
    background-size: 100% auto;
}

.ar_row {
    display: none;
}

.ar_row.active {
    display: block;
}

.ar_row_btn {
    text-align: center;
    display: none;
}

.ar_row_btn a, .ar_row_btn a:hover {
    display: inline-block;
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    padding: 24px 40px;
    border-radius: 30px;
    background-color: #2866d3;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.ar_row_btn a:hover {
    opacity: .5;
}

.ar_row.active .ar_row_btn {
    display: block;
}


.main-show__text_span {
    color: #2866d3;
    font-size: 1.4em;
    display: inline-block;
    padding-bottom: 8px;
    transform: translateY(3px);
    background: url(/local/templates/consult/img/text_underline.svg) no-repeat 0 100%;
    background-size: auto;
    background-size: 100% auto;
}


.wide-fon-1 {
    position: relative;
    padding: 40px 0 80px;
}


.wide-fon-1::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F5F8FC;

    position: absolute;
    left: 0;
    top: 0;


    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
}

.site-main-text1 {
    padding: 100px 0 50px 0;
    max-width: 1400px;
}


.h6 {
    font-size: 26px;
    font-weight: normal;
}

.site-main-text1 p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #0F162E;
}

.main_who_parent {
    padding: 40px 0;
}

.main_who {
    font-size: 0;
    padding: 40px 10px;
}

.main_who_col {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    padding: 20px 0;
}


.main_who_col:first-child {
    border-right: dotted 2px #ADB5CF;
    padding-right: 40px;
}

.main_who_col:last-child {
    padding-left: 40px;
}


.who1_icon {
    width: 130px;
    height: 120px;
    background-image: url(/local/templates/consult-ezco/css/../img/who1.png);
    background-repeat: no-repeat;
    margin: 0 0 20px;

}

.who2_icon {
    width: 120px;
    height: 120px;
    background-image: url(/local/templates/consult-ezco/css/../img/who2.png);
    background-repeat: no-repeat;
    margin: 0 0 20px;
}

.who1_text {
    font-weight: 500;
    font-size: 34px;
    color: #0F162E;

    margin: 0 0 20px;
}

.who2_text {
    font-weight: 500;
    font-size: 34px;
    color: #0F162E;

    margin: 0 0 2px;
}

.who3_text {
    font-weight: 500;
    font-size: 20px;
    color: #0F162E;

    margin: 0 0 20px;
}

.main_who_col:first-child ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main_who_col:first-child ul li {
    font-weight: 300;
    font-size: 20px;
    color: #0F162E;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    background: url(/local/templates/consult-ezco/css/../img/dot1.png) no-repeat 0px 6px;
}

.main_who_col:last-child ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main_who_col:last-child ul li {
    font-weight: 300;
    font-size: 20px;
    color: #0F162E;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
    background: url(/local/templates/consult-ezco/css/../img/dot2.png) no-repeat 0px 6px;
}


@media (max-width: 992px) {
    .main_who_col {
        width: 100%;
    }

    .main_who_col:first-child {
        padding-right: 0px;
        border: none;
    }

    .main_who_col:last-child {
        padding-left: 0px;
    }

    .main_who_col:first-child ul li,
    .main_who_col:last-child ul li {
        font-size: 16px;
        background-position: 0 4px;
    }

    .who1_text, .who2_text {
        font-size: 22px;
    }

    .who3_text {
        font-size: 18px;
    }
}


/*==============================
 main-show
  ==============================*/


.main-show__pdf {
    position: relative;
    /* margin: 0 10px; */
}

.main-show__pdf::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #122c34;
    /* background-color: #232A43; */
    /* background-image: url("/local/templates/consult-ezco/css/../img/bg-main-show.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
}


@media (min-width: 1170px) {
    .main-show__pdf::before {
        border-radius: 120px;
        -webkit-transform: skewY(1.5deg);
        transform: skewY(1.5deg);
    }
}

@media (min-width: 1800px) {
    .main-show__pdf::before {
        width: 100%;
        left: 0;
    }
}

.main-show__content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}

@media (max-width: 1024px) {
    .main-show__content {
       flex-direction: column;
    }
}

.main-show__content_pdf {
    position: relative;
    padding: 140px 0;

    max-width: 1082px;
    margin: 0 auto;
}

.main-show__main_pdf {
    padding: 0 0 20px;
    position: relative;
}

.pdf_right {
    float: right;
    width: 524px;
    min-height: 512px;
    padding-left: 100px;
    padding-top: 240px;

    background: url(/local/templates/consult-ezco/css/../img/pdf_r.png) no-repeat 100% 0;
    position: relative;
    z-index: 2;
}

.pdf_text_parent {

}

.pdf_text1 {
    font-weight: 900;
    font-size: 56px;
    color: #fff;

    margin: 0 0 30px;
}

.pdf_text2 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;

    margin: 0 0 10px;
}

.pdf_text3 {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
}

.pdf_text3 p {
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 200;
    color: #fff;
}

.pdf_text6_parent {
    text-align: center;
}

.pdf_text6 {
    font-weight: 500;
    font-size: 22px;

    display: inline-block;
    width: 145px;
    color: #EA7442;

    padding-left: 30px;
    text-decoration: none;
    background: url(/local/templates/consult-ezco/css/../img/download_i.png) no-repeat;
}

.pdf_text6:hover {
    opacity: .6;
}

.pdf_text4 {
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    text-align: center;
    max-width: 300px;
    color: #fff;
    margin: 0 auto 20px;

}

.pdf_text5 {
    text-align: center;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;

    max-width: 306px;
}


@media (max-width: 992px) {
.phone-color {
    font-size: 26px;
    display: block;

}
    .line-b {
      display: block;
    }
    .pdf_right {
        padding-left: 0;
        width: 300px;
        min-height: 370px;
        float: none;
        background-size: cover;

        margin: 0 auto 20px;
    }

    .pdf_text4 {
        font-size: 30px;
    }

    .pdf_text5 {
        text-align: center;
        margin: 0 auto 20px;
        color: #fff;
        font-weight: 300;
        font-size: 12px;
        max-width: 250px;

    }

    .main-show__content_pdf {
        padding: 40px 0;
    }

    .pdf_text1 {
        font-size: 40px;
    }

    .pdf_text2 {
        font-size: 20px;
    }

    .pdf_text3, .pdf_text3 p {
        font-size: 15px;
    }

}


a.catalog-item, a.catalog-item:hover {
    box-shadow: 10px 5px 10px gray;
    display: block;
    padding: 94px 40px 40px;
    margin: 0 0 30px;
    border-radius: 24px;
    background-color: #fff;
    background-image: url(/local/templates/consult-ezco/css/../img/catitem.svg);
    background-repeat: no-repeat;
    background-position: 48px 48px;
    border: 1px solid #E1E4E9;
    position: relative;

    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #0F162E;
}

a.catalog-item span, a.catalog-item:hover span {
    display: block;

}

.section-list-parent {
    position: relative;
    height: 50px;
}

.section-list {
    margin: 10px -24px 0 -24px;
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    padding: 12px 24px;
    overflow: hidden;
    height: 48px;
    transition: height .5s;
}

.section-list.active {
    height: auto;

    background: #fff;

    box-shadow: 0px 8px 12px rgba(15, 22, 46, 0.15), 0px 44px 52px -16px rgba(15, 22, 46, 0.2);

    border-radius: 24px;
}

.section-list a, .section-list a:hover {

    display: inline-block;
    padding: 8px 12px;

    font-weight: 500;
    font-size: 15px;
    color: #4B536F;


}

.section-list a:hover {
    text-decoration: none;
}

.section-list .section-list.active {
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(15, 22, 46, 0.15), 0px 44px 52px -16px rgba(15, 22, 46, 0.2);
    border-radius: 24px;

}


.section-list .section-link1, .section-list .section-link1:hover {
    background: #427FEA;
    border-radius: 8px;
    color: #fff;
}

.section-list .section-link2, .section-list .section-link2:hover {
    background: #E8EEF6;
    border-radius: 8px;
    display: none;
}

.section-list.active .section-link1, .section-list.active .section-link1:hover {
    display: none;
}

.section-list.active .section-link2, .section-list.active .section-link2:hover {
    display: inline-block;
}


.cat_item2_cnt {
    margin: 50px 0 0 0;
}

.cat_item2 {

    margin: 0 0 15px;


}

.cat_item2 a, .cat_item2 a:hover, .cat_item2 span {
    display: block;
    font-weight: 300;
    font-size: 20px;
    text-decoration: none;
    color: #0F162E;

    padding-left: 30px;
    background: url(/local/templates/consult-ezco/css/../img/catitem2.svg) no-repeat 0 2px;
}

.cat_item2 span {
    opacity: .5;
}

.cat_item2_name {
    font-weight: 500;
    font-size: 24px;
    color: #0F162E;
    margin: 0 0 20px;
}

.cat_item2_name a, .cat_item2_name a:hover {
    border-bottom: 1.5px dashed #427FEA;
    color: #427FEA;
    text-decoration: none;
}

.cat_item2_name a:hover {
    border-bottom: 1.5px dashed transparent;
}


@media (max-width: 992px) {
    .cat_item2_name {
        font-size: 22px;
    }

    .cat_item2 a, .cat_item2 a:hover, .cat_item2 span {
        font-size: 18px;
    }
}


.service_main {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 50px 0;
}

.service_main_text {
    width: 67%;
    padding-right: 80px
}

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

.service_main_text ul li {
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    background: url(/local/templates/consult-ezco/css/../img/list_point.png) no-repeat 0 15px;

    font-weight: 300;
    font-size: 20px;
    line-height: 160%;


    color: #0F162E;
}


@media (max-width: 767px) {
    .service_main_text ul li {
        font-size: 14px;
    }
}

.service_main_pic {
    width: 33%;
}

.service_main_pic img {
    margin-top: -60px;
    max-width: 100%;
    height: auto;
    position: relative;
}


@media (max-width: 1200px) {
    .service_main_pic img {
        transform: translateY(0px);
    }
}

@media (max-width: 1000px) {
    .service_main_text {
        width: 100%;
        order: 2;
        padding: 0;
    }

    .service_main_pic {
        width: 100%;
        max-width: 200px;
        order: 1;
        padding: 0;
        display: none;
    }
}

@media (max-width: 800px) {
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}



.main-show__main {
    padding-top: 80px;
}

.main-show__h {
    font-size: 40px;
    margin-bottom: 30px;
}



/* .site-wrapper
{
	padding: 0 10px;
} */
.services {
    max-width: 1090px;
    margin: -250px auto 0;
}

.site-wrapper--inside {
    padding: 0 40px;
}

.main-show {
    padding-top: 10px;
}

.main-show__text p {
    font-size: 18px;
}

.btn {
    padding: 18px 36px;
    border-radius: 28px;
    font-size: 17px;
}

.main-h {
    font-size: 36px;
}



.service_main_text ul li {
    font-size: 16px;
}

.services {
    margin-bottom: 30px;
}

.service_main {
    margin-bottom: 20px;
}

.why-us__content {
    padding: 32px 48px;
}

.why-us__text {
    font-size: 16px;

}

.why-us__list {

}

.main-show__content_pdf {
    padding: 80px 0;
}

.pdf_text1 {
    font-size: 42px;
}

.pdf_text2 {
    font-size: 20px;
}

.pdf_text3, .pdf_text3 p {
    font-size: 16px;
}

.pdf_text4 {
    font-size: 30px;
    margin-bottom: 10px;
}

.pdf_right {
    width: 400px;
    min-height: 440px;
    background-size: 100% auto;
    background-size: contain;
    padding-left: 50px;

}

.reviews__slider, .main-service-width {
    padding-left: 0px !important;
}

.reviews__text {
    font-size: 14px;
}

.reviews__text1 {
    font-size: 16px;
}

.contacts__address {
    width: 550px;
    left: 0%;
    padding-left: 100px;
}

.contacts__text {
    font-size: 20px;
}

.services__content {
    padding: 24px;
}

.services__desc {
    padding: 0 24px 36px;
}

.services__h {
    font-size: 16px;
}

.services__h {
    padding-top: 50px;
}

.services__btn {
    font-size: 14px;
}

.wysiwyg h1 {
    margin: 10px 0 20px;
    font-size: 36px;
}

.wysiwyg {
    font-size: 16px;
}


@media (max-width: 1080px) {
    .site-wrapper--inside {
        padding: 0 40px;
    }

    .services__desc {
        padding: 10px 0px 10px;
    }

    .main-h, .why_name {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .main-show__main {
        padding: 20px 20px 20px;

    }

    .site-wrapper--inside {
        padding: 0;
    }

    .main-show__h {
        font-size: 30px;
    }

    .services {
        margin-bottom: 10px;
    }

    .pdf_right {
        width: 300px;
        min-height: 400px;
        padding-top: 165px;
        padding-left: 0;
    }

    .contacts__address {
        padding-left: 10px;
    }

    .main-h {
        padding: 0 0 20px;
    }

    .contacts__text {
        font-size: 16px;
    }

    .contacts__wrapper {
        padding-bottom: 20px;
    }

    .reviews__h {
        padding-left: 10px;
    }

    .pdf_text1 {
        font-size: 24px;
    }

    .services {
        padding: 0;
    }

    .why-us__content {
        padding: 32px 10px;
        margin: 0 0 10px;
    }
}


.why_cnt {
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    z-index: 1;
}

.why_cnt2 {
    margin: 0 auto;
    max-width: 1120px;
    position: relative;
    z-index: 1;
}


.why_name {
    max-width: 900px;
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    color: #0F162E;
    margin: 0 0 25px;
}

.why_cols {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: flex-start;

    margin: 0 -30px 50px;

    position: relative;

}

.why_col {
    width: 50%;

    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: flex-start;

    align-content: center;
    justify-content: center;
    align-items: center;


}

.why_item_cnt {
    width: 100%;
    margin: 0 0;
    padding: 0 30px;
}

.why_item {
    padding: 40px 60px;
    background: #F5F8FC;
    border-radius: 24px;
    margin-bottom: 30px;
    position: relative;

}

@media (max-width: 768px) {
    .why_item {
        margin-bottom: 0;
    }
}

.why_item_cnt a, .why_item_cnt a:hover {
    color: #000;
    text-decoration: none;
}

.why_item_name {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #0F162E;
    margin: 0 0;
}

.why_item_text {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #0F162E;
}

.why_item_count {
    position: absolute;
    top: 12px;
    left: -50px;
    background: #fff;
    border-radius: 45px;
    padding: 10px;

}

@media (max-width: 1024px) {
    .why_item_count {
        left: -30px;
    }
}

.why_item_icon {
    background-color: #427FEA;
    box-shadow: 0px 12px 20px -8px #427FEA;
    border-radius: 40px;

    background-repeat: no-repeat;
    background-position: 50% 50%;

    width: 70px;
    height: 70px;

    display: block;


}

@media (max-width: 1440px) {

    .why_cols {
        margin: 0 10px;
    }
}

@media (max-width: 1000px) {
    .why_col {
        width: 100%;
        margin-bottom: 15px;
    }

    .why_name {
        font-size: 24px;
    }

    .why_item_cnt {
        padding-right: 10px;
    }

}


.adds_cnt {
    font-size: 0;
    margin: 0 -4%;
}

.adds_item, .adds_item:nth-child(3n) {
    display: inline-block;
    padding: 40px;
    border-radius: 40px;
    margin: 0 1% 30px;
    color: #fff;
    background: #427fea;

    width: 48%;
}

.adds_item:nth-child(3n+2) {
    background: #0f162e;
}

.adds_item:nth-child(3n+3) {
    background: #fff;
    border: solid 1px #E1E4E9;
}


.adds_item_name {
    font-size: 20px;
    margin: 0 0 20px;
}

.adds_item:nth-child(3n) .adds_item_name {
    color: #000;
}

.adds_item_text {
    font-size: 16px;
    margin: 0 0 20px;
}

.adds_item:nth-child(3n) .adds_item_text {
    color: #595E70;
}

.adds_item_more {
    text-transform: uppercase;
    font-size: 12px;
}

.adds_item_more a, .adds_item_more a:hover {
    color: #fff;
    text-decoration: none;
}

.adds_item:nth-child(3n) .adds_item_more a, .adds_item:nth-child(3n) .adds_item_more a:hover {
    color: #595E70;
}

.adds_item_more a:hover {
    opacity: .5;
}

.adds__body {
    padding: 40px 10px;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
}

.adds__body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #deecff;
    background: linear-gradient(rgba(222, 236, 255, .999), rgba(222, 236, 255, 0));
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1170px) {
    .adds__body::before {
        border-radius: 120px;
        -webkit-transform: skewY(1.5deg);
        transform: skewY(1.5deg);
    }
}

@media (max-width: 767px) {
    .adds_cnt {
        margin: 0;
    }

    .adds_item, .adds_item:nth-child(3n) {
        width: 100%;
        margin: 0 0 20px;
    }

    .adds__body {
        padding: 0px;
        margin: 20px;
    }

    .adds_item, .adds_item:nth-child(3n) {
        padding: 30px;
    }

    .why_cnt {
        padding: 20px;
    }



    .site-main-text1 .main-h {
        padding-left: 0;
    }

    .wysiwyg h1 {
        font-size: 22px;
    }

    .wysiwyg p {
        font-size: 14px;
    }
}




.section-list.active {
    z-index: 10;
    width: calc(100% + 44px);
}


.header-old {
    position: fixed;
    top: 0;
    left: 0;
    height: 159px;
    width: 100%;
    background: url(/local/templates/consult-ezco/css/../images/header_fon.jpg) repeat-x 0px 0px;
    z-index: 100;
}

.header-old img.home {
    position: absolute;
    top: 39px;
    left: 1px;
}

.header-old ul.menu_1 {
    position: absolute;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    top: 56px;
    left: 260px;
    list-style-type: none;
    font-size: 0;
}

.header-old ul.menu_1 li {
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 7px 0px;
    font: 13px Arial, Tahoma, sans-serif;
    color: #fff;
}

.header-old ul.menu_1 li.active {
    background: url(/local/templates/consult-ezco/css/../images/arrow_3.png) no-repeat 2px 100%;
}

.header-old ul.menu_1 li span {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 1px 7px 3px 15px;
    font: 13px Arial, Tahoma, sans-serif;
    color: #fff;
    background: url(/local/templates/consult-ezco/css/../images/marker.png) no-repeat 6px 7px;

}

.header-old ul.menu_1 li.active span {
    background: #134f95 url(/local/templates/consult-ezco/css/../images/marker_1.png) no-repeat 6px 7px;
}

.header-old ul.menu_1 li a, ul.menu_1 li a:hover {
    font: 13px Arial, Tahoma, sans-serif;
    color: #28467e;
    text-decoration: none;
}

.header-old ul.menu_1_2 {
    left: 495px;
}

.header-old ul.menu_1_3 {
    left: 760px;
}

.sochead {
    display: inline-block;
    position: absolute;
    right: 70px;
    top: 43px;
}

.sochead a img {
    max-width: 26px;
}


.new_butt_2, .new_butt_2:hover {
    text-align: center;
    color: white;
    text-decoration: none !important;
    background: #134f95;
    font-size: 14px;
    padding: 6px;
    border: 3px solid #134f95;
    height: auto;


    float: right;

    width: 257px;

    font-size: Arial, sans-serif;
}

.new_butt_2:hover {
    background: #fff;
    color: #134f95;
}


.header-old a.link_1, .header-old a.link_1:hover {
    position: absolute;
    padding: 2px 0px 1px 23px;
    top: 8px;
    left: 392px;
    color: #fff;
    font: 13px/18px Arial, Tahoma, sans-serif;
    background: url(/local/templates/consult-ezco/css/../images/icon_2.png) no-repeat 0px 0px;
}

.header-old a.link_2, .header a.link_2:hover {
    position: absolute;
    padding: 2px 0px 1px 23px;
    top: 8px;
    left: 580px;
    color: #fff;
    font: 13px/18px Arial, Tahoma, sans-serif;
    background: url(/local/templates/consult-ezco/css/../images/icon_3.png) no-repeat 0px 0px;
}

.header-old a.link_3, .header-old a.link_3:hover {
    position: absolute;
    padding: 2px 0px 1px 27px;
    top: 8px;
    left: 228px;
    color: #fff;
    font: 13px/18px Arial, Tahoma, sans-serif;
    background: url(/local/templates/consult-ezco/css/../images/icon_7.jpg) no-repeat 0px 5px;
}

.header-old a.link_4, .header-old a.link_4:hover {
    position: absolute;
    padding: 2px 0px 1px 27px;
    top: 8px;
    left: 55px;
    color: #fff;
    font: 13px/18px Arial, Tahoma, sans-serif;
    background: url(/local/templates/consult-ezco/css/../img/icon-card.png) no-repeat 0px 1px;
}


.header-old a.link_1:hover,
.header-old a.link_2:hover,
.header-old a.link_3:hover,
.header-old a.link_4:hover {
    text-decoration: none;
}

.header-old p.phone {
    position: absolute;
    top: 6px;
    right: 5px;
    font: 24px Arial, Tahoma, sans-serif;
    color: #fefefe;

    margin: 0;
    padding: 0;
}

ul.menu_2 {
    margin: 0px 0px 0px 220px;
    padding: 134px 0px 0px 0px;
    list-style-type: none;
    font-size: 0;
    text-align: justify;
    text-align-last: justify;
}

ul.menu_2 li {
    display: inline-block;
    margin: 0px 0px 0px 41px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #fefefe;
}

ul.menu_2 li a, ul.menu_2 li a:hover {
    color: #fefefe;
}

ul.menu_2 li a:hover {
    text-decoration: none;
}

.header_inner {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    height: 159px;
}

.header-old span.search {
    position: absolute;
    top: 120px;
    right: 0px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background: url(/local/templates/consult-ezco/css/../images/search_button.jpg) no-repeat 0px 0px;
}

.header-old div.search {
    position: absolute;
    top: 127px;
    right: 10px;
    width: 730px;
    height: 25px;
    background: url(/local/templates/consult-ezco/css/../images/search_fon_3.png) no-repeat 0px 0px;
    z-index: 10;
    display: none;
}

.footer {
    position: relative;
    width: 100%;
    height: 111px;
    background: url(/local/templates/consult-ezco/css/../images/over_all_content_fon.jpg) repeat-x 0px 100%;
}

.footer_inner {
    position: relative;
    margin: 0px auto;
    width: 1000px;
    height: 111px;
}

div.footer p {
    position: absolute;
    margin: 0;
    top: 60px;
    left: 32px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #dedede;
}

div.footer p.phone {
    padding: 0px 0px 0px 23px;
    top: 92px;
    left: 710px;
    background: url(/local/templates/consult-ezco/css/../images/icon_6.jpg) no-repeat 0px 3px;
}

div.footer a.mobile {
    position: absolute;
    padding: 0px 0px 0px 22px;
    top: 91px;
    left: 867px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #dedede;
}

div.footer a.mail, div.footer a.mail:hover {
    position: absolute;
    padding: 0px 0px 0px 22px;
    top: 91px;
    left: 567px;
    font: 12px Arial, Tahoma, sans-serif;
    color: #dedede;
    background: url(/local/templates/consult-ezco/css/../images/icon_7.jpg) no-repeat 0px 1px;
}

.footer_inner .agreement {
    position: absolute;
    top: 75px;
    left: 250px;
    display: block;
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}

.footer_inner .agreement a {
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
}

.footer div.projects {
    margin: 0px 0px 12px 5px;
    height: 47px;
    font-size: 0
}

.footer div.projects img {
    margin: 5px 0px 0px 30px;
}

.footer div.projects span {
    float: left;
    margin: 10px 0px 0px 0px;
    font: 24px Arial, Tahoma, sans-serif;
    color: #969696;
    text-transform: uppercase;
    vertical-align: middle;
}

a.dev_link, a.dev_link:hover {
    position: absolute;
    top: 73px;
    left: 20px;
    display: block;
    height: 36px;
    padding: 2px 0px 0px 70px;

    background: url(/local/templates/consult-ezco/css/../img/softnavlo.png) no-repeat;
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
    background-size: 63px;
}

.sochead_foot {
    display: inline-block;
    position: absolute;
    left: 576px;
    top: 59px;
}

.sochead_foot a img {
    max-width: 25px;
}

div.footer p.phone {
    padding: 0px 0px 0px 23px;
    top: 92px;
    left: 710px;
    background: url(/local/templates/consult-ezco/css/../images/icon_6.jpg) no-repeat 0px 3px;
}

.keisy_cnt {
    max-width: 1094px;
    margin: 0 auto;
}

.review_center {
    max-width: 1090px;
    margin: 0 auto;
    position: relative;
}

.btn.services__btn {
    padding-left: 36px;
    padding-right: 36px;
}

.btn.contacts__btn {
    max-width: 200px;
}

.adds_cnt {
    max-width: 1096px;
    margin: 0 auto;
}

.adds__body_cnt {
    padding: 0 20px;
}

.services .main-h {
    padding-left: 5px;
}

.reviews {
    padding: 20px 0 0;
    margin: 0 auto;
    max-width: 1120px;
}


@media (max-width: 1170px) {
    .services {
        margin: 0 auto;
    }

    .adds__body {
        padding-bottom: 0;
    }

    .main-h {
        padding-bottom: 15px;
    }



    .why-us__body .site-wrapper.site-wrapper--inside,
    .main-show__pdf .site-wrapper--inside {
        padding: 0;
    }

    .service_main {
        margin-bottom: 0;
    }

    .why-us {
        margin-bottom: 0;
    }

    .main-show__content_pdf {
        padding: 40px 20px;
        max-width: 1090px;
    }

    .main-show__pdf {
        margin: 0;
    }

    .contacts__address {
        width: 100%;
        left: 0;
        margin-left: 0;
        padding-left: 60px;
    }

    .site-main .site-wrapper.site-wrapper--inside {
        padding: 0 12px;
    }

    .services .main-h {
        padding-left: 10px;
    }

    .why_cols .why_col:last-child .why_item_cnt {
        padding-right: 0;
    }

    .main-h, .why_name {
        font-size: 24px;
    }

    .why_name {
        margin: 20px 0 15px;
    }

    .why_cnt {
        padding: 0 10px 0 20px;
    }



}

@media (max-width: 992px) {
    .main-show__content_pdf {
        padding: 40px 40px 0;

    }

    .main-h.contacts__h {
        padding-left: 0;
    }

    .contacts__map-wrapper {
        padding: 0 10px;
    }

    .contacts__address {
        padding-bottom: 10px;
    }

    .specialist__body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .specialist__img {
        max-width: 200px;
    }

    .specialist {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .contacts__address {
        padding-left: 10px;
    }
}

@media (max-width: 766px) {
    .why-us {
        margin-bottom: 0px;
    }

    .why-us__list {
        margin: 0 auto;
    }

    .why-us__text {
        font-size: 14px;
    }

    .main-show__btn {
        font-size: 14px;
    }




    .why_item_name {
        font-size: 14px;
    }

    .main-show__content_pdf {

        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

    .pdf_right {
        width: 240px;
        min-height: 315px;
        padding-top: 130px;
        order: 2;
    }

    .main-show__main_pdf {
        order: 1;
    }

    .pdf_text_parent {
        transform: translate(-10px, 0px);
    }

    .why_cnt {
        padding: 0;
    }

    .why-us__body {
        padding: 20px 10px;
    }

    .main-show__main {
        padding-right: 20px;
    }

    .main-show__btn {
        width: 100%;
        max-width: 100%;
    }

    .main-h {
        padding-left: 0!important;
    }

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

    .adds__body::before {
        display: none;
    }

    .why_name {
        padding-left: 20px;
    }

    .why_cols {
        padding-left: 0;
    }

    .why_name {
        margin-bottom: 10px;
    }

    .adds__body {
        padding: 0;
        margin: 0;
    }



    .why-us__item {
        padding-bottom: 0;
    }

    .main-show__content_pdf {
        padding: 40px 40px 0;
    }

    .contacts__address {
        padding-left: 0px;
    }

    .contacts__map-wrapper {
        padding: 0 0px;
    }
}


@media (max-width: 992px) {

    a.catalog-item, a.catalog-item:hover {
        padding: 94px 20px 30px;
    }
}


.section-list a, .section-list a:hover {
    text-decoration: none;
}

.section-list a:hover {
    color: #427FEA;
}

.keisy_cnt .why-us__h {
    padding-left: 10px;
}

.reviews__h {
    padding-left: 8px;
}

.site-main-text1 .main-h {
    transform: translateX(-2px);
}

.article__head-columns {
    display: none;
}

.services a {
    text-decoration: none;
}

.consult__block {
    padding: 0 70px;
}

@media (max-width: 1000px) {


    .why_cols {
        margin: 0;
    }

    .why_name {
        padding-left: 0;
    }

    .main-show__content_pdf {
        padding: 25px 27px 0;
    }

    .adds_item, .adds_item:nth-child(3n) {
        padding: 23px;
    }

    .site-main .site-wrapper.site-wrapper--inside {
        padding: 0;
    }

    .adds_item {
        padding: 24px;
        border-radius: 24px;
    }

    .why-us__body::before {
        border-radius: 24px;
    }

    .why-us__body {
        padding: 24px 7px;
    }

    .main-show__pdf::before {
        border-radius: 24px;
    }

    .main-show__content_pdf {
        padding: 24px;
    }

    .pdf_text_parent {
        transform: none;
    }

    #price {
        padding: 0;
    }

    #grid-container {
        margin: 0 0 30px !important;
    }

    .specialist {
        padding: 0;
    }

    .specialist__img {
        display: none;
    }

    .specialist__body {
        padding: 24px;
        border-radius: 24px;
    }

    .specialist__h {
        padding: 0;
    }

    .section-list {
        margin: 0 -24px 0 -24px;
    }

    .article__body {
        padding: 19px;
    }

    .article__body::before {
        border-radius: 24px;
    }

    .consult__block {
        padding: 0;
    }

    .reviews__slider .slick-arrow {
        margin-top: -15px;
    }

    .reviews__h {
        margin-bottom: -15px;
    }

    a.show_all, a.show_all:hover {
        font-size: 14px;
    }

    .services__columns {
        margin: 0px -8px;
    }

    .reviews {
        /*margin: 0 -10px;*/
    }

    .otrasli {
        /*margin: 0 -10px;*/
    }

    .reviews__content {
        border: solid 1px #f2f5f5;
        box-shadow: none;
    }

    .why_item_icon {
        box-shadow: none;
    }
}

#grid-container {
    display: grid;
    height: auto;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-template-rows: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 40px 100px;
}

.grid__item {
    /* box-shadow: 10px 5px 10px grey;
  background: #fff;
  border: 1px solid #E1E4E9; */
    /* margin: 0px;
  border-radius: 24px;
  padding: 32px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0F162E; */
}

.grid__item a {
    height: 100%;
}

.grid__item a:hover {
    opacity: 0.7;
}

.adds_item_link {
    text-decoration: none;
}

/* .adds_item_link:hover .adds_item_name {
  opacity: .5;
}
.adds_item_link:hover .adds_item_text {
  opacity: .5;
} */
.adds_item_link:hover .adds_item_more {
    opacity: .5;
}

.play-btn {
    background-color: inherit;
}

.wysiwyg ul li::before {
    background-color: #fff;
}

.cat_item2 a:hover {
    border-color: #fff0;
}

@media (min-width: 1170px) {
    .specialist {
        padding-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    a.catalog-item, a.catalog-item:hover {
        box-shadow: none;
    }

    .site-wrapper {
        min-width: auto;
    }

    .services__item--dark .services__desc {
        color: #fff;
    }

    .services__item--blue .services__desc {
        color: #fff;
    }
}

.wysiwyg a:hover {
    opacity: 0.7 !important;
    border: none;
}

.wysiwyg a {
    border-bottom: none;
}

.review .consultant_item {
    border: none;
    margin: 10px;
    padding: 0;
}

.reviews-pravo .reviews__footer {
    padding-left: 0;
}

.reviews-pravo .reviews__content {
    min-height: 300px !important;
}

.ml-15 {
    margin-left: 15px;
}

.mlr-15 {
    margin: 0 15px;
}

.consultant_item:hover .reviews__content {
    box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.25);
}

.modal__text {
    padding: 0 20px;
}

.site-form__textarea {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #969fae;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
}
/* End */


/* Start:/local/templates/consult-ezco/css/styles2.css?175066715612316*/
.risk-tab-name
{
	font-weight: 900;
	font-size: 36px;
	
	margin: 0 0 32px;
}


.risk-tab-cnt .risk-tab
{
	display: none;
}

.risk-tab-menu
{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-items: stretch;
	padding: 0px;
	gap: 16px;
	list-style-type: none;
	margin: 0;
	position: relative;
	z-index: 10;
	transform: translateY(1px);
}

.risk-tab-menu li
{
	margin: 0;
	padding: 0 0 20px;
	width: 50%;
	
	
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	
}
.risk-tab-menu li:hover
{
	
}
.risk-tab-menu li.active
{
	border: 1px solid #E1E4E9;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	
	border-bottom: 1px solid #fff;
}


.risk-tab-menu li div
{
	background: #F5F8FC;
	border-radius: 24px;
}
.risk-tab-menu li.active div
{
	background:#fff;
}

.risk-tab-menu li em
{
	display:none;
}

.risk-tab-menu li.active:first-child em
{
	width:26px;
	height:26px;
	display:block;
	position: absolute;
	bottom:-1px;
	right:-26px;
	background: url(/local/templates/consult-ezco/css/../img/risk-tab_c1.png) no-repeat;
}

.risk-tab-menu li.active:last-child em
{
	width:26px;
	height:26px;
	display:block;
	position: absolute;
	bottom:-1px;
	left:-26px;
	background: url(/local/templates/consult-ezco/css/../img/risk-tab_c2.png) no-repeat;
}


.risk-tab-menu li a, .risk-tab-menu li a:hover
{
	display: block;
	padding: 32px 48px;
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.risk-tab-menu li.active a, .risk-tab-menu li.active a:hover
{

	
}

.risk-tab
{
	background: #fff;
	border-radius: 24px;
	padding: 48px;
	
	border: 1px solid #E1E4E9;
	border-top-left-radius: 0;
}
.risk-tab.t2
{
	border: 1px solid #E1E4E9;
	border-top-right-radius: 0;
}



.risk-tab-name, .point_name, .result_risk1_text, .four_name {
	font-size: 24px;
}

/* .risk-tab-menu li a, .risk-tab-menu li a:hover
{
	padding: 20px;
	font-size: 14px;
} */

@media (max-width: 567px) {
	.risk-tab-menu
	{
		display:block;
	}
	.risk-tab-menu li {
		width: 100%;
	}
	.risk-tab-menu li.active:first-child em
	{
		display: none !important;
	}

	.risk-tab-menu li.active:last-child em
	{
		display: none !important;
	}
	.risk-tab-menu li.active
	{
		border: none !important;
		padding-bottom: 0 !important;
	}
	.risk-tab, .risk-tab.t2
	{
		border-radius: 24px;
		border: 1px solid #E1E4E9;
	}
	.risk-tab-menu
	{
		transform: translateY(0px);
	}
}
ul.list3
{
	margin: 0 0;
	padding: 0;
	list-style-type: none;
}

ul.list3 li
{
	margin:0 0 15px;
	padding: 0 0 0 30px;
	
	color: #4B536F;
	font-size: 16px;	
	background: url(/local/templates/consult-ezco/css/../img/list2.png) no-repeat 0 0px;
	
}
.risk-tab p {
    color: #4B536F;
    font-size: 16px;
}
.risk-tab-menu li.active span {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    bottom: -1px;
    right: 255px;
    background: url(/local/templates/consult-ezco/css/../img/risk-tab_c2.png) no-repeat;
}
.risk-tab-menu li.active em {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    bottom: -1px;
    right: -26px;
    background: url(/local/templates/consult-ezco/css/../img/risk-tab_c1.png) no-repeat;
}
.risk-tab.t4 {
    border-top-left-radius: 24px;
    border-top-right-radius: 0;
}
.risk-tab-menu li.active:first-child span {
    display: none;
}
.tab__title div {
    min-height: 111px;
}
.tarif-text1 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 24px;
}

.risk-tab-parent {
    max-width: 1074px;
    padding: 10px 0;
    margin: 0 auto 50px;
}

.risk__container__buh {
    margin-top: 0;
    position: relative;
}

.main-risk-text2 {
    padding: 10px;
    font-size: 22px;
    line-height: 1.8;

}

@media (max-width: 1200px) {
    .main-risk-text2 {
        padding: 0;
    }
}
.main-risk-text3-border {
    border: 1px solid #E1E4E9;
    border-radius: 56px;
    padding: 48px;
    margin-bottom: 60px;

}

@media (max-width: 1200px) {
    .main-risk-text3-border {
        padding: 25px;
    }
}

.risk__img {
    float: left;
    max-width: 87px;
    margin-right: 20px;
    margin-top: 10px;
    margin-left: 19px;
	/* margin-bottom: 30px */
}
.main-risk-text4 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 32px;
}
.risk__text__buh {
    font-size: 16px;
    line-height: 1.8;
    max-width: 650px;
}
.main-risk-text5 {
    position: absolute;
    top: 63%;
    right: 50px;
    transform: translateY(-32px);
}
.risk__btn__buh a {
    background: #2866d3;
}
.clinic-img {
    margin: 100px 0;

}

@media screen {
    .clinic-img {
        margin: 45px 0;
    }
}

.main-risk-text5 a, .main-risk-text5 a:hover {
    display: block;
    padding: 18px 32px;
    width: 250px;
    color: #fff;
    background: #427FEA;
    border-radius: 112px;
    text-decoration: none;
    font-size: 17px;
    line-height: 1;

    
}

@media (max-width: 768px) {
    .main-risk-text5 a, .main-risk-text5 a:hover {
        width: 100%;
    }
}
.main-risk-text5 a, .main-risk-text5 a:hover {
    text-align: center;
}
.risk__title__buh {
    margin-bottom: 0;
}
@media (max-width: 375px) {
	.main-risk-text5 a, .main-risk-text5 a:hover {
        max-width: 200px;
	}
}

@media (max-width: 1000px) {
	.risk__btn__buh {
		position: relative;
		top: 50px;
		right: 0;
		margin-bottom: 35px;
	}
}
@media (max-width: 1000px) {
	.risk__title__buh {
		padding-top: 35px;
		padding-bottom: 0;
	}
}
@media (max-width: 1000px) {
	.risk__img {
		max-width: 60px;
		margin-left: 0;
        float: none;
	}
}
@media (max-width: 767px){
	.main-risk-text4 {
		line-height: 1.2;
	}
}
@media (max-width: 1170px){
	.main-risk-text4 {
		font-size: 20px;
	}
}



.tarif-info {
    margin-bottom: 70px;
}
.tarif-info {
    padding: 20px 20px 20px 120px;
    background: #F5F8FC url(/local/templates/consult-ezco/css/../img/tarif_info.svg?i=1) no-repeat 20px 15px;
    border-radius: 24px;
    min-height: 115px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}





@media (min-width: 1170px){
	.main-cost {
		padding-top: 30px;
	}
}
.mtb-50 {
    margin: 50px 0;
}
.main-cost__body {
    position: relative;
}
@media (min-width: 1800px){
	.main-cost__body::before {
		width: 100%;
		left: 0;
	}
}
@media (min-width: 1170px){
	.main-cost__body::before {
		border-radius: 120px!important;
		-webkit-transform: skewY(1.5deg);
		transform: skewY(1.5deg);
	}
}

.main-cost__body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0F162E;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.cost-wrapper {
    max-width: 1480px;
    margin: 0 auto;
    padding: 90px 40px 100px;
    position: relative;
    z-index: 2;
}
.main-cost_name {
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 36px;
}
.main-show__text_span2 {
    display: inline-block;
    padding-bottom: 8px;
    background-size: 100% auto;
}
.main-cost_text {
    color: #fff;
	font-size: 20px;
}

.marker {
    color: #ea7442;
}



@media (min-width: 1170px){
	.main-stage {
		padding-top: 30px;
	}
}
.mtb-50 {
    margin: 50px 0;
}
.main-stage__body {
    position: relative;
}
@media (min-width: 1800px){
	.main-stage__body::before {
		width: 100%;
		left: 0;
	}
}
@media (min-width: 1170px){
	.main-stage__body::before {
		border-radius: 120px!important;
		-webkit-transform: skewY(1.5deg);
		transform: skewY(1.5deg);
	}
}
.main-stage__body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #deecff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.stage-wrapper {
    max-width: 1480px;
    margin: 0 auto;
    padding: 90px 40px 100px;
    position: relative;
    z-index: 2;
}
.why_cnt {
    max-width: 1078px;
}
.why_cnt {
    margin: 0 auto;
    max-width: 1094px;
    position: relative;
    z-index: 1;
}
.main-stage_name {
    max-width: 900px;
    font-weight: 900;
    font-size: 56px;
    line-height: 120%;
    color: #0F162E;
    margin: 0 0 36px;
}
.stages {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.stage {
    width: 25%;
    padding-right: 30px;
    margin: 0 0 20px;
}
.stage_num {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
    line-height: 160%;
    color: #ADB5CF;
    background: url(/local/templates/consult-ezco/css/../img/stage_line.png) no-repeat 100% 50%;
}
.stage_num span {
    background-color: #deecff;
    display: inline-block;
}

@media (max-width: 1100px){
    .stage {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 1200px){
    .main-stage__body .main-h {
        font-size: 30px;
        padding: 0;
        margin: 0 0 36px;
    }
}
@media (max-width: 1000px){
    .stage-wrapper {
        padding: 24px;
    }
}
@media (max-width: 766px){
    .why_cnt {
        padding: 0;
    }
}
@media (max-width: 1000px){
    .main-stage__body::before {
        border-radius: 24px!important;
    }
}

@media (max-width: 766px){
    .reviews__slider.js-carousel {
        top: 17px;
    }
    .main-h {
    width: 90%;
   }
}
@media (max-width: 1136px){
    .risk-tab-menu li.active span {
        display: none;
    }
}
.do {
    padding: 40px 0;
}
.reviews__item img {
    max-width: 100%;
    object-fit: cover;
}
.why_name {
    max-width: 900px;
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    color: #0F162E;
    margin: 0 0 25px;

}

@media (max-width: 500px) {
    .why_name {
        font-size: 30px;
    }
}
.do_subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
}
.do_list, .do_description_text, .do_description ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.do_list ul {
    font-size: 18px;
    line-height: 28px;
}
.wz {
    height: 150px;
    overflow: hidden;
}
.wz {
    padding: 0;
}
.do_list ul li {
    padding-bottom: 16px;
    padding-left: calc(16px + 22px);
    font-size: 18px;
    line-height: 28px;
    position: relative;
    list-style: none;
}
.contacts_btn {
    display: inline-block;
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 18px 36px;
    border-radius: 30px;
    background-color: #2866d3;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.do_list ul li:nth-child(1)::before, .do_list ul li:nth-last-child(1)::before {
    background: url(/local/templates/consult-ezco/css/../img/check.png);
    left: 0;
}
.do_list ul li::before {
    background: url(/local/templates/consult-ezco/css/../img/Ellipse.png);
    width: 22px;
    height: 22px;
    content: '';
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    left: -2px;
    background-position: 5px;
    top: 3px;
}
.do_list ul li .title {
    color: #427fea;
    font-weight: 900;
}
.wz p {
    margin: 0;
}
.do_list ul li::after {
    top: 3px;
    bottom: 0;
    left: 10px;
    content: '';
    width: 2px;
    border-left: 2px dashed #427fea;
    opacity: 0.3;
    position: absolute;
}
.do_list ul li:nth-child(1)::before, .do_list ul li:nth-last-child(1)::before {
    background: url(/local/templates/consult-ezco/css/../img/check.png);
}
.do_list ul li:nth-last-child(1)::after{
	display: none;
}
.modal__btn:disabled {
    opacity: 0.7;
}
.risk-tab.t2 {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}
.risk-tab.t3 {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}
.main-h {
    position: relative;
}
.risk-tab ul {
    margin: 0 0;
    padding: 0;
    list-style-type: none;
}

.risk-tab ul li {
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    color: #4B536F;
    font-size: 16px;
    background: url(/bitrix/templates/consulting_/css/../img/list2.png) no-repeat 0 0px;
}
.risk-tab-menu li div {
    width: 100%;
}
/* End */


/* Start:/local/templates/consult-ezco/css/color.css?17506671561190*/
.services__item--light .services__content, .services__item--light:hover .services__desc, .services__item--light .services__desc {
    background-color: #6A9B9B;
    color: #fff;
}
.services__item--blue .services__content, .services__item--blue:hover .services__desc, .services__item--blue .services__desc {
    background-color: #2978A0;
}
.services__item--dark .services__content, .services__item--dark:hover .services__desc, .services__item--dark .services__desc {
    background-color: #0B4F6C;
}
.btn, .slick-arrow:not(.slick-disabled), .scrollup {
    background-color: #09D0CC!important;
}

.why-us__content::before {
    background-color: #00789b;
}

.adds_item, .adds_item:nth-child(3n) {
    background: #6A9B9B;
}

.adds_item:nth-child(3n+2) {
    background: #2978A0;
}
.services__h {
    color: #fff;
}
.main-cost__body::before {
    background-color: #122C34;
}
.more-link {
    color: #4ea5d9!important;
}

.do_list ul li .title {
    color: #0b4f6c;
}
.why_item_icon {
    background-color: #00789b;
    box-shadow: 0px 12px 20px -8px #00789b;
}
.site-header__write-us {
    border-bottom: 1px solid #4ea5d9;
    color: #4ea5d9;
}
/* End */
/* /local/templates/consult-ezco/css/styles.css?175066715683603 */
/* /local/templates/consult-ezco/css/modal.css?175066715612908 */
/* /local/templates/consult-ezco/js/fancybox/dist/jquery.fancybox.min.css?175066715612795 */
/* /local/templates/consult-ezco/css/styles1.css?1750667156167500 */
/* /local/templates/consult-ezco/css/styles2.css?175066715612316 */
/* /local/templates/consult-ezco/css/color.css?17506671561190 */
