/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


	
/* =============================================================================
   Images
   ========================================================================== */
   
img {
	border: none;
}

#content img {
	border: none;
	margin: 0 0 0 0;
}



/* =============================================================================
   Links
   ========================================================================== */

a {
	color: grey;
	text-decoration: none;
}

a:link {
	color: grey;
	text-decoration: none;
}

a:active {
	color: grey;
	text-decoration: none;
}

a:visited {
	color: grey;
	text-decoration: none;
}

a:hover {
	color: #2f4858;
	text-decoration: none;
}



/* =============================================================================
   Fonts
   ========================================================================== */


.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.oswald-<uniquifier> {
  font-family: "Oswald", 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 {
	font-family: "Oswald", sans-serif;
	font-weight: 200;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 40px;
	color: #fff;
}

h3 {
	font-size: 40px;
	color: #fff;
	text-align: center;
}

h4 {
	font-size: 20px;
}	




.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;
}



/* Áëîê ÏÀÃÈÍÀÖÈß */

.pagination {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.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;
	margin: 0px 10px;
}

.active.page-item {
	font-size: 25px;
	background-color: #eee;
	padding: 5px 10px;
	line-height: 1;
}

.com-content-category-blog__counter.counter.float-md-end.pt-3.pe-2 {
	display: none;
}

.com-content-category-blog__pagination {
	margin-top: 50px;
}


/* =============================================================================
   Body
   ========================================================================== */
body {
	background: #EDECE9;
  font-family: "Roboto", sans-serif;
  font-weight: 300; 
	font-size: 17px;
	line-height: 1.5;
	color: #000;
}

#body_bottom {

}


/* =============================================================================
   TOP_line
   ========================================================================== */
   
#top_line {
	background: #f4f3f0;
	width: 100%;
}

#top_wrap {
	max-width: 1400px;
	margin: 0 auto;
}

#top_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px 10px 0px;
}

#top_1 {
	flex-basis: 100px;
	order: 1;
}

#top_2 {
	flex-basis: 600px;
	order: 2;
	height: 30px;
	text-align: right;
}


#top_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* --- ÒÅËÅÔÎÍÈ, mail â top---*/

#tel_top_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
}

#tel_visible block {

}

#tel_icon {
	
}

#tel_number_top {
	font-size: 20px;
	margin: 0px 20px 0px 0px;
}

#tel_number_top a:link {
	color: red !important;
	text-decoration: none;
}

#tel_number_top a:hover {
	color: #000 !important;
	text-decoration: none;
}

#mail_top {
	flex-basis: 215px;
	font-size: 16px;
}

#mail_top a:link {
	color: grey;
	text-decoration: none;
}
#mail_top a:hover {
	color: #2f4858;
	text-decoration: none;
}

#tel_hidden_block {
	display: none;
}


/*------ ÒÅËÅÔÎÍ â 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: grey;
}
#tel_number_popup a:hover {
	color: #2f4858;
}

/* =============================================================================
   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;
}

[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-type="inline"] [data-modals-element="slide-content"] {
	padding: 50px;
	overflow: auto;
}





/* =============================================================================
   Header
   ========================================================================== */
   
#header_line {
	background: #fff;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 1000;
}

#header_wrap {
	max-width: 1400px;
	margin: 0 auto;
}

#header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0px 10px 0px;
	height: 70px;
}

#header_1 {
	flex-basis: 210px;
	margin: 0px 1% 0px 1%;
	min-height: 50px;
	order: 1;
}

#header_2 {
	flex-basis: 860px;
	margin: 0px 1% 0px 1%;
	order: 2;
}

#header_3 {
	flex-basis: 215px;
	margin: 0px 1% 0px 1%;
	text-align: center;
	order: 3;
}

#header_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* --- Êíîïêà Çàìîâèòè êîøòîðèñ---*/

#btn_price {

}

a.button {
	padding: 12px 17px;
	background: #2f4858;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.2s;
	font-size: 16px;
}
a.button:hover { 
	background: #9ca8a1;
	color: #fff;
}




/* =============================================================================
   ÑONTENT_LINE
   ========================================================================== */
   
#content_line {
	padding: 20px 0px 50px 0px;
	width: 100%;
}
#content_wrap {
	width: 70%;
	padding: 0 15%;
}

#content_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* =============================================================================
   CONTENT
   ========================================================================== */

#content {
	background: #fff;
	padding: 50px 100px;
	min-height: 800px;	
}

#user1 {
	width: 100%;
}

#user2 {
	width: 100%;
}

