/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


	
/* =============================================================================
   Images
   ========================================================================== */
   
img {
	border: none;
}

#content img {
	border: none;
	margin: 0 10px 10px 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: 55px;
}

h2 {
	font-size: 55px;
	color: #fff;
}

h3 {
	font-size: 40px;
	color: #fff;
	text-align: center;
}

h4 {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 10px;
}




.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: #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;
}




/* =============================================================================
   SLIDER_line
   ========================================================================== */
   
#slider_line {
	background: #EDECE9;
	width: 100%;
}

#slider_line_wrap {
	max-width: 100%;
	margin: 0 auto;
}

#slider_bg {
	width: 100%;
	background: #9f9e91;
	position: relative;
}

#slider_container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px 10px 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 100;
	transform: translate(-50%, -50%);
}

#slider_block_1 {
	flex-basis: 42%;
	height: 400px;
	margin: 10px 2% 0px 2%;
	min-height: 50px;
	/* background: #00000094; */
	backdrop-filter: blur(8px);
	padding: 2% 2%;
}

#slider_block_2 {
	flex-basis: 42%;
	margin: 10px 2% 0px 2%;
	min-height: 50px;
	backdrop-filter: blur(8px);
	padding: 2% 2%;
}


#top_wrap:after {
  content: "";
  display: table;
  clear: both;
}



/* --- ÁËÎÊ 1 (module)---*/

#slider_block_1_container {
	display: flex;
	flex-wrap: wrap;
}
.btn_block {
	display: flex;
	flex-wrap: wrap;
}

#sb1_zag {
	flex-basis: 100%;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-style: normal;
}

#sb1_txt {
	flex-basis: 100%;
	font-size: 20px;
	margin-bottom: 50px;
	color: #fff;
}

/* --- Êíîïêà Îòðèìàòè ðîçðàõóíîê---*/

.btn_rozrahunok {
	flex-basis: 100%;
	margin-bottom: 50px;
}

a.button_2 {
	padding: 12px 17px;
	background: #dc143c;
	border: 1px solid #dc143c;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.2s;
} 
a.button_2:hover { 
	background: #9ca8a1;
	border: 1px solid #9ca8a1;
	color: #000;
}

/* --- Êíîïêà ÄÈÂÈÒÈÑÜ ÏÐÎÖÅÑÑ---*/

.btn_process {
	flex-basis: 46%;
	margin-bottom: 50px;
}

a.button_3 {
	padding: 12px 17px;
	border: 1px solid #e0e8ed;
	color: #e0e8ed;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.2s;
} 
a.button_3:hover { 
	background: #9ca8a1;
	border: 1px solid #9ca8a1;
	color: #000;
}

/* --- Êíîïêè 4 øò---*/



.btn_slider_block {
	display: flex;
	flex-wrap: wrap;
}

a.button_4 {
	padding: 7px 20px;
	color: #c8cec9;
	cursor: pointer;
	transition: 0.2s;
	margin: 0px 5px;
} 
a.button_4:hover { 
	border-bottom: 4px solid #c8cec9;
	color: #fff;
}


/* --- ÁËÎÊ 2 (module)---*/

#slider_block_2_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#sb2_item_1 {
	background: #DDD8D2;
	flex-basis: 46%;
	height: 170px;
	margin: 10px 10px;
	border-radius: 15px;
}

.btn_link_2 {

	margin: 15px 0px;

}

a.button_5 {
	background: #00000038;
	padding: 7px 20px;
	color: #c8cec9;
	cursor: pointer;
	transition: 0.2s;
	width: 300px;
	height: 80px;
	border-radius: 15px;
	align-content: center;
	display: inline-block;
	font-size: 18px;
}
a.button_5:hover { 
	color: #fff;
	box-shadow: 0 0 15px 5px #c8cec9;
}





/* =============================================================================
   LINE_1 ÍÀÌ ÄÎÂ²ÐßÞÒÜ
   ========================================================================== */

#line_1 {
	width: 100%;
	background: #f4f3f0;
}

#line_1_wrap {
	max-width: 1400px;
	margin: 0 auto;
}

#line_1_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 180px;
}

