html{
	scroll-padding-top: 110px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  scroll-behavior: smooth;
  font-feature-settings: "pnum" on, "lnum" on;
  font-family: "Montserrat", sans-serif;
}
*::before, *::after {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background: #D9F1FF;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
}

.container {
  max-width: 1300px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.hide {
  display: none !important;
}

.grid {
  display: flex !important;
  flex-flow: column;
  gap: 12px;
}

.typo {
  color: #030E22;
}

.typo h1{
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
}
.typo h2{
  font-weight: 700;
  font-size: 42px;
  line-height: 130%;
}

.typo h3{
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
.typo h4,
.typo h5{
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}

.typo h6{
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
}

.typo p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 2rem;
}
.typo img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 334px;
  width: 100%;
}

.typo_accord,
.typo_accord p{
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

header {
  border-bottom: 4px solid rgba(0, 38, 77, 0.06);
  margin: 0 0 40px;
}

.header-block {
  display: grid;
  grid-auto-flow: column;
  padding: 32px 0;
  justify-content: space-between;
}

.menu-wrapper {
  display: flex;
  align-items: center;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav-list_mob {
  display: none;
  z-index: 10000;
}
.nav-list a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgba(0, 38, 77, 0.92);
  transition: all 0.5s ease-in-out;
}
.nav-list a:not(.nav-list a_active):hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.92);
}
.nav-list .current_page_item {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.92);
}

