/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


	
/* =============================================================================
   Images
   ========================================================================== */
   
img {
	border: none;
}

#content img {
	border: none;
	margin: 0 10px 10px 0;
}



/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #5932c4;
	text-decoration: none;
}

a:link {
	color: #5932c4;
	text-decoration: none;
}

a:active {
	color: #5932c4;
	text-decoration: none;
}

a:visited {
	color: #5932c4;
	text-decoration: none;
}

a:hover {
	color: #2f1b67;
	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;
}

h2 {
	font-size: 40px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	text-align: center;
	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 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #151414;
}

#body_bottom {

}




/* =============================================================================
   TOP LINE
   ========================================================================== */
   
#top_line {
	width: 100%;
	background: #8061d6;
}

#top_line_wrap {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	max-width: 1440px;
}

#top_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#top_1 {
	flex-basis: 80px;
	margin: 10px 1% 0px 1%;
}

#top_2 {
	flex-basis: 225px;
	margin: 11px 10px 0px 10px;
}

#top_3 {
	flex-basis: 185px;
	margin: 10px 10px 0px 10px;
}


#top_line_wrap:after {
  content: "";
  display: table;
  clear: both;
}




/* ÒÅËÅÔÎÍ â TOP ----------------------*/

.tel_button {
	border: 1px solid #eee;
	background: transparent;
	padding: 5px 12px;
	color: #fff;
	font-size: 16px;
	transition: 0.3s ease;
	cursor: pointer;
}
.tel_button:hover {
	color: #dadada;
}




/*------ ÒÅËÅÔÎÍ â POPUP-----*/

#tel_container_popup {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}
#popup_zag {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
#tel_number_popup {
	font-size: 35px;
	margin-bottom: 20px;
}
#tel_number_popup a:link {
	color: #8061d6;
}
#tel_number_popup a:hover {
	color: #7a9d35;
}
#popup_zag_2 {
	margin-top: 10px;
}


/* =============================================================================
   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;
}






/* --- ÏÅÐÅÊËÞ×ÀÒÅËÜ ßÇÛÊÎÂ---*/

#language_picker_des_145 {
	display: none;
}

div.mod-languages ul li.lang-active {
	background-color: #f0f0f000;
	border: 1px solid #eee;
}

div.mod-languages a {
	padding: .5rem;
	text-decoration: none;
	color: #fff;
	transition: 0.3s ease;
}

div.mod-languages a:hover {
	color: #dadada;
}

div.mod-languages li {
	margin: 0.2rem;
}


/* =============================================================================
   Header
   ========================================================================== */
   
#header_line {
	background: transparent url(../images/header_bg4.webp) no-repeat center top;
	width: 100%;
	background-size: 100% auto;
}

#header_wrap {
	width: 80%;
	height: 800px;
	padding: 0 10%;
}

.header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 20px;
}

#header_1 {
	flex-basis: 200px;
	margin: 0px 10px 0px 0px;
}

#header_2 {
	flex-basis: 800px;
	margin: 5px 1% 0px 1%;
}

#header_3 {
	width: 41%;
	margin: 150px 0px 0px 0px;
}



#header_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* ÍÀÇÂÀ òà ÂÑÒÓÏ ----------------------*/


#fundation {
	color: #0c285a;
	font-size: 36px;
}

#name_fundation {
	font-size: 100px;
	font-weight: 900;
	color: #fff;
	text-shadow: 5px 5px 15px #575757;
	font-family: arial;
	line-height: 1;
}
#fundation_txt {
	color: #161517;
	font-size: 20px;
	margin-top: 50px;
}



/* =============================================================================
   LINE_1 ÌÈ ÂÆÅ ÄÎÏÎÌÎÃËÈ
   ========================================================================== */

#line_1 {
	width: 100%;
}

#line_1_wrap {
	width: 60%;
	padding: 0 20%;
}

#line_1_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#line_1_zag {
	flex-basis: 96%;
	margin: 1% 2% 1% 2%;
	color: #161517;
}

#line_1_1 {
	flex-basis: 100%;
	margin: 70px 0px;
}

#line_1_2 {

}

#line_1_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* --- Ñ×ÅÒ×ÈÊ---*/

#we_helped_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
}
#we_helped_icon {
	margin: 0px 30px 0px 0px;
}
#we_helped_figure {
	font-size: 70pt;
	color: #8061d6;
	margin: 0px 0px 0px 0px;
}
#we_helped_txt {
	color: #0c285a;
	font-size: 30pt;
	margin: 0px 0px 0px 0px;
}





