﻿/*!
Theme Name: ISOP
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
html body {
  font-family: "Crimson Pro", sans-serif;
  background: #f7f8f9;
  overflow-x: hidden;
}
html body #page {
  padding-top: 100px;
}
@media (max-width: 767px) {
  html body #page {
    overflow: hidden;
    padding-top: 75px;
  }
}

.align_right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  border-radius: 15px;
  padding: 15px;
  background-color: #FDBF00;
  border: 2px solid #FDBF00;
  width: 292px;
  max-width: 100%;
  margin: auto;
  font: normal normal bold 19px/28px Oswald;
  color: #03204A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover {
  outline: none !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

h1 {
  font: normal normal bold 54px/80px Oswald;
	text-align: center;
	color: #00A1E0;
  margin: 35px 0;
}
@media (max-width: 992px) {
  h1 {
    font: normal normal bold 39px/58px Oswald;
  }
}

p {
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
  color: #03204A;
}

.wp-block-image {
  margin: 0;
}

.header {
  background-color: #03204A;
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999;
}
.header.scroll {
  padding: 5px 0;
}
.header.scroll .logo img {
  height: 30px;
}
.header .logo img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height:52px;
}
@media (max-width: 992px) {
  .header .logo img {
    max-height: 27px;
    width: auto;
  }

  .header .menu_cont .logo img{
    max-height: 53px;
    height: 53px;
  }
}
.header #menu_toggle svg path {
  fill: white;
}
@media (max-width: 992px) {
  .header .menu_cont {
    position: fixed;
    background: #03204A;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: left;
    padding: 25px 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: auto;
  }
  .header .menu_cont.show {
    left: 0;
  }

  .flags li a img{
    width: 29px !important;
		height: auto !important;
  }
}
@media (max-width: 992px) {
  .header .menu_cont .boxs_mobile {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .header .menu_cont .boxs_mobile a {
    text-decoration: none;
    width: 50%;
    font: normal normal normal 20px/22px "Crimson Pro", sans-serif;
  }
}
@media (max-width: 992px) {
  .header .menu_cont #close_mobile_menu {
    position: absolute;
    top: 21px;
    right: 36px;
  }
  .header .menu_cont #close_mobile_menu svg path {
    fill: white;
  }
}
.header .menu_cont nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  column-gap: 20px;
}

@media(max-width:1200px){
  .header .menu_cont nav ul{
    column-gap: 20px;
  }
}

@media (max-width: 992px) {
  .header .menu_cont nav ul {
    display: block;
    margin-top: 25px;
  }
}

.header .menu_cont nav ul  li ul{
  position: absolute;
	background: white;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	column-gap: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  flex-wrap: wrap;
}

.header.scroll .menu_cont nav ul  li ul{
  top: 10px;  
}

@media (max-width: 1200px) {
  .header .menu_cont nav ul  li ul{
      column-gap: 20px;
  }
}

.header .menu_cont nav ul  li ul li{

}

.header .menu_cont nav ul  li ul li a{
  font: normal normal normal 16px / 17px Crimson Pro;
	letter-spacing: 0px;
	color: #03204A;
  padding: 16px 0;
}

.header .menu_cont nav ul li:hover:before {
  content: ' ';
  position: absolute;
	width: 100%;
	height: 29px;
	bottom: 0;
	left: 0;
}

.header .menu_cont nav ul li:hover ul{
  opacity: 1;
  visibility: visible;
  transform: translateY(46px);
}

.header .menu_cont nav ul li .show_child{
  display: none;
}

.header .menu_cont nav ul li ul li:before{
	display:none !important;
}

@media (max-width: 992px) {
  .header .menu_cont nav ul li {
    padding: 0px 0;
    
    position: relative;
  }
  .header .menu_cont nav ul li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  .header .menu_cont nav ul li a{
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .header .menu_cont nav ul li ul{
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 0 12px;
  }

  .header .menu_cont nav ul li ul li:first-child a{
    border-top: none;
  }

  .header .menu_cont nav ul li ul li{
    padding: 0;
  }

  .header .menu_cont nav ul li ul li a{
    padding: 15px 0;
    font: normal normal normal 20px/22px Crimson Pro;
    color: #FFFFFF;
  }

  .header .menu_cont nav ul li.menu-item-has-children > .show_child{
    display: block;
    position: absolute;
    right: 0;
    top: 24px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    z-index: 9;
  }

  .header .menu_cont nav ul li .show_child svg{
    width: 20px;
    height: 20px;
  }

  .header .menu_cont nav ul li .show_child svg path{
    fill: white;
  }

  .header .menu_cont nav ul li.show_mobile_menu ul{
		display: block;
		transform: translateY(0);
    background-color: transparent;
    padding: 0 0 12px 30px;
  }

  .header .menu_cont nav ul li.menu-item-has-children.show_mobile_menu > .show_child svg{
		transform: rotate(180deg);
  }

  
}
.header .menu_cont nav ul li a {
  color: white;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding: 12px 0;
	overflow: hidden;
	display: block;

}
.header .menu_cont nav ul li a:before {
  /* content: " ";
  background-color: white;
  position: absolute;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden; */
}
.header .menu_cont nav ul li a:hover:before {
  left: 0%;
}
.header .menu_cont nav ul li.current-menu-item a:before {
  left: 0%;
}
.header .menu_cont .search-form {
  position: absolute;
  left: 0;
  background-color: #03204A;
  width: 100%;
  padding-bottom: 24px;
  bottom: 0%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 992px) {
  .header .menu_cont .search-form {
    background: transparent;
    position: relative;
    max-width: 80%;
    opacity: 1;
    padding-bottom: 42px;
  }
  .header .menu_cont .search-form .container {
    padding: 0;
  }

  .header .menu_cont nav ul li a{
    padding: 28px 0;
    font: normal normal normal 25px / 27px Crimson Pro;
  }
}
.header .menu_cont .search-form.show {
  bottom: -51px;
  z-index: 9;
  opacity: 1;
}
.header .menu_cont .search-form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  font: normal normal normal 16px/24px Oswald;
  margin-right: 20px;
  color: white;
}
@media (max-width: 992px) {
  .header .menu_cont .search-form input {
    margin: 0;
  }
}
.header .menu_cont .search-form input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.header .menu_cont .search-form button {
  background: transparent;
  border: none;
}
@media (max-width: 992px) {
  .header .menu_cont .search-form button {
    position: absolute;
    right: 0;
    top: -3px;
  }
}
.header .menu_cont .search-form button:hover svg path {
  fill: #009B53;
}
.header .search_icon {
  cursor: pointer;
}
.header .search_icon:hover svg path {
  fill: #009B53;
}
.header .flags {
  padding: 0;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .header .flags {
    margin: 0;
    column-gap: 24px;
  }
}
.header .links {
  padding: 0;
  margin: 0 0 0 30px;
  list-style-type: none;
}

