/**
 * Theme Name: Onepress Child
 * Description: Onepress Child for AutoBan
 * Theme URI: https://web-host.in.ua
 * Author: Chmil
 * Author URI: https://web-host.in.ua
 * Template: onepress
 * Version: 1.0.0
 */
 
/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
body, button, input, select, textarea {
	color: #000 !important;
}
#main a {
    color: #000080 !important;
	text-decoration: none;
}
#main a:hover {
    color: #ff0000 !important;
}
.clear {
    width: 100%;
    clear: both;
}
.wp-caption-text {
    text-align: center;
}
.contact-info {
	clear: both;
	width: 100%;
	background: #f8f9f9;
}
.contact-info-left {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 5px;
}
.contact-info-right {
	width: 47%;
	float: right;
	padding-left: 5px;
	margin-right: 2%;
}
.contact-info-text {
	text-align: center;
	font-weight: 600;
	font-size: 2.5em;
}
.site-footer {
	background: #f8f9f9 !important;
}
.contact-info-right input[type=text] {
    box-sizing : border-box;
	width: 100%;
}
.contact-info-right input[type=email] {
    box-sizing : border-box;
	width: 100%;
}
.contact-info-right textarea[type=text] {
    box-sizing : border-box;
	width: 100%;
	height: 130px;
}
.contact-info-right a {
	float: right;
}
.g-recaptcha {
    float: left;
}
.btn-form {
    cursor: pointer;
    background: #ff0000;
    border: none;
    display: inline-block;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 15px 23px 15px 23px;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    margin: 3px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}
