@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body{
    font-family: 'Lora', serif;
    background: rgba(240, 238, 235, 0.8);
}
ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    transition: 0.3s;
}
a:hover{
    text-decoration: none;
}
:focus{
    outline: none;
}
.header_wrap{
    background: url("../img/header_bg.jpg") center top no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: 100vh;
}
header{
    padding: 32px 0;
}
h4{

}
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#fff;
    stroke-width:5.5;
    stroke-linecap:round;
}
.ham4 .top {
    stroke-dasharray: 40 121;
}
.ham4 .bottom {
    stroke-dasharray: 40 121;
}
.ham4.active .top {
    stroke-dashoffset: -68px;
}
.ham4.active .bottom {
    stroke-dashoffset: -68px;
}
@media (min-width: 990px){
	.header_menu{
		display: flex!important;
	}
}
.header_menu{
    display: flex;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
}
.header_menu li a{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin: 0 15px;
    color: #E3CAA4;
}
.header_menu li a:hover{
    color: #D26F28;
}
.header_bottom_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header_bottom{
    height: 75%;
}
.header_bottom_wrap{
    height: 100%;
}
.header_bottom .container, .header_bottom .row, .header_bottom .col-12{
    height: 100%;
}
.header_bottom h1{
    font-weight: 800;
    font-size: 46px;
    line-height: 138.68%;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #F0EEEB;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
.header_bottom h2{
    font-weight: bold;
    font-size: 28px;
    line-height: 57px;
    color: #E3CAA4;
    font-family: 'Lora', serif;
}
.header_bottom hr{
    width: 68px;
    border-color: #E3CAA4;
    border-width: 3px;
}
.btn_layer{
    display: block;
    padding: 14px 48px;
}
.btn_header{
    font-weight: 600;
    font-size: 14px;
    line-height: 110.19%;
    color: #F0EEEB;
    background: #D26F28;
    margin-top: 22px;
    font-family: 'Open Sans', sans-serif;
}
.btn_header:hover{
    transform: scale(1.05);
    color: #fff;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 154.2%;
    color: #3F3C3A;
}
.layer_desc_section{
    padding: 170px 0;
    text-align: center;
    font-family: 'Lora', serif;
}
.layer_desc_section p{
    font-size: 22px;
    line-height: 158.69%;
    color: #3F3C3A;
    font-family: 'Lora', serif;
}
h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 135.19%;
    margin-bottom: 30px;
}
.about_us{
    background: url("../img/about_us_bg.jpg") center top no-repeat, #C2A796;
    padding: 100px 0;
    color: #F0EEEB;
}
.about_us h3{
    text-align: center;
}
.about_us p{
    color: #F0EEEB;
    margin-bottom: 18px;
}
p.about_us_sub_text{
    margin-top: 20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin-bottom: 0;
}
.dark_bg{
    background: #57413B!important;
    color: #F0EEEB!important;
}
.services{
    padding: 100px 0;
}
.services h3{
    color: #3F3C3A;
    margin-bottom: 44px;
    text-align: center;
}
.services_item{
    padding: 45px 50px;
    padding-bottom: 34px;
    color: #F0EEEB;
    background: #C2A796;
    box-shadow: 0px 0px 4px rgba(147, 147, 147, 0.15);
    margin-bottom: 14px;
    height: 100%;
    transition: 0.3s;
}
.services_item:hover{
    background: #57413B;
}
.services_item.dark_bg:hover{
    background: #C2A796!important;
}
.services .col-md-6{
    margin-bottom: 14px;
}
.services_item h5{
    font-weight: 500;
    font-size: 20px;
    line-height: 135.19%;
    margin-bottom: 14px;
    color: #F0EEEB;
}
.services_item ul{
    margin-bottom: 18px;
}
.services_item ul li{
    font-size: 14px;
    line-height: 205.19%;
}
.services_item ul li:before{
    content: "";
    background: #F0EEEB;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.services_item_btn{
    background: #F0EEEB;
    font-weight: 600;
    font-size: 14px;
    line-height: 110.19%;
    display: inline-block;
    padding: 10px 35px;
    color: #3F3C3A;
    font-family: 'Open Sans', sans-serif;
}
.services_item_btn:hover{
    color: #3F3C3A;
    transform: scale(1.03);
}
.representation h3{
    text-align: center;
    margin-bottom: 35px;
}
.representation_btn{
    border: 1px solid #D26F28;
    box-sizing: border-box;
    display: block;
    padding: 4px 35px;
    font-weight: 600;
    font-size: 14px;
    line-height: 205.19%;
    color: #D26F28;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    margin-top: 35px;
    width: 155px;
}
.representation h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 200.19%;
    color: #57413B;
    margin-bottom: 8px;
}
.representation ul li{
    font-size: 16px;
    line-height: 160.69%;
    color: #3F3C3A;
}
.representation{
    padding-bottom: 80px;
}
.representation_wrap{
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}
.representation_btn:hover{
    background: #D26F28;
    color: #fff;
}
.advantage{
    background: rgba(194, 167, 150, 0.6);
    padding-top: 50px;
    padding-bottom: 15px;
    text-align: center;
}
.advantage h3{
    margin-bottom: 65px;
}
.advantage_wrap{
    justify-content: space-around;
    display: flex;
    margin-bottom: 60px;
}
.advantage_item p{
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    color: #3F3C3A;
}
.advantage_item_img{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer{
    background: #57413B;
    padding: 52px 0;
    color: #fff;
}
footer h5{
    font-weight: bold;
    font-size: 22px;
    line-height: 147.68%;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    color: #F0EEEB;
}
.footer_contact{
    display: flex;
    justify-content: center;
}
.footer_contact li a{
    margin: 0 20px;
    font-size: 16px;
    line-height: 176.68%;
    color: #F0EEEB;
    font-family: 'Open Sans', sans-serif;
}
.footer_contact li a span{
    margin-left: 14px;
}
.social_footer{
    display: flex;
    justify-content: flex-end;
}
.social_footer li{
    margin: 0 20px;
}
.social_footer li a{
    font-size: 18px;
    color: #F0EEEB;
}
.social_footer li a:hover, .footer_contact li a:hover{
    color: #D26F28;
}
.attendance{
    padding: 100px 0;
}
.attendance h4{
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 110.19%;
    margin-bottom: 35px;
    text-align: center;
}
.attendance.dark_bg p{
    color: #F0EEEB;
}
.attendance h6{
    font-weight: 600;
    font-size: 16px;
    color: #57413B;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
.attendance.dark_bg h6{
    color: #D9CEBD;
}
.attendance_hide_block{
    display: none;
}
.price{
    padding: 100px 0;
}
.price h3{
    text-align: center;
    margin-bottom: 50px;
}
.price h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 110.19%;
    color: #3F3C3A;
    margin-bottom: 35px;
    text-align: center;
}
.price_item p{
    margin-bottom: 0;
}
.price_price{
    text-align: right;
}
.price_content{
    margin-bottom: 50px;
}
.price_item{
    border: 1px solid #DDDCDB;
    padding: 15px 20px;
    border-bottom: 0;
}
.price_item:last-child{
    border-bottom: 1px solid #DDDCDB;
}
.call_phone{
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: rgba(210, 111, 40, 0.7);
    backdrop-filter: blur(4px);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: #F0EEEB;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}
.call_phone:hover{
    cursor: pointer;
}
.modal-content{
    position: relative;
    padding-bottom: 50px;
}
.modal-content .close{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
}
.modal-content h5{
    font-weight: 500;
    font-size: 32px;
    line-height: 135.19%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 70px;
    color: #3F3C3A;
}
.modal-content{
    background: #D9CEBD;
    box-shadow: 0px 0px 4px rgba(107, 107, 107, 0.15);
    padding: 0 80px;
    padding-bottom: 50px;
}
#topNubex{
    background: rgba(210, 111, 40, 0.7);
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}
#topNubex:hover{
    cursor: pointer;
    transform: scale(1.03);
}
input{
    background: #F0EEEB;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 135.19%;
    color: #3F3C3A;
    border: 0;
    margin-bottom: 2px;
    display: block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
textarea{
    background: #F0EEEB;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 135.19%;
    color: #3F3C3A;
    border: 0;
    display: block;
    width: 100%;
    height: 146px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
}
input[type="submit"]{
    background: #D26F28;
    font-weight: bold;
    font-size: 16px;
    line-height: 110.19%;
    color: #F0EEEB;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s;
}
.wpcf7 form.sent .wpcf7-response-output{
    margin: 0;
}
.modal-dialog{
    max-width: 600px;
}
input[type="submit"]:hover{
    cursor: pointer;
    transform: scale(1.03);
}
.price_desc{
    max-width: 100%;
    width: 650px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    color: #3F3C3A;
    margin-bottom: 15px;
    position: relative;
}
.price_desc:before{
    content: "*";
    font-size: 16px;
    line-height: 26px;
    color: #3F3C3A;
    position: absolute;
    left: -20px;
}
.wpcf7-not-valid-tip{
    font-size: 12px!important;
}
.current-lang{
    display: none!important;
}
.lang-item a{
    text-transform: uppercase!important;
}