/*
Hello!
*/
body {
	font-family: 'CenturyGothic', sans-serif;
/*	font-family: 'Source Sans Pro', sans-serif;
/*	background-image: url(/css/bg.jpg);
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

svg {
	width: 1.3em;
    vertical-align: text-bottom;
}
svg path {
	fill: currentColor;
}
.dispno {
	display: none!important;
}
.top_menu {
	position: fixed;
	width: 100%;
	z-index: 1000;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(8px);
}
.navbar-nav {
	font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5);
/*	color: #fff;*/
	transition: all .5s;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,.9);
/*	color: rgb(255 255 255 / 84%);*/
	text-decoration: underline;
	transition: all .5s;
}
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0,0,0,.9);
/*	color: #fff;*/
	text-decoration: underline;
}

.zag {
	text-transform: uppercase;
}
.object_bot {
	cursor: pointer;
}
.icons_block {
	display: flex; justify-content: space-between;
}

.team_main_block {
	/*column-count: 3;*/
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.team_photo_block_user {
	display: flex; 
	/*flex: 1;*/ 
	width: 48%; 
	margin: 10px; 
	padding: 10px; 
	border-radius: 10px;
	transition: all .5s;
	cursor: pointer;
}
.team_photo_img {
	width: 100%;
	border-radius: 10px;
	transition: all .5s;
}
.team_photo_block_user:hover .team_photo_img {
	transform: scale(1.1,1.1)      translateY(0);
}

.news_main_block {
	/*column-count: 3;*/
/*	display: flex;
	flex-wrap: wrap;
	width: 100%;*/
}
.news_photo_block_user {
	display: flex; 
	/*flex: 1;*/ 
/*	width: 48%; */
	margin: 10px; 
	padding: 10px; 
	border-radius: 10px;
	transition: all .5s;
	cursor: pointer;
}
.news_photo_div {
	margin-right: 10px;
	width: 255px;
	height: 188px;
	overflow: hidden;
	border-radius: 10px;
}
.news_photo_img {
	width: 100%;
	border-radius: 10px;
	transition: all .5s;
}
.news_photo_block_user:hover .news_photo_img {
	transform: scale(1.1,1.1)      translateY(0);
}
.news_text_block {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
}

.title_3d_tour_list {
	
}
.text_3d_tour_list {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	box-orient: vertical;
}
.footer_links_list {
	background-color: #404040;
	margin-top: 40px;
	padding-top: 25px;
}

.footer_links {
	color: #dcdcdc;
	font-size: 14px;
	margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #dcdcdc;
    padding: 1px 5px;
    border-radius: 5px;
	white-space: nowrap;
}
.footer_links:hover {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #dcdcdc;
	background-color: #dcdcdc;
    padding: 1px 5px;
    border-radius: 5px;
	white-space: nowrap;
}
.active_footer_links {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #dcdcdc;
	background-color: #dcdcdc;
    padding: 1px 5px;
    border-radius: 5px;
	white-space: nowrap;
}
.toolbox_blur {
	width: 100%;
	height: 150%;
	position: fixed;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	z-index: 9992;
	pointer-events: none;
}



.iconka {
/*	flex: 1;*/
	cursor: pointer;
	border: 1px solid #ced4da;
    border-radius: 100px;
/*	height: 185px;*/
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center; 
	padding: 20px;
}
.iconka:hover {
	background-color: #f8f9fa;
    -webkit-box-shadow: 0 0 10px 0 rgb(137 127 127 / 80%);
    box-shadow: 0 0 10px 0 rgb(137 127 127 / 80%);
}
.icon_span {
	position: absolute;
	left: 0%;
    top: 105px;
}



.vsego_img {
	position: absolute;
	margin-left: 5px;
	right: 5px;
    bottom: 5px;
	font-size: 10px;
    background-color: #00000087;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}
.this_is_exclusive {
	position: absolute;
	margin-left: 5px;
	right: 5px;
    top: 5px;
	font-size: 10px;
    background-color: #00000087;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
	animation-duration: 3s;
	animation-name: exclusive_move;
	animation-iteration-count: infinite;
}


.adress {
	margin-bottom: 0.5rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	box-orient: vertical;
/*	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;*/
}
.adress_exclus {
	margin-bottom: 0.1rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 14px;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
}
.class_sort:hover {
	background-color: aliceblue;
}
.zag_class {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}
.price_class {
	white-space: nowrap;
}

.select_uzkiy {
	width: 120px;
    height: 20px;
    font-size: 14px;
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 2px 0px;
}

.active_filter {
	color: #3f9841!important;
	border: 1px solid #3f9841!important;
}
.logo_style {
	width: 100px;
    position: relative;
}
.img_logo_style {
	width: 100px;
    position: absolute;
    top: -38px;
/*	width: 87px;
    position: absolute;
    top: -15px;*/
}
.object_list_link {
	text-decoration: none;
	padding: 5px;
	margin: 0px 5px;
	white-space: nowrap;
}
.object_list_link:hover {
	background: rgb(0 0 0 / 66%);
/*	background: #6eb4ff;*/
    color: #fff;
	text-decoration: none;
	padding: 5px;
	border-radius: 6px;
}
.active_ob_link {
	background: rgb(0 0 0 / 66%);
/*	background: #6eb4ff;*/
    color: #fff;
	text-decoration: none;
	padding: 5px;
	border-radius: 6px;
}
.zagolovok {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 600;
}
.zagolovok_exclus {
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 600;
}
.menu-mobile {
	display: none;
	
}
.font-s {
	font-size: 16px;
}
.name_note_none {
	position: fixed;
	width: 200px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #d22a27a1;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.zametka_save {
	position: fixed;
	width: 185px;
	right: 0px;
	left: 0px;
	top: 0px;
	margin: auto;
	background-color: #25d366a3;
	color: #fff;
	padding: 2px 10px;
	border-radius: 10px;
	z-index: 99;
}
.input_text_zametki {
	width: 100%;
	height: 30px;
	font-size: 12px;
}
.form_radio_btn_filter {
	display: inline-block;
	margin-right: 5px;
}
.form_radio_btn_filter input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 10px;
	line-height: 34px;
/*	border: 1px solid #999;*/
	border-radius: 6px;
	user-select: none;
    color: #06c;
}
.form_radio_btn_filter label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 5px;
	line-height: 20px;
/*	border: 1px solid #999;*/
	border-radius: 6px;
	user-select: none;
    color: rgb(0 0 0 / 66%);
}
/* Checked */
.form_radio_btn_filter input[type=radio]:checked + label {
	background: rgb(0 0 0 / 66%);
	color: #fff;
}
/* Hover */
.form_radio_btn_filter label:hover {
	color: #666;
}