#line_1_zag {
	color: #000;
	text-align: left;
	font-size: 24px;
	font-family: "Oswald", sans-serif;
	font-weight: 200;
}

#line_1_1 {
	flex-basis: 76%;
	margin: 1% 0% 1% 2%;
}

#line_1_wrap:after {
  content: "";
  display: table;
  clear: both;
}



/* =============================================================================
   LINE_UTP 
   ========================================================================== */

#line_utp {
	width: 100%;
	background: #f2ede6;
}

#line_utp_wrap {
	width: 80%;
	padding: 0px 10%;
	margin: 0 auto;
	background: transparent  url(../images/utp_bg.jpg) no-repeat left top;
	background-size: auto 100%;
}

#line_utp_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
}

#line_utp_zag {
	flex-basis: 20%;
	margin: 1% 2% 1% 0%;
	color: #000;
	text-align: left;
	font-size: 22px;
}

#line_utp_1 {
	flex-basis: 46%;
	margin: 50px 2% 50px 2%;
	backdrop-filter: blur(8px);
	padding: 2% 2%;
	background: #ffffff70;
}

#line_utp_wrap:after {
  content: "";
  display: table;
  clear: both;
}





/* =============================================================================
   ÏÎÑËÓÃÈ
   ========================================================================== */

#line_2 {
	background: #eee;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.parallax_line_2 {
    /* The image used */
	background: transparent url(../images/poslugi_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%;
}

/* --- Çàãîëîâîê---*/

#zag_container_line_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 70px;
}
#line_2_zag {
	background: #FFFFFFC4;
	padding: 10px 50px;
}

#line_2_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 0px 80px 0px;
	align-items: center;
}

#line_2_1 {
	flex-basis: 100%;
	text-align: left;
	padding-top: 36px;
}


#line_2_2 {

}

#line_2_wrap:after {
  content: "";
  display: table;
  clear: both;
}



/* --- ÁËÎÊ ÊÀÐÒÈÍÎÊ ÏÎÑËÓÃÈ---*/

#block_container_line2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}


/* --- Êíîïêà ÏÎÑËÓÃÈ---*/

a.button_pos {
	background: #FFFFFFCF;
	width: 300px;
	margin: 20px 20px;
	padding: 20px 20px;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 15px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
}
a.button_pos:hover { 
	background: #FFFFFF;
}


/* =============================================================================
   LINE_3 ÑÒÀËÈÉ ÐÎÇÂÈÒÎÊ
   ========================================================================== */


#line_3 {
	width: 100%;
	background-color: #fff;
}

#line_3_wrap {
	width: 80%;
	margin: 0px 10%;
}

#line_3_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}


#line_3_zag {
	width: 100%;
	margin: 70px 0px 50px 0px;
	text-align: center;
}

#line_3_1 {
	flex-basis: 96%;
	margin: 50px 2% 50px 2%;
}

#line_3_2 {
	flex-basis: 46%;
}

#line_3_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* ---- ÁËÎÊÈ LINE_3 Sustainability---- */

#sustain_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 50px;
}
#sustain_block_btn {
	flex-basis: 21%;
	margin: 2px 2% 2% 2%;
	text-align: center;
}
#sustain_block_img {
	width: 96%;
	margin: 0px 2% 1% 2%;
}
#sustain_block_txt {
	width: 96%;
	margin: 30px 2% 1% 2%;
	font-size: 20px;
}

/* --- Êíîïêà ÁËÎÊÀ---*/

a.button_sustain {
	width: 96%;
	margin: 0px 2% 1% 2%;
	padding: 5% 1%;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 15px;
	border: 1px solid #fff;
	display: inline-block;
	text-align: center;
	color: #000;
	border-radius: 10px;
	backdrop-filter: blur(3px);
}
a.button_sustain:hover { 
	border: 1px solid grey;
}







/* =============================================================================
   LINE_4 Âèðîáíèöòâî
   ========================================================================== */

#line_4 {
	width: 100%;
}

