@font-face {
    font-family: 'Gilroy';
    src: url('../../../assets/temp/fonts/Gilroy-ExtraBold.eot');
    src: local('../../../assets/temp/fonts/Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('../../../assets/temp/fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../../../assets/temp/fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../../../assets/temp/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../../assets/temp/fonts/Gilroy-SemiBold.eot');
    src: local('../../../assets/temp/fonts/Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../../../assets/temp/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../../../assets/temp/fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../../../assets/temp/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../../assets/temp/fonts/Gilroy-Black.eot');
    src: local('../../../assets/temp/fonts/Gilroy Light'), local('Gilroy-Light'),
        url('../../../assets/temp/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../../../assets/temp/fonts/Gilroy-Light.woff') format('woff'),
        url('../../../assets/temp/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../../assets/temp/fonts/Gilroy-Regular.eot');
    src: local('../../../assets/temp/fonts/Gilroy Regular'), local('Gilroy-Regular'),
        url('../../../assets/temp/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../../assets/temp/fonts/Gilroy-Regular.woff') format('woff'),
        url('../../../assets/temp/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body{
    font-family: 'Gilroy',Arial,Helvetica,sans-serif!important;
    font-size: 16px!important;
    margin: -0px 0px 0px 0px;
    padding: 0px;
    color: black;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0px;
}
#mane{
    flex-grow: 1;
}
main p{
    padding: 0 0 1.2em 0;
}
main blockquote p{
    padding: 0 0 0 0;
}
.aside_menu > .assets_nav{
    padding-top: 30px;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 5vw;
    width: calc(100% - 10vw);
}
.mane_nav{
    display: flex;
    margin: 0 -10px;
}
.mane_nav li{
    
}
h1{
    font-size: 40px;
}
nav{
    background: #e5f4f9;
    margin: 0px 0 0;
    box-shadow: 0px 4px 13px -9px #bdbdbd;
}
.mane_nav li a{
    text-decoration: none;
    color: #7e7e7e;
    padding: 25px 10px;
    display: inline-block;
    transition: all .4s;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    position: relative;
}
.mesage_org{
    line-height: 1;
    margin-top: 60px;
}
.location-gallary{
    font-size: 25px;
    font-weight: 600;
    margin: 40px 0 20px 0;
}
.galary:after{
    content: ".";
    opacity: 0;
    height: 0;
    visibility: hidden;
}
.mane_nav li a:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    background: #74c04457;
    top: 0;
    left: 0;
    transition: all .4s;
}
.mane_nav li a:hover{
    color: #383838;
}
.mane_nav li a.tn_active{
    color: #383838;
}
.mane_nav li a.tn_active:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #74c04457;
    top: 0;
    left: 0;
    transition: all .4s;
}
#top{
    background-color: #F6F7F8;
    margin: 0 0 20px 0;
}
#menu-verhnee-menyu{
    display: flex;
    margin: 0 -10px;
}
#menu-verhnee-menyu li a{
    text-decoration: none;
    color: #999;
    padding: 5px 10px;
    display: inline-block;
    transition: all .4s;
}
#menu-verhnee-menyu li a:hover{
    color: #333;
}
.checkbox-other {
	display: block;
	margin: 0 0 10px 0;
	line-height: 22px;  
}
.checkbox-other input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: top;
	outline: none;
	transition: background 0.3s ease;
	border: 3px solid #999;
    border-radius: 5px;
	cursor: pointer;
}
 
/* Checked */
.checkbox-other input[type=checkbox]:checked{
    border: 3px solid #74c044;
}
.checkbox-other input[type=checkbox]:checked:after {
	content: "✔";
    width: 100%;
    display: block;
    text-align: center;
    margin: -3px 0 0 0;
}
.utochnyalocki > h2,.aside_menu > h2{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    margin: 24px 0;
}
.wrap_range{
    margin: -20px 0 60px 0;
}
.range{
    margin: 0 0 6px 0;
}
.range h2{
    padding: 10px;
    background: #5ca595;;
    margin: 0 0 10px 0;
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.range h2:after{
    content:"";
}
.range h2:before{
    content:"";
}
.hide_range >div{
    display: none;
}

.range >div{
    font-weight: 600;
    margin: 0 0 0 10px;
}
.range > div:last-child{
    margin-bottom: 30px;
}

.range_icon{
    display: inline-block;
    margin: 0 0 0 auto;
    float: right;
}

.hide_day_your .wraper_program_content_tour{
    display: none;
}
.hide_day_your h2{
    display: flex;
    align-items: center;
}
.hide_day_your h2 strong{
    font-size: 18px;
    max-width: calc(100% - 190px);
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 61px;
    height: 17px;
    overflow: hidden;
}
.item-tours_duration-ph{
    max-width: calc(100% - 180px);
}
.item_tour_programm_day.hide_day_your >h2>span {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
   
}
/* Focus */
.focused input[type=checkbox] {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-other input[type=checkbox]:hover {
	filter: brightness(110%);
}
 
/* Active */
.checkbox-other input[type=checkbox]:active {
	filter: brightness(80%);
}
 
/* Disabled */
.checkbox-other input[type=checkbox]:disabled {
	color: #666;
	cursor: default;
}
.checkbox-other input[type=checkbox]:disabled {
	filter: grayscale(100%);
	opacity: 0.6;
}
.soglasie{
    font-size: 12px;
    width: calc(100% - 30px);
    line-height: 1;
    margin: -1px 0 0 5px;
    max-width: 193px;
    letter-spacing: 1px;
}
.item_section_form .checkbox-other{
    display: flex;
}
.logo{
    display: flex;
    align-items: center;
    line-height: 1;
}
.logo a{
    color: #74c044;
    font-weight: 800;
    font-size: 40px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px 0 0;
}
.logo span{
    
}
.block-contakt{
    line-height: 1;
}
#header>div{
    display: flex;
    justify-content: space-between;
}
.phone{
    color: #333;
    text-decoration: none;
    font-weight: 800;
    font-size: 30px;
    float: right;
    margin: 0 0 0 20px;
}
.time{
    font-size: 14px;
    text-align: right;
}
.mail{
    color: #007fef;
}
.main{
    flex-grow: 1;
}
.item_date_tour_car{
    padding: 8px 10px 6px 10px;
    background: #33333321;
    text-align: center;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

#slider_date_tour{
    margin: 0 0 34px 0;
    padding: 0 20px;
}
#slider_date_tour.owl-carousel .owl-nav button.owl-prev {
    left: -24px !important;
}
#slider_date_tour.owl-carousel .owl-nav button.owl-next {
    right: -24px !important;
}
#slider_date_tour.owl-carousel .owl-nav button {
    background: #5ca595 !important;
    width: 15px;
    color: #fff !important;
}
#slider_date_tour .owl-nav{
    transform: translateY(-37px);
}

