
h2 { text-align:center; font-weight:700; font-family: "Spartan"; margin-bottom:50px;  }

.blue_grid_item,
.welcome_photo,
.welcome_bg_img,
.news_item,
.top_section_container 
{
 border-radius:12px;
}

.content {
  font-size: 10px;
  cursor: default;
}
.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  /*margin: 0;*/
}

.content h1
{
    text-align: left;
    text-transform: none;
}

.content {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  word-spacing: -0.0666rem;
  overflow-x: hidden;
  max-width: 100%;
}
.content * {
  box-sizing: border-box;
  transition: all 0.2s linear;
}
.content {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
.content b {
  font-weight: 700;
}
.content span {
  -webkit-appearance: none;
  color: inherit;
  text-decoration: inherit;
}
.content a {
  -webkit-appearance: none;
  text-decoration: inherit;

}
.inner_container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 20px;
}
.header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 200;
}
.header.-scroll {
  box-shadow: -5px 6px 10px 0rem rgb(0 0 0 / 5%);
}
.header.-scroll .header_container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header_container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px 20px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  transition: all 0.4s linear;
}
.header_container {
  display: flex;
  align-items: center;
}
.header_bottom {
  display: flex;
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.header_top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  overflow: hidden;
}
.header_contact {
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding: 0px 10px;
  border-right: 1px solid #ddd;
}
.header_contact img {
  display: block;
  margin-right: 8px;
}
.header_contact:hover {
  color: inherit;
  text-decoration: none;
}
.header_bottom_contact {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
}
.header_bottom_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
  text-align: center;
}
.header_bottom_item:hover {
  color: inherit;
  text-decoration: none;
}
.header_left {
  display: flex;
  align-items: center;
}
.header_logo {
  display: block;
  max-width: 93px;
}
.header_disabled {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.header_contrast {
  margin-right: 8px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s linear;
}
.header_contrast:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.header_contrast.active {
  background-color: #ededed;
  border: 2px solid #000;
}
.header_contrast:focus {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.header_contrast img {
  max-width: 16px;
}
.header_font {
  display: flex;
}
.header_font_item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1rem;
  color: #818181;
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  transition: all 0.2s linear;
}
.header_font_item.reset {
  color: #000;
  font-weight: 600;
  background-color: #ededed;
  border-radius: 50%;
}
.header_font_item:hover {
  color: #000;
  background-color: #dedede;
}
.header_font_item:focus {
  color: #818181;
  background-color: transparent;
  outline: none;
}
.header_font_item.reset:focus {
  color: #000;
  background-color: #ededed;
}
.menu {
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin: 0;
}
.menu_item {
  display: block;
  padding-right: 20px;
}
.menu_link {
  display: block;
  position: relative;
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.menu_link:hover {
  text-decoration: underline;
  color: #000000;
}
.menu_link:focus {
  text-decoration: none;
  color: #000000;
}
.header_right {
  display: flex;
  align-items: center;
}
.header_toggle {
  display: none;
}


.top_section {
  display: block;
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}
.top_section_container {
  display: flex;
  position: relative;
  max-width: 1688px;
  margin: 0 auto;
  background-color: #c7e6ef;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s cubic-bezier(0, 0.65, 0, 1); 
  min-height:420px;
  overflow:hidden;
}



.top_section_banner { position: absolute; width: 100%; height: 100%; right: 0; top: 0; background-repeat:no-repeat; background-size: cover; background-position: top right; width:50%; } 

.top_section_container.version-4,
.top_section_container.version-5,
.top_section_container.version-6 { min-height:520px; }

.version-1 .top_section_banner{ background-size:cover;  background-position: center right;  } 
.version-2 .top_section_banner{ background-image:url('../images/banner2.svg'); background-size:100%;  background-position: center right;   } 
.version-3 .top_section_banner{ background-image:url('../images/banner3.svg');  } 

.version-4 .top_section_banner .banner-icon {  position:absolute; width:120px; height:120px;  border-radius:50%;  background: #9cc8d3; z-index:10; left:340px; top:30px; display: flex;
align-items: center; justify-content: center; } 

.version-4  .top_section_banner .banner-icon:after {  content:""; position:absolute; width:80px; height:80px;  border-radius:50%;  background: #e9e4a4; z-index:10; left: 14px; top: 20px;  }
.version-4 .top_section_banner .banner-icon img { width:50px; z-index:12;}
.version-4 .top_section_banner  {  position:relative; width:50%; height:inherit; } 
.version-4 .top_section_banner .image-1 {  position:absolute; width:400px; height:400px; z-index:9; border-radius:50%; top:50%; margin-top:-200px; left:50px; } 
.version-4 .top_section_banner .image-2 {  position:absolute; width:260px; height:260px; z-index:8; border-radius:50%; top:50px; left:380px;  } 
.version-4 .top_section_banner:after { content:""; background: #e9e4a4; position:absolute; width:60px; height:60px; z-index:10; border-radius:50%; left:60px; top:50%; margin-top:90px; } 


.version-5 .top_section_banner  {  position:relative; width:50%; height:inherit; } 
.version-5 .top_section_banner:after  { content:""; position:absolute; width:1000px; height:1000px; border-radius:50%; right:-50%; top:-80%;  background:#a2ced7;  } 
.version-5 .top_section_banner:before { content:""; background: #e9e4a4; position:absolute; width:30px; height:30px; z-index:15; border-radius:50%; left:500px; top:80px; } 
.version-5 .top_section_banner .image-1 {  position:absolute; width:400px; height:400px; z-index:9; border-radius:0px; top:80px; left:50px; } 
.version-5 .top_section_banner .image-2 {  position:absolute; width:260px; height:260px; z-index:8; border-radius:0px; top:150px; left:380px;  } 

.version-5 .top_section_banner .banner-icon {  position:absolute;  background: #e9e4a4;  width:100px; height:100px; z-index:9; border-radius:50%; left:410px; top:50%; margin-top:90px;  display: flex; align-items: center; justify-content: right;   } 

.version-5 .top_section_banner .banner-icon img { width:50px; z-index:12; margin-right:20px;}
.version-5 .top_section_banner .circle1  {  position:absolute;  background: #6596a4; width:60px; height:60px; z-index:9; border-radius:50%; left:600px; top:-30px; }


.version-6 .top_section_banner  {  position:relative; width:50%; height:inherit; } 
.version-6 .top_section_banner .image-1 {  position:absolute; width:400px; height:400px; z-index:9; border-radius:0px; top:80px; left:50px; border-radius:6px;  } 
.version-6 .top_section_banner .image-2 {  position:absolute; width:260px; height:260px; z-index:8; border-radius:0px; top:110px; left:420px; border-radius:6px;  } 

.version-6 .top_section_banner .background-text {  position:absolute; top:15px; right:50px;  color:#9cc8d4; font-size:140px; z-index:9; font-weight:800; font-family: "Spartan";  
  text-transform: uppercase;   }

.version-6 .top_section_banner .background-text-2 { display:none; top:200px;  color:rgba(255,255,255,.2);  }

.version-6 .top_section_banner .background-text-3 { top:380px;   color:#9cc8d4; z-index:1;  -webkit-text-stroke: 1px rgba(0,0,0,.1);  -webkit-text-fill-color:#c7e6ef; }

.version-6 .top_section_banner .banner-icon img { width:50px; z-index:12; margin-right:20px;}


.top_section_container.active {
  transform: none;
  -webkit-transform: none;
}


.top_section_box {
  position: relative;
  width:50%;
  z-index: 1;
  padding: 80px 0px 100px 260px;
  opacity: 0;
  transition: all 0.4s linear;
  transition-delay: 0.5s;
  z-index:99;

}
.top_section_box.active {
  opacity: 1;
}
.top_section_title {
  font-family: "Spartan";
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 35px;
  max-width: 450px;
}
.top_section_text {
  font-weight: 400;
  font-size: 1.0666rem;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 450px;
}

.df { display:flex; align-items: center; }
.df h1.top_section_title { font-size: 4rem;  }


.welcome {
  display: block;
  width: 100%;
  margin: 150px auto;
}
.welcome_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: 100%;
  margin: 0 auto;
  max-width: 1210px;
  padding: 0px 20px;
}
.welcome_left  {
  display: block;
  max-width: 452px;
}
.welcome_title {
  font-family: "Spartan";
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.17;
  margin-bottom: 35px;
  opacity: 0;
  transition: all 0.5s linear;
}
.welcome_title.active {
  opacity: 1;
}
.welcome_text {
  font-weight: 400;
  font-size: 1.0666rem;
  line-height: 1.75;
  margin-bottom: 35px;
  opacity: 0;
  transition: all 0.5s linear;
}
.welcome_text.active {
  opacity: 1;
}
.welcome_signature {
  display: block;
  border-left: 7px solid #6196A3;
  padding: 0px 25px;
  opacity: 0;
  transition: all 0.5s linear;
}
.welcome_signature.active {
  opacity: 1;
}
.welcome_name {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.45;
}
.welcome_workplace {
  font-weight: 400;
  font-size: 1.0666rem;
  line-height: 1.57;
}
.welcome_right {
  display: block;
  position: relative;
}
.welcome_photo {
  display: block;
  position: relative;
  z-index: 5;
  max-width: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s cubic-bezier(0, 0.65, 0, 1.3);
}
.welcome_photo.active {
  transform: none;
  -webkit-transform: none;
}
.welcome_top_text {
  color: #9CC9D3;
  position: absolute;
  line-height: 1;
  top: -74px;
  z-index: 4;
  right: -174px;
  text-transform: uppercase;
}
.welcome_center_text {
  color: transparent;
  -webkit-text-stroke: 1px #9CC9D3;
  position: absolute;
  line-height: 1;
  bottom: 74px;
  z-indeX: 2;
  right: -174px;
  text-transform: uppercase;
}
.welcome_bottom_text {
  color: transparent;
  -webkit-text-stroke: 1px #9CC9D3;
  position: absolute;
  line-height: 1;
  z-index: 2;
  bottom: -96px;
  right: -174px;
  text-transform: uppercase;
}

.welcome_top_text, .welcome_center_text, .welcome_bottom_text {

  font-family: "Spartan";
  font-size: 130px;
  font-weight: 900;

}


.welcome_bg_img{
  position: absolute;
  z-index: 3;
  top: 30px;
  right: -260px;
}

/*
.btn {
  display: block;
  max-width: max-content;
  padding: 19px 33px;
  border: 1px solid #717171;
  border-radius: 50px;
  font-size: 0.9333rem;
  font-weight: 600;
  line-height: 1.7; 
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  background-color: #71717130;
  color: inherit;
  text-decoration: none;
}
.btn:visited {
  color: inherit;
  text-decoration: none;
}
.btn.black {
  background-color: #0a0a0a;
  border: 1px solid #0a0a0a;
  color: #fff;
  padding: 13px 38px;
}
.btn.black:hover {
  background-color: #484848;
}
*/

.blue_grid {
  display: block;
  max-width: 100%;
  margin-bottom: 70px;
}
.blue_grid_container {
  display: grid;
  width: 100%;
  max-width: 1210px;
  padding: 0px 20px;
  margin: 0 auto;
  grid-template-columns: calc(50% - 9px) calc(50% - 9px) ;
/*  grid-auto-rows: 1fr; */
  gap: 25px;
  display:flex;
  flex-wrap:wrap;
}
.blue_grid_item {
  width: 100%;
  background-color: #C4E5EE;
  padding: 30px 20px 30px 40px;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: background .15s linear, transform  0.5s cubic-bezier(0, 0.65, 0, 1.1);
  display: flex;
  align-items: center;
  flex:1;  
}

.blue_grid_item.clickable { cursor:pointer;  }

.blue_grid_item_inner{
  display: flex;
  justify-content: space-between;
  width:100%;
}

.blue_grid_item:hover {
    background:#C0E1EA;
}

.blue_grid_item .inner { 
  display: flex;
  justify-content: space-between;

}

.blue_grid_item .desc {
    line-height: 1.7;
    font-size: 0.9rem;
}




.blue_grid_item.active {
  transform: none;
  -webkit-transform: none;
}
.blue_grid_item.image {
  background-color: transparent;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}
.blue_grid_title {
  font-family: "Spartan";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
.blue_grid_right {
  width: 100%;
  text-align:center;
  transition: all 0.2s ease-out;
}
.blue_grid_right img {
/*  display: block;
  margin-left:15px; */
  max-height:200px;
  max-width:270px;
  height:auto;
  margin-left:15px;
}

.blue_grid_item:hover img {
  transform: scale(1);
  opacity: 1;
}

.blue_grid_item a.btn {
    padding: 6px 20px;
    background:#568794; 
    color:#fff;
}

.blue_grid_item a.btn:hover {

    background:#467784; 
}

.blue_grid_item a.btn i { margin-left:5px; }

.blue_grid_arrow {
  display: flex;
  align-items: center;
  padding-left: 30px;
  height: 60px;
  width: 60px;
  min-height: 60px;
  border-radius: 60px;
  background-color:#6196A3;
  cursor: pointer;

  background: #568794 url('../images/arrow-right.svg') no-repeat;
  background-position: center right 23px;

  transition: all 0.2s ease-out;
  overflow:hidden;
}

.blue_grid_arrow span {  opacity:0; color:#fff; font-size:16px; }

.blue_grid_item:hover .blue_grid_arrow,
.blue_grid_arrow:hover {
  width: 140px;
}

.blue_grid_item:hover .blue_grid_arrow span,
.blue_grid_arrow:hover span {  opacity:1; }

.blue_grid_arrow img {
  display: block;
}

#city-anim { margin:50px auto; text-align:center;  }
#city-anim svg { width:400px; height:auto;}

.events {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
.events_container{
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1210px;
  padding: 0px 20px;
}
.events_box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
}
.events_title  {
  font-family: "Spartan";
  font-weight: 700;
  font-size: 2.666rem;
  line-height: 1.3;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 0.5s linear;
}
.events_title.active {
  opacity: 1;
}
.events_item  {
  /*display: flex;*/
  grid-column-start: 1;
  grid-column-end: 3;
  /*background-color: #F8F8F8;*/
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s cubic-bezier(0, 0.65, 0, 1.1);
  margin-bottom: 40px;
}
.events_item.active {
  transform: none;
  -webkit-transform: none;
}
.events_item.no-items  {
  grid-row-start: 1;
  grid-row-end: 3;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
.events_date  {
  display: block;
  background-color: #EEEFEF;
  padding: 15px 38px;
  margin-bottom: 20px;
  /*text-align: center;*/
}
.events_circle  {
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  /*background: #FFF1B7;*/
  border-radius: 50%;
  /*margin: 0 auto 20px auto;*/
  /*width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  margin-left: 10px;*/
}
.events_circle img  {
  /*display: block;
  margin-left: -10px;*/
  float: left;
  margin: 0 1.5rem 0 0;
  background: #FFF1B7;
  border-radius: 50%;
}

.events_day_time
{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.events_day  {
  font-size: 0.9333rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}
.events_time  {
  font-size: 1.8666rem;
  font-weight: 700;
  line-height: 1.32;
}
.events_inner {
  padding: 22px 38px 22px 38px;
  background-color: #F8F8F8;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.events_description
{
    font-size: 1rem;
}

.events_reposonsible_unit_header
{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 22px 38px 22px 38px;
    background-color: #F8F8F8;
    font-size: 1.2rem;
    font-weight: 600;
}

.events_reposonsible_unit_content
{
    font-size: 1rem;
    margin-bottom: 20px;
}

.events_title2
{
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 600;
}

.events_category_header
{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 22px 38px 22px 38px;
    background-color: #F8F8F8;
    font-size: 1.2rem;
    font-weight: 600;
}

.events_category_content
{
    font-size: 1rem;
    margin-bottom: 20px;
}

.events_link_more
{
    
}

.events_tag {
  font-size: 0.9333rem;
  line-height: 1.4;
  margin-bottom: 14px;
}
.events_item_title {
  font-size: 1.333rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 15px;
}
.events_content {
  font-size: 0.9333rem;
  line-height: 1.4;
}
.events_more {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
}
.events_more:hover {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
.events_calendar {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  background-color: #F8F8F8;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s cubic-bezier(0, 0.65, 0, 1.1);
}
.events_calendar.active {
  transform: none;
  -webkit-transform: none;
}
.events_item:nth-child(2), .events_item:nth-child(3) {  
  grid-column-end: 2;
}
.info {
  display: block;
  position: absolute;
  right: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 6px #0000001C;
  z-index: 199;
  max-width: 265px;
  min-width: 150px;
  width: max-content;
  padding: 0px 30px 20px 30px;
}
.info_item {
  display: block;
  padding: 26px 0px;
  cursor: pointer;
}
.info_item:hover .info_circle img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.info_item:hover .info_time {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.info_item:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.info_top {
  display: flex;
  align-items: center;
  padding-bottom: 9px;
}
.info_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  min-height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background-color: #FFF1B7;
  margin-right: 10px;
  margin-left: 4px;
}
.info_circle img {
  display: block;
  max-width: 26px;
  margin-left: -4px;
  margin-top: -4px;
}
.info_time {
  font-size: 0.8rem;
  font-weight: 500;
}
.info_title {
  font-size: 0.8rem;
  line-height: 1.55;
  font-weight: 500;
}

.popup {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  max-width: 100%;
  max-height: 100vh;
  visibility: hidden;
  overflow: auto;
  cursor: default;
}
.popup.open {
  opacity: 1;
  z-index: 311;
  visibility: visible;
}
.popup_close {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.popup_close:hover {
  transform: scale(1.1)
}
.popup_content {
  max-width: 817px;
  padding: 90px 20px 20px 20px;
  margin: 0 auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.4s cubic-bezier(0, 0.65, 0, 1);
  transition-delay: 0.3s;
}
.popup_content.active {
  transform: none;
  -webkit-transform: none;
}

.popup_title {
  font-family: "Spartan";
  font-size: 2.666rem;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: 700;
}
.popup_date {
  display: flex;
  align-items: center;
  padding: 22px 37px;
  background-color: #C4E5EE;
  font-size: 1.333rem;
  font-weight: 600;
  margin-bottom: 40px;
  border-radius: 12px;
 
}

.popup_date p {
margin:0;
}

.popup_text_header
{
    padding: 22px 37px;
    background-color: #C4E5EE;
    font-size: 1.333rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.popup_responsible_unit_header
{
    padding: 22px 37px;
    background-color: #C4E5EE;
    font-size: 1.333rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.popup_responsible_unit_content
{
    font-size: 1.0666rem;
    margin-bottom: 30px;
}

.popup_category_header
{
    padding: 22px 37px;
    background-color: #C4E5EE;
    font-size: 1.333rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.popup_category_content
{
    font-size: 1.0666rem;
    margin-bottom: 30px;
}

.popup_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF1B7;
  border-radius: 50%;
  margin-right: 20px;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  min-height: 36px;
  min-width: 36px;
}
.popup_circle img {
  display: block;
  margin-left: -8px;
  margin-top: -4px;
}
.popup_text {
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.popup_price {
  font-size: 1.0666rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.news {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.news_container {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1210px;
  padding: 0px 20px;
}
.news_title {
  font-family: "Spartan";
  font-weight: 700;
  font-size: 2.666rem;
  line-height: 1.3;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 0.5s linear;
}
.news_title.active {
  opacity: 1;
}
.news_box {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  margin-bottom: 40px;
} 
.news_item {
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s cubic-bezier(0, 0.65, 0, 1.1);
}
.news_item.active {
  transform: none;
  -webkit-transform: none;
}
.news_photo {
  display: block;
  height: 100%;
}
.news_photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  max-width: 350px;
}
.news_inner {
  display: block;
  padding: 35px 45px;
}
.news_top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.news_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF1B7;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 20px;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
}
.news_circle img {
  display: block;
  margin-left: -8px;
  margin-top: -4px;
}
.news_date {
  font-size: 1rem;
  font-weight: 600;
}
.news_item_title {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 15px;
}
.news_text {
  font-size: 1rem;
  line-height: 1.5;
}
.news_more {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.news_more:hover {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}
.news .btn {
  margin: 0 auto;
}


@media (max-width: 1688px)
{
  .header_container {
    padding: 15px 20px;
  }
  .top_section_box {
    padding: 50px 20px 50px calc((100% - 1170px )/2);
  }

  .top_section_container { margin:25px;}

}


@media (max-width: 1240px) {

  .blue_grid_container { padding:0 50px; }

  .top_section_box {
    padding: 40px 20px;
  }
  .top_section_title {
    margin-bottom: 20px;
  }
  .top_section_text {
    margin-bottom: 20px;
  }
  .welcome_top_text {
    right: -134px;
  }
  .welcome_center_text {
    right: -134px;
  }
  .welcome_bottom_text {
    right: -134px;
  }
  .welcome_bg_img{
    right: -100px;
  }
}

@media (max-width: 969px) {

  h1.top_section_title 
  {
    font-size: 5vw!important;
    line-height:1.3;
  }

  .blue_grid { margin-bottom:25px;  }

  .header_container {
    padding: 5px 20px 15px 20px;
  }
  .header_toggleMenu {
    display: block;
    align-self: flex-end;
    display: flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
  }
  .header_toggle {
    display: block;
    height: 2px;
    width: 30px;
    background-color: #000000;
    position: relative;
    transition: all 0.3s linear;
  }
  .header_toggle:after {
    content: " ";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #000000;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.3s linear;
  }
  .header_toggle:before {
    content: " ";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #000000;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.3s linear;
  }
  .header_toggleMenu.open .header_toggle {
    background: transparent;
  }
  .header_toggleMenu.open .header_toggle:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 20px;
    top: 50%;
    left: 0;
  }
  .header_toggleMenu.open .header_toggle:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 50%;
    bottom: auto;
    width: 20px;
    left: 0;
  }
  .menu {
    flex-direction: column;
    position: absolute;
    top: calc(100% - 2px);
    background-color: #ffffff;
    right: -100%;
    padding: 20px 0 0px 0px;
    max-width: 100%;
    align-items: flex-start;
    box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 5%);
  }
  .header.-scroll .menu {
    box-shadow: 0px 6px 8px 5px rgb(0 0 0 / 5%);
  }
  .header.-scroll .header_top {
    height: 0;
    margin: 0;
  }
  .header.-scroll .header_bottom_contact {
    height: 0;
    margin: 0;
  }
  .menu.open {
    right: 0;
  }
  .menu_item {
    padding: 0px 30px 20px 40px;
  }
  
  .header_right {
    flex-direction: column;
    align-items: flex-end;
  }
  .header_bottom_contact {
    margin-bottom: 16px;
  }
  .top_section {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .top_section_title {
    font-size: 2.666rem;
    max-width: 100%
  }
  .top_section_text {
    max-width: 100%
  }
  .welcome_container {
    grid-template-columns: 100%;
    justify-items: center;
    gap: 50px;
  }
  .welcome_top_text {
    display: none;
  }
  .welcome_center_text {
    display: none;
  }
  .welcome_bg_img {
    display: none;
  }
  .welcome_bottom_text {
    font-size: 70px;
    bottom: -78px;
    right: 0;
    z-index: 6;
  }
  .welcome_title {
    font-size: 2.666rem;
    margin-bottom: 20px;
  }
  .welcome_text {
    margin-bottom: 20px;
  }
  .welcome {
    margin-bottom: 100px;
  }
  .blue_grid_container {
    grid-template-columns: 100%;
    padding: 0px 50px;
  }
  .blue_grid_right {
    width: auto;
  }
  .blue_grid_item.image {
    display: none;
  }
  .events_box {
    grid-template-columns: 100%;
  }
  .events_item {
    grid-column-end: 2;
  }
  .events_calendar {
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
  }
  .events_item.no-items  {
    grid-row-start: 2;
  }
  .events_item.no-items .events_circle {
    margin: 0px auto 20px auto
  }
  .news_item {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .news_photo {
    margin-bottom: 20px;
  }
  .news_photo img {
    max-width: 100%;
  }
  .news_top {
    justify-content: flex-end;
  }
  .news_inner {
    padding: 0;
  }
  .btn {
    padding: 10px 20px;
  }
  .btn.black {
    padding: 10px 25px;
  }
  
  
}
@media (max-width: 768px) {
  .blue_grid_item {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .blue_grid_right {
    margin-bottom: 20px;
  }
  .blue_grid_title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .blue_grid_arrow {
    margin: 0 auto;
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
  }
  .events_item {
    flex-direction: column;
  }
  .events_date{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 10px;
  }
  .events_circle{
    margin: 0;
  }
  .events_inner {
    padding: 20px;
  }
  .popup_title {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .popup_content {
    padding-top: 50px;
  }
  .popup_close {
    top: 16px;
    right: 16px;
  }
  .popup_date {
    padding: 16px 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .popup_text {
    margin-bottom: 16px;
  }
}
@media (max-width: 610px) {

.top_section_banner { width:100%; height:200px; position:relative; }
.top_section_container { min-height:0px; flex-direction: column; margin:20px 15px 0px 15px;  }
.blue_grid_item_inner { flex-direction: column; } 
.blue_grid_container { padding: 0px 25px; }
.blue_grid_right  { margin:25px 0 0 0; }
.blue_grid_right img { max-height:150px; }
.blue_grid_item  { padding: 25px 15px; } 
.blue_grid_item .blue_grid_arrow { width: 140px; } 
.blue_grid_item .blue_grid_arrow span { opacity: 1; } 
.top_section_box { width:100%; }
h1.top_section_title { font-size: 2.5rem!important; }


  .header_contact {
    display: none;
  }
  .top_section_title {
    font-size: 2.1333rem;
  }
  .welcome_title {
    font-size: 2.1333rem;
  }
  .events_title {
    font-size: 1.7333rem;
    margin-bottom: 20px;
  }
  .welcome_bottom_text {
    display: none;
  }
  .welcome {
    margin-bottom: 70px;
  }
  .news_title {
    font-size: 1.7333rem;
    margin-bottom: 20px;
  }
}
#markery {
  opacity: 0;
  animation: markerAnimation 1s  forwards;
  animation-delay: 0.75s;
}
#markery-4 {
  opacity: 0;
  animation: markerAnimation 1s  forwards;
  animation-delay: 1s;
}
#markery-6 {
  opacity: 0;
  animation: markerAnimation 1s  forwards;
  animation-delay: 1.25s;
}
#bench {
  opacity: 0;
  animation: markerAnimation 1s  forwards;
  animation-delay: 1.5s;
}
#Marker-big {
  opacity: 0;
  animation: markerAnimation 1s  forwards;
  animation-delay: 1.75s;
}
#car {
  animation: carAnimation 14s  infinite;
}
#monitor {
  animation: monitorAnimation 14s  infinite;
}
#bird1 {
  animation: birdAnimation 6s  infinite;
}
#bird2 {
  animation: birdAnimation 10s  infinite;
}
#bird3 {
  animation: birdAnimation 8s  infinite;
}
#cloud {
  animation: cloudAnimation 28s  infinite;
}
#wind {
  animation: windAnimation 20s  infinite;
}
@keyframes markerAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes carAnimation {
  0% {
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
  }
  20% {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
  80% {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
  100% {
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
  }
}
@keyframes monitorAnimation {
  0% {
    fill: #d2e7ed;
  }
  20% {
    fill: #d2e7ed;
  }
  21% {
    fill: #ffa1a1;
  }
  60% {
    fill: #f9ffa1;
  }
  79% {
    fill: #61ae60;
  }
  81% {
    fill: #d2e7ed;
  }
  100% {
    fill: #d2e7ed;
  }
}
@keyframes birdAnimation {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes cloudAnimation {
  0% {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
  }
  50% {
    transform: translateX(150px) scale(1.4, 1);
    -webkit-transform: translateX(150px) scale(1.4, 1);
  }
  100% {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
  }
}
@keyframes windAnimation {
  0% {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
  }
  50% {
    transform: translateX(-70px) scale(1, 0.5);
    -webkit-transform: translateX(-70px) scale(1, 0.5);
  }
  100% {
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
  }
}


.kutno .blue_grid_item:not(.image)  { background:#903373!important; color:#fff; }
.kutno .blue_grid_arrow  { background-color:#72b9bb!important;  }

.blue_grid_item .counters { margin-top:25px; }
.blue_grid_item .counters p { font-size: 1rem; font-weight: 500;  }
.blue_grid_item .counters .counter { width:24px; height:24px; line-height:24px; text-align:center; display: inline-block; border-radius: 24px; margin-right:5px;  color: #fff; }
