/* Шрифты */
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url('/css/fonts/Montserrat-Medium.woff2') format("woff2"),
    url("/css/fonts/Montserrat-Medium.woff") format("woff"),
    url("/css/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("/css/fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("/css/fonts/Montserrat-SemiBold.woff") format("woff"),
    url("/css/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("/css/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/css/fonts/Montserrat-Bold.woff") format("woff"),
    url("/css/fonts/Montserrat-Bold.ttf") format("truetype");
}


/* Компоненты */
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1.5;

    word-wrap: break-word;

}

h1{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.2;
}

h2{
    padding: 0;
    margin: 0 0 30px;
}
h3{
    font-size: 22px;
}

.green{
    color: green;
}
.bold{
    font-weight: bold;
}

.container-fluid{
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container{
    max-width: 1520px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


.container330{
    max-width: 330px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.container600{
    max-width: 600px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}


.container420{
    max-width: 420px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}


.container800{
    max-width: 900px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

input,button,textarea,select{
    outline: none;
    font-family: 'Montserrat', sans-serif;
}


.for-desktop{
    display: block;
}
.for-mobile{
    display: none;
}
.display-none{
    display: none;
}

.display-flex{
    display: flex;
}

.dn{
    display: none;
}

.right{
    text-align: right;
}

.alert{
    background-color: green;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.center{
    text-align: center;
}
strong{
    font-weight: 600;
}

.required label:after{
    content: "*";
    color: red;
    font-size: 18px;
    position: relative;
    top: 5px;
    left: 4px;
}


.icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.red{
    color: #DE3327 !important;
}

*{
    -webkit-tap-highlight-color: transparent;
}

table {
    width: 100% !important;
    margin-bottom: 20px;
    border: 1px solid #006EB7;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.2;
    overflow: scroll;
    border-radius: 10px;

}
table th {
    font-weight: 600;
    padding: 8px;
    background: #F0F6FA;
    border: 1px solid blue;
    text-align: left;
}
table td {
    border: 1px solid #006EB7;
    padding: 8px;
}



/* АДМИНКА */
#adminka{
    background-color: #2c3e50;
    color: #fff;
    padding: 8px 20px;
    /*border-radius: 0 0 10px 10px;*/
}

#adminka ul{
    margin: 0;
    padding: 0;
}
#adminka li{
    display: inline-block;
    margin-right: 10px;
}

#adminka a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}






.center{
    text-align: center;
}
strong{
    font-weight: 600;
}

.required label:after{
    content: "*";
    color: red;
    font-size: 18px;
    position: relative;
    top: 5px;
    left: 4px;
}


/* Модальное окно */
.modal-wrapper{
    overflow: auto;

    z-index: 2000;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.6);
    display: grid;
    align-items: center;
    justify-content: center;

    opacity: 0;
}
.modal{
    background-color: #fff;
    max-width: 500px;
    max-height: 80%;
    overflow: auto;
    position: relative;

    padding: 30px;
}
.modal-close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* СЛАЙДЕР */
.slider{
    overflow: hidden;
    position: relative;
}



.wa{
    position: fixed;
    bottom: 100px;
    right: 50px;

    z-index: 100;
}
.wa img{
    display: block;
    width: 35px;
}
.wa a{
    display: block;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.07);
}

/* Форма */
.form-control{
    border: 2px solid #999;
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 18px;
    box-sizing: border-box;
}
.control-label{
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.form-group{
    margin-bottom: 25px;
}

.admin-page .btn{
    font-size: 18px;
}

.page{
    padding-top: 50px;
    padding-bottom: 50px;
}



/* Контакты */
.grid4{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 350px));
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: stretch;
}
.cont-block{

}
.address-block{
    margin-top: 30px;
}
.cont-title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.strong{
    font-size: 20px;
    font-weight: bold;

}
.cont-val{
    margin-bottom: 10px;
}

#map{
    max-width: 1130px;
    height: 400px;
    margin-top: 60px;
}


