input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #D5D5D5;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #D5D5D5;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #D5D5D5;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
	color: #D5D5D5;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
	color: #D5D5D5;
}

input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
	color: #D5D5D5;
}

input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
	color: #D5D5D5;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
	color: #D5D5D5;
}

body {
	margin: 0;
	padding-right: 0px !important;
}

:focus {
	outline: none
}

.nopadding {
	padding: 0 !important
}

.nomargin {
	margin: 0 !important
}

.text-white {
	color: #fff
}

.display-flex {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

body.modal-open {
	overflow-y: visible !important;
	padding-right: 0px !important;
}

button[type="button"] {
	outline: none;
}

.modal-body input,
.modal-body textarea {
	width: 100%;
	margin-bottom: 20px;
}

.production-section__sort-dropdown {
	z-index: 15;
}

.priority-nav {
	max-width: 1030px;
}

.sp-container {
	display: none;
}

@media(max-width: 500px) {
	.hamburger-btn {
		margin-right: 10px !important;
	}

	.navbar-logo svg {
		width: 100px;
	}

	.name_data:not(.top-img-mobile) {
		height: auto !important;
	}

	.slider_description {
		margin-bottom: 15px !important;
	}

	.projects-detail__preview {
		margin-top: 60px;
	}

	.title h1,
	.projects-detail__preview-title {
		font-size: 25px !important;
	}

	.page-header {
		margin-top: 96px !important;
		margin-bottom: 30px !important;
	}

	.instagram-section__container_carousel_1 .slick-dots {
		display: none !important;
	}

	.products_slider_owl .owl-stage {
		padding-left: 0 !important;
	}

	.products_slider_owl .owl-prev {
		left: -2% !important;
	}

	.products_slider_owl .owl-next {
		right: -2% !important;
	}

	.products_item {
		position: relative;
	}

	.production-element__block {
		height: auto !important;
		margin-bottom: 15px !important;
	}

	.account-auth-form-wrapper {
		padding: 18px;
	}

	.form-account-info,
	.account-socials {
		padding: 20px;
	}

}

#contacts_block {
	overflow: hidden;
}

.prv_menu-with-images,
.all-advantages,
.scroll_promotions,
.right-mobile-block {
	overflow: hidden;
}

.page-header .title {
	overflow-wrap: break-word;
	overflow: hidden !important;
}

.production-sections__block,
.production-sections__image-block {
	overflow: hidden;
}


.account-auth-form input,
.account-auth-form textarea {
	margin-bottom: 0px;
}

.modal-footer input {
	width: 100%;
}

.modal.fade {
	align-items: center;
}

.modal.fade.in {
	display: flex !important;
	background: rgba(0, 0, 0, 0.6);
}

.owl-carousel {
	position: relative;
}

.navbar {
	border-radius: 0;
}

.owl-dots__container {
	position: relative;
}

.owl-dots {
	position: absolute;
	right: 0;
	margin-right: 15px;
	bottom: 0px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	min-height: 25px;
}

.owl-theme .owl-dots .owl-dot {
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
	background: #adadad;
	margin: 5px;
	width: 12px;
	height: 6px;
	transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #adadad;
}

body .owl-theme .owl-dots .owl-dot.active span {
	background: var(--prv_color);
	width: 25px;
	height: 6px;
}

.section_grey {
	background: #F8F9FB;
	margin: 0 !important;
}

section>.container {
	position: relative;
}

/* BODY */

body {
	font-size: var(--prv_font_size);
	font-family: var(--prv_font_family);
}

body.burger-menu-open {
	overflow: hidden;
}

h1 {
	font-size: 1em;
	font-weight: 400;
}

h2 {
	font-size: 1em;
	line-height: 1.066;
	font-weight: 400;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3333em;
}

h5 {
	font-size: 1.2em;
	margin: 37px 0 26px;
}

h6 {
	font-size: 1.066em;
}

@media(min-width: 500px) {
	h1 {
		font-size: 1em;
		font-weight: 400;
	}

	h2 {
		font-size: 1em;
		line-height: 1.066;
		font-weight: 400;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.4em;
	}

	h5 {
		font-size: 1.2em;
		margin: 37px 0 26px;
	}

	h6 {
		font-size: 0.9em;
	}
}

@media(min-width: 768px) {
	h1 {
		font-size: 1em;
		font-weight: 400;
	}

	h2 {
		font-size: 1em;
		line-height: 1.066;
		font-weight: 400;
	}

	h3 {
		font-size: 2.2191em;
	}

	h4 {
		font-size: 1.8191em;
	}

	h5 {
		font-size: 1.4191em;
		margin: 37px 0 26px;
	}

	h6 {
		font-size: 1.1991em;
	}
}

a {
	color: var(--prv_btn_color);
	transition: .5s;
}

a:hover,
a:focus,
a:active {
	color: var(--prv_btn_color);
}

a:hover {
	opacity: .8;
}

a:focus {
	outline: none;
}

.main-page__section {
	padding: 40px 0;
}

.main-page__section:first-child {
	padding: 0;
}

.total_content>section.no_margin,
.total_content>div>section.no_margin,
.content>section.no_margin,
.content>div>section.no_margin {
	margin: 0;
}

.total_content>section.no_margin_bottom,
.total_content>div>section.no_margin_bottom,
.content>section.no_margin_bottom,
.content>div>section.no_margin_bottom {
	margin-bottom: 0;
}

