:root { 
    --main: #3B6328;
    --white: #fff;
    --black: #000;
    --section-margin: 100px;
    --hover:#5bb331;
    --transition: 0.5s ;
    --hover-button: #539235;
}
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NanumGothic';
    src: url('fonts/NanumGothic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html,body { 
    margin: 0;
    padding: 0;
}
* { 
    margin: 0;
    padding: 0; 
    font-family: 'Manrope';
}
.wrapper { 
    width: 1286px;
    margin: 0 auto;
}
body { 
    padding-top: 96px;
}
header { 
    margin-top: 0;
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
	    box-shadow: 0px 7px 20px 0px rgb(0 0 0 / 16%);
}
header > .wrapper { 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main_menu > ul { 
    display: flex;
    align-items: center;
    list-style: none;
}
#main_menu > ul > li { 
    margin-right: 40px;
}
#main_menu > ul > li:last-child { 
    margin-right: 0px;
}
#main_menu > ul > li a { 
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 0.24px;
    font-weight: 600;
    color: var(--main);
    transition: var(--transition);
}
#main_menu > ul > li a:hover { 
color: var(--hover);
}
.banner_img img { 
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 110px);
    min-height: 640px;
}
#banner { 
    position: relative;
}
.banner_text { 
    position: absolute;
    bottom: 50px;
    max-width: 1286px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.text_block_banner { 
    font-size: 40px;
    color: var(--white);
    letter-spacing: 0.4px;
    max-width: 800px;
    font-weight: 600;
}
.button_block_banner { 

}
.button_block_banner a { 
    width: auto;
    height: 44px;
    display: block;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: var(--main);
    padding: 0 15px;
    transition: var(--transition);
}
.button_block_banner a:hover { 
background: var(--hover-button);
color: var(--white)
}
#quot { 
   margin-top: var(--section-margin)
}
.quot_body { 
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.32px;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    color: var(--main);
}
.quot_info { 
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16px;
    color: var(--main)
}
#i_know { 
    margin-top: var(--section-margin);
}
h2.title_h {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--main);
}
.wrap_know { 
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.img_know { 
    margin-right: 50px;
}
.know_text { 
    font-size: 20px;
    line-height: 108%;
    font-weight: 400;
}
#about_me { 
    margin-top: var(--section-margin)
}
.photo_me { 
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.photo_me img { 
    width: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}
.text_on_image_me { 
    position: absolute;
    bottom: 40px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.32px;
    max-width: 1286px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}
.photo_me:after { 
    content: " ";
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
    box-shadow: 0px -50px 65px 38px rgb(0 0 0 / 69%);
    z-index: 0;
}
.photo_me_img_block { 
    width: 100%;
    height: 660px;
    background-size: cover !important;
    background-position: 0 -259px !important;
	    border-radius: 25px 25px 0 0;
}
.text_wrap_me { 
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.text_wrap_me > div:first-child { 
    width: 44%;
}
.text_wrap_me > div:last-child { 
    width: 50%;
}
.text_wrap_me > div p { 
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 108.9%;
}
.wrap_button_me a { 
    width: 138px;
    height: 44px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--white);
    background: var(--main);
    border-radius: 8px;
    transition: var(--transition);
}
.wrap_button_me a:hover { 
    background: var(--hover-button);
    color: var(--white)
}
.wrap_button_me { 
    margin-top: 40px;
}
#individual_lessons { 
    margin-top: var(--section-margin);
}
.individual_wrap { 
    margin-top: 40px;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.photo_individual { 
    width: 48%;
}
.photo_individual img { 
    width: 100%;
    border-radius: 8px;
}
.text_block_individual { 
    width: 48%;
}
.text_block_individual ul { 
    list-style: none;
}
.text_block_individual ul li { 
    display: flex;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 108.9%;
    margin-bottom: 20px;
}
.text_block_individual ul li:before { 
    content: " ";
    width: 16px;
    height: 16px;
    display: block;
    background: var(--main);
    border-radius: 100px;
    min-width: 16px;
    margin-right: 24px;
    margin-top: 3px;
}
.text_block_individual a {
width: auto;
    height: auto;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: var(--main);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 40px;
    max-width: 310px;
    width: fit-content;
    padding: 15px 15px;
    transition: var(--transition);
    min-width: 380px;
}
.text_block_individual a:hover { 
    background: var(--hover-button);
    color: var(--white)
}
#simple_text_block { 
    margin-top: var(--section-margin)
}
.quout_bottom {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.32px;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    color: var(--main);
}
#reviews {
    margin-top: var(--section-margin)
}
.slider_rev { 
    margin-top: 40px;
    overflow: hidden;
}
.title_rev { 
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px
}
.description_rev { 
    font-size: 20px;
    line-height: 108.9%;
    letter-spacing: 0.2px;
}
.main_block_slider { 
    position: relative;
}
.slider_arrows .slider_prev { 
    position: absolute;
    top: 50%;
    z-index: 99;
    left: -60px;
    cursor: pointer;
}
.slider_arrows .slider_next { 
    position: absolute;
    top: 50%;
    z-index: 99;
    right: -30px;
    cursor: pointer;
}
#occupation { 
    margin: var(--section-margin)
}
.occupation_wrap { 
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.occupation_wrap > div:first-child { 
    width: 46%;
}
.occupation_wrap > div:last-child { 
    width: 46%;
}

.occupation_wrap > div p { 
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 108.9%;
}
.price_wrap { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #3B6328;
    padding-bottom: 15px;
    padding-top: 15px;
}
.price_wrap > div { 
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: var(--main)
}
.occupation_list_price > .price_wrap:first-child { 
    border-top: 2px solid var(--main);
}
.occupation_list_price { 
    margin-top: 20px;
}
.img_dog img { 
    width: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}
#benito {
    position: relative;
}
.img_dog:after { 
    content: " ";
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    box-shadow: 0px -50px 65px 38px rgb(0 0 0 / 69%);
    z-index: 0;
}
.dog_name { 
    position: absolute;
    bottom: 40px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.32px;
    max-width: 1286px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}
