*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.pk-none{
    display: none;
}

.pk-none-f{
    display: none !important;
}

a, h1, h2, h3, h4, h5, h6, span, p, div{
    font-family: 'Montserrat Alternates', sans-serif;
}

.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#block1{
    background: #22922A;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    z-index: 4;
}

.f-nav{
    z-index: 9999;
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    left: 0;
    padding: 0 5rem 10px;
    background: rgba(255,255,255, 0.8);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 15px #107B80;
    color: #fff;
}

.block-locale{
    margin-top: 1rem;
}

.block-locale a{
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
    font-size: 15px;
    margin-left: 0.5rem;
}

.active-loc{
    border: 1px solid #fff;
    padding: 2px 8px 3px 8px;
    border-radius: 3px;
}

.menu{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.menu a{
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
    font-size: 15px;
}

.menu a:hover{
    text-decoration: underline;
}

.book h3{
    position: relative;
    padding: 10px 32px;
    color: #fff;
    font-size: 20px;
    text-indent: -19px;
    text-transform: uppercase;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #f24a00 url(../images/arrow_bottom.png) right 12px center no-repeat;
    cursor: pointer;
    z-index: 2;
    top: -17px;
    width: 47%;
    margin: 0 auto;
}

#block2 .slick-next:before {
    content: url('../images/right.png') !important;
}

#block2 .slick-prev:before {
    content: url('../images/left.png') !important;
}

#block2 .slick-next {
    right: 12rem;
    z-index: 1;
    top: 14.5rem;
}

#block2 .slick-prev {
    left: 12rem;
    z-index: 1;
    top: 14.5rem;
}

#block2 .slick-dots {
    bottom: 0;
}

.slider-block{
    position: relative;
}

.slider-b-3-1{
    z-index: 3;
    position: relative;
}

.slider-b-2{
    position: absolute;
    top: 7.5rem;
    background: #fff;
    opacity: 0.8;
    padding: 1.5rem;
    width: 850px;
    margin-left: -425px;
    left: 50%;
    border-radius: 1.5rem;
}

.slider-b-2 h1{
    color: #F24A00;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 1rem;
}

.slider-b-2 p{
    position: absolute;
    top: 13.5rem;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bolder;
}

.slider-b-2 .p-first-t{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: center;
}

.block-slider{
    margin-bottom: 0.3rem;
    font-weight: bolder;
    padding-left: 1.5rem;
}

.slider-b-3-1 .block-slider{
    padding-left: 5px;
    width: 22%;
}

.slider-b-2-1 img{
    width: 100%;
    height: 100%;
}

.slick-slide img{
    height: 82vh !important;
}

.slider-b-2-1{
    position: absolute;
    bottom: 0;
    right: 50%;
}

.slider-b-3{
    width: 100%;
}

#block3 {
    margin-top: -30px;
    z-index: 2;
    position: relative;
}

.title-b3{
    border-left: 30px solid #F24A00;
    margin-bottom: 2rem;
}

.title-b3 h2, .title-b3 p{
    margin-left: 2rem;
}

.title-b3 h2{
    text-transform: uppercase;
    font-weight: bolder;
    color: #606060;
    padding-top: 2rem;
}

.title-b3 p{
    font-weight: bolder;
    color: #606060;
    margin-top: 1rem;
}

.title-b3 h2 span{
    color: #22922A;
}

.ul-li-pos{
    position: relative;
}

.ul-li-pos img{
    position: absolute;
    bottom: 3px;
    margin-left: 10px;
}

.ul-li-pos .img-2{
    bottom: -12px;
    margin-left: 2rem;
}

.body-b-3 h3{
    font-size: 18px;
    font-weight: bolder;
    color: #606060;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.body-b-3 ul li{
    font-size: 13px;
    color: #606060;
    list-style: inside;
}

.h3-dec{
    text-decoration: underline;
}

.block-bottom-b3{
    margin-right: 3rem;
}

.block-bottom-b3 p{
    color: #5d8c36;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.block-bottom-b3 h4{
    color: #606060;
    font-size: 35px;
    font-weight: bolder;
}

.block-r-b3-center{
    border: 5px solid #F24A01;
    border-radius: 5px;
    width: 90%;
    padding: 5px 10px;
    margin-right: 1.5rem;;
}

.block-r-b3-center p{
    margin-bottom: 0;
    color: #606060;
}

.block-r-b3-center .price-text{
   font-size: 13px;
    font-weight: bolder;
}

.block-r-b3-center .price{
    font-size: 21px;
    font-weight: bolder;
    margin-left: 1.5rem;
}

.b3c-2{
    display: block;
    width: 90%;
}

.b3c-2 a{
    font-size: 12px;
    color: #606060;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.b3c-2 p{
    font-size: 12px;
    color: #606060;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.b3c-2 button{
    border: none;
    padding: 7px 1.5rem;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-bottom: 5px solid #5d8c36;
    border-radius: 6px;
    text-decoration: none;
    background-color: #8cc35e;
    transition: all .3s ease;
    margin: 8px auto;
    display: block;
    width: 90%;
}

.b3c-2 .button-2{
    border: 2px solid #D8D8D8;
    padding: 7px 1.5rem;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    background-color: #FF6600;
    transition: all .3s ease;
    margin: 0 auto;
    display: block;
    width: 90%;
}

.b3c-2 .fa-whatsapp{
    font-size: 14px;
    position: relative;
    top: 2px;
}

.block-maps-f{
    margin-top: 1rem;
    justify-content: space-between;
}

.block-maps-f .fa-long-arrow-alt-down{
    color: #fff;
    font-weight: bolder;
    font-size: 25px;
    margin-right: 1rem;
}