.btn {
  background: #F0FAFF;
  border-radius: 56px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 43px;
  color: #00264D;
  transition: all 0.5s ease-in-out;
}
.btn__header {
  padding: 0 24px;
  display: block;
  text-decoration: none;
}
.btn__hero {
  padding: 0 87px;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn__news {
  padding: 0 19px;
  display: block;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 400;
}
.btn__listen {
  padding: 0 55px;
}
.btn__player {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  color: #030E22;
}
.btn__player-download {
  padding: 0 140px;
  margin: 0 0 26px;
}
.btn__player-text {
  padding: 0 0.5rem;
}
.btn:not(.btn__burger):hover {
  background: #0089F2;
  color: #F0FAFF;
}
.btn__accord {
  background: linear-gradient(90deg, #0069BF 0%, #40B2FF 100%);
  border-radius: 21.5px;
  position: relative;
  display: grid;
  transition: all 0.5s;
  padding: 6px 20px 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 250px;
  line-height: 20px;
  margin: 0 auto 16px;
	
  text-decoration: none;
  text-align: center;
}
.btn__accord::after {
  content: "";
  background: linear-gradient(90deg, #0069BF 0%, #40B2FF 100%);
  filter: blur(10px);
  position: absolute;
  border-radius: 21.5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  display: block;
  width: 90%;
  height: 26px;
  z-index: -1;
  margin: auto;
}
.btn__accord:hover {
  background: linear-gradient(90deg, #40B2FF 0%, #0069BF 100%);
}
.btn__accord:hover::after {
  background: linear-gradient(90deg, #40B2FF 0%, #0069BF 100%);
}
.btn__accord_more {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #0069BF 0%, #40B2FF 100%);
  position: relative;
}
.btn__accord_more::after {
  content: "";
  background: linear-gradient(90deg, #0069BF 0%, #40B2FF 100%);
  filter: blur(10px);
  position: absolute;
  border-radius: 21.5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  display: block;
  width: 90%;
  height: 26px;
  z-index: -1;
  margin: auto;
}
.btn__accord_more:hover {
  background: linear-gradient(90deg, #40B2FF 0%, #0069BF 100%);
}
.btn__accord_more::after {
  background: linear-gradient(90deg, #40B2FF 0%, #0069BF 100%);
}
.btn__galery {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 91px;
  margin-top: 20px;
  grid-column: 1/-1;
}
.btn__form {
  border: 2px solid #0089F2;
  border-radius: 15px;
  background: transparent;
  padding: 0 52px;
  margin: 0 auto 40px;
}

.wpcf7-response-output{
  margin-top: 0 !important;
}
.btn__burger {
  display: none;
  background: transparent;
}
.btn__burger:after, .btn__burger:before, .btn__burger span {
  background: #030E22;
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  margin: 7px 0;
  width: 35px;
}

.hero {
  display: grid;
  grid-template-columns: 640px 1fr;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 80px;
}
.hero-pick__img{
  margin-bottom: 40px;
}
.hero-info {
  padding: 30px 10px 30px 0;
}
.hero-info__text {
  display: grid;
  gap: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  margin: 0 0 160px;
  color: #00264D;
}
.hero-info__title {
  font-weight: 500;
  font-size: 64px;
  line-height: 98.6%;
  letter-spacing: -0.02em;
  margin: 0 0 92px;
}
.hero-info__title h1 {
  font-weight: inherit;
  font-size: inherit;
}

.last-news {
  margin: 0 0 85px;
}
.last-news .section-title {
  margin: 0 0 20px;
}
.last-news__controls {
  display: flex;
  justify-content: space-between;
  margin: 0 0 27px;
}
.last-news__controls-btns {
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
}
.last-news__prev, .last-news__next {
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: transparent;
}
.last-news__body {
  max-width: 213px;
  min-height: 234px;
  text-decoration: none;
}

.news-card {
  background: linear-gradient(179.89deg, rgba(0, 0, 0, 0) 0.1%, rgba(15, 18, 19, 0.85) 80.67%);
  border-radius: 20px;
  width: 100%;
  min-height: 234px;
  color: #fff;
  position: relative;
  display: grid;
  /*place-content: center;*/
  padding: 22px 19px;
  justify-content: center;
  align-items: end;
}
.news-card__img {
  border-radius: 20px;
  z-index: -1;
  position: absolute;
}
.news-card__img.no-img{
  object-fit: contain;
}
.news-card__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
}
.news-card__date {
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
}

.last-video {
  margin: 0 0 80px;
}
.last-video .section-title {
  margin: 0 0 20px;
}
.last-video__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.socials-block {
  margin: 0 0 100px;
}
.socials-block .section-title {
  margin: 0 0 20px;
}
.socials-block__body {
  display: flex;
  gap: 54px;
}
.socials-block__text {
  max-width: 533px;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
}

.footer {
  border-top: 4px solid rgba(0, 38, 77, 0.06);
}
.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 58px;
}
.footer__copy {
  display: flex;
  align-items: center;
  gap: 11px;
}
.footer__copy-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
}
.footer__copy-text b {
  margin: 7px 0 0;
}

.hide-sound {
  display: none !important;
}

.songs-border-16 {
  border-radius: 16px 0 0 0 !important;
}

.songs-border-32 {
  border-radius: 0 0 0 32px !important;
}

.songs {
  margin: 0 0 80px;
}
.songs .section-title {
  margin: 0 0 40px;
}
.songs-body {
  display: grid;
  grid-template-columns: repeat(4, minmax(258px, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px 91px;
}
.songs-card {
  border-radius: 16px 16px 0 0;
  position: relative;
  display: grid;
}
.songs-card__descr {
  padding: 12px 32px;
  background: linear-gradient(180deg, rgba(0, 137, 242, 0.4) 0%, rgba(250, 250, 250, 0.08) 100%);
  border-radius: 0px 0px 32px 32px;
  border: 1px solid #0089F2;
}
.songs-card__block-pick {
  cursor: pointer;
  position: relative;
  height: 242px;
}
.songs-card:hover .button-block {
  display: grid;
  place-content: center;
}
.songs-card__title {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  -ms-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}

.songs-card__title-link{
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  color: inherit;
}

.songs-card__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.songs-card__player {
  display: grid;
  min-width: 387px;
  position: absolute;
  top: 0;
  /*right: -387px;*/
  right: 50%;
  transform: translatex(50%);
  background: linear-gradient(126.51deg, rgba(0, 0, 136, 0.3) 0%, #0089F2 0.01%, rgba(0, 137, 242, 0.5) 100%);
  border-radius: 32px;
  z-index: 2;
  min-height: 100%;
  padding: 46px 12px 63px 14px;
}
.songs-card__img {
  height: 242px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button-block {
  display: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 137, 242, 0) 0%, rgba(0, 137, 242, 0.2) 31.18%, rgba(0, 137, 242, 0.2) 100%);
}

.player-block {
  background: linear-gradient(92.98deg, rgba(240, 250, 255, 0.35) 0%, rgba(240, 250, 255, 0.2) 100%);
  box-shadow: -4px 8px 56px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 16px;
  margin: 0 0 18px;
}
.player-block audio {
  display: none;
}
.player-block .line {
  background: #0089F2;
  height: 8px;
  border-radius: 5px;
}

.player-body {
  display: grid;
  grid-template-columns: 1fr 43px;
  align-items: center;
  height: 100%;
  padding: 16px 17px 16px 32px;
}
.player-body__time-line {
  margin: 0 34px 0 0;
  cursor: pointer;
  border: 0.5px solid #fff;
  border-radius: 5px;
}
.player-body__volume, .player-body__play {
  background: transparent;
  border: none;
  cursor: pointer;
}

.accords {
  margin: 0 0 80px;
  display: grid;
}
.accords .section-title {
  margin: 0 0 40px;
}
.accords-nav {
  max-width: 1300px;
  background: #D9F1FF;
  display: flex;
  /*justify-content: ;*/
  padding: 5px 15px 25px !important;
  justify-self: start;
  /*min-width: 310px;*/
  grid-column: 1 / -1;
  position: sticky !important;
  top: 0;
}

.accords-nav__wrapp{
	max-width: 100%;
	height: auto !important;
} 

.accords-nav .btn__accord{
	flex-shrink: 0;
	place-content: center;
	height: 100%;
}

.accords__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(630px, 100%), 1fr));
  gap: 40px 20px;
  margin: 0 0 117px;
  align-items: start;
}

.accord {
  display: grid;
  row-gap: 9px;
  padding: 20px 40px 20px;
  background: linear-gradient(120.41deg, rgba(0, 137, 242, 0.35) 0%, rgba(166, 221, 255, 0.1) 100%);
}
/*.accord:nth-of-type(1), .accord:nth-of-type(2) {
  transform: translateX(-15rem);
}*/
.accord__title * {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
}
.accord__text {
  max-width: 505px;
  font-weight: 500;
  /*font-size: 20px;*/
  line-height: 130%;
  /*text-align: justify;*/
  /*white-space: pre-wrap;*/
}

.galery {
  margin: 0 0 80px;
}
.galery .section-title {
  margin: 0 0 40px;
}
.galery-new {
  margin: 0 0 59px;
}
.galery-new__list {
  list-style: none;
}
.galery-new__block {
  position: relative;
  padding: 8px;
  display: grid;
  align-items: start;
  z-index: 2;
  text-decoration: none;
  color: inherit;
  min-height: 312px;
  border-radius: 10px;
}
.galery-new__block::before {
  content: "";
  background: linear-gradient(180deg, rgba(196, 196, 196, 0.1) 0%, rgba(166, 221, 255, 0.1) 0.01%, #A6DDFF 100%);
  width: 100%;
  min-height: 312px;
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 10px;
}
.galery-new__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 10px;
}
.galery-new__title {
  max-width: 222px;
  min-height: 71px;
  padding: 13px 12px 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.015em;
  background: #D9F1FF;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.galery-news {
  margin: 0 0 97px;
}
.galery-news__body {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 430px;
}
.galery-news__block {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: grid;
  height: 562px;
  border-radius: 10px;
}
.galery-news__block:nth-of-type(4n+1) {
  grid-column: 1/3;
}
.galery-news__block:nth-of-type(4n) {
  grid-column: 2/4;
}
.galery-news__block:hover .galery-news__text {
  display: grid;
}
.galery-news__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  z-index: -1;
}
.galery-news__text {
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 38, 77, 0) 0%, #00264D 100%);
  position: relative;
  padding: 30px 80px;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  gap: 8px;
  align-content: end;
  border-radius: 10px;
}
.galery-new-video__body {
  display: grid;
  grid-template-columns: repeat(4, minmax(310px, 1fr));
  gap: 20px;
}

.contact {
  display: grid;
  margin: 0 0 65px;
}
.contact .section-title {
  margin: 0 0 84px;
}
.contact-text {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 22px;
}
.contact-text__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  margin: 0 0 22px;
}
.contact-text__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
.contact-how {
  font-weight: 500;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: grid;
  margin: 0 auto 44px;
}
.contact-how a {
  color: inherit;
  font-size: inherit;
}
.contact-form {
  max-width: 594px;
  padding: 35px 48px 22px 40px;
  background: linear-gradient(36.96deg, rgba(255, 255, 255, 0.35) 0.78%, #A6DDFF 66.77%);
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin: 0 auto;
}
.contact-form__social {
  display: flex;
  gap: 29px;
  align-items: center;
}
.contact-form__social-text {
  font-weight: 200;
  font-size: 24px;
  line-height: 29px;
}
.contact-form__social-list {
  display: flex;
  list-style: none;
  gap: 24px;
}
.contact-form__social-list img {
  width: 45px;
  height: 45px;
}

.form {
  display: grid;
}
.form-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 31px;
}
.form-body {
  width: 100%;
  display: flex;
  flex-flow: column;
  margin: 0 0 18px;
}
.form-block {
  margin: 0 0 29px;
  width: 506px;
}
.form-block__input {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #030E22;
  padding: 7px 0;
  width: 100%;
}
.form-block__input_area {
  resize: none;
  height: 195px;
  padding: 12px 6px;
}
.form-block__input::-moz-placeholder {
  color: rgba(3, 14, 34, 0.5);
}
.form-block__input:-ms-input-placeholder {
  color: rgba(3, 14, 34, 0.5);
}
.form-block__input::placeholder {
  color: rgba(3, 14, 34, 0.5);
}

.news-template__header {
  padding: 312px 0 192px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  margin: 0 0 40px;
}
.news-template__header::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}
.news-template__header img {
  position: relative;
  z-index: 2;
}
.news-template__header-text {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  max-width: 477px;
  margin-left: 261px;
  z-index: 2;
  position: relative;
}

