/* 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
   ========================================================================== */

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: #d5d5d5;
	text-align: center;
}

h2 {
	font-size: 45px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

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: #000;
	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_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;
}







/* =============================================================================
   LINE_1 ÍÀØÀ ÏÐÎÄÓÊÖ²ß:
   ========================================================================== */

#line_1 {
	width: 100%;
}

#line_1_wrap {
	width: 80%;
	padding: 0 10%;
}

#line_1_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

#line_1_zag {
	flex-basis: 96%;
	margin: 1% 2% 1% 2%;
	color: #0c285a;
}

#line_1_1 {
	flex-basis: 96%;
	margin: 0px 2% 20px 2%;
}

#line_1_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* ÁËÎÊ ÔÎÒÎ ----------------------*/



.box-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2% 0% 10% 0%;
	flex-wrap: wrap;
}
.box {
	padding: 30px 0px;
	margin: 1%;
	background: #fff0;
	width: 22%;
	border: 1px solid #d6d6d6;
	box-shadow: 0 8px 20px 0px rgba(0,0,0,0.125);
	border-radius: 3px;
	transition: .2s all;
}
.box-wrap:hover .box{
  filter:blur(1px);
  opacity:.7;

  box-shadow:none;
}
.box-wrap:hover .box:hover{
  transform:scale(1.05);
  filter:blur(0px);
  opacity:1;
	box-shadow: 0 5px 15px 15px rgba(100, 249, 79, 0.25);
}

.box_img {
	transition: transform 0.3s ease-in-out;
	text-align: center;
}
.box_img:hover {
	transform: scale(1.1) rotate(10deg);

}
.box_name {
	background: #3edeb1d6;
	color: #000;
	text-align: center;
	font-size: 22px;
	padding: 10px 0px;
}








/* =============================================================================
   LINE_2 ÏËÞÑÈ ÍÀØÎ¯ ÏÐÎÄÓÊÖ²¯
   ========================================================================== */

#line_2 {
  left: 0;
  top: 0;
  width: 100%;
}

.parallax_line_2 {
    /* The image used */
	background: transparent url(../images/line2_bg.jpg) no-repeat center top;

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
	background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#line_2_wrap {
	width: 80%;
	padding: 0 10%;
}

#line_2_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0px 20px 0px;
	align-items: center;
}

#line_2_zag {
	margin: 50px 0px 10px 0px;
}

#line_2_1 {
	flex-basis: 100%;
	margin: 50px 0% 50px 0%;
}



#line_2_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* --- ÁËÎÊ ÊÀÐÒÈÍÎÊ ÍÀÏÐßÌÊÈ---*/

#block_container_line2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}

#block_1 {
	flex-basis: 27%;
	margin: 1% 2% 1% 2%;
	background: #4A5551D4;
	min-height: 300px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 1% 1%;
	border-radius: 15px;
}


/* =============================================================================
   LINE_3 ÕÒÎ ÌÈ?
   ========================================================================== */

#line_3 {
	background: transparent url(../images/line3_bg.jpg) no-repeat center top;
	width: 100%;
	background-size: 100% 100%;
}

#line_3_wrap {
	width: 80%;
	margin: 0px 10%;
	padding: 50px 0px;
}

#line_3_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}



#line_3_zag {
	width: 96%;
	color: #0c285a;
}

#line_3_1 {
	flex-basis: 36%;
	margin: 0px 2% 0px 2%;
	text-align: right;
}


#line_3_2 {
	flex-basis: 56%;
	margin: 0px 2% 0px 2%;
	color: #fff;
}

#line_3_wrap:after {
  content: "";
  display: table;
  clear: both;
}




/* =============================================================================
   LINE_4 ÍÎÂÈÍÈ
   ========================================================================== */

#line_4 {
	background: transparent url(../images/line6_bg.jpg) no-repeat center top;
	width: 100%;
	padding: 80px 0px;
	background-size: 100% auto;
}

#line_4_wrap {
	width: 96%;
	margin: 0px 2%;
}

#line_4_zag {
	margin: 0px 0px 50px 0px;
}

#line_4_1{
	width: 100%;
	margin: 0px 0% 0px 0%;
}

#line_4_2 {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}


#line_4_wrap:after {
  content: "";
  display: table;
  clear: both;
}   
   

/*------ Ol News post -----*/

.mos-img {
	margin: 20px 0px;
}

.recent-news-post .blog-post-content .read-more {
	text-transform: uppercase;
	color: #1f9775;
}

.recent-news-post .blog-post-content h4 a {
	color: #000;
	font-weight: bold;
}
.recent-news-post .blog-post-content span {
	display: inline-block;
	color: #fff;
	background-color: #1f9775;
	padding: 4px 12px;
	margin-right: 15px;
}



