@font-face {
    font-family: Avenir-Black;
    src: url(../fonts/Avenir-Black.eot);
    src: url(../fonts/Avenir-Black.woff);
}

@font-face {
    font-family: Avenir-BlackOblique;
    src: url(../fonts/Avenir-BlackOblique.eot);
    src: url(../fonts/Avenir-BlackOblique.woff);
}

@font-face {
    font-family: Avenir-Book;
    src: url(../fonts/Avenir-Book.eot);
    src: url(../fonts/Avenir-Book.woff);
}

@font-face {
    font-family: Avenir-BookOblique;
    src: url(../fonts/Avenir-BookOblique.eot);
    src: url(../fonts/Avenir-BookOblique.woff);
}

@font-face {
    font-family: Avenir-Heavy;
    src: url(../fonts/Avenir-Heavy.eot);
    src: url(../fonts/Avenir-Heavy.woff);
}

@font-face {
    font-family: Avenir-HeavyOblique;
    src: url(../fonts/Avenir-HeavyOblique.eot);
    src: url(../fonts/Avenir-HeavyOblique.woff);
}

@font-face {
    font-family: Avenir-Light;
    src: url(../fonts/Avenir-Light.eot);
    src: url(../fonts/Avenir-Light.woff);
}

@font-face {
    font-family: Avenir-LightOblique;
    src: url(../fonts/Avenir-LightOblique.eot);
    src: url(../fonts/Avenir-LightOblique.woff);
}

@font-face {
    font-family: Avenir-Medium;
    src: url(../fonts/Avenir-Medium.eot);
    src: url(../fonts/Avenir-Medium.woff);
}

@font-face {
    font-family: Avenir-MediumOblique;
    src: url(../fonts/Avenir-MediumOblique.eot);
    src: url(../fonts/Avenir-MediumOblique.woff);
}

@font-face {
    font-family: Avenir-Oblique;
    src: url(../fonts/Avenir-Oblique.eot);
    src: url(../fonts/Avenir-Oblique.woff);
}

@font-face {
    font-family: Avenir-Roman;
    src: url(../fonts/Avenir-Roman.eot);
    src: url(../fonts/Avenir-Roman.woff);
}

body{
    margin:0px;
    padding:0px;
}

ul{
    margin:0px;
    padding:0px;
}

/*---------------------------------------*/

h1{
    font-size: 52px;
    font-family: Avenir-Light;
}

h2{
    font-size:42px;
    font-family: Avenir-Light;
}




h3{
    font-size: 32px;
    font-family: Avenir-Light;
}

h1,h2,h3{
    padding-top:30px;
    padding-bottom:30px;
}

@media (max-width: 768px) {

    h1{
        font-size: 36px;
    }

    h2{
        font-size: 36px;
    }

    h3{
        font-size: 36px;
    }

}


@media (max-width: 568px) {

    h1{
        font-size: 34px;
    }

    h2{
        font-size: 34px;
    }

    h3{
        font-size: 34px;
    }

}

.wrapper{
    max-width:1200px;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto;
    z-index:999;
    position: relative;
}

@media (max-width: 1100px) {
    .wrapper{
        padding-left:30px;
        padding-right:30px;
    }

    .wrapper .wrapper{
        padding-left:0px;
        padding-right:0px;
    }

}

@media (max-width: 400px) {
    .wrapper{
        padding-left:20px;
        padding-right:20px;
    }
}

.wrapper_inner{
    z-index:999;
    position: relative;
}


@media (min-width: 1300px) {

    .wrapper_inner{
        padding-left:60px;
        padding-right:60px;
    }

}



.flex-sep{
    flex-grow: 1;
}

a{
    text-decoration: none;
    transition: color 0.5s;
}

a:hover,a.active_footlink{
    text-decoration: none;
    color:#42c270!important;
}

.overtitle_spacer{
    height:60px;
}

/*-------------------------------------------------*/

header{
    height: 1190px;
    background-image:url(../img/header/bg_top.png);
    background-size: cover;
    margin-bottom:300px;
    overflow: hidden;
}

#top_line{
    width:100%;
    height:160px;
    display: flex;
    position:fixed;
    z-index:9999;
    transition: all 0.5s;
}

