﻿.page-header-h1 {
    font-weight: 700 !important;
    font-size: 4rem;
}
@media (max-width: 768px) 
{
    .page-header-h1 {
        font-weight: 700 !important;
        font-size: 2.5rem;
    }
}

.kitchen_intro {
    background-image: url("../img/kitchen/kitchen_bg.jpg");
    background-size: cover;
    background-position: center center;
}

.kitchen_intro .row {
    padding: 9em 0;
}

.kitchen_intro_description {
    font-weight: 400;
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .kitchen_intro .h3 {
        font-size: 1.2em;
    }

    .kitchen_intro .row {
        padding: 2em 0;
    }

    .kitchen_intro_description {
        font-weight: 400;
        font-size: 1rem;
    }
}

a.yandex-org {
    box-sizing:border-box;
    text-decoration:none;
    color:#b3b3b3;
    font-size:10px;
    font-family:YS Text,sans-serif;
    position:absolute;
    bottom:8px;
    width:100%;
    text-align:center;
    left:0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    max-height:14px;
    white-space:nowrap;
    padding:0 16px;
}
.yandex-org-iframe{
    width:100%;
    height:100%;
    border:1px solid #e6e6e6;
    border-radius:8px;
    box-sizing:border-box
}