/*
 * import included styles
 */
@import "inc/fonts.css";
@import "inc/flaticon.css";
@import "inc/variables.css";
@import "inc/defaults.css";

/*
 * main styles
 */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    -webkit-transition: all .4s ease; /*88*/
    -o-transition: all .4s ease; /*88*/
    transition: all .4s ease; /*88*/
    -webkit-transition-delay: .1s; /*15*/
    -o-transition-delay: .1s; /*15*/
    transition-delay: .1s; /*15*/
    pointer-events: none;
}

#preloader.--loaded {
    opacity: 0;
    visibility: hidden;
}

iframe {
    border: none;
}

::-moz-selection {
    background: #222222;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #222222;
    color: #ffffff;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
    line-height: 1.2;
    color: #222222;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    line-height: 1;
    color: #222222;
    font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #222222;
    font-weight: 400;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    font-weight: 500;
}

h5, h6,
.h5, .h6 {
    font-weight: 500;
}

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

h2, .h2 {
    font-size: 40px;
}

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

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

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

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

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

#modals {
    display: none;
}

.icon-hamburger {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"/></svg>') center/contain no-repeat;
    width: 22px;
    height: 25px;
    display: block;
}

.header-menu {
    position: absolute;
    left: 0;
    top: 85px;
    right: 0;
    margin: auto;
    overflow: auto;
    height: auto;
    opacity: 0;
    -webkit-transition: all .33s ease;
    -o-transition: all .33s ease;
    transition: all .33s ease;
    pointer-events: none;
    background-color: #fff;
    z-index: 9000;
    max-height: calc(100vh - 85px * 2);
    border-top: 2px solid var(--primary);
    cursor: default;
}

.mobile-menu {
    display: none;
}

.header__container {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    height: 85px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all .33s ease;
    -o-transition: all .33s ease;
    transition: all .33s ease;
    background: #fff;
}

a {
    color: var(--primary);
    text-decoration: none;
}

.header__logo-text {
    color: var(--black);
    font-size: 30px;
    font-weight: 600;
}

.header__search-form {
    margin-right: auto;
}

.header__mobile {
    display: none;
}

.header__search-label {
    position: relative;
    z-index: 1;
    width: 280px;
    height: 50px;
    display: block;
}

.header__search-input {
    width: 100%;
    height: 100%;
    color: var(--black);
    padding: 0 50px 0 20px;
    background: none;
    border: none;
}

.header__search-input::-webkit-input-placeholder {
    color: var(--black);
}

.header__search-input::-moz-placeholder {
    color: var(--black);
}

.header__search-input:-ms-input-placeholder {
    color: var(--black);
}

.header__search-input::-ms-input-placeholder {
    color: var(--black);
}

.header__search-input::placeholder {
    color: var(--black);
}

.header__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    background: none;
    border: none;
    padding: 0 20px;
    cursor: pointer;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
}

.header__nav-item {
    background: none;
    border: none;
    color: var(--black);
    font-size: 15px;
    cursor: pointer;
}

.btn {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 8px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 1px solid transparent;
}

.btn.btn_large {
    height: 55px;
}

.btn.btn_primary {
    background-color: var(--primary);
    color: #fff;
}

.add-btn__icon {
    font-size: 18px;
}

.btn.btn_primary:hover {
    background-color: var(--primary-darked);
}

html.--header-scrolled .header {
    position: fixed;
    -webkit-animation-name: headerSlideDown;
    animation-name: headerSlideDown;
}

