
* {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	background-color: #edf0f5;
}

.logo {
	font-weight: bold;
	font-size: 24px;
}

.body {
  padding-top: 122px;
  padding-bottom: 100px;
  padding-left: 138px;
  padding-right: 138px;
}

.page-title {
  font-size: 74px;
  line-height: 102.3%;
  margin-top: 80px;
  margin-bottom: 90px;
  font-family:Lozung Caps;
  color: #181D27;
}

.container {
	display: flex;
	flex-wrap: wrap;
  gap: 20px;
}

.sidebar {
	/* width: 100%;
	max-width: 250px;
	margin-right: 30px;
  margin-top: 80px;
  margin-bottom: 90px; */
  background: transparent;
  padding: 20px;
  border-radius: 8px;
  flex: 1;
}

.filters_title {
  text-transform: uppercase;
  line-height: 57px;
  font-weight: 500;
  font-size: 20px;
  font-family: Tektur;
  color: #363A41;
}

.filters h2 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.filter_plate {
  margin-bottom: 10px;
  font-size: 0.9rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  width: 250px;
}

.filter_plate span {
  margin-bottom: 30px;
}

.filter_plate label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.filter_caption {
  font-family: Tektur;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #363A41;
}

.range-input {
	max-width: 45%;
}

#price-val {
	display: flex;
	gap: 5px;
}

.price-divide {
	margin-top: 8px;
  margin-bottom: unset !important;
  padding-bottom: unset;
  font-size: 16px;
  font-weight: 600;
}

.checkbox {
	/*position: absolute;*/
	z-index: -1;
	opacity: 0;
}

.checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

.checkbox+label::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.checkbox:checked+label::before {
  border-color: rgba(200.00000327825546, 0, 1.0000000591389835, 1);
  background-color:rgba(200.00000327825546, 0, 1.0000000591389835, 1);
}

/* стили при наведении курсора на checkbox */
.checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: rgba(250.00000327825546, 0, 1.0000000591389835, 0.5);
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.checkbox:not(:disabled):active+label::before {
	background-color: rgba(250.00000327825546, 0, 1.0000000591389835, 0.5);
	border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.checkbox:focus+label::before {
	box-shadow: 0 0 0 0.2rem rgba(150.00000327825546, 0, 1.0000000591389835, 0.3);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.checkbox:focus:not(:checked)+label::before {
	border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.checkbox:disabled+label::before {
	background-color: #e9ecef;
}

.clear-filters {
	color: #363A41;
}

.clear-filters:hover {
	cursor: pointer;
	text-decoration: underline;
}

.results-filters {
  color: #363A41BB;
}

.main {
  padding: 20px;
  min-width: 75%;
  max-width: 75%;
}
.search_container {
  width: 100%;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.search_icon_block {
  background-color: #181D27;
  width: 60px;
  height: 100%;
}

.search_icon {
  height: 38px;
  margin-left: 13px;
  margin-right: 20px;
  margin-top: 10px;
}

.search_block {
  border: 1px solid #363A4129;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  width: 100%;
  margin-right: 10px;
}

.search {
  border: none;
  width: 100%;
  font-family:Tektur;
  text-align:left;
  font-size:16px;
  color:rgba(24.000000469386578, 29.000000171363354, 39.00000147521496, 0.699999988079071);
  font-weight: 500;
  text-indent: 30px;
  line-height: 22.93px;
  letter-spacing: -0.01em;
}

.search:focus-visible {
  outline: unset;
}

.sort_container {
  width: calc((100% - 250px)/3);
  background-color:rgba(255, 255, 255, 1);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 180px;
}

.search_sort {
  width: 100%;
  color:rgba(24.000000469386578, 29.000000171363354, 39.00000147521496, 0.699999988079071);
  font-family:Tektur;
  text-align:left;
  font-size:16px;
  line-height: 133.3%;
  font-weight: 500;
  background-color:transparent;
  height: 60px;
  border-style: unset;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
  
.search_sort:not([multiple]) {
	padding-right: 1.2em;
	background-repeat: no-repeat;
	background-position: calc(100% - 0.25em) 1.6em;
	background-size: 0.65em auto;
	background-image: url("/static/main/imgs/light/arrow.png");
}

.search_sort:focus-visible {
  outline: unset;
}

.load-more {
  background-color: #181D27;
  text-transform: uppercase;
  color:white;
  font-family:Tektur;
  text-align:center;
  font-size:13px;
  display: block;
  line-height: 93.3%;
  font-weight: 500;
  width: 279px;
  height: 52px;
}

.load-more:hover {
  background-color: #292E38;
  cursor: pointer;
}

.load-more-conteiner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
  align-items:center;
  justify-content:center;
	margin-top: 100px;
}

@media (max-width: 1400px) {
	/* .container {
	  flex-direction: column;
	} */

	.sidebar {
	  margin-right: 0;
	  margin-bottom: 20px;
	}

  .body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main {
    min-width: unset;
    max-width: unset; 
    width: 65%;
  }
}