/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


	
/* =============================================================================
   Images
   ========================================================================== */
   
img {
	border: none;
}

#content img {
	border: none;
}



/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #3f6cba;
	text-decoration: none;
}

a:link {
	color: #3f6cba;
	text-decoration: none;
}

a:active {
	color: #3f6cba;
	text-decoration: none;
}

a:visited {
	color: #3f6cba;
	text-decoration: none;
}

a:hover {
	color: #b6b6b6;
	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: 45px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	color: #0c285a;
}

h2 {
	font-size: 45px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	text-align: left;
	color: #0c285a;
}

h3 {
	font-size: 40px;
	padding: 0px 50px 0px 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

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 url(../images/slider_bg.webp) no-repeat center top;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #0c285a;
}






/* =============================================================================
    Header
   ========================================================================== */
   
#header_line {
	width: 100%;
	background: #3f6cba;
	margin: 20px 0px;
	position: sticky;
	top: 0;
	z-index: 10;
	height: 50px;
}

#header_wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

#header_line_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
}

#header_1 {
	flex-basis: 290px;
	margin: 0px 1% 0px 1%;
	text-align: left;
	order: 1;
}

#header_2 {
	flex-basis: 550px;
	margin: 0px 10px 0px 10px;
	height: 50px;
	order: 2;
}

#header_3 {
	flex-basis: 150px;
	margin: 5px 5px;
	order: 3;
	text-align: center;
}


#header_wrap:after {
  content: "";
  display: table;
  clear: both;
}

#logo_desktop {
  display: block;
}
#logo_mobile {
	display: none;
}


/* -------- ТЕЛЕФОН в HEADER --------- */

.phone-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.phone-icon {
  width: 40px; 
  height: 40px; 
  object-fit: contain;
  display: none;
}

.phone-link .phone-text {
  color: #eee; 
  transition: color 0.3s ease;
}
.phone-text {
	display: inline;
	margin-top: 7px;
}

.phone-link .phone-text {
  color: #eee; 
  transition: color 0.2s ease;
}
.phone-link:hover .phone-text {
  color: #fff; 
}

.phone-link .phone-icon {
 opacity: 0.8; 
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.phone-link:hover .phone-icon {
  opacity: 1;      
}



/* =============================================================================
   СONTENT_LINE
   ========================================================================== */
   
#content_line {
	padding: 20px 0px 0px 0px;
	width: 100%;
	min-height: 500px;
}
#content_wrap {
	width: 70%;
	padding: 0 15%;
	margin: 0 auto;
}

#content_wrap:after {
  content: "";
  display: table;
  clear: both;
}



/* =============================================================================
   CONTENT
   ========================================================================== */

#content {
	width: 90%;
	background: #fff;
	padding: 2% 5% 100px 5%;
}

#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 #7e7e7e;
	padding: 30px 0px 30px 0px;
	width: 100%;
}
	 
.item-title {
	margin: 10px 0 30px 29px;
}

.page-header {
	margin: 10px 0 30px 29px;
}

.readmore {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 0px 38px 10px 0px;
	text-align: right;
	clear: both;
}




/* =============================================================================
   Content МАТЕРИАЛ ПРОДУКЦІЯ
   ========================================================================== */

 /*------ СПИСОК ТОВАРОВ ------*/  

.products_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}

.product-block {
	flex: 1 1 calc(33.333% - 50px);
	max-width: calc(33.333% - 50px);
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	margin-bottom: 50px;
	transition: .2s;
	overflow: hidden;
}
.product-block:hover {
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 10px #ddd;
}



#product_img {
	flex-basis: 100%;
		transition: .5s;
}
#product_img:hover {
	transform: scale(1.03);
	transition: .5s;
}


.product_info {
	padding: 10px;
}
#product_zag {
flex-basis: 100%;
	font-size: 25px;
	font-weight: bold;
}
#product_txt {
	color: grey;
}
#product_price {
	font-size: 40px;
	font-weight: bold;
	color: #dc143c;
}

#product_buttons {
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 20px 0px 20px 0px;
}

