@import url("bootstrap-grid.css");
/* Global */
body {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 300;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 16px;
}

.contant h1 {
  font-size: 60px;
  color: #336473;
}
.contant h2 {
  font-size: 45px;
  color: #336473;
}
.contant h3 {
  font-size: 33px;
  color: #336473;
}
.contant h4 {
  font-size: 22px;
  color: #336473;
}
.contant h5 {
  font-size: 28px;
  color: #336473;
}
.contant h6 {
  font-size: 16px;
  color: #336473;
}
.content {
  color: #336473;
}
.content a {
  color: #f37531;
}
.content p {
  margin: 0 0 10px;
}

.h_back {
  font-size: 340px;
  color: rgba(51, 100, 115, 0.25);
  position: absolute;
  z-index: 0;
}
p {
  font-size: 15px;
  font-family: 'Century Gothic';
  margin: 0px;
}
li {
  font-size: 15px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.margin-top-30 {
  margin-top: 30px;
}
/*.col-lg-20_percent{width:19%;display: inline-block;}*/
h2,
h3 {
  transform: scale(1, 0.85);
  -webkit-transform: scale(1, 0.85);
}
.long-rectangle {
  width: 100%;
  height: 2px;
  background-color: #e1e1e1;
  margin: 25px 0;
}
.img-click,
.img-rotate,
.img-rotate-minus,
.img-light,
.img-dark {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.img-click:hover {
  transform: scale(0.85) !important;
  -webkit-transform: scale(0.85) !important;
  -moz-transform: scale(0.85) !important;
  -ms-transform: scale(0.85) !important;
}
.img-rotate:hover {
  transform: rotate(10deg) !important;
  -webkit-transform: rotate(10deg) !important;
  -moz-transform: rotate(10deg) !important;
  -ms-transform: rotate(10deg) !important;
}
.img-rotate-minus:hover {
  transform: rotate(-10deg) !important;
  -webkit-transform: rotate(-10deg) !important;
  -moz-transform: rotate(-10deg) !important;
  -ms-transform: rotate(-10deg) !important;
}
.img-light:hover {
  filter: brightness(111%);
  -webkit-filter: brightness(111%);
  -moz-filter: brightness(111%);
  -ms-filter: brightness(111%);
}
.img-dark:hover {
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -ms-filter: brightness(70%);
}
.img-radius {
  border-radius: 100%;
}
a {
  color: inherit;
  cursor: pointer;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.no-padding {
  padding: 0px;
}
textarea {
  resize: none;
}
.form-control {
  background-color: transparent;
}
.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(0, 0, 0, 0.4);
  border-color: #6e6e6e;
}
input:focus::-webkit-input-placeholder {
  color: #333;
}
input:focus::-moz-placeholder {
  color: #333;
}
input:focus::-ms-input-placeholder {
   color: #333;
}
textarea:focus::-webkit-input-placeholder {
  color: #333;
}
textarea:focus::-moz-placeholder {
  color: #333;
}
textarea:focus::-ms-input-placeholder {
  color: #333;
}
.orange {
  color: #db723d;
}
.orange-2 {
  color: #f37531;
}
/* SLIDERY */
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 15px !important;
  height: 15px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f29461 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f37531 !important;
}
.bx-wrapper .bx-viewport {
  background: none !important;
}
/* HEAD */

header {
  background-image: url('../Images/top-bg.jpg');
  height: 700px;
  background-position: top center;
  background-size: cover;
}
header.partner {
  height: auto;
}
header.page_debate {
  height: auto;
}
header.projects {
  height: 350px;
}
header.education {
  height: 450px;
}
header .navigation {
  background: rgba(91, 121, 129, 0.7);
  position: fixed;
  left: 0px;
  top: 50px;
  z-index: 3;
}
header .navigation ul li {
  padding: 10px 45px 10px 20px;
  border-bottom: 1px solid #86a4ac;
  font-family: 'Roboto Slab', serif;
  opacity:0;
}
header .navigation ul li:last-of-type {
  border: none;
}
header .navigation ul li:hover {
  background: #f37531;
}
.navigation ul li.actives{
    background: #f37531;
}
header .navigation ul:first-of-type {
  border-bottom: 6px solid #f37531;
}
.push {
  margin-left: 40px;
}
.lines-img {
  position: absolute;
  right: 15px;
}
.lines-img img {
  display: block;
  margin: auto;
  margin-bottom: 40px;
}
.lines-txt h3 {
  margin: 50px 0 15px 0;
  color: #336473;
}
.lines-txt h3:first-of-type {
  margin-top: 0px;
}
.lines-txt p {
  color: #336473;
}
.header-logo {
  text-align: center;
  padding: 25px 0 40px 0;
}
.header-content {
  margin: 0px;
  padding: 0 15px;
  transform: scale(1.12);
  position: absolute;
  left: 0px;
  top: 0px;
  /*! margin-left: 10%; */
  transform-origin: top left;
}
.header-content .lines {
  height: 124px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  padding: 0;
  width: 542px;
  margin-bottom: 4px;
}
.header-content .lines .rectangle {
  height: 0px;
  width: 5px;
  background-color: #f37531;
  display: inline-block;
}
.header-content .lines img {
  padding: 5px 35px;
  opacity: 0;
  margin-top: 10px;
  height: 60px;
}
.header-content .lines p {
  margin-top: 15px;
  font-size: 12px;
}
.header-content .lines h2 {
  font-size: 45px;
  margin-top: 15px;
}
.header-content .lines .lines-content {
  height: 100%;
  padding-top: 20px;
}
.header-content .lines-bg {
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  opacity: 0.65;
  width: 542px;
}
.header-content h2 {
  display: inline-block;
  font-size: 60px;
  opacity: 0;
}
/* CONTENT */
.content-1 {
  background-image: url('../Images/content-1-bg.png');
  height: 830px;
  margin-top: -218px;
  padding-top: 80px;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.content-1 .title {
  position: relative;
}
.content-1 .title h2 {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 1;
  text-shadow: 0px 0px 8px #336473;
}
.content-1 .left {
  background-image: url('../Images/examples/actual-1.jpg');
  width: 280px;
  height: 280px;
  background-position: center;
  background-size: cover;
  margin: auto;
  margin-bottom: 15px;
  left: 0;
  display: inline-block;
}
.content-1 .right {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.content-1 .right h4 {
  display: inline-block;
  margin-right: 20px;
}
.content-1 .right h6 {
  font-family: 'Century Gothic';
  font-weight: 400;
  width: 70%;
}
.content-1 .right span {
  font-size: 14px;
  font-family: 'Century Gothic';
  font-weight: 700;
}
.content-1 .right span:first-of-type {
  font-size: 16px;
}
.content-1 .right .rectangle {
  background-color: #fff;
  margin: 20px 0;
  height: 1px;
  width: 80%;
}
.content-1 .right-height {
  height: 280px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.content-1 .container-fluid {
}
.content-1 .bx-slider li > .col-xs-12 {
  margin-bottom: 15px;
}
.content-2 {
  height: 750px;
  background-position: center;
  background-size: cover;
  margin-top: -75px;
}
.content-2 h2 {
  font-weight: 400;
  color: #336473;
}
.content-2 .what_do {
  height: 530px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
.content-2 .what_do h5 {
  font-weight: 400;
  padding: 25px 0 25px 15px;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 300px;
  position: absolute;
  width: 100%;
  letter-spacing: 5px;
}
.content-2 .h_back {
  left: -55px;
  top: -165px;
}
footer {
  background-image: url('../Images/footer-bg.png');
  min-height: 472px;
  margin-top: 0px;
  padding-top: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  /*z-index: -1;*/
  position: relative;
}
footer li {
  font-size: 12px;
  margin-bottom: 10px;
    font-family: 'Century Gothic';
}
footer p {
  font-size: 10px;
  margin-bottom: 10px;
  padding: 0 10%;
}
footer h2 {
  font-weight: 400;
  padding-top: 15px;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer .left {
  padding-top: 60px;
}
footer .mid {
    text-align: center;
    width: 626px;
    position: relative;
}
footer .mid img:first-of-type {
  margin: auto;
}
footer .mid .brands p {
  display: inline-block;
}
footer .mid .rectangle {
  background: #ffffff;
  height: 1px;
  margin: 20px 0;
}
footer .mid .rectangle-2 {
  background: rgba(255, 255, 255, 0.8);
  height: 1px;
  margin: 20px 0;
}
footer .mid .rectangle-3 {
  width: 1px;
  height: 27px;
  display: inline-block;
  margin: 0 15px;
  background: rgba(255, 255, 255, 0.8);
}
footer .right {
  text-align: right;
  padding-top: 70px;
}
/*PAGE AKTUALNOŚCI*/
.actuality_shape{
    background-image:url('../Images/aktualnosci_shape_one.png');
    position: absolute;
    min-height: 170px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px 160px 28px 340px;
    top:140px;
}
.actuality_shape h2{
    font-size:90px;
    position:relative;
    z-index:3;
    left:-1900px;
}
.actuality_shape h1{
    font-size: 15vw;
    position: absolute;
    color: #fff;
    opacity: 0.1;
    top: -300px;
    left: 217px;
    
}
.actuality_shape_two h5{
    font-size: 18vw;
    position: absolute;
    color: silver;
    opacity: 0.2;
    left: 0;
    top: 900px;
    z-index: -1;
}
.actuality_picture{
    width:255px;
    height:auto; 
    background:#f37531;
    font-family: 'Roboto Slab', serif;
    color:#fff;
}
.actuality_picture span{
    padding-left:10px;
    font-size:12px;
    position: relative;
    top: -2px;
}
.container.actuality{
    padding: 215px 50px;
}
.actuality_text h4{
    font-weight:bold;
    font-size: 16px;
    color: #336473;
    position: relative;
    margin-top: 33px;
    top: -10px;
    font-family: 'Century Gothic';
}
.actuality_text h1{
    font-weight:bold;
    font-size: 16px;
    color: #336473;
    position: relative;
    margin-top: 33px;
}
.actuality_text h3{
    font-weight:bold;
    font-size: 16px;
    color: #336473;
    position: relative;
    margin-top: 33px;
    position: relative;
    top: -10px;
}
.actuality_text h1{
    font-weight:bold;
    font-size: 16px;
    color: #336473;
    position: relative;
    margin-top: 33px;
}
.actuality_text p{
    color: #333;
    font-size: 14px;
    position: relative;
    width: 100%;
    text-align: justify;
    padding-top: 15px;
}
.rectangle_actuality{
    width: 97%;
    height: 1px;
    background: #336473;
    position: absolute;
    top: 73px;
    padding: 0 20px;
}
.actuality_text{
    padding: 0 25px;
}
.more a{
    color: #f37531;
    position: absolute;
    bottom: 14px;
    right: 0;
    font-family: 'Century Gothic';
}
.more a:hover{
    text-shadow:1px 0 #f37531;
}
.text_actuality{
    min-height: 200px;
    padding-bottom: 30px;

}
.row.aktual {
  margin-bottom: 15px;
}

.footer_actuality{
    margin-top: 50px;
    padding-top: 40px;
    background: #336473;
    min-height: 0px !important;
}
.paginations{    
    text-align: center;
}
.pagination{
    margin:0;
}
.pagination>li>a, .pagination>li>span{
    border:none;
    color:#f37531;
}
.pagination>li{
    color:#f37531;
}
.pagination>.active>a{
    color:#f37531;
    background-color:transparent;
    text-shadow:1px 0 #f37531;
}
/*PROJECT PAGE*/
.text_actuality_two{
    height: 380px;
}
.small_pictures_and_text p{
    letter-spacing: 1px;
    text-align: justify;
    position: relative;
    left: 0;
    color: #336473;
    margin: 20px auto;
}
.moretwo a{
    color: #f37531;
    position: absolute;
    right: 0;
    font-family: 'Century Gothic';
    right: 15px;
}
.moretwo a:hover{
    text-shadow:1px 0 #f37531;
}
.small_pictures_and_text img{
    transition:0.5s;
}
.small_pictures_and_text img:hover{
    transform:scale(1.05);
}
/*INSTYTUT PAGE*/
.mission h2{
    font-size: 21vw;
    color: silver;
    opacity: 0.2;
    position: absolute;
    right: -272px;
    top: 600px;
}
.mission h5{
    font-size: 21vw;
    color: silver;
    opacity: 0.2;
    position: absolute;
    right: -272px;
    top: 600px
}
.mission.two h4{
  color: #fff;
    position: relative;
    text-align: center;
    font-size: 90px;
    top: 232px;
}
.mission.two h5{
     font-size: 21vw;
    color: silver;
    opacity: 0.2;
    position: absolute;
    top: 200px;
    left:-74px;
    
}
.mission h3{
    color: #336473;
    position: relative;
    text-align: center;
    font-size: 90px;
    top: 232px;
}
.mission h4 {
    color: #336473;
    position: relative;
    text-align: left;
    font-size: 90px;
    top: 167px;
    font-family: 'Roboto Slab', serif;
    transform: scaleY(0.9);
}
.mission p{
    color: #336473;
    font-size: 26px;
    position: relative;
    margin: 23px auto;
    display: block;
    top: 153px;
    /* left: 38%; */
}
#przedmiot .slide_text li,
#przedmiot .slide_text p{
    color: #336473;
}
.rectangle_mission{
    width: 105px;
    height: 5px;
    background: #f37531;
    text-align: left;
    margin: -30px auto 60px 0;
    position: relative;
    left: 0px;
}
.mission_img{
    margin: 25px 0px;
    position: relative;
    left: 900px;
}
.background{
    background-image:url('../Images/niby.png');
    position:relative;
    height:auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.cel_img{
    margin: 224px 0;
    position: absolute;
    /*! left: 37px; */
    z-index: 2;
}
.kompeten .cel_img{
  /* right: 50px; */
  position: relative;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  margin: 224px auto 0px;
}
.mission.two h3 {
    color:#fff;
    transform: scaleY(0.9);
}
.mission.two p {
    color: #fff;
    text-align: right;
    left: -44%;
}
.rectangle_mission.two{
    left:0;
    margin:20px auto
}
.mission.two h2{
    left: -65px;
    top: 49px;
}
.mission.two{  
    margin: 180px auto;
}
.mission.przedmiot h3{
    text-align: left;
    left: 38%;
    top:0;
    transform: scaleY(0.9);
}
.mission.przedmiot h2{
    font-size: 20vw;
    left: 0;
    top: 0px;
    z-index: -1;
}
.slide_text{
    position: relative;
    height: 300px;
    /*overflow: auto;*/
    top: 0px;
    margin: 0 5% 131px auto;
    /*left: 25px;*/
}
.slide_text p, .slide_text li, {
    max-width: 550px;
    color: #336473;
    margin: 25px auto;
    display: block;
    position: relative;
    width: 100%;
    /*text-align: justify;*/
    /*letter-spacing: 2px;*/
    z-index: 99;
}
.align-items-center {
    align-items: center;
}
.d-flex {
    display: flex;
  
}
.content li {
    color: #336473;
    display: block;
    position: relative;
    width: 100%;
    text-align: justify;
    /*letter-spacing: 2px;*/
    z-index: 99;
        font-family: 'Century Gothic' ;

}
.slide_text li, .content li {
  margin: 0 auto 15px auto;
  padding-left: 25px
}
.content ul, .content ol {
  padding-left: 40px;
}
.slide_text li::before, .content li::before {
  display: block;
  content: '•';
  font-size: 200%;
  position: absolute;
  left: 0px;
  line-height: 80%;
  color: #f37531;
}
.mission.three h3{
    top:0px;
    color:#fff;
    text-align: right;
    right: 165px;
    transform:scaleY(0.9);
}
.slide_text.two{
    position: relative;
    height: 300px;
    /*overflow: auto;*/
    top: 0;
    margin: 131px auto;
    left: -163px;
}
.slide_text.two p{
    color:#fff;
}
.mission.team h3{
    text-align: left;
    top: 0;
    left: 59%;
}
.mission.team h2{   
    left: 0;
    top:-179px;
    z-index:-1;
}
.rectangle_mission.team{
    left: 110px;
    top: -14px;
    margin: 0 auto;
}
.mission.team p {
    top: 0;
    left: 60%;
}
.text_team{
    /*position: relative;*/
    /*top: -88px;*/
    /*left: 45%;*/
}
.text_team p{
    color: #336473;
    font-size:18px;
    font-family: 'Sen', serif;
}
.text_team h1{
    color: #336473;
    font-size:18px;
    font-family: 'Sen', serif;
    margin: 0 auto;
}
.peoples {
    /*position: relative;*/
    /*left: 15%;  */
}
.biogram .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;  */
}
.biogram .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.biogram .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.item {
    margin-bottom: 35px;
    display: flex;
    align-content: stretch;
}
.item .small_pictures_and_text {
    display: flex;
    flex-flow: column;
    align-content: stretch;
}
.small_pictures_and_text p {
    text-align: left;
}
.item .moretwo {
    text-align: right;
    margin-top: auto;
}
.item .moretwo a {
    position: relative;
    right: 0px;
}
/*DEBATY*/
.heading{
    color:#336473;
}
.heading h2{
    font-size:90px;
}
.heading h1{
    font-size:90px;
}
.heading h3{
    color: silver;
    opacity: 0.2;
    font-size: 19vw;
    position: absolute;
    left: -18%;
    top: 700px;
}
.heading h4{
    color: silver;
    opacity: 0.2;
    font-size: 19vw;
    position: absolute;
    right:0;
    margin-top: 244px;
}
.article h2{
    color:#336473;
}
.article h4{
    color:#336473;
    font-size: 36px;
}
.article h3{
    color:#336473;
   font-size:18px;
   font-family: 'Roboto Slab', serif;
}
.rectangle_article{
    height:1px;
    width:75%;
    background:#336473
}
.article p {
     color:#336473;
     font-size:14px;
     letter-spacing: 2px;
    font-family: 'Century Gothic';
    width: 100%;
    text-align: justify;
    padding-bottom: 1em;
}
.article ul{
  padding: 1em 0 1em 1em;
}
.article li {
  color: #336473;
  padding-bottom: .2em;
  font-family: 'Century Gothic';
  position: relative;
}
.article li:before {
  content: '';
  background-color: #336473;
  position: absolute;
  left:-1em;
  top: .5em;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.article_img{
        margin: 35px auto;
}
.text_debaty h4{
    font-size:16px;
}
.text_debaty p{
    font-family: 'Century Gothic';
    font-size:16px;
    color:#336473;
    font-weight: 400;
    text-align: justify;
    letter-spacing: -1px;
}
.text_debaty.one p{
    color:#fff;
}
.rectangle_debata{
    width:95%;
    height:1px;
    background:#fff;
}
.slider .rectangle_debata{
    width:100%;
    height:1px;
    background:#fff;
    margin-bottom: 10px;
}
.rectangle_debats{
    position: relative;
    height: 5px;
    width: 105px;
    background: #f37531;
}
.actuality_shape.two h1{
    opacity:0.15 !important;
}
.text_debaty{
    position: relative;
    top: 190px;
}
.rectangle_debata.two{
    width:100%;
    height:1px;
    background:#336473;
}
.text_debaty.two{
    margin: 246px auto;
    color:#336473;
    margin:20px auto;
}
.text_debaty img{
    transition: 0.5s;
}
.text_debaty img:hover{
    transform: scale(1.05);
}
.slick-prev.slick-arrow{
    display:none !important;
}
.slick-next.slick-arrow{
    display:none !important;
}
/*partnerzy*/
.background_two{
    background-image: url(../Images/background_two.png);
    position: absolute;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 115px;
    width: 100%;
}
.background_two.partners {
    position: relative;
    height: auto;
    top: 100px;
    padding-top: 50px;
    background: #336473;
    z-index: 1;
}
.actuality_shape.two h1{
    font-size: 15vw;
    position: absolute;
    color: #fff;
    opacity: 0.2;
    top: -500px;
    left: 217px;
}
.actuality_shape.two h2{
    top: -140px;
}
.actuality_shape.two h3{
    top: -140px;
}
.actuality_shape.two{
    /* top:50px; */
}
.article_referens.two{
    opacity:0;
}
.partners h2{
    color:#fff;
    font-size:24px;
    font-weight:bold;
}
.partners {
  margin-bottom: 15px;
}
.partners h4{
    color:#fff;
    font-size:24px;
    font-weight:bold;
}
.partner figure img {
  margin-bottom: 3em;
}
.container.partner{
    padding: 260px 0;
}
.rectangle_partner{
    width:0px;
    height:3px;
    background:#f37531;
    position: relative;
    /* margin-left: 15px; */
}
.logotype{
    opacity:0;
}
.cooperation{
    padding:50px 0;
}
.referens h2{
    color:#336473;
    font-size:90px;
    position:absolute;
    right:0;
}
.referens h6{
    font-size: 15vw;
    position: absolute;
    color: silver;
    opacity: 0.2;
    left: 0px;
    top: -155px;
    z-index: -1;
}

.article_referens p {
    color:#336473;
    font-size:18px;
    text-align: justify;
    letter-spacing:1px;
    font-family: 'Century Gothic';
    padding-top: 20px;
}
.article_referens ul li a {
    color:#336473;
    font-size:18px;
    letter-spacing: 2px;
    transition:0.3s;
    letter-spacing: 3px;
}
.article_referens ul li{
    text-align: right;
    padding-top: 20px;
    position:relative;
}
.active{
    font-weight:bold;
}
.article_referens ul li a:hover{
    text-shadow:1px 0 #336473;
}
.rectangle_referens{
    width:420px;
    height:3px; 
    transform:rotate(90deg);
    background: #f37531;
    position: relative;
    top: 165px;
    left: 37%;
}
.footer_actuality.two{
    margin-top:-190px;
}
.article_referens{
    opacity:1;
}
.article_referens h4 a {
    color:#f37531;
    font-size:16px;
    transition:0.3s;
}
.article_referens h4 a:hover{
    text-shadow:1px 0;
}
.article_referens h4{
    text-align: center;
    font-weight:bold;
    top: 70px;
    position: relative;
    letter-spacing: 2px;
}
/*projekty badawcze*/
.years p{
    color:#333;
    float:left;
    width:20%;
}
.search{
    position: absolute;
    top: -50px;
    right: 15px;
}
input:focus{
    outline: none;
}
#mySearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    padding-left:15px;
}
#mySearch::-moz-placeholder { /* Firefox 19+ */
    padding-left:15px;
}
#mySearch:-ms-input-placeholder { /* IE 10+ */
    padding-left:15px;
}
#mySearch:-moz-placeholder { /* Firefox 18- */
    padding-left:15px;
}
#mySearch{
    background:transparent;
    width: 300px;
    border: 1px solid black;
    height: 30px;
    position: relative;
    left: 3px;
    color: #336473
}
.search button{
    background:#336473;
    border: none;
    width: 115px;
    height: 30px;
    color:#fff;
}
.category {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
    height: 170px;
    border-bottom: solid 1px #336473;
}
.category.year {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: space-between;
    height: auto;
    border-top: solid 1px #336473;
}
.category  a {
    color:#336473;
    font-size: 14px;
    transition: 0.3s;
}
.category  a:hover{
    color:#f37531;
    text-shadow:1px 0;
}
.category p{
    padding-top:10px;
    letter-spacing: 2px;
    opacity:0;
} 
.active2{
    color:#f37531 !important;; 
    font-weight:bold;
}
.rectangle_years{
    width:100%;
    height:1px;
    background:#336473;
    position: relative;
    top: -10px;
}
.rectangle_years.two{
    position:relative;
    top:6px;
}
.rectangle_category{
    width: 97%;
    height: 1px;
    background: #336473;
    top: 147px;
    position: relative;
    left: 15px;
}
.contact {
    text-align: center;
}
.contact h4{
    font-size: 15vw;
    position: absolute;
    color: silver;
    opacity: 0.1;
    left: 32%;
    bottom: 650px;
    transform:scaleY(0.9);
}
.localisation{
    margin-top:50px;
}

.contact h1{
    position: relative;
    left: 60%;
    font-size: 90px;
}
.text_contat{
    text-align: center;
    letter-spacing: 2px;
}
.text_contat h2{
    font-size:20px;
    font-weight:bold;
    display:none;
    font-family: 'Century Gothic';
    letter-spacing: 3px;
}
.text_contat h3{
    font-size:18px;
    font-weight:300;
    display:none;
    font-family: 'Century Gothic';
    letter-spacing: 3px;
}
.text_contat a{
  font-size:20px;
  display:none;
    font-family: 'Century Gothic';
    letter-spacing: 3px;
}
.rectangle_contat{
    width:0px;
    height: 3px;
    background:#f37531;
    margin: 20px auto;
}
.localisation h4{
    color: #336473;
    font-size:90px;
    position: relative;
    left: -40px;
}
.localisation h3{
    font-size: 19vw;
    position: absolute;
    color: silver;
    opacity: 0.2;
     top: -108px;
    left: -57%;
    z-index: -1;
}
.your_localisation {
    width:875px;    
    height:50px;
    background:#336473;
    
}
.your_localisation h2{
    letter-spacing: 3px;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: 17px;
    font-weight: 300;
}
#map{
    height:600px;
    width:875px;
    position:relative;
    top:30px;
}
.heading h1{
    left: -1200px;
    position: relative;
}
.actuality_shape.two {
    /* top: 0; */
    position: relative;
    /* height: 400px; */
    display: block;
    padding: 0;
    z-index: 2;
}
.actuality_shape.two h3{
    font-size: 90px;
}

