@font-face {
    font-family: 'Arial_regular';
    src: url('../fonts/arial/ArialMT.eot');
    src: url('../fonts/arial/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arial/ArialMT.woff2') format('woff2'),
        url('../fonts/arial/ArialMT.woff') format('woff'),
        url('../fonts/arial/ArialMT.ttf') format('truetype'),
        url('../fonts/arial/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

a {
	text-decoration: none;
    color: #000000;
    transition: 0.3s;
    display: inline-block;
}

.item-page {
    padding: 10px 20px;
    background: #f3f3f3;
}

.center_top_head a {
	border-bottom: 1px dashed #b1b1b1;
}

.center_top_head a:hover {
	border-bottom: 1px dashed #000;
}

img {
	max-width: 100%;
}

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

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

.footer_pos {
	padding-top: 20px;
    padding-bottom: 20px;
}

.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 .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 {
	border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 14px;
	padding: 10px 0px;
	position: relative;
    z-index: 12;
	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;
}

.top_head p {
	margin: 0px;
}

.btn_des {
	background: #000;
    color: #FFD706;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
	display: inline-block;
    vertical-align: middle;
	text-align: center;
}

.btn_des:hover {
	background: #FFD706;
    color: #000;
}

.title_bl {
	padding: 60px 0px 75px 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/templates/jblank/images/title_bl.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/templates/jblank/images/title_bl.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    margin-top: -15px;
}

.moduletable h1, .moduletable h1, .moduletable h3 {
	text-transform: uppercase;
}

.deyatel_bl {
	padding: 60px 0px 60px 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/templates/jblank/images/bl2.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/templates/jblank/images/bl2.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.bl3 {
	padding: 60px 0px 60px 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/templates/jblank/images/bl3.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/templates/jblank/images/bl3.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

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

.bl3 li {
	text-align: center;
}

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

.bl3 li strong {
	margin-bottom: 15px;
    display: block;
}

.uchastnik {
    font-weight: 800;
}

.uchastnik > div {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

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

.os-cat-tab-images .img-block a img {
	border-radius: 10px;
    box-shadow: 0px 4px 3px #3e3e3e;
	transition: 0.3s;
}

.os-cat-tab-images div.img-block {
	overflow: visible !important;
	transition: 0.3s;
}

.os-cat-tab-images div.img-block:hover a img {
	box-shadow: 0px 2px 2px #3e3e3e;
}

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

.bl5 h1 {
	color: #fff;
}

.bl6 {
	position: relative;
	font-size: 14px;
}

.bl6 p {
	line-height: 22px;
}

.copy_r {
	position: absolute;
    left: 50%;
	margin-left: -71px !important;
    bottom: 0px;
    font-size: 12px;
    color: #919191;
}

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

@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%;
		box-sizing: border-box;
		vertical-align: middle;
	}

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

	.right_top_head {
		text-align: right;
		width: 259px;
	}

	.center_top_head {
		text-align: right;
	}

	.right_top_head, .center_top_head .moduletable {
		padding-left: 40px;
	}

	.adres_top {
		width: 118px;
		text-align: left;
	}

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

	.btn_des {
		padding: 12px 24px;
	}

	.center_top_head {
		line-height: 22px;
	}

	.bl_titl {
		width: 984px;
		margin: 0px auto;
		background: #fff;
		box-sizing: border-box;
		padding: 117px 99px;
		border-top: 3px solid;
		border-right: 0px solid;
		border-bottom: 3px solid;
		border-color: #FFD706;
		border-radius: 30px;
		position: relative;
	}

	.bl_titl:before {
		content: "";
		position: absolute;
		top: 0px;
		right: 24px;
		width: 26px;
		height: 100%;
		background: #fff;
		border-radius: 0px 30px 30px 0px;
		z-index: 2;
	}

	.bl_titl:after {
		content: "";
		position: absolute;
		top: -3px;
		right: 0px;
		width: 42px;
		height: 100%;
		background: #ffd706;
		border-radius: 0px 30px 30px 0px;
		padding: 3px;
	}

	.bl_titl_x img {
		float: right;
		margin-top: -17px;
	}

	.center_top_head {
		font-size: 14px;
	}

	.bl_titl p, .bl2 p {
		line-height: 22px;
	}

	body {
		font-size: 16px;
	}

	.mob_dis {
		display: none;
	}

	.bl6 .mod-custom {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}

	.adress_f {
		width: 200px;
	}
	
	.titl_f {
		width: 365px;
	}

	.bl2 {
		background: #fff;
		box-sizing: border-box;
		padding: 117px 99px;
		border-top: 3px solid;
		border-bottom: 3px solid;
		border-color: #FFD706;
		border-radius: 30px;
		position: relative;
	}
	
	.bl2:after {
		content: "";
		position: absolute;
		top: -3px;
		left: 0px;
		width: 42px;
		height: 100%;
		background: #ffd706;
		border-radius: 30px 0px 0px 30px;
		padding: 3px;
	}
	
	.bl2:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 24px;
		width: 26px;
		height: 100%;
		background: #fff;
		border-radius: 30px 0px 0px 30px;
		z-index: 2;
	}

	.bl2_x img {
		margin: 0px 20px 35px 20px;
	}

	.bl3_x {
		background: #fff;
		box-sizing: border-box;
		padding: 117px 99px;
		border-top: 3px solid;
		border-bottom: 3px solid;
		border-color: #FFD706;
		border-radius: 30px;
		position: relative;
	}
	
	.bl3_x:after {
		content: "";
		position: absolute;
		top: -3px;
		right: 0px;
		width: 42px;
		height: 100%;
		background: #ffd706;
		border-radius: 0px 30px 30px 0px;
		padding: 3px;
	}
	
	.bl3_x:before {
		content: "";
		position: absolute;
		top: 0px;
		right: 24px;
		width: 26px;
		height: 100%;
		background: #fff;
		border-radius: 0px 30px 30px 0px;
		z-index: 2;
	}

	.bl3 li {
		width: 190px;
	}

	.uchastnik p {
		max-width: 80%;
	}

	.uchastnik {
		font-size: 24px;
	}

	.bl5 {
		padding: 60px 0px 60px 0px;
	}

	.bl6 {
		padding: 77px 0px;
	}

	.bl6 p {
		margin-left: 33px;
	}
}

@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;
	}
	
	.desctop_menu {
        display: none;
    }

	.adres_top {
		display: none;
	}

	.center_top_head {
		display: grid;
    	grid-template-columns: 110px auto;
    	justify-content: space-between;
    	justify-items: stretch;
    	align-items: center;
	}

	.top_head {
		display: grid;
    	grid-template-columns: 105px auto;
    	align-items: center;
    	justify-items: stretch;
    	justify-content: space-between;
	}

	.btn_des {
		padding: 8px 15px;
    	font-size: 11px;
	}

	.logo {
		grid-row: span 2;
	}

	.header .main_body {
		padding: 1px 15px;
	}

	.center_top_head {
		font-size: 12px;
	}

	.center_top_head {
		line-height: 15px;
	}

	.bl_titl_x img {
		display: block;
    	margin: 0px auto 10px auto;
    	max-width: 120px;
    	height: auto;
	}

	.bl_titl {
		margin: 0px 15px;
    	background: #fff;
    	box-sizing: border-box;
    	padding: 30px 30px;
    	border-top: 2px solid;
    	border-right: 0px solid;
    	border-bottom: 2px solid;
    	border-color: #FFD706;
    	border-radius: 20px;
    	position: relative;
	}

	.bl_titl:before {
		content: "";
		position: absolute;
		top: 0px;
		right: 12px;
		width: 17px;
		height: 100%;
		background: #fff;
		border-radius: 0px 20px 20px 0px;
		z-index: 2;
	}

	.bl_titl:after {
		content: "";
    	position: absolute;
    	top: -2px;
    	right: 0px;
    	width: 22px;
    	height: 100%;
    	background: #ffd706;
    	border-radius: 0px 20px 20px 0px;
    	padding: 2px;
	}

	.bl2 {
		margin: 0px 15px;
		background: #fff;
		box-sizing: border-box;
		padding: 30px 30px;
		border-top: 2px solid;
		border-bottom: 2px solid;
		border-color: #FFD706;
		border-radius: 20px;
		position: relative;
	}
	
	.bl2:after {
		content: "";
    	position: absolute;
    	top: -2px;
    	left: 0px;
    	width: 22px;
    	height: 100%;
    	background: #ffd706;
    	border-radius: 20px 0px 0px 20px;
    	padding: 2px;
	}
	
	.bl2:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 12px;
		width: 17px;
		height: 100%;
		background: #fff;
		border-radius: 20px 0px 0px 20px;
		z-index: 2;
	}

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

	.bl_titl p, .bl2 p {
		line-height: 18px;
	}

	body {
		font-size: 14px;
	}

	.bl2_x img {
		float: none !important;
	}

	.bl3_x {
		margin: 0px 15px;
		background: #fff;
		box-sizing: border-box;
		padding: 30px 30px;
		border-top: 2px solid;
		border-bottom: 2px solid;
		border-color: #FFD706;
		border-radius: 20px;
		position: relative;
	}
	
	.bl3_x:after {
		content: "";
    	position: absolute;
    	top: -2px;
    	right: 0px;
    	width: 22px;
    	height: 100%;
    	background: #ffd706;
    	border-radius: 0px 20px 20px 0px;
    	padding: 2px;
	}
	
	.bl3_x:before {
		content: "";
		position: absolute;
		top: 0px;
		right: 12px;
		width: 17px;
		height: 100%;
		background: #fff;
		border-radius: 0px 20px 20px 0px;
		z-index: 2;
	}

	.bl3 li {
		width: 131px;
	}

	.uchastnik p {
		max-width: 70%;
	}

	.uchastnik {
		font-size: 15px;
	}

	.bl4 {
		padding: 0px 15px;
	}

	.bl5 {
		padding: 45px 15px 45px 15px;
	}

	.bl6 {
		padding: 35px 15px;
		text-align: center;
	}
}

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