@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: "Comfortaa", sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 400 !important;
    font-family: "Cormorant Garamond", serif !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}

.header {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.header a {
    color: #131313;
}

.header a:hover {
    color: #2B9275;
}

.header .text-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .text-end a {
    font-size: 1.5rem;
    font-weight: 600;
}

.header .text-end span {
    display: flex;
    align-items: center;
}

.header .text-end span img {
    margin-right: 1rem;
}

.slider {
    position: relative;
    margin-bottom: 5rem;
}

.slider .item {
    height: 780px;
}

.block_1 .slider .item {
    height: 680px;
}

.slider .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    overflow: hidden;
}

.block_1 .slider .item picture::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(274deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .01) 50%);
    z-index: 9;
    top: 0;
    right: 0;
    opacity: .8;
}

.slider .item picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.block_1 .slider .item {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: end;
}

.slider_text {
    position: relative;
    z-index: 9;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background-color: rgba(0, 0, 0, .5);
    display: inline-flex;
    flex-direction: column;
    padding: 1.5rem 2rem 3rem 2rem;
    align-items: center;
    border-radius: 2rem;
    margin-bottom: 4rem;
}

.slider_text h1 {
    font-size: 3.5rem;
    color: #fff;
}

.slider_text button {
    position: absolute;
    bottom: -1rem;
    padding: 1rem 2rem;
    border-radius: 2rem;
    background: #2B9275;
    color: white;
    border: 0;
    font-size: 14px;
    font-weight: 500;
}

.slider_text button:hover {
    background: #222;
}

.menu_block {
    position: relative;
    width: 248px;
    background: #222222;
    padding: 2rem 2rem 2rem 3.5rem;
    border-radius: 0 1rem 1rem 0;
    left: -1.5rem;
}

