@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;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamPro.eot");
  src: url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PF";
  src: url("../fonts/PFDinTextCompPro-Bold.eot");
  src: url("../fonts/PFDinTextCompPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinTextCompPro-Bold.woff") format("woff"), url("../fonts/PFDinTextCompPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  background-color: #fff;
  font-family: "Gotham";
  color: #1d2539;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  line-height: 100%;
  text-rendering: geometricPrecision;
}

h1 {
  font-family: "Gotham Bold";
  font-size: 52px;
  line-height: 100%;
  margin: 0;
  color: #1d2539;
}

h2 {
  font-family: "Gotham Bold";
  font-size: 32px;
  line-height: 40px;
  color: #1d2539;
}

h3 {
  font-family: "Gotham Bold";
  font-size: 24px;
  line-height: 36px;
  color: #1d2539;
}

h4 {
  font-family: "Gotham Bold";
  font-size: 20px;
  line-height: 32px;
  color: #1d2539;
}

h5 {
  font-family: "Gotham Bold";
  font-size: 15px;
  line-height: 28px;
  color: #1d2539;
}

p {
  color: #1d2539;
  line-height: 25px;
}

li {
  color: #1d2539;
  line-height: 28px;
}

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

.wrapper::after {
  content: "";
  display: block;
  height: 466px;
  overflow: hidden;
}

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

.ico {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: absolute !important;
  right: 0;
  top: 0;
  border-left: 2px solid #d9bc3f;
  background-color: #f5d547;
  background-position: center;
  background-repeat: no-repeat;
  transition: 300ms;
}

.ico-arrow {
  background-image: url("../img/ico/arrow.svg");
}

.btn {
  display: inline-flex;
  align-items: center;
  height: 54px;
  padding-right: 50px;
  line-height: 54px;
  background: #f5d547;
  border: 3px solid #f5d547;
  font-size: 14px;
  color: #1d2539;
  text-decoration: none;
  position: relative;
  font-family: "Gotham Bold";
  outline: none;
  cursor: pointer;
  transition: 300ms;
}
.btn span {
  padding: 0 19px;
  display: inline-block;
}
.btn:hover {
  background-color: #fff;
  border: 3px solid #1d2539;
}
.btn:hover .ico {
  background-color: #fff;
  border-left: 2px solid #1d2539;
}