.margin_bottom {
	margin-bottom: 100px;
}

.preview_text {
	font-size: 16px;
	color: #757575;
	margin-top: 12px;
	margin-bottom: 48px;
	line-height: 26px;
}

#ms-heading {
	position: relative;
}

#ms-heading:after {
	content: "";
	border-bottom: 6px solid var(--prv_color);
	border-radius: 4px;
	width: 75px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#ms-heading:after {
	bottom: -8px;
}

#modal-service .modal-dialog {
	max-width: 512px;
}

#modal-service .modal-body {
	height: auto;
	padding-bottom: 32px;
	padding-left: 16px;
}

.nav-justified {
	padding-left: 0;
}


.btn,
.btn:focus {
	background: var(--prv_button_bg);
	border: var(--prv_btn_border_width) solid var(--prv_btn_border_color);
	border-radius: var(--prv_button_radius);
	padding: var(--prv_btn_padding);
	color: var(--prv_font_color);
	font-size: 1em;
	font-family: var(--prv_font_family);
	font-weight: normal;
	outline: none;
	transition: .3s;
	line-height: normal;
	margin-top: 30px
}

.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active {
	opacity: .8;
	outline: none !important;
	box-shadow: none;
	color: var(--prv_font_color);
	border-color: var(--prv_btn_border_color);
}

.btn.btn-transparent {
	background: transparent !important;
	color: #212121 !important;
	border: 2px solid var(--prv_btn_border_color);
	padding: 10px 22px;
}

.btn.btn-transparent:hover {
	opacity: 0.8;
}

.inp-radio {
	display: none;
}

.inp-radio+label:before {
	display: inline-block;
	position: absolute;
	margin-left: -20px;
	margin-top: 4px;
}

.inp-radio+label:before {
	border: 1px solid var(--prv_color);
	border-radius: 20px;
	height: 11px;
	width: 11px;
	content: "";
	background-size: cover;
}

.inp-radio:checked+label:before {
	background-color: var(--prv_color);
}

.PRVUniversalFeedback label {
	margin-left: 24px;
}

.enroll {
	font-size: 16px;
}

/* END BODY */

body .owl-carousel .owl-dot,
body .owl-carousel .owl-nav .owl-next,
body .owl-carousel .owl-nav .owl-prev,
body .owl-theme .owl-nav [class*=owl-]:hover {
	padding: 0px;
	margin: 0;
}

.owl-btn {
	width: 100%;
	position: absolute;
	height: 394px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
	top: 100px;
	left: 0;
}

.owl-btn a,
.owl-btn a:focus {
	color: var(--prv_color);
	padding: 0 16px;
	border: 2px solid var(--prv_color);
	border-radius: 24px;
}

.owl-btn a:hover,
.owl-btn a:active:hover,
.owl-btn a:active:focus,
.owl-btn a:active {
	color: white;
	background-color: var(--prv_color);
}

#owl1prev,
#owl2prev {
	position: absolute;
	left: 40px;
	z-index: 999;
}

#owl1next,
#owl2next {
	position: absolute;
	right: 40px;
	z-index: 999;
}

#trainers .container,
#our-life .container {
	position: relative;
}

.owl-carousel .owl-item img {
	width: 100%;
	margin: 0 auto;
}

.carousel-hint {
	text-align: center;
	margin-top: 235px;
}

.owl-theme .owl-nav {
	margin: 0;
	height: 0;
}

/* FOOTER */

/* INFO FOOTER */
.info-footer {
	background-color: var(--dark);
	padding: 10px 0;
}

.info-footer p {
	color: #aaaaaa;
}

/* INFO FOOTER */

html,
body {
	height: 100%;
}

@media(min-width: 768px) {
	.agreement_page_cont {
		height: auto;
		min-height: 100%;
		padding-bottom: 143px;
	}
}

.agreement_page_cont {
	margin-bottom: 70px;
}

@media(min-width: 768px) {
	.agreement_page_cont {
		padding-bottom: 85px;
		margin-bottom: 160px;
	}
}

@media(min-width: 992px) {
	.agreement_page_cont {
		padding-bottom: 97px;
		margin-bottom: 0px;
	}

	.container_feedback {
		width: 40%;
	}
}

.modal-dialog-feedback {
	max-width: 748px;
}

@media(min-width: 768px) {
	.modal-dialog-feedback {
		width: 100% !important;
	}
}

.modal-body-feedback {
	padding: 0;
	padding-left: 279px;
}

#modal-call .modal-body-feedback,
#modal-question .modal-body-feedback {
	min-height: 448px;
}

.modal-body>.row {
	margin: 0;
}

.modal-img {
	padding: 0;
	float: left;
	margin-right: 15px;
	border-radius: 4px 0 0 6px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 262px;
	position: absolute;
	left: 0;
}

.modal-heading {
	font-size: 36px;
	font-weight: 600;
	margin: 72px 0 30px;
	line-height: normal;
	padding-bottom: 12px;
}

.modal-text {
	font-size: 16px;
	color: #929292;
}

.split-obj1,
.split-obj2 {
	width: inherit !important;
	margin-top: 30px;
}

.split-obj1 {
	max-width: 186px;
	width: 60% !important;
	float: left;
	border: 1px solid var(--prv_color);
	border-radius: 0;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	height: 30px;
	margin-right: -1px;
}

.split-obj2,
.split-obj2:focus {
	width: 40% !important;
	border-radius: 0;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	height: 30px;
	padding: 6px 22px;
	border-width: 1px;
}

