@charset "UTF-8";
*, *::before, *::after {
  font-family: Arial, sans-serif;
}

h2, h3 {
  margin: 0;
}

.breadcrumbs {
  display: none;
}

@media (max-width: 1302px) {
  .slick-arrow {
    display: none !important;
  }
}
.section-nav {
  margin: 40px 0 0;
}
.section-nav .navigation ul {
  gap: 20px;
  margin-bottom: 80px;
}
.section-nav .navigation ul a {
  font-size: 18px;
  color: #67A1A6;
  border-color: #67A1A6;
}
@media (max-width: 768px) {
  .section-nav .navigation ul {
    gap: 8px;
  }
  .section-nav .navigation ul a {
    font-size: 14px;
    padding: 12px 20px;
  }
}

.section-intro .banner {
  background: linear-gradient(270deg, rgba(36, 59, 85, 0) 40%, #243B55 100%);
  background-blend-mode: multiply;
  width: 100%;
  aspect-ratio: 2.13;
  border-radius: 10px;
  position: relative;
}
.section-intro .banner .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-intro .banner img {
  border-radius: 10px;
}
.section-intro .banner .content {
  max-width: 68%;
  padding: 67px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 37px;
}
.section-intro .banner .content .heading {
  font-size: 62px;
  line-height: 57px;
  color: #ffffff;
}
.section-intro .banner .content .description {
  max-width: 60%;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.section-intro .banner .content .btn-white {
  font-size: 18px;
  color: #67A1A6;
  font-weight: 700;
  border: transparent;
}

.section-intro .banner .content .btn-white:hover {
    color: #ffffff;
}
@media (max-width: 576px) {
  .section-intro .banner .content .btn-white {
    font-size: 13px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .section-intro .banner .content .description {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .section-intro .banner {
    background: linear-gradient(167.57deg, #233B59 0.27%, rgba(35, 59, 89, 0) 90.97%);
  }
  .section-intro .banner .content {
    max-width: none;
    align-items: center;
  }
  .section-intro .banner .content .heading,
  .section-intro .banner .content .description {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .section-intro .banner .content {
    padding: 43px 15px 24px;
  }
  .section-intro .banner .content .heading {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (max-width: 576px) {
  .section-intro .banner .content {
    min-height: 339px;
    align-items: stretch;
    gap: 24px;
    padding: 43px 15px 24px;
  }
  .section-intro .banner .content .heading {
    font-size: 26px;
    line-height: 28px;
  }
  .section-intro .banner .content .description {
    font-size: 16px;
    line-height: 20px;
    max-width: 281px;
    margin: 0 auto;
  }
  .section-intro .banner .content .btn {
    height: 40px;
    margin-top: auto;
  }
}

.section-why-spb {
  margin-bottom: 30px;
  position: relative;
}
.section-why-spb .banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  padding: 60px;
  display: flex;
  align-items: flex-end;
}
.section-why-spb .banner h2 {
  max-width: 868px;
  font-size: 70px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-why-spb .banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .section-why-spb .banner h2 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .section-why-spb .banner {
    padding: 20px;
  }
}

.section-advantages-spb .advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 20px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.section-advantages-spb .advantages-grid .advantage {
  padding: 30px;
  background: #F7F7F7;
  border-radius: 10px;
}
.section-advantages-spb .advantages-grid .advantage .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.2;
}
.section-advantages-spb .advantages-grid .advantage .content h3 {
  font-family: "Avenir";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #67A1A6;
}
.section-advantages-spb .advantages-grid .advantage .content .text {
  font-size: 24px;
  line-height: 1.2;
}
.section-advantages-spb .advantages-grid .advantage .content .text ul {
  margin-top: 0;
}
@media (max-width: 576px) {
  .section-advantages-spb .advantages-grid .advantage .content {
    font-size: 14px;
  }
  .section-advantages-spb .advantages-grid .advantage .content h3 {
    font-size: 18px;
  }
  .section-advantages-spb .advantages-grid .advantage .content .text {
    font-size: 14px;
  }
}
.section-advantages-spb .advantages-grid .advantage img {
  width: 64px;
  height: 64px;
}
@media (max-width: 768px) {
  .section-advantages-spb .advantages-grid {
    display: block;
  }
  .section-advantages-spb .advantages-grid .advantage {
    margin: 0 20px;
  }
}
@media (max-width: 576px) {
  .section-advantages-spb .advantages-grid .advantage {
    padding: 20px;
    min-height: 268px;
    display: flex;
    align-items: center;
  }
  .section-advantages-spb .advantages-grid .advantage svg {
    width: 52px;
    height: 52px;
  }
}

.section-speech {
  width: 100%;
  height: 747px;
  display: flex;
  padding: 60px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@media (max-width: 1302px) {
  .section-speech {
    height: auto;
    aspect-ratio: 1.428;
  }
}
@media (max-width: 576px) {
  .section-speech {
    padding: 40px 20px;
  }
}
.section-speech h2 {
  max-width: 868px;
  font-size: 70px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-speech h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .section-speech h2 {
    font-size: 25px;
  }
}
.section-speech .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-speech .slick-prev:before {
  background: url(../i/slick-left-white.svg) 50% 50% no-repeat;
}
.section-speech .slick-next:before {
  background: url(../i/slick-right-white.svg) 50% 50% no-repeat;
}
.section-speech .slick-dots li.slick-active button {
  border-color: #ffffff;
}
.section-speech .speech-item {
  margin: 0px 20px;
  padding: 60px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  gap: 34px;
}
.section-speech .speech-item .person {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 327px;
}
.section-speech .speech-item .person .name {
  font-size: 36px;
  line-height: 1.28;
  font-weight: 700;
  color: #243B55;
  text-transform: uppercase;
}
.section-speech .speech-item .person .position {
  font-size: 24px;
  line-height: 1.2;
  color: #caa868;
}
@media (max-width: 576px) {
  .section-speech .speech-item .person .name {
    font-size: 22px;
  }
  .section-speech .speech-item .person .position {
    font-size: 16px;
  }
}
.section-speech .speech-item .photo {
  width: 156px;
  height: 156px;
}
.section-speech .speech-item .text {
  position: relative;
  padding: 20px 26px;
  background: #EFEFEF;
  border-radius: 0 10px 10px 10px;
  font-size: 20px;
  line-height: 1.25;
}
.section-speech .speech-item .text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -30px;
  width: 35px;
  height: 35px;
  background-color: #EFEFEF; /* Цвет заливки */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: rotate(-13deg);
}
@media (max-width: 1024px) {
  .section-speech .speech-item {
    flex-direction: column;
  }
  .section-speech .speech-item .person {
    flex: auto;
  }
  .section-speech .speech-item .text {
    border-radius: 10px;
  }
  .section-speech .speech-item .text::before {
    content: none;
  }
}
@media (max-width: 768px) {
  .section-speech .speech-item .person {
    align-items: center;
  }
  .section-speech .speech-item .name,
  .section-speech .speech-item .position {
    text-align: center;
  }
}
@media (max-width: 578px) {
  .section-speech .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .section-speech {
    padding: 30px 0;
  }
  .section-speech .speech-item {
    padding: 24px 14px;
    margin: 0px 14px;
    gap: 18px;
  }
  .section-speech .speech-item .person .photo {
    width: 100px;
    height: 100px;
  }
  .section-speech .speech-item .text {
    padding: 21px 23px;
    font-size: 13px;
  }
}

.section-experts .experts-item {
  display: flex;
  gap: 25px;
  padding: 58px 27px;
  margin: 0px 20px;
  background: #F9F9F9;
  border-radius: 10px;
}
.section-experts .experts-item .photo {
  flex: 1;
  aspect-ratio: 1.125;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.section-experts .experts-item .photo .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-experts .experts-item .photo img {
  z-index: 1 !important;
}
.section-experts .experts-item .content {
  flex: 0 0 570px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.section-experts .experts-item .content .name {
  font-size: 36px;
  line-height: 1.28;
  font-weight: 700;
  color: #243B55;
  text-transform: uppercase;
}
.section-experts .experts-item .content .position {
  font-size: 24px;
  line-height: 1.2;
  color: #caa868;
}
@media (max-width: 576px) {
  .section-experts .experts-item .content .name {
    font-size: 22px;
  }
  .section-experts .experts-item .content .position {
    font-size: 16px;
  }
}
.section-experts .experts-item .content .name {
  margin-top: 20px;
}
.section-experts .experts-item .content .position {
  margin-top: 10px;
}
.section-experts .experts-item .content .text {
  font-size: 20px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .section-experts .experts-item {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .section-experts .experts-item .photo {
    width: 156px;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .section-experts .experts-item .content {
    flex: auto;
    gap: 25px;
    flex-direction: column-reverse;
  }
  .section-experts .experts-item .content .name,
  .section-experts .experts-item .content .position {
    text-align: center;
  }
  .section-experts .experts-item .content .text {
    padding: 21px 23px;
    background: #EFEFEF;
    border-radius: 10px;
  }
}
@media (max-width: 576px) {
  .section-experts .experts-item {
    margin: 0px 14px;
    padding: 24px 14px;
  }
  .section-experts .experts-item .photo {
    width: 100px;
  }
  .section-experts .experts-item .content .text {
    font-size: 13px;
  }
}

.section-why-ef {
  margin-bottom: 70px;
  position: relative;
}
.section-why-ef .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-why-ef .banner {
  width: 100%;
  height: 747px;
  display: flex;
  padding: 60px;
  align-items: flex-end;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@media (max-width: 1302px) {
  .section-why-ef .banner {
    height: auto;
    aspect-ratio: 1.428;
  }
}
@media (max-width: 576px) {
  .section-why-ef .banner {
    padding: 40px 20px;
  }
}
.section-why-ef .banner h2 {
  max-width: 868px;
  font-size: 70px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-why-ef .banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .section-why-ef .banner h2 {
    font-size: 25px;
  }
}

.section-advantages-ef .advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 458px repeat(2, minmax(315px, auto));
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 20px;
}
.section-advantages-ef .advantages-grid .item {
  border-radius: 10px;
  overflow: hidden;
}
.section-advantages-ef .advantages-grid .image-horizontal {
  grid-column: span 3;
  position: relative;
}
.section-advantages-ef .advantages-grid .image-horizontal .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-advantages-ef .advantages-grid .image-vertical {
  grid-row: span 2;
  position: relative;
}
.section-advantages-ef .advantages-grid .image-vertical .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-advantages-ef .advantages-grid .advantage-horizontal {
  grid-column: span 2;
}
.section-advantages-ef .advantages-grid .advantage {
  padding: 55px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  line-height: 1.2;
}
.section-advantages-ef .advantages-grid .advantage h3 {
  font-family: "Avenir";
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #67A1A6;
}
.section-advantages-ef .advantages-grid .advantage .text {
  font-size: 24px;
  line-height: 1.2;
}
.section-advantages-ef .advantages-grid .advantage .text ul {
  margin-top: 0;
}
@media (max-width: 576px) {
  .section-advantages-ef .advantages-grid .advantage {
    font-size: 14px;
  }
  .section-advantages-ef .advantages-grid .advantage h3 {
    font-size: 18px;
  }
  .section-advantages-ef .advantages-grid .advantage .text {
    font-size: 14px;
  }
}
.section-advantages-ef .buttons {
  margin-top: 46px;
  display: flex;
  gap: 40px;
}
.section-advantages-ef .buttons .btn-white {
  font-size: 18px;
  color: #67A1A6;
  font-weight: 700;
  border: transparent;
  border: 2px solid #67A1A6;
}
.section-advantages-ef .buttons .btn-white:hover {
    color: #ffffff;
    border-color: #243B55;
}
@media (max-width: 576px) {
  .section-advantages-ef .buttons .btn-white {
    font-size: 13px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
  .section-advantages-ef .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-advantages-ef .advantages-grid .image-horizontal {
    grid-column: span 2;
    background: url(../i/genius/pic-5.jpg) 100%/cover no-repeat;
  }
  .section-advantages-ef .advantages-grid .image-vertical {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-advantages-ef .advantages-grid {
    grid-auto-rows: minmax(140px, auto);
  }
  .section-advantages-ef .advantages-grid .advantage {
    padding: 20px;
  }
  .section-advantages-ef .buttons {
    justify-content: space-evenly;
  }
}
@media (max-width: 576px) {
  .section-advantages-ef .advantages-grid {
    grid-template-rows: repeat(3, minmax(140px, auto)) 200px;
    grid-template-columns: 1fr;
  }
  .section-advantages-ef .advantages-grid .advantage-horizontal {
    grid-column: auto;
  }
  .section-advantages-ef .advantages-grid .image-horizontal {
    grid-column: auto;
    order: 2;
  }
  .section-advantages-ef .buttons {
    flex-direction: column;
    gap: 20px;
  }
  .section-advantages-ef .buttons .btn {
    font-size: 18px;
  }
}

.section-about {
  margin-bottom: 50px !important;
  position: relative;
}
.section-about .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-about .banner {
  width: 100%;
  height: 747px;
  display: flex;
  padding: 60px;
  align-items: flex-end;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@media (max-width: 1302px) {
  .section-about .banner {
    height: auto;
    aspect-ratio: 1.428;
  }
}
@media (max-width: 576px) {
  .section-about .banner {
    padding: 40px 20px;
  }
}
.section-about .banner h2 {
  max-width: 868px;
  font-size: 70px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-about .banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .section-about .banner h2 {
    font-size: 25px;
  }
}

.section-ef {
  margin-bottom: 115px;
}
.section-ef .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 50px;
}
.section-ef .grid .item {
  flex: 1;
  padding: 34px 25px;
  background: #F4F4F4;
  border-radius: 10px;
}
.section-ef .grid .item .heading {
  font-size: 60px;
  line-height: 1.2;
}
.section-ef .grid .item .description {
  margin-top: 28px;
  font-size: 24px;
  line-height: 1.5;
  color: #67A1A6;
  text-transform: uppercase;
}
@media (max-width: 578px) {
  .section-ef {
    margin-bottom: 60px;
  }
  .section-ef .grid {
    margin-bottom: 30px;
  }
  .section-ef .grid .item {
    padding: 15px 19px;
  }
  .section-ef .grid .item .heading {
    font-size: 45px;
  }
  .section-ef .grid .item .description {
    font-size: 18px;
    margin-top: 8px;
  }
}

.section-what-events h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.section-what-events .what-events-slider {
  margin-top: 100px;
}
.section-what-events .what-events-slider-item {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.section-what-events .what-events-slider-item .title {
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .section-what-events .slick-dots {
    margin-top: 40px !important;
  }
}

.section-media {
  margin-bottom: 70px;
  position: relative;
}
.section-media .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-media .banner {
  width: 100%;
  height: 747px;
  display: flex;
  padding: 60px;
  align-items: flex-end;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@media (max-width: 1302px) {
  .section-media .banner {
    height: auto;
    aspect-ratio: 1.428;
  }
}
@media (max-width: 576px) {
  .section-media .banner {
    padding: 40px 20px;
  }
}
.section-media .banner h2 {
  max-width: 868px;
  font-size: 70px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-media .banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .section-media .banner h2 {
    font-size: 25px;
  }
}

.section-media-slider .media-item {
  margin: 0px 10px;
}
.section-media-slider .media-item .item .title, .section-media-slider .media-item .item .text, .section-media-slider .media-item .item a {
  font-weight: 400 !important;
}
.section-media-slider .media-item .item .title {
    font-weight: 700 !important;
}

.section-media-slider .media-item .item .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 17;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #131313;
  font-family: Arial;
font-size: 16px;
    font-style: normal;
    
    line-height: 160%;
}
.section-media-slider .media-item .item .left {
  flex: 1 0 180px;
}
@media (max-width: 768px) {
  .section-media-slider .slick-dots {
    margin-top: 40px !important;
  }
}

.section-photogallery {
  margin-bottom: 70px;
  position: relative;
}
.section-photogallery .background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section-photogallery .banner {
  width: 100%;
  height: 747px;
  display: flex;
  padding: 60px;
  align-items: flex-end;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@media (max-width: 1302px) {
  .section-photogallery .banner {
    height: auto;
    aspect-ratio: 1.428;
  }
}
@media (max-width: 576px) {
  .section-photogallery .banner {
    padding: 40px 20px;
  }
}
.section-photogallery .banner h2 {
  max-width: 868px;
  font-size: 70px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-photogallery .banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .section-photogallery .banner h2 {
    font-size: 25px;
  }
}

.section-useful-inf .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 500px;
  gap: 28px;
}
.section-useful-inf .grid img {
  border-radius: 20px;
}
.section-useful-inf .grid .link {
  font-size: 30px;
  color: #67A1A6;
}
.section-useful-inf .grid .heading {
  font-size: 40px;
}
.section-useful-inf .grid .item {
  padding: 48px 69px;
  background: #E6E9E9;
  border-radius: 20px;
}
.section-useful-inf .grid .item:first-child {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
.section-useful-inf .grid .item:first-child img {
  grid-row: span 2;
  grid-column: span 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-useful-inf .grid .item:first-child .link {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .section-useful-inf .grid .item:first-child {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-useful-inf .grid .item:first-child img {
    grid-column: auto;
  }
}
@media (max-width: 768px) {
  .section-useful-inf .grid .item:first-child .heading {
    font-size: 23px;
  }
  .section-useful-inf .grid .item:first-child .link {
    font-size: 18px;
  }
}
.section-useful-inf .grid .item:not(:first-child) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section-useful-inf .grid {
    grid-auto-rows: max-content;
  }
  .section-useful-inf .grid .item:not(:first-child) {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .section-useful-inf .grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(200px, auto);
  }
  .section-useful-inf .grid .item {
    padding: 20px;
  }
  .section-useful-inf .grid .item:first-child {
    grid-column: auto;
  }
  .section-useful-inf .grid .item:not(:first-child) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
  }
  .section-useful-inf .grid .item:not(:first-child) img {
    grid-row: span 2;
    grid-column: span 2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-useful-inf .grid .item:not(:first-child) .link {
    margin-top: auto;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .section-useful-inf .grid .item:not(:first-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-useful-inf .grid .item:not(:first-child) img {
    grid-column: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section-useful-inf .grid .item:not(:first-child) .heading {
    font-size: 23px;
  }
  .section-useful-inf .grid .item:not(:first-child) .link {
    font-size: 18px;
  }
}

.section-reviews-slider .section-title {
  margin-top: 37px;
}
@media (max-width: 768px) {
  .section-reviews-slider .section-title {
    margin-top: 20px;
  }
}
.section-reviews-slider .reviews-item {
  margin: 0px 10px;
}
.section-reviews-slider .reviews-item .item .title, .section-reviews-slider .reviews-item .item .name {
  font-weight: 400 !important;
}
.section-reviews-slider .reviews-item .item .content_toggle {
  color: #67A1A6;
}
.section-reviews-slider .buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .section-reviews-slider .buttons .btn {
    flex-grow: 1;
  }
}

.section-contact {
  background: linear-gradient(180deg, #243B55 0%, #141E30 100%);
}
.section-contact .form-wrapper .section-title {
  color: #ffffff;
  margin-bottom: 16px;
}
.section-contact .form-wrapper .text {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.section-contact .form-wrapper .contact-row {
  max-width: 724px;
  margin: 0px auto;
}
.section-contact .form-wrapper .contact-row .nf-field-container {
  margin-bottom: 20px;
}
.section-contact .form-wrapper .contact-row .nf-field-element input {
  border-radius: 10px !important;
}
.section-contact .form-wrapper .contact-row .nf-field-element input::-moz-placeholder {
  font-size: 16px;
  color: #D9D9D9;
  text-transform: uppercase;
}
.section-contact .form-wrapper .contact-row .nf-field-element input::placeholder {
  font-size: 16px;
  color: #D9D9D9;
  text-transform: uppercase;
}
.section-contact .form-wrapper .contact-row .nf-error.field-wrap .nf-field-element:after {
  border-radius: 0 10px 10px 0 !important;
}
.section-contact .form-wrapper .contact-row .nf-field-element input[type=submit] {
  max-width: 227px;
  border-radius: 40px !important;
}
@media (max-width: 576px) {
  .section-contact .form-wrapper {
    padding: 90px 20px;
  }
  .section-contact .form-wrapper .contact-row .nf-field-container {
    margin-bottom: 10px;
  }
  .section-contact .form-wrapper .contact-row .nf-field-element input[type=submit] {
    margin-top: 30px;
    max-width: none;
  }
}/*# sourceMappingURL=genius.css.map */