@media screen and (max-width: 1180px) {
  .wrapper,
  .container {
    min-width: 100%;
    width: auto;
  }
}
.place-order {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

@media only screen and (max-width: 1180px) {
  .block_header_content-ankete {
    position: static !important;
  }
}

.ankete {
  max-width: 800px;
  height: 80vh;
  overflow-y: auto;
  background-color: #fff;
  padding: 64px 48px;
  flex-direction: column;
  position: relative;
  display: none;
}
.ankete.active {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .ankete {
    height: 95vh;
    padding: 64px 20px;
    margin: 0 8px;
  }
}
.ankete h2 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .ankete h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.ankete__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../img/header/search_close.svg") center no-repeat;
  cursor: pointer;
}
.ankete__button {
  margin-top: 64px;
  color: #1d2539;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
}
.ankete__button span {
  background-color: #f5d547;
  display: inline-block;
  font-size: 16px;
  padding: 16px 32px;
  font-family: "Gotham Bold";
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .ankete__button span {
    font-size: 14px;
    padding: 12px 16px;
  }
}
.ankete {
  --sb-track-color: #232e33;
  --sb-thumb-color: #9c9c9c;
  --sb-size: 4px;
}
.ankete::-webkit-scrollbar {
  width: var(--sb-size);
}
.ankete::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}
.ankete::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}
.ankete button {
  margin-top: 32px;
  align-self: flex-end;
}
.ankete label {
  display: flex;
  flex-direction: column;
}
.ankete label span {
  font-size: 12px;
  color: #1d2539;
  opacity: 0.6;
  margin-bottom: 4px;
  line-height: 25px;
  font-family: "Gotham Bold";
}
.ankete input:not([type=checkbox]) {
  width: 100%;
  height: 54px;
  background: #ebeff2;
  outline: none;
  border: none;
  padding-left: 24px;
}
.ankete__label {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}
.ankete__label p {
  margin: 0;
  margin-left: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ankete__input {
  margin-top: 4px;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 4px;
  position: relative;
  background-color: #ebeff2;
  flex-shrink: 0;
}
.ankete__input input {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.ankete__input i {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ankete__input input:checked ~ i {
  background: url("../img/ico/checkmark.svg") center no-repeat;
  background-size: contain;
}
.ankete__data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .ankete__data {
    grid-template-columns: 1fr;
  }
}
.ankete__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 30;
  display: none;
}
.ankete__wrapper.active {
  display: flex;
}
.ankete__success {
  max-width: 800px;
  padding: 64px 48px;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: none;
}
.ankete__success.active {
  display: flex;
}
@media only screen and (max-width: 1180px) {
  .ankete__success {
    padding: 64px 16px;
  }
}
.ankete__success-ico {
  width: 50px;
  height: 50px;
  background: url("../img/ico/done.svg") center no-repeat;
  background-size: contain;
}
.ankete__success h2,
.ankete__success p {
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 1180px) {
  .p-mob-0-32 {
    padding: 0 32px;
  }
}

.section_separator {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #1d2539;
  padding-top: 120px;
  padding-bottom: 68px;
  position: relative;
}
.section_separator h2 {
  font-size: 142px;
  line-height: 110px;
  margin: 0;
  margin-right: 32px;
  position: relative;
  z-index: 2;
}
.section_separator h3 {
  position: relative;
  z-index: 2;
  font-size: 32px;
  line-height: 31px;
  margin: 0;
}

.section_separator_line {
  height: 120px;
  width: 100%;
  background: linear-gradient(90deg, #f0f3f7 0%, rgba(240, 243, 247, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact {
  background: #f5d547;
  padding-top: 60px;
  position: relative;
}
.contact h2 {
  margin: 0;
}
.contact span {
  font-size: 12px;
  color: #1d2539;
  opacity: 0.6;
  margin-bottom: 4px;
  line-height: 25px;
  font-family: "Gotham Bold";
}
.contact form {
  background: #fff;
  margin-top: 60px;
  padding: 32px 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contact label {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.contact input {
  width: 280px;
  height: 54px;
  background: #ebeff2;
  outline: none;
  border: none;
  padding-left: 24px;
}
.contact input[type=submit] {
  height: 54px;
  width: auto;
  padding: 0 24px;
  background: #1d2539;
  color: #fff;
  cursor: pointer;
  transition: 300ms;
  font-family: "Gotham Bold";
}
.contact input[type=submit]:hover {
  background: #f5d547;
  color: #1d2539;
}
.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-top: 80px;
  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;
}

.services_wrapper {
  width: 940px;
  margin: 30px auto 0;
}

.services_head {
  min-height: 320px;
  padding: 75px 0 32px 60px;
  margin-bottom: 20px;
  background: linear-gradient(97.67deg, #1d2539 0%, #36466b 100%);
  position: relative;
}
.services_head h2 {
  width: 434px;
  color: #fff;
  margin: 0 0 30px;
}
.services_head p {
  width: 350px;
  color: #fff;
  margin: 0;
}

.service_head_logo_1 {
  width: 180px;
  height: 250px;
  background: url("../img/ico/service_head.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: -60px;
}

.services_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.services_list_item {
  background: #d8e0eb;
  padding-top: 60px;
}

.services_list_item_bg {
  height: 120px;
  width: 100%;
  padding: 0 30px;
}
.services_list_item_bg img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

.services_list_item_content {
  background: #1d2539;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 24px;
  height: auto;
  min-height: 136px;
}
.services_list_item_content h3 {
  font-family: "PF";
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.services_list_item_content a {
  color: #fff;
  transition: 300ms;
  text-decoration: none;
  background: url("../img/ico/arrow_service.svg") right center no-repeat, url("../img/ico/arrow_service_active.svg") right center no-repeat;
  padding-right: 36px;
}
.services_list_item_content a:hover {
  color: #f5d547;
  background: url("../img/ico/arrow_service_active.svg") right center no-repeat;
  padding-right: 36px;
}

.services_column_wrapper .services_list {
  display: flex;
  flex-direction: column;
}
.services_column_wrapper .services_list_item {
  display: flex;
  padding: 0;
  height: 167px;
}
.services_column_wrapper .services_list_item_content {
  width: 760px;
  height: 167px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.services_column_wrapper .services_list_item_bg {
  width: 180px;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.services_column_wrapper .services_list_item_bg img {
  width: 100%;
  height: 120px;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.services_two_column_wrapper .services_list {
  flex-wrap: wrap;
  flex-direction: row;
}
.services_two_column_wrapper .services_list_item_content {
  width: 280px;
  flex-direction: column;
  align-items: flex-start;
}

.faq_wrapper {
  background: #f5d547;
  padding: 80px 0;
}

.faq_item {
  border-bottom: 1px solid rgba(29, 37, 57, 0.2);
}
.faq_item:last-child {
  border: none;
}

.faq_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 16px 0;
}
.faq_head h3 {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  pointer-events: none;
}

.faq_ico {
  pointer-events: none;
  width: 44px;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq_ico_h,
.faq_ico_v-line {
  width: 24px;
  height: 3px;
  background: #1d2539;
}

.faq_ico_v {
  position: absolute;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 9px;
  left: 10px;
  transform: rotate(90deg);
  transition: 100ms;
}

.faq_body {
  height: auto;
  max-height: 0;
  transition: 300ms;
  overflow: hidden;
}
.faq_body * {
  transform: translateY(-20px);
  opacity: 0;
  transition: 100ms;
}

.faq_item.active .faq_body {
  max-height: 1000px;
  transition: 300ms;
}
.faq_item.active .faq_body * {
  opacity: 1;
  transform: translateY(0);
  transition: 100ms;
}
.faq_item.active .faq_ico_v {
  transform: rotate(0deg);
}

.service_types_wrapper {
  background: linear-gradient(90deg, #f0f3f7 0%, rgba(240, 243, 247, 0) 100%);
}
.service_types_wrapper .container {
  display: flex;
  justify-content: space-between;
}
.service_types_wrapper .section_separator {
  justify-content: flex-start;
  flex-direction: column;
}
.service_types_wrapper .section_separator h2 {
  margin-bottom: 32px;
}
.service_types_wrapper .section_separator_line {
  display: none;
}

.separator-subheader {
  margin-top: -110px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1180px) {
  .separator-subheader {
    margin: 0;
    padding: 0 32px;
  }
}
.separator-subheader p {
  max-width: 800px;
  height: 75px;
  padding-left: 232px;
}
@media only screen and (max-width: 1180px) {
  .separator-subheader p {
    padding: 0;
  }
}
.separator-subheader h3 {
  margin: 76px 0 0;
}
@media only screen and (max-width: 1180px) {
  .separator-subheader h3 {
    margin: 32px 0;
  }
}

.service_types_left {
  width: 300px;
}
@media only screen and (max-width: 1180px) {
  .service_types_left {
    width: 100%;
  }
}
.service_types_left h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 32px;
}

.service_types_right {
  width: 820px;
  padding-bottom: 60px;
}

.service_types_right_block {
  border-left: 64px solid #f5d547;
  position: relative;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #dae1eb 0%, rgba(240, 243, 247, 0) 100%);
}
.service_types_right_block h3 {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
}
.service_types_right_block ul {
  padding-left: 16px;
  margin: 16px 0 0;
}
.service_types_right_block::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  background: url("../img/ico/checkmark.svg") center no-repeat;
}
.service_types_right_block:last-child {
  margin: 0;
}

.service_types-docs .service_types_right_block::after {
  background: url("../img/ico/doc.svg") center no-repeat;
}
@media only screen and (max-width: 1180px) {
  .service_types-docs {
    margin-bottom: 64px;
  }
}

.result__example {
  padding: 32px;
  background: #fff;
  display: flex;
  align-items: center;
}
.result__example img {
  max-height: 320px;
}
@media only screen and (max-width: 576px) {
  .result__example img {
    max-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .result__example {
    flex-direction: column;
  }
}
.result__content {
  max-width: 300px;
  margin-left: 32px;
}
@media only screen and (max-width: 768px) {
  .result__content {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .result__content h3,
  .result__content p {
    text-align: center;
  }
}

.service_types-result .service_types_right_block::after {
  height: 29px;
  background: url("../img/ico/result.svg") center no-repeat;
}

.if {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
  padding-top: 60px;
}

.if_item {
  width: 250px;
  padding-top: 138px;
  background: url("../img/ico/if.png") center left no-repeat;
}
.if_item b {
  font-family: "Gotham Bold";
}

.need {
  max-width: 680px;
}
.need__item {
  margin-bottom: 48px;
}
.need__head {
  background: url("../img/ico/need.png") top left no-repeat;
  padding-left: 170px;
  min-height: 105px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1180px) {
  .need__head {
    background: url("../img/ico/need.png") top left no-repeat;
    padding: 136px 0 0;
  }
}
.need h3 {
  line-height: 28px;
  margin: 0;
}
.need h4 {
  margin: 0;
}
.complaint .need__head {
  background: url("../img/ico/complaint.png") top left no-repeat !important;
}

@media screen and (min-width: 1180px) {
  .if .scroll {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.mechanism_list_wrapper {
  background: linear-gradient(90deg, #f0f3f7 0%, rgba(240, 243, 247, 0) 100%);
}

.separator-p .section_separator_line {
  display: none;
}
.separator-p p {
  width: 442px;
}

.mechanism_list {
  padding-left: 360px;
}
.mechanism_list .faq {
  width: 100%;
  background: #fff;
  padding: 70px 64px;
  border-radius: 16px 0 0 0;
}
.mechanism_list .faq_head h3 {
  width: 640px;
}

.order_block_wrapper {
  margin-top: 60px;
  background: #ebedf2;
  padding: 64px 200px 64px 237px;
}

.order_block_item {
  display: flex;
  align-items: center;
  position: relative;
}
.order_block_item h2 {
  font-size: 64px;
  line-height: 62px;
  margin-right: 80px;
  min-width: 60px;
  flex-shrink: 0;
}
.order_block_item h4 {
  margin: 16px 0 0;
}
.order_block_item p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Gotham Bold";
}
.order_block_item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 32px;
  background: #728bab;
  position: absolute;
  top: -20px;
  left: 18px;
}
.order_block_item:first-child::after {
  display: none;
}

.order_block_wrapper-long .order_block_item h2 {
  min-width: 120px;
}

.order_block_more {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: 300ms;
}
.order_block_more .order_block_item:first-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 32px;
  background: #728bab;
  position: absolute;
  top: -20px;
  left: 18px;
}

.order_block_more.active {
  max-height: 500000px;
  overflow: visible;
}

.btn-showOrder span {
  display: none;
}
.btn-showOrder .active {
  display: inline-block;
}
.btn-showOrder.active .ico-arrow {
  background-image: url("../img/ico/arrow_top.svg");
}

.duty {
  width: 764px;
  margin: 0 auto;
  padding: 60px 0;
}

.duty_list {
  margin-top: 60px;
}

.duty_item {
  min-height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 64px;
}
.duty_item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 32px;
  background: #728bab;
  position: absolute;
  top: -56px;
  left: 32px;
}
.duty_item:first-child::after {
  display: none;
}
.duty_item p {
  width: 620px;
  font-family: "Gotham Bold";
  margin: 0;
}
.duty_item h4 {
  display: inline-block;
  max-width: 620px;
  margin: 0 0 16px;
}

.duty_list-thin .duty_item p {
  font-family: "Gotham";
}
.duty_list-thin .duty_item b {
  font-family: "Gotham Bold";
}

.duty_content {
  width: 620px;
}
.duty_content p {
  width: 100%;
}

.duty_logo {
  width: 64px;
  height: 64px;
  background: #f5d547 url("../img/ico/checkmark.svg") center no-repeat;
  border-radius: 50%;
  flex-shrink: 0;
}

.documents {
  background: linear-gradient(90deg, #f0f3f7 0%, rgba(240, 243, 247, 0) 100%);
  height: 457px;
  margin-bottom: 220px;
}
.documents .section_separator {
  padding-bottom: 36px;
}

.documents_list {
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}

.documents_item {
  width: 260px;
  height: 420px;
  background: #fff;
  text-decoration: none;
  padding: 32px 16px 0;
  border-radius: 16px;
  box-shadow: 24px 32px 44px #dfe2e6;
}
.documents_item span {
  font-size: 24px;
  line-height: 32px;
  color: #1d2539;
  font-family: "Gotham Bold";
}
.documents_item img {
  margin-bottom: 32px;
  width: 100%;
  height: 164px;
  -o-object-fit: contain;
     object-fit: contain;
}

.study_about {
  width: 752px;
  padding-top: 60px;
}

.study_types {
  margin-top: 20px;
}
.study_types h2 {
  width: 595px;
  margin: 0;
}
.study_types p {
  font-size: 15px;
}

.study_types_info {
  padding: 64px 64px 64px 248px;
  background: #ebedf2 url("../img/ico/study_types.svg") left 64px top 64px no-repeat;
}

.study_types_list {
  display: flex;
  margin: 32px 0;
}
.study_types_list span {
  margin-right: 16px;
  background: yellow;
  font-family: "Gotham Bold";
  font-size: 18px;
  padding: 18px 24px;
  border-radius: 50vh;
}

.study_types_details {
  padding: 12px 64px 184px;
}

.study_types_details_item {
  padding: 52px 64px 52px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ebedf2;
}
.study_types_details_item h3 {
  margin: 0;
}
.study_types_details_item p {
  margin: 0;
  font-size: 15px;
  width: 470px;
}
.study_types_details_item:last-child {
  border: none;
}

.filial_info {
  padding: 60px 0 0;
}
.filial_info h2 {
  max-width: 720px;
  margin: 0;
}

.filial_info_list {
  padding: 44px 0 64px 240px;
}
@media only screen and (max-width: 1180px) {
  .filial_info_list {
    padding: 32px;
  }
}

.filial_info_list_item {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid rgba(29, 37, 57, 0.2);
}
.filial_info_list_item:last-child {
  border: none;
}
.filial_info_list_item span {
  background: #f5d547;
  display: inline-block;
  font-family: "Gotham Bold";
  font-size: 32px;
  border-radius: 50vh;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  flex-shrink: 0;
}

.filial_info_list_header {
  width: 100%;
  display: flex;
  align-items: center;
}
.filial_info_list_header p {
  font-family: "Gotham Bold";
  width: 620px;
  margin-left: 80px;
}
@media only screen and (max-width: 1180px) {
  .filial_info_list_header p {
    margin-left: 32px;
  }
}

.filial_info_list_content {
  padding-left: 132px;
}
@media only screen and (max-width: 1180px) {
  .filial_info_list_content {
    padding-left: 80px;
  }
}

.legal {
  padding: 64px;
  background: linear-gradient(90deg, #f0f3f7 0%, rgba(240, 243, 247, 0) 100%);
  margin: 30px auto 0;
}

.legal_accent {
  background-image: url("../img/ico/study_types.svg");
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 266px;
}

.legal_accent_content {
  background-color: #ebedf2;
  padding: 32px;
}
.legal_accent_content h2 {
  margin-top: 0;
}
.legal_accent_content p {
  margin: 0;
}

.legal_content {
  padding-left: 266px;
}

@media screen and (max-width: 1180px) {
  .section_separator {
    padding: 24px;
  }
  .section_separator h2 {
    font-size: 70px;
    line-height: 66px;
  }
  .section_separator h3 {
    font-size: 16px;
    line-height: 15px;
    padding-top: 10px;
  }
  .section_separator_line {
    height: 50px;
    bottom: -2px;
    left: 24px;
    width: calc(100vw - 48px);
  }
  .service_types_wrapper {
    background: #fff;
  }
  .service_types_wrapper .section_separator h2 {
    margin-bottom: 0;
  }
  .service_types_wrapper .section_separator_line {
    display: block;
  }
  .service_types_wrapper .container {
    flex-direction: column;
    padding: 0 24px 0;
  }
  .service_types_wrapper .section_separator {
    flex-direction: row;
    padding: 24px;
  }
  .service_types_left {
    width: auto;
    max-width: 300px;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 1180px) {
  .service_types_left {
    max-width: 100%;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .service_types_right {
    width: 100%;
    padding-bottom: 0;
  }
  .if {
    width: 100%;
    overflow-y: scroll;
    padding: 16px 0 36px;
  }
  .scroll {
    gap: 0 32px;
    display: flex;
    padding: 0 24px;
  }
  .if_item {
    width: 250px;
  }
  .separator-p p {
    width: auto;
    display: none;
  }
  .separator-p .section_separator_line {
    display: block;
  }
  .mechanism_list_wrapper {
    background: #fff;
  }
  .mechanism_list_wrapper .section_separator_line {
    display: block;
  }
  .mechanism_list_wrapper .section_separator {
    flex-direction: row;
    padding: 24px;
  }
  .mechanism_list {
    padding: 0 24px 36px;
    margin-top: 20px;
  }
  .mechanism_list .faq {
    background: #ebedf2;
    border-radius: 16px;
    padding: 16px 24px 16px 16px;
  }
  .mechanism_list .faq_head {
    position: relative;
    padding-right: 44px;
  }
  .mechanism_list .faq_head h3 {
    width: auto;
  }
  .mechanism_list .faq_ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .order_block_wrapper {
    width: calc(100vw - 48px);
    min-width: 280px;
    border-radius: 16px;
    padding: 64px 16px;
    position: relative;
    margin-bottom: 90px;
  }
  .btn-showOrder {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn-showOrder span {
    min-width: 230px;
  }
  .order_block_wrapper-long .order_block_item h2 {
    min-width: 30px;
    margin-right: 16px;
  }
  .order_block_item {
    justify-content: flex-start;
  }
  .order_block_item h2 {
    margin-right: 16px;
    padding-left: 8px;
    min-width: 30px;
    font-size: 32px;
  }
  .order_block_more .order_block_item:first-child::after {
    top: -58px;
  }
  .order_number {
    width: 64px;
  }
  .duty {
    padding: 24px;
    width: 100%;
  }
  .duty h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .duty_item p {
    width: calc(100% - 64px - 64px);
  }
  .duty_content {
    width: calc(100% - 64px - 64px);
  }
  .duty_content p {
    width: 100%;
  }
  .duty_logo {
    margin-right: 64px;
  }
  .documents {
    background: #fff;
    height: auto;
    margin-bottom: 36px;
  }
  .documents_list {
    margin-top: 16px;
    padding: 24px 0;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    background: linear-gradient(90deg, #f0f3f7 0%, rgba(240, 243, 247, 0) 100%);
  }
  .documents_item {
    height: 360px;
  }
  .documents_item span {
    font-size: 18px;
    line-height: 24px;
  }
  .faq_wrapper {
    padding: 32px 0;
    margin-top: 16px;
  }
  .faq_head {
    position: relative;
    padding-right: 44px;
  }
  .faq_head h3 {
    width: auto;
    font-size: 15px;
    line-height: 25px;
  }
  .faq_head .faq_ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .faq {
    padding: 0 24px;
  }
}
.header {
  height: 110px;
  padding: 24px 0;
  position: relative;
  z-index: 10;
  background: #1d2539;
}
.header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  display: inline-block;
  width: 103px;
  height: 62px;
  background: url("../img/header/logo.svg") center no-repeat;
}

.main-navigation {
  background: #f5d547;
  height: 690px;
  width: 100vw;
  position: absolute;
  top: 110px;
  left: calc(-50vw - 590px + 213px);
}

.menu-menu-1-container {
  height: 100%;
}

.menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.menu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.menu li {
  list-style: none;
}
.menu li a {
  display: inline-block;
  width: 220px;
  padding: 24px 18px 20px;
  font-family: "PF";
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #1d2539;
  text-transform: uppercase;
  transition: 300ms;
}
.menu li a:hover {
  background-color: #dbbf40;
}
.menu .page_item_has_children a {
  background-image: url("../img/header/arrow.svg");
  background-position: center right 10px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1180px) {
  .menu .children {
    position: absolute;
    right: -270px;
    top: 0;
    width: 270px;
    background: #1d2539;
    overflow: hidden;
    height: auto;
    max-height: 0;
    transition: 300ms;
  }
  .menu .children .page_item {
    transform: scaleY(0);
    transition: 300ms;
  }
  .menu .children .page_item a {
    width: 100%;
    color: #fff;
  }
  .menu .children .page_item a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (min-width: 1180px) {
  .page_item_has_children:hover .children {
    max-height: 2000px;
  }
  .page_item_has_children:hover .children .page_item {
    transform: scaleY(1);
  }
  .page_item_has_children:hover .children .page_item:nth-child(10) {
    transition-delay: 250ms;
  }
  .page_item_has_children:hover .children .page_item:nth-child(9) {
    transition-delay: 230ms;
  }
  .page_item_has_children:hover .children .page_item:nth-child(8) {
    transition-delay: 200ms;
  }
  .page_item_has_children:hover .children .page_item:nth-child(7) {
    transition-delay: 170ms;
  }
  .page_item_has_children:hover .children .page_item:nth-child(6) {
    transition-delay: 140ms;
  }
  .page_item_has_children:hover .children .page_item:nth-child(5) {
    transition-delay: 110ms;
  }
  .page_item_has_children:hover .children .page_item:nth-child(4) {
    transition-delay: 80ms;
  }
  .page_item_has_children:hover .children .page_item:nth-child(3) {
    transition-delay: 50ms;
  }
  .page_item_has_children:hover .children .page_item:nth-child(2) {
    transition-delay: 20ms;
  }
}
.header_right {
  display: flex;
}

.header_phone {
  display: inline-block;
  position: relative;
  height: 62px;
  width: 88px;
  cursor: pointer;
  background: url("../img/header/phone.svg") center no-repeat, url("../img/header/phone_hover.svg") center no-repeat;
  color: #fff;
  transition: 300ms;
}
.header_phone:hover {
  transition: 300ms;
  background: url("../img/header/phone_hover.svg") center no-repeat;
}

.header_phone_dropdown {
  background: #fff;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  top: 90px;
  right: 0;
  overflow: hidden;
  height: auto;
  max-height: 0;
  transition: 300ms;
  opacity: 0;
}
.header_phone_dropdown a {
  min-width: 192px;
  padding: 12px 32px 12px 16px;
  transition: 300ms;
  display: block;
  text-decoration: none;
  color: #1d2539;
  border-radius: 4px;
  transform: scaleY(0.5);
  transition: 300ms;
}
.header_phone_dropdown a span {
  font-family: "Gotham Bold";
}
.header_phone_dropdown a:hover {
  background: #ebedf2;
}

.header_phone_dropdown.active {
  max-height: 500px;
  opacity: 1;
}
.header_phone_dropdown.active a {
  transform: scaleY(1);
}

.header_info {
  border-left: 1px solid #505973;
  height: 62px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header_time,
.header_office {
  font-family: "Gotham Bold";
  color: #fff;
  text-decoration: none;
  padding: 4px 0 4px 32px;
  margin: 0;
}

.header_time {
  background: url("../img/header/time.svg") center left no-repeat;
}

.header_office {
  background: url("../img/header/office.svg") center left no-repeat;
  transition: 300ms;
}
.header_office:hover {
  color: #f5d547;
}

.header_search_ico {
  background: url("../img/header/search.svg") center no-repeat, url("../img/header/search_hover.svg") center no-repeat;
  height: 100%;
  padding: 0 44px;
  transition: 300ms;
  outline: none;
  border: none;
  border-left: 1px solid #505973;
  cursor: pointer;
}
.header_search_ico:hover {
  background: url("../img/header/search_hover.svg") center no-repeat;
}

.header_search {
  display: flex;
  justify-content: center;
  border-right: 1px solid #505973;
  transition: 300ms;
}

.header_search_input {
  width: auto;
  max-width: 0;
  transition: 300ms;
  overflow: hidden;
  display: flex;
}
.header_search_input input[type=submit] {
  display: none;
}
.header_search_input input[type=search] {
  outline: none;
  border: none;
  background: transparent;
  opacity: 0;
  transition: 300ms;
  height: 30px;
}
.header_search_input button {
  outline: none;
  border: none;
  cursor: pointer;
}
.header_search_input form {
  display: flex;
  align-items: center;
}

.header_search_close {
  width: 40px;
  height: 100%;
  background: url("../img/header/search_close.svg") center no-repeat;
  cursor: pointer;
}

.header_search.active {
  background-color: #fff;
  border-radius: 4px;
  padding-left: 8px;
  border: none;
}
.header_search.active .header_search_input {
  max-width: 228px;
}
.header_search.active .header_search_ico {
  background: url("../img/header/search_active.svg") center no-repeat;
  padding: 0 16px;
  border: none;
  cursor: default;
}
.header_search.active .header_search_ico:hover {
  background: url("../img/header/search_active.svg") center no-repeat;
}
.header_search.active input[type=search] {
  opacity: 1;
}

.menu_switcher {
  display: none;
}

@media screen and (max-width: 1180px) {
  .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: 42px;
    left: 32px;
    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;
  }
  .header_logo {
    margin-left: 60px;
  }
  .header .container {
    padding: 0 32px;
    position: relative;
  }
  .header_info {
    display: none;
  }
  .header_search,
  .header_search_ico {
    border: none;
  }
  .header_search_ico {
    background: url(../img/header/search_hover.svg) center no-repeat;
    padding: 0 22px;
  }
  .header_search {
    justify-content: flex-end;
    z-index: 3;
    position: absolute;
    right: 77px;
    top: 0;
    width: 100%;
    height: 62px;
    max-width: calc(100vw - 168px);
  }
  .header_search .header_search_close {
    opacity: 0;
  }
  .header_search_input {
    opacity: 0;
  }
  .header_search.active .header_search_input {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    opacity: 1;
  }
  .header_search.active .header_search_close {
    position: absolute;
    right: 8px;
    opacity: 1;
  }
  .header_phone {
    width: 44px;
    background: url(../img/header/phone_hover.svg) center no-repeat;
  }
  .main-navigation {
    position: fixed;
    top: 0;
    left: -200vw;
    height: 100vh;
    width: 260px;
    transition: 300ms;
  }
  .main-navigation.active {
    transform: translateX(200vw);
    box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.3);
  }
  .main-navigation.active .menu_close {
    transform: translateY(180px);
  }
  .menu {
    align-items: flex-start;
    justify-content: flex-start;
    height: calc(100vh - 110px);
    padding-left: 0;
    margin-top: 110px;
    overflow-y: scroll;
  }
  .menu li a {
    padding-left: 48px;
  }
  .menu .page_item_has_children {
    overflow: hidden;
    position: relative;
  }
  .menu .page_item_has_children a {
    background: none;
  }
  .menu .page_item_has_children::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 64px;
    background: url(../img/header/arrow.svg) center no-repeat;
    transition: 300ms;
  }
  .menu .children {
    max-height: 0;
    transition: 300ms;
    padding-left: 24px;
  }
  .menu .page_item_has_children.active .children {
    max-height: 2000px;
  }
  .menu .page_item_has_children.active::after {
    transform: rotate(90deg);
  }
}
.footer {
  height: 466px;
  min-width: 1180px;
  width: 100%;
  background-color: #1d2539;
  margin-top: -466px;
  position: relative;
  padding: 60px 0 136px;
}
.footer .container {
  display: flex;
}

.footer_right {
  width: 270px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_right .header_info {
  border: none;
  margin-bottom: 32px;
}

.footer_left {
  width: 910px;
  padding-right: 200px;
  display: flex;
  justify-content: space-between;
}

.footer_contacts {
  padding-left: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_contacts a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: 300ms;
  font-family: "Gotham Bold";
  line-height: 20px;
  padding: 4px 0;
}
.footer_contacts a:hover {
  color: #f5d547;
}
.footer_contacts a:first-child {
  margin: 22px 0;
}

.footer_menu .menu {
  height: 265px;
  width: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer_menu .menu li {
  margin-bottom: 36px;
}
.footer_menu .menu li a {
  color: #fff;
  padding-top: 0;
  padding-bottom: 8px;
  font-family: "PF";
}
.footer_menu .menu li a:hover {
  background: transparent;
  color: #f5d547;
}
.footer_menu .menu .page_item_has_children:hover .children {
  max-height: 0;
}

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

.footer_social {
  padding: 22px 0 0 18px;
}
.footer_social .contacts__messengers {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer_social .contacts__messengers {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer_social .contacts__fb {
  background: url("../img/ico/social/fb-white.svg") center no-repeat;
  background-size: contain;
}
.footer_social .contacts__inst {
  background: url("../img/ico/social/inst-white.svg") center no-repeat;
  background-size: contain;
}
.footer_social .contacts__tg {
  background: url("../img/ico/social/tg-white.svg") center no-repeat;
  background-size: contain;
}
.footer_social .contacts__whats {
  background: url("../img/ico/social/whats-white.svg") center no-repeat;
  background-size: contain;
}
.footer_social .contacts__viber {
  background: url("../img/ico/social/viber-white.svg") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1180px) {
  .footer {
    width: 100%;
    min-width: 100%;
    height: 180px;
    margin-top: -180px;
  }
  .footer .container {
    align-items: center;
    justify-content: center;
  }
  .wrapper::after {
    content: "";
    display: block;
    height: 180px;
    overflow: hidden;
  }
  .footer_left {
    width: auto;
    padding: 0;
  }
  .footer_menu,
  .footer_right {
    display: none;
  }
}
.search-page > .container {
  padding: 48px 0;
}
.search-page a {
  color: #1D2539;
}

@media screen and (max-width: 1180px) {
  .search-page .container {
    padding: 0 20px 32px;
  }
}
.nav-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 16px;
}

.nav-previous {
  padding-right: 8px;
}

.nav-next {
  padding-left: 8px;
}

.blog_test li {
  position: relative;
  padding-bottom: 100px;
  border: 1px solid red;
}
.blog_test .wp-block-latest-posts__post-title::after {
  content: "Читати далі";
  width: 100px;
  background: red;
  position: absolute;
  bottom: 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs_curent {
  color: #1d2539;
  font-family: "PF";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.breadcrumbs__link {
  color: #1d2539;
  font-family: "PF";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.5;
  text-decoration: none;
}
.breadcrumbs__ico {
  background: url("../img/ico/bread.svg") center no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 16px;
}

.block_header {
  padding-left: calc(50vw - 590px + 212px);
  height: 690px;
  position: relative;
  z-index: 2;
}
.block_header img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  position: absolute;
  right: 0;
  top: 0;
}

.block_header_container {
  position: relative;
  height: 100%;
  padding: 177px 0 0 140px;
}
.block_header_container * {
  z-index: 2;
  position: relative;
}
.block_header_container img {
  z-index: 1;
}

@media only screen and (max-width: 1180px) {
  .header-empty {
    width: 100%;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 1180px) {
  .header-empty img {
    display: none;
  }
}

.block_header-text {
  padding: 120px 60px 152px;
  background: rgb(216, 224, 235);
  background: linear-gradient(135deg, rgb(216, 224, 235) 0%, rgba(216, 224, 235, 0) 100%);
}
.block_header-text h1 {
  margin-top: 64px;
}

.block_header_content {
  width: 490px;
}
@media only screen and (max-width: 1180px) {
  .block_header_content {
    width: calc(100% - 32px);
  }
}
.block_header_content p {
  width: 289px;
  margin: 32px 0 64px;
}

.slider_wrapper {
  position: relative;
}

.slider_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(50vw - 590px + 212px);
  top: 0;
  background: linear-gradient(90deg, #f0f3f7 0%, rgba(240, 243, 247, 0) 100%);
  z-index: 1;
}

.slide {
  display: none;
}

.slide.active {
  display: flex;
}

.slider_navigation {
  display: none;
  z-index: 2;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.slider_navigation.active {
  display: flex;
  justify-content: space-between;
}

.slider_dots_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d2539;
  height: 60px;
  width: 352px;
  margin: 0 1px;
}

.slider_dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
  margin: 0 10px;
  cursor: pointer;
  transition: 300ms;
}
.slider_dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

.slider_dot.active {
  background: #fff;
}
.slider_dot.active:hover {
  background: #fff;
}

.slider_left,
.slider_right {
  transition: 300ms;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #1d2539 url("../img/ico/slide_arrow_hover.svg") center no-repeat;
  background: #1d2539 url("../img/ico/slide_arrow.svg") center no-repeat;
}
.slider_left:hover,
.slider_right:hover {
  background-color: #f5d547;
  background-image: url("../img/ico/slide_arrow_hover.svg");
}

.slider_right {
  transform: rotate(180deg);
}

.home_about {
  padding-left: 220px;
  padding-bottom: 32px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.home_about_text {
  width: 752px;
  margin: 30px 0;
}
.home_about_text h2 {
  margin: 0;
}
.home_about_text p {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.home_gallery {
  height: 460px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.home_gallery_left {
  width: 720px;
  height: 100%;
}
.home_gallery_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_gallery_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
}
.home_gallery_right img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.home_manager {
  position: relative;
  margin-bottom: 160px;
}
.home_manager .container {
  padding-left: 220px;
}

.home_manager_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 455px;
  background: linear-gradient(90deg, #f0f3f7 0%, rgba(240, 243, 247, 0) 100%);
  z-index: -1;
}

.home_manager_ico {
  width: 270px;
  height: 270px;
  border: 30px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  left: -30px;
}
.home_manager_ico img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.home_manager_content {
  position: relative;
  padding-bottom: 60px;
  width: 740px;
}
.home_manager_content h3 {
  font-size: 30px 0 10px;
}
.home_manager_content > p {
  margin: 0;
}
.home_manager_content b {
  font-family: "Gotham Bold";
}

.manager_quotes {
  margin-top: 60px;
  width: 484px;
  background: url("../img/ico/quotes.svg") left top no-repeat;
  padding-left: 124px;
}

.manager_sign {
  width: 100px;
  height: 80px;
  position: absolute;
  right: 0;
  bottom: -38px;
}
.manager_sign img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.feedbacks_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.feedbacks_item {
  width: 220px;
  position: relative;
  transition: 300ms;
}
.feedbacks_item a {
  z-index: 2;
  width: 100%;
  display: inline-flex;
}
.feedbacks_item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.feedback_head {
  width: 100%;
  padding: 0 20px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebedf2;
}
.feedback_head h3 {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
.feedback_head img {
  width: 100%;
  height: auto;
}

.services__link {
  display: inline-block;
  margin-top: 16px;
}
@media only screen and (max-width: 1180px) {
  .services__link {
    margin: 0;
  }
}

@media screen and (max-width: 1180px) {
  .block_header {
    margin-bottom: 70px;
    height: 560px;
    padding-left: 0;
  }
  .header-empty {
    width: 100%;
    padding-left: 0 !important;
    height: auto;
    position: relative;
    margin-bottom: 120px;
  }
  .header-empty .block_header_content {
    position: absolute;
    bottom: -100px;
  }
  .slider_navigation {
    width: auto;
  }
  .slider_overlay {
    left: 0;
  }
  .slider_dots_wrapper {
    padding: 0 48px;
    width: auto;
  }
  .block_header_container {
    padding: 64px 24px;
  }
  .block_header-text {
    padding: 32px 24px;
  }
  .block_header_content h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 576px) {
  .block_header_content h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1180px) {
  .home_about {
    padding: 0;
    margin: 16px 0 0;
  }
  .home_about h2 {
    padding: 0 24px;
    font-size: 24px;
    line-height: 32px;
  }
  .home_about_text {
    padding: 0 24px;
  }
  .home_gallery {
    flex-direction: column;
    height: auto;
  }
  .home_gallery_left {
    width: calc(100vw - 48px);
    margin: 0 auto 24px;
  }
  .home_gallery_right {
    flex-direction: row;
    overflow: scroll;
    height: auto;
    width: 100%;
    padding: 0 24px 16px;
    gap: 0 24px;
  }
  .home_manager {
    margin-bottom: 160px;
  }
  .home_manager .container {
    padding: 0 24px;
  }
  .home_manager_ico {
    left: 0;
    margin: 0 auto;
  }
  .manager_quotes,
  .home_manager_content,
  .home_about_text {
    width: 100%;
  }
  .home_about_text p {
    -moz-column-count: 1;
         column-count: 1;
  }
  .manager_sign {
    width: 240px;
  }
  .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;
  }
  .services_wrapper {
    width: 100%;
    margin-bottom: 36px;
  }
  .services_list {
    display: flex;
    flex-direction: column;
  }
  .services_head {
    padding: 48px 24px;
  }
  .services_head h2,
  .services_head p {
    width: 100%;
  }
  .services_head h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .services_list_item {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .services_list_item a {
    width: 100%;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0;
    font-size: 0;
    background-position: center right 24px;
  }
  .services_list_item a:hover {
    background-position: center right 24px;
  }
  .services_list_item_content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px 24px 24px;
    height: auto;
    min-height: 120px !important;
    width: 100%;
  }
  .service_head_logo_1 {
    position: relative;
    right: 0;
    top: 0;
    width: 108px;
    height: 150px;
    margin-bottom: 32px;
  }
  .services_column_wrapper .services_list_item_content,
  .services_column_wrapper .services_list_item {
    height: auto;
    width: 100%;
  }
  .services_list_item_content {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .services_list_item_bg {
    width: 64px !important;
    height: 100% !important;
    padding: 0 16px !important;
    justify-content: center;
    align-items: center;
  }
  .services_list_item_bg img {
    width: 100% !important;
    height: auto !important;
  }
  .feedbacks_list {
    padding: 16px 24px 36px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px 24px;
  }
}
.about {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 32px 0 0 220px;
}
@media only screen and (max-width: 1180px) {
  .about {
    padding: 32px 32px 0;
  }
}
.about__gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 32px;
}
@media only screen and (max-width: 1180px) {
  .about__gallery {
    justify-content: center;
  }
}
.about__gallery-item {
  margin-bottom: 20px;
  height: 320px;
  width: 320px;
}
.about__gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .about__gallery-item img {
    -o-object-position: right top;
       object-position: right top;
  }
}
@media only screen and (max-width: 1180px) {
  .about__gallery-item {
    height: calc(100vw - 64px);
    max-height: 600px;
    max-width: 600px;
    width: calc(100vw - 64px);
  }
}
.about__gallery-item:nth-child(1), .about__gallery-item:nth-child(4) {
  width: 620px;
}
.about__accent {
  padding: 32px;
  background: #D8E0EB;
  color: #1D2539;
  margin: 18px 0 32px;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 1180px) {
  .about__accent {
    margin-bottom: 0;
  }
}
.about__services {
  margin-top: 64px;
}

.structure {
  padding-left: 220px;
  margin-top: 152px;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .structure {
    padding: 0px;
    margin-top: 120px;
  }
}
.structure-service {
  margin: 32px auto;
}
@media only screen and (max-width: 1180px) {
  .structure-service {
    margin-top: 32px;
  }
}
.structure-service > p, .structure-service > h3 {
  max-width: 680px;
}
@media only screen and (max-width: 1180px) {
  .structure-service > p, .structure-service > h3 {
    padding: 0 32px;
    width: 100%;
  }
}
.structure__bg {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .structure__bg {
    padding: 16px 0 32px 32px;
  }
}
.structure img {
  width: 335px;
  height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 40px;
  top: -112px;
}
@media only screen and (max-width: 1180px) {
  .structure img {
    height: 100px;
    width: 120px;
    top: -80px;
  }
}
.structure__content {
  padding: 90px 0 64px 64px;
  position: relative;
  background: linear-gradient(90deg, #f0f3f7 0%, rgba(240, 243, 247, 0) 100%);
}
.structure__content > h2 {
  margin: 0 0 64px;
  max-width: 520px;
}
@media only screen and (max-width: 1180px) {
  .structure__content > h2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1180px) {
  .structure__content {
    padding: 32px;
  }
}

.departments {
  margin-top: 64px;
}

.home_lang_wrapper {
  width: 100%;
  height: 160px;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}

.home_lang_wrapper_mask {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 160px;
}

.home_lang {
  position: absolute;
  width: 3030px;
  height: 160px;
  background: url(../img/bg/clients.png) center no-repeat;
  background-size: contain;
}

@keyframes home_lang_1 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes home_lang_2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.home_lang_1 {
  animation: 20s home_lang_1 infinite linear;
}

.home_lang_2 {
  animation: 20s home_lang_2 infinite linear;
}

.contacts {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 120px;
  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: "Gotham 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__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% */
}
.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-family: "Gotham";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}
.contacts__column span {
  font-family: "Gotham Bold";
}
.contacts__messengers {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .contacts__messengers {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts__fb {
  background: url("../img/ico/social/fb.svg") center no-repeat;
  background-size: contain;
}
.contacts__inst {
  background: url("../img/ico/social/inst.svg") center no-repeat;
  background-size: contain;
}
.contacts__tg {
  background: url("../img/ico/social/tg.svg") center no-repeat;
  background-size: contain;
}
.contacts__whats {
  background: url("../img/ico/social/whats.svg") center no-repeat;
  background-size: contain;
}
.contacts__viber {
  background: url("../img/ico/social/viber.svg") center no-repeat;
  background-size: contain;
}
.contacts__email {
  background: url("../img/ico/social/mail.svg") center left no-repeat;
  padding-left: 32px;
}
.contacts__phone {
  background: url("../img/ico/social/phone.svg") center left no-repeat;
  padding-left: 32px;
}
.contacts__location {
  background: url("../img/ico/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%;
  box-shadow: -30px -10px 104px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1180px) {
  .contacts__map {
    height: 100%;
  }
}

.feedback {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 64px;
}
.feedback__form-container {
  max-width: 960px;
  width: 100%;
  padding: 64px;
  background-color: #fff;
  border-radius: 32px;
}
@media only screen and (max-width: 992px) {
  .feedback__form-container {
    padding: 32px 0;
  }
}
.feedback__item {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(29, 37, 57, 0.2);
}
@media only screen and (max-width: 992px) {
  .feedback__item {
    flex-direction: column;
  }
}
.feedback__required {
  color: red;
}
.feedback__question {
  padding-top: 10px;
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 28px;
  color: #1D2539;
}
.feedback__textarea-title {
  font-size: 12px;
  color: #1D2539;
  opacity: 0.6;
  margin-bottom: 4px;
  line-height: 25px;
  font-family: "Gotham Bold";
  margin: 0 0 4px;
}
.feedback__comment-container {
  max-width: 670px;
  width: 100%;
}
.feedback__comment {
  width: 100%;
  background-color: #ebeff2;
  font-size: 14px;
  padding: 16px;
  resize: none;
  border: none;
  outline: none;
  border-radius: 4px;
}
.feedback__form-rating {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.feedback__form-rating * {
  cursor: pointer;
}
.feedback__form-rating label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
}
.feedback__form-rating span {
  font-family: "Gotham Bold";
  margin-bottom: 4px;
  font-size: 15px;
}
@media only screen and (max-width: 992px) {
  .feedback__form-rating {
    margin-top: 16px;
    justify-content: flex-start;
  }
}
.contact__success-feedback {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 75vw;
  height: 50vh;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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: "Gotham Bold";
}
.categories__item:hover {
  color: #1d2539;
  border: 2px solid #f5d547;
  background: #f5d547;
}
.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, .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, .alm-listing {
    grid-template-columns: repeat(3, 280px);
  }
}
@media only screen and (max-width: 992px) {
  .alm-reveal, .alm-listing {
    grid-template-columns: repeat(2, 280px);
  }
}
@media only screen and (max-width: 768px) {
  .alm-reveal, .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-news {
    margin-bottom: 64px;
  }
  .header-news .block_header_content,
  .header-news .blog-item_categories {
    display: none;
  }
}

@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 64px 224px;
}
.blog__navigation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 0 32px 224px;
}
@media only screen and (max-width: 1180px) {
  .blog__navigation {
    padding: 16px 24px;
  }
}
.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 .block_header_content,
.blog .blog-item_categories {
  display: none;
}
.blog figure {
  margin: 1rem 0;
}
@media only screen and (max-width: 1180px) {
  .blog {
    padding: 0 24px 64px;
  }
  .blog .block_header_content,
  .blog .blog-item_categories {
    display: flex;
  }
}/*# sourceMappingURL=main.css.map */