.cart-payment p{
    font-size: 16px;
    font-weight: bolder;
    color: #606060;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.cart-payment a{
    font-size: 15px;
    font-weight: bolder;
    color: #FF6600;
    display: block;
    margin-top: 1.5rem;
}

#block4{
    background: url("../images/booking_bg.jpg") fixed no-repeat;
    background-size: cover;
    margin-top: 2rem;
}

.form-block-b4{
    padding: 1.5rem;
}

.form-block-b4 h3{
    text-transform: uppercase;
    color: #fff;
    font-weight: bolder;
    font-size: 25px;
}

.form-block-b4 button{
    margin-top: 5px;
    padding: 2px 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    border: 5px solid #fff;
    background-color: #f24a00;
    cursor: pointer;
    transition: all .3s ease;
}

.form-block-b4 input{
    margin-bottom: 5px;
    border-radius: 7px;
    border: 0;
    font-size: 14px;
    color: #606060;
    padding: 1.3rem 1rem;
}

.form-block-b4 textarea{
    margin-bottom: 5px;
    border-radius: 7px;
    border: 0;
    font-size: 14px;
    color: #606060;
    padding: 1.3rem 1rem;
    width: 100%;
}


.form-block-b4 select{
    border-radius: 7px;
    border: 0;
    font-size: 14px;
    color: #606060;
}

.form-block-b4 label{
    color: #fff;
}

.form-block-b4 button:hover{
    color: #f24a00;
    background-color: #fff;
    border: 5px solid #fff;
    transition: all .3s ease;
}

#block5{
    background: #EEEEEE;
    padding-bottom: 3rem;
}

.block-b5-top{
    margin-top: 6rem;
}

.block-btn-b5{
    margin-top: 3rem;
}

.block-b5 p{
    font-size: 13px;
    color: #606060;
    margin-top: 5px;
    font-weight: bold;
}

.block-b5{
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
}

.img-pos-abs{
    position: absolute;
    top: -5rem;
}

.img-pos-abs-2{
    position: absolute;
    top: -5rem;
    left: 7rem;
}

.img-pos-abs-3{
    position: absolute;
    bottom: -5rem;
    left: 0;
}

.img-pos-abs-4{
    position: absolute;
    bottom: -2rem;
    left: 9rem;
    z-index: 1;
}

.img-pos-abs-5{
    position: absolute;
    top: -4rem;
    left: -4rem;
}

.block-btn-b5 a{
    padding: 0.5rem 40px;
    color: #f24a00;
    font-size: 16px;
    border-radius: 6px;
    border: 5px solid #f24a00;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: none;
    margin-bottom: 0;
}

.block-btn-b5 a:hover{
    color: #fff;
    border: 5px solid #f24a00;
    background-color: #f24a00;
    transition: all .3s ease;
}

.title-b3-g h2{
    padding-bottom: 2rem;
}

.b-3-a-fact img{
    height: 250px !important;
    margin-bottom: 2.5rem;
}

#block6 .slick-next:before {
    content: url('../images/right.png') !important;
}

#block6 .slick-prev:before {
    content: url('../images/left.png') !important;
}

#block6 .slick-next {
    right: 0;
    z-index: 1;
    top: 17.1rem;
    width: 50%;
    background: green;
    height: fit-content;
}

#block6 .slick-prev {
    left: 0;
    z-index: 1;
    top: 17.1rem;
    height: fit-content;
    width: 50%;
    background: green;
}

.slide-pos{
    position: relative;
}

.img-center-slide{
    position: absolute;
    top: 16.1rem;
    z-index: 2;
    left: 43%;
}

#block7{
    background: url("../images/equipment_bg.jpg") fixed no-repeat;
    background-size: cover;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.title-b7 h2{
    color: #fff;
}

.block-b7{
    text-align: center;
    color: #fff;
}

.block-b7 p{
    font-size: 18px;
    font-weight: bolder;
    margin-top: 1rem;
}

.block-b7 img{
    height: 75px;
    margin-top: 1rem;
}

#block8 .block-b5 .img-fluid{
    border-radius: 50%;
    border: 8px solid #F24A00;
}

.img-pos-abs-6{
    position: absolute;
    bottom: -5rem;
    left: 4rem;
    z-index: 1;
}

.img-pos-abs-7{
    position: absolute;
    bottom: -2rem;
    left: 7.5rem;
    z-index: 1;
}

.img-pos-abs-8{
    position: absolute;
    bottom: -4rem;
    left: 1rem;
    z-index: 1;
}

#block10{
    padding-bottom: 3rem;
    background: #EEEEEE;
}

.block-b10-1 img{
    border-radius: 50%;
    border: 6px solid #909090;
}

.block-b10{
    margin-bottom: 2.5rem;
}

.block-b10 h5{
    font-size: 16px;
}
.block-b10 p{
    font-size: 14px;
}
.block-b10 a{
    background: #56943F;
    padding: 5px 1rem;
    border-radius: 5px;
    border-bottom: 3px solid #3C6C29;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

#block11{
    background: url("../images/contacts_bg.jpg") fixed no-repeat;
    background-size: cover;
}

.fbb4-bg{
    background: #F14B01;
    padding-left: 3rem;
    height: 100%;
}

.body-b11-contacts .street{
    color: #38A53F;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.body-b11-contacts p{
    color: #fff;
    font-size: 18px;
}

.body-b11-contacts a{
    color: #fff;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

#block13{
    padding-top: 1rem;
    background: #22922A;
}

.copy p{
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
}

#block12 iframe{
    width: 100% !important;
}