hr{
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}

.breadcrumb{
	background: transparent !important;
	margin-top: 10px;
	padding: 8px 15px 8px 0 !important;
}
.breadcrumb a{
	color: #666;
}

#body_my{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* .required_class{
	padding: 15px 0px 25px;
} */

.required_class .tac{
	text-align: center;
}

.header-content_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header_bg_black{
	background: #000;
}

.nav {
  background-color: transparent !important;
}

.d_f{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fg{
	flex-grow: 1;
	padding-bottom: 20px;
}

/*______________ page OFFER _________________*/

#offer .section_offers{
	margin: 20px 0px;
	min-height: 64vh;
}
#offer .wrapp_input_search{
	align-items: center;
	border: 1px solid #c4c4c4;
	border-radius: 27px;
    padding: 7px 10px;
    margin-bottom: 20px;
}

#offer .wrapp_input_search .form_search{
	width: 92%;
	border: none;
	padding: 0 10px; 
}

#offer .btn_search{
	background: url(../images/offer/search.png) no-repeat;
	width: 25px;
    height: 25px;
    background-size: contain;
}

#offer .wrapp_header{
	justify-content: space-between;
}
#offer .wrapp_header .title_page{
	margin: 0px;
	font-weight: bold;
	color: #ff5a49;
}
#offer .wrapp_header .head_block-right{
	font-weight: bold;
}
.section_filter .sect1{
	position: relative;
}

.section_filter .sect_body{
	padding: 0 15px 5px;
	margin-top: 10px;
}

.section_filter{
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 15px 0px rgba(205,205,205,1);
	-moz-box-shadow: 0px 4px 15px 0px rgba(205,205,205,1);
	box-shadow: 0px 4px 15px 0px rgba(205,205,205,1);  
}

.section_filter .btn-group{
	width: 100%;
}

.section_filter .sect_head{
	padding: 0 15px; 
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section_filter .sect_head .title_sect{
	font-weight: bold;
	margin-left: 5px;
}

.section_filter .sect_head .wrapp_right{
	display: inherit;
	align-items: center;
}

/*.section_filter .sect_head .sect_btn-more .btn_more{
	width: 25px;
	height: 25px;
	background: url(../images/offer/);
}
*/

.section_filter .sect_head .icon_sect>img{
	width: 25px;
	height: 25px;
}

/*кастомные стили для checkbox*/ 

.section_filter .sect_check-block input[type=checkbox] {
 	display: none;
}

.section_filter .sect_check-block .checkbox label:before {
	border-radius: 3px;
}
.section_filter .sect_check-block input[type=checkbox]:checked + label:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #ff5a49;
	
}

/* Base for label styling */
/*[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}*/
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.45em; 
  height: 1.45em;
  border: 1px solid #000;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; 
  left: .13em;
  font-size: 1.5em;
  line-height: 0.8;
  color: #ff5a49;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.section_filter .sect_check-block .checkbox label{
	padding-bottom: 7px;
}

/*кастомные стили для checkbox*/ 

.btn_more{
	background: url(../images/offer/down-arrow.png) no-repeat;
	background-size: contain;
	width: 20px; 
	height: 20px; 
	position: absolute;
	top: 0;
	right: 15px;
}

.btn_hide{
	background: url(../images/offer/down-arrow2.png) no-repeat;
	background-size: contain;
	width: 20px; 
	height: 20px; 
	position: absolute;
	top: 0;
	right: 15px;
}

.section_list_offer .offer-wrap{
	padding: 0px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 15px 0px rgba(205,205,205,1);
	-moz-box-shadow: 0px 4px 15px 0px rgba(205,205,205,1);
	box-shadow: 0px 4px 15px 0px rgba(205,205,205,1);  
}

.section_list_offer .wrapp_img-offer{
	padding: 15px; 
}
.section_list_offer .offer-description{
	padding: 15px;
}


.section_list_offer .name_offer{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}

.section_list_offer .wrapp_img-offer .image-offers{
	width: 140px;
	height: 140px;
	object-fit: scale-down;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
}
.section_list_offer .wrapp_money_price .money_price{
	width: 22px;
}
.section_list_offer .wrapp_money_price .currency{
	color: #ff5a4c;
	font-weight: bold;
}
.section_list_offer .wrapp_money_price .cash{
	font-weight: bold;
}
.section_list_offer .title{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 15px 0; 
	margin: 0;
}
.section_list_offer .title span{
	color: #ff5a4c;
}

.section_list_offer .wrapp_region{
	margin-top: 15px;
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;*/
}
.section_list_offer .wrapp_region .title{
	float: left;
	width: 75px;
	padding: 3px 0 0;
}


.section_list_offer .wrapp_region .descript_region{
	/*margin-left: 5px;*/
}

.section_filter #filterBtn{
    background-color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    border: 2px solid #fd843e;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    transition: color linear 0.15s;
    text-align: center;
    margin: 0 auto;
    display: block;
}


/*______________ page NEWS ______________*/

