/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2999.01
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

::selection{color:#fff;background:#767862}
::-webkit-scrollbar{width:6px;height:6px;border-radius:0;}
::-webkit-scrollbar-track{background-color: #767862}
::-webkit-scrollbar-track-piece{background-color:#1d191a}
::-webkit-scrollbar-thumb{height:0;background-color:#767862;border-radius:0}
::-webkit-scrollbar-corner{background-color:#767862}

html{
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 500;
    background: #1d191a;
    color: #767862;
    line-height: 1.5;
}
body{
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 500;
    background: #1d191a;
    color: #757E63;
    line-height: 1.5;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: #767862;
}
p{
    margin-bottom: 1em;
}
p:last-child{
    margin-bottom: 0;
}
img{
    max-width: 100%;
    height: auto;
}
.h1, h1,
.h2, h2{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: .66em;
}
.btn{
    --bs-btn-padding-y: 5px;
    --bs-btn-padding-x: 16px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #767862;
    --bs-btn-bg: #0a0a08;
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: #767862;
    --bs-btn-border-radius: 0;
    --bs-btn-hover-border-color: #767862;
    --bs-btn-hover-bg: #767862;
    --bs-btn-hover-color: #0a0a08;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: none;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 400;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,.row{
    --bs-gutter-x: 30px;
}
#header{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    background: #0a0a08;
    position: sticky;
    top: 0;
    z-index: 1000;
}
#header .toggle-menu{
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: none;
    box-shadow: none;
}
#header .menu{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
    font-size: 20px;
    color: #767860;
    padding: 0;
    margin: 0;
}
#header .menu li.current-menu-item>a{
    font-weight: 600;
}
#main{
    padding-top: 32px;
    padding-bottom: 32px;
}
#footer{
    background: #0a0a08;
    padding-top: 32px;
    padding-bottom: 32px;
    color: #767862;
}
#footer .title{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
#footer .last-line{
    margin-top: 24px;
}
#menu-footer{
    display: flex;
    gap: 32px;
    flex-direction: row;
}
#menu-footer .menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    flex-direction: row;
}
#menu-footer .menu li.current-menu-item>a{
    font-weight: 600;
}
#footer .last-line{
    font-weight: 400;
}
.top-home-block{
    padding-top: 32px;
    padding-bottom: 64px;
}
.top-home-block .decor-image{
    margin-top: 32px;
}
.top-home-block .slogan{
    font-size: 26px;
    margin-top: 32px;
    font-weight: 400;
    color: #d1cfcf;
}
.home-block,
.coffees-block,
.coffee-item-block,
.about-block,
.contact-block{
    position: relative;
}
.coffee-item-block .container,
.coffees-block .container,
.home-block .container,
.about-block .container,
.contact-block .container{
    position: relative;
    z-index: 5;
}
.home-block .home-content,
.contact-block .contact-content{
    background: #C2C2A0;
    color: #211f20;
    padding-bottom: 20px;
}
.contact-block .contact-content{
    padding-bottom: 0;
}
.coffee-item-block .coffee-item-content,
.coffees-block .coffees-content{
    background: #211f20;
    color: #767862;
    padding-bottom: 20px;
}
.coffee-item-block .coffee-item-content{
    background: #0a0a08;
}
.home-block .home-content:before,
.contact-block .contact-content:before{
    content: '';
    display: block;
    height: 12px;
    background: #767860;
}
.home-block .content-text,
.contact-block .content-text,
.about-block .content-text{
    padding: 50px 100px 80px;
}
.contact-block .content-text{
    padding-bottom: 50px;
}
.coffee-item-block .content-text,
.coffees-block .content-text{
    padding: 40px 100px 70px;
}
.about-block .about-content{
    background: #C2C2A0;
    color: #211f20;
    padding-bottom: 32px;
}
.coffee-item-block .logo-title,
.coffees-block .logo-title,
.home-block .logo-title{
    display: flex;
    gap: 32px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    color: #636943;
    margin-bottom: 32px;
}
.coffee-item-block .logo-title h1,
.coffees-block .logo-title h1,
.home-block .logo-title h1,
.h1, h1,
.h2, h2{
    font-size: 36px;
    line-height: 1.25;
}
.coffee-item-block .logo-title h1,
.coffees-block .logo-title h1,
.home-block .logo-title h1{
    margin-bottom: 0;
}
.coffee-item-block .logo-title h1,
.coffees-block .logo-title h1{
    color: #767862;
}
.coffee-item-block .logo-title .text-title,
.coffees-block .logo-title .text-title{
    color: #B3B294;
    font-weight: 300;
    font-size: 27px;
    line-height: 1.25;
}
.coffee-item-block .image-bg,
.coffees-block .image-bg,
.home-block .image-bg,
.contact-block .image-bg,
.about-block .image-bg{
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}
.home-block .image-bg:after,
.contact-block .image-bg:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    background: #0a0a08;
    width: 100%;
    z-index: 2;
}
.coffee-item-block .image-bg img,
.coffees-block .image-bg img,
.home-block .image-bg img,
.contact-block .image-bg img,
.about-block .image-bg img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom left;
}
.coffee-item-block .image-bg-1,
.coffees-block .image-bg-1,
.home-block .image-bg-1,
.contact-block .image-bg-1,
.about-block .image-bg-1{
    left: 0;
}
.coffee-item-block .image-bg-2,
.coffees-block .image-bg-2,
.home-block .image-bg-2,
.contact-block .image-bg-2,
.about-block .image-bg-2{
    right: 0;
}
.coffee-item-block .image-bg-2 img,
.coffees-block .image-bg-2 img,
.home-block .image-bg-2 img,
.contact-block .image-bg-2 img,
.about-block .image-bg-2 img{
    object-position: bottom right;
}
.coffee-item-block .image-bg:before,
.coffees-block .image-bg:before,
.home-block .image-bg:before,
.contact-block .image-bg:before,
.about-block .image-bg:before{
    content:'';
    position: absolute;
    display: block;
    width: 100%;
    z-index: 5;
    bottom: 0;
    left: 0;
    height:  270px;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%);
}
.about-block .image-bg:before{
    height:  470px;
    background: linear-gradient(0deg, rgba(22, 20, 21, 1) 0%, rgba(22, 20, 21, 1) 30%, rgba(0, 0, 0, 0) 100%);
}
.home-expertise{
    padding-top: 50px;
    padding-bottom: 32px;
}
.home-expertise .wp-block-image{
    text-align: center;
}
.home-expertise .title{
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    color: #757E63;
    margin-bottom: 20px;
}
.home-expertise .wp-block-columns{
    margin-bottom: 0;
}
.home-expertise .wp-block-image .wp-element-caption{
    margin-top: 12px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.coffees-block .wp-block-table{
    background: #C2C2A0;
    color: #0a0a08;
}
.coffees-block .wp-block-table tbody,
.coffees-block .wp-block-table td,
.coffees-block .wp-block-table tfoot,
.coffees-block .wp-block-table th,
.coffees-block .wp-block-table thead,
.coffees-block .wp-block-table tr{
    border-color: #0a0a08;
}
.coffees-block .wp-block-table thead{
   border-bottom: 0 solid;
}
.coffees-block .wp-block-table th{
    font-weight: 500;
    padding: 20px 14px;
}
.coffees-block .wp-block-table td{
    padding: 10px 14px;
}
.coffees-block .wp-block-table a{
    text-decoration: underline;
    text-underline-offset: .14em;
}
.contact-block a:hover,
.coffees-block .wp-block-table a:hover{
    color: #0a0a08;
}
.coffee-item-content .btn-line{
    margin-top: 50px;
    text-align: center;
}
.coffee-item-content .paper-card{
    border: 23px solid transparent;
    background-color: #C3C3A1;
    background-clip: padding-box;
    -moz-border-image: url(/images/border.png) 23 round round;
    -webkit-border-image: url(/images/border.png) 23 round round;
    -o-border-image: url(/images/border.png) 23 round round;
    border-image: url(/images/border.png) 23 round round;
}
.coffee-item-content .paper-card .wp-block-table{
    overflow-x: visible;
    margin: 0;
}
.coffee-item-content .paper-card .wp-block-table table tbody,
.coffee-item-content .paper-card .wp-block-table table{
    display: block;
}
.coffee-item-content .paper-card .wp-block-table table{
    border-spacing: 0;
    color: #121211;
}
.coffee-item-content .paper-card .wp-block-table tr{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: relative;
    gap: 16px;
}
.coffee-item-content .paper-card .wp-block-table tr:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    border-bottom: 1px dotted #6b5539;
}
.coffee-item-content .paper-card .wp-block-table tr + tr{
    margin-top: 13px;
}
.coffee-item-content .paper-card .wp-block-table td{
    display: block;
    flex: 1 0 auto;
    width: auto;
    padding: 0;
    border: none;
}
.coffee-item-content .paper-card .wp-block-table td:first-child{
    flex: 0 0 100px;
}
.coffee-item-content .paper-card .wp-block-table td:not(:first-child){
    font-size: 22px;
    font-weight: 400;
    font-family: 'Kaufmann BT', sans-serif;
    line-height: 1;
}
.coffee-item-content .paper-card .title-line{
    font-weight: 500;
    font-size: 23px;
    color: #656A42;
    margin-bottom: 10px;
}
.coffee-item-content .paper-card .notes{
    margin-top: 13px;
    color: #121211;
}
.coffee-item-content .paper-card .notes .notes-text{
    font-weight: 400;
    font-size: 22px;
    color: #121211;
    font-family: 'Kaufmann BT', sans-serif;
    margin-top: 2px;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
.about-block .col-logo{
    padding-top: 62px;
}
.about-block .wp-block-heading,
.contact-block .wp-block-heading,
.contact-block .title-block{
    color: #626940;
}
.about-block p + .wp-block-heading{
    margin-top: 24px;
}
.contact-top{
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact-top .line-address{
    color: #fff;
    line-height: 1.7;
}
.contact-top .line-address .title{
    font-size: 20px;
    margin-bottom: 20px;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .mod-select select, .wpcf7-form textarea {
    width: 100%;
    font-size: 1rem;
    min-height: 40px;
    line-height: 28px;
    border: 1px solid #767862;
    padding: 5px 13px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0!important;
    background: #EBEACC;
    vertical-align: middle;
    color: #4c484a;
    transition: .3s;
}
.wpcf7-form .item-field{
    margin-bottom: 24px;
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=date]:focus, .mod-select select:focus, .wpcf7-form textarea:focus,
.wpcf7-form select:focus{
    border-color: #4c484a;
}
.wpcf7-form .btn{
    width: 100%;

}
.wpcf7-checkbox,
.wpcf7-radio,
.wpcf7-acceptance{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    display: block;
}
.wpcf7-checkbox,
.wpcf7-radio{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item{
    margin: 0;
}
.wpcf7-radio .wpcf7-list-item:last-child,
.wpcf7-checkbox .wpcf7-list-item:last-child{
    margin-right: 0;
}
.wpcf7-radio label,
.wpcf7-checkbox label,
.wpcf7-acceptance label{
    display: block;
}
.wpcf7-radio label input,
.wpcf7-checkbox label input,
.wpcf7-acceptance label input{
    display: none;
}
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label{
    display: block;
    position: relative;
    padding-left: 42px;
    line-height: 32px;
    font-size: 1em;
}
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #767862;
    background-color: #EBEACC;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: .2s;
}
.wpcf7-radio .wpcf7-list-item-label:hover:before,
.wpcf7-checkbox .wpcf7-list-item-label:hover:before,
.wpcf7-acceptance .wpcf7-list-item-label:hover:before{
    border-color: #5f4e44;
}
.wpcf7-radio .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after{
    content:'';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    background-image: url("/images/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
.wpcf7-radio label input:checked+.wpcf7-list-item-label:after,
.wpcf7-checkbox label input:checked+.wpcf7-list-item-label:after,
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:after{
    opacity: 1;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0 2px 0 12px;
    line-height: 1.1;
    z-index: 5;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-form .btn-line{
    position: relative;
}
.wpcf7-form .btn-line .wpcf7-spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50% -50%);
}
.wpcf7-form {
    position: relative;
    font-size: 1rem;
}
.wpcf7-form .wpcf7-response-output{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0!important;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    border-color:#776246;
    background-color:#cebca5;
    padding: 1.5rem!important;
    z-index: 5;
    background-image: url("/images/close.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 30px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a{
    color: #68543a;
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.wpcf7-form label{
    font-weight: 400;
    color: #4C474B;
    margin-bottom: 10px;
}
.wpcf7-form .wpcf7-list-item label{
    margin-bottom: 0;
}
.wpcf7-form .element-form{
    --bs-gutter-y: 16px;
}
.wpcf7-form .btn-line{
    margin-top: 24px;
}
.contact-block .wp-block-contact-form-7-contact-form-selector{
    margin-top: 50px;
}
.contact-block .wpcf7-form .btn-line{
    text-align: right;
}
.contact-block .wpcf7-form .btn-line .btn{
    width: auto;
    min-width: 150px;
    --bs-btn-color: #EBEACC;
    --bs-btn-bg: #767862;
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: #EBEACC;
    --bs-btn-border-radius: 0;
    --bs-btn-hover-border-color: #6a6a6a;
    --bs-btn-hover-bg: #cab9a4;
    --bs-btn-hover-color: #6a6a6a;
    text-transform: none;
}
#mobiMenu{
    --bs-offcanvas-padding-x: 20px;
    --bs-offcanvas-bg: #1d191a;
    --bs-offcanvas-color: #767862;
}
#mobiMenu .offcanvas-header{
   padding: 10px 20px;
}
.btn-close{
    width: 50px;
    height: 50px;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none!important;
    outline: none;
    opacity: 1;
}
#menu-mo ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}
#menu-mo ul li+li{
    margin-top: 20px;
}
#mobiMenu .btn-line{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
#mobiMenu .mobi-info + .mobi-info{
    margin-top: 20px;
}
#mobiMenu .mobi-info{
    text-align: center;
    font-weight: 300;
}
#mobiMenu .mobi-info .title{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
#mobiMenu .mobi-info .wp-block-group{
    justify-content: center;
}
#cookies{
    position: fixed;
    display: none;
    opacity: 0;
    transform: scale(0);
    transition: .9s;
    right: 10px;
    left: 10px;
    bottom: 10px;
    width: auto;
    max-height: 100%;
    overflow: auto;
    padding: 40px;
    border: 1px solid #776246;
    background-color: #cebca5;
    color: #4c484a;
    font-size: 16px;
    font-weight: 500;
    z-index: 700;
    line-height: 1;
    text-align: center;
}
#cookies .row.btn-line{
    margin-top: 20px;
    --bs-gutter-x: 24px;
}
#cookies:not(.show){
    right: -1000px;
}
#cookies.show{
    opacity: 1;
    transform: scale(1) translateX(0);
}