#education { 
    margin-top: var(--section-margin);
    background: url(images/fon_edu.png) no-repeat;
    background-size: cover;
}
.list_edu { 
    margin-top: 40px;
}
.wrap_edu_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wrap_edu_list > div:first-child { 
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    max-width: 500px;
}
.wrap_edu_list > div:last-child { 
    font-size: 20px;
    font-weight: 500;
    color: var(--black)
}
.list_edu_list { 
    margin-top: 40px
}
.list_edu_list ul { 
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_edu_list ul li { 
    width: 40%;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
}
.list_edu_list ul li:before { 
    content: " ";
    width: 16px;
    height: 16px;
    display: block;
    background: var(--main);
    border-radius: 100px;
    min-width: 16px;
    margin-right: 24px;
    margin-top: 7px;
}
#charity { 
    margin-top: var(--section-margin)
}
.wrap_charity {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.text_charity { 
    width: 45%;
}
.text_charity p { 
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 108.9%;
}
.img_charity { 
    width: 45%;
    text-align: center;
}
.img_charity a { 
    width: auto;
    height: 44px;
    display: block;
    background: #3B6328;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 310px;
    width: fit-content;
    padding: 0 15px;
    transition: var(--transition);
}
.img_charity a:hover { 
    background: var(--hover-button);
    color: var(--white)
}
#main_form { 
    margin-top: var(--section-margin)
}
.form_bottom input[type="text"], .form_bottom input[type="email"], .form_bottom input[type="tel"] { 
    border-radius: 8px;
    border: 1px solid var(--main, #3B6328);
    width: 330px;
    height: 47px;
    padding-left: 8px;
    margin-bottom: 20px;
    outline: none;
    font-size: 16px;
}
.form_top { 
    display: flex;
    width: 100%;
    margin-top: 40px;
}
.form_top_left_column {
    display: flex;
    flex-direction: column;
}

.wpcf7-radio.radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.wpcf7-list-item-label {
    position: relative;
    padding: 0;
    cursor: pointer;
    width: 46px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpcf7-list-item-label:before {

}
.wpcf7-list-item-label:after {

}
.wpcf7-radio.radio input:checked + .wpcf7-list-item-label {
    background: #3B6328;
    color: #fff;
}
.wpcf7-radio.radio input:focus + .wpcf7-list-item-label:before {
	
}
.form_top_right_column { 
    margin-left: 66px
}
.form_bottom .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    border: 1px solid #3B6328;
    overflow: hidden;
}
.wpcf7-list-item.first { 
    border-radius: 8px 0 0 8px;
}
.wpcf7-list-item.last { 
    border-radius: 0px 8px 8px 0px;
}
.title_dog {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.dog_wrap { 
    display: flex;
    justify-content: flex-start;
}
.left_column_dog { 
    display: flex;
    flex-direction: column;
}
.right_column_dog { 
    max-width: 623px;
    margin-left: 66px;
}
.dog_history { 
    font-size: 16px;
    letter-spacing: 0.16px;
    margin-bottom: 15px;
    display: block;
}
.form_bottom textarea { 
    width: calc(100% - 20px);
    border: 1px solid;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 8px;
    resize: none;
    outline: none;
    font-size: 16px;
}
.form_group { 
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    max-width: 633px;
}
.form_bottom label.title_label { 
    font-size: 16px;
    letter-spacing: 0.16px;
    margin-bottom: 15px;
    display: block;
}
.form_bottom input[type="submit"] { 
    width: 231px;
    height: 44px;
    background: #3B6328;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
}
.form_bottom input[type="submit"]:hover { 
    background: var(--hover-button);
    color: var(--white)
}
.form_bottom .wpcf7-acceptance.optional > .wpcf7-list-item { 
    border: none;
}
.form_bottom .wpcf7-acceptance.optional > .wpcf7-list-item > label { 
    display: flex;
    align-items: center;
}
.form_bottom .wpcf7-acceptance.optional > .wpcf7-list-item > label span { 
    width: auto;
    border: none;
    display: block;
    height: auto;
    padding-left: 15px;
    font-size: 16px;
    letter-spacing: 0.16px;
}
.block_faq { 
    margin-bottom: 16px;
}
.form_bottom .wpcf7-acceptance.optional > .wpcf7-list-item > label span a {
    color: #3B6328;
    text-decoration: none;
    font-weight: bold;
}
.form_top .form_top_left_column .wpcf7-form-control-wrap:after { 
    content: "";
    background: url(images/star.svg) no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    right: -11px;
    top: 0px;
}
.form_bottom .left_column_dog .wpcf7-form-control-wrap:after { 
    content: "";
    background: url(images/star.svg) no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    right: -11px;
    top: 0px;
}
.star { 
    background: url(images/star.svg) no-repeat;
    width: 9px;
    height: 9px;
    display: inline-block;
}
footer { 
    background: url(images/footer_fon.png) no-repeat;
    background-size: cover;
    padding: 20px 0;
    padding-bottom: 30px;
    margin-top: var(--section-margin)
}
.title_contact { 
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 25px;
}
.description_contact { 
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.list_contact { 
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_contact > div { 
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 20px;
}
.list_contact > div a { 
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-decoration: none;  
}
.copy_center { 

}
#copy_center div { 
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.copy_center div:last-child { 
    margin-bottom: 0;
}
#copy { 
    margin-top: 100px;
    border-top: 1px solid #3B6328;
    padding-top: 30px;
    padding-bottom: 30px;
}
#copy > .wrapper { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
select#qtranxs_select_language-chooser { 
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #3B6328;
    outline: none
}
#right_header { 
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo { 
    width: 20%;
}
#qtranxs_select_language-chooser { 
    cursor: pointer;
}
body:not(.home) header { 
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 2px solid #3B6328;
        margin-bottom: 20px;
}
h1.page_title { 
    font-size: 40px;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
    color: var(--main)
}
.block_content_page h2 {
    font-size: 32px;
    letter-spacing: 0.32px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 5px;
    color: var(--main)
}
.block_content_page p { 
font-size: 20px;
font-weight: 600;
line-height: 109%;
color: #000;
margin-bottom: 15px;
}
.block_content_page a.sogl_button { 
    width: 262px;
    height: 44px;
    background: #3B6328;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.block_content_page a.sogl_button:hover { 
    background: var(--hover-button);
    color: var(--white); 
}
input[type="checkbox"] {
accent-color: #3B6328
}