.parallax_line_4 {
    /* The image used */
	background: transparent url(../images/vurob_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_4_wrap {
	max-width: 1400px;
	margin: 0 auto;
	min-height: 800px;
}

#line_4_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#line_4_zag {
	width: 100%;
	margin: 50px 0px 40px 0px;
	text-align: center;
}

#line_4_1 {
	flex-basis: 36%;
	margin: 2% 2% 2% 2%;
}

#line_4_2 {
	flex-basis: 56%;
	margin: 1% 1% 1% 1%;
}

#line_4_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* ---- Áëîêè LINE_4 Âèðîáíèöòâî---- */

#vurob_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	backdrop-filter: blur(8px);
}

#vurob_block_txt {
	flex-basis: 100%;
	margin: 10px 2% 0px 2%;
	min-height: 50px;
	padding: 20px 20px;
	color: #fff;
	font-size: 20px;
}

#vurob_container_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/* background: #00000094; */
	backdrop-filter: blur(8px);
}

#vurob_img {
	flex-basis: 46%;
	margin: 2% 2% 2% 2%;

}


/* --- Êíîïêà Ä²ÇÍÀÒÈÑÜ Á²ËÜØÅ---*/

.btn_vurob {
	flex-basis: 180px;
	margin: 10px 2% 0px 2%;
	padding: 20px 20px 50px 40px;
}

a.button_3 {
	padding: 12px 17px;
	border: 1px solid #e0e8ed;
	color: #e0e8ed;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.2s;
} 
a.button_3:hover { 
	background: #9ca8a1;
	border: 1px solid #9ca8a1;
	color: #000;
}







/* =============================================================================
   LINE_5 ÊÅÉÑÈ
   ========================================================================== */

#line_5 {
	width: 100%;
	background: #c7c5bc;
}


#line_5_wrap {
	width: 80%;
	padding: 0 10%;
}



#line_5_zag {
	width: 100%;
	padding: 50px 0px 10px 0px;
	text-align: center;
}

#line_5_1 {
	width: 96%;
	margin: 50px 2% 1% 2%;
}

#line_5_2 {
	width: 96%;
	margin: 50px 2% 70px 2%;
	text-align: center;
}

#line_5_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* --- Êíîïêà ÊÅÉÑÈ: Äèâèòèñü á³ëüøå...---*/

#btn_case {

}

a.button_case {
	background: #2f4858;
	padding: 12px 17px;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.2s;
} 
a.button_case:hover { 
	background: #9ca8a1;
	color: #fff;
}










/* =============================================================================
   LINE_6 Â²ÄÃÓÊÈ
   ========================================================================== */


#line_6 {
	width: 100%;
	background: #fff url(../images/prototype_bg.jpg) no-repeat center top;
	background-size: auto 100%;
}

#line_6_wrap {
	width: 80%;
	margin: 0px 10%;
}

#line_6_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}


#line_6_zag {
	width: 100%;
	margin: 50px 0px 10px 0px;
	text-align: center;
}

#line_6_1 {
	flex-basis: 96%;
	margin: 50px 2% 50px 2%;
}

#line_6_2 {
	flex-basis: 96%;
	margin: 50px 2% 50px 2%;
}

#line_6_wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* ---- ÁËÎÊÈ LINE_6 Â²ÄÃÓÊÈ---- */

#reviews_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#reviews_block {
	width: 29%;
	margin: 2% 2% 2% 2%;
	border: 0px solid grey;
	border-radius: 0px 50px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
#reviews_block_img {
	width: 70px;
	margin: -20px 10px;
}

#reviews_block_txt {
	margin: 0px 15px 10px 15px;
	color: #000;
	text-align: left;
	padding: 5% 1%;
}



/* =============================================================================
   LINE_7 Ö³íè & MOQ
   ========================================================================== */

#line_7 {
	width: 100%;
	background: #fff url(../images/price_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

#line_7_wrap {
	width: 80%;
	margin: 0px 10%;
}

#line_7_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 300px 0px 0px 0px;
}


#line_7_zag {

}

#line_7_1 {
	flex-basis: 96%;
	margin: 50px 2% 50px 2%;
}

#line_7_2 {
	flex-basis: 96%;
	margin: 0px 2% 80px 2%;
	text-align: center;
}