.btn-form:hover {
	color: #ff0000;
	background: #fff;
	border: 1px solid #ff0000;
	transition: 1s;
	box-shadow: 0 1px 4px #ff0000, -13px 0 10px -13px #ff0000, 13px 0 10px -13px #ff0000, 0 0 20px #ff0000 inset;
}
.btn-form:not(:hover) {
  transition: 1s;
}
.contact-info-right form {
    width: 600px;
}
.mess {
	text-align: center;
	font-weight: 600;
	font-size: 1.7em;
}
.red {
	color: #FF2D00;
	font-weight: 600;
}
.green {
	color: #61D600;
	font-weight: 600;
}
.result {
    float: left;
	clear: both;
}
.hero-custom {
    margin-top: 55px;
}
.hero-custom-text a:visited {
    color: #fff !important;
}
.hero-custom-caption {
    font-weight: 600;
    font-size: 2em;
}
.hero-custom-one {
	float: left;
    clear: both;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 30px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border: 3px solid #8B0000;
    font-weight: 600;
    border-color: #fff;
    margin-bottom: 10px;
}
.hero-custom-two {
	float: left;
    clear: both;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 30px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border: 3px solid #FFFF00;
    font-weight: 600;
    border-color: #fff;
    margin-bottom: 10px;
}
.hero-custom-three {
	float: left;
    clear: both;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 30px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    border: 3px solid #006400;
    font-weight: 600;
    border-color: #fff;
    margin-bottom: 10px;
}
.hero-custom-text {
	float: right;
	width: 82%;
	margin-top: 4%;
}
.hero-custom-text a {
	color: #fff;
	font-weight: 600;
}
.hero-custom-text a:hover {
	color: #03c4eb;
	text-decoration: none;
}
.hero-custom-text a:visited {
	color: #F7FE2E;
}
.hero__content p {
    font-weight: 600;
}
.hero-custom-text-one:hover {
	text-shadow:0 0 15px #8B0000, 0 0 10px #8B0000, 0 0 15px #8B0000;
	transition: 1s;
	color: #fff !important;
}
.hero-custom-text-two:hover {
	text-shadow:0 0 15px #FFFF00, 0 0 10px #FFFF00, 0 0 15px #FFFF00;
	transition: 1s;
	color: #fff !important;
}
.hero-custom-text-three:hover {
	text-shadow:0 0 15px #006400, 0 0 10px #006400, 0 0 15px #006400;
	transition: 1s;
	color: #fff !important;
}
.img-footer {
	text-align: center;
}
.block-cat {
    text-align: center;
}
.block-cat a {
	padding-top: 20px;
    display: block;
	font-weight: 600;
	height: 150px;
}
.block-cat p {
	color: #000;
}
.block-cat-b:hover .title3 {
	color: #ff0000;
	transition: 1s;
}
.block-cat-b:hover p {
	color: #ff0000;
	transition: 1s;
}
.block-cat-b:hover a {
	color: #ff0000;
	transition: 1s;
}
.block-cat-b {
	width: 30%;
	float: left;
	background-image: url(img/cat/b.png);
	background-size: 70px;
	background-repeat: no-repeat;
	background-position: 50% 5%;
    text-decoration: none;
	margin: 20px 1% 20px 1%;
	border: 2px solid #000;
	height: 160px;
	border-radius: 8px;
	padding: 2%;
}
.block-cat-b:hover {
	background-image: url(img/cat/b-color.png);
	border: 2px solid #ff0000;
	transition: 1s;
	box-shadow: 0 1px 4px #ff0000, -13px 0 10px -13px #ff0000, 13px 0 10px -13px #ff0000, 0 0 20px #ff0000 inset;
}
.block-cat-b:not(:hover) {
  transition: 1s;
}
.block-cat-b-c-c1 {
	width: 30%;
	float: left;
	background-image: url(img/cat/b-c-c1.png);
	background-size: 210px;
	background-repeat: no-repeat;
	background-position: 50% 5%;
    text-decoration: none;
	margin: 20px 1% 20px 1%;
	border: 2px solid #000;
	height: 160px;
	border-radius: 8px;
	padding: 2%;
}
.block-cat-b-c-c1:hover {
	background-image: url(img/cat/b-c-c1-color.png);
	border: 2px solid #ff0000;
	transition: 1s;
	box-shadow: 0 1px 4px #ff0000, -13px 0 10px -13px #ff0000, 13px 0 10px -13px #ff0000, 0 0 20px #ff0000 inset;
}
.block-cat-b-c-c1:not(:hover) {
  transition: 1s;
}
.block-cat-b-c-c1:hover .title3 {
	color: #ff0000;
	transition: 1s;
}
.block-cat-b-c-c1:hover p {
	color: #ff0000;
	transition: 1s;
}
.block-cat-b-c-c1:hover a {
	color: #ff0000;
	transition: 1s;
}
.block-cat-b-c {
	width: 30%;
	float: left;
	background-image: url(img/cat/b-c.png);
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: 50% 5%;
    text-decoration: none;
	margin: 20px 1% 20px 1%;
	border: 2px solid #000;
	height: 160px;
	border-radius: 8px;
	padding: 2%;
}
.block-cat-b-c:hover {
	background-image: url(img/cat/b-c-color.png);
	border: 2px solid #ff0000;
	transition: 1s;
	box-shadow: 0 1px 4px #ff0000, -13px 0 10px -13px #ff0000, 13px 0 10px -13px #ff0000, 0 0 20px #ff0000 inset;
}
.block-cat-b-c:not(:hover) {
  transition: 1s;
}
.block-cat-b-c:hover .title3 {
	color: #ff0000;
	transition: 1s;
}
.block-cat-b-c:hover p {
	color: #ff0000;
	transition: 1s;
}
.block-cat-b-c:hover a {
	color: #ff0000;
	transition: 1s;
}
.block-cat-d-d1 {
	width: 30%;
	float: left;
	background-image: url(img/cat/d-d1.png);
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: 50% 5%;
    text-decoration: none;
	margin: 20px 1% 20px 1%;
	border: 2px solid #000;
	height: 160px;
	border-radius: 8px;
	padding: 2%;
}
.block-cat-d-d1:hover {
	background-image: url(img/cat/d-d1-color.png);
	border: 2px solid #ff0000;
	transition: 1s;
	box-shadow: 0 1px 4px #ff0000, -13px 0 10px -13px #ff0000, 13px 0 10px -13px #ff0000, 0 0 20px #ff0000 inset;
}
.block-cat-d-d1:not(:hover) {
  transition: 1s;
}
.block-cat-d-d1:hover .title3 {
	color: #ff0000;
	transition: 1s;
}
.block-cat-d-d1:hover p {
	color: #ff0000;
	transition: 1s;
}
.block-cat-d-d1:hover a {
	color: #ff0000;
	transition: 1s;
}
.block-cat-be {
	width: 30%;
	float: left;
	background-image: url(img/cat/be.png);
	background-size: 110px;
	background-repeat: no-repeat;
	background-position: 50% 5%;
    text-decoration: none;
	margin: 20px 1% 20px 1%;
	border: 2px solid #000;
	height: 160px;
	border-radius: 8px;
	padding: 2%;
}
.block-cat-be:hover {
	background-image: url(img/cat/be-color.png);
	border: 2px solid #ff0000;
	transition: 1s;
	box-shadow: 0 1px 4px #ff0000, -13px 0 10px -13px #ff0000, 13px 0 10px -13px #ff0000, 0 0 20px #ff0000 inset;
}
.block-cat-be:not(:hover) {
  transition: 1s;
}
.block-cat-be:hover .title3 {
	color: #ff0000;
	transition: 1s;
}
.block-cat-be:hover p {
	color: #ff0000;
	transition: 1s;
}
.block-cat-be:hover a {
	color: #ff0000;
	transition: 1s;
}
.block-cat-ce {
	width: 30%;
	float: left;
	background-image: url(img/cat/ce.png);
	background-size: 125px;
	background-repeat: no-repeat;
	background-position: 50% 5%;
    text-decoration: none;
	margin: 20px 1% 20px 1%;
	border: 2px solid #000;
	height: 160px;
	border-radius: 8px;
	padding: 2%;
}
.block-cat-ce:hover {
	background-image: url(img/cat/ce-color.png);
	border: 2px solid #ff0000;
	transition: 1s;
	box-shadow: 0 1px 4px #ff0000, -13px 0 10px -13px #ff0000, 13px 0 10px -13px #ff0000, 0 0 20px #ff0000 inset;
}
.block-cat-ce:not(:hover) {
	transition: 1s;
}
.block-cat-ce:hover .title3 {
	color: #ff0000;
	transition: 1s;
}
.block-cat-ce:hover p {
	color: #ff0000;
	transition: 1s;
}
.block-cat-ce:hover a {
	color: #ff0000;
	transition: 1s;
}

