/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


	
/* =============================================================================
   Images
   ========================================================================== */
   
img {
	border: none;
}

#content img {
	border: none;
	margin: 0 10px 10px 0;
}



/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #5b5b5b;
	text-decoration: none;
}

a:link {
	color: #5b5b5b;
	text-decoration: none;
}

a:active {
	color: #5b5b5b;
	text-decoration: none;
}

a:visited {
	color: #5b5b5b;
	text-decoration: none;
}

a:hover {
	color: #ff8000;
	text-decoration: none;
}



/* =============================================================================
   Fonts
   ========================================================================== */

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: 40px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

h2 {
	font-size: 40px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	text-align: center;	
}

h3 {
	font-size: 30px;
	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;
}


/* =============================================================================
   Body
   ========================================================================== */
body {
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}

#body_bottom {

}




/* =============================================================================
   TOP LINE
   ========================================================================== */
   
#top_line {
	width: 100%;
	margin: 35px 0px;
	background: #FF8000;
	height: 70px;
	/* box-shadow: 0px 7px 10px #00000057; */
}

#top_line_wrap {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 70px;
	max-width: 1440px;
}

#top_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	align-items: center;
	height: 70px;
}

#top_1 {
	flex-basis: 100px;
	margin: 0px 1% 0px 1%;
}

#top_2 {
	flex-basis: 400px;
	margin: 0px 10px 0px 10px;
	height: 70px;
}

#top_3 {
	flex-basis: 190px;
	margin: 0px 1% 0px 1%;
}

#top_line_wrap:after {
  content: "";
  display: table;
  clear: both;
}




/* =============================================================================
   TOP MENU
   ========================================================================== */
   
#top_menu_line {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#top_menu_wrap {
	margin-left: auto;
	margin-right: auto;
	height: 0px;
	max-width: 1440px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

#top_menu {
	flex-basis: 640px;
}

#top_menu_wrap:after {
  content: "";
  display: table;
  clear: both;
}




/* =============================================================================
   SLIDER
   ========================================================================== */
   
#slider_line {
	width: 100%;
}

#slider_line_wrap {
	width: 80%;
	padding: 0 10%;
	margin: 50px 0px;
}

#slider {

}

#slider_line_wrap:after {
  content: "";
  display: table;
  clear: both;
}







/* =============================================================================
   ÑONTENT_LINE
   ========================================================================== */
   
#content_line {
	padding: 20px 0px 50px 0px;
	width: 100%;
	min-height: 500px;
}
#content_wrap {
	width: 66%;
	padding: 0 15%;
}

#content_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* =============================================================================
   CONTENT
   ========================================================================== */

#content {
	float: left;
	width: 100%;
	background: #fff;
	padding: 2% 2%;
}

#user1 {
	float: left;
	width: 100%;
}

#user2 {
	float: left;
	width: 100%;
}

#user3 {
	float: left;
	width: 100%;
}

#user4 {
	float: left;
	width: 100%;
}



/* =============================================================================
	 Content (îôîðìëåíèå)
	 ========================================================================== */

.item-content {
	display: inline-block;
	border-bottom: 3px dotted #ff8000;
	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;
}


/* =============================================================================
   LINE_8 ÊÎÍÒÀÊÒÈ
   ========================================================================== */

#line_8 {
	width: 100%;
}

#line_8_wrap {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	width: 80%;
	margin: 0px 10%;
}

#line_8_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 60px 20px 60px 20px;
}


#line_8_1 {
	flex-basis: 46%;
	margin: 20px 0% 20px 2%;
}

#line_8_2 {
	flex-basis: 46%;
	margin: 20px 2% 20px 0%;
}

#line_8_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* --- contact_block ---*/

#tel_container_contact {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#address_contact {
}

#tel_number_contact {
	margin: 50px 0px;
}

#tel_number_contact a:link {
	color: #ff8000;
	font-size: 30px;
	margin: 10px;
	text-decoration: none;
}

#tel_number_contact a:hover {
	color: #5b5b5b;
	text-decoration: none;
}