#user3 {
	width: 100%;
}

#user4 {
	width: 100%;
}



/* =============================================================================
	 Content (îôîðìëåíèå)
	 ========================================================================== */

.item-content {
	display: inline-block;
	border-bottom: 3px dashed grey;
	padding: 30px 0px 30px 0px;
}
	 
.item-title {
	margin: 10px 0 50px;
}

.page-header {
	margin: 10px 0 50px;
	color: #2f4858;
}

.readmore {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 0px 38px 10px 0px;
	text-align: right;
	clear: both;
}

/* =============================================================================
	 Content (ÌÀÒÅÐÈÀË)
	 ========================================================================== */

#material_container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background: transparent url(../images/material_bg.jpg) no-repeat right top;
	margin-bottom: 50px;
}

#content_img {
	width: 30%;
	margin: 0px 2% 0px 0%;
	order: 1;
	padding: 1%;
}

#content_txt {
	width: 60%;
	margin: 0px 1% 0% 3%;
	order: 2;
	border-left: 10px solid #d0c8bf;
	padding-left: 10px;
	font-size: 19px;
}




/* =============================================================================
   LINE_9 ÊÎÍÒÀÊÒÈ
   ========================================================================== */

#line_9 {
	width: 100%;
	background-color: #edece9;
}

#line_9_wrap {
	width: 80%;
	margin: 0px 10%;
}

#line_9_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}


#line_9_zag {
	width: 100%;
	margin: 50px 0px 10px 0px;
	text-align: center;
}

#line_9_1 {
	flex-basis: 46%;
	margin: 50px 2% 50px 2%;
}

#line_9_2 {
	flex-basis: 46%;
	margin: 50px 2% 50px 2%;
}

#line_9_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: #2f4858;
	font-size: 30px;
	margin: 10px;
	text-decoration: none;
}

#tel_number_contact a:hover {
	color: grey;
	text-decoration: none;
}

#mail_contact {
	margin: 50px 0px;
}
#mail_contact a:link {
	color: #2f4858;
	font-size: 24px;
	margin: 10px;
	text-decoration: none;
}

#mail_contact a:hover {
	color: grey;
	text-decoration: none;
}






/* =============================================================================
   Footer
   ========================================================================== */
   
#footer {
	background: #333333;
	width: 100%;
}

#footer_wrap {
	width: 80%;
	margin: 0px 10%;
}

#footer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}


#footer_1 {
	flex-basis: 46%;
	margin: 20px 2% 20px 2%;
	text-align: center;
}

#footer_2 {
	flex-basis: 46%;
	margin: 20px 2% 20px 2%;
	text-align: center;
}




a.footerlink:link, a.footerlink:visited {
	font-size: 11px;
	color: #9f7a36;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.footerlink:hover {
	color: #d6b578;
	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: #aaaaaa;
}

.footer2 {
	font-size: 10px;
	color: #aaaaaa;
	margin-top: 5px;
}



/* =============================================================================
   ÏÅÐÅÊËÞ×ÀÒÅËÜ ßÇÛÊÀ
   ========================================================================== */

#language_picker_des_149 {
	display: none;
}

div.mod-languages ul li.lang-active {
	border: 1px solid grey;
	padding: 5px 0px;
}

div.mod-languages a {
	padding: .5rem;
	text-decoration: none;
	color: grey;
	transition: 0.2s;
}

div.mod-languages a:hover {
	background: #c8ceca;
		color: #2f4858;
}

div.mod-languages li {
	margin: 0rem;
}


/* =============================================================================
   ÊÍÎÏÊÀ Scroll  To TOP
   ========================================================================== */

.scrollToTop.medium {
	font-size: 30px;
	line-height: calc(2.1*30px);
	padding-top: 16px;
}



/* =============================================================================
   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: 16px;
	text-decoration: none;
	padding: 0 15px;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	position: relative;
}

.dj-megamenu-clean li a.dj-up_a > span.dj-drop {
	padding: 0 17px 0 0;
}




/* --- Êíîïêà ìîáèëüíîãî ìåíþ--*/

.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 auto;
	padding: 0;
	width: 120px;
	height: 45px;
	background: #fff;
	color: #2f4858;
	border: none;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	-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.active .dj-mobile-open-icon, .dj-megamenu-select-light .dj-mobile-open-btn:focus, .dj-megamenu-select-light:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus, .dj-megamenu-accordion-light .dj-mobile-open-btn:hover, .dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
	background: transparent;
	color: #2f4858;
	border: 1px solid grey;
}