/* Disabled */
.form_radio_btn_filter input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}

.prev,
.next {
  position: absolute;
  top: 30%;
  height: 60px;
  width: 60px;
  z-index: 1;
  cursor: pointer;
}
.prev {
	transform: rotate(180deg);
	left: -35px;
}
.next {
  right: -35px;
}

.reset_bot_class {
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
	padding: 5px;
	color: #d40101;
}
.sortir {
	font-size: 12px;
}

.activeMobileMenu {
	color: #0062cc;
}
.background-objects-left {
/*	margin-bottom: 20px;*/
}
.filter_menu {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.change_theme {
	margin: 0px 0px 0px 20px;
	cursor: pointer;
}
.columns {
	column-count: 2;
}
.icons_list {
	column-count: 6;
}
.iconka_block {
    border-radius: 10px;
	height: 150px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	transition: all .5s;
}
.iconka_block:hover {
	cursor: pointer;
	transition: all .5s;
}
.img_block {
	width: 500px;
	height: 280px;
}
.small_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	cursor: pointer;
}


/* весь контейнер поддерживает перспективу */
.flip-container {
	perspective: 1000;
}
	/* переверните сторону при проведении мышью */
	.iconka_block:hover .flipper, .iconka_block.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
	height: 65px;
}

/* здесь находится скорость перевертывания */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* скройте обратную сторону во время переворота */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* лицевая сторона размещена над обратной */
.front {
	z-index: 2;
}

/* обратная, изначально скрытая сторона */
.back {
	transform: rotateY(180deg);
}



.ekko-lightbox {
	background-color: #000000b5!important;
}

