:root {
  --container-padding: 15px;
  --content-width: calc(1240px + (2 * var(--container-padding)));
  --grid-row-gap: 15px;
  --grid-column-gap: 15px; }
  @media (min-width: 768px) {
    :root {
      --grid-row-gap: 15px;
      --grid-column-gap: 20px;
      --container-padding: 20px; } }
  @media (min-width: 1140px) {
    :root {
      --grid-row-gap: 15px;
      --grid-column-gap: 20px;
      --container-padding: 20px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.offset-0 {
  grid-column-start: 1; }

.col-1 {
  grid-column-end: span 1; }

.offset-1 {
  grid-column-start: 2; }

.col-2 {
  grid-column-end: span 2; }

.offset-2 {
  grid-column-start: 3; }

.col-3 {
  grid-column-end: span 3; }

.offset-3 {
  grid-column-start: 4; }

.col-4 {
  grid-column-end: span 4; }

.offset-4 {
  grid-column-start: 5; }

.col-5 {
  grid-column-end: span 5; }

.offset-5 {
  grid-column-start: 6; }

.col-6 {
  grid-column-end: span 6; }

.offset-6 {
  grid-column-start: 7; }

.col-7 {
  grid-column-end: span 7; }

.offset-7 {
  grid-column-start: 8; }

.col-8 {
  grid-column-end: span 8; }

.offset-8 {
  grid-column-start: 9; }

.col-9 {
  grid-column-end: span 9; }

.offset-9 {
  grid-column-start: 10; }

.col-10 {
  grid-column-end: span 10; }

.offset-10 {
  grid-column-start: 11; }

.col-11 {
  grid-column-end: span 11; }

.offset-11 {
  grid-column-start: 12; }

.col-12 {
  grid-column-end: span 12; }

.offset-12 {
  grid-column-start: 13; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .offset-xs-0 {
    grid-column-start: 1; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .offset-xs-1 {
    grid-column-start: 2; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .offset-xs-2 {
    grid-column-start: 3; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .offset-xs-3 {
    grid-column-start: 4; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .offset-xs-4 {
    grid-column-start: 5; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .offset-xs-5 {
    grid-column-start: 6; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .offset-xs-6 {
    grid-column-start: 7; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .offset-xs-7 {
    grid-column-start: 8; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .offset-xs-8 {
    grid-column-start: 9; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .offset-xs-9 {
    grid-column-start: 10; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .offset-xs-10 {
    grid-column-start: 11; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .offset-xs-11 {
    grid-column-start: 12; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .offset-xs-12 {
    grid-column-start: 13; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .offset-sm-0 {
    grid-column-start: 1; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .offset-sm-1 {
    grid-column-start: 2; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .offset-sm-2 {
    grid-column-start: 3; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .offset-sm-3 {
    grid-column-start: 4; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .offset-sm-4 {
    grid-column-start: 5; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .offset-sm-5 {
    grid-column-start: 6; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .offset-sm-6 {
    grid-column-start: 7; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .offset-sm-7 {
    grid-column-start: 8; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .offset-sm-8 {
    grid-column-start: 9; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .offset-sm-9 {
    grid-column-start: 10; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .offset-sm-10 {
    grid-column-start: 11; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .offset-sm-11 {
    grid-column-start: 12; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .offset-sm-12 {
    grid-column-start: 13; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; } }

@media (min-width: 768px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .offset-md-0 {
    grid-column-start: 1; }
  .col-md-1 {
    grid-column-end: span 1; }
  .offset-md-1 {
    grid-column-start: 2; }
  .col-md-2 {
    grid-column-end: span 2; }
  .offset-md-2 {
    grid-column-start: 3; }
  .col-md-3 {
    grid-column-end: span 3; }
  .offset-md-3 {
    grid-column-start: 4; }
  .col-md-4 {
    grid-column-end: span 4; }
  .offset-md-4 {
    grid-column-start: 5; }
  .col-md-5 {
    grid-column-end: span 5; }
  .offset-md-5 {
    grid-column-start: 6; }
  .col-md-6 {
    grid-column-end: span 6; }
  .offset-md-6 {
    grid-column-start: 7; }
  .col-md-7 {
    grid-column-end: span 7; }
  .offset-md-7 {
    grid-column-start: 8; }
  .col-md-8 {
    grid-column-end: span 8; }
  .offset-md-8 {
    grid-column-start: 9; }
  .col-md-9 {
    grid-column-end: span 9; }
  .offset-md-9 {
    grid-column-start: 10; }
  .col-md-10 {
    grid-column-end: span 10; }
  .offset-md-10 {
    grid-column-start: 11; }
  .col-md-11 {
    grid-column-end: span 11; }
  .offset-md-11 {
    grid-column-start: 12; }
  .col-md-12 {
    grid-column-end: span 12; }
  .offset-md-12 {
    grid-column-start: 13; }
  .hide-md-up {
    display: none; } }

@media (max-width: 767px) {
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; } }

@media (min-width: 1140px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .offset-lg-0 {
    grid-column-start: 1; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .offset-lg-1 {
    grid-column-start: 2; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .offset-lg-2 {
    grid-column-start: 3; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .offset-lg-3 {
    grid-column-start: 4; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .offset-lg-4 {
    grid-column-start: 5; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .offset-lg-5 {
    grid-column-start: 6; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .offset-lg-6 {
    grid-column-start: 7; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .offset-lg-7 {
    grid-column-start: 8; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .offset-lg-8 {
    grid-column-start: 9; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .offset-lg-9 {
    grid-column-start: 10; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .offset-lg-10 {
    grid-column-start: 11; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .offset-lg-11 {
    grid-column-start: 12; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .offset-lg-12 {
    grid-column-start: 13; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1139px) {
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; } }

@media (min-width: 1680px) {
  .col-xlg-0 {
    grid-column-end: span 0; }
  .offset-xlg-0 {
    grid-column-start: 1; }
  .col-xlg-1 {
    grid-column-end: span 1; }
  .offset-xlg-1 {
    grid-column-start: 2; }
  .col-xlg-2 {
    grid-column-end: span 2; }
  .offset-xlg-2 {
    grid-column-start: 3; }
  .col-xlg-3 {
    grid-column-end: span 3; }
  .offset-xlg-3 {
    grid-column-start: 4; }
  .col-xlg-4 {
    grid-column-end: span 4; }
  .offset-xlg-4 {
    grid-column-start: 5; }
  .col-xlg-5 {
    grid-column-end: span 5; }
  .offset-xlg-5 {
    grid-column-start: 6; }
  .col-xlg-6 {
    grid-column-end: span 6; }
  .offset-xlg-6 {
    grid-column-start: 7; }
  .col-xlg-7 {
    grid-column-end: span 7; }
  .offset-xlg-7 {
    grid-column-start: 8; }
  .col-xlg-8 {
    grid-column-end: span 8; }
  .offset-xlg-8 {
    grid-column-start: 9; }
  .col-xlg-9 {
    grid-column-end: span 9; }
  .offset-xlg-9 {
    grid-column-start: 10; }
  .col-xlg-10 {
    grid-column-end: span 10; }
  .offset-xlg-10 {
    grid-column-start: 11; }
  .col-xlg-11 {
    grid-column-end: span 11; }
  .offset-xlg-11 {
    grid-column-start: 12; }
  .col-xlg-12 {
    grid-column-end: span 12; }
  .offset-xlg-12 {
    grid-column-start: 13; }
  .hide-xlg-up {
    display: none; } }

@media (max-width: 1679px) {
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; } }

:root {
  --white: #FFFFFF;
  --black: #191919 ;
  --orange: #EF5A28;
  --lato: "Lato", sans-serif; }

*:focus,
*:focus-visible {
  outline: none; }

body {
  font-family: var(--lato);
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  font-size: 16px; }

a {
  text-decoration: none; }

.locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }

p {
  font-size: 16px;
  line-height: 22px;
  color: #3D405B;
  margin: 0 0 30px 0; }

.no-top {
  padding-top: 0 !important;
  margin-top: 0 !important; }

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

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

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

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

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

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

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

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

::-webkit-search-decoration {
  -webkit-appearance: none; }

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

summary {
  display: list-item; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

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

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

@font-face {
  font-family: 'Lato';
  src: url("Lato-Semibold.woff2") format("woff2"), url("Lato-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("Lato-SemiboldItalic.woff2") format("woff2"), url("Lato-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal; }

.btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  background-color: var(--orange);
  color: var(--white); }
  .btn.--border {
    background-color: transparent;
    border: 3px solid #ffdbd2;
    color: var(--orange); }
  .btn.--black {
    background-color: #3D405B;
    color: var(--white); }

header {
  padding: 56px 0;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    header {
      padding: 30px 0; } }
  header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.logo {
  position: relative;
  z-index: 1; }

.header-right {
  display: flex; }

.hamburger {
  width: 24px;
  height: 18px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 1139px) {
    .hamburger {
      display: flex;
      position: relative;
      top: 18px;
      margin: 0 0 0 20px; } }
  @media (max-width: 767px) {
    .hamburger {
      top: 0;
      margin: 0; } }
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--black); }

.open-search-mobile {
  display: none; }
  @media (max-width: 767px) {
    .open-search-mobile {
      display: block;
      margin-left: 24px;
      cursor: pointer;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.307649 12.1317C-0.102508 12.5692 -0.102508 13.2528 0.307649 13.6903C0.745149 14.1004 1.42874 14.1004 1.86624 13.6903L5.12015 10.409C6.24124 11.1473 7.60843 11.5301 9.08499 11.3387C11.6006 10.9832 13.6241 8.93246 13.9522 6.44418C14.417 2.72543 11.2725 -0.419099 7.55374 0.0457449C5.06546 0.37387 3.01468 2.39731 2.65921 4.91293C2.4678 6.38949 2.85062 7.75668 3.5889 8.85043L0.307649 12.1317ZM11.8194 5.67856C11.8194 7.61996 10.2608 9.17856 8.31937 9.17856C6.4053 9.17856 4.81937 7.61996 4.81937 5.67856C4.81937 3.76449 6.4053 2.17856 8.31937 2.17856C10.2608 2.17856 11.8194 3.76449 11.8194 5.67856Z' fill='%23A7A8B3'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: relative;
      z-index: 1; } }
.search {
  position: relative;
  width: 190px; }
  @media (max-width: 767px) {
    .search {
      width: 100%;
      display: none; }
      .search.active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        border-radius: 0 0 20px 20px;
        padding: 20px 20px;
        border-top: 1px rgba(61, 64, 91, 0.1) solid; }
        .search.active::before {
          content: "";
          position: absolute;
          top: -101px;
          left: 0;
          width: 100%;
          height: 101px;
          background: rgba(255, 255, 255, 0.95); }
        .search.active button {
          left: auto;
          right: 26px;
          width: 40px;
          height: 40px;
          background-size: 20px 20px; } }
  .search input {
    width: 100%;
    border: 0;
    height: 52px;
    background-color: #EEEEEE;
    border-radius: 36px;
    padding: 0 20px 0 45px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    /*PLACEHOLDER*/ }
    .search input::placeholder {
      color: rgba(61, 64, 91, 0.4); }
  .search button {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.307649 12.1317C-0.102508 12.5692 -0.102508 13.2528 0.307649 13.6903C0.745149 14.1004 1.42874 14.1004 1.86624 13.6903L5.12015 10.409C6.24124 11.1473 7.60843 11.5301 9.08499 11.3387C11.6006 10.9832 13.6241 8.93246 13.9522 6.44418C14.417 2.72543 11.2725 -0.419099 7.55374 0.0457449C5.06546 0.37387 3.01468 2.39731 2.65921 4.91293C2.4678 6.38949 2.85062 7.75668 3.5889 8.85043L0.307649 12.1317ZM11.8194 5.67856C11.8194 7.61996 10.2608 9.17856 8.31937 9.17856C6.4053 9.17856 4.81937 7.61996 4.81937 5.67856C4.81937 3.76449 6.4053 2.17856 8.31937 2.17856C10.2608 2.17856 11.8194 3.76449 11.8194 5.67856Z' fill='%23A7A8B3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center; }

.cta {
  margin-left: 20px;
  display: inline-block;
  padding: 12px 30px 12px 50px;
  color: #3D405B;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  border: 3px solid rgba(61, 64, 91, 0.2);
  border-radius: 36px;
  background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.05 6C15.0268 6.19057 15.9244 6.66826 16.6281 7.37194C17.3318 8.07561 17.8095 8.97326 18 9.95M14.05 2C16.0793 2.22544 17.9716 3.13417 19.4163 4.57701C20.8609 6.01984 21.7721 7.91101 22 9.94M18.5 21C9.93959 21 3 14.0604 3 5.5C3 5.11378 3.01413 4.73086 3.04189 4.35173C3.07375 3.91662 3.08968 3.69907 3.2037 3.50103C3.29814 3.33701 3.4655 3.18146 3.63598 3.09925C3.84181 3 4.08188 3 4.56201 3H7.37932C7.78308 3 7.98496 3 8.15802 3.06645C8.31089 3.12515 8.44701 3.22049 8.55442 3.3441C8.67601 3.48403 8.745 3.67376 8.88299 4.05321L10.0491 7.26005C10.2096 7.70153 10.2899 7.92227 10.2763 8.1317C10.2643 8.31637 10.2012 8.49408 10.0942 8.64506C9.97286 8.81628 9.77145 8.93713 9.36863 9.17882L8 10C9.2019 12.6489 11.3501 14.7999 14 16L14.8212 14.6314C15.0629 14.2285 15.1837 14.0271 15.3549 13.9058C15.5059 13.7988 15.6836 13.7357 15.8683 13.7237C16.0777 13.7101 16.2985 13.7904 16.74 13.9509L19.9468 15.117C20.3262 15.255 20.516 15.324 20.6559 15.4456C20.7795 15.553 20.8749 15.6891 20.9335 15.842C21 16.015 21 16.2169 21 16.6207V19.438C21 19.9181 21 20.1582 20.9007 20.364C20.8185 20.5345 20.663 20.7019 20.499 20.7963C20.3009 20.9103 20.0834 20.9262 19.6483 20.9581C19.2691 20.9859 18.8862 21 18.5 21Z' stroke='%233D405B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 20px 20px; }
  .cta:hover {
    border-color: var(--orange);
    color: var(--orange);
    background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.05 6C15.0268 6.19057 15.9244 6.66826 16.6281 7.37194C17.3318 8.07561 17.8095 8.97326 18 9.95M14.05 2C16.0793 2.22544 17.9716 3.13417 19.4163 4.57701C20.8609 6.01984 21.7721 7.91101 22 9.94M18.5 21C9.93959 21 3 14.0604 3 5.5C3 5.11378 3.01413 4.73086 3.04189 4.35173C3.07375 3.91662 3.08968 3.69907 3.2037 3.50103C3.29814 3.33701 3.4655 3.18146 3.63598 3.09925C3.84181 3 4.08188 3 4.56201 3H7.37932C7.78308 3 7.98496 3 8.15802 3.06645C8.31089 3.12515 8.44701 3.22049 8.55442 3.3441C8.67601 3.48403 8.745 3.67376 8.88299 4.05321L10.0491 7.26005C10.2096 7.70153 10.2899 7.92227 10.2763 8.1317C10.2643 8.31637 10.2012 8.49408 10.0942 8.64506C9.97286 8.81628 9.77145 8.93713 9.36863 9.17882L8 10C9.2019 12.6489 11.3501 14.7999 14 16L14.8212 14.6314C15.0629 14.2285 15.1837 14.0271 15.3549 13.9058C15.5059 13.7988 15.6836 13.7357 15.8683 13.7237C16.0777 13.7101 16.2985 13.7904 16.74 13.9509L19.9468 15.117C20.3262 15.255 20.516 15.324 20.6559 15.4456C20.7795 15.553 20.8749 15.6891 20.9335 15.842C21 16.015 21 16.2169 21 16.6207V19.438C21 19.9181 21 20.1582 20.9007 20.364C20.8185 20.5345 20.663 20.7019 20.499 20.7963C20.3009 20.9103 20.0834 20.9262 19.6483 20.9581C19.2691 20.9859 18.8862 21 18.5 21Z' stroke='%23EF5A28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  @media (max-width: 767px) {
    .cta {
      display: none; } }
@media (max-width: 1139px) {
  .main-nav {
    display: none; }
    .main-nav.active {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.95);
      border-radius: 0 0 20px 20px;
      border-top: 1px rgba(61, 64, 91, 0.1) solid; }
      .main-nav.active::before {
        content: "";
        position: absolute;
        top: -101px;
        left: 0;
        width: 100%;
        height: 101px;
        background: rgba(255, 255, 255, 0.95); }
      .main-nav.active ul {
        flex-direction: column;
        gap: 0; }
        .main-nav.active ul li {
          margin: 0;
          border-bottom: 1px rgba(61, 64, 91, 0.1) solid; }
          .main-nav.active ul li:last-child {
            border-bottom: none; }
          .main-nav.active ul li a {
            display: block;
            padding: 16px 20px;
            font-size: 18px; } }

.main-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 54px; }
  @media (max-width: 1324px) {
    .main-nav ul {
      gap: 30px; } }
  .main-nav ul li {
    list-style: none; }
    .main-nav ul li a {
      font-size: 16px;
      line-height: 22px;
      font-weight: bold;
      color: var(--black);
      text-decoration: none; }
      .main-nav ul li a:hover {
        color: var(--orange); }
    .main-nav ul li.current-menu-item a {
      color: var(--orange); }

.footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 32px; }
  .footer-header ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer-header ul li {
      margin-left: 14px; }
      .footer-header ul li a {
        border: 1px rgba(61, 64, 91, 0.25) solid;
        border-radius: 50%;
        display: inline-block;
        width: 36px;
        height: 36px; }
        .footer-header ul li a.fb {
          background: url("../media/icons/fb.svg") no-repeat center; }
        .footer-header ul li a.x {
          background: url("../media/icons/x.svg") no-repeat center; }

.footer-content {
  border-top: 1px rgba(61, 64, 91, 0.25) solid;
  border-bottom: 1px rgba(61, 64, 91, 0.25) solid;
  padding: 45px 0 55px 0; }
  .footer-content h4 {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    color: #3D405B;
    margin-bottom: 20px; }
  .footer-content ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer-content ul li a {
      font-size: 13px;
      line-height: 24px;
      color: #3D405B;
      padding-right: 20px;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3906 0C12.7207 0 13 0.279297 13 0.609375V4.0625C13 4.39258 12.7969 4.69727 12.4668 4.82422C12.3652 4.875 12.2637 4.875 12.1621 4.875C11.9336 4.875 11.7305 4.79883 11.5781 4.64648L10.5371 3.60547L5.63672 8.50586C5.48438 8.6582 5.28125 8.73438 5.07813 8.73438C4.84961 8.73438 4.64648 8.6582 4.49414 8.50586C4.16406 8.20117 4.16406 7.66797 4.49414 7.36328L9.39453 2.46289L8.35352 1.42187C8.125 1.19336 8.04883 0.837891 8.17578 0.533203C8.30273 0.203125 8.60742 0 8.9375 0L12.3906 0ZM9.95313 8.125C10.2832 8.125 10.5625 8.4043 10.5625 8.73437V11.5781C10.5625 12.3652 9.90234 13 9.14063 13L1.42188 13C0.634766 13 0 12.3652 0 11.5781L0 3.85938C0 3.09766 0.634766 2.4375 1.42188 2.4375L4.26562 2.4375C4.5957 2.4375 4.875 2.7168 4.875 3.04687C4.875 3.40234 4.5957 3.65625 4.26563 3.65625L1.42188 3.65625C1.29492 3.65625 1.21875 3.75781 1.21875 3.85938L1.21875 11.5781C1.21875 11.7051 1.29492 11.7812 1.42188 11.7812L9.14063 11.7812C9.24219 11.7812 9.34375 11.7051 9.34375 11.5781V8.73437C9.34375 8.4043 9.59766 8.125 9.95313 8.125Z' fill='%233D405B'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: right 1px; }
      .footer-content ul li a:hover {
        color: var(--orange); }
  .footer-content p {
    font-size: 13px;
    line-height: 24px;
    color: #3D405B; }

.copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 0 127px 0; }
  @media (max-width: 767px) {
    .copy {
      flex-direction: column;
      gap: 20px;
      text-align: center;
      padding-bottom: 40px; } }
  .copy p {
    font-size: 14px;
    line-height: 20px;
    color: #0C195B;
    margin: 0; }
  .copy a {
    font-size: 14px;
    line-height: 20px;
    color: #0C195B; }
    .copy a:hover {
      color: var(--orange); }

.keyvisual {
  display: inline-block;
  width: 100%;
  height: 100vh;
  background: url("../media/main-bg.png") no-repeat center top; }
  @media (max-width: 544px) {
    .keyvisual {
      background-size: auto 100%;
      height: 80vh; } }
  @media (min-width: 990px) and (min-height: 600px) and (max-height: 830px) {
    .keyvisual {
      background: url("../media/main-bg.png") no-repeat center; } }
  .keyvisual .kv-text {
    max-width: 745px;
    margin: 25px auto 0;
    padding: 0 20px;
    text-align: center; }
    @media (max-width: 544px) {
      .keyvisual .kv-text {
        margin-top: 5px; } }
    .keyvisual .kv-text h1 {
      font-size: 58px;
      font-weight: 700;
      line-height: 66px;
      color: #3D405B;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .keyvisual .kv-text h1 {
          font-size: 42px;
          line-height: 46px; } }
      @media (max-width: 544px) {
        .keyvisual .kv-text h1 {
          font-size: 28px;
          line-height: 37px; } }
      .keyvisual .kv-text h1 span {
        color: var(--orange);
        font-style: italic; }
    .keyvisual .kv-text p {
      font-size: 21px;
      line-height: 32px;
      color: #3D405B; }
      @media (max-width: 544px) {
        .keyvisual .kv-text p {
          font-size: 16px;
          line-height: 26px; } }
.search-box {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 4px 114px rgba(0, 0, 0, 0.15);
  border-radius: 170px;
  padding: 49px 87px;
  margin-top: -75px;
  z-index: 10;
  position: relative; }
  @media (max-width: 767px) {
    .search-box {
      flex-direction: column;
      padding: 30px 20px;
      border-radius: 30px;
      margin-top: -100px; } }
  @media (max-width: 1139px) {
    .search-box {
      flex-direction: column;
      padding: 30px 20px;
      border-radius: 30px; } }
  .search-box form {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    @media (max-width: 1324px) {
      .search-box form {
        gap: 20px;
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .search-box form {
        flex-direction: column; } }
    .search-box form .cta-search {
      margin-left: 20px;
      display: inline-block;
      padding: 11px 50px 11px 70px;
      color: #FFFFFF;
      border: 0;
      background: var(--orange) url("../media/icons/loop-white.svg") no-repeat left 20px center;
      font-size: 22px;
      line-height: 30px;
      font-weight: bold;
      border-radius: 36px;
      cursor: pointer; }
      @media (max-width: 1324px) {
        .search-box form .cta-search {
          flex: 0 0 100%;
          margin-left: 0; } }
    .search-box form .form-group {
      display: flex;
      align-items: center; }
      @media (max-width: 1324px) {
        .search-box form .form-group {
          flex: 0 0 calc(50% - 20px); } }
      @media (max-width: 767px) {
        .search-box form .form-group {
          flex-direction: column;
          align-items: flex-start;
          flex: 0 0 100%; } }
      .search-box form .form-group label {
        display: block;
        font-size: 21px;
        line-height: 28px;
        color: #3D405B;
        margin-right: 30px;
        font-weight: 800; }
        @media (max-width: 767px) {
          .search-box form .form-group label {
            margin-bottom: 10px;
            margin-right: 0; } }
      .search-box form .form-group input {
        height: 52px;
        border: 0;
        font-size: 21px;
        line-height: 32px;
        color: #3D405B;
        padding: 0 20px 0 62px;
        background: url("../media/icons/calendar.svg") no-repeat left center; }
        @media (max-width: 767px) {
          .search-box form .form-group input {
            width: 100%; } }
        .search-box form .form-group input::placeholder {
          font-size: 21px;
          line-height: 32px;
          color: rgba(61, 64, 91, 0.2);
          font-weight: 900; }

.main-section {
  padding: 80px 0 108px 0;
  background: linear-gradient(180deg, transparent 0%, #FDEEEA 100%); }

.offer-section {
  padding-top: 70px; }

.offer-section__header {
  text-align: center;
  margin-bottom: 50px; }
  .offer-section__header small {
    font-size: 12px;
    line-height: 24px;
    color: var(--orange);
    font-weight: bold;
    text-transform: uppercase; }
  .offer-section__header h2 {
    font-size: 46px;
    line-height: 44px;
    font-weight: bold;
    color: #3D405B; }
    @media (max-width: 767px) {
      .offer-section__header h2 {
        font-size: 32px;
        line-height: 36px; } }
.camper-card {
  background: #F9FBFC;
  border: 2px solid #ECECEC;
  border-radius: 20px;
  padding: 20px 20px 30px 20px; }
  .camper-card .price {
    text-align: right;
    font-size: 18px;
    line-height: 24px;
    color: #3D405B; }
  .camper-card .img {
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 210px;
    position: relative; }
    .camper-card .img img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100% !important;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .camper-card h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 16px; }
    .camper-card h3 a {
      color: var(--orange); }
  .camper-card p {
    font-size: 15px;
    line-height: 25px;
    color: #3D405B;
    margin-bottom: 50px; }
  .camper-card .camper-icons-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    .camper-card .camper-icons-info ul {
      padding: 26px 26px 13px;
      margin: 0;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      background-color: #DBDBE0;
      border-radius: 50px;
      width: 100%; }
      .camper-card .camper-icons-info ul li {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        position: relative; }
        .camper-card .camper-icons-info ul li img {
          position: absolute;
          top: -50px;
          left: 50%;
          transform: translateX(-50%); }
        .camper-card .camper-icons-info ul li span {
          font-size: 12px;
          line-height: 20px;
          color: #3D405B;
          font-weight: 900; }
  .camper-card .tags ul {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .camper-card .tags ul li {
      border-radius: 36px;
      padding: 8px 15px;
      border: 1px #DFE0E3 solid;
      font-size: 12px;
      line-height: 20px;
      color: #3D405B;
      font-weight: 600; }
      .camper-card .tags ul li.span {
        background: #FEE7DC;
        border-color: #FEE7DC; }

.avtodomswiper {
  padding-bottom: 50px; }

.swiper-pagination-bullet {
  background: #A3A3A3;
  opacity: 1;
  width: 12px;
  height: 12px; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--orange); }

.visual {
  display: block;
  width: 100%;
  padding: 70px 80px;
  width: 100%;
  margin: 0 0 118px 0;
  gap: 20px;
  justify-content: space-between;
  background: url("../media/tbg.png") no-repeat center;
  background-size: cover;
  border-radius: 20px;
  color: #fff; }
  @media (max-width: 767px) {
    .visual {
      margin-bottom: 50px; } }
  .visual ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .visual ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px; } }
    .visual ul li {
      text-align: center;
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      max-width: 130px; }
      .visual ul li .ic {
        height: 40px;
        margin-bottom: 30px; }

.blog-intro h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: bold;
  color: #3D405B;
  margin: 20px 0 20px 0; }

.blog-intro p {
  font-size: 25px;
  line-height: 32px;
  color: #3D405B;
  margin-bottom: 20px; }

.blog-intro small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #3D405B;
  margin-bottom: 70px; }

.blog-card {
  padding: 20px 20px 50px 20px;
  border-radius: 20px;
  background: var(--white); }
  .blog-card .img {
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px; }
  .blog-card img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .blog-card time {
    font-size: 12px;
    line-height: 14px;
    color: rgba(61, 64, 91, 0.6);
    display: block;
    margin-bottom: 5px;
    font-weight: bold; }
  .blog-card h2 {
    margin-bottom: 20px; }
    .blog-card h2 a {
      font-size: 24px;
      line-height: 28px;
      font-weight: bold;
      color: var(--orange);
      text-decoration: none; }
  .blog-card h3 {
    font-size: 21px;
    line-height: 26px;
    color: #3D405B;
    margin-bottom: 13px; }
  .blog-card p {
    font-size: 16px;
    line-height: 22px;
    color: #3D405B;
    margin-bottom: 34px; }

.arrows {
  position: relative; }
  .arrows .swiper-button-next {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .arrows .swiper-button-next {
        right: 0;
        top: initial;
        bottom: -25px; } }
  .arrows .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .arrows .swiper-button-prev {
        left: 0;
        top: initial;
        bottom: -25px; } }
.swiper-button-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8125 10.3125C16.1562 10.3125 16.5 10.6562 16.5 11C16.5 11.3867 16.1562 11.6875 15.8125 11.6875H7.82031L10.7852 14.6523C11.043 14.9102 11.043 15.3828 10.7852 15.6406C10.5273 15.8984 10.0547 15.8984 9.79688 15.6406L5.67188 11.5156C5.54297 11.3867 5.5 11.2148 5.5 11C5.5 10.8281 5.54297 10.6562 5.67188 10.5273L9.79688 6.40234C10.0547 6.14453 10.5273 6.14453 10.7852 6.40234C11.043 6.66016 11.043 7.13281 10.7852 7.39062L7.82031 10.3125H15.8125ZM11 0C17.0586 0 22 4.94141 22 11C22 17.1016 17.0586 22 11 22C4.89844 22 0 17.1016 0 11C0 4.94141 4.89844 0 11 0ZM11 20.625C16.2852 20.625 20.625 16.3281 20.625 11C20.625 5.71484 16.2852 1.375 11 1.375C5.67188 1.375 1.375 5.71484 1.375 11C1.375 16.3281 5.67188 20.625 11 20.625Z' fill='%23747474'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  background-size: 40px 40px; }
  .swiper-button-prev::after {
    display: none; }

.swiper-button-next {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.1875 10.3125C5.84375 10.3125 5.5 10.6562 5.5 11C5.5 11.3867 5.84375 11.6875 6.1875 11.6875H14.1797L11.2148 14.6523C10.957 14.9102 10.957 15.3828 11.2148 15.6406C11.4727 15.8984 11.9453 15.8984 12.2031 15.6406L16.3281 11.5156C16.457 11.3867 16.5 11.2148 16.5 11C16.5 10.8281 16.457 10.6562 16.3281 10.5273L12.2031 6.40234C11.9453 6.14453 11.4727 6.14453 11.2148 6.40234C10.957 6.66016 10.957 7.13281 11.2148 7.39062L14.1797 10.3125H6.1875ZM11 0C4.94141 0 0 4.94141 0 11C0 17.1016 4.94141 22 11 22C17.1016 22 22 17.1016 22 11C22 4.94141 17.1016 0 11 0ZM11 20.625C5.71484 20.625 1.375 16.3281 1.375 11C1.375 5.71484 5.71484 1.375 11 1.375C16.3281 1.375 20.625 5.71484 20.625 11C20.625 16.3281 16.3281 20.625 11 20.625Z' fill='%23747474'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  background-size: 40px 40px; }
  .swiper-button-next::after {
    display: none; }

.subpage {
  background: url("../media/bg-notranja.png") no-repeat center top;
  padding-bottom: 110px; }
  .subpage.no-bottom {
    padding-bottom: 0; }

.rent-a-camper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px; }
  @media (max-width: 767px) {
    .rent-a-camper-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 30px; } }
  .rent-a-camper-header h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    color: #3D405B; }
    @media (max-width: 767px) {
      .rent-a-camper-header h1 {
        font-size: 28px;
        line-height: 34px; } }
  .rent-a-camper-header .right {
    display: flex;
    align-items: center;
    gap: 20px; }
    @media (max-width: 767px) {
      .rent-a-camper-header .right {
        width: 100%;
        justify-content: space-between; } }
    .rent-a-camper-header .right .price {
      font-size: 21px; }

.rent-a-camper-content {
  padding: 20px;
  background: #F9FBFC;
  border: 2px solid #ECECEC;
  box-shadow: 0px 15px 144px rgba(0, 0, 0, 0.1);
  border-radius: 20px; }
  .rent-a-camper-content .image a {
    position: relative;
    display: block;
    width: 100%;
    height: 190px;
    overflow: hidden;
    border-radius: 10px; }
    .rent-a-camper-content .image a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover; }
  .rent-a-camper-content .image.image-big a {
    height: 402px; }

.info {
  padding: 38px 0 32px 0; }
  .info h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #3D405B;
    margin-bottom: 30px; }
  .info ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .info ul li {
      padding: 20px 0 20px 60px;
      font-size: 12px;
      line-height: 18px;
      color: #3D405B;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(217, 217, 217, 0.7); }

.info-ic-1.letnik {
  background: url("../media/icons/letnik.svg") no-repeat left center; }

.info-ic-1.motor {
  background: url("../media/icons/motor.svg") no-repeat left center; }

.info-ic-1.dolzina {
  background: url("../media/icons/dolzina.svg") no-repeat left center; }

.info-ic-1.sirina {
  background: url("../media/icons/sirina.svg") no-repeat left center; }

.info-ic-1.visina {
  background: url("../media/icons/visina.svg") no-repeat left center; }

.info-ic-1._stevilo_potnikov {
  background: url("../media/icons/stevilo-potnikov.svg") no-repeat left center; }

.info-ic-1.lezisca {
  background: url("../media/icons/lezisca.svg") no-repeat left center; }

.info-ic-1.jedilni_prostor {
  background: url("../media/icons/jedilni-prostor.svg") no-repeat left center; }

.info-ic-1.tip {
  background: url("../media/icons/tip.svg") no-repeat left center; }

.info-ic-1.menjalnik {
  background: url("../media/icons/menjalnik.svg") no-repeat left center; }

.subtitle {
  margin-bottom: 50px;
  text-align: center; }
  .subtitle h1 {
    font-size: 46px;
    line-height: 52px;
    font-weight: bold;
    color: #3D405B; }
    @media (max-width: 767px) {
      .subtitle h1 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 40px; } }
  .subtitle h2 {
    font-size: 46px;
    line-height: 52px;
    font-weight: bold;
    color: #3D405B; }

.faq {
  margin-top: 120px; }
  @media (max-width: 767px) {
    .faq {
      margin-top: 80px; } }
  .faq .faq-item {
    max-width: 390px; }
    @media (max-width: 767px) {
      .faq .faq-item {
        max-width: 100%; } }
    .faq .faq-item h2 {
      font-size: 46px;
      line-height: 52px;
      font-weight: bold;
      color: #3D405B;
      margin-bottom: 30px; }
    .faq .faq-item p {
      font-size: 25px;
      line-height: 32px;
      color: #3D405B;
      margin-bottom: 20px; }

.faq-box {
  border-bottom: 1px rgba(61, 64, 91, 0.1) solid; }
  .faq-box h4 {
    padding: 24px 0 24px 42px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6.64648' width='12' height='1.89893' rx='0.949464' transform='rotate(90 6.64648 0)' fill='%23EF5A28'/%3E%3Crect x='11.3936' y='7' width='11.3936' height='2' rx='0.999999' transform='rotate(-180 11.3936 7)' fill='%23EF5A28'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left 11px center;
    cursor: pointer; }
  .faq-box .faq-box-body {
    padding: 0 0 24px 42px;
    display: none; }
    .faq-box .faq-box-body p {
      font-size: 16px;
      line-height: 24px;
      color: #3D405B;
      margin: 0; }
  .faq-box.active h4 {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='11.3936' y='2' width='11.3936' height='2' rx='0.999999' transform='rotate(-180 11.3936 2)' fill='%23EF5A28'/%3E%3C/svg%3E%0A"); }
  .faq-box.active .faq-box-body {
    display: block; }

.other-info-box {
  border-bottom: 1px rgba(217, 217, 217, 0.7) solid;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .other-info-box {
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .other-info-box .grid {
        grid-gap: 0; } }
  .other-info-box h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #3D405B;
    margin-bottom: 30px; }
  .other-info-box ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .other-info-box ul li {
      font-size: 14px;
      line-height: 22px;
      color: #3D405B;
      margin-bottom: 8px;
      padding-left: 20px;
      position: relative; }
      .other-info-box ul li::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 6px;
        background-color: #3D405B;
        border-radius: 50%; }

.info-warning {
  margin: 60px 0 0 0; }
  .info-warning p {
    font-size: 14px;
    line-height: 22px;
    color: #3D405B;
    margin: 0; }

.register {
  background-color: #FDEEEA;
  padding: 60px 0; }
  .register h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: var(--orange);
    margin-bottom: 50px; }

.register-box {
  padding: 40px;
  background-color: #FEE7DC;
  border-radius: 20px; }
  @media (max-width: 767px) {
    .register-box {
      padding: 20px;
      display: none; } }
  .register-box h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: var(--orange);
    margin-bottom: 20px; }
  .register-box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .register-box-footer a {
      font-size: 16px;
      line-height: 22px;
      font-weight: bold;
      color: var(--orange); }

.calendar img {
  width: 100%; }

.register-box-data {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  padding: 25px 30px;
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 25px;
  flex-wrap: wrap; }
  .register-box-data #rcbc-external-summary {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .register-box-data #rcbc-external-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px; } }
  .register-box-data #rcbc-external-form-container {
    width: 100%; }
    .register-box-data #rcbc-external-form-container .rcbc-form {
      margin-top: 0;
      gap: 30px;
      width: 100%;
      padding: 40px;
      background-color: #FEE7DC;
      margin-top: 30px;
      border-radius: 20px; }
  @media (max-width: 1139px) {
    .register-box-data {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .register-box-data {
      padding: 20px; } }
  .register-box-data .info-element {
    font-size: 16px;
    line-height: 25px; }
    @media (max-width: 1139px) {
      .register-box-data .info-element {
        flex: 0 0 calc(50% - 20px); } }
    @media (max-width: 767px) {
      .register-box-data .info-element {
        flex: 0 0 100%; } }
    .register-box-data .info-element label {
      font-weight: bold;
      margin-bottom: 5px;
      display: block; }
    .register-box-data .info-element p {
      margin: 0; }
  @media (max-width: 1139px) {
    .register-box-data .btn {
      flex: 0 0 100%; } }
.details h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #3D405B;
  margin-bottom: 33px; }

.details p {
  max-width: 380px; }

.details ul {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .details ul li {
    border-radius: 36px;
    padding: 8px 15px;
    border: 1px #3D405B solid;
    font-size: 12px;
    line-height: 20px;
    color: #3D405B;
    font-weight: 600; }

.filters ul {
  padding: 0;
  margin: 60px 0 20px 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none; }
  @media (max-width: 767px) {
    .filters ul li {
      flex: 0 0 calc(50% - 10px); } }
  .filters ul li a {
    display: inline-block;
    border-radius: 36px;
    padding: 8px 15px;
    border: 1px #3D405B solid;
    font-size: 14px;
    line-height: 20px;
    color: #3D405B;
    font-weight: 600; }
    @media (max-width: 767px) {
      .filters ul li a {
        font-size: 12px;
        width: 100%; } }
    .filters ul li a.active {
      background: #3D405B;
      border-color: #3D405B;
      color: var(--white); }
    .filters ul li a:hover {
      background: #3D405B;
      border-color: #3D405B;
      color: var(--white); }

.article-container {
  background: linear-gradient(180deg, transparent 0%, #FDEEEA 100%);
  padding: 60px 0 80px; }
  @media (max-width: 767px) {
    .article-container {
      padding: 40px 0 60px; } }
.blog-article time {
  font-size: 14px;
  line-height: 20px;
  color: #A3A3A3;
  display: block;
  margin-bottom: 10px; }

.blog-article h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: var(--orange);
  margin-bottom: 30px; }

.blog-article h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  color: #3D405B;
  margin-bottom: 30px; }

.blog-article h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #3D405B;
  margin-bottom: 30px; }

.blog-article .thumbnail {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .blog-article .thumbnail {
      height: 480px; } }
  .blog-article .thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover; }

.blog-article ul {
  padding: 0 20px;
  margin: 20px 0 40px 0;
  list-style: disc; }
  .blog-article ul li {
    font-size: 16px;
    line-height: 24px;
    color: #3D405B;
    margin-bottom: 10px; }

.about-us {
  background: linear-gradient(180deg, transparent 0%, #FDEEEA 100%);
  padding: 0 0 80px; }
  @media (max-width: 767px) {
    .about-us {
      padding: 0 0 60px; } }
  .about-us img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px; }
  .about-us h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #3D405B;
    margin-bottom: 20px; }
  .about-us ul {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none; }
    .about-us ul li {
      font-size: 16px;
      line-height: 24px;
      color: #3D405B;
      margin-bottom: 10px;
      padding-left: 20px;
      position: relative; }
      .about-us ul li::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 6px;
        background-color: #3D405B;
        border-radius: 50%; }

.maps iframe {
  width: 100%;
  border-radius: 10px;
  border: none;
  height: 100%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .maps iframe {
      height: 300px; } }
.wp-block-gmap-gmap-block iframe {
  margin-bottom: 30px; }

.contact-form {
  margin-top: 30px; }
  .contact-form h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #3D405B;
    margin-bottom: 30px; }
  .contact-form label {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #3D405B;
    margin-bottom: 10px;
    display: block; }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    font-size: 16px;
    line-height: 22px;
    resize: vertical; }
    .contact-form input.wpcf7-not-valid,
    .contact-form textarea.wpcf7-not-valid {
      border-color: red; }
  .contact-form textarea {
    min-height: 150px; }

.rcbc-wrapper {
  margin: 0 !important;
  max-width: 100% !important; }

.wpcf7-not-valid-tip {
  margin-top: 5px; }

.rc-lightbox button {
  font-size: 30px;
  padding: 5px;
  line-height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-bottom: 10px; }

.rez-footer {
  display: flex;
  gap: 10px;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .rez-footer {
      flex-direction: column; } }
.price-grid {
  gap: 16px;
  align-items: stretch; }

.price-col {
  background: #FEE7DC;
  border-radius: 8px;
  overflow: hidden; }

.price-head {
  background: #FEE7DC;
  padding: 14px 14px 12px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.15; }

.price-head small {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  text-transform: none;
  opacity: 0.85;
  line-height: 1.25; }

.price-row {
  padding: 14px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 1.2; }

.price-row strong {
  font-weight: 800; }

.price-row del {
  opacity: 0.55;
  margin-right: 6px; }

.price-badge {
  margin: 14px;
  padding: 12px 10px;
  text-align: center;
  background: #d80000;
  color: #fff;
  font-weight: 800;
  border-radius: 6px;
  line-height: 1.15; }

.price-badge small {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  opacity: 0.95; }

.price-note {
  display: block;
  opacity: 0.8;
  line-height: 1.35;
  margin: 20px 0 60px; }