.dj-mobile-open-btn span + span {
	margin-left: 10px;
	font-size: 18px;
}

.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: 14px;
	line-height: 1;
	background: #f2f2f2;
	color: #2f4858;
	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;
}



/* =============================================================================
   FORM
   ========================================================================== */
.ba-form-submit-title {
	color: #fff !important;
}






/* =============================================================================
   ßÊÎÐß
   ========================================================================== */
#case {
    scroll-margin-top: 50px; /* Ïðèìåð îòñòóïà â 50 ïèêñåëåé */
}



/* ============================================================================================================================
   ÀÄÀÏÒÈÂÍÎÑÒÜ
   ========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/

/* --- 1920px ---*/

@media screen and (max-width:1920px){



}


/* --- 1540px ---*/

@media screen and (max-width:1540px){



}


/* --- 1440px ---*/

@media screen and (max-width:1441px){



#top_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0px 10px 0px;
}

#content_wrap {
	width: 90%;
	padding: 0 5%;
}



#footer_wrap {
	width: 96%;
	margin: 0px 2%;
}



}





/* --- 1378px ---*/

@media screen and (max-width:1378px){

#header_line {
	background: #fff;
	width: 100%;
	position: inherit;
	top: 0;
	z-index: 1000;
}
#header_1 {
	flex-basis: 200px;
	margin: 0px 1% 0px 1%;
	min-height: 50px;
	order: 2;
}
#header_2 {
	flex-basis: 100px;
	margin: 0px 1% 0px 1%;
	order: 1;
}



}




/* --- 1280px ---*/

@media screen and (max-width:1280px){

img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}



}


/* --- 1100px ---*/

@media screen and (max-width:1100px){



}





/* --- 1024px ---*/

@media screen and (max-width:1025px){

#content {
	background: #fff;
	padding: 2% 40px;
}





}





/* --- 960px ---*/

@media screen and (max-width:960px){





}


/* --- 840px ---*/

@media screen and (min-width:100px) and (max-width:840px){

#mail_top {
	flex-basis: 215px;
	font-size: 16px;
	display: none;
}
}


/* --- 800px ---*/

@media screen and (min-width:100px) and (max-width:800px){



	
}

/* --- 700px ---*/

@media screen and (min-width:100px) and (max-width:700px){

#top_2 {
	flex-basis: 320px;
	order: 2;
	height: 30px;
	text-align: right;
}

}


/* --- 680px ---*/

@media screen and (max-width:680px){



}



/* --- 568px ---*/

@media screen and (max-width:568px){

#header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px 10px 0px;
	height: auto;
}
#header_1 {
	flex-basis: 96%;
	margin: 0px 2% 0px 2%;
	min-height: 50px;
	order: 1;
	text-align: center;
}
#header_2 {
	flex-basis: 100px;
	margin: 0px 1% 0px 1%;
	order: 2;
}



}




/* --- 480px ---*/

@media screen and (max-width:480px){

.scrollToTop.medium {
	padding-top: 16px;
	display: none;
}



}

/* --- 440px ---*/

@media screen and (max-width:440px){

#top_2 {
	flex-basis: 126px;
	order: 2;
	text-align: right;
}
#tel_visible_block {
	display: none;
}
#tel_hidden_block {
	display: block;
	text-align: center;
}
#tel_button {
	width: 110px;
	border: 1px solid grey;
	padding: 5px 8px;
	margin-top: -4px;
}
#content_wrap {
	width: 96%;
	padding: 0 2%;
}

}


/* --- 420px ---*/

@media screen and (max-width:420px){

#tel_number_popup {
	font-size: 25px;
	margin-bottom: 20px;
}
#content {
	background: #fff;
	padding: 1% 3%;
}

}


/* --- 360px ---*/

@media screen and (min-width:100px) and (max-width:361px){

h1 {
	font-size: 45px;
}
#header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px 0px 10px 0px;
	height: auto;
}
#header_1 {
	flex-basis: 96%;
	margin: 0px 2% 0px 2%;
	min-height: 50px;
	order: 1;
	text-align: center;
}
#header_2 {
	flex-basis: 96%;
	margin: 0px 2% 15px 2%;
	order: 2;
	text-align: center;
}
#header_3 {
	flex-basis: 215px;
	margin: 0px 1% 15px 1%;
	text-align: center;
	order: 3;
}

}


/* --- 320px ---*/

@media screen and (min-width:100px) and (max-width:321px){

[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-type="inline"] [data-modals-element="slide-content"] {
	padding: 20px;
	overflow: auto;
}



}

