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

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

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

div.ba-field-container textarea {
	min-height: 90px;
}

.haski_upryaga img {
	opacity: 0.6;
}

.kanal {
	position: relative;
    z-index: 2;
}

.kanal::before {
	content: "";
    background: url(/templates/jblank/images/haski1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 3;
    opacity: 0.7;
}

.yottie-widget-feed-section-search {
	display: none !important;
}

.main_p .body_all {
	background: url(/templates/jblank/images/bg_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}

.newsflash-title > a::after {
	content: "\f101";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.aina_tour #system-readmore {
	position: relative;
    overflow: visible;
    border: 2px solid #d40d00;
    border-radius: 20px;
	cursor: pointer;
}

.aina_tour #system-readmore:before {
	content: "\f6d3";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 9px;
    z-index: 2;
    top: 3px;
}

.aina_tour #system-readmore:after {
	content: "Подробнее";
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

div#n2-ss-1 .nextend-arrow-animated-fade, div#n2-ss-1 .nextend-arrow-animated {
	border: 2px solid #7b0400;
    border-radius: 25px;
    padding: 6px 5px;
	transition: 0.3s;
	opacity: 0.7;
}

div#n2-ss-1 .nextend-arrow-animated-fade:hover, div#n2-ss-1 .nextend-arrow-animated:hover {
	opacity: 1;
}

._menu a > span {
	font-size: 19px;
    margin-right: 8px;
}

.header {
	position: relative;
}

