/*
Theme Name: Blisq
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Spectral:wght@200;300;400;500;600;700;800&display=swap");

*, ::after, ::before {

    box-sizing: border-box;
}

::-webkit-calendar-picker-indicator {

    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;

    filter: invert(1);
    transform: scale(1);
    transition: 0.4s all ease-in-out;
    animation: scroll-animation 0.4s infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}


::-webkit-calendar-picker-indicator:hover {
    transform: scale(1.3);
}

@keyframes upscale {

    to {
        transform: scale(1.3);
    }

}

p,
a, li {
    font-family: "Montserrat", sans-serif;
}

h1,
h2 {
    font-family: "Spectral", serif;
}

html {
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

body {
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
    overflow-x: hidden;
    position: relative;

}

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

/**
  *
  * Header
  *
  *
  *
**/
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0 70px;
    padding-top: 30px;
}
.home header {
    position: absolute;
}
.menu-right {
    display: none;
}
.home .menu-right {
    display: initial;
}



.menu-right-items {
    display: flex;
    list-style-type: none;
}

.menu-right-items li a {
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 130.7%;
    letter-spacing: 0.37em;
    text-transform: uppercase;
    color: #0c122d;
    padding: 0 26px;
}

.menu-right-items li a:hover {
    color: #716551;
}

.menu-right-items li:nth-child(1) a {
    padding-left: 0;
}

.menu-right-items li:last-child a {
    padding-right: 0;
}

/**
  *
  * Banner
  *
  *
  *
**/
.banner {
    height: 100vh;

    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-align: center;

    color: #ffffff;
    text-shadow: 0px 4px 10px rgba(12, 18, 45, 0.2);
}

.banner-text h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 200;
}

.banner-text h3 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
}

.scroll {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-span {
    position: relative;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    bottom: 80px;
    text-align: center;
    font-size: 20px;
    line-height: 155.4%;
    letter-spacing: 0.375em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0px 4px 10px rgba(12, 18, 45, 0.2);
}

.scroll-indicator {
    position: absolute;
    width: 1px;
    height: 70px;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    animation: scroll-animation 1.5s infinite;

    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes scroll-animation {
    0% {
        height: 70px;
    }
    100% {
        height: 50%;
    }
}
.success-form-message {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 275;
    font-size: 25px;
    line-height: 153.4%;
    color: #ffffff;
    text-decoration: none;
}
/**
  *
  * Apresentação
  *
  *
  *
**/
.presentation {
    margin-top: 80px;
    padding: 80px 0 110px 0;
    position: relative;
}

.presentation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
}

.presentation-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1610px;
    margin-left: 80px;
}

.presentation-image {
    height: auto;
}

.presentation-text {
    max-width: 425px;
}

.presentation-text h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 155.4%;
    letter-spacing: 0.375em;
    color: #ac9a7e;
    text-transform: uppercase;
}

.presentation-text h1 {
    font-family: "Spectral", serif;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 78px;
    text-transform: uppercase;
    color: #0c122d;
}

.presentation-text h1::after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: #716551;
}

.presentation-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 155.4%;
    color: #716551;
    margin-top: 50px;
}

/**
  *
  * Frase
  *
  *
  *
**/

.sentence {
    padding-top: 100px;
    position: relative;
}

.sentence::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 70%;
    background-color: #0c122d;
    z-index: -1;
}

.sentence-container {
    margin-left: 230px;
}

.sentence-container img {
    margin-top: 70px;
    width: 100%;
    height: auto;
}

.sentence-container p {
    font-family: "Montserrat", sans-serif;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 153.4%;
    color: #ac9a7e;
    max-width: 930px;
}

.sentence-container p::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: #716551;
}

/**
  *
  * Valências
  *
  *
  *
**/

.valences-container {
    display: flex;
    margin-left: 150px;
    padding: 90px 0;
    align-items: center;
}

.valences-text {
    padding: 85px 100px 100px 60px;
    background: #ac9a7e;
    box-sizing: border-box;
    max-width: 715px;
    max-height: 655px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image-valences {
    height: auto;
}

.valences-text h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    display: block;
    line-height: 155.4%;
    letter-spacing: 0.375em;
    color: #ffffff;
    text-transform: uppercase;
}

