/* плавное изменение прозрачности placeholder-а при фокусе */
input[type="text"]::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}

.inp_text::-webkit-input-placeholder {text-align: center; font-size: 18px; color: #757575;}
.inp_text::-moz-placeholder {text-align: center; font-size: 18px; color: #757575;}
.inp_text:-moz-placeholder {text-align: center; font-size: 18px; color: #757575;}
.inp_text:-ms-input-placeholder {text-align: center; font-size: 18px; color: #757575;}
.inp_text:focus::-webkit-input-placeholder {text-align: center; font-size: 18px; color: #757575;}
.inp_text:focus::-moz-placeholder {text-align: center; font-size: 18px; color: #757575;}
.inp_text:focus:-moz-placeholder {text-align: center; font-size: 18px; color: #757575;}
.inp_text:focus:-ms-input-placeholder {text-align: center; font-size: 18px; color: #757575;}

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_clients {display: flex;align-items: center;}

html, body {
    height: 100%;
}
.content_404_error_block, .agreement_page_cont {
    height: auto;
    min-height: 100%;
    padding-bottom: 90px;
}
.footer {
    margin-top:-80px;
}
#contacts {
    padding-bottom: 80px;
}

body.modal-open{ 
  overflow-y: visible!important;
  padding-right: 0px!important;
}
body .modal .fade{ 
  overflow-y: visible!important;
  padding-right: 0px!important;
}

.customize-support{
  overflow-y: visible!important;
  padding-right: 0px!important;
}

.help-block{
	text-align: center;
}

/* МОДАЛЬНОЕ ОКНО */
.modal-body input,
.modal-body textarea {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.modal-footer input {
	width: 100%;	
}

body #bx-panel{
    z-index:900!important;
}
.modal-backdrop{
    z-index:920!important;
}
.modal{
    z-index:930!important;
}
/* END МОДАЛЬНОЕ ОКНО */


/* HEADER */
header {
	background-color: #fff;
}

.header{
	padding-top: 15px;
        z-index:910!important;
}

.header_scrolling{
	border-bottom: 1px solid #eceff1;
	padding-top: 0px;
}
/* END HEADER */


/* FOOTER */
.footer_left {text-align:left;}
.footer_center {text-align:center;}
.footer_right {text-align:right;}

.footer_center div{
	display: inline;
}

a.link_dev {
	text-decoration: underline;
}
a.link_dev:hover {
	text-decoration: none;
}
/* END FOOTER */



body {
	font: 14px 'Circe-Regular';
	color: #212121;
}

a:not(.btn) {
	color: inherit;
	text-decoration: underline;
}

a:not(.btn):hover {
	color: inherit;
	text-decoration: none;
}

.bold {
	font-family: 'Circe-Bold', sans-serif;
}

.nav-list {
	padding-left: 0;
	margin-bottom: 0;
}

.nav-list li {
	display: inline-block;
	padding-right: 20px;
}

.nav-list li a,
.nav-list li a:focus {
	text-decoration: none;
	text-transform: uppercase;
	font: 12px 'Circe-Bold', sans-serif;
}

.nav-list li a:hover,
.nav-list li a:active:hover,
.nav-list li a:active:focus,
.nav-list li a:active {
	text-decoration: none;
	color: #0091ea;
}

.nav-list li:last-child {
	padding-right: 0;
}

.nb_fh {
        height: 74px;
        justify-content:space-between;
}

.phone-cnt {
        text-align: right;
        flex-basis: 200px;
        flex-shrink: 0;
}

.phonenum,
.phonenum:focus {
	font: 22px 'Circe-Bold', sans-serif;
	color: inherit;
	text-decoration: none !important;
}

.phonenum:hover,
.phonenum:active:hover,
.phonenum:active:focus,
.phonenum:active {
	color: #0091ea !important;
}

button.navbar-toggle {
    border: 1px solid black;
    margin: 0;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

button.navbar-toggle span {
    background-color: black;
}

.navbar-collapse {
	padding: 0;
	box-shadow: none;
}



h1,
h2,
.modal h4 {
	font-family: 'Circe-Bold', sans-serif;
	text-align: center;
	color: #15120d;
	position: relative;
}

h1:after,
h2:after,
.modal h4:after {
	content: "";
	border-bottom: 5px solid #0091ea;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

h1 {
	font-size: 34px;
	margin-bottom: 48px;
}

h1:after {
	border-width: 5px;
	width: 77px;
	bottom: -24px;
}

h2,
.modal h4 {
	font-size: 26px;
	margin: 52px 0 30px;
}

h2:after,
.modal h4:after {
	border-width: 4px;
	width: 52px;
	bottom: -16px;
}

#job-examples h2,
#our_clients h2,
#contacts h2{
	margin: 52px 0 50px;
}

#vacancies h2{
	margin: 52px 0 62px;
}

.all_property [class*="col-"] {
	padding: 0;
}

#vacancies{
	position: relative;
}
.img-vacan{
	position: absolute;
	top: -210px;
}

.property_cnt,
.advantage_cnt {
	text-align: center;
}

.property_img {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.property_text {
	font: 12px 'Circe-Bold', sans-serif;
	text-transform: uppercase;
}

.advantage_cnt {
	margin-bottom: 90px;
}

.advantage_img {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantage_text {
	height: 70px;
	font-size: 16px;
	max-width: 160px;
	width: 100%;
	margin: 0 auto;
}

.service_cnt {
	margin-bottom: 24px;
	width: 262px;
	margin: 20px auto 0;
}

.img-serv{
	margin: 0 auto;
}

.service_img {
	height: 270px;
	width: 100%;
	background-color: #eceff1;
	border-radius: 6px;
	padding-top: 50px;
}

.service_heading {
	font: 18px 'Circe-Bold', sans-serif;
	text-align: center;
	margin: 25px 27px;
}

.service_ect {
	font: 16px 'Circe-Bold', sans-serif;
	text-align: center;
	margin: 78px 0px;
	color: #0091ea;
}

.price_cnt {
	margin-bottom: 30px;
	width: 262px;
	margin: 30px auto 0;
}

.price_img {
	height: 215px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px 4px 0 0;
}

.price_text {
	text-align: center;
	background-color: #fff;
	padding: 20px 0;
}

.price {
	font: 18px 'Circe-Bold', sans-serif;
}

.inp_text {
	padding: 16px;
	font-size: 16px;
	background-color: #f5f5f5;
	border-radius: 4px;
	color: #000;
	border: none;
	border-radius: 8px;
	margin-bottom: 30px;
}

.btn,
.btn:focus {
	padding: 10px 20px;
	font-size: 14px;
	background-color: #0091ea;
	border-radius: 7px;
	color: #fff;
	outline: none;
}

.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active {
	background-color: #0070b5;
	color: #eee;
	transition: .4s;
}

.btn_price,
.btn_price:focus {
	background-color: #ff6d00;
}

.btn_price:hover,
.btn_price:active:hover,
.btn_price:active:focus,
.btn_price:active {
	background-color: #c95600;
	color: #eee;
	transition: .4s;
}

#main_header .phone-cnt .btn_price {
    padding: 10px 33px;
    margin-top: 5px;
}
@media(min-width: 768px){
    #main_header.header_scrolling .phone-cnt .btn_price {
        padding: 5px 33px;
        margin-top: 0px;
    }
}

.btn_cnt {
	text-align: center;
	margin: 30px 0;
}

.contact_list {
	font: 16px 'Circe-Bold', sans-serif;
	text-align: center;
	margin-bottom: 48px;
}

.contact_list a{
	text-decoration: none;
}

.contact_list .fa,
.contact_list .contact_style {
	color: #0091ea;
}

.contact_list .fa {
	margin-right: 6px;
}

.modal h4 {
	font: 26px 'Circe-Bold', sans-serif;
	margin: 32px 0;
}

.modal-header {
	border: none;
}

.modal .btn {
	font-size: 18px;
	padding: 16px;
	border-radius: 8px;
}

button.close,
button.close:focus {
	position: absolute;
	top: 32px;
	right: 24px;
	opacity: 1;
	transition: .3s
}

button.close:hover,
button.close:active:hover,
button.close:active:focus,
button.close:active {
	opacity: .6;
}

.modal-body {
	padding: 23px;
}

.fixed_height {
	min-height: 128px;
	/*height: 100%;*/
}



/* Sections */

#preview {
	background: url(../img/bg1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 95px;
	font: 16px 'Circe-Light';
	text-align: center;
}

#preview .container{
	padding-bottom: 50px;
}
@media(min-width: 768px){
	#preview .container{
		padding-bottom: 450px;
	}
}


#preview h1 {
	/*width: 640px;*/
	margin: 70px 0 48px;
	text-align: center;
}

#about_us {
	padding-bottom: 64px;
	font: 16px 'Circe-Light';
}

.about_us_text {
	margin-top: 32px;
}

#advantages {
	background-color: #0091ea;
	color: #fff !important;
}

#advantages h2 {
	color: white;
}

