/****************** SETUP ********************/
* {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #353668;
  background: #fff;
  text-align: justify;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  /*opacity: 0;*/
}

body::before {
  content: "";
  position: absolute;
  top: 260px;
  left: 0;
  width: 169px;
  height: 756px;
  background: url(images/bg-main_left.jpg) no-repeat top left;

}
body::after {
  content: "";
  position: absolute;
  bottom: 140px;
  right: 0;
  width: 550px;
  height: 380px;
  background: url(images/bg-main_bottom.jpg) no-repeat top left;

}
a {
  color: #353668;
  text-decoration: none;
}
p {
  width: 100%;
  text-align: justify;
}
nav ul {
  list-style: none;
}
strong {
  font-weight: 500;
}
 p strong{
  font-weight: 500 !important;
}
.clr::after {
  clear: both;
}
/* TOP */
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px #cecece solid;
}
header #logotyp {
  padding: 50px 80px;
}
header nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header nav a {
  padding: 0 35px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
header nav a:hover {
  font-weight: 600;
}


/* BODY */
#main_img {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#main_img img {
  width: 50%;
  height: auto;
}

#main_img #text_box {
  max-width: 30%;
  font-size: 28px;
  color: #353668;
  padding-left: 200px;
}
#main_img #text_box #text_box_overname {
  font-size: 20px;
  font-weight: 500;
}
#main_img #text_box #text_box_name {
  font-size: 48px;
  font-weight: 400;
  padding: 20px 0;
}
#main_img #text_box #text_box_desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  padding-bottom: 20px;
}
#main_img #text_box #text_box_button{
  border-radius: 25px;
  padding: 15px 30px;
  background: #00b8d8;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}






.content_main{
  width: 80%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;;
  padding: 50px 0 100px;
  position: relative;
  z-index: 5;
}
.main_title {
  position: relative;
  padding-bottom: 40px;
}
.main_title::after{
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 5px;
  width: 100px;
  background: #ffa17e;
  content: "";
}
.main_title h1 {font-size: 48px;font-weight: 400;}
.content_main_desc {
  font-size: 18px;
}
.content_main_desc ul{
  padding: 0px 0 32px 40px;
  list-style-image: url(images/ul-list_style.jpg);
}
.content_main_desc ul li{
  padding: 8px 0 8px 20px;
  line-height: 24px;
  text-align: left;
}
.content_main_desc p{
  line-height: 32px;
  padding-bottom: 14px;
  font-weight: 300;
}
.content_main_desc table tr td:first-child{
  padding-right: 40px;
}
.content_main_desc table tr td{
  padding-top: 20px;
}

.content_main_desc table tr{
  border-bottom: 5px solid #ffa17e;
}

.content_main_desc iframe{
  min-width: 100% !important;
}
.content_main_desc strong, .content_main_desc strong span{
  font-weight: bold !important;
}

#main_blueBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #303030;
  background: url(images/bg-blue_box.jpg) center center no-repeat #00b8d8;
  background-size: auto 100%;
  color: #fff;
}
#main_blueBox_content {
  max-width: 1600px;
  padding: 50px 0;
  width: 80%;
}
#main_blueBox_title {
  position: relative;
  padding-bottom: 40px;
}
#main_blueBox_title::after{
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 5px;
  width: 100px;
  background: #fff;
  content: ""; 
}
#main_blueBox_title h2 {font-size: 48px;font-weight: 400;}



#main_blueBox_desc p {
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 16px;
}
#main_blueBox #invite_content p::first-line {
  font-size: 40px;
}
#main_blueBox #invite_content a {
  padding: 15px 30px;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
  #main_features {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 0 0;
	flex-wrap: wrap;
  }
  
    #main_features a{
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		flex-grow: 1;
		min-width: 220px;
		padding-bottom: 60px;
    }
	
      #main_features h3{
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        padding-top: 15px;
		max-width: 200px;
      }


  .content_main_gallery {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding: 30px 0;
  }
  .content_main_gallery a{
    width: calc(20% - 10px);
    height: 250px;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content_main_gallery a img{
    min-height: 100%;

  }




      .content_page_gallery {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: stretch;
      }
      .content_page_gallery a {
        width: calc(33.33% - 60px);
        min-width: 300px;
        margin: 5px 0px 40px;
        box-sizing: border-box;
        position: relative;
        flex-grow: 1;
        max-width: calc(33.33% - 40px);
      }
      .content_page_gallery .gallery_img{
        height: 300px;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 2px #ffa17e solid;
      }
      .content_page_gallery .gallery_img img {
        min-width: 100%;
        width: auto;
        height: auto;
      }
      .content_page_gallery .gallery_title {
        font-weight: 500;
        font-size: 18px;
        color: #303030;
        padding: 10px 0;
      }

.kwalifikacje p {
	width: 300px;
	padding: 10px 20px;
	background: #56c6e3;
	color: #fff;
	cursor: pointer;
	margin-bottom: 20px;
}

.kwalifikacje_kontent {
	display: none;
}

.kwalifikacje_kontent p {
	padding: 0px;	
	background: none;
	color: #56c6e3;
	cursor:  	auto;
}

/* FOOTER */
footer {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 99;
  border-top: 1px #cecece solid;
}
#footer_right, #footer_left{
  width: 49%;
  box-sizing: border-box;
  padding: 50px 0;
}
#footer_right p, #footer_left p{
  padding-bottom: 15px;
}
#footer_right p {
  text-align: right;
}
#footer_left a, #footer_right a {
  font-weight: 500;
}

footer nav a{
  padding-right: 20px;
}

/* RESPONSIVE SETTINGS */
	@media all and (max-width:2400px) {
	}

	@media all and (max-width:2200px) {
	}

	@media all and (max-width:1900px) {
	}

	@media all and (max-width:1700px) {
		#main_features a{min-width: 320px;}
	}

	@media all and (max-width:1200px) {
		#main_img {flex-direction: column;align-items: flex-end;}
		#main_img #text_box {max-width: 100%;padding: 40px 100px 100px;box-sizing: border-box;order: 1;}
		#main_img img {width: 80%;order: 0;}
	}

	@media all and (max-width:750px) {
		
	}

    @media all and (max-width:450px) {
    }


  @media all and (max-width:400px) {
  }
/*************** THE END ********************/