.header:before {
	content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    background: url(/templates/jblank/images/bg_top.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

.header:after {
	content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    background: url(/templates/jblank/images/lapki.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
}

.moduletable.aina_img {
	top: -12px;
    position: relative;
    z-index: 1;
}

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

.body_all {
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer_pos {
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(/templates/jblank/images/footer_bg.jpg);
    background-image: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(/templates/jblank/images/footer_bg.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #ffffff;
    margin-top: 40px;
    box-shadow: 0px 0px 5px #878787;
}

.footer_pos a {
	color: #fff;
}

.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;
    text-transform: uppercase;
}

.main_body ul.mod-menu li a:hover, .main_body ul.mod-menu li.active a {
	color: #d40d00;
}

.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;
}

/* 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-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(/templates/jblank/images/bg_x.jpg);
    background-image: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(/templates/jblank/images/bg_x.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
	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;
	right: 10px;
    top: 5px;
}

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

ul.mod-menu a {
    font-size: 18px;
    color: #dadada;
    font-weight: 900;
    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.7);
    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;
}

.soc_ico p {
	display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin: 0px 5px;
}

.right_top_head i {
	width: 40px;
    text-align: center;
    color: #fff;
    background: #d40d00;
    font-size: 18px;
    height: 40px;
    border-radius: 22px;
    position: relative;
    line-height: 40px;
	transition: 0.3s;
}

.center_top_head p:hover i, .right_top_head a:hover i {
	color: #fff;
    background: #850200;
}

.right_top_head {
	position: relative;
}

.header {
    background: #fff;
	background: url(/templates/jblank/images/bg_test.jpg);
}

.logo p {
	margin: 0px;
}

.mobile_menu {
	position: fixed;
	z-index: 5;
    top: 5px;
    right: 5px;
    background: #d40d00;
    background: #d40d00bd;
    color: #fff;
    padding: 6px 11px;
    border-radius: 5px;
    font-size: 17px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.aina_img img {
	border-radius: 10px;
}

.aina_tour {
    background: #fff;
    position: relative;
    box-shadow: 0px 2px 2px #ccc;
    border-radius: 10px;
	z-index: 2;
}

.newsflash img {
	float: left;
    width: 120px;
    margin-right: 12px;
    border-radius: 7px;
}

.moduletable > h3 {
	position: relative;
	padding-left: 35px;
}

.moduletable > h3:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url("/templates/jblank/images/lapka.svg") no-repeat;
	background-size: contain;
    border-radius: 30px;
    z-index: 2;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.newsflash-title > a {
	background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #ccc;
    display: inline-block;
    vertical-align: top;
}

.r_footer span {
	display: inline-block;
    vertical-align: top;
    width: 100px;
    font-size: 12px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

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

#mod-custom132 iframe {
    width: 100%;
    height: 400px;
}

.blog-items > div {
	display: inline-block;
    vertical-align: top;
    width: 49%;
}

.blog-items .item-image img {
	float: left;
    width: 120px;
    margin: 0px 10px;
    border-radius: 10px;
}

.blog-items .readmore a {
	display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #ccc;
    margin-top: -5px;
}

.newsflash > div:after {
	content: "";
    display: block;
    clear: both;
}

.newsflash .newsflash-image {
	margin: 0px;
}

.post_elega > div {
	display: inline-block;
	vertical-align: top;
}

.post_elega {
	text-align: center;
}

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

	.aina_tour #system-readmore:before {
		font-size: 20px;
	}

	.aina_tour #system-readmore:after {
		font-size: 14px;
		padding: 6px 0px 0px 38px;
	}

	.aina_tour #system-readmore {
		width: 140px;
		height: 30px;
	}

	.header:before {
		bottom: -24px;
		height: 60px;
	}

	.header {
		margin-bottom: 21px;
	}

	.logo, .center_top_head, .right_top_head, #mod-custom95 > div {
        display: table-cell;
        vertical-align: middle;
	}
	
	.header .top_head, #mod-custom95 {
		display: table;
		width: 100%;
	}

	.right_top_head, #mod-custom95 .r_footer {
		text-align: right;
	}

	.header .logo, .header .right_top_head {
    	width: 300px;
	}

	.content_col {
		width: 100%;
	}

	.c_footer {
		text-align: center;
	}

	.l_footer, .r_footer {
		width: 300px;
	}

	.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 10px;
    	padding: 5px 15px;
    	background: #fff;
    	color: #000;
    	font-size: 15px;
    	border-radius: 10px;
	}
	
	.mobile_menu, .mobile_b {
        display: none;
    }

	.aina_img img {
		margin-top: -65px;
    	position: relative;
    	z-index: -1;
	}

	.main_menu2 {
		background: #e5e5e5;
    	box-shadow: 2px 2px 2px #ccc;
    	position: relative;
    	z-index: 1;
    	top: 0px;
    	padding: 8px 0px;
    	border-radius: 10px;
	}

	.desctop_menu div.main_menu2 {
		margin-bottom: -0px;
	}

	.aina_tour {
		margin: 0px 90px;
		padding: 10px 40px;
		top: -50px;
	}

	.center_top_head i {
		width: 40px;
		text-align: center;
		color: #fff;
		background: #d40d00;
		font-size: 18px;
		height: 40px;
		border-radius: 22px;
		position: relative;
		line-height: 40px;
		margin-right: 3px;
		transition: 0.3s;
	}

	.center_top_head p {
		margin: 5px 5px;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		background: rgb(255 255 255 / 65%);
		-webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(2px);
		border-radius: 20px;
		padding: 0px 10px 0px 0px;
		font-size: 16px;
		font-weight: 900;
		line-height: 35px;
	}

	.news_bl_main .newsflash > div {
		width: 33%;
	}

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

	.tures > div {
		display: table-cell;
    	padding-left: 15px;
    	padding-right: 15px;
		width: 50%;
	}

	.left_tures {
		border-right: 3px solid #ccc;
    	text-align: right;
	}

	.left_tures .moduletable > h3 {
		padding-right: 35px;
	}

	.left_tures .moduletable > h3:before {
		font-family: 'Font Awesome 6 Free';
    	font-weight: 900;
    	content: "";
		background: url(/templates/jblank/images/lapka.svg) no-repeat;
		background-size: contain;
    	position: absolute;
    	right: 0px;
		left: auto;
    	top: 50%;
    	margin-top: -15px;
    	width: 30px;
    	height: 30px;
    	border-radius: 30px;
    	z-index: 2;
    	line-height: 30px;
    	text-align: center;
    	color: #fff;
	}

	.left_tures .newsflash img {
		float: right;
		margin-left: 12px;
    	margin-right: 0px;
	}

	.pc_none {
		display: none;
	}

	.newsflash > div {
		display: inline-block;
		vertical-align: top;
     	width: 100%;
	}

	.desctop_menu ._menu {
		margin-bottom: -50px;
		z-index: 12;
		position: relative;
	}

	.kanal::before {
		width: 100px;
		height: 100px;
		right: -50px;
		top: 40px;
	}

	.component-wrapper {
		background: url(/templates/jblank/images/bg_1.svg);
		background-repeat: no-repeat;
		background-position: 0px 264px;
	}

	.other_p .component-wrapper {
		background-position: 0px 125px;
	}

	.other_p .desctop_menu {
		margin-top: 45px;
	}
}

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

	.component-wrapper {
		background: url(/templates/jblank/images/bg_1.svg);
		background-repeat: no-repeat;
		background-position: 0px 164px;
	}

	.kanal::before {
		width: 90px;
    	height: 90px;
    	right: 10px;
    	top: -45px;
	}

	.aina_tour #system-readmore:before {
		font-size: 17px;
	}

	.aina_tour #system-readmore:after {
		font-size: 12px;
		padding: 5px 0px 0px 34px;
	}

	#mod-custom127 {
		line-height: 15px;
	}

	.aina_tour #system-readmore {
		width: 125px;
		height: 25px;
	}

	.other_p .content_block {
		padding-top: 15px;
	}

	.header:before {
		bottom: -13px;
		height: 19px;
	}

	.main_p .header:before {
		bottom: -1px;
		height: 19px;
	}

	.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;
    }

	.header {
		text-align: center;
		padding: 5px 15px 15px 15px;
	}

	.center_top_head {
		text-align: center;
	}
	
	.content_block {
		padding: 0px 15px;
	}

	.aina_tour {
		margin: 0px 20px;
		padding: 10px 20px;
		top: -10px;
	}

	.aina_tour > h3 {
		margin: 0px;
    	font-size: 16px;
	}

	p {
		margin: 5px 0px;
	}

	.center_top_head i {
		width: 30px;
    	text-align: center;
    	color: #fff;
    	background: #d40d00;
    	font-size: 13px;
    	height: 30px;
    	border-radius: 22px;
    	position: relative;
    	line-height: 30px;
    	margin-right: 0px;
    	transition: 0.3s;
	}

	.center_top_head p {
		margin: 0px 0px 5px 0px;
    	display: inline-block;
    	vertical-align: top;
    	background: #fff;
    	background: rgb(255 255 255 / 65%);
    	-webkit-backdrop-filter: blur(1px);
    	backdrop-filter: blur(2px);
    	border-radius: 20px;
    	padding: 0px 5px 0px 0px;
    	font-size: 12px;
    	font-weight: 900;
    	line-height: 25px;
	}

	.tures .newsflash p {
		display: none;
	}

	.tures .newsflash-title {
		width: 55%;
    	display: inline-block;
    	vertical-align: top;
	}
	
	.tures .newsflash .newsflash-image {
		padding: 0px;
    	margin: 0px;
    	display: inline-block;
    	vertical-align: top;
	}

	.tures .newsflash-title {
		margin: 5px 0px;
	}

	.button_menu {
		text-align: center;
	}

	.button_menu p {
		display: inline-block;
    	vertical-align: top;
	}
	
	.button_menu a {
		background: #fff;
    	padding: 5px 10px;
    	border-radius: 5px;
    	box-shadow: 2px 2px 2px #ccc;
    	display: inline-block;
    	vertical-align: top;
		font-weight: 900;
	}

	.newsflash > div {
		margin-bottom: 10px;
 	    display: block;
	}
	
	.post_elega .post_item:first-child {
		display: none;
	}
}

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