body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

a {
	text-decoration: none;
	color: #448e00;
	transition: 0.3s;
}

img {
	max-width: 100%;
	height: auto;
}

.main_body {
    margin-left: auto;
    margin-right: auto;
}

.body_all {
	border: 0px solid #bdbdbd;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer_pos {
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url(/templates/jblank/images/bg_footer.jpg);
    background-image: linear-gradient(270deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(/templates/jblank/images/bg_footer.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.main_body ul.mod-menu {
    margin: 0px;
    padding: 0px;
	list-style: none;
	text-align: center;
}

.main_body ul.mod-menu li {
    display: inline-block;
    vertical-align: top;
}

.main_body ul.mod-menu li a {
    display: block;
	border-bottom: 1px dashed #ccc;
    text-transform: uppercase;
}

.main_body ul.mod-menu li a:hover, .main_body ul.mod-menu li.active a {
	border-bottom: 1px dashed #888;
	color: #356f00;
}

.div_inline {
    display: inline-block;
    vertical-align: top;
}

.left_col .moduletable {
    width: 270px;
    margin-right: 10px;
}

#back-top {
    position: fixed;
    bottom: 10px;
    left: 10px;
    margin: 0px;
}

#back-top a {
        background: url('/templates/jblank/images/top.png') no-repeat;
        width: 36px;
        height: 36px;
        display: block;
        margin-bottom: 7px;
        background-size: contain;
}

.cont_head {
	font-size: 18px;
}

.cont_head .fa {
	min-width: 20px;
	text-align: center;
}

.externbootstrap_wrapp .down-click {
	margin-right: 10px;
}

.owl-nav i {
	font-size: 35px;
}

.jscat-and-prod {
	padding-left: 15px;
}

#error_inlineContent_minicart_cart_view, #delete_inlineContent_minicart_cart_view {
	display: none;
}

.center_footer {
	text-align: center;
}

.footer_pos p {
	margin: 0px;
}

.header {
	text-align: center;
	background: #fff;
}

