a:hover, a:active, a:focus, button:hover, button:active, button:focus, li:hover, li:active, li:focus, input:hover, input:active, input:focus {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding-right: 0px;
}
ul {
	margin:0px;
	padding:0px;
}
li {
	list-style: none;
}
p {
	margin:0px;
	padding: 0px;
}
button {
	padding:0px;
}
body {
	font-family: Proxima Nova, Arial;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	background: #fff;
}
header {
	min-height: 143px;
	background: #fff;
}
section {
	margin-bottom: 65px;
}
header {
	background: #f7f7f7;
}
.logo_head {
	padding:37px 0px;
}
.logo_head img {
	max-height: 80px;
}
.title_head h1 {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 33px;
}
.title_head {
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 13px;
	padding:37px 0px;
	padding-left: 55px;
}
.tel_head {
	text-align: right;
}
.tel_head ul {
	background:#ededed;
	padding:27px 45px;
	display: inline-block;
}
.tel_head ul li a {
	font-size: 21px;
	font-weight: 600;
	color:#494949;
	line-height: 23px;
}
.call_link {
	margin-top: 15px;
}
.call_link a {
	color:#ac4141;
	padding:3px 7px;
	display: inline-block;
	border:1px solid #ac4141;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}
nav {
	background:#ededed;
}
nav ul {
	display: flex;

}
nav ul li a {
	font-size: 16px;
	display: inline-block;
	font-weight:400;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0px 35px;
	color:#444;
	border-left:1px solid #dadada;
}
nav ul li:last-child a {
	padding-right: 0px;
	border-right: none;
}
.utp_bg {
	background: url(../img/tehnike.jpg) no-repeat 50% 100%;
	background-attachment: fixed;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 65px;
}
.utp_block {
	text-align: center;
	color:#fff;
	display: flex;
	flex-direction: column;
	text-align: center;
	height: 100%;
	position: relative;
	margin:0 auto;
	background:#2c7abc;
	padding:0px;
	margin:150px 0px;
}
.utp_block h2 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 38px;
	padding: 45px;
}
.utp_block h2 span {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
	display: block;
	letter-spacing: 0px;
}

#clockdiv{
	padding:40px;
	background:#25649a;
	color: #fff;
	display: flex;
	flex-direction: inherit;
	justify-content: center;
	align-items: center;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
	min-height: 132px;
}

.timer_title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	margin-right: 50px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #25649a;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #618aad;
	display: inline-block;
	min-width: 100px;
}

.smalltext{
	padding-top: 7px;
	font-size: 15px;
	font-weight: 500;
}

.title_block {
	font-size: 40px;
	letter-spacing: 5px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	padding:80px 0px;
}
.title_block p {
	display: inline-block;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 15;
    padding:0px 30px;
    z-index: 1;
}
.title_block span {
	font-size: 17px;
	letter-spacing:1px;
	font-weight: 300;
	background:#fff;
	padding:0px 30px;
	display: block;
	margin-top: 25px;
	text-transform: initial;
}
.title_block span:after {
	content: '';
    position: absolute;
    margin-top: 11px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #bbb;
    z-index: 0;
}

.osob, .rabotaem {
	overflow: hidden;
	position: relative;
}
.osob_block {
	padding: 0px;
	text-align: center;
	min-height: 180px;
	padding:0px 45px;
	font-size: 17px;
	line-height: 25px;
	padding-top: 30px;
}
.osob_block img {
	display: block;
	margin:0 auto;
	margin-bottom: 20px;
}
.grey {
	background:#f5f5f5;
}

.rabotaem_block {
	position: relative;
	overflow: hidden;
	margin-bottom: 45px;
}
.rabotaem_block span {
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	background:#ac4141;
	color:#fff;
	font-size: 37px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	top:-30px;
	position: relative;
	margin:0 auto;
	margin-bottom: 40px;
	z-index: 1;
}
.rabotaem_block span:after {
	content: '';
	width: 100%;
	height: 1px;
	background:#d0abab;
	left:0;
	margin-top: 60px;
	position: absolute;
	z-index: 4;
}
.rabotaem_block svg {
	position: relative;
	z-index: 5
}
.rabotaem_block p {
	display: block;
	float:left;
	margin-bottom: 10px;
	font-size: 17px;
}
.rabotaem_block b {
	padding: 3px;
	height: 60px;
	width: 17px;
	font-size: 13px;
	margin-right: 25px;
	display: inline-block;
	float:left;
	top:-3px;
	position: relative;
}



