/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css *//* Document
 ========================================================================== *//**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== *//**
 * Remove the margin in all browsers.
 */body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== *//**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== *//**
 * Remove the gray background on active links in IE 10.
 */a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== *//**
 * Remove the border on images inside links in IE 10.
 */img {
  border-style: none;
}
/* Forms
 ========================================================================== *//**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== *//*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */summary {
  display: list-item;
}
/* Misc
 ========================================================================== *//**
 * Add the correct display in IE 10+.
 */template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */[hidden] {
  display: none;
}
body {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-family: "robotothin", sans-serif;
}
.header .contacts__item--header {
  margin-left: 25px;
  margin-bottom: 0;
}
.logo__wr {
  display: block;
}
.logo__wr--mb {
  display: none;
}
.logo__wr--mb .logo {
  width: 89px;
  height: 45px;
}
.logo__wr--footer .logo {
  margin: 0;
}
.logo {
  width: 112px;
  height: 59px;
  margin: 0 auto;
  display: block;
}
.btn-gr {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  background: #458e73;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: "montserratregular", sans-serif;
}
.btn-gr:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #0f6048;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-gr:hover:before, .btn-gr:focus:before, .btn-gr:active:before {
  right: 0;
}
.btn-gr--fs {
  display: block;
  max-width: 100%;
  width: 280px;
  margin: 0 auto;
}
.section__title {
  font-size: 33px;
  color: #4ca683;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: "montserratlight", sans-serif;
  letter-spacing: -0.4px;
}
@media (max-width: 992px) {
  .logo__wr--mb {
    display: block;
  }
  .section__title {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .section__title {
    font-size: 23px;
  }
  .btn-gr {
    font-size: 13px;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, a:active, a:disabled {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
input, button {
  box-shadow: none;
  border: none;
  outline: none;
  font-family: inherit;
  background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.active {
  display: block !important;
}
.hide {
  display: none !important;
}
.overflowHdn {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed;
}
.overflow-hidden {
  overflow: hidden;
}
.clearfix {
  overflow: auto;
}
.margin-top-right {
  margin-top: 20px;
  margin-right: 20px;
}
.margin-top-left {
  margin-top: 20px;
  margin-left: 20px;
}
html, body {
  height: 100%;
}
.site {
  display: flex;
  flex-direction: column;
  height: 100%;
}
main {
  flex: 1 0 auto;
}
header, footer {
  flex: 0 0 auto;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.close::before, .close::after {
  position: absolute;
  left: 15px;
  top: 0;
  content: ' ';
  height: 33px;
  width: 2px;
  background: #fff;
}
.close::before {
  transform: rotate(45deg);
}
.close::after {
  transform: rotate(-45deg);
}
.close:hover::after, .close:focus::after, .close:hover::before, .close:focus::before {
  background: #4ca683;
}
@media (min-width: 768px) {
  .container {
    width: 868px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1092px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1260px;
  }
}
.img--right {
  margin-right: 0 !important;
}
.img--left {
  margin-left: 0 !important;
}
.img--top {
  margin-top: 0 !important;
}
.img--bottom {
  margin-bottom: 0 !important;
}
.admin__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}
.admin__gallery > * {
  padding: 10px;
  width: 25%;
}
.admin__gallery img {
  max-width: none !important;
  width: 100%;
}
.gallery__slick {
  margin-bottom: 115px;
}
.gallery__slick .slick-slide {
  margin: 0 15px;
  width: 40vw;
  max-width: 700px;
}
.gallery__slick .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(45, 48, 53, 0.7);
  z-index: 1;
}
.gallery__slick .slick-arrow:before {
  content: "";
  position: absolute;
  top: 20px;
  height: 20px;
  width: 20px;
  border: solid #4ca683;
  border-width: 0 6px 6px 0;
  padding: 6px;
}
.gallery__slick .slick-next {
  right: 0;
}
.gallery__slick .slick-next::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 17px;
}
.gallery__slick .slick-prev {
  left: 0;
}
.gallery__slick .slick-prev::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 23px;
}
.gallery__slick .slick-arrow:hover, .gallery__slick .slick-arrow:focus {
  background-color: rgba(45, 48, 53, 0.9);
}
.admin__content-main ul {
  margin-bottom: 30px;
}
.admin__content-main li {
  position: relative;
  padding-left: 25px;
}
.admin__content-main li:not(:last-child) {
  margin-bottom: 20px;
}
.admin__content-main li::before {
  content: "";
  position: absolute;
  background: #4ca683;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .gallery__slick .slick-slide {
    padding: 0 10px;
    width: 75vw;
  }
  .gallery__slick {
    margin-bottom: 30px;
  }
}
.admin__video-wr {
  position: relative;
  padding-top: 25px;
  padding-top: 56.25%;
  margin-top: 20px;
}
.admin__video-wr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.admin__content p:not(:last-child) {
  margin-bottom: 25px;
}
.about__content-main:after {
  content: "";
  display: table;
  clear: both;
}
.about__content-main h3 {
  margin-bottom: 25px;
}
@media (max-widtH: 992px) {
  .admin__content-main img {
    margin: 30px auto 30px !important;
    float: none !important;
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }
  .gallery__slick {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .admin__content-main p, .admin__content p {
    font-size: 16px;
  }
  .admin__gallery > * {
    padding: 10px;
    width: 50%;
  }
  .admin__content p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.admin-desc_slider {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
.admin-desc_slider .slick-arrow {
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.admin-desc_slider .slick-arrow svg {
  fill: #fff;
}
.admin-desc_slider .slick-arrow.slick-prev {
  left: 0;
}
.admin-desc_slider .slick-arrow.slick-next {
  right: 0;
}
.admin-desc_slider ul {
  width: 100%;
  margin: 20px auto;
  position: relative;
  padding: 0 30px;
}
.admin-desc_slider ul li {
  margin-bottom: 0 !important;
  margin: 0 5px;
  padding: 0;
  line-height: 1.3;
}
.admin-desc_slider ul li::before {
  content: none;
}
.admin-desc_slider ul li span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  color: #fff;
  border: 2px solid #4ca683;
  text-align: center;
}
.admin-desc_slider ul .admin_slider-arrow {
  position: absolute;
  top: 7px;
}
.admin-desc_slider ul .admin_slider-arrow.admin_slider-arrow_prev {
  left: -50px;
}
.admin-desc_slider ul .admin_slider-arrow.admin_slider-arrow_next {
  right: -50px;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination i {
  line-height: 35px;
}
.pagination li {
  display: inline-block;
}
.pagination li:not(:last-child) {
  margin-right: 10px;
}
.pagination li a, .pagination li span {
  font-family: "montserratregular", sans-serif;
  font-size: 15px;
  color: #4ca683;
  border: 1px solid #4ca683;
  width: 35px;
  height: 35px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  display: block;
}
.pagination li a:hover, .pagination li span:hover, .pagination li a:focus, .pagination li span:focus {
  background: #4ca683;
  color: #424b50;
  border-color: #4ca683;
}
.pagination li:last-child a, .pagination li:last-child span, .pagination li:first-child a, .pagination li:first-child span {
  font-size: 25px;
  background: #4ca683;
  border: none;
  line-height: 35px;
  background: #424b50;
  color: #4ca683;
}
.pagination li:last-child a:hover, .pagination li:last-child span:hover, .pagination li:first-child a:hover, .pagination li:first-child span:hover, .pagination li:last-child a:focus, .pagination li:last-child span:focus, .pagination li:first-child a:focus, .pagination li:first-child span:focus {
  background: #4ca683;
  color: #424b50;
  border-color: #4ca683;
}
.pagination li.active a, .pagination li.active span {
  background: #4ca683;
  color: #424b50;
  border-color: #4ca683;
}
.pagination li.diabled a:hover, .pagination li.disabled span:hover, .pagination li.diabled a:focus, .pagination li.disabled span:focus {
  background: #424b50;
  color: #4ca683;
}
.pagination__arrow {
  background: #4ca683;
}
.pagination__arrow:hover, .pagination__arrow:focus {
  background: #4ca683;
  color: #4ca683;
}
.control {
  background: #2d3035;
  padding-bottom: 20px;
}
.control__short-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #4ca683;
  font-family: "montserratlight", sans-serif;
  margin-bottom: 30px;
}
.control__short-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 120px;
}
.control__short-item {
  width: 33.33%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.control__short-step {
  font-size: 16px;
  font-family: "montserratlight", sans-serif;
  margin-right: 25px;
  display: inline-block;
  min-width: 60px;
  cursor: pointer;
}
.control__short-step.done {
  color: #4ca683;
}
.control__short-name {
  font-size: 16px;
  font-family: "montserratlight", sans-serif;
  display: block;
  cursor: pointer;
}
.control__steps-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px;
}
.control__steps-item-wr {
  width: 50%;
  margin-bottom: 100px;
}
.control__steps-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 45px;
  height: 100%;
}
.control__steps-content {
  background: #424b50;
  position: relative;
  padding: 0 10px;
  height: 100%;
  min-height: 0;
  padding: 35px;
  padding-right: 140px;
  min-height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.control__steps-content * {
  width: 100%;
}
.control__steps-title {
  font-size: 23px;
  margin-bottom: 16px;
  color: #4ca683;
  font-family: "montserratlight", sans-serif;
}
.control__steps-step {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 200px;
  line-height: 1;
  color: #2d3035;
  font-family: "robotolight", sans-serif;
  width: auto;
}
.control__steps-step .done {
  color: #4ca683;
}
.control__steps-text {
  font-family: "robotolight", sans-serif;
  margin-bottom: 50px;
}
.control__steps-time {
  padding-left: 50px;
  position: relative;
  font-family: "montserratlight", sans-serif;
}
.control__steps-time::before {
  position: absolute;
  content: " ";
  left: 0;
  top: -5px;
  height: 28px;
  width: 28px;
  background: url(../img/time.svg) no-repeat;
  background-size: contain;
  max-height: 860px;
  opacity: 0.4;
}
.control__steps-done {
  padding-left: 50px;
  position: relative;
  font-family: "montserratlight", sans-serif;
  color: #4ca683;
}
.control__popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: #424b50;
  z-index: 5;
  display: none;
  overflow-y: auto;
}
.control__popup .container {
  height: 100%;
}
.control__popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
}
.control__popup-logo-wr {
  width: 100%;
  margin-bottom: 50px;
  align-self: flex-start;
}
.control__popup-ls-wr {
  width: 25%;
}
.control__popup-rs {
  width: 70%;
  position: relative;
  z-index: 1;
}
.control__popup-step {
  font-size: 100px;
  line-height: 1;
  color: #2d3035;
  font-family: "robotolight", sans-serif;
}
.control__popup-title {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #4ca683;
  font-family: "montserratlight", sans-serif;
}
.control__popup-slick .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(45, 48, 53, 0.7);
  z-index: 1;
}
.control__popup-slick .slick-arrow:before {
  content: "";
  position: absolute;
  top: 20px;
  height: 20px;
  width: 20px;
  border: solid #4ca683;
  border-width: 0 6px 6px 0;
  padding: 6px;
}
.control__popup-slick .slick-next {
  right: 0;
}
.control__popup-slick .slick-next::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 17px;
}
.control__popup-slick .slick-prev {
  left: 0;
}
.control__popup-slick .slick-prev::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 23px;
}
.control__popup-slick .slick-arrow:hover, .control__popup-slick .slick-arrow:focus {
  background-color: rgba(45, 48, 53, 0.9);
}
.control__steps-slick:hover {
  cursor: pointer;
}
.control__steps-slick .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(45, 48, 53, 0.7);
  z-index: 1;
}
.control__steps-slick .slick-arrow:before {
  content: "";
  position: absolute;
  top: 13px;
  height: 15px;
  width: 15px;
  border: solid #4ca683;
  border-width: 0 5px 5px 0;
  padding: 5px;
}
.control__steps-slick .slick-next {
  right: 0;
}
.control__steps-slick .slick-next::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 15px;
}
.control__steps-slick .slick-prev {
  left: 0;
}
.control__steps-slick .slick-prev::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 15px;
}
.control__steps-slick .slick-arrow:hover, .control__steps-slick .slick-arrow:focus {
  background-color: rgba(45, 48, 53, 0.9);
}
.control__popup-logo {
  width: 100%;
}
@media (max-width: 1200px) {
  .control__short-list {
    max-height: 175px;
  }
  .control__steps-content {
    padding: 30px;
  }
  .control__steps-step {
    font-size: 175px;
  }
  .control__steps-text, .control__steps-title {
    padding-right: 100px;
  }
  .control__short-item {
    min-width: 50%;
    width: auto;
  }
  .control__steps-list {
    margin: 0 -15px;
  }
  .control__steps-item {
    margin: 0 15px;
  }
  .control__steps-item-wr {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .control__steps-text, .control__steps-title {
    padding-right: 55px;
  }
  .control__steps-step {
    font-size: 125px;
  }
  .control__steps-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .control__steps-text, .control__steps-title {
    padding-right: 120px;
  }
  .control__steps-step {
    font-size: 200px;
  }
  .control__short-list {
    max-height: none;
  }
  .control__steps-item-wr {
    width: 100%;
  }
  .control__steps-list {
    margin: 0 -15px;
  }
  .control__steps-item {
    margin: 0 15px;
  }
  .control__short-item {
    width: 100%;
  }
  .control__steps-item-wr {
    margin-bottom: 40px;
  }
  .control__steps-slick:hover {
    cursor: auto;
  }
}
@media (max-width: 576px) {
  .control__steps-title {
    line-height: 1.2;
  }
  .control__steps-content {
    padding: 25px;
  }
  .control__steps-text, .control__steps-title {
    padding-right: 50px;
  }
  .control__steps-step {
    font-size: 120px;
    right: 15px;
  }
  .control__steps-time::before {
    display: none;
  }
  .control__steps-text {
    margin-bottom: 30px;
  }
  .control__steps-time {
    padding: 0;
  }
}
.control__popup {
  padding: 40px 0;
}
.control__popup .container {
  width: 95%;
  padding: 0 2.5%;
}
.control__popup-content {
  max-height: 100%;
  overflow-y: auto;
  align-content: space-around;
}
.control__popup-content .logo__wr {
  margin: 20px 0;
}
.control__popup-content .control__steps-slick {
  width: 60%;
}
.control__popup-content .control__steps-item {
  flex-direction: row;
  margin: 0;
  height: auto;
  width: 100%;
  max-height: 100%;
}
.control__popup-content .control__steps-slick {
  order: 1;
}
.control__popup-content .control__steps-content {
  order: 0;
}
.control__popup-content .control__steps-content {
  width: 40%;
  align-content: flex-start;
}
@media (max-width: 1024px) {
  .control__popup-content .control__steps-item {
    flex-wrap: wrap;
  }
  .control__popup-content .control__steps-slick {
    width: 100%;
  }
  .control__popup-content .control__steps-content {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
}
.blog {
  background: #2d3035;
  padding-bottom: 90px;
}
.blog .services__item-wr {
  width: 33.33%;
}
.blog__item {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.blog__item-dec {
  position: relative;
  z-index: 1;
}
.blog__item-dec::before {
  position: absolute;
  content: " ";
  right: -12%;
  top: 38%;
  height: 40%;
  width: 69%;
  background: url(../img/mcik-bg.png) no-repeat;
  background-size: contain;
  opacity: 0.1;
  max-height: 860px;
  z-index: -1;
}
.blog__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}
.blog__item-ls {
  width: 64%;
}
.blog__item-rs {
  width: 32%;
}
.blog__item-full {
  width: 100%;
}
.blog__others {
  background: #424b50;
  padding: 30px 40px;
}
.blog__item-main h2 {
  font-family: "montserratlight", sans-serif;
  font-size: 16px;
  color: #4ca683;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.blog__item-main p:not(:last-child) {
  margin-bottom: 25px;
}
.blog__others-title {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #4ca683;
  font-family: "montserratlight", sans-serif;
}
.blog__others-item {
  margin-bottom: 15px;
}
.blog__others-link {
  font-size: 14px;
  color: #fff;
}
.blog__others-link:focus, .blog__others-link:hover {
  color: #4ca683;
}
@media (max-width: 1200px) {
  .blog .services__item-wr {
    width: 50%;
  }
  .blog__item-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .blog__item {
    padding-bottom: 70px;
  }
  .blog {
    padding-bottom: 50px;
  }
  .blog__item-ls {
    margin-bottom: 40px;
    width: 100%;
  }
  .blog__item-rs {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blog__item {
    padding-bottom: 50px;
  }
  .blog__item-content {
    margin-bottom: 50px;
  }
  .blog {
    padding-bottom: 30px;
  }
  .blog .services__item-wr {
    width: 100%;
  }
  .blog__others {
    padding: 20px;
  }
}
.wrapper-table {
  max-width: 100%;
  overflow-x: auto;
}
.wrapper-table table {
  border-collapse: collapse;
}
.wrapper-table table td {
  padding: 7.5px;
  border-bottom: 1px solid #4ca683;
}
.decor {
  position: relative;
}
.decor::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  background-image: -o-linear-gradient(179deg, rgba(66, 75, 80, 0.35) 0%, rgba(23, 26, 28, 0.85) 100%);
  background-image: linear-gradient(-89deg, rgba(66, 75, 80, 0.35) 0%, rgba(23, 26, 28, 0.85) 100%);
}
.decor_img-wr {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  overflow: hidden;
}
.decor_img {
  max-width: none;
  height: 100%;
  width: auto;
}
.decor__title {
  font-size: 33px;
  padding-top: 180px;
  padding-bottom: 80px;
  letter-spacing: -0.4px;
  color: #4ca683;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-family: "montserratlight", sans-serif;
}
.decor__bg {
  background: #2d3035;
  position: relative;
  overflow: hidden;
}
.decor__bg::before {
  position: absolute;
  content: " ";
  left: -23%;
  bottom: -14%;
  height: 72%;
  width: 58%;
  background: url(../img/mcik-bg.png) no-repeat;
  background-size: contain;
  opacity: 0.1;
  max-height: 860px;
}
.decor__bg::after {
  position: absolute;
  content: " ";
  right: -7%;
  bottom: -7%;
  width: 17%;
  height: 35%;
  background: url(../img/arrow-bg.png) no-repeat;
  background-size: contain;
  opacity: 0.1;
  max-height: 485px;
}
.decor__bg--blog::before {
  left: 43%;
  bottom: 0%;
  height: 72%;
  width: 75%;
}
.decor__bg--blog::after {
  right: 80%;
  bottom: -14%;
}
@media (max-width: 992px) {
  .decor__title {
    padding-top: 120px;
    padding-bottom: 80px;
    font-size: 20px;
  }
}
.road__wr {
  text-align: center;
}
.road__link {
  font-size: 15px;
  letter-spacing: -0.24px;
  display: inline-block;
  padding: 5px;
  color: #4ca683;
  text-transform: uppercase;
  font-family: "montserratregular", sans-serif;
  cursor: pointer;
}
.road__link:focus, .road__link:hover {
  color: #fff;
}
.road__icon {
  display: inline-block;
  width: 20px;
  height: 27px;
  margin-right: 8px;
  vertical-align: middle;
}
.road__title {
  display: inline-block;
}
.road__map {
  margin: 20px 0;
  display: none;
}
@media (max-width: 768px) {
  .road__map iframe {
    margin: 0 -15px;
    width: 100vw;
  }
}
@media (max-width: 576px) {
  .road__link {
    font-size: 14px;
    padding: 5px 0;
  }
  .road__icon {
    margin-right: 3px;
  }
}
.breadcrumbs__wr {
  margin-top: 15px;
  margin-bottom: 50px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  vertical-align: baseline;
  position: relative;
}
.breadcrumbs__item:not(:last-child) a {
  margin-right: 16px;
  position: relative;
}
.breadcrumbs__item:not(:last-child) a::before {
  content: " ";
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 16px;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs__item:last-of-type a {
  color: #888f9c;
}
.breadcrumbs__icon {
  padding-left: 7px;
  font-size: 10px;
  line-height: 12px;
}
.breadcrumbs__link {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #4ca683;
}
.breadcrumbs__link span {
  line-height: 22px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-bottom: 45px;
  }
}
.form__outerwr--bg {
  background: url(../img/form__sc-bg.jpg) no-repeat left top/cover;
  padding: 100px 0 75px;
}
.form {
  display: flex;
  justify-content: space-between;
}
.form .btn-gr {
  font-size: 16px;
}
.form__item {
  position: relative;
  width: 32%;
}
.form__item label {
  font-family: "montserratlight", sans-serif;
}
.form__item label.error {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  font-size: 12px;
  text-align: left;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: rgba(0, 0, 0, .5) 0 0 10px;
}
.form__input {
  font-family: "montserratregular", sans-serif;
  color: #000;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s;
  touch-action: manipulation;
  line-height: 1;
  margin-bottom: 20px;
}
.form__input:focus {
  background-color: #fff;
  border-color: #4ca683;
}
.form__error, .form__success {
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.5;
  color: #4ca683;
  font-family: "montserratlight", sans-serif;
  padding: 20px 0;
  text-align: center;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: rgba(0, 0, 0, .5) 0 0 10px;
}
.form__btn {
  display: block;
  width: 100%;
  padding: 17px 20px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .form {
    flex-wrap: wrap;
  }
  .form__item {
    width: 49%;
    max-width: none;
  }
  .form__input {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .form__item {
    width: 100%;
  }
  .form__outerwr--bg {
    padding: 75px 0 50px;
  }
}
.about {
  background: #2d3035;
}
.about__content-main {
  margin-bottom: 120px;
}
.about__content-main p:not(:last-child) {
  margin-bottom: 25px;
}
.about__mp .form__section {
  margin-bottom: 20px;
}
.about__mp-wr {
  background: #2d3035;
  padding: 100px 0 120px;
}
.about__mp-wr--main-desc {
  padding-top: 0;
}
.about__mp--title {
  margin-bottom: 40px;
}
.about__mp--ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 85px;
}
.about__mp-text {
  width: 65%;
  color: #f1f1f1;
}
.about__mp-text p:not(:last-child) {
  margin-bottom: 25px;
}
.about__mp-img-wr {
  width: 25%;
}
.about__mp-inner {
  position: relative;
  z-index: 1;
}
.team__mp-title {
  margin-bottom: 40px;
}
.team__list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}
.team__item-wr {
  width: 20%;
  margin-bottom: 25px;
}
.team__item {
  position: relative;
  text-align: center;
  margin: 0 15px;
  overflow: hidden;
}
.team__item:hover .team__item-fs-tw, .team__item:focus .team__item-fs-tw {
  opacity: 0;
}
.team__item:hover .team__item-bs-wr, .team__item:focus .team__item-bs-wr {
  bottom: 0;
  opacity: 1;
}
.team__item-bs-wr {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(66, 75, 80, 0.9);
  bottom: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  padding: 20px;
  overflow-y: auto;
}
.team__item-bs {
  max-height: 100%;
}
.team__item-bs-title {
  font-family: "montserratregular", sans-serif;
  font-size: 17px;
  letter-spacing: -0.32px;
  color: #4ca683;
  text-transform: uppercase;
  max-width: 450px;
  margin-bottom: 15px;
}
.team__item-text {
  font-size: 16px;
  color: #f1f1f1;
  margin-bottom: 30px;
  max-width: 450px;
}
@media (max-width: 1200px) {
  .team__item-wr {
    width: 25%;
  }
  .about__mp-wr + .services__mp {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .about__mp-wr {
    padding: 70px 0;
  }
  .about__mp-wr--main-desc {
    padding-top: 0;
  }
  .team__list {
    margin-bottom: 70px;
  }
  .about__content-main {
    margin-bottom: 90px;
  }
  .about__mp--ct {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .about__mp-text {
    width: 100%;
    margin-bottom: 35px;
  }
  .about__mp-img-wr {
    width: 100%;
    max-width: 300px;
  }
  .team__item-wr {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .team__list {
    margin-bottom: 50px;
  }
  .form__item {
    width: 100%;
  }
  .about__content-main {
    margin-bottom: 60px;
  }
  .about__mp-wr {
    padding: 60px 0;
  }
  .about__mp-wr--main-desc {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .team__item-wr {
    width: 100%;
    margin-bottom: 30px;
  }
}
.services__mp {
  background: #2d3035;
  padding: 95px 0;
}
.services__page .road {
  margin-bottom: 100px;
}
.services__page .services__mp {
  padding-top: 0;
}
.services__page-admin-wr {
  padding-bottom: 120px;
  font-size: 16px;
}
.services__page-admin-wr p, .services__page-admin-wr div {
  margin-bottom: 25px;
}
.services__mp-title {
  margin-bottom: 50px;
}
.services__list {
  margin: 0 -12.5px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.services__item-wr {
  width: 50%;
  margin-bottom: 25px;
}
.services__item {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 12.5px;
  overflow: hidden;
}
.services__item:hover .services__item-fs-tw, .services__item:focus .services__item-fs-tw {
  opacity: 0;
}
.services__item:hover .services__item-bs-wr, .services__item:focus .services__item-bs-wr {
  bottom: 0;
  opacity: 1;
}
.services__item-fs {
  position: relative;
}
.services__item-fs-tw {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(66, 75, 80, 0.7);
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.services__item-fs-title {
  font-family: "montserratregular", sans-serif;
  width: 100%;
  max-width: 375px;
  font-size: 17px;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  color: #fff;
}
.services__item-bs-wr {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(66, 75, 80, 0.9);
  bottom: -100%;
  transition: 0.5s;
  opacity: 0;
  padding: 20px;
}
.services__item-bs {
  max-height: 100%;
  max-width: 100%;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.services__item-fl {
  max-height: 100%;
  max-width: 100%;
}
.services__item-bs-title {
  font-family: "montserratregular", sans-serif;
  font-size: 17px;
  letter-spacing: -0.32px;
  color: #4ca683;
  text-transform: uppercase;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 20px;
}
.services__item-text {
  font-size: 16px;
  color: #f1f1f1;
  margin-bottom: 30px;
  max-width: 550px;
}
.services__item-bt {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .services__mp {
    padding-bottom: 70px;
  }
  .services__page .road {
    margin-bottom: 70px;
  }
  .services__page-admin-wr {
    padding-bottom: 80px;
  }
  .logo__wr--mb {
    display: block;
  }
}
@media (max-width: 768px) {
  .services__item-wr {
    margin-bottom: 30px;
  }
  .services__mp {
    padding: 50px 0;
  }
  .services__page .road {
    margin-bottom: 75px;
  }
  .services__page-admin-wr {
    padding-bottom: 50px;
  }
  .services__item-wr {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .services__item-bs-wr {
    padding: 15px;
  }
}
.advantages {
  background: #424b50;
  padding: 100px 0;
}
.advantages__title {
  margin-bottom: 65px;
}
.advantages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.advantages__item {
  width: 20%;
}
.advantages__item:focus .advantages__img, .advantages__item:hover .advantages__img {
  opacity: 1;
}
.advantages__item:focus .advantages__item-title, .advantages__item:hover .advantages__item-title {
  color: #4ca683;
}
.advantages__img-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
  width: auto;
  height: 120px;
}
.advantages__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.4;
}
.advantages__item-title {
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 0 20px;
  font-weight: 100;
  color: #f1f1f1;
}
@media (max-width: 992px) {
  .advantages__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .advantages__item {
    width: 33.33%;
    margin-bottom: 40px;
  }
  .advantages {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .advantages__item {
    width: 100%;
    margin-bottom: 30px;
    max-width: 350px;
  }
  .advantages__img-wr {
    margin-bottom: 15px;
  }
  .advantages {
    padding: 50px 0;
  }
}
.not-found {
  background: #2d3035;
  text-align: center;
  padding: 30px 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.not-found__title {
  font-size: 100px;
  line-height: 1;
  font-weight: normal;
  margin-top: 0;
}
.not-found__wrapper-info {
  margin-bottom: 20px;
}
.not-found-page .main-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.not-found-page .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.banner {
  position: relative;
  background: #2d3035;
}
.banner__img-wr {
  position: relative;
}
.banner__img-wr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -o-linear-gradient(right, rgba(66, 75, 80, 0.24) 0%, rgba(23, 26, 28, 0.85) 100%);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(66, 75, 80, 0.24)), to(rgba(23, 26, 28, 0.85)));
  background-image: linear-gradient(270deg, rgba(66, 75, 80, 0.24) 0%, rgba(23, 26, 28, 0.85) 100%);
}
.banner__content {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner__admin {
  margin-bottom: 48px;
}
.banner__admin h1 {
  margin-bottom: 10px;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "montserratlight", sans-serif;
  letter-spacing: -0.56px;
}
.banner__admin p {
  font-size: 20px;
  line-height: 26px;
  max-width: 555px;
  font-family: "robotolight", sans-serif;
}
@media (max-width: 992px) {
  .banner__admin {
    margin-bottom: 22px;
  }
  .banner__admin h1 {
    margin-bottom: 10px;
    font-size: 32px;
    letter-spacing: -0.56px;
  }
  .banner__admin p {
    font-size: 16px;
    line-height: 1.3;
    max-width: 430px;
  }
}
@media (max-width: 768px) {
  .banner__content {
    text-align: center;
    position: static;
    transform: none;
  }
  .banner__admin {
    margin-bottom: 22px;
  }
  .banner__admin h1 {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 10px;
  }
  .banner__admin p {
    font-size: 14px;
    line-height: 1.3;
    max-width: none;
  }
}
.nav__list-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
}
.nav__item {
  display: inline-block;
  position: relative;
}
.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav__link {
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: -0.32px;
  font-family: "montserratlight", sans-serif;
}
.nav__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #4ca683;
  display: none;
}
.nav__link:hover::before, .nav__link:focus::before {
  display: block;
}
.nav__link:hover, .nav__link:focus {
  color: #fff;
}
.nav__link--active {
  color: #fff;
}
.nav__link--active::before, .nav__link--active::before {
  display: block;
  color: #fff;
}
.nav__item--drop {
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}
.nav__item--drop:hover .nav__link-icon, .nav__item--drop:focus .nav__link-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav__item--drop:hover .nav__link, .nav__item--drop:focus .nav__link {
  color: #888f9c;
}
.nav__item--drop:hover > .nav__sub-list, .nav__item--drop:focus > .nav__sub-list {
  display: block;
}
.nav__link .nav__link-icon {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 12px;
  display: none;
}
.nav__sub-list {
  position: absolute;
  top: 36px;
  min-width: 200px;
  z-index: 2;
  display: none;
  -webkit-box-shadow: 3px 6px 24px -8px rgba(0, 0, 0, 0.33);
  box-shadow: 3px 6px 24px -8px rgba(0, 0, 0, 0.33);
  padding: 8px 0;
  background: #000;
}
.nav__sub-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: -3px;
}
.nav__sub-item {
  width: 100%;
}
.nav__sub-link {
  padding: 7px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  display: block;
  background-color: #000;
  -webkit-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}
.nav__sub-link:hover, .nav__sub-link:focus {
  color: #888f9c;
}
.nav__sub-list .nav__sub-item:last-of-type .nav__sub-link {
  padding-bottom: 8px;
}
.nav__lang {
  position: absolute;
  right: 0;
  top: 0;
}
.nav__mob-wr {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  position: relative;
  z-index: 5;
}
.nav__logo-picture {
  width: 27px;
  height: 32px;
}
.nav__logo-text {
  width: 90px;
  height: 19px;
}
.nav__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav__btn {
  height: 48px;
  width: 50px;
  padding: 10px 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  z-index: 5;
  outline: none;
  cursor: pointer;
  display: none;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.nav__btn.opened {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.nav__line {
  display: block;
  background: #f1f1f1;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
}
.nav__btn .nav__line:nth-child(2) {
  -webkit-transition: -webkit-transform 0.125s ease-in-out;
  transition: -webkit-transform 0.125s ease-in-out;
  -o-transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out, -webkit-transform 0.125s ease-in-out;
  -webkit-transition-delay: 0.375s;
  -o-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.nav__btn.opened .nav__line:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.125s ease-in-out;
  transition: -webkit-transform 0.125s ease-in-out;
  -o-transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out, -webkit-transform 0.125s ease-in-out;
  -webkit-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
.nav__btn .nav__line:nth-child(1) {
  -webkit-transition: -webkit-transform 0.125s ease-in-out;
  transition: -webkit-transform 0.125s ease-in-out;
  -o-transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out, -webkit-transform 0.125s ease-in-out;
  -webkit-transition-delay: 0.375s;
  -o-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.nav__btn.opened .nav__line:nth-child(1) {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 0.125s ease-in-out;
  transition: -webkit-transform 0.125s ease-in-out;
  -o-transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out, -webkit-transform 0.125s ease-in-out;
}
.nav__btn .nav__line:nth-child(3) {
  -webkit-transition: -webkit-transform 0.125s ease-in-out;
  transition: -webkit-transform 0.125s ease-in-out;
  -o-transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out, -webkit-transform 0.125s ease-in-out;
  -webkit-transition-delay: 0.375s;
  -o-transition-delay: 0.375s;
  transition-delay: 0.375s;
}
.nav__btn.opened .nav__line:nth-child(3) {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: -webkit-transform 0.125s ease-in-out;
  transition: -webkit-transform 0.125s ease-in-out;
  -o-transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out;
  transition: transform 0.125s ease-in-out, -webkit-transform 0.125s ease-in-out;
}
.nav__list-wr--footer .nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav__list-wr--footer .nav__item:not(:last-child) {
  margin-bottom: 10px;
}
.nav__list-wr--footer .nav__link {
  color: #fff;
  font-family: "montserratlight", sans-serif;
  font-size: 13px;
  letter-spacing: -0.32px;
  padding: 5px;
}
.nav__list-wr--footer .nav__link:hover, .nav__list-wr--footer .nav__link:focus {
  color: #4ca683;
}
.nav__list-wr--footer .nav__link:hover::before, .nav__list-wr--footer .nav__link:focus::before {
  display: none;
}
@media (max-width: 992px) {
  .nav__lang {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 25px;
  }
  .nav__list-wr--footer .nav__link {
    font-size: 16px;
  }
  .nav__link {
    font-size: 16px;
  }
  .nav__link::before {
    height: 2px;
    bottom: 3px;
    left: 10px;
  }
  .nav__btn {
    display: block;
  }
  .nav__mob-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 0;
    display: block !important;
  }
  .nav__logo-picture {
    width: 200px;
    display: block;
    height: auto;
  }
  .nav__sub-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    color: #fff;
  }
  .nav__content {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .nav__content-wr {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-top: 68px solid #424b50;
    background: #424b50;
    z-index: 3;
    max-height: 100%;
    overflow-y: auto;
    display: none;
    overflow-x: hidden;
  }
  .nav__content-wr::before {
    position: absolute;
    content: " ";
    left: 100px;
    bottom: 0;
    height: 60%;
    width: 100%;
    background: url(../img/mcik-bg.png) no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
  }
  .nav__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav__link .nav__link-icon {
    display: block;
  }
  .nav__list-wr {
    max-width: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: none;
  }
  .nav__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav__link {
    display: inline-block;
  }
  .nav__sub-list {
    position: static;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav__sub-link {
    display: inline-block;
    padding: 5px 20px;
    background: none;
    font-size: 18px;
  }
  .nav__link--drop {
    position: relative;
    padding-right: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .nav__item {
    width: auto;
  }
  .nav__item:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .nav__list-wr--footer .nav__link, .nav__link {
    font-size: 13px;
  }
}
.lang__item {
  display: inline-block;
}

.lang__link {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  font-family: "montserratlight", sans-serif;
}
.lang__link:hover, .lang__link:focus {
  color: #4ca683;
}
.lang__link.is_active {
  color: #4ca683;
}
.lang--header-mb {
  display: none;
}
.lang--footer {
  padding: 0 5px;
}
.lang--header-mb {
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .lang__link {
    font-size: 14px;
  }
  .lang--header-dt {
    display: none;
  }
  .lang--header-mb {
    display: block;
  }
  .lang__list {
    position: static;
  }
}
@media (max-width: 768px) {
  .lang__link {
    font-size: 13px;
  }
}
.header {
  background: #2d3035;
}
.header__top {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 4;
}
.header__def {
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.32px;
  font-family: "montserratlight", sans-serif;
  margin-left: auto;
  cursor: pointer;
}
.header__def:hover, .header__def:focus {
  color: #4ca683;
}
.header__def-text {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  margin-right: 10px;
}
.header__def-icon {
  display: inline-block;
  width: 32px;
  height: 10px;
}
.header__md {
  margin-bottom: 30px;
  margin-top: 5px;
}
.header__logo-wr {
  width: 112px;
  height: 59px;
  margin: 0 auto;
  display: block;
}
.header__bt {
  background: #424b50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .contacts__item--header {
  margin-left: 25px;
  margin-bottom: 0;
}
.contacts__item--header .contacts__item-text {
  font-size: 14px;
}
@media (max-width: 992px) {
  .header__def-text {
    font-size: 14px;
  }
  .overflowHdn .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .header__def {
    margin-left: auto;
  }
  .header__top {
    padding: 10px 0;
  }
  .header__md, .header__bottom {
    display: none;
  }
}
.header .header__def-text, .header .contacts__item--header, .header .lang__list, .header .header__def {
  line-height: 1;
}
@media (max-width: 768px) {
  .header__def-text {
    font-size: 13px;
  }
}
@media (max-width: 720px) {
  .header__def-text {
    display: none;
  }
}
@media (max-width: 576px) {
  .header__def-text {
    display: none;
  }
  .header__top {
    justify-content: space-between;
  }
  .header .contacts__item--header {
    margin-left: auto;
  }
  .nav__btn {
    margin-right: -15px;
  }
  .header .contacts__item--header .contacts__item-text {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .header .logo {
    width: 50px;
    height: auto;
  }
  .header .contacts__item--header .contacts__item-text {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .header .contacts__item--header {
    margin-left: 10%;
  }
}
.footer {
  color: #fff;
  background: #424b50;
}
.footer .contacts__item {
  padding: 0 5px;
}
.footer .form__outerwr--bg {
  background: none;
  padding: 0;
  max-width: 300px;
}
.footer .form__outerwr--bg .container {
  padding: 0;
}
.footer .form__outerwr--bg .form__btn {
  margin-bottom: 0;
  font-size: 13px;
}
.footer .form__outerwr--bg .form__input {
  font-size: 13px;
}
.footer .form__title {
  display: none;
}
.footer .form {
  flex-wrap: wrap;
}
.footer .form__item {
  width: 100%;
}
.footer .header__def-text, .footer .lang__link, .footer .contacts__item-text {
  font-size: 13px;
}
.footer .lang--footer {
  margin-bottom: 5px;
}
.footer__wr {
  padding: 50px 0;
}
.footer__cols-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 65px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__col:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__made-wr {
  font-family: "montserratlight", sans-serif;
  font-size: 12px;
  letter-spacing: -0.32px;
  background: #2d3035;
  text-align: center;
  padding: 12px 0;
}
.footer__made {
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}
.footer__made:hover, .footer__made:focus {
  color: #4ca683;
}
.footer__services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__services-item {
  width: 45%;
  margin-bottom: 3px;
}
.footer__services-link {
  display: inline-block;
  color: #fff;
  font-family: "montserratlight", sans-serif;
  font-size: 13px;
  letter-spacing: -0.32px;
  padding: 5px;
  -webkit-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  padding: 5px;
}
.footer__services-link:hover, .footer__services-link:focus {
  color: #4ca683;
}
.footer-socials__title {
  margin-bottom: 10px;
}
.footer-socials__icon {
  width: 35px;
  height: 35px;
  display: inline-block;
}
.footer-socials__icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .lang--footer {
    margin-bottom: 20px;
  }
  .footer__cols-wr {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .footer__col {
    margin-bottom: 30px;
    width: 50%;
  }
  .logo__wr--footer {
    margin-bottom: 40px;
  }
  .footer-socials {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .footer .form__outerwr--bg {
    margin: 0 auto;
  }
  .footer__cols-wr {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__col {
    width: 100%;
  }
  .footer__col:last-child {
    text-align: center;
  }
  .footer__services-item {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .logo__wr--footer .logo {
    margin: 0 auto;
  }
  .footer__contacts {
    margin: 0 auto;
  }
  .footer .nav__item {
    width: 100%;
    text-align: center;
  }
  .footer .lang__list {
    text-align: center;
  }
  .footer-socials {
    text-align: center;
  }
  .footer-socials__icon {
    margin: 0 auto;
  }
}
.contacts__item {
  margin-bottom: 10px;
  position: relative;
}
.contacts__item-icon {
  display: inline-block;
  width: 20px;
  height: 27px;
  vertical-align: sub;
}
.contacts__item-icon svg {
  display: block;
}
.contacts__info {
  max-width: 170px;
}
.contacts__item--time .contacts__item-text, .contacts__item--address .contacts__item-text {
  display: block;
  padding-left: 25px;
  left: 5px;
}
.contacts__item-icon--address {
  width: 14px;
  height: 18px;
  position: absolute;
  top: 11px;
}
.contacts__item-icon--time {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
}
.contacts__item-icon--phone {
  width: 14px;
  height: 14px;
}
.contacts__item-icon--email {
  width: 14px;
  height: 11px;
}
.contacts__item-text {
  color: #fff;
  font-family: "montserratlight", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.32px;
  padding: 5px;
}
.contacts__item-val, .contacts__item-text--link {
  display: inline-block;
  font-family: "montserratregular", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contacts__item-text--link:hover .contacts__item-text:hover, .contacts__item-text--link:focus .contacts__item-text:hover, .contacts__item-val--link:hover, .contacts__item-text--link:hover, .contacts__item-text--link:hover .contacts__item-text:focus, .contacts__item-text--link:focus .contacts__item-text:focus, .contacts__item-val--link:focus, .contacts__item-text--link:focus {
  color: #4ca683;
}
.contacts__item-val {
  line-height: 1.5;
  font-family: "robotolight", sans-serif;
}
.contacts__contents-wr {
  background: #2d3035;
  position: relative;
  overflow: hidden;
}
.contacts__contents-wr::before {
  position: absolute;
  content: " ";
  right: -41%;
  height: 87%;
  width: 70%;
  background: url(../img/mcik-bg.png) no-repeat;
  background-size: contain;
  opacity: 0.2;
  /* max-height: 850px; */
  top: 26%;
}
.contacts__content {
  margin-bottom: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contacts__content .contacts__item-text {
  font-family: "robotolight", sans-serif;
  font-size: 16px;
  color: #4ca683;
}
.contacts__contents-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 110px;
}
.contacts__info-wr {
  width: 30%;
}
.contacts__content-map {
  width: 68%;
}
.contacts__content-map iframe {
  height: 100%;
  max-height: 700px;
  min-height: 400px;
}
.contacts__workshop {
  font-family: "montserratregular", sans-serif;
  font-size: 17px;
  letter-spacing: -0.32px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.contacts__item-wr:not(:last-child) {
  margin-bottom: 25px;
}
.contacts__content .contacts__item {
  margin-bottom: 12px;
}
.contacts__content .contacts__item-text {
  font-size: 16px;
}
.contacts__content .contacts__item-icon--address {
  top: 7px;
}
.contacts__content .contacts__item-icon--time {
  top: 9px;
}
.contacts__content .contacts__item-icon {
  vertical-align: middle;
}
@media (max-width: 992px) {
  .contacts__contents-inner {
    padding-bottom: 70px;
  }
  .contacts__item-val, .contacts__item-text--link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .contacts__item-val, .contacts__item-text--link {
    font-size: 12px;
  }
  .contacts__contents-inner {
    padding-bottom: 35px;
  }
  .contacts__content {
    margin-bottom: 60px;
  }
  .contacts__workshop {
    margin-bottom: 30px;
  }
  .contacts__info-wr {
    margin-bottom: 30px;
    width: 100%;
  }
  .contacts__content-map {
    width: 100vw;
    margin: 0 -15px;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  background: rgba(255, 255, 255, 0.3);
}
.popup .form__outerwr {
  background: none;
  padding: 0;
  padding: 125px 100px;
  background: #424b50;
  width: 100%;
}
.popup .form__outerwr .container {
  padding: 0;
}
.popup .form__outerwr .form__btn {
  margin-bottom: 0;
  font-size: 13px;
}
.popup .form__outerwr .form__input {
  font-size: 13px;
  margin-bottom: 35px;
}
.popup .form {
  flex-wrap: wrap;
}
.popup .form__item {
  width: 100%;
}
.popup__content {
  width: 100%;
  position: absolute;
  padding: 20px;
  max-width: 680px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup__close {
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 35px;
  width: 30px;
  height: 30px;
}
.popup__close:hover::before, .popup__close:focus::before, .popup__close:hover::after, .popup__close:focus::after {
  opacity: 1;
}
.popup__close::before, .popup__close::after {
  position: absolute;
  left: 15px;
  top: 0;
  content: ' ';
  height: 30px;
  width: 2px;
  opacity: 0.6;
  background-color: #4ca683;
}
.popup__close::before {
  transform: rotate(45deg);
}
.popup__close::after {
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .popup .form__outerwr {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .popup .form__outerwr {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .popup .form__outerwr {
    padding: 50px 20px;
  }
  .popup__content {
    padding: 10px;
  }
  .popup__close {
    right: 20px;
    top: 20px;
  }
}

.modal_lang{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: montserratregular,sans-serif;
    z-index: 4;
    top: -100%;
    bottom: 100%;
    height: 100%;
    transition: top .3s ease-in-out,bottom .3s ease-in-out;
}
.modal_lang.is_active{
    top: 0;
}
.modal__overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    cursor: pointer;
}
.modal__overflow{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal__holder{
    width: 100%;
    min-height: 100%;
    max-width: 640px;
    flex: 0 0 auto;
    padding: 35px 0 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.modal__box{
    position: relative;
    width: 100%;
    background: #fff;
    padding: 65px 100px;
    border-radius: 5px;
}
.modal__header{
    text-align: center;
    margin: 0 0 40px;
}
.modal__close{
    outline: 0;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 25.5px;
    position: absolute;
    top: -35px;
    left: 50%;
    background: #f8f4ed;
    margin: 0 0 0 -35px;
    fill: #ad9279;
    transition: background .3s ease-in-out,fill .3s ease-in-out;
}
.modal__close:hover {
    background: #4ca683;
}

.lang__link.is_active {
    color: #4ca683;
}
.lang__link_modal{
    color: #fff!important;
}
.modal__svg {
    fill: #000;
}

.modal__close:hover .modal__svg {
    fill: #fff;
}
.modal__name{
    font-family: "noto_serifitalic",serif;
    color: #2b201e;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
}
.modal-lang__ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.modal-lang__li{
    margin: 6px;
    max-width: 200px;
    width: 100%;
}

.modal-lang__a:hover {
    color: #4ca683;
    background: #4ca6836b;
}

.modal-lang__a{
    text-align: center;
    color: #fff;
    border-radius: 18px;
    padding: 12px 24px;
    font-size: 15px;
    background: #4ca683;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
@media (max-width: 767px) {
    .modal__box{
            padding: 30px;
    }
    .modal__name{
        font-size: 24px;
    }
    .modal__close{
        width: 50px;
        height: 50px;
        padding: 16px;
        top: -25px;
        margin: 0 0 0 -25px;
    }
}
.kub_support_logo{
    margin-top: 20px;
    max-width: 300px;
}
@media (max-width: 767px) {
    .kub_support_logo{
        margin: auto;
        margin-top: 20px;
    }
}
.kub_support_logo img {
    width: 120px;
    height: auto;
    margin: auto;
}
