@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
/*!
 * Bootstrap Reboot v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #FECA57;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #FA5765;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #FECA57;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #FA5765;
  --bs-light: #f5f5f5;
  --bs-dark: #11263A;
  --bs-primary-rgb: 254, 202, 87;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 250, 87, 101;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 17, 38, 58;
  --bs-primary-text-emphasis: #665123;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #642328;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #fff4dd;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #fedde0;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #ffeabc;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #fdbcc1;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Montserrat";
  --bs-font-monospace: "Montserrat";
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #FECA57;
  --bs-link-color-rgb: 254, 202, 87;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #cba246;
  --bs-link-hover-color-rgb: 203, 162, 70;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(254, 202, 87, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #FA5765;
  --bs-form-invalid-border-color: #FA5765;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #fedf9a;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #fc9aa3;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #332811;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #321114;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #987934;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #96343d;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #fedf9a;
  --bs-link-hover-color: #fee5ae;
  --bs-link-color-rgb: 254, 223, 154;
  --bs-link-hover-color-rgb: 254, 229, 174;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #fc9aa3;
  --bs-form-invalid-border-color: #fc9aa3;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:focus {
  outline: none !important;
}

a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

body {
  color: #11263A;
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.header-phone {
  font-weight: 700;
  font-size: 26px;
  text-decoration: none;
  color: #fff;
  line-height: 100%;
}
.header-phone:hover {
  color: #FECA57;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.header-btn {
  background-color: #FECA57;
  color: #11263A;
  line-height: 100%;
  padding: 11px 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  border: 2px solid transparent;
}
.header-btn:hover {
  color: #FECA57;
  border-color: #FECA57;
}

@media (max-width: 767px) {
  .header-phone {
    font-size: 20px;
  }
  .header-btn {
    padding: 6px 12px;
  }
}
header {
  top: -73px !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
header .header-wrap {
  padding: 10px 30px;
  background-color: #11263A;
  color: #fff;
  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;
  border-radius: 0 0 10px 10px;
}
header.header-fixed {
  top: 0 !important;
}
header .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  header .header-wrap {
    padding: 10px 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.hero {
  overflow: hidden;
}
.hero-logo {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-slider-wrap {
  position: absolute;
  top: 100px;
  left: -450px;
  width: 628px;
}
.hero-black {
  height: 95px;
  background-color: #11263A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-black .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.hero-yellow {
  padding: 70px 40px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FECA57;
  border-radius: 0 0 30px 30px;
  position: relative;
}
.hero-yellow-block {
  max-width: 450px;
}
.hero-yellow-block h1 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 133%;
  margin-bottom: 20px;
}
.hero-yellow-block-price {
  display: inline-block;
  padding: 15px 20px;
  line-height: 100%;
  background-color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
.hero-yellow-block-price.rent {
  font-size: 44px;
}
.hero-yellow-block-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.hero-yellow-block-check div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.hero-yellow-block-check div:before {
  content: url("../media/check.svg");
  max-width: 30px;
}
.hero-yellow-block-btn {
  border: 3px solid #11263A;
  border-radius: 4px;
  line-height: 100%;
  padding: 25px 45px;
  color: #11263A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
.hero-yellow-block-btn:hover {
  background-color: #11263A;
  color: #FECA57;
}
.hero-yellow-block-btn:hover svg path {
  fill: #FECA57;
}
.hero-yellow-slider-item img {
  max-width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.hero-yellow-slider-item div {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 340px;
  background-color: #11263A;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
}
.hero-yellow-slider-item div span {
  color: #FA5765;
}
.hero-yellow-slider-arrow {
  width: 475px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.hero-yellow-slider-arrow-left {
  position: absolute;
  top: -55px;
  left: 0;
}
.hero-yellow-slider-arrow-right {
  position: absolute;
  top: -55px;
  right: 0;
}
.hero .slick-dots li button:before {
  content: url("../media/slider-dot.svg");
}
@media (max-width: 1399px) {
  .hero-slider-wrap {
    left: -500px;
  }
}
@media (max-width: 1199px) {
  .hero-slider-wrap {
    left: -450px;
  }
  .hero-yellow {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .hero-yellow-block h1, .hero-yellow-block-price {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .hero-slider-wrap {
    position: static;
    width: 100%;
  }
  .hero-yellow {
    padding: 50px 30px 80px;
    max-width: 100%;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 70px;
  }
  .hero-yellow-slider {
    width: 100%;
  }
  .hero-yellow-slider-item div {
    display: block;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    background-color: #11263A;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-weight: 800;
    font-size: 24px;
  }
  .hero-yellow-slider-item div span {
    color: #FA5765;
  }
  .hero-yellow-slider-arrow {
    width: 450px;
  }
  .hero-yellow-slider-arrow-left {
    top: -50px;
  }
  .hero-yellow-slider-arrow-right {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .hero-yellow {
    padding: 30px 30px 80px;
    gap: 20px;
  }
  .hero-yellow-block h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .hero-yellow-block-price, .hero-yellow-block-price.rent {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .hero-yellow-block-check {
    margin-bottom: 15px;
  }
  .hero-yellow-block-check div {
    font-size: 20px;
  }
  .hero-yellow-block-btn {
    padding: 18px 35px;
  }
  .hero .slick-dots {
    bottom: -35px;
  }
}
@media (max-width: 575px) {
  .hero-yellow {
    gap: 0;
  }
  .hero-yellow-block h1 {
    font-size: 30px;
  }
  .hero-yellow-block-btn {
    padding: 18px 25px;
  }
  .hero-yellow-slider-item img {
    height: 180px;
  }
  .hero-yellow-slider-arrow {
    width: 100%;
  }
  .hero-yellow-slider-arrow-left {
    top: 20px;
    left: 30%;
  }
  .hero-yellow-slider-arrow-right {
    top: 20px;
    right: 30%;
  }
}

.plus {
  padding: 150px 0;
  text-align: center;
}
.plus .section-title {
  margin-bottom: 110px;
}
.plus .row {
  row-gap: 75px;
}
.plus-item {
  background-color: #f5f5f5;
  border-radius: 20px;
  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: 100%;
  padding: 50px 50px 40px;
  padding-top: 75px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.plus-item-number {
  position: absolute;
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FECA57;
  color: #11263A;
  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;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .plus {
    padding: 100px 0;
  }
  .plus .section-title {
    margin-bottom: 90px;
  }
  .plus-item {
    padding: 50px 30px 40px;
    padding-top: 75px;
  }
}
@media (max-width: 575px) {
  .plus .row {
    row-gap: 60px;
  }
  .plus-item {
    padding: 50px 30px 30px;
    padding-top: 60px;
  }
  .plus-item-number {
    top: -38px;
    width: 80px;
    height: 80px;
    font-size: 28px;
  }
}

.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-yellow {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  border-radius: 30px 0 0 0;
  background-color: #FECA57;
  text-align: center;
  padding: 50px;
}
.contacts-yellow .section-title {
  margin-bottom: 60px;
}
.contacts-yellow .d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.contacts-yellow .d-flex a {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  line-height: 100%;
  border-radius: 100px;
}
.contacts-yellow-phone {
  border: 3px solid #11263A;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #11263A;
  padding: 17px 31px;
  height: 72px;
}
.contacts-yellow-phone:hover {
  background-color: #11263A;
  color: #FECA57;
}
.contacts-yellow-phone:hover svg path {
  fill: #FECA57;
}
.contacts-yellow-wa {
  background-color: #01D363;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  gap: 20px;
  padding: 14px 25px;
  height: 72px;
}
.contacts-yellow-tg {
  background-color: #32A9E6;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  gap: 20px;
  padding: 14px 25px;
  height: 72px;
}
.contacts-light {
  width: 50%;
  padding: 65px 40px 75px;
  border-radius: 0 30px 0 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
}
.contacts-light-text {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 35px;
  max-width: 350px;
}
.contacts-light form {
  margin-bottom: 20px;
  max-width: 315px;
}
.contacts-light form .form-control {
  height: 64px;
  border-color: #fff;
  width: 315px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 25px;
  font-weight: 500;
}
.contacts-light form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #FECA57;
}
.contacts-light form .form-contacts-message {
  text-align: center;
  font-weight: 700;
}
.contacts-light form .btn {
  margin-top: 35px;
  border-radius: 4px;
  line-height: 100%;
  padding: 28px 20px;
  background-color: #FECA57;
  color: #11263A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 315px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
.contacts-light form .btn:hover {
  background-color: #11263A;
  color: #FECA57;
}
.contacts-light form .btn:hover svg path {
  fill: #FECA57;
}
.contacts-light-notice {
  text-align: center;
  max-width: 315px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #777;
}
.contacts-light-notice a {
  color: #777;
}
@media (max-width: 991px) {
  .contacts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-yellow {
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .contacts-light {
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .contacts .section-title {
    margin-bottom: 40px;
    line-height: 130%;
  }
  .contacts-light {
    padding: 50px 40px 55px;
  }
  .contacts-light-text {
    font-size: 20px;
  }
  .contacts-light form .form-control {
    margin-bottom: 15px;
  }
  .contacts-light form .btn {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .contacts-yellow .d-flex {
    gap: 20px;
  }
  .contacts-yellow .d-flex a {
    width: 320px;
  }
  .contacts-yellow-phone {
    font-size: 20px;
    height: 66px;
  }
  .contacts-yellow-phone svg {
    width: 24px;
  }
  .contacts-yellow-wa, .contacts-yellow-tg {
    font-size: 17px;
    height: 66px;
  }
  .contacts-yellow-wa img, .contacts-yellow-tg img {
    width: 36px;
  }
}

footer .footer-block {
  padding: 24px 60px;
  background-color: #11263A;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  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;
}
footer .footer-block a {
  text-decoration: none;
  color: #fff;
}
footer .footer-block-develop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 991px) {
  footer .footer-block {
    padding: 24px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
  }
}

.modal .modal-content {
  padding: 60px 30px 50px;
  text-align: center;
  position: relative;
  border: none;
  color: #11263A;
}
.modal .modal-content form {
  padding: 0;
  margin: auto;
}
.modal .modal-content .btn-close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url("../media/btn-close.svg") center no-repeat;
}
.modal .modal-content .modal-title {
  color: #11263A;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  line-height: 135%;
}
.modal .modal-content .modal-title-sub {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
}
.modal .modal-content .modal-subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-content form {
  margin-bottom: 20px;
  max-width: 315px;
}
.modal .modal-content form .form-control {
  height: 64px;
  background-color: #f5f5f5;
  border-color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 500;
}
.modal .modal-content form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #FECA57;
}
.modal .modal-content form .btn {
  margin-top: 15px;
  border-radius: 4px;
  line-height: 100%;
  padding: 28px 20px;
  background-color: #FECA57;
  color: #11263A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
.modal .modal-content form .btn:hover {
  background-color: #11263A;
  color: #FECA57;
}
.modal .modal-content form .btn:hover svg path {
  fill: #FECA57;
}
.modal .modal-content .form-order-message {
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
}
.modal .modal-content .modal-form-notice {
  margin-top: 20px;
  font-size: 11px;
}
@media (max-width: 575px) {
  .modal .modal-content {
    padding: 40px 30px 35px;
  }
  .modal .modal-content .btn-close {
    top: 15px;
    right: 15px;
  }
  .modal .modal-content .modal-title {
    line-height: 150%;
    margin-bottom: 0;
  }
}

.social-fixed {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-fixed-wa, .social-fixed-tg, .social-fixed-phone {
  -webkit-animation: 3s ease 0s normal none 1 running shake;
          animation: 3s ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .social-fixed {
    right: 10px;
  }
  .social-fixed-wa, .social-fixed-tg, .social-fixed-phone {
    max-width: 60px;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  6% {
    -webkit-transform: rotateZ(-30deg);
            transform: rotateZ(-30deg);
  }
  10% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  14% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  20% {
    -webkit-transform: rotateZ(7.5deg);
            transform: rotateZ(7.5deg);
  }
  24% {
    -webkit-transform: rotateZ(-6deg);
            transform: rotateZ(-6deg);
  }
  30% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
  34% {
    -webkit-transform: rotateZ(-4.28571deg);
            transform: rotateZ(-4.28571deg);
  }
  40% {
    -webkit-transform: rotateZ(3.75deg);
            transform: rotateZ(3.75deg);
  }
  44% {
    -webkit-transform: rotateZ(-3.33333deg);
            transform: rotateZ(-3.33333deg);
  }
  50% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  6% {
    -webkit-transform: rotateZ(-30deg);
            transform: rotateZ(-30deg);
  }
  10% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  14% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  20% {
    -webkit-transform: rotateZ(7.5deg);
            transform: rotateZ(7.5deg);
  }
  24% {
    -webkit-transform: rotateZ(-6deg);
            transform: rotateZ(-6deg);
  }
  30% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
  34% {
    -webkit-transform: rotateZ(-4.28571deg);
            transform: rotateZ(-4.28571deg);
  }
  40% {
    -webkit-transform: rotateZ(3.75deg);
            transform: rotateZ(3.75deg);
  }
  44% {
    -webkit-transform: rotateZ(-3.33333deg);
            transform: rotateZ(-3.33333deg);
  }
  50% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}