@font-face {
	font-family: "Raleway";
	src: url('fonts/Raleway-VariableFont_wght.ttf') format('truetype-variations'),
       	 url('fonts/Raleway-VariableFont_wght.ttf') format('truetype');
}
*, :after, :before {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html{
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
    color: #3f3117;
}
html.overflow_hidden{
    overflow: hidden;
}
h1{
	font-size: 1.6rem;
}
h2{
	text-align: center;
    font-size: 2.2rem;
    text-transform: uppercase;
}
a{
    text-decoration: none;
    outline: none;
}
section{
    padding: 60px 0px;
}
.container{
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}


.header{
	position: relative;
    width: 100%;
    height: 100vh;
    background-color: rgb(33 22 1 / 15%);
    transition: background-color 1s ease;
    color: #fff;

}
.header.hidden{
	background-color: #000;
}
.header:before{
 	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(images/header_fon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}
.header_top{
    width: 100%;
    height: 70px;
    color: #fff;
    padding: 10px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    transition: background-color 0.3s ease;
    z-index: 10;
}
.header_top.active{
	background-color: rgb(239 168 26 / 98%);
}
.header_top.active .header_logo{
	transition: margin-top 0.3s ease;
    margin-top: -8px;
}
.header_logo{
    width: 100px;
    height: 62px;
    background-size: contain;
    background-repeat: no-repeat;
	background-image: url('images/logo.png');
	transition: margin-top 0.7s ease, height 0.5s ease;
}
.header_logo.hidden{
     margin-top: -120px;
}
.header_top_b{
	display: flex;
	align-items: center;
}
.header_top_b h1{
	margin-top: 0px;
    margin-left: 20px;
    transition: margin-top 0.7s ease;
}
.header_top_b h1.hidden{
    margin-top: -120px;
}

.header_menu{
	display: flex;
	margin-left: auto;
}
.header_c{
    padding-top: 300px;
    text-align: center;
    opacity: 1;
    overflow: hidden;
    transition: opacity 0.5s ease;
}
.header_c.hidden{
	opacity: 0;
}
.header_cz{
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: #000 0px 0px 10px;
}
.header_ct{
	font-size: 1.2rem;
    margin-top: 10px;
    text-shadow: #000 0px 0px 6px;
}
.header_menu_b{
	margin-top: 0px;
	transition: margin-top 0.3s ease;
}
.header_menu_b{
	display: block;
    
    font-weight: 500;
    font-size: 1.15rem;
    height: 22px;
    margin-right: 15px;
    color: #fff;
    overflow: hidden;
    transition: height 0.5s ease;
}
.header_menu_b.hidden{
	height: 0px;
}
.header_scroll{
	display: flex;
    position: absolute;
    bottom: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    opacity: 0.7;
}
.header_scroll.hidden{
	opacity: 0;
}
.header_scroll_l{
	background-image: url('images/scroll.png');
    width: 35px;
    height: 35px;
    filter: invert(1);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.about{
	position: relative;
    background-color: rgb(20 16 8);
    color: #fff;
    min-height: 650px;
}
section:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
section h2.hidden{
    margin-top: -40px;
    opacity: 0;
}
section h2{
    transition: margin-top 0.5s ease, opacity 0.8s ease;
    overflow: hidden;
    margin-top: 0px;
    opacity: 1;
    margin-bottom: 40px;
}
.about_br_t.hidden,
.about_br_t2.hidden,
.about_br_ct.hidden{
    margin-top: -5px;
    opacity: 0;
}
.about_br_t,
.about_br_t2{
    transition: margin-top 0.5s ease, opacity 0.8s ease;
    margin-top: 0px;
    opacity: 1;
}

.about_b{
	display: flex;
}
.about_bl,
.about_br{
	position: relative;
	width: 50%;
}
.about_br{
    margin-left: 30px;
    padding-left: 30px;
}
.about_bli{
    background-size: cover;
}
.about_bli.i1{
    width: 520px;
    height: 520px;
    left: 0px;
    border: #373228 solid 10px;
    border-radius: 100%;
    margin-left: auto;
    background-image: url('images/about1.jpg');
    background-size: cover;
    background-position: center;
    transition: 0.8s all;
    opacity: 1;
}
.about_bli.i1.hidden{
    opacity: 0;
}
.about_br_t2{
    margin-top: 20px;
}
.about_br_t,
.about_br_t2{
    font-size: 1.2rem;
    line-height: 2rem;
}
.about_br_ct{
    display: flex;
    align-items: center;
    margin-top: 30px;
    opacity: 1;
    transition: margin-top 0.5s ease, opacity 0.8s ease;
}
.about_br_ct1{
    background-image: url('images/about_user.png');
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}
.about_br_ct2{
    width: calc(100% - 120px);
    margin-left: 30px;
    font-size: 1.4rem;
    line-height: 1.9rem;
}
.values{
    min-height: 625px;
}
.values_bb{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.values_bb_b{
    opacity: 1;
    transition: opacity 0.5s ease;
}
.values_bb_b.hidden{
    opacity: 0;
}
.values_bb_bi{
    width: 120px;
    height: 120px;
    margin-top: 0px;
    margin-left: 0px;
    background-repeat: no-repeat;
    transition: height 0.5s ease, width 0.5s ease, margin-top 0.5s ease, margin-left 0.5s ease;
    border: #a7a7a7 solid 1px;
    background-size: 70%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.values_bb_bi.i1{
    background-image: url('images/values1.png');
}
.values_bb_bi.i2{
    background-image: url('images/values2.png');
}
.values_bb_bi.i3{
    background-image: url('images/values3.png');
}
.values_bb_bi.i4{
    background-image: url('images/values4.png');
}
.values_bb_bi.i5{
    background-image: url('images/values5.png');
}
.values_bb_bz{
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}
.values_bb_bt{
    margin-top: 5px;
}
.values_bb_b{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.values_bb_b:nth-child(3n){
    margin-right: unset;
}


.values_bb_b.hidden .values_bb_bi{
    height: 0px;
    width: 0px;
    margin-top: 60px;
    margin-left: 60px;
}
.stat{
    background-color: rgb(20 16 8);
    color: #fff;
    min-height: 285px;
}
.stat_b{
    display: flex;
}
.stat_bb{
    width: 16%;
    margin-right: 0.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stat_bb:last-child{
    margin-right: unset;
}
.stat_bb1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    color: #665a46;
    border: #443f37 solid 6px;
    border-radius: 100%;
    background-color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 15px;
    margin-top: 0px;
    margin-left: 0px;
    overflow: hidden;
    transition: width 0.5s ease, height 0.5s ease, margin-top 0.5s ease, margin-left 0.5s ease, border 0.5s ease;
}
.stat_bb1.hidden{
    width: 0px;
    height: 0px;
    border: #443f37 solid 0px;
}
.stat_bb2{
    font-size: 1.4rem;
    margin-top: 10px;
}


.directions{
    min-height: 420px;
    background-color: #f9f9f9;
}
.directions_bb{
    display: flex;
    margin-top: 60px;
}
.directions_bb_block{   
    width: calc(100% - 100px);
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px 20px;
    overflow: hidden;
}
.directions_bb_block_b{
    display: flex;
    width: max-content;
    transition: margin-left 0.5s ease;
}

.directions_bb_button{
    font-size: 1.8rem;
    width: 34px;
    height: 34px;
    border: #123123 solid 1px;
    border-radius: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    line-height: 30px;
    cursor: pointer;
}
.directions_bb_button:hover{
    border: #d37842 solid 1px;
    color: #d37842;
}
.directions_bb_button.hidden{
    opacity: 0;
}
.directions_bb_b{
    width: 390px;
    height: 210px;
    margin-right: 20px;
    margin-left: 20px;
    overflow: hidden;
    transition: height 0.5s ease;
}
.directions_bb_b.hidden{
    height: 0px;
}
.directions_bb_bz{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.directions_bb_bn{
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.directions_bb_bn{
    display: flex;
    align-items: center;
}
.directions_bb_bni{
    background-image: url('images/about_user.png');
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.directions_bb_bnt{
    width: calc(100% - 60px);
    font-size: 1.25rem;
}
.directions_bb_bt{
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.stat2{
    
}
.stat2_bb{
    display: flex;
    flex-wrap: wrap;
}
.stat2_bb_b{
    position: relative;
    width: 32%;
    min-height: 200px;
    margin-top: 20px;
    margin-right: 2%;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.stat2_bb_b.hidden{
   opacity: 0;
}
.stat2_bb_b:nth-child(3n){
    margin-right: unset;
}
.stat2_bb_bn{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.stat2_bb_bnn{
    width: 70px;
    height: 70px;
    background-color: #ffecc6;
    border: #e9c377 solid 5px;
    color: #c59c4a;
    border-radius: 100%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.stat2_bb_bnt{
    font-size: 1.3rem;
}
.stat2 h2{
    color: #7e7e7e;
}
.stat2_bb_bi{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.stat2_bb_bi:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(63 49 23 / 80%);
}

.stat2_bb_b.b1 .stat2_bb_bi{
    background-image: url('images/stat2_1.jpg');
}
.stat2_bb_b.b2 .stat2_bb_bi{
    background-image: url('images/stat2_2.jpg');
}
.stat2_bb_b.b3 .stat2_bb_bi{
    background-image: url('images/stat2_3.jpg');
}
.stat2_bb_b.b4 .stat2_bb_bi{
    background-image: url('images/stat2_4.jpg');
}
.stat2_bb_b.b5 .stat2_bb_bi{
    background-image: url('images/stat2_5.jpg');
}
.stat2_bb_b.b6 .stat2_bb_bi{
    background-image: url('images/stat2_6.jpg');
}
.caves{
    min-height: 700px;
    background-color: rgb(20 16 8);
    color: #fff;
}
.caves_filter{
    display: flex;
    height: 40px;
    font-size: 1.15rem;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    transition: height 0.5s ease;
}
.caves_filter.hidden{
    height: 0px;
}
.caves_filter_b{
    background-color: #323a2b;
    border: #123123 solid 1px;
    padding: 8px 20px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
}
.caves_filter_b:last-child{
    margin-right: unset;
}
.caves_filter_b:hover{
    background-color: #589b58;
    border: green solid 1px;
    color: #fff;
    transition: border 0.3s ease, background-color 0.3s ease;
}
.caves_filter_b.active,
.caves_filter_b.active:hover{
    cursor: default;
    background-color: green;
    color: #fff;
    border: green solid 1px;
}
.caves_res{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.caves_res_mix{
    width: calc(25% - 22.5px);
    margin-right: 30px;
    margin-bottom: 10px;
}
.caves_res_mix:nth-child(4n){
    margin-right: unset;
}
.caves_res_b{
    border-radius: 3px;
    overflow: hidden;
    transition: opacity 1s ease;
    background-color: #fff;
    color: #3f3117;
}
.caves_res_b.hidden{
    opacity: 0;
}

.caves_res_bi{
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.caves_res_bi{
    background-image: url('images/caves_i.jpg');
}
.caves_res_bi:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: rgb(58 48 32 / 23%);
}
.caves_res_b:hover .caves_res_bi:before{
    opacity: 1;
}
.caves_res_bz{
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
.caves_res_bt{
    min-height: 100px;
}
.caves_res_bbutton{
    margin-top: 10px;
    background-color: #5c8b35;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.caves_res_bbutton:hover{
    background-color: #ddb646;
}
.caves_res_bz,
.caves_res_bt{
    padding: 0px 10px;
}
.achievement{
    background-color: #242424;
    color: #fff;
}
.achievement_bb{
    display: flex;
    flex-wrap: wrap;
}
.achievement_bb_b{
    position: relative;
    width: 19%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-top: 20px;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s ease;
    cursor: pointer;
}
.achievement_bb_b:nth-child(3n){
    margin-right: unset;
}
.achievement_bb_b.hidden{
    opacity: 0;
}
.achievement_bb_b .achievement_bb_bi:before{
    content: "";
    position: absolute;
    border-radius: 100%;
    border: #fff solid 2px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: width 0.2s ease, height 0.2s ease, top 0.2s ease, left 0.2s ease;
}
.achievement_bb_b:hover .achievement_bb_bi:before{
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    top: -7px;
    left: -7px;
}
.achievement_bb_b.b1{

}
.achievement_bb_b.b2{

}
.achievement_bb_b.b3{
   
}
.achievement_bb_b.b4{
   
}
.achievement_bb_b.b5{
   
}
.achievement_bb_b.b6{
   
}
.achievement_bb_b.b7{
   
}
.achievement_bb_b.b8{
   
}
.achievement_bb_b.b9{
   
}
.achievement_bb_block{
    position: relative;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}
.achievement_bb_bi{
    position: relative;
    background-image: url('images/achievement_i.png');
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}
.achievement_bb_bt{
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.achievement_bb_btext{
    display: none;
}


.caves2_bb{
    display: flex;
}
.caves2_bbl{
    width: calc(100% - 430px);
    margin-right: 30px;
    font-size: 1.3rem;
    font-weight: 500;
}
.caves2_bbl_b{
    overflow: hidden;
    transition: height 0.5s ease;
    height: 45px;
}
.caves2_bbl_b.hidden{
    height: 0px;
}
.caves2_bbr{
    background-image: url('images/caves2_i.jpg');
    width: 500px;
    height: 460px;
    background-size: cover;
    border-radius: 10px;
    transition: height 0.5s ease;
}
.caves2_bbr.hidden{
    height: 0px;
}
.caves2_bbl_bz{
    display: flex;
    margin-bottom: 4px;
    width: 100%;
    transition: width 1s ease;

}
.caves2_bbl_bzr{
    margin-left: auto;
}
.caves2_bbl_bg{
    position: relative;
    width: 100%;
    height: 18px;
    border-radius: 3px;
    overflow: hidden;
}
.caves2_bbl_bgb{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 8px;
    width: 0px;
    background-color: #737373;
    border-radius: 3px;
    transition: width 1s ease, background-color 1s ease;
}
.caves2_bbl_b{
    margin-bottom: 15px;
}
.caves2_bbl_b.hidden{
    width: 10px;
}
.caves2_bbl_b.b1.active .caves2_bbl_bgb,
.caves2_bbl_b.b1.active .caves2_bbl_bz{
    width: 75%;
}
.caves2_bbl_b.b2.active .caves2_bbl_bgb,
.caves2_bbl_b.b2.active .caves2_bbl_bz{
    width: 78%;
}
.caves2_bbl_b.b3.active .caves2_bbl_bgb,
.caves2_bbl_b.b3.active .caves2_bbl_bz{
    width: 63%;
}
.caves2_bbl_b.b4.active .caves2_bbl_bgb,
.caves2_bbl_b.b4.active .caves2_bbl_bz{
    width: 58%;
}
.caves2_bbl_b.b5.active .caves2_bbl_bgb,
.caves2_bbl_b.b5.active .caves2_bbl_bz{
    width: 48%;
}
.caves2_bbl_b.b6.active .caves2_bbl_bgb,
.caves2_bbl_b.b6.active .caves2_bbl_bz{
    width: 35%;
}
.caves2_bbl_b.b7.active .caves2_bbl_bgb,
.caves2_bbl_b.b7.active .caves2_bbl_bz{
    width: 40%;
}
.caves2_bbl_b.b8.active .caves2_bbl_bgb,
.caves2_bbl_b.b8.active .caves2_bbl_bz{
    width: 32%;
}
.contacts_bb{
    display: flex;
    flex-wrap: wrap;
}
.contacts_bb_b{
    width: calc(25% - 6px);
    min-height: 300px;
    margin-right: 8px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.contacts_bb_b.hidden{
    opacity: 0;
}
.contacts_bb_i{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}
.contacts_bb_b:nth-child(4n){
    margin-right: unset;
}
.contacts_bb_bz{
    font-size: 1.3rem;
    margin-top: 10px;
    font-weight: 500;
}
.contacts_bb_bt{
    margin-top: 5px;
}
.footer{
    background-color: #242424;
    padding: 40px 0px;
}
.footer_b{
    display: flex;
    height: 100px;
    transition: height 0.5s ease;
}
.footer_b.hidden{
    height: 0px;
    overflow: hidden;
}
.footer_bl{
    display: flex;
}
.footer_bll{
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-right: 40px;
    transition: color 0.3s ease;
}
.footer_bll:hover{
    color: #77b3d4;
}
.footer_bll_i{
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_bll_t{
    margin-top: 10px;
}
.footer_bll.b3 .footer_bll_t,
.achievement_bb_b .achievement_bb_bi:before{
    font-family: Tahoma;
}
.footer_br{
    width: 30%;
    margin-left: auto;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}
.form_popup{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.form_popup_l,
.form_popup_r{
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: rgb(0 0 0 / 90%);
    transition: top 0.5s ease, bottom 0.5s ease, transform 0.5s ease;
}
.form_popup .form_popup_l{
    top: -50%;
}
.form_popup .form_popup_r{
    bottom: -50%;
}
.form_popup.zindex{
    z-index: 10;
}
.form_popup.active .form_popup_l{
    top: 0px;
    border-bottom: #c9c9c9 solid 1px;
}
.form_popup.active .form_popup_r{
    bottom: 0px;
    border-top: #c9c9c9 solid 1px;
}
.form_popup.b_transform{
    transform: rotate(90deg);
}
.form_popup.active2 .form_popup_l{
    top: -40%;
}
.form_popup.active2 .form_popup_r{
    bottom: -40%;
}
.form_popup_b{
    position: absolute;
    display: none;
    width: 100%;
    height: 0px;
    top: 50%;
    left: 0px;
    z-index: 9;
    transition: top 0.5s ease, height 0.5s ease;
    background-color: rgb(255 255 255 / 98%);
    overflow: hidden;
}
.form_popup.p1 .form_popup_b{
    display: block;
}
.form_popup.p2 .form_popup_b{
    height: 80vh;
    top: 10%;
}
.form_popup_bb{
    color: #222;
    margin-top: 50px;
    text-align: center;
}
.form_popup_bb_z{
    font-size: 2rem;
    border-bottom: #123123 solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.form_popup_bb_t{
    font-size: 1.2rem;
}
.form_popup_b_close{
    font-size: 4rem;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    transition: color 0.3s ease;
}
.form_popup_b_close:hover{
    color: #efaa1e;
}
.caves_res_bt_detail{
    display: none;
}