.menu_block ul {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.menu_block ul li {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.menu_block ul li:last-child {
    margin-bottom: 0;
}

.menu_block a {
    color: #D7B56D;
    margin-left: .75rem;
}

.menu_block a:hover {
    color: white;
}

.site_title_block {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 416px;
    z-index: 9;
    border-radius: 1rem;
    padding: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background-color: rgba(255, 255, 255, .5);
    color: #131313;
}

.site_title_block h1 {
    font-size: 3.5rem;
    display: block;
    line-height: 100%;
}

.site_title_block button {
    background: #2B9275;
    color: white !important;
    padding: 1rem 2rem;
    border-radius: 5rem;
    font-size: 14px;
    border: 0;
    margin: 2rem 0;
}

.site_title_block button:hover {
    background: #131313;
}

.site_title_block span {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.site_title_block span img {
    margin-right: 1rem;
}

.site_title_block a {
    color: #131313;
    font-weight: 700;
    font-size: 1.5rem;
}

.site_title_block a:hover {
    color: #2B9275;
}

.menu_button {
    border: 1px solid #f1f1f1;
    width: 3rem;
    height: 3rem;
    border-radius: .5rem;
    background: #f9f9f9;
    color: #131313;
    text-align: center;
    justify-content: center;
}

.offcanvas-body {
    background: #222;
}

.offcanvas-body .close {
    right: 1.5rem;
    top: 1.5rem;
    position: absolute;
    color: white;
    background: transparent;
    padding: 0;
    border: 0;
    width: 2rem;
    height: 2rem;
}

.offcanvas-body ul {
    list-style: none;
    font-size: 1.5rem;
    margin-top: 2rem;
}

.offcanvas-body ul li {
    margin-top: 1rem;
}

.offcanvas-body ul li a {
    color: #D7B56D;
}

.offcanvas-body .d-flex {
    flex-direction: column;
    margin: 1.5rem;
    width: calc(100% - 3rem);
    justify-content: start;
    color: white;
}

.offcanvas-body .d-flex button {
    padding: 1rem 2rem;
    border-radius: 5rem;
    color: #fff;
    background: #2B9275;
    border: 0;
}

.offcanvas-body .d-flex span {
    font-size: 1rem;
    padding: 1.5rem;
}

.offcanvas-body .d-flex span img {
    margin-right: .5rem;
}

.offcanvas-body .d-flex a {
    font-size: 2rem;
    color: #D7B56D;
    font-weight: 600;
}

.block_about {
    color: #131313;
}

.block_about h2 {
    font-size: 4.5rem;
    margin: 0 0 56px 43px;
}

.block_about img {
    width: 100% !important;
    border-radius: 1rem;
}

.block_about p {
    padding-left: 43px;
    font-size: 1rem;
}

.block_services {
    margin-top: 3.5rem;
}

.service {
    display: flex;
    flex-direction: column;
}

.service_1 {
    padding: 6rem 2rem 4.7rem 2rem;
    background: #2B9275;
    color: #fff;
    position: relative;
    border-radius: 1rem;
}

.service_1 h3 {
    font-size: 3rem;
}

.service_1 picture {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.service_2 {
    position: relative;
    padding: 2rem;
    background: white;
    color: #131313;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    margin: -3rem 2rem 2rem 2rem;
    border-radius: 1rem;
}

.service_2 p {
    font-size: 14px;
    margin: 0;
}

.block_numbers {
    margin-top: 1.5rem;
    border-top: 1px solid #e1e1e1;
}

.number {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #131313;
    margin-top: 2.5rem;
    font-weight: 300;
}

.number img {
    margin-right: 2rem;
}

.number b {
    font-family: "Comfortaa", sans-serif !important;
    font-size: 4.5rem;
    font-weight: 600 !important;
}

.number>div>div {
    color: #2B9275;
    font-size: 2rem;
    font-weight: 400;
}

.block_gallery {
    margin-top: 3.5rem;
    background: #222;
    padding-top: 3.5rem;
    padding-bottom: 5rem;
    color: white;
}

.block_gallery h2 {
    font-size: 4.5rem;
}

.block_gallery .zag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block_gallery .zag button {
    padding: 1rem 2rem;
    border-radius: 5rem;
    border: 0;
    background: #2B9275;
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.block_gallery .zag button:first-child {
    background: transparent;
    border: 1px solid #555;
}

.block_gallery .zag button:first-child:hover {
    background: #2B9275;
    border-color: transparent;
}

.block_gallery .slider {
    margin-top: 3.5rem;
}

.block_gallery .slider .item {
    height: 547px;
}

.block_gallery .slider .owl-nav {
    width: 100% !important;
    right: 0 !important;
}

.block_gallery .slider .owl-prev {
    display: block !important;
    left: -7rem !important;
    background-image: url(../img/left_green.svg) !important;
}

.block_gallery .slider .owl-next {
    right: -7rem !important;
    background-image: url(../img/right_green.svg) !important;
}

.block_gallery .slider .owl-prev,
.block_gallery .slider .owl-next {
    border-color: #2B9275 !important;
    margin-top: 237.5px !important;
}

.block_gallery .slider .owl-prev:hover,
.block_gallery .slider .owl-next:hover {
    background-color: white !important;
}

.block_gallery .slider .item picture::before,
.block_gallery .slider .item picture::after {
    width: 0;
    height: 0;
}

.block_gallery .slider .item picture {
    border-radius: 1rem;
    cursor: pointer;
    transition: .3s all;
}

.block_gallery .slider .item picture:hover {
    opacity: .8;
}

.block_gallery .slider .item {
    display: flex;
}

.block_gallery .slider .item>div:first-child {
    width: 40%;
    background: #333;
    border-radius: 1rem;
    position: relative;
}

.block_gallery .slider .item>div:last-child {
    width: 60%;
}

.block_gallery .slider .item>div:last-child>div:first-child {
    display: flex;
}

.block_gallery .slider .item>div:last-child>div:first-child div {
    width: 100%;
    background: #333;
    height: 318px;
    margin: 0 0 1.5rem 1.5rem;
    border-radius: 1rem;
    position: relative;
}

.block_gallery .slider .item>div:last-child>div:last-child {
    background: #333;
    margin-left: 1.5rem;
    border-radius: 1rem;
    height: 205px;
    position: relative;
}

.fancybox__thumbs,
.fancybox__counter {
    display: none;
}

.block_contacts {
    margin-top: 3.5rem;
}

.block_contacts h2 {
    font-size: 4.5rem;
    color: #131313;
}

.block_contacts .d-flex {
    align-items: center;
}

.block_contacts .d-flex button {
    margin-left: 3.5rem;
    padding: 1rem 2rem;
    border-radius: 5rem;
    font-size: 14px;
    color: white !important;
    background: #2B9275;
    border: 0;
}

.block_contacts .d-flex button:hover {
    background: #222;
}

.map {
    margin: 3.5rem 0;
    border-radius: 1rem;
    overflow: hidden;
    height: 571px;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.contacts {
    position: absolute;
    width: calc(100% - 3rem);
    left: 1.5rem;
    bottom: 3.5rem;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background-color: rgba(255, 255, 255, .5);
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #131313;
    font-size: 1rem;
}

.contacts a {
    color: #131313;
}

.contacts a:hover {
    color: #4A8646;
}

.contacts div picture {
    margin-right: .75rem;
}

.footer {
    background: #222;
    color: white;
    font-size: 14px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #2B9275;
}

form input {
    font-size: 1rem;
    margin-bottom: .75rem;
    padding: 1rem !important;
    border-radius: 5rem !important;
}

form button {
    padding: 1rem 2rem;
    border-radius: 5rem;
    font-size: 1rem;
    color: white;
    background: #2B9275;
    border: 0;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .slider .item {
        height: 600px;
    }

    .block_1 .slider .item {
        height: 600px;
    }

    .slider .item picture {
        border-radius: 2rem;
    }

    .slider .item picture::after {
        opacity: .5;
    }

    .slider .item picture::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgb(0, 0, 0);
        background: linear-gradient(-274deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .01) 50%);
        z-index: 9;
        top: 0;
        left: 0;
        opacity: .5;
    }

    .site_title_block {
        bottom: 2rem;
        max-width: 576px;
    }

    .logo {
        position: relative;
        left: 0;
        top: 0;
        margin: .75rem 0;
    }

    .slider {
        margin-bottom: 0;
    }

    .block_about h2 {
        margin: 1.5rem 0;
        font-size: 3.5rem;
        text-align: center;
    }

    .block_about p {
        padding-left: 0;
        margin: 1.5rem 0 0 0;
        text-align: center;
    }

    .block_gallery .slider .owl-prev {
        left: -5rem !important;
    }

    .block_gallery .slider .owl-next {
        right: -5rem !important;
    }

    .map {
        overflow: visible;
        height: auto;
        margin-bottom: 2rem;
    }

    .map iframe {
        height: 300px;
    }
    
    .contacts {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        bottom: 0;
        width: 100%;
        margin: 0;
        left: 0;
        position: relative;
    }

    .contacts div {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .logo {
        max-width: 50%;
    }

    .block_gallery .slider .item {
        height: 300px;
    }

    .block_gallery .slider .item>div:last-child>div:first-child div {
        height: 150px;
    }

    .block_gallery .slider .item>div:last-child>div:last-child {
        height: 125px;
    }

    .block_gallery .slider .owl-prev,
    .block_gallery .slider .owl-next {
        margin-top: 126px !important;
    }

    .block_gallery .slider .owl-prev {
        left: -3.5rem !important;
    }

    .block_gallery .slider .owl-next {
        right: -3.5rem !important;
    }

    .block_gallery .zag {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .slider .item {
        height: 450px;
    }

    .block_1 .slider .item {
        height: 450px;
    }

    .slider .item picture {
        border-radius: 2rem;
    }

    .site_title_block {
        bottom: -7rem;
        margin: 1rem;
        border-radius: 1rem 1rem 2rem 2rem;
        padding: 2rem 2rem 0 2rem;
    }

    .site_title_block h1 {
        font-size: 2.5rem;
        margin-bottom: 0;
    }

    .block_gallery .slider .item {
        height: auto;
    }

    .block_gallery .slider .item {
        flex-direction: column;
    }

    .block_gallery .slider .item > div:first-child {
        height: 150px;
        width: 100%;
        margin-bottom: .25rem;
    }

    .block_gallery .slider .item > div:last-child {
        width: 100%;
    }

    .block_gallery .slider .item > div:last-child > div:first-child div {
        margin: 0;
    }

    .block_gallery .slider .item > div:last-child > div:first-child div:first-child {
        margin-right: .145rem;
    }

    .block_gallery .slider .item > div:last-child > div:first-child div:last-child {
        margin-left: .145rem;
    }

    .block_gallery .slider .item > div:last-child > div:last-child {
        margin: .25rem 0 0 0;
    }

    .block_gallery .slider .owl-prev,
    .block_gallery .slider .owl-next {
        margin-top: 210px !important;
        width: 2.5rem !important;
        height: 2.5rem !important;
        background-size: .75rem !important;
    }

    .block_gallery .slider .owl-prev {
        left: -3rem !important;
    }

    .block_gallery .slider .owl-next {
        right: -3rem !important;
    }

    .block_contacts .d-flex {
        flex-direction: column;
    }

    .block_contacts .d-flex button {
        margin: 1rem 0 0 0;
    }

    .contacts {
        padding: 1.5rem 0;
    }

    .header .text-end {
        font-size: .75rem;
    }
    
    .header .text-end a {
        font-size: 1.2rem;
    }
    
    .footer .col {
        flex-direction: column;
    }

    .slider_text h1 {
        font-size: 2.5rem;
        color: #fff;
    }

}