@media (max-width: 992px) {
  .header .links {
    margin-left: 24px;
  }
}

#colophon {
  padding: 80px 0 60px 0;
  background-color: #03204A;
}
@media (max-width: 992px) {
  #colophon {
    padding: 40px 0;
    text-align: center;
  }
}
#colophon.toggle_menu {
  padding-top: 160px;
}
#colophon .content {
  margin-top: 20px;
  font: normal normal normal 20px/32px "Crimson Pro", sans-serif;
  color: white;
}
#colophon .links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#colophon .links li {
  color: white;
  font: normal normal normal 20px/22px "Crimson Pro", sans-serif;
  margin-bottom: 14px;
}
#colophon .links li a {
  color: white;
  font: normal normal normal 20px/22px "Crimson Pro", sans-serif;
  text-decoration: none;
}

.bottom {
  padding: 60px 0;
  background-color: white;
}
@media (max-width: 992px) {
  .bottom {
    padding: 30px 0;
    text-align: center;
  }
}
.bottom .images {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 60px;
}
.bottom .images > div {
  text-align: center;
}
@media (max-width: 992px) {
  .bottom .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
  }
  .bottom .images > div {
    width: 33%;
    padding: 0 10px;
  }
  .bottom .images > div:nth-child(4), .bottom .images > div:nth-child(5) {
    width: 50%;
  }
}

.blog .post_list,.post-type-archive-library .post_list {
  background-position: -5% 46%;
  background-image: url("../image/Group-29.png");
  background-repeat: no-repeat;
}
@media (min-width: 1680px) {
  .blog .post_list .container,.post-type-archive-library .post_list .container {
    max-width: 1600px;
  }
}
@media (max-width: 992px) {
  .blog .post_list,.post-type-archive-library .post_list {
    background: transparent;
  }
}
.blog .block_togglemenu,.post-type-archive-library .block_togglemenu {
  margin-top: 75px;
}
@media (min-width: 1680px) {
  .blog .block_togglemenu .container,.post-type-archive-library .block_togglemenu .container {
    max-width: 1500px;
  }
}
.blog .block_togglemenu .boxs,.post-type-archive-library .block_togglemenu .boxs {
  margin: 0 0 -125px 0;
}
.blog #colophon,.post-type-archive-library #colophon {
  padding-top: 180px;
}

.navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.navigation ul li a {
  font: normal normal normal 20px/25px Oswald;
  color: #03204A;
  opacity: 0.6;
  text-decoration: none;
}
.navigation ul li a:hover {
  color: #00A1E0;
}
.navigation ul li.active a {
  color: #00A1E0;
  opacity: 1;
}
.navigation ul li.custom_next_page a, .navigation ul li.custom_prev_page a {
  opacity: 1;
}
.navigation ul li.custom_next_page a svg, .navigation ul li.custom_prev_page a svg {
  position: relative;
  top: -2px;
}
.navigation ul li.custom_next_page a:hover svg path, .navigation ul li.custom_prev_page a:hover svg path {
  stroke: #00A1E0;
}

.single .block_baner{
	margin-bottom:48px;
}