@-webkit-keyframes headerSlideDown {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes headerSlideDown {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

html.--menu-opened .header-menu {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: auto;
    cursor: auto;
}

html.--menu-opened body {
    overflow: hidden;
}

.header-menu__container {
    -webkit-transition: all .400s ease;
    -o-transition: all .400s ease;
    transition: all .400s ease;
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
    opacity: 0;
    -webkit-transition-delay: .33s;
    -o-transition-delay: .33s;
    transition-delay: .33s;
}

html.--menu-opened .header-menu__container {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-menu__inner {
    background: #fff;
    border-radius: 8px;
    margin: 40px 0;
    padding: 20px;
    position: relative;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    gap: 40px;
}

.close-menu-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: var(--light-gray);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.close-menu-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.41421 0.14209L15.5563 14.2842L14.1421 15.6984L0 1.5563L1.41421 0.14209Z" fill="%23222222"/><path d="M0.414214 14.1421L14.5563 0L15.9706 1.41421L1.82843 15.5563L0.414214 14.1421Z" fill="%23222222"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    opacity: .7;
}

.close-menu-btn:hover:after {
    opacity: 1;
}

.header-menu__heading {
    margin-bottom: 30px;
}

.header-menu__section {
    overflow: hidden;
}

html.--menu-opened body:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: rgba(34, 34, 34, .5);
}

.scroll-up {
    background: var(--dark);
    position: fixed;
    right: 20px;
    bottom: 15px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    color: #fff;
    z-index: 80;
    cursor: pointer;
    -webkit-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    pointer-events: none;
    font-size: 10px;
}

html.--header-scrolled .scroll-up {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

html.--header-scrolled .header-menu {
    position: fixed;
}

html.--header-transparent .header {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html.--header-transparent.--header-scrolled .header,
html.--header-transparent.--menu-opened .header {
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

html.--header-transparent .header__logo-text {
    color: #fff;
}

html.--header-transparent .header__search-input {
    color: #fff;
}

html.--header-transparent .header__search-input::-webkit-input-placeholder {
    color: #fff;
}

html.--header-transparent .header__search-input::-moz-placeholder {
    color: #fff;
}

html.--header-transparent .header__search-input:-ms-input-placeholder {
    color: #fff;
}

html.--header-transparent .header__search-input::-ms-input-placeholder {
    color: #fff;
}

html.--header-transparent .header__search-input::placeholder {
    color: #fff;
}

html.--header-transparent .header__search-btn {
    color: #fff;
}

html.--header-transparent .header__nav-item {
    color: #fff;
}

html.--header-transparent .header .btn, html.--header-transparent .header .btn:hover {
    background-color: #fff;
    color: var(--black);
}

html.--header-transparent.--header-scrolled .header__search-input::-webkit-input-placeholder, html.--header-transparent.--menu-opened .header__search-input::-webkit-input-placeholder {
    color: var(--black);
}

html.--header-transparent.--header-scrolled .header__search-input::-moz-placeholder, html.--header-transparent.--menu-opened .header__search-input::-moz-placeholder {
    color: var(--black);
}

html.--header-transparent.--header-scrolled .header__search-input:-ms-input-placeholder, html.--header-transparent.--menu-opened .header__search-input:-ms-input-placeholder {
    color: var(--black);
}

html.--header-transparent.--header-scrolled .header__search-input::-ms-input-placeholder, html.--header-transparent.--menu-opened .header__search-input::-ms-input-placeholder {
    color: var(--black);
}

html.--header-transparent.--header-scrolled .header__search-input::placeholder,
html.--header-transparent.--menu-opened .header__search-input::placeholder {
    color: var(--black);
}

html.--header-transparent.--header-scrolled .header .btn,
html.--header-transparent.--menu-opened .header .btn {
    background: var(--primary);
    color: #fff;
}

html.--header-transparent.--header-scrolled .header__nav-item,
html.--header-transparent.--menu-opened .header__nav-item {
    color: var(--black);
}

html.--header-transparent.--header-scrolled .header__search-btn,
html.--header-transparent.--menu-opened .header__search-btn {
    color: var(--black);
}

html.--header-transparent.--header-scrolled .header__search-input,
html.--header-transparent.--menu-opened .header__search-input {
    color: var(--black);
}

html.--header-transparent.--header-scrolled .header__logo-text,
html.--header-transparent.--menu-opened .header__logo-text {
    color: var(--black);
}

.swiper .carousel-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
}

.swiper .carousel-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    background: #dedede;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.swiper .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper .carousel-pagination .swiper-pagination-bullet:hover {
    width: 20px;
    background: var(--black);
}

.swiper .carousel-prev, .swiper .carousel-next {
    color: var(--black);
    height: 20px;
    width: 20px;
}

.swiper .carousel-prev:after, .swiper .carousel-next:after {
    font-size: 14px;
}

.carousel-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 13px;
    margin-top: 35px;
}

.carousel-navigation .carousel-pagination {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0;
    width: auto;
}

.carousel-navigation .carousel-prev, .carousel-navigation .carousel-next {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0;
}

.icon-box {
    background: var(--light-gray);
    border-radius: 8px;
    padding: 30px 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    height: 160px;
}

.icon-box__title {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.icon-box__icon i {
    font-size: 35px;
    color: var(--primary);
}

.icon-box:hover {
    background: var(--primary);
}

.icon-box:hover .icon-box__icon i {
    color: #fff;
}

.icon-box:hover .icon-box__title {
    color: #fff;
}

.cities-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.city-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 25px 1fr;
    grid-template-columns: 100px 1fr;
    grid-gap: 25px;
}

.city-item__photo {
    width: 100%;
    height: 100px;
    display: block;
    border-radius: 8px;
}

.city-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .5rem;
}

.city-item__desc {
    margin: 0;
    color: var(--dark-gray);
}

.section-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.section-hero {
    position: relative;
    z-index: 1;
    height: 860px;
    margin-top: -85px;
}

.section-hero__background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(39, 42, 51);
    opacity: .7;
}