/* adaptive menu */
.menu-toggle {
	cursor: pointer;
    font-size: 19px;
    transition: all .3s ease-in-out;
    background: #3eab42;
    color: #fff;
    padding: 5px 15px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .menu-toggle p {
	  margin: 0px;
  }

  .hidden-panel {
	background: #333;
	color: #666;
	font-size: 0.875rem;
	height: 100%;
	position: fixed;
	right: -250px;
	top: 0;
	width: 250px;
	transition: all 0.3s ease-in-out;
	z-index: 1005;
  }

  .hidden-panel.open {
	right: 0px;
  }

.menu_main_p .fa-times {
	display: none;
}

.close_panel i {
	cursor: pointer;
    font-size: 30px;
    float: right;
	color: #adadad;
	transition: 0.3s;
	position: relative;
    z-index: 10;
}

ul.mod-menu {
	list-style: none;
	padding-left: 20px;
	padding-right: 20px;
}

ul.mod-menu a {
    font-size: 20px;
    color: #dadada;
    font-weight: 300;
    margin-bottom: 15px;
    display: block;
}

ul.mod-menu a:hover, .close_panel i:hover {
	color: green;
}

.menu_main_p:hover {
	color:#f00;
}

.vis_sloi {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
    z-index: 1000;
    top: 0px;
}
/* adaptive menu (The End) */

.qf3form.example2 {
	font-size: 17px;
}

.qfajaxtitle {
	display: none;
}

.qfajaxres.qfmessage {
	border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.qf3form.example2 .qf3label {
	padding-left: 5px;
    padding-bottom: 4px;
}

.desctop_menu ._menu ul li ul {
	display: none;
	position: absolute;
}

.desctop_menu ._menu ul li ul a {
	font-size: 15px;
    text-transform: none;
    line-height: 17px;
    margin: 5px 11px;
    padding: 5px 5px;
}

.desctop_menu ._menu > ul > li:hover > ul {
	display: -webkit-box;
    display: -ms-flexbox;
    -webkit-animation: contentShow-data-v-23ecec19 .2s ease-in-out both;
    animation: contentShow-data-v-23ecec19 .2s ease-in-out both;
    background: #0c1a4c;
    text-align: left;
    width: 250px;
	border-radius: 10px;
    padding: 5px 5px;
}

.center_top_head .mod-custom p {
	display: inline-block;
    vertical-align: middle;
}

.whatsapp a {
	color: #0dc143;
}

.telega a {
	color: #8774e1;
}

.call_button {
	font-size: 15px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 7px 12px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
	transition: 0.3s;
}

.call_button:hover {
	background: #ebebeb;
}

.header p {
	margin: 0px;
}

.header {
	box-shadow: 0px 0px 3px #ccc;
    position: sticky;
    top: 0px;
	z-index: 12;
}

.right_top_head a {
	color: #3d3b40;
}

.ab_ab ul {
	margin: 0px;
    padding: 0px;
    list-style: none;
}

.ab_ab ul ul {
	margin-left: 15px;
}

.moduletable > h3, .block_3 h3 {
    font-weight: 700;
    font-family: "Open Sans";
}

div.head_frm, div.dop_title_frm {
	margin: 0px;
}

.form_head p {
	margin: 0px;
}

.ab_ab {
	color: #fff;
}

.ba-form-acceptance-field label.ba-form-checkbox > span {
	border: 2px solid rgb(147 147 147) !important;
}

.ab_ab > h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.ab_ab > h3, .ab_ab i {
	color: #b3ff8d;
}

.ab_ab li {
    margin: 9px 0px;
}

.head_frm h1 {
	font-size: 25px;
    font-family: "Open Sans";
}

.bl_2 ul {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}

.bl_2 li:hover i {
	outline: 10px solid #ccc;
}

.block_3 .moduletable {
	margin-top: 65px;
	margin-bottom: 65px;
}

.block_3 .moduletable img {
	border-radius: 10px;
}

.block_3 .moduletable .mod-custom {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left_brd {
	border-left: 10px solid #cfcb4b;
    padding-left: 20px;
}

.right_brd {
	border-right: 10px solid #cfcb4b;
    padding-right: 20px;
}

.btn_raschet {
	display: block;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    background: #ff735e;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.left_brd .btn_raschet {
	margin-left: auto;
}

.block_4 {
	padding: 60px 20px;
    background: #3d3b40;
}

.osgalery-cat-tabs {
	display: none;
}

[class^=os-gallery-tabs-main] img {
	border-radius: 5px;
}

.etaps ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img_blx img {
	margin-top: 40px;
	border-radius: 10px;
}

.rukovod {
	position: relative;
}

.left_brdx p {
	margin: 0px;
}

.rukovod .wa a {
	color: #fff;
}

.rukovod .wa {
	text-align: center;
    background: #08a738;
    margin-top: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.rukovod .wa:hover {
	background: #0dc143
}

.footer_pos .main_body {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.footer_bl p {
	margin: 35px 0px;
}

.footer_bl {
	color: #c4c6c1;
}

.author_iv {
	font-size: 13px;
    opacity: 0.6;
}

.footer_pos {
	position: relative;
}

.footer_pos:before, .block_4::before {
	content: "";
    position: absolute;
    z-index: 2;
    left: 0px;
    top: -2px;
    width: 100%;
    height: 48px;
    background: url(/templates/jblank/images/bg_f2.svg);
    background-size: cover;
}

.block_1, .block_4 {
	position: relative;
}

.block_1::after, .block_4::after {
	content: "";
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 48px;
    background: url(/templates/jblank/images/bg_f2_r.svg);
    background-size: cover;
}

.block_5 {
	padding-top: 45px;
}

.newton-wrapper2 {
	z-index: 12;
}

@media (min-width: 1200px) {
    .main_body {
        width: 1200px;
    }

	.content_col {
		width: 100%;
	}

	.center_footer {
		margin-left: 300px;
    	margin-right: 300px;
	}

	.right_footer {
		float: right;
		margin-top: 9px;
	}

	.left_footer {
		float: left;
	}
	
	.main_body ul.mod-menu li a {
        margin: 10px;
	    padding: 10px;
	}
	
	.mobile_menu, .mobile_b {
        display: none;
    }

	.top_head {
		display: table;
		width: 100%;
	}

	.top_head > div {
		display: table-cell;
		vertical-align: middle;
	}

	.logo {
		text-align: left;
	}

	.center_top_head {
		text-align: right;
	}

	.right_top_head {
		width: 200px;
	}

	.block_1 .moduletable {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}

	.block_3 .mod-custom > div {
		width: 48%;
	}

	.block_2 .moduletable {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}

	.img_blx img {
		width: 415px;
	}

	.footer_pos .moduletable {
		width: 49%;
	}

	.logo img {
		width: 150px;
	}

	.center_top_head i {
		font-size: 30px;
	}

	.header {
		padding: 5px 0px;
	}

	.ab_ab > h3 {
		font-size: 45px;
	}

	.block_1 {
		background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url(/templates/jblank/images/bg_h.jpg);
    	background-image: linear-gradient(270deg, rgba(0,0,0,0.2), rgba(0,0,0,0.7)), url(/templates/jblank/images/bg_h.jpg);
    	background-position: 0px 0px, 50% 50%;
    	background-size: auto, cover;
    	background-repeat: repeat, no-repeat;
		padding: 65px 10px 75px 10px;
	}

	.ab_ab ul {
		line-height: 30px;
	}

	.ab_ab .mod-custom {
		font-size: 20px;
		font-weight: 300;
	}

	.left_brdx {
		position: absolute;
		bottom: -20px;
		right: 0px;
		background: #413f44;
		border-radius: 10px;
		padding: 15px 20px;
		color: #fff;
	}

	.rukovod .wa {
		padding: 10px;
	}

	.moduletable > h3, .block_3 h3 {
		font-size: 27px;
	}

	.bl_2 li i {
		position: absolute;
		top: -30px;
		left: 50%;
		font-size: 30px;
		width: 59px;
		text-align: center;
		margin-left: -29px;
		background: #3f3c43;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 30px;
		color: #fff;
		transition: 0.3s;
		border: 4px solid #fff;
		outline: 3px solid #ccc;
	}

	.bl_2 li {
		width: 190px;
		padding: 10px;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		margin: 5px;
		border-radius: 10px;
		padding-top: 40px;
		text-transform: uppercase;
		font-weight: 700;
		margin-top: 40px;
		font-size: 14px;
		border: 2px solid #ccc;
		transition: 0.3s;
	}

	.bl_2 ul {
		padding: 0px 45px;
	}

	.etaps li {
		width: 300px;
		text-align: center;
		background: #918e33;
		color: #fff;
		margin: 20px;
		text-transform: uppercase;
		font-weight: 700;
		padding: 24px;
		box-sizing: border-box;
		height: 120px;
		font-size: 18px;
		font-family: "Open Sans";
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		border-radius: 10px;
	}

	.etaps li strong {
		position: absolute;
		top: -25px;
		background: #3f3d42;
		width: 66px;
		padding: 10px 0px;
		font-size: 34px;
		border-radius: 40px;
		border: 4px solid #fff;
		left: -25px;
	}

	.footer_pos .main_body {
		justify-content: space-between;
	}

	.footer_pos {
		padding: 100px 10px 100px 10px;
	}
}

@media (max-width: 1200px) {
	body {
		font-size: 13px;
	}

	.main_body ul.mod-menu li a {
        margin: 5px;
	    padding: 5px;
	    font-size: 15px;
    }
    
    .footer_pos {
        text-align: center;
    }
    
    .left_footer {
        margin-bottom: 10px;
    }
    
    .right_footer {
        margin-bottom: 10px;
        font-size: 12px;
	}
	
	.desctop_menu {
        display: none;
    }
	
	.call_button {
		display: none;
	}

	.top_head > div {
		display: inline-block;
		vertical-align: middle;
	}

	.logo img {
		width: 115px;
	}

	.center_top_head i {
		font-size: 25px;
	}

	.right_top_head a {
		font-size: 13px;
    	font-weight: 700;
	}

	.center_top_head {
		margin-left: 5px;
	}

	.header {
		padding: 5px 10px;
	}

	.logo a {
		display: block;
		line-height: 10px;
	}

	.block_1 {
		background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85)), url(/templates/jblank/images/bg_h.jpg);
    	background-image: linear-gradient(270deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(/templates/jblank/images/bg_h.jpg);
    	background-position: 0px 0px, 50% 50%;
    	background-size: auto, cover;
    	background-repeat: repeat, no-repeat;
		padding: 30px 15px 75px 15px;
	}

	.ab_ab .mod-custom {
		font-size: 14px;
		font-weight: 700;
	}

	.ba-form-headline-field h1.ba-input-label-wrapper {
		font-size: 20px;
	}

	.dop_title_frm {
		display: none;
	}

	.ba-form-text-field {
		font-size: 14px;
	}

	.block_2, .block_3, .block_4, .block_5, .block_6, .block_7 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.left_brdx {
		position: absolute;
    	bottom: -20px;
    	right: -10px;
    	background: #413f44;
    	border-radius: 10px;
    	padding: 10px 15px;
    	color: #fff;
    	font-size: 13px;
	}

	.ba-form-acceptance-html p {
		font-size: 13px !important;
		line-height: 13px !important;
	}

	.ba-form-acceptance-field label.ba-form-checkbox > span {
		top: calc(var(--field-typography-line-height)/2 - 11px) !important;
	}

	.rukovod .wa {
		padding: 7px;
	}

	.moduletable > h3, .block_3 h3 {
		font-size: 20px;
	}

	.bl_2 li i {
		position: absolute;
		top: -25px;
		left: 50%;
		font-size: 16px;
		width: 44px;
		text-align: center;
		margin-left: -22px;
		background: #3f3c43;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 30px;
		color: #fff;
		transition: 0.3s;
		border: 4px solid #fff;
		outline: 3px solid #ccc;	
	}

	.bl_2 li {
		width: 160px;
		padding: 5px;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		margin: 2px;
		border-radius: 10px;
		padding-top: 25px;
		text-transform: uppercase;
		font-weight: 700;
		margin-top: 30px;
		font-size: 11px;
		border: 2px solid #ccc;
		transition: 0.3s;
	}

	.bl_2 ul {
		padding: 0px;
	}

	.moduletable.bl_2 {
		padding-top: 30px;
	}

	.block_3 .cont_bl {
		margin-bottom: 15px;
	}

	.etaps li {
		width: 144px;
    	text-align: center;
    	background: #918e33;
    	color: #fff;
    	margin: 10px;
    	text-transform: uppercase;
    	font-weight: 700;
    	padding: 24px 9px 20px 9px;
    	box-sizing: border-box;
    	font-size: 12px;
    	font-family: "Open Sans";
    	position: relative;
    	display: flex;
    	flex-wrap: wrap;
    	align-content: center;
    	justify-content: center;
    	border-radius: 10px;
	}

	.etaps li strong {
		position: absolute;
    	top: -20px;
    	background: #3f3d42;
    	width: 43px;
    	padding: 10px 0px;
    	font-size: 17px;
    	border-radius: 40px;
    	border: 4px solid #fff;
    	left: -20px;
	}

	.com-content-article__body > h2 {
		display: none;
	}

	.footer_pos .main_body {
		justify-content: center;
	}

	.footer_pos {
		padding: 45px 10px 100px 10px;
	}
}

@-webkit-keyframes contentShow-data-v-23ecec19 {
	0% {
		opacity:0;
		transform:translate3d(0,30px,0)
	} to {
		opacity:1;
		transform:translateZ(0)
	}
}

@keyframes contentShow-data-v-23ecec19 {
	0% {
		opacity:0;
		transform:translate3d(0,30px,0)
	} to {
		opacity:1;
		transform:translateZ(0)
	}
}


/* pgination */

.pagination {
	margin: 18px 0;
    text-align: center;
}

.pagination p {
    margin: 0px;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}

/* end pagination */