* {
    margin: 0;
    padding: 0;
    font-family: 'Scada', sans-serif;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
    /* overflow: hidden; */
}

body {
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
}

ol {
    margin-left: 16px;
}

img,
input,
textarea,
button {
    border-radius: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Yeseva One'; */
    outline: none;
    font-weight: 400 !important;
    line-height: 1.3;
}

p,
span,
input,
ul,
button,
textarea,
label,
b,
strong {
    font-family: 'Scada', sans-serif;
    outline: none;
    line-height: 1.3;
}

i {
    font-family: 'Balsamiq Sans', cursive;
    outline: none;
    line-height: 1.3;
}

a,
a:hover {
    text-decoration: none
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}

input:focus {
    outline: none;
}

img {
    width: 100%
}

h1 {
    font-size: 40px;
    font-weight: 600;
    color: #303030;
    /*font-family: 'Balsamiq Sans';*/
}

h2 {
    font-size: 32px;
    font-weight: 600;
    color: #303030;
    /*font-family: 'Balsamiq Sans';*/
}

h3 {
    font-size: 32px;
    font-weight: 600;
    color: #303030;
    /*font-family: 'Balsamiq Sans';*/
}

h4 {
    font-size: 28px;
    font-weight: 600;
    color: #303030;
    /*font-family: 'Balsamiq Sans';*/
}

h5 {
    font-size: 24px;
    font-weight: 600;
    color: #303030;
    font-family: 'Fira Sans', sans-serif;
}

h6 {
    font-size: 20px;
    font-weight: 600;
    color: #303030;
    font-family: 'Fira Sans', sans-serif;
}

p,
span,
input,
button,
textarea,
label,
b,
strong {
    font-size: 16px;
    color: #aaa;
    line-height: 1.6;
}

#about *,
#programm * {
    color: #333;
}

#about h1,
#programm h1,
#include h1 {
    font-size: 22px;
    margin: 15px 0 5px;
    display: inline;
    font-family: 'Scada', sans-serif;
    font-weight: 400;
}

#include br {
    display: none;
}

#about h2,
#programm h2,
#include h2,
#about h2 strong,
#programm h2 strong,
#include h2 strong {
    font-size: 20px;
    margin: 15px 0 5px;
    display: inline;
    font-family: 'Scada', sans-serif;
    font-weight: 400;
}

#about h3,
#programm h3,
#include h3,
#about h3 strong,
#programm h3 strong,
#include h3 strong {
    font-size: 18px;
    margin: 15px 0 5px;
    display: inline;
    font-family: 'Scada', sans-serif;
    font-weight: 400;
}

#about h2 strong,
#programm h2 strong,
#include h2 strong,
#about h3 strong,
#programm h3 strong,
#include h3 strong {
    font-weight: 700;
}

#about h1.typical_title,
#programm h1.typical_title {
    font-size: 42px;
    font-family: 'Scada', sans-serif !important;
    font-weight: 600 !important;
    display: block;
}

#about h2.typical_title,
#programm h2.typical_title,
#include h2.typical_title {
    font-size: 32px;
    font-family: 'Scada', sans-serif !important;
    font-weight: 600 !important;
    display: block;
}

#about h3.typical_title,
#programm h3.typical_title,
#include h3.typical_title {
    font-size: 26px;
    margin: 10px 0;
    font-family: 'Scada', sans-serif !important;
    font-weight: 600 !important;
    display: block;
}

#about {
    padding-bottom: 30px;
}

.container {
    /* width: 1280px; */
    /* margin: 0 calc(50% - 640px); */
}

@media(max-width: 1279px) {
    /* .container {
        width: 100%;
        margin: 0;
        overflow-x: hidden;
        padding: 0 10px;
    } */

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    p,
    span,
    input,
    button,
    textarea,
    label {
        font-size: 16px;
        line-height: 1.4;
    }
}

.redButton {
    background-color: #dd3333;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    min-width: 140px;
    cursor: pointer;
    transition: 0.5s;
    outline: none;
    border: none;
    display: block;
    padding: 10px 0;
    text-shadow: 0px 1px 1px #000;
    width: 300px;

}

.header__burger-from>.redButton {
    margin-top: 10px;
}

.redButton:hover {
    background-color: #c22d2d;
}




/* HEADER */
header {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    transition: 0.54s;
}

header .headerLogo img {
    width: 200px;
}

header .headerMainNav li a {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 15px;
    transition: 0.5s;
}

header .headerMainNav li a:hover {
    color: #fff;
}

header .headerTel {
    display: block;
    font-weight: 500;
}

header .headerTel:hover {
    color: #fff;
}

/*header .headerContacts{
    background-color: rgba(0, 0, 0, 1);
    padding: 5px 50px 15px 30px;
    z-index: 4;
    position: absolute;
    top: 57px;
    display: none;
    transition: 0.5s;
}*/
header .headerContacts {
    background-color: rgba(0, 0, 0, 1);
    padding: 20px 0 0 0;
    z-index: 4;
    position: absolute;
    display: none;
    transition: 0.54s;

}