.section-hero__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 240px;
}

.section-hero__title {
    color: #fff;
    font-size: 50px;
    margin-bottom: .5rem;
}

.section-hero__desc {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}

.section-hero__bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-style: italic;
}

.main-form-label {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-form-input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.main-form-textarea {
    min-height: 80px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eaeaea;
    width: 100%;
    resize: vertical;
}

.select2-container .select2-selection--single {
    height: 55px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
    color: var(--black);
    padding-left: 20px;
    padding-right: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
    top: 0;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered.--placeholder {
    color: var(--dark-gray);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    padding: 0 40px 0 20px;
}

.select2-results__option {
    padding: 10px 20px;
    color: var(--dark-gray);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: var(--dark-gray);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: var(--primary);
}

.select2-dropdown {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 13px 16px rgb(0 0 0 / 12%);
    box-shadow: 0 13px 16px rgb(0 0 0 / 12%);
}

.select2-search--dropdown:after {
    content: "\f002";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: FontAwesome, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--dark-gray);
    font-size: 19px;
    opacity: .3;
    pointer-events: none;
}

.select2-search--dropdown {
    position: relative;
}

.main-form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 18px;
}

.main-form-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.main-form-checkbox__checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #eaeaea;
    border-radius: 0.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    background: #fff;
    position: relative;
}

.main-form-checkbox__input:focus ~ .main-form-checkbox__checkmark {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
}

.main-form-checkbox__input:checked ~ .main-form-checkbox__checkmark {
    background: var(--primary);
    border-color: var(--primary);
}

.main-form-checkbox__input:checked ~ .main-form-checkbox__checkmark:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.main-form-checkbox__text {
    color: var(--dark-gray);
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-form-checkbox__text a {
    display: inline;
}

.main-form-input:focus, .main-form-textarea:focus,
.select2.select2-container--open .select2-selection--single,
.select2.select2-container--focus .select2-selection.select2-selection--single {
    border-color: #80bdff;
}

.hero-search-form {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 1px 10px 1px 25px;
    width: 750px;
}

.hero-search-form__divider {
    width: 1px;
    height: 50px;
    background: #eaeaea;
}

.hero-search-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 280px;
}

.hero-search-form__placeholder {
    padding: 0.375rem 0 0.375rem 0.75rem;
    font-weight: 500;

    --test: max-content;
}

.main-form-select.main-form-select_style_hero + .select2 {
    width: 100% !important;
}

.main-form-select.main-form-select_style_hero + .select2 .select2-selection--single .select2-selection__arrow {
    display: none;
}

.main-form-select.main-form-select_style_hero + .select2 .select2-selection--single {
    border: none;
    height: 68px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-form-select.main-form-select_style_hero + .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 68px;
    padding-left: 15px;
    padding-right: 0;
    width: 100%;
    text-align: left;
}

.btn.btn_primary-grd {
    background: var(--primary-grd);
    color: #fff;
}

.hero-search-form__btn {
    width: 150px;
    height: 50px;
}

.--hero-dropdown.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-selection__plc {
    font-weight: 500;
    color: var(--black);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 240px;
}

.option-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 15px;
}

.--hero-dropdown.select2-dropdown {
    border-top: 2px solid var(--primary);
}

.--hero-dropdown.select2-dropdown.select2-dropdown--above {
    border-top: unset;
    border-bottom: 2px solid var(--primary);
}

.select2-results__options::-webkit-scrollbar {
    width: 4px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: var(--light-gray);
    border-radius: 2px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: rgb(0 0 0 / 15%);
    border-radius: 2px;
}

.--hero-dropdown.select2-container--default .select2-results > .select2-results__options {
    max-height: 320px;
}

.categories {
    background: #fff;
    border-radius: 8px;
    padding: 30px 30px 0;
    position: relative;
    z-index: 1;
    margin: 0 -30px;
}

.section-categories {
    margin-top: -90px;
    padding: 0;
}

section {
    padding: 100px 0;
}

.section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.section-heading__title {
    margin-bottom: 10px;
}

.card__image-img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .6;
    border-radius: 8px 8px 0 0;
}

.card__body {
}

.card__body.card__body__adv #yandex_rtb_R-A-14405057-3 {
    height: 100%;
    max-height: 447px;
}
.card__body.card__body__adv {
    height: 100%;
    max-height: 447px;
}

.card__footer {
    border-top: 1px solid #EAEAEA;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.card {
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;   
    transition: all 0.3s ease;
    height: 100%;
}

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

.card__image-link {
    position: relative;
    display: block;
    z-index: 1;
    height: 190px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: var(--dark2);
}

.card__image-label {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    background: var(--secondary);
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    padding: 8px 20px;
}

