.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-header {
  height: auto;
  padding-top: 26px;
  position: relative;
}

.b-header__content {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  display: block;
}

.link-block.w--current {
  display: inline-block;
}

.slider {
  height: auto;
  object-fit: fill;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  object-fit: fill;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 18%;
  right: auto;
}

.navbar {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex: 0 auto;
  font-family: Gilroy Regular, sans-serif;
  position: relative;
  overflow: visible;
}

.b-header__menu {
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: -30px;
  display: flex;
}

.nav-menu {
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding: 0 27px;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, .08);
}

.nav-link {
  color: #000;
  padding: 24px 20px;
  font-family: Gilroy Medium, sans-serif;
  font-size: 24px;
  font-weight: 400;
  transition: all .3s cubic-bezier(.755, .05, .855, .06);
}

.nav-link:hover {
  color: #2964a6;
}

.current-menu-item {
  color: #2964a6;
  border-bottom: 3px solid #2964a6;
  font-family: Gilroy Bold, sans-serif;
}

.dropdown-toggle {
  padding-left: 35px;
  padding-right: 35px;
}

.dropdown-toggle.nav-link {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
}

.dropdown {
  mix-blend-mode: normal;
  position: relative;
}

.dropdown:hover {
  color: #2964a6;
}

.text-block {
  object-fit: fill;
  transition: opacity .2s;
}

.text-block:hover {
  color: #2964a6;
  background-color: rgba(0, 0, 0, 0);
}

.menu-second {
  white-space: normal;
  padding-left: 6px;
  padding-right: 6px;
  transition: all .3s cubic-bezier(.755, .05, .855, .06);
}

.menu-second:hover {
  color: #2964a6;
  border-bottom: 2px #2964a6;
}

.menu-second.w--current {
  color: #e3a419;
}

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

.main {
  height: auto;
  margin-top: 40px;
}

.main.content-page {
  margin-top: 60px;
  margin-bottom: 60px;
}

.main.content-page.single-page {
  display: block;
}

.b-container-wrap {
  width: auto;
  height: auto;
  max-width: 1600px;
  min-width: 992px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  grid-template: "."
  / 6fr 3fr;
  padding: 0 16px;
}

.grid.main-grid {
  grid-template-columns: 6fr 3fr;
}

.grid.main-grid.main-grid_no-home {
  grid-template-columns: 6fr;
}

.main-title {
  color: #2964a6;
  border-bottom: 2px solid #e3a419;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Gilroy Medium, sans-serif;
  font-size: 36px;
  font-weight: 500;
  position: static;
}

.main-title.b-h2 {
  font-family: Gilroy Medium, sans-serif;
}

.main-title.b-h2.main-title_footer {
  color: #fff;
  border: 1px #fff;
  border-bottom-style: solid;
}

.b-container-header.b-container-content_second {
  margin-bottom: 0;
}

.b-container-content {
  margin-top: 30px;
}

.item-news {
  height: auto;
  border-bottom: 1px solid #c5c5c5;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.item-news:hover {
  color: #2964a6;
}

.news-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
  transition: all .3s;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .2);
}

.news-img:hover {
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, .2);
}

.news-img.single-news-img {
  width: 470px;
  height: 470px;
}

.news-img.team-single-img {
  width: 240px;
  height: 270px;
}

.news-img-wrap {
  margin-right: 12px;
}

.news-content {
  height: 100%;
  flex: 1;
}

.news-date {
  color: #b1b1b0;
  font-family: Gilroy Medium, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.news-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gilroy Bold, sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s;
}

.news-title:hover {
  color: #2964a6;
}

.news-intro {
  color: #000;
  font-family: Gilroy Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
}

.news-intro.news-content {
  color: #222;
  font-size: 16px;
}

.img-about {
  border-radius: 20px;
  margin-top: 40px;
}