.form_call {
	background: #1d70b7;
	padding: 45px 0px;
}
.form_call h2 {
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 5px;
	font-weight: 700;
}
.form_call h2 span {
	letter-spacing: 0px;
	font-weight: 400;
	display: block;
	margin-top: 15px;
	font-size: 18px;
	text-transform: initial;
}
.form_call_forma {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background:#25649a;
	padding:45px;
}
.form_call_forma input {
	margin-right: 65px;
	border:none;
	color:#fff;
	font-size: 19px;
	font-weight: 300;
	background: none;
	border-bottom:1px solid #fff;
	padding: 15px 30px;
	display: inline-block;
	text-align:center;
}
.form_call_forma input::placeholder {
	color:#fff;
}
.form_call_forma button {
	background:#fff;
	border:none;
	padding: 15px 25px;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.price_list .nav-tabs {
	text-align: center;
}
.price_list .nav-tabs li {
	float: initial;
	display: inline-block;
}
.price_list .nav-tabs li a {
	font-size: 18px;
	padding: 10px 35px;
}
.item_list {
	
	padding: 0px;
	overflow: hidden;
}
.item_block {
	display: block;
	padding:0px;
	overflow: hidden;

}
.item_block:nth-child(even) {
	padding-left: 25px;
}
.item_block:nth-child(odd) {
	padding-right: 25px;
}
.item_block:nth-of-type(1) .item_block_img,
.item_block:nth-of-type(1) .item_block_title,
.item_block:nth-of-type(1) .item_block_price {
	border-top: 1px solid #e2e2e2;
}
.item_block:nth-of-type(2) .item_block_img,
.item_block:nth-of-type(2) .item_block_title,
.item_block:nth-of-type(2) .item_block_price {
	border-top: 1px solid #e2e2e2;
}
.item_block_img, .item_block_title, .item_block_price {
	padding:0px;
	height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
.item_block_img {
	border-left:1px solid #e2e2e2;
	padding: 20px;
}
.item_block h3 {
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	padding:0px 45px;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}
.item_block_price {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0px 45px;
	border-right:1px solid #e2e2e2;
}

.dost_oplt {
	background: #f5f5f5;
	margin-top:-65px;
	padding-bottom: 65px;
	padding-top: 65px;
}
.dost_oplt .title_block p {
	background: #f5f5f5;
}
.dost_oplt .title_block span {
	background: #f5f5f5;
}

.dost_oplt_block h3 span {
	height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #ac4141;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin-right: 25px;
}
.dost_oplt_block h3 {
	font-weight: 400;
	margin-bottom: 35px;
}
.dost_block {
	padding: 0px;
}
/*.dost_oplt_block ul li {
	display: block;
	border-bottom: 1px solid #e2e2e2;
}
.dost_oplt_block ul li b {
	margin-right: 15px;
}
.dost_oplt_block ul li {
	line-height: 40px;

}*/
.nav-tabs {
	border:none;
	margin-top: 25px;
}
.nav-tabs li {
	border:none !important;
	margin-right: 25px;
}
.nav-tabs li a {
	border:1px solid #bbb;
	color:#333;
	font-weight: 600;
	font-size: 14px;
	padding:5px 15px;
	border-radius: 0px;
	display: inline-block;
	background: none;
}
.nav-tabs li a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border:1px solid #ac4141;
	color:#ac4141;
	background: none;
}
.tab-pane {
	overflow: hidden;
	padding-top: 40px;
}
.tab-pane h4 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 20px;
}
.tab-pane p {
	font-size: 17px;
}
.tab-pane ul {
	padding:20px;
	border:1px solid #bbb;
}
.tab-pane ul li {
	font-size: 13px;
	margin-bottom: 5px;
	list-style: square outside;
	margin-left: 20px;
	font-weight: 500;
}

.dost_oplt_block p {
	font-size: 14px;
	padding-bottom: 10px;
}

.oplt li span {
	padding: 20px;
    display: -webkit-inline-box;
    /* border: 1px solid #bbb; */
    color: #908c8c;
    background: #eaeaea;
    margin-left: 45px;
    font-size: 14px;
    margin-bottom: 5px;
    list-style: square outside;
    margin-left: 20px;
    font-weight: 500;
    margin: 25px 0px;
}
.oplt li {
	display: block;
	overflow: hidden;
	font-size: 17px;
}
.oplt b {
	font-weight: 600;
	margin-right: 10px;
}
.zakazat_text {
	padding-right: 0px;
	margin-top: 45px;
	font-weight: 600;
	font-size: 14px;
	background:#f1f1f1;
	display: block;
	height: 70px;
	padding-top: 13px;
}
.zakazat_text b {
	margin-right: 8px;
	font-weight: 700;
	color:red;
	font-family: Arial;
}
.zakazat {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-top: 45px;
}
.zakazat a {
	background: #2c7abc;
	color:#fff;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 26px;
	display: inline-block;
}
.zakazat a:hover {
	cursor: pointer;
}