.single main article {
  background-color: white;
}
.single main article .single_post_content p {
	font: normal normal normal 20px / 25px "Crimson Pro", sans-serif !important;
	color: #03204A;
}
.single .back {
  font: normal normal bold 15px/22px Oswald;
  color: #00A1E0;
  text-decoration: none;
}
.single .back svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 10px;
}
.single .back svg path {
  fill: #00A1E0;
}
.single .back:hover {
  color: #009B53;
}
.single .back:hover svg path {
  fill: #009B53;
}
.single .block_togglemenu {
  margin-top: 75px;
}
@media (min-width: 1680px) {
  .single .block_togglemenu .container {
    max-width: 1500px;
  }
}
.single .block_togglemenu .boxs {
  margin: 0 0 -125px 0;
}
.single #colophon {
  padding-top: 180px;
}
.single .single_page_news {
  background: #f7f8f9;
  padding-top: 70px;
}
.single .single_page_news .title {
  font: normal normal bold 54px/80px Oswald;
  color: #03204A;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .single .single_page_news .title {
    font: normal normal bold 39px/58px Oswald;
  }
}
.single .single_page_news .slick-list {
  padding: 0 140px;
}
@media (max-width: 992px) {
  .single .single_page_news .slick-list {
    padding: 0 40px;
  }
}

.block_baner {
  position: relative;
}
.block_baner:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(3, 32, 74, 0)), to(#03204A)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(3, 32, 74, 0) 0%, #03204A 100%) 0% 0% no-repeat padding-box;
  opacity: 0.66;
}
@media (max-width: 992px) {
  .block_baner img {
    min-height: 488px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
.block_baner:not(.Big) picture img {
  width: 100%;
		max-height: 510px;
	object-fit: cover;
}

.acf-tabs .container{
position:relative;	
}


.acf-tabs .tablepress-print-btn{
	position: absolute;
    top: 0;
    right: 15px;
}


@media (max-width: 992px) {
  .block_baner.Big img {
    min-height: 646px;
  }
}
.block_baner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  transform: translate(0, -30px);
}
@media (max-width: 992px) {

  .block_baner .content img {
    min-height: initial;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
	  
  }
}
.block_baner .content .title {
  font: normal normal bold 50px/60px Oswald;
  color: #03204A;
  color: white;
  text-align: center;
  margin-bottom: 0;
	margin-top:0;
}
@media (max-width: 992px) {
  .block_baner .content .title {
    font: normal normal bold 39px/58px Oswald;
  }
}

.block_baner .content .btn{
  margin-top: 20px;
}

.block_baner .content .links {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  padding: 0;
  margin: 50px 0 0 0;
  list-style-type: none;
}
.block_baner .content .links li {
  width: 25%;
  text-align: center;
  font: normal normal bold 24px/37px Oswald;
  color: white;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .block_baner .content .links li {
    font: normal normal bold 17px/25px Oswald;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .block_baner .content .links li {
    width: 100%;
    text-align: center;
  }
}
.block_baner .content .links li a {
  font: normal normal bold 24px/37px Oswald;
  color: white;
  text-decoration: none;
}
@media (max-width: 992px) {
  .block_baner .content .links li a {
    font: normal normal bold 17px/25px Oswald;
  }
}
.block_baner .content .links li a:hover {
  color: #009B53;
}

.block_togglemenu .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 38px rgba(3, 32, 74, 0.1607843137);
          box-shadow: 0px 0px 38px rgba(3, 32, 74, 0.1607843137);
  border-radius: 15px;
  margin-top: -125px;
  background: white;
  z-index: 9;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .block_togglemenu .boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -50px;
  }
}
.block_togglemenu .boxs.Small {
  margin-top: -60px;
}
.block_togglemenu .boxs.footer_menu {
  margin-bottom: -125px;
  margin-top: initial;
}
.block_togglemenu .boxs .box {
  text-align: center;
  padding: 60px 30px 40px 30px;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #eeeeee;
  text-decoration: none;
  flex: 1;
}

.block_togglemenu .boxs.small_version .box{
	padding:9px;
}

@media (max-width: 992px) {
	
	.block_togglemenu .boxs.small_version .box{
		padding:9px;
	}
	
  .block_togglemenu .boxs .box {
    width: 50%;
    padding: 45px 22px 22px 22px;
    flex: none;
  }
  .block_togglemenu .boxs .box:last-child {
    width: 100%;
  }
  .block_togglemenu .boxs .box:nth-child(2) {
    border-top-right-radius: 15px;
  }
}
.block_togglemenu .boxs .box:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.block_togglemenu .boxs .box:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-right: none;
}