.card__image-rating {
    position: absolute;
    left: 15px;
    bottom: 19px;
    z-index: 2;
    color: #fff;
}

.rating__link {
    color: inherit;
    font-size: 14px;
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.rating__stars i {
    font-size: 10px;
}

.card__content {
    position: relative;
    z-index: 1;
    margin-top: -28px;
    padding: 65px 10px 10px 10px;
    min-height: 220px;
}

.card__icon {
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card__icon-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card__details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
    color: var(--black);
}

.prop__content {
    margin: 0;
    font-size: 12px;
}

.prop__icon {
    font-size: 18px;
    color: var(--dark-gray);
}

.card__desc {
    font-size: 14px;
    line-height: 22px;
    color: var(--dark-gray);
}

.card__title {
    margin-bottom: 10px;
    display: block;
}

.card__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 15px;
}

.card__category-name {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--black);
    padding-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 330px;
    text-overflow: ellipsis;
}

.card__category-icon {
    font-size: 28px;
    width: 28px;
    height: 28px;
}

.card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}

.btn-like {
    background-color: var(--light-gray);
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-like:after {
    content: "\f106";
    font-family: Flaticon, sans-serif;
    font-style: normal;
}

.btn-like.--active {
    background-color: var(--secondary);
    color: #fff;
}

.card:hover {
    -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
}

section.--divider-top {
    border-top: 1px solid #EBEBEB;
}

section.section-single-head.--divider-bottom {
    width: 100%;
}
section.section-single-head.--divider-bottom .single-head {
    flex-direction: row;
}

@media(max-width: 1100px) {
    section.section-single-head.--divider-bottom .single-head {
        flex-direction: column;
    }

    section.section-single-head.--divider-bottom .single-head .single-head__buttons{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }

    .rating__link {
        white-space: nowrap;
    }

    .single-content__section-body h1, h4, h2, p, h2, h3 {
        width: 100%;
        max-width: 360px;
    }
}

section.--divider-bottom {
    border-bottom: 1px solid #EBEBEB;
}

.property-city {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.property-city__carousel {
    overflow: hidden;
    z-index: 1;
}

.city-card {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    height: 155px;
}

.city-card__photo {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.city-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, .71)), to(rgba(19, 19, 19, .8)));
    background: -o-linear-gradient(top, rgba(179, 171, 171, 0) 0, rgba(48, 48, 48, .71) 49%, rgba(19, 19, 19, .8) 100%);
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0, rgba(48, 48, 48, .71) 49%, rgba(19, 19, 19, .8) 100%);
    color: #fff;
    padding: 16px;
    gap: 5px;
}

.city-card__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.city-card__label {
    background-color: #ed4949;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    font-weight: 400;
}

.property-city__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.property-city-carousel .carousel-navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}

.property-city-carousel {
    height: 100%;
    border-radius: 8px;
}

.city-card.city-card_сenter {
    height: 100%;
    max-height: 320px;
}

.city-card.city-card_сenter .city-card__content {
    bottom: unset;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, .71)), to(rgba(19, 19, 19, .8)));
    background: -o-linear-gradient(bottom, rgba(179, 171, 171, 0) 0, rgba(48, 48, 48, .71) 49%, rgba(19, 19, 19, .8) 100%);
    background: linear-gradient(to top, rgba(179, 171, 171, 0) 0, rgba(48, 48, 48, .71) 49%, rgba(19, 19, 19, .8) 100%);
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 230px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 60px;
}

.city-card.city-card_сenter:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, .71)), to(rgba(19, 19, 19, .8)));
    background: -o-linear-gradient(top, rgba(179, 171, 171, 0) 0, rgba(48, 48, 48, .71) 49%, rgba(19, 19, 19, .8) 100%);
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0, rgba(48, 48, 48, .71) 49%, rgba(19, 19, 19, .8) 100%);
}

.swiper.property-city-carousel .carousel-prev, .swiper.property-city-carousel .carousel-next {
    color: #fff;
}

.swiper.property-city-carousel .carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper.property-city-carousel .carousel-pagination .swiper-pagination-bullet:hover {
    background: var(--secondary);
}

section.section-bg {
    background: var(--light-gray);
}

.--pt0 {
    padding-top: 0 !important;
}

.--pb0 {
    padding-bottom: 0 !important;
}

.why-chose {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.why-chose-item {
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 50px 40px 30px 40px;
    cursor: pointer;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.why-chose-item__icon {
    width: 120px;
    height: 120px;
    background: var(--light-gray);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--primary);
    font-size: 38px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.why-chose-item__title {
    margin: 40px 0 10px;
    font-weight: bold;
}

.why-chose-item__description {
    font-size: 15px;
    line-height: 1.466;
    color: var(--dark-gray);
}

.why-chose-item:hover .why-chose-item__icon {
    background: var(--primary);
    color: #fff;
}

.container.max1800 {
    max-width: 1800px;
}

.header-profile__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none;
    border: none;
    gap: 10px;
    cursor: pointer;
}

.header-profile__btn-name:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 6px;
}