#line_7_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* ---- ÁËÎÊÈ LINE_7 Ö³íè & MOQ---- */

#price_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#price_zag {
	flex-basis: 96%;
	margin: 2px 2% 2% 2%;
	text-align: center;
}
#price_block {
	flex-basis: 29%;
	margin: 2px 2% 2% 2%;
}

#price_block_txt {

}

/* --- Êíîïêà ÇÀÃÎËÎÂÎÊ---*/
a.button_price_zag {
	background: #FFFFFFC4;
	width: 750px;
	margin: 0px 2% 1% 2%;
	padding: 2% 1%;
	cursor: pointer;
	transition: 0.2s;
	display: inline-block;
	text-align: center;
	color: #000;
	backdrop-filter: blur(3px);
	border-radius: 10px;
}
a.button_price_zag:hover { 
	background: #FFFFFF;
}

/* --- Êíîïêà ÓÌÎÂÈ---*/

a.button_price {
	background: #FFFFFFC4;
	width: 96%;
	margin: 0px 2% 1% 2%;
	padding: 5% 1%;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 15px;
	display: inline-block;
	font-size: 22px;
	text-align: center;
	color: #000;
	border-radius: 10px;
	backdrop-filter: blur(3px);
}
a.button_price:hover { 
	background: #FFFFFF;
}






/* =============================================================================
   LINE_8 Â²ÄÃÓÊÈ
   ========================================================================== */

  



/* =============================================================================
   LINE_9 ÊÎÍÒÀÊÒÈ
   ========================================================================== */

#line_9 {
	width: 100%;
	background-color: #fff;
}

#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 0%;
}

#line_9_2 {
	flex-basis: 46%;
	margin: 50px 0% 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;
}

/* --- Google maps---*/

#map_contact {
	width: 600px;
	height: 300px;
}







/* =============================================================================
   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);
}



/* =============================================================================
   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;
}






/* =============================================================================
   DJ IMAGE SLIDER
   ========================================================================== */

.djslider-default img.dj-image {
	border: 0 !important;
	margin: 0 !important;
	border-radius: 15px;
}



/* =============================================================================
   FORM
   ========================================================================== */
.ba-form-submit-title {
	color: #fff !important;
}


/* =============================================================================
   OL NEWS POST (ÊÅÉÑÈ) Style9
   ========================================================================== */

.news-block h4 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #8e754f;
	font-weight: 700;
}

.mos-img {
	margin: 0px 0px 15px 0px;
	color: #808080;
}

.icon-btn.style4 {
	color: #8e754f;
	font-family: "Raleway", sans-serif;
	font-weight: normal;
}


/* --- STYLE 4--*/

.img-reflection {
	background-position: left top;
	position: relative;
	overflow: hidden;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background: #fff;
}
.post-info {
	padding-top: 0px;
	background: #fff;
	padding: 30px 20px;
}

.sx-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 0px;
	border: 0px solid #d8d8d8;
}

.img-reflection::after {
	content: "";
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	width: 35%;
	height: 250%;
	left: -150%;
	top: -50%;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg) scale(1.1);
}



/* =============================================================================
   ßÊÎÐß
   ========================================================================== */



#poslugi, #price, #case, #contact {
    scroll-margin-top: 100px; /* Ïðèìåð îòñòóïà â 50 ïèêñåëåé */
}






/* ============================================================================================================================
   ÀÄÀÏÒÈÂÍÎÑÒÜ
   ========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/

/* --- 1920px ---*/

@media screen and (max-width:1920px){

#line_7 {
	width: 100%;
	background: #fff url(../images/price_bg.jpg) no-repeat center top;
	background-size: auto 100%;
}

}


/* --- 1620px ---*/

@media screen and (max-width:1620px){

#line_6 {
	width: 100%;
	background: #fff url(../images/prototype_bg.jpg) no-repeat center top;
	background-size: auto 100%;
}
#line_6_wrap {
	width: 96%;
	margin: 0px 2%;
}
#line_6_1 {
	flex-basis: 96%;
	margin: 50px 2% 0px 2%;
}



}


/* --- 1440px ---*/

@media screen and (max-width:1441px){

img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}