#advantages h2:after {
	border-color: #095b8e;
}
@media(min-width: 1300px){
	#services {
		background-image: url(../img/bg_img1.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
}

#prices {
	background: url(../img/pattern.png);
}

#clients {
	background-image: url(../img/bg_img2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#vacancies .blue_div {
	background-color: #0091ea;
	color: #fff !important;
	position: relative;
	padding: 52px;
	font-size: 18px;
}

#contacts {
	background-image: url(../img/bg_img3.png), url(../img/bg_img4.png);
	background-repeat: no-repeat no-repeat;
	background-position: left top, right center;
	background-size: 30%, 20%;
}

.bg_div {
	position: absolute;
	width: 49%;
	height: 100%;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

footer {
	background-color: #212121;
	padding: 30px;
	color: #fff;
}



/* OWL */

.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

.owl-carousel {
	position: relative;
}

.owl_btn {
	height: 40px;
	width: 40px;
	background-color: white;
	border: 2px solid #0091ea;
	border-radius: 99px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none!important;
}

.owl_btn .fa {
	color: #0091ea;
	font-size: 20px;
}

#owl_sm1 .owl-prev, #owl_sm1 .owl-next {
	position: absolute;
	top: 40%;
}

#owl2 .owl-prev, #owl2 .owl-next {
	position: absolute;
	top: 35%;
}