.header-profile__content {
    position: absolute;
    left: 0;
    top: 75px;
    width: 300px;
    -webkit-transform: translateX(-74%);
    -ms-transform: translateX(-74%);
    transform: translateX(-74%);
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    padding: 20px 30px;
    z-index: 9000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: default;
}

.header-profile {
    position: relative;
    z-index: 1;
}

.header-profile__content:after {
    background-color: #ffffff;
    content: "";
    height: 37px;
    position: absolute;
    right: 40px;
    width: 37px;
    top: -13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-profile__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 25px;
}

.header-profile__btn-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.header-profile__head-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #ddd;
    display: block;
}

.header-profile__head-content {
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

.header-profile__head-mail {
    color: var(--dark-gray);
    font-size: 14px;
}

.header-profile__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}

.header-profile__nav-item {
    color: var(--black);
}

.header-profile__content.js-gl-toggle-target-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    cursor: auto;
}

html.--header-transparent .header-profile__btn {
    color: #fff;
}

html.--header-transparent.--header-scrolled .header-profile__btn {
    color: var(--black)
}

html.--header-transparent.--menu-opened .header-profile__btn {
    color: var(--black);
}

.review-card {
    background-color: #fafafa;
    border-radius: 15px;
    padding: 50px 75px 30px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.review-card__photo {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.review-card__heading-desc {
    font-size: 15px;
    color: var(--dark-gray);
}

.review-card__heading {
    line-height: 1.2;
}

.review-card__text {
    font-size: 15px;
    color: var(--dark-gray);
}

.reviews-carousel__slide .review-card {
    background-color: transparent;
    opacity: .5;
}

.reviews-carousel__slide.swiper-slide-next .review-card {
    background-color: #fafafa;
    opacity: 1;
}

.review-card:after {
    content: "\201C";
    position: absolute;
    top: 20px;
    left: 60px;
    font-size: 100px;
    color: var(--dark-gray);
}

.section-hero-banner {
    position: relative;
    z-index: 1;
    padding: 180px 0;
}

.section-hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(29, 41, 62, 0.5);
}

.hero-banner__title {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    line-height: 72px;
    margin-bottom: 20px;
}

.hero-banner__desc {
    margin-bottom: 35px;
    color: #fff;
}

.hero-banner {
    max-width: 750px;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.btn_light {
    background: #fff;
    color: var(--primary);
}

.btn.btn_light:hover {
    background: var(--primary);
    color: #fff;
    border: 1px solid #fff;
}

.hero-banner .btn {
    min-width: 200px;
    height: 55px;
}

.option-icon img {
    width: 35px;
    height: 35px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.news__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.card.card_type_news .card__image-img {
    opacity: 1;
}

.card.card_type_news .card__image-label {
    right: unset;
    left: 20px;
    top: 20px;
    background: var(--primary);
    border-radius: 25px;
}

.card.card_type_news .card__image-link {
    height: 240px;
}

.card.card_type_news .card__content {
    padding: 24px 12px;
    margin-top: 0;
}

.card.card_type_news .prop {
    color: var(--dark-gray);
    font-size: 14px;
    gap: 10px;
}

.card.card_type_news .card__details {
    margin-bottom: 10px;
}

.news {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
}

.news__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-start-partners {
    background-color: var(--primary);
    background-image: url(../img/pattern/1.png);
    background-size: contain;
    padding: 60px 0;
}

.start-partners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
}

.start-partners__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.start-partners__action .btn {
    height: 55px;
    min-width: 200px;
}

.start-partners__title {
    color: #fff;
    margin-bottom: 10px;
}

.start-partners__desc {
    color: #fff;
    margin-bottom: 0;
}

.footer {
    background: var(--dark2);
    color: #fff;
    padding: 80px 0 40px;
}

.footer a {
    color: #fff;
}

.footer h4 {
    color: #fff;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0 0;
}

.footer__main {
    padding: 0 0 70px;
}

.footer__main-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px .7fr 30px .7fr 30px 1.2fr;
    grid-template-columns: 1fr .7fr .7fr 1.2fr;
    grid-gap: 30px;
}

.footer__block-title {
    margin-bottom: 25px;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-size: 15px;
    line-height: 1.5;
}

.footer-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.footer-nav__item span:last-child {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-nav__item:hover span:last-child {
    padding-left: 8px;
}

.subscribe-form {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

.subscribe-form__text {
    margin: 0;
}

.subscribe-form__input {
    position: relative;
    z-index: 1;
}

.subscribe-form__input .btn {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1;
    height: 47px;
}

.subscribe-form__input .main-form-input {
    padding-right: 115px;
}

.footer__bottom-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    font-size: 12px;
}

.footer__logo-text {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.footer__copyright {
    margin: 0;
}

.modal {
    border-radius: 0.3rem;
    padding: 35px;
}

.modal-auth-form {
    margin: -35px;
}

.modal-auth-form__header {
    background: var(--light-gray);
    padding: 0 35px;
}

.modal-auth {
    overflow: visible;
    width: 100%;
    max-width: 500px;
}

.modal-auth-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
}

.modal-auth-tabs-nav__item {
    height: 70px;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
}

.btn.btn_primary-grd:hover {
    background: #fff;
    border-color: var(--primary);
    color: var(--primary);
}

.modal-auth-form__body {
    padding: 35px;
}

.modal-auth-tabs-nav__item.js-gl-tab-link-active {
    color: var(--dark-gray);
    pointer-events: none;
    cursor: default;
}

.modal-auth-inputs {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
}

.modal-auth-inputs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-auth-inputs .btn {
    width: 100%;
    max-width: 100%;
    height: 55px;
    font-weight: bold;
}

.modal-auth-register {
    margin: 20px 0 30px;
    text-align: center;
    color: var(--dark-gray);
}

.modal-auth-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #006c70;
    gap: 10px;
    font-size: 14px;
}

.modal-auth-divider:after, .modal-auth-divider:before {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: rgba(0, 0, 0, .1);
}

.modal-auth-bottom {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 30px;
    margin-top: 25px;
}

.btn.btn_fb {
    border: 1px solid #506dab;
    color: #506dab;
}

.btn.btn_fb:hover {
    background: #506dab;
    color: #fff;
}

.btn.btn_googl {
    border: 1px solid #dd4b39;
    color: #dd4b39;
}

.btn.btn_googl:hover {
    background: #dd4b39;
    color: #fff;
}

.modal-auth-bottom .btn {
    height: 52px;
}

.modal-auth-inner-tabs {
    margin-bottom: 30px;
}

.modal-auth-inner-tabs__nav-item {
    color: var(--dark-gray);
    border-radius: 60px;
    font-size: 15px;
    padding: 17px 35px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.2;
}

.modal-auth-inner-tabs__nav-item.js-gl-tab-link-active {
    background: var(--primary);
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.modal-auth-inner-tabs {
    display: -ms-grid;
    display: grid;
    grid-gap: 24px;
}

.modal-auth .fancybox-button.fancybox-close-small {
    top: 11px;
}

.modal-auth-tabs-content,
.modal-auth-inner-tabs__content {
    -webkit-transition: opacity .33s linear .15s;
    -o-transition: opacity .33s linear .15s;
    transition: opacity .33s linear .15s;
    opacity: 0;
}

.modal-auth-tabs-content.js-gl-tab-active,
.modal-auth-inner-tabs__content.js-gl-tab-active {
    opacity: 1;
}

.page-header .hero-search-form {
    width: 100%;
    gap: 25px;
}

.catalog {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.catalog__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.--no-search .select2-search.select2-search--dropdown {
    display: none;
}

.catalog__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

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

.catalog__header-col:last-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-form-select.main-form-select_small + .select2 {
    min-width: 160px;
}

.main-form-select.main-form-select_small + .select2 .select2-selection--single {
    height: 38px;
    background: var(--light-gray);
}

.main-form-select.main-form-select_small + .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-right: 30px;
    color: var(--dark-gray);
    padding-left: 10px;
}

.main-form-select.main-form-select_small + .select2 .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 5px;
}

.catalog-dropdown {
    position: relative;
    z-index: 2;
}

.catalog-dropdown__btn {
    height: 38px;
    background: var(--light-gray);
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14px;
    color: var(--dark-gray);
    cursor: pointer;
}

.catalog-dropdown__btn:after {
    content: "";
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    margin-left: -4px;
    margin-top: 1px;
    width: 0;
}

.catalog-dropdown__btn.js-gl-toggle-button-active {
    border-color: #80bdff;
}

.catalog-dropdown__btn.js-gl-toggle-button-active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-dropdown__content {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    padding: 20px 30px;
    width: 460px;
    z-index: 9000;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: default;
}

.catalog-dropdown__content.js-gl-toggle-target-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    cursor: auto;
}