/* =============================================================================
   LINE_2 ßÊ ÌÈ ÄÎÏÎÌÀÃÀªÌÎ
   ========================================================================== */

#line_2 {
background: #f3f3f3;
  left: 0;
  top: 0;
  width: 100%;
}

.parallax_line_2 {
    /* The image used */
	background: transparent url(../images/line2_bg.webp) 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: #8061d6c9;
	min-height: 300px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 1% 1%;
	border-radius: 15px;
}

/* --- Êíîïêà---*/

.btn_container {
	margin: 20px 0px;
}
.btn {
	display: inline-block;
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 200px;
	cursor: pointer;
}
.btn-three {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
}
.btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.2);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
}
.btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

.btn.btn-three {
	color: #fff;
	font-size: 16px;
}




/* =============================================================================
   SLIDER
   ========================================================================== */
   
#slider_line {
	width: 100%;
}

#slider_line_wrap {
	width: 80%;
	padding: 0 10%;
	margin: 50px 0px;
}

#slider {

}

#slider_line_wrap:after {
  content: "";
  display: table;
  clear: both;
}



/* =============================================================================
   LINE_3 ÏÐÎ ÔÓÍÄÀÖ²Þ
   ========================================================================== */

#line_3 {
	width: 100%;
	background: #f3f3f3;
}

#line_3_wrap {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	max-width: 1440px;
}

#line_3_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 50px 20px 60px 20px;
}

#line_3_zag {
	flex-basis: 96%;
	margin: 1% 2% 1% 2%;

}

#line_3_1 {
	flex-basis: 96%;
	margin: 50px 2% 1% 2%;
}

#line_3_wrap:after {
  content: "";
  display: table;
  clear: both;
}





/* =============================================================================
   LINE_4 Íàø³ ïðîåêòè
   ========================================================================== */

#line_4 {

  left: 0;
  top: 0;
  width: 100%;
}

.parallax_line_4 {
    /* The image used */
	background: transparent url(../images/line_4_bg.webp) 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 {
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	max-width: 1440px;
}

#line_4_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 50px 20px 60px 20px;
}

#line_4_zag {
	margin: 50px 0px 10px 0px;
}

#line_4_1 {
	flex-basis: 96%;
	margin: 50px 2% 1% 2%;
}

#line_4_wrap:after {
  content: "";
  display: table;
  clear: both;
}




#content_container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

#content_1 {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 50px;
	width: 100%;
}
#content_img_1 {
	flex-basis: 300px;
	margin: 0px 50px 0px 0px;
}

#content_txt_1 {
	flex-basis: auto;
}

#content_2 {
	display: flex;
	flex-wrap: nowrap; 	
	margin-bottom: 50px;
	width: 100%;
}

#content_img_2 {
	flex-basis: 300px;
	margin: 0px 0px 0px 50px;
	order: 2;
}

#content_txt_2 {
	flex-basis: auto;
	text-align: right;
	order: 1;
}




/* =============================================================================
   LINE_5 ÍÀØÀ ÊÎÌÀÍÄÀ
   ========================================================================== */

#line_5 {
	width: 100%;
	background: #f3f3f3;
}

#line_5_wrap {
	width: 80%;
	padding: 0 10%;
}

#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;
}

/* --- ÁËÎÊ ÔÎÒÎ---*/

#block_team_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: start;
}

#team_container {
	width: 25%;
	padding: 2% 2%;
	justify-content: center;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin: 2% 2%;
	border-radius: 15px;
}

#team_img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}
#team_img img {
	width: 200px;
	height: auto;
}

#team_name {
	flex-basis: 100%;
	font-size: 20px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
#team_name_subtitle {
	color: #8c8c8c;
	font-size: 16px;
}

#team_name_txt {
	margin-top: 10px;
}





/* =============================================================================
   LINE_6 ÍÎÂÈÍÈ
   ========================================================================== */

#line_6 {
	width: 100%;

}

#line_6_wrap {
	width: 80%;
	padding: 0 10%;
}

#line_6_zag {
	padding: 50px 0px 10px 0px;
}

#line_6_1 {
	width: 96%;
	margin: 50px 2% 0px 2%;
}
#line_6_2 {
	width: 96%;
	margin: 20px 2% 0px 2%;
}

#line_6_wrap:after {
  content: "";
  display: table;
  clear: both;
}



/* =============================================================================
   LINE_7 
   ========================================================================== */

#line_7 {
	width: 100%;
	background: #3fa4ff;
}

