.steps_progress {padding:0;margin:20px 0;text-align:center;}

@media (max-width: 767px) {
	.steps_progress li {
		margin-bottom:10px;
	}	
}

.steps_progress li {
	display:inline-block;
	padding:5px 10px;
}
.steps_progress_future {
	background-color:#dcebda;
}
.steps_progress_done {
	background-color:#91ef85;
}
.steps_progress_now {
	border:1px dashed #db3524;
}

.no_show {display:none;}

@media (max-width: 767px) {
	.obraz_img img {
		max-width:45%;
		margin:2%;
	}
}
@media (min-width: 768px) {
	.obraz_img img {
		max-width:90%;
		margin-top:20px;
	}
}
.obraz_img {
	text-align:center;
	padding-bottom:20px;
}

h1 {
	color:#333;
	font-size: 1.75rem;
}

.top_btns {
		margin:20px 0;
	}
	
.top_btns a {
		background-color:#fff;
		text-transform:capitalize;
		text-decoration:none;
		padding: 0.5em 1.5em; /* Поля по вертикали и горизонтали */
		font-size: 0.9em; /* Размер текста */
		text-transform: uppercase; /* Все буквы заглавные */
		color: #616161; /* Серый цвет текста */
		border: 2px solid #616161; /* Параметры рамки */
		margin-bottom: 1rem; /* Отступ снизу */
	}	

@media (max-width: 767px) {
	.top_btns {
		width: 100%;
		height: 50px;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		word-wrap: normal;
		padding: 10px 0 0 0!important;
	}

	.top_btns li {
		display: inline-table;
		text-align: center;
		margin-right: 10px;
	}
}

@media (min-width: 768px) {
	.top_btns {text-align:center;}
	.top_btns ul {padding:0;margin:0;}
	.top_btns li {display:inline-block;padding:0 10px;}
}

.vish_pod {
	text-decoration:underline;padding:10px 0;font-style:italic;
}

.bottom_blocks_cont {
  position: relative;
  max-width: 1050px;
  margin: 20px auto 45px auto;
 
  overflow: hidden;

}
@media (max-width: 767px) {
  .bottom_blocks_cont {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .bottom_blocks_cont {
    width: auto;
    margin: 30px auto;
  }
}

.bottom_blocks {
	padding:10px;
}

.bottom_blocks_item {
	 border-radius: 5px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
  padding:10px;
}


.faq {
  position: relative;
  max-width: 1050px;
  margin: 20px auto 45px auto;
border-radius: 5px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
  padding:10px;
  overflow: hidden;

}
@media (max-width: 767px) {
  .faq {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .faq {
    width: auto;
    margin: 30px auto;
  }
}

.faq_q {
	font-weight:600;
}

.faq_item {
	margin-bottom:20px;
}

#social img {
	height:32px;
	border-radius:5px;
}

.info_p {
	padding:0 10px;
}

.index_list {
	margin-bottom:10px;
}

@media (min-width: 768px) {
	.modal {
		  --bs-modal-width: 700px;
	}
}

@media (max-width: 767px) {
	.modal {
		  --bs-modal-width: 500px;
	}
}

@media (min-width: 768px) {
	.bottom_blocks_cont .row {
		padding:0 20px;
	}
}

@media (max-width: 767px) {
	.steps_body {
		padding:0 20px;
	}
	.footer_block a {
		margin:0!important;
		text-align:center;
		display:block;
		width:100%;
	}
}

.steps_warn {
	display:none;
	border:1px solid red;
	padding:20px;
	width:100%;
	font-size:16px;
}

.show_txt_modal_link a {
	cursor:pointer;
}

.obraz_img h3 {
	font-size:1rem;
	padding-top:10px;
}