@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

.wp-block-group__inner-container {
  margin: 0;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Bold Italic";
  src: url("../fonts/Roboto-BoldI-Italic.eot");
  src: url("../fonts/Roboto-BoldI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldI-Italic.woff2") format("woff2"), url("../fonts/Roboto-BoldI-Italic.woff") format("woff"), url("../fonts/Roboto-BoldI-Italic.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body, html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto";
  color: #1D2539;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 150%;
  text-rendering: geometricPrecision;
}

h1 {
  font-family: "Roboto Bold";
  font-size: 48px;
  line-height: 120%;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "Roboto Bold";
  font-size: 40px;
  line-height: 120%;
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "Roboto Bold";
  font-size: 32px;
  line-height: 120%;
}
@media only screen and (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "Roboto Bold";
  font-size: 18px;
  line-height: 150%;
}

strong, b {
  font-weight: normal;
  font-family: "Roboto Bold";
}

.wrapper {
  min-height: 100%;
  min-width: 1180px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrapper::after {
  content: "";
  display: block;
  height: 380px;
  overflow: hidden;
  position: relative;
}

.container {
  width: 1180px;
  margin: 0 auto;
}

.not-found {
  padding-bottom: 48px;
}

.title-404 {
  text-align: center;
  padding: 10vw 0;
  font-size: 20vw;
  margin: 0;
}

@media screen and (max-width: 1180px) {
  .wrapper, .container {
    min-width: 100%;
    width: auto;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 20px 56px 20px 24px;
  border-radius: 4px;
  transition: 300ms;
  background: #ed474a url(../img/ico/more.svg) center right 24px no-repeat;
}
.btn span {
  color: #fff;
}
.btn:hover {
  background-color: #e8191c;
}
.btn .ico {
  margin-left: 8px;
}

.separator {
  width: 2px;
  height: 64px;
  margin: 0 auto;
  background: rgb(242, 244, 250);
  background: linear-gradient(180deg, rgb(242, 244, 250) 0%, rgba(173, 186, 224, 0) 100%);
}

.separator-940 {
  transform: translateX(140px);
}
@media only screen and (max-width: 992px) {
  .separator-940 {
    display: none;
  }
}

.block {
  background-color: #F2F4FA;
  border-radius: 32px;
  padding: 32px 64px;
}
.block a {
  color: #2989B2;
}
@media only screen and (max-width: 992px) {
  .block {
    padding: 32px 20px;
    border-radius: 24px;
  }
}

.space-64 {
  padding-top: 64px;
}
@media only screen and (max-width: 992px) {
  .space-64 {
    padding-top: 32px;
  }
}

.ico {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.ico__service-arrow {
  background: url("../img/ico/service_arrow.svg") center no-repeat;
}
.ico__place {
  background: url("../img/ico/place.svg") center no-repeat;
}
.ico__phone {
  background: url("../img/ico/phone.svg") center no-repeat;
}
.ico__time {
  background: url("../img/ico/time.svg") center no-repeat;
}
.ico__more {
  background: url("../img/ico/more.svg") center no-repeat;
}
.ico__lang {
  background: url("../img/ico/lang.svg") center no-repeat;
}
.ico__blog {
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-left: 8px;
}

.slider {
  max-width: 1180px;
  height: 550px;
  margin: 64px auto;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background-color: #44344F;
}
@media only screen and (max-width: 1180px) {
  .slider {
    height: auto;
    border-radius: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .slider {
    margin-top: 32px;
  }
}
.slider__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .slider__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1180px) {
  .slider__footer {
    margin-top: 32px;
  }
}
.slider__content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.slider__content h1 {
  margin-top: 0;
}
@media only screen and (max-width: 576px) {
  .slider__content h1 {
    font-size: 32px;
  }
}
.slider__content p {
  width: 580px;
  line-height: 150%;
}
@media only screen and (max-width: 992px) {
  .slider__content p {
    width: 100%;
  }
}
.slider__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #44344f 0.9%, rgba(68, 52, 79, 0) 140.44%);
}
.slider__benefits {
  display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .slider__benefits {
    flex-wrap: wrap;
    position: relative;
  }
}
.slider__benefits-item {
  padding-left: 60px;
  height: 44px;
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .slider__benefits-item {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.slider__benefits-item span {
  font-size: 16px;
  color: #fff;
}
.slider__benefits-item:nth-child(1) {
  background: url("../img/ico/benefits-1.svg") center left no-repeat;
}
.slider__benefits-item:nth-child(2) {
  background: url("../img/ico/benefits-2.svg") center left no-repeat;
}
.slider__benefits-item:nth-child(3) {
  background: url("../img/ico/benefits-3.svg") center left no-repeat;
}
.slider__rating {
  background: url("../img/ico/google.png") center no-repeat;
  background-size: contain;
  width: 135px;
  height: 63px;
  margin-bottom: 8px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .slider__rating {
    position: relative;
    right: 0;
    top: 0;
  }
}
.slider__navigation {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.slider__navigation.active {
  display: flex;
  justify-content: space-between;
}
.slider__left, .slider__right {
  transition: 300ms;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2) url("../img/ico/slide_arrow.svg") center no-repeat;
  border-radius: 4px;
}
.slider__left:hover, .slider__right:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.slider__right {
  transform: rotate(180deg);
}
.slider__dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: auto;
  margin: 0 1px;
  padding: 0 8px;
}
.slider__dot {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: 300ms;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider__dot:hover {
  border: 1px solid white;
  background: #fff;
}
.slider__dot.active {
  background: #fff;
  border: 1px solid white;
}
.slider__dot.active:hover {
  background: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.slide {
  padding: 80px;
  display: none;
  opacity: 0.5;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .slide {
    padding: 64px 32px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .slide {
    padding: 32px 20px 80px;
  }
}
.slide a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 20px 56px 20px 24px;
  border-radius: 4px;
  transition: 300ms;
  background: #ed474a url("../img/ico/more.svg") center right 24px no-repeat;
}
.slide a:hover {
  background-color: #e8191c;
}

.slide.active {
  display: flex;
  opacity: 1;
  animation: fadeIn 100ms;
}

.sub-header {
  margin-bottom: 64px;
}
.sub-header h2 {
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .sub-header__item {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 576px) {
  .sub-header__item {
    width: 100%;
    text-align: center;
  }
}
.sub-header__item h3,
.sub-header__item p {
  margin: 0;
}
.sub-header__item p {
  opacity: 0.8;
  margin-top: 4px;
}
.sub-header .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
  .sub-header .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
  }
}
@media only screen and (max-width: 400px) {
  .sub-header .container {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
}

.about-home {
  padding: 80px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .about-home {
    flex-direction: column;
    padding: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .about-home {
    padding: 32px 20px;
  }
}
.about-home__logo {
  background: url("../img/logo-vertical.svg") center no-repeat;
  background-size: contain;
  width: 319px;
  height: 419px;
}
.about-home h3 {
  margin: 0;
}
.about-home__content {
  width: 489px;
  padding: 48px;
  background-color: #fff;
  border-radius: 32px;
}
@media only screen and (max-width: 992px) {
  .about-home__content {
    padding: 32px;
    width: 100%;
    margin-top: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .about-home__content {
    padding: 32px 20px;
  }
}

.services {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .services {
    flex-direction: column;
    padding: 32px 20px;
  }
}
.services__content {
  width: 820px;
  background-color: #fff;
  padding: 64px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0;
  border-radius: 32px;
}
@media only screen and (max-width: 992px) {
  .services__content {
    width: 100%;
    padding: 32px 20px;
  }
}
.services__item {
  background-color: #B3C2F2;
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
  height: 165px;
}
@media only screen and (max-width: 992px) {
  .services__item {
    width: 100%;
    height: 80px;
  }
}
.services__item-content {
  background-color: #44344F;
  flex-grow: 1;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .services__item-content {
    padding: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .services__item-content {
    padding: 0 16px;
  }
}
.services__item-content span {
  padding-right: 8px;
}
.services__item-content a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding-left: 16px;
}
.services__item-content a i {
  transition: 300ms;
}
.services__item-content a:hover i {
  transform: translateX(6px);
}
@media only screen and (max-width: 576px) {
  .services__item-content a {
    position: absolute;
    width: calc(100% - 16px);
    height: 100%;
    justify-content: flex-end;
    padding-right: 16px;
  }
  .services__item-content a span {
    display: none;
  }
}
.services__item-content h3 {
  font-size: 20px;
  flex: 1;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .services__item-content h3 {
    font-size: 16px;
  }
}
.services__logo {
  padding: 24px;
  width: 163px;
}
@media only screen and (max-width: 992px) {
  .services__logo {
    padding: 8px;
    width: 80px;
  }
}
.services__logo img {
  width: 115px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 992px) {
  .services__logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .servicess__inner .services__logo {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .servicess__inner .services__item-content {
    padding-right: 48px;
  }
}

@media only screen and (max-width: 992px) {
  .port {
    padding: 32px 20px;
  }
}
.port__content {
  background-color: #fff;
  border-radius: 16px;
  padding: 64px;
}
@media only screen and (max-width: 992px) {
  .port__content {
    padding: 16px;
  }
}
.port__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 40px;
  background: url("../img/ico/home.svg") top left no-repeat;
}
.port__breadcrumbs i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #2989B2;
  margin: 0 16px;
}
.port__breadcrumbs p {
  margin: 0;
}
.port__breadcrumbs a,
.port__breadcrumbs p {
  color: #2989B2;
  font-size: 20px;
  text-decoration: none;
  transition: 300ms;
}
.port__breadcrumbs a:hover,
.port__breadcrumbs p:hover {
  color: #44344F;
}
@media only screen and (max-width: 1180px) {
  .port__breadcrumbs a,
  .port__breadcrumbs p {
    font-size: 16px;
  }
}
.port__breadcrumbs a:last-child {
  font-family: "Roboto Bold";
}
.port__list {
  margin-top: 24px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .port__list {
    padding-left: 16px;
  }
}
.port__anchor {
  display: inline-block;
  border-radius: 8px;
  color: #2989B2;
  padding: 8px 16px 8px 40px;
  background: transparent url("../img/ico/anchor.svg") center left 8px no-repeat;
}
.port__anchor:hover {
  background-color: #F2F4FA;
}
@media only screen and (max-width: 1180px) {
  .port__anchor {
    font-size: 14px;
    padding: 4px 8px 4px 40px;
  }
}

@media only screen and (max-width: 992px) {
  .referat {
    padding: 32px 20px;
  }
}
.referat__content {
  background-color: #fff;
  padding: 64px;
  border-radius: 16px;
}
@media only screen and (max-width: 992px) {
  .referat__content {
    padding: 16px;
  }
}
.referat img {
  max-width: 100%;
}

.doc-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doc-view figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.doc-view img {
  max-width: 80%;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}
.doc-view ul {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 32px;
  width: 100%;
}

.list {
  padding-left: 186px;
}
@media only screen and (max-width: 768px) {
  .list {
    padding-left: 0;
  }
}
.list h3,
.list h4 {
  margin-top: 0;
}
.list > li {
  position: relative;
  list-style: none;
  background: #fff;
  padding: 16px 32px;
  margin-bottom: 16px;
  border-radius: 16px;
  box-sizing: border-box;
}
.list > li::before {
  box-sizing: border-box;
  position: absolute;
  left: -185px;
  padding-left: 10px;
  display: inline-block;
  width: 154px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .list > li::before {
    left: -38px;
    width: 30px;
    display: inline-block;
    display: none;
  }
}

.list-ordered {
  counter-reset: section;
}
.list-ordered > li::before {
  padding-top: 5px;
  font-family: "Roboto Bold";
  content: counter(section); /* Используем счётчик section */
  counter-increment: section; /* Увеличиваем счётчик */
  background: url("../img/ico/list-ordered.svg") center left no-repeat;
}

.list-checkbox > li::before {
  content: "";
  background: url("../img/ico/list-checkbox.svg") center left no-repeat;
}

.list-attention > li::before {
  content: "";
  background: url("../img/ico/list-attention.svg") center left no-repeat;
}

.list-square > li::before {
  content: "";
  background: url("../img/ico/list-square.svg") center left no-repeat;
}

.list-law > li::before {
  content: "";
  background: url("../img/ico/list-law.svg") center left no-repeat;
}

.cards .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .cards .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .cards .wp-block-group__inner-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cards .wp-block-group__inner-container p {
  background-color: #fff;
  font-size: 15px;
  padding: 106px 32px 16px 32px;
  border-radius: 16px;
  margin: 0;
}

.cards-needs p {
  background-image: url("../img/ico/card-needs.svg");
  background-position: top 16px left 32px;
  background-repeat: no-repeat;
}

.cards-garanty p {
  background-image: url("../img/ico/card-garanty.svg");
  background-position: top 16px left 32px;
  background-repeat: no-repeat;
}

.contact {
  background: #B3C2F2;
  padding: 64px 80px;
  position: relative;
  border-radius: 32px;
}
.contact h2 {
  margin: 0;
}
.contact span {
  font-size: 12px;
  color: #44344F;
  opacity: 0.6;
  margin-bottom: 4px;
  line-height: 25px;
}
.contact form {
  background: #fff;
  border-radius: 16px;
  margin-top: 60px;
  padding: 32px 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contact label {
  display: flex;
  flex-direction: column;
  width: 230px;
}
.contact input {
  width: 230px;
  height: 54px;
  background: #ebeff2;
  outline: none;
  border: none;
  padding-left: 24px;
}
.contact input[type=submit] {
  height: 54px;
  width: auto;
  padding: 0 24px;
  background: #ED474A;
  color: #fff;
  cursor: pointer;
  transition: 300ms;
  font-family: "Roboto Bold";
}
.contact input[type=submit]:hover {
  background-color: #e8191c;
}
.contact__done {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url("../img/ico/done.svg") center no-repeat;
  background-size: contain;
  margin-bottom: 32px;
}
.contact__success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #f5d547;
  padding: 80px 24px 0;
  opacity: 0;
  z-index: -1;
  transition: 300ms;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  .contact__success {
    padding-bottom: 64px;
    justify-content: center;
  }
}
.contact__success .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.contact__success h2 {
  text-align: center;
}
.contact__success.active {
  transform: scale(1);
  z-index: 1003;
  opacity: 1;
}

@media only screen and (max-width: 1180px) {
  .contact {
    width: 100%;
    padding: 60px 24px 24px;
  }
  .contact .container {
    max-width: 600px;
    min-width: 0;
  }
  .contact form {
    flex-direction: column;
    padding: 32px 24px;
    align-items: stretch;
  }
  .contact label {
    width: 100%;
    margin-bottom: 8px;
  }
  .contact input {
    width: 100%;
  }
  .contact input[type=submit] {
    margin-top: 16px;
  }
}
.categories {
  padding-top: 90px;
}
@media only screen and (max-width: 1180px) {
  .categories {
    padding: 20px 24px 0;
  }
}
.categories__head {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
}
@media only screen and (max-width: 1180px) {
  .categories__head {
    padding: 20px 0 0;
  }
}
.categories__title {
  margin: 0;
}
.categories__item {
  font-size: 14px;
  line-height: 150%;
  padding: 5px 12px 4px;
  border: 2px solid #333;
  text-decoration: none;
  margin-right: 4px;
  transition: 300ms;
  cursor: pointer;
  border-radius: 50vh;
  background: #1d2539;
  color: #fff;
  font-family: "Roboto Bold";
}
.categories__item:hover {
  color: #1d2539;
  border: 2px solid #B3C2F2;
  background: #B3C2F2;
}
.categories__item.active {
  color: #1d2539;
  background: transparent;
}
@media only screen and (max-width: 1180px) {
  .categories__item {
    margin-bottom: 4px;
  }
}
.categories__content {
  margin-top: 48px;
}
.categories__content__item {
  display: none;
}
.categories__content__item.active {
  display: block;
}

.alm-reveal, .blog-author, .alm-listing {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  align-items: flex-start;
  justify-content: center;
  gap: 60px 20px;
}
@media only screen and (max-width: 1180px) {
  .alm-reveal, .blog-author, .alm-listing {
    grid-template-columns: repeat(3, 280px);
  }
}
@media only screen and (max-width: 992px) {
  .alm-reveal, .blog-author, .alm-listing {
    grid-template-columns: repeat(2, 280px);
  }
}
@media only screen and (max-width: 768px) {
  .alm-reveal, .blog-author, .alm-listing {
    grid-template-columns: repeat(1, 280px);
  }
}

.blog-item_img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: inline-block;
}
.blog-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 300ms;
}
.blog-item_img:hover img {
  transform: scale(1.2);
}

.blog-item_content {
  background: #fff;
  padding: 32px 0 0;
  position: relative;
}
.blog-item_content h2 {
  font-size: 20px;
  color: #1d2539;
  margin: 8px 0 16px;
  line-height: 150%;
}
.blog-item_content p {
  margin: 0 0 32зч;
  color: #7a7c81;
  font-size: 16px;
}

.blog-item_categories {
  display: flex;
  flex-wrap: wrap;
}

.blog-item_categories-inner {
  margin-top: 32px;
}

.blog-category {
  font-size: 14px;
  line-height: 150%;
  padding: 5px 12px 4px;
  border: 1px solid #1d2539;
  border-radius: 50vh;
  text-decoration: none;
  transition: 300ms;
  color: #fff;
  background: #1d2539;
  margin: 0 4px 8px 0;
}

@media only screen and (max-width: 1180px) {
  .header-empty .block_header_content-news {
    outline: 1px solid red;
    position: static;
  }
  .header-empty .block_header_content-news h1 {
    margin-top: 32px;
  }
}

.blog {
  padding: 32px 0 16px 0;
  max-width: 956px;
}
.blog__social {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.blog__social p {
  margin: 0;
  font-size: 12px;
}
.blog__social-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  background-color: #B3C2F2;
  border-radius: 22px;
  padding: 8px;
}
.blog__social-item {
  width: 28px;
  height: 28px;
  margin: 0 4px;
}
.blog__social-yt {
  background: url("../img/ico/social/blog-yt.svg") center no-repeat;
  background-size: contain;
}
.blog__social-fb {
  background: url("../img/ico/social/blog-fb.svg") center no-repeat;
  background-size: contain;
}
.blog__social-inst {
  background: url("../img/ico/social/blog-inst.svg") center no-repeat;
  background-size: contain;
}
.blog__social-apple {
  background: url("../img/ico/social/blog-apple.svg") center no-repeat;
  background-size: contain;
}
.blog__navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 16px;
  max-width: 956px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .blog__navigation {
    padding: 16px 24px 16px;
  }
}
.blog__navigation a {
  color: #1d2539;
  transition: 300ms;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .blog__navigation a {
    font-size: 12px;
  }
}
.blog__navigation a:hover {
  text-decoration: underline;
}
.blog__header {
  max-width: 956px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .blog__header {
    max-width: 100%;
    padding: 16px 24px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .blog__header h1 {
    font-size: 24px;
  }
}
.blog__author {
  opacity: 0.8;
}
.blog figure {
  margin: 1rem 0;
}
.blog a {
  color: #2989B2;
}
@media only screen and (max-width: 1180px) {
  .blog {
    padding: 0 24px 16px;
  }
  .blog .block_header_content,
  .blog .blog-item_categories {
    display: flex;
  }
}

.about, .about > .wp-block-group__inner-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about > .wp-block-group__inner-container, .about > .wp-block-group__inner-container > .wp-block-group__inner-container {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .about, .about > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.about__left, .about__left > .wp-block-group__inner-container, .about > .wp-block-group__inner-container__left, .about > .wp-block-group__inner-container__left > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 230px;
}
@media only screen and (max-width: 992px) {
  .about__left, .about__left > .wp-block-group__inner-container, .about > .wp-block-group__inner-container__left, .about > .wp-block-group__inner-container__left > .wp-block-group__inner-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
  }
}
.about__left h3, .about__left > .wp-block-group__inner-container h3, .about > .wp-block-group__inner-container__left h3, .about > .wp-block-group__inner-container__left > .wp-block-group__inner-container h3 {
  font-size: 30px;
  text-align: right;
  margin: 32px 0 0;
}
@media only screen and (max-width: 992px) {
  .about__left h3, .about__left > .wp-block-group__inner-container h3, .about > .wp-block-group__inner-container__left h3, .about > .wp-block-group__inner-container__left > .wp-block-group__inner-container h3 {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .about__left h3, .about__left > .wp-block-group__inner-container h3, .about > .wp-block-group__inner-container__left h3, .about > .wp-block-group__inner-container__left > .wp-block-group__inner-container h3 {
    text-align: center;
    padding: 0 20px;
  }
}
.about__left .wp-block-group__inner-container, .about__left figure, .about__left > .wp-block-group__inner-container .wp-block-group__inner-container, .about__left > .wp-block-group__inner-container figure, .about > .wp-block-group__inner-container__left .wp-block-group__inner-container, .about > .wp-block-group__inner-container__left figure, .about > .wp-block-group__inner-container__left > .wp-block-group__inner-container .wp-block-group__inner-container, .about > .wp-block-group__inner-container__left > .wp-block-group__inner-container figure {
  margin: 0 !important;
}
.about__left img, .about__left > .wp-block-group__inner-container img, .about > .wp-block-group__inner-container__left img, .about > .wp-block-group__inner-container__left > .wp-block-group__inner-container img {
  height: 88px;
}
.about__right, .about > .wp-block-group__inner-container__right {
  width: 910px;
  background: linear-gradient(90deg, #F2F4FA 0%, rgba(242, 244, 250, 0) 100%);
  padding: 48px 64px;
  border-radius: 32px;
}
@media only screen and (max-width: 1180px) {
  .about__right, .about > .wp-block-group__inner-container__right {
    width: auto;
    flex-grow: 1;
    width: 800px;
    margin-left: 32px;
  }
}
@media only screen and (max-width: 992px) {
  .about__right, .about > .wp-block-group__inner-container__right {
    width: 100%;
    padding: 32px 20px;
    margin: 0;
  }
}
.about__benefits, .about > .wp-block-group__inner-container__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 32px;
  padding: 0;
  gap: 8px;
}
@media only screen and (max-width: 1180px) {
  .about__benefits, .about > .wp-block-group__inner-container__benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .about__benefits, .about > .wp-block-group__inner-container__benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .about__benefits, .about > .wp-block-group__inner-container__benefits {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__benefits li, .about > .wp-block-group__inner-container__benefits li {
  list-style: none;
  background: #EAECF2 url(../img/ico/star.svg) top 25px left 16px no-repeat;
  font-size: 16px;
  padding: 62px 24px 24px;
  border-radius: 16px;
}
@media only screen and (max-width: 576px) {
  .about__benefits li, .about > .wp-block-group__inner-container__benefits li {
    background-position: top 12px left 16px;
    padding: 16px 16px 16px 62px;
  }
}
.about__directions, .about > .wp-block-group__inner-container__directions {
  padding: 0;
}
.about__directions li, .about > .wp-block-group__inner-container__directions li {
  list-style: none;
  background: #EAECF2 url(../img/ico/directions.svg) top 12px left 16px no-repeat;
  font-size: 16px;
  padding: 16px 16px 16px 62px;
  border-radius: 16px;
  margin-bottom: 8px;
}
.about__docs-about, .about > .wp-block-group__inner-container__docs-about {
  padding: 0;
}
.about__docs-about li, .about > .wp-block-group__inner-container__docs-about li {
  list-style: none;
  background: #EAECF2 url(../img/ico/docs-about.svg) top 12px left 20px no-repeat;
  font-size: 16px;
  padding: 16px 16px 16px 64px;
  border-radius: 16px;
  margin-bottom: 8px;
}

.sign .wp-block-group__inner-container {
  padding: 48px 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.sign .wp-block-group__inner-container p {
  margin: 0;
}

.contacts {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 64px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1180px) {
  .contacts {
    flex-direction: column;
    padding: 0 20px 48px;
  }
}
.contacts h3 {
  color: #1d2539;
  font-family: "Roboto Bold";
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}
.contacts__list {
  display: flex;
}
.contacts__list a {
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
@media only screen and (max-width: 768px) {
  .contacts__list a {
    margin: 0 16px 0 0;
  }
}
.contacts__list a:first-child {
  margin: 0;
}
.contacts__left {
  width: 600px;
}
@media only screen and (max-width: 1180px) {
  .contacts__left {
    width: 100%;
  }
}
.contacts__left > h3 {
  width: 100%;
  margin-bottom: 0;
}
.contacts__left p {
  color: #1d2539;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  margin: 0;
}
.contacts__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .contacts__row {
    flex-direction: column;
  }
}
.contacts__column {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .contacts__column {
    width: 100%;
  }
}
.contacts__column a {
  color: #1d2539;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}
.contacts__column span {
  font-family: "Roboto Bold";
}
.contacts__messengers {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contacts__messengers {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts__fb {
  background: url("../img/contacts/social/fb.svg") center no-repeat;
  background-size: contain;
}
.contacts__inst {
  background: url("../img/contacts/social/inst.svg") center no-repeat;
  background-size: contain;
}
.contacts__tg {
  background: url("../img/contacts/social/tg.svg") center no-repeat;
  background-size: contain;
}
.contacts__whats {
  background: url("../img/contacts/social/whats.svg") center no-repeat;
  background-size: contain;
}
.contacts__viber {
  background: url("../img/contacts/social/viber.svg") center no-repeat;
  background-size: contain;
}
.contacts__email {
  background: url("../img/contacts/social/mail.svg") center left no-repeat;
  padding-left: 32px;
}
.contacts__phone {
  background: url("../img/contacts/social/phone.svg") center left no-repeat;
  padding-left: 32px;
}
.contacts__location {
  background: url("../img/contacts/social/map.svg") center left no-repeat;
  padding-left: 32px;
}
.contacts__right {
  width: 540px;
  height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1180px) {
  .contacts__right {
    width: 100%;
    margin-top: 48px;
  }
}
.contacts__map {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  .contacts__map {
    height: 100%;
  }
}

.search-page > .container {
  padding: 48px 0;
}
.search-page a {
  color: #1D2539;
}

@media screen and (max-width: 1180px) {
  .search-page .container {
    padding: 0 20px 32px;
  }
}
.seo {
  background: linear-gradient(90deg, #f2f4fa 0%, rgba(242, 244, 250, 0) 100%);
  padding: 64px 0;
}
@media only screen and (max-width: 1180px) {
  .seo {
    padding: 32px 20px;
  }
}
.seo .container > div {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  .seo .container > div {
    flex-direction: column;
  }
}
.seo__title {
  display: inline-block;
  max-width: 360px;
  font-family: "Roboto Bold";
  font-size: 32px;
  margin-bottom: 32px;
  margin-top: 0;
}
.seo__content {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 64px;
  max-width: 820px;
}
@media only screen and (max-width: 1180px) {
  .seo__content {
    padding: 20px;
  }
}
.seo__item {
  border-bottom: 1px solid rgba(29, 37, 57, 0.2);
  padding: 16px 0;
}
.seo__item:last-child {
  border: none;
}
.seo__item h3 {
  font-size: 20px;
  color: #1d2539;
  margin: 0 0 22px;
}
.seo__item p {
  margin: 0;
}

@media only screen and (max-width: 1180px) {
  .header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-top: 100px;
    position: fixed;
    left: -120vw;
    top: 0;
    width: 280px;
    height: 100vh;
    z-index: 5;
    transition: 300ms;
    background: linear-gradient(180deg, #3F8B88 0%, #347370 100%);
  }
  .header.active {
    transform: translateX(120vw);
  }
}
.header__top {
  padding: 32px 0;
  background: linear-gradient(180deg, #3F8B88 0%, #347370 100%);
}
@media only screen and (max-width: 1180px) {
  .header__top {
    padding: 32px 20px 64px;
    height: auto;
    background: none;
  }
  .header__top .logo {
    display: none;
  }
}
.header__top .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .header__top .container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.header__contacts {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .header__contacts {
    flex-direction: column;
  }
}
.header__column {
  margin-left: 18px;
}
.header__column:nth-child(1) {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header__column {
    margin-left: 0;
  }
}
.header__column .current-lang {
  display: none;
}
.header__column p {
  margin: 0;
  padding-top: 2px;
  color: #9DC0BF;
  font-family: "Roboto Bold Italic";
  line-height: 100%;
}
.header__column a {
  color: #9DC0BF;
  font-family: "Roboto Bold Italic";
  text-decoration: none;
}
.header__column span {
  color: #fff;
}
.header__column li {
  list-style: none;
}
.header__column i {
  margin-right: 16px;
}
.header__column-item {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.header__column-item-last {
  justify-content: flex-end;
  background: none;
}
@media only screen and (max-width: 992px) {
  .header__column-item-last {
    position: absolute;
    top: 34px;
    right: 20px;
    margin: 0;
  }
}
.header__column-item-last a {
  color: #fff;
  font-size: 14px;
}
.header__column-item-last .ico {
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 8px;
}
.header__navigation {
  background-color: #F2F4FA;
}
@media only screen and (max-width: 1180px) {
  .header__navigation {
    background-color: transparent;
  }
}

.logo {
  width: 382px;
  height: 100px;
  background: url("../img/logo.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
}

.menu {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1180px) {
  .menu {
    flex-direction: column;
    padding: 0 20px;
  }
}
.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu a {
  color: #1D2539;
  font-size: 18px;
  font-family: "Roboto Bold";
  padding: 20px 16px;
  display: inline-block;
  text-decoration: none;
  transition: 300ms;
}
@media only screen and (max-width: 992px) {
  .menu a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
  }
}
.menu a:hover {
  background-color: #D8E0EB;
}
.menu .current_page_item a {
  background-color: #357471;
  color: #fff;
}

.header__mobile {
  display: none;
}
@media only screen and (max-width: 1180px) {
  .header__mobile {
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #3F8B88 0%, #347370 100%);
    padding: 24px;
  }
}
.header__mobile .logo {
  width: 200px;
  height: 50px;
}

.menus {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  width: 100%;
  height: 100%;
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.menu_switcher {
  display: block;
  position: fixed;
  top: 34px;
  left: 20px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.2);
}
.menu_switcher svg {
  width: 100% !important;
  height: 100% !important;
}

.footer {
  height: 380px;
  min-width: 1180px;
  width: 100%;
  background-color: #44344F;
  margin-top: -380px;
  position: relative;
  padding: 60px 0 0;
}
.footer .logo {
  width: 190px;
  height: 50px;
}
.footer__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .footer__top {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .footer {
    min-width: 100%;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  .footer .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1180px) {
  .footer .menu {
    flex-direction: row;
  }
}
@media only screen and (max-width: 992px) {
  .footer .menu {
    display: none;
  }
}
.footer .menu a {
  color: #fff;
}
.footer .menu a:hover {
  color: #44344F;
}
.footer__line {
  width: 100%;
  max-width: 997px;
  opacity: 0.2;
  height: 1px;
  background-color: #fff;
  margin: 50px 0 50px;
}
.footer__contacts {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  width: 100%;
  max-width: 997px;
}
@media only screen and (max-width: 576px) {
  .footer__row {
    flex-direction: column-reverse;
    margin-bottom: 24px;
  }
}
.footer__search {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .footer__search {
    margin-bottom: 24px;
  }
}
.footer__search input {
  height: 40px;
  border: none;
  outline: none;
  line-height: 100%;
}
.footer__search input[type=search] {
  border: 1px solid #44344F;
  padding: 0 8px;
  margin-right: 4px;
}
.footer__search input[type=submit] {
  width: auto;
  padding: 0 24px;
  background: #ed474a;
  color: #fff;
  cursor: pointer;
  transition: 300ms;
  font-family: "Roboto Bold";
}

.social {
  display: grid;
  grid-template-columns: repeat(3, 30px);
  gap: 8px;
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.social a:nth-child(1) {
  background: url("../img/ico/social/fb.svg") center no-repeat;
  background-size: contain;
}
.social a:nth-child(2) {
  background: url("../img/ico/social/inst.svg") center no-repeat;
  background-size: contain;
}
.social a:nth-child(3) {
  background: url("../img/ico/social/yt.svg") center no-repeat;
  background-size: contain;
}/*# sourceMappingURL=main.css.map */