#newslist{
	display: block;
}

#newslist .header-top{
	justify-content: space-between;
	margin: 20px 0 20px;
}

#newslist .header-top h1{
	margin: 0px;
	color: #ff5a4c;
}

#newslist .section_offers{
	margin: 20px 0px;
	min-height: 64vh;
}
#newslist .wrapp_input_search{
	align-items: center;
	border: 1px solid #c4c4c4;
	border-radius: 27px;
    padding: 7px 10px;
    width: 100%;
    max-width: 370px;
}

#newslist .wrapp_input_search .form_search{
	width: 92%;
	border: none;
	padding: 0 10px; 
}

#newslist .btn_search{
	background: url(../images/offer/search.png) no-repeat;
	width: 25px;
    height: 25px;
    background-size: contain;
}

#newslist .sect_body{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*#newslist .sect_body{
	box-sizing: border-box;
	max-height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}*/

/*.sect_body:after {
  content: "";
  flex: 1 1 100%;
  max-width: 32%;
}*/

.item_news{

	flex: 0 1 100%;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	max-width: 32%;
	display: block;
	position: relative;
	margin-bottom: 25px;
	border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.55);
    -moz-box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.55);
    box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.55);
} 
.item_news .block_img{
	background: #66666626;
}
.item_news .image_news{
	width: 100%;
	height: 187px;
	object-fit: cover; 
}

.item_news .block_wrapp{
	padding: 10px 15px;
}

.item_news .title_news{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.item_news .name_offer{
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}

.item_news .descript_news{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.item_news .link_more_news{
	color: #fc913a;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid #fc913a;
}

@media screen and (min-width: 320px) and (max-width: 470px){
	#newslist .header-top{
		flex-direction: column-reverse;
	}
	#newslist .wrapp_input_search{
		margin-bottom: 10px;
		align-self: flex-end;
	}
}

@media screen and (min-width: 320px) and (max-width: 670px){
	#newslist .wrapp_input_search{
		width: 280px;
	}
}

@media screen and (min-width: 500px) and (max-width: 670px){
	.item_news{
		max-width: 48%;
	}
}

@media screen and (min-width: 320px) and (max-width: 500px){
	.item_news{
		max-width: 100%;
	}
}

#detail_news{
	min-height: 70vh;
}

#detail_news .image_news{
	float: left;
    width: 100%;
    max-width: 500px;
    margin: 0 20px 20px 0;
    border-radius: 20px;
}

#detail_news h1{
	color: #ff5a4c;
	margin: 15px 0 20px;
}

#detail_news .title_news{
	margin: 0 0 10px;
	font-weight: bold;
}

#detail_news .name_offer{
	color: #000;
	margin-bottom: 15px;
}

#detail_news .descript_news{
	text-align: justify;
	margin-bottom: 20px;
}
#detail_news .block_join{
	text-align: center;
}
#detail_news .block_join a.login{
	text-decoration: none;
	display: inline-block;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    background: rgba(250,201,39,1);
    background: -moz-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,201,39,1)), color-stop(100%, rgba(255,84,78,1)));
    background: -webkit-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -o-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: linear-gradient(to bottom, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac927', endColorstr='#ff544e', GradientType=0 );
}
#detail_news .block_join a.login:hover{

}

/*________  page contacts  __________*/

#contacts{
	min-height: 66vh;
}

#contacts h1{
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
#contacts .wrapp_body-content{
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
#contacts .wrapp_body-content .sect_info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	
}

#contacts .wrapp_body-content .sect_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contacts .wrapp_body-content .bg_img_contact{
	width: 100%;
}

#contacts .bg_img_contact{
	width: 100%;
}

#contacts .wrapp_body-content>.section{
	width: 50%;
	padding: 0 15px;
}

#contacts .icon-telegram:before {
  content: "\ea95";
  font-size: 32px;
  color: #000;
}

#contacts .icon-mail:before {
  content: "\ea86";
  font-size: 32px;
  color: #000;
}

#contacts .icon-skype:before {
  content: "\eac5";
  font-size: 32px;
  color: #000;
}

#contacts .icon-phone:before {
  content: "\e942";
  font-size: 32px;
  color: #000;
}


#contacts .social .social-items .social-item a:hover .icon-mail:before,
#contacts .social .social-items .social-item a:hover .icon-skype:before,
#contacts .social .social-items .social-item a:hover .icon-telegram:before,
#contacts .social .social-items .social-item a:hover .icon-phone:before {
    color: #f79817;
}

#contacts .social{
	margin-top: 110px;
	width: 100%;
	flex-direction: column;
}

#contacts .social .social-items{
	flex-direction: column;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}

#contacts .social .social-items .social-item{
	margin: 0 0 20px;
}

#contacts .social .social-items .social-item a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	color: #000;
	font-size: 18px;
}