header .headerContacts a {
    padding: 5px 30px;
    background: #000;
}

header .headerContacts a:first-child {
    /* padding-top: 30px; */
}

header .headerContacts a:last-child {
    padding-bottom: 30px;
}

header .headerContacts img {
    width: 34px;
    margin-right: 10px;
    transition: 0.5s;
}

header .headerContacts a:hover img {
    filter: brightness(0.9);
}

header .headerContacts a:hover span {
    color: #fff;
    transition: 0.5s;
}

header ul {
    list-style-type: none;
}

header .headerLang {
    padding: 10px;
}

header .langMain a {
    color: #dd3333;
    font-weight: 500;
    border-bottom: 2px solid #dd3333;
    text-transform: uppercase;
}

header .langMain:hover a {
    color: #c22d2d;
    transition: 0.5s;
    border-bottom: 2px solid #c22d2d;
}

@media(min-width: 1024px) {

    header .headerTel,
    header .langMain {
        padding: 0 0;
    }
}

@media(max-width: 1023px) {
    header .headerTel {
        padding: 0 0 20px;
    }
}

/*header .langMult{
    background-color: rgba(0, 0, 0, 1);
    padding: 5px 50px 15px 30px;
    z-index: 4;
    position: absolute;
    top: 65px;
    display: none;
    transition: 0.5s;
    margin: 0 0 0 -30px;
    text-transform: uppercase;
}*/
header .langMult {
    background-color: rgba(0, 0, 0, 1);
    padding: 0;
    z-index: 4;
    position: absolute;
    top: 60px;
    display: none;
    transition: 0.5s;
    margin: 0 0 0 -30px;
    text-transform: uppercase;
}

header .langMult li a {
    padding: 5px 30px;
    background: #000;
    font-weight: 500;
    transition: 0.5s;
    display: block;
}

.langMult a {
    color: rgba(255, 255, 255, 0.8);
}

/*header .langMult li a:first-child {
    padding-top: 30px;
}
header .langMult li a:last-child {
    padding-bottom: 30px;
}*/
header .langMult li a:hover {
    color: #fff;
}

header .closeBurgerMenu img {
    color: #fff;
    position: absolute;
    top: 35px;
    right: 45px;
    width: 20px;
    cursor: pointer;
}

header a.burger i {
    font-size: 20px;
    background-color: #dd3333;
    padding: 8px 10px;
    color: #fff;
    transition: 0.5s;
}

header a.burger:hover i {
    background-color: #c22d2d;
}

header .menuMail a {
    color: #dd3333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    display: block;
}

header .burgerMenuSlide {
    height: 100vh;
    position: fixed;
    z-index: 6;
    right: -100000px;
    top: 0;
    background-color: rgba(0, 0, 0, 0.96);
    padding: 0 20px;
    transition: 0.3s;
}

header .burgerMenuSlide h6 {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    transition: 0.5s;
    margin: 5px 0 5px 10px;
    font-size: 18px;
}

header .burgerMenuSlide h6:hover {
    color: #fff;
}

header .questionForm {
    margin-top: 50px;
}

header .questionForm h5 {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

header .questionForm input,
header .questionForm textarea {
    border: 2px solid #dd3333;
    background: transparent;
    display: block;
    padding: 5px 10px;
    margin: 10px 0 0;
    width: 300px;
    color: #fff;
    font-weight: 300;
}

header .questionForm button[type="submit"] {
    width: 220px;
    margin: 15px 0 0;
    font-weight: 500;
}

@media(max-width: 1279px) and (min-width: 450px) {
    /* .headerMainNav li  {
        margin: 0 5px !important;
        font-size: 12px;
        white-space: nowrap;
    } */

    .headerTel {
        font-size: 12px;
        white-space: nowrap;
        padding: 0 !important;
        padding-top: 3px !important;
    }

    .headerContacts #headerTel {
        padding: 5px 0 20px;
    }

    .headerContacts .fa-chevron-down {
        display: none;
    }

    #detalTrip .tripInfoTable {
        max-width: 100% !important
    }

    /* #mainCatalog .mainCatalogBlock {
        width: 98% !important;
    } */

    #mainCatalog .catalogCalc {
        width: 33% !important;
        max-width: 270px !important;
    }

    #mainCatalog h5 {
        /* height: 77px !important; */
        font-size: 16px;
        line-height: 24px;
    }

    .redButton {
        height: 42px;
        border-radius: 3px;

    }

    #detalTrip .redButton {
        width: 220px !important;
    }

    #detalTrip .detalTripImg img {
        width: 33% !important
    }

    .burgerMenuSlide {
        width: 66% !important
    }
}