.valences-text h3 {
    font-family: "Spectral", serif;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    width: 100%;
    line-height: 155.4%;
    color: #0c122d;
    text-transform: uppercase;
}

.valences-text h3::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: #716551;
}

.valences-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 161.9%;
    color: #ffffff;
    margin-top: 40px;
}

.valences-logos {
    margin-top: 35px;
}

/**
  *
  * O que visitar
  *
  *
  *
**/

.visit {
    display: flex;
}

.visit img {
    width: 50%;
}

#map {
    /*height: 670px;*/
    aspect-ratio: 16/5;
}

.visit-container ul {
    list-style: initial;
}

.visit-container {
    width: 50%;
    background-color: #0c122d;
    padding: 125px 320px 125px 170px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.visit-container h2,
.visit-also h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 155.4%;
    letter-spacing: 0.375em;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.visit-container h3,
.visit-also h3 {
    font-family: "Spectral", serif;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 130.7%;
    text-transform: uppercase;
    color: #ac9a7e;
}

.visit-container h3::after,
.visit-also h3::after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: #716551;
}

.visit-container ul {
    margin-top: 40px;
}

.visit-container ul li {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 190.4%;
    color: #ffffff;
    margin-left: 20px;
    margin-bottom: -8px;
}

.visit-container ul li::marker {
    color: #ac9a7e;
}

.visit-also {
    margin-top: 75px;
}

/**
  *
  * Galeria
  *
  *
  *
**/

.gallery {
    padding-top: 160px;
    padding-bottom: 100px;
    width: 100%;
    position: relative;
}

.gallery-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-left: 240px;
    align-items: flex-start;
}

.gallery-container h2 {
    font-family: "Spectral", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 173.9%;
    text-transform: uppercase;
    color: #ac9a7e;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    width: 104px;
}

.gallery-wrapper {
    position: relative;
    width: calc(100% - 104px);
}

.gallery-wrapper .gallery-image {
    width: 100%;
}

.gallery-wrapper .slick-slide {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/*
.gallery-image {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
*/
.gallery-image img {
    object-fit: cover;
}

.slick-track {
    padding: 50px;
}

.gallery-image img:nth-child(3n + 1) {
    width: 33%;
    height: 625px;
}

.gallery-image img:nth-child(3n + 2) {
    width: 33%;
    height: 415px;
    margin-left: -20px;
    margin-top: -50px;
}

.gallery-image img:nth-child(3n + 3) {
    width: 33%;
    height: 625px;
    margin-top: 20px;
    margin-left: -70px;
}

.slick-list {
    max-height: 700px;
}


.gallery-arrows {
    margin-right: 230px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 490px;
    margin-top: 70px;
}

.products-pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.products-pagination span {
    font-family: Spectral;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 130.7%;
    text-transform: uppercase;
    color: #AC9A7E;
}

.gallery-arrows img {
    transition: 0.4s all ease-in-out;
}

.gallery-arrows img:hover {
    cursor: pointer;
    transform: scale(1.5);
}

.gallery-arrows > span {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #ac9a7e;
}

/**
  *
  * Contatos
  *
  *
  *
**/

.contacts {
    padding: 135px 0;
    background-color: #ac9a7e;
}

.contacts-container {
    display: flex;
    justify-content: space-between;
    max-width: 1465px;
    margin: 0 auto;
}

.contacts-text h2 {
    position: relative;
    font-family: "Spectral", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 130.7%;
    text-transform: uppercase;
    color: #0c122d;
}

.contacts-text h2::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 75px;
    height: 1px;
    background-color: #0c122d;
}

.contacts address {
    margin-top: 70px;
    display: block;
}

.contacts address a {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 275;
    font-size: 25px;
    line-height: 153.4%;
    color: #ffffff;
    text-decoration: none;
}

.contacts-form {
    width: 720px;
}