#product_order_btn {
	background: #3f6cba;
	padding: 10px 15px;
	width: 110px;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
	transition: .2s;
	margin: 0px 10px;
	text-align: center;
}
#product_order_btn a {
	color: #fff !important;
}
#product_order_btn:hover {
	background: #dc143c;
	color: #fff;
}

#product_details_btn {
	background: #ddd;
	color: #000;
	padding: 10px 15px;
	width: 110px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 20px;
	cursor: pointer;
	transition: .2s;
	margin: 0px 10px;
}
#product_details_btn {
	color: #000;
}
#product_details_btn:hover {
	background: #00bfff;
	color: #fff;
}


 /*------ КАРТКА ТОВАРУ ------*/ 

.product_card_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.block_img {
	flex-basis: 50%;
	order: 1;
}

.block_order{
	flex-basis: 44%;
	order: 2;
	border: 1px solid #dadada;
	text-align: center;
}
#product_card_zag {
	flex-basis: 100%;
	font-size: 25px;
	font-weight: bold;
	color: #3f6cba;
}
#product_card_txt {
	color: grey;
}
#product_card_price {
	font-size: 40px;
	font-weight: bold;
	color: #dc143c;
	margin: 10px 0px;
}

#product_card_buttons {
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 20px 0px 20px 0px;
}

#product_card_messenger {
	width: 90%;
	margin: 50px 5% 50px 5%;
}
#tel_icon_popup {
	margin: 20px 0px;
}
#product_card_note {
	color: #fff;
	padding: 5px 10px;
	background: #dc143c;
	margin: 20px 0px;
}

.block_details {
	flex-basis: 100%;
	order: 3;
	margin: 50px 0px;
}
#details_zag {
	font-size: 30px;
	background: #bde8fb;
	text-align: center;
	padding: 5px;
	margin: 20px 0px;
}
#details_zag_2 {
	font-size: 30px;
	background: #bde8fb;
	text-align: center;
	padding: 5px;
	margin: 50px 0px 20px 0px;
}


/*------ КАРТКА ТОВАРУ СПИСОК ХАРАКТЕРИСТИК------*/ 

.text-container {
  column-count: 2;     /* Количество колонок */
  column-gap: 60px;    /* Расстояние между ними */
  column-rule: 1px solid #ccc; /* Опционально: разделительная линия */
}

.specs-list {
  list-style: none;
  padding: 0;
  max-width: 600px; /* Ширина вашего блока */
}

.specs-list li {
  display: flex;
  align-items: baseline; /* Выравнивание по нижней линии текста */
  margin-bottom: 8px;
}

.specs-list li span:first-child {
  flex-shrink: 0; /* Текст слева не сжимается */
}

/* Сами точки */
.specs-list li::after {
  content: "";
  flex-grow: 1; /* Точки занимают все свободное пространство */
  border-bottom: 2px dotted #aaa; /* Стиль точек */
  margin: 0 10px; /* Отступы от текста */
  order: 2; /* Ставим точки между первым и вторым текстом */
}

.specs-list li .value {
  order: 3; /* Значение всегда в конце */
  flex-shrink: 0;
  font-weight: normal;
}







/* =============================================================================
   LINE_5 (Нам довіряють)
   ========================================================================== */

#line_5 {
	width: 100%;
	background-color: #3F6CBA;
}

#line_5_wrap {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
}

#line_5_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 20px 60px 20px;
}

#line_5_zag {
	margin: 50px 0px 10px 0px;
}

#line_5_1 {
	flex-basis: 96%;
	margin: 50px 2% 1% 2%;
}

#line_5_wrap:after {
  content: "";
  display: table;
  clear: both;
}



/* =============================================================================
   LINE_8
   ========================================================================== */

#line_8 {
	width: 100%;
	background-color: #fff;
}

#line_8_wrap {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	max-width: 1440px;
}

#line_8_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 50px 20px 80px 20px;
}

#line_8_zag {
	margin: 50px 0px 10px 0px;
}

#line_8_1 {
	flex-basis: 46%;
	margin: 50px 2% 1% 2%;
}

