/*
Theme Name: Rental
Description: WordPress Theme for Rental
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */

a, a:hover {
    color: var(--color);
}

body {
    color: #282828;
    display: flex;
    flex-direction: column;
    font-family: 'Gotham A', 'Gotham B', sans-serif;
    font-size: 16px;
    min-height: 100vh;
    position: relative;
}

body.admin-bar {
    min-height: calc( 100vh - 32px);
}

.container {
    display: block;
    margin: 0 auto;
    max-width: 1370px;
    padding: 0 25px;
    width: 100%;
}

/**/

.header {
    --color: #fff;
    color: #fff;
    height: 100px;
    left: 0;
    padding: 35px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.admin-bar .header {
    margin-top: 32px;
}

@media (max-width: 768px) {
    .admin-bar .header {
        margin-top: 0;
    }
}

.header--alt {
    background-color: #fff;
    --color: #282828;
    color: #282828;
}

.header--fixed {
    background-color: #282828;
}

.header--alt.header--fixed {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0 0 0 / 25%);
}

.header__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header__logo {
}

.header__logo a {
    display: block;
}

.header__logo img {
    display: block;
    max-width: 100%;
}

.header__nav {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__nav > li.menu-item {
    margin-right: 40px;
}

.header__nav > li.menu-item > a {
    color: var(--color);
    display: block;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 125%;
    padding: 5px 0;
    position: relative;
}

.header__nav--hide {
    display: none;
}

.header__nav__li {
    margin-right: 40px;
}

.header__nav__li:last-child {
    margin-right: 0;
}

.header__nav__li--dropdown {
    position: relative;
}

.header__nav__li > a {
    color: var(--color);
    display: block;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 125%;
    padding: 5px 25px 5px 0;
    position: relative;
}

.header__nav__li--dropdown > a::after {
    border-bottom: 1px solid var(--color);
    border-right: 1px solid var(--color);
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    right: 2px;
    top: 8px;
    transform: rotate(45deg);
    width: 7px;
}

.header__nav__li--search {
}

.header__nav__li--search > a {
    background: url(images/icon-search.svg) no-repeat 50% 50%;
    cursor: pointer;
    display: block;
    height: 20px;
    padding: 0;
    width: 20px;
}

.header--alt .header__nav__li--search > a {
    background: url(images/icon-search-alt.svg) no-repeat 50% 50%;
}

.header__trigger {
    display: none;
}

.header__trigger a {
    background: url(images/icon-trigger.svg) no-repeat 50% 50%;
    display: block;
    height: 18px;
    width: 32px;
}

.header--alt .header__trigger a {
    background: url(images/icon-trigger-alt.svg) no-repeat 50% 50%;
}

@media (max-width: 1024px) {
    .header__nav > li.menu-item {
        margin-right: 20px;
    }
    .header__nav__li {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .header {
        height: 80px;
        padding: 30px 0;
    }
    .header__logo {
        max-width: 235px;
    }
    .header__nav {
        display: none;
    }
    .header__trigger {
        display: block;
    }
}

/**/

.header__search {
    display: none;
    max-width: 330px;
    width: 100%;
}

.header__search form {
    align-items: center;
    background: url(images/icon-search.svg) no-repeat 0 50%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    width: 100%;
}

.header--alt .header__search form {
    background: url(images/icon-search-alt.svg) no-repeat 0 50%;
}

.header__search--active {
    display: block;
}

.header__search input[type="text"] {
    background: none;
    border: none;
    color: #fff;
    flex: 1;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 100%;
    outline: none;
    padding: 5px;
}

.header--alt .header__search input[type="text"] {
    color: #282828;
}

.header__search input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.header__search input[type="text"]::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

.header__search input[type="text"]:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}

.header__search input[type="text"]:-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

.header--alt .header__search input[type="text"]::-webkit-input-placeholder {
    color: #282828;
}

.header--alt .header__search input[type="text"]::-moz-placeholder {
    color: #282828;
}

.header--alt .header__search input[type="text"]:-ms-input-placeholder {
    color: #282828;
}

.header--alt .header__search input[type="text"]:-moz-placeholder {
    color: #282828;
}

.header__search a {
    background: none;
    background: url(images/icon-close.svg) no-repeat 50% 50%;
    background-size: 12px 12px;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 20px;
    outline: none;
    width: 20px;
}

.header--alt .header__search a {
    background: url(images/icon-close-alt.svg) no-repeat 50% 50%;
    background-size: 12px 12px;
}

@media (max-width: 768px) {
    .header__search {
        display: none;
    }
}

/**/

.mobile-menu {
    background-color: #282828;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
}

.mobile-menu--active {
    display: block;
}

.mobile-menu__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 30px 25px;
}