.split-obj2:focus {
	box-shadow: none;
}

button.close {
	padding: 56px 24px;
}



label:not(.cs_color, .cs_header) {
	font-size: 14px;
	margin-left: 32px;
}

input:hover,
input:focus,
input:active {
	outline: none !important;
}

.scrollToTop {
	position: fixed;
	bottom: 100px;
	right: 20px;
	border: 1px solid var(--prv_color);
	border-radius: 10px;
	font-size: 13px;
	width: 70px;
	height: 70px;
	background: var(--prv_color);
	backdrop-filter: blur(5px);
	opacity: .5;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	line-height: 45px;
	z-index: 100;
}

.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus {
	background-image: none;
	background: var(--prv_color);
	opacity: .7;
	color: #fff;
	text-decoration: none;
}

.scrollToTop svg {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* feedback */

.thanks-text {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding: 100px 15px;
}

.feedback_header {
	position: relative;
	height: 100%;
}

.error_messages_block {
	position: absolute;
	bottom: 20px;
}

.error_messages_block p {
	margin: 0 0 0px;
}

@media(min-width: 768px) {
	.error_messages_block {
		bottom: 85px;
	}

	.error_messages_block p {
		margin: 0 0 0px;
	}
}

/* end feedback */

@media (max-width: 1199px) {
	.navbar-justify li {
		margin-right: 55px;
	}
}

.rights div {
	display: inline;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {

	.modal-body {
		padding: 16px 8px;
	}

	.modal-heading {
		font-size: 24px;
		margin-top: 32px;
	}

	.modal-text {
		font-size: 14px;
	}

	.PRVUniversalFeedback label {
		margin-left: 0;
	}

	.split-obj1,
	.split-obj2 {
		letter-spacing: 0 !important;
	}

	.split-obj2,
	.split-obj2:focus {
		padding: 4px;
	}

	.enroll input[type=text] {
		margin-top: 16px;
	}

	.enroll input[type=submit] {
		margin-top: 20px;
	}

	button.close {
		padding: 0;
	}

	.split-obj2 {
		padding: 4px;
	}

	.modal-body {
		height: auto;
	}

	.split-obj1,
	.split-obj2 {
		margin-top: 12px;
	}

	.carousel-hint {
		margin-top: 64px;
	}

	.heading {
		font-size: 20px;
		line-height: normal;
	}

	.enroll .heading {
		margin-top: 20px;
		margin-bottom: 20px;
		letter-spacing: 0;
	}

	.subheading {
		font-size: 18px;
	}

	#modal-call .modal-body-feedback {
		min-height: unset;
	}

	.modal-dialog {
		margin: auto;
	}
}

.enroll>.container>.row {
	position: relative;
	height: 100%;
}

.morecontent span {
	display: none;
}

.morelink {
	display: block;
}

/* 404 ERRR */
.content_404_error {
	position: relative;
	overflow: hidden;
	font-size: 550px;
	font-weight: 600;
	line-height: 480px;
	color: #c6c8cb;
}

.content_404_error_block {
	box-sizing: border-box;
	padding-bottom: 200px;
}

@media (min-width: 768px) {
	.content_404_error_block {
		height: auto;
		min-height: 100%;
		padding-bottom: 143px;
	}
}

@media (min-width: 992px) {
	.content_404_error_block {
		padding-bottom: 97px;
	}
}

@media (min-width: 1200px) {
	.content_404_error_block {
		padding-bottom: 85px;
	}
}

.content_404_error_text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #5c5e69;
	font-size: 88px;
	text-shadow: 0px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}

@media(min-width: 768px) {
	.content_404_error_text {
		text-shadow: 0px -3px 0px #fff, 3px 3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, -3px -3px 0px #fff;
	}
}

.content_404_error_detail {
	margin-bottom: 30px;
	font-size: 16px;
}

.content_404_error_links a,
.content_404_error_links a:focus {
	display: inline-block;
	margin: 0 15px 20px 15px;
	padding: 20px 45px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #62646e;
}

.content_404_error_links a:hover {
	color: #fff;
	background-color: #c6c8cb;
}

@media (max-width: 1199px) {
	.content_404_error {
		font-size: 460px;
		font-weight: 600;
		line-height: 400px;
	}

	.content_404_error_text {
		font-size: 70px;
	}
}

@media (max-width: 991px) {
	.content_404_error {
		font-size: 400px;
	}

	.content_404_error_text {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.content_404_error {
		font-size: 144px;
		line-height: 180px;
	}

	.content_404_error_text {
		font-size: 24px;
	}
}

/* END 404 ERRR */

/*   VALIDATION   */

input[name="MESSAGE_TEXT"] {
	display: none;
}

.help-block {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #ec0000;
	font-size: 10px;
}

@media(max-width: 767px) {
	.help-block {
		font-size: 12px;
	}
}

label+.help-block {
	bottom: 0px;
}

.modal .help-block {
	color: #000;
}

.modal-call .help-block,
.modal-service .help-block {
	bottom: 20px;
}

.modal-call label+.help-block,
.modal-service label+.help-block {
	bottom: -31px;
}

@media(max-width: 767px) {

	.modal-call .help-block,
	.modal-service .help-block {
		bottom: 32px;
	}

	.modal-call label+.help-block,
	.modal-service label+.help-block {
		bottom: -21px;
	}
}

/* END VALIDATION */

.nav.projects-section__tabs-list {
	margin-bottom: 40px;
	border-bottom: 1px solid #E1E1E1;
}

.projects-section__tabs-list>li {
	margin-right: 6px;
}

.projects-section__tabs-list>li>a {
	padding: 9px 26px;
	font-size: 1em;
	color: #212121;
	display: block;
	text-decoration: none;
	position: relative;
}

.projects-section__tabs-list>li>a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background: transparent;
	z-index: 2;
}