/*HAMBURGER*/
.hamburger{
  background: rgba(25, 44, 44, 0.7);
  position:fixed;
        top: 5px;
        right: 15px;
  line-height:45px;
  padding:5px 15px 0px 15px;
  color:white;
  border:0;
  font-size:2.5em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
  height: 54px;
  width: 59px;
}
.cross{
  background:none;
  position:fixed;
  top:-13px;
  right:0px;
  padding:7px 15px 0px 15px;
  color:#666 !important;
  border:0;
  font-size:4.5em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  width: auto;
  height: auto;
  z-index:10000000000000;
}
.menu{
  z-index:1000000;
  font-weight:bold;
  font-size:0.8em; 
  width:100%; 
  background:transparent;
  position:fixed; 
  text-align:center; 
  font-size:12px;
        display:none;
 }
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; 
  list-style-image: none;
 }
.menu li {
  display: block;
  padding:15px 0 15px 0;
  position: relative;
  font-size: 15px;
        top: 0px;
  background-color: #f3f3f3;
  border: 1px solid lightgray; 
  width:30%;
 }
.menu li:hover{
  display: block; 
  padding:15px 0 15px 0; 
 }
.menu ul li a {
  text-decoration:none; 
  margin: 0px;
  color:#333;
  font-weight:900;
 }