.article {
  display: grid;
  grid-template-columns: 200px 1fr;
  -moz-column-gap: 23px;
       column-gap: 23px;
  margin: 0 0 80px;
}
.article-data {
  font-weight: 700;
  font-size: 12px;
  line-height: 25px;
  grid-row: 1/span 3;
  color: #030E22;
  display: flex;
  justify-content: space-between;
}
.article-data__when {
  position: relative;
}
.article-data__line {
  height: 1px;
  background: #030E22;
  width: 42px;
  margin-top: 12px;
}
.article-text {
  margin: 0 0 40px;
}
.article-img {
  display: grid;
  grid-template-columns: repeat(2, minmax(530px, 1fr));
  gap: 20px;
  margin: 0 0 22px;
}
.article-video iframe {
  width: 100%;
  min-height: 440px;
}

.section-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
}

@media (max-width: 850px) {
  .typo_accord p{
    font-size: 14px;
  }

  .header-block {
    /*display: flex;*/
    padding: 18px 0;
    position: relative;
  }
  .nav-list {
    display: none;
  }
  .nav-list_mob {
    position: absolute;
    top: 83px;
    left: 0;
    background: #fff;
    /*box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);*/
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    height: 100dvh;
    z-index: 10;
    align-items: start;
    padding: 0 10px;
  }

  .nav-list_mob .nav-list{
    display: block;
  }
  .nav-block__link {
    width: 100%;
    display: inline-block;
    padding: 10px;
    text-align: right;
  }
  .btn__header {
    grid-area: btn;
  }
  .btn__burger {
    display: block;
    grid-area: burger;
  }
  .btn__hero {
    text-align: center;
    width: 100%;
  }
  .btn__player-download {
    padding: 0;
  }
  .btn__player-text {
    font-size: 16px;
    padding: 0 0.5rem;
  }
  .btn__accord {
    min-width: 186px;
    font-size: 14px;
    margin: 0;
  }
  .btn__form {
    margin: 0 0 40px;
  }
  .btn__accord::after{
    content: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-info {
    padding: 0;
  }
  .hero-info__text {
    margin: 0 0 80px;
  }
  .hero-info__title {
    font-size: 40px;
  }
  .news-card__title{
    font-size: 18px;
  }
  .last-video__body {
    grid-template-columns: 1fr;
  }
  .socials-block {
    margin: 0 0 50px;
  }
  .socials-block__body {
    flex-flow: column;
    gap: 28px;
  }
  .footer__body {
    padding: 10px 0;
  }
  .footer__social {
    gap: 30px;
  }
  .footer__copy-text {
    text-align: right;
    font-size: 18px;
  }
  .footer__copy-img {
    display: none;
  }
  .songs-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .songs-card {
    display: grid;
  }
  .songs-card__img {
    justify-self: center;
  }
  .songs-card__block-pick {
    width: 100%;
    display: grid;
  }
  .songs-card__player {
    inset: 0;
    min-width: 100%;
    border-radius: 20px;
    transform: translateX(0);
    padding: 20px;
  }
  .songs-card .button-block {
    display: grid;
    place-content: center;
  }
  .accords-nav {
    grid-row: auto;
    width: 100%;
    padding: 0 !important;
  }
  /*.accords-nav__wrapp {*/
  /*  display: flex;*/
  /*  flex-flow: nowrap;*/
  /*  width: 100%;*/
  /*  overflow-x: scroll;*/
  /*}*/
  .accords__body {
    grid-template-columns: 1fr;
  }
  .accord {
    padding: 10px;
  }
  .accord:nth-of-type(1), .accord:nth-of-type(2) {
    transform: translateX(0);
  }
  .accord__title * {
    font-size: 36px;
  }
  .accord__text {
    font-size: 14px;
  }
  .galery-news__body {
    height: 100%;
    grid-template-columns: 1fr;
  }
  .galery-news__block {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .galery-news__block:nth-of-type(4n+1) {
    grid-column: auto;
  }
  .galery-news__block:nth-of-type(4n) {
    grid-column: auto;
  }
  .galery-news__text {
    display: grid;
  }
  .galery-new-video__body {
    grid-template-columns: 1fr;
  }
  .contact .section-title {
    font-size: 36px;
    line-height: 130%;
    margin: 0 0 20px;
  }
  .contact-text {
    font-size: 36px;
  }
  .contact-text__subtitle {
    font-size: 20px;
  }
  .contact-how {
    font-size: 24px;
  }
  .contact-form {
    padding: 10px;
    width: 100%;
  }
  .contact-form__social-text {
    display: none;
  }
  .contact-form__social-list {
    margin: 0 auto;
  }
  .form-title {
    font-size: 30px;
  }
  .form-block {
    width: 100%;
  }
  .news-template__header {
    background-position: center !important;
  }
  .news-template__header-text {
    margin: 0 auto;
    text-align: center;
  }
  .article {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .article-data {
    grid-row: auto;
  }
  .article-img {
    grid-template-columns: 1fr;
  }

  .section-title{
    font-size: 28px;
    line-height: 130%;
  }

  .galery .section-title{
    margin-bottom: 0;
  }
}


.closed-acc {
  height: 505px;
  overflow: hidden;
}