.block-cat-be-ce {
	width: 400px;
	float: left;
	background-image: url(img/cat/be-ce.png);
	background-size: 250px;
	background-repeat: no-repeat;
	background-position: 50% 5%;
    text-decoration: none;
	margin: 20px 1% 20px 1%;
	border: 2px solid #000;
	height: 160px;
	border-radius: 8px;
	padding: 2%;
	margin-left: 140px;
}
.block-cat-be-ce:hover {
	background-image: url(img/cat/be-ce-color.png);
	border: 2px solid #ff0000;
	transition: 1s;
	box-shadow: 0 1px 4px #ff0000, -13px 0 10px -13px #ff0000, 13px 0 10px -13px #ff0000, 0 0 20px #ff0000 inset;
}
.block-cat-be-ce:not(:hover) {
	transition: 1s;
}
.block-cat-be-ce:hover .title3 {
	color: #ff0000;
	transition: 1s;
}
.block-cat-be-ce:hover p {
	color: #ff0000;
	transition: 1s;
}
.block-cat-be-ce:hover a {
	color: #ff0000;
	transition: 1s;
}
.block-cat-be-ce-d1-d {
	width: 400px;
	float: right;
	background-image: url(img/cat/be-ce-d1-d.png);
	background-size: 350px;
	background-repeat: no-repeat;
	background-position: 50% 5%;
    text-decoration: none;
	margin: 20px 1% 20px 1%;
	border: 2px solid #000;
	height: 160px;
	border-radius: 8px;
	padding: 2%;
	margin-right: 140px;
}
.block-cat-be-ce-d1-d:hover {
	background-image: url(img/cat/be-ce-d1-d-color.png);
	border: 2px solid #ff0000;
	transition: 1s;
	box-shadow: 0 1px 4px #ff0000, -13px 0 10px -13px #ff0000, 13px 0 10px -13px #ff0000, 0 0 20px #ff0000 inset;
}
.block-cat-be-ce-d1-d:not(:hover) {
	transition: 1s;
}
.block-cat-be-ce-d1-d:hover .title3 {
	color: #ff0000;
	transition: 1s;
}
.block-cat-be-ce-d1-d:hover p {
	color: #ff0000;
	transition: 1s;
}
.block-cat-be-ce-d1-d:hover a {
	color: #ff0000;
	transition: 1s;
}
.title3 {
	font-size: 1.5em;
	text-decoration: none;
	color: #000;
}
#height-210 {
	height: 250px;
}
.social-footer {
	width: 100%
}
.social-footer-block {
	width: 33.3%;
	text-align: center;
	float: left;
	color: #fff;
}
.social-footer-block a {
	color: #fff !important;
}
.social-footer-block a:hover {
	color: #ff0000 !important;
}
.contact-tel-em {
    width: 100%;
}
.contact-tel-em a {
    color: #fff !important;
}
.contact-tel-em a:hover {
    color: #ff0000 !important;
}
.c-t-e-l {
    float: left;
    width: 14%;
	clear: right;
}
.c-t-e-r {
    width: 86%;
    float: right;
}
.c-m-l {
    float: left;
    width: 15%;
	clear: right;
}
.c-m-r {
    width: 85%;
    float: right;
	color: #fff;
}
#color-white a {
	color: #fff !important;
}
.main-first {
    padding: 50px 150px;
    width: 100%;
    text-align: justify;
}
.main-two {
	width: 100%;
	background: #f8f9f9;
	padding: 10px;
}
.main-two-left {
	width: 50%;
	float: left;
	text-align: right;
}
.main-two-right {
	width: 49.5%;
	float: right;
	text-align: left;
	font-weight: 600;
	display: block;
	z-index: 1000;
}
.main-two-right a {
	z-index: 1000;
}
.main-two h2,h3 {
	text-align: center;
}
.main-two-dec-50-left {
	float: left;
	width: 50%;
	padding-left: 15%;
}
.main-two-dec-50-right {
	float: right;
	width: 50%;
	padding-right: 15%;
}
.main-dec-img {
	height: 30px;
}
.p-50-150 {
	padding: 50px 150px;
}
.main-two-caption {
	margin-top: 30px;
	text-align: center;
}
.bgr-black {
    background: #050505;
}
.section-padding {
    padding: 1.375rem 0px !important;
}
.main-form-zam {
    width: 100%;
}
.custom-main-form {
	width: 300px;
	margin: 0 auto;
}
.float-unset {
	float: unset !important;
}
.main-form {
    width: 300px;
    display: contents;
}
.w-thr {
	width: 300px;
}
.dop-res {
	text-align: center !important;
	float: unset !important;
}
/*.main-two a {
	padding-top: 50px;
    display: block;
    font-weight: 600;
    height: 160px;
}
.img-obtekanie {
	float: left;
}*/
/*modal window call back form*/
/*buttom*/
.call-back-btn {
    text-align: center;
    position: absolute;
    right: 5px;
    top: 250px;
	font-weight: 600;
	height: 90px;
	border-radius: 4px;
	z-index: 10000;
}
.call-back-btn a {
	display: block;
	color: #FF0000;
	padding: 10px;
}
.call-back-btn a:hover {
	text-shadow:0 0 8px #8B0000, 0 0 5px #8B0000, 0 0 8px #8B0000;
	transition: 1s;
	color: #fff !important;
	text-decoration: none;
}
.call-back-btn a:not(:hover) {
  transition: 1s;
}
/*buttom*/
.open_modal {
    position: fixed;
    right: 5px;
    cursor: pointer;
    width: 100px;
    height: 112px;
}
.price {
    position: fixed;
    right: 20px;
    bottom: 80px;
    cursor: pointer;
    width: 90px;
}
input,
textarea {
    padding: 5px 8px;
    border: 1px solid #84898b;
    display: block;
    margin-top: 6px;
    color: #b1b7ba;
    font: 12px/18px Verdana, Arial, sans-serif;
}
input[type="submit"] {
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    margin-top: 6px;
    background: #337ab7;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 4px;
    height: 30px;
    margin: 0 auto;
}
input[type="submit"]:disabled{
    opacity: .3;
}
.open_modal p {
    background: #ee7156;
    border-radius: 5px;
    padding: 2px 44px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 0 0 -50%;
    display: block;
    width: 225px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup, .popup2{
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.popup form {
    padding: 0 27px 20px;
    right: 0;
    width: 280px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #FF0000;
    border-top: 40px solid #FF0000;
}
.popup2 .window {
    padding: 0 27px 27px;
    right: 0;
    width: 373px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #FF0000;
    border-top: 40px solid #FF0000;
}
.popup form input {
    background: #f0f5f7;
    margin-top: 8px;
    width: 227px;
}
.popup form input[name="txtname"]{
    margin-top: 20px;
}
.popup form textarea {
    background: #f0f5f7;
    margin-top: 8px;
    width: 227px;
    height: 100px;
    resize: none;
}
.popup form label{
    width: 100%;
    height: 20px;
    display: block;
    margin: 8px -2px;
    padding: 0;
}
.popup form input[type="submit"] {
    background: #337ab7;
    text-align: center;
    text-transform: uppercase;
	padding: unset;
}
.popup form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left;
}
.popup .head-popup {
    position: absolute;
    top: 5px;
    left: 29px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.popup .close_modal,
.popup2 .close_modal  {
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: #15183a;
    text-align: center;
}
.popup2 .head-popup {
position: absolute;
    top: 5px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    width: 85%;
    text-align: center;
}
.popup2 p {
	font-family: verdana;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #000;
}
.popup2 p strong{
	font-size: 26px;
	line-height: 90px;
	font-weight: normal;
	display: block;
}
.popup2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}
/*modal window call back form*/
.breadcrumbs a:before {
    display: none !important;
}
.btn-price {
    text-align: center;
    /*bottom: 50px;*/
    margin-bottom: 50px;
}
#primary {
    padding-bottom: unset !important;
}
.img-pro-nas {
    width: 100%;
    clear: both;
}
.img-pro-nas-left {
    width: 47%;
    float: left;
    text-align: right;
}
.img-pro-nas-right {
    width: 47%;
    float: right;
    text-align: right;
}
.gallery-item {
    margin-bottom: 10px;
}
#gallery-2 .attachment-thumbnail {
	transition: 1s;
}
#gallery-2 .attachment-thumbnail:hover {
	transform: scale(1.2);
	border-color: #03c4eb;
	border: 2px solid;
	cursor: pointer;
}
.col-md-12.col-lg-6 {
    text-align: center;
}
.mapadap{
    overflow:hidden;
    padding-bottom:78%;
    position:relative;
    height:0;
}
.mapadap iframe{
    right: 0;
    top: 0;
    height: 550px;
    width: 650px;
    position: absolute;
}
.current-menu-item {
	border-top: 1px solid #e9e9e9;
	padding: 8px 18px;
	color: #999999;
	font-size: 13px;
	text-transform: none;
	background: #ffffff;
	letter-spacing: 0;
}
.acatsii-front-page {
    color: #ff0202;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    margin-bottom: 15px;
}
.current_page_item {
    bottom: 2px;
	padding: 8px 18px;
}
span.cur-nav-men {
    font-weight: 600;
    color: #ff0202;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 8px 18px;
}
@media (max-width: 1310px) {
	#main {
		margin: 0 55px;
	}
	.title3 {
		font-size: 1.3em;
	}
}
@media (max-width: 1250px) {
	form {
		width: 570px !important;
	}
}
@media (max-width: 1240px) {
	.block-cat a {
		padding-top: 25px;
	}
	.block-cat-b {
		background-position: 50% 8%;
	}
	.block-cat-b-c-c1 {
		background-position: 50% 4%;
	}
	.block-cat-b-c {
		background-position: 50% 4%;
	}
	.block-cat-d-d1 {
		background-position: 50% 4%;
	}
	.block-cat-be {
		background-position: 50% 4%;
	}
	.block-cat-ce {
		background-position: 50% 4%;
	}
	.block-cat-be-ce {
		background-position: 50% 4%;
	}
	.block-cat-be-ce-d1-d {
		background-position: 50% 4%;
	}
}
@media (max-width: 1199px) {
	.container {
		width: 1140px !important;
	}
	form {
		width: 540px !important;
	}
}
@media (max-width: 1160px) {
	.container {
		width: 1100px !important;
	}
	.contact-info-left {
		width: 100%;
	}
	.contact-info-right {
		width: 100%;
		float: unset;
		padding-left: unset;
		margin-right: unset;
	}
	.mapadap iframe {
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
	}
	form {
		margin: 0 auto;
	}
	.block-cat-b {
		width: 46%;
		margin: 20px 1% 20px 3%;
	}
	.block-cat-b-c-c1 {
		width: 46%;
		margin: 20px 1% 20px 3%;
	}
	.block-cat-b-c {
		width: 46%;
		margin: 20px 1% 20px 3%;
	}
	.block-cat-d-d1 {
		width: 46%;
		margin: 20px 1% 20px 3%;
	}
	.block-cat-be {
		width: 46%;
		margin: 20px 1% 20px 3%;
	}
	.block-cat-ce {
		width: 46%;
		margin: 20px 1% 20px 3%;
	}
	.block-cat-be-ce {
		width: 46%;
		margin: 20px 1% 20px 3%;
	}
	.block-cat-be-ce-d1-d {
		width: 46%;
		margin: 20px 1% 20px 3%;
	}
}
@media (max-width: 1080px) {
	#footer-1 {
		-webkit-box-flex: 0;
		flex: 0 0 33%;
		max-width: 33%;
	}
	#footer-2 {
		-webkit-box-flex: 0;
		flex: 0 0 33%;
		max-width: 33%;
	}
	#footer-3 {
		-webkit-box-flex: 0;
		flex: 0 0 33%;
		max-width: 33%;
	}
	#footer-4 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.msl {
		width: 5%;
		padding-top: 1px;
	}
	.msl .social-footer-block {
		text-align: left;
	}
	.msr {
		width: 94%;
		padding-top: 9px;
	}
}
@media (max-width: 1060px) {
	.main-two-dec-50-left {
		padding-left: 10%;
	}
	.main-two-dec-50-right {
		padding-right: 10%;
	}
}
@media (max-width: 991px) {
	.hero-custom {
		margin-top: unset;
	}
	hr {
		width: 90%;
	}
	.hero-custom-one {
		margin-left: 25%;
	}
	.hero-custom-two {
		margin-left: 25%;
	}
	.hero-custom-three {
		margin-left: 25%;
	}
	.hero-custom-text {
		width: 68%;
		text-align: left;
		margin-top: 2%;
	}
	.main-first {
		padding: 30px 100px;
	}
	.p-50-150 {
		padding: 30px 100px;
	}
	.open_modal {
		right: 1px;
		width: 80px;
		height: 89.6px;
		font-size: 0.9em;
	}
	#height-210 {
		height: 180px;
	}
	/*.row {
		margin-right: unset;
		margin-left: unset;
}*/
}
@media (max-width: 880px) {
	.call-back-btn a {
		font-size: 0.8em;
	}
	
	.main-two-dec-50-left {
		padding-left: 7%;
	}
	.main-two-dec-50-right {
		padding-right: 7%;
	}
	.p-50-150 {
		padding: 40px 100px;
	}
	.main-first {
		padding: 40px 100px;
	}
}
@media (max-width: 856px) {
	.hero-custom-one {
		margin-left: 25%;
	}
	.hero-custom-two {
		margin-left: 25%;
	}
	.hero-custom-three {
		margin-left: 25%;
	}
	.hero-custom-text {
		width: 65%;
	}
	.main-two-dec-50-left {
		padding-left: 2%;
	}
	.main-two-dec-50-right {
		padding-right: 2%;
	}
}
@media (max-width: 810px) {
	#footer-1 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#footer-2 {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#footer-3 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#footer-4 {
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.msl .social-footer-block {
		display: none;
	}
	.social-footer {
		width: 30%;
		margin: 0 auto;
	}
}
@media (max-width: 750px) {
	.p-50-150 {
		padding: 20px 70px;
	}
	.main-first {
		padding: 20px 70px;
	}
	.main-two-dec-50-left {
		padding-left: unset;
		width: 100%;
	}
	.main-two-dec-50-right {
		padding-right: unset;
		width: 100%;
	}
	.block-cat-b {
		width: 300px;
		height: 130px;
		margin: 0 25% 10px 25%;
	}
	.block-cat-b-c-c1 {
		width: 300px;
		height: 130px;
		margin: 0 25% 10px 25%;
	}
	.block-cat-b-c {
		width: 300px;
		height: 130px;
		margin: 0 25% 10px 25%;
	}
	.block-cat-d-d1 {
		width: 300px;
		height: 130px;
		margin: 0 25% 10px 25%;
	}
	.block-cat-be {
		width: 300px;
		height: 130px;
		margin: 0 25% 10px 25%;
	}
	.block-cat-ce {
		width: 300px;
		height: 130px;
		margin: 0 25% 10px 25%;
	}
	.block-cat-be-ce {
		width: 300px;
		height: 130px;
		margin: 0 25% 10px 25%;
	}
	.block-cat-be-ce-d1-d {
		width: 300px;
		height: 130px;
		margin: 0 25% 10px 25%;
		background-size: 90%;
	}
	#height-210 {
		height: 160px;
	}
}
@media (max-width: 720px) {
	.block-cat-b {
		margin: 0 24% 10px 24%;
	}
	.block-cat-b-c-c1 {
		margin: 0 24% 10px 24%;
	}
	.block-cat-b-c {
		margin: 0 24% 10px 24%;
	}
	.block-cat-d-d1 {
		margin: 0 24% 10px 24%;
	}
	.block-cat-be {
		margin: 0 24% 10px 24%;
	}
	.block-cat-ce {
		margin: 0 24% 10px 24%;
	}
	.block-cat-be-ce {
		margin: 0 24% 10px 24%;
	}
	.block-cat-be-ce-d1-d {
		margin: 0 24% 10px 24%;
		background-size: 90%;
	}
}
@media (max-width: 685px) {
	.block-cat-b {
		margin: 0 22% 10px 22%;
	}
	.block-cat-b-c-c1 {
		margin: 0 22% 10px 22%;
	}
	.block-cat-b-c {
		margin: 0 22% 10px 22%;
	}
	.block-cat-d-d1 {
		margin: 0 22% 10px 22%;
	}
	.block-cat-be {
		margin: 0 22% 10px 22%;
	}
	.block-cat-ce {
		margin: 0 22% 10px 22%;
	}
	.block-cat-be-ce {
		margin: 0 22% 10px 22%;
	}
	.block-cat-be-ce-d1-d {
		margin: 0 22% 10px 22%;
		background-size: 90%;
	}
}
@media (max-width: 600px) {
	.hero-custom-one {
		margin-left: 15%;
	}
	.hero-custom-two {
		margin-left: 15%;
	}
	.hero-custom-three {
		margin-left: 15%;
	}
	.hero-custom-text {
		width: 70%;
	}
	.block-cat-b {
		margin: 0 15% 10px 15%;
	}
	.block-cat-b-c-c1 {
		margin: 0 15% 10px 15%;
	}
	.block-cat-b-c {
		margin: 0 15% 10px 15%;
	}
	.block-cat-d-d1 {
		margin: 0 15% 10px 15%;
	}
	.block-cat-be {
		margin: 0 15% 10px 15%;
	}
	.block-cat-ce {
		margin: 0 15% 10px 15%;
	}
	.block-cat-be-ce-d1-d {
		margin: 0 15% 10px 15%;
		background-size: 90%;
	}
}
@media (max-width: 580px) {
	#footer-1 {
		text-align: center;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#footer-2 {
		text-align: center;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 10px;
	}
	#footer-3 {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 10px;
	}
	#footer-4 {
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.c-t-e-l .social-footer-block {
		display: none;
	}
	.container {
		width: unset !important;
	}
	.c-t-e-r {
		width: 100%;
	}
	.c-m-l {
		display: none;
	}
	.c-m-r {
		width: 100%;
	}
	
	.p-50-150 {
		padding: 10px 10px;
	}
	.main-first {
		padding: 10px 10px;
	}
	.call-back-btn {
		top: 150px;
	}
	
	.open_modal {
		width: 60px;
		height: 69px;
		font-size: 0.8em;
	}
	.block-cat-b {
		margin: 0 10% 10px 10%;
	}
	.block-cat-b-c-c1 {
		margin: 0 10% 10px 10%;
	}
	.block-cat-b-c {
		margin: 0 10% 10px 10%;
	}
	.block-cat-d-d1 {
		margin: 0 10% 10px 10%;
	}
	.block-cat-be {
		margin: 0 10% 10px 10%;
	}
	.block-cat-ce {
		margin: 0 10% 10px 10%;
	}
	.block-cat-be-ce {
		margin: 0 10% 10px 10%;
	}
	.block-cat-be-ce-d1-d {
		margin: 0 20% 10px 10%;
		background-size: 90%;
	}
}
@media (max-width: 540px) {
	form {
		width: 470px !important;
	}
}
@media (max-width: 510px) {
	.block-cat-b {
		margin: 0 5% 10px 5%;
	}
	.block-cat-b-c-c1 {
		margin: 0 5% 10px 5%;
	}
	.block-cat-b-c {
		margin: 0 5% 10px 5%;
	}
	.block-cat-d-d1 {
		margin: 0 5% 10px 5%;
	}
	.block-cat-be {
		margin: 0 5% 10px 5%;
	}
	.block-cat-ce {
		margin: 0 5% 10px 5%;
	}
	.block-cat-be-ce {
		margin: 0 5% 10px 5%;
	}
	.block-cat-be-ce-d1-d {
		margin: 0 5% 10px 5%;
		background-size: 90%;
	}
}
@media (max-width: 480px) {
	#main {
		margin: 0 25px;
	}
	.block-cat-b {
		margin: 0 10% 10px 10%;
	}
	.block-cat-b-c-c1 {
		margin: 0 10% 10px 10%;
	}
	.block-cat-b-c {
		margin: 0 10% 10px 10%;
	}
	.block-cat-d-d1 {
		margin: 0 10% 10px 10%;
	}
	.block-cat-be {
		margin: 0 10% 10px 10%;
	}
	.block-cat-ce {
		margin: 0 10% 10px 10%;
	}
	.block-cat-be-ce {
		margin: 0 10% 10px 10%;
	}
	.block-cat-be-ce-d1-d {
		margin: 0 7% 2%;
		background-size: 90%;
	}
}
@media (max-width: 470px) {
	.social-footer {
		width: 100%;
	}
	.hero-custom-one {
		margin-left: 5%;
	}
	.hero-custom-two {
		margin-left: 5%;
	}
	.hero-custom-three {
		margin-left: 5%;
	}
	.hero-custom-text {
		width: 75%;
	}
	form {
		width: 360px !important;
	}
}
@media (max-width: 435px) {
	#main {
		margin: 0 15px;
	}
	.block-cat-b {
		margin: 0 5% 10px 5%;
	}
	.block-cat-b-c-c1 {
		margin: 0 5% 10px 5%;
	}
	.block-cat-b-c {
		margin: 0 5% 10px 5%;
	}
	.block-cat-d-d1 {
		margin: 0 5% 10px 5%;
	}
	.block-cat-be {
		margin: 0 5% 10px 5%;
	}
	.block-cat-ce {
		margin: 0 5% 10px 5%;
	}
	.block-cat-be-ce {
		margin: 0 5% 10px 5%;
	}
	.block-cat-be-ce-d1-d {
		margin: 0 2% 10px 5%;
	}
}
@media (max-width: 380px) {
	#main {
		margin: 0 5px;
	}
	.block-cat-b {
		margin: 0 2% 10px 2%;
	}
	.block-cat-b-c-c1 {
		margin: 0 2% 10px 2%;
	}
	.block-cat-b-c {
		margin: 0 2% 10px 2%;
	}
	.block-cat-d-d1 {
		margin: 0 2% 10px 2%;
	}
	.block-cat-be {
		margin: 0 2% 10px 2%;
	}
	.block-cat-ce {
		margin: 0 2% 10px 2%;
	}
	.block-cat-be-ce {
		margin: 0 2% 10px 2%;
	}
	.block-cat-be-ce-d1-d {
		margin: 0 0 10px 2%;
	}
}
@media (max-width: 360px) {
	.hero-custom-one {
		display: none;
	}
	.hero-custom-two {
		display: none;
	}
	.hero-custom-three {
		display: none;
	}
	.hero-custom-text {
		width: 100%;
		padding: 0 15px 0 15px;
		text-align: center;
	}
	form {
		width: 290px !important;
	}
}
@media (max-width: 290px) {
	form {
		width: 240px !important;
	}
	#main {
		margin: 0;
	}
	.block-cat-b {
		margin: 0 2px 5px 2px;
	}
	.block-cat-b-c-c1 {
		margin: 0 2px 5px 2px;
	}
	.block-cat-b-c {
		margin: 0 2px 5px 2px;
	}
	.block-cat-d-d1 {
		margin: 0 2px 5px 2px;
	}
	.block-cat-be {
		margin: 0 2px 5px 2px;
	}
	.block-cat-ce {
		margin: 0 2px 5px 2px;
	}
	.block-cat-be-ce {
		margin: 0 2px 5px 2px;
	}
	.block-cat-be-ce-d1-d {
		margin: 0 2px 5px 2px;
	}
}