.date_tour_title{
        font-weight: 700;
    margin: -30px 0 8px 0;
    color: #fbab6c;
    text-transform: uppercase;
    padding: 0 0 0 30px;
}
.header-block{
    position: relative;
    padding: 25vw 0 60px 0;
}
.header-block:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(55deg, rgba(0, 0, 0, 0.27) 0%, rgba(255,255,255,0) 80%);
}
.header-block img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-block h1{
    position: relative;
    z-index: 10;
    color: #fff;
    max-width: 750px;
    font-size: 40px;
    font-weight: bold;
}
main > h2{
    font-size: 25px;
  font-weight: bold;
}
.header-block .description{
    position: relative;
    z-index: 10;
    color: #fff;
}
.class_tour_wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.class_tour_wrapper main{
    max-width: calc(100% - 400px);
    margin: 40px 50px 0 0;
}
.folderClass:after {
    content: "\2630";
    color: #fff;
    font-size: 13px;
    transform: translateX(1vw);
    display: inline-block;
}
.aside_menu{
    padding: 8px 30px 40px;
    background: #f6f7f8;
    border-radius: 20px;
    margin: 50px 0;
    position: sticky;
    max-height: calc(100vh - 114px);
    overflow-y: scroll;
}
.class_tour_wrapper aside{
    width: 100%;
    max-width: 20vw;
    min-width: 390px;
}
.parametr-tour{
    margin: 40px 0;
    background: #e5f4f9;
    padding: 25px;
    border-radius: 20px;
}
.tour_duration{
    font-size: 20px;
    display: flex;
    align-items: center;
}
.tour_duration span{
    font-weight: bold;
    color: #333;
    position: relative;
    margin-right: 10px;
    display: flex;
     align-content: center;
}
.cosaya.tour_night-icon{
    margin-left: 10px;
    flex-grow: 1;
}
.cosaya.tour_night-icon img{
    margin: 0 5px 0 0;
}
.min_tour_price{
    margin: 0 0 0 10px;
}
.tour_day-icon img{
     transform: translateY(2px);
      margin: 0 6px 0 -3px;
}
.tour_night-icon img{
    transform: translateY(2px);
    
}
.tour_day-icon:after{
    content: "дн.";
    font-size: 18px;
    margin: 0 0 0 3px;
}
.tour_night-icon:after{
    content:"нч.";
    font-size: 18px;
    margin: 0 0 0 3px;
}
.item_service_tour_programm_day{
    padding: 25px;
    background: #f3f6fc;
    border: 2px solid #e5f4f9;
    border-radius: 15px;
    margin: 30px 0 60px 0;
    display: flex;
    justify-content: space-between;
}
.item_service_tour_programm_day>div{
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.item_service_tour_programm_day>div>span{
    margin-bottom: 4px;
    font-weight: normal;
    color: #999;
}
.parametr-tour_list{
    padding: 0 0 0 29px;
    line-height: 25px;
}
.tour-introtext{
    margin: 0 0 60px 0;
}
.parametr-tour_list li{
     font-weight: 600;
}
.parametr-tour_list li span{
    display: block;
    line-height: 0;
    margin-bottom: 4px;
    font-weight: normal;
    color: #999;
    margin-top: 14px;
}
.location_gallary{
    margin: 0 0 70px 0;
}
.location_gallary img{
    border-radius: 10px;
}
.item_tour_programm_day>h2>span{
    color: #f3f6fc;
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 60px;
    text-align: center;
    font-size: 20px;
    width: 74px;
}
.item_tour_programm_day>h2>span:after{
    content: "";
      display: block;
      width: 217%;
      background: #74c044;
      height: 49px;
      top: -11px;
      right: -39px;
      position: absolute;
      z-index: -1;
      transform: skewX(-17deg);
      border-radius: 8px;

}
.item_tour_programm_day > h2, .complekt h2, .necomplekt h2, .things h2, .conditions > h2{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    margin: 24px 0;
    position: relative;
}
.item_tour_programm_day .hide_day_icon{
    position: absolute;
    top: 50px;
    right: -6px;
    color: #fff;
    background: #5ca595;
    font-weight: 300;
    width: 35px;
    line-height: 36px;
    padding-top: 1px;
    border-radius: 4px;
    font-size: 17px;
}

.item_tour_programm_day.hide_day_your .hide_day_icon{
    position: absolute;
    top: -3px;
    right: -6px;
    color: #fff;
    background: #5ca595;
    font-weight: 300;
    width: 35px;
    line-height: 36px;
    padding-top: 1px;
    border-radius: 4px;
    font-size: 17px;
}
.dopPriceTitle{
    font-weight: bold;
}
.item_tour_programm_day>ul{
    padding: 30px 0 60px 30px;
    color: #4f4f6f;
    font-style: italic;
}
.item_tour_programm_day:last-child {
  margin-bottom: 80px;
}
.punktir{
    display: none
}
.hide_day_your .punktir{
    display: block;
    border-bottom: 2px dotted;
    color: #99999966;
    flex-grow: 1;
    margin: 0 20px;
}
/* Стили таблицы (IKSWEB) */
table.iksweb{text-decoration: none;border-collapse:collapse;width:100%;}
table.iksweb th{font-weight:normal;font-size:14px; color:#000000;background-color:#ffffff;}
table.iksweb td{font-size:13px;color:#000000;}
table.iksweb td,table.iksweb th{min-width: 50px;white-space:pre-wrap;padding:10px 5px;line-height:13px;vertical-align: middle;border: 1px solid #c9c9c9;}
table.iksweb tr:hover{background-color:#f9fafb}
table.iksweb tr:hover td{color:#000000;cursor:default;}

.chavo{
    margin: 30px 0 60px 0;
}
.chavo>div{
    padding: 0 20px;
    background: #f3f6fc;
    border: 2px solid #e5f4f9;
    border-radius: 10px;
    margin-bottom: 10px;
}
.chavo .coment{
    display: none;
    padding: 20px 30px 30px 0px;
    border-top: 1px solid #8697915c;
}
.chavo .vopros{
    position: relative;
    cursor: pointer;
    color: #666;
    padding: 19px 40px 20px 0;
    text-transform: uppercase;
}
.chavo .vopros:before{
    content: "▼";
    font-size: 14px;
    text-align: center;
    width: 25px;
    line-height: 23px;
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    border: 1px solid #2e5f934d;
    padding-top: 2px;
    color: #2e5f9391;
    border-radius: 6px;
}
.read_coment .coment{
    display: block;
}
.read_coment .vopros:before{
    content: "✖";
}
p{
    box-sizing: border-box;
    outline: none;
    line-height: 24px;
    margin: 0px 0px 16px;
    color: #4f4f6f;
    font-family: Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    letter-spacing: normal;
    orphans: 2;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}
.item-room-rt{
    padding: 20px;
    border: 1px solid #ccc;
    margin: -1px 0 0 0;
    display: flex;
}
.tour-room_price{
    margin: 0 0 0 auto;
    font-weight: bold;
    color: #333;
}
.wr_tour_hotel{
    margin-bottom: 20px;
    background: #f3f6fc;
    padding: 20px 48px;
    border-radius: 20px;
}

.wr_conent p img{
    border-radius: 10px;
}
.wr_conent p img[style="float: right;"] {
  margin: 0 0 30px 30px;
}

.wr_conent p img[style="float: left;"] {
  margin: 0 30px 30px 0;
}
.wr_conent h2{
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.wr_conent h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin: 30px 0 15px 0;
}
.hotelRoomGalary .owl-dots{
    position: absolute;
    bottom: 0;
}
.item-tours_wrap-content-ph{
    width: 55%;
    min-width: 330px;
}
.item-tours_list{
    display: flex;
    margin: 0 0 70px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item-tours_wrap-image-link{
    width: 40%;
    display: block;
    position: relative;
}
.tour-introtext h2{
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 1;
    font-weight: 600;
}
.wraper_program_content_tour h3{
    font-size: 20px;
    margin: 0 0 20px 0;
    line-height: 1;
    font-weight: 600;
}
.wraper_program_content_tour img{
    margin: 0 0 30px 0;
    border-radius: 20px;
}
.item-tours_wrap-image-link img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.item-tours_price-ph{
    padding: 10px 20px;
    background: #e5f4f9;
    border-radius: 40px;
    font-size: 25px;
    font-weight: 600;
    color: #42658b;
}
.group_tour{
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    margin: 0 0 15px 0;
    align-items: center;
}
.item-tours_link-ph{
    font-weight: 600;
    color: #2e5f93;
    font-size: 17px;
    text-decoration: none;
    margin: 0 0 10px 0;
    display: block;
}
.item-tours_description-ph{
    font-size: 14px;
}
.item-tours_link-programm-ph{
    padding: 13px 25px;
    display: inline-block;
    background: #74c044;
    margin: 15px 0 0 0;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 69%;
    letter-spacing: 1px;
}
.item-tours_date-list-ph{
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.item-tours_wr-data-ph{
    text-decoration: none;
    border: 2px solid #74c044;
    border-radius: 40px;
    margin: 4px;
    max-width: calc(100% / 5 - 12px);
    width: 100%;
    min-width: 120px;

}
.item-tours_day-ph{
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background: #e5f4f9;
    color: #2e5f93;
    font-weight: 600;
    border-radius: 50%;
    margin: 2px;
}
.item-tours_data-ph{
    color: #2e5f93c7;
    font-size: 16px;
    font-weight: 600;
}
.item-tours_data-ph sub{
    margin: 0px 18px 0 0px;
    display: inline-block;
    width: 5px;
    transform: translateY(-3px);
    font-size: 16px;
    color: #ff8400;
}
.block{
    display: block;
    width: 100%;
    margin: 0 -4px;
}
#footer {
    background-color: #F6F7F8;
    padding: 80px 0px;
    font-size: 15px;
    margin-top: 60px;
}
.aside_menu>.assets_nav>li>a{
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 96%;
    display: block;
    margin-bottom: 6px;
    line-height: 1;
}
.assets_nav .assets_nav a {
    text-decoration: none;
    color: #333;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.assets_nav .assets_nav a::after {
    content: '';
    position : absolute;
    bottom: 0;
    left: 10px;
    width: 0;
    height: 1px;
    background-color: #5ca595;
    transition: width 0.3s 
ease;
}
.tn-atom_ta_reestr{
    position: relative;
    background-image: url(https://ktourjeep.ru/assets/manager/ktourjeep/images/image_40.png.webp);
    background-position: 87% 25px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    padding: 20px 3px 20px 20px;
    display: inline-block;
    border: 1px solid;
    border-radius: 10px;
    margin: 20px 0 0 0;
    max-width: 200px;
    transition: all .4s;
}

.tn-atom_ta_reestr:hover{
    color:#111827;
    background-color: #ffffff;
}
.icon-tiktok{
        display: inline-block;
    border: 2px solid #fff;
    padding: 3px;
    width: 22px;
    margin: 4px 0 3px 0;
    border-radius: 4px;
    opacity: 60%;
    transition: all .4s;
    height: 23px;
}
.icon-tiktok:hover{
    opacity: 100%;
}
.assets_nav .assets_nav a:hover {
        color: #5ca595;
    
    padding-left: 15px;
    border-left: 2px solid #5ca595;
}

.assets_nav .assets_nav a:hover::after {
    width: calc(100% - 10px); /* подстраиваем под padding */
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color: #74c044 !important;
    max-width: 25px;
}
.hamburger{
    display: none !important;
}
.WA-link-piligrimm{
    display: none;
}
.wa-menu{
    display: none;
}
main ul{
    color: #4f4f6f;
}
main li{
    line-height: 1;
    padding: 0 0 10px 15px;
    font-style: italic;
    position: relative;
}
.item_tour_programm_day p img{
    border-radius: 20px;
}
.item_section_form{
    display: flex;
    flex-direction: column;
    margin: 12px 0px;
}
.name{
    padding: 27px 10px;
  background: #ffffff;
  line-height: 1px;
  margin: 5px 0;
  border-radius: 5px;
  height: 30px;
  border: 1px solid #d6d6d6;
  cursor: text;
}
.name:before{
    content: attr(data-placeholder);
}
#sel_date_tour{
    opacity: 0;
      visibility: hidden;
      height: 0;
}
.date{
    padding: 27px 10px;
  background: #ffffff;
  line-height: 1px;
  margin: 5px 0;
  border-radius: 5px;
  height: 30px;
  border: 1px solid #d6d6d6;
  cursor: text;
}
.item_section_form input[type="text"]{
    padding: 16px 10px;
    background: #ffffff;
    line-height: 20px;
    margin: 5px 0;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}
.item_section_form select{
    padding: 16px 10px;
    background: #ffffff;
    line-height: 20px;
    margin: 5px 0;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
}
.wrap_guest{
    display: flex;
    justify-content: space-between;
}
.wrap_guest input{
    max-width: 40px;
    text-align: center;
}
.wr_guest span, .wr_kid span {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    text-align: center;
    background: #ffca00;
    line-height: 40px;
    border-radius: 50%;

}
.tour_brony{
    text-align: center;
    display: block;
    background: #74c044;
    margin: 0 0 30px 0;
    padding: 22px 0;
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .4s;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px #3c7716;
}
.tour_brony:hover{
    letter-spacing: 0.5px;
}
:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}
.block_btn{
    background: #ccc !important;
    cursor: auto !important;
}
.blockSend, .alertSend{
    background: #869791;
    box-shadow: none;
    cursor: auto;
}
.blockSend:hover{
    letter-spacing: 1px !important;
}
.wrap_hotelRoomGalary{
    width: 300px;
    margin-right: 50px;
}

.item_section_form select[name="date"]{
    background-image: url(../../../assets/temp/image/icon/selekt_row.svg);
    background-repeat: no-repeat;
    background-position: 96% 21px;
    position: relative;
}
.wrap_hotelRoom{
    display: none;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
.wrap_hotelRoom:last-child {
  display: none;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.wrap_hotelRoomPrice{
    width: calc(100% - 350px);
    display: flex;
    flex-direction: column;
    min-width: 289px;
    margin: 0px 0 0 0px;
    flex-grow: 1;
}
.roomName{
    padding: 20px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    line-height: 1;
}
.wr_tour_hotel > h3{
    font-size: 23px;
    cursor: pointer;
    position: relative;
}
.wr_tour_hotel > h3:after{
    content: "+";
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -27px;
    top: -1px;
    font-weight: 300;
    border: 1px solid rgb(0 0 0 / 51%);
    text-align: center;
    line-height: 40px;
    color: rgb(0 0 0 / 61%);
    border-radius: 6px;
    transition: all .4s;
}
.wr_tour_hotel > h3:hover:after{
    box-shadow: 0px 0px 12px -5px #333;
}
.tour_bookBtn{
    background: #74c044;
    color: #fff;
    text-transform: uppercase;
    max-width: 210px;
    text-align: center;
    padding: 13px;
    border-radius: 7px;
    display: inline-block;
    cursor: pointer;
}
.notPrice{
    margin: auto 0 3px 0;
    font-size: 13px;
    font-weight: bold;
    color: #2e5f93;
}
.roomName:before{
    content: "Номер";
    position: absolute;
    top: 4px;
    font-size: 15px;
    color: #999;
    font-weight: normal;
}
.item_hotel_booking_price{
    display: flex;
    justify-content: space-between;
}
.item_hotel_booking_price span{
    width: calc(100% - 90px);
    display: block;
    line-height: 1.2;
    font-size: 90%;
    margin-bottom: 30px;
}
.item_hotel_booking_price strong{
    display: inline-block;
    width: 80px;
    text-align: right;
}
.showRoom{
    display: flex !important;
}
.min_priceHotel{
    float: right;
    margin: 0 30px 0 0;
}
.doppice{
        margin-bottom: 60px;
}
.conditions{
    padding: 4vw;
    background: #f6f7f8;
    margin: 60px 0;
    border-radius: 20px;
}
.wr_item_hotel_booking{
    position: fixed;
    top: 0;
    left: 0;
    background: #33333385;
    width: 100%;
    min-height: 100vw;
    backdrop-filter: blur(6px);
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}
.item_hotel_booking{
    padding: 15px 40px 30px 40px;
    background: #fff;
    margin: 10vh auto;
    max-width: 350px;
    position: relative;
    border-radius: 20px;
}
.cl_item_hotel_booking{
    position: absolute;
    font-size: 44px;
    cursor: pointer;
    top: 0;
    right: 12px;
}
.open_item_hotel_booking{
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.open_item_hotel_booking .wr_guest span, .open_item_hotel_booking  .wr_kid span {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    text-align: center;
    background: #ffca00;
    line-height: 30px;
    border-radius: 50%;
}
.select_hotelRoom{
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: -7px 0 15px 0;
}
.item_hotel_booking h2{
    font-size: 20px;
    line-height: 1;
}
.alert{
    border: 1px solid #f11212 !important;
}
.oreder_send{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffffc2;
    backdrop-filter: blur(4px);
    text-align: center;
    padding: 10vh 0;
    z-index: 100;
}
.close_oreder_send{
    text-decoration: none;
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    top: 5px;
    right: 30px;
    color: red;
}
.link_oreder_send{
    padding: 16px 33px;
    display: inline-block;
    border: 2px solid #74c044;
    text-decoration: none;
    margin: 30px 0;
    color: #74c044;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
}
    .header-block picture:before {
        content: "";
        position: absolute;
       background: #01253d;
background: linear-gradient(11deg, rgba(1, 37, 61, 0.62) 0%, rgba(87, 199, 133, 0) 50%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
    }
.wr_index_filtr{
    padding: 30px;
    background: #ffffff7a;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border: #fff 1px solid;
    display: flex;
    justify-content: space-between;
    margin-top: 180px;
}
.wr_index_filtr input{
    padding: 17px 10px;
    width: calc(100% - 20px);
    border: 1px solid #74c04494;
    border-radius: 8px;
}
.wr_index_filtr select{
    padding: 17px 10px;
    width: calc(100% - 20px);
    border: 1px solid #74c04494;
    border-radius: 8px;
}
.wr_index_filtr>label{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    flex-grow: 1;
    max-width: 33%;
}
.wr_index_filtr>label>span{
    font-weight: 600;
    padding: 0 0 5px 0;
}
.serch_tour{
    width: 130px;
    height: 51px;
    border: 0;
    background: #d6ff00;
    text-transform: uppercase;
    border-radius: 6px;
    margin: 24px 0 0 0;
    cursor: pointer;
    transition: all .4s;
    font-weight: 600;
    letter-spacing: 1px;
}
.serch_tour:hover{
    letter-spacing: .5px;
}
.tour_podprice{
    margin: -19px 0 20px 0;
}
.wraper_tour_list{
    
}
.wrapperExcurtionList{
    display: flex;
    flex-wrap: wrap;
    margin: 40px -10px 0 -10px !important;;
}
.itemExcurtion_list{
    width: calc(100% / 2 - 20px);
    position: relative;
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
    height: 210px;
    display: block;
    flex-grow: 1;
}
.itemExcurtion_list img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.itemExcurtion_listName{
    position: absolute;
    z-index: 10;
    top: 26px;
    left: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    max-width: calc(100% - 60px);
}
.ex_optinsList>div{
    font-size: 20px;
    margin: 10px 0 0;
    font-weight: bold;
}
.ex_optinsList span{
    font-size: 14px;
    line-height: 1;
}
.ex_optinsList{
    position: absolute;
    color: #fff;
    bottom: 15px;
    left: 30px;
    width: calc(100% - 30px);
    z-index: 1;
}
.itemExcurtion_list:after{
    content:"";
    background: -moz-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
    background: -o-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
    background: -ms-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.name_mont {
    text-transform: uppercase;
    color: #81b537;
    padding: 0 0 5px 0;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    text-align: left;
}
.kletka {
    color: #99999947;
    padding: 5px 3px;
}
.active_day {
    color: #333;
    font-weight: 600;
    cursor: pointer;
    transition: all .4s;
    padding: 5px 3px;
}
.cal_select_date td {
    text-align: center;
    font-size: 13px;
    padding: 5px;
}
.dayvik {
    color: red;
}
.calcArow {
    display: block;
    background-image: url(https://xn----8sbah0abhgdc2dma0a.xn--p1ai/temp/image/arrow.svg);
    height: 10px;
    margin: 10px 0;
    background-position: center;
    background-repeat: no-repeat;
}
.start_tourClass{
    background: #b6c6f9;
    border-radius: 6px;
    position: relative;
    z-index: 1; 
}
[data-day="0"] {
    background: #b6c6f9;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}
.duration_tour{
    position: relative;
}
.duration_tour:not([data-day="0"]):after{
    content: "";
    position: absolute;
    background: #d3e6ff;
    width: calc(100% + 14px);
    height: 100%;
    top: 0;
    left: -7px;
    z-index: -1;
}
/* Стили календаря бронирования  */

.wrFormBooking{
        display: flex;
        justify-content: space-between;
        padding: 30px 20px;
        border-radius: 10px;
        border: 3px solid #49a3d1;
        background: #eee;
        position: relative;
        margin-bottom: 60px;
    }
    .bokingDate{
        padding: 15px;
        border: 1px solid #cccccc;
        border-radius: 10px;
        width: calc((100% - 275px) / 3);

        background: #fff;
        position: relative;
    }
    .bokingSerch{
        background: #fdcf31;
        border: 0;
        text-transform: uppercase;
        width: 125px;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 1px;
    }
    #dateStart_apart:after{
        content: "";
        width: 30px;
        display: block;
        background-image: url(https://xn----8sbah0abhgdc2dma0a.xn--p1ai/assets/temp/booking/free-icon-delivery-2197243.png);
        height: 30px;
        background-size: cover;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-filter: grayscale(1); /* Webkit браузеры */
        filter: gray; /* для IE6-9 */
        filter: grayscale(1); /* W3C */
    }
    #dateStart_apart:before{
        content:"Заезд в 14:00";
        position: absolute;
        font-size: 10px;
        top: -7px;
        font-weight: 600;
        background: #fff;
        padding: 1px 12px 0 12px;
        border-radius: 50px;
        border: rgba(34, 60, 80, 0.2) 1px solid;
        left: 12px;
    }

    #dateEnd_apart:after{
        content: "";
        width: 30px;
        display: block;
        background-image: url(https://xn----8sbah0abhgdc2dma0a.xn--p1ai/assets/temp/booking/free-icon-delivery-2197243.png);
        height: 30px;
        background-size: cover;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-filter: grayscale(1); /* Webkit браузеры */
        filter: gray; /* для IE6-9 */
        filter: grayscale(1); /* W3C */
    }
    #dateEnd_apart:before{
        content:"Выезд в 12:00";
        position: absolute;
        font-size: 10px;
        top: -7px;
        font-weight: 600;
        background: #fff;
        padding: 1px 12px 0 12px;
        border-radius: 50px;
        border: rgba(34, 60, 80, 0.2) 1px solid;
        left: 12px;

    }

    .booking_Wraper{
        position: absolute;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        top: 30px;
        width: 100%;
        max-width: 550px;
        box-shadow: 0px 1px 11px -6px #333;
        border: 1px solid #eee;
        opacity: 0;
        visibility: hidden;
    }
    .booking_Wraper_open{
        opacity: 1;
        visibility: visible;
    }

    .duratrionStart, .duratrionEnd{
        background: #72d9e9;
        border-radius: 4px;
        color: #fff;

    }
    .duratrionStart:hover, .duratrionEnd:hover {
        background: #a7f3ff;
        border-radius: 4px;
        color: #fff;
    }
    .wr_selektCollGost{
        float: right;
        display: flex;
        align-items: center;
    }
    .gosplus{
        cursor: pointer;
        background: #ffa41b;
        width: 25px;
        line-height: 26px;
        margin: -5px 5px;
        text-align: center;
        border-radius: 4px;
        padding: 1px 0 0 0;
    }
    .gosminus{
        cursor: pointer;
        background: #ffa41b;
        width: 25px;
        line-height: 26px;
        margin: -5px 0 -5px;
        text-align: center;
        border-radius: 4px;
        padding: 1px 0 0 0;
    }
    .stopMinus{
        cursor: auto;
        background: #eee;
    }
    #exurtion_wraper{
        margin-top: 100px;
    }
    .program h1{
        font-size: 40px;
        margin: 0 0 40px 0;
        font-weight: 700;
    }
    .program h2{
        font-size: 23px;
        margin: 30px 0 10px 0;
        font-weight: 600;
    }
    .program h3{
        font-size: 20px;
        margin: 30px 0 10px 0;
        font-weight: 600;
    }
    .program  p{
        margin-bottom: 1.5em;
    }
    footer{
        margin-top: 60px;
    }
    .title_assets_bar{
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .assets_bar h3{
        
    }
    .exurtion_param{
        position: sticky;
        top: 100px;
        padding: 27px 20px 1px 20px;
        background: #1d40ff17;
        border-radius: 20px;
    }
    .price_assets_bar{
        font-size: 25px;
        margin: 30px 0 0 0;
        font-weight: 600;
    }
    .wr_otel_img {
        position: relative;
    }
    .wr_otel_img a:first-child {
        width: 60%;
        height: 0;
        padding-bottom: calc(34% - 5px);
        position: relative;
        float: left;
    }
    .wr_otel_img a img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 9px;
    }
    .wr_otel_img a:nth-child(2) {
        width: calc(40% - 5px);
        height: 0;
        padding-bottom: calc(17% - 5px);
        position: relative;
        float: left;
        margin: 0px 0px 0px 5px;
    }
    .wr_otel_img a:nth-child(3), .wr_otel_img a:nth-child(4) {
        width: calc(20% - 5px);
        height: 0;
        padding-bottom: calc(17% - 5px);
        position: relative;
        float: left;
        margin-left: 5px;
        margin-top: 5px;
    }
    .wr_otel_img a:nth-child(n+5) {
        display: none;
    }
    #exurtion_wraper{
        display: flex;
        flex-direction: column;
    }
    .galary{
        margin-bottom: 30px;
    }
    .assets_bar{
        max-width: 400px;
    }
    /* Стили календаря бронирования  */
    
    .order_list{
        width: 100%;
        max-width: 600px;
        margin: 20px auto;
    }
    .order_list h2{
        font-size: 20px;
        font-weight: bold;
    }
    .info-table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.info-table tr {
    border-bottom: 1px solid #eaeaea;
}

.info-table tr:last-child {
    border-bottom: none;
}

.info-table .field-name {
    width: 45%;
    padding: 14px 20px;
    background-color: #f9f9f9;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.info-table .field-value {
    padding: 14px 20px;
    color: #555;
    text-align: left;
}

/* Стили для таблицы расчёта стоимости */
.vehicle-price-table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.vehicle-price-table th,
.vehicle-price-table td {
  padding: 14px 20px;
  text-align: left;
}

.vehicle-price-table th {
  background-color: #2c3e50;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.vehicle-price-table td {
  border-bottom: 1px solid #ecf0f1;
  font-size: 16px;
}

.vehicle-price-table tr:last-child td {
  border-bottom: none;
}

.vehicle-price-table tr:hover td {
  background-color: #f8f9fa;
}

/* Опционально: выделить цену жирным */
.vehicle-price-table td:last-child {
  font-weight: bold;
  color: #5ca595;
  text-align: right;
}

#mobail_booking-tour{
    display: none;
}
.overlay-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.overlay-image::after {
     content: attr('title');
    display: block;
    margin-top: 5px;
    color: #ffffff;
    position: absolute;
    bottom: 28px;
    left: 18px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 3px 3px 4px #333;
}
#content_page .owl-item {
    position: relative;
    height: 0;
    padding-bottom: 2%;
}
#content_page .owl-item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
#content_page .owl-item a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}  
.wraper_program_content_tour h2{
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    margin: 24px 0;
    position: relative;
}
@media (max-width: 1099px) { 
    .itemExcurtion_list{
        width: 100%;
        max-width: 500px;
        margin: 10px auto;
    }
    .wr_tour_hotel > h3 {
        font-size: 21px;
        padding: 0 55px 0 0;
    }
    .min_priceHotel {
        float: left;
        font-size: 17px;
        margin: 0px 14px 0 0;
        display: block;
        width: 100%;
    }
    .item-tours_list {
        flex-direction: column;
    }
    .item-tours_wrap-image-link {
        width: 100%;
        margin-bottom: 20px;
        height: 30vw;
    }
    .item-tours_wrap-content-ph {
        width: 100%;
        min-width: 280px;
    }
    .open_menu_piligrimm{
        display: flex !important;
        position: fixed;
        flex-direction: column;
        top: 0;
        width: calc(100% - 40px);
        height: 100vh;
        background: #ffffff;
        left: 0;
        padding: 6px 25px;
        backdrop-filter: blur(5px);
        z-index: 100;
    }
    
    .open_menu_piligrimm a{
        padding: 6px 10px !important;
        display: block !important;
        width: 85%;
    }
    .touch-menu-click{
            opacity: 1 !important;
            top: 0;
            position: fixed;
            right: 17px;
            z-index: 101;
    }
    .item_service_tour_programm_day{
        flex-wrap: wrap;
    }
    .item_service_tour_programm_day > div{
        width: 50%;
    }
    
    
}

@media (max-width: 999px) { 
    .chavo>div {
        padding: 15px 20px;
    }
    .item_hotel_booking {
        margin: 0vh auto;
        max-width: 350px;
        border-radius: 0px;
        height: 100vh;
    }
    .wrap_hotelRoom{
        flex-direction: column;
    }
    .wrap_hotelRoomGalary {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 30px auto;
    }
    .wrap_hotelRoomPrice {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .wr_tour_hotel > h3 {
        font-size: 17px;
        cursor: pointer;
        position: relative;
        max-width: 500px;
        margin: 19px 0;
    }
    .wr_tour_hotel > h3:after {
        content: "+";
        width: 26px;
        height: 26px;
        display: block;
        position: absolute;
        right: 0;
        top: -4px;
        font-weight: 300;
        border: 1px solid rgb(0 0 0 / 51%);
        text-align: center;
        line-height: 27px;
        color: rgb(0 0 0 / 61%);
        border-radius: 6px;
        transition: all .4s;
    }
    .wr_tour_hotel {
        background: #f3f6fc;
        padding: 1px 20px;
        border-radius: 20px;
        max-width: 500px;
        margin: 30px auto;
        flex-direction: column;
        display: flex;
        margin-bottom: 60px;
    }
    
    .notPrice {
        margin: 30px 2px 3px 0;
    }
    .aside_menu{
        position: relative;
    }
    .hamburger{
        display: block !important;
        float: right;
        padding: 15px 0px !important;
    }
    .hamburger-box {
        width: 24px !important;
   }
    #top, .mane_nav{
        display: none;
    }
    #header{
        padding: 20px 0 0 0;
    }
    .logo a{
        font-size: 29px;
    }
    .logo span {
        font-size: 11px;
        padding: 3px 0 0 0;
    }
    .time {
        font-size: 12px;
    }
    .mail {
        font-size: 14px;
    }
    .phone{
        font-size: 27px;
    }
    .class_tour_wrapper main {
        max-width: 500px;
        margin: 40px auto;
        width: 100%;
        
    }
    
    .class_tour_wrapper aside {
        width: 100%;
        max-width: 500px;
        min-width: 285px;
        margin: 0 auto;
    }
    .item-tours_wr-data-ph {
        text-decoration: none;
        border: 2px solid #74c044;
        border-radius: 40px;
        margin: 4px;
        max-width: 133px;
        width: 100%;
        min-width: 120px;
    }
    h1 {
        font-size: 25px;
    }
}
@media (max-width: 750px) { 
    .wr_conent p img[style="float: right;"] {
      margin: 0 0 30px 0;
      width: 100% !important;
    }

    .wr_conent p img[style="float: left;"] {
      margin: 0 0 30px 0;
      width: 100% !important;
    }
    .item_hotel_booking {
        max-width: 750px;
    }
    #hamburger{
        
    }
    #mobail_booking-tour{
        display: block;
        position: relative;
        top: 0;
        left: 0;
        background: #33333385;
        width: 100%;
        min-height: 100vw;
        backdrop-filter: blur(6px);
        transition: all .4s;
        opacity: 1;
        visibility: visible;
        margin-bottom: -61px;
    }
    #mobail_booking-tour .cl_item_hotel_booking{
            display: none;
    }
    #mobail_booking-tour .item_hotel_booking:before{
        content: "Забронировать тур";
        font-size: 23px;
        font-weight: 600;
        color: #fff;
        margin: -27px 0 43px 0;
        display: block;
    }
    #mobail_booking-tour .item_section_form span{
        color: #fff;
    }
    #mobail_booking-tour .item_hotel_booking {
        background: #5ca59557;
        position: relative;
    }
    .assets_bar{
        max-width: 100%;
    }
    .hamburger span {
        width: 25px;
        height: 3px;
        background: var(--dark-color);
        transition: all 0.3s ease;
        border-radius: 2px;
        display: block;
        margin-bottom: 4px;
        font-weight: 600;
    }
    .program h1 {
        font-size: 30px;
        margin: 0 0 40px 0;
    }
    .galary {
        margin-bottom: 30px;
        width: calc(100% + 10vw);
        margin: -25px 0 30px -5vw;
    }
    .wr_otel_img a:first-child {
        width: calc(100% + 20vw);
        height: 19px;
        padding-bottom: calc(133% - 5px);
        position: relative;
        float: left;
    }
    wr_otel_img a:nth-child(-n+4) {
        display: block;
    }
    .wr_otel_img a:nth-child(4)::before, .wr_otel_img a:nth-child(4)::after{
            display: none;
        }
    .wr_otel_img a img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 0px;
    }
    .header-block picture:before{
        content: "";
        position: absolute;
        background: #0006;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .header-block .description {
      position: relative;
      z-index: 10;
      color: #fff;
      line-height: 1.2;
    }
    .header-block h1 {
          position: relative;
          z-index: 10;
          color: #fff;
          max-width: 750px;
          font-size: 29px;
          font-weight: bold;
          line-height: 1;
          margin: 10vh 0 30px 0;
        }
    .header-block {
        position: relative;
        padding: 25vw 0 60px 0;
    }
    .wrapperExcurtionList {
        margin: -30px 0 0 0 !important;
    }
    .item-tours_wr-data-ph {
        max-width: calc(50% - 12px);
    }
    .item-tours_wrap-image-link {
        height: 40vw;
    }
    
    .parametr-tour {
        border-radius: 11px;
        width: calc(100% - 50px);
    }
    .item_service_tour_programm_day {
        margin: 30px 0 30px 0;
    }
    .tour_duration {
        font-size: 17px;
        align-items: center;
    }
    .tour_day-icon img , .tour_night-icon img {
        display: none;
    }
    .chavo .vopros{
        font-size: 15px;
    }
    .item_service_tour_programm_day > div{
        width: 100%;
    }
    .WA-link-piligrimm{
        display: flex;
        flex-direction: column;
        color: #333;
        text-decoration: none;
        float: left;
        padding: 10px 0 0;
    }
    .open_menu_piligrimm:before{
        content: "Piligrim";
        color: #74c044;
        font-weight: 800;
        font-size: 30px;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0 0px 10px 7px;
    }
    .wa-menu{
        display: block;
        position: fixed;
        top: 85vh;
        width: 83%;
    }
    .wa-menu-piligrimm-text{
        color: #74c044;
        text-transform: none;
        font-size: 16px;
    }
    .wa-menu-piligrimm-text img{
        margin: 0 0 -3px 5px;
    }
    .pl-joobtime span{
        width: 9px;
        height: 9px;
        display: block;
        float: left;
        background: #ffa90b;
        margin: 2px 5px -8px 0;
        border-radius: 50%;
        box-shadow: 0px 0px 2px 2px #ffd400fa;
    }
    .pl-joobtime{
        font-size: 12px;
    }
    .WA-link-piligrimm-text{
        font-size: 16px;
        font-weight: 600;
    }
    .WA-link-piligrimm-text img{
        width: 45px;
        margin: 0 0 -6px 5px;
    }
    .group_tour {
        font-size: 20px;
    }
    .item-tours_price-ph {
        font-size: 16px;
    }
    .logo span{
        display: none;
    }
    .block-contakt {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .phone {
        font-size: 17px;
        position: absolute;
        top: 4px;
    }
    .time {
        font-size: 11px;
    }
    .mail {
        font-size: 13px;
        transform: translateY(-3px);
    }
    #header {
        padding: 26px 0 0px 0;
        margin-bottom: -19px;
    }
    .item_hotel_booking_price strong{
        min-width: 70px;
        text-align: right;
    }
    .item_hotel_booking_price span{
        font-size: 14px;
    }
    #content_page{
        flex-direction: column !important;
    }
    #content_page .galary {
        width: 100%;
        margin: 0px 0 0px 0vw;
        overflow: hidden;
    }
}
/* Адаптивность на мобильных */
@media (max-width: 600px) {
    .item_tour_programm_day>h2>span:after {
        right: -13px;
    }
    .wr_tour_hotel {
        margin-bottom: 10px;
    }
    .info-table {
        font-size: 14px;
        margin: 20px;
        max-width: calc(100% - 40px);
    }

    .info-table .field-name,
    .info-table .field-value {
        padding: 12px 16px;
    }
    .order_list h2 {
        font-size: 20px;
        font-weight: bold;
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
    }
    .vehicle-price-table {
        margin: 10px;
        font-size: 14px;
      }
    
      .vehicle-price-table th,
      .vehicle-price-table td {
        padding: 10px;
      }
}

@media (max-width: 450px) { 
    .min_priceHotel {
        float: left;
        margin: 0 50% 0 0;
        font-size: 12px;
    }
    .conditions{
        padding: 6vw;
    }
    .wrap_guest input {
        max-width: 35px;
        text-align: center;
    }
     .aside_menu {
        position: relative;
        margin: 30px -10px;
      }
     .program h1 {
        font-size: 30px;
        margin: 0 0 40px 0;
        line-height: 1;
        font-weight: 600;
    }
    .item_section_form {
        font-size: 12px;
    }
    .parametr-tour {
        border-radius: 11px;
        width: calc(100% - 0px);
        padding: 16px;
    }
    .hide_day_your h2 strong {
        font-size: 14px;
        max-width: calc(100% - 130px);
        display: inline-block;
        line-height: 1;
        margin: 0 0 0 25px;
        max-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}