@media(min-width: 768px){
	#owl_sm1 .owl-prev, #owl_sm1 .owl-next {
		position: absolute;
		top: 45%;
	}
}

.owl-prev {
	left: 0px;
}

.owl-next {
	right: 0px;
}

@media(min-width: 768px){
	.owl-prev {
	left: -20px;
	}

	.owl-next {
		right: -20px;
	}
}


.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;
}



/* Table */

.table_heading {
	font: 18px 'Circe-Bold', sans-serif;
	color: #212121;
	padding-left: 36px;
	margin-bottom: 12px;
}

.table {
	display: table;
	padding-right: 26px;
	margin-bottom: 32px;
}

.table_row {
	display: table-row;
	height: 38px;
}

.cell {
	display: table-cell;
	font-size: 16px;
	vertical-align: middle;
	width: 12%;
}

.cell_heading {
	font-family: 'Circe-Bold', sans-serif;
	padding-left: 36px;
	padding-right: 16px;
	width: 76%;
}

.cell_price {
	color: #0091ea;
	font-family: 'Circe-Bold', sans-serif;
}

.table .table_row:nth-child(2n+1) {
	background-color: #eceff1;
}



/* Scrollbar */

.scrollbar {
	text-align: left;
	height: 54vh;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#wrapper {
	text-align: center;
	width: 100%;
	margin: auto;
}