#top_line.dark,#top_line.small_menu{
    background-color: rgba(0, 0, 0, 0.8);
    height:95px;
}



#top_line>div{
    align-self: center;
}

#top_center_menu{
    flex-grow: 1;
}

#top_center_menu a{
    font-family:Avenir-Black;
    font-size: 18px;
    position: relative;
}

.ta_active::after{
    content:'';
    display:block;
    position:absolute;
    width: 50px;
    height: 3px;
    left:0;
    top:35;
    background-color: #42c270;
}

#top_line ul li{
    display:inline;
}

ul.social_icons li img{
    max-width:30px;
    max-height:26px;
}

ul.social_icons li{
    display:inline;
    padding-left:40px;
}

.logo{
    height:60px;
    width:175px;
}

@media (max-width: 1024px) {

    #top_line{
        height:75px!important;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .logo{
        height:50px;
        width:145px;
    }

}

@media (max-width: 1200px) {
    footer .logo{
        margin-bottom:30px;
    }
}

.top_pad{
    padding-left:20px;
    padding-right:20px;
    width:350px;
}

#top_center_menu{
    justify-content: center;
}

#top_center_menu ul{
    text-align: center;
}

#top_center_menu ul li{
    padding-left:20px;
    padding-right:20px;
}


#top_center_menu ul li a{
    color:#FFF;
}

@media (max-width: 1600px) {

    #top_center_menu a{
        font-size: 16px;
    }

    #top_center_menu ul li{
        padding-left:15px;
        padding-right:15px;
    }

    #top_social, #top_logo{
        width:300px;
    }
}

@media (max-width: 1300px) {
    #top_center_menu a{
        font-family:Avenir-Black;
        font-size: 15px;
    }

    #top_center_menu ul li{
        padding-left:5px;
        padding-right:5px;
    }


}

/*-------------------------------------------------*/

.parralax{
    width: 100%;
    transition: 1s opacity,1s margin;
    overflow: hidden;
}

.parralax img{
    user-select: none;
}

#parralax_daily_tours{
    z-index: 1;
    top: 390px;
}

#header_img1{

}

#header_img2{
    display:none;
}

#parralax_daily_tours img{
    width:68%;
    max-width:1400px;
}

@media (max-width: 1200px) {

    #parralax_daily_tours{
        z-index: 5;
        top:250px;
    }

    #parralax_daily_tours img{
        width:55%;
    }

    #header_img1{
        display:none;
    }

    #header_img2{
        display:inline;
    }

}

@media (max-width: 900px) {
    #parralax_daily_tours img{
        width:80%;
    }
}


#parralax_mountains{
    z-index:2;
    top:380px;
}

#parralax_mountains_mob{
    z-index:2;
    top:330px;
    height:550px;
    background-image: url(../img/header/bg_top_motion_min.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#parralax_label{
    z-index:15;
    top:1080px;
    color:#FFF;
}

#parralax_label h1{
    margin:0px;
}

@media (max-width: 1100px) {
    
    #parralax_label{
        top:950px;
    }

    header{
        background-position: center -180px;
    }

    #parralax_mountains{
        top:350px;
    }

    

    #parralax_daily_tours{
        z-index: 5;
        top:150px;
    }

}

@media (max-width: 768px) {

    #parralax_label{
        top:950px;
    }

    #parralax_mountains{
        top:350px;
    }

}

@media (max-width: 767px) {

    #footer_copyright{
        line-height: 60px;
    }

}

@media (max-width: 420px) {

    #parralax_mountains_mob{
        top:200px;
    }

    #parralax_label{
        top:750px;
    }

}

#parralax_label p{
    font-size: 20px;
    line-height: 2.1;
}

#parralax_cloud_left1,#parralax_cloud_left2,#parralax_cloud_left3, #parralax_cloud_right1, #parralax_cloud_right2{
    z-index:10;
}

#parralax_cloud_left1{
    top:50px;
    height:720px;
    background-image:url(../img/header/cloud_left_1.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}

#parralax_cloud_left2{
    top:300px;
    height:250px;
    background-image:url(../img/header/cloud_left_2.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}

#parralax_cloud_left3{
    top:600px;
    height:720px;
    background-image:url(../img/header/cloud_left_3.png);
    background-repeat: no-repeat;
    background-position:-200px center;
    background-size: contain;
}

