

/* Start:/local/templates/pamyatkirov/components/sotbit/search.page/.default/style.css?17460209201291*/
.smartsearch-page__input-container {
    position: relative;
}

.smartsearch-page .smartsearch-page__input {
    height: 52px;
    padding: 8px 50px;
    font-size: 14px;
    color: #2C2C2C;
    border-radius: 32px;
    width: 100%;
    background-color: var(--color-gray-200);
    border: 1px solid var(--color-gray-200);
    outline: none;
}

.smartsearch-page .smartsearch-page__input:hover {
    border-color: var(--main-color);
}

.smartsearch-page .smartsearch-page__input:active,
.smartsearch-page .smartsearch-page__input:focus-visible {
    border-color: var(--main-color);
    background-color: #FFF;
}

.smartsearch-page .smartsearch-page__input::placeholder {
    font-size: 14px;
    color: var(--color-gray-500);
}

.smartsearch-page .smartsearch-page__input-container:before {
    content: url("/local/templates/pamyatkirov/components/sotbit/search.page/.default/./images/search.svg");
    position: absolute;
    top: 14px;
    left: 16px;
}

.smartsearch-page a {
    color: var(--main-color);
}

.smartsearch-page a:hover,
.smartsearch-page a:active {
    color: var(--main-color);
    opacity: .7;
}

a.search-page-params {
    border-bottom: 1px dashed blue;
    text-decoration: none;
}

div.search-page-params {
    margin-top: 6px;
}

.search-item-rate {
    font-size: 11px;
}
/* End */


/* Start:/local/templates/pamyatkirov/components/bitrix/system.pagenavigation/visual/style.css?17479058045677*/
.btn-show-more {
	font-family: Bebas Neue Pro;
	display: block;
	width: 100%;
    border-radius: var(--radius-md);
    border: 1px solid #BFB9B4;
    padding: 12px;
    text-decoration: none;
    color: var(--color-text);
    text-align: center;
    cursor: pointer;
    background: transparent;
    transition: all 0.5s ease;
}
.btn-show-more:hover{
	background: #E5E3DF;
    border-color: #E5E3DF;
    color: var(--color-text);
}

.show-more-container {
	padding-bottom: 40px;
}


.bx_pagination_bottom{
	padding-top: 40px;
}

.bx_pagination_bottom .bx_pagination_section_one{ 
	text-align: center;
}
.bx_pagination_bottom .bx_pagination_section_two{
	text-align: center;
}
.bx_pagination_bottom .bx_pg_section{
	
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/pamyatkirov/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	font-family: Bebas Neue Pro;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--color-text);
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	gap: 10px;
}

.bx_pagination_bottom .bx_pagination_page ul >*:first-child {
	margin-right: 20px;
}
.bx_pagination_bottom .bx_pagination_page ul >*:last-child {
	margin-left: 20px;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: flex;
	align-items: center;
    justify-content: center;
	min-width: 40px;
	min-height: 40px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid #AFADAB;
	border-radius: var(--radius-md);
	transition: all 0.3s ease;
}
.bx_pagination_page ul > li:first-child a:hover,
.bx_pagination_page ul > li:last-child a:hover {
	background: transparent;
	border: 1px solid #AFADAB;
}
.bx_pagination_page ul > li:first-child:hover img,
.bx_pagination_page ul > li:last-child:hover img{
	transform: scale(1.1);
	transition: transform 0.3s ease;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{
	background: var(--color-primary);
	color: var(--color-heading);
	border: var(--color-primary);
}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: var(--radius-md);
	background: var(--color-primary);
	color: var(--color-heading);
	border: none;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 1024px) {
	.bx_pagination_bottom .bx_pagination_page ul >*:first-child {
		display: none;
	}
	.bx_pagination_bottom .bx_pagination_page ul >*:last-child {
		display: none;
	}
	.bx_pagination_bottom .bx_pagination_page li a {
		min-width: 35px;
		min-height: 35px;
	}
	.bx_pagination_bottom .bx_pagination_page li {
		min-width: 35px;
		min-height: 35px;
	}
	.bx_pagination_bottom .bx_pagination_page {
		font-size: 14px;
	}
	.bx_pagination_bottom .bx_pagination_page ul{
		gap: 7px;
	}
}
/* End */