form span {
    color: #ffffff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.contacts-form h3 {
    font-family: "Spectral", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 130.7%;
    text-transform: uppercase;
    color: #0c122d;
    margin-bottom: 40px;
    margin-top: 30px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form textarea {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 130.7%;
    padding-bottom: 20px;
    color: #ffffff;
    outline: none;
}

.form input[type="text"].input-error,
.form input[type="email"].input-error,
.form input[type="date"].input-error,
.form textarea.input-error {
    border: 1px solid red;
}

.label-error {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}


.form textarea {
    resize: none;
    padding-bottom: 65px;
    margin-top: 20px;
}

.form .form-divider input[type="date"] {
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}

.form input::placeholder,
.form textarea::placeholder {
    color: #ffffff;
}

.form-divider {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 10px;
}

.form-divider div {
    width: 100%;
}

.form-divider div label {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 130.7%;
    color: #FFFFFF;

}

.button-send {
    padding: 15px 60px;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #000000;
    float: right;
    margin-top: 30px;
    color: #0C122D;
    transition: 0.4s ease-in-out;
}

.button-send:hover {
    background-color: #0c122d;
    color: #ac9a7e;
    border-color: #0c122d;
}

.input-error {
    color: red;
}

/**
  *
  * Footer
  *
  *
  *
**/

.footer {
    background-color: #0c122d;
    padding: 20px 0;
}

.footer-logos img {
    margin-right: 30px;
}

.footer-logos img:last-child {
    margin-right: 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    align-items: center;
}

.footer-container a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 275;
    font-size: 16px;
    line-height: 153.4%;
    color: #e9e9e9;
    text-decoration: none;
}

.footer-container a:not(:last-child) {
    margin-right: 70px;
}



.page-content {
    max-width: 70%;
    margin: 0 auto;
    padding: 100px 0 100px;
}
.page-content h1 {
    font-family: "Spectral", serif;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 78px;
    text-transform: uppercase;
    color: #0c122d;
    margin-bottom: 50px;
}
.page-content h4 {
    font-family: "Spectral", serif;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #0c122d;
}
.page-content strong {
    font-weight: bold;
}
.page-content p, .page-content table, .page-content ul li, .page-content ol li {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 155.4%;
    color: black;
}
.page-content p:not(:last-child) {
    margin-bottom: 20px;
}
.page-content ul li{
    margin: 10px 0 10px 50px;
}
.page-content ul {
    list-style-type: circle;
}
.page-content ol li{
    margin: 10px 0 10px 50px;
}
.page-content ol {
    list-style-type: decimal;
}


@media (max-width: 1600px) {
    .logo_header {
        width: 170px;
    }

    .menu-right-items li a {
        padding: 0 26px;
        letter-spacing: 0.2em;
        font-size: 14px;
    }

    .banner-text h2,
    .banner-text h3 {
        font-size: 55px;
    }

    .presentation-image {
        width: 870px;
    }

    .presentation::before {
        width: 50%;
    }

    .presentation-container {
        max-width: 1400px;
    }

    .presentation-text h2 {
        font-size: 16px;
        letter-spacing: 0.275em;
    }

    .presentation-text h1 {
        font-size: 50px;
        line-height: 58px;
    }

    .presentation-text p, .page-content p, .page-content table, .page-content ul li, .page-content ol li {
        font-size: 16px;
        line-height: 30px;
    }

    .sentence-container {
        margin-left: 150px;
    }

    .sentence-container p {
        font-size: 38px;
        line-height: 145.4%;
    }

    .valences-text {
        padding: 60px 60px 60px 60px;
    }

    .valences-text h2 {
        font-size: 16px;
        letter-spacing: 0.275em;
    }

    .valences-text h3 {
        font-size: 50px;
        line-height: 145.4%;
    }

    .image-valences {
        width: 860px;
    }

    .valences-logos {
        width: 270px;
        margin-top: 10px;
    }

    .valences-text p {
        font-size: 15px;
        line-height: 161.9%;
        margin-top: 35px;
    }

    .visit-container {
        padding: 65px 140px 85px 120px;
    }

    .visit-container h2,
    .visit-also h2 {
        font-size: 16px;
        letter-spacing: 0.275em;
    }

    .visit-container h3,
    .visit-also h3 {
        font-size: 35px;
        line-height: 115.4%;
    }

    .visit-also {
        margin-top: 0;
    }

    .gallery-container {
        margin-left: 160px;
    }


    .contacts-container {
        max-width: 1315px;
    }

    .contacts-text h2 {
        font-size: 45px;
    }

    .contacts address a {
        font-size: 22px;
        line-height: 113.4%;
    }

    .contacts-form h3 {
        font-size: 22px;

        margin-bottom: 30px;
        margin-top: 20px;
    }

    .button-send {
        padding: 15px 40px;
        margin-top: 25px;
    }

    .contacts {
        padding: 115px 0;
    }
}