#line_7_wrap {
	margin: 0px auto;
	max-width: 1440px;
}

#line_7_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 20px 60px 20px;
}

#line_7_zag {
	width: 100%;
	margin: 50px 0px 40px 0px;
}

#line_7_1 {
	flex-basis: 96%;
	padding: 0% 2% 0% 2%;
}

#line_7_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* --- ÁËÎÊ ÊÀÐÒÈÍÎÊ  ßÊ Ï²ÄÒÐÈÌÀÒÈ---*/

#pidtrymka_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0px;
}

.block_pidtrymka {
	flex-basis: 30%;
	margin: 1% 1%;
	border: 3px solid #fff;
	text-align: center;
	border-radius: 50px;
	/* box-shadow: 0px 5px 25px #00000063; */
}

#price_pidtrymka {
	line-height: 1;
	color: #fff;
}

.price_reglament {
	flex-basis: 100%;
	margin: 50px 0px;
	text-align: center;
}



/*------ Êíîêà Ï²ÄÒÐÈÌÀÉÒÅ ÍÀÑ-----*/

.block_btn_line7 {
	margin: 0px 0px 50px 0px;
}

a.button7 {
  font-weight: 900;
  color: white;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 15px;
  background: red;
  transition: 0.2s;
} 
a.button7:hover { 
background: #7a9d35;
}



/* =============================================================================
   LINE_8 
   ========================================================================== */

#line_8 {
	width: 100%;
	background: #faebac;
}

#line_8_wrap {
	margin: 0px auto;
	max-width: 1440px;
}

#line_8_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 0px 20px 60px 20px;
}

#line_8_zag {
	width: 100%;
	margin: 50px 0px 50px 0px;
}

#line_8_1 {
	flex-basis: 96%;
	padding: 0% 2% 0% 2%;
}

#line_8_2 {
	flex-basis: 46%;
	padding: 0% 2% 0% 2%;
}

#line_8_wrap:after {
  content: "";
  display: table;
  clear: both;
}




#dopomoga_container {
	display: flex;
	flex-wrap: nowrap;
}

#dopomoga_block1 {
	width: 46%;
	margin: 0px 2% 20px 0px;
}

#dopomoga_img {
	flex-basis: 50%;
}

#dopomoga_block2 {
	width: 46%;
	margin: 0px 0% 20px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#dopomoga_img2 {
	flex-basis: 50%;
	order: 1;
}

#dopomoga_txt {
	flex-basis: 100%;
	order: 2;
}





/* =============================================================================
   line_9 ÁÀÇÀ ÇÍÀÍÜ
   ========================================================================== */

#line_9 {
	width: 100%;
}

#line_9_wrap {
	margin: 0px auto;
	max-width: 1440px;
}

#line_9_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;	
	padding: 0px 20px 80px 20px;
}

#line_9_zag {
	width: 100%;
	margin: 50px 0px 50px 0px;
}

#line_9_1 {
	flex-basis: 100%;
}

#line_9_2 {
	flex-basis: 56%;
	padding: 0% 2% 0% 2%;
}

#line_9_wrap:after {
  content: "";
  display: table;
  clear: both;
}



#base_continer {
	display: flex;
	flex-wrap: nowrap;
}

#base_1 {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 45%;
	margin: 0px 50px 0px 0px;
}

#base_2 {
	width: 55%;
}



/* =============================================================================
   line_10 Â²ÄÃÓÊÈ
   ========================================================================== */


#line_10 {
	width: 100%;
}
.parallax_line_10 {
    /* The image used */
	background: transparent url(../images/line10_bg.webp) 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_10_wrap {
	width: 80%;
	margin: 0px 10%;
}

#line_10_zag {
	padding: 70px 0px 0px 0px;
}

#line_10_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

#line_10_1 {
	flex-basis: 96%;
	margin: 50px 2% 0px 2%;
}


#line_10_2 {
	flex-basis: 96%;
}

#line_10_wrap:after {
  content: "";
  display: table;
  clear: both;
}




/*------ ÁËÎÊÈ Â²ÄÃÓÊ²Â-----*/

.reviews_container {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.block_review {
	width: 25%;
	border-radius: 15px;
	padding: 2%;
	background: #00000063;
	margin: 1% 1%;
	backdrop-filter: blur(50px);
}

#img_review {
	width: 280px 
}

#txt_review {
	color: #fff;
}



/*------ Êíîêà Á²ËÜØÅ Â²ÄÃÓÊ²Â-----*/

