/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


	
/* =============================================================================
   Images
   ========================================================================== */
   
img {
	border: none;
}

#content img {
	border: none;
	margin: 0 10px 10px 0;
}



/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #5a5a5a;
	text-decoration: none;
}

a:link {
	color: #5a5a5a;
	text-decoration: none;
}

a:active {
	color: #5a5a5a;
	text-decoration: none;
}

a:visited {
	color: #5a5a5a;
	text-decoration: none;
}

a:hover {
	color: #94a69c;
	text-decoration: none;
}



/* =============================================================================
   Fonts
   ========================================================================== */

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0em 0;
}


h1, h2, h3, h4, h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;

}

h1 {
	font-size: 45px;
	font-weight: bold;
	color: #5a5a5a;
}

h2 {
	font-size: 40px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

h3 {
	font-size: 40px;
	padding: 0px 50px 0px 50px;
	font-weight: bold;
	color: #fff;
}

h4 {color: #B7014C; font-size: 120%;} 




.contentheading {
	background-color: #18AD00;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 5px;
	color: white;
	font-weight: bold;
	height: 30px;
	text-transform: uppercase;
	border-radius: 10px;
}
.contentheading a:link, .contentheading a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ad7a13;
	height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.contentheading a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #783c01;
	font-weight: bold;
	height: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.modifydate{
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 10px;
	color: #b4b4b4;
	padding: 10px;
}

.small{
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 10px;
	color: #b4b4b4;
}
.createdate{
	font-family: "Lucida Sans", Tahoma, Arial;
	font-size: 10px;
	color: #b4b4b4;
}
.readon{
	font-family: "Lucida Sans", Tahoma, Arial;
	background-color: ButtonFace;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #DC143C;
	float: left;
	padding: 2px 24px 2px 8px;
	height: 18px;
	width: 93%;
}
a.readon:link, a.readon:visited {
	font-family: "Lucida Sans", Tahoma, Arial;
	background-color: ButtonFace;
	font-size: 12px;
	color: #DC143C;
	text-decoration: none;
}

a.readon:hover {
	text-decoration: underline;
}
td.buttonheading {
	width: 16px;
}

.article_column {padding:0px}
.article_row {padding:10px;}

li, dd {
	margin-left: 12px;
}

fieldset {
padding:.5em;
margin-right: 11px;
}

/* Breadcrumbs ----------------------*/


.mod-breadcrumbs__divider.float-start {
	display: inline-block;
}

.mod-breadcrumbs__item.breadcrumb-item {
	font-size: 14px;
	/* list-style: none; */
	display: inline-block;
}


/* =============================================================================
   Body
   ========================================================================== */
body {
	background: #3d3535;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}



/* =============================================================================
   TOP BACKGRAUND
   ========================================================================== */

#top_bg {
	background: transparent url(../images/top_content_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}


/* =============================================================================
   TOP LINE
   ========================================================================== */
   
#top_line {
	width: 100%;
	background: #0000008a;
	margin: 0px 0px 20px 0px;
	position: sticky;
	top: 0;
	z-index: 2;
}
#top_line_wrap {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 60px;
	max-width: 1440px;
}

#top_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
}

#top_1 {
	flex-basis: 30%;
	margin: 7px 1% 0px 1%;
	text-align: left;
}

#top_2 {
	flex-basis: 30%;
	margin: 7px 1% 0px 1%;
}

#top_3 {
	flex-basis: 30%;
	margin: 17px 1% 0px 1%;
	text-align: right;
}

#top_line_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* ÒÅËÅÔÎÍ â TOP ----------------------*/

#tel_number_top a:link {
	color: #d5d5d5 !important;
	transition: all 0.2s;
}

#tel_number_top a:hover {
	color: #fff!important;
}

#tel_number_top a:visited {
	color: #d5d5d5;
}


/*------ ÒÅËÅÔÎÍ â POPUP-----*/

#tel_container_popup {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}
#tel_number_popup {
	font-size: 35px;
	margin-bottom: 20px;
}
#tel_number_popup a:link {
	color: #5a5a5a;
}
#tel_number_popup a:hover {
	color: #94a69c;
}

/* =============================================================================
   POPUP Modals Pro 
   ========================================================================== */