/*@media(max-width: 999px){
    header{
        height: 80px;
    }
    header .headerLogo img{
        width: 160px;
    }
    header .headerMainNav{
        display: block;
    }
    header .headerMainNav li a{
      margin: 25px 0 25px -30px; 
      display: block; 
    }
    header .headerContacts{
        top: 80px;
    }
    header .headerLang{
        margin-right: 20px;
    }
    header .langMult{
        top: 80px;
        margin: 0 0 0 -20px;
    }
    header .closeBurgerMenu img{
        top: 25px;
        right: 25px;
    }
    header .burgerMenuSlide{
        height: 300px;
        padding: 0 10px;
        width: 280px;
    }
    header .burgerMenuDesc{
        display: none;
    }
}*/
@media(max-width: 449px) {
    header .headerTel {
        /*margin-left: -30px;*/
    }

    header .headerTel i,
    header .headerContacts {
        display: none !important;
    }
}


/* FOOTER */
footer {
    background: #000;
    padding: 30px 0 15px;
    position: relative;
    z-index: 4;
}

footer .footerLogo img {
    width: 250px;
}

footer .footerContacts a,
footer .footerContacts p {
    color: white;
    transition: 0.5s;
    margin: 0 40px 5px 0;
    display: block;
}

footer .footerContacts a:hover {
    color: #fff;
}

.footerSocial a img {
    width: 40px;
    margin: 5px;
}

footer .footerLine {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 40px auto 15px;
}

footer .footerCopy p,
footer .footerCopy p a {
    font-size: 14px;
}

.footerLogo img,
.headerLogo img {
    transition: 0.54s;
}

.footerLogo img:hover,
.headerLogo img:hover {
    transform: scale(1.05);
}

.h_active a {
    color: #fff
}

@media(max-width: 899px) {
    footer .footerLogo img {
        width: 150px;
    }

    footer .footerContacts a,
    footer .footerContacts p {
        margin: 0 10px 5px 0;
    }

    footer .footerSocial {
        width: 150px;
    }
}

@media screen and (max-width: 576px) {
    footer .footerLogo img {
        width: 240px;
        margin: 0 calc(50% - 120px) 20px;
    }

    footer .footerContacts a,
    footer .footerContacts p {
        text-align: center;
        margin: 0 auto 5px;
    }

    footer .footerSocial {
        width: 100%;
        justify-content: center;
    }

    footer .footerLine {
        margin: 30px auto 10px;
    }

    footer .footerCopy {
        display: block;
        text-align: center;
    }
}




/* BLOG */
#blog {
    padding: 140px 0 200px;
}

@media (max-width: 800px) {
    #blog {
        padding: 140px 0 100px;
    }
}

#blog h1 {
    margin: 5px 0 30px;
}

#blog .blogBlock {
    margin: 20px 0 40px;
}

#blog .blogBlock a {
    display: block;
    overflow: hidden;
}

#blog .blogBlock a img {
    transition: 0.54s;
}

#blog .blogBlock a:hover img {
    transform: scale(1.05);
    filter: brightness(0.9);
}

.datas p {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #dd3333;
}

.datas p i {
    margin: -2px 5px 0 0;
    font-size: 14px;
}

.datas p span {
    font-size: 14px;
    margin-right: 30px;
    white-space: nowrap;
}

#blog a.readMore {
    display: inline-block;
    margin-top: 20px;
    transition: 0.5s;
    padding: 5px 15px;
    color: #dd3333;
    border: 1px solid #dd3333;
    background: #fff;
    border-radius: 2px;
}

#blog a.readMore:hover {
    color: #fff;
    background: #dd3333;
}

@media(max-width: 1279px) {
    #blog h1 {
        text-align: center;
        padding: 0 10px;
    }

    #blog .blogBlock {
        display: block;
    }

    #blog .w45,
    #blog .w50 {
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 576px) {}

/* PAGE NUMBER */
.pageNumb {
    margin: 25px 0 25px;
}

.pageNumb p {
    cursor: pointer;
    padding: 2px 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: 0.5s;
    margin: 0 2px;
}

.pageNumb p:hover {
    color: #dd3333;
}

.pageNumb p.active {
    border: 1px solid #dd3333;
    color: #dd3333;
}

.pageNumb svg {
    fill: #C4C4C4;
    margin: 0 10px 0;
    cursor: pointer;
    width: 10px;
    transition: 0.5s;
}

.pageNumb svg:hover {
    fill: #dd3333;
}

@media(max-width: 576px) {
    .pageNumb p {
        font-size: 16px;
        padding: 2px 8px;
    }

    .pageNumb svg {
        margin: 3px 7px 0;
    }
}

/* BLOG DETAL */
#blogDetal {
    padding: 150px 0 100px;
}

#blogDetal h6 {
    margin: 15px 0 10px;
    display: block;
}

#blogDetal p,
#blogDetal img {
    margin: 10px 0;
    display: block;
}

@media(max-width: 1279px) {
    #blogDetal {
        padding: 120px 0 80px;
    }

    #blogDetal .w80 {
        width: 100%;
    }
}

/* FAQ */
#faq {
    padding: 0 0 150px;
}

#faq h2 {
    margin-bottom: 10px;
}

.faqItem {
    margin: 0 0 15px;
    transition: 0.5s;
}

.faqItem .question {
    background: #c22d2d;
    padding: 5px 15px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    cursor: pointer;
}