.socs{
    margin-bottom: 20px;
}
.soc{
    margin-right: 12px;
    display: inline-block;
}
.soc:last-child{
    margin-right: 0;
}

.soc a{
    transition: 0.2s;
    position: relative;
    top: 0;
}
.soc a:hover{
    top: -3px;
}

.insta-note {
    position: absolute;
    top: -10px;
    right: -5px;
    color: red;
}
.insta-link {

    display: block;
}
.link{
    color: blue;
}

/* ЗАГРУЗКА ИЗОБРАЖЕНИЙ */
.file-input{
    margin-top: 30px;
    margin-bottom: 40px;
}
.file-input .field-content-image{
    position: relative;
    padding: 40px;
    text-align: center;

    border: 2px dashed #ccc;
    border-radius: 10px;
    transition: 0.1s;
}
.file-input .field-content-image:hover{
    border: 2px solid #999;
}
.file-input .control-label{
    margin-bottom: 0;
}

.file-input #content-image{
    cursor: pointer;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}
.added-image{
    width: 120px;
    /*height: 120px;*/
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    cursor: move;

    position: relative;
}
.shost{
    opacity: 0.5;
}
.selected{
    background-color: green;
}

.loading{
    background-color: #f2f2f2;
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    background-image: url("/images/load.svg");
    background-repeat: no-repeat;


}


.context-menu{
    opacity: 0;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;

    border-radius: 4px;
    transition: 0.2s;
}
.context-menu a{
    display: block;
    padding: 4px;
}
.context-menu img{
    display: block;
}


.added-image:hover .context-menu{
    opacity: 1;
}



.btn {
    background-color: #05C46B;
    text-decoration: none;
    color: #fff;
    padding: 12px 40px;
    border-radius: 10px;
    transition: 0.2s;
    position: relative;
    top: 0;
    display: inline-block;
    border: none;
    font-size: 17px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
}

.btn:hover{
    background-color: #0000b1;
}


.btn-sm{
    font-size: 15px !important;
}








/* HEADER */


/* ПРОЗРАЧНЫЙ С ВИДЕО */
.index-wrap{
    /*background-color: red;*/

    height: 900px;

    position: relative;
    color: #fff;


}

.index-wrap header{
    /*background: rgba(0, 0, 0, 0.1);*/
}

.index-wrap #where-select{
    color: #fff;
    border-color: #ccc;
}
.index-wrap .header2-inner a {
    color: #fff;
}
.index-wrap .back-phone a{
    color: #fff;
}
.index-wrap #where-select option{
    background-color: #000;
}


.index-wrap .header1{
    border-bottom: none;
}


.index-wrap .header2{
    border-bottom: none;
}

/* Баннер с видео */
.banner2{
    height: 716px;

    box-sizing: border-box;
    /*position: relative;*/
    overflow: hidden;

}

a.all{
    font-size: 18px;
    vertical-align: middle;
    color: #004A8A;
    margin-left: 10px;
}

.video{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%);
    object-fit: cover;
    top: 0;
    z-index: -1;
    /*height: 750px;*/
    background-image: url("/images/vb.jpg");
    background-size: cover;
}

.banner2-text{
    height: 100%;
    color: #fff;
    font-size: 60px;

    text-align: center;

    font-weight: 400;
    line-height: 68px;
    /*padding-top: 150px;*/
    /*position: relative;*/

    box-sizing: border-box;

    display: grid;
    place-items: center;

}

.banner2-text .container{
    max-width: 800px;
}

.banner2-text:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}







.header1{
    border-bottom: 1px solid #D4D4D4;
}
.header1-inner{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-slogan{
    display: flex;
    align-items: center;
}
.logo{
    margin-right: 60px;
}
.slogan{
    font-size: 20px;
    color: #FFA801;
    line-height: 150%;
    /*font-weight: 600;*/
    max-width: 350px;
    padding-right: 50px;

    flex: none;
}

.where{
    width: 330px;

}
#where-select{
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 17px;
    width: 100%;
    background-color: transparent;

    border: 2px solid #05C46B;
}