#line_8_2 {
	flex-basis: 46%;
	margin: 50px 2% 1% 2%;
}

#line_8_3 {
	flex-basis: 46%;
	margin: 50px 2% 1% 2%;
}

#line_8_wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* --- Телефон ----------------------*/

#tel_container_contact {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#tel_number_contact a:link {
	color: #3f6cba;
	font-size: 45px;
	margin: 10px;
	text-decoration: none;
}

#tel_number_contact a:hover {
	color: #00bfff;
	text-decoration: none;
}


/* --- БЛОК и КНОПКА НАШИ ПРОЄКТИ---*/

#block_button {
	display: flex;
	justify-content: center;
}

/* КНОПКА Наші проекти ----------------------*/

.atuin-btn {
	display: inline-flex;
	margin: 30px 0px 0px 0px;
	text-decoration: none;
	position: relative;
	font-size: 22px;
	line-height: 30px;
	padding: 12px 30px;
	color: #FFF !impoprtant;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Oahoma, sans-serif;
	background: #3F6CBA;
	cursor: pointer;
	border: 2px solid #BFE2FF;
	outline: 1px solid;
	outline-color: #3F6CBA;
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
    box-shadow: inset 0 0 20px #BFE2FF;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    color: #FFF !important;
}



/* =============================================================================
   Footer
   ========================================================================== */
   
#footer {
	background: #172b4f;
	height: 122px;
	width: 100%;
}

#footer_wrap {
	height: 80px;
	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%;
}

#footer_2 {
	flex-basis: 96%;
	margin: 0px 2% 20px 2%;
	text-align: center;
}



a.footerlink:link, a.footerlink:visited {
	font-size: 11px;
	color: #00b2ea;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.footerlink:hover {
	color: #fff;
	text-decoration: underline
}	
#footer,.small,.createdate,.modifydate,.mosimage_caption {
	font: 0.8em Arial,Helvetica,sans-serif;
	color: white;
}	

.footer1 {
	font-size: 10px;
	margin-top: 7px;
	color: #87a0c2;

}

.footer2 {
	font-size: 10px;
	color: #87a0c2;
	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;
}







/* =============================================================================
   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: 60px;
	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: 5px auto 0px;
	padding: 0;
	width: 40px;
	height: 40px;
	background: #0000;
	color: #e4e4e4;
	border: none;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	-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;
}

ul.dj-mobile-light li.dj-mobileitem > a {
	font-size: 18px;
	line-height: 1;
	color: #f8f8f8;
	cursor: pointer;
}

.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: #43434300;
	color: #fff;
}








/* ============================================================================================================================
   АДАПТИВНОСТЬ
   ========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/

/* --- 1920px ---*/

@media screen and (max-width:1920px){

#content_wrap {
	width: 80%;
	padding: 0 10%;
	margin: 0 auto;
}


}

/* --- 1440px ---*/

@media screen and (max-width:1440px){

img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}

#content_wrap {
	width: 90%;
	padding: 0 5%;
	margin: 0 auto;
}


}





/* --- 1366px ---*/

@media screen and (max-width:1367px){



}




/* --- 1280px ---*/

@media screen and (max-width:1280px){

#content {
	width: 96%;
	background: #fff;
	padding: 2% 2% 100px 2%;
}


}



/* --- 1130px ---*/

@media screen and (max-width:1130px){

.product-block {
	flex: 1 1 calc(50% - 50px);
	max-width: calc(50% - 50px);
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	margin-bottom: 50px;
	transition: .2s;
	overflow: hidden;
}

#line_8_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 20px 80px 20px;
}

}



/* --- 1085px ---*/

@media screen and (max-width:1085px){

#header_1 {
	flex-basis: 290px;
	margin: 0px 1% 0px 1%;
	text-align: left;
	order: 2;
}
#header_2 {
	flex-basis: 50px;
	margin: 0px 10px 0px 10px;
	height: 50px;
	order: 1;
}

#header_3 {
	flex-basis: 50px;
	margin: 5px 5px;
	order: 3;
	text-align: center;
}

