@charset "UTF-8";
.full_size .work_width .section-title {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 40px;
}

.section_practices .card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .section_practices .card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .section_practices .card-list {
    grid-template-columns: 1fr;
  }
}
.section_practices .card-list .card-item {
  padding: 50px 40px;
  color: #1d2945;
  background: linear-gradient(196.06deg, #eef7ff 27.41%, #dfedff 207.83%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_practices .card-list .card-item .card_home_title {
  margin-bottom: 24px;
}
.section_practices .card-list .card-item .card_home_text {
  margin-bottom: 24px;
}
.section_practices .card-list .card-item .card_home_text .card-links {
  list-style: none;
}
.section_practices .card-list .card-item .card_home_text a {
  display: flex;
  font-size: 16px;
  color: #4a8efd;
}
.section_practices .card-list .card-item .card_home_text a svg {
  width: 18px;
  height: auto;
}
.section_practices .card-list .card-item a.more {
  display: flex;
  font-size: 12px;
  color: #1D2945;
  font-weight: 600;
  text-transform: uppercase;
}
.section_practices .card-list .card-item a.more svg {
  width: 18px;
  height: auto;
}

.section_about .about-slider {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 1280px) {
  .section_about .about-slider {
    flex-direction: row;
    gap: 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .section_about .about-slider {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1280px) {
  .section_about .about-slider .show-desktop {
    display: none !important;
  }
}
.section_about .about-slider .slider-header-wrapper {
  display: flex;
  gap: 8px;
}
.section_about .about-slider .slider-header-wrapper .slider-header {
  padding: 39px 32px;
  background: #E0EEFE;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section_about .about-slider .slider-header-wrapper .slider-header h3 {
  font-size: 18px;
  font-weight: 600;
}
.section_about .about-slider .slider-header-wrapper .slider-header .slider-indicator {
  display: flex;
  gap: 4px;
}
.section_about .about-slider .slider-header-wrapper .slider-header .slider-indicator .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #5C6373;
  transition: all 0.3s;
}
.section_about .about-slider .slider-header-wrapper .slider-header .slider-indicator .slider-dot.active {
  width: 24px;
  background: #4D8EFF;
}
.section_about .about-slider .slider-header-wrapper .control-buttons {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .section_about .about-slider .slider-header-wrapper .control-buttons {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .section_about .about-slider .slider-header-wrapper .control-buttons {
    display: none;
  }
}
.section_about .about-slider .slider-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 1280px) {
  .section_about .about-slider .slider-content {
    gap: 8px;
  }
}
.section_about .about-slider .control-buttons {
  display: flex;
  gap: 10px;
}
.section_about .about-slider .control-buttons .control-button {
  background: #DDEFFF;
  padding: 41px;
  color: #1D2945;
}
.section_about .about-slider .control-buttons .control-button:hover {
  background: #bdd4f3;
}
.section_about .about-slider .control-buttons .control-button:disabled {
  opacity: 0.5;
}
.section_about .about-slider .control-buttons .control-button:disabled:hover {
  background: #DDEFFF;
}
.section_about .about-slider .control-buttons .control-button.left-button svg {
  transform: rotateZ(180deg);
}
.section_about .about-slider .control-elements {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 9px;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .section_about .about-slider .control-elements {
    flex-direction: row;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section_about .about-slider .control-elements {
    flex-wrap: wrap;
  }
}
.section_about .about-slider .control-elements .element {
  width: 100%;
  padding: 23px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DDEFFF;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  min-height: 108px;
}
.section_about .about-slider .control-elements .element:hover {
  background: #bdd4f3;
}
@media only screen and (max-width: 1280px) {
  .section_about .about-slider .control-elements .element {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .section_about .about-slider .control-elements .element {
    width: calc(50% - 4.5px);
  }
}
.section_about .about-slider .control-elements .element img {
  height: 21px;
}
.section_about .about-slider .control-elements .element span {
  color: #1D2945;
  font-size: 14px;
  font-weight: 600;
}
.section_about .about-slider .text-content-wrapper {
  background: #E0EEFE;
  border-radius: 8px;
  height: 100%;
  padding: 40px 32px;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 960px) {
  .section_about .about-slider .text-content-wrapper {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 768px) {
  .section_about .about-slider .text-content-wrapper {
    padding: 32px 16px;
    flex-direction: column;
  }
}
.section_about .about-slider .text-content-wrapper .slider-image-block {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .section_about .about-slider .text-content-wrapper .slider-image-block {
    display: flex;
    margin-top: 40px;
    margin-bottom: -40px;
    width: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .section_about .about-slider .text-content-wrapper .slider-image-block {
    margin-bottom: -32px;
  }
}
@media only screen and (max-width: 768px) {
  .section_about .about-slider .text-content-wrapper .slider-image-block {
    margin-top: 12px;
    width: 100%;
  }
}
.section_about .about-slider .text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .section_about .about-slider .text-content {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .section_about .about-slider .text-content {
    width: 100%;
  }
}
.section_about .about-slider .text-content .text-head h4 {
  font-size: 40px;
  font-weight: 700;
  color: #1D2945;
  margin-bottom: 8px;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .section_about .about-slider .text-content .text-head h4 {
    font-size: 32px;
  }
}
.section_about .about-slider .text-content .text-head .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #5C6373;
  margin-bottom: 32px;
}
.section_about .about-slider .text-content .text-block {
  font-size: 16px;
  font-weight: 400;
  color: #1D2945;
}
.section_about .about-slider .text-content .text-block p {
  margin-bottom: 12px;
}
.section_about .about-slider .text-content .text-block a.more {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2D67B2;
  margin-top: 24px;
}
.section_about .about-slider .slider-image-block {
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section_about .about-slider .slider-image-block .img-wrapper {
  overflow: hidden;
}
.section_about .about-slider .slider-image-block img {
  display: block;
  max-width: 366px;
  max-height: 526px;
}
@media only screen and (max-width: 960px) {
  .section_about .about-slider .slider-image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.section_about .about-slider .slider-controls {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .section_about .about-slider .slider-controls {
    display: flex;
    flex-direction: column-reverse;
    gap: 9px;
  }
}
@media only screen and (max-width: 1280px) {
  .section_about .about-slider .slider-controls .control-buttons {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section_about .about-slider .slider-controls .control-buttons {
    display: flex;
    gap: 9px;
  }
  .section_about .about-slider .slider-controls .control-buttons .control-button {
    width: calc(50% - 4.5px);
  }
}

.section_awards .awards-swiper {
  display: flex;
  gap: 4px;
}
.section_awards .awards-swiper .swiper-slide {
  background: #E0ECFC;
  border-radius: 8px;
  padding: 24px;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_awards .awards-swiper .swiper-slide img {
  width: 100%;
}
.section_awards .awards-swiper .swiper-slide .text-block {
  text-align: center;
  color: #1D2945;
}
.section_awards .awards-swiper .swiper-slide .text-block h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1280px) {
  .section_awards .awards-swiper .swiper-slide .text-block h3 {
    font-size: 28px;
  }
}
.section_awards .awards-swiper .swiper-slide .text-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  .section_awards .awards-swiper .swiper-slide .text-block p {
    font-size: 16px;
  }
}
.section_awards .swiper-controls {
  background: #E0ECFC;
  border-radius: 8px;
  padding: 24px 60px;
  box-sizing: border-box;
  display: flex;
  gap: 32px;
  align-items: center;
  color: #598FF5;
}
@media only screen and (max-width: 640px) {
  .section_awards .swiper-controls {
    padding: 8px 8px;
    gap: 8px;
  }
}
.section_awards .swiper-controls svg:first-child {
  transform: rotateZ(180deg);
}

.section_posts {
  /* --- Змінні --- */
}
.section_posts .last-post-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 4px;
  background: transparent;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6px;
}
.section_posts .post-card {
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  display: flex;
  width: 100%;
}
.section_posts .post-card .arrow-icon {
  width: 48px;
  height: 48px;
  background: #598ff5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 8px;
  transition: 0.5s;
}
.section_posts .post-card:hover {
  /* ПРИ НАВЕДЕННІ: показуємо кольорове зображення */
}
.section_posts .post-card:hover .img-color {
  opacity: 1;
}
.section_posts .post-card:hover .arrow-icon {
  background: #bcd9ff;
}
.section_posts .post-card {
  /* --- 3. БЛОК ЗОБРАЖЕНЬ (Замість background-image) --- */
}
.section_posts .post-card .post-card__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section_posts .post-card {
  /* --- 4. ОБИДВА ЗОБРАЖЕННЯ --- */
}
.section_posts .post-card .post-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
  filter: grayscale(100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
}
.section_posts .post-card {
  /* --- 5. КОЛЬОРОВЕ ЗОБРАЖЕННЯ (приховане) --- */
}
.section_posts .post-card .img-color {
  filter: grayscale(0%);
  opacity: 0;
}
.section_posts .post-card {
  /* --- 6. ГРАДІЄНТ (для читабельності) --- */
}
.section_posts .post-card .post-card__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  filter: grayscale(0%);
}
.section_posts .post-card {
  /* --- 7. КОНТЕНТ (над усім) --- */
}
.section_posts .post-card .post-card-content {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 1.5rem;
  margin-top: auto;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.section_posts .post-card .post-card-content .post-meta {
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.9;
  display: flex;
  justify-content: space-between;
}
.section_posts .post-card .post-card-content .post-meta .post-author {
  margin-right: 1rem;
}
@media only screen and (max-width: 480px) {
  .section_posts .post-card .post-card-content .post-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section_posts .post-card .post-card-content .post-title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 24px;
}
.section_posts .post-cart-block-1 {
  grid-column: 1/3;
  grid-row: 1;
}
@media only screen and (max-width: 960px) {
  .section_posts .post-cart-block-1 {
    grid-column: 1/6;
  }
}
.section_posts .post-cart-block-2 {
  grid-column: 3/5;
  grid-row: 1;
}
@media only screen and (max-width: 960px) {
  .section_posts .post-cart-block-2 {
    grid-column: 1/6;
    grid-row: 2;
  }
}
.section_posts .post-cart-block-3 {
  grid-column: 1/3;
  grid-row: 2;
}
@media only screen and (max-width: 960px) {
  .section_posts .post-cart-block-3 {
    grid-column: 1/6;
    grid-row: 3;
  }
}
.section_posts .post-cart-block-4 {
  grid-column: 3/5;
  grid-row: 2;
}
@media only screen and (max-width: 960px) {
  .section_posts .post-cart-block-4 {
    grid-column: 1/6;
    grid-row: 4;
  }
}
.section_posts .go-to-more-posts {
  display: flex;
  justify-content: flex-end;
}
.section_posts .go-to-more-posts a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #1D2945;
}
.section_posts .go-to-more-posts a span {
  font-size: 18px;
  font-weight: 400;
}
.section_posts .go-to-more-posts a .arrow-icon {
  width: 48px;
  height: 48px;
  background: #598ff5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 8px;
  transition: 0.5s;
}
.section_posts .go-to-more-posts a:hover .arrow-icon {
  background: #bcd9ff;
}

.section_queries .queries-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 760px;
  margin: 0 auto;
}
.section_queries .queries-wrapper .queries {
  display: none;
}
.section_queries .queries-wrapper .answers {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-image: none !important;
}
.section_queries .queries-wrapper .answers .answer {
  box-sizing: border-box;
  padding: 24px 0;
  color: #1D2945;
  border-bottom: 1px solid #E0E6EF;
  display: block;
  cursor: pointer;
}
.section_queries .queries-wrapper .answers .answer:first-child {
  border-top: 1px solid #E0E6EF;
}
.section_queries .queries-wrapper .answers .answer .answer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.section_queries .queries-wrapper .answers .answer h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.section_queries .queries-wrapper .answers .answer .toggle-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D2945;
  transition: transform 0.3s;
}
.section_queries .queries-wrapper .answers .answer .answer-text p {
  display: none;
  font-size: 18px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .section_queries .queries-wrapper .answers .answer .answer-text p {
    font-size: 16px;
  }
}
.section_queries .queries-wrapper .answers .answer .go-to-chat {
  display: none;
}
.section_queries .queries-wrapper .answers .answer.open .toggle-icon {
  transform: rotate(180deg);
}
.section_queries .queries-wrapper .answers .answer.open .answer-text p {
  display: block;
}
.section_queries .queries-wrapper .answers .answer.open .go-to-chat {
  display: block;
  margin-top: 16px;
}
.section_queries .go-to-chat a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #1D2945;
}
.section_queries .go-to-chat a span {
  font-size: 18px;
  font-weight: 400;
}
.section_queries .go-to-chat a .arrow-icon {
  width: 48px;
  height: 48px;
  background: #598ff5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 8px;
  transition: 0.5s;
}
.section_queries .go-to-chat a:hover .arrow-icon {
  background: #bcd9ff;
}

.section_home_top {
  background: linear-gradient(136.01deg, #def 44.57%, #8ebbfe 143.16%);
  padding-top: 170px;
}
.section_home_top span.home_top_d {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  width: 90%;
  display: block;
  margin-bottom: 25px;
}
.section_home_top:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 310px;
  background: url(../img/home_top_bg-min.png);
}
.section_home_top .content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .section_home_top .content_block {
    flex-direction: column;
  }
  .section_home_top .content_block .content_left {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .section_home_top .content_block .content_right {
    margin-top: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  .section_home_top .content_block .content_right {
    width: 80%;
  }
}
@media only screen and (max-width: 960px) {
  .section_home_top .content_block .content_right .home-gallery {
    gap: 0;
    grid-template-columns: auto;
    grid-template-rows: auto;
    top: 0px;
    margin-left: 0px;
  }
  .section_home_top .content_block .content_right .home-gallery .person-1, .section_home_top .content_block .content_right .home-gallery .person-2, .section_home_top .content_block .content_right .home-gallery .person-3, .section_home_top .content_block .content_right .home-gallery .person-4, .section_home_top .content_block .content_right .home-gallery .person-5, .section_home_top .content_block .content_right .home-gallery .person-6, .section_home_top .content_block .content_right .home-gallery .person-7 {
    display: none;
  }
  .section_home_top .content_block .content_right .home-gallery .main-partner {
    background: transparent;
  }
}
.section_home_top .content_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 67px;
}
@media only screen and (max-width: 480px) {
  .section_home_top .content_left .top_btn_block {
    position: relative;
    bottom: 0px;
  }
}
.section_home_top .content_right {
  width: 50%;
}
.section_home_top .content_right .home-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 8px;
  aspect-ratio: 1/1;
  position: relative;
  margin-top: -50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .section_home_top .content_right .home-gallery {
    gap: 0;
    grid-template-columns: auto;
    grid-template-rows: auto;
    top: 0px;
    margin-left: 0px;
    aspect-ratio: auto;
  }
  .section_home_top .content_right .home-gallery .person-1, .section_home_top .content_right .home-gallery .person-2, .section_home_top .content_right .home-gallery .person-3, .section_home_top .content_right .home-gallery .person-4, .section_home_top .content_right .home-gallery .person-5, .section_home_top .content_right .home-gallery .person-6, .section_home_top .content_right .home-gallery .person-7 {
    display: none;
  }
  .section_home_top .content_right .home-gallery .main-partner {
    background: transparent;
  }
}
.section_home_top .content_right .gallery-item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-radius: 8px;
}
.section_home_top .content_right .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  filter: grayscale(100%);
}
.section_home_top .content_right .main-partner {
  grid-column: 3/span 1;
  grid-row: 2/span 2;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.section_home_top .content_right .main-partner img {
  filter: none;
}
.section_home_top .content_right .main-partner .person-info {
  position: static;
  background: none;
  color: #333;
  padding: 10px;
  transform: translateY(0);
  z-index: 3;
}
.section_home_top .content_right .main-partner .person-info .name {
  font-weight: bold;
  font-size: 1.1em;
}
.section_home_top .content_right .main-partner .person-info .title {
  font-size: 0.9em;
}
.section_home_top .content_right .main-partner .person-info .controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}
.section_home_top .content_right .main-partner .person-info .controls button {
  background: none;
  border: 1px solid #333;
  color: #333;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 1.2em;
}
.section_home_top .content_right .main-partner-info {
  grid-area: 3/3;
  padding: 23px 5px;
  padding-top: 30px;
  background-color: rgba(224, 238, 254, 0.6);
  color: #111727;
  font-weight: 400;
  line-height: normal;
  transform: translateY(calc(100% - 9px));
  transition: transform 0.3s ease;
  z-index: 1;
  height: fit-content;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: end;
}
@media only screen and (max-width: 1200px) {
  .section_home_top .content_right .main-partner-info {
    transform: translateY(0);
    padding: 15px 5px;
    z-index: 2;
  }
}
.section_home_top .content_right .main-partner-info .main-partner-left {
  padding: 8px 8px 8px 0px;
  color: #598FF5;
}
.section_home_top .content_right .main-partner-info .main-partner-left svg {
  transform: rotateZ(180deg);
  width: 24px;
}
.section_home_top .content_right .main-partner-info .main-partner-right {
  padding: 8px 0px 8px 8px;
  color: #598FF5;
}
.section_home_top .content_right .main-partner-info .main-partner-right svg {
  width: 24px;
}
.section_home_top .content_right .main-partner-info .partner-title .name {
  font-size: 18px;
}
.section_home_top .content_right .main-partner-info .partner-title .title {
  font-size: 14px;
}
.section_home_top .content_right .person-1 {
  grid-area: 4/1;
  opacity: 60%;
}
.section_home_top .content_right .person-2 {
  grid-area: 4/2;
  opacity: 60%;
}
.section_home_top .content_right .person-3 {
  grid-area: 3/2;
  opacity: 80%;
}
.section_home_top .content_right .person-4 {
  grid-area: 3/4;
  opacity: 80%;
}
.section_home_top .content_right .person-5 {
  grid-area: 2/4;
  opacity: 80%;
}
.section_home_top .content_right .person-6 {
  grid-area: 3/5;
  opacity: 60%;
}
.section_home_top .content_right .person-7 {
  grid-area: 1/5;
  opacity: 20%;
}

.overlay.menu_overlay {
  display: none;
}
@media only screen and (max-width: 960px) {
  .overlay.menu_overlay {
    display: block;
  }
}

.full_size.section_reviews {
  padding: 0;
  padding-bottom: 45px;
}
.full_size.section_reviews .arrows_slide.arrows_reviews {
  top: auto;
  bottom: 30%;
}

.full_size.section_partners .arrows_slide {
  top: auto;
  bottom: 25%;
}

.categories-wrapper .cat-divider {
  border: 1px solid #ddeeff;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

/*# sourceMappingURL=home.css.map */