.catalog-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.main-form-select.main-form-select_nobg + .select2 .select2-selection--single {
    background: unset;
    border: unset;
}

.catalog-sort__title {
    color: var(--dark-gray);
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    margin-top: 40px;
}

.pagination__item {
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    padding: 4px;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--black);
}

.pagination__item:hover {
    background-color: var(--light-gray);
    border: 1px solid #eaeaea;
}

.pagination__item.--active {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
    pointer-events: none;
    cursor: default;
}

.hero-search-form__btn:hover {
    background: var(--primary-grd) !important;
    color: #fff !important;
}

.select2-container.--ns-border.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.select2-container.--ns-border.select2-container--open .select2-dropdown--above {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.section-bg-image {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.section-bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(29, 41, 62, 0.7);
}

.page-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.page-grid.page_right_sidebar {
    -ms-grid-columns: 1fr 30px 360px;
    grid-template-columns: 1fr 360px;
}

.news__grid.news__grid_2x {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
}

.page-grid__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
}

.sidebar-block {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

.sidebar-nav {
    display: -ms-grid;
    display: grid;
    grid-gap: 12px;
}

.sidebar-nav__item {
    font-size: 15px;
    color: var(--dark-gray);
    position: relative;
    z-index: 1;
    padding-left: 20px;
}

.sidebar-nav__item:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--dark-gray);
    border-radius: 50%;
}

