@font-face {
    font-family: "Satisfy-Regular";
    src: url("fonts/Satisfy-Regular.ttf");
    src: url("fonts/Satisfy-Regular.ttf") format("ttf");
    }
.more_links {
    display: none;
}
.spechai_off {
    text-align: left;
}
.spechai_off a{
    color: red;
}
.pyramidRow {
    background-image: url(../images/divider1.png);
    width: 100%;
    position: absolute;
    top: -47px;
    left: 0;
    height: 49px;
    z-index: 999;
}

.section_fish .fish1{
    bottom: 30px;
    left:30px;
    animation: fish2 43s linear -39.5s infinite forwards;
}
.section_fish .fish2{
    bottom: 30px;
    left:60px;
    animation: fish2 50s linear -20.5s infinite forwards;
}
@keyframes fish2 {
     0%{transform-origin:15px 60px;transform:rotate(180deg)}6%{transform:rotate(540deg)}15%{transform:rotate(540deg)}21%{transform:rotate(900deg)}57%{transform:rotate(900deg)}63%{transform:rotate(1260deg)}to{transform-origin:15px 60px;transform:rotate(1260deg)} 
}

@keyframes fish2 {
    0%{transform-origin:15px 60px;transform:rotate(180deg)}6%{transform:rotate(540deg)}15%{transform:rotate(540deg)}21%{transform:rotate(900deg)}57%{transform:rotate(900deg)}63%{transform:rotate(1260deg)}to{transform-origin:15px 60px;transform:rotate(1260deg)} 
}

@keyframes fish {
   0%{
    bottom: 20px;
    left: 10px;
   }
   25%{
    bottom: 100%;
    left: 25%;
   }
   50%{
    bottom: 400%;
    left: 50%;
   }
   75%{
    bottom: 300%;
    left: 75%;
   }
   100%{
    bottom: 400%;
    left: 140%;
    
   }
   from{
    opacity: 100%;
   }
   to{
    opacity: 0% ;
   }
   from{
    transform: rotateZ(0deg);
   }
   to{
    transform: rotateZ(45deg);
   }
    
}
@keyframes move_x{
    from{
        background-position-x:0px; 
    }
    to{
         background-position-x:500px; 
    }
}
.pyramidRow{
    animation: move_x 30s ease-in infinite;
}
.section_fish{
    position: absolute;
    top: -137px;
    right: 50%;
    margin-top: 20px;
    height:30px;    
}
.section_fish img {
    position: relative;
    width: 50px;
    text-align: center;
}

.from_class input, .pyramidRow {
    height: 60px;
}
    #animate_intro {
        top: 146px;
        z-index: 2;
        font-family: satisfy;
        
    }
    .wrapper {
        position: relative;
        top: 0px;
        width: 1200px;
        margin: auto auto -45px;
        padding: 20px 0 5px;
        background-color: #fff;
        z-index: 1;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }
    .first_section{
       top: -45px;
    }
.ren_cont{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.box_how .icon_how span {
    background-color: #6699ff;
    border-radius: 50%;
    width: 95px;
    display: block;
    height: 95px;
    margin: auto;
    color: #fff;
    font-size: 48px;
    line-height: 104px;
}
.socialPopularConat{
    top:20px;
}
.carusalConta h3{
    text-align: center;
    
}
.carusalConta p{
    font-size: 20px;
}
.box_how h4{
    font-weight: 700;
}
.img_wrapper {
    background-color: #000;
    margin: 5px 5px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0,#79A70A 100%);
    box-shadow: 0 3px 10px -5px rgb(0 0 0);
    text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon span::after, .ribbon span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span, .search-overlay-menu {
    text-align: center;
}
.ribbon span::after, .ribbon span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}
.ribbon span::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
}
.ribbon span::before {
    left: 0;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
}
.price_grid, .score, .score_wp, .short_info {
    position: absolute;
}
.price_grid {
    top: 18px;
    right: 0;
    padding: 7px 8px 3px;
    background-color: #ff5a5f;
    z-index: 2;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: inline-block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.price_list em {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 5px;
    display: inline-block;
    font-style: normal;
}

.price_grid sup {
    position: relative;
    top: -5px;
    font-size: 16px;
}
.img_container {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 0;
}
.img_container img {
    height: 100%;
    width: 100%;
}
.img_container img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: .4s;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .8;
    -webkit-backface-visibility: hidden;
}
.short_info {
    left: 0;
    bottom: 0;
    
    width: 100%;
    padding: 25px 15px 15px 20px;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.img_container a:hover .short_info{padding-bottom:13%}.img_container a:hover .short_info p{display:block;opacity:1}
.price_grid, .score, .score_wp, .short_info {
    position: absolute;
}
.short_info h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.short_info em {
    font-style: normal;
    opacity: .8;
}
p {
    margin-bottom: 20px;
}
.short_info p {
    opacity: 0;
    display: none;
    padding-top: 10px;
    line-height: 1.4;
    font-weight: 400;
}
.main_title_2 {
    text-align: center;
    margin-bottom: 30px;
}
.main_title_2 h3 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 0;
}
.main_title h2, .main_title_2 h3 {
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: cursive;
}
 h3 span, h4 span, h5 span, h6 span {
    color: #ff5a5f;
}
.main_title_2 p {
    font-weight: 300;
    font-size: 20px;
    color: #777;
}
.list_tours h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    color: #999;
}
.list_tours ul {
    margin: 0 0 30px;
    width: 100%;
    padding: 0;
}
hr {
    margin: 15px 0 30px;
}   

.list_tours ul li {
    position: relative;
    padding: 15px 5px 10px 85px;
    min-height: 80px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    display: table;
    transition: all .2s ease;
    height: 60px;
}
.list_tours ul li:last-child {
    border-bottom: none;
}
.list_tours ul li div {
    display: table-cell;
}
.list_tours ul li div, .promo_full_wp>div {
    vertical-align: middle;
}
a {
    color: #65318f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: 0;
}
.list_tours ul li figure {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 10px;
}
{
    width: 60px;
    height: auto;
}
.list_tours ul li h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.list_tours ul li a .price_list {
    color: #ff5a5f;
    font-weight: 400;
}
.list_tours ul li a .price_list, .price_list:hover {
    float: right;
    font-size: 18px;
    margin-top: -10px;
}

.carusalConta .carousel {
    
    margin-right: 10px;
}
.list_tours ul{
    list-style: none;
}
.list_tours ul li {
    position: relative;
    padding: 15px 5px 10px 85px;
    min-height: 80px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    display: table;
    transition: all .2s ease;
    height: 60px;
}
.list_tours ul li figure {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 10px;
}
.list_tours ul li figure img {
    width: 60px;
    height: auto;
}
.list_tours ul li h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.list_tours ul li a small {
    color: #777;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.list_tours ul li a .price_list {
    color: #ff3366;
}





@media(max-width:1200px){
    .more_links{
        display: none;
    }
}
@media (max-width: 991px){
.wrapper {
    width: 100%;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    top: 0;
    margin-bottom: 0;
}
    .ren_cont{
    display: revert;
}
}