.inner-page-wrapper .content-wrapper {
	padding: 0px;
}

#faq-accordion {
	padding-bottom: 0px;
	margin-top: 15px;
}

h5 {
	padding-top: 0px;
}

input[type="text"].plain-text {
    width: 100%;
    padding: 0px;
    margin-bottom: 0;
    background-color: transparent;
	height: auto;
	line-height: 16px;
	border-radius: 0;
	color: #f95050;
	font-weight: 500;
}

.symbols-left {
	line-height: 16px;
}

#err_com {
	display: none;
}

#priv_pol_info {
	display: none;
	margin: 20px auto 0px;
}

#ul_st {
	list-style-type: none;
	margin: 0px;
	z-index: 100;
	position: absolute;
	background-color: #fff;
	width: 100%;
	max-height: 200px;
	border-radius: 10px;
	padding: 30px 0px;
}

#ul_st li:before {
	display: none;
}

.buttons-block {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

.buttons-block .form-group {
	margin-bottom: 0px;
	width: 100%;
}

.buttons-block .form-group .btn-orange {
	margin: 0px auto;
}

.privacy-policy-block .new-info-block {
	padding-bottom: 10px;
}

.privacy-policy-block .small-text {
	padding-bottom: 10px;
}

.privacy-policy-block .small-text a {
	font-size: 14px;
	line-height: 24px;
	color: #8192a1;
    background-image: linear-gradient(90deg, #99a2aa 0,#99a2aa);
}

.final {
	padding-top: 20px;
}

input[type="radio"] + label {
	padding-left: 10px;
	font-size: 14px;
}

#min_com {
	display: none;
	color: #f95050;
}

textarea {
	max-width: 100%;
}

.form-group {
	margin-bottom: 30px
}

.alert-message {
	margin-top: 10px;
	margin-bottom: 15px;
}

.alert-message h3 {
	padding: 0px;
}

.error-page .container .error-page-wrapper p {
	padding: 0px 0px 10px;
}

.partners-block {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 50px;
}

.partners-block .partner-col {
	width: 100%;
	max-width: 370px;
	text-align: center;
}

.partners-block .partner-col img {
	width: 100%;
	max-width: 250px;
	margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
	.pills-wrapper {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 992px) {
	
	input[type="text"].plain-text {
		width: auto;
	}

	.header-wrapper .bottom-header .container .bottom-line .user-account {
		margin-right: 0px!important;
		margin-left: auto!important;
	}

}

@media screen and (max-width: 767px) {
	
	.pills-wrapper {
		margin-bottom: 20px;
	}

	h5 {
		padding-top: 5px;
		padding-bottom: 20px;
	}

	.form .form-group,
	form .form-group,
	.form-group {
		margin-bottom: 10px;
	}
	
	input[type="text"].plain-text {
		height: auto!important;
		padding: 0px!important;
	}
	
	.partners-block {
		margin-top: 25px;
	}

	.buttons-block {
		padding-top: 20px;
		flex-direction: column;
	}

	.privacy-policy-block {
		padding: 5px 0px 0px;
	}

	.privacy-policy-block .small-text a {
		font-size: 12px;
		line-height: 20px;
	}

	.mobile-re-order {
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
	}

	.mobile-stable {
		margin-bottom: 10px;
	}
	
	.mobile-line-break {
		display: block;
	}

}

.extra-news-block {
    margin-bottom: 30px;
}

.extra-news-block .extra-news-slider .extra-news-slider-item {
    height: auto;
}

.extra-news-block .extra-news-slider .extra-news-slider-item h4 {
    padding: 0px;
}