.phone-text {
  display: none; 
}
.phone-icon {
  display: block;
}



}



/* --- 1024px ---*/

@media screen and (max-width:1025px){

#line_8_1 {
	flex-basis: 96%;
	margin: 50px 2% 1% 2%;
	text-align: center;
}

#line_8_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0px 20px 80px 20px;
}

#tel_container_contact {
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer {
	background: #172b4f;
	height: 150px;
	width: 100%;
}


}





/* --- 900px ---*/

@media screen and (max-width:900px){

#content_wrap {
	width: 96%;
	padding: 0 2%;
	margin: 0 auto;
}
}


/* --- 840px ---*/

@media screen and (min-width:100px) and (max-width:840px){

.text-container {
	column-count: 1;
	column-gap: 60px;
	column-rule: 0px solid #ccc;
}

#line_8_3 {
	flex-basis: 300px;
	margin: 70px 2% 1% 2%;
}

#tel_number_contact a:link {
	color: #3f6cba;
	font-size: 35px;
	margin: 10px;
	text-decoration: none;
}


}


/* --- 800px ---*/

@media screen and (min-width:100px) and (max-width:800px){

h1 {
	font-size: 40px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	color: #0c285a;
}

#line_8_2 {
	flex-basis: 96%;
	margin: 50px 2% 1% 2%;
}

	
}

/* --- 720px ---*/

@media screen and (min-width:100px) and (max-width:720px){

.product-block {
	flex: 1 1 calc(100% - 50px);
	max-width: calc(100% - 50px);
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	margin-bottom: 50px;
	transition: .2s;
	overflow: hidden;
}

	
}


/* --- 680px ---*/

@media screen and (max-width:680px){

.block_img {
	flex-basis: 70%;
	order: 1;
}
.block_order {
	flex-basis: 84%;
	order: 2;
	border: 1px solid #dadada;
	text-align: center;
}



#footer {
	background: #172b4f;
	height: auto;
	width: 100%;
}

#footer_wrap {
	height: auto;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}

#footer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#contact_footer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
}

#footer_1 {
	flex-basis: 76%;
	margin: 20px 2% 15px 2%;
}

#footer_2 {
	flex-basis: 96%;
	margin: 0px 2% 20px 2%;
	text-align: left;
}

}



/* --- 540px ---*/

@media screen and (max-width:541px){

h1 {
	font-size: 35px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	color: #0c285a;
}

.block_img {
	flex-basis: 100%;
	order: 1;
}
.block_order {
	flex-basis: 94%;
	order: 2;
	border: 1px solid #dadada;
	text-align: center;
}


#tel_container_contact {
	display: flex;
	align-items: center;
	justify-content: center;
}



}



/* --- 515px ---*/

@media screen and (max-width:515px){

#header_1 {
	flex-basis: 200px;
	margin: 0px 1% 0px 1%;
	text-align: left;
	order: 2;
}

#logo_desktop {
  display: none;
}
#logo_mobile {
  display: block;
}



}



/* --- 480px ---*/

@media screen and (max-width:480px){



}

/* --- 440px ---*/

@media screen and (max-width:440px){

.scrollToTop.snip1452, .scrollToTop.snip1452 [class^="fa-"]::before, .scrollToTop.snip1452 [class*="fa-"]::before {
	color: rgba(140, 140, 150, 0.8);
	display: none;
	text-align: center;
	-webkit-perspective: 50em;
	perspective: 50em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tel_number_contact a:link {
	color: #3f6cba;
	font-size: 30px;
	margin: 10px;
	text-decoration: none;
}

}



/* --- 360px ---*/

@media screen and (min-width:100px) and (max-width:361px){

#content {
	width: 100%;
	background: #fff;
	padding: 2% 0% 100px 0%;
}
.specs-list {
	list-style: none;
	padding: 0;
	max-width: 600px;
	font-size: 16px;
}



}


/* --- 320px ---*/

@media screen and (min-width:100px) and (max-width:321px){

#footer_1 {
	flex-basis: 96%;
	margin: 20px 2% 15px 2%;
}


}

