@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
  box-sizing: border-box;
  outline: none;
}

/*! 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 {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif;
}

/**
 * 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;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

.svg-box {
  display: none;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 155px;
  padding-left: 155px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

svg {
  width: 20px;
  height: 20px;
}

p, ul, ol {
  margin-bottom: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

h2 {
  font-size: 42px;
  line-height: 46px;
}

h3 {
  font-size: 38px;
  line-height: 42px;
}

h4 {
  font-size: 36px;
  line-height: 44px;
}

h5 {
  font-size: 34px;
  line-height: 42px;
}

h6 {
  font-size: 32px;
  line-height: 40px;
}

img {
  max-width: 100%;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./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%;
  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;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 55px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
.btn-default {
  background-color: #0A5FE1;
  border: 1px solid #0A5FE1;
  color: #ffffff;
}
.btn-default:hover {
  background-color: #242424;
  border-color: #242424;
  color: #fff;
}
.btn-primary {
  background-color: transparent;
  border: 1px solid #0A5FE1;
  color: #0A5FE1;
}
.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #0A5FE1;
  font-weight: 500;
}
.btn-white:hover {
  background-color: #242424;
  border-color: #242424;
  color: #fff;
}

.form-group {
  margin-bottom: 25px;
}

input.error, select.error, textarea.error {
  border-color: red;
}

.app-logo {
  display: flex;
  align-items: center;
}
.app-logo img {
  margin-right: 10px;
}
.app-logo__info {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-family: san-serif;
  letter-spacing: 0.06em;
  color: #000000;
}
.app-logo__name {
  font-size: 24px;
  line-height: 1;
}
.app-logo__description {
  font-size: 17px;
}
.app-menu {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
  display: block;
}
.app-menu .line {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #000000;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.app-menu .line__1 {
  bottom: 18px;
}
.app-menu.active .line__1 {
  transform: rotate(45deg);
  bottom: 0;
}
.app-menu.active .line__2 {
  transform: rotate(-45deg);
  top: 0;
}
.app-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.app-text__title {
  margin: 0 auto;
  max-width: 955px;
  font-family: "PT Sans", sans-serif;
  font-size: 80px;
  line-height: 1.05;
  background-color: rgba(0,0,0,0.2);
}
.app-text__title div {
  display: inline-block;
}

.home .app-menu .line {
  background-color: #ffffff;
}
.home .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.home .header-phone {
  color: #ffffff;
}
.home .header-phone svg {
  fill: #ffffff;
}
.home .app-logo__info {
  color: #ffffff;
}

.header-page {
  border-bottom: 1px solid #cccccc;
}
.header-catalog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
.header-catalog__wrapper {
  border-bottom: 1px solid #cccccc;
}
.header-catalog__link {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #131313;
  font-weight: 500;
  padding: 10px 0;
  position: relative;
}
.header-catalog__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #131313;
  transition: 0.5s;
}
.header-catalog__link:hover::after, .header-catalog__link.active::after {
  width: 100%;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.header-actions {
  display: flex;
  align-items: center;
}
.header-phone {
  font-size: 18px;
  margin-right: 50px;
  display: flex;
  align-items: center;
  color: #000000;
}
.header-phone svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: #000000;
}

.header-phone span {
    display: block;
    width: 100%;
  line-height: 1;
}

.header-phone__description {
    font-size: 12px;
    margin-top: 2px;
}

.pagination {
  margin: 0 auto;
  padding-left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  list-style-type: none;
  margin: 0 5px;
}
.page-item.disabled .page-link__global {
  opacity: 0.1;
  cursor: not-allowed;
}
.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #000000;
}
.page-link:hover, .page-link.active {
  background-color: #0A5FE1;
  color: #ffffff;
}
.page-link__global {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.02em;
  color: #000000;
}
.page-link__global:hover {
  color: #0A5FE1;
}
.page-prev {
  margin-right: 140px;
}
.page-next {
  margin-left: 140px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.breadcrumbs-wrapper {
  padding: 10px 0;
}
.breadcrumbs-separator, .breadcrumbs-link, .breadcrumbs-title {
  display: block;
  font-size: 18px;
  line-height: 29px;
  color: #131313;
  opacity: 0.5;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.breadcrumbs-separator {
  margin: 0 5px;
}
.breadcrumbs-link:hover {
  opacity: 1;
}

.bg-overflow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.4);
  z-index: 10;
}

.menu {
  position: fixed;
  right: -130%;
  top: 0;
  height: 100vh;
  width: 40%;
  background-color: #fff;
  transition: 0.4s;
  z-index: 20;
}
.menu.open {
  right: 0;
}
.menu-close {
  position: absolute;
  top: 30px;
  left: -50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 75px 35px;
}
.menu-header__item {
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 5px;
  position: relative;
  color: #000000;
}
.menu-header__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #0A5FE1;
  width: 0;
  transition: 0.3s;
}
.menu-header__item:hover, .menu-header__item.active {
  color: #0A5FE1;
}
.menu-header__item:hover::after, .menu-header__item.active::after {
  width: 100%;
}
.menu-body {
  height: calc(100vh - 97px);
  width: 100%;
  position: relative;
}
.menu-body__item {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: 0.3s;
}
.menu-body__item::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.menu-body__item.open {
  right: 0;
}
.menu-item {
  padding: 30px 35px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
}
.menu-item__cover {
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.menu-item__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.menu-item__info.image {
  width: calc(100% - 180px);
  padding-left: 35px;
}
.menu-item__count {
  margin-bottom: 6px;
}
.menu-item__link {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  text-align: center;
}
.menu-item .btn {
  margin-top: 15px;
  height: 37px;
  border-radius: 30px;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.content-links {
  margin-bottom: 45px;
}
.content-links__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  margin: 15px 0;
}
.content-links__wrapper {
  margin: 0;
}
.content-links__item {
  color: #0A5FE1;
}
.content-video {
  margin-top: 30px;
}
.content-video iframe {
  margin-top: 20px;
  border-radius: 8px;
}

.index-cover {
  height: 1430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
}

.about {
  padding: 140px 0 140px;
  position: relative;
  overflow: hidden;
}
.about-description {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  max-width: 70%;
  margin: 50px auto 0;
}
.about-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000000;
}
.about-text__title {
  margin: 0 auto;
  max-width: 955px;
  font-family: "PT Sans", sans-serif;
  font-size: 80px;
  line-height: 1.05;
  font-weight: 600;
}
.about-text__title div {
  display: inline-block;
}

.section-title {
  text-align: center;
  font-size: 140px;
  letter-spacing: -0.02em;
}
.section-header {
  padding: 60px 0 60px;
}
.section-header__title {
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -0.02em;
  margin: 0;
}
.section-header__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  opacity: 0.8;
  max-width: 40%;
}

.stat {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.stat-item {
  width: 20%;
  padding: 0 15px;
}
.stat-number {
  font-weight: 600;
  font-size: 72px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 0.01em;
}
.stat-description {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  margin: 0;
}

.category-item {
  margin-bottom: 30px;
}
.category-item:hover {
  cursor: pointer;
}
.category-item:hover .category-name {
  color: #0A5FE1;
}
.category-cover {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    padding-top: 100%;
}
.category-cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.category-name {
  font-weight: 600;
  font-size: 32px;
  margin: 20px 0;
  color: #000000;
}

.production-cover {
  height: 60vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.production-cover__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.production-container {
  position: relative;
}
.production-container > .row {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.production-item {
  position: relative;
}
.production-item__card {
  display: flex;
}
.production-item__name {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  max-width: 70%;
  margin-bottom: 20px;
}
.production-item__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.production-item__media {
  width: 50%;
  position: relative;
  border-radius: 20px;
}
.production-item__media img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 14px;
}
.production-item:first-of-type .production-item__info {
  padding-top: 50px;
}
.production-item:nth-child(2n) .production-item__card {
  flex-direction: row-reverse;
}
.production-item:nth-child(2n) .production-item__info {
  padding: 0 50px 0 85px;
}
.production-item:nth-child(4n) .production-item__info {
  padding: 50px 100px 0 50px;
}
.production-item:nth-child(2n-1) {
  z-index: 2;
}
.production-item:nth-child(2n-1):not(:first-of-type) .production-item__media {
  transform: scale(1.1);
}
.production-item:nth-child(2n-1):not(:first-of-type) .production-item__info {
  padding: 0 100px 0 50px;
}
.production-item:nth-child(2n-1) .production-item__media {
  padding: 50px;
  background-color: #fff;
}

.objects {
  padding: 150px 0;
}
.objects-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.objects-item {
  width: 25%;
  height: 30vh;
  padding: 30px;
}
.objects-item__card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.advantages {
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0;
}
.advantages-item {
  width: 33.3333333333%;
  padding: 50px;
}
.advantages-item svg {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
}
.advantages-item__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -0.015em;
  max-width: 60%;
  margin: 40px auto 30px;
}
.advantages-item__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.news {
  padding: 60px 0 120px;
}
.news-wrapper {
  position: relative;
}
.news-slider__item {
  width: 50%;
}
.news-slider__item-card {
  background-color: #f4f5f6;
  padding: 30px;
  display: flex;
}
.news-slider__item-cover {
  min-width: 50%;
  min-height: 40vh;
  position: relative;
  overflow: hidden;
}
.news-slider__item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news-slider__item-text {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.news-slider__item-date {
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  opacity: 0.5;
}
.news-slider__item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
}
.news-item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.news-item__card {
  background-color: #f4f5f6;
  padding: 30px;
  display: flex;
}
.news-item__cover {
  min-width: 50%;
  min-height: 30vh;
  position: relative;
  overflow: hidden;
}
.news-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news-item__text {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.news-item__date {
  font-size: 18px;
  line-height: 29px;
  color: #000000;
  opacity: 0.5;
}
.news-item__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
}

.slider-arrows {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #0a5fe1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -70%);
}
.slider-arrow {
  width: 25px;
  height: 25px;
}
.slider-prev {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider-next {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  background-color: #0A5FE1;
  border-radius: 10px;
}
.banner-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  margin-right: 60px;
}

.payments {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.payments-item {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.payments-item:last-of-type {
  margin-right: 0;
}
.payments-item svg {
  width: 35px;
  height: 35px;
  fill: #0A5FE1;
  margin-right: 20px;
}
.payments-item span {
  font-weight: 600;
  text-transform: uppercase;
}

.melits {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px 0 50px;
}
.melits-item {
  padding: 0 15px;
}
.melits-item__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.melits-item__icon {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0A5FE1;
}
.melits-item__icon svg {
  width: 38px;
  height: 38px;
  fill: #fff;
}
.melits-item__title {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.qa-section {
  padding: 20px 0 120px;
}
.qa-item {
  border-bottom: 1px solid #dceaf3;
  border-left: 1px solid #dceaf3;
  border-right: 1px solid #dceaf3;
}
.qa-item:first-of-type {
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #dceaf3;
}
.qa-item:last-of-type {
  border-radius: 0 0 5px 5px;
}
.qa-item:nth-child(odd) {
  background-color: #dceaf3;
}
.qa-item__header {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.qa-item__header:hover {
  background-color: #d0dee6;
}
.qa-item__header::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
}
.qa-item__title {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 30px 0 0;
}
.qa-item.active .qa-item__header {
  border-color: #efefef;
}
.qa-item.active .qa-item__header::after {
  content: "-";
}
.qa-item.active .qa-item__body {
  max-height: 100vh;
}
.qa-item__body {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.qa-item__text {
  padding: 20px;
}

.content {
  padding: 30px 0;
  font-size: 20px;
}
.content .banner {
  margin-bottom: 50px;
}
.content .qa {
  padding: 50px 0;
}
.content a {
  color: blue;
}

.catalog {
  display: flex;
  padding: 30px 0 0;
}
.catalog-navbar {
  width: 20%;
  padding: 0 15px;
}
.catalog-nav {
  margin-top: 70px;
}
.catalog-nav__link {
  display: block;
  margin-bottom: 23px;
}
.catalog-nav__link-name {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #131313;
  opacity: 0.4;
  position: relative;
}
.catalog-nav__link-name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #131313;
  width: 0;
  transition: 0.3s;
}
.catalog-nav__link sup {
  letter-spacing: -0.02em;
  color: #131313;
  opacity: 0.4;
  top: -1em;
}
.catalog-nav__link.active, .catalog-nav__link:hover {
  opacity: 1;
}
.catalog-nav__link.active .catalog-nav__link-name, .catalog-nav__link:hover .catalog-nav__link-name {
  opacity: 1;
}
.catalog-nav__link.active .catalog-nav__link-name:after, .catalog-nav__link:hover .catalog-nav__link-name:after {
  width: 100%;
}
.catalog-nav__link.active sup, .catalog-nav__link:hover sup {
  opacity: 1;
}
.catalog-wrapper {
  width: 80%;
  padding: 0 25px 0 40px;
}
.catalog-items {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e3e4e6;
  margin: 50px 0;
}
.catalog-title {
  font-size: 100px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 15px 0;
}
.catalog-introtext {
  font-size: 18px;
  line-height: 21px;
}

.product {
  display: flex;
}
.product-gallery {
  width: 50%;
  height: calc(100vh - 165px);
  background-color: #dceaf3;
}
.product-gallery__large {
  width: 100%;
  height: 100%;
}
.product-gallery__large-item {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product-gallery__large-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.product-info {
  width: 50%;
  padding: 30px;
  padding-right: 120px;
}
.product-info__title {
  margin-top: 25px;
  font-weight: 600;
  font-size: 52px;
  line-height: 72px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  opacity: 0.9;
}
.product-info__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #0A5FE1;
  margin-bottom: 20px;
}
.product-info__introtext {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px;
}
.product-info__introtext p {
  margin: 0 0 10px;
}
.product-info__introtext p:last-of-type {
  margin-bottom: 0;
}
.product-info__buttons {
  display: flex;
  align-items: center;
}
.product-info__buttons .btn + .btn {
  margin-left: 20px;
}
.product-advantages {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
}
.product-advantages__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 15px;
}
.product-item {
  width: 33.3333333333%;
  border-bottom: 1px solid #e3e4e6;
}
.product-item__card {
  position: relative;
  height: 100%;
  padding: 15px 20px 20px;
}
.product-item__card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background-color: #e3e4e6;
}
.product-item__cover {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 100%;
  border-radius: 20px;
}
.product-item__image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.product-item:nth-child(3n) .product-item__card:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background-color: #e3e4e6;
}
.product-item__info-header {
  display: flex;
  flex-direction: column;
}
.product-item__info-name {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  margin: 10px 0;
}
.product-item__info-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.product-item__info-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.product-item__info-tag {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  color: #767677;
  position: relative;
  padding-right: 20px;
}
.product-item__info-tag:after {
  content: "";
  position: absolute;
  right: 8px;
  width: 4px;
  height: 4px;
  background-color: #767677;
  border-radius: 100%;
}
.product-item__info-tag:last-of-type::after {
  content: none;
}

.gallery {
  padding: 20px 0 120px;
  background-color: #f3f6f8;
}
.gallery-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.gallery-item:first-child {
  grid-column-end: 3;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 1;
}
.gallery-cover {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.related {
  background-color: #f3f6f8;
  padding: 20px 0 120px;
}
.related-wrapper {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.related-item {
  width: 25%;
}
.related-item__card {
  position: relative;
  padding: 15px 20px 20px;
}
.related-item__cover {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-top: 100%;
  border-radius: 20px;
  background-color: #dceaf3;
}
.related-item__image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.related-item__info-header {
  display: flex;
  flex-direction: column;
}
.related-item__info-name {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-bottom: 6px;
}
.related-item__info-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
}
.related-item__info-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.related-item__info-tag {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  color: #767677;
  position: relative;
  padding-right: 20px;
}
.related-item__info-tag:after {
  content: "";
  position: absolute;
  right: 8px;
  width: 4px;
  height: 4px;
  background-color: #767677;
  border-radius: 100%;
}
.related-item__info-tag:last-of-type::after {
  content: none;
}

.grid {
  display: flex;
}
.grid-reverse {
  flex-direction: row-reverse;
}
.grid-reverse .grid-wrapper {
  border-left: 0;
  border-right: 1px solid #cccccc;
}
.grid-sidebar {
  width: 30%;
  min-height: calc(100vh - 165px);
  height: 100%;
}
.grid-wrapper {
  width: 70%;
  border-left: 1px solid #cccccc;
}
.grid-content {
  font-size: 20px;
  line-height: 24px;
  padding: 100px 50px 30px;
}
.grid-row {
  padding: 100px 15px 30px;
}
.grid-title {
  font-size: 72px;
  line-height: 1.2;
  max-width: 100%;
  margin: 0 auto 40px;
}
.grid-introtext {
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 330px;
  gap: 15px;
  margin-bottom: 50px;
}
.grid-gallery__item {
  position: relative;
  display: block;
}
.grid-gallery__item:nth-child(5n) {
  grid-column: span 2;
  grid-row: span 2;
}
.grid-gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.grid-nav {
  display: flex;
  flex-direction: column;
}
.grid-nav__link {
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  padding: 50px;
  border-bottom: 1px solid #cccccc;
}
.grid-nav__link:hover, .grid-nav__link.active {
  background-color: #0A5FE1;
  color: #ffffff;
}
.grid-nav__link:last-of-type {
  border-bottom: 0;
}

.certificates-item {
  margin-bottom: 30px;
}

.contacts-map {
  width: 100%;
  height: 60vh;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.contacts-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  max-width: 60%;
}
.contacts-item__title {
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 8px;
}
.contacts-item__value {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  font-weight: 500;
}

.feedback {
  background-color: #242424;
  padding: 120px 0;
}
.feedback-wrapper {
  background-color: #fff;
  padding: 70px 90px;
  border-radius: 5px;
  display: flex;
}
.feedback-form {
  width: 70%;
  padding-left: 120px;
}
.feedback-text {
  width: 30%;
}
.feedback-title {
  font-weight: 600;
  font-size: 72px;
  line-height: 1.1;
  margin: 0 0 20px;
}
.feedback-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.feedback-input, .feedback-textarea {
  padding: 18px 0;
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  font-size: 18px;
}
.feedback-input::-moz-placeholder, .feedback-textarea::-moz-placeholder {
  opacity: 0.5;
}
.feedback-input:-ms-input-placeholder, .feedback-textarea:-ms-input-placeholder {
  opacity: 0.5;
}
.feedback-input::placeholder, .feedback-textarea::placeholder {
  opacity: 0.5;
}
.feedback-footer .btn {
  width: 100%;
}
.feedback-rule {
  font-size: 15px;
  margin-top: 25px;
}
.feedback-rule a {
  color: #0A5FE1;
}

.modal-content {
  position: relative;
}
.modal-close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 5;
}
.modal-wrapper {
  background-color: #fff;
  display: flex;
  padding: 30px;
}
.modal-form {
  width: 70%;
  padding-left: 120px;
}
.modal-text {
  width: 30%;
  text-align: left;
}
.modal-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 20px;
}
.modal-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.modal-input, .modal-textarea {
  padding: 18px 0;
  border: none;
  border-bottom: 1px solid #000000;
  width: 100%;
  font-size: 18px;
}
.modal-input::-moz-placeholder, .modal-textarea::-moz-placeholder {
  opacity: 0.5;
}
.modal-input:-ms-input-placeholder, .modal-textarea:-ms-input-placeholder {
  opacity: 0.5;
}
.modal-input::placeholder, .modal-textarea::placeholder {
  opacity: 0.5;
}
.modal-footer .btn {
  width: 100%;
}
.modal-rule {
  font-size: 15px;
  margin-top: 25px;
}
.modal-rule a {
  color: #0A5FE1;
}

.footer-top {
  background-color: #242424;
  padding: 0 0 120px;
}
.footer-bottom {
  background-color: #000000;
  padding: 16px 0;
}
.footer-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 35px;
  color: #ffffff;
}
.footer-link {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 10px;
}
.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.footer-contact:nth-child(2) {
  margin-bottom: 50px;
}
.footer-phone, .footer-email {
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 4px;
}
.footer-address {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  max-width: 60%;
}
.footer-description {
  line-height: 18px;
  color: #ffffff;
}
.footer-cop, .footer-dev {
  color: #ffffff;
  margin: 0;
}
.footer-dev {
  display: block;
  text-align: right;
}
.footer-dev:hover {
  text-decoration: underline;
}