.block_btn_10 {
	width: 100%;
	margin: 50px 0px;
	text-align: center;
}

a.button_reviews {
	text-decoration: none;
	outline: none;
	display: inline-block;
	padding: 20px 30px;
	margin: 10px 20px;
	position: relative;
	color: #fff;
	border: 1px solid #fff;
	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: #122920a6;}



/* =============================================================================
   line_11 Ï²ÄÒÐÈÌÀÉÒÅ ÍÀÑ
   ========================================================================== */

#line_11 {
	width: 100%;
	background: #f3f3f3;
}

#line_11_wrap {
	margin: 0px auto;
	max-width: 1440px;
}

#line_11_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 20px 60px 20px;
}

#line_11_zag {
	width: 100%;
	margin: 50px 0px 10px 0px;
}

#line_11_1 {
	flex-basis: 96%;
	padding: 0% 2% 0% 2%;
}

#line_11_wrap:after {
  content: "";
  display: table;
  clear: both;
}


/* --- ÁËÎÊ ÊÀÐÒÈÍÎÊ  ßÊ Ï²ÄÒÐÈÌÀÒÈ---*/

#pidtrymka_container_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0px;
}

.block_pidtrymka_2 {
	flex-basis: 100%;
	/* margin: 1% 1%; */
}

#txt_pidtrymka {
	line-height: 1;

}

.block_btn_11 {
	margin: 50px 0px 0px 0px;
	text-align: center;
}


/* =============================================================================
   line_12 ÁÀÍÊ ÐÀÕÓÍÎÊ
   ========================================================================== */

#line_12 {
	width: 100%;
	background: #fff;
}

.parallax_line_12 {
	background: #7a9d35 url(../images/line12_bg.webp) no-repeat center top;
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#line_12_wrap {
	margin: 0px auto;
	max-width: 1440px;
}

#line_12_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px 20px 0px 20px;
}

#line_12_zag {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#line_12_1 {
	flex-basis: 96%;
	padding: 50px 2% 50px 2%;
}

#line_12_wrap:after {
  content: "";
  display: table;
  clear: both;
}


#rah_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
#block_rah_1 {
	flex-basis: 100%;
}
#rah_zag_1 {
	font-size: 36px;
}
#rah_txt_1 {
	font-size: 18px;
}

#block_rah_2 {
	flex-basis: 100%;
	margin: 20px 0px;
}
#rah_zag_2 {
	font-size: 36px;
}
#rah_txt_2_1 {
	font-size: 24px;
}





/* =============================================================================
   LINE_bottom ÊÎÍÒÀÊÒÈ
   ========================================================================== */

#line_bottom {
	width: 100%;
	background-color: #fff;
}

#line_bottom_wrap {
	margin: 0px auto;
	max-width: 1440px;
}

#line_bottom_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0px 80px 0px;
}

#line_bottom_zag {
	width: 100%;
}

#line_bottom_1 {
	flex-basis: 46%;
	margin: 50px 2% 1% 2%;
}

#line_bottom_2 {
	flex-basis: 46%;
	margin: 50px 2% 1% 2%;
}

#line_bottom_wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* --- ÊÎÍÒÀÊÒÛ ---*/


#contact_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#address_contact {
	flex-basis: 100%;
	font-size: 24px;
	margin: 0px 0px 20px 0px;
}

#tel_number_contact {
	flex-basis: 100%;
	font-size: 45px;
	margin: 0px 0px 20px 0px;
}

#tel_number_contact a:link {
	color: #8061d6;
	text-decoration: none;
}

#tel_number_contact a:hover {
	color: #7a9d35;
	text-decoration: none;
}

#mail_contact {
	flex-basis: 100%;
	font-size: 24px;
}

#mail_contact a:link {
	color: #8061d6;
	text-decoration: none;
}
#mail_contact a:hover {
	color: #7a9d35;
	text-decoration: none;
}





/* =============================================================================
   Footer
   ========================================================================== */
   
#footer {
	background: #8061d6;
	width: 100%;
}

#footer_wrap {
	margin: 0 auto;
	max-width: 1440px;
}

#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: #bcafeb;
}

.footer1 a:link {
	color: #bcafeb;
}
.footer1 a:hover {
	color: #fff;
}


.footer2 {
	font-size: 10px;
	margin-top: 5px;
	color: #bcafeb;
}
.footer2 a:link {
	color: #bcafeb;
}
.footer2 a:hover {
	color: #fff;
}



#footer_menu_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#footer_menu {
	flex-basis: 20%;
	line-height: 1.5;
	text-align: center;
}