.menu ul li a:hover { 
  color: #666;
  text-decoration:none;
 }
.menu a{
  text-decoration:none;
  color:#fff;
 }
.menu a:hover{
  text-decoration:none;
  color:#fff;
 }
.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}
.slider_text{
  /*
  padding-top:115px;
  padding-top:45px;
  */
}
.slider .pagination{
  margin-bottom: 20px;
}
.slider_text.two{
  padding-top:181px;
}
.slide .row:nth-child(2n) {
    margin-top: 62px;
}
.news-homepage {
}
.news-single h1 {
  color: #336473;
}
.img-fluid {
    max-width: 100%;
    height: auto;
} 

.first{
        padding:0 50px;
}
    .debats{
        background-image:url('../Images/debata.png'); 
        width:100%; 
        height:680px;
    }
    .text_debaty.two{
            top:0;
    }
    .show{
         opacity:1;
         transition:1s;
          overflow: hidden;
          position:absolute;
          top:0;
          visibility: visible;
          left: 36%;
          left: 0;
          margin:0 auto;
    }
    .show_two{
        opacity:0;
        position: absolute;
        top: 0px;
        transition:1s;
        overflow: hidden;
        visibility: hidden;
        left: 36%;
        left: 0;
        margin:0 auto;
    }
    .show_more {
        display:block;
        cursor: pointer;
        opacity:1;
        transition:1s;
        z-index: 9999;
    }
    .show_less {
        cursor: pointer;
        display:none;
        transition:1s;
        position: relative;
        z-index: 999;
    }
     .show.next{
        left: 0%;
     }
    .show_two.next{
        left: 0%;
    }
    .background.cel{
        background-image: url(../Images/backgroundcele.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 820px;
        height: inherit;
        position:relative;
    }
    .kompeten{
        padding: 125px 15px;
    }
    .cel_img.three{
    }
    .emaill-icon{
        margin: 0 5px;
        position: relative;
        left: -4px;
        top: -1px;
    }
    .rectangle_przedmiot{
        position: relative;
        height: 5px;
        width: 105px;
        background: #f37531;
        margin: 0 auto 0 0;
        /* left: -52px; */
    }
    .archiwum{
        text-align: center;
    }
    .archiwum a{
        letter-spacing:2px;
        color:#f37531;
        font-size:16px;
        transition: 0.2s;
        font-family: 'Century Gothic';
    }
    .archiwum a:hover{
        text-shadow:1px 0 #f37531;
    }

.slick-slider{
    top:67px;
    padding: 30px 0px 130px;  
}

@media (max-width: 1750px) {
    .cel_img.three {
        right: 346px;
        right: auto;
    }
}
@media (max-width: 1650px) {
  p,
  li {
        font-size: 14px;
  }
  h2 {
        font-size: 50px;
  }
  h5 {
        font-size: 20px;
  }
  .h_back {
        font-size: 260px;
  }
  .content-1 {
        margin-top: -262px;
  }
  .content-1 .right .rectangle {
        margin: 10px 0;
  }
  .content-1 .right {
        margin-top: 15px;
  }
  .content-2 {
        height: 605px;
  }
  .content-2 .what_do {
        height: 450px;
  }
  .content-2 .what_do h5 {
        margin-top: 260px;
  }
  .lines-img img {
        margin-bottom: 30px;
  }
  .mission.przedmiot h3{
        /* margin-left:-37px; */
  }
  .mission.two h2 {
        left: 142px;
  }
  .show.next {
        left: 8%;
  }
  .show_two.next {
        left: 8%;
  }
  .show{
        left: 35%;
  }
  .show_two{
        left: 31%;
  }
}
@media (max-width: 1650px) {                                
    .container.partner{
        position:relative;
        left:9%;
    }
}
@media (max-width: 1550px) {   
    .content-1{
        padding-top:89px;
    }
    .page_home {
        height: 627px !important;
    }
    .slide_text p{
        position: relative;
        top: -25px;
        left: 0px;
        max-width: 457px;
        width: 100%;
        height: auto;
    }
    .show.next{
        left: -4%;
    }
    .show_two.next{
        left: -4%;
    }
    .mission.three h3{
        right:310px !important;

    }
}

@media (min-width: 1480px) {
  .container {width: 1150px}
}


@media (max-width: 1480px) {
    .actuality_shape {
      padding: 28px 260px 28px 340px;

    }
    .actuality_shape h2{

        font-size:80px;
    }
    .slide_text{
        left:-27px;
    }


}
@media (max-width: 1440px) {
    .slick-list {
      margin-top: 2em;
    }
    .rectangle_przedmiot{
        display:none;
    }
    .mission.two h3 {
        left: -116px !important;
        text-align: left;
    }
    .mission.two p{
        text-align: left;
    }
    .rectangle_mission.two {
       left: -400px;
    }
    .mission.three h3 {
        left: -368px;
        text-align: center;
    }
    .mission h3{
        left:29px;
    }
    .mission h4{
        left:29px;
    }
    .rectangle_mission{
        left:-33px;
    }
    .mission.przedmiot h3{
        left: 55% !important;
        text-align: center;
    }
    .mission.team h3{
        left:57% !important;
    }
    .rectangle_mission.team {
        left: 94px;
    }
    .header-content {
        margin: 0px;
        padding: 0 150px;
    }
    .show.next {
        left: -4%;
    }
    .show_two.next {
        left: -4%;
    }
    .mission.two {
        margin: 115px auto;
    }
}
@media (max-width: 1425px) {
  p {
        font-size: 12px;
  }
  li {
        font-size: 12px;
  }
  h5 {
        font-size: 20px;
  }
  .content-1 {
        height:945px;
  }
  .content-1 .title h2 {
        top: -40px;
        right: -90px;
  }
  .content-1 .left {
        height: 250px;
        width: 250px;
  }
  .content-1 .right-height {
        height: 250px;
  }
  header .container-fluid .row .container {
        margin-left: 70px;
  }
  .content-1 .right {
        margin-top: 0px;
  }
  .content-2 {
        height: 540px;
  }
  .content-2 .what_do {
        height: 400px;
  }
  .content-2 .what_do h5 {
        padding: 20px 0 20px 12px;
        margin-top: 235px;
  }
  .header-content {
        transform: scale(0.9) translateX(80px);
        -webkit-transform: scale(0.9);
        margin-left: -45px;
  }
  .header-logo {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
  }
}
@media (max-width: 1400px) {
    .category{
        position: relative;
        left: 34px;
    }
    .years p{
        width:19%;
    }
    .years{
        position: relative;
        left: 31px;
    }
    .rectangle_years {
        width: 97%;
    }
    .rectangle_category {
        width: 96%;
        left:31px;
    }
    .actuality_shape h2 {
        font-size: 5vw;
    }
    .content-1 {
        padding-top: 232px;
    }
    .cel_img.three {
        right: 283px;
        right: auto;
    }

}
@media (max-width: 1360px) {
    .mission_img {
        margin: 157px auto;
        transform: scale(0.8);
        /*! transform-origin: ; */
    }
    .container.partner {
        padding: 260px 60px;
    }
    .rectangle_mission.two {
        left: -376px;
    }
}
@media (max-width: 1300px) {
    .container.partner {
        left:4%;
    }
    .logotype{
        width:100%;
    }
    .container.partner {
        padding: 260px 106px;
    }
    .cel_img.three {
        right: 217px;
        right: auto;
    }
    
    
}
@media (max-width: 1200px) {
    footer .mid{
        width:auto;
    }
    .mission h3 {
        left: 46px;
    }
    .mission h4{
         left: 46px;;
    }
    .rectangle_mission {
        left: -16px;
        margin: 80px auto;
    }
    .cel_img {
        transform: scale(0.8);
        right: 80px;
        top: -50px;
    }
    .mission.two h3 {
        left: 120px !important;
        top: 100px;
    }
    .rectangle_mission.two {
        left: -89px;
        top: -135px;
        margin: 0 auto;
    }
    .mission.two p {
        left: -17%;
        top: 86px;
        font-size: 22px;
        margin: 39px auto;
        text-align: center;
    }
    .background.cel{
            height: 675px;
    }
    .mission.three h3{
        left: -318px;
    }
    .slide_text.two{
        left: -106px;
    }
    .mission p{
        font-size: 22px;
    }
    rectangle_mission.team {
        left: 88px;
        top:-206px;
    }
    .text_team{
        left:39%;
    }
    .container.partner {
        padding: 100px 63px;
        left: 8%;
    }
    .rectangle_referens{
        left:28%;
    }
    .content-1 .title h2 {
        top: -82px;
    }
    .picture_slider{
        position: relative !important;
        top: 31px !important;
    }
    .slider_text {
        padding-top: 36px;
    }
    .slick-slider{
        top:67px;
        padding: 30px 0px 130px;  
    }
    .actuality_text{
        max-width: 700px;
        width: 95%;
        padding-left: 51px;
    }
    .rectangle_actuality{
        max-width: 665px;
        width: 81%;
        left: 66px;
    }
    .rectangle_mission.team{
        left: 87px;
        top: -213px;
    }
    .show.next {
        left: -17%;
    }
    .show_two.next {
        left: -17%;
    }
    .show {
        left: 18%;
    }
    .show_two {
        left: 18%;
    }
    .mission.przedmiot h3 {
        left: 50% !important;
        margin: 0 auto;
    }
    .cel_img.three {
        right: 119px;
        right: auto;
     }
    .slide_text {
        left: 22px;
    }
    
}
@media (max-width: 1025px) {

.peoples {
    position: relative;
    left: 0%;  
}
  .mission_img {
         margin: 193px 10px;
    }
    .rectangle_mission{
        margin: 79px auto;
        left:-6px;
    }
    .mission h3 {
        left: 56px; 
        font-size:67px;
    }
    .mission h4 {
        left: 56px; 
        font-size:67px;
    }
    .cel_img.two{
        right: 0;
        top: -86px;
    }
    .mission.przedmiot h2{
        top:-160px;
    }
    .cel_img{
        right:-28px;
    }
    .cel_img.three{
        right: 80px;
        top: -80px;
    }
    .mission.two h3 {
        left: 107px !important;
    }
    .rectangle_mission.two {
        left: -80px;
        top: -124px;
        margin: 0 auto;
    }
    .mission.two h2 {
        left: 88px;
    }
    .mission.two h5{  
        left: 91px;
        top: 61px !important;
    }
    .slide_text p{
        font-size: 15px;
    }
    .rectangle_mission.team{
        left: 83px;
        top: -280px;
    }
     .actuality_shape h2 {
        font-size: 5vw;
        margin-left: -200px;
     }
     .rectangle_category {
        width: 93%;
        left: 31px;
        top: 169px;
     }
     .projects{
        padding-left:89px;
     }
     .container.partner {
        padding: 100px 100px;
        left: 3%;
     }
    .content-1 .right-height {
        width: calc(100% - 255px) !important;
    }
    .slick-slide img {
        margin-top: 54px;
    }
    .show.next p{
        max-width:400px;
        width:99%;
    }
    .show_two.next p{
        max-width:400px;
        width:99%;
    }
    .show.next {
        left: -7%;
    }
    .show_two.next {
        left: -7%;
    }
    .slide_text p{
        letter-spacing: 0px;
    }
}
@media (max-width: 992px) {
    .category {
        height: 270px;
    }
    .mission h2{
        top: -52px;
    }
    .cel_img{
        top: -93px;
    }
    .background.kompe{
        height: 832px;
    }
    .slider_text.two {
        padding-top: 36px;
    }
    .debats{
        background: none;
    }
    .mission p {
        font-size: 19px;
        left: 45%;
    }
    .rectangle_mission {
        margin: 97px auto;
        left: 24px;
    }
    .mission.two p{
        font-size: 20px;
        margin: 25px auto;
    }
    .rectangle_mission.two{
        top:-91px;
    }
    .mission h3 {
        font-size: 60px;
    }
     .mission h4 {
        font-size: 63px;
    }
    .rectangle_mission.team {
        left: 88px;
        top: -110px;
    }
    .mission.team p{
        left: 58%;
        font-size: 21px;
    }
    .text_team p{
        font-size:14px;
    }
    .text_team h1{
        font-size:14px;
    }
    .text_team {
        left: 46%;
    }
    .small_pictures_and_text{
        margin:35px auto;}

    .small_pictures_and_text p{
        left:0px;
        width: 260px;
    }
    .moretwo a{
        right:50px;
    }
    .rectangle_partner{
        display:none;
    }
    .slider_text{
        padding:0;
    }
    .actuality_text{
        transform: scale(0.8);
        margin: -65px auto;
    }
    .rectangle_actuality{
        top:40px;
    }
    .rectangle_actuality {
        max-width: 665px;
        width: 62%;
        left: 114px;
    }
}
@media (max-width: 992px) {
    .mission h3{
        left: 87px;
        top: 100px;
    }
    .mission h4{
        left: 87px;
        top: 100px;
    }
    .rectangle_mission {
        margin: -51px auto;
        left: 60px;}
    .mission p{
        left: 52%;
        top: 95px;
    }
    .mission_img {
         margin: 140px 223px;
    }
    .people{
        margin-top: 115px;
    }
    footer .left{
        padding-top:0;
        text-align: center;
    }
    footer .right {
        text-align: center;
        padding-top: 20px;
    }
    .logotype{
        margin:5px auto;
    }
    .container.partner {
        margin-top:-51px;
    }
    .cooperation{
        margin:-70px auto;
    }
    .rectangle_referens{
        top:230px;
        left:21%;
    }
    .article_referens ul li a{
        font-size:16px;
    }
    #map{
        transform: scale(0.9);
        left: -6%;
    }
    .your_localisation {
        width: 783px;
    }
    .localisation h4{
        text-align: center;
    }
    .header-content{
        /*! margin-left:0; */
    }
    .content-2 .what_do {
        transform: scale(0.6);
        margin: -90px auto;
    }
    
    .background.slider{height:600px;}
    .slick-slider{
        top:0;
    }
    .whatdo {
        padding: 0 !important;
    }
}
@media (max-width: 990px) {

   .fluid-md {
      width: 100% !important;
      margin-left: 0 !important;
   }
    .heading{
        text-align: center;
        margin: 0 auto;
        left: 0 !important;
    }
     .contact h1{
        top:32px;
    }
    .actuality_shape.two {
        top: -10px;
        padding: 0 182px;
        margin: -9px auto;
    }
    #map{
        left: -11%;
    }
    .your_localisation{
        position:relative;
        left:-5%;
    }
    .slider{
        padding:0px 0px !important;
    }
    .sliders{   
        padding-top: 78px !important;
    }
    footer{
        background-image: url(../Images/footer-bg.png);
        min-height: 472px;
        margin-top: -196px;
        padding-top: 250px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .what_do{
        transform: scale(0.8);
        margin: -70px auto;
    }
    .new_home h6 {
        font-size: 17vw !important;
        left:-18% !important;
    }
    .article p {
        color: #336473;
        font-size: 12px;
        max-width: 500px;
        width: 100%;
        text-align: center;
        margin: 0px auto;
    }

    .article h2{
        text-align: center;
    }
    .article h3 {
        text-align: center;
    }
    .rectangle_article{
        margin:0px auto;
    }
    .article_img {
        padding: 0 163px;
    }
    .slick-slide img {
        margin-top: 0px;
    }
    .slider_text{
        transform:scale(0.8);
        transform-origin: left;
    }
    .pagination{
        display:none !important;
    }
    projects {
        padding-left: 0px;
    }
}
@media (max-width: 800px) { 
    #map{
        transform: scale(0.8);
        margin: -55px auto;
    }
    .your_localisation {
        width: 701px;
        left:8px;
    }
    .localisation h4{
        left:0px;
    }
    .text_debaty{
        color:#333;
        margin:0 auto;
        text-align: center;
    }
    .background.debaty{
        background: none;
    }
    .text_debaty img{
        margin:0 auto;
    }
}
@media (max-width: 770px) {
    .heading h1 {
        left: 0 !important;
    }
    .heading h3{
        display:none;
    }
    .background.kompe{
        height: 834px;
    }
    .contact h1{
        font-size: 60px;
        padding: 22px;
        margin-left: -111px;
    }
    .mission h3{
        left: 0px;
        top: 100px;
    }
    .mission h4{
        left: 0px;
        top: 100px;
    }
    .rectangle_mission {
        margin: -18px auto;
        left: 0;
    }
    .mission p{
        top: 95px;
        left: 0;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .mission_img {
        margin: 110px 153px;
        left: 0px !important;
    }
    .mission.two h2{
        left: 10px;
        top: 110px !important;
    }
    .mission.two h3 {
        left: -33px !important;
        margin: 0 auto;
        text-align: center;
    }
    .mission.two p {
        left: -11%;
        font-size: 18px;
        text-align: center;
    }
    .rectangle_mission.two {
        left: -37px;
        top:-78px;
    }
    .cel_img.three {
        right: 0;
        top: -110px;
        transform: scale(0.6);
    }
    .cel_img{   
        transform: scale(0.6);
        top: 0;
    }
    .mission.przedmiot h3 {
        left: 32% !important;
    }
    .mission.three h3 {
        left: -77px;
        text-align: right;
    }
    .people{
        padding:120px 0 ;
    }
    .mission.team h3{
        text-align: center;
    }
    .rectangle_mission.team {
        left: 186px;
        top: -113px;
    }
    .mission.three h2{
        top: 110px;
        left: -414px;
        font-size: 17vw;
        position: absolute;
    }
    .slide_text.two {
        left: -65px;
    }
    .cel_img {
        right: -57px;
    }
    .category{
        margin: 0px auto;
        text-align: center;
    }
    .projects{
        padding-left: 0px;
    }
    .years{
        left:0;
    }
    .category{
        left:0;
    }
    .small_pictures_and_text p{
        margin:0 auto;
    }
    .small_pictures_and_text img{
        margin:0 auto;
    }
    .small_pictures_and_text {
        margin: 10px auto;
    }
    .text_debaty{
        margin-top:30px;
    }
    .text_debaty p{
        max-width: 300px;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    header .container-fluid .row .container{
        margin-left:0;
    }
    .rectangle_debata{
        max-width: 300px;
        width: 100%;
    }
    .show.next p {
        max-width: 400px;
        width: 79%;
        left: -40px;
        letter-spacing: -1px;
        margin: 0 auto;
        top: 3px;
    }
    .show_two.next p {
        max-width: 400px;
        width: 79%;
        left: -40px;
        letter-spacing: -1px;
        margin: 0 auto;
        top: 3px;
    }
    .show p {
        position: relative;
        top: 0;
        left: 0px;
        max-width: 457px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .show_two p{
        position: relative;
        top: 0;
        left: 0px;
        max-width: 457px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .mission h2{
        right:0;
        left:0%;
        top: -65px !important;
    }
    .mission h5{
        right:0;
        left:0%;
        top: -65px !important;
    }
    .new_home h1{
        font-size:60px;
    }
    .mission.animation {
        left: 173px;
        margin: 0 auto;
        text-align: center;
        display: block;
        position: relative;
    }
    .actuality_shape h1{
        top:-44px !important;
    }
    .actuality_shape_two h5{
        z-index:0;
        opacity:0.15;
    }
    .mission.przedmiot h2 {
        top: -160px !important;
    }
    .debats{
        top: 75px;
        position: relative;
    }
    .heading h2{
        display:none;
    }
   .rectangle_category {
        width: 92%;
        left: 31px;
        top: 480px;
        top: 500px;
    }
    .actuality_shape.two {
        top: -34px;
        padding: 0px 119px;
    }
}   

@media (max-width: 766px) {
    .mission.two h5{
        opacity: 0;
    }
        .mission p{
        top: 95px;
        left: 0;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .mission.animation{
        left:0;
    }
    .actuality_text {
        margin-top: 0;
    }      
    .mission_img {
        margin: 278px -196px;
    }
    .footer_actuality.three{
        margin-top:185px;
        margin-top:-15px;        
    }
    .text_debaty.two {
        top: 183px;
    }
    .mission p{
        top:0;
    }
    .mission h2{
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
        position: relative;
    }
    .mission h5{
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
        position: relative;
    }
    .mission h3 {
        left: 0;
        top: 0;
    }
    .mission h4 {
        left: 0;
        top: 0;
    }
    .rectangle_mission {
        left: 0;
        margin: 0px auto;
        top: -115px;
    }
    .mission.animation {
        left: 0;
        position: relative;
        top: -29px;
    }
    .mission_img {
        margin: 0 auto;
        left: unset !important;
        text-align: center;
    }
    .mission_img img {
      text-align: center;
      width: 100%;
    }  
   .mission.two h2 {
        left: 0;
        margin: 0 auto;
        text-align: center;
   }
    .mission.two h3 {
        left: 0 !important;
        margin: 0 auto;
        text-align: center;
    }
    .mission.two p {
        left: 0;
        margin: 27px auto;
        text-align: center;
    }
    .rectangle_mission.two {
        left: 0px;
    }
    .mission.two {
        margin: 155px auto;
    }
    .cel_img.two {
        right: 132px;
        top: 148px;
        transform: scale(0.5);
    }
    .slide_text{
        width:500px;
        left:0;
    }
    .slide_text p {
        /*! width: 383px; */
        left: 17px;
        font-size: 15px;
        padding-top: 13px;
    }
    .cel_img.three {
        display:none;
    }
    .mission.three h3 {
        left: 0;
        text-align: center;
        top:0;
    }
    .mission.przedmiot h3 {
        left: 0% !important;
        text-align: center;
        margin: 0 auto;
    }
    .cel_img {
        display:none;
    }
    .slide_text.two {
        left: 0;
    }
    .mission.team h3 {
        margin: 47px auto;
        margin-top: -180px; 
        left: 0 !important;
    }
    .rectangle_mission.team {
        left: 9px;
        top: -153px;
    }
    .mission.team p {
        top: -30px;
        left:0;
    }
    .peoples{
        text-align: center;
        margin:0 auto;
        display:block;
    }
    .small_pictures_and_text img{
        margin:0 auto;
    }
    .small_pictures_and_text p{
        margin:0 auto
    }
    .projects {
        padding-left: 0;
    }
    .category{
        left:0;
    }
    .moretwo a{
        text-align: center;
        position: relative;
        margin: 20px auto;
        display: block;
        left: 0;
    }
    .actuality_shape{
        padding:0;
    }
    .rectangle_referens{
        display:none;
    }
    .article_referens h4{
         top:0px;
    }   
    .referens h2{
        position:relative;
        text-align: center;
    }
    .article_referens p{
        width: 75%;
        text-align: justify;;
        margin: 0 auto;
    }
    .article_referens ul li {
        text-align: center;
        width: 75%;
        margin: 0 auto;
    }
    .text_debaty.two img{
        margin:0 auto;
    }
    .text_debaty.two{
        text-align:center;
    }
    .slick-slide img{
        margin:0 auto;
    }
    .slider{
        text-align: center;
        color:#333;
    }
    .rectangle_debata{
        margin:0 auto;
        background:#7a7a7a;
    }
    .background.slider{
        background: none;
    }
    .whatdo{
        margin-top: 500px;
    }
    .new_home{
        text-align: center;
    }
    .new_home h6 {
        left: 0 !important;
    }
    .header-content{
        padding-left:10px;
        margin: 0 77px;
    }
    .actuality_shape h2 {
        font-size: 6vw !important;;
        margin: 62px auto;
        text-align: center;
    }
    .referens h6{
        top:30px;
    }
    .referens h2{
        top:120px;
    }
    .slider_text{
        transform:scale(1);
    }
    .slider_text p {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .TS{
        padding:0;
    }
    .new_home h6{
        top: -77px !important;
    }
    .actuality_picture{
        margin:0 auto;
    }
    .rectangle_actuality {
        top: 20px;
    }
    .more a {
        top: 137px;
        right: 46%;
    }
    .aktual{
        padding: 60px 0;
    }
    .rectangle_actuality{
        left:135px;
    }
    .actuality_shape h6{
        display:none;
    }
    .first{
        padding:0px;
    }
    .actuality_text p{
        text-align: justify;
    }
    .actuality_text{
        padding:0;
    }
    .mission.przedmiot h2{
        top:0;
    }
    .slide_text p {
        /*! width: 356px; */
        font-size: 15px;
        margin: 0 auto;
        text-align: center;
    }
    .show {
        left: 38px;
        margin: 0 auto;
        text-align: center;
    }
    .show_two {
        left: 38px;
        margin: 0 auto;
        text-align: center;
    }
    .show.next {
        left: 47px;
        margin: 0 auto;
        text-align: center;
    }
    .show.next p {
        max-width: 400px;
        width: 100%;
        letter-spacing: -1px;
        left:0px;
        letter-spacing: 0px
    }
    .show_two.next p {
        max-width: 400px;
        width: 100%;
        letter-spacing: -1px;
        left:0px;
        letter-spacing: 0px
    }
    .show_two.next{
        left: 47px;
        margin: 0 auto;
        text-align: center;
    }
    .people{
        padding:0;
        margin-top:0;
    }
    
}
@media (max-width: 730px) {
    #map{
        transform: scale(0.7);
        left:-13%;
        margin: -85px auto;
    }
    .your_localisation {
        width: 614px;
        left: 37px;
    }
    .your_localisation h2{
        top:10px;
    }
}
@media (max-width: 700px) {
    .mission.przedmiot h2 {
      top: 0 !important;
      margin: -35px auto;
    }
    .mission.three h2{
        left:0;
    }
    .text_team {
        left: 0;
        top: 0;
        margin: 7px auto;
        text-align: center;
    }
    .cel_img.two {
        right: 110px;
    }
    .cel_img.three{
        transform:scale(0.55);
        right: 122px;
    }
    .cel_img {
        right: 125px;
    }
    .partners h2{
        position:relative; 
        left:-55px; 
        text-align: center;
    }
    #map{
        left:-16%;
    }
    .your_localisation{
        left: 24px
    }
    .contact h1{
        top:26px;
    }
    .header-content{
        margin:0 auto; 
    }
    .sliders {
        padding-top: 0px !important;
    }
    .whatdo {
        margin-top: 379px;
    }
    .new_home h6{ 
        top:-60px !important;
    }
    .header-content {
        /*! margin: 0 -45px; */
    }
    .article_img {
        padding: 0px 128px;
    }
    .actuality_shape.two h2 {
        top: -174px;
    }
}
@media (max-width: 660px) {  
    #map{
        left:-20%;
        transform: scale(0.6);
        margin: -120px auto;
    }
    .your_localisation {
        left: 48px;
        width: 526px;
    }
    .article_img {
        padding: 0 50px;
    }
  
}
@media (max-width: 600px) {
    .heading h1 {
        font-size: 65px;
    }
    .mission_img {
        transform: scale(0.7);
        margin: -35px 45px;
    }
    .cel_img.two {
        right: 69px;
    }
    .cel_img.three {
        right: 75px;
    }
    .cel_img {
        right: 74px;
    }
    .peoples {
        margin: 25px auto;
    }
    .text_team {
        left: 0;
        margin: 0px auto;
        text-align: center;
        top: -21px;
    }
    .people {
        padding: 35px 0;
    }
    .rectangle_mission.team {
        left: 0px;
    }
    .logotype {
        width: 100%;
        position: relative;
        left: -15%;
    }
    #map {
        left: -27%;
    }
    .your_localisation {
        left: 20px;
    }
    .rectangle_actuality{
        display:none;
    }
    .more a{
        display:none;
    }
    .article_referens ul li a {
        font-size: 14px;
    }
    .actuality_shape.two h3 {
    font-size: 60px;
    }
}
@media (max-width: 570px) {
    #map{
        transform:scale(0.5);
        left: -31%;
        margin: -160px auto;
    }
    .your_localisation {
        left: 51px;
        width:437px;
    }
    .localisation h4{
        font-size:81px;
    }
    localisation h3 {
        top:-85px !important;
        left:0% !important;
        text-align: center !important;
    }
    .contact h2{
        margin-left:-243px;
    }
    .header-content {
        /*! margin: 0px -72px; */
        transform:scale(0.8);
    }
    
}
@media (max-width: 500px) {
    .mission.team{
        margin-top: -234px;
    }
    .whatdo {
        margin-top: 422px;
    }
    .mission h2 {
        right: 35px;
    }
    .mission h5 {
        right: 35px;
    }
    .mission_img {
        margin: 0 auto
    }
    .mission.two h2{
        top:145px;
    }
    .slide_text {
        width: 100%;
    }
    .cel_img{
        display:none;
    }
    .mission.team h2{
        top: -98px;
        text-align: center;
    }
    .mission.team h3 {
        margin: 45px auto;
    }
    .rectangle_mission.team {
        top: -132px;
    }
    .logotype {
        width: 230px;
        position: relative;
        left: -79%;
    }
    .logotype.res{
        left: -23px;
    }
    .referens h2 {
        font-size: 72px;
    }
    .article_referens{   
        position: relative;
        top: -22px;
    }
    #map{
        left:-43%;
    }
    .your_localisation {
        left: 17px;
    }
    .contact h2{
        margin-left:-195px;
    }
    .search button{
        position: absolute;
        top: 0;
        right: -26px;
    }
    .years{
        left:0px;
    }
    .search{
        right:73px
    }
    .article_referens p{
        padding-top:0;
        font-size:14px;
    }
}
@media (max-width: 425px) {
    /*.page_home > div {
        height: 627px !important;
    }
    */

    .actuality_shape.two {
        padding: 0px 53px;
    }
    .mission.przedmiot{
        /*! margin-top: -130px; */
    }
    .slide_text{
        margin-bottom:173px;
    }
    .heading h1 {
        font-size: 50px;
    }
    .article_referens p{
        padding-top:20px;
    }
    .article_referens ul li a{
        font-size:10px;
        letter-spacing: 0;
    }
    .aktual {
        padding: 32px 0;
    }
    .mission p {
        font-size: 14px;
        left: 0;
    }
    .rectangle_mission {
        margin: -23px auto;
    }
    .mission h2{  
        top: 0 !important;
        right: 91px;
    }
    .slide_text p{
        text-align: center !important;
    }
    
    .mission h5{  
        top: 0 !important;
        right: 91px;
    }
    .navigation ul li {
        display:none;
    }
    .mission_img {
        transform: scale(0.8);
        margin: 0 auto;
    }
    .background.cel{
        background: none;
        height: 350px;
    }
    .mission.two {
        margin: -47px auto;
        color:#333;
    }
    .mission.two h3{
        color:#336473;
    }
    .mission.two p{
        color:#336473;
    }
    .mission h3 {
        left: 0;
    }
    .mission h4 {
        left: 0;
    }
    .rectangle_mission {
        left: 0;
    }
    .cel_img.two {
        right: -13px;
    }
    .cel_img.three {
        right: -10px;
    }
    .show{
        left:0px;
    }
    .show_two{
        left:0px;
    }
    .show.next{
        left:0px;
    }
    .show_two.next{
        left:0px;
    }
    .slide_text.two {
        top: 45px;
    }
     .slide_text p {
        left:0px;
        padding: 0;
        z-index:9;
    }
    .rectangle_mission.team {
        top: -162px;
    }
    footer .right {
        padding-top: 0px;
        margin: -618px auto;
        text-align: right;
    }
    footer .left{
        text-align: left;
    }
    .small_pictures_and_text p{
        width:100%;
    }
    #parnterzy{
        padding: 54px 0 !important;;
    }
    .referens h2{
        top:160px;
    }
    .logotype {
        width: 215%;
        left: -116%;
    }
    .partners h2 {
        position: relative;
        left: 0;
        text-align: center;
        margin-left: -109px;
    }
    .your_localisation{
        width:352px;
        left:24px;
    }
    .your_localisation h2 {
        top: 3px;
    }
    #map{
        transform: scale(0.4);
        left: -60%;
        margin: -194px auto;
    }
    .localisation h4 {
        font-size: 65px;
    }
    .contact h2{
        margin-left:-165px;
    }
    .header-content {
        /*! margin: 1px -73px; */
        transform: scale(0.7);
    }
    .search {
        right: 47px;
    }
    .actuality_shape h2 {
        font-size: 11vw !important;
        left: 0 !important;
    }
    .actuality_shape h1 {
        top: -18px !important;
        left: 0;
    }
    .article_img {
        padding: 0px 8px;
        margin: -15px auto;
    }
    .article{
        margin-top: -30px;
    }
    .actuality_shape_two h5 {
        top:218px !important;
    }
    .article h4{
        display: none;
    }
    .container.partner {
        margin-top:0
    }  
    .cooperation {
        margin: 0 auto;
    }
    .rectangle_mission{
        display:none;
    }
    .cross{
        left:0;
        font-size: 6.5em;
        top:3px;
    }
    .menu li{
        width:100%;
    }
    logotype.res {
        left: -33px;
    }
    .anime:hover .what_do h5{
        text-align:left !important;
        bottom:65px!important ; 
        text-shadow:2px 0 white;
        -webkit-animation-play-state: paused; /* Safari 4.0 - 8.0 */
        animation-play-state: paused;
     }
    .mission przedmiot{
         margin-top:-96px !important;
     }
    .mission.three h2{
         left:0;
     }
     .mission.przedmiot h2{
        top: 23px !important;
     }
     .mission.three h3{
        margin-top: -9px;
     }
     .mission.team h3 {
        margin: 66px auto;
     }
    .kompeten {
        padding: 0 0;
        position: relative;
        /*! top: 143px; */
    }
    .background.kompe {
        height: 720px;
        margin-top: -161px;
    }
    .mission.team {
        margin-top: -150px;
    }
    .container.project{
        padding:0 !important;
    }
    .rectangle_debats{
        display:none;
    }
}
@media (max-width: 400px) {
    #map{   
        left: -69%;
    }
    .your_localisation{
        left:9px;
    }
}
@media (max-width: 375px) {
    footer .right{
        margin-top: -612px;
    }
    .background.kompe {
        height: 806px;
        margin-top: -40px;
    }
    .actuality_shape h1 {
        top: -20px !important;
    }
    .mission.team {
        margin-top: -225px;
    }
    .what_do{
        background:none !important;
        height: 230px !important;
    }
    .search{
        transform: scale(0.8);
        right: 15px;
    }
    .mission_img {
        transform: unset;
        margin: 0;
    }
    .mission_img img {
        width: 100%;
    }
    .cel_img.two {
        right: -38px;
    }
    .cel_img.three {
        right: -36px;
    }
    .mission h3 {
        font-size: 54px;
    }
    .mission h4 {
        font-size: 54px;
    }
    .mission.three h3 {
        top: 0;
    }
    .slide_text p {
        left: -21px;
    }
    .rectangle_mission.team {
        top: -145px;
    }
    .mission.team p {
        font-size: 19px;
    }
    .partners h2{
        left:54%;
        margin-left:-245px;
    }
    .logotype {
        width: 209%;
    }
    .referens h2 {
        font-size: 51px;
        top:142px;
    }
    .article_referens p{
        font-size:10px;
    }
    #map {
        left: -77%;
        transform: scale(0.35);
    }
    .your_localisation {
        width: 307px;
        left:17px;
    }
    .localisation h4 {
        font-size: 57px;
    }
    .contact h2{
        margin-left:-136px;
        font-size:75px;
        margin-top:50px;
    }
    .rectangle_contat{
        width:255px !important;
    }
    .contact h3{
        display:none;
    }
    footer{
         margin-top: -227px;
        padding-top: 275px;
    }
    footer .left {
        padding-top: 17px;
    }
    .whatdo {
        margin-top: 374px;
    }
    .new_home h6{
        display:none;
    }
    .header-content {
        /*! margin: -54px -90px; */
        transform: scale(0.65);
    }
    .sliders{
        margin-top:-117px;
    }
    .background.cel{
        margin-top:-100px;
    }
    .background_two.partners{
        height:650px;
    }
    #parnterzy{
        padding:0 !important;
    }
    .referens{
        margin-top: -103px;
    }
    .article_referens p{
        padding:0px;
    }
    .partners h4{
        text-align: center;
        left: -13px;
        position: relative;
    }
}
@media (max-width: 360px) {
    #map {
        left: -83%;
    }
    .your_localisation{
        left:12px;
    }
    .whatdo {
        margin-top: 413px;
    }
    footer .right {
        margin-top: -701px;
    }
}
@media (max-width: 320px) {
    footer .right {
        margin-top: -665px;
    }
    .heading h1 {
        font-size: 43px;
    }    
    .actuality_shape h1 {
        top: 0px !important;
    }
    .actuality_shape_two h5 {
        top:211px;
    }
    .mission.przedmiot{
        margin-top:-65px;
    }
    #parnterzy{
        margin-top:0 !important;
    }
    .article_referens ul li a {
        font-size: 10px !important;
    }
    .header-content {
        /*! margin: -49px -115px; */
        transform: scale(0.6);
    }
    footer{
        padding-top:302px;
    }
    .mission_img {
        transform: none;
        margin: 0;
    }
    .mission_img img {
      max-width: 100%;
      height: auto;
    }
    .mission.team h3{
        top:20px;
    }
    .mission p {
        font-size: 18px;
    }
    .rectangle_mission {
        margin: -38px auto;
    }
    .mission.two p {
        left: 0%;
        font-size: 16px;
    }
    .rectangle_mission.two {
        left: 0;
        top: -61px;
    }
    .mission.two h3 {
        left: 0px !important;
    }
    .cel_img.two {
        right: -62px;
    }
    .mission h3 {
        font-size: 47px;
    }
    .mission h4 {
        font-size: 47px;
    }
    .slide_text p {
        width: 274px;
        left: 6px;
    }
    .cel_img.three {
        right: -61px;
    }
    .mission.team p {
        font-size: 16px;
        top:5px
    }
    .rectangle_mission.team {
        top: -114px;
    }
    .logotype {
        width: 150px;
        left: -241%;
    }
    .background_two{
        height: 633px;
    }
    .article_referens {
        position: relative;
        top: -42px;
    }
    #parnterzy {
        padding: 0 0 !important;
        margin-top: -114px;
    }
    .logotype.res {
        left: -39%;
        width: 150px;
    }
    .partners h2 {
        left: 76%;
    }
    .localisation h4 {
        font-size: 50px;
    }
    .your_localisation {
        width: 271px;
    }
    .your_localisation h2 {
        top: -2px;
        font-size:12px;
    }
    #map{
        transform: scale(0.45);
        left:-101%;
    }
    .contact h2 {
        margin-left: -117px;
    }
    .search{
        right:-10px;
    }
    .article_referens p {
        font-size: 13px;
        letter-spacing: 0;
    }
    .article_referens ul li a {
        font-size: 12px;
    }
    .partners h4{
        left: -34px;
    }
    .actuality_shape.two {
        padding: 0px 20px;
    }
}
    
    
    
    
/*NOWA GŁÓWNA*/
.page_home{
    height: 643px;
}
.slick-sliders{
    padding: 100px 0px 60px;
}
.slider_text p{
    text-align: justify;
}
.slider h2{
    font-size:28px;
}
.slider h2 span{
    font-size:16px;
    color:#db723d;
}
   .slider h4{
    font-size:28px;
}
.slider h4 span{
    font-size:16px;
    color:#db723d;
}
.slider span{
    font-size:16px;
}
.rectangle_slider{   
    max-width: 800px;
    width: 80%;
    height: 1px;
    background: #fff;
}
button:focus{
    outline:none;
}
button{
    width: 15px;
    height: 15px;
    color: transparent;
    background: white;
    border:none;
}
.pagination {
    width:100%;
    text-align:center;  
}
.pagination li{
    display: inline-block;
    padding: 5px;
}
.slick-active li button{
    background: #db723d;
}
.what_do{
    height:700px;
    background-size: cover;
    background-position: center;
    background-size:100% 100%;
    transition: 1s;
}
 .what_do h5 {
    font-weight: 400;
    padding: 25px 0 25px 15px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 65px;
    position: absolute;
    width: 92.2%;
    letter-spacing: 5px;
    transition:1s;
 }
 .new_home h6{
    font-size: 16vw;
    color: silver;
    opacity: 0.2;
    position: absolute;
    left: -34%;
    top: -148px;
    z-index: -1;
 }
 .new_home h2{
    color:#336473;   
    font-family: 'Roboto Slab', serif;
    font-size: 90px;
 }
 .anime:hover .what_do h5{
     text-align:center;
     bottom:300px; 
     text-shadow:2px 0 white;
 }
 .anime:hover .what_do{
     background-size:105% 105%;
 }
 .whatdo{
     padding:180px 0;
 }
