/* !!! 2021-04-01 see latest css in more.css !!! */

.markered-list li p {
	padding: 15px 0;
}

.services-item__img {
	display: block;
}

.max-width {
	max-width: 340px;
}
.max-width .page-hero__allocate {
	display: block;
}
.max-width .services-item__footer {
	padding: 8px 0;
}

/* ajax_form >>> */
#website {
	display: none;
}
#contacts label.input_error {
	position: absolute;
}
.ajax_form_wrap label.input_error {
	color: #ffba00;
	text-transform: none;
}
.dropdown-form label.input_error, #reg label.input_error {
	color: #c00;
}
#reg .uk-modal-dialog {
	width: 400px;
}
.ajax_form_wrap .ajax_form_submit {
	padding: 0;
	line-height: 100%;
}

.ajax_form_wrap {
	position: relative;
}
.ajax_form_wrap .loading {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	left: 0;
	top: 0;
	background: #fff url(../../hostcmsfiles/images/ajax_loader.gif) 50% 50% no-repeat;
	z-index: 10;
}

.ajax_result_wrap {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #b2bcc4;
	opacity: 0.95;
}
.dropdown-form .ajax_result_wrap {
	border: 1px solid #ddd;
}
.ajax_close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
	background: url(images/close.png) 50% 50% / 15px 15px no-repeat;
}
#reg .ajax_close {
	visibility: hidden;
}
.ajax_form_wrap .result {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	line-height: 28px;
	padding: 0 10px;
}
.ajax_form_wrap .success {
	color: #3a4550;
}
.ajax_form_wrap .error {
	color: #c00;
}

.dropdown-overlay.active {
	background: #000;
	opacity: 0.5;
}
/* ajax_form <<< */

ul.page-header__navbar-nav > li > a {
	padding: 15px;
}
ul.page-header__navbar-nav > li > a:hover {
	color: #3a4550;
	background: #ffd800;
}

.services-item__title {
	height: 40px;
}

.services-item__img, .samples-item {
	display: block;
	position: relative;
	line-height: 0;
}
.services-item__img:hover::after, .samples-item:hover::after {
	opacity: 1;
}
.services-item__img:after, .samples-item:after {
	content: '';
	transition: opacity .2s ease;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	opacity: 0;
}
.services-item__img img, .samples-item img {
	width: 100%;
}

.page-main {
	overflow: hidden;
}

.uk-modal-close:before{
	content: "\f057" !important	;
	font-family: FontAwesome !important;
}
.uk-modal-close {
	font-size: 30px !important;
	color: #ffba00 !important;
	background: #fff;
	width: 25px;
	height: 26px;
	cursor: pointer;
	line-height: 27px;
	position: relative;
	z-index: 100;
	border-radius: 50%;
}
.uk-modal-close:hover::before {
	color: #808080 !important;
}

@media only screen and (max-width:767px) {
	.page-header__navbar-nav > li {
		width: 100%;
	}
	.page-header__navbar-inner {
		margin: 0 -15px;
	}

	a[class*="__phone"]{
		cursor: pointer !important;
		pointer-events: initial !important;
	}

	a[class*="__phone"]:hover{
		text-decoration: none !important;
		color: #cc9500 !important;
	}

}
@media only screen and (max-width:479px) {
	.bprz .bordered-pane {
		margin: 0 !important;
	}

    .page-header__phone{
        font-size: 25px !important;
    }

	.bprz {
		background: #e3e5e9 !important;
	}
}

.container .text-paragraph h2{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
div.section-title {
  font-size: 34px;
	line-height: 1.2em;
}

@media only screen and (max-width: 479px){
div.section-title {
  font-size: 26px;
	line-height: 1.2em;
 }
}