.projects-section__tabs-list>li:hover>a:after,
.projects-section__tabs-list>li>a.active:after {
	background: var(--prv_interactive_color);
}

.projects-section__tabs-list>li>a.active {
	color: var(--prv_btn_color);
}

.projects-section__tabs-list>li>a:hover {
	text-decoration: none;
	opacity: 1;
	color: var(--prv_btn_color);
}

.projects-section__dropdown-tabs-wrapper {
	padding-bottom: 25px;
}

.projects-section__list-group {
	margin-bottom: 0px;
}

.projects-section__list-group-item {
	padding: 15px 25px 15px;
	position: relative;
	display: block;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}

.projects-section__list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

.projects-section__list-group-item.active {
	text-shadow: none;
	border: 1px solid #eff1f5;
	border-left-color: var(--prv_color);
	background: #fff;
	color: #212121;
}

.projects-section__list-group-item.active:hover,
.projects-section__list-group-item.active:focus {
	text-shadow: none;
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
	border-color: #eff1f5;
	border-left-color: var(--prv_color);
	background-image: none;
}

.projects-section__dropdown-tab-panel {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 55px 15px 25px;
	border: 1px solid #eff1f5;
	margin: 0 0 -1px;
	cursor: pointer;
	color: #212121;
	background: #fff;
}

.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
	text-decoration: none;
	color: #212121;
}

.projects-section__dropdown-tab-panel:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 0px;
	height: 0px;
	margin: -2px 0 0;
	border-bottom: 3px solid #212121;
	border-top: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.projects-section__dropdown-tab-panel.collapsed:after {
	border-bottom: 0px;
	border-top: 3px solid #212121;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.projects-section__tab-panel-nav {
	margin-bottom: 30px;
}

#price_list_owl {
	margin-bottom: 59px;
}

@media (max-width: 991px) {
	.projects-section__container {
		padding-bottom: 40px;
	}
}

.service-detail__price-list {
	overflow: auto;
	max-width: 100%;
	margin-bottom: 30px;
}

.service-detail__price-list>table {
	width: 100%;
}

.service-detail__price-list thead>tr {
	background: var(--prv_color_bg);
}

.service-detail__price-list thead>tr>th {
	color: #fff;
}

.service-detail__price-list>table td,
.service-detail__price-list>table th {
	font-size: 1em;
	height: 60px;
	vertical-align: middle;
	padding: 0 20px;
	color: #212121;
	font-weight: normal;
}

@media (min-width: 768px) {

	.service-detail__price-list>table td,
	.service-detail__price-list>table th {
		font-size: 1.1328em;
		padding: 20px 40px 20px 30px;
	}
}

.service-detail__price-list tbody>tr:nth-child(2n) {
	background-color: #F5F7FF;
}

.service-detail__price-list>table td:nth-child(n+3),
.service-detail__price-list>table td:nth-child(1) {
	font-weight: bold;
}

.service-detail__price-list_title sup {
	text-transform: uppercase;
	font-size: .6em;

}

.service-detail__price-list_title {
	font-size: 1.857em;
	margin: 32px 0;
}

.nopadding_right {
	padding-right: 0;
	padding-left: 0;
}

label {
	font-weight: normal;
}

.text-upp {
	text-transform: uppercase;
}

.text-bold {
	font-weight: 600;
}

/* company page */
.page-header {
	border: none;
	margin: 80px 0;
}

.page-content p {
	margin: 0 0 20px;
	line-height: 1.86;
}

.page-content h4 {
	margin: 37px 0 26px;
}

.page-preview-text {
	margin: 42px 0 55px;
	/*font-size: 1.133333em;*/
	line-height: 1.6471em;
}

.page-advantages {
	margin: 41px 0;
}