.sidebar-nav__item:hover {
    color: var(--primary);
}

.sidebar-nav__item:hover:before {
    background-color: var(--primary);
}

.sidebar-articles {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.sidebar-article__image {
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar-article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 16px 1fr;
    grid-template-columns: 90px 1fr;
    grid-gap: 16px;
}

.sidebar-article__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.sidebar-article__title {
    font-size: 16px;
}

.sidebar-article__date {
    color: var(--dark-gray);
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags__item {
    padding: 0 20px;
    height: 30px;
    background: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: var(--dark-gray);
}

.page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    color: #fff;
}

.page-header__title {
    color: #fff;
}

.page-header__breadcrumbs-item:not(:last-child):after {
    content: "/";
    margin: 0 10px;
}

.page-header__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-header__breadcrumbs-item {
    color: #fff;
}

.sidebar-block.sidebar-block_nobg {
    background: transparent;
}

.section-single-gallery {
    padding: 0;
}

.single-gallery-carousel {
    max-height: 495px;
    height: 26vw;
}

.catalog-carousel__slide {
    height: 100%;
}

.single-gallery-carousel__slide {
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.carousel-circle-prev, .carousel-circle-next {
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.carousel-circle-prev:after, .carousel-circle-next:after {
    font-family: Flaticon, sans-serif;
    font-style: normal;
    font-size: 13px;
    color: var(--dark-gray);
}

.carousel-circle-prev:after {
    content: "\f129";
}

.carousel-circle-next:after {
    content: "\f123";
}

.carousel-circle-prev {
    left: 30px;
}

.carousel-circle-next {
    right: 30px;
}

.section-single-head {
    padding: 30px 0;
}

.single-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-head__image-img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.single-head__title {
    margin-bottom: 8px;
}

.single-head__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rating.rating_def {
    color: var(--dark-gray);
}

.tag {
    background-color: #f4f4f4;
    border-radius: 8px;
    color: #717171;
    line-height: 10px;
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
}

.single-head__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
    width: 29%;
}

.single-head__buttons .btn {
    width: 100%;
    max-width: 200px;
}

.btn-favourite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none;
    border: none;
    font-size: 14px;
    color: var(--dark-gray);
    gap: 10px;
    cursor: pointer;
}

.btn-favourite__icon {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--light-gray);
    border-radius: 50%;
}

.single-content {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
}

.single-content__section {
    display: -ms-grid;
    display: grid;
    grid-gap: 8px;
}

.spoiler-content__text {
    line-height: 24px;
    font-size: 15px;
    color: var(--dark-gray);
}

.spoiler-content__btn {
    font-size: 15px;
    background: none;
    border: none;
    color: var(--primary);
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer;
}

.futures {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 0;
}

.future-item {
    color: var(--dark-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}

.future-item__icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--light-gray);
}

.future-item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
}

.sm-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.sm-cards-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
}

.sm-cards-item__image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-head__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.questions-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

.accordion__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 25px;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    font-size: 15px;
    font-weight: 500;
}

.accordion__title:after {
    font-family: 'FontAwesome';
    color: #222222;
    content: "\f067";
    font-weight: lighter;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.accordion__title.js-gl-acc-button-active:after {
    content: "\f068";
}

.accordion__content {
    display: none;
    font-size: 15px;
    padding: 30px;
    margin-top: -1px;
    border-top: 1px solid #eaeaea;
    color: var(--dark-gray);
}

.accordion {
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

.single-video-iframe {
    width: 100%;
    height: 395px;
    border-radius: 8px;
}

.pg-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.pg-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 150px 15px .5fr;
    grid-template-columns: 1fr 150px .5fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 15px;
}

.pg-item__title {
    font-size: 15px;
    color: var(--dark-gray);
}

.pg-item__progress {
    width: 150px;
    background: var(--light-gray);
    height: 5px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pg-item__value {
    font-weight: 500;
    color: var(--black);
}

.pg-item__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--primary);
    width: calc(100% / 5 * var(--progress));
}