.mobile-menu__logo {
    max-width: 235px;
}

.mobile-menu__logo a {
    display: block;
}

.mobile-menu__logo img {
    display: block;
    max-width: 100%;
}

.mobile-menu__close {
}

.mobile-menu__close a {
    background: url(images/icon-close.svg) no-repeat 50% 50%;
    display: block;
    height: 18px;
    width: 18px;
}

.mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 50px 45px 0;
}

.mobile-menu__list--active {
    display: none;
}

.mobile-menu__list > li {
    border-bottom: 1px solid #4C6387;
    padding: 30px 0;
}

.mobile-menu__list > li > a {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 100%;
    text-decoration: none;
}

.mobile-menu__list__search {
}

.mobile-menu__list__search a {
    background: url(images/icon-search.svg) no-repeat 100% 50%;
    background-size: 18px 18px;
}

.mobile-menu__list__sub {
}

.mobile-menu__list__sub a {
    background: url(images/icon-chevron-right.svg) no-repeat 100% 50%;
    background-size: 15px 15px;
}

/**/

.mobile-menu__list__menu {
    display: none;
    padding: 10px 45px 0;
}

.mobile-menu__list__menu--active {
    display: block;
}

.mobile-menu__list__menu__close {
    background: url(images/icon-chevron-left.svg) no-repeat 50% 50%;
    display: block;
    height: 24px;
    margin: 0 0 40px;
    width: 24px;
}

.mobile-menu__list__menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu__list__menu > ul > li {
    border-bottom: 1px solid #4C6387;
    margin-bottom: 15px;
    padding: 0 0 15px 40px;
    position: relative;
}

.mobile-menu__list__menu > ul > li:last-child {
    border: none;
    margin-bottom: 0;
}

.mobile-menu__list__menu > ul > li img {
    display: block;
    filter: brightness(10);
    left: 0;
    position: absolute;
    top: 0;
}

.mobile-menu__list__menu > ul > li p {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 0;
    min-height: 24px;
    padding-top: 5px;
}

.mobile-menu__list__menu--alt > ul > li p {
    min-height: 0;
    padding-top: 0;
}

.mobile-menu__list__menu > ul > li p a {
    color: #fff;
    text-decoration: none;
}

.mobile-menu__list__menu > ul > li span {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 110%;
    margin-top: 5px;
}

.mobile-menu__list__menu__input {
    padding-top: 50px;
}

.mobile-menu__list__menu__input form {
    position: relative;
}

.mobile-menu__list__menu__input input[type="text"] {
    background: url(images/icon-search.svg) no-repeat 100% 50%;
    background-size: 18px 18px;
    border: none;
    border-bottom: 1px solid #4C6387;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 100%;
    outline: none;
    padding: 25px 30px 25px 0;
    width: 100%;
}

.mobile-menu__list__menu__input--changed input[type="text"] {
    background: url(images/search-arrow.svg) no-repeat 100% 50%;
    background-size: 16px 16px;
}

.mobile-menu__list__menu__input input[type="submit"] {
    cursor: pointer;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 1;
}

/**/

.main {
}

.main--alt {
    padding-top: 100px;
}

@media (max-width: 768px) {
    .main--alt {
        padding-top: 80px;
    }
}

.hm-hero {
    position: relative;
}