.kontakti {
	background: #25649a;
	color:#fff;
	margin-bottom: 0px;
	padding-bottom: 65px;
}
.kontakti .title_block span, .kontakti .title_block span p {
	background: #25649a;
}
.kontakti_title {
	font-size: 22px;
	font-weight: 300;
}
.kontakti_title span {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: inline-block;
	margin-right: 15px;
	background: #fff;
	text-align: center;
	line-height: 53px;
	color:#25649a;
}
.kontakti ul {
	padding:25px 0px;
}
.kontakti ul li a {
	color:#fff;
	font-size: 26px;
	font-weight: 300;
	line-height: 35px;
	letter-spacing: 0.5px;
}
.kontakti ul span {
	font-size: 13px;
	font-weight: 600;
	margin-top: 25px;
	display: block;
}
.messadgers {
	display: flex;
}
.messadgers li a {
	border-radius: 50px;
	height: 45px;
    line-height: 45px !important;
    width: 45px;
    text-align: center;
	margin-right: 35px;
	display: inline-block;
	background: #367fbd;
}
.mails li a {
	font-size: 18px !important;
}
.remon_onas {
	margin-left: 15px;
	position: relative;
	top:3px;
	font-weight: 900;
	font-size: 32px;
	letter-spacing: -1px;
	color:#ac4141;
	text-transform: uppercase;
}
.remon_onas i {
	color:#ac4141;
	text-transform: capitalize;
	font-style: initial;
}
.o_nas {
	padding-bottom: 65px;
}
.o_nas p {
	font-size: 14px;
}
.o_nas h2 {
	margin-bottom: 25px;
}

.kontakti_right {
	border-left:1px solid #bbb;
	padding-left: 45px;
}
.kontakti_right form {
	padding: 45px 0px;
}
.kontakti_right input::placeholder, .kontakti_right textarea::placeholder {
	color:#aec7dc;
}
.kontakti_right input {
	background:none;
	padding:10px 25px;
	border:1px solid #6688a5;
	font-size: 17px;
	color:#aec7dc;
	display: block;
	margin-bottom: 25px;
	width: 100%;
}
.kontakti_right textarea {
	background:none;
	padding:10px 25px;
	border:1px solid #6688a5;
	font-size: 17px;
	color:#aec7dc;
	display: block;
	margin-bottom: 25px;
	width: 100%;
}
.kontakti_right button {
	display: inline-block;
	background: #fff;
	color:#333;
	padding:15px 45px;
	text-transform: uppercase;
	font-size: 18px;
	border:none;
}
footer {
	color:#fff;
	background: #333;
	font-size: 13px;
	padding:25px 0px;
}

/* Модальное окно "Заказать звонок" */
.modal_tel, .modal_zakaz {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}
.modal_block {
	width: 100%;
	max-width: 500px;
	min-height: 330px;
	background:#fff;
	position: fixed;
	transform: translate(-50%, -50%);
	left:50%;
	top:50%;
	z-index: 10;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
	border:none !important;
	font-size: 13px;
}
span.wpcf7-not-valid-tip {
	margin-bottom: 15px;
}
.modal_block h3 {
	padding: 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 35px;
    font-size: 27px;
    letter-spacing: 3px;
}
.modal_block .form_zayvka {
	width: 80%;
	margin:0 auto;
	padding-top: 0px;
}
.modal_block input {
	display: block;
	border:1px solid #ddd;
	box-shadow: none;
	font-size: 16px;
	letter-spacing: 0.5px;
	width: 100%;
	margin-bottom: 15px;
	padding:8px 25px;
	color:#000;
}
.modal_block input::placeholder {
	color:#000;
}
#wpcf7-f4-o3 .wpcf7-submit, #wpcf7-f14-o4 .wpcf7-submit {
	background:#2c7abc !important;
	width: 100% !important;
	padding:15px 10px !important;
	text-align: center !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	letter-spacing: 2px !important;
	text-transform: uppercase;
	border:none !important;
	color:#fff !important;
}
#wpcf7-f10-o1 p {
	display: flex;
}
#wpcf7-f10-o1 div.wpcf7-validation-errors, #wpcf7-f10-o1 div.wpcf7-acceptance-missing, #wpcf7-f10-o1 div.wpcf7-mail-sent-ok {
	color:#fff;
}
#wpcf7-f10-o1 span.wpcf7-not-valid-tip {
	color:#e6b8b8 !important;
	margin-top: 15px;
}
#wpcf7-f10-o1 .wpcf7-submit {
	background: #fff !important;
    border: none !important;
    padding: 15px 25px !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color:#333 !important;
    max-height: 51px;
}
#wpcf7-f12-o2 .wpcf7-submit {
	display: inline-block;
	background: #fff;
	color:#333;
	padding:15px 45px;
	text-transform: uppercase;
	font-size: 18px;
	border:none;
	max-width: 200px;
}
#wpcf7-f12-o2 span.wpcf7-not-valid-tip {
	color:#fff !important;
	font-size: 12px !important;
}
.overflow {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background:rgba(0,0,0,0.7);
}
.close_modal {
	position: absolute;
	right: -15px;
	top:-15px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background:#fff;
	text-align: center;
	border:1px solid #ddd;
	line-height: 30px;
	font-size: 23px;
	font-weight: 600;
}
.close_modal:hover {
	cursor: pointer;
}