#contacts .social .social-items .social-item a>i{
	padding-right: 15px;
}
#contacts #form-question{
	max-width: 400px;
	width: 100%;
	margin-bottom: 20px;
}
#contacts .sect_form #name-input,
#contacts .sect_form #email-input{
	border: 1px solid #000;
	border-radius: 3px;
	padding: 7px 12px;
}
#contacts .sect_form h3{
	text-align: center;
    max-width: 410px;
    width: 100%;
}

#contacts .sect_form #input-enquiry{
	border: 1px solid #000;
	margin-bottom: 15px;
}

@media screen and (min-width: 320px) and (max-width: 600px){
	#contacts .wrapp_body-content>.section{
		width: 100%;
		text-align: center;
	}

	#contacts .wrapp_body-content .sect_info .social{
		margin-top: 20px;
	}

	#contacts .wrapp_body-content #form-question{
		margin: 0 auto 20px;
	}

}

.iziModal .modal__close{
	position: absolute;
	top: 3px;
	right: 6px;
	background: transparent;
	border: none;
	outline: none !important;
}

.iziModal .modal__content p{
	text-align: center;
}

.iziModal .modal__content .title{
	font-size: 20px;
}

/*detail page_offer */
.offer_detail_sect{
	margin-bottom: 20px;
}

@media screen and (max-width: 480px){
	.offer_detail_sect .sect{
		flex-direction: column;
		width: 100%;
	}

	.offer_detail_sect .sect .wrapp_img_offer img{
		text-align: center;
		float: none !important;
		display: block;
    	margin: 0 auto;
	}
	.offer_detail_sect .sect .wrapp_detail_offer .wrapp_link_reg,
	.offer_detail_sect .sect .wrapp_detail_offer .offer-name{
		text-align: center;
	}
	.offer_detail_sect .wrapp_detail_offer .Region{
		margin-bottom: 20px;
	}
}



.offer_detail_sect .offer-image{
	width: 175px;
    height: 175px;
    object-fit: scale-down;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
}
.offer_detail_sect .wrapp_detail_offer{
	padding: 0 15px;
}
.wrapp_detail_offer .offer-name{
	font-size: 23px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.wrapp_detail_offer .title{
	color: #ff5a4c;
	font-size: 14px;
    line-height: 20px;
}
.title_b{
	font-weight: bold;
	font-size: 18px;
    margin-bottom: 10px;
}
.wrapp_detail_offer>div{
	margin-bottom: 5px;
}

.wrapp_detail_offer .link_reg{
	position: absolute;
    top: 0px;
    right: 15px;
	display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    background: rgba(250,201,39,1);
    background: -moz-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,201,39,1)), color-stop(100%, rgba(255,84,78,1)));
    background: -webkit-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -o-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: linear-gradient(to bottom, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
}

@media screen and (max-width: 740px){
	.wrapp_detail_offer .link_reg{
		position: static;
	}
}

.sect_detail_info_offer{
	margin-bottom: 15px;
}

.sect_news_offer{
	margin-bottom: 20px;
}

.sect_news_offer .link_news{
	text-decoration: none;
}

.sect_news_offer .media-heading{
	display: block;
	margin-bottom: 10px;
	color: #000;
	transition: all .3s ease-out;
}
.sect_news_offer .dete_news{
	color: #777;
}
.sect_news_offer .link_news:hover .media-heading{
	color: #ff5a4c;
}
.sect_news_offer .wrapp_news_offer{
	border-radius: 20px;
	padding: 15px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(205,205,205,1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(205,205,205,1);
    box-shadow: 0px 1px 10px 0px rgba(205,205,205,1);
    transition: all .3s ease-out;
    margin-bottom: 15px;
}
.sect_news_offer .link_news:hover .wrapp_news_offer{
	-webkit-box-shadow: 0px 4px 15px 0px rgba(205,205,205,1);
    -moz-box-shadow: 0px 4px 15px 0px rgba(205,205,205,1);
    box-shadow: 0px 4px 15px 0px rgba(205,205,205,1);
}
.sect_list_land{
	margin-bottom: 15px;
}
.sect_list_land .hed{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.sect_source_traf{
	margin-bottom: 15px;
	cursor: default;
} 
.sect_source_traf .wrapp_row {
	transition: all .2s ease-out;
	padding: 5px 12px;
    border-radius: 30px;
    margin-bottom: 6px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(205,205,205,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(205,205,205,1);
    box-shadow: 0px 1px 5px 0px rgba(205,205,205,1);
}
.sect_source_traf .wrapp_row:hover{
	background: #000;
	color: #fff;
}
.sect_source_traf .wrapp_row .left{
	transition: all .1s ease-out;
}
.sect_source_traf .wrapp_row:hover .left{
	color: #ff5a4c;
	font-weight: bold;
}

.sect_list_land .goal-list .pull-left a{
	font-weight: bold;
	transition: all .2s ease-out;
	text-decoration: none;
}
.sect_list_land .goal-list:hover .pull-left a{
	color: #ff5a4c;
	font-weight: bold;
	text-decoration: underline;
}
.sect_list_land .goal-list:hover .pull-right{
	font-weight: bold;
}