@media (max-width: 1440px) {
    .presentation-image {
        width: 790px;
    }

    .presentation-container {
        max-width: 1260px;
    }

    .image-valences {
        width: 780px;
    }

    .valences-container {
        margin-left: 50px;
    }

    .visit-also {
        margin-top: 40px;
    }


    .contacts-container {
        max-width: 1200px;
    }

    .contacts-form {
        width: 620px;
    }
}

@media (max-width: 1366px) {
    .presentation-image {
        width: 730px;
    }

    .presentation-container {
        max-width: 1160px;
    }

    .presentation-text {
        max-width: 370px;
    }

    .presentation-text h2 {
        font-size: 14px;
    }

    .presentation-text h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .presentation-text h1::after {
        bottom: -15px;
    }

    .presentation-text p{
        font-size: 15px;
        line-height: 30px;
        margin-top: 40px;
    }
    .page-content p, .page-content table, .page-content ul li, .page-content ol li {
        font-size: 15px;
        line-height: 30px;
    }

    .sentence-container p {
        font-size: 30px;
        line-height: 139.4%;
        max-width: 680px;
    }

    .sentence-container img {
        margin-top: 50px;
    }

    .valences-text {
        padding: 35px 60px 35px 60px;
    }

    .valences-text h2 {
        font-size: 15px;
        letter-spacing: 0.175em;
    }

    .valences-text h3 {
        font-size: 40px;
        line-height: 142.4%;
    }

    .valences-text p {
        font-size: 13px;
        line-height: 161.9%;
        margin-top: 30px;
    }

    .visit-container h2,
    .visit-also h2 {
        font-size: 14px;
        letter-spacing: 0.2em;
    }

    .visit-container h3,
    .visit-also h3 {
        font-size: 30px;
        line-height: 115.4%;
    }

    .visit-container ul li {
        font-size: 17px;
    }

    .gallery-container h2 {
        font-size: 40px;
    }

    .contacts-container {
        max-width: 1100px;
    }

    .contacts-text h2 {
        font-size: 35px;
    }

    .contacts address {
        margin-top: 50px;
        display: block;
    }

    .contacts address a {
        font-size: 20px;
        line-height: 113.4%;
    }

    .contacts-form {
        width: 550px;
    }

    .contacts-form h3 {
        font-size: 20px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .button-send {
        margin-top: 0;
        font-size: 12px;
        padding: 10px 30px;
    }

    .form textarea {
        padding-bottom: 45px;
    }

    .gallery-container {
        margin-left: 0;
        padding-left: 50px;
    }
}

@media (max-width: 1280px) {
    .menu-right-items li a {
        padding: 0 15px;
        letter-spacing: 0.1em;
        font-size: 12px;
    }

    .logo_header {
        width: 150px;
    }

    .banner-text h2,
    .banner-text h3 {
        font-size: 47px;
    }

    .presentation {
        padding: 50px 0 80px 0;
    }

    .presentation-image {
        width: 660px;
    }

    .presentation-container {
        max-width: 1080px;
    }

    .sentence {
        padding-top: 50px;
    }

    .sentence-container p {
        font-size: 25px;
        line-height: 139.4%;
        max-width: 560px;
    }

    .image-valences {
        width: 720px;
    }
}

@media (max-width: 1024px) {
    .page-content {
        max-width: 90%;
        padding: 40px 0;
    }
    .gallery-container h2 {
        width: 60px;
    }

    .slick-track {
        padding: 0;
    }

    .slick-list {
        max-height: 380px;
    }

    .gallery-wrapper {
        position: relative;
        width: calc(100% - 60px);
    }

    .gallery-image img:nth-child(3n + 1) {
        width: 100%;
        height: initial;
        margin-left: 0px;
    }

    .gallery-image img:nth-child(3n + 2) {
        width: 100%;
        height: initial;
        margin-left: 0px;

    }

    .gallery-image img:nth-child(3n + 3) {
        width: 100%;
        height: initial;
        margin-top: 0;
        margin-left: 0px;
    }

    .banner-text h2,
    .banner-text h3 {
        font-size: 40px;
        line-height: 48px;
    }

    .scroll-span {
        font-size: 16px;
    }

    .presentation-container {
        max-width: 100%;
        margin: 0;
        padding: 0 70px;
    }

    .presentation-image {
        width: 60%;
    }

    .presentation-text {
        max-width: 35%;
    }

    .presentation-text h2 {
        font-size: 12px;
    }

    .presentation-text h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .presentation-text p {
        font-size: 13px;
        line-height: 26px;
        margin-top: 27px;
    }
    .page-content p, .page-content table, .page-content ul li, .page-content ol li {
        font-size: 13px;
        line-height: 26px;
    }

    .sentence-container {
        margin-left: 150px;
    }

    .sentence-container p {
        font-size: 20px;
        line-height: 139.4%;
        max-width: 435px;
    }

    .valences-text {
        padding: 50px 50px 30px 50px;
    }

    .valences-text h3 {
        font-size: 35px;
        line-height: 142.4%;
    }

    .image-valences {
        width: 500px;
    }

    .visit-container {
        padding: 45px 40px 55px 80px;
    }

    .visit-container h2,
    .visit-also h2 {
        font-size: 12px;
        letter-spacing: 0.15em;
    }

    .visit-container h3,
    .visit-also h3 {
        font-size: 20px;
        line-height: 115.4%;
    }

    .visit-container ul li {
        font-size: 15px;
    }

    .gallery {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .gallery-arrows {
        margin-right: 160px;
        max-width: 280px;
        margin-top: 70px;
    }

    .contacts-container {
        max-width: 100%;
        padding: 0 60px;
    }

    .contacts-text h2 {
        font-size: 30px;
    }

    .contacts address a {
        font-size: 18px;
        line-height: 113.4%;
    }

    .contacts-form {
        width: 450px;
    }


    .form input[type="text"],
    .form input[type="email"],
    .form input[type="date"],
    .form textarea {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .contacts {
        padding: 75px 0;
    }

    .footer-container a:not(:last-child) {
        margin-right: 30px;
    }

    .footer-container a {
        font-size: 14px;
    }

    .footer-logos img {
        width: 75px;
    }

    .footer-logos {
        display: flex;
        align-items: center;
    }

    .products-pagination span {
        font-size: 35px;
    }
}

@media (max-width: 900px) {
    .contacts-text h2 {
        font-size: 25px;
    }


    .contacts address {
        margin-top: 30px;
        display: block;
    }

    .contacts address a {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .contacts-form {
        width: 400px;
    }

    .contacts-form h3 {
        font-size: 17px;
        margin-top: 10px;
    }
}

@media (max-width: 750px) {
    .menu-right-items {
        display: none;
    }

    .presentation-container {
        padding: 0 30px;
    }

    .sentence-container p {
        font-size: 18px;
    }

    .sentence-container p::after {
        bottom: -15px;
    }

    .sentence-container img {
        margin-top: 20px;
    }

    .valences-container {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .valences-text {
        padding: 50px 30px 30px 40px;
        max-width: 70%;
        order: 2;
        margin-top: -70px;
        margin-left: auto;
    }

    .valences-logos {
        width: 180px;
        margin-top: 10px;
    }

    .visit {
        display: flex;
        flex-wrap: wrap;
    }

    .visit img {
        width: 90%;
        max-height: 290px;
        object-fit: cover;
    }

    .visit-container {
        margin-right: 0;
        width: 60%;
        margin-left: auto;
        margin-top: -40px;
        display: block;
        padding-left: 50px;
    }

    .visit-also {
        margin-top: 40px;
    }

    .contacts-container {
        max-width: 100%;
        padding: 0 60px;
        display: flex;
        flex-wrap: wrap;
    }

    .contacts-form {
        width: 100%;
    }

    .footer-container {
        flex-wrap: wrap;
    }

    .footer-logos {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .slick-list {
        max-height: 300px;
    }


    .products-pagination span {
        font-size: 30px;
    }

    .products-pagination {

        margin-top: 15px;
    }

    .banner {
        height: 400px;
    }

    .banner-text h2,
    .banner-text h3 {
        font-size: 25px;
        line-height: 48px;
    }

    .scroll-span {
        font-size: 14px;
        bottom: 50px;
    }

    .scroll-indicator {
        height: 40px;
    }

    @keyframes scroll-animation {
        0% {
            height: 40px;
        }
        100% {
            height: 50%;
        }
    }
    .presentation {
        margin-top: 40px;
    }

    .presentation-container {
        padding: 0 30px;
        padding-left: 60px;
        flex-wrap: wrap;
    }

    .presentation::before {
        width: 100%;
        height: 50%;
    }

    .presentation-image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .presentation-text {
        width: 100%;
        max-width: 100%;

    }


    .visit-container {
        padding: 45px 0px 45px 30px;
        gap: 70px;
    }

    .visit-container ul li {
        line-height: 130.4%;
        margin-bottom: 10px;
    }

    .gallery-container {
        margin-left: 0;
        padding: 0 30px;
    }
}

@media (max-width: 600px) {
    .visit-container {
        width: 70%;
    }

    .banner-text h2,
    .banner-text h3 {
        font-size: 25px;
        line-height: 28px;
    }

    .sentence-container {
        margin-left: 90px;
    }

    .valences-text {
        max-width: 90%;
        margin-top: -50px;
    }

    .visit-container h3,
    .visit-also h3 {
        font-size: 17px;
        line-height: 115.4%;
    }

    .visit-container h2,
    .visit-also h2 {
        font-size: 10px;
        letter-spacing: 0.15em;
    }

    .visit-container ul li {
        line-height: 130.4%;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .contacts {
        padding: 45px 0;
    }

    .contacts-container {
        padding: 0 50px;
    }

    .footer-container a {
        font-size: 12px;
    }

    .footer-logos {
        margin-bottom: 10px;
    }

    .presentation::before {
        height: 40%;
    }
}

@media (max-width: 550px) {
    #map {
        aspect-ratio: 16/9;
    }

    .slick-list {
        max-height: 240px;
    }

    .gallery-arrows {
        margin-right: 30px;
        max-width: 170px;
        margin-top: 30px;
    }

    .products-pagination span {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .form-divider div {
        margin-top: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    .form-divider {

        flex-wrap: wrap;
    }

    .form input[type="text"], .form input[type="email"], .form input[type="date"], .form textarea {
        margin-bottom: 14px;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .presentation-container {

        padding: 0 30px;
        padding-left: 30px;
        flex-wrap: wrap;
    }

    .contacts address a:last-child {
        line-height: 27px;
    }

    .visit-container div {
        padding-right: 20px;
    }

    .valences-text h2 {
        line-height: 155.4%;
        margin-bottom: 5px;
    }

    .valences-text h3 {
        line-height: 37px;
    }

    .banner-text h2, .banner-text h3 {
        font-size: 35px;
        line-height: 38px;
    }

    .banner-text {
        width: 70%;
    }

    .gallery-container h2 {
        font-size: 30px;
    }

    header {
        padding: 30px 30px 0;
    }

    .visit-container {
        width: 90%;
    }

    .scroll-span {
        font-size: 12px;
        bottom: 20px;
    }

    .scroll-indicator {
        height: 20px;
    }

    @keyframes scroll-animation {
        0% {
            height: 20px;
        }
        100% {
            height: 30%;
        }
    }
    .presentation {
        padding: 30px 0 50px 0;
    }

    .presentation::before {
        display: none;
    }

    .presentation-text h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .gallery-arrows img {
        width: 6px;
    }

    .presentation-text h1 {
        font-size: 30px;
        max-width: 90%;
        line-height: 37px;
    }

    .presentation-text p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 27px;
    }

    .sentence-container {
        margin-left: 30px;
    }

    .sentence::before {
        height: 55%;
        width: 100%;
    }

    .sentence-container p {
        font-size: 22px;
        max-width: 95%;
    }

    .sentence {
        padding-top: 30px;
    }

    .sentence-container img {
        margin-top: 40px;
    }

    .valences-text {
        max-width: 100%;
        margin-top: -50px;
    }

    .visit img {
        width: 100%;
        max-height: 290px;
        object-fit: cover;
    }

    .visit-container h2, .visit-also h2 {
        font-size: 16px;
        margin-bottom: 5px;
        letter-spacing: 0.15em;
    }

    .visit-container {
        padding: 45px 0px 45px 40px;
        gap: 70px;
    }

    .visit-container h3, .visit-also h3 {
        font-size: 30px;
        line-height: 115.4%;
    }

    .visit-container ul li {
        line-height: 130.4%;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .valences-logos {
        width: 220px;
        margin-top: 20px;
    }

    .valences-text h2 {
        font-size: 16px;
        letter-spacing: 0.175em;
    }

    .valences-text h3 {
        font-size: 30px;
    }

    .valences-text p {
        font-size: 16px;
    }

    .valences-container {
        padding: 60px 0;
        padding-right: 30px;
    }

    .gallery-arrows {
        margin-right: 30px;
        max-width: 160px;
        margin-top: 10px;
    }

    .contacts-text h2 {
        font-size: 30px;
    }

    .contacts-text h2::after {
        width: 45px;
    }

    .contacts address a {
        margin-bottom: 13px;
        font-size: 16px;
    }

    .contacts-form h3 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 20px;
    }


    .visit-container {
        display: block;
    }

    .visit-also {
        margin-top: 40px;
    }

    .logo_header {
        width: 140px;
    }

    .slick-list {
        max-height: 280px;
        height: 100%;
    }

    .form-divider div label {
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 130.7%;
        color: #FFFFFF;
    }

    #map {
        aspect-ratio: 16/14;
    }

    .gallery-container h2 {
        writing-mode: initial;
        transform: rotate(0deg);
        width: 100%;
    }

    .gallery-container {
        margin-left: 0;
        padding: 0 30px;
        flex-wrap: wrap;
        width: 100%;
    }

    .gallery-wrapper {
        width: 100%;
    }

    .footer-logos {
        row-gap: 18px;
        align-items: center;
        order: 2;
        flex-wrap: wrap;
    }

    .footer-links {

        /* flex-wrap: wrap; */
        row-gap: 10px;
        margin-bottom: 30px;
    }

    .footer-container a {
        font-size: 15px;
    }

    .footer-container {
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0 40px;
    }

    .footer-logos img {
        width: 110px;
    }

    .footer-container > a {
        font-size: 15px;
        order: 3;
        margin-right: 0;
        margin-left: auto;
        margin-top: 20px;
    }

}

@media (max-width: 400px) {
    .banner-text h2,
    .banner-text h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .banner {
        height: 320px;
    }

    .presentation {
        padding: 30px 0 30px 0;
    }

    .presentation-text {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }

    .presentation-text h1::after {
        left: 0;
        right: auto;
    }

    .presentation-text h1 {
        font-size: 18px;
        line-height: 25px;
    }

    .sentence-container {
        margin-left: 30px;
    }

    .sentence-container p {
        font-size: 13px;
        max-width: 275px;
    }

    .valences-text {
        max-width: 100%;
    }

    form span {
        color: #ffffff;
        font-size: 9px;
    }

    .gallery-container h2 {
        font-size: 30px;
    }
}

@media (max-width: 350px) {
    .slick-list {
        max-height: 130px;
        height: 100%;
    }

    .banner-text h2,
    .banner-text h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .banner {
        height: 260px;
    }

    .gallery {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .gallery-arrows {
        margin-right: 340px;
        max-width: 70px;
        margin-top: 30px;
    }

    .footer-logos img {
        width: 55px;
        margin-right: 20px;
    }

    .footer-links {
        margin-top: 10px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .footer-links a {
        width: 100%;
    }

    .footer-logo-blisq {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

    .contacts-container {
        padding: 0 30px;
    }
}

@media (max-width: 320px) {
    .sentence-container p {
        font-size: 11px;
        max-width: 275px;
    }

    .sentence-container {
        margin-left: 20px;
    }

    .presentation-container {
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .valences-text {
        padding: 30px 20px 30px 20px;
    }

    .visit-container {
        display: block;
        padding: 45px 10px 45px 20px;
        width: 95%;
    }

    .gallery-container {
        margin-left: 0;
        padding: 0 5px;
    }

    .contacts address a {
        margin-bottom: 13px;
        font-size: 12px;
    }
}