#parralax_cloud_left3 img{
    margin-left:-300px;
}


#parralax_cloud_left1 img, #parralax_cloud_left2 img{
    margin-left:-30px;
}

#parralax_cloud_right1 img{
    margin-right:-30px;
}

#parralax_cloud_right2 img{
    margin-right:-250px;
    max-width:800px;
}

@media (max-width: 1200px) {

    #parralax_cloud_right2{
        background-image: url(../img/header/cloud_right_2_cutted_2.png)!important;
        height:400px!important;
        top:650px!important;
    }

    #parralax_cloud_left3{
        top:650px!important;
        height:400px!important;
    }

    #parralax_cloud_left1{
        height:300px!important;
    }

    #parralax_cloud_left2{
        display:none;
    }

    #parralax_cloud_right1{
        display:none;
    }

}

@media (max-width: 768px) {



}

@media (max-width: 550px) {
    #parralax_label p{
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    #parralax_label p{
        font-size: 15px;
    }
}

#parralax_right_left1{
    top:50px;
}

#parralax_right_left2{
    top:350px;
}

#parralax_cloud_right1{
    top:100px;
    height:255px;
    background-image:url(../img/header/cloud_right_1.png);
    background-repeat: no-repeat;
    background-position:center right;
    background-size:contain;
}

#parralax_cloud_right2{
    top:500px;
    height:688px;
    background-image:url(../img/header/cloud_right_2_cutted-min.png);
    background-repeat: no-repeat;
    background-position:center right;
    background-size:contain;
}

#parralax_line1,#parralax_line2{
    z-index:3;
}

#parralax_line1{
    top:150px;
}

#parralax_line1 img{
    max-height:450px;
    max-width:828px;
}

#parralax_line2{
    top:300px;
}

#parralax_line2 img{
    max-height:300px;
    max-width:200px;
}

@media (max-width: 650px) {
    #parralax_line2{
        display:none;
    }
}


#parralax_forest_black{
    z-index:9;
    top:460px;
    height:1030px;
    background-image: url(../img/header/bg_block_hiking.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1100px) {

    #parralax_forest_black{
        top:410px;
    }

}

@media (max-width: 420px) {

    #parralax_forest_black{
        top:280px;
    }

    #parralax_cloud_right1, #parralax_cloud_right2, #parralax_cloud_left1, #parralax_cloud_left2, #parralax_cloud_left3 {
        display:none;
    }

}

@media (max-width: 350px) {
    #parralax_forest_black{
        height:1130px;
    }
}

#black_forest_background{
    background:#1c242c;
    height:490px;
}

#parralax_forest_white{
    z-index:10;
    height:300px;
    top:100%;
    margin-top:-298px;
    display:flex;
    align-items: flex-end;
}

#center_tree{
    margin-bottom: -35px;
    margin-left: -20px;
    margin-right: -30px;
}

#parralax_forest_white img{
    max-height:300px;
}

.im_fix{
    height:300px;
}

#im_fix_left{
    width:455px;
}

#im_fix_right{
    width:410px;
    margin-right:-2px;
}

@media (max-width: 1100px) {

    .im_fix{
        height:170px;
    }

    #im_fix_left {
        width: 260px;
    }

    #im_fix_right {
        width: 230px;
    }

}


@media (max-width: 520px) {

    .im_fix{
        height:140px;
    }

    #im_fix_left {
        width: 205px;
    }

    #im_fix_right {
        width: 180px;
    }



}

@media (max-width: 768px) {

    #center_tree{
        margin-bottom: 0px;
    }

}


#block_tours{
    margin-bottom:15px;
}

.block_tour_content{
    display:flex;
}

.block_tour{
    margin-bottom:30px;
    padding: 15px;
    padding-bottom:10px;
    border-radius: 10px;
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.1);
    transition:0.5s all;
    background:#FFF;
}

.block_tour:hover{
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.2);
}

.tour_img_block{
    width:340px;
    height:260px;
    margin-right:20px;
}

.tour_img_block img{
    width:340px;
    height:260px;
    border-radius: 10px;
    margin-right:20px;
}

.tour_content{
    /*height:260px;*/
}

.tour_col_stars{
    display:flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .tour_col_stars{
        justify-content: flex-start;
    }
}