.block_togglemenu .boxs .box .top {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 100%;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

.block_togglemenu .boxs.small_version .box .top{
	height:0;
}

.block_togglemenu .boxs .box .title {
  font: normal normal bold 29px/43px Oswald;
  margin-bottom: 18px;
  color: #03204A;
}

.block_togglemenu .boxs.small_version .box .title{
	margin-bottom:0;
}

@media (max-width: 992px) {
  .block_togglemenu .boxs .box .title {
    font: normal normal bold 14px/21px Oswald;
  }
}
.block_togglemenu .boxs .box .content {
  font: normal normal normal 20px/22px "Crimson Pro", sans-serif;
  color: #03204A;
}
@media (max-width: 992px) {
  .block_togglemenu .boxs .box .content {
    font: normal normal normal 20px/22px "Crimson Pro", sans-serif;
  }
}

.block_togglemenu .boxs .box .number_signature{
  	font: normal normal normal 15px / 17px "Crimson Pro", sans-serif;
	color: #03204A;
	margin-bottom: 0;
}

.block_togglemenu .boxs .box:hover .top, .block_togglemenu .boxs .box.active .top {
  height: 100%;
}

.block_news {
  max-width: 1920px;
  margin: auto;
  margin-bottom: 95px;
	position:relative;
}

.block_news .nav{
	
}

.block_news .nav .prev{
	position: absolute;
	left: 20px;
	top: 50%;
	cursor: pointer;	
}

.block_news .nav .next{
	position: absolute;
	right: 20px;
	top: 50%;
	cursor: pointer;	
}

.block_news .nav .prev svg,.block_news .nav .next svg{
	width: 30px;
	height: 30px;		
}

.block_news .nav .prev svg{
	transform: rotate(180deg);
}

.block_news .title {
  font: normal normal bold 54px/80px Oswald;
  color: #03204A;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .block_news .title {
    font: normal normal bold 39px/58px Oswald;
  }
}
.block_news .slick-list {
  padding: 0 140px;
}
@media (max-width: 992px) {
  .block_news .slick-list {
    padding: 0 40px;
  }
}
.block_news .posts {
  margin-bottom: 64px;
}

article.post {
  border-radius: 15px;
  margin: 0 8px;
  background-color: white;
  overflow: hidden;
}

.single article.post{
	margin:0;
	border-radius:0;
}

article.post .big_news img {
  height: 350px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1680px) {
  article.post .big_news img {
    height: 380px;
  }
}
article.post .content {
  padding: 14px 30px;
}
article.post .content .heading {
  margin-bottom: 11px;
  font: normal normal bold 25px/37px Oswald;
  color: #03204A;
  display: block;
  text-decoration: none;
}

@media(max-width:767px){
	article.post .content .heading{
		font: normal normal bold 17px / 24px Oswald;
	}
	
	.block_news{
		margin-bottom:45px;
		min-height:48px;
	}
}

article.post .content .desc {
  margin-bottom: 11px;
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
  color: #03204A;
  display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; 
  overflow:hidden;
}
article.post .content .more {
  font: normal normal bold 15px/22px Oswald;
  color: #00A1E0;
  text-transform: uppercase;
  text-decoration: none;
}
article.post .content .more svg {
  margin-left: 30px;
}
article.post .content .more:hover {
  color: #009B53;
}
article.post .content .more:hover svg path {
  fill: #009B53;
}