.phone{
    font-size: 23px;
    font-weight: 600;
}
.phone .icon{
    margin-right: 10px;

}
.back-phone{
    padding-left: 40px;
}
.back-phone a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}
.back-phone a:hover{
    color: #FFA801;
}


.bp{
    font-weight: normal;
    font-size: 16px;

}


.header2{
    border-bottom: 1px solid #D4D4D4;
}

.header2-inner{
    padding-top: 15px;
    padding-bottom: 15px;
}
.header2-inner ul{
    padding: 0;
    margin: 0;
}
.header2-inner li{
    display: inline-block;
    margin-right: 30px;
}
.header2-inner a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    transition: 0.2s;
}

.header2-inner a:hover{
    color: #FFA801;
}
.header2-inner a.active{
    color: #FFA801;
}







.marker3{
    position: absolute;
    left: -175px;
    top: -45px;
}

.video-copyright{
    text-align: right;
    padding-right: 10px;
    font-size: 13px;
    color: #000;
}
.video-copyright a{
    font-size: 13px;
    color: #000;
}





/* Туры */

.tours-section{
    background: linear-gradient(360deg, #F2F2F2 74.59%, rgba(242, 242, 242, 0) 100%);
}

.section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-title{
    padding-top: 0;
    margin-top: 0;

    font-size: 35px;
    font-weight: 600;
}



.grid3{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 480px));
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: stretch;
}

.tour{
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.07);
}
.tour-cont{
    padding: 20px 30px;
}
.tour-images{
    aspect-ratio: 480 / 300;
    background-color: #e6e6e6;
}
.tour-images img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.circle{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #FFA801;
    font-size: 15px;
    width: 26px;
    padding: 1px 0 0 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 30px;
    margin-right: 10px;
    position: relative;
    top: -2px;

}

.block2 h1 .circle{
    border: 1px solid #FFA801;
    font-size: 17px;
    padding: 2px 0 0 0;
    width: 26px;
    margin-right: 15px;
    font-weight: normal;
}

.tour-title{
    margin-bottom: 10px;
}
.tour-title a{
    color: #000;

    font-weight: 600;
    font-size: 23px;
    text-decoration: none;
    transition: 0.2s;
}
.tour-title a:hover{
    color: #FFA801;
}

.tour-elements{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tour-anons{
    margin-bottom: 20px;
}

.tour-days{

}

.tour-price{
    background-color: #FFA801;
    border-radius: 10px;
    padding: 5px 15px;

    font-size: 22px;
    font-weight: 700;

}

.swiper-wrapper{
    aspect-ratio: 480 / 300;
}
.swiper-slide{
    height: auto;

}
.swiper-slide .lightzoom img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}










/* Помощь туристу */
.help{
    background-image: url("/images/shape2.svg");
    min-height: 255px;
    text-align: center;
    background-size: cover;
    background-position: center center;
}

.help-title{
    margin-top: 0;
    padding-top: 40px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.help-block a{

    display: block;
    border: 1px solid #000;
    padding: 19px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.2s;
}

.help-block a:hover{

}

.help-block img{
    vertical-align: middle;
    margin-left: 25px;
}




/* Отзывы */
.reviews{
    /*background: linear-gradient(180deg, rgba(52, 152, 219, 0.15) 20.83%, rgba(52, 152, 219, 0) 100%);*/
    background-color: #d0e7f6;
    background-image: url("/images/clouds.png");
    background-repeat: no-repeat;
}
.reviews .section{
    padding-top: 130px;
}

.grid2{
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(270px, 740px));*/
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: stretch;
}

.review{
    background-color: #fff;
    display: flex;
}

.review-image{

    background-color: green;
    width: 260px;
    min-height: 260px;
    max-height: 350px;
    height: 100%;
    flex: none;

}

.review-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-anons{

}

.review-title{
    padding: 20px 30px 10px 30px;
}
.review-title a{
    font-weight: 600;
    font-size: 20px;
    color: #000;
    text-decoration: none;

    transition: 0.2s;
}
.review-title a:hover{
    color: #2ECC71;
}