.page-footer {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-footer-text h4 {
	margin-top: 0;
}

@media(max-width: 767px) {
	.page-footer-img {
		margin-bottom: 24px;
	}
}

@media (min-width: 560px) {
	.page-footer-text {
		margin: 35px 0;
	}

	.page-footer-text h4 {
		margin-top: 10px;
	}
}

.page-footer-text p {
	font-size: 1em;
}

.page-footer-img img {
	margin: 0 auto;
}

.page-footer-buttons-block>* {
	margin: 0 19px 15px;
}

.page-top-text {
	color: #757575;
	line-height: 1.625;
}

.page-top-text .btn {
	margin-bottom: 25px;
}

.page-top-text,
.page-top-text p,
.page-top-text h1,
.page-top-text h2,
.page-top-text h3,
.page-top-text h4,
.page-top-text h5,
.page-top-text h6 {
	margin-top: 0px;
}

@media(min-width:768px) {
	.page-header {
		margin: 65px 0 45px;
	}

	.page-footer-img img {
		margin: 0 auto 0 0;
	}

	.page-footer-text {
		margin: 60px 0 36px;
	}

	.page-top-text {
		margin: 0 0 36px;
	}

	.page-top-text.reviews-page p {
		margin-bottom: 22px;
	}

	.page-top-text .btn {
		margin-bottom: 40px;
	}
}

/* partners page */
.partner-detail-back-link {
	text-decoration: none;
}

.partner-detail-back-link>.fa {
	margin-right: 10px;
}

/* inner page sidebar */
.page-content .sidebar-menu,
.sidebar-commercial,
.sidebar-footer {
	margin-bottom: 30px;
	z-index: 8;
	background-color: #fff;
	position: relative;
}

.account-sidebar-menu {
	z-index: 8;
	background-color: #fff;
	position: relative;
}

.sidebar-commercial {
	/*border: 1px solid #EEF1F4;*/
	display: block;
	max-width: 100%;
	height: auto;
}

.sidebar-footer {
	border: 1px solid #eef1f4;
}

.sidebar-footer-element {
	border-bottom: 1px solid #eef1f4;
	padding: 23px 30px;
	cursor: pointer
}

.sidebar-footer-element:hover {
	border-color: transparent;
	-webkit-box-shadow: 0 5px 25px 0 rgba(18, 25, 38, .1);
	-moz-box-shadow: 0 5px 25px 0 rgba(18, 25, 38, .1);
	box-shadow: 0 5px 25px 0 rgba(18, 25, 38, .1);
	transition: box-shadow .3s ease;
	-moz-transition: box-shadow .3s ease;
	-ms-transition: box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	-webkit-transition: box-shadow .3s ease;
}

.sidebar-footer-element>div {
	padding-left: 32px;
	position: relative;
}

.sidebar-footer-element svg {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1em;
}

.sidebar-footer-element i.fas.fa-phone {
	transform: translateY(-50%) rotate(90deg);
}

.sidebar-footer-element i.fas {
	color: var(--prv_color);
}

.sidebar-footer-element:last-child {
	border-bottom: none;
}

.sidebar-footer-element>div>a {
	color: #212529;
}

.sidebar-footer-element>div>a:hover,
.sidebar-footer-element>div>a:focus,
.sidebar-footer-element>div>a:active,
.sidebar-footer-element>div>a:visited {
	text-decoration: none;
}


.side-info-navigation {
	border: 1px solid #eef1f4;
	position: fixed;
	right: 0;
	top: 168px;
	left: auto;
	z-index: 131;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	width: 68px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: left .15s linear, right .15s linear;
	-moz-transition: left .15s linear, right .15s linear;
	-ms-transition: left .15s linear, right .15s linear;
	-o-transition: left .15s linear, right .15s linear;
	-webkit-transition: left .15s linear, right .15s linear;
	display: block;
}

.open.side-info-navigation {
	right: 580px;
}

.side-info-navigation-element {
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #eef1f4;
	padding-bottom: 25px;
	padding-top: 25px;
}

.side-info-navigation-element:last-child {
	border: none;
}

.side-info-navigation-element svg {
	width: 18px;
	height: 18px;
}

.side-info-navigation-element svg .cls-1 {
	fill: #777;
	fill: var(--prv_btn_color);
}

.side-info-navigation-element:hover svg .cls-1 {
	fill: var(--prv_btn_color);
}

.side-info-behind {
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: all 0.5s linear;
	z-index: -1;
}

.side-info-behind.visible {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 120;
	opacity: 0.5;
}

.side-info-block {
	z-index: 999;
	position: fixed;
	right: -580px;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	width: 580px;
	max-width: 100%;
	top: 0;
	bottom: 0;
	transition: left .15s linear, right .15s linear;
	-moz-transition: left .15s linear, right .15s linear;
	-ms-transition: left .15s linear, right .15s linear;
	-o-transition: left .15s linear, right .15s linear;
	-webkit-transition: left .15s linear, right .15s linear;
	display: block;
}

.open.side-info-block {
	right: 0;
}

.side-info-container {
	padding: 0 40px;
	overflow-y: scroll;
	max-height: 100%;
}

@media (min-width: 576px) {
	.side-info-container {
		padding: 0 70px;
	}
}

.cart_block {
	position: relative;
}

.cart_block::before {
	content: '';
	width: 50px;
	height: 50px;
	top: -50%;
	left: -50%;
	position: absolute;
}

.side-info-container::-webkit-scrollbar {
	width: 8px;
}

.side-info-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
}

.side-info-container::-webkit-scrollbar-track {
	border-radius: 8px;
}

.prv_settings_tabs::-webkit-scrollbar {
	width: 8px;
}

.prv_settings_tabs::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
}

.prv_settings_tabs::-webkit-scrollbar-track {
	border-radius: 8px;
}

.side-info-close {
	width: 48px;
	height: 48px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	right: 23px;
	top: 20px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	transition: opacity .3s ease;
	z-index: 1;
}

.side-info-close svg path {
	fill: #bdbdbd;
}

.side-info-close:hover svg path {
	fill: var(--prv_color);
}

.side-info-close svg {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	margin: -7px 0 0 -7px;
}

@media(max-width: 1200px) {
	/*.side-info-navigation{*/
	/*	display: none;*/
	/*}*/
}

.additional_service {
	padding: 32px 100px;
	padding-right: 220px;
	position: relative;
	border: 1px solid #EEF1F4;
	background-color: #F8F9FB;
}

.additional_service_icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 32px;
	left: 40px;
}

.additional_service_text {
	line-height: 20px;
	color: #757575;
	margin: 4px 0 12px;
}

.additional_service .btn_cnt {
	position: absolute;
	right: 50px;
	top: 32px;
}