[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-element="overlay"] {
	--color: 0, 0, 0;
	background: #0000008a;
}
[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-element="slide-content"] {
	background: #fff;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}








/* =============================================================================
   Header
   ========================================================================== */
   
#header_line {
	width: 100%;
}

#header_wrap {
	width: 80%;
	padding: 0 10%;
}

#header_1 {
	width: 96%;
	margin: 0px 2% 0px 2%;
}

#header_2 {
	width: 96%;
	margin: 0px 2% 0px 2%;
}

#header_wrap:after {
  content: "";
  display: table;
  clear: both;
}







/* =============================================================================
   ÑONTENT_LINE
   ========================================================================== */
   
#content_line {
	padding: 20px 0px 50px 0px;
	width: 100%;
	min-height: 500px;
}
#content_wrap {
	width: 70%;
	margin: 0 15%;
}

#content_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* =============================================================================
   CONTENT
   ========================================================================== */

#content {
	float: left;
	width: 96%;
	background: #fff;
	padding: 2% 2%;
	border-radius: 30px;
	min-height: 70vh;
}

#user1 {
	float: left;
	width: 100%;
}

#user2 {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

#user3 {
	float: left;
	width: 100%;
}

#user4 {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}



/* =============================================================================
	 Content (îôîðìëåíèå)
	 ========================================================================== */

.item-content {
	display: inline-block;
	border-bottom: 3px dotted #A09DB9;
	padding: 30px 0px 30px 0px;
}
	 
.item-title {
	margin: 10px 0 50px;
}

.page-header {
	margin: 10px 0 50px;
}

.readmore {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 0px 38px 10px 0px;
	text-align: right;
	clear: both;
}



/* Áëîê ìàòåðèàëà */





/* Èìÿ êàòåãîðèè */
.category-name {
	font-size: 11px;
	background-color: #ddd;
	padding: 3px 10px;
	height: 25px;
	float: left;
	display: inline-block;
}






/* Áëîê ÏÀÃÈÍÀÖÈß */

.pagination {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pagination__wrapper {
	margin-top: 50px;
}

.container-component nav {
	position: relative;
}
.ms-0 {
	margin-left: 0 !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}

.fa, .fas, [class^="icon-"], [class*=" icon-"] {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
}

.active.page-item {
	font-size: 25px;
	background-color: #eee;
	padding: 5px 10px;
	line-height: 1;
}

.pagination_result_counter {
	display: none;
}


/* Áëîê ìàòåðèàëà â ÒÎÂÀÐÛ */

.product_container {
	display: flex;
	flex-wrap: wrap;
}

#product_img {
	flex-basis: 46%;
}

#product_txt {
	flex-basis: 46%;
}

#product_btn {
	flex-basis: 96%;
}




/* =============================================================================
   Footer
   ========================================================================== */
 
   
#footer {
	background: #000;
	width: 100%;
}

#footer_wrap {
	margin: 0 auto;
	max-width: 1400px;
	padding: 30px 0px 20px 0px;
}


#footer_1 {
	width: 96%;
	margin: 30px 2% 15px 2%;
}

#footer_2 {
	width: 96%;
	text-align: center;
	border-top: 1px solid grey;
	padding: 5px 0px;
}

#footer_menu_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#footer_menu {
	width: 250px;
	line-height: 1.5;
	color: #94a69c;
}





a.footerlink:link, a.footerlink:visited {
	font-size: 11px;
	color: #5a5a5a;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.footerlink:hover {
	color: #fff;
	text-decoration: none;
}	
#footer,.small,.createdate,.modifydate,.mosimage_caption {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: white;
}	

.footer1 {
	font-size: 10px;
	margin-top: 7px;
	color: #94a69c;
}

.footer2 {
	font-size: 10px;
	color: #94a69c;
	margin-top: 5px;
}

/* --- ÊÎÍÒÀÊÒÛ Â FOOTER---*/

#contact_footer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}

#tel_number_footer {
	flex-basis: 300px;
	font-size: 18px;
}

#tel_number_footer a:link {
	color: #d0d0d0;
	text-decoration: none;
}

#tel_number_footer a:hover {
	color: #fff;
	text-decoration: none;
}

#mail_footer {
	flex-basis: 350px;
	font-size: 18px;
}

#mail_footer a:link {
	color: #d0d0d0;
	text-decoration: none;
}
#mail_footer a:hover {
	color: #fff;
	text-decoration: none;
}

