

/* Start:/local/templates/html/css/style.css?170802439337261*/
@charset "UTF-8";
/*! 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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/html/css/../img/slick/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/html/css/../fonts/slick.eot");
  src: url("/local/templates/html/css/../fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/html/css/../fonts/slick.woff") format("woff"), url("/local/templates/html/css/../fonts/slick.ttf") format("truetype"), url("/local/templates/html/css/../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* raleway-regular - latin_cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-600 - latin_cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local(''),
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin_cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local(''),
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-900 - latin_cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local(''),
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-italic - latin_cyrillic-ext */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: local(''),
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('/local/templates/html/css/../fonts/raleway-v22-latin_cyrillic-ext-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
::selection {
  background-color: #c11b0b;
  color: #fff;
}
a, body, button, html, input, * {
  font-family: "Raleway", sans-serif;
}
h1, h2, h3, h4, h5, h6, .title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  margin: 0;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
p a {
  color:  #c11b0b;
  text-decoration: underline;
}
body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  background-color: #bfc4c8;
  position: relative;
}
body * {
  outline: none;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list {
  padding-left: 20px;
  box-sizing: border-box;
}
ul.list li {
  position: relative;
  padding-left: 26px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 14px;
  height: 4px;
  border-radius: 1px;
  background-color:  #c11b0b;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
  height: 100%;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
}
h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  color: #000;
}
section {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.button {
  border: none;
  color: #fff;
  padding: 19.5px 30px;
  box-sizing: border-box;
  max-width: 326px;
  cursor: pointer;
  width: calc(100% - 6px);
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 600;
  background: none;
  text-transform: uppercase;
}
.button:after, .button:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.button:before {
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
.button:after {
  z-index: -2;
  top: 0;
  left: 0;
  margin: auto;
  bottom: -11px;
  right: -11px;
  pointer-events: none;
}
.button-primary:before {
  background-color:  #c11b0b;
}
.button-primary:hover:before {
  background-color: #CC1420;
}
.button-secondary:before {
  background-color: #000000;
}
.button-secondary:hover:before {
  background-color: #3C3C3C;
}
.button.border_white:after {
  border: 2px solid #EFEDEA;
}
.button.border_black:after {
  border: 2px solid #000;
}
.button.border_red:after {
  border: 2px solid  #c11b0b;
}
.button:disabled {
  color: #C5C5C5;
}
.button:disabled:before {
  background-color: #EAEAEA;
}
.button:disabled:after {
  border: 2px solid #EAEAEA;
}
.slick-dots {
  bottom: -75px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.5;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li:last-child:first-child {
  display: none;
}
.slick-dots .slick-active button {
  opacity: 1;
  background-color:  #c11b0b;
}
.slick-slider {
  user-select: unset;
}
.slick-arrow {
  opacity: 0.3;
  width: 50px;
  height: 50px;
}
.slick-arrow:hover {
  background-color: unset;
  opacity: 1;
}
.slick-arrow:before {
  content: none;
}
.slick-slider {
  opacity: 0;
  transition: 0.3s opacity;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-prev {
  left: -60px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3307 44.5313 11.8574 25.0582 31.3307 5.58516 36.8547 11.1096 22.9059 25.0582 36.8547 39.0068 31.3307 44.5313z' fill='%23fff'/%3E%3C/svg%3E") !important;
}
.slick-next {
  right: -52px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6693 5.46875 38.1426 24.9418 18.6693 44.4148 13.1453 38.8904 27.0941 24.9418 13.1453 10.9932 18.6693 5.46875z' fill='%23fff'/%3E%3C/svg%3E") !important;
}
.button-link {
  background: none;
  border: none;
  padding: 0;
}
.button-link:hover {
  color:  #c11b0b;
}
button {
  cursor: pointer;
}
input[type="text"], input[type="tel"] {
  padding: 15px;
  box-sizing: border-box;
  height: 50px;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  transition-duration: 0.2s;
  color: #000;
}
input[type="text"]:focus, input[type="tel"]:focus {
  border: 2px solid #000;
}
input[type="text"]::placeholder, input[type="tel"]::placeholder {
  color: #A2A2A2;
}
input[type="text"]:disabled, input[type="tel"]:disabled {
  color: #C5C5C5;
  background-color: #EAEAEA;
}
input[type="text"]:disabled::placeholder, input[type="tel"]:disabled::placeholder {
  color: #C5C5C5;
}
input[type="text"].is-invalid, input[type="tel"].is-invalid {
  border: 2px solid #E10211;
}
.invalid-tooltip {
  color: #E10211;
  font-size: 12px;
  line-height: 1.3;
  position: relative;
  margin-bottom: -10px;
  margin-top: 6px;
}
.title_mobile {
  display: none;
}
.scroll_off {
  overflow: hidden;
}
.header {
  height: 80px;
  background-color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__logo svg {
  fill: #e22938;
}
.header__menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__menu .mobile-phone, .header__menu .menu__close {
  display: none;
}
.header__menu .menu {
  display: flex;
  height: 100%;
}
.header__menu .menu__item {
  display: flex;
}
.header__menu .menu__item:last-child {
  margin-right: 0;
}
.header__menu .menu__item a {
  padding-left: 13.5px;
  padding-right: 13.5px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.header__menu .menu__item a:hover, .header__menu .menu__item a.active_menu {
  color:  #c11b0b;
}
.header__phone {
  display: flex;
  height: 100%;
  align-items: center;
}
.header__phone a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
.header__phone a:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7694 17.2284C13.1874 15.6454 11.6734 13.8114 12.3984 13.0864 13.4354 12.0494 14.3394 11.4094 12.5004 9.12142 10.6624 6.83442 9.43638 8.59142 8.43238 9.59642 7.27238 10.7564 8.37038 15.0804 12.6434 19.3544 16.9174 23.6274 21.2414 24.7224 22.4014 23.5614 23.4074 22.5564 25.1634 21.3364 22.8764 19.4984 20.5894 17.6594 19.9494 18.5624 18.9114 19.6014 18.1864 20.3234 16.3524 18.8104 14.7694 17.2284z' fill='%23fff'/%3E%3C/svg%3E");
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header__phone a:hover {
  color:  #c11b0b;
}
.hamburger {
  display: none;
  flex-flow: column;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
}
.hamburger__line {
  width: 15px;
  height: 2px;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.hamburger__line:after, .hamburger__line:before {
  width: inherit;
  height: inherit;
  position: absolute;
  display: block;
  content: '';
  background: inherit;
  border-radius: inherit;
  opacity: 1;
}
.hamburger__line:after {
  top: -7px;
}
.hamburger__line:before {
  top: 7px;
}
.home {
  height: calc(100vh - 80px);
  max-height: 800px;
  margin-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.home .home__bg {
  width: 100%;
  height: 100%;
  display: block;
}
.home .home__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.info {
  background-color: #bfc4c8;
  padding-top: 55px;
  padding-bottom: 100px;
}
.info .container {
  max-width: 751px;
}
.info .quote {
  max-width: 690px;
}
.info .quote__top {
  margin-bottom: 25px;
}
.info .quote__top p {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-style: italic;
}
.info .quote__bottom {
  display: flex;
  flex-flow: column;
}
.info .quote__author {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.info .quote__post {
  font-size: 16px;
  line-height: 1.5;
}
.info__bottom {
  margin-top: 100px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.info h1 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 900;
  box-sizing: border-box;
  padding: 13px 18px 16px 15px;
  color: #fff;
  background:  #c11b0b;
  text-transform: uppercase;
}
.info h1 br {
  display: none;
}
.info__description {
  margin-top: 27px;
  width: 100%;
}
.info__description p {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
.advantages {
  padding-top: 91px;
  padding-bottom: 80px;
  background-color: #000;
}
.advantages h2 {
  color: #fff;
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -143px;
  margin-top: 117px;
}
.advantages__item {
  width: calc(20% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 143px;
  position: relative;
  z-index: 0;
}
.advantages__item-6, .advantages__item-7, .advantages__item-8, .advantages__item-9 {
  width: calc(22.5% - 44px);
}
.advantages__item-6 .advantages__number {
  top: -20px;
}
.advantages__item-7 .advantages__number {
  top: -42px;
}
.advantages__item-8 .advantages__number {
  top: -20px;
}
.advantages__number {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: -40px;
  z-index: -1;
  font-size: 160px;
  line-height: 30px;
  font-weight: 900;
  color: rgba(229, 37, 50, 0.3);
}
.advantages__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 12px;
  color: #EFEDEA;
}
.advantages .button {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.advantages__text {
  color: #EFEDEA;
  font-size: 16px;
  line-height: 1.56;
}
.services {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #bfc4c8;
}
.services .subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
  width: 100%;
  max-width: 650px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.services__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 45px;
  margin-bottom: -21px;
}
.services__item {
  margin-bottom: 15px;
  width: calc(33.333333% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  min-height: 50px;
}
.services__item p {
  padding-left: 70px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  font-weight: 700;
  line-height: 1.25;
  box-sizing: border-box;
  position: relative;
}
.services__item p:before {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.38976 22.3611 6.39 22.3613C8.30528 24.4544 12.0597 27.3984 13.9145 28.8083 13.9791 28.8574 14.0673 28.8574 14.1318 28.8083 15.9867 27.3984 19.7411 24.4544 21.6567 22.3612 21.8849 22.1118 23.0173 20.673 24.2592 15.8795V15.8794C24.91 13.3682 25.4646 9.68539 25.7579 7.53074V7.53025C25.7756 7.40049 25.6881 7.29263 25.5811 7.27199L25.5808 7.27192C20.4637 6.28304 16.6594 3.94731 14.0232 1.66957 11.3872 3.94736 7.58291 6.28306 2.46556 7.27193L2.46524 7.27199C2.35879 7.29253 2.27079 7.40007 2.28845 7.53053L6.38976 22.3611zm0 0C6.16217 22.1125 5.02933 20.6741 3.78714 15.8795m2.60262 6.4816-2.60262-6.4816m0 0C3.13661 13.3679 2.58212 9.68556 2.28847 7.53074L3.78714 15.8795zM14.0085 1.65687 14.0086 1.65695 14.0085 1.65687z' stroke='%23fff' stroke-width='3'/%3E%3Cpath d='M13.6266 19.4016C13.3117 19.4016 12.9956 19.2967 12.7344 19.0841L8.52165 15.6562C7.9159 15.1632 7.82432 14.2724 8.31729 13.6666 8.81026 13.0609 9.70108 12.9693 10.3068 13.4623L13.5342 16.0886l4.7232-4.6792C18.812 10.8599 19.7075 10.864 20.2573 11.4189 20.8067 11.9739 20.8027 12.869 20.2477 13.4188L14.6223 18.992C14.3481 19.2635 13.9881 19.4016 13.6266 19.4016v0z' fill='%23fff'/%3E%3C/svg%3E");
  background-color:  #c11b0b;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  left: 0;
  top: 5px;
}
.services .button {
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
}
.partners {
  background-color: #000;
  padding-top: 74px;
  padding-bottom: 145px;
}
.partners h2 {
  color: #fff;
}
.partners__list {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 65px;
  width: 100%;
}
.partners__photo {
  width: 179px;
  display: block;
  user-select: none;
}
.partners__item {
  padding-left: 15px;
  padding-right: 15px;
  width: calc(25% - 30px);
}
.partners__text {
  margin-top: 32px;
  margin-bottom: -5px;
}
.partners__text p {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.5;
  color: #EFEDEA;
}
.our-companies {
  padding-top: 100px;
  padding-bottom: 105px;
}
.our-companies__list {
  display: flex;
  float-wrap: wrap;
  margin-top: 50px;
  margin-left: -35px;
  margin-right: -35px;
}
.our-companies__item {
  width: calc(33.3333% - 35px);
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  flex-flow: column;
}
.our-companies__logo {
  margin-left: auto;
  margin-right: auto;
  user-select: none;
}
.our-companies__logo img {
  height: 127px;
  width: 125px;
  display: block;
}
.our-companies__text {
  margin-top: 18px;
  margin-bottom: 35px;
}
.our-companies__text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.our-companies__text p:last-child {
  margin-bottom: 0;
}
.our-companies__photo {
  margin-top: auto;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.our-companies__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews {
  background-color: #000;
  padding-top: 72px;
  padding-bottom: 159px;
}
.reviews__more {
  display: none;
  color:  #c11b0b;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 25px;
  width: max-content;
  border-bottom: 1px dashed  #c11b0b;
}
.reviews h2 {
  color: #EFEDEA;
}
.reviews__list {
  margin-top: 69px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.reviews__item {
  width: calc(25% - 30px);
  padding-left: 15px;
  padding-right: 15px;
}
.reviews__top {
  display: flex;
  align-items: center;
}
.reviews__logo {
  user-select: none;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  flex-shrink: 0;
  overflow: hidden;
}
.reviews__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__name {
  color: #EFEDEA;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  margin-left: 16px;
}
.reviews__text {
  margin-top: 26px;
}
.reviews__text p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  color: #EFEDEA;
}
.reviews__text p:last-child {
  margin-bottom: 0;
}
.footer {
  background-color: #bfc4c8;
  padding-top: 32px;
  padding-bottom: 35px;
}
.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer p a {
  color: unset;
  text-decoration: none;
}
.footer p a:hover {
  color:  #c11b0b;
}
.footer .left {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.footer .left .author {
  margin-top: 9px;
  color: #878787;
  font-size: 14px;
}
.footer .left .button-link {
  font-weight: 600;
}
.modal {
  position: absolute;
  z-index: 3;
}
.modal__form {
  max-height: calc(100vh - 40px);
  max-width: 417px;
  background-color: #bfc4c8;
  padding: 50px 55px 55px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}
.modal h2 {
  text-transform: unset;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.2;
  color: #060708;
  margin-bottom: 35px;
  width: 100%;
  text-align: center;
}
.modal__container {
  width: 100%;
  max-width: 690px;
  background-color: #bfc4c8;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-top: 50px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  max-height: calc(100vh - 40px);
}
.modal .input-wrap {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.modal .input-wrap input {
  width: 100%;
}
.modal small {
  font-size: 14px;
  line-height: 1.75;
}
.modal h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 18px;
  padding-bottom: 17px;
}
.modal__box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.modal .middle {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.modal .scroll-wrap {
  margin-top: -18px;
  margin-bottom: -17px;
  overflow: auto;
  height: 100%;
  padding-bottom: 50px;
}
.modal .scroll-wrap::-webkit-scrollbar {
  width: 4px;
}
.modal .scroll-wrap::-webkit-scrollbar-thumb {
  background: rgba(6, 7, 8, 0.3);
  border-radius: 10px;
}
.modal .bottom {
  width: 100%;
}
.modal .button {
  margin-top: 15px;
  margin-bottom: 25px;
}
.modal .form-check {
  flex-flow: column;
  margin-bottom: 0;
}
.modal__close, .menu__close {
  border: none;
  width: 30px;
  height: 30px;
  padding: 4px;
  box-sizing: unset;
  background-color: #bfc4c8;
  position: absolute;
  right: 11px;
  top: 11px;
  background-position: center;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.10791' y='21.0807' width='17.9996' height='1.5' rx='.75' transform='rotate(-45 8.10791 21.0807)' fill='%23060708'/%3E%3Crect x='9.16895' y='8.35843' width='17.9954' height='1.5' rx='.75' transform='rotate(45 9.16895 8.35843)' fill='%23060708'/%3E%3C/svg%3E");
}
.form-check {
  display: flex;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}
.form-check input {
  position: absolute;
  opacity: 0;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
}
.form-check input:checked + label:before {
  background-color: black;
}
.form-check input:disabled:checked + label:before {
  background-color: #A1A1A1;
}
.form-check input:disabled + label:before {
  box-shadow: 0px 0px 0px 2px #A1A1A1 inset, 0px 0px 0px 4px #bfc4c8 inset;
  cursor: unset;
}
.form-check-label {
  width: 100%;
  color: #060708;
  font-size: 14px;
  line-height: 1.3;
}
input ~ .form-check-label:before {
  cursor: pointer;
  left: 0;
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 2px #000 inset, 0px 0px 0px 4px #bfc4c8 inset;
}
.form-check-label .button-link {
  cursor: pointer;
  color:  #c11b0b;
  display: ruby-base;
  text-decoration: underline;
}
@media screen and (max-width: 1079.98px) {
  .container {
    max-width: unset;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    display: none !important;
  }
  .hamburger {
    display: flex;
    margin-left: 6px;
  }
  .header {
    height: 60px;
  }
  .header__wrap {
    justify-content: unset;
  }
  .header__menu {
    max-height: calc(var(--vh, 1vh) * 100);
    display: none;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #bfc4c8;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    flex-flow: column;
    align-items: flex-start;
  }
  .header__menu .mobile-phone, .header__menu .menu__close {
    display: flex;
  }
  .header__menu .mobile-phone {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    margin-top: -24px;
  }
  .header__menu .menu {
    flex-flow: column;
    margin-top: 5px;
    width: 100%;
  }
  .header__menu .menu__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .header__menu .menu__item a {
    width: 100%;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    color: #000;
  }
  .header__phone {
    margin-left: auto;
  }
  .header__phone a {
    font-size: 0;
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .home {
    height: 119.938vw;
    max-height: unset;
    margin-top: 60px;
  }
  .advantages {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .advantages h2 {
    line-height: 1.33;
  }
  .advantages__list {
    flex-flow: row;
    justify-content: flex-start;
    overflow: auto;
    box-sizing: unset;
    margin: 20px -15px -18px;
  }
  .advantages__item {
    width: auto;
    flex: 0 0 245px;
    margin-bottom: 0;
  }
  .advantages__number {
    display: none;
  }
  .advantages__title {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 10px;
  }
  .advantages__text {
    font-size: 20px;
    line-height: 1.5;
  }
  .services {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .services h2 {
    font-size: 26px;
    text-align: left;
  }
  .services .subtitle {
    text-align: left;
  }
  .services__list {
    flex-flow: column;
    margin: 29px 0 -21px;
  }
  .services__item {
    width: 100%;
    padding: 0;
    display: flex;
    margin-bottom: 20px;
  }
  .services__item br {
    display: none;
  }
  .services__item p {
    height: auto;
  }
  .services__item p:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .partners {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partners__list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: 0;
    margin-top: 45px;
  }
  .partners .slick-track {
    display: flex;
    flex-flow: row;
    width: max-content !important;
    padding-right: 40px;
  }
  .partners__item {
    min-width: 245px;
    max-width: 245px;
    width: 245px;
    margin-right: 0px;
  }
  .partners .slick-list {
    width: 100%;
    overflow: auto;
  }
  .partners__text {
    margin-top: 45px;
  }
  .partners__text p {
    line-height: 1.5;
  }
  .our-companies {
    padding-bottom: 28px;
    padding-top: 65px;
  }
  .our-companies h2 {
    font-size: 26px;
    line-height: 1.15;
  }
  .our-companies__list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    flex-flow: column;
  }
  .our-companies__item {
    width: 100%;
    padding: 0;
    margin-bottom: 45px;
  }
  .our-companies__text {
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .our-companies__photo {
    height: 50.374vw;
    max-height: 350px;
  }
  .reviews {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reviews__more {
    display: flex;
  }
  .reviews__list {
    margin-top: 45px;
    margin-left: 0;
    margin-right: 0;
  }
  .reviews .slick-initialized .slick-slide {
    display: none;
    width: 100% !important;
    padding: 0;
  }
  .reviews .slick-initialized .slick-slide:first-child {
    display: block;
  }
  .reviews .slick-track {
    width: 100% !important;
  }
  .reviews__logo {
    width: 90px;
    height: 90px;
  }
  .reviews__name {
    margin-left: 20px;
  }
  .reviews__name br {
    display: none;
  }
  .reviews__text {
    margin-top: 20px;
  }
  .footer {
    padding-top: 65px;
  }
  .footer__wrap {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
  .footer .left {
    margin-top: 80px;
    margin-left: 0;
  }
  .footer .left .author {
    margin-top: 16px;
  }
  .modal h2 {
    text-align: left;
  }
  .modal__container, .modal__form {
    margin-bottom: auto;
    justify-content: space-between;
    height: 100vh;
    position: relative;
    max-height: calc(var(--vh, 1vh) * 100);
    max-width: 576px;
  }
}
@media screen and (max-width: 767.98px) {
  .button {
    max-width: 455px;
  }
  .info {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .info .quote__top {
    margin-bottom: 15px;
  }
  .info__bottom {
    margin-top: 65px;
  }
  .info h1 {
    padding: 10px 15px;
    font-size: 26px;
    line-height: 1.15;
  }
  .info h1 br {
    display: unset;
  }
  .info__description {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .header__menu {
    display: flex !important;
  }
}
@media screen and (max-width: 375px) {
  .info h1 {
    font-size: 6.5vw;
  }
}

/* End */


/* Start:/local/templates/html/css/custom.css?17573173703719*/
.partners__photo{height: auto !important;}
.footer__contacts .wha{
	margin-top: 22px;
}

.notifier {
  max-width: 1080px;
  padding: 30px 20px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 16px;
  line-height: 1.6;
  z-index: 1001;
  opacity: 0;
  transform: translate(-50%, 80%);
  transition: 0.3s;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  align-items: flex-start;
  box-sizing:border-box;
  pointer-events:none;
}
.notifier--shown {
  opacity: 1;
  pointer-events:auto;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .notifier {
    flex-direction: row;
    gap: 60px;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .notifier {
    gap: 95px;
    padding: 45px 45px 42px;
  }
}
.notifier__title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}
.notifier__close {
  padding: 0;
  background: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

/* ку */
.chcekbox{
	position: relative;
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	margin-top: 4px;
	background: 0 0;
	border: 2px solid #000000;
}
.chcekbox:checked{
	border-color: #E52532;
}	
.chcekbox::after {
	content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
	background-repeat: no-repeat;
  background-position: center;
}
.chcekbox:checked::after {
  background-image: url("/local/templates/html/img/check-red.svg");
  background-size: 9px;
}
.box{
	display: flex;
	gap: 10px;
}
.box a{
	color: #E52532;
}
.box div{
	width: calc(100% - 25px);
}
.chcekbox{

}

.rev-list .slick-track {
  display: flex;
}
.rev-list .slick-track .slick-slide {
  display: flex;
	flex-direction: column;
	justify-content: space-between;
  height: auto;
}
.rev-list {
	padding-top: 74px;
	padding-bottom: 180px;
	background-color: #000;
}
.rev-list h2 {
	color: #ffff;
}
.reviews_list{
	/* display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px; */
	margin: 69px -15px 0;
}
.reviews_list li{
	margin: 0 15px;
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
}
.reviews_list p{
	margin-bottom: 20px;
	color: #EFEDEA;
	font-size: 20px;
	line-height: 30px;
}
.reviews_list p:last-child{
	margin-bottom: 0;
}
.reviews_list a{
	position: relative;
	display: block;
	color: #EFEDEA;
	font-size: 20px;
	line-height: 30px;
	transition: .3s;
}
.reviews_list a::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #EFEDEA;
	transition: .3s;
}

.reviews_list .bottom{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}
.reviews_list a:hover::after{
	width: 0;
}
.call-rev{
	margin-top: 81px;
	text-align: center;
}
.call-rev button{
	margin-top: 81px;
	padding: 30px;
}
[data-modalbox="rev-rext"] h3{
	margin-top: 0;
	padding: 0;
	text-transform: unset;
  letter-spacing: normal;
  font-size: 24px;
  line-height: 1.2;
	font-weight: bold;
  color: #060708;
  margin-bottom: 27px;
  width: 100%;
  text-align: left;
}
[data-modalbox="rev-rext"] p{
	color: #000000;
	font-size: 16px;
	line-height: 30px;
}

/* 1082 */
@media(max-width: 1082px) {
	.reviews_list{
		/* grid-template-columns: repeat(3, 1fr); */
	}
	.call-rev button{
		padding: 19.5px 30px;
	}
}
@media screen and (max-width: 1079.98px) {
	.rev-list {
		padding: 50px 0;
	}
	.reviews_list{
		margin-top: 20px;
		/* grid-template-columns: repeat(2, 1fr); */
	}
	.call-rev{
		margin-top: 29px;
		text-align: center;
	}
	.call-rev button{
		margin-top: 29px;
	}
}
@media(max-width: 540px) {
	.reviews_list{
		/* grid-template-columns: repeat(1, 1fr); */
	}
}
/* End */


/* Start:/local/templates/html/css/mod.css?17304406263130*/
.header__logo img{
	max-width: 161px;
	min-height: 36px;
	height: auto;
}
.wha{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin: 4px 33px 0 0;
	padding: 0 !important;
}
.wha svg{
	/* max-width: 22.5px;
	max-height: 22.5px; */
}
.wha::before{display: none;}

.home{min-height: 600px}

/* menu */
.menus{
	padding: 80px 0;
}
.menus .menus_list{
	margin: 46px 0 0;
	padding: 0;
	list-style-type: none;
}
.menus .menus_list >li{
	margin-bottom: 50px;
}
.menus .menus_list >li:last-child{
	margin-bottom: 0;
}
.menus .menus_list >li .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.menus .menus_list >li .top p{
	width: calc(100% - 50px);
	margin: 0;
	color: #000;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
}
.menus .menus_list >li button{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 28px;
	padding: 0;
	background: transparent;
	border: none;
	transition: .3s;
	z-index: 2;
}
/* .menus .menus_list >li button::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #E52532;
	z-index: 3;
}
.menus .menus_list >li button::after{
	content: '';
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 30px;
	height: 28px;
	border: 1px solid #000;
	z-index: 1;
} */

.menus .menus_list >li .bottom{
	display: none;
	padding-top: 50px;
}
.menu-items{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	/* column-gap: 113px; */
	margin: 0;
	padding: 0;
}
.menu-items p{
	font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.menu-items .text{
	min-height: 164px;
	/* margin-bottom: 40px; */
}
.menu-items .img{
	margin-top: 40px;
	height: 200px;
}
.menu-items .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* text */
.texts{
	padding: 100px 0;
}
.texts .text-content{
	display: flex;
	gap: 120px;
	margin-top: 64px;
}
.texts .info{
	width: calc(100% - 420px);
	padding: 46px 0 0;
}
.texts .img{
	width: 100%;
	max-width: 300px;
}
.texts .img img{
	width: 100%;
	height: auto;
}
.texts p{
	font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.texts .button{
	margin: 29px auto 0;
}


@media screen and (max-width: 1079.98px) {
	.wha{margin: 0 6px 0 0}
	.wha svg{
		max-width: 24px;
		max-height: 24px;
	}

	.menus{
		padding: 50px 0; 
	}
	.menus .menus_list{
		margin-top: 30px;
	}
	.menu-items{
		gap: 30px;
	}
	.texts{
		padding: 50px 0;
	}
	.texts .text-content{
		margin-top: 30px;
	}
	.texts .text-content{
		flex-direction: column;
		justify-content: center;
		gap: 10px;
	}
	.texts .info{
		width: 100%;
		padding: 0 !important;
	}
	.texts .img{
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	.menu-items{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 720px) {
	.menu-items .text{
		min-height: unset;
	}
	.menu-items{
		max-width: 400px;
		margin: 0 auto;
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 550px) {
	.menus .menus_list >li .top p{font-size: 16px;}
}
/* End */


/* Start:/local/templates/html/lib/fancybox/fancybox.min.css?170802330825464*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/html/styles.css?1707814036107*/
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6
{
    /* dunno why is set in styles.min */
    color: inherit;
}
/* End */


/* Start:/local/templates/html/template_styles.css?17080241901301*/
.hidden {
    display: none;
}

header.header-offset {
    top: 39px;
}

form.modal__form .alert {
    margin: 0 0 10px 0;
}

form.modal__form .alert-success {
    /*font-weight: 700;*/
    line-height: 1.25;
    text-align: center;
}

form.modal__form .alert-danger {
    color: #e10211;
    font-size: 12px;
    width: 100%;
}

.footer__wrap {
    align-items: flex-start;
}

.footer__wrap > .button {
    order: 3
}

@media screen and (min-width: 1080px) {
    .footer__wrap > .button {
        align-self: center;
        order: unset;
        max-width: 280px;
    }
}


.footer__address {
    font-weight: 600;
    line-height: 1.5;
}

@media screen and (max-width: 1079.98px) {
    .footer__contacts,
    .footer__address {
        margin-top: 40px;
        margin-left: 0;
    }
}

.footer__contacts {
    font-weight: 600;
    margin-right: 15px;
}

@media screen and (min-width: 1080px) {
    .footer__contacts {
        padding-left: 10px;
    }
}

.footer__phone {
    font-size: 21px;
    line-height: 24px;
}

.footer__contacts a {
    color: #000;
    white-space: nowrap;
}

input[type=tel]:focus, input[type=text]:focus{
    border: none;
    box-shadow: inset 0 0 0 2px #000;
}

.map{
    width: 100%;
    height: 500px;
    max-height: 70vh;
}
.map>ymaps {
    position: absolute;
}
/* End */
/* /local/templates/html/css/style.css?170802439337261 */
/* /local/templates/html/css/custom.css?17573173703719 */
/* /local/templates/html/css/mod.css?17304406263130 */
/* /local/templates/html/lib/fancybox/fancybox.min.css?170802330825464 */
/* /local/templates/html/styles.css?1707814036107 */
/* /local/templates/html/template_styles.css?17080241901301 */