/* ÊÍÎÏÊÀ ÂÑ² ÍÎÂÈÍÈ----------------------*/

.animated-button7 {
	background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
	padding: 20px 40px;
	margin: 12px;
	display: inline-block;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	overflow: hidden;
	color: #d4f7f7;
	font-size: 18px;
	letter-spacing: 1.5px;
	text-align: center;
	/* text-transform: uppercase; */
	text-decoration: none;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	color: #bdbdbd !important;
}

.animated-button7::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #85adad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button7:hover::before {
  opacity: 0.2;
}

.animated-button7 span {
  position: absolute;
}

.animated-button7 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button7 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button7 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button7 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
  background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}





/*------ Êíîêà Á²ËÜØÅ Â²ÄÃÓÊ²Â-----*/

.bloc_btn {
	margin: 50px 0px;
}

a.button_reviews {
	text-decoration: none;
	outline: none;
	display: inline-block;
	padding: 20px 30px;
	margin: 10px 20px;
	position: relative;
	color: #7cd0b5;
	border: 1px solid #7cd0b5;
	background: #122920a6;
	text-transform: uppercase;
	font-size: 20px;
}
a.button_reviews:before,
a.button_reviews:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}
a.button_reviews:before {
  bottom: 0;
  left: 0;
  border-left: 3px solid white;
  border-top: 3px solid white;
  transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
}
a.button_reviews:after {
  top: 0;
  right: 0;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transition: 0s ease opacity .4s, .2s ease width , .2s ease height .2s;
}
a.button_reviews:hover:before,
a.button_reviews:hover:after{
  height: 100%;
  width: 100%;
  opacity: 1;
}
a.button_reviews:hover:before {transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;}
a.button_reviews:hover:after {transition: 0s ease opacity .4s, .2s ease height .4s , .2s ease width .6s;}
a.button_reviews:hover {background: #1d4d3f;}



/* =============================================================================
   LINE_5 
   ========================================================================== */

#line_5 {
	background: transparent url(../images/line5_bg.jpg) no-repeat center top;
	width: 100%;
	padding: 80px 0px 100px 0px;
}

#line_5_wrap {
	width: 80%;
	margin: 0px 10%;
}

#line_5_zag {
	margin: 0px 0px 50px 0px;
}

#line_5_1{
	width: 100%;
	margin: 0px 0% 0px 0%;
}

#line_5_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/*------ ÒÅËÅÔÎÍ â ÊÎÍÒÅÍÒ-----*/

#tel_continer_content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}
#tel_number_content {
	font-size: 45px;
	margin-bottom: 20px;
}
#tel_number_content a:link {
	color: #fff;
}
#tel_number_content a:hover {
	color: #d3ff00;
}






/* =============================================================================
   Footer
   ========================================================================== */
 
   
#footer {
	background: #000;
	width: 100%;
}

#footer_wrap {
	margin: 0 auto;
	max-width: 1400px;
	padding: 30px 0px 20px 0px;
}


#footer_1 {
	width: 96%;
	margin: 0px 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;
}











/* ============================================================================================================================
   ÀÄÀÏÒÈÂÍÎÑÒÜ
   ========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/

/* --- 1920px ---*/

@media screen and (max-width:1920px){



}


/* --- 1550px ---*/

@media screen and (max-width:1550px){

img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}

.block_production {
	flex-basis: 46%;
	margin: 2% 2%;
	text-align: center;
	overflow: hidden;
	border-radius: 0%;
	box-shadow: 0px 2px 12px 1px #23ccb4;
	border: 0px solid #fff;
	background: #00000030;
}
#line_3_wrap {
	width: 80%;
	margin: 0px 10%;
	padding: 50px 0px;
}


}


/* --- 1440px ---*/

@media screen and (max-width:1441px){





}





/* --- 1366px ---*/

@media screen and (max-width:1367px){





}




/* --- 1180px ---*/

@media screen and (max-width:1180px){

#line_1_wrap {
	width: 96%;
	padding: 0 2%;
}


}


/* --- 1100px ---*/

@media screen and (max-width:1100px){

#name_prod {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #fff;
	padding: 10px 0px;
	width: 100%;
	font-weight: bold;
	border-bottom: 1px solid grey;
}
#description_container {
	width: 48%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
}
.animated-button7 {
	background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
	padding: 20px 40px;
	margin: 12px 0px;
	display: inline-block;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	overflow: hidden;
	color: #d4f7f7;
	font-size: 18px;
	letter-spacing: 1.5px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	color: #bdbdbd !important;
}



}





/* --- 1024px ---*/