@media (max-width: 420px) {
    .tour_hide_small{
        display:none;
    }
}

.carousel{
    width:340px;
    margin-right:20px;
}

.carousel-indicators li{
    width:10px;
    height:10px;
    border-radius: 20px;
    margin-left:5px;
    margin-right:5px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .tour_img_block{
        display:none;
    }
    .tour_img{
        margin-right:0px;
        max-width: 100%;
    }
}

.tour_content h3{
    padding-top:0px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.tour_content p{
    font-size: 16px;
    line-height: 1.25;
    color: #3c3e60;
    padding-top:15px;
    margin-bottom:12px;
    max-height:115px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Avenir-Light;
}

.tour_link{
    color:#000;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .tour_link{
        font-size: 26px;
    }

    .tour_estimate_hide{
        display:none;
    }
}

.tour_price{
    font-size:25px;
}

.tour_rating{
    width:129.5px;
    height:23px;
    float:left;
    position: relative;
    background:#DDD;

    margin-top:1px;
}

.tour_rating_comment{
    margin-left:50%;
    left:-65px;
}

.tour_rating .tours_rating_under{
    height:inherit;
    background:#42c270;
    position:absolute;
}

.tour_rating_label{
    display:inline;
    padding-left:5px;
    padding-top:2px;
    float:left;
}

.tour_estimate{
    font-size:19px;
}

.tour_rating img{
    width: 131.5px;
    height: 25px;
    position:absolute;
    left:0;
    margin-left:-1px;
    margin-top:-1px;
    margin-right:-2px;
    margin-bottom:-2px;
}

.tour_person{
    font-size: 16px;
    font-weight: 500;
    color: #a6a7b5;
}

.tour_person a{
    color:#656565;
}

@media (max-width: 380px) {
    .tour_person a{
        display:block;
    }   
}

@media (max-width: 790px) and (min-width: 768px) {
    .tour_person{
        font-size: 14px;
    }
}

.tour_person_hide{

}

@media (max-width: 1000px) and (min-width: 786px) {
    .tour_person_hide{
        display:none;
    }
}

.tour_info{
    min-height:30px;
}

.tour_bottom{

}

.tour_bottom_content{
    height:54px;
    line-height: 54px;
    display:flex;
    align-items: center;
}

.tour_bottom_icons{
    display:flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (max-width: 750px) {

    .tour_bottom_content{
        display:flex;
        flex-direction: column;
        height:auto;
    }

    .tour_book{
        margin-top:15px;

    }

}

/*--ICONS--*/

.icon_time{
    background-image: url(../img/tours_icons/icn_1.svg);
}

.icon_bus{
    background-image: url(../img/tours_icons/icn_2.svg);
}

.icon_nature{
    background-image: url(../img/tours_icons/icn_3.svg);
}

.icon_hiking{
    background-image: url(../img/tours_icons/icn_4.svg);
}

.icon_culture{
    background-image: url(../img/tours_icons/icn_5.svg);
}
.icon_lunch2{
    background-image: url(../img/tours_icons/icn_0.svg);
}

.icon_lunch{
    position: absolute;
    background-image: url(../img/tours_icons/icn_0.svg);
    margin-left: 10px;
    margin-top:10px!important;
    z-index:22;
}

.icon_lunch_simple{
    background-image: url(../img/tours_icons/icn_0.svg);
}

/*--ICONS--*/

.tour_label{
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding-left:35px;
    padding-right: 15px;
    background-color: #f5f5f5;
    color: #3c3e60;
    font-size: 14px;
    margin-right: 10px;
    background-size: 20px 20px;
    background-position:7px center;
    background-repeat: no-repeat;
    margin-top:1px;
    margin-bottom:1px;
}

.tour_book{
    height: 44px;
    line-height: 30px;
    width:200px;
    color:#FFF;
    font-size: 18px;
    font-weight: bold;
    border:0px;
    border-radius: 6px;
    background-color: #42c270;
    cursor:pointer;
}

/*--------------------------------------------------*/

#decor_line_1{
    top:1800px;
}

#decor_line_1 img{
    width:450px;
    height:490px;
}

#decor_line_2{
    top:1500px;
}

#decor_line_2 img{
    width:250px;
    height:490px;
}

#decor_line_3{
    top:2500px;
}