#footer_menu a:link {
	color: #fff;;
	transition: all 0.2s;
}
#footer_menu a:visited{
	color: #fff;
}
#footer_menu a:hover{
	color: #bcafeb;
}

/* --- Ïåðåêëþ÷àòåëü ÿç³êîâ 2 ---*/
#footer_menu_lang {
	margin-top: 20px;
	color: #fff;
}



/* =============================================================================
   ÊÍÎÏÊÀ Scroll  To TOP
   ========================================================================== */

.scrollToTop.medium {
	padding-top: 16px;
}



/* =============================================================================
   DJ MEGA MENU (clean)
   ========================================================================== */
.dj-megamenu-clean li a.dj-up_a > span {
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	height: 50px;
}
 
.dj-megamenu-clean li a.dj-up_a {
	display: block;
	height: 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: 0 auto;
	padding: 0;
	width: 45px;
	height: 45px;
	background: transparent;
	color: #434343;
	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;
}
ul.dj-mobile-light li.dj-mobileitem > a {
	font-size: 16px;
	line-height: 1;
	color: #444444;
	cursor: pointer;
}


/* =============================================================================
   ÍÎÂÎÑÒÈ -  Ol News post
   ========================================================================== */

.news-block .date {
	position: absolute;
	left: 20px;
	bottom: 0px;
	background: #8061d6;
	color: #ffffff;
	z-index: 1;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 10px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}






/* ============================================================================================================================
   ÀÄÀÏÒÈÂÍÎÑÒÜ
   ========================================================================================================================== */


/* ************************************************** MEDIA QUERIES ****************************************************/

/* --- 1920px ---*/

@media screen and (max-width:1920px){



}


/* --- 1600px ---*/

@media screen and (max-width:1600px){

#header_line {
	background-size: auto 100%;
}
#line_5_wrap {
	width: 96%;
	padding: 0 2%;
}
#line_6_wrap {
	width: 96%;
	padding: 0 2%;
}
#line_10_wrap {
	width: 96%;
	margin: 0px 2%;
}

}


/* --- 1440px ---*/

@media screen and (max-width:1441px){




}





/* --- 1366px ---*/

@media screen and (max-width:1367px){




}




/* --- 1280px ---*/

@media screen and (max-width:1280px){




}


/* --- 1160px ---*/

@media screen and (max-width:1160px){

#header_wrap {
	width: 96%;
	height: auto;
	padding: 0 2%;
}
#header_3 {
	width: 41%;
	margin: 50px 0px 80px 0px;
}
#line_2_wrap {
	width: 96%;
	padding: 0 2%;
}
#slider_line_wrap {
	width: 96%;
	padding: 0 2%;
	margin: 50px 0px;
}
#line_3_1 {
	flex-basis: 100%;
	margin: 50px 0% 1% 0%;
}
.block_pidtrymka {
	flex-basis: 43%;
	margin: 1% 2%;
	border: 3px solid #fff;
	text-align: center;
	border-radius: 50px;
	/* box-shadow: 0px 5px 25px #00000063; */
}


}



/* --- 1097px ---*/

@media screen and (max-width:1097px){

#we_helped_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}


.counter_text {
	font-weight: bold;
	margin: 29px 00px 0px 0px;
}




}



/* --- 1024px ---*/

@media screen and (max-width:1025px){


#header_3 {
	width: 50%;
	margin: 50px 0px 80px 0px;
}
#block_1 {
	flex-basis: 43%;
	margin: 1% 2% 1% 2%;
	background: #8061d6c9;
	min-height: 300px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 1% 1%;
	border-radius: 15px;
}






}





/* --- 960px ---*/

@media screen and (max-width:960px){

.bloc_review {
	width: 43%;
	border-radius: 15px;
	padding: 2%;
	background: #00000063;
	margin: 1% 1%;
	backdrop-filter: blur(50px);
}
.scrollToTop.medium {
	padding-top: 16px;
	display: none;
}



}


/* --- 880px ---*/

@media screen and (min-width:100px) and (max-width:880px){

#header_wrap {
	width: 96%;
	height: auto;
	padding: 0 2%;
}
.header_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}
#header_2 {
	flex-basis: 60px;
	margin: 5px 1% 0px 1%;
}
#header_3 {
	width: 96%;
	margin: 50px 2% 80px 2%;
}


}


/* --- 800px ---*/

