body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
	background: url(/templates/jblank/images/bg_main.jpg);
}

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

img {
	max-width: 100%;
}

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

.body_all {
	border: 1px solid #bdbdbd;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer_pos {
	padding-top: 20px;
    padding-bottom: 20px;
    background: #100a28;
    color: #bfbfbf;
    margin-top: 40px;
}
}

.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: 0px dashed #ccc;
    text-transform: uppercase;
	font-weight: 700;
}

.main_body ul.mod-menu li a:hover, .main_body ul.mod-menu li.active a {
	border-bottom: 0px dashed #06416e;
	color: #8597a5;
}

.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 {
	background-color: #f5bb3f;
    background-image: -moz-linear-gradient(top left, #f97f19 0%, #e99f51 37.5%, #b17171 63.5%, #754387 100%);
    background-image: -o-linear-gradient(top left, #f97f19 0%, #e99f51 37.5%, #b17171 63.5%, #754387 100%);
    background-image: -webkit-linear-gradient(top left, #a36837 0%, #cd9e6d 37.5%, #915c5c 63.5%, #956ba5 100%);
    background-image: linear-gradient(top left, #f97f19 0%, #e99f51 37.5%, #b17171 63.5%, #754387 100%);
	position: relative;
}

.header .bg_head {
	text-align: center;
    background-image: -webkit-linear-gradient(180deg, rgba(50, 56, 98, 0.7), rgb(50, 56, 98, 0.7)), url(/templates/jblank/images/bg4.webp);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), url(/templates/jblank/images/bg4.webp);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    padding: 40px 0px 1px 0px;
}

.header > .bl_top {
	background: rgba(255, 255, 255, 0.6);
}

/* 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;
	top: 5px;
    right: 10px;
}

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

ul.mod-menu a {
    font-size: 14px;
    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;
}

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

.logo {
	text-align: left;
    font-size: 20px;
    max-width: 400px;
}

.logo p, .logo a {
	color: #06416e;
	transition: 0.3s;
	cursor: pointer;
	font-weight: 700;
}

.logo p:hover, .logo a:hover {
	color: #24ace3;
}

.bottom_head {
	position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    background: #06416e;
	box-shadow: 0px 0px 7px #1c1c1c;
	z-index: 12;
}

.search_in {
	display: inline-block;
    vertical-align: top;
    position: relative;
}

.search_in input {
	background: #fff;
    border: 0px solid #b3b0b0;
    padding: 6px 30px 6px 15px;
    border-radius: 20px;
    width: 200px;
    opacity: 0.8;
}

.search_in button {
	position: absolute;
    right: 0px;
    background: none;
    border: 0px;
    font-size: 17px;
    color: #06416e;
    padding: 5px 7px;
    cursor: pointer;
}

blockquote {
	margin: 0;
	background: #BCE8EA;
	color: #131314;
	padding: 30px 30px 30px 90px;
	position: relative;
	font-family: 'Lato', sans-serif;
	}
	blockquote:before {
	content: "\201C";
	font-family: serif;
	position: absolute;
	top: 20px;
	left: 16px;
	color: black;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	}
	blockquote:after {
	content: "";
	width: 4px;
	background: white;
	position:absolute;
	left: 70px;
	top: 20px;
	bottom: 20px;
	}
	blockquote p {
	margin-top: 0;
	font-weight: 300;
	}
	blockquote cite {
	font-style: normal;
	text-transform: uppercase;
	}

.moduletable > h3 {
	text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}

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

.otrasli ul li {
	display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 700;
}

.otrasli img {
	display: block;
    margin: 5px auto;
}

.moduletable.otrasli {
	margin-top: 70px;
    margin-bottom: 70px;
}

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

.rabota ul li {
	display: inline-block;
    vertical-align: top;
    width: 215px;
    text-align: left;
    margin: 10px;
    position: relative;
    padding: 25px 10px 10px 40px;
}

.rabota li span {
	position: absolute;
    left: -8px;
    background: #06416e;
    color: #fff;
    z-index: -1;
    font-size: 30px;
    width: 50px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 45px 32px 145px 44px;
    top: -9px;
}

.rabota li:before {
	content: "";
    position: absolute;
    display: block;
    width: 100%;
    border: 3px solid #ccc;
    left: 0px;
    z-index: -1;
    top: 10px;
    border-radius: 40px;
}

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

.opit ul li {
	display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 700;
}

.opit i {
	display: block;
    font-size: 35px;
    margin-bottom: 5px;
    color: #24ace3;
}

.moduletable.opit {
	margin-bottom: 50px;
}

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

.uslugi ul li {
	display: inline-block;
    vertical-align: top;
    text-align: center;
}

.uslugi li img {
	display: block;
	margin: 5px auto;
}

.page-header > h1 {
	text-align: center;
}

.top_head > .logo {
	padding: 0px 20px;
}

.hidden-panel .moduletable._menu {
	margin-top: 25px;
}

.o_nas_main .custom {
    background: #06416e;
    border-radius: 20px;
    color: #fff;
    margin: 0px 0px 65px 0px;
}

.o_nas_main a {
	border-bottom: 1px solid;
    color: #24ace3;
    text-align: right;
    display: block;
    margin-left: auto;
    width: 120px;
}

@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: 5px;
	    padding: 5px;
	}

	.otrasli ul li {
		margin: 10px;
	}

	blockquote p {
		font-size: 18px;
	}

	.uslugi ul li {
		width: 395px;
	}

	.header:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 419px 16px 419px;
		border-color: transparent transparent #e7e7e7 transparent;
		left: 50%;
		margin-left: -419px;
		bottom: 0px;
	}
 
    .otrasli ul li {
      width: 165px;
    }
    
    .opit ul li {
      width: 165px;
    }

	.o_nas_main .custom {
		padding: 15px 40px;
	}
}

@media (max-width: 1200px) {
	.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;
	}

	.otrasli ul li {
		margin: 5px;
 	    line-height: 17px;
	}

	.content_col {
		padding: 0px 15px;
	}

	blockquote p {
		font-size: 16px;
	}

	.header:after {
		content: "";
    	position: absolute;
    	width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 0 120px 16px 120px;
    	border-color: transparent transparent #e7e7e7 transparent;
    	left: 50%;
    	margin-left: -120px;
    	bottom: 0px;
	}

	.mobile_menu {
		color: #fff;
    	padding: 5px;
	}
 
    .otrasli ul li {
      width: 140px;
    }
    
    .opit ul li {
      width: 150px;
      line-height: 17px;
      margin-bottom: 20px;
    }

	.o_nas_main .custom {
		padding: 15px 25px;
	}
}

@media (min-width: 900px) {
	.mobile_menu, .mobile_b {
        display: none;
    }
}

@media (max-width: 900px) {
	.desctop_menu {
        display: none;
    }
}


/* 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 */