@media (min-width: 320px) and (max-width: 768px) {
	.form_call_forma {
		flex-direction: column;
	}
	#wpcf7-f10-o1 span {
		display: block;
		width: 100%;
	}
	.logo_head img {
		display: block;
		margin:0 auto;
	}
	.title_head {
		padding: 0px;
		text-align: center;
	}
	.tel_head ul {
		width: 100%;
		margin-top: 15px;
		text-align: center;
	}
	.utp_bg {
		background-attachment: initial;
		background-size: cover;
	}
	.utp_block {
		display: block;
		width: 85%;
		margin:0 auto;
		float:initial;
		margin-top: 150px;
		margin-bottom: 150px;
	}
	.utp_block h2 {
		font-size: 29px;
	}
	#clockdiv {
		display: block;
		width: 100%;
	}
	#clockdiv > div {
		padding: 0px;
	}

	#clockdiv {
		padding: 40px 25px;
	}
	.timer_title {
		width: 100%;
		margin-right: 0px;
		text-align: center;
		margin-bottom: 15px;
		font-size: 15px;
	}
	.tel_head {
		padding: 0px;
	}
	.timer_title {
		width: 100% !important;
		display: block !important;
	}
	#clockdiv div > span {
		min-width: auto;
		padding: 15px 10px;
	}
	.title_head h1 {
		font-size: 25px;
		padding: 0px 25px;
	}
	#wpcf7-f10-o1 p {
		flex-direction: column;
	}
	#wpcf7-f10-o1 .wpcf7-submit {
		padding-left: 0px !important;
		padding-right: 0px !important;
		width: 100% !important;
		text-align: center;
	}
	.form_call_forma {
		overflow: hidden;
		width: 100%;
		padding: 0px;
		display: block;
	}
	.zakazat_text {
		overflow: hidden;
		height: auto;
		padding-bottom: 13px;
	}
	.title_block {
		font-size: 30px;
	}
	.form_call h2 {
		font-size: 25px;
	}
	#wpcf7-f10-o1 {
		padding: 25px !important;
	}
	.dost_oplt .nav-tabs {
		text-align: center;
	}
	.modal_block {
		width: 85%;
	}
	.modal_block .form_zayvka {
		margin-bottom: 45px;
	}
	.dost_oplt .nav-tabs li {
		float: initial;
		display: inline-block;
	}
	.dost_oplt img {
		max-height: 60px;
	}
	.form_call_forma input {
		width: 100%;
		margin-bottom: 20px;
	}
	.dost_oplt_block {
		margin-top: 45px;
	}
	.o_nas h2 {
		margin-top: 25px;
		text-align: center;
	}
	.remon_onas {
		margin-left: 0px;
	}
	.kontakti_right {
		padding-left: 30px;
		margin-top: 45px;
	}
	.zakazat {
		margin-top: 0px;
	}
	.item_block_img {
		height: 100%;
	}
	.nav-tabs li {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.item_block:nth-child(odd) {
		padding-right: 0px;
	}
	.item_block:nth-child(even) {
		padding-left: 0px;
	}
	.form_call_forma input {
		margin-right: 0px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	nav {
		display: none;
	}
	#timer {
		flex-direction: column;
	}
	.o_nas p {
		word-break: break-word;
	}
	.osob_block {
		font-size: 15px;
		padding: 0px 15px;
	}
	.osob_block:nth-of-type(1), .osob_block:nth-of-type(2) {
		padding-top: 25px;
	}
	.item_block_price {
		padding: 0px;
	}
	.item_block h3 {
		padding: 0px 15px;
	}
	.item_block_img {
		padding: 0px;
		min-height: 100px;
	}

	/*.item_block {
		display: block;
		overflow: hidden;
	}
	.item_block h3, .item_block .item_block_price {
		width: 100%;
		display: block;
	}
	.item_left {
		padding-left: 15px;
	}*/
}