@font-face {  
    font-family: 'OpenSans';  
    src: url('fonts/HeliosC/heliosc.otf') format('woff2'), url('fonts/HeliosC/heliosc.otf') format('woff');  
}  

body {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  /* font-family: "HeliosC", sans-serif; */
  /* font-family: "Montserrat", sans-serif; */
  /* overflow: hidden; */
}

.records {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.record {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid silver;
  border-radius: 7px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.record-title {
  font-weight: 700;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.record-distance {
  margin-top: 15px;
}

.record-btn {
  margin-top: 15px;
}

.record-btn a {
  text-decoration: none;
  background: #0081dd;
  color: white;
  padding: 5px 25px;
  border-radius: 7px;
  font-size: 14px;
}

.news-short-info {
  border-left: 1px solid silver;
}

.news-detail-news-desc {
  margin-left: 25px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.sorev-event-status {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.ugol-image {
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 4 8 8-8 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.block-year {
  font-weight: 600;
  font-size: 30px;
  margin-top: 30px;
  color: #393939;
}

.container-2 {
  display: flex;
  margin: 15px;
  min-height: 100vh;
}

.provisions a {
  color: black;
}

.wrapper {
  min-height: 500px;
}

.left-sidebar {
  background: #3053a9;
  width: fit-content;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 200px;
  min-height: 100vh;
  margin-right: 20px;
}

.left-sidebar a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.left-sidebar li {
  margin-top: 10px;
    border-top: 1px solid white;
    padding-top: 10px;
}

.left-sidebar li:first-child {
  border-top: none;
}

.left-sidebar ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse; 
}
.table th {
	font-weight: 600;
	padding: 5px;
	/* background: #efefef; */
  /* background: #4c1e0c; */
  /* color: white; */
  text-align: center;
	border: 1px solid #dddddd;
  /* text-align: left; */
}
.table td {
	border: 1px solid #dddddd;
	padding: 10px;
}
.table tr td:first-child, .table tr th:first-child {
	border-left: none;
  text-align: center;
}
.table tr td:last-child, .table tr th:last-child {
	border-right: none;
}

.recvs .table tr td:first-child, .table tr th:first-child {
	font-weight: 500;
}

.recvs td {
  padding: 10px;
  font-size: 14px;
}

.recvs {
  margin-top: 30px;
}

.struct {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.struct-card {
  padding: 10px;
  border: 1px solid silver;
}

.struct .img img {
  height: 300px;
  width: auto;
}

.struct .info {
  margin-top: 10px;
}

.struct .info-title {
  font-size: 14px;
  font-weight: 600;
}

.struct .info-value {
  font-size: 16px;
}

.pool-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.pool-info img {
  width: 100%;
}

.pool-desc .contact-info .pool-phones {
  display: flex;
  flex-direction: column;
}

.pool-desc .contact-info {
  margin-top: 20px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.pool-desc .contact-info .info-title {
  font-weight: 600;
  font-size: 14px;
}

.pool-desc .contact-info  {
  font-size: 16px;
}

.pool-desc .pool-desc-title {
  font-size: 18px;
  font-weight: 600;
}


.contacts-page {
  margin-top: 30px;
}

.contacts-contact-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.contact-info {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  /* gap: 50px; */
  display: flex;
  flex-direction: column;
}

.contacts-page .contact-img {
    display: flex;
    justify-content: center;
}

.contact-desc .contact-info .contact-phones {
  display: flex;
  flex-direction: column;
}

.contact-desc .contact-info {
  margin-top: 20px;
  border-bottom: 1px solid silver;
  padding-bottom: 20px;
}

.contact-desc .contact-info .info-title {
  font-weight: 600;
  font-size: 14px;
}

.contact-desc .contact-info  {
  font-size: 14px;
}

.contact-desc .contact-desc-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}



.btn-1 .flare {
  color: white;
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg); 
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(64, 37, 237, 0.4));
  animation: flareAnimation 3s infinite linear; 
  

}

.banner-main-news .btn-1 {
  color: black;
  background: white;
  text-decoration: none;
  border: 1px solid;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 35px;
  position: relative;
  overflow-x: hidden; 
  width: fit-content;
  display: block;
  margin-top: 20px;
}

@keyframes flareAnimation {
  0% {
      left: -150%;
  }
  100% {
      left: 150%;
  }
}

.footer-blocks-menu {
  color: white;
  height: 100%;
  margin-left: 100px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: 50px;
  align-items: center;
}

.footer-blocks-menu .block {
  margin-top: 20px;
}

.footer-blocks-menu .block ul {
  list-style: none;
  padding-left: 10px;
}

.footer-blocks-menu .block a {
  color: white;
  font-size: 14px;
}

.is-hide {
  display: none;
}

/* .img-gallery-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    background: black;
    width: 100%;
    height: 100%;
    
}

.img-gallery-wrapper .counter {
  color: white;
  font-weight: 600;
}

.img-gallery-wrapper .gallery-content {
  display: flex;
  justify-content: center;
  color: white;
}

.img-gallery-wrapper .img-content {
  width: 70%;
}

.img-gallery-wrapper .img-content img {
  width: 100%;
}

.img-gallery-wrapper .top-menu {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.img-gallery-wrapper .button-close {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.746 3.329a1 1 0 0 0-1.415 0l-7.294 7.294-7.294-7.294a1 1 0 1 0-1.414 1.414l7.294 7.294-7.294 7.294a1 1 0 0 0 1.414 1.415l7.294-7.295 7.294 7.295a1 1 0 0 0 1.415-1.415l-7.295-7.294 7.295-7.294a1 1 0 0 0 0-1.414Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left: 10px;
} */

.img-gallery-wrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    background: black;
    width: 100%;
    height: 100%;
    
}

.img-gallery-wrapper .counter {
  color: white;
  font-weight: 600;
}

.img-gallery-wrapper .gallery-content {
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  height: 100%;
}

.img-gallery-wrapper .img-content {
  height: 100%;
}

.img-gallery-wrapper .img-content img {
  height: 100%;

}

.img-gallery-wrapper .top-menu {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  position: absolute;
  top: 0px;
  box-sizing: border-box;
  width: 100%;
}

.img-gallery-wrapper .button-close {
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.746 3.329a1 1 0 0 0-1.415 0l-7.294 7.294-7.294-7.294a1 1 0 1 0-1.414 1.414l7.294 7.294-7.294 7.294a1 1 0 0 0 1.414 1.415l7.294-7.295 7.294 7.295a1 1 0 0 0 1.415-1.415l-7.295-7.294 7.295-7.294a1 1 0 0 0 0-1.414Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left: 10px;
}

.img-back {
    font-size: 100px;
    cursor: pointer;
    user-select: none;
    font-family: "Manrope", sans-serif;
}

.img-up {
    font-size: 100px;
    cursor: pointer;
    user-select: none;
    font-family: "Manrope", sans-serif;
}

.block-burger {
  display: none;
}

.footer {
  height: 100%;
  display: flex;
  align-items: end;
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 20px;
}

.burger-image {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6H4M20 12H4M20 18H4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.close-image {
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.746 3.329a1 1 0 0 0-1.415 0l-7.294 7.294-7.294-7.294a1 1 0 1 0-1.414 1.414l7.294 7.294-7.294 7.294a1 1 0 0 0 1.414 1.415l7.294-7.295 7.294 7.295a1 1 0 0 0 1.415-1.415l-7.295-7.294 7.295-7.294a1 1 0 0 0 0-1.414Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    
}

.news-desc {

}

.news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.news-full {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 30px;
}

.news-detail-block-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.news-detail-block-img img {
  width: 100%;
}

.news-detail-date {
  display: flex;
  justify-content: end;
  font-weight: 500;
}

.banner-main-news {
  height: 350px;
  position: relative;
}



.banner-main-news-img {
  height: 100%;
  background-image: url('/media/1.jpg');
  /* width: 100%; */
  background-size: cover;
  background-repeat: no-repeat; 
  filter: brightness(0.5);
}

.banner-main-news-title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: white;
  position: absolute;
  top: 30%;
  width: 100%;
  filter: drop-shadow(2px 4px 6px black);
}

.breadcrumbs ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
}

.breadcrumbs a {
  color: black;
}

.breadcrumbs li {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

header {
  background: #3053a9;
  height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
}

.pools {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  gap: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.d-flex {
  display: flex;
}

.justify-content-end {
  justify-content: end;
}

.ml-5 {
  margin-left: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.pagination ul {
  list-style: none;
  padding-left: 0px;
}

.pagination .active {
  /* border-bottom: 2px solid orange; */
  background: #b5b0ff;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

.pagination li {
  display: inline;
  margin-left: 10px;
  padding: 7px;
  font-size: 18px;
}

.pagination a {
  text-decoration: none;
  color: #000;
}

.title-page {
  font-weight: 400;
  font-size: 24px;
  margin-top: 30px;
  text-align: center;
  border-bottom: 3px solid #79797d;
  padding-bottom: 10px;
}

.news-title-page {
    font-weight: 600;
    font-size: 25px;
    margin-top: 30px;
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 10px;
}

.block-title {
  font-weight: 600;
  font-size: 18px;
  /* text-align: center; */
  margin-top: 30px;

}

.img-photos {
  background-image: url('/Layouts/img/vfp-background.jpg');
  height: 260px;
}

.photos-get {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}

.photos-get img {
  width: 100%;
  height: 85%;
}


.photos-get img:hover {
  cursor: pointer;
}



.menu, .m-menu {
    display: flex;
    margin-left: 20px;
    gap: 20px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    list-style: none;
}

.m-menu-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-menu {
  display: none;
}

.menu ul {
  list-style: none;
}

.menu .submenu {
  position: absolute;
  z-index: 2;
  background: white;
  color: black;
  top: 56px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid;
  border-radius: 5px;
}

.submenu .menu-2 {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid;
}

.menu .menu-1 {
  border-right: 1px solid white;
  padding-right: 20px;
}

/* .menu::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */


.header-logo {
  background: white;
  width: fit-content;
  border-radius: 5px;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  margin-left: 20px;
}

.news-one {
  border-bottom: 2px solid #494e8b;
  display: grid;
  grid-template-columns: 200px 1fr;
  padding-bottom: 10px;
}

.news-one-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-one-title-date {
  display: flex;
  justify-content: space-between;
}

.news-one-date {
  font-size: 12px;
  white-space: nowrap;
  font-weight: 500;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

.news-desc-date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.news-one-title a {
  color: #3052A9;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.news-one-desc {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.news-sorev-btns {
  display: flex;
  flex-direction: row;
}

.news-sorev-btns a {
  background: #494c97;
  color: white;
  padding: 7px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 20px;
}





.news-one-img {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  width: 180px;
  height: 120px;
}

.news-one-img img {
  max-width: 100%;
  width: auto;
  border-radius: 5px;
}

.sorev-short-info-date {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}

.sorev-short-infos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 20px;
}

.sorev-short-infos-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

.sorev-short-info {
  padding: 25px;
  box-shadow: 0 0 10px rgb(11 36 129 / 65%);
  border-radius: 10px;
  color: white;
  background-image: url('/media/havuz-nasil-boyanir-3-photoaidcom-darken.webp');
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sorev-short-info-title {
  font-weight: 800;
  text-align: center;
  font-size: 16px;
}

.sorev-short-info-block-btn {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}

.sorev-short-info-btn {
  text-decoration: none;
  border: 1px solid;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  background: white;
  color: #4246c1;
  font-size: 14px;
  font-weight: 500;
}

.container {
  margin-left: 100px;
  margin-right: 100px;
}

.block-media {
  
  margin-top: 50px;

}

.block-media .block-title {
  padding: 6px;
  padding-left: 25px;
  border-bottom: 3px solid #737376;
  font-weight: 700;
  font-size: 20px;
}

.block-media .block-title-category {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.block-media .btn-all-media {
  border: 1px solid;
  padding: 4px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  font-size: 14px;
}

.block-media .btn-all-media {
  text-decoration: none;
  color: black;
}

.block-media .blocks-media-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.block-media .block-media-img img {
  width: 100%;
  height: 100%;
  max-height: 500px;
}

 .block-media .block-media-img img {
  border-radius: 7px;
  filter: brightness(0.7);
}

.block-media .block-media-img {
  position: relative;
  filter: brightness(0.8);
  height: 100%;
}

.block-media .pools a {
  color: black;
}



.block-media .block-media-img .title-block-img {
  position: absolute;
  bottom: 0px;
  background: #e5e5ff;
  width: 100%;
  height: 77px;
  opacity: 0.9;
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  align-content: center;
}

.block-media .block-media-img .title-block-pools-img {
  position: absolute;
  bottom: 0px;
  /* background: #e5e5ff; */
  width: 100%;
  /* opacity: 0.9; */
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  color: white;
}

.sponsors {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.sponsor-img {
  height: 120px;
}

.sponsor-title {
  font-weight: 500;
  text-decoration: none;
}

.sponsors .sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (orientation: portrait) and (min-device-width: 320px) and (max-device-width: 568px) {
  
  .container {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .sorev-short-infos {
    grid-template-columns: 1fr;
  }

  .block-media .blocks-media-img {
    grid-template-columns: 1fr;
  }

  .pools {
    grid-template-columns: 1fr 1fr;
  }

  .news-one {
    flex-direction: column;
    grid-template-columns: 110px 1fr;
  }

  .news-one-img {
    margin-right: 0px;
  }

  .news-one-img img {
    width: 100%;
  }

  .block-burger {
    display: block;
  }

  .pool-info {
    grid-template-columns: 1fr;
  }
 
  .menu {
    display: none;
  }

  .m-menu {
    display: flex;
    flex-direction: column;
    background: #3053a9;
    position: absolute;
    z-index: 2;
    height: 100vh;
    width: 70%;
    left: 0px;
    top: 55px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 20px;
    border-right: 1px solid white;
    display: none;
    font-weight: 600;
  }

  .menu-1 {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    border-right: none;
  }

  .submenu {
    list-style: none;
    margin-top: 20px;
  }

  .contacts-contact-info {
    grid-template-columns: 1fr;
  }

  .contacts-contact-info .contact-img img {
    width: 100%;
  }

  .left-sidebar {
    display: none;
  }

  .struct {
    grid-template-columns: 1fr;
  }

  .struct .img img {
    width: 100%;
    height: auto;
  }

  .pools {
    grid-template-columns: 1fr;
  }

  .news-detail-block-img {
    grid-template-columns: 1fr;
  }

  .photos-get {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

 

  .breadcrumbs li {
    font-size: 12px;
  }

  .title-page {
    font-size: 18px;
  }

  .img-gallery-wrapper .img-content {
        height: auto;
        width: 100%;
    }

    .img-gallery-wrapper .img-content img {
        width: 100%;
    }

    .footer-blocks-menu {
      display: none;
    }

    .img-back {
        position: absolute;
        left: 5px;
    }

    .img-up {
        position: absolute;
        right: 5px;
    }

    .news-short-info {
      border-left: none;
    }

    .news {
      grid-template-columns: 1fr;
      margin-top: 30px;
    }

    .news-one-img {
      width: 100px;
      height: 70px;
    }

    .news-one-title a {
      font-size: 12px;
    }

    .news-detail-news-desc {
      margin-left: 10px;
    }

  .sorev-short-infos-1 {
    grid-template-columns: 1fr;
  }

  .banner-main-news-title {
    font-size: 25px;
    top: 15%;
  }

  header {
    height: 69px;
  }

}