/* Start:/local/templates/pamyatkirov/components/bitrix/news/search/bitrix/news.list/.default/style.css?17479027296696*/
.search_section {
	padding: 0 0 100px 0;
}

.h1 {
    padding-bottom: 30px;
}


#search-form-container {
    width: 70%;
    margin-top: 40px;
}
#search-form input::placeholder,
#search-form select::placeholder {
    color: #AFADAB;
    opacity: 1;
}

#search-form input:focus,
#search-form select:focus {
  outline: none;
  border: 1px solid #D2CFC9;
}


#search-form input {
    font-family: Bebas Neue Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--color-text);
    display: block;
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #D2CFC9;
    border-radius: 8px;
}

.choices {
  width: 100%;
}

.choices__inner {
  padding: 12px 12px;
  border-radius: var(--radius-md);
  border: 1px solid #D2CFC9;
  font-family: 'Bebas Neue Pro';
  font-size: 18px;
  color: var(--color-text);
  box-shadow: none;
  margin-bottom: 12px;
}

.choices__list--dropdown::-webkit-scrollbar {
  width: 8px;
}

.choices__list--dropdown::-webkit-scrollbar-track {
  background: #E7362C;
  border-radius: 4px;
}

.choices__list--dropdown::-webkit-scrollbar-thumb {
  background-color: #E7362C !important;
  border-radius: 4px;
}


.search-actions {
    display: flex;
    gap: 10px;
}

#search-form button[type="submit"] {
    flex: 1;
    padding: 13px 0;
    background-color: #E7362C;
    color: white;
    border: none;
    border-radius: var(--radius-md);
    transition: all 0.5s ease;
}

#search-form button[type="submit"]:hover {
    background-color: #DB2A20;
}
#show-advanced img {
    margin-right: 5px;
}
#show-advanced {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 13px 0;
    background: #F8F6F3;
    border: none;
    border-radius: var(--radius-md);
    transition: all 0.5s ease;
}
#show-advanced:hover {
    background: #E5E3DF;
}
#step-two {
    max-height: 0;
    opacity: 0;
    transition: max-height 2s ease, opacity 2s ease;
}
#step-two.expanded {
    max-height: 800px;
    opacity: 1;
}
.reset-filter {
    padding: 13px 0;
    width: 100%;
    background: #F8F6F3;
    border-radius: var(--radius-md);
    border: none;
    margin-top: 10px;
    transition: all 0.5s ease;
}
.reset-filter:hover {
    background: #E5E3DF;
}

.yearpicker-container {
    position: relative;
   
}
  
.calendar {
   position: absolute;
   right: 12px;
   top: 50%;
   transform: translateY(-40%);
   cursor: pointer;
}

.yearpicker-popup {
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   background: #ffffff;
   border: 1px solid #E4E2DF;
   border-radius: 8px;
   box-shadow: 0px 0px 20px 0px #00000026;
   margin-top: 10px;
   display: none;
   font-size: 14px;
   line-height: 22px;
   color: #575553;
 }
 
.yearpicker-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-bottom: 10px;
   border-bottom: 1px solid #EFEDE9;
   margin-top: 10px;
}
.yearpicker-header button {
   background: none;
   border: none;
   cursor: pointer;
   padding: 0 15px;
}
.yearpicker-header span {
   color: #AFADAB;
}
 
.yearpicker-years {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 5px;
   margin: 10px;
}
 
.yearpicker-year {
   padding: 15px 10px;
   text-align: center;
   cursor: pointer;
   border-radius: 4px;
}
 
