/* плавное изменение прозрачности placeholder-а при фокусе */
input[type="text"]::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #212121;}
input[type="text"]::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #212121;}
input[type="text"]:-moz-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #212121;}
input[type="text"]:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #212121;}
input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #212121;}
input[type="text"]:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #212121;}
input[type="text"]:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #212121;}
input[type="text"]:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease; color: #212121;}

body {margin: 0}
: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 */

body {
	font: 14px 'SFUIDisplay-Regular';
	color: #212121;
}

a {
	color: #e83b3b;
}

a:hover,
a:focus,
a:active {
	color: #c32121;
}

h2 {
	font-size: 34px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

h2 span {
	font-family: 'SFUIDisplay-Bold';
}

.form-control {
	height: 34px;
}

.btn,
.btn:focus {
	background-color: #ff3d00;
	border-radius: 12px;
	padding: 14px 20px;
	color: white;
	font: 10px 'SFUIDisplay-Bold';
	text-transform: uppercase;
	outline: none;
}

.btn:hover,
.btn:active,
.btn:active:hover,
.btn:active:focus {
	background-color: #cb3100;
	color: #eee;
	outline: none !important;
}

#contacts {
	color: #fff;
	position: relative;
}

.repairs-cnt {
	text-align: center;
	margin-bottom: 30px;
}

.rc-header {
	background-color: #e3e3e3;
	padding: 32px;
	border-radius: 12px 12px 0 0;
}

.rc-body {
	background-color: white;
	border: 1px solid #e3e3e3;
	border-radius: 0 0 12px 12px;
	padding: 32px 0;
}

.repair-type {
	font: 18px 'SFUIDisplay-Bold';
	text-transform: uppercase;
}

.repair-price {
	font-size: 18px;
}

.repair-time {
	background-color: #fff;
	border-radius: 16px;
	padding: 8px 16px;
	display: block;
	width: max-content;
	margin: 0 auto;
}

.repair-time .fa-clock-o {
	margin-right: 8px;
}

.owl-cnt {
	position: relative;
}
.je-imgs {
	height: 547px;
}

.je-imgs img {
	height: 100%;
}

.btn-cnt {
	text-align: center;
	margin-top: 24px;
}

.worker-name {
	font: 22px 'SFUIDisplay-Bold';
	margin-top: 32px;
}

.worker-post {
	font-family: 'SFUIDisplay-Bold';
	color: #ff3d00;
}

.logo {
	float: left;
	margin-right: 10px;
}

.logo-text {
	font-family: 'SFUIDisplay-Heavy';
	text-transform: uppercase;
	margin-bottom: 0;
	float: left;
}

.logo-link {
	display: block;
	float: left;
	padding: 10px 0;
}

.logo-link:hover,
.logo-link:focus,
.logo-link:active {
	text-decoration: none
}

.text-normal {
	color: #212121;
}

.text-red {
	color: #ff3d00;
}

.nav-list {
	list-style: none;
	font: 12px 'SFUIDisplay-Bold';
	padding-left: 0;
	margin-bottom: 0;
}

.nav-list li {
	display: inline-block;
	margin: 16px 8px;
}

.nav-list li a {
	color: #212121;
}

.top-menu .nav-list {
	margin-left: 16px;
	float: left;
	width: max-content;
}

.toright {
	float: right;
}

.phone-time-cnt {
	float: left;
	text-align: right;
}

.phonenum {
	font: 16px 'SFUIDisplay-Bold';
	margin-bottom: 4px;
	margin-top: 4px;
	width: 100%;
	float: right;
}

.working-time {
	font-size: 12px;
	color: #727272;
	margin-bottom: 0;
	width: max-content
}

.top-menu .btn-cnt {
	margin-top: 0;
	float: left;
	margin-left: 20px;
}

.contact-info {
	display: block;
}

.top-menu {
	padding: 20px;
}

.vertical-center {
	display: block;
	width: max-content;
	float: left;
}

.top-menu [class*="col-"] {
	height: inherit;
}

h1 {
	margin-top: 120px;
	margin-bottom: 24px;
	font: 38px 'SFUIDisplay-Heavy';
	text-align: center;
}

h1 span {
	color: #ff3d00;
}

.heading-note {
	font-size: 28px;
	color: #545454;
	text-align: center;
	margin-bottom: 120px;
}



.calculator-cnt {
	margin: 0 auto;
	background-color: white;
	border-radius: 12px;
	max-width: 945px;
	width: 100%;
	padding: 40px 64px;
	height: 525px;
	position: relative;
	margin-bottom: 16px;
	background-image: url(/local/img/calc-img.png);
	background-repeat: no-repeat;
	background-position: bottom 62px right 32px;
}

