@media only screen and (max-width : 1440px) {

    .rides-list-wrap.__certificate-theme .ride-item-wrap{
        max-width: 900px;
    }

    .rides-list-wrap.__certificate-theme .ride-item {
        height: 400px;
    }

}

@media only screen and (max-width : 1300px) {

    .basket-item{
        width: 68px;
        height: 66px;
        right: 6px;
    }

    .basket-item-count{
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }

}

@media only screen and (max-width : 1150px) {
    nav {
        padding: 0 0 0 20px;
    }
    nav ul:nth-child(1) li {
        padding: 25px 5px;
    }
    .select-language {
        padding: 0 0 0 20px;
    }
    /*footer.footer .footer-nav ul:nth-child(2) li:nth-child(1),*/
    /*footer.footer .footer-nav ul li{*/
        /*padding: 20px 0 3px 5vw;*/
    /*}*/
    footer.footer .footer-nav ul li a{
        font-size: 18px;
    }
}

@media only screen and (max-width : 1100px) {
    .calendar .months-container{
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .calendar .month-container{
        display: inline-block;
        float: none;
        margin-right: 30px;
        width: auto;
    }
    .calendar table.month tr td .day-content{
        padding: 12px 10px 11px;
        width: 37px;
        height: 37px;
    }
    .action.play{
        top: 50%;
        opacity: 1;
    }
    .hor-scroll{
        display: block;
    }
    .payment{
        position: relative;
    }
    .payment > div{
        position: relative;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding-top: 100px;
    }
    .contacts{
        right: 25%;
    }
    nav ul li a {
        font-size: 16px;
        padding: 7px 4px;
    }

    .btn-group a{
        font-size: 22px;
    }
    .btn-group a:nth-child(2) i{
        margin: 5px 5px 0 0;
    }

    .basket-item{
        right: -26px;
        width: 60px;
        height: 52px;
    }

    .basket-item-count {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

}
@media only screen and (max-width : 992px) {
    header.header{
        min-height: 10px;
        z-index: 3;
        padding: 12px 10px 7px;
    }
    header.header.active:before{
        background-color: rgba(0,0,0,0.9);
    }
    .toggle-menu{
        display: inline-block;
    }
    nav{
        display: none;
        position: relative;
        top: 0;
        right: 0;
        height: auto;
        max-width: 270px;
        width: 100%;
        padding: 5px 0 0 0;
        overflow-x: hidden;
        overflow-y: auto;
        clear: both;
    }
    nav.active{
        right: 0;
    }
    nav ul,
    nav ul:nth-child(1),
    nav ul.contacts{
        float: none;
        padding: 0;
    }
    nav ul li,
    nav ul:nth-child(1) li,
    nav ul.contacts li,
    nav ul:nth-child(1) li:last-child,
    nav ul:nth-child(1) li:nth-last-child(2){
        display: block;
        padding: 5px 25px 5px 5px;
        text-align: right;
    }
    nav ul li a,
    nav ul.contacts li a{
        font-family: "OpenSansBold", sans-serif;
        font-size: 18px;
    }
    nav ul.contacts li:nth-child(1):before{
        display: none;
    }
    nav ul.contacts li:nth-child(3),
    nav ul.contacts li:nth-child(1),
    nav ul.contacts li:nth-child(2){
        -webkit-background-size: 18px;
        background-size: 18px;
        background-position: center right;
    }
    nav ul.contacts li:nth-child(1),
    nav ul.contacts li:nth-child(2){
        background-image: url(../img/icons/telephone.svg);
        background-repeat: no-repeat;
    }
    nav ul.contacts li:nth-child(3){
        background-position: top 11px right;
    }
    nav ul.contacts{
        background-color: transparent;
        border-radius: 0;
        display: none;
    }
    nav ul.select-language li{
        display: inline-block;
    }
    .logo img {
        max-width: 55px;
    }
    .select-language{
        text-align: right;
    }
    .box{
        width: 50%;
    }
    .box .photo{
        min-height: 260px;
    }
    .bg{
        background-position: left center;
    }
    .calendar table.month td.day .day-content:hover{
        background-color: transparent !important;
        color: #000000;
    }
    .nav-month:hover{
        background-color: #eaeaea;
        color: #000000;
    }
    footer.footer .footer-nav ul li a{
        font-size: 16px;
    }
    footer.footer .footer-nav ul li a:nth-child(1){
        font-size: 20px;
    }
    footer.footer .footer-nav ul:nth-child(2) li:nth-child(1) a i,
    footer.footer .footer-nav ul:nth-child(2) li:nth-child(2) a i{
        width: 30px;
        height: 22px;
        margin: 6px 0 0;
    }
    footer.footer .footer-nav{
        width: 100%;
        float: none;
    }
    footer.footer .logo{
        display: none;
    }
    footer.footer .footer-nav ul{
        flex-direction: column;
        padding: 0;
    }
    footer.footer .footer-nav ul li{
        float: none;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    footer.footer .footer-nav ul li a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer.footer .footer-nav ul li a i{
        margin: 2px 5px 0;
        width: 30px;
        height: 25px;
    }
    footer.footer .footer-nav ul li a i,
    footer.footer .footer-nav ul li a span{
        float: none;
    }
    footer.footer .footer-nav ul li a:nth-child(1) {
        position: relative;
        margin: 25px 0 10px;
    }
    .btn-group a,
    .btn-group a:nth-child(2),
    .btn-group a:nth-child(1){
        float: none;
        display: block;
        overflow: hidden;
        margin: 0 auto 40px;
        font-size: 20px;
        max-width: 380px;
        text-align: center;
        padding: 16px 5px 19px;
    }
    .btn-group a:nth-child(2) span,
    .btn-group a:nth-child(2) i{
        float: none;
    }
    .btn-group a:nth-child(2) i{
        position: relative;
        top: 5px;
    }
    .btn-group.__flex-theme a:nth-child(1){
        margin-left: auto;
    }
    .top,
    .top .carousel .slide{
        min-height: 620px;
    }
    .btn-group a:nth-child(2) {
        padding: 16px 32px 19px;
    }
    .btn-group a:nth-child(2) i{
        margin: 1px 5px 0 0;
    }
    .btn-group {
        padding: 20px 8px;
    }
    .passeios ul li:nth-child(1){
        width: 100%;
    }
    .passeios ul li{
        width: 50%;
    }
    .team ul {
        padding: 0 35px 0;
    }
    .about {
        text-align: center;
        padding: 73px 0 15px;
    }
    .top .title h1{
        width: 100%;
        text-align: center;
    }
    .top .title p{
        max-width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    footer.footer .footer-nav ul:nth-child(1) li a:before{
        display: none;
    }
    footer.footer .footer-nav ul:nth-child(2) li:nth-child(2){
        display: inline-block;
    }
    footer.footer{
        padding: 30px 0 40px 0;
    }
    .ride-item-wrap{
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width : 768px) {
    .team ul li {
        width: 50%;
    }
    .passeios ul li {
        width: 100%;
    }
    .passeios div.box a:nth-child(2){
        padding: 12px 0 10px 86px;
        min-height: 60px;
        margin: 0 auto;
    }
    .carousel-wrap .slide {
        min-height: 260px;
        max-width: 338px;
    }
    .btn-nav{
        padding: 22px;
    }
    .btn-nav.next {
        right: 8%;
    }
    .btn-nav.prev {
        left: 8%;
    }
    .about.article h2 {
        font-size: 40px;
    }
    .text {
        padding: 0 6px;
        font-size: 16px;
    }
    .text-section h3 {
        font-size: 20px;
    }
    .form {
        padding: 40px 15px;
    }
    .video-block{
        height: 70vw;
    }
    .passeios .box{
        padding: 8px 0 0;
    }
    .passeios .box a{
        padding: 20px 0 19px 80px;
        background-position: left 22px center;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
    }
    .passeios .box a:not(.add-ride-btn),
    .passeios .box button:not(.add-ride-btn),
    .passeios .box a:not(.add-ride-btn).more-inf,
    .passeios .box button:not(.add-ride-btn).more-inf{
        font-size: 14px;
        max-width: 340px;
        align-items: center;
        justify-content: flex-start;
        display: flex;
    }
    .tap-btn{
        display: inline-block;
    }
    /*.passeios .box span,*/
    /*.passeios .box.hover span{*/
        /*position: relative;*/
        /*top: 0;*/
        /*left: 0;*/
        /*width: 100%;*/
        /*-webkit-transform: translate(0,0) scale(1, 1);*/
        /*transform: translate(0,0) scale(1,1);*/
        /*opacity: 1;*/
    /*}*/
    /*.passeios .box figure,*/
    /*.passeios .box.hover figure{*/
        /*position: absolute;*/
        /*top: 50%;*/
        /*left: 50%;*/
        /*-webkit-transform: translate(-50%,-50%) scale(1,1);*/
        /*transform: translate(-50%,-50%) scale(1,1);*/
        /*opacity: 1;*/
        /*max-width: 300px;*/
        /*padding: 0 5px;*/
    /*}*/
}
@media only screen and (max-width : 650px) {
    .box{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    h1{
        font-size: 36px;
        letter-spacing: 0;
    }
    h2{
        font-size: 32px;
        letter-spacing: 0;
    }
    footer.footer a img{
        max-width: 115px;
    }
    footer.footer{
        padding: 20px 0;
        min-height: 50px;
    }
    .fancybox-slide .day-content,
    #zoom-now .day-content{
        padding: 30px 6px;
    }
    #zoom-now table.month tr td .day-content.current-day {
        padding: 25px 6px;
    }
    .popup .end-link,
    .download{
        font-size: 14px;
        padding: 12px 34px 10px;
    }
    .team ul {
        padding: 0;
    }
    .team ul li {
        width: 100%;
    }
    .top, .top .carousel .slide {
        min-height: 740px;
    }
    .top.variable,
    .top.variable .carousel .slide{
        min-height: 400px;
    }
    .btn-group a:nth-child(2) {
        padding: 16px 15px 19px;
    }
    .ride-content{
        height: auto;
        padding: 0 15px 70px;
    }
    .add-ride-btn{
        bottom: 15px;
    }

    .ride-price{
        top: 5px;
    }
}
@media only screen and (max-width : 550px) {
    .fancybox-slide .day-content,
    #zoom-now .day-content{
        padding: 25px 6px;
    }
    .nav-month{
        font-size: 14px;
        max-width: 110px;
        padding: 13px 20px 11px;
        margin: 0 30px;
    }
    .calendar .calendar-header table th {
        font-size: 20px;
    }
    .calendar .calendar-header table th.prev, .calendar .calendar-header table th.next {
        width: 32px;
        height: 32px;
    }
    .prev {
        margin-right: 5px;
    }
    .next {
        margin-left: 5px;
    }
    .calendar .year-title {
        padding: 8px 0 0 !important;
    }
    .nav-month {
        font-size: 14px;
        max-width: 90px;
        padding: 8px 10px;
        margin: 0;
    }
    .control {
        -webkit-transform: translate(0, 44px);
        -moz-transform: translate(0, 44px);
        -ms-transform: translate(0, 44px);
        -o-transform: translate(0, 44px);
        transform: translate(0, 44px);
    }
    .nav-month.prev {
        background-position: left 5px center;
    }
    .nav-month.next {
        background-position: right 5px center;
    }
    #zoom-now table.month tr td .day-content.current-day {
        padding: 20px 6px;
    }
    footer.footer .footer-nav ul{
        float: none;
        width: 100%;
        text-align: center;
    }
    footer.footer .footer-nav ul:nth-child(2) li:nth-child(1) a i,
    footer.footer .footer-nav ul:nth-child(2) li:nth-child(1) a span,
    footer.footer .footer-nav ul:nth-child(2) li:nth-child(2) a i,
    footer.footer .footer-nav ul:nth-child(2) li:nth-child(2) a span{
        float: none;
    }
    footer.footer .footer-nav ul:nth-child(2) li:nth-child(1) a i{
        margin: 0;
        position: relative;
        top: 4px;
    }
    footer.footer .footer-nav ul li,
    footer.footer .footer-nav ul:nth-child(2) li:nth-child(1){
        padding: 5px 0 6px;
        text-align: center;
    }
    .skype{
        padding: 0 0 5px;
    }
    .check-input-item-image{
        height: 45px;
        max-height: 45px;
    }
    .check-input-item-title-wrap{
        font-size: 12px;
    }
    .check-input-item-icon{
        width: 26px;
        height: 26px;
    }
    .check-input-item-title {
        padding: 0 0 0 35px;
    }
    .btn.__md-theme {
        font-size: 14px;
    }

}
@media only screen and (max-width : 480px) {
    h1{
        font-size: 28px;
    }
    .fancybox-slide .day-content,
    #zoom-now .day-content{
        padding: 15px 6px;
    }
    #zoom-now table.month tr td .day-content.current-day {
        padding: 10px 6px;
    }
    .carousel-wrap .slide {
        min-height: 200px;
        max-width: 200px;
    }
    .btn-nav.next {
        right: 5%;
    }
    .btn-nav.prev {
        left: 5%;
    }
    .btn-nav{
        padding: 12px;
    }
    .rider-total-header-content-title{
        font-size: 28px;
    }
    .rider-total-header-content-description{
        font-size: 14px;
    }
    .ride-total-header-image{
        max-width: 58px;
        flex: none;
    }
    .ride-total-header{
        flex-direction: column;
    }
    .rides-list-wrap.passeios button:not(.add-ride-btn):not(.plusMinus-basket-prod):not(.remove-ride-btn){
        font-size: 14px;
        padding: 0 15px 0 35px;
        background-size: 22px;
        height: 52px;
        line-height: 52px;
        background-position: left 8px center;
    }
    .passeios .box a:not(.add-ride-btn).more-inf,
    .passeios .box button:not(.add-ride-btn).more-inf{
        padding: 0 10px;
        font-size: 14px;
        height: 52px;
        line-height: 52px;
    }
    .ride-title{
        font-size: 18px;
    }
    .add-ride-btn{
        height: 46px;
        width: 60px;
        bottom: 3px;
    }
    .ride-item,
    .ride-item.box {
        height: 290px;
    }
    .remove-ride-btn,
    .plusMinus-basket-prod{
        width: 20px;
        height: 20px;
    }
    .ride-total-table-td-name{
        font-size: 14px;
    }
    .input-count-item{
        width: 24px;
        font-size: 14px;
    }
    .ride-total-table-th{
        font-size: 11px;
    }
    .ride-total-wrap{
        margin: 0 -15px;
    }
    .ride-total-table-td{
        font-size: 12px;
    }
    .ride-total-action-wrap .btn{
        padding: 0 40px !important;
    }
    .ride-price{
        font-size: 18px;
        top: 33px;
        background-color: #fff;
        color: #000;
    }
    .ride-content {
        padding: 0 15px 80px;
    }
    .popup.content-theme{
        padding: 20px 10px;
    }
    .popup.content-theme h2{
        font-size: 18px;
    }

    .rides-list-wrap.passeios .box figure{
        top: 35%;
    }
    .rides-list-wrap.__certificate-theme .ride-item {
        height: 270px;
    }
    .delivery-options-list{
        flex-direction: column;
        align-items: flex-start;
    }
    .delivery-options-list-item{
        text-align: left;
        padding: 0 0 10px;
    }
    .check-wrap{
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .btn.__buy-theme{
        font-size: 14px;
    }
    .btn-group a,
    .btn-group a:nth-child(2),
    .btn-group a:nth-child(1){
        font-size: 16px;
        padding: 16px 35px 19px;
    }
    .btn-group a:nth-child(2) {
        padding: 11px 35px 16px;
    }
}

@media only screen and (min-width : 992px) {
    nav{
        display: block !important;
    }
}

@media only screen and (min-width : 1366px) {
    /*footer.footer .footer-nav ul:nth-child(2) li:nth-child(1),*/
    /*footer.footer .footer-nav ul li{*/
        /*padding: 20px 0 3px 120px;*/
    /*}*/
}