#decor_line_3 img{
    width:490px;
    height:490px;
}

#decor_mountain_left_1{
    top:2400px;
    height:410px;
    background-image:url('../img/decor/left_mountain/left_mountain.png');
    background-position: center left;
    background-repeat: no-repeat;
}

#decor_mountain_left_1_cloud1{
    top:2200px;
    height:465px;
    background-image:url('../img/decor/left_mountain/cloud_for_left_mountain_1.png');
    background-position: center left;
    background-repeat: no-repeat;
}

#decor_mountain_left_1_cloud2{
    top: 2500px;
    height: 361px;
    background-image:url('../img/decor/left_mountain/cloud_for_left_mountain_2.png');
    background-position: center left;
    background-repeat: no-repeat;
}

#decor_mountain_left_1_line{
    top:2400px;
    height:430px;
    background-image:url('../img/decor/left_mountain/left_line_mi.svg');
    background-position: 40px center;
    background-repeat: no-repeat;
    background-size:contain;
}

#decor_mountain_right_1{
    top:3450px;
    height: 335px;
    background-image:url('../img/decor/right_mountain/right_mountain.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size:contain;
}

#decor_mountain_right_1_line{
    top:3500px;
    z-index:10;
    height: 430px;
    background-image:url('../img/decor/right_mountain/right_line_mi.svg');
    background-position: center right 60px;
    background-repeat: no-repeat;
    background-size:contain;
}

#decor_mountain_right_1_cloud1{
    top: 3450px;
    z-index: 10;
    height: 206px;
    background-image: url('../img/decor/right_mountain/cloud_for_right_mountain_1.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

#decor_mountain_right_1_cloud2{
    top:3550px;
    z-index: 10;
    height: 280px;
    background-image: url('../img/decor/right_mountain/cloud_for_right_mountain_2.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

#decor_mountain_right_1_line img{
    width:420px;
    height:430px;
    margin-right:20px;
}

@media (max-width: 1750px) {
    #decor_mountain_right_1, #decor_mountain_right_1_line, #decor_mountain_right_1_cloud1, #decor_mountain_right_1_cloud2, #decor_mountain_right_1_line{
        display:none;
    }
}


#decor_forest_left_1_sub{
    top:calc(-300px);
    height:290px;

    background-image: url('../img/decor/left_tree_clients.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;

}

#decor_forest_left_1_sub img{
    max-width:446px;
    opacity:0.9
}

#decor_forest_left_1{

    top: calc(-300px + 100px);
    height: 360px;

    background-image: url('../img/decor/left_tree_clients.svg');
    background-position: center left -20px;
    background-repeat: no-repeat;
    background-size: contain;

}

#decor_forest_left_1 img{
    max-width:553px;
    margin-left:-20px;
}

#decor_forest_left_1_line{
    top:calc(-300px + 350px);
    height:245px;

    background-image: url('../img/decor/line_clients.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;

}

#decor_forest_left_1_line img{
    max-width:1920px;
}

#decor_footer_cloud1{
    z-index:10;
    height:533px;
    background-image:url(../img/footer/cloud_right_footer.png);
    background-repeat: no-repeat;
    background-position:right center;
    background-size: contain;
}

#decor_footer_cloud2{
    z-index:10;
    margin-top:-10px;
    height:517px;
    background-image:url(../img/footer/cloud_left_footer-min.png);
    background-repeat: no-repeat;
    background-position:left center;
    background-size: contain;
}

#decor_footer_cloud2 img{
    max-width:600px;
}

#decor_footer_gray{
    z-index:1;
    width:600px;
    height:590px;
    left:100%;
    margin-left:-600px;
    bottom:0;
}

#decor_left_gray_3{

    top:-350px;
    height:280px;
    background-image:url(../img/decor/grey/left_line_3.svg);
    background-repeat: no-repeat;
    background-position:center right 50px;
    background-size: contain;

}

#decor_left_gray_4{

    top:-350px;
    height:185px;
    background-image:url(../img/decor/grey/left_line_4.svg);
    background-repeat: no-repeat;
    background-position:center left 50px;
    background-size: contain;

}

#decor_left_gray_4 img{
    width:272px;
    height:185px;
    margin-left:50px;
}

