.front-page-full-width{
    width: 100%;
    height: 100%;
}

.first-slider{
    height: 705px;
    max-height: 705px;
    padding-top: 192px;
    position: relative;
    background-size: cover;

}

.page-container-front{
    max-width: 1500px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.94rem);
    padding-left: var(--bs-gutter-x,.94rem);
    margin-right: auto;
    margin-left: auto;
    flex: 1 0 auto;
}

.slider-info{
    width: 100%;
    max-width: 655px;
}

.slider-info h1{
    font-family: "Gotham Medium", sans-serif;
    font-size: 45px;
    font-weight: 400;
    color: #004D42;
    line-height: 1.2;
    margin: 0 0 12px 0;
    letter-spacing: 0.2px;
}

.slider-info span{
    font-family: "Gotham Medium", sans-serif;
    max-width: 455px;
    font-size: 16px;
    color: #004D42;
    margin-bottom: 54px;
    display: block;
}

.slider-info a{
    height: 45px;
    width: 170px;
    background-color: #004D42;
    color: #ffffff;
    font-family: 'Gotham Black', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 45px;
    display: block;
    border-radius: 20px;
}

.first-slider img.martini-professional{
    position: absolute;
    right: 225px;
    bottom: 0;
}

.full-martini-container{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-top: 20px;
}

.full-martini-container .martini-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.24) 0 -4px 14px;
    max-width: 273px;
}

.full-martini-container .martini-container .martini-info{
    padding: 35px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*height: 179px;*/
    justify-content: space-between;
    margin-bottom: 18px;
}
.full-martini-container .martini-container .martini-info p{
    font-family: 'Gotham Book', sans-serif;
    text-align: center;
    font-size: 14px;
    color: #004D42;
    padding: 0 20px;
    margin: 12px 0 0 0;
}

.full-martini-container .martini-container .martini-image{
    height: 206px;
    background-size: cover;
}

.front-food-block{
    display: flex;
    justify-content: space-between;
    margin: 117px 0 152px 0;
}

.front-food-block .food-block-information{
    width: 100%;
    max-width: 650px;
}

.front-food-block .food-block-information h2,
.second-information-block-info .food-block-information h2{
    font-family: "Gotham Light", sans-serif;
    font-size: 80px;
    font-weight: 400;
    margin: 0 0 22px 0;
    color: #004D42;
    line-height: 90px;
}

.front-food-block .food-block-information p{
    font-family: "Gotham Book", sans-serif;
    font-size: 16px;
    margin: 0;
    color: #2E2C2B;
}

.front-food-block .food-block-information .our-advantages{
    margin: 40px 0 35px 0;
}

.front-food-block .food-block-information a{
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    text-decoration: revert;
    color: #004D42;
    margin-top: 16px;
    display: block;
    font-weight: 600;
}

.front-food-block .food-block-main-image{
    width: calc(100% - 720px);
    max-width: 650px;
    border-radius: 30px;
    height: 780px;
}

.second-information-block{
    margin: 0;
    max-height: 765px;
}