@media(max-width: 600px) {
	.additional_service {
		padding: 30px 30px 70px;
		text-align: center;
	}

	.additional_service_icon {
		display: none;
	}

	.additional_service .btn_cnt {
		position: absolute;
		right: 15px;
		left: 0;
		right: 0;
		bottom: 25px;
		top: auto;
	}
}

table {
	font-size: 1em;
	overflow: auto;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background: none;
}

table.table {
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	margin: 31px 0 40px;
	border-bottom: 1px solid #f1f1f1;
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 3px;
}

table.table-striped {
	width: 100%;
}

table.table>tbody>tr:hover,
table.table1>tbody>tr:hover,
table.table-striped>tbody>tr:hover {
	background: #f8f9fb;
}

table.table tbody tr:first-of-type td,
table.table1 tbody tr:first-of-type td {
	border-top: 1px solid #f1f1f1;
}

table.table>thead>tr>th,
table.table>tbody>tr>th,
table.table>tfoot>tr>th,
table.table>thead>tr>td,
table.table>tbody>tr>td,
table.table>tfoot>tr>td {
	padding: 13px 70px 14px;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	vertical-align: middle;
}

table.table>tbody>tr>td:first-child {
	padding-left: 0;
}

table.table>tbody>tr>td:nth-child(n+2),
table.table>tbody>tr>td:nth-child(n+2)>a {
	color: #757575;
}

@media (max-width: 767px) {

	table.table>thead>tr>th,
	table.table>tbody>tr>th,
	table.table>tfoot>tr>th,
	table.table>thead>tr>td,
	table.table>tbody>tr>td,
	table.table>tfoot>tr>td {
		padding: 13px 20px 14px;
	}

	.side-info-navigation-element {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.side-info-navigation {
		width: 50px;
	}
}

@media (max-width: 530px) {

	table.table,
	table.table thead,
	table.table tbody,
	table.table th,
	table.table td,
	table.table tr {
		display: block;
	}

	table.table>thead>tr>th,
	table.table>tbody>tr>th,
	table.table>tfoot>tr>th,
	table.table>thead>tr>td,
	table.table>tbody>tr>td,
	table.table>tfoot>tr>td {
		padding: 15px;
	}

	table.table>tbody>tr>td:first-child {
		padding-left: 15px;
	}

	table.table tbody tr:first-of-type td:first-child {
		border-top: 1px solid #f1f1f1;
	}

	table.table tbody tr:first-of-type td:nth-child(n+2) {
		border-top: none;
	}
}

table.table1>thead>tr>th,
table.table1>thead>tr>td {
	padding: 11px 21px;
	background: #a5abb5;
	color: #FFF;
	font-size: .8667em;
	font-weight: 400;
}

table.table1 tbody {
	border: 1px solid #f1f1f1;
	border-top: none;
}

table.table1 tbody td {
	padding: 15px 21px;
	border-bottom: 1px solid #ecf2f4;
	border-left: none;
	border-right: none;
	vertical-align: top;
}

/*CART SUCCESS*/
.basket_success_container {
	border: 1px solid #EEF1F4;
	padding: 35px 45px 40px 45px;
	margin: 50px 0px 50px 0px;
	align-items: center;
}

#success {
	max-width: 65px;
	max-height: 65px;
	width: 100%;
	height: 100%;
	margin: 0 auto 35px;
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
}

@media(min-width: 991px) {
	.basket_success_container {
		display: flex;
	}

	#success {
		margin-right: 45px;
		margin-bottom: 0px;
	}
}

.success-1 {
	fill: var(--prv_color);
}

.basket_min_header {
	font-weight: bold;
	font-size: 1.428571em;
	margin-bottom: 7px;
}

.success_text {
	margin-bottom: 35px;
}

/* modal-windows */

.modal-window {
	z-index: 1060;
}

/* Гарантируем, что backdrop ниже модального окна */
.modal-backdrop {
	z-index: 1040 !important;
}

/* Поднимаем диалог и контент над фоном самой .modal */
.modal-window .modal-dialog {
	position: relative;
	z-index: 1061;
}

.modal-window .modal-content {
	position: relative;
	z-index: 1062;
}

.modal-window .modal-dialog {
	top: 10%;
}

@media(min-width: 576px) {
	.modal-window .modal-dialog {
		top: 50%;
		transform: translateY(-50%) !important;
	}
}

.modal-window .modal-content {
	padding: 30px;
	position: relative;
	border-radius: 20px;
}

.modal-window button.close,
.modal-window-large button.close {
	font-weight: 100;
	z-index: 999;
	color: #212121;
	position: absolute;
	font-size: 38px;
	line-height: 38px;
	padding: 0;
	opacity: 1;
	top: 0px;
	right: 9px;
}

.modal-window .modal-body {
	padding: 0;
}

.thanks_container-close-btn-block {
	text-align: center;
}

.modal-window .feedback-submit-wrapper {
	text-align: center;
}

@media(min-width: 768px) {
	.modal-window .feedback-form-below-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 30px;
	}

	.modal-window .feedback-form-below-block>.agree-checkbox-block {
		width: 60%;
	}

	.modal-window .feedback-form-below-block>.agree-checkbox-block>label,
	.modal-window .feedback-form-below-block>.feedback-submit-wrapper>input {
		margin: 0;
	}

	.modal-window .feedback-form-below-block>.feedback-submit-wrapper {
		width: 40%;
	}

	.modal-window .feedback-form-below-block>.agree-checkbox-block>.checkbox_cnt {
		align-items: center;
	}

	.modal-window .feedback-submit-wrapper {
		text-align: right;
	}
}