@media (max-width: 1100px) {
    #decor_footer_cloud1, #decor_footer_cloud2,#decor_footer_gray,#decor_left_gray_4,#decor_left_gray_3{
        display:none;
    }
}

/*--------------------------------------------------*/

.top_icons_row{
    text-transform: uppercase;
    font-family:Avenir-Black;
    font-size: 18px;
}

.top_icons_row img{
    margin-bottom:40px;
    max-height:250px;
}

@media (max-width: 1200px) {

    .top_icons_row img{
        margin-bottom:10px;
    }

    .top_icons_row>div>div{
        margin-bottom:30px;
    }

}

.greensep{
    height:10px;
    background-image:url(../img/whyus/decor_line.svg);
    margin-bottom:30px;
    background-position: center center;
    background-repeat: no-repeat;
}

.photo_block{
    height:300px;
    background:#555;
    margin-bottom:20px;
    position: relative;
    border-radius: 5px;
}

.book_button{
    width:60px;
    height:30px;
    line-height: 30px;
    color:#FFF;
    background:#00F;
    text-align:center;
    cursor:pointer;
    border-radius: 5px;

    position:absolute;
    left:100%;
    top:100%;
    margin-top: -50px;
    margin-left:-80px;
    z-index:2;
}

.book_desc{

    height:80px;
    padding-left:20px;
    color:#FFF;

    position:absolute;
    top:100%;
    margin-top:-80px;
}

.textblock p{
    line-height: 2;
    margin-bottom:44px;
    font-size: 16px;
    font-family: Avenir-Light;
}

/*--------------------------------------------------*/



@media (max-width: 1200px) and (min-width: 768px) {

    #find_block_1{
        padding-left:50%;
        background-image: url(../img/decor/tablet_mountain_left.svg);
        font-size:18px;
        background-position: center left;
        background-repeat: no-repeat;
        text-align: left!important;
    }

    #find_block_2{
        font-size:18px;
        text-align: left!important;
    }

    #find_block_3{
        padding-right:50%;
        background-image: url(../img/decor/tablet_mountain_right.svg);
        font-size:18px;
        background-position: center right;
        background-repeat: no-repeat;
        text-align: left!important;
    }

}

@media (max-width: 1100px) and (min-width: 768px) {
    #find_block_1{
        padding-left:50%;
    }
}

/*--------------------------------------------------*/

footer{
    position:relative;
    height:800px;
    background-image: url(../img/footer/bg_footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    color:#FFF;
}

@media (max-width: 1024px) {
    footer{
        height:670px;
        background-position: left bottom;
    }
}

footer a{
    color:#FFF;
    text-decoration: none;
}

footer>div{

}

#footer_inner{

    display:flex;
    flex-direction: column;
    padding-left:20px;
    padding-right:20px;
    height:inherit;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

}

#footer_line_top{
    z-index:9;
}

#footer_line_bottom{
    z-index:10;
    height:110px;
    line-height: 110px;
    color:rgb(121, 121, 121);
}

#footer_social{
    text-align: right;
}

#footer_social ul{
    text-align: right;
}

@media (max-width: 768px) {

    #footer_line_bottom{
        height:auto;
        line-height: 80px;
    }

    #footer_social{
        text-align: left;
    }



    #footer_social ul li{
        padding-left:0px;
        padding-right:40px;
    }

}

@media (max-width: 767px) {
    #footer_social ul{
        text-align: left;
    }
}

.contact_block{
    height:45px;
    line-height: 45px;
    padding-left:50px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 45px 20px;
}

.contact_link{
    cursor:pointer;
    transition: 0.5s all;
}

.contact_link:hover{
    color:#42c270;
}

@media (max-width: 450px) {
    .contact_block{
        height:auto;
    }
}

#cont_phone{
    background-image: url(../img/footer/icn_phone.svg);
}

#cont_email{
    background-image: url(../img/footer/icn_mail.svg);
}

#cont_adress{
    background-image: url(../img/footer/icn_geo.svg);
    background-size:45px 22px;
}


#cont_phone:hover{
    background-image: url(../img/footer/icn_phone_a.svg);
}

#cont_email:hover{
    background-image: url(../img/footer/icn_mail_a.svg);
}

#cont_adress:hover{
    background-image: url(../img/footer/icn_geo_a.svg);
}


