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

/* Sections
 * ========================================================================== */

/**
 * * Remove the margin in all browsers.
 * */

body {
  margin: 0;
}

/**
 * * Render the `main` element consistently in IE.
 * */

main {
  display: block;
}

/**
 * * Correct the font size and margin on `h1` elements within `section` and
 * * `article` contexts in Chrome, Firefox, and Safari.
 * */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * * 1. Add the correct box sizing in Firefox.
 * * 2. Show the overflow in Edge and IE.
 * */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * * 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;
  font-size: 1em;
}

/**
 * * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * * Show the overflow in IE.
 * * 1. Show the overflow in Edge.
 * */

button,
input {
  overflow: visible;
}

/**
 * * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */

button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * * 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;
  outline-offset: -2px;
}

/**
 * * 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;
  font: inherit;
}

/* 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;
}

@font-face {
  font-family: "Jost-Medium";
  src: url("../fonts/Jost-Medium.eot");
  src: url("../fonts/Jost-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost-Regular";
  src: url("../fonts/Jost-Regular.eot");
  src: url("../fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RFDewiExpanded-Bold";
  src: url("../fonts/RFDewiExpanded-Bold.eot");
  src: url("../fonts/RFDewiExpanded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RFDewiExpanded-Bold.woff2") format("woff2"), url("../fonts/RFDewiExpanded-Bold.woff") format("woff"), url("../fonts/RFDewiExpanded-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost-Light";
  src: url("../fonts/Jost-Light.eot");
  src: url("../fonts/Jost-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Light.woff2") format("woff2"), url("../fonts/Jost-Light.woff") format("woff"), url("../fonts/Jost-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost-Bold";
  src: url("../fonts/Jost-Bold.eot");
  src: url("../fonts/Jost-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost-Bold.woff") format("woff"), url("../fonts/Jost-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost-SemiBold";
  src: url("../fonts/Jost-SemiBold.eot");
  src: url("../fonts/Jost-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-SemiBold.woff2") format("woff2"), url("../fonts/Jost-SemiBold.woff") format("woff"), url("../fonts/Jost-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RFDewiExpanded-Semibold";
  src: url("../fonts/RFDewiExpanded-Semibold.eot");
  src: url("../fonts/RFDewiExpanded-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/RFDewiExpanded-Semibold.woff2") format("woff2"), url("../fonts/RFDewiExpanded-Semibold.woff") format("woff"), url("../fonts/RFDewiExpanded-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
   font-display: swap;
}

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

html {
  min-height: 100%;
}

body {
  min-width: 320px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  cursor: default;
  background: #F1F2FA;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}

body._stopScroll {
  overflow: hidden;
}

body.modal-open header,
body.modal-open .main-block,
body.modal-open footer {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

img {
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.42;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.main-block {
  overflow-x: clip;
}

.section {
  padding: 40px 0;
}

.section._black {
  margin: 40px 0;
  padding: 80px 0;
  background: #2A2A31;
}

.section._black._command {
  margin: 0;
  padding: 40px 0;
}

.section._black._services {
  margin-top: 0;
  margin-bottom: 0;
}

.section._black .title {
  color: #ffffff;
}

.section._black .subtitle {
  color: #ffffff;
}

.section._black p {
  color: #ffffff;
}

.section._black .services-content {
  background: none;
  padding: 0px 40px;
}

.section._black .services-content__num {
  color: #DC3545;
}

.section._black .services-content__title {
  color: #ffffff;
}

.section.schedule {
  margin: 40px 0;
  margin-bottom: 0;
  padding: 80px 0;
}

.section._services {
  padding: 40px 0;
  margin: 20px 0;
}

.section._services .breadcrumbs {
  margin-top: 14px;
}

.section._services._other .services-content {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section._services._white {
  background: #ffffff;
}

.section._services._white .services-content {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section._command {
  margin: 0;
  padding: 40px 0;
}

.section._command .command {
  margin: 0;
}

.section._command .command-title {
  font-size: 32px;
  color: #ffffff;
}

.section._command .command-item__description {
  color: #2A2A31;
}

.section._command .about-staff__name,
.section._command .about-staff__subname {
  color: #2A2A31;
}

.section._first {
  margin-top: 0;
  padding-top: 20px;
}

.section._white {
  margin: 40px 0;
  padding: 80px 0;
  background: #ffffff;
}

.section._white2 {
  margin: 20px 0;
  padding: 60px 0;
  background: #ffffff;
}

.section._mb-none {
  margin-bottom: 0;
}

.section._mt-none {
  margin-top: 0;
}

.section._pb-none {
  padding-bottom: 0;
}

.section._mb-20 {
  margin-bottom: 20px;
}

.section._p-none {
  padding: 0;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.title span {
  color: #DC3545;
}

.title-box {
  margin-bottom: 40px;
}

.subtitle {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.4;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EA868F;
}

.privacy {
  margin-top: 20px;
  color: #F1F2FA;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.14px;
  font-family: "Jost-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.privacy a {
  color: #F1F2FA;
}

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

.text {
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke: 2px black;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.text:hover {
  color: black;
  -webkit-text-stroke: 2px black;
}

.myText-svg {
  width: 100%;
  height: 100%;
}

#myText {
  cursor: pointer;
  -webkit-transition: fill 0.6s ease, stroke 0.6s ease;
  transition: fill 0.6s ease, stroke 0.6s ease;
  font-size: 32px;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#myText:hover {
  fill: black;
  stroke: black;
}

input {
  text-overflow: ellipsis;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #7E7E7E;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input::-moz-placeholder {
  color: #7E7E7E;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:-moz-placeholder {
  color: #7E7E7E;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:-ms-input-placeholder {
  color: #7E7E7E;
  opacity: 0.99;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=tel]:focus,
input[type=text]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2A2A31;
  border-radius: 48px;
  border: none;
  background: #F1F2FA;
  border: 1px solid #F1F2FA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input.error {
  border: 1px solid #DC3545;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-icon-wrapper {
  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;
}

.input__file-icon-wrapper svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  stroke: #DC3545;
}

.input__file-button {
  width: 100%;
  height: 50px;
  background: #FFD7DB;
  color: #DC3545;
  font-size: 16px;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  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;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.input-text {
  margin-top: 4px;
  margin-left: 2px;
  font-size: 12px;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

textarea::-webkit-input-placeholder {
  color: #7E7E7E;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea::-moz-placeholder {
  color: #7E7E7E;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:-moz-placeholder {
  color: #7E7E7E;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:-ms-input-placeholder {
  color: #7E7E7E;
  opacity: 0.99;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.check {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2A2A31;
}

.check:hover {
  cursor: pointer;
}

.check-box {
  margin-top: 10px;
}

.check-title {
  margin: 0;
  margin-bottom: 16px;
  font-size: 16px;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.check-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 414px;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.check__input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

.check__input:checked + .check__box {
  background: #2A2A31;
}

.check__input:checked + .check__box::after {
  opacity: 1;
}

.check__box {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -30px;
  border: 2px solid #2A2A31;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.check__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url("../assets/img/check-white.svg") center no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.radio {
  position: relative;
  width: 100%;
  z-index: 1;
}

.radio-label {
  margin: 0;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
}

.radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 6px;
  border-radius: 2px;
}

.radio__input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

.radio__input:checked + .radio__box {
  color: #ffffff;
}

.radio__input:checked + .radio__box::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.radio__input:checked + .radio__box:hover {
  cursor: default;
}

.radio__box {
  position: relative;
  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;
  height: 48px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.4;
  color: #0C54B2;
  border-radius: 2px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.radio__box:hover {
  cursor: pointer;
}

.radio__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #DC3545;
  width: 20%;
  height: 20%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
}

button {
  outline: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.button {
  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;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 48px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  color: #ffffff;
  background: #DC3545;
  font-family: "Jost-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.button svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button:focus {
  outline: none;
}

.button._other {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  padding: 12px 28px;
  background: #F1F2FA;
  color: #DC3545;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.button._other svg {
  stroke: #DC3545;
}

.button._noneBg {
  background: none;
  padding: 0;
  gap: 20px;
}

.button._white {
  background: #ffffff;
  color: #DC3545;
}

.button._redLight {
  background: #FFD7DB;
  color: #DC3545;
}

.button._redLight svg {
  stroke: #DC3545;
}

.breadcrumbs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  margin-top: -6px;
}

.breadcrumbs-container {
  display: inline;
}

.breadcrumbs span {
  position: relative;
  display: inline;
  margin-left: 25px;
  color: #2A2A31;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.breadcrumbs span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F1AEB5;
}

.breadcrumbs span:first-child {
  margin-left: 0;
}

.breadcrumbs span:first-child::after {
  display: none;
}

.breadcrumbs span a {
  display: inline;
  color: #2A2A31;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.select {
  position: relative;
  z-index: 2;
}

.select__label {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: -20px;
  opacity: 0;
  font-size: 14px;
  line-height: 24px;
  color: #C7BEB8;
  pointer-events: none;
}

.select-head {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px;
  grid-template-columns: 1fr 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 15px 16px;
  background: #fff;
  border-radius: 48px;
  z-index: 1;
}

.select-head:hover {
  cursor: pointer;
}

.select-head._show .select-arrow svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.select-head__text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  pointer-events: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.select-head__text._placeholder {
  color: #7E7E7E;
}

.select-arrow {
  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;
  width: 20px;
  height: 20px;
}

.select-arrow svg {
  stroke: #2A2A31;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.select-container {
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff;
  border-radius: 0 0 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  max-height: 185px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 10px;
}

.select-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.select-list::-webkit-scrollbar-track {
  background: #F0EFF3;
  border-radius: 5px;
}

.select-list::-webkit-scrollbar-thumb {
  background-color: #B1B5AF;
  border-radius: 5px;
}

.select-list li {
  padding: 10px 0px 10px 18px;
  font-size: 16px;
  line-height: 1.25;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr 40px;
  grid-template-columns: 40px 1fr 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 2px;
  height: 44px;
}

.counter-minus,
.counter-plus {
  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;
  stroke: #DC3545;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-num {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 1.4;
  color: #DC3545;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill .nav-item,
.nav-fill > .nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.paginationMy {
  margin-top: 40px;
}

.paginationMy ul {
  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;
  gap: 20px;
}

.paginationMy ul li {
  height: 40px;
  min-width: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  line-height: 1.5;
}

.paginationMy ul li:first-child {
  margin-right: 20px;
}

.paginationMy ul li:last-child {
  margin-left: 20px;
}

.paginationMy ul li.active a {
  color: #ffffff;
}

.paginationMy ul a {
  width: 100%;
  height: 100%;
  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;
  padding: 0 8px;
  font-size: 18px;
  line-height: 1.5;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}

.paginationMy ul a svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

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

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

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.desc-top .gslide-image img,
.desc-bottom .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;
  -webkit-transition: none;
  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;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  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-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  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;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !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%);
  -webkit-transition: opacity 0.3s linear;
  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: bold;
}

.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 {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

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

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

.greset {
  -webkit-transition: all 0.3s ease;
  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;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  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: #000;
  will-change: opacity;
}

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

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gpaginaton {
  display: block;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

iframe.wait-autoplay {
  opacity: 0;
}

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

/*Skin */

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

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

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  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 .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-clean .gpaginaton {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

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

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

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

.glightbox-clean .gpaginaton {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-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 {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.animated-item {
  opacity: 0;
  -webkit-transform: translate(0, 110px);
      -ms-transform: translate(0, 110px);
          transform: translate(0, 110px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.animated-item[data-direction=up] {
  -webkit-transform: translateY(110px);
      -ms-transform: translateY(110px);
          transform: translateY(110px);
}

.animated-item[data-direction=down] {
  -webkit-transform: translateY(-110px);
      -ms-transform: translateY(-110px);
          transform: translateY(-110px);
}

.animated-item[data-direction=left] {
  -webkit-transform: translateX(-110px);
      -ms-transform: translateX(-110px);
          transform: translateX(-110px);
}

.animated-item[data-direction=right] {
  -webkit-transform: translateX(110px);
      -ms-transform: translateX(110px);
          transform: translateX(110px);
}

.animated-item.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #f1f2fa;
  padding: 20px 0;
}

.header-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px auto 130px;
  grid-template-columns: 140px auto 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header-burger {
  display: none;
}

.header-logo {
  position: relative;
}

.header-logo__white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-logo__black {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-menu__info {
  display: none;
}

.header-menu__info .footer-link,
.header-menu__info .footer-address {
  color: #2A2A31;
}

.header-menu__info .footer-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-menu__info .footer-button .button {
  max-width: 444px;
}

.header-button .button {
  padding: 12px;
}

.burger {
  display: block;
  width: 24px;
  height: 24px;
}

.burger svg {
  width: 100%;
  height: 100%;
}

.burger-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.burger-line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #2A2A31;
  stroke-width: 3.5;
  stroke-linecap: round;
}

.burger-line._top {
  stroke-dasharray: 32 160;
}

.burger-line._middle {
  stroke-dasharray: 32 142;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.burger-line._bottom {
  stroke-dasharray: 32 85;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}

.menu ul {
  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;
  gap: 30px;
}

.menu ul a {
  font-size: 16px;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.home {
  position: relative;
  margin-bottom: 40px;
  padding: 100px 0;
}

.home-container {
  min-height: 488px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-container > * {
  margin: 0;
  margin-top: 20px;
}

.home-container > *:first-child {
  margin-top: 0;
}

.home-content {
  max-width: 600px;
  padding-top: 80px;
}

.home-content > * {
  margin: 0;
  margin-top: 25px;
}

.home-content > *:first-child {
  margin-top: 0;
}

.home-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Jost-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}

.home-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.home-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.home-bg {
  position: relative;
  padding-top: 55%;
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
}

.home-bg img,
.home-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.home-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.home-button .button {
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 26px;
}

.home-text {
  font-size: 20px;
  color: #ffffff;
}

.content {
  max-width: 745px;
}

.content > * {
  margin-top: 24px;
}

.content > *:first-child {
  margin-top: 0;
}

.content._full {
  max-width: 100%;
}

.content._big > * {
  font-size: 20px;
  margin-top: 30px;
}

.content._big > *:first-child {
  margin-top: 0;
}

.sliderServices {
  position: relative;
  height: 720px;
}

.sliderServices-Swiper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 559px;
  margin: 80px var(--bs-gutter-x, 0.75rem);
}

.sliderServices-Swiper .swiper-slide.swiper-slide-thumb-active .sliderServices-text {
  color: #ffffff;
  -webkit-text-stroke: 1px #ffffff;
}

.sliderServices-Swiper2 {
  height: 720px;
  pointer-events: none;
}

.sliderServices-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sliderServices-img {
  position: relative;
  padding-top: 50%;
  min-height: 100%;
}

.sliderServices-img img,.sliderServices-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sliderServices-img__box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.sliderServices-img__text {
  max-width: 368px;
  margin-top: 80px;
  font-size: 18px;
  letter-spacing: 0.3px;
  z-index: 10;
  color: #ffffff;
}

.sliderServices-description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  color: #ffffff;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
}

.sliderServices-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  max-width: 60%;
}

.about-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 374px) 364px;
  grid-template-columns: calc(100% - 374px) 364px;
  gap: 10px;
}

.about-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-bg._mob {
  display: none;
}

.about-staff {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 5px) calc(50% - 5px);
  grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
}

