body {position: relative;}

.form-group label {font-weight:400;}
#next-form .display-4 {font-size:1.8rem;}
#next-form .display-4 a {border-bottom: 1px dashed currentColor;}
#next-form .display-4 a:focus, #next-form .display-4 a:hover {text-decoration: none;}

@media (max-width: 576px){
  .navbar .container {margin-left:0; margin-right:0;}
  .jumbotron {padding-top: 4rem;}
  .display-4{
	font-size: 25pt;
  }

}
@media (min-width: 576px){
  #accordion-price{width: 400px;}
  #accordion-schedule{width: 400px;}
}
.bd-footer {
  padding: 4rem 0;
  font-size: 85%;
  background-color: #333;
  color: white;
}
.bd-footer .bd-footer-link {color: rgba(255, 255, 255, 0.5);}
.bd-footer .bd-footer-link:focus, .bd-footer .bd-footer-link:hover {color: rgba(255, 255, 255, 0.75);}

.btn-success{
	margin-bottom: 20px;
}

#div_btn_schedule{
	text-align: center;
	width: 100%;
}
.a-schedule{	
	background-color: #5cb85c!important;	
}
.a-price{
	background-color: #4A76A8!important;
}
.a-schedule a, 
.a-price a{
	color: #ffffff!important;
}
.a-schedule a:hover, 
.a-schedule a:active,
.a-price a:hover,
.a-price a:active{
	text-decoration: none!important;
}
.a-schedule h3,
.a-price h3 {
    margin-bottom: 0!important;
	font-weight: normal!important;
}
#accordion-price,
#accordion-schedule{
	margin:0 auto;
	margin-bottom: 3rem;
}
#accordion-price .card-block,
#accordion-schedule .card-block{
	padding: 0!important;
}
#stock{
	background-color: #ffffff!important;
}
#price-index{
	background-color: #eceeef!important;
	padding: 2rem 1rem 100px;
}
.warning{
	border: 2px solid #F44336;
	padding: 0.5rem;
}
.wh80{
	width: 80px;
	height: 80px;
}
.text-white{
	color: #fff!important;
}
#rent .card-block{
	background-color: #4A76A8;
    border-radius: .25rem;
}
#rent .item-rent, #rent .card-block{
	min-height: 100%!important;
}
.download-app>a {
    display: block;
    opacity: 1;
    transition: 0.1s;
	margin-bottom: 15px;
}
.download-app>a:hover {
    opacity: 0.8;
}
.download-app>a>img {
    width: 180px;
}
#application{
	margin-top: -50px;
}
#application .row>div:last-child{
	align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/** ВСПЛЫВАЮЩЕЕ СООБЩЕНИЕ **/
.popup-alert {
    position: fixed;
    width: 350px;
    margin: 0 auto;
    top: 15px;
	left: 0;
	right: 0;
    border-radius: 5px;
    z-index: 2000;
	display: none;
	box-sizing: border-box;
}
.popup-alert>div {
	color: #fff;
	font-size: 14px;
    position: relative;
	border-radius: 5px;
	padding: 10px 35px 10px 20px;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
}
.popup-alert  .btn-close{
	position: absolute;
	color: #fff;
	top: 0;
	right: 0;
	top: 7px;
    right: 15px;
	cursor: pointer;
}
.popup-alert.success  .btn-close{
	color: #fff;
}
.popup-alert.show{
	display: block;
	opacity: 0;
	transition: 0.1s;
}
.popup-alert.opacity{
	opacity: 1;
	top: 25px;
}
.popup-alert.danger {
    background-color: #FF4A4A;
}
.popup-alert.success {
    background-color: #5cb85c;
	color: #fff;
}
/** ВСПЛЫВАЮЩЕЕ СООБЩЕНИЕ (END)**/

/** АККОРДЕОН **/
.block-faq .items {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.block-faq .items .item {
    overflow: hidden;
}
.block-faq .items .question {
	cursor: pointer;
	display: flex;
	background: #fff;
}
.block-faq .items .button {
	position: relative;
	width: 50px;
	min-width: 50px;
	min-height: 100%;
	background: #5CB85C;
}
.block-faq .items .button:before {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    position: absolute;
    background: #fff;
	transform: translate(-50%, -50%);
}
.block-faq .items .button:after {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 16px;
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%) rotate(180deg);
}
.block-faq .items .question.open .button:after {
    display: none;
}
.block-faq .items .text {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.block-faq .items .answer {
	padding: 20px;
	display: none;
	line-height: 24px;
}
@media(max-width: 800px){
	.block-faq .items {
		width: 100%;
	}
}
@media(max-width: 600px){
	.block-faq .items {
		gap: 10px;
	}
	.block-faq .items .text {
		font-size: 16px;
	}
	.block-faq .items .answer {
		font-size: 16px;
		padding: 15px 0;
	}
}
/** АККОРДЕОН (END) **/

/** ШАПКА **/
.header {
	position: relative;
    padding-bottom: 180px;
    background-image: url(/img/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	margin: 0;
	padding: 150px 0 100px 0;
}
.header > .container {
	position: relative;
	z-index: 1;
}
.header:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(136, 181, 255, 0.28);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.header .btn-order {
    background: rgba(91, 192, 222, 1);
    color: #fff;
    padding: 15px 40px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    border-radius: 30px;
    border: 2px solid rgba(91, 192, 222, 1);
	transition: 0.2s;
	text-decoration: none;
}
@media(any-hover: hover){
	.header .btn-order {
		background: rgba(91, 192, 222, 0);
		border: 2px solid #fff;
	}
	.header .btn-order:hover {
		background: rgba(91, 192, 222, 1);
		border: 2px solid rgba(91, 192, 222, 1);
	}
}
@media(max-width: 500px){
	.header .btn-order i {
		display: none;
	}
}
/** ШАПКА (END) **/