@media (max-width: 568px) {

    #cont_adress,#cont_email,#cont_phone{
        display:none;
    }

}

@media (max-width: 767px) {

    .contact_block{
        padding-left: 0px;
    }
}

.logo-row{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

@media (max-width: 1000px) {
    .logo-row{
        margin-top:25px;
    }
}

.logo-row img{
    margin-left:20px;
    margin-right:20px;
}

@media (max-width: 450px) and (min-width:400px) {
    .logo-row img{
        max-width: 130px;
    }
}

.fotorama__arr{
    width:64px;
    height:64px;
    background:#d5d5d5;
    border-radius: 200px;
}

.fotorama__arr:hover{
    background-color:#42c270;
}

.fotorama__arr.fotorama__arr--disabled{

}

.fotorama__arr--next{

}

.fotorama__arr--prev{

}

.testimonials{
    padding-top:190px;
    padding-bottom:100px;
}

@media (max-width: 1100px) {

    .testimonials{
        padding-top:70px;
    }

}

@media (max-width: 768px) {

    .testimonials{
        padding-top:50px;
        padding-bottom:40px;
    }

}

/*--------------------------------------------*/

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){
  transform: none!important;
  webkit-transform:none!important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: none!important;
  webkit-transform:none!important;
}

.testimonials .fotorama__content {
    margin: 0 100px;
    color: #000;
    font-size: 25px;
    text-align: center;
}

.fotorama__nav__frame--dot{
    width:30px!important;
    height:5px!important;
    background-color: #132028;
    margin-left:10px;
    margin-right:10px;
    opacity: 0.1;
    border-radius: 2.5px;
}

.fotorama__nav__frame--dot.fotorama__active{
    opacity:1;
    background-color: #42c270;
}

.fotorama__content{
    font-family: Avenir-Light;
    font-size: 20px;
    line-height: 2.1;
    color: #3c3e60;
}

.fotorama__content-author{
    font-family:Avenir-Black;
    font-size: 22px;
}

.fotorama__arr{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
}

.fotorama__arr--prev{
    background-image:url(../img/arrow_review1.svg);
}

.fotorama__arr--next{
    background-image:url(../img/arrow_review.svg);
}

@media (max-width: 1100px) {
    .testimonials .fotorama__content {
        font-size:22px;
    }
}

@media (max-width: 900px) {
    .testimonials .fotorama__content {
        font-size:20px;
    }
}

@media (max-width: 768px) and (min-width:680px) {

    .fotorama__stage{
        /*height:350px!important;*/
        height:250px!important;
    }

}

@media (max-width: 768px) {



    .testimonials .fotorama__content {
        font-size:19px;
        margin: 0 50px;
    }

    .fotorama__arr{
        width: 54px;
        height: 54px;
        display:none!important;
    }

    .fotorama__arr{
        top:80%;
    }

    .testimonials .fotorama__content{
        margin-bottom:100px;
        margin-left:0px;
        margin-right:0px;
    }

    .fotorama__arr--prev{
    }

    .fotorama__arr--next{
    }

}

@media (max-width: 500px) {

    .testimonials .fotorama__content {
        font-size:16px;
        margin: 0 0px;
    }
}

@media (max-width: 430px) {

    .testimonials .fotorama__content {
        font-size:15px;
        margin: 0 0px;
    }

}

/*-----------------------------*/

#mouse_effect{
    z-index:9998;
    width:20px;
    height:70px;
    position:absolute;
    left:50%;
    margin-left:-10px;
    top:1000px;
}


@media (max-width: 1100px) {
    #mouse_effect{
        top:900px;
    }
}

@media (max-width: 768px) {
    #mouse_effect{
        top:860px;
    }
}


@media (max-width: 420px) {

    #mouse_effect{
        top:640px;
    }

}

#mouse_sub_2{
    margin-top:-5px;
}

#mouse_sub_3{
    margin-top:-5px;
}

#mouse_main{
    margin-bottom:5px;
}

.mouse_sub{
    opacity:0.3;
    transition: 0.5s all;
}

/*------------------------------*/

.clearfix{
    clear:both;
    display:block;
}


@media (max-width: 420px) {

    .mobile_hide{
        display:none;
    }

    .overtitle_spacer{
        display:none;
    }

}