.scrollbar::-webkit-scrollbar-track {
	background-color: #eceff1;
}

.scrollbar::-webkit-scrollbar {
	width: 10px;
	background-color: #eceff1;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #0091ea;
}

.scrollbar .row {
	width: 100%;
}



/* Checkbox */
.inp_checkbox {
	position: absolute;
	left: -9999px;
}


.consent input[type="checkbox"] + div:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f096";
	letter-spacing: 10px;
	font-size: 16px;
	color: #ff6d00;
	position: absolute;
	margin-left: -24px;
}

.consent input[type="checkbox"]:checked + div:before {
	content: "\f046";
	letter-spacing: 5px;
}

.consent {
	color: #aaaaaa;
	margin-left: 24px;
}



/*__________________Медиа запросы___*/

@media (max-width: 1199px) { /*_0-md_*/
}

@media (max-width: 991px) { /*_0-sm_*/
	.advantage_cnt {
		margin-bottom: 32px;
	}
	footer {
		padding: 12px 4px 32px 4px;
	}
        .footer_left,
	.footer_center,
	.footer_right {
		text-align:center;
		margin-bottom: 8px;
	}
}

@media (max-width: 767px) { /*_0-xs_*/

	.nb_fh {
		height: auto;
		margin: 12px 0;
	}

	#contacts {
		background-size: 40%, 20%;
	}

	header .nav-list {
		width: 100%;
		text-align: right;
		margin-bottom: 12px;
	}

	header .nav-list li {
		width: 100%;
		padding: 0;
	}

	header .nav-list li + li {
		padding-top: 6px;
	}

	.phone-cnt {
            float:right;
            width:200px;
            padding-bottom:10px;
	}

	.advantage_cnt {
		margin-bottom: 16px;
	}

	h2 {
		margin: 32px 0;
	}

	#vacancies .blue_div {
		padding: 24px 0;
	}

	#preview h1 {
		width: auto;
		margin: 20px auto 48px;
		font-size: 28px;
	}

	.cell_heading {
		padding: 0 8px;
	}

	.table {
		padding-right: 8px;
	}

	.table_heading {
		padding-left: 8px;
	}

	.modal-body {
		padding: 12px;
	}

	button.close {
		top: 16px;
	}

	#preview {
		background: none;
	}




	.display-flex {
		display: block;
	}
}

.mfeedback{
	position: relative;
}

.mfeedback p:nth-child(1){
	position: absolute;
	top: -40;
	right: 0;
	left: 0;
	text-align: center;
}

.mfeedback p:nth-child(2){
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	text-align: center;
}

.mfeedback .mf-ok-text{
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	text-align: center;
}


/* 404 ERRR */
.content_404_error {
	position: relative;
	overflow: hidden;
	font-size: 550px;
	font-family: 'Arial', sans-serif;
	line-height: 480px;
	color: #c6c8cb;
	top: 40px;
}

.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: 60px 0 70px;
	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) { /*_0-md_*/

	.content_404_error {
		font-size: 460px;
		font-family: 'Arial', sans-serif;
		line-height: 400px;
	}

	.content_404_error_text {
		font-size: 70px;
	}
}


@media (max-width: 767px) { /*_0-xs_*/
	.content_404_error {
		font-size: 200px;
		font-family: 'Arial', sans-serif;
		line-height: 180px;
	}
	.content_404_error_text {
		font-size: 30px;
	}
}

/* END 404 ERRR */

@media(min-width: 768px){
    .container {
        width: 690px;
    }
}
@media(min-width: 992px){
    .container {
        width: 910px;
    }
}
@media(min-width: 1200px){
    .container {
        width: 1110px;
    }
}
@media(min-width: 1300px){
    .container {
        width: 1170px;
    }
}