.about-staff > *:first-child {
  margin-top: 74px;
}

.about-staff > *:nth-child(2n) {
  margin-top: -74px;
}

.about-staff > *:nth-child(2) {
  margin-top: 0;
}

.about-staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border-radius: 4px 4px 0 0;
}

.about-staff__img {
  position: relative;
  padding-top: 134%;
}

.about-staff__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-staff__info {
  padding: 10px 6px;
  padding-left: 8px;
}

.about-staff__name {
  font-size: 16px;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2A2A31;
}

.about-staff__subname {
  margin-top: 4px;
  font-size: 14px;
  font-family: "Jost-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2A2A31;
}

.about-staff__subname a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #DC3545;
  font-family: "Jost-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.about-img {
  position: relative;
  z-index: 2;
  padding-top: 144%;
}

.about-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-info {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 224px;
  background: #ffffff;
  padding: 20px;
}

.about-info__name {
  margin: 0;
  margin-bottom: 4px;
  font-size: 16px;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.about-info__subname {
  margin: 0;
  font-size: 14px;
  color: #2A2A31;
  font-family: "Jost-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.career {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(61% - 10px) calc(34% - 10px);
  grid-template-columns: calc(61% - 10px) calc(34% - 10px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.career-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.career-button {
  margin-top: 10px;
}

.work {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.work-container{margin-bottom:10px}
.work-container > * {
  margin-top: 10px;
}

.work-container > *:first-child {
  margin-top: 0;
}

.work-more {
  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;
  margin-top: 40px;
}

.work-more .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 26px;
}

.work-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(43% - 5px) calc(57% - 5px);
  grid-template-columns: calc(43% - 5px) calc(57% - 5px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
}

.work-item._other .work-col:nth-child(4) .work-img {
  padding-top: 75.4%;
}

.work-item._other .work-col:nth-child(5) .work-img {
  padding-top: 60.6%;
}

.work-item._other .work-col:nth-child(6) .work-img {
  padding-top: 52.53%;
}

.work-col {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.work-col:hover .work-info {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.work-col:nth-child(1) .work-img {
  padding-top: 133.3%;
}

.work-col:nth-child(2) {
  margin-bottom: 38.3%;
}

.work-col:nth-child(2) .work-img {
  padding-top: 62%;
}

.work-col:nth-child(3) .work-img {
  padding-top: 91%;
}

.work-col:nth-child(4) {
  margin-top: -38.3%;
}

.work-col:nth-child(4) .work-img {
  padding-top: 106.85%;
}

.work-col:nth-child(5) {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}

.work-col:nth-child(5) .work-img {
  padding-top: 52.6%;
}

.work-img {
  position: relative;
  padding-top: 65%;
}

.work-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.work-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 18px;
  max-width:fit-content;
  background: #ffffff;
  border-radius: 0 0 2px 2px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.8s;
  transition: transform 0.4s, opacity 0.8s, -webkit-transform 0.4s;
  opacity: 0;
}

/* .work-info > * {
  margin-top: 20px;
} */

.work-info > *:first-child {
  margin-top: 0;
}

.work-info__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.work-info__title {
  margin: 0;
  font-size: 24px;
  color: #2A2A31;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.work-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.work-info__name {
  min-width: 58px;
  font-size: 14px;
  font-family: "Jost-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #2A2A31;
}

.work-info__subname {
  font-size: 14px;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2A2A31;
}

.work-info__link .button {
  font-size: 22px;
}

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.marquee-container {
  position: relative;
  width: 100%;
  height: 246px;
  overflow: hidden;
}

.marquee-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.marquee-row:nth-child(even) {
  margin-left: -95px;
}

.marquee-img {
  margin-right: 10px;
  height: 118px;
}

.marquee-img img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.faq {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(62% - 10px) calc(34% - 10px);
  grid-template-columns: calc(62% - 10px) calc(34% - 10px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-images__box {
  position: relative;
}

.faq-images__one {
  position: relative;
  margin-bottom: 134px;
  padding-top: 133%;
}

.faq-images__one img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.faq-images__two {
  position: absolute;
  right: 30px;
  bottom: -134px;
  width: 49%;
  padding-top: 76%;
}

.faq-images__two img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.accordionMy {
  width: 100%;
}

.accordionMy-item {
  padding: 22px 0;
  border-bottom: 1px solid #E1E1E1;
  overflow: hidden;
}

.accordionMy-item:first-child {
  padding-top: 0;
}

.accordionMy-item:last-child {
  border: none;
}

.accordionMy-item._show .accordionMy-header__icon svg {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.accordionMy-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordionMy-header__title {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.3px;
  line-height: 1.4;
  font-family: "Jost-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2A2A31;
}

.accordionMy-header__icon {
  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;
}

.accordionMy-header__icon svg {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordionMy-body {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.accordionMy-container {
  padding-top: 24px;
}

.schedule {
  position: relative;
}

.schedule-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.schedule-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.schedule-container {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 470px 394px;
  grid-template-columns: 470px 394px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.schedule-container .title {
  color: #ffffff;
}

.schedule-container .title-box {
  margin-bottom: 10px;
}

.schedule-container .content > * {
  color: #ffffff;
}

.form-inputs > * {
  margin-top: 10px;
}

.form-inputs > *:first-child {
  margin-top: 0;
}

.form-button {
  margin-top: 20px;
}

.footer {
  padding: 80px 0;
  background: #2A2A31;
}

.footer-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px minmax(210px, 26%) 224px;
  grid-template-columns: 240px minmax(210px, 26%) 224px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-copyright {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer-copyright a {
  color: #ffffff;
}

.footer-menu {
  margin-top: -14px;
}

.footer-menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-menu ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 10px;
}

.footer-menu ul a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footer-info > * {
  margin-top: 34px;
}

.footer-info > *:first-child {
  margin-top: 0;
}

.footer-link {
  font-size: 22px;
  line-height: 1.3;
  font-family: "Jost-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.footer-address {
  color: #ffffff;
  font-size: 16px;
  font-family: "Jost-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.services-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  row-gap: 10px;
}

.services-row:first-child {
  margin-top: 0;
}

.services-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 40px;
  background: #ffffff;
}

.services-content > * {
  margin-top: 40px;
}

.services-content > *:first-child {
  margin-top: 0;
}

.services-content .content {
  max-width: 100%;
}

.services-content__item > * {
  margin: 0;
  margin-top: 40px;
}

.services-content__item > *:first-child {
  margin-top: 0;
}

.services-content__num {
  font-size: 20px;
  color: #DC3545;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.services-content__title {
  display: inline-block;
  margin-top: 8px;
  font-size: 32px;
  color: #2A2A31;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.services-content__list ul > * {
  margin-top: 24px;
}

.services-content__list ul > *:first-child {
  margin-top: 0;
}

.services-content__list li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  color: #DC3545;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.services-content__list li a {
  color: #DC3545;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.services-content__list li::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 6.5px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #DC3545;
}

.services-col__img {
  position: relative;
  padding-top: 100%;
  height: 100%;
}

.services-col__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.services-img {
  position: relative;
  margin-top: 44px;
  padding-top: 42.1%;
}

.services-img._mob {
  margin: 0;
  display: none;
  padding-top: 50.1%;
}

.services-img._contain {
  padding-top: 52.1%;
}

.services-img._contain img {
  -o-object-fit: cover;
     object-fit: cover;
}

.services-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.services-info {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
  margin-bottom: -112px;
}

.services-info .services-col .services-content {
  background: #32323A;
  padding: 40px;
}

.services-info > *:nth-last-child(-n+2) .services-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.service-img {
  position: relative;
  padding-top: 55.3%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.service-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rendering-title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 40px;
  color: #2A2A31;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.rendering-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
}

.rendering-text {
  margin-bottom: 18px;
  font-size: 20px;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rendering-box > * {
  margin-top: 18px;
}

.rendering-box > *:first-child {
  margin-top: 0;
}

.rendering-item > * {
  margin-top: 10px;
}

.rendering-item > *:first-child {
  margin-top: 0;
}

.rendering-item__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 36px auto;
  grid-template-columns: 36px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.rendering-item__num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 36px;
  height: 36px;
  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;
  border-radius: 36px;
  background: #DC3545;
  font-size: 16px;
  color: #ffffff;
  font-family: "Jost-Bold", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.rendering-item__title {
  margin: 0;
  font-size: 24px;
  font-family: "RFDewiExpanded-Semibold", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2A2A31;
}

.rendering-item__description {
  font-size: 14px;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rendering-img {
  position: relative;
  padding-top: 65%;
  height: 100%;
}

.rendering-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(37% - 10px) calc(59% - 10px);
  grid-template-columns: calc(37% - 10px) calc(59% - 10px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
}

.contact-box {
  padding: 40px 32px;
  background: #ffffff;
}

.contact-box__name {
  margin: 0;
  font-size: 24px;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2A2A31;
}

.contact-box__link {
  display: inline-block;
  margin-top: 20px;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #DC3545;
  font-size: 40px;
}

.choose {
  position: relative;
  margin: 20px 0;
}

.choose._other {
  margin-bottom: 80px;
}

.choose-bg {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: calc(100% - 80px);
  -o-object-fit: cover;
     object-fit: cover;
}

.choose-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.choose-box {
  position: relative;
  z-index: 1;
  max-width: 555px;
  margin: -40px 0;
  padding: 40px;
  background: #ffffff;
}

.choose-box > * {
  margin: 0;
  margin-top: 40px;
}

.choose-box > *:first-child {
  margin-top: 0;
}

.choose-title {
  font-size: 32px;
  line-height: 1.19;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.choose-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(50% - 5px))[2];
  grid-template-columns: repeat(2, calc(50% - 5px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.choose-info__col > * {
  margin-top: 17px;
}

.choose-info__col > *:first-child {
  margin-top: 0;
}

.choose-info__description {
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.choose-info__description span {
  font-family: "Jost-SemiBold", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
}

.vacancy {
  padding: 40px;
  background: #ffffff;
}

.vacancy > * {
  margin-top: 20px;
}

.vacancy > *:first-child {
  margin-top: 0;
}

.vacancy-container > * {
  margin-top: 20px;
}

.vacancy-container > *:first-child {
  margin-top: 0;
}

.vacancy-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vacancy-title {
  margin: 0;
  font-size: 32px;
  color: #2A2A31;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.vacancy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.vacancy-tag {
  padding: 6px 10px;
  font-size: 20px;
  color: #2A2A31;
  background: #F1F2FA;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.vacancy-price {
  font-size: 24px;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2A2A31;
}

.vacancy-button .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 28px;
}

.tabs-my .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: auto;
}

.tabs-my .nav-link {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 25%;
  height: 85px;
  padding: 0 30px;
  border: 1px solid #2A2A31;
  border-radius: 2px;
  font-size: 20px;
  background: rgba(220, 53, 69, 0);
  font-family: "Jost-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2A2A31;
  white-space: nowrap;
}

.tabs-my .nav-link:hover {
  cursor: pointer;
  color: #DC3545;
  border-color: #DC3545;
}

.tabs-my .nav-link.active {
  background: #dc3545;
  color: #ffffff;
  border-color: #DC3545;
  pointer-events: none;
}

.tabs-my .tab-content {
  margin-top: 20px;
}

.manager {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 466px) 366px;
  grid-template-columns: calc(100% - 466px) 366px;
  -ms-grid-rows: auto 40px auto;
      grid-template-areas: "content img" "box img";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
}

.manager-content {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: content;
}

.manager-content > * {
  margin: 0;
  margin-top: 40px;
}

.manager-content > *:first-child {
  margin-top: 0;
}

.manager-content .title {
  font-size: 40px;
}

.manager-box {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: box;
  padding: 40px;
  background: #F1F2FA;
}

.manager-box > * {
  margin: 0;
  margin-top: 20px;
}

.manager-box > *:first-child {
  margin-top: 0;
}

.manager-box__title {
  font-size: 20px;
  line-height: 1.2;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.manager-box__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
}

.manager-box__name {
  text-align: center;
  color: #DC3545;
}

.manager-box__subname {
  text-align: center;
  color: #DC3545;
  font-size: 32px;
  line-height: 1.2;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.manager-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  color: #DC3545;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}

.manager-button .button {
  padding-left: 28px;
  padding-right: 28px;
}

.manager-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: img;
  position: relative;
  padding-top: 100%;
  height: 100%;
}

.manager-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.manager-info {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: img;
}

.manager-info__box {
  position: sticky;
  top: 100px;
}

.manager-info__img {
  position: relative;
  padding-top: 123%;
}

.manager-info__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.manager-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  background: #ffffff;
}

.manager-info__name {
  font-size: 24px;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.manager-info__subname {
  font-size: 20px;
  color: #2A2A31;
  font-family: "Jost-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.command {
  margin: 30px 0;
}

.command-title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 40px;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.command-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(25% - 7px))[4];
  grid-template-columns: repeat(4, calc(25% - 7px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
}

.command-container > *:nth-child(4n) .command-item__description {
  left: auto;
  right: 14%;
}

.command-container > *:last-child:hover {
  cursor: default;
}

.command-item {
  border-radius: 4px 4px 0 0;
  background: #ffffff;
  position: relative;
}

.command-item__description {
  position: absolute;
  z-index: 2;
  top: 61%;
  left: 54%;
  width: 315px;
  padding: 20px;
  background: #ffffff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(50% - 10px))[2];
  grid-template-columns: repeat(2, calc(50% - 10px));
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-about {
  padding: 40px;
  background: #ffffff;
}

.project-about__title {
  margin: 0;
  font-size: 32px;
  font-family: "RFDewiExpanded-Bold", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.project-about__list {
  margin-top: 40px;
}

.project-about__list > * {
  margin-top: 20px;
}

.project-about__list > *:first-child {
  margin-top: 0;
}

.project-about__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.project-about__name {
  font-size: 16px;
  color: #2A2A31;
  font-family: "Jost-Light", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.project-about__subname {
  font-size: 16px;
  color: #2A2A31;
  font-family: "Jost-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.project-img {
  position: relative;
  padding-top: 55.5%;
}

.project-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-img._big {
  padding-top: 144%;
}

.modalMy._black .btn-close svg {
  stroke: #ffffff;
}

.modalMy._black .modal-content {
  background: #2A2A31;
}

.modalMy._black .modal-title,
.modalMy._black .modal-description {
  color: #ffffff;
}

.modalMy._black .privacy {
  color: #ffffff;
}

.modalMy._black .privacy a {
  color: #ffffff;
}

.modalMy._black .input {
  background: #32323A;
  border-color: #32323A;
  color: #ffffff;
}

.modalMy._black .input-text {
  color: #ffffff;
}

.modalMy._black .check {
  color: #ffffff;
}

.modalMy._black .check-title {
  color: #ffffff;
}

.modalMy._black .check__input:checked + .check__box {
  background: #ffffff;
}

.modalMy._black .check__box {
  border-color: #ffffff;
}

.modalMy._black .check__box::after {
  background: url("../assets/img/check-black.svg") center no-repeat;
  background-size: contain;
}

.modalMy._black .select-head {
  background: #32323A;
}

.modalMy._black .select-head__text {
  color: #ffffff;
}

.modalMy._black .select-head__text._placeholder {
  color: #7E7E7E;
}

.modalMy._black .select-arrow svg {
  stroke: #ffffff;
}

.modalMy._black .select-container {
  background: #32323A;
}

.modalMy._black .select-list li {
  color: #ffffff;
}

.modalMy .btn-close {
  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;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.modalMy .btn-close svg {
  stroke: #2A2A31;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modalMy .btn-close:hover {
  cursor: pointer;
}

.modalMy .modal-pc {
  display: none;
}

.modalMy .modal-dialog {
  width: auto;
}

.modalMy .modal-content {
  background: #F1F2FA;
  border: none;
  border-radius: 2px;
  padding: 20px;
}

.modalMy .modal-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.modalMy .modal-header,
.modalMy .modal-footer {
  border: none;
}

.modalMy .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

.modalMy .modal-footer > * {
  margin: 0;
}

.modalMy .modal-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  row-gap: 10px;
}

.modalMy .modal-title {
  margin-bottom: 10px;
  line-height: 1.2;
}

.modalMy .modal-description {
  font-size: 14px;
}

.modalMy .privacy {
  color: #2A2A31;
}

.modalMy .privacy a {
  color: #2A2A31;
}

.modalMy .input {
  background: #ffffff;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media screen and (min-width: 576px) {
  .sliderServices-Swiper {
    max-width: 540px;
  }

  .sliderServices-img__box {
    max-width: 540px;
  }

  .modalMy .modal-dialog {
    max-width: 540px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .modalMy .modal-description {
    font-size: 16px;
  }

  .modalMy .modal-row {
    -ms-grid-columns: (calc(50% - 4px))[2];
    grid-template-columns: repeat(2, calc(50% - 4px));
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media screen and (min-width: 768px) {
  .sliderServices-Swiper {
    max-width: 720px;
  }

  .sliderServices-img__box {
    max-width: 720px;
  }

  .about-description {
    position: relative;
  }

  .work-item._other .work-col:nth-child(1) .work-img {
    padding-top: 119.2%;
  }

  .work-item._other .work-col:nth-child(2) {
    margin-bottom: 19.3%;
  }

  .work-item._other .work-col:nth-child(2) .work-img {
    padding-top: 100%;
  }

  .work-item._other .work-col:nth-child(3) .work-img {
    padding-top: 56.1%;
  }

  .work-item._other .work-col:nth-child(4) {
    margin-top: -19.5%;
  }

  .work-item._other .work-col:nth-child(4) .work-img {
    padding-top: 75.67%;
  }

  .work-item._other .work-col:nth-child(5) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .work-item._other .work-col:nth-child(5) .work-img {
    padding-top: 50.4%;
  }

  .work-item._other .work-col:nth-child(6) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .work-item._other .work-col:nth-child(6) .work-img {
    padding-top: 52.6%;
  }

  .modalMy .modal-dialog {
    max-width: 720px;
  }

  .modalMy .modal-body {
    padding: 10px;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .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: 95vh;
  }

  .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 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px 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 .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose,
  .glightbox-clean .gpaginaton {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media screen and (min-width: 992px) {
  .section._black .services-content__list li a:hover {
    color: #ffffff;
  }

  .input__file-button:hover {
    background: #DC3545;
    color: #ffffff;
  }

  .input__file-button:hover .input__file-icon-wrapper svg {
    stroke: #ffffff;
  }

  .button:hover {
    cursor: pointer;
    background: #EA868F;
  }

  .button[disabled=disabled],
  .button[disabled] {
    cursor: default;
    pointer-events: none;
    background: #E1E1E1;
    color: #5B5555;
  }

  .button[disabled=disabled] svg,
  .button[disabled] svg {
    stroke: #5B5555;
  }

  .button._other:hover {
    background: #FFD7DB;
  }

  .button._other[disabled=disabled],
  .button._other[disabled] {
    cursor: default;
    pointer-events: none;
    background: #E1E1E1;
    color: #5B5555;
  }

  .button._other[disabled=disabled] svg,
  .button._other[disabled] svg {
    stroke: #5B5555;
  }

  .button._noneBg:hover {
    background: none;
  }

  .button._noneBg:hover span {
    text-decoration: underline;
  }

  .button._white:hover {
    background: #FFD7DB;
  }

  .button._white[disabled=disabled],
  .button._white[disabled] {
    cursor: default;
    pointer-events: none;
    background: #E1E1E1;
    color: #5B5555;
  }

  .button._white[disabled=disabled] svg,
  .button._white[disabled] svg {
    stroke: #5B5555;
  }

  .button._redLight:hover {
    color: #ffffff;
    background: #DC3545;
  }

  .button._redLight:hover svg {
    stroke: #ffffff;
  }

  .button._redLight[disabled=disabled],
  .button._redLight[disabled] {
    cursor: default;
    pointer-events: none;
    background: #E1E1E1;
    color: #5B5555;
  }

  .button._redLight[disabled=disabled] svg,
  .button._redLight[disabled] svg {
    stroke: #5B5555;
  }

  .breadcrumbs span a:hover {
    color: #DC3545;
  }

  .select-list li:hover {
    cursor: pointer;
    color: #DC3545;
  }

  .counter-minus:hover,
  .counter-plus:hover {
    cursor: pointer;
    stroke: #0C54B2;
  }

  .paginationMy ul a:hover {
    color: #ffffff;
  }

  .paginationMy ul a:hover svg {
    stroke: #ffffff;
  }

  .header {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .header._home {
    background: none;
  }

  .header._home .header-logo__white {
    opacity: 1;
  }

  .header._home .header-logo__black {
    opacity: 0;
  }

  .header._home .header-button .button {
    background: #ffffff;
    color: #DC3545;
  }

  .header._home .header-button .button:hover {
    background: #FFD7DB;
  }

  .header._home .header-menu__box .menu ul a {
    color: #ffffff;
  }

  .header._home .header-menu__box .menu ul a:hover {
    color: #DC3545;
  }

  .menu ul a:hover {
    color: #DC3545;
  }

  .home-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: -1;
  }

  .home-bg img,
  .home-bg video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sliderServices-Swiper {
    max-width: 960px;
  }

  .sliderServices-img__box {
    max-width: 960px;
  }

  .sliderServices-text:hover {
    color: #ffffff;
    -webkit-text-stroke: 1px #ffffff;
  }

  .about-bg {
    position: relative;
    padding-top: calc(55.7% - 80px);
    left: calc(50% + 185px);
    top: calc(100% + 40px);
    width: calc(148% + 370px);
    margin-top: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .work-item._other .work-col:nth-child(1) .work-img {
    padding-top: 124.2%;
  }

  .work-item._other .work-col:nth-child(2) {
    margin-bottom: 19.3%;
  }

  .work-item._other .work-col:nth-child(2) .work-img {
    padding-top: 74.1%;
  }

  .work-item._other .work-col:nth-child(3) .work-img {
    padding-top: 56.1%;
  }

  .work-item._other .work-col:nth-child(4) {
    margin-top: -19.5%;
  }

  .work-item._other .work-col:nth-child(4) .work-img {
    padding-top: 61.75%;
  }

  .work-item._other .work-col:nth-child(5) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .work-item._other .work-col:nth-child(5) .work-img {
    padding-top: 60.4%;
  }

  .work-item._other .work-col:nth-child(6) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .work-item._other .work-col:nth-child(6) .work-img {
    padding-top: 52.6%;
  }

  .footer-menu ul a:hover {
    color: #DC3545;
  }

  .footer-link:hover {
    color: #DC3545;
  }

  .services-row {
    -ms-grid-columns: (calc(50% - 5px))[2];
    grid-template-columns: repeat(2, calc(50% - 5px));
  }

  .services-row:nth-child(even) > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .services-info {
    -ms-grid-columns: (calc(50% - 5px))[2];
    grid-template-columns: repeat(2, calc(50% - 5px));
  }

  .services-content__title:hover {
    color: #DC3545;
  }

  .services-content__list li a:hover {
    color: #2A2A31;
  }

  .rendering-container {
    -ms-grid-columns: calc(58% - 10px) calc(42% - 10px);
    grid-template-columns: calc(58% - 10px) calc(42% - 10px);
  }

  .command-item:hover {
    cursor: pointer;
  }

  .command-item:hover .command-item__description {
    opacity: 1;
  }

  .modalMy .btn-close:hover svg {
    stroke: #DC3545;
  }

  .modalMy .modal-pc {
    display: block;
  }

  .modalMy .modal-mob {
    display: none;
  }

  .modalMy .modal-dialog {
    max-width: 960px;
  }

  .modalMy .modal-body {
    -ms-grid-columns: (calc(50% - 20px))[2];
    grid-template-columns: repeat(2, calc(50% - 20px));
    padding: 38px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }

  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }

  .modal-xl {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1200px) {
  .sliderServices-Swiper {
    max-width: 1140px;
  }

  .sliderServices-img__box {
    max-width: 1140px;
  }

  .about-bg {
    width: calc(140% + 370px);
    padding-top: calc(56% - 80px);
  }

  .modalMy .modal-dialog {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

@media screen and (min-width: 1400px) {
  .sliderServices-Swiper {
    max-width: 1320px;
  }

  .sliderServices-img__box {
    max-width: 1320px;
  }

  .about-bg {
    width: calc(140% + 370px);
    padding-top: calc(45.7% - 80px);
  }

  .modalMy .modal-dialog {
    max-width: 1320px;
  }
}



@media screen and (min-width: 1700px) {
  .sliderServices-Swiper {
    max-width: 1620px;
  }
  /* .home-container{min-height:718px} */
}



@media (max-width:991px) {
  .home-bg{padding-top:42%}
}


@media (min-width: 992px) and (max-width:1099px) {
  .home{padding:60px 0}
  .home-content{padding-top:60px}
  .home-container{min-height:290px}
  .home-title{font-size:30px}
  .home-subtitle{font-size:16px}
}

@media (min-width: 1100px) and (max-width:1199px) {
  .home{padding:60px 0}
  .home-content{padding-top:60px}
  .home-container{min-height:330px}
  .home-title{font-size:35px}
  .home-subtitle{font-size:18px}
}

@media (min-width: 1200px) and (max-width:1299px) {
  .home{padding:80px 0 60px}
  .home-content{padding-top:60px}
  .home-container{min-height:330px}
  .home-title{font-size:35px}
}

@media (min-width: 1300px) and (max-width:1399px) {
  .home-container{min-height:330px}
  .home-title{font-size:35px}
}

@media (min-width: 1400px) and (max-width:1499px) {
  .home-container{min-height:375px}
}

@media (min-width: 1500px) and (max-width:1599px) {
  .home-container{min-height:415px}
}

@media (min-width: 1600px) and (max-width:1699px) {
  .home-container{min-height:456px}
}

@media (min-width: 1700px) and (max-width:1799px) {
  .home-container{min-height:500px}
}

@media (min-width: 1800px) and (max-width:1899px) {
  .home-container{min-height:540px}
}

@media (min-width: 1900px) and (max-width:1999px) {
  .home-container{min-height:578px}
}

@media (min-width: 2000px) and (max-width:2200px) {
  .home-container{min-height:622px}
}

@media (min-width: 2201px) {
  .home-container{min-height:716px}
}



@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

@media screen and (max-width: 1399px) {
  .sliderServices {
    height: 720px;
  }

  .sliderServices-Swiper {
    height: 576px;
  }

  .sliderServices-Swiper2 {
    height: 720px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media screen and (max-width: 1199px) {
  .sliderServices {
    height: 572px;
  }

  .sliderServices-Swiper {
    height: 452px;
    margin: 60px var(--bs-gutter-x, 0.75rem);
  }

  .sliderServices-Swiper2 {
    height: 572px;
  }

  .sliderServices-text {
    font-size: 28px;
  }

  .sliderServices-img__text {
    margin-top: 60px;
  }

  .sliderServices-content {
    max-width: 55%;
  }

  .work-info__title {
    font-size: 20px;
  }

  .faq {
    -ms-grid-columns: calc(66% - 10px) calc(32% - 10px);
    grid-template-columns: calc(66% - 10px) calc(32% - 10px);
  }

  .faq-images__one {
    margin-bottom: 108px;
  }

  .faq-images__two {
    bottom: -108px;
  }

  .services-content {
    padding: 30px;
  }

  .contact {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

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

  .manager {
    -ms-grid-columns: calc(100% - 406px) 366px;
    grid-template-columns: calc(100% - 406px) 366px;
  }

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

  .manager-box__row {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .manager-link {
    margin-left: auto;
    margin-right: auto;
  }

  .manager-box__subname {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding: 30px 0;
  }

  .section._black,
  .section._white {
    margin: 40px 0;
    padding: 80px 0;
  }

  .section._black .services-content {
    padding: 0 30px;
  }

  .section._black._command {
    margin-bottom: 20px;
  }

  .section.schedule {
    padding: 0;
  }

  .section._command .command-title {
    font-size: 28px;
  }

  .section._services {
    padding: 40px 0;
  }

  .section._services .breadcrumbs {
    margin-top: 0;
  }

  .section._services._other {
    padding-top: 0;
  }

  .section._services._pbmob-none {
    padding-bottom: 0;
  }

  .section._white2 {
    padding: 40px 0;
  }

  .section._mb-none {
    margin-bottom: 0;
  }

  .section._mt-none {
    margin-top: 0;
  }

  .section._pb-none {
    padding-bottom: 0;
  }

  .section._pbmob-none {
    padding-bottom: 0;
  }

  .section._mb-20 {
    margin-bottom: 20px;
  }

  .section._p-none {
    padding: 0;
  }

  .title {
    font-size: 40px;
  }

  .title-box {
    margin-bottom: 30px;
  }

  .check-box {
    margin-top: 20px;
  }

  .check-title {
    margin-bottom: 26px;
  }

  .breadcrumbs {
    margin-top: 1px;
  }

  .paginationMy {
    margin-top: 30px;
  }

  .header {
    padding: 14px 0;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }

  .header._active {
    background: #ffffff;
  }

  .header._active .burger-line._top {
    stroke-dashoffset: -53px;
  }

  .header._active .burger-line._middle {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .header._active .burger-line._bottom {
    stroke-dashoffset: -53px;
  }

  .header._active .burger-icon {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header-container {
    -ms-grid-columns: 24px 1fr auto;
    grid-template-columns: 24px 1fr auto;
    gap: 10px;
  }

  .header-logo {
    width: 140px;
  }

  .header-logo__white,
  .header-logo__black {
    width: 140px;
  }

  .header-burger {
    display: block;
  }

  .header-menu {
    position: absolute;
    left: 0;
    top: 78px;
    background: #ffffff;
    width: 100%;
    height: calc(100dvh - 78px);
    z-index: 120;
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }

  .header-menu._show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .header-menu__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 720px;
    height: calc(100dvh - 78px);
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    overflow-y: auto;
  }

  .header-menu__box > * {
    margin-top: 50px;
  }

  .header-menu__box > *:first-child {
    margin-top: 0;
  }

  .header-menu__info {
    display: block;
  }

  .header-button .button {
    padding: 12px 28px;
    background: #2A2A31;
  }

  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .menu ul a {
    font-size: 20px;
    color: #2A2A31;
  }

  .home {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 40px 0;
  }

  .home-container {
    min-height: auto;
  }

  .home-content {
    padding: 0;
  }

  .home-subtitle,
  .home-title,
  .home-text {
    color: #2A2A31;
  }

  .home-subtitle {
    font-size: 18px;
  }

  .content._big > * {
    font-size: 18px;
    margin-top: 26px;
  }

  .sliderServices {
    height: 588px;
  }

  .sliderServices-text {
    font-size: 24px;
  }

  .sliderServices-Swiper {
    height: 508px;
    margin: 40px var(--bs-gutter-x, 0.75rem);
  }

  .sliderServices-Swiper2 {
    height: 588px;
  }

  .sliderServices-Swiper .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sliderServices-Swiper .swiper-slide.swiper-slide {
    height: auto !important;
  }

  .sliderServices-Swiper .swiper-slide.swiper-slide-thumb-active {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .sliderServices-Swiper .swiper-slide.swiper-slide-thumb-active .sliderServices-description {
    height: auto;
    opacity: 1;
  }

  .sliderServices-img__box {
    display: none;
  }

  .sliderServices-content {
    max-width: 100%;
  }

  .about-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px;
  }

  .about-staff {
    -ms-grid-columns: calc(25% - 7px) calc(25% - 7px) calc(25% - 7px) calc(25% - 7px);
    grid-template-columns: calc(25% - 7px) calc(25% - 7px) calc(25% - 7px) calc(25% - 7px);
  }

  .about-staff > * {
    background: #ffffff;
  }

  .about-staff > *:first-child {
    margin-top: 0;
  }

  .about-staff > *:nth-child(2n) {
    margin-top: 0;
  }

  .about-bg {
    display: none;
  }

  .about-bg._mob {
    display: block;
    position: relative;
    left: -125px;
    width: calc(100% + 250px);
    margin-top: -25px;
    padding-top: 56%;
  }

  .about-img {
    margin-bottom: -36%;
    padding-top: 56%;
  }

  .about-img img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
  }

  .career {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .work-item {
    -ms-grid-columns: calc(50% - 5px) calc(50% - 5px);
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  }

  .work-col:nth-child(2) .work-img {
    padding-top: 95%;
  }

  .work-col:nth-child(4) .work-img {
    padding-top: 129.4%;
  }

  .work-info {
    padding: 10px;
  }

  /* .work-info > * {
    margin-top: 18px;
  } */

  .work-info__box {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .work-info__title {
    font-size: 16px;
  }

  .work-info__link .button {
    min-height: 36px;
    font-size: 14px;
    padding: 10px 12px;
  }

  .work-info__link .button svg {
    width: 14px;
  }

  .marquee-container {
    height: 210px;
  }

  .marquee-img {
    height: 100px;
  }

  .marquee-row:nth-child(even) {
    margin-left: -80px;
  }

  .faq {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .faq > * {
    margin-top: 20px;
  }

  .faq > *:first-child {
    margin-top: 0;
  }

  .accordionMy {
    padding-top: 10px;
  }

  .accordionMy-item {
    padding: 18px 0;
  }

  .accordionMy-header__title {
    font-size: 20px;
  }

  .accordionMy-container {
    padding-top: 18px;
  }

  .schedule {
    background: #32323A;
  }

  .schedule-bg {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    padding-top: 56%;
  }

  .schedule-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 40px 0;
  }

  .schedule-container > * {
    margin-top: 20px;
  }

  .schedule-container > *:first-child {
    margin-top: 0;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .footer-container > * {
    margin-top: 28px;
  }

  .footer-container > *:first-child {
    margin-top: 0;
  }

  .footer-logo {
    width: 49%;
    min-width: 170px;
    margin-bottom: 6px;
  }

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

  .footer-address {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
  }

  .footer-menu ul {
    -ms-grid-columns: calc(50% - 5px) calc(50% - 5px);
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  }

  .services-row {
    margin-top: 20px;
  }

  .services-info {
    margin: 0;
    gap: 20px;
  }

  .services-info .services-col .services-content {
    padding: 30px;
  }

  .services-img._d-none {
    display: none;
  }

  .services-img._mob {
    display: block;
  }

  .services-content__title {
    margin-top: 16px;
    font-size: 28px;
  }

  .rendering-title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .rendering-text {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .rendering-img {
    padding-top: 140%;
  }

  .rendering-item__title {
    font-size: 22px;
  }

  .contact-box {
    padding: 30px;
  }

  .contact-box__name {
    font-size: 22px;
  }

  .contact-box__link {
    font-size: 34px;
  }

  .choose._other {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .choose-bg {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    padding-top: 45.5%;
  }

  .choose-box {
    max-width: 100%;
    margin: 0;
    padding: 30px;
  }

  .choose-box > * {
    margin-top: 30px;
  }

  .choose-info__col > * {
    margin-top: 16px;
  }

  .choose-title {
    font-size: 28px;
  }

  .vacancy {
    padding: 30px;
  }

  .vacancy-head {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .vacancy-button .button {
    width: 100%;
    padding: 12px;
  }

  .vacancy-title {
    font-size: 28px;
  }

  .vacancy-tag {
    font-size: 18px;
  }

  .tabs-my .nav-link {
    height: 78px;
    padding: 0 26px;
    font-size: 18px;
  }

  .manager {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 30px auto 30px auto;
        grid-template-areas: "content" "img" "box";
    row-gap: 30px;
  }

  .manager-content .title {
    font-size: 36px;
  }

  .manager-img {
    padding-top: 128%;
  }

  .manager-box > * {
    margin-top: 26px;
  }

  .manager-box__subname {
    font-size: 28px;
    margin-top: 24px;
  }

  .manager-info__content {
    padding-bottom: 0;
  }

  .manager-info__name {
    font-size: 22px;
  }

  .manager-info__subname {
    font-size: 18px;
  }

  .command {
    margin-bottom: 0;
  }

  .command-title {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .project {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  .project-about {
    padding: 30px;
  }

  .project-about__title {
    font-size: 28x;
  }

  .manager-content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .manager-box {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .manager-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .manager-info {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }

  .section._black,
  .section._white {
    margin: 30px 0;
    padding: 60px 0;
  }

  .section._services {
    padding: 30px 0;
  }

  .section._services._ptmob-none {
    padding-top: 0;
  }

  .section._services._pbmob-none {
    padding-bottom: 0;
  }

  .section._command .command-title {
    font-size: 24px;
  }

  .section._mb-none {
    margin-bottom: 0;
  }

  .section._mt-none {
    margin-top: 0;
  }

  .section._pb-none {
    padding-bottom: 0;
  }

  .section._pbmob-none {
    padding-bottom: 0;
  }

  .section._mb-20 {
    margin-bottom: 20px;
  }

  .section._p-none {
    padding: 0;
  }

  .title {
    font-size: 32px;
  }

  .title-box {
    margin-bottom: 22px;
  }

  .header-menu__box {
    max-width: 540px;
  }

  .home-title {
    font-size: 32px;
  }

  .home-subtitle {
    font-size: 16px;
  }

  .content._big > * {
    font-size: 16px;
    margin-top: 24px;
  }

  .sliderServices-text {
    font-size: 22px;
  }

  .about {
    margin-bottom: 0;
  }

  .about-staff {
    -ms-grid-columns: calc(50% - 5px) calc(50% - 5px);
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  }

  .work-item {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .work-col:nth-child(2) {
    margin: 0;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .work-col:nth-child(2) .work-img {
    padding-top: 61.6%;
  }

  .work-col:nth-child(3) .work-img {
    padding-top: 56.2%;
  }

  .work-col:nth-child(4) {
    margin: 0;
  }

  .work-col:nth-child(4) .work-img {
    padding-top: 106.4%;
  }

  .work-col:nth-child(5) {
    grid-column: auto;
  }

  .work-more {
    margin-top: 20px;
  }

  .marquee-container {
    height: 170px;
  }

  .marquee-img {
    height: 80px;
  }

  .marquee-row:nth-child(even) {
    margin-left: -70px;
  }

  .accordionMy-item {
    padding: 14px 0;
  }

  .accordionMy-header__title {
    font-size: 18px;
  }

  .accordionMy-container {
    padding-top: 14px;
  }

  .service-img {
    margin-top: 30px;
  }

  .service-content__title {
    margin-top: 12px;
    font-size: 24px;
  }

  .rendering-title {
    font-size: 26px;
  }

  .rendering-text {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .rendering-item__title {
    font-size: 20px;
  }

  .contact-box__name {
    font-size: 20px;
  }

  .contact-box__link {
    font-size: 28px;
  }

  .choose-title {
    font-size: 24px;
  }

  .vacancy-title {
    font-size: 24px;
  }

  .vacancy-tag {
    font-size: 16px;
  }

  .tabs-my .nav-link {
    height: 68px;
    padding: 0 24px;
    font-size: 16px;
  }

  .manager-content .title {
    font-size: 30px;
  }

  .manager-box__subname {
    font-size: 24px;
    margin-top: 22px;
  }

  .manager-info__name {
    font-size: 20px;
  }

  .manager-info__subname {
    font-size: 16px;
  }

  .command-container {
    -ms-grid-columns: (calc(50% - 5px))[2];
    grid-template-columns: repeat(2, calc(50% - 5px));
  }

  .command-title {
    font-size: 30px;
  }

  .project-about__title {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media screen and (max-width: 575px) {
  .section {
    padding: 20px 0;
  }

  .section._black,
  .section._white {
    margin: 20px 0;
    padding: 40px 0;
  }

  .section._black .services-content {
    padding: 0px;
  }

  .section._black .services-content > * {
    margin-top: 20px;
  }

  .section._black .services-content > *:first-child {
    margin-top: 0;
  }

  .section._services {
    margin-top: 0;
    padding: 20px 0;
  }

  .section._services._other {
    padding-top: 20px;
  }

  .section._services._other .services-content {
    padding: 0;
  }

  .section._services._other .services-img {
    padding-top: 71.1%;
  }

  .section._services._white .services-content {
    padding: 0;
  }

  .section._command .command-title {
    font-size: 20px;
  }

  .section._mb-none {
    margin-bottom: 0;
  }

  .section._mt-none {
    margin-top: 0;
  }

  .section._pb-none {
    padding-bottom: 0;
  }

  .section._mb-20 {
    margin-bottom: 20px;
  }

  .section._p-none {
    padding: 0;
  }

  .title {
    font-size: 24px;
  }

  .title-box {
    margin-bottom: 16px;
  }

  .subtitle {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .breadcrumbs {
    margin-top: 1px;
  }

  .breadcrumbs span {
    font-size: 14px;
  }

  .breadcrumbs span a {
    font-size: 14px;
  }

  .paginationMy {
    margin-top: 20px;
  }

  .paginationMy ul {
    gap: 10px;
  }

  .paginationMy ul li:first-child {
    margin-right: 0;
  }

  .paginationMy ul li:last-child {
    margin-left: 0;
  }

  .header-menu__box {
    max-width: 100%;
  }

  .home {
    margin-bottom: 0;
    padding: 22px 0;
  }

  .home-subtitle {
    font-size: 14px;
  }

  .home-title {
    font-size: 24px;
  }

  .home-content > * {
    margin-top: 14px;
  }

  .home-text {
    font-size: 16px;
  }

  .content > * {
    font-size: 14px;
    margin-top: 20px;
  }

  .content._big > * {
    font-size: 14px;
    margin-top: 20px;
  }

  .sliderServices {
    height: 560px;
  }

  .sliderServices-Swiper {
    height: 490px;
    margin: 40px var(--bs-gutter-x, 0);
    padding: 0px var(--bs-gutter-x, 0.75rem);
  }

  .sliderServices-Swiper2 {
    height: 560px;
  }

  .sliderServices-text {
    font-size: 20px;
  }

  .sliderServices-img {
    padding-top: 112%;
  }

  .sliderServices-description {
    padding-top: 12px;
  }

  .about .content > * {
    font-size: 14px;
    line-height: 1.45;
    margin-top: 18px;
  }

  .about .content > *:first-child {
    margin-top: 0;
  }

  .about-staff__name {
    font-size: 14px;
  }

  .about-staff__subname {
    font-size: 12px;
  }

  .marquee-container {
    height: 130px;
  }

  .marquee-img {
    height: 60px;
  }

  .faq-images__one {
    position: relative;
    margin-bottom: 132px;
    padding-top: 136%;
  }

  .faq-images__two {
    bottom: -132px;
    width: 50%;
    padding-top: 78%;
  }

  .accordionMy-item {
    padding: 10px 0;
  }

  .accordionMy-header {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }

  .accordionMy-header__title {
    font-size: 16px;
  }

  .accordionMy-container {
    padding-top: 10px;
  }

  .schedule-container .content > * {
    font-size: 14px;
  }

  .services-row {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }

  .services-content {
    padding: 20px 0.75rem;
  }

  .services-content__item > * {
    margin-top: 20px;
  }

  .services-content__title {
    margin-top: 8px;
    font-size: 20px;
  }

  .services-img {
    margin-top: 23px;
  }

  .services-info {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }

  .services-info .services-col .services-content {
    padding: 20px 0.75rem;
  }

  .service-img {
    margin-top: 20px;
  }

  .rendering-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .rendering-text {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .rendering-box > * {
    margin-top: 14px;
  }

  .rendering-item > * {
    margin-top: 12px;
  }

  .rendering-item__title {
    font-size: 18px;
  }

  .rendering-item__description {
    font-size: 12px;
  }

  .contact {
    row-gap: 10px;
  }

  .contact-box {
    padding: 20px 18px;
  }

  .contact-box__name {
    font-size: 18px;
  }

  .contact-box__link {
    font-size: 22px;
  }

  .choose {
    margin-bottom: 0;
  }

  .choose-container {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }

  .choose-box {
    padding: 40px 0.75rem;
  }

  .choose-box > * {
    margin-top: 20px;
  }

  .choose-title {
    font-size: 20px;
  }

  .choose-info__description {
    font-size: 14px;
  }

  .vacancy {
    padding: 20px;
  }

  .vacancy-title {
    font-size: 20px;
  }

  .vacancy-tag {
    font-size: 14px;
  }

  .vacancy-price {
    font-size: 18px;
  }

  .vacancy-description {
    font-size: 14px;
  }

  .tabs-my .nav {
    width: calc(100% + 0.75rem);
    padding-right: 0.75rem;
  }

  .tabs-my .nav-link {
    height: 60px;
    padding: 0 20px;
    font-size: 14px;
  }

  .manager {
    row-gap: 20px;
  }

  .manager-content .title {
    font-size: 24px;
  }

  .manager-box {
    padding: 18px;
  }

  .manager-box__name {
    font-size: 14px;
  }

  .manager-box__subname {
    font-size: 20px;
    margin-top: 18px;
  }

  .manager-link {
    font-size: 18px;
  }

  .manager-info__name {
    font-size: 16px;
  }

  .manager-info__subname {
    font-size: 14px;
  }

  .command-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .project-about {
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    padding: 20px 0.75rem;
  }

  .project-about__title {
    font-size: 20px;
  }

  .project-about__list {
    margin-top: 20px;
  }

  .project-about__name,
  .project-about__subname {
    font-size: 14px;
  }

  .project-about__row {
    -ms-grid-columns: 116px 1fr;
    grid-template-columns: 116px 1fr;
  }

  .project-about__list > * {
    margin-top: 13px;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media screen and (max-width: 374px) {
  .header-button .button {
    padding: 12px;
  }

  .contact-box {
    padding: 18px 14px;
  }

  .contact-box__name {
    font-size: 14px;
  }

  .contact-box__link {
    margin-top: 16px;
    font-size: 18px;
  }

  .manager-box__subname {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }

  .fade {
    -webkit-transition: none;
    transition: none;
  }

  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.ver3 {display:inline-block;
vertical-align: top;
margin: 3px;}
.ver2 {margin-top: 10px;}
.ver4, .ver5  { color: #fff;}
.ver6 {border: 2px solid #fff;}
.check__input:checked + .ver6{
  background: none;
}
.input-error {
  border: 1px solid red !important;
  background-color: #ffecec;
}
.checkbox-error {
  border: 1px solid red !important;
}

@media (min-width:992px){
  .sliderServices-img{
    padding-top: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .sliderServices-img img, .sliderServices-img video{
    position: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.services-col__img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.services-img video, .service-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}