.review-anons{
    font-size: 16px;

    padding: 0 30px 20px 30px;
}

.review-author{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #808080;

    padding: 20px 30px;
}



.review-tag a{
    color: #3498DB;
    text-decoration: none;

    transition: 0.2s;
}
.review-tag a:hover{
    text-decoration: underline;
}


/* НОВОСТИ */
.news{
    /*background-image: url("/images/news-bg.jpg");*/
    padding-top: 50px;
    padding-bottom: 50px;
}
.news-title{
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
    /*color: #fff;*/

}
.news-title .all{
    color: #fff;
}

.news-title .all:hover{
    color: #2ECC71;
}

.news .all:before {

    background: #fff;

}

.article{
    display: flex;
    color: #fff;
}
.article-date{
    flex: none;
    width: 80px;
    margin-right: 40px;
    color: #7E8F95;
}

.dday{
    font-size: 30px;
    font-weight: 500;

}
.month{
    font-size: 16px;
    font-weight: 500;
}


.article-title a{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;

    line-height: 30px;
    transition: 0.2s;
}
.article-title a:hover{
    color: #FFA801;
}



.news .grid3{
    grid-column-gap: 80px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 440px));
}

.all-block{
    text-align: center;
}
.all-block a{
    color: #000;
    text-transform: uppercase;
    font-size: 16px;

    font-weight: 500;
    text-decoration: none;

    transition: 0.2s;
    position: relative;
}

.all-block a:before {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #2ECC71 0%, #3498DB 100%);
    position: absolute;
    bottom: -5px;
}


.news .all-block a{
    color: #fff;
}



/* ПОДВАЛ */
footer{
    background-color: #004A8A;
    color: #fff;
    clear: both;
}

.footer-navi{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.footer-navi ul{
    padding: 0;
    margin: 0;
}
.footer-navi li{
    display: inline-block;
    margin-right: 30px;
}
.footer-navi a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;

    font-size: 16px;
    font-weight: 500;
    transition: 0.2s;
}
.footer-navi a:hover{
    color: #2ECC71;
}


.footer-inner{
    padding-top: 40px;
    padding-bottom: 40px;

    display: flex;
    justify-content: space-between;
}

.footer-inner > div{
    flex: 1;
}

.footer-logo-block{
    margin-bottom: 30px;
}

.copyrigth{
    font-size: 16px;

}

.dev{

}
.dev a{
    color: #999;
    font-size: 14px;
    text-decoration: none;
}


.dev-img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.3;
    transition: 0.3s;
    width: 230px;
}
.dev-img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
}



.footer-contact-title{
    font-size: 16px;
    text-transform: uppercase;

    margin-bottom: 20px;
}

.footer-phone{
    font-size: 20px;
    font-weight: bold;

    margin-bottom: 10px;
}

.footer-email{
    margin-left: 44px;

}


.footer-soc-title{
    font-size: 18px;

    margin-bottom: 20px;
}

.insta-worning{
    font-size: 12px;
    max-width: 350px;
}



/* Открытый тур */

.ttitle{
    background-image: url("/images/title.png");
    color: #fff;
    min-height: 280px;
    background-position: center;
    background-size: cover;
}