@media screen and (min-width:100px) and (max-width:800px){


#team_container {
	width: 46%;
	padding: 2% 2%;
	justify-content: center;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
#line_8_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	padding: 0px 20px 50px 20px;
}
#dopomoga_container {
	display: flex;
	flex-wrap: wrap;
}
#dopomoga_block1 {
	width: 100%;
	margin: 0px 0% 20px 0px;
}
#dopomoga_block2 {
	width: 100%;
	margin: 20px 0% 20px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#dopomoga_img2 {
	flex-basis: 50%;
	order: 2;
}
#dopomoga_txt {
	flex-basis: 100%;
	text-align: center;
	order: 1;
}
#tel_number_contact {
	flex-basis: 100%;
	font-size: 35px;
	margin: 0px 0px 20px 0px;
}
#line_bottom_1 {
	flex-basis: 100%;
	margin: 50px 0% 20px 0%;
	text-align: center;
	order: 2;
}

#line_bottom_2 {
	flex-basis: 86%;
	margin: 50px 2% 1% 2%;
	order: 1;
}


	
}

/* --- 720px ---*/

@media screen and (min-width:100px) and (max-width:720px){

#content_1 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	width: 100%;
	justify-content: center;
}
#content_img_1 {
	flex-basis: 300px;
	margin: 0px 0px 20px 0px;
}
#content_txt_1 {
	flex-basis: auto;
	text-align: center;
}

#content_2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	width: 100%;
	justify-content: center;
}
#content_img_2 {
	flex-basis: 300px;
	margin: 0px 0px 20px 0px;
	order: 1;
}
#content_txt_2 {
	flex-basis: auto;
	text-align: center;
	order: 2;
}
.block_pidtrymka {
	flex-basis: 96%;
	margin: 2% 2%;
	border: 3px solid #fff;
	text-align: center;
	border-radius: 50px;
}
.bloc_btn {
	width: 100%;
	margin: 20px 0px 40px 0px;
	text-align: center;
}

#base_continer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#base_1 {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
	margin: 0px 0px 50px 0px;
	justify-content: center;
}
#base_txt_1 {
	text-align: center;
}
.block_btn_9 {
	margin-top: 20px;
}
#base_2 {
	width: 100%;
}
#footer_menu {
	flex-basis: 50%;
	line-height: 1.5;
	margin: 10px 0px;
	text-align: center;
}

	
}


/* --- 650px ---*/

@media screen and (max-width:651px){

img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}

#top_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#top_3 {
	display: none;
}
#line_1_wrap {
	width: 96%;
	padding: 0 2%;
}
.block_review {
	width: 93%;
	border-radius: 15px;
	padding: 2%;
	background: #00000063;
	margin: 2% 2%;
	backdrop-filter: blur(50px);
}



}



/* --- 540px ---*/

@media screen and (max-width:541px){

#team_container {
	width: 96%;
	padding: 2% 2%;
	justify-content: center;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}



}




/* --- 480px ---*/

@media screen and (max-width:480px){



#block_1 {
	flex-basis: 94%;
	margin: 1% 2% 20px 2%;
	background: #8061d6c9;
	min-height: auto;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 1% 1%;
	border-radius: 15px;
	padding-bottom: 20px;
}



}

/* --- 440px ---*/

@media screen and (max-width:440px){

#footer_menu {
	flex-basis: 100%;
	line-height: 1.5;
	margin: 10px 0px;
	text-align: center;
}



}



/* --- 360px ---*/

@media screen and (min-width:100px) and (max-width:361px){

#top_line_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#top_1 {
	flex-basis: 80px;
	margin: 10px 1% 0px 1%;
	display: none;
}

[data-modals-element="modal"][data-modals-theme="dark"] [data-modals-type="inline"] [data-modals-element="slide-content"] {
	padding: 20px;
	overflow: auto;
}
#tel_number_popup {
	font-size: 30px;
	margin-bottom: 20px;
}

#header_3 {
	width: 80%;
	margin: 50px 0px 80px 0px;
}
.counter_number {
	margin: 0px 20px 20px 0px;
	float: left;
	width: 100%;
}
.block_pidtrymka {
	flex-basis: 300px;
	margin: 2% 2%;
	border: 3px solid #fff;
	text-align: center;
	border-radius: 50px;
	/* box-shadow: 0px 5px 25px #00000063; */
}

}


/* --- 320px ---*/

@media screen and (min-width:100px) and (max-width:321px){

#we_helped_figure {
	font-size: 60pt;
	color: #8061d6;
	margin: 0px 0px 0px 0px;
}

#rah_txt_2_1 {
	font-size: 22px;
}




}