.comments {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.comments-listing {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
}

.comment__photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}

.comment__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.comment__content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.comment__date {
    font-size: 14px;
    color: var(--dark-gray);
}

.comment__content-text {
    margin: 0;
    font-size: 16px;
    color: var(--black);
}

.comment__content-body {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}

.comment__content-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.gallery-image {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-image__image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.comments-form {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.comments-form__title {
}

.comments-form__rating {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 30px;
}

.comments-form__rating-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comments-form__rating-title {
    font-size: 15px;
    color: var(--dark-gray);
}

.comments-form__inputs {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
}

.comments-form__inputs .btn {
    max-width: 300px;
}

.location-block {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
}

.location-block__props {
    display: -ms-grid;
    display: grid;
    grid-gap: 5px;
}

.location-block__props .prop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.location-block__props .prop__content {
    color: var(--dark-gray);
    line-height: 25px;
}

.prop__content span {
    color: var(--primary);
    text-decoration: underline;
}

.location-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.social {
    background: var(--light-gray);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--dark-gray);
}

.location-block__iframe {
    width: 100%;
    height: 200px;
    border-radius: 8px;
}

.sm-table {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
}

.sm-table__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    font-size: 15px;
    color: var(--dark-gray);
}

.sm-table__item-col:last-child {
    text-align: right;
}

.sidebar-block__title span {
    float: right;
    font-size: 15px;
    font-weight: normal;
    color: #6CBF78;
}

.categories-nav {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
}

.categories-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    color: #555555;
}

.categories-nav__icon {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
}

.author__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.author__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0px;
}

.author__info-desc {
    margin: 0;
    color: var(--dark-gray);
}

.sm-contact-form {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
}

.spoiler-content__inner {
    position: relative;
    z-index: 1;
    max-height: 190px;
    overflow: hidden;
}

.swiper-slide-next .spoiler-content__inner:after {
    background: linear-gradient(0deg, rgb(250 250 250) 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 992px){
    .reviews-carousel__slide.swiper-slide-active .review-card .spoiler-content__inner:after {
        background: linear-gradient(0deg, rgb(250 250 250) 0%, rgba(255, 255, 255, 0) 100%);
    }
}

.spoiler-content.--show-more .spoiler-content__inner {
    max-height: unset;
}

.spoiler-content.--show-more .spoiler-content__inner:after {
    opacity: 0;
}

.new-listing-form {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    max-width: 655px;
    margin: auto;
}

.new-listing-block {
    background-color: #ffffff;
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    padding: 30px;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.new-listing-block__inputs {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

.main-form-label__placeholder {
    margin-bottom: 8px;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.new-listing-block__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px;
}

.new-listing-form-iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
}

.new-listing-block__title-links {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
}

.new-listing-block__title-links a {
    color: #717171;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.new-listing-block__title-links a:hover {
    text-decoration: underline;
    color: var(--black);
}

.new-listing-footer .btn {
    width: 100%;
    max-width: 220px;
}

.uploading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uploading__label, .uploading__uploaded {
    position: relative;
    width: 170px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.uploading__uploaded-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.uploading__listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.uploading__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.uploading__holder {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fafafa;
    border: 1px dashed #717171;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.uploading__remove {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    color: var(--dark-gray);
    cursor: pointer;
}

.uploading__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.uploading__holder:after {
    content: "\f111";
    font-family: Flaticon, sans-serif;
    font-style: normal;
    font-size: 30px;
    color: var(--dark-gray);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

.uploading.--uploaded .uploading__image {
    display: block;
}

.uploading__holder .uploading__remove {
    display: none;
}

.uploading.--uploaded .uploading__holder .uploading__remove {
    display: block;
}

.uploading.--uploaded .uploading__holder {
    border-color: transparent;
}

.section-page-header.page-header-search {
    padding: 30px 0;
}

.section-page-header.section-breadcrumbs {
    padding: 20px 0;
}

.section-page-header.section-breadcrumbs .page-header {
    color: var(--black);
}

.section-page-header.section-breadcrumbs .page-header__breadcrumbs-item {
    color: var(--black);
}

section.section-page-header.section-breadcrumbs .page-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-page-header.section-page-header_small {
    padding: 50px 0;
}

.section-page-header.section-page-header_small .page-header {
    color: var(--black);
}

.section-page-header.section-page-header_small .page-header__title {
    color: var(--black);
}

.section-page-header.section-page-header_small .page-header__breadcrumbs-item {
    color: var(--black);
}