.yearpicker-year:hover {
   background: #E7362C;
   color: #FFFFFF;
}
 
.yearpicker-year.selected {
   background: #E7362C;
   color: #FFFFFF;
}
 
.yearpicker-year.disabled {
    color: #AFADAB;
    pointer-events:none;
}

/* Стрелочка сверху */
.yearpicker-popup::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 1001;
  }
  
  /* Тень для стрелочки */
  .yearpicker-popup::after {
    content: '';
    position: absolute;
    top: -11px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ddd;
    z-index: 1000;
  }

.search-param-container{
    display: inline-flex;
    align-items: anchor-center;
}
.search-param {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f5f5f5;
    padding: 5px 12px;
    border-radius: var(--radius-md);
    margin-left: 10px;
}

.search-param span {
    color: #898887;
}

.remove-param {
    padding-left: 5px;
}

.remove-param svg {
    transition: all 0.5s ease;
}

.remove-param:hover svg {
    transform: scale(1.1);
}






.flex_container {
    display: flex;
  
}

.left-container {
    flex: 1;
}
.left-container h1 {
    padding-bottom: 16px;
}

.right-container {
    flex: 1;
    width: 50%;
}


.image-slider .slide-item img {
    max-width: 100%;
    max-height: 450px;
    object-fit: contain;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-initialized .slick-slide {
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}


.news-list, .search-empty{
    margin-top: 100px;
}

.news-list > *:not(:first-child) {
    margin-top: 20px;
}

.recruit-item-wrapper {
    position: relative;
  display: block;
  text-decoration: none;
}
.recruit-item {
    background: #F8F6F3;
    padding: 20px 30px;
    border-radius: var(--radius-lg);
    transition: all 0.3s ease;
}
.recruit-item-wrapper .favor {
    top: 20px;
}

.recruit-item-wrapper a:hover .recruit-item {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.description {
    display: flex;
    gap: 10px;
}

.description span {
    color: #898887;
}

.h5 {
    color: var(--color-primary) !important;
    margin-bottom: 5px;
}


@media (max-width: 1024px) {
    .search_section {
        padding: 0 0 60px 0;
    }
    .flex_container {
        flex-direction: column;
        gap: 60px;
    }
    .h1 {
        padding-bottom: 12px;
    }
    #search-form-container {
        width: 100%;
        margin-top: 36px;
    }
    #search-form input {
        font-size: 16px;
        line-height: 24px;
    }
    .search-actions {
        flex-direction: column;
    }
    .right-container {
        width: 100%;
    }

    .news-list, .search-empty {
        margin-top: 60px;
    }
    .search-param-container {
        flex-direction: column;
        gap: 12px;
        align-items: baseline;
    }
    .search-param {
        margin-left: 0;
    }
    .recruit-item {
        padding: 20px 24px;
    }
    .description {
        flex-direction: column;
        gap: 0;
    }
}
/* End */


/* Start:/local/templates/pamyatkirov/components/bitrix/news.list/slider_search/style.css?1746001466563*/
.search_section .image-slider .slick-track {
    display:flex;
}
.search_section .image-slider .slick-slide {
    height: auto;
    overflow: hidden;
}
.search_section .image-slider .slick-slide picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_section .image-slider .slick-slide picture img {
    width: auto;
    height: auto;
}

.image-slider {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

.image-slider.slick-initialized {
    opacity: 1;
}
  
/* End */
/* /local/templates/pamyatkirov/components/sotbit/search.page/.default/style.css?17460209201291 */
/* /local/templates/pamyatkirov/components/bitrix/system.pagenavigation/visual/style.css?17479058045677 */
/* /local/templates/pamyatkirov/components/bitrix/news/search/bitrix/news.list/.default/style.css?17479027296696 */
/* /local/templates/pamyatkirov/components/bitrix/news.list/slider_search/style.css?1746001466563 */