.news-detail__files-item-link {
	word-break: break-all;
}

.modal-window .modal_heading {
	margin: 0 0 30px !important;
}

.modal-window .modal_heading h3 {
	font-weight: bold;
	font-size: 1.7857em;
	text-align: center;
}

.modal-window .modal_heading h3+div {
	margin-top: 10px;
}

.modal-window .modal-dialog {
	max-width: 300px;
}

@media (min-width: 768px) {
	.modal-window .modal-dialog {
		max-width: 558px;
	}

	.modal-window .modal-content {
		padding: 30px 44px;
	}

	.modal-window button.close,
	.modal-window-large button.close {
		top: 15px;
		right: 30px;
	}
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.icon {
	position: relative;
	top: -1px;
}

/*.modal-window .prv_from_group .label_text{*/
/*    height: 40px;*/
/*    border-radius: 5px;*/
/*    border: 2px solid #EFF1F5;*/
/*    padding: 9px 20px;*/
/*    width: 100%;*/
/*    resize: none;*/
/*    background-color: #EFF1F5;*/
/*    line-height: 1.5714;*/
/*    margin: 0;*/
/*    color: #757575;*/
/*	cursor: text;*/
/*}*/
.modal-window .prv_from_group textarea.label_text {
	height: 96px !important;
}

.modal-window .imp_text:focus {
	border-color: var(--prv_color);
}

.modal-window .modal_heading {
	margin: 60px 0 68px;
}

.modal-window .modal_heading h3 {
	margin: 0px !important;
}

.modal-window .checkbox_cnt {
	margin: 45px 0px 37px;
}

.modal-window .help-block {
	position: unset;
	text-align: left;
	margin: 0 0 20px;
	color: red;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: -38px;

}

.modal-window .feedback_modal input[type="text"]::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="password"]::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="tel"]::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="email"]::-webkit-input-placeholder,
.modal-window .feedback_modal textarea::-webkit-input-placeholder {
	color: transparent;
}

.modal-window .feedback_modal input[type="text"]::-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]::-moz-placeholder,
.modal-window .feedback_modal input[type="password"]::-moz-placeholder,
.modal-window .feedback_modal input[type="email"]::-moz-placeholder,
.modal-window .feedback_modal textarea::-moz-placeholder {
	color: transparent;
}

.modal-window .feedback_modal input[type="text"]:-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]:-moz-placeholder,
.modal-window .feedback_modal input[type="password"]:-moz-placeholder,
.modal-window .feedback_modal textarea:-moz-placeholder {
	color: transparent;
}

.modal-window .feedback_modal input[type="text"]:-ms-input-placeholder,
.modal-window .feedback_modal input[type="tel"]:-ms-input-placeholder,
.modal-window .feedback_modal input[type="password"]:-ms-input-placeholder,
.modal-window .feedback_modal input[type="email"]:-ms-input-placeholder,
.modal-window .feedback_modal textarea:-ms-input-placeholder {
	color: transparent;
}

.modal-window .feedback_modal input[type="text"]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="password"]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type="email"]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.modal-window .feedback_modal input[type="text"]:focus::-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus::-moz-placeholder,
.modal-window .feedback_modal input[type="email"]:focus::-moz-placeholder,
.modal-window .feedback_modal textarea:focus::-moz-placeholder {
	color: transparent;
}

.modal-window .feedback_modal input[type="text"]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type="password"]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type="email"]:focus:-moz-placeholder,
.modal-window .feedback_modal textarea:focus:-moz-placeholder {
	color: transparent;
}

.modal-window .feedback_modal input[type="text"]:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type="password"]:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type="email"]:focus:-ms-input-placeholder,
.modal-window .feedback_modal textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.modal-window .prv_from_group {
	margin-bottom: 20px;
	position: relative;
}

.modal-window .feedback_modal .agree-checkbox-block {
	position: relative;
}

.modal-window .feedback_modal .help-block {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -19px;
	text-align: left;
}

#licenses_inline-error {
	bottom: -35px;
}

.modal-window .feedback_modal {
	padding-bottom: 0;
}

.modal-window .modal_heading {
	text-align: center;
}

.modal-window .feedback-submit-wrapper>input[type="submit"] {
	display: inline-block;
	width: auto;
}

.modal-window .api-star-rating {
	float: none !important;
	margin-right: 0 !important;
}

.page-content .modal-window p,
.modal-window p {
	margin: 0;
}

.left_menu_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #F8F9FB;
}

ul.page-sidebar-left-menu {
	border: 1px solid #EEF1F4;
	background-color: transparent;
}

ul.page-sidebar-left-menu>li {
	border-bottom: 1px solid #EEF1F4;
}

.nav-tabs-bb {
	border-bottom: 1px solid #A4CEF3;
}

.nav-link--blue {
	color: #333;
}

.nav-tabs-bb>.active {
	background: var(--prv_interactive_color) !important;
	border: none !important;
	color: #fff !important;
}

ul.page-sidebar-left-menu>li:last-child {
	border: none;
}

.left_menu_ul a:hover {
	background-color: #F8F9FB;
	text-decoration: none;
	color: #212121;
}

.left_menu_ul.collapse a:hover {
	color: var(--prv_color);
}