.block_textimage {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 992px) {
  .block_textimage {
    padding: 45px 40px;
  }
}
.block_textimage .icon {
  position: absolute;
}
@media (max-width: 992px) {
  .block_textimage .icon {
    max-width: 160px;
  }
}
.block_textimage .icon.Top {
  top: 0;
}
.block_textimage .icon.Bottom {
  bottom: 0;
}
.block_textimage .icon.Left {
  left: 0;
}
.block_textimage .icon.Right {
  right: 0;
}
.block_textimage .icon.Top.Left {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block_textimage .icon.Bottom.Left {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.block_textimage .icon.Top.Right {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.block_textimage .icon.Bottom.Right {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.block_textimage .title {
  font: normal normal bold 54px/80px Oswald;
  color: #03204A;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .block_textimage .title {
    font: normal normal bold 39px/58px Oswald;
  }
}
@media (max-width: 992px) {
  .block_textimage .title {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .block_textimage .content {
    text-align: center;
  }
}
.block_textimage .content.Small p {
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
}
.block_textimage .content.Medium p {
  font: normal normal normal 25px/35px "Crimson Pro", sans-serif;
}
.block_textimage .content.Large p {
  font: normal normal normal 28px/35px "Crimson Pro", sans-serif;
}

.block_team {
  padding: 70px 0;
  background: white;
  position:relative;
}

.block_team:before{
	content: '';
	position: absolute;
	background: #f7f8f9;
	width: 35%;
	height: 100%;
	top: 0;
}

.block_team:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 27%;
	width: 16%;
	background: #f7f8f9;
	clip-path: polygon(50% 0%, /* góra */ 100% 50%, /* prawa */ 50% 100%, /* dół */ 0% 50% /* lewa */);
}

.block_team .title {
  font: normal normal bold 54px/80px Oswald;
  color: #03204A;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .block_team .title {
    font: normal normal bold 39px/58px Oswald;
  }
}

.block_team .title.sub{
	font: normal normal normal 40px / 45px "Crimson Pro", sans-serif;
	color: #7c8ba1;
	text-align: justify !important;
	opacity: 0.8;
}

.block_team .team_nav{
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	z-index:9;
}

.block_team .team_nav li{
	margin-bottom:20px;
}

.block_team .team_nav li:last-child{
	margin-bottom:0;
}

.block_team .category {
	font: normal normal bold 23px / 34px Oswald;
	color: #03204A;
	text-decoration: none;
	cursor:pointer;
}
.block_team .category.active,.block_team .category:hover {
  color: #EA3E42;
}

.block_team .team {
  -webkit-gap: 31px;
     -moz-gap: 31px;
          gap: 31px;
		flex-wrap: wrap;
}
.block_team .team .slick-list {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .block_team .team .slick-list {
    padding: 0 40px;
  }
	
	.block_team .team_nav{
		margin-bottom:40px;
	}
}
.block_team .team .person {
  text-align: center;
  flex: 1 1 225px;
}
@media (max-width: 992px) {
  .block_team .team .person {
    margin: 0 15px;
  }
}
.block_team .team .person img {
  border-radius: 15px;
  margin: auto;
}
/* @media (max-width: 992px) {
  .block_team .team .person img {
    width: 50%;
  }
} */
.block_team .team .person .name {
  font: normal normal bold 23px/34px Oswald;
  margin: 23px 0 9px 0;
  color: #03204A;
}
.block_team .team .person .position {
  font: normal normal normal 18px/25px "Crimson Pro", sans-serif;
  color: #03204A;
}

.block_links {
  background-color: white;
  position: relative;
  padding: 60px 0 0 0;
}

.block_links.padding_bottom{
	padding-bottom:60px;
}

.home .block_links{
	padding:100px 0;
}

.block_links .icons {
  column-gap: 20px;
  row-gap: 60px;
	flex-wrap:wrap;
}

.block_links .icons .icon{
	width: 25%;
}

.block_links .icons.grid-6 .icon {
	width:15.2%;
}

.block_links .icons.grid-8 .icon{
	width: 12.5%;
}

@media (max-width: 1200px) {
  .block_links .icons .icon,.block_links .icons.grid-8 .icon,.block_links .icons.grid-6 .icon {
		width: 25%;
  }
  .block_links .icons.grid-4 {
    padding: 0 0px;
  }
}
@media (max-width: 768px) {
  .block_links .icons .icon,.block_links .icons.grid-8 .icon,.block_links .icons.grid-6 .icon {
    width: 50%;
  }
}
.block_links .icons .icon {
  text-decoration: none;
}

.block_links .icons.grid-8 .icon{
     display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.block_links .icons .icon .title {
  font: normal normal bold 23px/34px Oswald;
  color: #03204A;
  margin: 18px 0 12px 0;
}

.block_links .icons.grid-8 .icon .title{
  font: normal normal bold 18px / 28px Oswald;
}

.block_links .icons .icon img {
  height: 80px;
}

.block_links .icons.grid-8 .icon img {
  height: 60px;
}

.block_links .back_icon {
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .block_links .back_icon {
    max-width: 160px;
  }
}

.block_map {
  padding: 94px;
}
@media (max-width: 992px) {
  .block_map {
    padding: 50px 0 0 0;
  }
  .block_map .container {
    max-width: 100%;
    padding: 0;
  }
}
.block_map iframe {
  width: 100%;
}
.block_map .title {
  font: normal normal bold 54px/80px Oswald;
  color: #03204A;
}
@media (max-width: 992px) {
  .block_map .title {
    font: normal normal bold 39px/58px Oswald;
  }
}
.block_map .lines {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.block_map .lines li {
  text-align: left;
  margin-bottom: 10px;
}
.block_map .lines li img {
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.block_map .lines li span {
  margin: 0;
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 767px) {
  .block_map .lines li span {
    font-size: 20px;
    line-height: 28px;
  }
}
.block_map .lines li span.line, .block_map .lines li span.bold_text {
  font-weight: bold;
}
.block_map .lines li span.bold_text {
  padding-left: 5px;
}

.block_imageslider {
  padding: 0px 0 90px 0;
  position: relative;
}

.block_imageslider .slick-slide {
  height: 300px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.block_imageslider .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
} 

.block_imageslider .next_arrow{
	position: absolute;
	top: 40%;
	right: 20px;
	cursor: pointer;
	z-index: 9;
}

.block_imageslider .prev_arrow{
	position: absolute;
	top: 40%;
	left: 20px;
	cursor: pointer;
	z-index: 9;
}

.block_imageslider .prev_arrow svg{
	transform: rotate(180deg);
}

.block_imageslider .next_arrow svg,.block_imageslider .prev_arrow svg{
	width: 30px;
	height: 20px;	
}

@media (max-width: 992px) {
  .block_imageslider {
    padding-bottom: 40px;
  }
}
.block_imageslider .half_background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(50% - 30px);
  top: 0;
  left: 0;
}
.block_imageslider .images .slick-list {
  padding: 0 140px;
}
@media (max-width: 992px) {
  .block_imageslider .images .slick-list {
    padding: 0 40px;
  }
}
.block_imageslider .images .image {
  overflow: hidden;
  border-radius: 15px;
  margin: 0 8px;
}

.block_teamgrid {
  padding: 80px 0 60px 0;
  position: relative;
}
.block_teamgrid .icon {
  position: absolute;
}

@media (max-width: 1400px) {
  .block_teamgrid .icon {
    max-width: 15%;
  }
}

@media (max-width: 992px) {
  .block_teamgrid .icon {
    max-width: 160px;
  }
}
.block_teamgrid .icon.Top {
  top: 0;
}
.block_teamgrid .icon.Bottom {
  bottom: 0;
}
.block_teamgrid .icon.Left {
  left: 0;
}
.block_teamgrid .icon.Right {
  right: 0;
}
.block_teamgrid .icon.Top.Left {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block_teamgrid .icon.Bottom.Left {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.block_teamgrid .icon.Top.Right {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.block_teamgrid .icon.Bottom.Right {
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.block_teamgrid .title {
  font: normal normal bold 54px/80px Oswald;
  color: #03204A;
  margin-bottom: 25px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .block_teamgrid .title {
    font: normal normal bold 39px/58px Oswald;
  }
}
@media (max-width: 992px) {
  .block_teamgrid .title {
    text-align: center;
  }
}
.block_teamgrid .signature {
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
  color: #03204A;
}
@media (max-width: 992px) {
  .block_teamgrid .signature {
    text-align: center;
  }
}
.block_teamgrid .teams {
  padding-top: 50px;
}

.block_teamgrid .teams img{
	border-radius:15px;
}

@media (max-width: 992px) {
  .block_teamgrid .teams .person {
    margin-bottom: 50px;
    text-align: center;
  }
  .block_teamgrid .teams .person:last-child {
    margin-bottom: 0;
  }
}
.block_teamgrid .teams .person .name {
  font: normal normal bold 23px/34px Oswald;
  color: #03204A;
  margin-bottom: 9px;
}
@media (max-width: 992px) {
  .block_teamgrid .teams .person .name {
    margin-top: 35px;
  }
}
.block_teamgrid .teams .person .position {
  color: #03204A;
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
  margin-bottom: 35px;
}
.block_teamgrid .teams .person .content {
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
  color: #03204A;
}
.block_teamgrid .teams .person a {
  color: #03204A;
  text-decoration: none;
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
}
.block_teamgrid .teams .person a:hover {
  color: #009B53;
}

.block_textcolumn {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .block_textcolumn {
    padding: 40px 0;
    text-align: center;
  }
}
.block_textcolumn .title {
  font: normal normal bold 40px/60px Oswald;
  margin-bottom: 30px;
  color: #03204A;
}
.block_textcolumn .content {
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
  max-width: 620px;
}
.block_textcolumn .content p {
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
}
.block_textcolumn .content.Large p {
  font: normal normal normal 25px/30px "Crimson Pro", sans-serif;
}
.block_textcolumn .content.Medium p {
  font: normal normal normal 20px/25px "Crimson Pro", sans-serif;
}
.block_textcolumn .content.Small p {
  font: normal normal normal 15px/20px "Crimson Pro", sans-serif;
}
.block_textcolumn img {
/*   max-width: 620px; */
	border-radius:15px;
}

.block_numbers {
	padding: 0 0 80px 0;
	background-color: white;
	margin-top: -60px;
  background-color: white;
}
@media (max-width: 992px) {
  .block_numbers {
    padding: 40px 0;
    text-align: center;
  }
}

.block_numbers .block_togglemenu .boxs{
  margin-top: 0;
}

.block_numbers .heading {
  font: normal normal bold 24px/60px Oswald;
  color: #03204A;
  margin: 0;
}
.block_numbers .title {
  font: normal normal bold 40px/60px Oswald;
  color: #00A1E0;
  margin-bottom: 65px;
}
.block_numbers .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block_numbers .numbers .number {
  width: 20%;
  padding: 0 20px 35px 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .block_numbers .numbers .number {
    width: 100%;
  }
}
.block_numbers .numbers .number .number_title {
  font: normal normal bold 32px/52px Oswald;
  margin-bottom: 20px;
}
.block_numbers .numbers .number .number_number {
  font: normal normal bold 22px/32px Oswald;
  color: #03204A;
  margin-bottom: 0;
}
.block_numbers .numbers .number .number_signature {
  font: normal normal normal 15px/17px "Crimson Pro", sans-serif;
  color: #03204A;
  margin-bottom: 0;
}
.block_numbers .signature {
  font: normal normal normal 20px/45px "Crimson Pro", sans-serif;
  color: #03204A;
}

.block_textcolumnlong {
  position: relative;
  padding: 75px 0;
}
@media (max-width: 992px) {
  .block_textcolumnlong {
    padding: 45px 0;
    text-align: center;
  }
}
.block_textcolumnlong .icon {
  position: absolute;
  left: 0;
  top: 0; 
 	transform: translate(-50%, 250px);
}
@media (max-width: 992px) {
  .block_textcolumnlong .icon {
    display: none;
  }
}
.block_textcolumnlong .title {
  font: normal normal normal 40px/45px "Crimson Pro", sans-serif;
  color: #7c8ba1;
  margin-bottom: 70px;
  opacity: 0.8;
}
.block_textcolumnlong .stick {
  position: sticky;
  top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  .block_textcolumnlong .stick {
    position: initial;
  }
}
.block_textcolumnlong .links {
  padding: 0;
  list-style-type: none;
  padding: 0;
}
.block_textcolumnlong .links li {
  font: normal normal bold 23px/34px Oswald;
  color: #03204A;
  margin-bottom: 20px;
}
.block_textcolumnlong .links li a {
  font: normal normal bold 23px/34px Oswald;
  color: #03204A;
  text-decoration: none;
}
.block_textcolumnlong .links li a:hover,.block_textcolumnlong .links li.active a,.block_textcolumnlong .links li.active {
  color: #EA3E42;
}
.block_textcolumnlong .contents .content {
  margin-bottom: 25px;
}

.block_textcolumnlong .contents .content .subcategories_name{
	color: #03204A;
	font-weight: bolder;	
	cursor:pointer;
}

.block_textcolumnlong .contents .content .subcategories_content{
	display:none;
	margin-bottom:20px;
}

.block_textcolumnlong .contents .content .buttons a{
	display: block;
	padding: 7px 22px;
	font: normal normal bold 19px / 28px Oswald;
	letter-spacing: 0px;
	text-decoration: none;	
	border-width:2px;
	border-style:solid;
	border-radius:15px;
	transition:0.5s;
}

.block_textcolumnlong .contents .content .buttons a:hover{
	background-color:transparent !important;
}

.block_textcolumnlong .contents .content .heading {
  color: #00A1E0;
  font: normal normal bold 23px/34px Oswald;
  margin-bottom: 35px;
}

.block_textcolumnlong .contents .content .question{
	color:#03204A;
	font-weight:bolder;
}
.question {
  cursor: pointer;
}

.question svg {
  cursor: pointer;
}


.block_textcolumnlong .contents .content .answer{
	display:none;
}

.block_textcolumnlong .hr {
  position: relative;
}
@media (max-width: 992px) {
  .block_textcolumnlong .hr {
    display: none;
  }
}
.block_textcolumnlong .hr:before {
  content: " ";
  background: #7f8ca0;
  width: 1px;
  height: calc(100% + 100px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
}

.block_docs .start_content .title{
  font: normal normal normal 40px/45px "Crimson Pro", sans-serif;
  color: #7c8ba1;
  margin-bottom: 70px;	
  opacity: 0.8;
}

.block_docs .icon{
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%, 250px);
}

.block_docs .docs{
  display: flex;
  flex-wrap:wrap;
  gap:20px;
}

.block_docs .docs > div{
	max-width:150px;
}

.block_docs .docs.d-grid > div{
	max-width:initial;
}

/* .block_docs .docs.d-grid{
	grid-template-columns: repeat(5, 1fr);

}

@media (max-width: 1199px) {
  .block_docs .docs.d-grid{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .block_docs .docs.d-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .block_docs .docs.d-grid{
    grid-template-columns: repeat(2, 1fr);
  }
} */

.block_docs .title{
  font: normal normal bold 23px / 34px Oswald;
	color: #03204A;
	margin-bottom: 34px;
}

.block_docs .school .title{
	text-align:left;
}

.block_docs .school .name,.block_textcolumnlong .contents .content p a{
	font: normal normal normal 18px / 22px Crimson Pro;
	text-decoration:none;
	color: #03204A;
}

.block_docs .school .name:hover,.block_textcolumnlong .contents .content p a:hover{
	color:#EA3E42;
}

.block_docs .name{
	font: normal normal normal 20px / 28px Crimson Pro;
	color: #03204A;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 0;
}

.block_docs .name img{
	display: block;
    margin: 0 auto 10px;
}

.block_docs canvas{
  width: 100% !important;
	height: auto !important;
}

.doc-preview-container {
  width: 100%;
  aspect-ratio: 1; /* format A4 mniej więcej */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: relative;
}

.doc-preview-iframe {
  width: 100%;
  height: 600px; /* większa wysokość, żeby iframe miał miejsce na wczytanie */
  transform: scale(1); /* Możesz tu dodać np. scale(0.8) jak chcesz zmniejszyć */
  transform-origin: top center;
  pointer-events: none; /* Wyłącza klikanie wewnątrz iframe */
}

.block_textcolumntoggle .content{
	display:none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img{
	border-radius:12px;
}

.wp-block-video video{
	position: relative;
	z-index: 9;
}

.search-results .entry-title a{
	font: normal normal bold 23px / 34px Oswald;
	color: #03204A;
	text-decoration: none;
}

.search-results .entry-title a:hover{
	color: #EA3E42;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language{
	display:none;
}

/* new 26.09 */

.password_form{
  max-width: 500px;
	margin: 115px auto 115px;
	text-align: center;
	display:none;
}

.password_form .heading{
  font: normal normal bold 23px / 34px Oswald;
	color: #03204A;
	margin-bottom: 9px;
}

.password_form input[type="password"]{
	width: 100%;
	padding: 24px 30px;
	border-radius: 15px;
	border: 1px solid #707070;
	margin-bottom: 30px;
	margin-top: 20px;
}

.password_form .btn{
  width: 100%;
}

.block_docs .block_togglemenu .boxs.footer_menu {
  margin-bottom: 0;
}

.block_docs .heading{
  text-align: center;
	font: normal normal bold 32px / 47px Oswald;
	letter-spacing: 0px;
	color: #03204A;
	text-transform: uppercase;
	margin: 50px 0;
}

.block_docs .school {
  display: none;
  margin-top: 90px;
  margin-bottom: 50px;
}

.block_docs .school.show{
  display: block;
}

/* .block_docs .school.show.password{
	display:none;
} */

.block_docs .block_togglemenu .boxs .box{
  transition: 0.5s;
}

.block_docs .block_togglemenu .boxs.active .box{
  padding: 9px;
}

.block_docs .block_togglemenu .boxs.active .box .content{
  display: none;
}

.block_docs .block_togglemenu .boxs.active .box .title{
  margin: 0;
}

.block_docs .block_togglemenu .boxs.active .box .top{
  height: 0;
}

.block_docs .block_togglemenu .boxs.active .box.active .top,.block_docs .block_togglemenu .boxs.active .box:hover .top{
  height: 100%;
}

.block_textcolumntoggle .tablepress>:where(thead,tfoot)>tr>*,.tablepress>:where(tbody)>tr>*{
  background: transparent !important;
	color: #03204A !important;
	border-top: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
  vertical-align: middle !important;
}

.block_textcolumntoggle .tablepress{
  border: 1px solid #eeeeee !important;
}

.slick-dots{
	padding: 0;
	margin: 20px 0;
	display: flex;
	justify-content: center;
	gap: 10px;
	list-style-type: none;	
}

.slick-dots li{
	width: 20px;
	height: 20px;
	background: #c3c2c2;
	border-radius: 50%;	
}

.slick-dots li button{
	display:none;
}

.slick-dots li:hover,.slick-dots li.slick-active{
	background-color:#fdbf00;
}

.acf-tabs{
  width:100%;
}

.acf-tabs__nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  border-bottom:1px solid #e6e6e6;
  padding-bottom:10px;
  margin-bottom:16px;
}

.acf-tabs__btn{
  appearance:none;
  border:1px solid #e6e6e6;
  background:#fff;
  padding:10px 14px;
  border-radius:10px;
  cursor:pointer;
  font:inherit;
  line-height:1;
  transition:transform .12s ease, border-color .12s ease, background-color .12s ease;
}

.acf-tabs__btn:hover{
  transform:translateY(-1px);
}

.acf-tabs__btn.is-active{
  border-color:#000;
  background:#f7f7f7;
}

.acf-tabs__btn:focus{
  outline:none;
}

.acf-tabs__btn:focus-visible{
  outline:2px solid #000;
  outline-offset:2px;
}

.acf-tabs__panels{
  width:100%;
}

.acf-tabs__panel{
  border:1px solid #eee;
  border-radius:14px;
  padding:16px;
  background:#fff;
}

/* Jeżeli chcesz animację przejścia */
.acf-tabs__panel[hidden]{
  display:none;
}

.tablepress-print-btn{
	border-color: #03204A;
	background: #f7f7f7;
	appearance: none;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 10px 14px;
	border-radius: 10px;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	transition: transform .12s ease, border-color .12s ease, background-color .12s ease;
}

.tablepress-print-btn:hover{
	background-color:#03204A;
	color:white;
}

.wp-block-image.is-style-rounded img{
	border-radius:15px;
}

.block_textimage ul {
    list-style-position: inside;
    padding-left: 0;
    text-align: center;
}

.block_textimage .content.Large p{
    text-align: justify !important;
}

@media (max-width: 992px) {
	.block_textimage .content.Medium p{
		font-size: 18px;
	}
	
@media (max-width: 992px) {
	.block_textimage .content.Large p{
		font-size: 18px;
	} 
	
@media (max-width: 992px) {
    .block_textimage .title {
		font-size:28px;
	}
	
@media (max-width: 992px) {		
	.block_team .category {
	}
		
		
@media (max-width: 768px){
	.block_links .icons .icon, .block_links .icons.grid-8 .icon, .block_links .icons.grid-6 .icon{
		width:48%;
	}
	
@media (max-width: 768px){
	.block_team:before {
		display:none
	}
	
	@media (max-width: 768px){
	.block_team:after {
		display:none
	}
		
@media (max-width: 768px){
	.block_team .title.sub {
		font-size:23px;
	}
	
@media (max-width: 768px){
	.block_team .category{
		font-size:20px;
	}
	
@media (max-width: 768px){
	.home .block_links {
    	padding: 50px 0;
	}
	
@media (max-width: 768px){
	.block_team .title {
		margin-bottom:0;
	}
	
@media (max-width: 768px){
	.block_links .icons .icon .title {
		font-size:18px;
	}