@font-face {
  font-family: "regular";
  src: url("../fonts/regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "medium";
  src: url("../fonts/medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "semi";
  src: url("../fonts/semi.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "bold";
  src: url("../fonts/bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.glightbox-clean .gslide-media {
  box-shadow: none !important; }

.banner-slider.slick-initialized .slick-slide {
  opacity: 1 !important; }

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

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container-sm,
  .container {
    max-width: 720px; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .container-sm,
  .container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1536px) {
  .container {
    max-width: 1350px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1550px; } }

*,
*:after,
*:before {
  box-sizing: border-box; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #000; }

::-webkit-scrollbar-thumb:hover {
  background: #555; }

html {
  height: 100%;
  width: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scrollbar-gutter: stable;
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 64px 0 0;
  font-family: "regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  min-width: 320px; }

body.fixed,
body.locked {
  overflow: hidden; }

main {
  flex: 1 1 0%; }

a,
button {
  cursor: pointer; }

picture {
  display: flex;
  align-items: center;
  justify-content: center; }

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

img {
  max-width: 100%; }

iframe {
  display: block;
  max-width: 100%; }

b,
strong {
  font-family: "semi", Arial, sans-serif;
  font-weight: normal; }

@media (min-width: 992px) {
  body {
    padding: 77px 0 0; } }

@media (min-width: 1200px) {
  body {
    padding-top: 82px;
    font-size: 15px; } }

@media (min-width: 1536px) {
  body {
    padding-top: 86px;
    font-size: 16px; } }

@media (min-width: 1700px) {
  body {
    padding-top: 96px; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  color: inherit;
  font-family: "semi", Arial, sans-serif;
  font-weight: normal; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 12px; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1,
.h1 {
  font-size: 38px; }

h2,
.h2 {
  font-size: 30px;
  line-height: 1.2; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

.title-group {
  margin-bottom: 50px; }
  .title-group.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .title-group.text-center {
    text-align: left;
    display: flex;
    justify-content: center; }
    .title-group.text-center p {
      padding-left: 92px;
      margin-top: -1px;
      margin-bottom: 0; }
  .title-group .title-align {
    display: inline-block; }
  .title-group .h1,
  .title-group h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 42px;
    text-transform: uppercase;
    position: relative;
    padding: 40px 0 0 90px;
    position: relative;
    margin: 0;
    line-height: 1.3; }
    .title-group .h1 span,
    .title-group h1 span,
    .title-group .h2 span,
    .title-group h2 span {
      position: relative;
      z-index: 2; }
    .title-group .h1:before,
    .title-group h1:before,
    .title-group .h2:before,
    .title-group h2:before {
      content: "";
      width: 128px;
      height: 80px;
      position: absolute;
      left: 0;
      top: 2px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='80' fill='none'%3E%3Cpath fill='%23ECC2C2' d='M31.716 0H0l38.878 39.745L0 80h31.716l38.367-40.255L31.716 0Z'/%3E%3Cpath fill='%23ECC2C2' d='M89.529 0H57.813L96.69 39.745 57.813 80h31.716l38.366-40.255L89.529 0Z'/%3E%3C/svg%3E") no-repeat center;
      z-index: 0; }
  .title-group p {
    max-width: 750px;
    padding-left: 91px;
    margin-top: 10px;
    font-size: 18px;
    color: #555; }
  .title-group.xl-text p {
    font-size: 20px;
    color: #555; }

@media (max-width: 1699px) {
  h1,
  .h1 {
    font-size: 32px; }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 1.4; }
  h3,
  .h3 {
    font-size: 20px; }
  h4,
  .h4 {
    font-size: 16px; }
  .title-group {
    margin-bottom: 40px; }
    .title-group .h1,
    .title-group h1,
    .title-group .h2,
    .title-group h2 {
      font-size: 36px;
      padding-top: 26px;
      padding-left: 70px; }
      .title-group .h1:before,
      .title-group h1:before,
      .title-group .h2:before,
      .title-group h2:before {
        content: "";
        width: 100px;
        height: 60px;
        position: absolute;
        left: 0;
        top: 2px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='80' fill='none'%3E%3Cpath fill='%23ECC2C2' d='M31.716 0H0l38.878 39.745L0 80h31.716l38.367-40.255L31.716 0Z'/%3E%3Cpath fill='%23ECC2C2' d='M89.529 0H57.813L96.69 39.745 57.813 80h31.716l38.366-40.255L89.529 0Z'/%3E%3C/svg%3E") no-repeat center;
        background-size: contain;
        z-index: 0; }
    .title-group p {
      padding-left: 71px; }
    .title-group.text-center p {
      padding-left: 71px; } }

@media (max-width: 1536px) {
  .title-group h1,
  .title-group .h1,
  .title-group .h2,
  .title-group h2 {
    font-size: 32px;
    padding-top: 0;
    padding-left: 40px; }
    .title-group h1:before,
    .title-group .h1:before,
    .title-group .h2:before,
    .title-group h2:before {
      top: -18px;
      width: 50px;
      height: 50px; }
  .title-group p {
    padding-left: 41px;
    font-size: 16px; }
  .title-group.text-center p {
    padding-left: 41px; }
  h1,
  .h1 {
    font-size: 28px; }
  h2,
  .h2 {
    font-size: 22px;
    line-height: 1.4; }
  h3,
  .h3 {
    font-size: 18px; }
  h4,
  .h4 {
    font-size: 14px; }
  h5,
  .h5 {
    font-size: 13px; } }

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 24px; }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 1.4; }
  h3,
  .h3 {
    font-size: 18px; }
  .title-group {
    margin-bottom: 30px; }
    .title-group h1,
    .title-group .h1,
    .title-group .h2,
    .title-group h2 {
      font-size: 28px;
      padding-left: 24px; }
      .title-group h1:before,
      .title-group .h1:before,
      .title-group .h2:before,
      .title-group h2:before {
        width: 36px;
        height: 36px; }
    .title-group.text-center p {
      padding-left: 25px; }
    .title-group p {
      padding-left: 25px; } }

@media (max-width: 767px) {
  .title-group {
    margin-bottom: 20px; }
    .title-group h1,
    .title-group .h1,
    .title-group .h2,
    .title-group h2 {
      font-size: 26px; } }

@media (max-width: 575px) {
  .title-group h1 br,
  .title-group .h1 br,
  .title-group .h2 br,
  .title-group h2 br {
    display: none; } }

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.justify-center {
  justify-content: center !important; }

.text-uppercase {
  text-transform: uppercase; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.py-80 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pt-80 {
  padding-top: 50px; }

.pt-100 {
  padding-top: 50px; }

.pb-80 {
  padding-bottom: 50px; }

.pb-100 {
  padding-bottom: 50px; }

.pt-150 {
  padding-top: 50px; }

.py-100 {
  padding-top: 50px;
  padding-bottom: 50px; }

.py-120 {
  padding-top: 50px;
  padding-bottom: 60px; }

.pb-120 {
  padding-bottom: 60px; }

.w-100 {
  width: 100%; }

.pt-50 {
  padding-top: 50px; }

.fill-gray {
  background-color: #ececec; }

.fill-red {
  color: #ab312a !important; }

.radius-50 {
  border-radius: 12px; }

@media (min-width: 992px) {
  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pt-80 {
    padding-top: 60px; }
  .pt-100 {
    padding-top: 60px; }
  .pb-80 {
    padding-bottom: 60px; }
  .pb-100 {
    padding-bottom: 60px; }
  .pt-150 {
    padding-top: 70px; }
  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pb-120 {
    padding-bottom: 70px; }
  .py-120 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .radius-50 {
    border-radius: 20px; } }

@media (min-width: 1536px) {
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .pt-80 {
    padding-top: 80px; }
  .pt-100 {
    padding-top: 100px; }
  .pb-80 {
    padding-bottom: 80px; }
  .pb-100 {
    padding-bottom: 100px; }
  .pb-120 {
    padding-bottom: 120px; }
  .pt-150 {
    padding-top: 150px; }
  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px; }
  .radius-50 {
    border-radius: 50px; } }

.main-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 0.25s; }
  .main-header .container {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.3s; }
  .main-header .btn-primary {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    margin-left: 12px; }
  .main-header.fixed {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2); }
  .main-header .nav-box-img {
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    display: none; }
    .main-header .nav-box-img img {
      display: block;
      filter: brightness(0); }
  .main-header .contact-box {
    margin-top: 25px; }
    .main-header .contact-box .h2,
    .main-header .contact-box h2 {
      font-size: 16px;
      color: #555;
      margin-bottom: 15px; }

.home-link {
  margin-right: auto;
  display: inline-block; }
  .home-link img {
    display: block;
    max-width: 100%;
    width: 210px;
    height: 48px; }

.nav-toggle {
  background-color: #ececec;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  outline: 0;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin-left: 12px;
  border-radius: 8px;
  padding-top: 4px; }
  .nav-toggle div {
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background-color: #111;
    display: block;
    margin: 6px auto; }

.header-phone {
  color: #ab312a;
  background-color: #ececec;
  height: 42px;
  text-decoration: none;
  font-family: "bold", Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 15px 1px;
  border: 1px solid #ececec;
  transition: 0.25s;
  white-space: nowrap; }
  .header-phone:hover {
    border-color: #ab312a; }

.header-work {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: #ececec;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23111' d='M29.837 8.207H22.68V6.489h3.973a14.281 14.281 0 0 0-15.327-3.985A14.283 14.283 0 0 0 1.718 16H0A16.003 16.003 0 0 1 20.502.646a15.999 15.999 0 0 1 7.617 4.91V.857h1.718v7.349ZM32 16a16.003 16.003 0 0 1-10.763 15.118 15.998 15.998 0 0 1-9.738.236 15.997 15.997 0 0 1-7.584-4.873l.06 3.469-1.716.03-.111-6.187h6.218v1.718H5.349a14.28 14.28 0 0 0 15.326 3.985A14.283 14.283 0 0 0 30.282 16H32ZM3.897 25.51v.018l.024-.017h-.024ZM28.081 6.49h.038v-.032l-.038.031Z'/%3E%3Cpath fill='%23111' d='M8.044 20v-.904l2.583-2.35c.247-.231.453-.437.617-.617a2.26 2.26 0 0 0 .37-.523c.083-.168.124-.348.124-.539a.965.965 0 0 0-.16-.56 1.04 1.04 0 0 0-.439-.364 1.51 1.51 0 0 0-.636-.128 1.39 1.39 0 0 0-.643.142 1.016 1.016 0 0 0-.429.394c-.099.17-.149.374-.149.61H8c0-.438.108-.819.323-1.143.216-.323.513-.574.89-.752.38-.177.817-.266 1.308-.266.5 0 .938.086 1.315.26.378.173.671.41.88.711.21.301.316.645.316 1.032 0 .258-.053.512-.16.762-.107.25-.294.526-.563.83-.267.303-.64.67-1.123 1.102l-1.282 1.21v.048h3.24V20h-5.1ZM14.104 18.719v-.995l3.157-4.63h.893v1.417h-.545l-2.125 3.125v.054h4.407v1.029h-5.787ZM17.652 20v-1.585l.015-.445v-4.876h1.271V20h-1.286ZM22.381 16.965V20h-1.315v-6.906h1.286v2.607h.066c.13-.292.333-.523.607-.691.276-.171.627-.257 1.053-.257.388 0 .726.076 1.014.226.288.15.51.371.668.661.16.29.24.644.24 1.062V20h-1.315v-3.109c0-.348-.097-.62-.29-.813-.192-.195-.461-.293-.807-.293-.233 0-.441.047-.625.142a1.031 1.031 0 0 0-.429.401 1.25 1.25 0 0 0-.152.637Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-left: 8px;
  background-size: 32px; }

.mobile-phone {
  color: #ab312a;
  text-decoration: none;
  font-family: "bold", Arial, sans-serif;
  transition: 0.25s;
  white-space: nowrap;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 18px; }

.slide-nav {
  position: fixed;
  display: block;
  width: 100%;
  max-width: 420px;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 56px 50px 80px 20px;
  transition: 0.3s;
  z-index: 1000;
  transform: translateX(-120%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51' height='450' fill='none'%3E%3Cpath fill='%23ECECEC' d='M18.05 405.508v10.574c-1.373.193-2.593.587-3.659 1.183a9.296 9.296 0 0 0-2.761 2.293c-.76.934-1.341 2.012-1.745 3.235-.404 1.207-.606 2.519-.606 3.935 0 2.559.638 4.788 1.914 6.687 1.26 1.899 3.102 3.372 5.524 4.418 2.407 1.046 5.33 1.569 8.77 1.569 3.538 0 6.51-.523 8.917-1.569 2.406-1.062 4.224-2.543 5.451-4.442 1.228-1.899 1.841-4.096 1.841-6.591 0-1.4-.185-2.695-.557-3.886a10.209 10.209 0 0 0-1.623-3.211 9.34 9.34 0 0 0-2.64-2.317c-1.035-.628-2.214-1.063-3.538-1.304l.048-10.574c2.278.274 4.474.958 6.59 2.052 2.1 1.078 3.982 2.535 5.645 4.37 1.648 1.818 2.956 3.991 3.925 6.518.953 2.51 1.43 5.351 1.43 8.521 0 4.41-1.002 8.353-3.005 11.83-2.002 3.46-4.902 6.196-8.697 8.208-3.796 1.995-8.391 2.993-13.786 2.993-5.411 0-10.014-1.014-13.81-3.042-3.796-2.028-6.687-4.78-8.674-8.256C1.001 435.226 0 431.315 0 426.969c0-2.864.404-5.52 1.211-7.966.808-2.462 1.987-4.643 3.538-6.542 1.534-1.899 3.416-3.444 5.645-4.635 2.229-1.207 4.78-1.98 7.656-2.318ZM50.297 398.012H.678v-19.506c0-3.733.67-6.92 2.011-9.559 1.325-2.656 3.207-4.676 5.645-6.06 2.423-1.4 5.274-2.1 8.553-2.1 3.295 0 6.13.708 8.504 2.124 2.358 1.417 4.167 3.469 5.427 6.156 1.26 2.672 1.89 5.907 1.89 9.705v13.06h-8.431v-11.37c0-1.996-.275-3.653-.824-4.973-.55-1.32-1.373-2.302-2.471-2.945-1.099-.66-2.464-.99-4.095-.99-1.648 0-3.037.33-4.167.99-1.13.643-1.987 1.633-2.568 2.969-.598 1.32-.897 2.985-.897 4.997v7.049h41.042v10.453Zm-22.58-26.7 22.58-12.287v11.539l-22.58 12.022v-11.274ZM25.488 307.967c5.41 0 10.014 1.021 13.81 3.065 3.796 2.028 6.695 4.796 8.698 8.305 1.986 3.492 2.98 7.419 2.98 11.781 0 4.393-1.002 8.336-3.005 11.829-2.002 3.492-4.902 6.252-8.697 8.28-3.796 2.028-8.391 3.042-13.786 3.042-5.411 0-10.014-1.014-13.81-3.042-3.796-2.028-6.687-4.788-8.674-8.28C1.001 339.454 0 335.511 0 331.118c0-4.362 1.001-8.289 3.004-11.781 1.987-3.509 4.878-6.277 8.674-8.305 3.796-2.044 8.399-3.065 13.81-3.065Zm0 10.597c-3.505 0-6.46.523-8.868 1.57-2.406 1.03-4.231 2.486-5.475 4.369-1.244 1.883-1.866 4.088-1.866 6.615 0 2.526.622 4.731 1.866 6.614 1.244 1.883 3.069 3.348 5.475 4.394 2.407 1.03 5.363 1.545 8.868 1.545s6.46-.515 8.867-1.545c2.407-1.046 4.232-2.511 5.476-4.394 1.244-1.883 1.865-4.088 1.865-6.614 0-2.527-.621-4.732-1.865-6.615s-3.069-3.339-5.476-4.369c-2.406-1.047-5.362-1.57-8.867-1.57ZM14.949 273.403c-1.955.193-3.473 1.022-4.555 2.486-1.082 1.465-1.623 3.452-1.623 5.963 0 1.706.242 3.146.726 4.321.469 1.175 1.123 2.076 1.963 2.704.84.612 1.793.917 2.859.917.888.033 1.663-.152 2.326-.555.662-.418 1.235-.99 1.72-1.714.468-.724.88-1.561 1.236-2.511.339-.949.63-1.963.872-3.041l1.066-4.442c.484-2.157 1.13-4.136 1.938-5.939.808-1.802 1.8-3.364 2.98-4.683a12.377 12.377 0 0 1 4.167-3.066c1.6-.74 3.433-1.119 5.5-1.135 3.037.016 5.67.789 7.898 2.318 2.213 1.513 3.933 3.701 5.16 6.566C50.395 274.441 51 277.877 51 281.9c0 3.992-.614 7.468-1.841 10.429-1.228 2.945-3.045 5.247-5.452 6.905-2.422 1.641-5.419 2.502-8.988 2.583v-10.115c1.663-.113 3.053-.588 4.167-1.425 1.098-.853 1.93-1.987 2.495-3.404.55-1.432.824-3.049.824-4.852 0-1.77-.258-3.307-.775-4.611-.517-1.32-1.236-2.342-2.156-3.066-.921-.724-1.979-1.086-3.174-1.086-1.115 0-2.052.33-2.81.99-.76.643-1.406 1.593-1.939 2.848-.533 1.239-1.017 2.76-1.454 4.563l-1.356 5.383c-1.018 4.169-2.609 7.46-4.773 9.874-2.165 2.414-5.08 3.613-8.747 3.597-3.004.016-5.629-.781-7.874-2.39-2.245-1.625-3.997-3.854-5.257-6.687C.63 288.603 0 285.385 0 281.78c0-3.67.63-6.873 1.89-9.609 1.26-2.752 3.012-4.892 5.257-6.421 2.245-1.529 4.846-2.318 7.802-2.366v10.019ZM14.949 228.857c-1.955.193-3.473 1.021-4.555 2.486-1.082 1.465-1.623 3.452-1.623 5.963 0 1.706.242 3.146.726 4.321.469 1.175 1.123 2.076 1.963 2.704.84.611 1.793.917 2.859.917.888.032 1.663-.153 2.326-.555.662-.418 1.235-.99 1.72-1.714.468-.724.88-1.561 1.236-2.511.339-.949.63-1.963.872-3.041l1.066-4.442c.484-2.157 1.13-4.137 1.938-5.939.808-1.803 1.8-3.364 2.98-4.683a12.377 12.377 0 0 1 4.167-3.066c1.6-.741 3.433-1.119 5.5-1.135 3.037.016 5.67.789 7.898 2.318 2.213 1.512 3.933 3.701 5.16 6.566 1.212 2.849 1.818 6.285 1.818 10.308 0 3.991-.614 7.468-1.841 10.429-1.228 2.945-3.045 5.247-5.452 6.904-2.422 1.642-5.419 2.503-8.988 2.583v-10.115c1.663-.112 3.053-.587 4.167-1.424 1.098-.853 1.93-1.988 2.495-3.404.55-1.432.824-3.05.824-4.852 0-1.77-.258-3.307-.775-4.611-.517-1.32-1.236-2.342-2.156-3.066-.921-.724-1.979-1.086-3.174-1.086-1.115 0-2.052.33-2.81.989-.76.644-1.406 1.594-1.939 2.849-.533 1.239-1.017 2.76-1.454 4.563l-1.356 5.383c-1.018 4.169-2.609 7.46-4.773 9.874-2.165 2.414-5.08 3.613-8.747 3.597-3.004.016-5.629-.781-7.874-2.39-2.245-1.626-3.997-3.855-5.257-6.687C.63 244.057 0 240.838 0 237.233c0-3.669.63-6.872 1.89-9.608 1.26-2.752 3.012-4.892 5.257-6.421 2.245-1.529 4.846-2.318 7.802-2.366v10.019ZM50.297 177.871v17.526H.678v-17.671c0-4.973.994-9.254 2.98-12.843 1.971-3.589 4.806-6.349 8.505-8.28 3.698-1.948 8.124-2.921 13.276-2.921 5.17 0 9.61.973 13.326 2.921 3.715 1.931 6.566 4.707 8.552 8.328 1.987 3.605 2.98 7.918 2.98 12.94Zm-8.988 7.073v-6.639c0-3.09-.55-5.689-1.648-7.797-1.114-2.125-2.834-3.718-5.16-4.78-2.342-1.078-5.363-1.618-9.062-1.618-3.666 0-6.662.54-8.988 1.618-2.326 1.062-4.038 2.647-5.136 4.756-1.099 2.108-1.648 4.707-1.648 7.797v6.663h31.642ZM25.488 100.505c5.41 0 10.014 1.022 13.81 3.066 3.796 2.028 6.695 4.796 8.698 8.304 1.986 3.493 2.98 7.42 2.98 11.781 0 4.394-1.002 8.337-3.005 11.829-2.002 3.493-4.902 6.253-8.697 8.281-3.796 2.027-8.391 3.041-13.786 3.041-5.411 0-10.014-1.014-13.81-3.041-3.796-2.028-6.687-4.788-8.674-8.281C1.001 131.993 0 128.05 0 123.656c0-4.361 1.001-8.288 3.004-11.781 1.987-3.508 4.878-6.276 8.674-8.304 3.796-2.044 8.399-3.066 13.81-3.066Zm0 10.598c-3.505 0-6.46.523-8.868 1.569-2.406 1.03-4.231 2.487-5.475 4.37-1.244 1.883-1.866 4.087-1.866 6.614s.622 4.732 1.866 6.615c1.244 1.883 3.069 3.347 5.475 4.393 2.407 1.03 5.363 1.545 8.868 1.545s6.46-.515 8.867-1.545c2.407-1.046 4.232-2.51 5.476-4.393 1.244-1.883 1.865-4.088 1.865-6.615s-.621-4.731-1.865-6.614-3.069-3.34-5.476-4.37c-2.406-1.046-5.362-1.569-8.867-1.569ZM18.05 49.139v10.574c-1.373.193-2.593.587-3.659 1.183a9.3 9.3 0 0 0-2.761 2.293 10.08 10.08 0 0 0-1.745 3.235c-.404 1.207-.606 2.519-.606 3.935 0 2.559.638 4.788 1.914 6.687 1.26 1.899 3.101 3.372 5.524 4.418 2.407 1.046 5.33 1.569 8.77 1.569 3.538 0 6.51-.523 8.917-1.57 2.406-1.061 4.223-2.542 5.451-4.441 1.228-1.9 1.841-4.096 1.841-6.59 0-1.4-.185-2.696-.557-3.887-.371-1.207-.912-2.278-1.623-3.211a9.343 9.343 0 0 0-2.64-2.318c-1.035-.627-2.214-1.062-3.538-1.303l.048-10.574c2.278.274 4.474.958 6.59 2.052 2.1 1.078 3.982 2.535 5.645 4.37 1.648 1.818 2.956 3.99 3.925 6.517.953 2.511 1.43 5.352 1.43 8.522 0 4.41-1.002 8.353-3.005 11.83-2.002 3.46-4.902 6.196-8.697 8.207-3.796 1.996-8.391 2.994-13.786 2.994-5.411 0-10.014-1.014-13.81-3.042-3.796-2.028-6.687-4.78-8.674-8.256C1.001 78.856 0 74.946 0 70.6c0-2.864.404-5.52 1.211-7.966.808-2.463 1.987-4.643 3.538-6.542 1.534-1.9 3.416-3.444 5.645-4.636 2.229-1.207 4.78-1.98 7.656-2.317ZM50.297 41.643H.678V31.19h21.878v-.652L.678 12.746V.217l22.217 18.347L50.297 0v12.505l-20.4 13.543 6.3 5.142h14.1v10.453Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right top 60px;
  background-size: 45px; }
  .slide-nav .contact-holder {
    margin-top: 25px; }

.slide-nav.visible {
  transform: translateX(0); }

.main-nav a,
.main-nav .nav-link {
  text-transform: uppercase;
  font-family: "medium", Arial, sans-serif;
  text-decoration: none;
  display: block;
  font-size: 18px; }

.main-nav a {
  color: #111; }

.main-nav > a {
  margin-bottom: 5px; }

.main-nav .nav-link {
  color: #ab312a; }

.main-nav .nav-dropdown {
  margin-bottom: 18px;
  position: relative; }

.main-nav .nav-dropdown-box {
  padding-left: 10px; }

.main-nav .nav-link {
  margin-bottom: 5px; }

.main-nav .nav-box {
  font-size: 16px;
  margin-bottom: 8px; }

.navigation-backdrop {
  background-color: rgba(78, 78, 78, 0.5);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.25s;
  opacity: 0;
  pointer-events: none; }
  .navigation-backdrop.visible {
    opacity: 1;
    pointer-events: auto; }

.services-backdrop {
  background-color: rgba(78, 78, 78, 0.4);
  backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.25s;
  opacity: 0;
  pointer-events: none; }
  .services-backdrop.visible {
    opacity: 1;
    pointer-events: auto; }

.nav-close {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  outline: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cpath fill='%23000' d='M15 18.194 3.821 29.373c-.418.418-.95.627-1.597.627-.646 0-1.178-.21-1.597-.627C.21 28.954 0 28.423 0 27.776s.21-1.179.627-1.597L11.807 15 .626 3.821C.21 3.403 0 2.871 0 2.224 0 1.578.21 1.046.627.627 1.046.21 1.578 0 2.224 0c.647 0 1.179.21 1.597.627L15 11.807 26.179.626C26.597.21 27.129 0 27.776 0c.646 0 1.178.21 1.597.627.418.419.627.951.627 1.597 0 .647-.21 1.179-.627 1.597L18.193 15l11.18 11.179c.418.418.627.95.627 1.597 0 .646-.21 1.178-.627 1.597-.419.418-.95.627-1.597.627s-1.179-.21-1.597-.627L15 18.193Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px; }

@media (min-width: 576px) {
  .main-header .btn-primary {
    width: auto;
    padding: 0 15px 1px; }
    .main-header .btn-primary img {
      display: none; }
    .main-header .btn-primary span {
      display: block !important;
      white-space: nowrap; } }

@media (min-width: 768px) {
  .main-header .header-phone {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .main-header .container {
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    z-index: 2;
    transition: 0.25s; }
  .main-header .btn-primary {
    height: 48px;
    margin-left: 8px;
    font-size: 17px; }
  .main-header .header-phone {
    height: 48px;
    margin-left: 8px;
    font-size: 17px; }
  .main-header .contact-box {
    display: none !important; }
  .main-header .nav-box-img {
    display: flex; }
  .home-link img {
    width: 240px;
    height: 50px; }
  .nav-close,
  .nav-toggle {
    display: none !important; }
  .slide-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    position: static;
    right: auto;
    top: auto;
    height: 48px;
    width: auto;
    padding: 2px 0;
    transform: unset !important;
    overflow: visible;
    margin: 0 auto 0 20px;
    z-index: 10;
    max-width: none;
    background-color: #ececec;
    background-image: unset;
    transition: none;
    border-radius: 8px; }
  .main-nav {
    display: flex;
    align-items: center;
    height: 100%; }
    .main-nav .nav-link {
      margin-bottom: 0;
      font-size: 17px;
      color: #111;
      position: relative;
      padding-right: 12px;
      transition: 0.25s; }
      .main-nav .nav-link:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid #111;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        right: 0;
        top: calc(50% - 3px);
        transform-origin: center;
        transition: 0.3s; }
    .main-nav > a {
      font-size: 17px;
      position: relative; }
      .main-nav > a:before, .main-nav > a:after {
        content: "";
        position: absolute;
        background-color: #ab312a;
        height: 3px;
        transition: 260ms ease-in-out;
        bottom: -1px;
        width: 0; }
      .main-nav > a:before {
        right: 0; }
      .main-nav > a:after {
        left: 0; }
      .main-nav > a:hover:before {
        width: 50%;
        left: 50%; }
      .main-nav > a:hover:after {
        width: 50%;
        left: auto;
        right: 50%; }
      .main-nav > a.active:before {
        width: 50%;
        left: 50%; }
      .main-nav > a.active:after {
        width: 50%;
        left: auto;
        right: 50%; }
    .main-nav > a,
    .main-nav .nav-dropdown {
      margin: 0 12px;
      height: 100%;
      display: flex;
      align-items: center; }
    .main-nav .nav-dropdown {
      margin-bottom: 0;
      cursor: pointer; }
      .main-nav .nav-dropdown:hover .nav-link {
        color: #ab312a; }
        .main-nav .nav-dropdown:hover .nav-link:after {
          transform: rotate(180deg); }
  .nav-dropdown:hover .nav-dropdown-box {
    opacity: 1;
    pointer-events: auto; }
  .nav-dropdown-box {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 55px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s; }
    .nav-dropdown-box .nav-box {
      background-color: #ececec;
      border-radius: 6px;
      margin-bottom: 5px;
      position: relative;
      padding: 10px 10px 10px 10px;
      font-size: 18px;
      transition: 0.25s;
      display: flex;
      align-items: center; }
      .nav-dropdown-box .nav-box:hover {
        background-color: #ab312a;
        color: #fff; }
        .nav-dropdown-box .nav-box:hover .nav-box-img img {
          filter: brightness(100%); }
  .dropdown-box-inner {
    flex: 0 0 1140px;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-right: -150px;
    column-count: 2;
    column-gap: 6px; }
  .header-work {
    display: block !important; } }

@media (min-width: 1536px) {
  .main-nav > a,
  .main-nav .nav-dropdown {
    margin: 0 22px; }
  .main-header .slide-nav,
  .main-header .header-phone,
  .main-header .btn-primary {
    height: 52px; }
  .main-header .header-work {
    width: 52px;
    height: 52px; }
  .main-header .btn-primary,
  .main-header .header-phone,
  .main-header .main-nav > a,
  .main-header .nav-link {
    font-size: 18px; }
  .home-link img {
    width: 260px;
    height: 54px; }
  .dropdown-box-inner {
    flex: 0 0 1320px; } }

@media (min-width: 1700px) {
  .main-header .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  .main-header.fixed .container {
    padding-top: 12px;
    padding-bottom: 12px; }
  .main-header .main-nav > a,
  .main-header .nav-link {
    font-size: 22px; }
  .main-header .header-phone,
  .main-header .btn-primary {
    font-size: 20px; }
  .main-header .nav-box-title {
    font-size: 22px; }
  .main-header .slide-nav,
  .main-header .header-phone,
  .main-header .btn-primary {
    height: 56px; }
  .main-header .btn-primary {
    padding: 0 30px; }
  .main-header .header-work {
    height: 56px;
    width: 56px;
    background-size: 34px; }
  .main-nav > a,
  .main-nav .nav-dropdown {
    margin: 0 27px; }
  .home-link img {
    width: 278px;
    height: 56px; }
  .nav-dropdown-box {
    padding-top: 62px; }
  .dropdown-box-inner {
    flex: 0 0 1520px;
    margin-right: -205px; } }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 15px 0 50px;
  align-items: center;
  background-color: transparent;
  list-style: none;
  white-space: nowrap;
  font-size: 14px; }

.breadcrumb-item {
  white-space: nowrap; }

.breadcrumb-item:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 500px;
  color: #ab312a; }

.breadcrumb-item + .breadcrumb-item:before {
  content: "//";
  display: inline-block;
  background-size: contain;
  margin: 0 5px;
  color: #111; }

.breadcrumb a {
  color: #111;
  text-decoration: none; }

.breadcrumb a:hover {
  text-decoration: underline; }

@media (max-width: 1699px) {
  .breadcrumb {
    margin-bottom: 40px; } }

@media (max-width: 1536px) {
  .breadcrumb .breadcrumb-item {
    font-size: 12px; }
  .breadcrumb {
    margin-bottom: 30px; }
  .breadcrumb-item + .breadcrumb-item:before {
    width: 6px;
    height: 10px;
    margin: 0 6px -1px 3px; } }

@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    max-width: 220px; } }

@media (max-width: 575px) {
  .breadcrumb {
    display: flex; }
  .breadcrumb {
    margin-bottom: 25px; }
  .default-breadcrumb {
    margin-bottom: 30px; } }

.hero-banner {
  border-radius: 8px;
  height: 360px;
  margin-bottom: 15px; }
  .hero-banner picture {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3; }
  .hero-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px; }
  .hero-banner.figure-container .figure-right {
    width: 30px;
    height: 245px;
    right: -10px; }

.index-hero .row {
  margin-left: -12px;
  margin-right: -12px; }

.index-hero .col-lg-6 {
  padding-left: 12px;
  padding-right: 12px; }

.index-hero .top-part {
  margin-bottom: 15px;
  font-size: 16px; }
  .index-hero .top-part .fill-gray {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px; }
  .index-hero .top-part.figure-container .figure-left {
    display: none; }

.index-hero .bottom-part {
  border-radius: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 15px 15px 5px 15px; }
  .index-hero .bottom-part .h1,
  .index-hero .bottom-part h1 {
    margin: 0 0 1px; }

.index-hero .contact-label {
  font-size: 15px;
  font-family: "medium", Arial, sans-serif; }

.index-hero .hero-contacts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px; }

.index-hero .contact-info {
  font-size: 18px;
  color: #ab312a;
  font-family: "medium", Arial, sans-serif; }
  .index-hero .contact-info a {
    text-decoration: none; }
    .index-hero .contact-info a:hover {
      text-decoration: underline; }

.index-hero .h1,
.index-hero h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "semi", Arial, sans-serif; }
  .index-hero .h1 span,
  .index-hero h1 span {
    color: #ab312a;
    font-size: 28px;
    font-family: "bold", Arial, sans-serif; }

@media (min-width: 992px) {
  .index-hero .reverse-desktop {
    flex-direction: row-reverse; }
  .index-hero .top-part {
    margin-bottom: 24px; }
  .hero-banner {
    height: 485px;
    margin-bottom: 0; }
  .index-hero .top-part .fill-gray {
    padding: 10px 30px 1px;
    height: 238px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .index-hero .bottom-part {
    padding: 15px 15px 5px 30px; } }

@media (min-width: 1199px) {
  .hero-banner {
    height: 514px; }
  .index-hero .top-part .fill-gray {
    height: 250px; }
  .index-hero .top-part h1,
  .index-hero .top-part .h1 {
    font-size: 28px;
    margin-bottom: 8px; }
  .index-hero .bottom-part .col-xl-6,
  .index-hero .bottom-part .col-6 {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 220px; }
  .index-hero .top-part.figure-container .figure-left {
    display: block;
    height: 120px;
    top: calc(50% - 60px);
    left: -18px; }
    .index-hero .top-part.figure-container .figure-left svg {
      height: 120px; } }

@media (min-width: 1536px) {
  .index-hero .top-part h1,
  .index-hero .top-part .h1 {
    font-size: 32px; }
    .index-hero .top-part h1 span,
    .index-hero .top-part .h1 span {
      font-size: 36px; }
  .index-hero .top-part .fill-gray {
    height: 280px; }
  .hero-banner {
    height: 544px; } }

@media (min-width: 1700px) {
  .index-hero .top-part {
    font-size: 18px; }
    .index-hero .top-part p {
      max-width: 600px; }
  .index-hero .top-part h1,
  .index-hero .top-part .h1 {
    font-size: 48px; }
    .index-hero .top-part h1 span,
    .index-hero .top-part .h1 span {
      font-size: 60px; }
  .index-hero .top-part .fill-gray {
    height: 475px;
    padding-left: 60px; }
  .hero-banner {
    height: 779px; }
  .index-hero .bottom-part {
    padding-top: 0;
    padding-bottom: 0; }
  .index-hero .bottom-part .col-xl-6,
  .index-hero .bottom-part .col-6 {
    height: 280px; }
  .index-hero .contact-info {
    font-size: 24px; }
  .hero-banner.figure-container .figure-right {
    right: -16px; }
  .index-hero .top-part.figure-container .figure-left {
    height: 288px;
    top: calc(50% - 140px); }
    .index-hero .top-part.figure-container .figure-left svg {
      height: 288px; } }

.btn-primary {
  color: #fff;
  background-color: #ab312a;
  border-radius: 8px;
  border: 0;
  outline: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  height: 54px;
  transition: 0.25s;
  text-transform: uppercase;
  cursor: pointer;
  font-size: inherit; }

.btn-primary:hover {
  background-color: #c02f27; }

.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(171, 49, 42, 0.3); }

@media (max-width: 1199px) {
  .btn-primary {
    height: 46px; } }

.faq-page .contact-form {
  margin-top: 40px; }

.faq-container {
  margin: 40px 0 120px;
  padding-right: 60px; }

.faq-item {
  border-bottom: 1px solid #c2c2c2; }
  .faq-item:first-child {
    border-top: 1px solid #c2c2c2; }

.faq-header {
  display: flex;
  padding: 20px 40px 20px 0;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  font-family: "medium", Arial, sans-serif; }

.faq-header .plus-icon {
  position: absolute;
  right: 3px;
  top: calc(50% - 18px);
  height: 36px;
  width: 36px;
  padding: 0;
  background: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  border: 0;
  transition: 0.25s; }
  .faq-header .plus-icon:before, .faq-header .plus-icon:after {
    content: "";
    background: #111;
    position: absolute; }
  .faq-header .plus-icon:before {
    top: 16px;
    left: 8px;
    width: 18px;
    height: 2px; }
  .faq-header .plus-icon:after {
    top: 8px;
    left: 16px;
    width: 2px;
    height: 18px; }

.faq-open .faq-header .plus-icon {
  transform: rotate(45deg); }
  .faq-open .faq-header .plus-icon:before, .faq-open .faq-header .plus-icon:after {
    background: #ab312a; }

.faq-open .faq-header,
.faq-header:hover {
  color: #ab312a; }

.faq-desp {
  padding-right: 30px;
  overflow: hidden;
  height: 0px; }

.faq-item,
.faq-header,
.faq-desp {
  transition: 0.3s; }

@media (max-width: 2000px) {
  .faq-header {
    font-size: 20px; }
  .faq-header svg {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px); } }

@media (max-width: 1799px) {
  .faq-container {
    margin-bottom: 0; } }

@media (max-width: 1399px) {
  .faq-header {
    font-size: 18px; } }

@media (max-width: 991px) {
  .faq-header svg {
    right: 10px; }
  .faq-header {
    font-size: 16px;
    padding: 15px 50px 15px 0; }
  .faq-container {
    padding-right: 0; }
  .faq-desp {
    padding-right: 0; } }

.tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  text-align: justify; }

.tab-pane.current {
  height: auto;
  overflow: visible; }

.tabs {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 60px;
  list-style: none;
  border-bottom: 1px solid #4e4e4e; }

.tab-link {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  padding: 16px 30px;
  border-radius: 8px 8px 0 0;
  margin-bottom: -1px; }

.tab-link.current {
  background-color: #ab312a;
  color: #fff; }

@media (max-width: 1699px) {
  .tab-link {
    font-size: 24px; } }

@media (max-width: 1199px) {
  .tab-link {
    font-size: 20px; } }

@media (max-width: 991px) {
  .tabs {
    border-bottom: 0;
    display: block;
    margin: 30px 0; }
  .tab-link {
    background-color: #fff;
    border-radius: 8px;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 8px; } }

table {
  width: 100%; }

.table-gray {
  height: 1px;
  border: 0; }
  .table-gray tr {
    height: 100%; }
  .table-gray td {
    height: 100%;
    border: 0;
    border-bottom: 5px solid #fff; }
    .table-gray td > div {
      background-color: #ececec;
      height: 100%;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 5px; }
  .table-gray td:first-child > div {
    border-radius: 12px 0 0 12px;
    margin-right: -5px;
    width: 360px;
    padding-left: 20px; }
  .table-gray td:first-child p,
  .table-gray td:first-child h2,
  .table-gray td:first-child h3 {
    font-size: 28px;
    font-family: "medium", Arial, sans-serif;
    text-transform: uppercase; }
  .table-gray td:last-child > div {
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 0 12px 12px 0; }

@media (max-width: 1699px) {
  .table-gray td:first-child p,
  .table-gray td:first-child h2,
  .table-gray td:first-child h3 {
    font-size: 24px; } }

@media (max-width: 1536px) {
  .table-gray td:first-child p,
  .table-gray td:first-child h2,
  .table-gray td:first-child h3 {
    font-size: 22px; } }

@media (max-width: 991px) {
  .table-gray {
    display: block;
    height: auto; }
  .table-gray td {
    border: 0;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .table-gray tbody,
  .table-gray tr,
  .table-gray td {
    display: block;
    width: 100%; }
  .table-gray tr {
    border-bottom: 3px solid #fff;
    background-color: #ececec;
    border-radius: 8px; }
  .table-gray td:first-child > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .table-gray td:last-child > div {
    padding: 0; }
  .table-gray td > div {
    border-radius: 0 !important; }
  .table-gray td:first-child p,
  .table-gray td:first-child h2,
  .table-gray td:first-child h3,
  .table-gray td:first-child h4 {
    font-size: 20px;
    margin-bottom: 0; } }

.service-hero {
  margin-top: 40px; }
  .service-hero .figure-container {
    height: 560px; }
  .service-hero .fill-gray {
    height: 100%;
    padding: 10px 60px 5px 70px; }
  .service-hero .d-flex {
    display: flex;
    align-items: center; }
  .service-hero .title-group {
    margin-bottom: 0; }
    .service-hero .title-group p {
      font-size: 20px;
      color: #111; }

.service-slider {
  background-color: #fff;
  z-index: 2; }
  .service-slider.slick-initialized .item {
    display: block !important; }
  .service-slider .item {
    height: 560px; }
    .service-slider .item picture {
      width: 100%;
      height: 100%; }
    .service-slider .item img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 8px; }
  .service-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10; }
  .service-slider .slick-arrow:hover {
    background-color: #ab312a; }
  .service-slider .slick-arrow:hover svg {
    fill: #fff; }
  .service-slider .slick-arrow svg {
    width: 16px;
    height: 16px;
    fill: #43423e;
    transition: 0.25s; }
  .service-slider .slick-next {
    right: 20px; }
  .service-slider .slick-prev {
    left: 20px; }
  .service-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end; }
  .service-slider .slick-dots li {
    margin: 0 3px;
    height: 14px; }
  .service-slider .slick-dots li.slick-active button {
    background-color: #ab312a;
    border: 1px solid #ab312a; }
  .service-slider .slick-dots button {
    background-color: transparent;
    border: 1px solid #4e4e4e;
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%; }

.index-page .fill-gray {
  position: relative;
  z-index: 2; }

.index-page .services-section {
  position: relative; }
  .index-page .services-section .title-group {
    margin-bottom: 80px; }
  .index-page .services-section:after {
    content: "";
    position: absolute;
    width: 1030px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg width='1030' height='60' viewBox='0 0 1030 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30C0 13.4315 13.4314 7.20928e-05 30 7.09178e-05L1000 2.12754e-06C1016.57 9.52531e-07 1030 13.4315 1030 30C1030 46.5685 1016.57 60 1000 60H30C13.4314 60 0 46.5686 0 30Z' fill='%23ECC2C2'/%3E%3C/svg%3E%0A");
    background-size: contain;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0; }

.services-section {
  position: relative; }
  .services-section .title-group {
    margin-bottom: 80px; }

.service-page .services-section {
  position: relative; }
  .service-page .services-section .title-group {
    margin-bottom: 100px; }

.accordion-container {
  position: relative; }
  .accordion-container .default-img {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 1;
    width: 590px; }
    .accordion-container .default-img img {
      display: block;
      position: relative;
      z-index: 2;
      border-radius: 8px; }
  .accordion-container .accordion-img:before,
  .accordion-container .default-img:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 330px;
    background-image: url("data:image/svg+xml,%3Csvg width='450' height='330' viewBox='0 0 450 330' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M440 0H10C4.47715 0 0 4.47715 0 10V273.694C0 276.907 1.54339 279.924 4.14852 281.804L68.3211 328.109C70.0246 329.338 72.0719 330 74.1726 330H440C445.523 330 450 325.523 450 320V10C450 4.47715 445.523 0 440 0Z' fill='%23AB312A'/%3E%3C/svg%3E");
    left: -16px;
    top: -16px;
    background-repeat: no-repeat; }
  .accordion-container .accordion-img:after,
  .accordion-container .default-img:after {
    content: "";
    position: absolute;
    width: 476px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='476' height='30' viewBox='0 0 476 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M476 0L476 20C476 25.5228 471.523 30 466 30L39.6789 30C37.3425 30 35.0798 29.1819 33.2836 27.6878L-1.31134e-06 -1.74214e-07L476 0Z' fill='%23AB312A'/%3E%3C/svg%3E");
    background-size: contain;
    top: calc(100% - 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat; }
  .accordion-container.default .default-img {
    opacity: 1; }
  .accordion-container .figure-container {
    width: 450px;
    height: 292px;
    position: absolute;
    bottom: -14px;
    right: -16px;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='454' height='295' viewBox='0 0 454 295' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6933 294.143H443.678C449.201 294.143 453.678 289.666 453.678 284.143V18.7218C453.678 15.5299 452.154 12.5297 449.576 10.6469L435.268 0.194305C434.607 -0.288361 433.678 0.183533 433.678 1.0018V265.643C433.678 270.613 429.648 274.643 424.678 274.643H0.000762939L4.20306 287.295C5.56107 291.384 9.38501 294.143 13.6933 294.143Z' fill='%23AB312A'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat; }
  .accordion-container.default .figure-container {
    bottom: -16px; }

.accordion-item {
  margin-bottom: 3px;
  position: relative;
  padding-left: 640px;
  z-index: 2; }
  .accordion-item:nth-child(1) .accordion-img {
    top: 16px; }
  .accordion-item:nth-child(2) .accordion-img {
    top: -36px; }
  .accordion-item:nth-child(3) .accordion-img {
    top: -102px; }
  .accordion-item:nth-child(4) .accordion-img, .accordion-item:nth-child(5) .accordion-img {
    top: 50%;
    transform: translateY(-50%); }
  .accordion-item:nth-child(6) .accordion-img {
    top: 30%;
    transform: translateY(-50%); }
  .accordion-item:nth-child(7) .accordion-img {
    top: 10%;
    transform: translateY(-50%); }
  .accordion-item:nth-child(8) .accordion-img {
    top: auto;
    bottom: 10%; }
  .accordion-item:nth-child(9) .accordion-img {
    top: auto;
    bottom: -10%; }
  .accordion-item:nth-child(10) .accordion-img {
    top: auto;
    bottom: 20px; }

.accordion-header {
  display: flex;
  padding: 15px 40px 15px 12px;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  font-family: "medium", Arial, sans-serif;
  background-color: #4e4e4e;
  border: 1px solid #ececec;
  border-radius: 6px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 34px; }

.accordion-header .plus-icon {
  position: absolute;
  right: 10px;
  top: calc(50% - 18px);
  height: 35px;
  width: 35px;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  border: 0;
  transition: 0.25s; }
  .accordion-header .plus-icon:before, .accordion-header .plus-icon:after {
    content: "";
    background: #fff;
    position: absolute; }
  .accordion-header .plus-icon:before {
    top: 16px;
    left: 6px;
    width: 23px;
    height: 3px; }
  .accordion-header .plus-icon:after {
    top: 6px;
    left: 16px;
    width: 3px;
    height: 23px; }

.accordion-body {
  overflow: hidden;
  height: 0px; }

.accordion-img {
  position: absolute;
  left: 16px;
  top: 16px;
  opacity: 0;
  z-index: 1;
  width: 590px; }
  .accordion-img img {
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    width: 100%; }

.accordion-icon {
  width: 70px;
  height: 70px;
  transition: 0.25s;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-right: 12px;
  transition: 0.2s;
  flex-shrink: 0; }
  .accordion-icon img {
    display: block;
    max-height: 100%; }

.accordion-item,
.accordion-header,
.accordion-body {
  transition: 0.2s; }

.accordion-content {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  margin-top: 2px; }

.accordion-open .accordion-header,
.accordion-header:hover {
  background-color: #ab312a;
  color: #fff; }

.accordion-open .accordion-img {
  opacity: 1; }

.accordion-open .accordion-icon,
.accordion-header:hover .accordion-icon {
  background-color: #fff; }
  .accordion-open .accordion-icon img,
  .accordion-header:hover .accordion-icon img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(29%) saturate(4625%) hue-rotate(343deg) brightness(93%) contrast(86%); }

.accordion-open .accordion-header .plus-icon {
  transform: rotate(45deg); }

.gallery-slider .item {
  margin: 0 10px;
  position: relative;
  outline: none;
  cursor: pointer;
  height: 420px;
  overflow: hidden;
  border-radius: 8px; }
  .gallery-slider .item picture {
    height: 100%; }
  .gallery-slider .item img {
    height: 100%;
    transition: 0.4s; }
  .gallery-slider .item:after {
    content: "";
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23343330' d='M19 14a1 1 0 0 1-1 1h-3v3a1 1 0 1 1-2 0v-3h-3a1 1 0 1 1 0-2h3v-3a1 1 0 0 1 2 0v3h3a1 1 0 0 1 1 1Zm9.707 14.707a.998.998 0 0 1-1.415 0l-6.257-6.258a11.013 11.013 0 1 1 1.414-1.414l6.258 6.258a1 1 0 0 1 0 1.415ZM14 23a9 9 0 1 0-9-9 9.01 9.01 0 0 0 9 9Z'/%3E%3C/svg%3E") no-repeat center;
    background-size: 26px;
    pointer-events: none;
    border-radius: 50%;
    transition: 0.25s;
    opacity: 0; }
  .gallery-slider .item:hover:after {
    opacity: 1; }
  .gallery-slider .item:hover img {
    transform: translate(0%, 0%) scale(1.05); }

.gallery-slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10; }

.gallery-slider .slick-arrow:hover {
  background-color: #ab312a; }

.gallery-slider .slick-arrow:hover svg {
  fill: #fff; }

.gallery-slider .slick-arrow svg {
  width: 16px;
  height: 16px;
  fill: #43423e;
  transition: 0.25s; }

.gallery-slider .slick-next {
  right: 30px; }

.gallery-slider .slick-prev {
  left: 30px; }

.service-about {
  font-size: 20px; }

.service-page .tab-pane .img-container {
  position: relative;
  margin-left: 16px;
  padding-right: 16px; }
  .service-page .tab-pane .img-container .figure-top {
    position: absolute;
    left: -16px;
    top: -16px;
    z-index: 1; }
  .service-page .tab-pane .img-container .figure-bottom {
    position: absolute;
    right: 50px;
    bottom: -16px;
    height: 30px;
    width: 388px;
    z-index: 1; }
  .service-page .tab-pane .img-container picture {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2; }
  .service-page .tab-pane .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px; }

.service-page .tab-pane .text-container {
  padding-left: 30px; }

.service-page .contact-section .contact-form .form-logo {
  right: auto;
  left: -75px; }

.service-page .contact-section .align-center {
  padding-left: 100px; }

@media (min-width: 992px) {
  .service-hero .row {
    flex-direction: row-reverse; } }

@media (max-width: 2000px) {
  .accordion-header {
    font-size: 30px;
    padding: 12px 40px 12px 12px; }
  .accordion-icon {
    width: 60px;
    height: 60px; }
  .accordion-item {
    padding-left: 600px; }
  .accordion-img,
  .accordion-container .default-img {
    width: 550px; } }

@media (max-width: 1699px) {
  .accordion-item {
    padding-left: 500px; }
  .accordion-header {
    font-size: 22px;
    padding: 8px 40px 8px 12px; }
    .accordion-header .plus-icon {
      height: 36px;
      width: 36px; }
    .accordion-header .plus-icon:before,
    .accordion-header .plus-icon:after {
      position: absolute; }
    .accordion-header .plus-icon:before {
      top: 16px;
      left: 8px;
      width: 18px;
      height: 2px; }
    .accordion-header .plus-icon:after {
      top: 8px;
      left: 16px;
      width: 2px;
      height: 18px; }
  .accordion-icon {
    width: 52px;
    height: 52px;
    padding: 5px; }
  .accordion-container .figure-container {
    width: 300px;
    height: 195px;
    bottom: -5px;
    right: -9px; }
  .accordion-container .default-img,
  .accordion-container .accordion-img {
    width: 440px; }
    .accordion-container .default-img:before,
    .accordion-container .accordion-img:before {
      width: 300px;
      height: 220px;
      background-size: contain;
      top: -10px;
      left: -10px; }
    .accordion-container .default-img:after,
    .accordion-container .accordion-img:after {
      width: 300px;
      height: 20px;
      background-size: contain;
      top: calc(100% - 10px); }
  .services-section .title-group {
    margin-bottom: 50px; }
  .index-page .services-section:after {
    bottom: -10px; }
  .accordion-container.default .figure-container {
    bottom: -10px; }
  .service-about {
    font-size: 18px; }
    .service-about .col-lg-3 img {
      width: 250px; } }

@media (max-width: 1535px) {
  .accordion-container .link-more {
    font-size: 18px; }
  .index-page .services-section .title-group {
    margin-bottom: 50px; }
  .index-page .services-section:after {
    width: 500px;
    height: 32px;
    background-repeat: no-repeat;
    bottom: -12px; }
  .service-hero .figure-container {
    height: 480px; }
  .service-slider .item {
    height: 480px; }
  .service-hero .title-group p {
    font-size: 18px; }
  .service-about {
    font-size: 16px; }
    .service-about .col-lg-3 img {
      width: 220px; } }

@media (max-width: 1199px) {
  .accordion-header {
    font-size: 20px;
    padding: 8px 40px 8px 12px; }
  .service-page .services-section .title-group {
    margin-bottom: 50px; }
  .accordion-item {
    padding-left: 400px; }
  .accordion-container .default-img,
  .accordion-container .accordion-img {
    width: 360px; }
  .accordion-icon {
    width: 48px;
    height: 48px; }
  .service-page .tab-pane .img-container .figure-bottom,
  .service-page .tab-pane .img-container .figure-top {
    display: none; }
  .service-page .tab-pane .img-container {
    padding: 0;
    margin: 0; }
  .service-page .contact-section .contact-form {
    margin-left: 0;
    margin-right: -50px; }
  .service-hero .figure-container {
    height: 400px; }
  .service-slider .item {
    height: 400px; }
  .service-hero .fill-gray {
    padding: 10px 40px; }
  .service-hero .title-group p {
    font-size: 16px; }
  .service-about {
    font-size: 14px; }
    .service-about .col-lg-3 img {
      display: none; } }

@media (max-width: 991px) {
  .index-page .services-section {
    padding-top: 15px; }
  .accordion-item {
    padding-left: 0; }
  .accordion-item .accordion-img {
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    height: auto;
    width: 200px;
    flex-shrink: 0;
    transform: translate(0) !important; }
    .accordion-item .accordion-img:before, .accordion-item .accordion-img:after {
      display: none; }
  .accordion-body {
    display: flex;
    background-color: #fff;
    border-radius: 6px; }
  .accordion-container.default .default-img {
    display: none; }
  .services-section .title-group {
    margin-bottom: 30px; }
  .service-page .contact-section .row {
    flex-direction: column-reverse; }
  .service-page .contact-section .contact-form {
    margin-right: 0; }
  .service-page .contact-section .align-center {
    padding-left: 15px; }
  .service-page .tab-pane .img-container {
    margin-bottom: 20px; }
  .service-page .tab-pane .text-container {
    padding-left: 0; }
  .accordion-container .figure-container {
    bottom: -10px; }
  .index-page .services-section .title-group {
    margin-bottom: 30px; }
  .service-hero .figure-container {
    height: auto; }
  .service-hero .fill-gray {
    padding: 40px 30px; }
  .service-hero .figure-container .figure-left {
    display: none; }
  .service-slider {
    margin-bottom: 40px; }
  .service-slider .item {
    height: 450px; } }

@media (max-width: 767px) {
  .accordion-item .accordion-img {
    display: none !important; }
  .accordion-content {
    padding: 20px; }
  .accordion-header .plus-icon {
    right: 1px; }
  .accordion-header {
    font-size: 18px; }
  .accordion-container .figure-container {
    display: none; }
  .index-page .services-section:after {
    display: none; }
  .service-slider .item {
    height: 400px; } }

@media (max-width: 575px) {
  .service-slider .item {
    height: 360px; }
  .service-slider .slick-arrow {
    width: 36px;
    height: 36px; }
    .service-slider .slick-arrow.slick-next {
      right: 10px; }
    .service-slider .slick-arrow.slick-prev {
      left: 10px; } }

@media (max-width: 400px) {
  .service-slider .item {
    height: 320px; } }

@media (max-width: 375px) {
  .accordion-header {
    padding: 8px 40px 8px 8px;
    font-size: 16px; } }

.marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 90px; }

.marquee-inner {
  animation: marquee 100s linear infinite;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 50px;
  margin-right: 50px; }

.marquee-item {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "medium", Arial, sans-serif;
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
  grid-template-columns: 68px 1fr;
  grid-column-gap: 20px;
  white-space: nowrap; }
  .marquee-item a {
    text-decoration: none;
    color: #ab312a;
    margin: 0 5px;
    display: inline-flex; }
    .marquee-item a:hover {
      text-decoration: underline; }

.marquee-logo img {
  display: block; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.marquee:hover .marquee-inner {
  animation-play-state: paused; }

@media (max-width: 1699px) {
  .marquee-item {
    font-size: 26px;
    grid-template-columns: 58px 1fr;
    grid-column-gap: 15px; }
  .marquee-inner {
    margin-right: 40px; } }

@media (max-width: 1535px) {
  .marquee-item {
    font-size: 22px;
    grid-template-columns: 50px 1fr; }
  .marquee-inner {
    margin-right: 30px; } }

@media (max-width: 1199px) {
  .marquee-item {
    font-size: 20px;
    grid-template-columns: 42px 1fr; } }

@media (max-width: 991px) {
  .marquee {
    padding-top: 60px; }
  .marquee-item {
    font-size: 18px; } }

.reviews-section {
  position: relative; }
  .reviews-section .fill-gray {
    position: relative;
    z-index: 2; }
  .reviews-section .figure-top {
    position: absolute;
    top: -16px;
    right: 100px;
    height: 30px; }
  .reviews-section .figure-bottom {
    position: absolute;
    bottom: -16px;
    left: 100px;
    height: 30px; }

.frame-holder {
  height: 100%; }

.csr-gallery {
  display: flex;
  margin-left: -7px;
  margin-right: -15px;
  margin-bottom: 30px; }
  .csr-gallery .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
    position: absolute;
    top: -58px;
    z-index: 10;
    border: 1px solid #fff; }
  .csr-gallery .slick-arrow:hover {
    background-color: #ab312a; }
  .csr-gallery .slick-arrow:hover svg {
    fill: #fff; }
  .csr-gallery .slick-arrow svg {
    width: 16px;
    height: 16px;
    fill: #43423e;
    transition: 0.25s; }
  .csr-gallery .slick-next {
    right: 15px; }
  .csr-gallery .slick-prev {
    right: 60px; }

.csr-gallery .slick-track {
  display: flex; }

.csr-gallery .csr-gallery-item {
  margin: 0 7px;
  outline: 0;
  position: relative;
  transition: all 0.3s;
  height: 260px; }

.csr-gallery .csr-gallery-item iframe {
  border-radius: 4px;
  height: 100%;
  width: 100%; }

.csr-gallery .csr-gallery-item svg {
  bottom: 20px;
  height: 40px;
  left: calc(50% - 20px);
  opacity: 0;
  position: absolute;
  transition: 0.15s;
  vertical-align: top;
  width: auto;
  z-index: 5;
  pointer-event: none; }

@media (min-width: 576px) {
  .csr-gallery {
    width: calc((100vw - 540px) / 2 + 540px); }
    .csr-gallery .slick-next {
      right: 25px; }
    .csr-gallery .slick-prev {
      right: 70px; }
  .csr-gallery .csr-gallery-item {
    height: 300px; } }

@media (min-width: 768px) {
  .csr-gallery {
    width: calc((100vw - 720px) / 2 + 710px); }
    .csr-gallery .slick-next {
      right: 25px; }
    .csr-gallery .slick-prev {
      right: 70px; } }

@media (min-width: 992px) {
  .csr-gallery {
    width: calc((100vw - 960px) / 2 + 950px); }
  .csr-gallery .csr-gallery-item {
    height: 380px; } }

@media (min-width: 1200px) {
  .csr-gallery {
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .csr-gallery .csr-gallery-item {
    flex: 0 0 12%;
    margin: 0;
    overflow: hidden;
    height: 360px;
    border-radius: 6px;
    transition: 0.5s; }
    .csr-gallery .csr-gallery-item iframe {
      object-fit: cover;
      object-position: center;
      border-radius: 6px; }
  .csr-gallery .csr-gallery-item:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s;
    backdrop-filter: blur(6px);
    border-radius: 3px;
    pointer-events: none; }
  .csr-gallery .csr-gallery-item.active {
    flex: 1; }
  .csr-gallery .csr-gallery-item.active:after {
    backdrop-filter: unset; }
  .csr-gallery .csr-gallery-item svg {
    opacity: 1; }
  .csr-gallery .csr-gallery-item.active svg {
    opacity: 0; } }

@media (min-width: 1536px) {
  .csr-gallery .csr-gallery-item {
    height: 420px;
    flex: 0 0 11%; } }

@media (min-width: 1700px) {
  .csr-gallery .csr-gallery-item {
    height: 420px;
    flex: 0 0 12%; } }

@media (max-width: 1699px) {
  .reviews-section .figure-top {
    top: -10px; }
  .reviews-section .figure-bottom {
    bottom: -10px; } }

@media (max-width: 1699px) {
  .reviews-section .title-group {
    margin-bottom: 50px; } }

@media (max-width: 1199px) {
  .reviews-section .figure-top {
    height: auto; }
    .reviews-section .figure-top svg {
      width: 300px;
      height: 20px; }
  .reviews-section .figure-bottom {
    height: auto;
    bottom: -14px; }
    .reviews-section .figure-bottom svg {
      width: 300px;
      height: 20px; } }

@media (max-width: 991px) {
  .reviews-section .title-group.text-center {
    justify-content: flex-start; } }

@media (max-width: 767px) {
  .reviews-section .figure-bottom {
    display: none; } }

.form-control {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 3px;
  border: 1px solid #fff;
  transition: 0.15s ease-in-out;
  outline: 0;
  padding: 0 12px;
  font-size: 14px;
  color: #111; }

.form-control:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4); }

textarea {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #fff;
  transition: 0.15s ease-in-out;
  outline: 0;
  padding: 12px;
  font-size: 14px;
  min-height: 115px;
  resize: vertical;
  color: #111; }

textarea:focus {
  border-color: #111;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3); }

textarea.form-control {
  border-radius: 20px; }

.form-group {
  padding-bottom: 15px;
  position: relative; }

.form-group label {
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase; }

.form-group .red-text {
  color: #c62534;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 100%;
  display: none; }

.form-group.red .red-text {
  display: block; }

.form-group + .btn-primary {
  margin-top: 15px; }

@media (max-width: 1199px) {
  .form-control {
    height: 46px; } }

.text-container ul,
.text-container ol {
  padding-left: 20px;
  margin-top: -5px; }
  .text-container ul li::marker,
  .text-container ol li::marker {
    color: #ab312a; }

.index-about .title-group {
  margin-bottom: 30px; }

.index-about .text-container {
  padding-left: 56px;
  max-width: 650px; }

.index-about .link-more {
  margin-top: 30px; }

.index-about .img-container {
  position: relative; }
  .index-about .img-container picture {
    width: 100%;
    height: 100%; }
  .index-about .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .index-about .img-container svg {
    position: absolute;
    bottom: 10%;
    right: 20%;
    z-index: 2; }
  .index-about .img-container .align-center {
    align-items: flex-end; }

.index-about .img-one {
  height: 320px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px; }

.index-about .img-two {
  width: 270px;
  height: 200px;
  position: relative;
  z-index: 3;
  margin-left: auto;
  border-radius: 8px;
  overflow: hidden; }

.index-about .img-three {
  width: 280px;
  height: 430px;
  position: relative;
  z-index: 3;
  border-radius: 8px;
  overflow: hidden; }

.about-page .breadcrumb {
  margin-bottom: 70px; }

.about-page .text-section {
  font-size: 18px; }
  .about-page .text-section .col-xl-5:first-child .h2,
  .about-page .text-section .col-xl-5:first-child h2 {
    text-transform: uppercase;
    color: #ab312a;
    font-size: 42px; }

.about-page .about-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .about-page .about-title .title-group {
    margin-bottom: 10px; }
  .about-page .about-title p {
    font-size: 20px;
    color: #555;
    max-width: 750px; }

.about-page .about-img {
  height: 400px;
  position: relative; }
  .about-page .about-img picture {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2; }
  .about-page .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px; }

.about-page .about-grid .row {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 24px; }

.about-page .about-grid .col-lg-4,
.about-page .about-grid .col-lg-8 {
  padding-left: 12px;
  padding-right: 12px; }

.about-page .about-grid .figure-top {
  position: absolute;
  left: -16px;
  top: -16px; }

.about-page .about-grid .figure-bottom {
  position: absolute;
  right: -16px;
  bottom: -16px;
  height: 177px; }

.about-page .about-grid .number-item {
  border-radius: 8px;
  height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 5px 50px; }
  .about-page .about-grid .number-item:first-child {
    margin-bottom: 24px; }
  .about-page .about-grid .number-item .count {
    font-size: 46px;
    font-family: "semi", Arial, sans-serif;
    color: #ab312a; }
  .about-page .about-grid .number-item .item-text {
    font-size: 22px;
    text-transform: uppercase;
    color: #282a2c;
    font-family: "medium", Arial, sans-serif; }

@media (max-width: 1699px) {
  .index-about .img-three {
    width: 220px;
    height: 330px; }
  .index-about .img-one {
    height: 280px; }
  .about-page .about-title p {
    font-size: 18px;
    max-width: 650px;
    padding-left: 40px; }
  .about-page .about-grid .figure-top {
    top: -10px;
    left: -10px; }
  .about-page .about-grid .figure-bottom {
    bottom: -10px;
    right: -10px; }
  .about-page .text-section .col-xl-5:first-child .h2,
  .about-page .text-section .col-xl-5:first-child h2 {
    font-size: 36px; }
  .about-page .text-section {
    font-size: 16px; } }

@media (max-width: 1535px) {
  .index-about .img-one {
    height: 220px; }
  .index-about .img-one {
    margin-bottom: 24px; }
  .index-about .img-container svg {
    width: 360px;
    height: 228px; }
  .index-about .text-container {
    padding-left: 40px; }
  .about-page .about-img {
    height: 320px; }
  .about-page .about-grid .number-item {
    height: 148px; }
  .about-page .about-grid .number-item {
    padding-left: 30px; }
  .about-page .about-grid .number-item .count {
    font-size: 38px; }
  .about-page .about-grid .number-item .item-text {
    font-size: 18px; }
  .about-page .about-img {
    height: 280px; }
  .about-page .about-grid .number-item {
    height: 128px; }
  .about-page .text-section .col-xl-5:first-child .h2,
  .about-page .text-section .col-xl-5:first-child h2 {
    font-size: 32px; }
  .gallery-slider .item {
    height: 380px;
    margin: 0 5px; }
  .gallery-slider .slick-next {
    right: 12px; }
  .gallery-slider .slick-prev {
    left: 12px; } }

@media (max-width: 1199px) {
  .index-about .img-three {
    width: 160px;
    height: 240px; }
  .index-about .img-one {
    height: 180px; }
  .index-about .img-two {
    height: 140px;
    width: 200px; }
  .index-about .img-container svg {
    width: 300px;
    height: 200px; }
  .index-about .link-more {
    margin-top: 10px;
    font-size: 18px; }
  .index-about .text-container {
    padding-left: 24px; }
  .about-page .about-title p {
    font-size: 16px;
    max-width: 550px;
    padding-left: 40px; }
  .about-page .text-section .col-xl-5:first-child .h2,
  .about-page .text-section .col-xl-5:first-child h2 {
    font-size: 24px; }
  .gallery-slider .item {
    height: 320px; } }

@media (max-width: 991px) {
  .index-about .row {
    flex-direction: column-reverse; }
  .index-about .img-one {
    height: 360px;
    width: 100%;
    margin-bottom: 40px; }
  .index-about .img-two,
  .index-about .img-three {
    display: none; }
  .index-about .img-container svg {
    display: none; }
  .index-about .title-group {
    margin-bottom: 20px; }
  .about-page .about-grid .row {
    margin-bottom: 0; }
    .about-page .about-grid .row:last-child {
      display: none; }
  .about-page .about-grid .figure-top svg {
    height: 191px;
    width: 300px; }
  .about-page .about-img {
    margin-bottom: 20px; }
  .about-page .about-title {
    display: block; }
    .about-page .about-title p {
      padding-left: 24px;
      font-size: 15px;
      max-width: none; }
  .gallery-slider .item {
    height: 280px; } }

@media (max-width: 767px) {
  .index-about .img-one {
    height: 280px; }
  .about-page .about-img {
    height: 220px; }
  .gallery-slider .item {
    height: 250px; } }

@media (max-width: 575px) {
  .index-about .img-one {
    height: 220px; }
  .about-page .about-img {
    height: 200px; } }

@media (max-width: 479px) {
  .about-page .about-img {
    height: 160px; }
  .about-page .about-grid .figure-top svg {
    height: 126px;
    width: 200px; } }

@media (max-width: 400px) {
  .about-page .about-img {
    height: 140px; }
  .gallery-slider .item {
    height: 220px; } }

.figure-container {
  position: relative; }
  .figure-container .fill-gray {
    position: relative;
    z-index: 2;
    border-radius: 8px; }
  .figure-container .figure-right,
  .figure-container .figure-left {
    position: absolute;
    z-index: 0; }
  .figure-container .figure-left {
    top: calc(50% - 140px);
    left: -16px; }
  .figure-container .figure-right {
    bottom: 30px;
    right: -16px; }

.link-more {
  color: #ab312a;
  display: inline-flex;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase; }
  .link-more:hover {
    text-decoration: underline; }
    .link-more:hover svg {
      transform: translateX(5px); }
  .link-more span {
    margin-right: 8px; }
  .link-more svg {
    fill: #ab312a;
    width: 18px;
    height: 18px;
    transition: 0.25s; }

@media (max-width: 1699px) {
  .figure-container .figure-left {
    left: -12px; }
  .figure-container .figure-right {
    right: -12px; } }

@media (max-width: 991px) {
  .link-more {
    font-size: 18px; } }

.contact-box .contact-item {
  margin-bottom: 15px; }

.contact-box .h2,
.contact-box h2 {
  margin-bottom: 25px; }

.contact-box .contact-info {
  font-size: 18px;
  font-family: "medium", Arial, sans-serif;
  color: #111; }
  .contact-box .contact-info a {
    color: #111;
    text-decoration: none; }
    .contact-box .contact-info a:hover {
      text-decoration: underline; }

.contact-box .social-item {
  background-color: #ab312a;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 6px;
  margin-top: 8px; }
  .contact-box .social-item:hover {
    background-color: #c02f27; }

.contact-label {
  color: #6e6565;
  text-transform: uppercase;
  font-size: 14px; }

.contact-form {
  position: relative; }
  .contact-form .form-content {
    color: #fff;
    position: relative;
    z-index: 3;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 8px;
    background-color: #4e4e4e; }
    .contact-form .form-content > * {
      max-width: 530px;
      margin-left: auto;
      margin-right: auto; }
  .contact-form .h3,
  .contact-form h3,
  .contact-form h2,
  .contact-form .h2 {
    font-size: 38px;
    text-transform: uppercase; }
  .contact-form .form-logo {
    position: absolute;
    z-index: 1;
    top: -75px;
    right: -75px; }
  .contact-form .btn-primary {
    font-size: 20px; }

.contact-section .title-group {
  margin-bottom: 35px; }

.contact-section .fill-red {
  font-size: 28px; }

.contact-section .contact-box {
  padding-left: 90px; }
  .contact-section .contact-box .contact-item {
    margin-bottom: 30px; }
  .contact-section .contact-box .contact-info {
    font-size: 24px; }
  .contact-section .contact-box .social-item {
    background-color: #ab312a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 6px;
    margin-top: 8px; }
    .contact-section .contact-box .social-item:hover {
      background-color: #c02f27; }

.contacts-page .contact-section .title-group {
  margin-top: -50px; }

.map-section .title-group {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  z-index: 2;
  padding-right: 30px; }

.map-section .map-content {
  position: relative;
  z-index: 1; }
  .map-section .map-content:after {
    content: "";
    width: 1030px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3Csvg width='1030' height='100' viewBox='0 0 1030 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1030V50C1030 77.6142 1007.61 100 980 100H50C22.3858 100 0 77.6142 0 50V0Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    top: -75px; }

.map-section iframe {
  width: 100% !important;
  height: 550px !important; }

.map-section .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .map-section .container > * {
    pointer-events: auto; }

.map-section .map-card {
  background-color: #ab312a;
  border-radius: 8px;
  padding: 16px;
  width: 450px; }
  .map-section .map-card .h3,
  .map-section .map-card h3 {
    font-size: 32px;
    color: #fff;
    font-family: "semi", Arial, sans-serif;
    text-transform: uppercase;
    margin: 10px 0 20px; }
  .map-section .map-card img {
    display: block;
    border-radius: 6px; }

@media (max-width: 1699px) {
  .contact-form .form-content > * {
    max-width: 480px; }
  .contacts-page .contact-section .title-group {
    margin-top: -36px; }
  .contact-section .contact-box {
    padding-left: 70px; }
  .contact-form .h3,
  .contact-form h3,
  .contact-form h2,
  .contact-form .h2 {
    font-size: 36px; }
  .map-section .map-card .h3,
  .map-section .map-card h3 {
    font-size: 32px; }
  .map-section .map-content:after {
    width: 900px;
    top: -60px; } }

@media (max-width: 1535px) {
  .contact-form .form-content > * {
    max-width: 420px; }
  .contacts-page .contact-section .title-group {
    margin-top: -8px; }
  .contact-section .contact-box {
    padding-left: 40px; }
  .contact-form .form-logo {
    right: -45px;
    top: -45px;
    width: 100px; }
  .contact-form .h3,
  .contact-form h3,
  .contact-form h2,
  .contact-form .h2 {
    font-size: 32px; }
  .map-section .map-card .h3,
  .map-section .map-card h3 {
    font-size: 28px; }
  .map-section .map-content:after {
    width: 700px;
    top: -40px; } }

@media (max-width: 1300px) {
  .contact-form .form-logo {
    right: -20px; } }

@media (max-width: 1199px) {
  .map-section .container {
    max-width: none; } }

@media (max-width: 1199px) {
  .contact-form .h3,
  .contact-form h3,
  .contact-form h2,
  .contact-form .h2 {
    font-size: 28px; }
  .map-section .map-card .h3,
  .map-section .map-card h3 {
    font-size: 24px; }
  .map-section .map-card {
    width: 400px; }
  .map-section .map-content:after {
    width: 500px;
    height: 70px;
    top: -20px; }
  .contact-form .form-content > * {
    max-width: 360px; }
  .contact-section .contact-form {
    margin-left: -80px; }
  .contact-section .form-content {
    padding-top: 50px;
    padding-bottom: 50px; }
  .contact-section .contact-box {
    padding-left: 24px; }
  .contact-section .contact-box .contact-info {
    font-size: 20px; }
  .contact-section .fill-red {
    font-size: 22px; } }

@media (max-width: 991px) {
  .contact-section .contact-box {
    display: flex;
    flex-wrap: wrap; }
    .contact-section .contact-box h2,
    .contact-section .contact-box .h2 {
      flex: 0 0 100%; }
    .contact-section .contact-box .contact-item {
      flex: 0 0 50%; }
  .map-section .map-card {
    width: 300px;
    padding: 10px; }
  .contact-form .form-logo {
    display: none; }
  .contact-section .contact-form {
    margin-left: 0; }
  .contact-form .h3,
  .contact-form h3,
  .contact-form h2,
  .contact-form .h2 {
    font-size: 26px; } }

@media (max-width: 767px) {
  .map-section .map-content:after {
    display: none; }
  .map-section .title-group {
    margin-bottom: 30px; }
  .map-section .container {
    display: none; }
  .map-section iframe {
    height: 400px !important; } }

@media (max-width: 575px) {
  .contact-section .contact-box {
    display: block; }
  .contact-section .contact-box .contact-item {
    margin-bottom: 20px; }
  .contact-section .contact-box {
    margin-bottom: 20px; } }

@media (max-width: 479px) {
  .contact-form .h3,
  .contact-form h3,
  .contact-form h2,
  .contact-form .h2 {
    font-size: 24px; }
  .contact-form .form-content {
    padding: 30px 20px; }
  .contact-form .form-content > * {
    max-width: 100%; } }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
  border-radius: 3px; }

.gslide-inline .ginlined-content {
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column; }

.gslide-description {
  position: relative;
  flex: 1 0 100%; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1; }

.greset {
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: rgba(67, 66, 62, 0.7) !important;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 20px;
  height: auto;
  margin: 0;
  padding: 0; }

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1; }

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 42px;
  height: 42px;
  border-radius: 50%; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

.gfadeIn {
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  animation: gzoomOut 0.5s ease; }

@keyframes lightboxLoader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
    border-radius: 3px; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 98vh; }
  .gslide-external {
    max-height: 100vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 0, 0, 0.92); }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32); }
  .glightbox-clean .gclose {
    background-color: #111; }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .glightbox-clean .gprev {
    top: 45%; }
  .glightbox-clean .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(78, 78, 78, 0.5);
  backdrop-filter: blur(20px); }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal-body.d-flex {
  display: flex;
  padding: 60px; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  width: 900px;
  background-color: #4e4e4e;
  text-align: left;
  border-radius: 5px;
  color: #fff; }
  .modal a {
    color: #fff; }
  .modal .form-logo {
    display: none; }
  .modal .form-content {
    padding: 0; }
  .modal .modal-contacts {
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-top: 30px; }
    .modal .modal-contacts .h2,
    .modal .modal-contacts h2 {
      font-size: 26px; }
    .modal .modal-contacts a {
      color: #fff; }
    .modal .modal-contacts .contact-label {
      color: #ada8a8; }
    .modal .modal-contacts .contact-info {
      color: #fff;
      font-size: 22px; }
      .modal .modal-contacts .contact-info .fill-red {
        color: #fff !important;
        font-size: 26px; }
  .modal .form-control {
    height: 44px; }
  .modal .btn-primary {
    height: 44px;
    border-radius: 3px;
    font-size: 18px; }
  .modal .modal-form h3,
  .modal .modal-form .h3 {
    font-size: 28px; }
  .modal .modal-form p {
    font-size: 16px; }
  .modal .form-content {
    background-color: transparent; }

.modal a.close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  font-size: 0;
  border-radius: 50%;
  background: #2a2a2a url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%23fff' d='m7 8.49-5.217 5.217a1.01 1.01 0 0 1-.745.293 1.01 1.01 0 0 1-.745-.293A1.01 1.01 0 0 1 0 12.962c0-.302.098-.55.293-.745L5.51 7 .293 1.783A1.01 1.01 0 0 1 0 1.038C0 .736.098.488.293.293A1.01 1.01 0 0 1 1.038 0c.302 0 .55.098.745.293L7 5.51 12.217.293A1.01 1.01 0 0 1 12.962 0c.302 0 .55.098.745.293.195.195.293.443.293.745s-.098.55-.293.745L8.49 7l5.217 5.217c.195.195.293.443.293.745s-.098.55-.293.745a1.01 1.01 0 0 1-.745.293 1.01 1.01 0 0 1-.745-.293L7 8.49Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 14px;
  transition: 0.25s; }
  .modal a.close-modal:hover {
    transform: rotate(180deg);
    background-color: #ab312a; }

.modal-form {
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .modal-form .h3,
  .modal-form h3 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0; }

@media (max-width: 1699px) {
  .modal-body.d-flex {
    padding: 50px 60px; }
  .modal textarea {
    min-height: 100px; } }

@media (max-width: 991px) {
  .modal .modal-contacts {
    display: none; }
  .modal {
    max-width: 600px;
    width: 100%; } }

@media (max-width: 575px) {
  .modal .modal-form h3,
  .modal .modal-form .h3 {
    font-size: 24px; }
  .modal .modal-form p {
    font-size: 14px; }
  .modal-body.d-flex {
    padding: 40px 30px; } }

.main-footer {
  background-color: #4e4e4e;
  color: #fff; }
  .main-footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.25s; }
    .main-footer a:hover {
      text-decoration: underline; }

.footer-content {
  padding-top: 80px;
  padding-bottom: 80px; }

.footer-bottom {
  background-color: #818181;
  padding-top: 12px;
  padding-bottom: 12px; }
  .footer-bottom a:hover {
    color: #111; }
  .footer-bottom .container {
    display: flex;
    justify-content: space-between; }

.footer-services {
  background-color: #818181;
  border-radius: 12px;
  padding: 30px 25px;
  column-count: 2;
  column-gap: 10px; }
  .footer-services > div {
    margin-bottom: 25px; }
  .footer-services a {
    font-size: 21px;
    text-transform: uppercase; }
    .footer-services a:hover {
      color: #111; }

.footer-contacts {
  padding-left: 55px; }
  .footer-contacts .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    font-size: 22px;
    gap: 22px; }
    .footer-contacts .contact-item:last-child {
      margin-bottom: 0; }
      .footer-contacts .contact-item:last-child p {
        margin-bottom: 0; }

.footer-social .social-item {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px; }
  .footer-social .social-item:last-child {
    margin-bottom: 0; }
  .footer-social .social-item p {
    margin: 0; }

.footer-social .social-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ab312a;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer-logo {
  display: block;
  margin-bottom: 60px;
  margin-top: -1px; }

@media (max-width: 1699px) {
  .footer-content {
    padding-top: 60px;
    padding-bottom: 60px; }
  .footer-services a {
    font-size: 18px; }
  .footer-social .social-item {
    font-size: 18px;
    margin-bottom: 25px; }
  .footer-contacts .contact-item {
    font-size: 18px; }
    .footer-contacts .contact-item svg {
      width: 32px;
      height: 32px; } }

@media (max-width: 1535px) {
  .footer-services {
    margin-left: -20px; }
  .footer-contacts .contact-item {
    margin-bottom: 70px; }
  .footer-logo {
    margin-bottom: 50px; }
  .footer-contacts {
    padding-left: 35px; }
  .footer-social .social-item {
    margin-bottom: 14px; } }

@media (max-width: 1199px) {
  .footer-contacts {
    padding-left: 10px; }
  .footer-logo {
    margin-bottom: 35px; }
  .footer-services {
    padding: 20px 10px; }
    .footer-services > div {
      margin-bottom: 15px; }
    .footer-services a {
      font-size: 15px; }
  .footer-contacts .contact-item {
    font-size: 16px;
    margin-bottom: 60px; }
    .footer-contacts .contact-item svg {
      width: 24px;
      height: 24px; }
  .footer-social .social-item {
    font-size: 16px;
    margin-bottom: 8px; } }

@media (max-width: 991px) {
  .footer-content {
    padding-top: 50px;
    padding-bottom: 50px; }
  .footer-social {
    margin-bottom: 25px; }
    .footer-social .social-item {
      margin-bottom: 15px; }
  .footer-contacts {
    padding-left: 5px;
    margin-bottom: 30px; }
    .footer-contacts .contact-item {
      margin-bottom: 20px; }
  .footer-services {
    margin-left: 0;
    padding: 15px 20px 1px; }
  .footer-bottom .container {
    display: block;
    text-align: center; }
  .footer-bottom .footer-copyright {
    margin-bottom: 10px; } }

@media (max-width: 479px) {
  .footer-services {
    column-count: unset; } }

.error-page .page-content {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center; }
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 68px;
    text-transform: uppercase;
    margin: 0 0 5px; }
  .error-page .page-content p {
    font-size: 18px;
    color: #555;
    max-width: 520px;
    margin-bottom: 25px; }
  .error-page .page-content .btn-primary {
    width: 220px; }

.error-page .container {
  height: 100%; }

.error-page .error-img img {
  display: block;
  max-width: 520px;
  margin: 0 auto; }

@media (max-width: 1699px) {
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 52px; }
  .error-page .page-content p {
    margin-bottom: 20px; }
  .error-page .page-content {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (max-width: 1535px) {
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 42px; }
  .error-page .page-content {
    padding-top: 50px;
    padding-bottom: 50px; }
  .error-page .error-img img {
    max-width: 420px; } }

@media (max-width: 1199px) {
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 36px; }
  .error-page .page-content p {
    font-size: 16px; }
  .error-page .page-content .btn-primary {
    width: 160px; } }

@media (max-width: 991px) {
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    text-align: center;
    font-size: 32px; }
  .error-page .page-content .error-img {
    margin-bottom: 40px;
    padding: 0 30px; }
    .error-page .page-content .error-img img {
      max-width: 100%; }
  .error-page .page-content p {
    text-align: center;
    max-width: 100%; }
  .error-page .page-content .btn-primary {
    margin: 0 auto; } }

@media (max-width: 767px) {
  .error-page .page-content h1,
  .error-page .page-content .h1 {
    font-size: 24px; } }