.faqItem .question p {
    width: calc(100% - 40px);
    color: #fff;
}

.faqItem .question span.close {
    transition: 1s;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.faqItem.active .question span.close {
    transform: rotate(45deg);
}

.faqItem .answer {
    display: none;
    padding: 15px;
    border: 1px solid #c22d2d;
}

.faqItem.active .answer {
    /* display: block; */
}

@media(max-width: 999px) {
    #faq .w60 {
        width: 80%;
        margin: 0 10%;
    }
}

@media(max-width: 576px) {
    #faq .w60 {
        width: 90%;
        margin: 0 5%;
    }
}

/* TRIP DETAL */
#detalTrip {
    padding: 140px 0 200px;
}

#detalTripCarousel .owl-nav {
    position: relative;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 300;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

#detalTripCarousel .owl-nav div {
    float: right;
    background: rgba(0, 0, 0, 0.1);
    padding: 3px 18px;
    border-radius: 50%;
    color: #999;
    text-shadow: 0 0 1px #000;
    margin: -60% -15px 0;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#detalTripCarousel .owl-nav .owl-next:hover,
#detalTripCarousel .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

#detalTrip h3 {
    margin: 40px 0 10px;
}

#detalTrip h1.typical_title {
    font-size: 42px;
    font-family: 'Scada', sans-serif !important;
    font-weight: 600 !important;
}

@media (max-width: 680px) {
    #detalTrip h1.typical_title {
        font-size: 24px;
    }

    .typical_title {
        text-align: center;
    }
}

#detalTrip h3 {
    margin: 20px 0 10px;
}

#detal__trip {
    display: flex;
    max-width: 1280px;
    justify-content: space-between;
    padding: 10px 16px;
    margin: 0 auto;
    /* height: 2000px; */
}



#detal__trip h3.typical_title span {
    color: #fff;
    background: #dd3333;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 600;
}

#detal__trip p {
    margin: 10px 0;
}

#detal__trip p b,
#detal__trip p strong {
    font-weight: 700;
}

#detalTrip time {
    float: right;
    white-space: nowrap;
    color: #303030;
}

@media(max-width: 1280px) {
    #detalTrip .tripInfoTable span {
        float: right;
        color: #303030;
    }

    #detalTrip h2 span,
    #detalTrip h3 span {
        float: none;
    }

    .detal_nav {
        display: flex;
        /* justify-content: center; */
    }
}

#detalTrip .detalTripImg {
    margin: 15px 0 30px;
    overflow: hidden;
    position: relative;
}

#detalTrip .detalTripImg img {
    width: auto;
    height: auto;
    margin: 0 10px 10px 0;
    transition: 0.5s;
    position: relative;
    display: block;
    z-index: 1;
    min-width: 275px;
}

@media(max-width: 1280px) {
    #detalTrip .detalTripImg img {
        min-width: 100px;
        max-width: calc(33% - 2px);
        margin: 1px;
    }
}

@media(max-width: 630px) {
    #detalTrip .detalTripImg img {
        max-width: calc(33% - 2px);
    }
}

#detalTrip .detalTripImg img:hover {
    filter: brightness(0.9);
    transform: scale(1.01);
    cursor: pointer;
}

#detalTrip .detalTripImg a {
    overflow: hidden;
}

#detalTrip .detalTripImg a img:hover {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    z-index: 2;
}

.slider-detal {
    /* width: 360px; */
    overflow: hidden;
}



@media (max-width: 680px) {
    .slider-detal {
        width: calc(100% - 20px);
    }
}

.detail_container {}

.detalTrip-container {
    max-width: 860px;
}

.tripInfo {
    /* margin: 10px 0;
    position: fixed;
    float: right;
    right: 0; */
    position: fixed;
    width: 340px;
    height: max-content;
    transition: 0.54s;
    background: #fff;
    top: 140px;
    /* right: calc(0px + 380px); */
}

@media(min-width: 1280px) {
    #detalTrip .tripInfo {
        /* right: calc(50vw - 640px);
        padding: 10px;
        border-radius: 2px; */
    }
}

@media (max-width: 1050px) {
    #detal__trip {
        /* flex-direction: column; */
        padding-top: 100px;
        width: 100%;
        /* width: max-content; */
    }

    .tripInfo {
        /* order: -1; */
        /* position: inherit; */
        /* display: none; */
    }

    #detalTrip {
        padding: 0;
    }

}

@media (max-width: 880px) {

    .tripInfo {
        display: none;
    }
}

@media(max-width: 680px) {
    .tripInfo {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}

#detalTrip h2.typical_title {
    margin: 30px 0 0;
}

#detalTrip .tripInfo p {
    font-size: 14px;
}

#detalTrip .tripInfo p span {
    color: #303030;
    font-size: 14px;
    text-align: right;
    display: block;
}

#detalTrip .tripInfoLine {
    background: #eee;
    width: 100%;
    height: 1px;
}

#detalTrip .redButton {
    width: 260px;
    margin: 30px calc(50% - 130px) 0;
}