@media (min-width: 576px){
    .home-expertise,
    #footer{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 768px){
    #main{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #footer{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #footer .last-line{
        margin-top: 30px;
    }
    .home-expertise{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .home-expertise .wp-block-image .wp-element-caption{
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.7;
        font-weight: 500;
    }
    .home-expertise .title {
        font-weight: 400;
        font-size: 36px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }
    .about-block p + .wp-block-heading{
        margin-top: 30px;
    }
    #cookies{
        width: 730px;
        font-size: 24px;
        max-width: calc(100vw - 20px);
        left: auto;
    }
}
@media (min-width: 992px){
    #cookies{
        right:100px;
    }
    #header {
        padding-top: 27px;
        padding-bottom: 5px;
    }
    #footer{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #footer .last-line{
        margin-top: 40px;
    }
    .home-expertise{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #footer .title{
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 1.2em;
        text-align: left;
    }
    #footer .title-menu{
        font-weight: 700;
        font-size: 20px;
    }
    .home-expertise .wp-block-image .wp-element-caption {
        margin-top: 20px;
        font-size: 20px;
    }
    .coffee-item-content .paper-card .wp-block-table td:not(:first-child) {
        font-size: 30px;
    }
    .coffee-item-content .paper-card .notes .notes-text{
        font-size: 28px;
    }
    .about-block p + .wp-block-heading{
        margin-top: 40px;
    }
    .about-block .about-content{
        padding-bottom: 50px;
    }
    .contact-top .col-info {
        width: 760px;
        padding-left: 50px;
    }
    #footer .col-contacts .title{
        margin-bottom: 0;
    }
    #footer .col-contacts .widget_block{
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    #footer .col-contacts .wp-widget-group__inner-blocks{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    #footer .col-contacts .wp-widget-group__inner-blocks .wp-block-group{
        margin-top: 0!important;
    }
}
@media (min-width: 1200px){
    html,
    body{
        font-size: 18px;
    }
    #footer{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #footer .last-line{
        margin-top: 20px;
    }
    #footer .col-address-1{
        width: 29%;
    }
    .top-home-block{
        padding-top: 64px;
        padding-bottom: 128px;
    }
    .top-home-block .decor-image{
        margin-top: 64px;
    }
    .top-home-block .slogan{
        margin-top: 64px;
        font-size: 52px;
    }
    .coffee-item-block .logo-title,
    .coffees-block .logo-title,
    .home-block .logo-title{
        margin-bottom: 50px;
    }
    .coffee-item-block .logo-title h1,
    .coffees-block .logo-title h1,
    .home-block .logo-title h1{
        font-size: 36px;
    }
    .coffee-item-block .coffee-item-content,
    .coffees-block .coffees-content,
    .home-block .home-content,
    .contact-block .contact-content{
        width: 960px;
        margin-right: 0;
        margin-left: auto;
    }
    .home-expertise{
        padding-top: 128px;
        padding-bottom: 128px;
    }
    .about-block .col-logo{
        text-align: right;
        padding-right: 35px;
    }
    .contact-top .line-address{
        font-size: 20px;
    }
    .contact-top .col-info{
        width: 960px;
        padding-left: 100px;
    }
    .wpcf7-form .element-form{
        --bs-gutter-y: 24px;
    }
    .home-expertise .wp-block-image .wp-element-caption {
        margin-top: 40px;
        font-size: 22px;
    }
    .about-block p + .wp-block-heading{
        margin-top: 50px;
    }
    .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .mod-select select, .wpcf7-form textarea {
        font-size: 20px;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
    #footer{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #footer .col-info{
        padding-left: 100px;
    }
    #header .menu{
        gap: 90px;
        font-size: 26px;
    }
    .top-home-block .slogan{
        margin-top: 80px;
    }
    .coffee-item-content .col-img{
        width: 40%;
    }
    .coffee-item-content .col-info{
        width: 60%;
    }
    .about-block .content-text,
    .contact-block .content-text,
    .home-block .content-text{
        font-size: 23px;
    }
    .wpcf7-form label{
        font-size: 20px;
    }
    .wpcf7-form .element-form{
        --bs-gutter-x: 50px;
    }
    .home-expertise .wp-block-image .wp-element-caption{
        margin-top: 50px;
        font-weight: 500;
        font-size: 26px;
        line-height: 1.7;
    }
    .home-expertise .wp-block-image .wp-element-caption {
        margin-top: 50px;
        font-size: 26px;
    }
}
@media (max-width: 1199.98px){
    .coffee-item-content .btn-line{
        margin-top: 24px;
    }
}
@media (max-width: 991.98px){
    #footer .col-contacts .wp-widget-group__inner-blocks{
        font-size: 18px;
    }
    #footer .col-contacts .wp-block-group{
        justify-content: center;
        gap: 4px;
        font-weight: 400;
    }
    #footer .col-contacts .wp-block-group + .wp-block-group{
        margin-top: 8px!important;
    }
    #footer .row:first-child{
        --bs-gutter-y: 24px;
    }
    #footer{
        text-align: center;
        font-weight: 300;
    }
    #footer .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer .copyright{
        font-weight: 400;
    }
    .coffee-item-block .logo-title h1,
    .coffees-block .logo-title h1,
    .home-block .logo-title h1,
    .h1, h1, .h2, h2{
        font-size: 28px;
    }
    .home-block .logo-title img{
        width: 100px;
    }
    .home-block .content-text, .contact-block .content-text, .about-block .content-text {
        padding: 40px 50px 40px;
    }
    .coffee-item-block .content-text, .coffees-block .content-text{
        padding: 40px 50px;
    }
    .coffee-item-block .logo-title .text-title, .coffees-block .logo-title .text-title {
        font-size: 20px;
    }
}
@media (max-width: 781px) {
    .home-expertise .wp-block-columns{
        gap: 50px 20px;
    }
    .home-expertise .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: calc(50% - 10px)!important;
    }
}
@media (max-width: 767.98px){
    .top-home-block .slogan{
        font-size: 32px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        width: 315px;
        margin: 70px auto 38px;
    }
    .top-home-block {
        padding-top: 28px;
        padding-bottom: 60px;
    }
    .home-block .content-text, .contact-block .content-text, .about-block .content-text {
        padding: 38px 20px 32px;
    }
    .coffee-item-block .content-text, .coffees-block .content-text{
        padding: 32px 20px;
    }
    .coffees-block .wp-block-table th{
        padding: 10px;
    }
    .coffees-block .wp-block-table td{
        padding: 6px 10px;
    }
    .coffees-block .wp-block-table{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .coffees-block .wp-block-table table{
        table-layout: auto;
        width: 700px;
    }
    .coffees-block .wp-block-table table td:first-child{
        width: 200px;
    }
    .coffees-block .wp-block-table table td:nth-child(3){
        width: 110px;
    }
    .coffee-item-block .content-text .col-info{
        margin-top: 32px;
    }
    .contact-top {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .contact-top .line-address{
        margin-top: 24px;
    }
    .contact-top .line-address .title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .contact-top .line-address .wp-widget-group__inner-blocks{
        font-weight: 300;
    }
    .contact-top .line-address>.col-12{
        margin-top: 24px;
    }
    .contact-block .wp-block-contact-form-7-contact-form-selector{
        margin-top: 32px;
    }
    .contact-block .title-block{
        margin-bottom: 24px;
    }
}
@media (max-width: 575.98px){
    #footer .copyright{
        font-size: 14px
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-block .image-bg:after, .contact-block .image-bg:after,
    .home-block .home-content:before, .contact-block .contact-content:before{
        height: 6px;
    }
    .coffee-item-block .logo-title h1,
    .coffees-block .logo-title h1,
    .home-block .logo-title h1{
        font-weight: 500;
        font-size: 20px;
    }
    .coffees-block .logo-title h1,
    .coffee-item-block .logo-title h1,
    .h1, h1, .h2, h2{
        font-size: 23px;
    }
    .coffee-item-block .logo-title, .coffees-block .logo-title{
        margin-bottom: 24px;
    }
    .coffee-item-block .logo-title .text-title, .coffees-block .logo-title .text-title{
        font-size: 18px;
        margin-top: 6px;
    }
    .home-block .logo-title img{
        width: 85px;
    }
    .contact-block .contact-content .wp-block-group{
        margin-top: 24px;
        gap: 12px;
    }
    .contact-block .contact-content .wp-block-group .wp-block-group{
        flex: 0 0 100%;
    }
    .contact-block .contact-content .wp-block-group img{
        width: 24px;
    }
    .wpcf7-form label{
        margin-bottom: 6px;
    }
    .wpcf7-form .element-form{
        --bs-gutter-y: 10px;
    }
    .wpcf7-form .element-form .top-big-interval{
        margin-top: 24px;
    }
    .contact-block .wpcf7-form .btn-line .btn{
        width: 100%;
    }
}
@media (max-width: 399.98px){
    #cookies{
        padding: 20px;
    }
}