#top_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0px 10px 0px;
}

#line_utp_wrap {
	width: 96%;
	padding: 0px 2%;
	margin: 0 auto;
	background: #fff url(../images/utp_bg.jpg) no-repeat left top;
	background-size: auto 100%;
}

a.button_pos {
	background: #FFFFFFCF;
	width: 250px;
	margin: 20px 10px;
	padding: 20px 10px;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 15px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
}

a.button_5 {
	background: #00000038;
	padding: 7px 20px;
	color: #c8cec9;
	cursor: pointer;
	transition: 0.2s;
	width: 300px;
	height: 70px;
	border-radius: 15px;
	align-content: center;
	display: inline-block;
	font-size: 18px;
}

#line_6_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding: 70px 0px 0px 0px;
}
#line_6_zag {
	margin: 0px 0px 0px 0px;
	flex-basis: 100%;
	text-align: center;
}


#vurob_block_txt {
	flex-basis: 100%;
	margin: 10px 2% 0px 2%;
	min-height: 50px;
	/* background: #00000094; */
	backdrop-filter: blur(8px);
	padding: 20px 20px;
	color: #fff;
	font-size: 18px;
}

#line_5_wrap {
	width: 96%;
	padding: 0 2%;
}

.news-block h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #8e754f;
	font-weight: 700;
}

.icon-btn.style4 {
	color: #8e754f;
	font-family: "Raleway", sans-serif;
	font-weight: normal;
}

#line_3_wrap {
	width: 96%;
	margin: 0px 2%;
	min-height: 0px;
}

#line_6_zag {
	width: 100%;
	margin: 0px 0px 0px 0px;
	text-align: center;
}



#line_7_wrap {
	width: 96%;
	margin: 0px 2%;
}

#price_block_txt {
	width: 96%;
	margin: 0px 2% 1% 2%;
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 5% 1%;
	backdrop-filter: blur(3px);
	border-radius: 10px;
}

#line_9_wrap {
	width: 96%;
	margin: 0px 2%;
}

#mail_contact a:link {
	color: #2f4858;
	font-size: 22px;
	margin: 10px;
	text-decoration: none;
}

#footer_wrap {
	width: 96%;
	margin: 0px 2%;
}



}





/* --- 1378px ---*/

@media screen and (max-width:1368px){

#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;
}

#slider_block_1 {
	flex-basis: 42%;
	height: auto;
	margin: 10px 2% 0px 2%;
	min-height: 50px;
	/* background: #00000094; */
	backdrop-filter: blur(8px);
	padding: 2% 2%;
}

#sb1_zag {
	flex-basis: 100%;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-style: normal;
}
#sb1_txt {
	flex-basis: 100%;
	font-size: 18px;
	margin-bottom: 50px;
	color: #fff;
}

a.button_5 {
	background: #00000038;
	padding: 7px 20px;
	color: #c8cec9;
	cursor: pointer;
	transition: 0.2s;
	width: 300px;
	height: 60px;
	border-radius: 15px;
	align-content: center;
	display: inline-block;
	font-size: 18px;
}
#line_2_wrap {
	width: 96%;
	padding: 0 2%;
}


}




/* --- 1280px ---*/

@media screen and (max-width:1280px){

a.button_4 {
	padding: 7px 15px;
	color: #c8cec9;
	cursor: pointer;
	transition: 0.2s;
	margin: 0px 5px;
}
a.button_5 {
	background: #00000038;
	padding: 7px 20px;
	color: #c8cec9;
	cursor: pointer;
	transition: 0.2s;
	width: 300px;
	height: 50px;
	border-radius: 15px;
	align-content: center;
	display: inline-block;
	font-size: 18px;
}

#line_9_1 {
	flex-basis: 40%;
	margin: 50px 2% 50px 0%;
}

#line_9_2 {
	flex-basis: 40%;
	margin: 50px 0% 50px 2%;
}



}


/* --- 1170px ---*/