@media(max-width: 1279px) {
    #detalTrip {
        display: block;
        padding-bottom: 60px !important;
        width: 600px;
        margin-right: 16px;
    }

    #detalTrip .w70 {
        width: 98%;
        margin: 0 1%;
    }

    #detalTrip .w25.tripInfo {
        width: 400px;
        max-width: 400px;
        /* margin: 20px calc(50% - 200px) 0;
        position: inherit; */
    }

    #detalTrip h2 {
        margin: 10px 0;
    }

    #detalTrip .tripInfoTable {
        max-width: 400px;
        margin: 0 0 10px;
    }

    #detalTripCarousel .owl-nav {
        display: none;
    }

    /* #detalTrip .tripInfo {
        float: none;
    } */
}

@media(max-width: 576px) {
    #detalTrip {
        padding: 0 0 200px;
    }
}

@media (max-width: 880px) {
    #detalTrip {
        width: 100%;
        margin-right: 0;
    }
}

/* MAIN */
#underHeader {
    width: 100vw;
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
}

#underHeader h1 {
    color: #fff;
    text-align: center;
    /* padding: 30vh 20px 0; */
    font-weight: 700;
    text-shadow: 0 1px 1px #303030;
    font-size: 60px;
}

#underHeader h1.homeTitle {
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding-bottom: 140px;
}

#underHeader.regions_header h1 {
    color: #000;
    text-shadow: 0px 0px 10px #fff;
}

#underHeader .underHeaderArrow img {
    width: 32px;
    position: absolute;
    bottom: 30vh;
    margin: 0 calc(50% - 16px);
    transition: 1s;
}

@media screen and (max-width: 700px) {
    #underHeader h1 {
        /* padding: 40vh 20px 0; */
        font-size: 40px;
    }
}

#subscribeall .redButton {
    width: 100%;
}


@media(min-width: 1200px) {

    #subscribeall h4 {
        font-size: 25px;
    }
}


#mainCatalog {
    margin: 25px 0;
}

/* @media (max-width: 1050px) {
    #mainCatalog {
        margin: 50px 0;
    }
} */

#mainCatalog img {
    transition: 0.5s;
}

#mainCatalog .mainCatalogText {
    position: relative;
    overflow: hidden;
    bottom: 72px;
    padding: 5px 10px;
    transition: 0.5s;
    margin-bottom: -60px;
    background: rgba(0, 0, 0, 0.5);
}

#mainCatalog .mainCatalogBlockFirst .mainCatalogText {
    bottom: 54px;
}

#mainCatalog .mainCatalogBlockFirst:hover .mainCatalogText {
    bottom: 60px;
}

@media(min-width: 1280px) {
    #mainCatalog .mainCatalogBlockFirst {
        height: 300px;
    }
}

#mainCatalog h5 {
    /* height: 56px; */
    display: flex;
    align-items: center;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
}

#mainCatalog .mainCatalogTextSmall {
    overflow: hidden;
    transition: 0.5s;
    height: 0;
    position: relative;
}

#mainCatalog p {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 12px;
}

#mainCatalog p span {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-weight: 700;
    font-size: 14px;
}

#mainCatalog .mainCatalogBlock:hover .mainCatalogTextSmall {
    overflow: visible;
    height: 19px;
}

#mainCatalog .mainCatalogBlock:hover .mainCatalogText {
    transition: 0.5s;
    bottom: 91px;
    margin-bottom: -79px;
}

#mainCatalog .mainCatalogBlockFirst.mainCatalogBlock:hover .mainCatalogText {
    bottom: 54px;
    margin-bottom: -60px;
}

#mainCatalog .mainCatalogBlock {
    /*display: block;*/
    overflow: hidden;
    /* height: 400px; */
    /* margin-bottom: 50px; */
    border-radius: 2px;
    margin: 8px;
}

@media(min-width: 1280px) {
    #mainCatalog .mainCatalogBlock {
        width: 95%;
    }
}

@media(max-width: 1280px) {
    #mainCatalog .mainCatalogBlock {
        /* max-width: 500px; */
    }
}

#underHeader.lil-title-group {
    height: 60vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 120px;
}



#underHeader.lil-title-group h1 {
    /* padding-top: 45vh; */
}

@media(max-width: 1024px) {
    #underHeader.lil-title-group h1 {
        /* padding-top: 40vh; */
    }

    #underHeader.lil-title-group {
        height: 53vh;

    }
}

.group_desc {
    padding-top: 60px;
}

.group_desc * {
    color: #333;
}

.group_desc h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.group_desc p {
    margin-bottom: 10px;
}

.group_desc img {
    width: 30%;
    height: auto;
    margin: 1.6%;
    transition: 0.54s;
}

.group_desc img:hover {
    filter: brightness(0.9);
    transform: scale(1.01);
    cursor: pointer;
}

@media(max-width: 767px) {
    .group_desc img {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
}

#mainCatalog .mainCatalogBlock img {
    transition: 0.54s;
    overflow: hidden;
    display: block;
}