.ttitle-inner{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.ttitle-inner h1{


    font-weight: normal;
    font-size: 60px;
    line-height: 1.5;
    padding: 0;
    margin: 0;

    padding-top: 50px;
    padding-bottom: 50px;

}

.to{
    flex: none;
    width: 350px;
    margin-bottom: 50px;
}
.to a{
    display: grid;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;

    font-weight: bold;
    font-size: 16px;
    max-width: 350px;
    width: 100%;
    height: 65px;
    text-align: center;
    box-sizing: border-box;
    place-items: center;
}



.twrap{
    background: linear-gradient(0deg, #EDEDED 0%, rgba(242, 242, 242, 0) 100%);
}

.t-block1{
    background: linear-gradient(180deg, #EDEDED 0%, rgba(242, 242, 242, 0) 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}

.t1-inner{
    display: flex;
}

.t1-left{
    max-width: 480px;
    width: 100%;

    box-sizing: border-box;

    margin-right: 40px;
}

.t-row{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.t-row:last-child{
    margin-bottom: 0;
}
.t-img{
    margin-right: 20px;
}

.t-img img{
    display: block;
}

.t-label{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.t-value{
    color: #05C46B;
    font-size: 30px;
    font-weight: 500;

}

.t-block{
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
}


.t1-right h2{
    font-size: 30px;
    font-weight: 500;

    /*text-transform: uppercase;*/
    margin-top: 0;
    padding-top: 0;
}


.tr{
    margin-bottom: 30px;
}
.tr-title{
    color: #000;
    font-size: 20px;
    font-weight: 600;

    margin-bottom: 15px;
}

.dr{
    display: inline-block;
    border: 1px solid #acacac;
    border-radius: 50px;
    padding: 8px 25px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: 0.2s;
    cursor: pointer;
    color: #000;
    text-decoration: none;
}
.dr:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}




.td{
    margin-bottom: 30px;
}




.td-pics{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;


}
.td-pic{
    background-color: #ccc;
    aspect-ratio: 240 / 144;
}

.td-pic:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    aspect-ratio: auto;

    background-color: red;
}


.td-inner{
    display: flex;
}
.td-left{
    flex: 1;
}
.td-right{
    flex: 1;
}

.td-title{
    display: flex;
    position: relative;
    top: -9px;
}
.td-c{
    width: 100%;
    background: linear-gradient(90deg, rgba(49, 134, 191, 0.2) 0%, rgba(49, 134, 191, 0) 94.58%);
    margin-bottom: 8px;
    margin-top: 1px;
}
.td-d{
    flex: none;
    padding: 30px 60px;
    display: inline-block;
    background-color: #fff;
    background-image: url("/images/d1.svg");
    background-size:  cover;

    color: #fff;
    font-size: 60px;
    font-weight: 500;


}


.td-content{
    padding: 20px 40px;
}
.td-content ul{
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.td-content li{
    list-style-image: url("/images/dot1.svg");
    margin-bottom: 30px;
    padding-left: 20px;
}
.td-content li:last-child{
    margin-bottom: 0;
}
.li-title{
    font-size: 20px;
    font-weight: 600;

    margin-bottom: 10px;
}


.td-even .td-d{
    background-image: url("/images/d2.svg");
}

.td-even .td-c{
    background: linear-gradient(90deg, rgba(30, 182, 94, 0.2) 0%, rgba(30, 182, 94, 0) 94.58%);
}
.td-even .td-content li{
    list-style-image: url("/images/dot2.svg");
}



.t-ti{
    color: #288BCD;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.mini-t .t-row{
    margin-bottom: 15px;
}

.mini-t .t-row:last-child{
    margin-bottom: 0;
}

.mini-t .t-label{
    margin-bottom: 0;
}



/* Отправить заявку */
.tour-form{
    background-color: #F3F3F3;
    margin-bottom: 60px;
}
.tour-form-block{
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;

    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;

}


.form-grid2{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 480px));
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: stretch;
}

.tour-form .form-group{
    margin-bottom: 0;
}

.tour-form-title{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}

.tour-form .form-control{
    border: none;
    width: 100%;
    padding: 20px 30px;
    border-radius: 0;
    font-size: 18px;
    box-sizing: border-box;

}

.input-wrap{
    background: linear-gradient(90deg, #2ECC71 0%, #3498DB 100%);
    padding: 2px;
}

.tour-form .btn {
    background: linear-gradient(90deg, #2ECC71 0%, #3498DB 100%);

    color: #fff;
    padding: 0;
    border-radius: 0;
    transition: 0.2s;
    position: relative;
    top: 0;
    display: grid;
    place-items: center;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 66px;

}

.has-error .form-control{
    background-color: #ffe5e5;
}


.dd{
    display: flex;
    align-items: center;
}

.dd > div{
    margin-right: 20px;
}

.dt-block{
    margin-top: 50px;
    margin-bottom: 50px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.rm{
    cursor: pointer;
}


/* Вернутся */
.back{
    margin-bottom: 30px;
}
.back a{
    color: #000;
    text-decoration: none;
    transition: 0.2s;
}
.back img{
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 0;
    transition: 0.2s;
}
.back a:hover{
    color: #FFA801;
}

.back:hover img{
    left: -3px;
}


.section-desc{
    margin-top: 50px;
    font-size: 16px;
}



.banner3{
    background-image: url("/images/bg2.jpg");
    color: #fff;
    min-height: 500px;
    display: grid;
    place-items: center;
}
.banner3 h1{
    padding: 0;
    margin: 0;
}

.banner3 .btn{
    background-color: #FFA801;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}


.f-navi{
    display: flex;
    justify-content: space-around;
    padding-right: 50px;
}
.f-navi ul{
    padding: 0;
    margin: 0;
}
.f-navi li{
    list-style: none;
    margin-bottom: 12px;
}
.f-navi a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.2s;
}
.f-navi a:hover{
    color: #FFA801;
}

.footer2{
    border-top: 1px solid #5788B2;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer2-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.prog{
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.prog h2{
    font-size: 35px;
    font-weight: 600;
}
.pd{
    display: flex;
    margin-bottom: 50px;
}
.d1{
    width: 100%;
    margin-right: 30px;


}
.d1-title{
    font-size: 35px;
    font-weight: 600;
    color: #FFA801;
    position: relative;
}
.d1-title:before{
    content: "";

    width: 80%;
    box-sizing: border-box;
    height: 2px;
    top: 26px;
    left: 140px;
    display: block;
    position: absolute;

    background: linear-gradient(90deg, #FFA801 0%, rgba(255, 168, 1, 0) 97.03%);

}
.d2{
    flex: none;
    max-width: 480px;
    width: auto;

}
.d2 img{
    display: block;
    border-radius: 15px;
    width: 100%;
}




.page-head{
    display: flex;
    margin-bottom: 50px;
}
.block1{
    width: 50%;
    margin-right: 50px;
}
.block2{
    flex: 1;
}


.slider{
    border-radius: 15px;
    overflow: hidden;
    background-color: #ebebeb;
}

.swiper-button-next, .swiper-button-prev{

    color: #FFA801;
}

.similar .swiper-button-next, .similar  .swiper-button-prev{
    top: 38%;
}


.block2 h1{
    text-transform: uppercase;
}

.dt{
    display: table;
}


.page-content{
}


.page-program{
    margin-top: 50px;
}
.page-program h2{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}








.program-flex{
    display: flex;
    align-items: center;
}






.block2{
    width: 50%;
}

.page-program .block1{
    font-size: 20px;
}


.page-footer{
    margin-top: 50px;
    clear: both;
}



.page-program-tour .program-flex{
    display: block;
    clear: both;
}
.page-program-tour .program-flex .block1{
    width: 100%;
}

.page-program-tour .program-flex .block2{
    width: 45%;
    float: right;
    margin: 0 0 20px 30px;
}



.similar{
    margin-top: 100px;
}
.similar h2 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.img{
    width: 100%;
    display: block;
    border-radius: 15px;
}

.page-content strong{
    text-decoration: underline;
}
.page-content b{
    text-decoration: underline;
}


.page-program-tour strong{
    text-decoration: underline;
}

.page-program-tour b{
    text-decoration: underline;
}


.slider1{
    overflow: hidden;

    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.slider1 .swiper-wrapper{
    aspect-ratio: auto;
}

.slider1 .swiper-slide{
    max-width: 480px;
}

.slider1 .swiper-button-prev{
    left: 0;
}
.slider1 .swiper-button-next{
    right: 0;
}


footer .btn {
    background-color: #FFA801;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
footer .btn:hover{
    background-color: #FFA801;
    color: #000;
}
.back-phone1{
    margin-top: 20px;
}

.tour .slider{
    border-radius: 0;
}
.tour .slider .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}