.left_menu_parent_link {
	display: flex;
	align-items: stretch;
}

.left_menu_item {
	padding: 20px 25px;
	display: block;
	color: #212121;
}

.left_menu_item,
.left_menu_dropdown_btn {
	transition-duration: 0s;
}

.left_menu_parent_link .left_menu_item {
	width: calc(100% - 50px);
	padding: 20px 0px 20px 25px;
}

.left_menu_item_selected {
	font-weight: bold;
}

.left_menu_dropdown_btn {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.left_menu_dropdown_btn .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 5px solid #707070;
	border-top: none;
}

.left_menu_dropdown_btn.collapsed .caret {
	border-top: 5px solid #707070;
	border-bottom: none;
}

.all_services_link {
	font-size: .8571em;
	text-transform: uppercase;
	z-index: 1;
	display: block;
	margin-bottom: 17px
}

@media(min-width: 560px) {
	.all_services_link {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translate(0, -50%);
		margin-bottom: 0;
	}
}

.all_services_link,
.all_services_link:focus {
	color: var(--prv_btn_color);
}

.all_services_link:hover {
	color: #999;
}

.all_services_link:focus,
.all_services_link:hover {
	text-decoration: none;
}

/* TABLES IN PROJECTS */

.fl-table {
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid gray;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	background-color: white;
}

.fl-table td,
.fl-table th {
	text-align: left;
	padding: 8px;
}

.fl-table td {
	border-right: 1px solid gray;
	font-size: 12px;
}

.fl-table thead th {
	color: #ffffff;
	background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
	color: #ffffff;
	background: #324960;
}

.fl-table tr:nth-child(even) {
	background: #F8F8F8;
}

.table tr>td:first-child {
	white-space: nowrap;
}

/* Responsive */

@media (max-width: 767px) {

	.fl-table {
		display: block;
		width: 100%;
	}

	.fl-table thead,
	.fl-table tbody,
	.fl-table thead th {
		display: block;
	}

	.fl-table tbody {
		width: auto;
		position: relative;
		overflow-x: auto;
	}

	.fl-table td,
	.fl-table th {
		padding: 20px .625em .625em .625em;
		height: 60px;
		vertical-align: middle;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		width: 120px;
		font-size: 13px;
		text-overflow: ellipsis;
	}

	.fl-table thead th {
		text-align: left;
		border-bottom: 1px solid #f7f7f9;
	}

	.fl-table tbody tr {
		display: table-cell;
	}

	.fl-table tbody tr:nth-child(odd) {
		background: none;
	}

	.fl-table tr:nth-child(even) {
		background: transparent;
	}

	.fl-table tr td:nth-child(odd) {
		background: #F8F8F8;
		border-right: 1px solid #E6E4E4;
	}

	.fl-table tr td:nth-child(even) {
		border-right: 1px solid #E6E4E4;
	}

	.fl-table tbody td {
		display: block;
		text-align: center;
	}
}

.title h1 {
	font-size: 2.642857em;
	font-weight: 500;
}

.img-responsive {
	max-width: 100%;
}

@media (min-width:1200px) {
	#products .owl-carousel .owl-stage-outer {
		height: calc(100% + 40px);
		margin: -20px;
		padding: 20px 20px 30px 20px;
		width: calc(100% + 40px);
	}
}

.position-relative {
	position: relative;
}

.position-unset {
	position: unset;
}

.licenses-list_license .fancybox:hover {
	opacity: 1;
}

.licenses-list_license .fancybox:hover img {
	opacity: .8;
}

svg .prv-color {
	fill: var(--prv_color);
}

.developer-name {
	font-size: 16px;
	font-weight: 600;
	background: var(--prv_btn_bg_revert);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-section.light .developer-label {
	color: #212121;
}

.developer-label {
	font-weight: 600;
}

@media (max-width: 576px) {
	.side-info-navigation {
		width: 100%;
		display: flex;
		justify-content: space-between;
		top: unset;
		bottom: 0;
		border-radius: 0;
		left: 0;
		right: 0;
		padding-left: 5px;
		padding-right: 5px;
	}

	.side-info-navigation-element {
		padding: 10px;
	}

	.side-info-navigation-element svg {
		width: 27px;
		height: 27px;
	}
}

/* куки баннер */
.cookieBanner {
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	color: black;
	padding: 15px 20px;
	max-width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	z-index: 9999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookieBanner__message {
	font-size: 14px;
	line-height: 1.4;
	margin-right: 15px;
	flex: 1;
	min-width: 200px;
}

.cookieBanner__more {
	text-decoration: underline;
	color: black;
	cursor: pointer;
	transition: opacity 0.2s;
}

.cookieBanner__more:hover {
	opacity: 0.8;
}

.cookieBanner__button {
	background: var(--prv_button_bg);
	color: white;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.2s;
	white-space: nowrap;
}

.cookieBanner__button:hover {
	background: var(--prv_button_bg);
	color: white;
}

.form_block {
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}

.vacancy-form-img {
	width: 45%;
	margin-right: 30px;
	border-radius: 15px;
}

@media (max-width: 996px) {
	.vacancy-form-img {
		display: none;
	}

	.form_block {
		display: block;
	}
}

@media (max-width: 576px) {
	.cookieBanner {
		flex-direction: column;
		text-align: center;
		max-width: 90%;
	}

	.cookieBanner__message {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.fixed_header-infomat {
	text-align: center;
	padding-bottom: 30px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	background-color: white;
}