#mainCatalog .mainCatalogBlock:hover img {
    transform: scale(1.1);
}

#mainCatalog form {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 30px 70px;
}

.catalogSort h4 {
    margin: 30px 0 20px;
}

.catalogSort ul.setCheck {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.catalogSort .setCheck li {
    margin: 10px 0;
    width: 100%;
}

.catalogSort .setCheck li input[type="checkbox"]:checked+label {
    color: #000;
}

.catalogSort li.hideMonth {
    /*display: none;*/
}

.catalogSort .catalogCheck {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.catalogSort .catalogCheck+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: black;
}

.catalogSort .catalogCheck+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background: transparent;
    border-radius: 2px;
    border: 1px solid #808285;
    background-color: #fff;
}

.catalogSort .catalogCheck:checked+label::before {
    border: 1px solid #dd3333;
    background: #dd3333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#mainCatalog a.showMore {
    background-color: #dd3333;
    color: #fff;
    text-align: center;
    font-weight: 700;
    width: 140px;
    cursor: pointer;
    transition: 0.5s;
    outline: none;
    border: none;
    padding: 4px 10px;
    margin: 5px 0 0;
    display: block;
    text-shadow: 1px 1px 1px #000;
}

#mainCatalog button[type="submit"] {
    width: 200px;
    padding: 8px 0;
    margin: 30px calc(50% - 100px) 0;
}

#mainCatalog button[type="submit"]:hover {
    background-color: #c22d2d;
}

iframe.detal_video {
    margin-bottom: 10px;
}

@media(max-width: 1279px) {
    #mainCatalog .catalogAll {
        /* width: calc(100% - 280px); */
        /*    bottom: 95px;
        height: 92px;*/
    }

    #mainCatalog .mainCatalogBlock {
        width: 98%;
        max-height: 100%;
    }

    #mainCatalog .mainCatalogBlock .mainCatalogText {
        transition: 0.5s;
        /*bottom: 116px;*/
        margin-bottom: 0;
        bottom: 0;
        height: auto;
    }

    /*#mainCatalog .mainCatalogBlock:hover .mainCatalogText{
        transition: 0.5s;
        margin-bottom: -99px;
        bottom: 100px;
        height: 100px;
    }
    #mainCatalog .mainCatalogBlockFirst .mainCatalogText {
        height: 60px;
        bottom: 60px !important;
    }
    #mainCatalog .mainCatalogBlockFirst:hover .mainCatalogText {
        height: 60px !important;
        bottom: 60px !important;
    }*/
    #mainCatalog h5 {
        /* height: 48px; */
        font-size: 18px;
        line-height: 24px;
    }

    #mainCatalog .mainCatalogBlock:hover .mainCatalogTextSmall,
    #mainCatalog .mainCatalogTextSmall {
        overflow: visible;
        height: 28px;
        padding-top: 5px;
    }

    #mainCatalog .catalogCalc {
        width: 260px;
    }

    #mainCatalog .mainCatalogBlockFirst.mainCatalogBlock .mainCatalogText {
        bottom: 65px;
        margin-bottom: -60px;
    }
}

@media(max-width: 1279px) {
    #mainCatalog .catalogCalc {
        width: 100%;
    }
}

@media screen and (max-width: 749px) {
    #mainCatalog .catalogAll {
        /* width: 100%; */
    }

    #mainCatalog .mainCatalogBlock {
        /* width: 48%; */
    }

    #mainCatalog .catalogCalc {
        /*display: none;*/
    }

    #mainCatalog .mainCatalogBlock .mainCatalogText {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    #mainCatalog .mainCatalogBlock {
        width: 100%;
    }

    #mainCatalog .mainCatalogBlock .mainCatalogText {
        /*margin: 0 0 -90px;*/
    }

    #mainCatalog .mainCatalogBlockFirst.mainCatalogBlock .mainCatalogText {
        margin: 0 0 -40px;
    }

}



/* ABOUT */
#about .aboutImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    height: 100vh;
    position: fixed;
    width: 40vw;
    z-index: 1;
}

#about .aboutText {
    padding: 140px 0;
}

#about p {
    margin: 6px 0 0;
}

#about .ourTeam h2 {
    margin-top: 50px;
}

#about .ourTeam img {
    margin: 35px 0 15px;
}

#about .aboutContacts {
    margin-top: 100px;
}

#about .aboutContacts a {
    margin: 10px 0;
    display: block;
    font-size: 20px;
    transition: 0.5s;
}

#about .aboutContacts a:hover {
    color: #dd3333;
}

#about .aboutSocial a {
    width: 45px;
    margin: 10px 10px 0 0;
}

#about .aboutSocial a img {
    transition: 0.54s
}

#about .aboutSocial a:hover img {
    transform: scale(1.08);
}

/* CALL BUTTON */
.callButton {
    height: 160px;
    width: 190px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px 1px 15px 15px;
    z-index: 4;
    visibility: visible;
    animation-name: pulse;
    animation-iteration-count: 30000;
    animation-duration: 3s;
}