.left-reset {
  left: 0 !important;
}
#about div.rectangle-top:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 105px;
    background: #f37531;
    margin: 0 0;
    display: block;
    top: 8px;
    left: 0px;
}



























section#aim {
  margin-top: 140px;
}
section#aim p {
color: #fff;
font-size: 26px;
position: relative;
}
section#aim img {
  max-width: 100%;
  height: auto;
}

section#aim h3 {color: #fff;position: relative;font-size: 90px;font-family: 'Roboto Slab', serif;transform: scaleY(0.9);text-align: left;}
section#aim h5 {
  font-size: 21vw;
  color: white;
  opacity: 0.2;
  line-height: 20%;
  position: relative;
  margin-bottom:-25wv;
  height: 1px;
}

section#aim .two_columns {
  margin-top: 50px;
  margin-bottom: 80px;
}
.rectangle_aim {
  width: 105px;
  height: 5px;
  background: #f37531;
  text-align: left;
  margin: 10px auto 10px 0;
  position: relative;
  left:0px;
}
.news-homepage {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 1200px) {
  section#aim p {
     font-size: 22px;
  }
}
@media (max-width: 992px) {
  section#aim p {
    font-size: 18px;
    text-align:center;
  }
  .rectangle_aim {
    left: auto;
    margin: 10px auto 10px auto;
  }
  section#aim .two_columns {
    margin-top: 50px;
    margin-bottom: 80px;
    text-align:center;
  }  
  section#aim img {
    max-width: 50%;
    height: auto;
  }
  .whatdo {
    margin-top:300px;
  }
  .what_do {
    height: auto;
    position: relative;
    margin: 0;
    
    background: none !important;; 
  }
  .anime .what_do h5 {
    position: relative;
    bottom: 0;
    text-align: center;
    }
  .anime:hover .what_do h5 {
    text-align: center;
    bottom: 0 !important;
    text-shadow: 2px 0 white;
  }
  .slick-slide .news-homepage:nth-child(3) {
    display: none;
  }
  .slick-slide:nth-child(2), .slick-slide:nth-child(3, .slick-slide:nth-child(4)) {
    display: none;
  }
  .background.slider {
    height: auto;
  }
}