.show_master_bot:hover {
	cursor: pointer;
}
.plist {
	margin-bottom: 0px;
}
.spanleft {
	margin-right: 5px;
	display: inline-block;
}
.spanleft2 {
	margin-right: 10px;
	display: inline-block;
}
.spanr {
	display: inline-block;
}
.zametki {
	cursor: pointer;
	margin-top: 8px;
	width: 170px;
}
.img_block_list {
	width: 250px;
    height: 200px;
	position: relative;
}
.img_block_list_cat {
	width: 180px;
    height: 150px;
	position: relative;
}
.img_block_list_main {
	width: 320px;
    height: 240px;
	position: relative;
	transition: all .5s;
}
.img_block_list_main:hover {
	position: relative;
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.img_block_list_exclus {
	width: 100px;
    height: 80px;
	position: relative;
}
.category {
	text-transform: lowercase;
    color: #ababab;
    margin-bottom: 0px;
    font-size: 14px;
}	
.data-dobavleniya {
	color: #ababab;
    margin-bottom: 0px;
    font-size: 14px;
}
.data-dobavleniya2 {
	color: #ababab;
    margin-bottom: 0px;
    font-size: 14px;
}
.imgsize {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.imgsize_main_page {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.mgR {
	margin-right: 15px;
}
.main-inform {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: column;
	margin-right: 20px;
}
.zagolovok_and_price {
	display: flex;
	justify-content: space-between;
}
.mob_ys {
	display: none;
}
.text-object {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
}
.text-object_exclus {
	margin-top: 0.1rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 14px;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
}
.footer_obyavleniya {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.data_spec {
	
}
.show_link {
	font-size: 18px;
    padding: 2px 10px;
    border-radius: 8px;
    text-transform: uppercase;
	text-decoration: none;
}
.show_link:hover {
	font-size: 18px;
    padding: 2px 10px;
    border-radius: 8px;
    text-transform: uppercase;
	text-decoration: none;
}
.background-objects-left {
    border-radius: 10px 10px 10px 10px;
	padding: 20px 0px 20px 20px;
	margin: 0px 0px 20px 0px;
}
.background-objects-right {
    margin-bottom: 20px;
    border-radius: 0px 10px 10px 0px;
	padding: 20px 20px 20px 20px;
}
.otstup_img_right {
	margin-right: 20px;
}
.otstup_img_right_cat {
	margin-right: 20px;
	margin-bottom: 20px;
}
.otstup_img_right_main {
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all .5s;
}
.otstup_img_right_exclus {
	margin-right: 5px;
}
.cat2_cat {
	position: absolute;
    margin-left: 5px;
    left: 0px;
    top: 5px;
    font-size: 10px;
    background-color: #00000087;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}
.type_main_page {
	position: absolute;
    margin-left: 5px;
    left: 0px;
    bottom: 5px;
    font-size: 10px;
    background-color: #00000087;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}
.price_cat {
	position: absolute;
    margin-left: 5px;
    right: 5px;
    top: 5px;
    font-size: 10px;
    background-color: #00000087;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}
.logo_avangard_on_exclus {
	/*display: none;*/
	position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 80px;
    padding: 0px 5px;
    border-radius: 5px;
	pointer-events: none;
	transition: all .5s;
}
.logo_avangard_on_exclus_img {
	width: 80px;
	opacity: 0;
	transition: all .5s;
}
.categ_main_page {
	display: none;
	position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 30px;
    font-size: 18px;
    background-color: #00000087;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
	pointer-events: none;
}
.otstup_img_right_main:hover .categ_main_page {
	display: block;
}
.otstup_img_right_main:hover .logo_avangard_on_exclus {
	display: block;
}
.otstup_img_right_main:hover .logo_avangard_on_exclus_img {
	opacity: 1;
	transform: scale(1.2,1.2) translateY(0);
}
.footer_obyavleniya_mobile {
	display: none;
}
.new_mr-1 {
	margin-right: 0.25rem!important;
}
.new_ml-3 {
	margin-left: 1rem!important;
}
.new_mr-2 {
	margin-right: 0.5rem!important;
}
.new_ml-4 {
	margin-left: 1.5rem!important;
}

.collapsible {
	display: none;
}
.active, .collapsible:hover {

}
.collapsible_content {
	max-height: none;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

#up {
    display: block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #bbb;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9999;
    cursor: pointer;
  }
  #up:before {
    content: '↑';
    font-family: sans-serif;
    font-size: 30px;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #up.show {
    opacity: 0.5;
  }
  #up.show:hover {
    opacity: 1;
  }
  
.img_block_this {
	width: 800px;
	height: 450px;
}
.small_img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	cursor: pointer;
}
.active_small_img {
	-webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.listf:first-child {
  float: left;
}

.listc:last-child {
  float: right;
}

.sect {
  overflow: hidden;
  line-height: 1.5em;
}

.sect:after {
  content: "";
  display: block;
  overflow: hidden;
  padding-top: 1.1em;
  height: 1px;
  box-sizing: content-box;
  background: repeating-linear-gradient(to right, #8c8c8c, #8c8c8c 1px, transparent 1px, transparent 1px);
  background-clip: content-box;
}

.listf:first-child:after, .listc:last-child:before {
  content: "";
  display: inline-block;
  width: .5em;
}
.divimg {
	margin: 2px;
	width: 96px;
	height: 56px;
}
.settings_class {
	display: none;
}
.otstup_pod_menu {
	margin-top: 75px;
}
.threed_tours_list {
	column-count: 3;
	text-align: center;
}
.tours_block {
	margin-bottom: 20px;
}
.name_3d {
	font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}
.text_3d {
	line-height: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}
.img_3d_class {
	width: 320px;
    border-radius: 10px;
	margin-bottom: 5px;
}
.div_slide1 {
	position: absolute;
	top: 35%;
	width: 100%;
}
.span1_slide1 {
	font-size: 40px;
	color: #fff;
}
.span2_slide1 {
	font-size: 40px;
	color: #fff;
}
.div_slide2 {
	position: absolute;
	top: 35%;
	width: 100%;
}
.span1_slide2 {
	font-size: 40px;
	color: #fff;
}
.span2_slide2 {
	font-size: 40px;
	color: #fff;
}
.div_slide3 {
	position: absolute;
	top: 35%;
	width: 100%;
}
.span1_slide3 {
	font-size: 40px;
	color: #fff;
}
.span2_slide3 {
	font-size: 40px;
	color: #fff;
}
.close_main_menu_area {
	display: none;
}
.c_m_m_a_none {
	display: none;
}
.c_m_m_a_block {
	display: block;
}
.object_list_div {
	
}
.tooltip_name {
	top: 118px;
	left: 94.9px;
}
.tooltip_phone {
	top: 118px;
	left: 303px;
}

.max_992 {
	display: inline;
}
.min_992 {
	display: block;
}

@media (max-width: 992px) {
.max_992 {
	display: none;
}
}
@media (min-width: 992px) {
.min_992 {
	display: none;
}
}

@media (max-width: 575px) {


.news_photo_block_user {
	display: inline-block; 
}
.news_photo_div {
	width: 100%;
}
.tooltip_name {
	top: 118px;
	left: 61px;
}
.tooltip_phone {
	top: 118px;
	left: 217px;
}
.object_list_div {
	line-height: 30px;
}
.footer_links_list {
	background-color: #404040;
	margin-top: 40px;
	padding-top: 25px;
	line-height: 30px;
/*	column-count: 1;*/
}
.title_3d_tour_list {
	margin-bottom: 0px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
}
.text_3d_tour_list {
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
}
.team_main_block {
	/*column-count: 3;*/
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.team_photo_block_user {
	display: flex; 
	/*flex: 1;*/ 
	width: 100%; 
	margin: 10px 0px;
	padding: 10px; 
	border-radius: 10px;
	transition: all .5s;
	cursor: pointer;
}
.this_is_exclusive {
	font-size: 6px;
}
.icons_list {
	column-count: 2;
}
.iconka_block {
	margin-bottom: 15px;
}
.close_main_menu_area {

	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 50;
}
.img_logo_style {
	width: 90px;
    position: absolute;
    top: -22px;
}
.img_logo_open_menu {
	width: 50px;
    top: -15px;
	transition: 1s all;
}
.img_logo_close_menu {
	width: 90px;
    top: -22px;
	transition: 1s all;
}

.div_slide1 {
	position: absolute;
	top: 30%;
	width: 100%;
}
.span1_slide1 {
	font-size: 30px;
	color: #fff;
	line-height: 32px;
}
.span2_slide1 {
	font-size: 25px;
	color: #fff;
}
.div_slide2 {
	position: absolute;
	top: 30%;
	width: 100%;
}
.span1_slide2 {
	font-size: 30px;
	color: #fff;
	line-height: 32px;
}
.span2_slide2 {
	font-size: 40px;
	color: #fff;
}
.div_slide3 {
	position: absolute;
	top: 30%;
	width: 100%;
}
.span1_slide3 {
	font-size: 30px;
	color: #fff;
	line-height: 32px;
}
.span2_slide3 {
	font-size: 30px;
	color: #fff;
}

.tours_block {
	margin-bottom: 20px;
}
.threed_tours_list {
	column-count: 1;
	text-align: center;
}
.img_block_list_main {
	width: 100%;
/*    height: 150px;*/
	position: relative;
}
.img_block_list_main:hover {
	position: relative;
	width: 100%;
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.otstup_pod_menu {
	margin-top: 0px;
}
.top_menu {
	position: relative;
	width: 100%;
	z-index: 1000;
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
}
.settings_class {
	display: inline;
	margin-top: 10px;
}
.divimg {
	margin: 2px;
	width: 116px;
	height: 78px;
}
.img_block_this {
	width: 100%;
	height: 280px;
/*	padding-right: 20px;*/
}
.formobmenu {
	height: 42px;
}
#up {
    bottom: 55px;
  }
.collapsible {
	display: inline;
	cursor: pointer;
}
.collapsible_content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.otstup_img_right_cat {
	margin-right: 10px;
	margin-bottom: 10px;
}
.otstup_img_right_main {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}
.img_block_list_cat {
	width: 165px;
    height: 125px;
	position: relative;
}
/*
.img_block_list_main {
	width: 165px;
    height: 125px;
	position: relative;
}*/
.select_uzkiy {
    margin: 0px 0px 2px 0px!important;
}
.new_mt1 {
	margin-top: 1rem!important;
}
.new_mtb025 {
	margin-top: 0.25rem!important;
/*    margin-bottom: 0.25rem!important;*/
}
.new_r025 {
	margin-right: 0.25rem!important;
}
.new_ml-4 {
	margin-left: 0rem!important;
}
.new_ml-3 {
	margin-left: 0rem!important;
}
.footer_obyavleniya_mobile {
	display: flex;
	justify-content: space-between;
}
.data-dobavleniya {
    font-size: 10px;
}
.data-dobavleniya2 {
    font-size: 10px;
	margin-right: 10px;
}
.otstup_img_right {
	margin-right: 10px;
	margin-top: 5px;
}
.background-objects-left {
    border-radius: 10px 10px 10px 10px;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 10px 0px;
}
.show_link {
	font-size: 14px;
    padding: 2px 10px;
    border-radius: 8px;
}
.show_link:hover {
	font-size: 14px;
    padding: 2px 10px;
    border-radius: 8px;
    text-transform: uppercase;
	text-decoration: none;
}
.footer_obyavleniya {
	display: block;
    text-align: end;
}
.data_spec {
	display: none;
}
.text-object {
	font-size: 14px;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
}
.zagolovok_and_price {
	display: none;
}
.zagolovok {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
}
.mob_ys {
	display: block;
}
.adress {
	margin-bottom: 0rem;
	font-weight: 600;
	font-size: 14px;
	-webkit-line-clamp: 2;
	line-clamp: 2;
/*	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;*/
}


.font-s {
	font-size: 14px;
}
.form-control {
	display: inline-block!important;
}

.d_inline_block {
	display: inline-block!important;
	margin-top: 10px;
}
.reset_bot_class {
	position: absolute;
	left: 15px;
	top: -20px;
	cursor: pointer;
	padding: 5px;
	color: #d40101;
}
.sortir {
	font-size: 12px;
	margin-bottom: 10px;
}
.img_block_list {
	width: 100px;
    height: 80px;
	position: relative;
}

}

@media (max-width: 576px) {

.filter_menu {
	display: block;
	justify-content: space-between;
	padding: 10px;
}
.marg_for_modile {
	margin-bottom: 10px;
	display: block;
}
.text_width450 {
	width: 300px!important;
}
.change_theme {
	text-align: right;
}
.columns {
	column-count: 1;
}
.img_block {
	width: 100%;
	height: 280px;
	padding-right: 20px;
}
}

@keyframes exclusive_move {
  0% {
    transform: scale(1,1)      translateY(0);
  }
  50% {
    transform: scale(1.2,1.2)      translateY(0);
  }
  100% {
    transform: scale(1,1)      translateY(0);
  }
}

@font-face{
font-family: "CenturyGothic";
src: url("../css/fonts/centurygothic.ttf") format("truetype");
font-style: normal; 
font-weight: normal; 
}
@font-face{
font-family: "CenturyGothic-Bold";
src: url("../css/fonts/centurygothic_bold.ttf") format("truetype");
font-style: normal; 
font-weight: normal; 
}