.section-header {
	padding-bottom: 0;
}

.section img {
	height: auto;
}

.section-services .services-card .card-info .card-description {
	color: #6b6b6b;
}

.nav-wrap .order-status {
	padding: 0;
	position: relative;
}

.nav-wrap .order-status:before {
	position: absolute;
	left: 15px;
}

.nav-wrap .order-status a {
	padding: 10px 15px 10px 35px;
	cursor: pointer;
}

.section-order.dark-section .bg-img {
	padding-bottom: 160px;
	background-image: url("../img/iphone-cta.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

.modal-form {
	display: block;
	margin: 0 auto;
}

.modal-form p {
	margin-bottom: 0;
}

.form-wrap input[type=submit] {
	margin-bottom: 0;
}

.section-order .form-wrap input[type=submit] {
	margin-bottom: 20px;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0 !important;
}

div.wpcf7-response-output {
/*	display: none !important;*/
}	

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	padding: 10px 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.section-info table tr {
	background-color: transparent !important;
	border-top: 1px solid #C6C6C6;
}

.section-info table tr td:first-child{
	border-radius: 5px 0 0 5px;
}

.section-info table tr td:last-child{
	border-radius: 0 5px 5px 0;
}

.section-info table tr:first-child {
	border-top: none;
}

.section-info table tr:hover {
	border-top-color: transparent;
}

.section-info table tr:hover + tr{
	border-top-color: transparent;
}

.section-info table tr:hover td {
	background-color: #ECF7FF !important;
	padding-left: 10px;
}

.section-info thead {
	border-bottom: 2px solid  #07c;
}

.wp-block-table.is-style-stripes {
	border-bottom: none !important;
}

.footer-block .block-links a {
	font-size: 14px;
}

.section-steps .work-steps {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.section-steps .work-steps .step {
	width: 20%;
}

.section-steps .work-steps .step-description {
	display: inline-block;
	line-height: 18px;
}

.section-form>.container {
	background-color: #EFEFEF;
	border-radius: 5px;
	background-image: url("../img/offer-girl2.png");
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: 90%;
}

.section-form .title {
	display: inline-block;
	font-size: 26px;
	line-height: 28px;
	color: #252525;
}

.section-form .sub-title {
	display: inline-block;
	font-size: 18px;
	color: #8F8F8F;
}

.section-form .form-block {
	padding: 40px 30px;
}

.section-form .section-form-wrap {
	padding-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-form-wrap .input-text {
	width: 48%;
}

.section-form-wrap .input-text input {
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	padding: 0 20px;
}

.section-form-wrap .input-textarea {
	width: 100%;
	margin-bottom: 20px;
}

.section-form-wrap .input-submit {
	margin-left: auto;
	width: 48%;
}

.section-form-wrap .input-submit input {
	width: 100%;
	height: 50px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px;
	color: #252525;
	padding: 0 20px;
	background-color: #07c;
	cursor: pointer;
	border: none;
	color: #fff;
	font-weight: 700;
}

.section-form-wrap .input-textarea textarea {
	width: 100%;
	resize: none;
	height: 100px;
	border: 1px solid #C3C3C3;
	border-radius: 5px;
	padding: 10px 20px;
}

.section-contacts .contacts-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}

.contacts-wrap .item {
	width: 30%;
	position: relative;
	padding-left: 40px;
}

.contacts-wrap .item:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
}


.contacts-wrap .item:after {
	content: "";
	height: 100%;
	border-right: 1px solid #C6C6C6;
	position: absolute;
	top: 0;
	right: 0;
}

.contacts-wrap .item:last-child:after {
	display: none;
}

.contacts-wrap .item-phone:before {
	background-image: url("../img/icon-phone.svg");
}

.contacts-wrap .item-adrs:before {
	background-image: url("../img/icon-locate.svg");
}

.contacts-wrap .item-work:before {
	background-image: url("../img/icon-time.svg");
}

.contacts-wrap .item .item-title {
	display: block;
	margin-bottom: 5px;
    font-size: 16px;
    color: #666666;
}

.contacts-wrap .item .item-text {
	display: inline-block;
	font-weight: 700;
    line-height: 25px;
    font-size: 18px;
    color: #252525;
}

.footer .modal-btn {
	color: #6bf;
}

.block-info ul li {
	margin-bottom: 15px;
}

.block-info .order-status {
    position: relative;
    color: #fff;
    border: 1px solid #07c;
    padding: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-info .order-status:before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    background-image: url(../img/tool-blue.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 15px;
}

.block-info .order-status a {
    padding: 10px 15px 10px 35px;
    cursor: pointer;
    color: #bbb;
}

.block-info .order-status:hover {
    background-color: #07c;
}

.block-info .order-status:hover:before {
    background-image: url(../img/tool-white.svg);
}

.block-info .order-status:hover a {
    color: #fff;
}

.logo-item span {
	color: #bbb;
}

.logo-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.product-page {
	background-color: #F8F8F8;
}

.product-page-block {
	background-color: #fff;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	padding: 40px 20px;
	margin-bottom: 30px;
}

.sidebar-category .sidebar-card {
	padding: 0 10px 20px;
	background-color: #fff;
	border: 1px solid #D0D0D0;
	border-radius: 5px;
	margin-bottom: 30px;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-category .sidebar-card .card-img {
	height: 180px;
}

.sidebar-category .sidebar-card .card-img img{
	height: 100%;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.sidebar-category .sidebar-card .card-info .card-title {
    display: inline-block;
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sidebar-category .sidebar-card .card-info .card-description {
    font-size: 16px;
    line-height: 22px;
    color: #6b6b6b;
}

.sidebar-category .sidebar-card .card-link {
    background-color: #07c;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
    margin: 160px;
    margin: 0 auto;
}

.agree {
	display:none
}

@media only screen and (max-width: 991px) {
	.section-header .form-wrap {
		padding: 20px;
	}

	.form-wrap .form-text {
		font-size: 16px;
	}

	.section-order.dark-section .bg-img {
		padding-bottom: 60px;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.section-form>.container {
		background-image: none;
	}

	.section-steps .work-steps .step {
		width: 32%;
	}

	.contacts-wrap .item {
		width: 30%;
		position: relative;
		padding-left: 30px;
	}

	.contacts-wrap .item:before {
		width: 20px;
		height: 20px;
		top: 5px;
	}

	.contacts-wrap .item:after {

	}

	.contacts-wrap .item .item-title {
		margin-bottom: 5px;
	    font-size: 14px;
	    line-height: 16px;
	}

	.contacts-wrap .item .item-text {
	    line-height: 20px;
	    font-size: 14px;
	}

	.sidebar-category {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}

	.sidebar-category .sidebar-card {
	    width: 48%;
	}

}

@media only screen and (max-width: 767px) {
	.section-header img {
		display: none;
	}

	.section-header {
		padding-bottom: 30px;
	}

	.section-header .form-wrap {
		margin-top: 30px;
	}

	.section-order.dark-section .bg-img {
		padding-bottom: 0;
		background-image: none;
	}

	.section-steps .work-steps .step {
		width: 100%;
	}

	.section-contacts .contacts-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: flex-start;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.contacts-wrap .item {
		height: 80px;
		width: 100%;
		position: relative;
		padding-left: 30px;
	}

	.contacts-wrap .item:before {
		width: 20px;
		height: 20px;
		top: 5px;
	}

	.contacts-wrap .item:after {
		display: none;
	}

	.contacts-wrap .item .item-title {
		margin-bottom: 5px;
	    font-size: 14px;
	    line-height: 16px;
	}

	.contacts-wrap .item .item-text {
	    line-height: 20px;
	    font-size: 14px;
	}
}

@media only screen and (max-width: 575px) {
	.modal-form {
		max-width: 310px;
	}

	.section-form-wrap .input-text {
		width: 100%;
	}

	.section-form-wrap .input-submit {
		margin: 0;
		width: 100%;
	}

	.logo-item span {
		display: none;
	} 

	.sidebar-category .sidebar-card {
	    width: 100%;
	}
}

