@media (min-width: 1480px) {
    .locals .container,
    .pricing .container.c-2,
    .location .container {
        max-width: 1420px;
    }
}

@media (min-width: 1700px) {
    .location .container {
        max-width: 1640px;
    }
}

@media (max-width: 1699px) {
    .slick-prev {
        left: -55px;
    }
    .slick-next {
        right: -55px;
    }
}

@media (max-width: 1599px) {
    .header {
        padding: 60px 50px;
    }

    .hero {
        height: 900px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1499px) {
    .hero {
        height: 860px;
        padding-bottom: 80px;
    }
    .hero__slogan {
        padding-bottom: 25px;
    }
    .hero__title {
        font-size: 50px;
        line-height: 48px;
    }
    .hero__text {
        padding: 20px 0 25px 3px;
    }

    .about__title {
        font-size: 46px;
    }

    .locals::before {
        height: 218px;
    }
    .local-item__photo {
        height: 310px;
    }
    .local-item__details {
        padding: 35px 35px 30px 35px;
    }
    .local-item__more {
        padding: 40px 35px;
    }

    .pricing td {
        white-space: nowrap;
    }
}

@media (max-width: 1399px) {
    .header {
        padding: 50px 40px;
    }
    .header.sticky .header__logo-img {
        height: 79px;
    }

    .navbar-nav .menu-item {
        margin: 0 13px;
    }

    .hero {
        height: 820px;
        padding-bottom: 60px;
    }
    .hero__content {
        width: 60%;
    }
    .hero__btn {
        height: 66px;
        line-height: 64px;
    }
    .hero-item__value {
        font-size: 40px;
    }

    .about .container-fluid {
        padding-top: 70px;
    }
    .about__slogan {
        font-size: 18px;
    }
    .about__title {
        font-size: 42px;
    }
    .about__content p {
        font-size: 19px;
        line-height: 32px;
    }
    .about-item__icon {
        width: auto;
        height: 56px;
    }
    .about-item__text {
        font-size: 15px;
        line-height: 19px;
    }

    .model::before {
        width: 280px;
    }
    .model__slogan {
        padding-top: 35px;
    }
    .model .accordion {
        max-width: 85%;
    }
    .model__photo {
        height: 640px;
        padding-bottom: 45px;
        padding-left: 50px;
    }

    .locals {
        padding-top: 80px;
    }
    .locals::before {
        height: 223px;
    }
    .locals__title {
        padding-bottom: 55px;
    }
    .local-item__photo {
        height: 270px;
    }
    .local-item__more {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 30px 35px;
    }
    .local-item__price {
        padding-bottom: 10px;
    }
    .local-item__file::before {
        display: none
    }
    .local-item__file b {
        padding-left: 0;
    }

    .pricing__title {
        padding-bottom: 25px;
        margin-bottom: 35px;
    }

    .location__title {
        font-size: 26px;
    }
    .location__text {
        padding: 25px 0 40px 0;
    }
    .location__text br {
        display: none;
    }
    .location__map iframe {
        height: 480px;
    }
}

@media (max-width: 1199px) {
    .navbar-toggler {
        border: none;
        background: transparent;
        padding: 10px;
        box-shadow: unset !important;
    }
    .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 4px 0;
        transition: all 0.3s ease-in-out;
        border-radius: 2px;
    }
    .header.sticky .icon-bar {
        background-color: #000;
    }
    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }
    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }
    .navbar-toggler:not(.collapsed) .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }
    .navbar-toggler:not(.collapsed) .middle-bar {
        opacity: 0;
    }
    .navbar-toggler:not(.collapsed) .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-nav {
        min-width: 301px;
        position: absolute;
        top: 70px;
        left: -15px;
        padding: 25px 30px;
        background-color: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
    }
    .navbar-collapse.show .navbar-nav {
        transform: scaleY(1);
    }
    .navbar-nav .menu-item {
        margin: 8px 0;
    }
    .navbar-nav .menu-item a {
        display: block;
        color: #000;
    }
    .navbar-nav .menu-item a:hover {
        color: var(--primaryColor);
    }

    .hero__content {
        margin-right: auto;
        text-align: center;
    }

    .about {
        padding-bottom: 60px;
    }
    .about .container-fluid {
        padding-top: 60px;
    }
    .about__title {
        font-size: 40px;
        letter-spacing: -1.2px;
    }
    .about__content p {
        font-size: 18px;
        line-height: 30px;
        padding-left: 35px;
    }
    .about__content p br {
        display: none;
    }
    .about__items {
        padding-left: 50px;
    }
    .about-item__icon {
        height: 50px;
    }

    .model {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .model::before {
        display: none;
    }
    .model__slogan {
        padding-top: 0;
    }
    .model__title span::before, 
    .locals__title span::before {
        width: 106%;
        left: -2%;
    }
    .model .accordion {
        max-width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .model__gallery {
        width: 100%;
        margin-right: 0;
    }
    .model__photo {
        height: 580px;
    }

    .locals {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .locals::before {
        height: 203px;
    }
    .local-item__photo {
        background-size: 85%;
    }
    .locals__title {
        font-size: 36px;
        padding-bottom: 45px;
    }

    .location {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .location__title {
        line-height: 32px;
    }
    .location__text {
        padding: 20px 0 40px 0;
    }

    .info {
        padding-bottom: 60px;
    }

    .footer .row:first-of-type {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer__c, .footer__link {
        font-size: 15px;
    }

    .modal__title {
        font-size: 33px;
    }
    .modal__text {
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 30px;
    }
    .modal__form {
        max-width: 95%;
    }

    .form-field {
        margin-bottom: 0.7rem;
    }
    .form-field > label {
        font-size: 14px;
    }
    .form-control {
        height: 56px;
    }

    .site-main {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .entry-content h1, .entry-content h2 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.3px;
    }
    .entry-content h1::after, .entry-content h2::after {
        width: 160px;
        height: 8px;
        margin-top: 12px;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 40px 35px;
    }

    .hero {
        height: 740px;
        padding-bottom: 50px;
    }
    .hero__content {
        width: 80%;
    }
    .hero__slogan {
        padding-bottom: 20px;
    }
    .hero__title {
        font-size: 46px;
        line-height: 46px;
    }
    .hero__text {
        line-height: 23px;
        padding: 15px 0 20px 0;
    }
    .hero__text br {
        display: none;
    }
    .hero__btn {
        height: 64px;
        line-height: 62px;
        padding: 0 30px;
    }
    .hero-item__value {
        font-size: 36px;
    }

    .about {
        padding-bottom: 50px;
    }
    .about .container-fluid {
        padding-top: 50px;
    }
    .about__slogan {
        font-size: 17px;
    }
    .about__title {
        font-size: 36px;
        letter-spacing: -1.02px;
        padding-bottom: 30px;
    }
    .about__content p {
        font-size: 17px;
        line-height: 28px;
        padding-left: 30px;
    }
    .about__content p::before {
        width: 8px;
        height: 170%;
        top: -5px;
    }
    .about__items {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 40px;
    }
    .about-item {
        width: 33.333%;
    }
    .about-item__icon {
        height: 46px;
    }
    .about-item__text {
        font-size: 14px;
        line-height: 18px;
    }

    .model {
        padding-top: 50px;
    }
    .model__slogan {
        font-size: 15px;
    }
    .model__title {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -1.02px;
    }
    .model .accordion-button {
        font-size: 17px;
    }
    .model__photo {
        height: 480px;
    }

    .locals {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .locals::before {
        height: 183px;
    }
    .locals__title {
        padding-bottom: 35px;
    }
    .local-item__photo {
        height: 240px;
    }
    .local-item__details {
        padding: 30px 30px 25px 30px;
    }
    .local-item__title {
        font-size: 19px;
    }
    .local-item__title::after {
        width: 200px;
        height: 8px;
        margin: 15px 0 10px 0;
    }
    .local-item__more {
        padding: 25px 30px;
    }

    .pricing__title {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .location {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .location__title {
        font-size: 24px;
        line-height: 30px;
    }
    .location__text {
        font-size: 17px;
        line-height: 28px;
        padding: 15px 0 30px 0;
    }
    .location__map iframe {
        height: 420px;
    }

    .timeline-item:not(:last-of-type) {
        padding-bottom: 20px;
    }
    .timeline-item__time {
        font-size: 19px;
    }
    .timeline-item__text {
        font-size: 16px;
        padding-top: 7px;
    }

    .info {
        padding-bottom: 50px;
    }
    .info__text {
        padding-top: 30px;
    }
    .info__text p {
        line-height: 27px;
    }

    .footer .row:first-of-type {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .footer__logo {
        text-align: center;
        padding-bottom: 15px;
    }
    .footer__menu, .footer__title {
        display: none;
    }
    .footer__contact {
        width: 100%;
        text-align: center;
    }

    .footer .row:last-of-type {
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .footer__copy {
        padding-top: 10px;
    }

    .modal-dialog {
        max-width: 96% !important;
    }

    .page-template-default .hero {
        height: 340px;
    }

    .site-main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h1, h2, h3, h4 {
        padding: 15px 0;
    }

    .entry-content h1, .entry-content h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .entry-content h3 {
        font-size: 25px;
        line-height: 29px;
    }
    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 17px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .header.sticky {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .header.sticky .header__logo-img {
        height: 70px;
    }
    .header__contact {
        display: none;
    }

    .navbar-nav {
        min-width: 250px;
        left: initial;
        right: -15px;
    }

    .hero {
        height: 660px;
        padding-bottom: 40px;
    }
    .hero__content {
        width: 100%;
    }
    .hero__title {
        font-size: 42px;
        line-height: 42px;
    }
    .hero__btn {
        height: 60px;
        line-height: 58px;
    }
    .hero__btn span {
        width: 32px;
        height: 32px;
        margin-left: 25px;
    }
    .hero__items {
        padding-top: 20px;
        margin-top: 30px;
    }
    .hero-item__value {
        font-size: 32px;
    }
    .hero-item__text {
        padding: 5px 0 0 0;
    }

    .about {
        padding-bottom: 40px;
    }
    .about .container-fluid {
        padding-top: 40px;
    }
    .about__slogan {
        font-size: 16px;
    }
    .about__title {
        font-size: 32px;
        letter-spacing: -0.96px;
        padding-bottom: 20px;
    }
    .about__content {
        padding-bottom: 20px;
    }
    .about__content p {
        font-size: 16px;
        line-height: 26px;
        padding-left: 25px;
    }
    .about__content p::before {
        width: 6px;
        height: 140%;
        top: -3px;
    }
    .about__items {
        padding-left: 35px;
    }
    .about-item {
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .model {
        padding-top: 40px;
    }
    .model__slogan {
        padding-bottom: 15px;
    }
    .model__title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.96px;
    }
    .model__title span::before, 
    .locals__title span::before {
        width: 104%;
        height: 14px;
        left: -2%;
    }
    .model .accordion-body {
        padding: 0 15px 20px 15px;
    }
    .model .accordion-body p {
        font-size: 15px;
        line-height: 23px;
    }
    .model__photo {
        height: 380px;
        padding-bottom: 35px;
        padding-left: 35px;
    }

    .locals {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .locals__title {
        font-size: 32px;
        padding-bottom: 30px;
    }
    .local-item__photo {
        background-size: 65%;
    }

    .location {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .location__title {
        font-size: 21px;
        line-height: 29px;
    }
    .location__text {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 0 25px 0;
    }
    .location__map iframe {
        height: 360px;
    }

    .info {
        padding-bottom: 40px;
    }
    .info__text p {
        font-size: 16px;
        line-height: 26px;
    }

    .footer .row:first-of-type {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .modal-body {
        padding: 20px 30px 35px 30px;
    }
    .modal__title {
        font-size: 28px;
    }
    .modal__text {
        line-height: 24px;
    }
    .modal__form {
        max-width: 100%;
    }

    .form-field {
        margin-bottom: 0.5rem;
    }
    .form-control {
        height: 52px;
        padding: 0 20px;
    }

    .wpcf7-acceptance label {
        line-height: 18px;
    }
    .wpcf7-acceptance .wpcf7-list-item-label {
        font-size: 13px;
    }

    .form-submit .wpcf7-submit {
        height: 60px;
        margin-top: 20px;
    }

    .site-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .entry-content h1, .entry-content h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .entry-content h1::after, .entry-content h2::after {
        width: 130px;
        height: 7px;
    }
    .entry-content h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .entry-content h4 {
        font-size: 19px;
        line-height: 23px;
    }
    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 575px) {
    .header {
        padding: 25px 20px;
    }
    .header.sticky {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .header__logo-img {
        height: 80px;
    }
    .header.sticky .header__logo-img {
        height: 60px;
    }

    .navbar-nav {
        top: 60px;
        padding: 20px 30px;
    }
    .navbar-nav .menu-item a {
        font-size: 15px;
    }

    .hero {
        height: 600px;
    }
    .hero__title {
        font-size: 36px;
        line-height: 38px;
    }
    .hero__text {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 0 15px 0;
    }
    .hero__btn {
        height: 56px;
        font-size: 15px;
        line-height: 54px;
    }
    .hero__btn span {
        width: 30px;
        height: 30px;
        margin-left: 15px;
    }
    .hero__items {
        display: none;
    }

    .about .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .about__slogan {
        font-size: 15px;
    }
    .about__title {
        font-size: 28px;
    }
    .about__items {
        padding-left: 30px;
    }
    .about-item {
        width: 50%;
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .model__title {
        font-size: 28px;
        line-height: 34px;
    }
    .model .accordion {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .model__photo {
        height: 300px;
        padding-bottom: 25px;
        padding-left: 25px;
    }

    .locals__title {
        font-size: 28px;
        padding-bottom: 25px;
    }
    .local-item__photo {
        background-size: 90%;
    }
    .local-item__title {
        font-size: 18px;
    }
    .local-item__title::after {
        width: 160px;
        height: 6px;
        margin: 12px 0 7px 0;
    }
    .local-item__info {
        font-size: 15px;
        padding-top: 10px;
    }
    .local-item__price {
        font-size: 17px;
    }

    .pricing__title {
        font-size: 25px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .pricing th, .pricing td {
        padding: 12px 8px;
    }
    .pricing td {
        font-size: 13px;
    }

    .location__title {
        font-size: 20px;
        line-height: 28px;
    }
    .location__text {
        font-size: 15px;
        line-height: 24px;
    }
    .location__map {
        padding-left: 0;
        padding-right: 0;
    }

    .info__timeline {
        padding-left: 30px;
    }

    .timeline-item:not(:last-of-type) {
        padding-bottom: 15px;
    }
    .timeline-item__time {
        font-size: 17px;
    }
    .timeline-item__text {
        font-size: 15px;
        padding-top: 5px;
    }

    .info__text {
        padding-top: 25px;
    }
    .info__text p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 0.5rem;
    }

    .footer .row:first-of-type {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .footer .row:last-of-type {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .footer__c, .footer__link {
        font-size: 14px;
    }
    .footer__c {
        max-width: 210px;
        line-height: 18px;
        text-align: center;
    }
    .footer__link:not(:last-of-type) {
        margin-right: 10px;
    }

    .modal-body {
        padding: 20px 20px 25px 20px;
    }
    .modal__title {
        font-size: 25px;
        padding-top: 10px;
    }
    .modal__text {
        line-height: 21px;
        padding-bottom: 15px;
    }

    .form-field {
        margin-bottom: 0.2rem;
    }
    .form-field > label {
        font-size: 13px;
    }
    .form-control {
        font-size: 16px;
    }
    .form-field.form-field-acceptance {
        margin-top: 0.3rem;
        margin-bottom: 0;
    }
    .form-submit .wpcf7-submit {
        width: 100%;
        padding: 0;
    }

    h1, h2, h3, h4 {
        padding: 10px 0;
    }

    .entry-content h1, .entry-content h2 {
        font-size: 23px;
        line-height: 28px;
    }
    .entry-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .entry-content h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 15px;
        line-height: 24px;
    }
}