.about-text p {
  margin-top: 30px;
  font-family: Gilroy Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.b-container-footer {
  border-bottom: 1px solid #c5c5c5;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.b-h4 {
  color: #2964a6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy Medium, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.soc-block {
  flex: none;
}

.soc-link {
  margin-left: 8px;
  margin-right: 8px;
  transition: all .3s;
}

.soc-link:hover {
  transform: scale(1.2);
}

.button-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.button-wrap.pagination-wrap {
  grid-column-gap: 12px;
  margin-top: 50px;
}

.button {
  text-align: center;
  border-radius: 5px;
  padding: 15px 32px;
  font-family: Gilroy Medium, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.button.button_gray {
  color: #000;
  background-color: #ececec;
  transition: all .3s;
}

.button.button_gray:hover {
  color: #000;
  background-color: #e3a419;
}

.button.button_gray:active {
  background-color: #c5c5c5;
}

.button.button_gray.button-pagination {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  color: #000;
  transition: all .3s;
  text-align: center;
  text-decoration: none;
  border: 0;
  line-height: inherit;
  cursor: pointer;
  background-color: #ececec;
}

.page-numbers.current {
  background-color: #e3a419;
}

.page-numbers.dots {
  background: #fff;
  color: #fff;
  width: 20px;
}

.button.button_gray.button-pagination.button-pagination_last {
  margin-left: 30px;
}

.button.button_gray.button-pagination.button-pagination_active {
  background-color: #e3a419;
}

.b-footer {
  color: #fff;
  background-color: #2964a6;
  background-image: url('../images/bg-footer.jpg');
  background-position: 100% 0;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 80px;
}

.b-footer-content-wrap {
  min-height: 150px;
  grid-column-gap: 26px;
  margin-top: 30px;
  display: flex;
}

.b-footer-content-wrap.b-footer-content-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-wrap {
  flex-direction: column;
  display: flex;
}

.contact-wrap.contact-wrap_long {
  flex: 1 0 auto;
}

.contact-title-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.contact-icon {
  width: 24px;
  margin-right: 10px;
}

.contact-title {
  font-size: 22px;
}

.contact-content {
  font-size: 17px;
  line-height: 1.3em;
}

.b-footer__link {
  color: #fff;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.b-footer__link:hover {
  color: #e3a419;
}

.menu-list {
  background-color: rgba(255, 255, 255, .9);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px;
  box-shadow: 0 7px 8px rgba(0, 0, 0, .2);
}

.menu-list.w--open {
  width: 400px;
  max-width: none;
  min-width: auto;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.news-wrap {
  grid-column-gap: 51px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 7fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: baseline;
  display: grid;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
  object-fit: fill;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gallery-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #88898c;
  border-bottom: 3px solid #88898c;
  border-radius: 0;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-bottom: 25px;
  display: grid;
}

.gallery-img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.lightbox-wrap {
  height: 225px;
}

.content-materials-wrap {
  margin-top: 40px;
}

.materials-wrap {
  grid-column-gap: 40px;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 20px;
}

.materials-block {
  width: 145px;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.materials-block:hover {
  color: #e3a419;
}

.materials__title {
  color: #000;
  text-align: center;
  font-family: Gilroy Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
}

.materials__title:hover {
  color: #2964a6;
}

.b-body {
  font-family: Gilroy Regular, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.team-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-single-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.team-single-work {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gilroy Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.team-single-text {
  color: #88898c;
  font-size: 16px;
}

.team-single-contacts-wrap {
  grid-column-gap: 16px;
  border: 1px #88898c;
  border-top: 1px solid #939293;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.team-single-contacts-title {
  color: #000;
  font-family: Gilroy Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.team-single-contacts {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.team-single-contacts-item {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.team-single-contacts__icon {
  width: 18px;
}

.team-single-contacts__link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.team-single-contacts__link:hover {
  color: #e3a419;
}

.html-embed {
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 1280px) {
  .nav-link, .dropdown-toggle.nav-link {
    padding-left: 35px;
    padding-right: 35px;
  }

  .b-footer-content-wrap {
    grid-column-gap: 26px;
  }

  .b-footer-content-wrap.b-footer-content-grid {
    grid-template-columns: 1.25fr 1fr 1.25fr .75fr;
  }

  .contact-wrap.contact-wrap_long {
    flex: none;
  }
}

@media screen and (min-width: 1440px) {
  .grid {
    grid-column-gap: 84px;
  }

  .news-img.team-single-img {
    width: 270px;
  }

  .b-footer-content-wrap {
    grid-column-gap: 34px;
  }

  .b-footer-content-wrap.b-footer-content-grid {
    grid-template-columns: 1.25fr 1fr 1.25fr 1fr;
  }

  .contact-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .menu-second.w--current {
    color: #e3a419;
  }

  .grid {
    grid-column-gap: 148px;
  }

  .b-footer-content-wrap {
    grid-column-gap: 50px;
  }

  .contact-title {
    font-size: 22px;
  }

  .menu-list {
    background-color: rgba(255, 255, 255, .95);
  }

  .menu-list.w--open {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    position: static;
  }

  .b-header__menu {
    margin-bottom: 0;
  }

  .nav-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    left: 15px;
    right: 15px;
  }

  .nav-link {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .dropdown-toggle.nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .dropdown {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
  }

  .menu-second {
    white-space: normal;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .main.content-page {
    margin-top: 10px;
  }

  .b-container-wrap {
    max-width: 991px;
    min-width: 768px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template: "."
                   "."
                   / 6fr;
    grid-auto-flow: row;
  }

  .grid.main-grid {
    grid-row-gap: 60px;
    grid-template-columns: 6fr;
  }

  .grid.main-grid.main-grid_no-home {
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

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

  .news-img.team-single-img {
    width: 100%;
    height: 375px;
  }

  .img-about {
    width: auto;
    max-width: 40%;
    object-fit: cover;
    flex: 0 auto;
    align-self: stretch;
    margin-right: 20px;
  }

  .about-text {
    flex: 0 auto;
    margin-top: 40px;
  }

  .b-footer-content-wrap {
    min-height: 200px;
    justify-content: space-between;
  }

  .b-footer-content-wrap.b-footer-content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .side-content-wrap {
    align-items: flex-start;
    display: flex;
  }

  .icon {
    width: auto;
    flex: 0 auto;
  }

  .menu-list {
    box-shadow: none;
    background-color: #ececec;
    padding: 15px;
  }

  .menu-list.w--open {
    width: auto;
    background-color: #f0f0f0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    line-height: 1.2em;
  }

  .menu-button {
    width: auto;
    height: auto;
    background-color: #ececec;
    border-radius: 5px 5px 0 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    display: flex;
  }

  .menu-button:hover {
    background-color: #e3a419;
  }

  .news-wrap {
    grid-template-columns: 3fr;
  }

  .lightbox-wrap {
    height: 140px;
  }

  .team-single-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .html-embed {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .b-container-wrap {
    max-width: 767px;
    min-width: 480px;
  }

  .news-img.team-single-img {
    height: 280px;
  }

  .img-about {
    max-width: 100%;
    margin-right: 0;
  }

  .about-text, .b-container-footer {
    margin-top: 30px;
  }

  .b-footer-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .contact-wrap.contact-wrap_long {
    grid-row-gap: 0px;
  }

  .side-content-wrap {
    flex-direction: column;
  }

  .image-2 {
    width: 250px;
  }

  .gallery-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .materials-wrap {
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .team-single-work {
    font-size: 18px;
  }

  .team-single-contacts-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .team-single-contacts__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .b-header {
    padding-top: 10px;
  }

  .slider {
    height: auto;
  }

  .slide-nav {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-second {
    white-space: normal;
    display: block;
    overflow: visible;
  }

  .b-container-wrap {
    max-width: 479px;
    min-width: auto;
  }

  .main-title.b-h2.main-title_single-page {
    font-size: 24px;
    line-height: 1.1em;
  }

  .item-news {
    flex-direction: column;
  }

  .news-img {
    width: 100%;
    height: 170px;
  }

  .news-img.single-news-img {
    height: 277px;
  }

  .news-img.team-single-img {
    height: 320px;
  }

  .news-img-wrap {
    align-self: stretch;
    margin-right: 0;
  }

  .news-content {
    margin-top: 10px;
  }

  .about-text {
    font-size: 16px;
  }

  .button.button_gray {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 20px;
  }

  .b-footer-content-wrap.b-footer-content-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 200px;
  }

  .slide {
    height: auto;
    object-fit: fill;
  }

  .slide-img {
    height: 400px;
    object-fit: cover;
    object-position: 75% 50%;
    position: static;
  }

  .menu-button {
    background-color: #ececec;
  }

  .gallery-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .materials-block {
    width: 120px;
  }

  .materials__title {
    font-size: 14px;
    line-height: 1.1em;
  }

  .team-grid-wrap {
    grid-template-columns: 1fr;
  }
}

#w-node-_7f46a546-6f35-bdbb-e1f2-501399aecfb0-4272c917, #sidebar-right-sport-poltava, #w-node-ca113ca4-838d-b0a9-35af-71471dc8960a-1dc89607, #w-node-ca113ca4-838d-b0a9-35af-71471dc89635-1dc89607, #w-node-_7f46a546-6f35-bdbb-e1f2-501399aecfb0-9ce102c1, #w-node-_7b324017-5c8c-1258-d56b-164fe9281ea5-0b7ab2f8, #w-node-_7b324017-5c8c-1258-d56b-164fe9281ebe-0b7ab2f8, #w-node-_7b324017-5c8c-1258-d56b-164fe9281ec1-0b7ab2f8, #w-node-_7b324017-5c8c-1258-d56b-164fe9281ec4-0b7ab2f8, #w-node-_7b324017-5c8c-1258-d56b-164fe9281ec7-0b7ab2f8, #w-node-f72ad437-b8f6-c096-9c66-3c3da46c1a59-0b7ab2f8, #w-node-f72ad437-b8f6-c096-9c66-3c3da46c1a5c-0b7ab2f8, #w-node-f72ad437-b8f6-c096-9c66-3c3da46c1a5f-0b7ab2f8, #w-node-f72ad437-b8f6-c096-9c66-3c3da46c1a62-0b7ab2f8, #w-node-_4663cc77-00b3-6493-3746-05d15a408208-688ee4e1, #w-node-abaff1d4-1657-1791-eab1-cd621b9857f3-688ee4e1, #w-node-fbe06bcd-4873-2843-0bf6-3bb68a0339d2-688ee4e1, #w-node-b35f863a-3d84-aa76-1fa6-dbde25df5116-688ee4e1, #w-node-febc132b-8598-9018-af2e-bc6c4559509d-688ee4e1, #w-node-_426fde03-7e6a-d77f-7e2d-c8875f3833b7-688ee4e1, #w-node-ee502908-f004-1384-57c6-7fede616d510-688ee4e1, #w-node-_4663cc77-00b3-6493-3746-05d15a408208-3c15a13f, #w-node-abaff1d4-1657-1791-eab1-cd621b9857f3-3c15a13f, #w-node-_70346c7d-b413-b200-78ba-516f794cdfd4-3c15a13f, #w-node-_7bd113e1-4e14-5f9c-69aa-4111788b9e20-3c15a13f, #w-node-_1d3a91f3-c4a9-11ff-6c64-f816f578cacd-3c15a13f, #w-node-b16b942c-4144-112c-70a0-bba4fc99fcd7-3c15a13f, #w-node-_76e8c826-972e-7120-e092-16d5423e489e-3c15a13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #sidebar-right-sport-poltava {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Gilroy Regular';
  src: url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Medium';
  src: url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Bold';
  src: url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}