#adress_footer {
	flex-basis: 500px;
	font-size: 16px;
	color: #d0d0d0;
}




/* =============================================================================
   ÊÍÎÏÊÀ Scroll  To TOP
   ========================================================================== */

.scrollToTop.medium {
	padding-top: 16px;
}



/* =============================================================================
   DJ MEGA MENU (dark)
   ========================================================================== */

/* --- Êíîïêà ìîáèëüíîãî ìåíþ--*/

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	width: 120px;
	height: 45px;
	border: none;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
	text-decoration: none;
}



.dj-mobile-open-btn span + span {
	margin-left: 10px;
	font-size: 16px;
}

.dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon::before, .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon::before, .dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon::before {
	font-size: 22px;
}

ul.dj-mobile-dark li.dj-mobileitem > a {
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}





/* =============================================================================
   JOOMSHOPPING òåëåôîí â êàðòòî÷êó òîâàðà
   ========================================================================== */

/* --- Òåëåôîí ---*/

#tel_container_prod {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	/* border: 1px solid grey; */
	border-radius: 10px;
	padding: 10px;
	background: #dceae2;
	margin-bottom: 20px;
}



#tel_number_prod a:link {
	color: #5a5a5a;
	font-size: 40px;
	margin: 10px;
	text-decoration: none;
}

#tel_number_prod a:hover {
	color: #20b2aa;
	text-decoration: none;
}




/* ============================================================================================================================
   ÀÄÀÏÒÈÂÍÎÑÒÜ
   ========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/

/* --- 1920px ---*/

@media screen and (max-width:1920px){



}


/* --- 1600px ---*/

@media screen and (max-width:1600px){

img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}




}


/* --- 1440px ---*/

@media screen and (max-width:1441px){





}





/* --- 1366px ---*/

@media screen and (max-width:1367px){





}




/* --- 1200px ---*/

@media screen and (max-width:1200px){

#content_wrap {
	width: 90%;
	margin: 0 5%;
}


}


/* --- 1130px ---*/

@media screen and (max-width:1130px){





}





/* --- 1024px ---*/

@media screen and (max-width:1025px){






}





/* --- 950px ---*/

@media screen and (min-width:100px) and (max-width:950px){

#top_1 {
	flex-basis: 130px;
	margin: 7px 1% 0px 1%;
	text-align: left;
}
#top_2 {
	flex-basis: 170px;
	margin: 7px 1% 0px 1%;
}
#top_3 {
	flex-basis: 30%;
	margin: 5px 1% 0px 1%;
	text-align: right;
}


}


/* --- 840px ---*/

@media screen and (min-width:100px) and (max-width:840px){

#header_1 {
	width: 96%;
	margin: 0px 2% 0px 2%;
	display: none;
}

#tel_number a:link {
	color: #5a5a5a;
	font-size: 30px;
	margin: 10px;
	text-decoration: none;
}



}


/* --- 800px ---*/

@media screen and (min-width:100px) and (max-width:800px){



	
}

/* --- 768px ---*/

@media screen and (min-width:100px) and (max-width:768px){

.avs_jshop_block_img {
	flex-basis: 96%;
	margin: 0px 2% 50px 2px;
	position: relative;
}

.avs_jshop_block_detail {
	flex-basis: 48%;
	margin: 50px 0px 0px 2%;
}
.avs_jshop_block_detail {
	flex-basis: 96%;
	margin: 50px 2% 0px 2%;
}

#footer_menu {
	width: 250px;
	line-height: 1.5;
	color: #94a69c;
	margin: 20px 20px;
	text-align: center;
}

	
}


/* --- 640px ---*/

@media screen and (max-width:640px){



}



/* --- 550px ---*/

@media screen and (max-width:550px){

#content_wrap {
	width: 90%;
	margin: 50px 5%;
}
#top_3 {
	flex-basis: 96%;
	margin: 15px 1% 0px 1%;
	text-align: center;
}

}




/* --- 480px ---*/

@media screen and (max-width:480px){



}

/* --- 440px ---*/

@media screen and (max-width:440px){



}



/* --- 360px ---*/

@media screen and (min-width:100px) and (max-width:361px){



}


/* --- 320px ---*/

@media screen and (min-width:100px) and (max-width:321px){




}

