@media screen and (min-width: 1286px) and (max-width: 1500px) { 
    .banner_text {
        max-width: 1200px;
    }
    .wrapper {
        width: 1200px;
        margin: 0 auto;
    }
    body > * { 
        margin: 0
    }
}
@media screen and (min-width: 320px) and (max-width: 1199px) { 
    :root { 
        --section-margin: 20px;
        --main: #3B6328;
        --white: #fff;
        --black: #000;
        --hover:#5bb331;
        --transition: 0.5s ;
        --hover-button: #539235;
    }
    .wrapper {
        width: auto;
        margin: 0 auto;
        padding: 0 15px;
    }
    html, body {
        overflow-x: hidden;
    }
    #right_header { 
            display: block;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            z-index: 99;
            width: 100%;
            left: -9999px;
            opacity: 0;
            visibility: hidden;
            transition: 0.5s;
    }
    #right_header.show { 
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    header > .wrapper {
        flex-wrap: wrap;
    }
    #banner .text_block_banner { 
        display: none;
    }
    .banner_text {
        position: absolute;
        bottom: 32px;
        max-width: 1286px;
        margin: 0 auto;
        left: 0;
        right: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-right: 15px;
    }
    .banner_img img {
        width: 100%;
        object-fit: cover;
        height: 250px;
        min-height: inherit;
    }
    .banner_text_mobile { 
        font-size: 32px;
        font-weight: 600;
        padding: 0 15px;
        width: auto;
        letter-spacing: 0.32px;
        padding-top: 15px;
        line-height: 109%;
        color: var(--main)
    }
    .img_know { 
        margin-right: 0;
    }
    .img_know img { 
        width: 100%;
    max-width: 354px;
    display: block;
    margin: 0 auto;
    }
    .quot_body {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.32px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px;
        color: var(--main);
    }
    .quot_info {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.16px;
        color: var(--main);
    }
    .wrap_know {
        display: flex;
        align-items: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .wrap_know .img_know { 
display: none;
    }
    .photo_me img {
        width: 100%;
        object-fit: cover;
        border-radius: 25px 25px 0 0;
        height: 260px;
    }
    .photo_me {
        order: 1;
        margin-bottom: 15px;
    }
    #about_me > div:first-child { 
        order: 2;
        margin-left: 0;
    }
    #about_me > div:last-child { 
        order: 3;
    }
    .text_on_image_me {
        bottom: 23px;
        font-size: 24px;
        left: 15px;
    }
    #about_me {
        margin-top: var(--section-margin);
        display: flex;
        flex-direction: column;
    }
    h2.title_h { 
        line-height: 109%;
        font-size: 32px;
    }
    .text_wrap_me {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .text_wrap_me > div:first-child {
        width: 100%;
    }
    .text_wrap_me > div:last-child {
        width: 100%;
    }
    .individual_wrap {
        flex-wrap: wrap;
    }
    .photo_individual {
        width: 100%;
    }
    .text_block_individual {
        width: 100%;
        margin-top: 25px;
    }
    .text_block_individual a { 
        margin-left: auto;
        margin-right: auto;
    }
    .quout_bottom {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.32px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
        color: var(--main);
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .block_rev {
        text-align: center;
    }
    .slider_arrows .slider_next {
        right: 6px;
    }
    .slider_arrows .slider_prev {
        left: 10px;
    }
    #occupation {
        margin: var(--section-margin);
        margin: 0;
        margin-top: 40px;
    }
    .occupation_wrap {
        margin-top: 40px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .occupation_wrap > div:first-child {
        width: 100%;
    }
    .occupation_wrap > div:last-child {
        width: 100%;
    }
    .price_wrap {
        flex-wrap: wrap;
    }
    .price_wrap > div {
        font-size: 18px;
    }
    .dog_name {
        position: absolute;
        bottom: 20px;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.32px;
        max-width: 1286px;
        margin: 0 auto;
        left: 15px;
        right: 0;
        z-index: 2;
    }
    .img_dog img {
        width: 100%;
        object-fit: cover;
        border-radius: 25px 25px 0 0;
        height: 255px;
    }
    #benito {
        position: relative;
        margin-top: 50px;
    }
    .list_edu {
        margin-top: 25px;
    }
    .wrap_edu_list > div:last-child {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        text-align: right;
    }
    .wrap_edu_list > div:first-child {
        font-size: 18px;
        font-weight: 700;
        color: var(--black);
        max-width: 500px;
        margin-right: 20px;
    }
    .wrap_edu_list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .list_edu {
        margin-top: 25px;
    }
    .list_edu_list ul li {
        width: 100%;
    }
    .wrap_charity {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .text_charity {
        width: 100%;
    }
    .img_charity {
        width: 100%;
        text-align: center;
    }
    .dog_wrap {
        flex-wrap: wrap;
    }
    .right_column_dog {
        max-width: 623px;
        margin-left: 0;
    }
    .form_top {
        flex-wrap: wrap;
    }
    .form_top_right_column {
        margin-left: 0;
        margin-bottom: 40px;
    }
    #main_form {
        margin-top: var(--section-margin);
        max-width: 368px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 50px;
    }
    .block_faq {
        margin-bottom: 16px;
        text-align: left;
    }
    .list_contact {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .title_contact {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 0.4px;
        margin-bottom: 25px;
        text-align: center;
    }
    .list_contact > div {
        margin-bottom: 15px;
    }
    #lang { 
        padding: 20px;
        border-top: 1px solid #ccc;
    }
    #main_menu > ul {
        display: flex;
        align-items: flex-start;
        list-style: none;
        flex-direction: column;
        padding: 20px;
    }
    #main_menu > ul > li {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .close_modal { 
        background: url(images/icons-close.svg) no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 10px;
        right: 10px;
        background-size: 40px;
    }


}
@media screen and (min-width: 768px) and (max-width: 1199px) { 
    .banner_img img {
        width: 100%;
        object-fit: cover;
        height: auto;
        min-height: inherit;
    }
    #banner .text_block_banner {
        display: block;
        font-size: 32px;
        padding-left: 15px;
    }
    .quot_body {
        font-size: 32px;
    }
    .photo_me img {
        height: auto;
    }
    .wrap_know .img_know {
        display: block;
        margin: 0 auto;
    }
    h2.title_h {
        line-height: 109%;
        font-size: 32px;
        text-align: center;
    }
    #about_me > div:first-child {
        order: 2;
        margin-left: 0;
        margin-right: 0;
    }
    .text_block_individual {
        width: 49%;
        margin-top: 0;
    }
    .text_block_individual ul li {
        display: flex;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 108.9%;
        margin-bottom: 10px;
    }
    .photo_individual {
        width: 48%;
    }
    .quout_bottom {
        font-size: 32px;
    }

}

@media screen and (min-width: 768px) { 
    .hidden_pc { 
        display: none;
    }
}
@media screen and (min-width: 1200px) { 
    .button_menu_mobile { 
        display: none;
    }
}