#mail_contact {
	margin: 50px 0px;
}
#mail_contact a:link {
	color: #ff8000;
	font-size: 24px;
	margin: 10px;
	text-decoration: none;
}

#mail_contact a:hover {
	color: #5b5b5b;
	text-decoration: none;
}




/* =============================================================================
   Footer
   ========================================================================== */
   
#footer {
	background: #2e2e2e;
	height: 100px;
	width: 100%;
}

#footer_wrap {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}

#footer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


#footer_1 {
	flex-basis: 96%;
	margin: 20px 2% 15px 2%;
	text-align: center;
}

#footer_2 {
	flex-basis: 96%;
	margin: 0px 2% 20px 2%;
	text-align: center;
}



a.footerlink:link, a.footerlink:visited {
	font-size: 11px;
	color: #ff8000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.footerlink:hover {
	color: #fff;
}	
#footer,.small,.createdate,.modifydate,.mosimage_caption {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: white;
}	

.footer1 {
	font-size: 10px;
	margin-top: 7px;
	color: #b4b4b4;
}

.footer2 {
	font-size: 10px;
	color: #b4b4b4;
	margin-top: 5px;
}






/* =============================================================================
   DJ MEGA MENU (clean)
   ========================================================================== */
.dj-megamenu-clean li a.dj-up_a > span {
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	height: 50px;
}
 
.dj-megamenu-clean li a.dj-up_a {
	display: block;
	height: 50px;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	padding: 0 18px;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	position: relative;
}

/* --- Êíîïêà ìîáèëüíîãî ìåíþ--*/

.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 20px;
	padding: 0;
	width: 120px;
	height: 45px;
	background: transparent;
	color: #434343;
	border: 2px solid #434343;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	-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-megamenu111mobile.dj-megamenu-select-light .dj-mobile-open-btn:focus, #dj-megamenu111mobile.dj-megamenu-select-light:hover 
.dj-mobile-open-btn, #dj-megamenu111mobile.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, #dj-megamenu111mobile.dj-megamenu-offcanvas-light 
.dj-mobile-open-btn:focus, #dj-megamenu111mobile.dj-megamenu-accordion-light .dj-mobile-open-btn:hover, #dj-megamenu111mobile.dj-megamenu-accordion-light 
.dj-mobile-open-btn:focus {
	background: #434343;
}



.dj-mobile-open-btn span + span {
	margin-left: 10px;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
}

.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;
}

.dj-mobileitem.itemid-101.current.active {
	margin-top: 20px;
}

ul.dj-mobile-light li.dj-mobileitem > a {
	display: block;
	font-size: 17px;
	line-height: 1;
	text-decoration: none;
	padding: 15px 15px;
	cursor: pointer;
	border-top: 1px solid #e4e4e4;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}


/* =============================================================================
   ÇÀÊÀÇÀÒÜ ÇÂÎÍÎÊ (Wedal Joomla Callback)
   ========================================================================== */
.wjcallbackform .modal-dialog {
	margin: 0 auto;
	min-width: 290px;
}

.wjcallbackform .form-validate .modal-body {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

.wjcallbackform .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dfe3e7;
	background: #ff8000;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

#wjcallback-modal .wjcallbackform {
	display: inline-flex;
	position: relative;
	width: auto;
	min-width: 290px;
	text-align: left;
	box-sizing: border-box;
	background: #FFF;
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}
   
.wjcallbackform .form-validate input[type="text"], .wjcallbackform .form-validate textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	display: block;
	height: auto;
	border-radius: 4px;
	/* margin-bottom: 20px; */
}

#phone {
	padding: 10px;
	border-radius: 4px;
}

.control-label {
	margin-top: 20px;
}

.modal-footer {
	text-align: center;
	margin-bottom: 20px;
}

.wjcallbackform .modal-header .modal-title {
	font-size: 1em;
	line-height: 120%;
}

/* --- Êíîïêà ÎÒÏÐÀÂÈÒÜ ---*/