.callButton .closeCallButt {
    width: 20px;
    background: #dd3333;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: -10px;
    cursor: pointer;
}

.callButton a {
    font-size: 17px;
    transition: 0.5s;
}

.callButton a:hover {
    color: #dd3333;
}

.callButton .closeCallButt img {
    width: 14px;
    display: block;
    background: #dd3333;
}

.callButton a img {
    width: 40px;
    margin: 10px 18px 0 0;
}

/* 404 */
#page404 {
    z-index: 1;
    width: 100vw;
    height: 100vh;
}

#page404 h1 {
    padding: 35vh 0 0;
}

#page404 h2 {
    color: #dd3333;
    font-size: 160px;
}

#page404 p a {
    color: #dd3333;
}


/* POP UP */
.popUpBack {
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 7;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.popUp {
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

form.tripInfoForm {
    width: 400px;
    height: 440px;
    padding: 40px 30px;
    background: #fff;
}

form.tripInfoForm img.close {
    cursor: pointer;
    width: 50px;
    position: absolute;
    background: #dd3333;
    border-radius: 50%;
    padding: 10px;
    top: -25px;
    right: -25px;
}

form.tripInfoForm h4 {
    text-align: center;
    margin: 0 auto 20px;
}

form.tripInfoForm input,
form.tripInfoForm textarea {
    display: block;
    width: 100%;
    border: 1px solid #808285;
    padding: 12px;
    font-size: 16px;
    margin: 0 auto 15px;
    color: #303030;
}

form.tripInfoForm input:focus,
form.tripInfoForm textarea:focus {
    color: #303030;
    border-color: #dd3333;
}

form.tripInfoForm button[type="submit"] {
    width: 260px;
    margin: 20px calc(50% - 130px);
}

@media(max-width: 576px) {
    form.tripInfoForm {
        width: 290px;
        height: 400px;
        padding: 30px 25px;
    }

    form.tripInfoForm button[type="submit"] {
        width: 240px;
        margin: 20px calc(50% - 120px);
    }
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #dd3333;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

.time_blog {
    padding-top: 4px;
    white-space: nowrap;
}

.datas a:hover {
    color: #dd3333;
}

.datas a {
    white-space: nowrap;
}

header a {
    visibility: visible !important;
}

.h-around {
    justify-content: space-around;
}

.orwrite {
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 30px 0 10px;
}

#mainCatalog .catalogAll {
    /* gap: 16px; */
    /* display: grid !important;
    grid-template-columns: repeat(3, 1fr); */
}

#mainCatalog .group_s .catalogAll {
    /* display: grid !important;
    grid-template-columns: repeat(4, 1fr); */
}

#mainCatalog .catalogAll .mainCatalogBlock {
    /* margin: 5px auto; */
    width: 23%;
}

@media(max-width: 1300px) {
    #mainCatalog .catalogAll .mainCatalogBlock {
        /* margin: 5px auto; */
        width: 31%;
    }
}

@media(max-width: 1024px) {
    #mainCatalog .catalogAll {
        /* display: grid !important;
        grid-template-columns: repeat(2, 1fr); */
    }

    #mainCatalog.group_s .catalogAll {
        /* display: grid !important;
        grid-template-columns: repeat(2, 1fr); */
    }
}



@media(max-width: 450px) {
    #mainCatalog .catalogAll .mainCatalogBlock {
        width: 98%;
    }
}


.video_h {
    margin: 20px 0;
    display: block;
}

.footerSocial a img,
.headerContacts img {
    transition: 0.54s
}

.footerSocial a:hover img,
.headerContacts a:hover img {
    transform: scale(1.04);
}

.promo {
    position: absolute;
    color: red;
    font-size: 20px;
    text-shadow: 0 0 10px #000;
    font-weight: 100;
    margin: 8px 10px;
    max-width: 240px;
    z-index: 1;
    transition: 0.54s;
    padding-bottom: 240px;
    line-height: 1.1;
}

.mainCatalogBlock {
    width: 200px;
}

.mainCatalogBlock:hover .promo {
    text-shadow: 0 0 10px #000;
    font-weight: 100;
}

#subscribe {
    margin: 40px 0;
}

#subscribe input[type=email], .subscribeall__input {
    width: 100%;
    max-width: 630px;
    padding: 8px 20px;
    display: block;
    margin: 30px 0 0;
}

@media(max-width: 767px) {

    #subscribe .w75,
    #subscribe .w25 {
        width: 100%;
    }

    #subscribe input[type=email], .subscribeall__input {
        margin: -30px 0 -20px !important;
        text-align: center;
    }
}

.sub_space {
    position: relative;
    padding: 20px 0;
    background: #aaa;
    z-index: 1;
    position: relative;
}

#subscribeall input[type=email], .subscribeall__input {
    width: 100%;
    max-width: 100%;
    padding: 9px 20px;
    display: block;
    margin: 0;
    border: none;
}