@media screen and (max-width:1025px){

.box {
	padding: 30px 0px;
	margin: 1%;
	background: #fff0;
	width: 42%;
	border: 1px solid #d6d6d6;
	box-shadow: 0 8px 20px 0px rgba(0,0,0,0.125);
	border-radius: 3px;
	transition: .2s all;
}
#line_2_wrap {
	width: 96%;
	padding: 0 2%;
}
#block_1 {
	flex-basis: 43%;
	margin: 1% 2% 1% 2%;
	background: #4A5551D4;
	min-height: 300px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 1% 1%;
	border-radius: 15px;
}
#line_3_wrap {
	width: 96%;
	margin: 0px 2%;
	padding: 50px 0px;
}
#line_4_wrap {
	width: 96%;
	margin: 0px 2%;
}
.bloc_review {
	width: 96%;
	border-radius: 15px;
	padding: 2%;
	background: #00000073;
	margin: 1%;
}




}





/* --- 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: 180px;
	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;
}
.block_production {
	flex-basis: 96%;
	margin: 2% 2%;
	text-align: center;
	overflow: hidden;
	border-radius: 0%;
	box-shadow: 0px 2px 12px 1px #23ccb4;
	border: 0px solid #fff;
	background: #00000030;
}
#line_3 {
	background: transparent url(../images/line3_bg.jpg) no-repeat center top;
	width: 100%;
	background-size: auto 100%;
}


}


/* --- 800px ---*/

@media screen and (min-width:100px) and (max-width:800px){



	
}

/* --- 768px ---*/

@media screen and (min-width:100px) and (max-width:768px){

#line_3_1 {
	flex-basis: 46%;
	margin: 0px 2% 0px 2%;
	text-align: center;
}
#line_3_2 {
	flex-basis: 96%;
	margin: 0px 2% 0px 2%;
	color: #fff;
}
#footer_menu {
	width: 250px;
	line-height: 1.5;
	color: #94a69c;
	margin: 20px 20px;
	text-align: center;
}

	
}


/* --- 640px ---*/

@media screen and (max-width:640px){

#line_1_wrap {
	width: 96%;
	padding: 0 2%;
}
#block_1 {
	flex-basis: 93%;
	margin: 1% 2% 1% 2%;
	background: #4A5551D4;
	min-height: 250px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 1% 1%;
	border-radius: 15px;
}
.bloc_review {
	width: 96%;
	border-radius: 15px;
	padding: 2% 2%;
	background: #00000073;
	margin: 2% 2%;
}


}



/* --- 550px ---*/

@media screen and (max-width:550px){

#top_3 {
	flex-basis: 96%;
	margin: 15px 1% 0px 1%;
	text-align: center;
}
a.button_reviews {
	text-decoration: none;
	outline: none;
	display: inline-block;
	padding: 20px 30px;
	margin: 10px 20px;
	position: relative;
	color: #7cd0b5;
	border: 1px solid #7cd0b5;
	background: #122920a6;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}

.box {
	padding: 30px 0px;
	margin: 1%;
	background: #fff0;
	width: 92%;
	border: 1px solid #d6d6d6;
	box-shadow: 0 8px 20px 0px rgba(0,0,0,0.125);
	border-radius: 3px;
	transition: .2s all;
}
#line_3_1 {
	flex-basis: 46%;
	margin: 0px 2% 0px 2%;
}
#line_3_2 {
	flex-basis: 96%;
	margin: 50px 2% 0px 2%;
	color: #fff;
}

}




/* --- 480px ---*/

@media screen and (max-width:480px){

.block_production {
	flex-basis: 96%;
	margin: 20px 1%;
	text-align: center;
	overflow: hidden;
	border-radius: 0%;
	box-shadow: 0px 2px 12px 1px #23ccb4;
	border: 0px solid #fff;
	background: #00000030;
}
#description_container {
	width: 48%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
}
#name_prod {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	color: #fff;
	padding: 10px 0px;
	width: 100%;
	font-weight: bold;
	border-bottom: 1px solid grey;
}
.animated-button7 {
	background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
	padding: 10px 20px;
	margin: 12px 0px;
	display: inline-block;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	overflow: hidden;
	color: #d4f7f7;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-align: left;
	/* text-transform: uppercase; */
	text-decoration: none;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	color: #bdbdbd !important;
}

}

/* --- 440px ---*/

@media screen and (max-width:440px){

#tel_number_content {
	font-size: 35px;
	margin-bottom: 20px;
}


}



/* --- 360px ---*/

@media screen and (min-width:100px) and (max-width:361px){



}


/* --- 320px ---*/

@media screen and (min-width:100px) and (max-width:321px){




}