.second-information-block-info{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.second-information-block-info img.food-block-main-image,
.second-information-block-info picture.food-block-main-image{
    position: relative;
    left: 0;
    top: -107px;
    max-width: 650px;
    width: calc(100% - 720px);
    height: 780px;
    border-radius: 26px;
    overflow: hidden;
}

.second-information-block-info .food-block-information{
    width: 100%;
    max-width: 665px;
    margin-right: 85px;
}

.second-information-block-info .food-block-information h2{
    margin: 70px 0 31px 0;
    letter-spacing: -4.3px;
}

.second-information-block-info .food-block-information img{
    margin-bottom: 32px;
    display: none !important;
}

.second-information-block-info .food-block-information p{
    font-family: "Gotham Book", sans-serif;
    font-size: 16px;
    color: #2E2C2B;
    margin: 0;
}

.second-information-block-info .food-block-information a{
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    text-decoration: revert;
    color: #004D42;
    margin: 18px 0 208px 0;
    display: block;
    font-weight: 600;
}

.info-text{
    padding-top: 70px;
    padding-bottom: 74px;
}
.info-text h2{
    font-family: "Gotham Light", sans-serif;
    font-size: 80px;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #004D42;
    text-align: center;
    letter-spacing: -2px;
}

.info-text .row{
    display: flex;
    justify-content: center;
    gap: 42px;
}

.info-text .row .col-6{
    font-family: "Gotham Book", sans-serif;
    font-size: 16px;
    color: #2E2C2B;
    width: 42%;
}

.info-text .row .col-6 p{
    margin-top: 0;
}

.info-text .row .col-6 .read-more{
    font-family: "Gotham Bold", sans-serif;
    font-size: 16px;
    text-decoration: revert;
    color: #004D42;
    margin: 35px 0 0 0;
    display: block;
    font-weight: 600;
}

.image-bottom-block{
    height: 630px;
    background-size: cover;
    margin-top: 0;
}

.page-container-for-contacts{
    padding-top: 63px;
}
.page-template-front_page_template .page-container-for-contacts {
    margin-bottom: 68px;
    padding-bottom: 0;
}
.page-template-front_page_template .contant-form {
    margin-bottom: 0;
}
.food-block-main-image-mobile{
    display: none;
}

.martini-info a{
    cursor: pointer;
}

@media (max-width: 1450px) {
    .second-information-block{
        max-height: unset;
    }
    .second-information-block-info .food-block-information{
        margin-right: 0;
    }
}

@media (max-width: 1350px) {
    .first-slider{
        height: 550px;
        padding-top: 100px;
    }
    .front-food-block{
        flex-direction: column-reverse;
        align-items: center;
        margin: 50px 0 152px 0;
    }
    .front-food-block .food-block-main-image,
    .second-information-block-info img.food-block-main-image,
    .second-information-block-info picture.food-block-main-image{
        width: 100%;
        max-width: 300px;
        max-height: 360px;
    }
    .front-food-block .food-block-information h2,
    .second-information-block-info .food-block-information h2,
    .info-text h2{
        margin-top: 20px;
        text-align: left;
        font-size: 50px;
        line-height: 50px;
    }
    .info-text h2{
        text-align: center;
    }
    .second-information-block-info{
        flex-direction: column;
        align-items: center;
    }
    .second-information-block-info .food-block-information{
        display: flex;
        flex-direction: column;
    }
    .second-information-block-info .food-block-information a{
        /*         margin: 47px 0 50px 0; */
        margin: 58px 0 30px 0;
    }
    .first-slider img.martini-professional{
        max-width: 300px;
    }
    .info-text{
        padding-top: 35px;
    }
    .second-information-block-info .food-block-information img{
        max-width: 300px;
    }
    .image-bottom-block{
        height: 400px;
    }
    .page-container-for-contacts{
        padding-top: 30px;
    }
    .full-martini-container .martini-container{
        max-width: unset;
    }
    .page-template-front_page_template .page-container-for-contacts {
        margin-bottom: 40px;
    }
}

@media (max-width: 750px){
    .full-martini-container{
        flex-direction: column;
        margin-top: 44px;
    }
    .full-martini-container .martini-container{
        display: flex;
        flex-direction: row-reverse;
    }
    .full-martini-container .martini-container .martini-image{
        max-width: 167px;
        height: 180px;
        width: 100%;
    }
    .full-martini-container .martini-container .martini-info{
        justify-content: center;
        margin-bottom: 0;
        padding: 0;
    }
}

@media (max-width: 550px){
    .front-page-full-width{
        background-size: cover;
        background-position-x: center;
    }
    .slider-info h1{
        font-size: 18px;
        max-width: 309px;
        line-height: 24px;
    }
    .first-slider{
        padding-top: 80px;
    }
    .slider-info a{
        max-width: 123px;
        height: 39px;
        padding: 10px 22px;
    }
    .slider-info span{
        margin-bottom: 64px;
    }
    .first-slider img.martini-professional{
        display: none;
    }
    .front-food-block{
        /*         margin: 0; */
        margin-bottom: 30px;
    }
    .front-food-block .food-block-main-image{
        display: none;
    }

    .front-food-block .food-block-main-image-mobile,
    .second-information-block-info img.food-block-main-image,
    .second-information-block-info picture.food-block-main-image{
        display: block;
        max-height: 200px;
        max-width: unset;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }
    .front-food-block .food-block-information h2,
    .second-information-block-info .food-block-information h2{
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 2px;
    }
    .front-food-block .food-block-information p{
        margin-top: 18px;
    }
    .front-food-block .food-block-information .our-advantages{
        margin: 45px auto 27px auto;
    }
    .front-food-block .food-block-information a{
        /*         margin-top: 18px; */
        margin: 30px 0;
        font-size: 14px;
    }
    .front-food-block .food-block-information p.first-info-spacing{
        letter-spacing: 1px;
    }
    .second-information-block-info img.food-block-main-image,
    .second-information-block-info picture.food-block-main-image{
        top: -22px;
    }
    .second-information-block-info .food-block-information h2{
        margin-top: 0;
        letter-spacing: -0.3px;
    }
    .second-information-block-info .food-block-information img{
        width: 200px;
        margin-bottom: 36px;
    }
    .info-text{
        padding-top: 0;
        padding-bottom: 36px;
    }
    .info-text h2{
        font-family: "Gotham Bold", sans-serif;
        font-size: 16px;
        letter-spacing: 0;
        text-align: left;
        font-weight: 600;
        margin: 0;
    }
    .info-text .row{
        flex-direction: column;
        gap: 0;
    }
    .info-text .row .col-6{
        width: 100%;
    }
    .info-text .row .col-6 p{
        margin-bottom: 20px;
    }
    .info-text .row .col-6 .read-more{
        font-size: 14px;
        margin-top: 80px;
    }
    .image-bottom-block{
        margin-top: 0;
        height: 395px;
    }
    /*.page-container-for-contacts{*/
    /*    padding-top: 30px;*/
    /*}*/
    .page-template-front_page_template .page-container-for-contacts {
        margin-bottom: 0;
    }
}