.calculator-cnt label {
	margin-bottom: 8px;
}

.calculator-cnt input[type=text] {
	border: none;
	background-color: #f7f7f7;
	box-shadow: none;
	color: #212121;
	font: 12px 'SFUIDisplay-Regular';
	width: 100%;
	margin-top: 26px;
	margin-bottom: 30px;
}

.tab-content {
	max-width: 293px;
	width: 100%;
}

.btnNext {
	margin-top: 8px;
}

.btnNext .fa {
	margin-left: 2px;
}

.calc-heading {
	font: 28px 'SFUIDisplay-Heavy';
	margin-bottom: 32px;
}

.calc-steps-cnt {
	width: 100%;
	display: block;
}

.calc-steps-cnt span {
	float: left;
}

.step-cnt {
	position: relative;
	display: inline-block;
	margin-right: 82px;
	width: 5%;
}

.step-heading {
	font: 16px 'SFUIDisplay-Bold';
	margin-top: 38px;
	margin-bottom: 20px;
}

.calc-steps-cnt li {
	display: block;
	width: 14.28%;
	float: left;
}

.calc-step {
	background-color: #dfdfdf;
	border-radius: 99px;
	color: white;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font: 16px 'SFUIDisplay-Bold';
}

.calc-line {
	margin: auto 0;
	background-color: #dfdfdf;
	height: 3px;
	width: -moz-calc(100% - 54px);
	width: -webkit-calc(100% - 54px);
	width: calc(100% - 54px);
	margin: 15px 10px;
}

li.active .calc-step {
	background-color: #ff3d00;
}

li.active .calc-line {
	background-color: #ff3d00;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
}

.nav>li>a {
	padding: 0;
}

.nav>li>a:focus, .nav>li>a:hover {
	background: none;
	border: none;
}

.nav-tabs>li>a {
	border: none;
}

.nav-tabs {
	border-bottom: none;
}

header {
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#our-team {
	background-image: url(../img/body-bg.png);
}
footer p {
	font-size: 16px;
	margin-bottom: 0;
}

p + input[type=text] {
	margin-top: 20px;
}

input.fontawesome[type=text], label.fontawesome {
	margin-bottom: 20px;
	font: 12px 'SFUIDisplay-Regular';
}

label.fontawesome {
	margin-left: 20px;
	width: 100%;
}

footer .btn {
	float: right;
}

.contact-list {
	display: inline-block;
	list-style: none;
	padding-left: 0;
	font-size: 16px;
	margin-top: 32px;
	margin-bottom: 26px;
	width: 100%;
}

.contact-list li + li {
	margin-top: 16px;
}

.contact-list .fa {
	margin-right: 10px;
}

.contact-list a {
	color: #fff;
	text-decoration: none;
}
.contact-list a:hover {
	color: #ff3d00;
}

.rights {
	font-size: 12px;
	margin-bottom: 20px;
}

footer {
	background-image: url(../img/footer-img.png);
	background-repeat: no-repeat;
	background-position: bottom left 96px;
	background-color: #212121;
	color: #757575;
	padding: 24px;
	padding-bottom: 48px;
}

a.link-dev {
	text-decoration: underline;
}

a.link-dev:hover {
	text-decoration: none;
}

.site-creator {
	text-align: right;
}

input:hover,
input:focus,
input:active {
	outline: none !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;
}

/* End body */

/* Checkbox and Radio */

input.fontawesome[type=checkbox] {
	display:none;
}

input.fontawesome[type=checkbox] + label.fontawesome:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f096";
	letter-spacing: 10px;
	font-size: 16px;
	color: #ff3d00;
	position: absolute;
	margin-left: -20px;
	margin-top: -2px;
}

input.fontawesome[type=checkbox]:checked + label.fontawesome:before {
	content: "\f046";
	letter-spacing: 5px;
}

input[type=radio] {
	display:none;
}

input[type=radio] + label.fontawesome:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f10c";
	letter-spacing: 10px;
	font-size: 16px;
	color: #ff3d00;
	position: absolute;
	margin-left: -20px;
	margin-top: -2px;
}

input[type=radio]:checked + label.fontawesome:before {
	content: "\f192";
	letter-spacing: 5px;
}

/* End */



/* Owl */

.owl-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 24px;
	top: 0;
	left: 0;
}

.owl-btn a,
.owl-btn a:focus {
	width: 40px;
	height: 40px;
	color: #e83b3b;
	padding: 0 16px;
	border: 2px solid #ff3d00;
	background-color: white;
	border-radius: 24px;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	text-decoration: none;
}