@media screen and (max-width:1170px){

.btn_link_2 {
	margin: 10px 0px;
}
#line_utp_wrap {
	width: 96%;
	padding: 0px 2%;
	margin: 0 auto;
	background: transparent url(../images/utp_medium_bg.jpg) no-repeat left top;
	background-size: auto 100%;
}
#line_utp_1 {
	flex-basis: 66%;
	margin: 50px 2% 50px 2%;
	backdrop-filter: blur(8px);
	padding: 2% 2%;
	background: #ffffff70;
}
#sustain_block_btn {
	flex-basis: 46%;
	margin: 2px 2% 2% 2%;
	text-align: center;
}

#map_contact {
	width: 400px;
	height: 250px;
}

}



/* --- 1070px ---*/

@media screen and (max-width:1070px){

#sb1_zag {
	flex-basis: 100%;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-style: normal;
}

#sb1_txt {
	flex-basis: 100%;
	font-size: 16px;
	margin-bottom: 30px;
	color: #fff;
}
.btn_rozrahunok {
	flex-basis: 100%;
	margin-bottom: 30px;
}
.btn_link {
margin: 10px 0px 0px 0px;
}
a.button_5 {
	background: #00000038;
	padding: 7px 20px;
	color: #c8cec9;
	cursor: pointer;
	transition: 0.2s;
	width: 300px;
	height: 40px;
	border-radius: 15px;
	align-content: center;
	display: inline-block;
	font-size: 18px;
}




}



/* --- 1024px ---*/

@media screen and (max-width:1025px){

#reviews_block {
	width: 44%;
	margin: 2% 2% 2% 2%;
	border: 1px solid grey;
	border-radius: 0px 50px;
	display: flex;
	flex-wrap: wrap;
}





}





/* --- 914px ---*/

@media screen and (max-width:914px){

#sb1_zag {
	flex-basis: 100%;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.btn_rozrahunok {
	flex-basis: 100%;
	margin-bottom: 20px;
}


}


/* --- 904px ---*/

@media screen and (max-width:900px){

#slider_container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px 0px 10px 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 100;
	transform: translate(-50%, -50%);
}
#slider_block_1 {
	flex-basis: 62%;
	height: auto;
	margin: 10px 2% 0px 2%;
	min-height: 50px;
	/* background: #00000094; */
	backdrop-filter: blur(8px);
	padding: 2% 2%;
	text-align: center;
}
#slider_block_1_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn_rozrahunok {
	flex-basis: 100%;
	margin-bottom: 20px;
	display: none;
}
.btn_block {
	display: flex;
	flex-wrap: wrap;
}
a.button_4 {
	padding: 4px 15px;
	color: #c8cec9;
	cursor: pointer;
	transition: 0.2s;
	margin: 0px 5px;
}
#slider_block_2 {
	flex-basis: 38%;
	margin: 10px 2% 0px 0%;
	min-height: 50px;
	backdrop-filter: blur(8px);
	padding: 2% 2%;
	background: none;
	background-size: auto 100%;
	display: none;
}

#line_4_1 {
	flex-basis: 56%;
	margin: 2% 2% 2% 2%;
}
#line_4_2 {
	flex-basis: 96%;
	margin: 1% 2% 1% 2%;
}
#vurob_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	backdrop-filter: blur(2px);
}
#vurob_container_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/* background: #00000094; */
	backdrop-filter: blur(2px);
}



}


/* --- 840px ---*/

@media screen and (min-width:100px) and (max-width:840px){

#mail_top {
	flex-basis: 215px;
	font-size: 16px;
	display: none;
}
#prototype_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#prototype_block {
	flex-basis: 46%;
	margin: 10px 2% 10px 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#price_block {
	flex-basis: 46%;
	margin: 2px 2% 2% 2%;
}

#line_9_1 {
	flex-basis: 46%;
	margin: 50px 2% 50px 2%;
}
#line_9_2 {
	flex-basis: 96%;
	margin: 50px 0% 50px 2%;
}


}


/* --- 800px ---*/

@media screen and (min-width:100px) and (max-width:800px){


.btn_link_2 {
	margin: 5px 0px;
}


	
}


/* --- 740px ---*/