#about div.rectangle-top::before {
  display: none;
}
.whatdo .content a {
    color: white;
    text-align: center;
}

.p2191 section.bg-geometric::before, .p2191 section.bg-geometric::after {
  content:'';
  display: block;
  background: #3b7283;
  width: 110%;
  height: 200px;
  position: absolute;
  left: -5%;
  z-index: 1;
}
.p2191 section.bg-geometric::before {
    transform: rotate(-4deg);
}
.p2191 section.bg-geometric > div {
  background-color: #3b7283;
  margin-top: 4vw;
  margin-bottom: -9vw;
  border-top: solid 1px transparent;
  z-index: 2;
  position: relative;
}
.p2191 section.bg-geometric {
  border-top: solid 1px transparent;
  position: relative;
  display: block;
}
.p2191 section.bg-geometric .sliders {
  padding:0;
}
.p2191 section.bg-geometric .sliders .slide row {
  margin-top: 0;
}


.p1733 section.bg-geometric::after {
    transform: rotate(3deg);
}

.rectangle_news {
  width: 100%;
  height: 1px;
  background: #336473;
  padding: 0 20px;
}
.news-text-wrap {
  position: relative;
  z-index: 111;
}
.news-text-wrap a {
  text-decoration: underline;
}
.news-text-wrap a:hover {
color:#f37531
}