.owl-btn a:hover,
.owl-btn a:active:hover,
.owl-btn a:active:focus,
.owl-btn a:active {
	background-color: #ddd;
	text-decoration: none;
	border-color: #cb3100;
	color: #cb3100;
}

#owl1prev, #owl_sm1prev, #owl_sm2prev {
	position: absolute;
	left: -20px;
	z-index: 999;
}

#owl1next, #owl_sm1next, #owl_sm2next {
	position: absolute;
	right: -20px;
	z-index: 999;
}

#owl_sm2prev, #owl_sm2next {
	background: none;
}

#reviews .owl-carousel .owl-item img {
	margin-bottom: 30px;
}

#trainers, #our-life {
	position: relative;
}

.owl-carousel .owl-item img {
	width: initial;
	margin: 0 auto;
}

.doc-img {
	border: 2px solid #fe4910;
	margin-bottom: 15px;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.2);
}

/* End owl */

/* Modal */

.modal-header {
	border-bottom: none;
}

.modal-heading {
	font: 16px 'SFUIDisplay-Bold';
	margin-top: 32px;
}

.modal-note {
	color: #7e7e7e;
}

.modal-content {
	text-align: center;
}

.modal-content input[type=text] {
	border: none;
	background-color: #f7f7f7;
	box-shadow: none;
	color: #212121;
	font: 12px 'SFUIDisplay-Regular';
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.modal-body label {
	margin-bottom: 28px;
}

.modal-body .btn {
	margin-bottom: 36px;
}

.close,
.close:focus {
	opacity: 1;
}

.close:hover,
.close:active:hover,
.close:active:focus,
.close:active {
	opacity: 0.5;
}

/* End modal */



/* Media */

@media (max-width: 1199px) {
	.nav-list li {
		margin: 16px 20px;
	}

}

@media (max-width: 991px) {

	.nav-list li {
		margin: 16px 3px;
	}

	.calc-step:after {
		width: 45px;
	}

	#job-examples .owl-carousel .owl-item img {
		width: 100%;
		object-fit: cover;
	}

	.calculator-cnt {
		background-size: 400px;
	}

	footer {
		background-image: none;
	}

	footer input[type=text] {
		width: 50%;
	}

	footer input[type=submit] {
		float: left;
	}

	.rights {
		text-align: right;
		margin-top: 16px;
	}

	.link-dev {
		float: right;
	}

	.all-advantages {
		margin-bottom: 0;
	}

	.worker-cnt {
		padding-left: 16px;
		padding-right: 16px;
	}

}

@media (max-width: 767px) {

	.all-repairs [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}

	.calculator-cnt {
		background-image: none;
	}

	h2 {
		font-size: 30px;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.top-menu {
		padding: 0;
	}

	.top-menu .nav-list {
		width: 100%;
		float: right;
	}

	.xs-cnt {
		width: 100%;
		height: 52px;
	}

	button.navbar-toggle {
		margin-right: 15px;
	}

	.logo-link {
		padding: 0;
	}

	.logo-link, button.navbar-toggle {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.phone-time-cnt {
		width: 100%;
	}

	.working-time {
		float: right;
	}

	.top-menu .btn-cnt {
		float: right;
	}

	.nav-list li {
		display: block;
		text-align: right;
		margin: 8px 0;
	}

	.nav-list {
		margin-bottom: 16px;
	}

	header .phonenum, .working-time {
		text-align: right;
	}

	header .btn {
		float: right;
		margin: 8px 0;
	}

	.working-time {
		color: inherit;
	}

	h1 {
		margin-top: 60px;
	}

	.heading-note {
		margin-bottom: 60px;
	}

	.all-advantages {
		margin-top: 0;
		margin-bottom: 0;
	}

	#owl1prev, #owl_sm1prev, #owl_sm2prev {
		left: -10px;
	}

	#owl1next, #owl_sm1next, #owl_sm2next {
		right: -10px;
	}

	.worker-name, .worker-post {
		text-align: center;
	}
	.calculator-cnt {
		padding: 24px 16px;
		height: 500px;
	}

	.calc-step {
		margin-right: 24px;
	}

	.calc-step:after {
		width: 15px;
	}

	.contact-list {
		font-size: 14px;
	}

	.worker-info {
		text-align: center;
		margin-bottom: 16px;
	}

	#job-examples .btn-cnt {
		margin-top: 0;
	}

	.repair-price {
		font-size: 16px;
	}

	.repair-type {
		font-size: 14px;
	}

	footer input[type=text] {
		width: 100%;
	}
	.calc-line {
		display: none;
	}
}