@media(max-width: 767px) {
    .sub_space {
        text-align: center;
    }

    .sub_space .w20 {
        width: 100%;
    }

    #subscribeall .w40,
    #subscribe .w25 {
        width: 100%;
    }

    #subscribeall input[type=email], .subscribeall__input {
        margin: 5px 0 10px !important;
        text-align: center;
        font-size: 14px;
    }

    #subscribeall .redbutton {
        margin: 0 auto;
    }
}

.detal_nav {
    margin: 20px 0 40px;
}

@media (max-width: 752px) {
    .detal_nav {
        justify-content: center;
    }
}

.detal_nav a {
    white-space: nowrap;
    margin: 10px !important;
    display: inline-block;
}

.mainCatalogBlock {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: flex-end;
    transition: 0.54s;
}

#mainCatalog .mainCatalogText {
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
}

#mainCatalog .mainCatalogBlock:hover .mainCatalogText {
    transition: 0.5s;
    bottom: 0;
    margin-bottom: 0;
}

.mainCatalogBlock:hover {
    transform: scale(1.02);
    transition: 0.54s;
}



@media(max-width: 767px) {
    .burgerMenuSlide {
        width: 280px !important;
    }

    .burgerMenuDesc {
        display: none !important;
    }

    .headerMainNav {
        flex-wrap: wrap;
    }

    .headerMainNav li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    header .headerTel {
        margin-top: 10px;
        margin-left: 10px !important;
    }

    #mainCatalog .catalogCalc {
        width: 100% !important
    }

    #underHeader h1 {
        /* padding-top: 25vh !important */
    }
}

@media(max-width: 767px) and (min-width: 450px) {
    /* #mainCatalog .catalogAll {
        display: flex !important;
    } */

    /* #mainCatalog .w30.mainCatalogBlock {
        width: 49% !important;
    } */
}

@media(min-width: 768px) and (max-width: 1024px) {
    /* #mainCatalog .catalogAll .mainCatalogBlock {
        width: 98% !important
    } */
}

@media(max-width: 500px) {
    #mainCatalog.group_s .catalogAll {
        grid-template-columns: 1fr;
    }
}

.news-container {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap !important;
}

@media (max-width: 850px) {
    .news-container {
        flex-direction: column;
        text-align: center;
    }
}

/* @media (min-width: 1050px) { */
#go_to_tel:hover .headerContacts {
    display: block;
}

/* } */



/* s==============new header */

#mainCatalog .catalogAll {
    justify-content: flex-start;
}

@media(max-width: 900px) {
    #mainCatalog .catalogAll {
        justify-content: space-between;
    }
}


@media(max-width: 900px) {
    #underHeader.lil-title-group {
        padding-bottom: 70px;
    }

    #underHeader h1.homeTitle {

        padding-bottom: 80px;
    }
}

#mainCatalog .catalogAll .homeBlock {
    width: 31%;
    height: 350px;
}

@media (max-width: 1140px) {
    #mainCatalog .catalogAll .mainCatalogBlock {
        /* width: 100%; */
    }

    .d-flex.h-between.homeContainer {
        gap: 24px;
    }

    .homeContainer .catalogAll.catalogHome {
        width: 100%;
    }

    #mainCatalog .catalogAll .homeBlock {
        width: 31%;
        height: 300px;
    }
}


@media (max-width: 800px) {
    #mainCatalog .catalogAll .homeBlock {
        width: 48%;
    }
}

@media (max-width: 500px) {
    #mainCatalog .catalogAll .mainCatalogBlock {
        width: 100%;
        margin: 0px 6px 12px 0;
    }
}


.mobile-tripInfo {
    display: none;
}

@media (max-width: 880px) {
    .mobile-tripInfo {
        display: block;
        position: inherit;
        margin-bottom: 32px;
        width: 100%;
    }
}

@media(max-width: 850px) {
    #mainCatalog .catalogAll .mainCatalogBlock {
        width: 46%;
    }

    /* #mainCatalog .catalogAll {
        grid-template-columns: repeat(1, 1fr);
    } */

    /* #mainCatalog.group_s .catalogAll {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
    } */
}

@media (max-width: 500px) {
    #mainCatalog .catalogAll .mainCatalogBlock {
        width: 100%;
        margin: 0px 0 12px 0;
    }

    #mainCatalog .catalogAll {
        justify-content: space-between;
    }
}

@media (max-width: 1060px) {
    .detalTrip-container {
        max-width: 500px;
    }

    .slider-detal {
        /* width: 600px; */
    }

    .slider-detal {
        width: 500px;
        margin-right: 16px;
    }
}

@media (max-width: 940px) {}

@media (max-width: 840px) {
    .detalTrip-container {
        max-width: inherit;
        overflow: hidden;
        border-radius: 6px;
    }

    .slider-detal {
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    #detalTripCarousel {
        max-width: 500px;
        margin: 0 auto;
    }

}

@media (max-width: 600px) {
    .detalTrip-container {
        /* max-width: 450px; */
    }

    .slider-detal {
        width: 450px;
    }
}

@media (max-width: 470px) {


    .slider-detal {
        width: 320px;
    }
}