.btn {
	font-weight: 700;
	color: white;
	text-decoration: none;
	padding: .8em 2.5em calc(.8em + 3px);
	border-radius: 4px;
	background: #ff8000; 
	box-shadow: 0 0px rgb(53,167,110) inset;
	transition: 0.2s;
	cursor: pointer;
}

.btn:hover { 
	background: #434343; 
	color: #fff;
}
.btn:active {
  background: rgb(33,147,90);
  box-shadow: 0 0px rgb(33,147,90) inset;
}

/* --- Êíîïêà ÌÎÄÓËß ---*/
.wjcallback-link {
	/* background: #fff; */
	padding: 10px 25px;
	transition: 0.2s;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
	border: 2px solid #434343;
	color: #434343 !important;
}
.wjcallback-link:hover { 
	background: #434343;
	color: #fff !important;	
}



/* ============================================================================================================================
   ÀÄÀÏÒÈÂÍÎÑÒÜ
   ========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/

/* --- 1920px ---*/

@media screen and (max-width:1920px){



}

/* --- 1600px ---*/

@media screen and (max-width:1600px){

#slider_line_wrap {
	width: 96%;
	padding: 0 2%;
	margin: 50px 0px;
}




}

/* --- 1540px ---*/

@media screen and (max-width:1540px){

#slider_line_wrap {
	width: 96%;
	padding: 0 2%;
	margin: 50px 0px;
}

}



/* --- 1366px ---*/

@media screen and (max-width:1367px){

img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}




}




/* --- 1200px ---*/

@media screen and (max-width:1200px){

#slider_line_wrap {
	width: 96%;
	padding: 0 2%;
	margin: 10px 0px;
}
#content_wrap {
	width: 96%;
	padding: 0 2%;
}
#line_8_wrap {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	width: 96%;
	margin: 0px 2%;
}



}


/* --- 1130px ---*/

@media screen and (max-width:1130px){




}





/* --- 1024px ---*/

@media screen and (max-width:1025px){






}





/* --- 960px ---*/

@media screen and (max-width:961px){





}


/* --- 840px ---*/

@media screen and (min-width:100px) and (max-width:840px){

#top_line {
	width: 100%;
	margin: 35px 0px;
	background: #FF8000;
	height: 70px;
}
#top_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 0px 0px 0px;
	align-items: center;
	margin-bottom: 20px;
}
#top_1 {
	flex-basis: 100px;
	margin: 12px 2% 0px 2%;
	order: 1;
}
#top_2 {
	flex-basis: 100%;
	margin: 20px 10px 0px 10px;
	order: 3;
}
#top_3 {
	flex-basis: 190px;
	margin: 12px 1% 0px 1%;
	order: 2;
}

#top_menu_line {
	width: 100%;
	margin: 0px 0px 0px 0px;
	height: 50px;
}

}


/* --- 800px ---*/

@media screen and (min-width:100px) and (max-width:800px){

#line_8_1 {
	flex-basis: 96%;
	margin: 20px 0% 20px 2%;
}
#line_8_2 {
	flex-basis: 96%;
	margin: 20px 2% 20px 0%;
}

	
}

/* --- 768px ---*/

@media screen and (min-width:100px) and (max-width:768px){

.zag_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	margin-left: 0px;
}

	
}


/* --- 640px ---*/

@media screen and (max-width:640px){





}



/* --- 540px ---*/

@media screen and (max-width:541px){




}




/* --- 480px ---*/

@media screen and (max-width:480px){



}

/* --- 440px ---*/

@media screen and (max-width:440px){



}



/* --- 380px ---*/

@media screen and (min-width:100px) and (max-width:380px){

.dj-megamenu-select-light .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn, .dj-megamenu-accordion-light .dj-mobile-open-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0 0px;
	padding: 0;
	width: 100px;
	height: 45px;
	background: transparent;
	color: #434343;
	border: 1px solid #434343;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	-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;
}
.wjcallback-link {
	/* background: #fff; */
	padding: 10px 10px;
	transition: 0.2s;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #434343;
	color: #434343 !important;
}

}


/* --- 320px ---*/

@media screen and (min-width:100px) and (max-width:321px){




}