@media (min-width: 421px) {

    .mobile_show{
        display:none;
    }

}


@media (max-width: 767px) {

    .tablet_hide{
        display:none;
    }

}

@media (min-width: 768px) {

    .tablet_show{
        display:none;
    }

}

@media (max-width: 1024px) {

    .overtitle_spacer{
        display:none;
    }

    #title_why_us{
        padding-top:0px;
    }

}


/*-------------------------------------*/

.carousel.rtl {
    direction: rtl;
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel.rtl .carousel-inner > .item.next,
.carousel.rtl .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.carousel.rtl .carousel-inner > .item.prev,
.carousel.rtl .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}


.gray_subtitle{
    text-transform: uppercase;
    font-family: Avenir-Black;
    font-size: 18px;
    padding-top:70px;    
}

#mobile_toggler{
    cursor:pointer;
    width:50px;
    height:50px;
    margin-right:20px;
}

#mobile_toggler #h1,#mobile_toggler #h2{
    margin-bottom: 5px;
    height: 3px;
    background:#42c170;
    border-radius: 10px;        
}

#h1{
    width:26px;
    float:right;
    clear:both;
    margin-top:15px;
}

#h2{
    margin-top: 5px;
    width:21px;
    float:right;
    clear:both;
}

#menu_mobile{
    position:fixed;
    display:none;
    background-color:#273340;
    background-image: url('/img/tree-only.png'),url('/img/line.svg'); 
    background-position: center bottom,left top;   
    background-repeat: no-repeat,no-repeat;
    background-size: contain,200% 100%;
    z-index:9999;
    width:280px;
    height:100%;
    padding-right: 20px;
    padding-left: 20px;
    right:0px;
    margin-right:-300px;
    transition:0.5s all ease-out;
    /*box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.5);*/
}

.show_menu #menu_mobile{
    margin-right:0px;
}

body{
    background:#273340;
}

#content_wrapper{
    width: 100%;
    transition: 0.5s all ease-out;
    background:#FFF;
    position: relative;
}

.show_menu #content_wrapper{
    margin-left:-279px;
    
}

.wrapper-hero{
    background-image:url(../img/01-for-hero-tour.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

#menu_mobile ul{
    height:calc(100% - 250px);
}

#menu_mobile ul li{
    text-align: right;    
    padding-bottom:30px;   
    list-style: none; 
}

@media (max-height: 500px){

    #menu_mobile ul li{
        padding-bottom:10px;
    }

    #menu_mobile_header{
        height:100px!important;
    }

    #menu_mobile ul {
        height: calc(100% - 150px);
    }
}

#menu_mobile ul li a{
    font-size: 20px;
    font-weight: bold;
    color:#FFF;
}

#mobile_closer{
    width:40px;
    height:40px;
    margin-top:17px;
    border-radius: 30px;
    background-color:#42c270;
    background-image: url(/img/icn-close-only.png);
    background-repeat: no-repeat;
    background-position: center;
    float:right;
}

.mob_active::after{
    float:right;
    display:block;
    content:'';
    width:20px;
    height:5px;
    margin-left:5px;
    margin-top:15px;
    background-color: #42c270;
}

.mob_active{    
    color:#42c270!important;
    font-size:24px!important;
}

#menu_mobile_header{
    height:150px;
}

.mobile_social_icons li{
    display:block;
    width:70px;
    height:30px;
    float:right;
    text-align: center;
}

.mobile_social_icons li img{
    width:60px;
    height:25px;
}

@media (max-width: 1197px) {

    #menu_mobile{            
        display:block;
    }

}

#menu_sign{
    display:none;
    font-size:20px;
    color:#42c270;
}

@media (min-width: 766px) and (max-width: 770px), (min-width: 1023px) and (max-width: 1025px) {

    #mobile_toggler{
        width:70px;
        margin-top:11px;
    }

    #menu_sign{
        display:block;
        text-align:center;
    }

    #mobile_toggler #h1,#mobile_toggler #h2{
        margin:0px;
        width:auto;
        float:none;
    }

}

header{
    position:relative;
    overflow: hidden;
}

footer {
    position:relative;
    overflow: hidden;
}

@media (min-width: 1100px){
    .footer_column{
        max-width:300px;
    }
}