@media screen and (min-width:100px) and (max-width:740px){

#slider_block_1 {
	flex-basis: 72%;
	height: auto;
	margin: 10px 2% 0px 2%;
	min-height: 50px;
	/* background: #00000094; */
	backdrop-filter: blur(8px);
	padding: 2% 2%;
	text-align: center;
}
#sb1_txt {
	flex-basis: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	color: #fff;
}

#sustain_block {
	flex-basis: 46%;
	margin: 2% 2% 2% 2%;
	text-align: center;
}
#sustain_block_txt {
	width: 96%;
	margin: 0px 2% 1% 2%;
}

}


/* --- 700px ---*/

@media screen and (min-width:100px) and (max-width:700px){

#top_2 {
	flex-basis: 320px;
	order: 2;
	height: 30px;
	text-align: right;
}
#line_utp_1 {
	flex-basis: 92%;
	margin: 50px 2% 50px 2%;
	backdrop-filter: blur(4px);
	padding: 2% 2%;
	background: #ffffff70;
}
#reviews_block {
	width: 94%;
	margin: 2% 2% 2% 2%;
	border: 1px solid grey;
	border-radius: 0px 50px;
	display: flex;
	flex-wrap: wrap;
}

}


/* --- 640px ---*/

@media screen and (max-width:640px){

#slider_block_1 {
	flex-basis: 82%;
	height: auto;
	margin: 10px 2% 0px 2%;
	min-height: 50px;
	/* background: #00000094; */
	backdrop-filter: none;
	padding: 2% 2%;
	text-align: center;
}
a.button_pos {
	background: #FFFFFFCF;
	width: 200px;
	margin: 20px 10px;
	padding: 20px 10px;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 15px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
}
#line_6_1 {
	flex-basis: 100%;
	margin: 50px 0% 0px 0%;
	padding: 0px;
	border-radius: 10px;
}
#prototype_block {
	flex-basis: 50%;
	margin: 10px 2% 10px 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#price_block {
	flex-basis: 300px;
	margin: 2px 2% 2% 2%;
}
a.button_price_zag {
	background: #FFFFFFC4;
	width: 96%;
	margin: 0px 2% 1% 2%;
	padding: 2% 1%;
	cursor: pointer;
	transition: 0.2s;
	display: inline-block;
	text-align: center;
	color: #000;
	backdrop-filter: blur(3px);
}


}



/* --- 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;
}

.btn_slider_block {
	display: flex;
	flex-wrap: wrap;
	display: none;
}


a.button_pos {
	background: #FFFFFFCF;
	width: 150px;
	margin: 20px 10px;
	padding: 20px 10px;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 15px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
}

#prototype_block {
	flex-basis: 300px;
	margin: 10px 2% 10px 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#line_4_1 {
	flex-basis: 66%;
	margin: 2% 2% 2% 2%;
}



}




/* --- 480px ---*/

@media screen and (max-width:480px){

.scrollToTop.medium {
	padding-top: 16px;
	display: none;
}


h4 {
	font-size: 35px;
	line-height: 1.1;
	margin-bottom: 10px;
}

#line_4_1 {
	flex-basis: 96%;
	margin: 2% 2% 2% 2%;
}

#sustain_block {
	flex-basis: 96%;
	margin: 2% 2% 2% 2%;
	text-align: center;
}
#sustain_block_txt {
	width: 96%;
	margin: 0px 2% 2% 2%;
}
#sustain_block_btn {
	flex-basis: 96%;
	margin: 2px 2% 2% 2%;
	text-align: center;
}


}

/* --- 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;
}

.parallax_line_4 {
	background: transparent url(../images/vurob_bg.jpg) no-repeat center top;
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#map_contact {
	width: 300px;
	height: 300px;
}


}

/* --- 420px ---*/

@media screen and (max-width:420px){

#tel_number_popup {
	font-size: 25px;
	margin-bottom: 20px;
}

a.button_pos {
	background: #FFFFFFCF;
	width: 250px;
	margin: 10px 10px;
	padding: 10px 10px;
	cursor: pointer;
	transition: 0.2s;
	border-radius: 15px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
}

}



/* --- 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;
}

#line_7_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 400px 0px 0px 0px;
}

}


/* --- 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;
}



}