.hm-hero__bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hm-hero__heading {
    color: #fff;
    display: block;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 110%;
    margin: 0 auto;
    max-width: 1020px;
    padding: 455px 0 50px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

@media (max-width: 768px) {
    .hm-hero__heading {
        font-size: 32px;
    }
}

/**/

.hm-image-list {
    padding: 135px 0;
}

.hm-image-list__row {
    display: flex;
    justify-content: space-between;
}

.hm-image-list__images {
    flex: 0 0 50%;
    position: relative;
}

.hm-image-list__image1 {
    display: block;
    max-width: 100%;
    width: 81%;
}

.hm-image-list__image2 {
    bottom: 0;
    display: block;
    max-width: 100%;
    position: absolute;
    right: 0;
    width: 44%;
}

.hm-image-list__list {
    flex: 0 0 37%;
    list-style: none;
    margin: 0;
    padding: 55px 0 85px;
}

.hm-image-list__list li {
    margin-bottom: 90px;
    padding: 0 0 0 62px;
    position: relative;
}

.hm-image-list__list li:last-child {
    margin: 0;
}

.hm-image-list__list li img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.hm-image-list__list li h4 {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 150%;
    margin: 0 0 15px;
}

.hm-image-list__list li p {
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

@media (max-width: 1200px) {
    .hm-image-list__list {
        padding: 20px 0;
    }
}

@media (max-width: 1024px) {
    .hm-image-list {
        padding: 100px 0;
    }
    .hm-image-list__row {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .hm-image-list__images {
        margin-bottom: 100px;
        padding-bottom: 45px;
    }
    .hm-image-list__list li {
        margin-bottom: 50px;
    }
    .hm-image-list__list li:last-child {
        margin-bottom: 0;
    }
    .hm-image-list__list li h4 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .hm-image-list {
        padding: 60px 0;
    }
    .hm-image-list__list {
        padding: 0;
    }
}

/**/

.hm-locations {
    padding: 60px 0;
}

.hm-locations__label {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 125%;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.hm-locations__text {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 150%;
    margin: 0 auto 60px;
    max-width: 650px;
    text-align: center;
    width: 100%;
}

.hm-locations__image {
}

.hm-locations__image img, .hm-locations__image--mobile img {
    border-radius: 16px;
    display: block;
    max-width: 100%;
    width: 100%;
}

.hm-locations__image--mobile {
    display: none;
}

@media (max-width: 768px) {
    .hm-locations {
        padding: 40px 0;
    }
    .hm-locations__text {
        font-size: 20px;
        margin: 0 auto 30px;
    }
    .hm-locations__image {
        display: none;
    }
    .hm-locations__image--mobile {
        display: block;
    }
}

/**/

.hm-grid {
    padding: 20px 0 220px;
}

.hm-grid__heading {
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 110%;
    margin: 0 0 80px;
    text-align: center;
}

.hm-grid__items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.hm-grid__item {
    padding-top: 55%;
    position: relative;
}

.hm-grid__item::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 16px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hm-grid__item__link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.hm-grid__item__image {
    border-radius: 16px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hm-grid__item__text {
    bottom: 0;
    left: 0;
    padding: 0 40px 40px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.hm-grid__item__text h4 {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    margin: 0 0 10px;
}

.hm-grid__item__text h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
}

@media (max-width: 768px) {
    .hm-grid {
        padding: 20px 0 70px;
    }
    .hm-grid__heading {
        font-size: 28px;
        margin: 0 0 55px;
    }
    .hm-grid__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .hm-grid__item {
        padding-top: 100%;
        width: 100%;
    }
    .hm-grid__item__image {
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .hm-grid__item__text {
        padding: 0 30px 30px;
    }
    .hm-grid__item__text h4 {
        font-size: 20px;
    }
}

/* LISTING PAGES */

.li-hero {
}

.li-hero__box {
    position: relative;
}

.li-hero__box__image {
    position: relative;
}

.li-hero__box__image::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
    border-radius: 16px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.li-hero__box__image img {
    border-radius: 16px;
    display: block;
    height: 495px;
    max-width: 100%;
    object-fit: cover;
}

.li-hero__box__heading {
    bottom: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    left: 0;
    line-height: 110%;
    padding: 0 40px 40px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.li-hero__box__row {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 0 64px 48px;
    position: absolute;
    width: 100%;
}

.li-hero__box__left {
}

.li-hero__box__right {
}

.li-hero__box__text {
}

.li-hero__box__text h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 110%;
    margin: 0 0 5px;
}

.li-hero__box__text h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
}

.li-hero__box__view {
    background: url(images/icon-grid.svg) no-repeat 0 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 100%;
    padding: 2px 0 2px 28px;
}

.li-hero__box__view:hover {
    color: #fff;
}

@media (max-width: 1024px) {
    .li-hero__box__row {
        display: block;
        padding: 0 40px 40px;
    }
    .li-hero__box__left {
        margin-bottom: 35px;
    }
    .li-hero__box__right {
        display: flex;
    }
}

@media (max-width: 768px) {
    .li-hero__box__row {
        padding: 0 25px 25px;
    }
    .li-hero__box__right {
        justify-content: center;
    }
    .li-hero__box__text h1 {
        font-size: 32px;
        text-align: center;
    }
    .li-hero__box__text h5 {
        text-align: center;
    }
}

/**/

.li-ci {
    padding: 115px 0;
}

.li-ci__row {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1090px;
    width: 100%;
}

.li-ci__left {
    flex: 0 0 40%;
}

.li-ci__right {
    flex: 0 0 50%;
}

.li-ci__heading {
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 110%;
    margin-bottom: 20px;
}

.li-ci__text {
}

.li-ci__text p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}

.li-ci__text p:last-child {
    margin-bottom: 0;
}

.li-ci__image {
    margin-bottom: 40px;
}

.li-ci__image img {
    border-radius: 16px;
    display: block;
    max-width: 100%;
}

.li-ci__map {
    margin-bottom: 40px;
    padding-top: 60%;
    position: relative;
}

.li-ci__map iframe {
    border-radius: 16px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.li-ci__info {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.li-ci__info li {
    background-position: 0 2px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
    padding-left: 40px;
}

.li-ci__info li:last-child {
    margin-bottom: 0;
}

.li-ci__info li a {
    color: #282828;
}

.li-ci__info__address {
    background-image: url(images/icon-location.svg);
}

.li-ci__info__phone {
    background-image: url(images/icon-phone.svg);
}

.li-ci__info__email {
    background-image: url(images/icon-email.svg);
}

@media (max-width: 768px) {
    .li-ci {
        padding: 45px 0 85px;
    }
    .li-ci__row {
        display: block;
    }
    .li-ci__left {
        margin-bottom: 40px;
    }
    .li-ci__image {
        margin-bottom: 30px;
    }
    .li-ci__info {
        padding: 0;
    }
}

/**/

.li-listing {
    padding: 0 0 150px;
}

.li-listing__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.li-listing__heading {
    font-size: 32px;
    letter-spacing: -0.03em;
    line-height: 110%;
    margin: 0;
}

.li-listing__dropdown {
    max-width: 220px;
    position: relative;
    width: 100%;
    z-index: 5;
}

.li-listing__dropdown--alt {
    max-width: 295px;
}

.li-listing__dropdown label {
    border: 1px solid #D6DEE9;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    line-height: 100%;
    margin: 0;
    padding: 15px 45px 15px 25px;
    position: relative;
    width: 100%;
}

.li-listing__dropdown label::after {
    border-bottom: 1px solid #282828;
    border-right: 1px solid #282828;
    content: '';
    display: block;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 18px;
    transform: rotate(45deg);
    width: 7px;
}

.li-listing__dropdown ul, .header__nav__li ul {
    background-color: #fff;
    border: 1px solid #D6DEE9;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    display: none;
    left: 0;
    list-style: none;
    margin-bottom: 0;
    max-height: 440px;
    overflow: auto;
    padding: 25px;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
    z-index: 1;
}

.header__nav__li ul {
    left: inherit;
    min-width: 220px;
    right: 0;
    top: 100%;
}

.header__nav__li--alt ul {
    min-width: 300px;
}

.li-listing__dropdown--active ul, .header__nav__li:hover ul {
    display: block;
}

.li-listing__dropdown ul li, .header__nav__li ul li {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
}

.li-listing__dropdown ul li:last-child, .header__nav__li ul li:last-child {
    margin-bottom: 0;
}

.li-listing__dropdown ul li img, .header__nav__li ul li img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.li-listing__dropdown ul li p, .header__nav__li ul li p {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 0;
    min-height: 24px;
    padding-top: 5px;
}

.li-listing__dropdown ul li p a, .header__nav__li ul li p a {
    color: #282828;
    display: block;
    text-decoration: none;
}

.li-listing__dropdown ul li p a:hover, .header__nav__li ul li p a:hover {
    font-weight: 700;
}

.li-listing__dropdown--alt ul li p, .header__nav__li--alt ul li p {
    min-height: 0;
    padding-top: 0;
}

.li-listing__dropdown ul li span, .header__nav__li ul li span {
    color: #282828;
    display: block;
    font-size: 12px;
    line-height: 110%;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .li-listing {
        padding: 0 0 60px;
    }
    .li-listing__row {
        display: block;
        margin-bottom: 0;
    }
    .li-listing__heading {
        font-size: 28px;
        margin-bottom: 25px;
        text-align: center;
    }
    .li-listing__dropdown {
        max-width: 100%;
        width: 100%;
    }
}

.li-listing__items {
}

.li-listing__item {
    border-top: 1px solid #D6DEE9;
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}

.li-listing__item__left {
    flex: 0 0 41%;
}

.li-listing__item__right {
    display: flex;
    flex: 0 0 49%;
    flex-direction: column;
    padding: 20px 0 0;
}

.li-listing__item__image {
    padding-top: 66%;
    position: relative;
}

.li-listing__item__image::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
    border-radius: 16px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.li-listing__item__image img {
    border-radius: 16px;
    display: block;
    height: 100%;
    left: 0;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.li-listing__item__image a {
    background: url(images/icon-grid.svg) no-repeat 0 50%;
    bottom: 25px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 50%;
    line-height: 100%;
    padding: 2px 0 2px 28px;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 3;
}

.li-listing__item__heading {
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 110%;
    margin-bottom: 15px;
}

.li-listing__item__cat {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.li-listing__item__cat img {
    display: block;
    margin-right: 5px;
}

.li-listing__item__cat span {
    display: block;
    font-size: 16px;
    line-height: 110%;
}

.li-listing__item__info {
}

.li-listing__item__info div {
    overflow: hidden;
}

.li-listing__item__info ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-left: -25px;
    padding: 0;
}

.li-listing__item__info li {
    border-left: 1px solid #C9C9C9;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 8px;
    margin-left: 12px;
    padding-left: 12px;
}

/*
.li-listing__item__info li:nth-child(2) {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
*/

.li-listing__item__info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.li-listing__item__content {
    padding-top: 10px;
}

.li-listing__item__content p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 20px;
}

.li-listing__item__content p:last-child {
    margin-bottom: 0;
}

.li-listing__item__content p a {
    color: #282828;
    text-decoration: underline;
}

.li-listing__item__row {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 40px;
}

.li-listing__item__policies {
}

.li-listing__item__policies a {
    background: url(images/icon-policies.svg) no-repeat 0 50%;
    border-bottom: 1px solid #282828;
    color: #282828;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 100%;
    padding: 5px 0 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.li-listing__item__view {
}

.li-listing__item__view a {
    background: url(images/icon-right.svg) no-repeat 100% 50%;
    border-bottom: 1px solid #282828;
    color: #282828;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 100%;
    padding: 5px 25px 5px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.li-listing__item__call {
}

.li-listing__item__call a {
    background: url(images/icon-phone.svg) no-repeat 0 50%;
    color: #282828;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 100%;
    padding: 5px 0 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .li-listing__item__right {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .li-listing__item {
        display: block;
        padding: 45px 0;
    }
    .li-listing__item:first-child {
        border-top: none;
    }
    .li-listing__item__left {
        margin-bottom: 35px;
    }
    .li-listing__item__heading {
        font-size: 20px;
    }
    .li-listing__item__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
        padding-top: 30px;
    }
}

/**/

.li-content {
    padding: 70px 0;
}

.li-content__content {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}

.li-content__content p {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 20px;
    text-align: center;
}

.li-content__content p:last-child {
    margin-bottom: 0;
}

/**/

.page-section {
    border-top: 1px solid #D6DEE9;
    padding: 80px 0 90px;
}

.page-heading {
    font-size: 48px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 90px;
    text-align: center;
}

.page-content {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}

.page-content__box {
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    margin-bottom: 50px;
    padding: 30px 30px 35px;
}

.page-content__box h2 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 15px;
}

.page-content__box h4 {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 25px;
}

.page-content__box p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}

.page-content__box p:last-child {
    margin-bottom: 0;
}

.page-content__text {
}

.page-content__text p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 40px;
}

.page-content__text p:last-child {
    margin-bottom: 0;
}

.page-content__text h3 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .page-section {
        padding: 50px 0;
    }
    .page-heading {
        font-size: 32px;
        margin-bottom: 55px;
    }
    .page-content__box {
        padding: 30px;
    }
    .page-content__box h2 {
        font-size: 24px;
    }
}

/**/

.contact-row {
    display: flex;
    justify-content: space-between;
}

.contact-form {
    flex: 0 0 50%;
}

.contact-form .frm_forms {
}

.contact-form .frm_forms .frm_message {
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 15px;
}

.contact-form .frm_forms .frm_message p {
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}

.contact-form .frm_forms form {
}

.contact-form .frm_forms form .frm_error_style {
    background-color: #f00;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 20px;
    padding: 15px;
}

.contact-form .frm_forms .frm_form_fields {
}

.contact-form .frm_forms .frm_form_fields fieldset {
}

.contact-form .frm_forms .frm_fields_container {
}

.contact-form .frm_forms .frm_form_field {
}

.contact-form .frm_forms .frm_form_field .frm_primary_label {
    color: #282828;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase;
}

.contact-form .frm_forms .frm_form_field.frm_blank_field .frm_primary_label {
    color: #f00;
}

.contact-form .frm_forms .frm_form_field > .frm_error {
    color: #f00;
    font-size: 12px;
    line-height: 125%;
    margin: 5px 0 0;
}

.contact-form .frm_forms .frm_form_field input[type="text"], .contact-form .frm_forms .frm_form_field input[type="email"], .contact-form .frm_forms .frm_form_field textarea {
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    box-shadow: none;
    display: block;
    font-size: 16px;
    height: auto;
    line-height: 100%;
    margin: 0;
    outline: none;
    padding: 20px 25px;
    width: 100%;
}

.contact-form .frm_forms .frm_form_field input[type="text"]:focus, .contact-form .frm_forms .frm_form_field input[type="email"]:focus, .contact-form .frm_forms .frm_form_field textarea:focus {
    border: 1px solid #282828;
    box-shadow: none;
}

.contact-form .frm_forms .frm_form_field textarea {
    min-height: 150px;
}

.contact-form .frm_forms .frm_submit {
    display: flex;
    justify-content: flex-end;
}

.contact-form .frm_forms .frm_submit .frm_button_submit, .contact-form .frm_forms .frm_submit .frm_button_submit:focus, .contact-form .frm_forms .frm_submit .frm_button_submit:active {
    background-color: #fff;
    border: 1px solid #282828;
    border-radius: 8px;
    color: #282828;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 100%;
    margin: 0;
    max-width: 315px;
    outline: none;
    padding: 23px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.contact-form .frm_forms .frm_submit .frm_button_submit:hover {
    background-color: #282828;
    color: #fff;
}

.contact-form .frm_forms .frm_submit .frm_button_submit::after {
    background: url(images/icon-right.svg) no-repeat 50% 50%;
    content: '';
    display: block;
    height: 12px;
    margin-left: 12px;
    width: 12px;
}

.contact-form .frm_forms .frm_submit .frm_button_submit:hover::after {
    filter: contrast(100) invert(1);
}

@media (max-width: 480px) {
    .contact-form .frm_forms .frm_submit .frm_button_submit {
        max-width: 100%;
        width: 100%;
    }
}

/**/

.contact-content {
    flex: 0 0 40%;
}

.contact-content h3 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 25px;
}

.contact-content h4 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 15px;
}

.contact-content p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
}

.contact-content p:last-child {
    margin-bottom: 0;
}

.contact-info {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.contact-info li {
    background-position: 0 2px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
    padding-left: 40px;
}

.contact-info li:last-child {
    margin-bottom: 0;
}

.contact-info__phone {
    background-image: url(images/icon-phone.svg);
}

.contact-info__email {
    background-image: url(images/icon-email.svg);
}

.contact-info li a {
    color: #282828;
}

@media (max-width: 1024px) {
    .contact-row {
        display: block;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }
    .contact-form {
        margin-bottom: 40px;
    }
    .contact-form__row {
        display: block;
        margin-bottom: 0;
    }
    .contact-form__field, .contact-form__field--half {
        margin-bottom: 25px;
        width: 100%;
    }
    .contact-form__field textarea {
        min-height: 210px;
    }
    .contact-form__button button {
        max-width: 100%;
    }
    .contact-content h3 {
        font-size: 24px;
    }
    .contact-content h4 {
        font-size: 20px;
    }
}

/**/

.page-404 {
    align-items: center;
    display: flex;
    min-height: 675px;
    padding: 100px 0;
    position: relative;
}

.page-404__bg {
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.page-404__heading {
    color: #fff;
    font-size: 48px;
    letter-spacing: -0.03em;
    line-height: 110%;
    margin-bottom: 40px;
    text-align: center;
}

.page-404__content {
    margin-bottom: 40px;
}

.page-404__content p {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 150%;
    margin-bottom: 20px;
    text-align: center;
}

.page-404__content p:last-child {
    margin-bottom: 0;
}

.page-404__link {
    display: flex;
    justify-content: center;
}

.page-404__link a {
    background: url(images/arrow-right.svg) no-repeat 100% 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 100%;
    padding: 0 20px 2px 0;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .page-404 {
        align-items: flex-end;
        padding: 45px 0;
    }
    .page-404__heading {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .page-404__content {
        margin-bottom: 25px;
    }
    .page-404__content p {
        font-size: 20px;
    }
}

/**/

.search-items {
    display: block;
    margin: 0 auto;
    max-width: 870px;
    padding-bottom: 20px;
    width: 100%;
}

.search-item {
    margin-bottom: 45px;
}

.search-item:last-child {
    margin-bottom: 0;
}

.search-item__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.search-item__title {
    display: flex;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 15px;
}

.search-item__title a {
    color: #282828;
    display: block;
    line-height: inherit;
    text-decoration: underline;
}

.search-item__content {
}

.search-item__content p {
    margin-bottom: 20px;
}

.search-item__content p:last-child {
    margin-bottom: 0;
}

.search-item__address a {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .search-items {
        padding-bottom: 0;
    }
}

/**/

.footer {
    background-color: #282828;
    margin-top: auto;
    padding: 62px 0 65px;
    position: relative;
}

.footer::before {
    background: url(images/footer-line.jpg) repeat-x 50% 0;
    background-size: auto 100%;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer__row {
    display: flex;
    justify-content: space-between;
}

.footer__left {
}

.footer__right {
}

.footer__logo {
}

.footer__logo a {
    display: block;
}

.footer__logo img {
    display: block;
    max-width: 185px;
}

.footer__icons {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0 0 60px;
    padding: 0;
}

.footer__icons li {
    margin-right: 20px;
}

.footer__icons li:last-child {
    margin-right: 0;
}

.footer__icons li a {
    display: block;
}

.footer__icons li img {
    display: block;
}

.footer__links {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.footer__links li {
    margin-right: 40px;
}

.footer__links li:last-child {
    margin-right: 0;
}

.footer__links li a {
    background: url(images/arrow-right.svg) no-repeat 100% 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 100%;
    padding-right: 25px;
}

.footer__copy {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.footer__copy p {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}

.footer__copy ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__copy ul li {
    border-left: 1px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
}

.footer__copy ul li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.footer__copy ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 100%;
}

@media (max-width: 1024px) {
    .footer__copy {
        display: block;
    }
    .footer__copy p {
        border: none;
        margin: 0 0 20px;
        padding: 0;
        text-align: right;
    }
}

@media (max-width: 768px) {
    .footer__row {
        display: block;
    }
    .footer__left {
        margin-bottom: 45px;
    }
    .footer__logo img {
        margin: 0 auto;
    }
    .footer__icons {
        justify-content: center;
        margin-bottom: 45px;
    }
    .footer__icons li {
        margin-right: 0;
        padding: 0 22px;
    }
    .footer__icons li img {
        height: 26px;
        width: 26px;
    }
    .footer__links {
        display: block;
        margin-bottom: 45px;
    }
    .footer__links li {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .footer__links li:last-child {
        margin-bottom: 0;
    }
    .footer__copy p {
        text-align: center;
    }
    .footer__copy ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__copy ul li, .footer__copy ul li:first-child {
        margin-left: 0;
        padding: 0 15px;
    }
    .footer__copy ul li:last-child {
        border-left: none;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        padding: 0;
        width: 100%;
    }
}

/**/

.modal-content.fancybox__content {
    border-radius: 16px;
    max-height: 100%;
    max-width: 850px;
    padding: 70px 100px 50px;
}

.modal-content.fancybox__content .modal-content__content {
    max-height: 100%;
    overflow: auto;
}

.modal-content.fancybox__content .f-button.is-close-btn {
    background: none;
    height: 24px;
    opacity: 1;
    right: 25px;
    top: 25px;
    width: 24px;
}

.modal-content.fancybox__content .f-button.is-close-btn svg {
    height: 18px;
    stroke: #282828;
    width: 18px;
}

.modal-content h2 {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 60px;
}

.modal-content h3 {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 25px;
}

.modal-content p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 25px;
}

.modal-content p:last-child {
    margin-bottom: 0;
}

.modal-content ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.modal-content__cat {
    background: url(images/icon-foundation.svg) no-repeat 0 50%;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 10px;
    padding-left: 30px;
}

.modal-content__info {
}

.modal-content__info + .modal-content__content {
    padding-top: 25px;
}

.modal-content__info div {
    overflow: hidden;
}

.modal-content__info ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0 !important;
    margin-left: -25px;
    padding: 0 !important;
}

.modal-content__info li {
    border-left: 1px solid #C9C9C9;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 8px;
    margin-left: 12px;
    padding-left: 12px;
}

.modal-content__info li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.modal-content__link {
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
}

.modal-content__link a {
    background: url(images/icon-right.svg) no-repeat 100% 50%;
    border-bottom: 1px solid #282828;
    color: #282828;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 100%;
    padding: 5px 25px 5px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.modal-content__call {
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
}

.modal-content__call a {
    background: url(images/icon-phone.svg) no-repeat 0 50%;
    color: #282828;
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 100%;
    padding: 5px 0 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .modal-content.fancybox__content {
        padding: 60px 30px 50px;
    }
    .modal-content h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .modal-content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .modal-content__link {
        justify-content: flex-start;
    }
}

.modal-gallery.fancybox__content {
    background: none;
    max-width: 1080px;
    padding: 0;
    width: 100%;
}

.modal-gallery.fancybox__content .f-button.is-close-btn {
    align-items: center;
    border-radius: 0 !important;
    display: flex;
    height: auto;
    left: inherit;
    opacity: 1;
    right: 0;
    top: -55px;
    width: auto;
}

.modal-gallery.fancybox__content .f-button.is-close-btn::after {
    content: 'Close';
    display: block;
    font-size: 16px;
    line-height: 100%;
    margin-left: 5px;
}

.modal-gallery.fancybox__content .f-button.is-close-btn svg {
    height: 18px;
    width: 18px;
}

.modal-gallery__items {
    position: relative;
}

.modal-gallery__items .slick-arrow {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 36px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    z-index: 10;
}

.modal-gallery__items .slick-arrow::before {
    background: url(images/arrow-right-alt.svg) no-repeat 50% 50%;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
}

.modal-gallery__items .slick-arrow.slick-prev::before {
    transform: rotate(180deg);
}

.modal-gallery__items .slick-arrow.slick-prev {
    left: -120px;
}

.modal-gallery__items .slick-arrow.slick-next {
    right: -120px;
}

.modal-gallery__items .slick-list {
    width: 100%;
}

.modal-gallery__items .slick-track {
    display: flex;
    min-width: 100%;
    width: 100%;
}

.modal-gallery__items .slick-track::before, .modal-gallery__items .slick-track::after {
    display: none;
}

.modal-gallery__item {
    max-width: 1080px;
    width: 100%;
}

.modal-gallery__item img {
    display: block;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1400px) {
    .modal-gallery__items .slick-arrow.slick-prev {
        left: 20px;
    }
    .modal-gallery__items .slick-arrow.slick-next {
        right: 20px;
    }
}

@media (max-width: 768px) {
    .modal-gallery.fancybox__content .f-button.is-close-btn {
        background: none !important;
        left: 50%;
        right: inherit !important;
        top: -60px !important;
        transform: translateX(-50%);
    }
    .modal-gallery__items .slick-arrow {
        background: none;
        filter: contrast(1) invert(1);
        top: calc(100% + 50px);
        transform: none;
    }
    .modal-gallery__items .slick-arrow.slick-prev {
        left: 30px;
    }
    .modal-gallery__items .slick-arrow.slick-next {
        right: 30px;
    }
}