@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=League+Gothic&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Oswald:wght@200&display=swap&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html, body {
  font-family: "Mulish", sans-serif;
  margin: 0;
  padding: 0;
  color: var(--Dark-blue);
}

body.open-menu {
  overflow: hidden;
}

b, strong {
  font-weight: 700;
}

iframe {
  border: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

em {
  font-style: italic;
}

img {
  height: auto;
  max-width: 100%;
}

:root {
  --Red: #89171A;
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-----------------------------------------------------------------------------------------------------------------------*/
body * {
  font-family: "Google Sans", sans-serif;
}

b, strong {
  font-weight: 700;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:link, a:visited, a:active, a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

iframe {
  border: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.simple-item {
  position: relative;
  z-index: 1;
}

.text {
  font-size: 16px;
  line-height: 120%;
  font-style: normal;
  color: var(--Dark-blue);
  font-weight: 400;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

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

.text.color2 {
  color: #fff;
}

.text.color2 a {
  color: #fff;
}

.text.color2 li {
  color: #fff;
}

.text.color2 li:before {
  color: #fff;
}

.text.color2 ul li:before {
  background: #fff;
}

.text.color2 span {
  color: #fff;
}

.text.color2 strong {
  color: #fff;
}

.text.medium h5 {
  font-weight: 600;
}

p {
  line-height: 1.2;
}

.text * {
  margin-bottom: 15px;
}

.text *:last-child {
  margin-bottom: 0;
}

.text img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.text ul li, .text ol li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--Dark-blue);
}

.text ol {
  counter-reset: number;
}

.text ol li {
  padding-left: 30px;
}

.text ol li:before {
  color: var(--Dark-blue);
  font-weight: 700;
  counter-increment: number;
  content: "0" counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.text ul li:last-child, .text ol li:last-child {
  margin-bottom: 0;
}

.text ul li span, .text ol li span {
  color: #002E5F;
  font-weight: 700;
}

.text a {
  position: relative;
  color: #002E5F;
  cursor: pointer;
  white-space: nowrap;
}

.text h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.text .btn {
  white-space: inherit;
}

.text em {
  font-style: italic;
}

.ul-two-column ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  column-gap: 30px;
}

.li-style2 ul li:before {
  background: #054555;
}

.text.color2 ul li {
  color: #fff;
}

blockquote {
  color: var(--Dark-blue);
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  padding-left: 21px;
  position: relative;
}

blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  bottom: -10px;
  width: 2px;
  background: var(--Orange);
}

h1, .h1 {
  font-size: 60px;
  line-height: 1.25em;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}

h2, .h2 {
  font-size: 40px;
  line-height: 1.15em;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}

h3, .h3 {
  font-size: 36px;
  line-height: 1.18em;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}

h4, .h4 {
  font-size: 32px;
  line-height: 1.28em;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
}

h5, .h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-family: "Fira Sans", sans-serif;
}

h6, .h6 {
  font-size: 20px;
  line-height: 1.5em;
  font-family: "Fira Sans", sans-serif;
}

.section-title {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: var(--Dark-blue);
  line-height: 1.2;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
@media (max-width: 1440px) {
  .section-title {
    font-size: 36px;
  }
}
@media (max-width: 769px) {
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 569px) {
  .section-title {
    font-size: 28px;
  }
}
.section-title:after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -1px;
  height: 2px;
  border-radius: 3px;
  background: var(--Orange);
}
@media (max-width: 569px) {
  .section-title:after {
    left: -7px;
    right: -7px;
  }
}

.section-sub-title {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  color: var(--Dark-blue);
  line-height: 1.2;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
@media (max-width: 1440px) {
  .section-sub-title {
    font-size: 30px;
  }
}
@media (max-width: 769px) {
  .section-sub-title {
    font-size: 28px;
  }
}
@media (max-width: 569px) {
  .section-sub-title {
    font-size: 24px;
  }
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-900 {
  font-weight: 900;
}

.title.h3 {
  font-weight: 600;
}

.sub-title {
  font-size: 20px;
  line-height: 1.6em;
  color: #555;
}

.sub-title.size2 {
  font-size: 25px;
}

.sub-title.color2 {
  color: #FDA748;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.only-mob {
  display: none;
}

.title-shortcode {
  position: relative;
}

.title-shortcode.center {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.title-shortcode > * {
  margin-bottom: 10px;
}

.title-shortcode > *:last-child {
  margin-bottom: 0;
}

.img-cover, .img-contain {
  position: relative;
}

.img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-contain img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.align-bottom {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

/*media*/
@media (max-width: 1440px) {
  h1, .h1 {
    font-size: 54px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 1.18em;
    font-weight: 500;
  }
  h4, .h4 {
    font-size: 24px;
    line-height: 1.28em;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 1.36em;
  }
  h6, .h6 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .text-xl {
    font-size: 22px;
  }
  .text-sm {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 18px;
  }
  h1, .h1 {
    font-size: 44px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  .title-shortcode, .title-shortcode.mb-50 {
    margin-bottom: 30px;
  }
  .title-shortcode.center {
    text-align: left;
    max-width: 100%;
  }
  .sm-hide {
    display: none !important;
  }
  blockquote {
    padding-left: 30px;
    font-size: 18px;
  }
  .data-text {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 16px;
  }
  blockquote {
    margin: 20px 0;
  }
  .xs-hide, .title br {
    display: none;
  }
  .text * {
    margin-bottom: 10px;
  }
  .text.text-sm {
    font-size: 15px;
  }
  .text.text-lg {
    font-size: 16px;
  }
  .text ul li:before {
    top: 8px;
  }
  .only-mob {
    display: block;
  }
  .text-center.mob-left {
    text-align: left;
  }
  .sub-title {
    font-size: 16px;
  }
  .ul-two-column ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    column-gap: 15px;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}

tr:first-child {
  background-color: var(--Dark-blue);
  border-top: 1px solid #AFAFAF;
}

td, th {
  border-bottom: 1px solid #AFAFAF;
  text-align: left;
  padding: 8px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  vertical-align: middle;
}

th {
  font-weight: 700;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SIMPLE PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.simple-page {
  position: relative;
}

.simple-page h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", sans-serif;
  color: var(--Dark-blue);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.simple-page p, .simple-page a, .simple-page h1, .simple-page h2, .simple-page h3, .simple-page h4, .simple-page h5, .simple-page h6, .simple-page ul, .simple-page ol {
  position: relative;
  margin-bottom: 24px;
}

.simple-page a {
  position: relative;
  color: var(--text-text-link);
}
.simple-page a:hover {
  text-decoration: underline;
}

.simple-page > * {
  margin-bottom: 24px;
}

.simple-page > *:first-child {
  margin-top: 0;
}

.simple-page > *:last-child {
  margin-bottom: 0;
}

.simple-page > .simple-slider, .simple-page > blockquote, .simple-page > iframe, .simple-page .simple-video {
  margin: 24px 0;
}
@media (max-width: 1366px) {
  .simple-page > .simple-slider, .simple-page > blockquote, .simple-page > iframe, .simple-page .simple-video {
    margin: 20px 0;
  }
}
.simple-page > .simple-slider:first-child, .simple-page > blockquote:first-child, .simple-page > iframe:first-child, .simple-page .simple-video:first-child {
  margin: 0 0 50px;
}
@media (max-width: 1366px) {
  .simple-page > .simple-slider:first-child, .simple-page > blockquote:first-child, .simple-page > iframe:first-child, .simple-page .simple-video:first-child {
    margin: 0 0 40px;
  }
}
.simple-page > .simple-slider:last-child, .simple-page > blockquote:last-child, .simple-page > iframe:last-child, .simple-page .simple-video:last-child {
  margin: 50px 0 0;
}
@media (max-width: 1366px) {
  .simple-page > .simple-slider:last-child, .simple-page > blockquote:last-child, .simple-page > iframe:last-child, .simple-page .simple-video:last-child {
    margin: 40px 0 0;
  }
}

.simple-page > ul, .simple-page > ol {
  margin: 25px 0;
}

.simple-page > .gallery-wrapper {
  margin: 50px 0 20px;
}
@media (max-width: 1366px) {
  .simple-page > .gallery-wrapper {
    margin: 40px 0 0;
  }
}
@media (max-width: 992px) {
  .simple-page > .gallery-wrapper {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .simple-page > .gallery-wrapper {
    margin: 30px 0 0;
  }
}

.simple-page > img {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  margin: 56px 0;
}

.simple-page > iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 680px;
  max-height: calc(56.3vw - 30px);
  border: 0;
}
@media (max-width: 1470px) {
  .simple-page > iframe {
    height: 620px;
  }
}

/*media*/
@media (min-width: 1200px) {
  .simple-page a:hover:before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .simple-page p, .simple-page a {
    margin-bottom: 20px;
  }
  .simple-page > img, .simple-page > figure, .simple-page > blockquote, .simple-page > iframe {
    margin: 20px 0;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------*/
/* FONTS */
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/* CUSTOM PRELOAD */
/*-----------------------------------------------------------------------------------------------------------------------*/
#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #FFFBF8;
  -webkit-animation: loader 1.5s linear;
  animation: loader 1.5s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loader {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0;
  }
}
@keyframes loader {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------*/
/* RESET STYLES */
/*-----------------------------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

html:not(.touch-screen)::-webkit-scrollbar, html:not(.touch-screen) *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

html:not(.touch-screen)::-webkit-scrollbar-track, html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: var(--Blue);
}

html:not(.touch-screen)::-webkit-scrollbar-thumb, html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: var(--White-blue);
}

:focus, :active, :visited {
  outline: none;
}

font {
  margin: 0 !important;
  padding: 0 !important;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-right: 70px;
  padding-left: 70px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container.container-sm {
  max-width: 840px;
}
.container.container-sm-lg {
  max-width: 1060px;
}
.container.container-lg {
  padding-right: 290px;
  padding-left: 290px;
}
@media (max-width: 1720px) {
  .container.container-lg {
    padding-right: 160px;
    padding-left: 160px;
  }
}
@media (max-width: 1540px) {
  .container.container-lg {
    padding-right: 140px;
    padding-left: 140px;
  }
}
@media (max-width: 1400px) {
  .container.container-lg {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .container.container-lg {
    padding-right: 15px;
    padding-left: 15px;
  }
}

body {
  overflow-x: hidden;
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-----------------------------------------------------------------------------------------------------------------------*/
body.bg-black {
  background: #1B1B1B;
}

#content-block {
  overflow: hidden;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

html.overflow-hidden body {
  overflow: hidden;
}

/*spacers*/
.spacer {
  clear: both;
}

.spacer-xxl {
  height: 200px;
}

.spacer-xl {
  height: 120px;
}

.spacer-lg-xl {
  height: 80px;
}

.spacer-lg {
  height: 64px;
}

.spacer-md {
  height: 32px;
}

.spacer-sm {
  height: 50px;
}

.spacer-xs {
  height: 30px;
}

.spacer-ss {
  height: 10px;
}

/*media*/
@media (max-width: 1540px) {
  .spacer-xxl {
    height: 160px;
  }
}
@media (max-width: 1200px) {
  .spacer-xxl {
    height: 120px;
  }
  .spacer-xl {
    height: 80px;
  }
  .spacer-lg, .spacer-lg-xl {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .spacer-xxl {
    height: 80px;
  }
  .spacer-xl {
    height: 60px;
  }
  .spacer-lg, .spacer-lg-xl, .spacer-md {
    height: 40px;
  }
  .xs-hide {
    display: none;
  }
  .spacer-sm {
    height: 32px;
  }
}
html.js-scroll-animations .home-main__logo,
html.js-scroll-animations .home-main__title,
html.js-scroll-animations .home-main .btn.scroll-link,
html.js-scroll-animations .home-about__title,
html.js-scroll-animations .home-about__text,
html.js-scroll-animations .home-about__media,
html.js-scroll-animations .home-formation__title,
html.js-scroll-animations #home-formation-slider,
html.js-scroll-animations .home-categories__title,
html.js-scroll-animations .home-categories__item,
html.js-scroll-animations .home-media__title,
html.js-scroll-animations .home-media__item:not(.home-media__item--extra),
html.js-scroll-animations .home-support__title,
html.js-scroll-animations .home-support__lead,
html.js-scroll-animations .home-support__subtitle,
html.js-scroll-animations .home-support__thanks,
html.js-scroll-animations .home-support__note,
html.js-scroll-animations .home-support__card {
  opacity: 0;
}
html.js-scroll-animations #home-formation-slider {
  visibility: visible;
  transform: translateY(40px);
}
html.js-scroll-animations #home-formation-slider.is-revealed {
  opacity: 1;
  transform: none;
}
html.js-scroll-animations .home-main__logo,
html.js-scroll-animations .home-main__title,
html.js-scroll-animations .home-main .btn.scroll-link,
html.js-scroll-animations .home-about__title,
html.js-scroll-animations .home-about__text,
html.js-scroll-animations .home-formation__title,
html.js-scroll-animations .home-categories__title,
html.js-scroll-animations .home-media__title,
html.js-scroll-animations .home-support__title,
html.js-scroll-animations .home-support__lead,
html.js-scroll-animations .home-support__subtitle,
html.js-scroll-animations .home-support__thanks,
html.js-scroll-animations .home-support__note,
html.js-scroll-animations .home-categories__item,
html.js-scroll-animations .home-media__item:not(.home-media__item--extra),
html.js-scroll-animations .home-support__card {
  transform: translateY(60px);
}
html.js-scroll-animations .home-about__media {
  transform: translateX(60px);
}

@media (scripting: none) {
  .home-main__logo,
  .home-main__title,
  .home-main .btn.scroll-link,
  .home-main__content .btn,
  .home-about__title,
  .home-about__text,
  .home-about__media,
  .home-formation__title,
  #home-formation-slider,
  .home-categories__title,
  .home-categories__item,
  .home-media__title,
  .home-media__item:not(.home-media__item--extra),
  .home-support__title,
  .home-support__lead,
  .home-support__subtitle,
  .home-support__thanks,
  .home-support__note,
  .home-support__card {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .home-main__content .btn {
    opacity: 0.75;
  }
}
.btn {
  height: 50px;
  min-width: 200px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
  color: #fff;
  background: var(--Red);
  border: 2px solid var(--Red);
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s all ease !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn.btn-white {
  background: #fff;
  color: var(--Red);
  border: 2px solid #fff;
}
@media (min-width: 1200px) {
  .btn.btn-white:hover {
    background: transparent;
    color: #fff;
  }
}
@media (max-width: 1360px) {
  .btn {
    height: 50px;
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .btn:hover {
    background: #fff;
    color: var(--Red);
  }
}

.btn-wrap {
  display: flex;
  align-items: center;
}
.btn-wrap .btn {
  margin-right: 13px;
}
.btn-wrap .btn:last-child {
  margin-right: 0;
}

.panel-accordion {
  width: 100%;
  max-width: 100%;
  transition: 0.3s all ease;
  margin-bottom: 40px;
}
@media (max-width: 569px) {
  .panel-accordion {
    margin-bottom: 10px;
  }
}
.panel-accordion:last-child {
  margin-bottom: 0;
}
.panel-accordion .panel-top {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 60px 20px 60px;
  cursor: pointer;
  color: var(--Dark-blue);
  line-height: 120%;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .panel-accordion .panel-top {
    font-size: 18px;
    padding: 12px 24px 12px 12px;
  }
}
.panel-accordion .panel-top .panel-arrow {
  transition: 0.3s all ease;
  position: absolute;
  right: 25px;
  height: 30px;
  width: 30px;
}
@media (max-width: 767px) {
  .panel-accordion .panel-top .panel-arrow {
    right: 10px;
  }
}
@media (max-width: 569px) {
  .panel-accordion .panel-top .panel-arrow {
    right: -5px;
  }
}
.panel-accordion .panel-top:hover .panel-arrow {
  transform: scale(1.1);
}
.panel-accordion .panel-bottom {
  padding: 0 70px 0;
  display: none;
}
@media (max-width: 767px) {
  .panel-accordion .panel-bottom {
    padding: 0 12px 12px;
  }
}
.panel-accordion .panel-bottom ul li {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .panel-accordion .panel-bottom ul li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .panel-accordion .panel-bottom ul li {
    font-size: 16px;
  }
}
.panel-accordion.active .panel-top .panel-arrow {
  transform: rotate(180deg);
}
.panel-accordion.active .panel-bottom {
  display: block;
}

.section {
  padding: 70px 0;
}
@media (max-width: 1440px) {
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 720px) {
  .section {
    padding: 50px 0;
  }
}
.section.color {
  background: var(--White-blue);
}

.left-right .left-right-main {
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .left-right .left-right-main {
    flex-direction: column;
  }
}
.left-right .left-right {
  position: relative;
}
.left-right .left-right .simple-page {
  position: relative;
  z-index: 1;
}
.left-right .left-right.left {
  width: 50%;
  padding-right: 35px;
}
@media (max-width: 1440px) {
  .left-right .left-right.left {
    padding-right: 20px;
  }
}
@media (max-width: 769px) {
  .left-right .left-right.left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.left-right .left-right.right {
  width: 50%;
  padding-left: 35px;
}
@media (max-width: 1440px) {
  .left-right .left-right.right {
    padding-left: 20px;
  }
}
@media (max-width: 769px) {
  .left-right .left-right.right {
    width: 100%;
    padding-left: 0;
  }
}
.left-right .left-right.decore:before {
  content: "";
  background-image: url(../img/decore.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 900px;
  position: absolute;
  right: 50px;
  width: 100%;
  top: -210px;
  z-index: 0;
}
@media (max-width: 769px) {
  .left-right .left-right.decore:before {
    display: none;
  }
}

.info-line {
  background: var(--Orange);
  padding: 10px 0;
}
.info-line .text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 769px) {
  .info-line .text {
    font-size: 22px;
  }
}
@media (max-width: 569px) {
  .info-line .text {
    font-size: 18px;
  }
}

.header {
  background-color: #fff;
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: 0.3s all ease;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1440px) {
  .header {
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 80px;
  }
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  transition: 0.3s all ease;
}
@media (max-width: 1440px) {
  .header__main {
    height: 100px;
  }
}
@media (max-width: 1200px) {
  .header__main {
    position: relative;
    height: 80px;
  }
}
.header.scrolled {
  height: 80px;
}
@media (max-width: 1200px) {
  .header.scrolled {
    height: 80px;
  }
}
.header.scrolled .header__main {
  height: 80px;
}
.header.scrolled .header-logo .header-logo__link:before {
  content: "";
  height: 98px;
  width: 98px;
  top: -60px;
  left: 0px;
}
@media (max-width: 1200px) {
  .header.scrolled .header-logo .header-logo__link:before {
    display: none;
  }
}
.header.scrolled .header-logo .header-logo__link .header-logo__img {
  top: -20px;
  height: 80px;
  width: 80px;
}
@media (max-width: 1440px) {
  .header.scrolled .header-logo .header-logo__link .header-logo__img {
    height: 72px;
    width: 72;
  }
}
@media (max-width: 1200px) {
  .header.scrolled .header-logo .header-logo__link .header-logo__img {
    height: 70px;
    width: 70px;
    top: 5px;
  }
}
.header.scrolled .header-logo .header-logo__title {
  font-size: 28px;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .header.scrolled .header-logo .header-logo__title {
    font-size: 20px;
    padding-left: 80px;
  }
}

.header-logo {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  z-index: 2;
}
.header-logo__link {
  display: flex;
  align-items: center;
  max-width: 120px;
  height: 50px;
  margin-right: 20px;
  position: relative;
}
.header-logo__link:hover img {
  transform: scale(1.05) translateZ(0);
}
.header-logo__link:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: var(--Red);
}
.header-logo img {
  transition: 0.3s all ease;
  z-index: 1;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (max-width: 1360px) {
  .header-logo img {
    height: 90px;
  }
}
@media (max-width: 1200px) {
  .header-logo img {
    height: 70px;
  }
}
@media (max-width: 720px) {
  .header-logo img {
    position: relative;
  }
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .nav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 48px 24px 40px;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.4s ease, visibility 0.4s ease;
    overflow-y: auto;
    z-index: 1000;
    visibility: hidden;
    pointer-events: none;
  }
}
@media (max-width: 1200px) {
  .header.active .nav {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
}
.nav__list {
  display: flex;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .nav__list {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.nav__item {
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .nav__item {
    margin-right: 0;
    margin-bottom: 28px;
    text-align: center;
  }
  .nav__item:last-child {
    margin-bottom: 0;
  }
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__link {
  font-size: 22px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .nav__link {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .nav__link {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 720px) {
  .nav__link {
    font-size: 24px;
  }
}
.nav__link:hover {
  color: var(--Red);
}

.header-right-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .header-right-menu {
    width: 100%;
    margin: 40px 0 0;
    justify-content: center;
  }
}
.header-right-menu .lang {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .header-right-menu .lang {
    margin-right: 0;
    margin-top: 30px;
  }
}
.header-right-menu .lang__link {
  font-size: 28px;
  font-weight: 500;
  color: var(--Dark-blue);
  text-decoration: none;
  transition: all 0.3s ease;
  margin-left: 20px;
}
@media (max-width: 1640px) {
  .header-right-menu .lang__link {
    font-size: 24px;
  }
}
@media (max-width: 1360px) {
  .header-right-menu .lang__link {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .header-right-menu .lang__link {
    font-size: 22px;
  }
}
.header-right-menu .lang__link:hover {
  color: var(--Orange);
}
.header-right-menu .lang__link.active {
  text-decoration: underline;
}
.header-right-menu .lang__link:first-child {
  margin-left: 0;
  position: relative;
}
.header-right-menu .lang__link:first-child:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 10px;
  height: 26px;
  width: 2px;
  background: var(--Dark-blue);
}

.header-overlay {
  display: none;
}
@media (max-width: 1200px) {
  .header-overlay {
    display: block;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 998;
    border: 0;
    padding: 0;
    cursor: pointer;
  }
}
@media (max-width: 1200px) {
  .header.active .header-overlay {
    opacity: 1;
    visibility: visible;
  }
}

.mobile-button {
  will-change: transform;
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
}
@media (max-width: 1200px) {
  .mobile-button {
    display: block;
  }
}
.mobile-button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1px;
  background: var(--Red);
  transition: all 0.2s linear;
}
.mobile-button:before, .mobile-button:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--Red);
  margin-top: 8px;
  transition: all 0.2s linear;
}
.mobile-button:before {
  margin-top: -10px;
}
.mobile-button.active:before {
  transform: translateY(9px) rotate(45deg);
  transform-origin: center center;
}
.mobile-button.active:after {
  transform: translateY(-9px) rotate(-45deg);
  transform-origin: center center;
}
.mobile-button.active span {
  transform: translateX(30px);
  opacity: 0;
}

.footer {
  background: #e3ded4;
  padding: 29px 0;
  color: var(--Red);
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
}
.footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1200px) {
  .footer__main {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 769px) {
  .footer__main {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__logos {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 20px;
}
.footer__logos-link {
  display: flex;
  align-items: center;
}
.footer__logos-link img {
  display: block;
  width: auto;
}
.footer__logos-divider {
  width: 1px;
  height: 93px;
  background: var(--Red);
  flex-shrink: 0;
}
@media (max-width: 769px) {
  .footer__logos-divider {
    height: 60px;
  }
}
.footer__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: clamp(24px, 4vw, 80px);
}
@media (max-width: 1200px) {
  .footer__contacts {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 769px) {
  .footer__contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--Red);
}
.footer__contact-item--person {
  max-width: 282px;
}
.footer__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  color: var(--Red);
}
.footer__contact-text p {
  margin: 0;
  line-height: normal;
  word-break: break-word;
}
.footer__contact-text p + p {
  margin-top: 0;
}
.footer__contact-text a {
  color: inherit;
  text-decoration: none;
}
.footer__contact-text a:hover {
  opacity: 0.75;
}

.home-main .home-main-slider .home-main-slide {
  height: 100vh;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .home-main .home-main-slider .home-main-slide {
    height: auto;
    min-height: 600px;
  }
}
@media (max-width: 569px) {
  .home-main .home-main-slider .home-main-slide {
    height: auto;
    min-height: 100vh;
  }
}
.home-main .home-main-slider .home-main-slide:before {
  content: "";
  background: rgba(56, 72, 87, 0.66);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-main .home-main-slider .swiper-pagination {
  bottom: 25px;
  left: auto;
  right: 60px;
  width: fit-content;
}
@media (max-width: 720px) {
  .home-main .home-main-slider .swiper-pagination {
    bottom: 15px;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.home-main .home-main-slider .swiper-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 10px;
}
@media (max-width: 720px) {
  .home-main .home-main-slider .swiper-pagination .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
  }
}
.home-main .home-main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Red);
}
.home-main__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-main__content {
  position: relative;
  z-index: 2;
  max-width: 790px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 45px;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 1720px) {
  .home-main__content {
    padding: 34px;
  }
}
@media (max-width: 1470px) {
  .home-main__content {
    padding: 28px;
    max-width: 680px;
  }
}
@media (max-width: 1200px) {
  .home-main__content {
    max-width: 100%;
    margin-top: 140px;
  }
}
@media (max-width: 720px) {
  .home-main__content {
    max-width: 100%;
    margin-top: 140px;
  }
}
.home-main__logo {
  width: 100%;
  max-width: 480px;
  height: 80px;
}
@media (max-width: 1720px) {
  .home-main__logo {
    max-width: 408px;
    height: 68px;
  }
}
@media (max-width: 1470px) {
  .home-main__logo {
    max-width: 347px;
    height: 58px;
  }
}
.home-main__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin: 25px auto;
  max-width: 480px;
  width: 100%;
}
@media (max-width: 1720px) {
  .home-main__title {
    font-size: 31px;
    margin: 18px auto;
  }
}
@media (max-width: 1470px) {
  .home-main__title {
    font-size: 26px;
    margin: 14px auto;
  }
}
.home-main__title span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-top: 25px;
  line-height: 1.1;
}
@media (max-width: 1720px) {
  .home-main__title span {
    font-size: 27px;
    margin-top: 18px;
  }
}
@media (max-width: 1470px) {
  .home-main__title span {
    font-size: 23px;
    margin-top: 14px;
  }
}
@media (max-width: 720px) {
  .home-main__title span {
    font-size: 22px;
  }
}
.home-main__text {
  font-size: 24px;
  font-weight: 700;
  margin: 25px 0;
  color: #fff;
  max-width: 730px;
}
@media (max-width: 1720px) {
  .home-main__text {
    font-size: 20px;
    margin: 18px 0;
  }
}
@media (max-width: 1470px) {
  .home-main__text {
    font-size: 17px;
    margin: 14px 0;
  }
}
@media (max-width: 720px) {
  .home-main__text {
    font-size: 18px;
  }
}
.home-main .btn {
  opacity: 0.85;
}
@media (max-width: 1720px) {
  .home-main .btn {
    height: 43px;
    min-width: 170px;
    font-size: 19px;
  }
}
@media (max-width: 1470px) {
  .home-main .btn {
    height: 36px;
    min-width: 145px;
    font-size: 16px;
  }
}

.home-about {
  background: #fff;
  overflow: hidden;
}
.home-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 779px;
  align-items: start;
}
@media (max-width: 1440px) {
  .home-about__inner {
    grid-template-columns: minmax(0, 1fr) 42%;
  }
}
@media (max-width: 991px) {
  .home-about__inner {
    grid-template-columns: 1fr;
  }
}
.home-about__content {
  display: flex;
  align-items: center;
  padding: 80px 0 70px;
}
@media (max-width: 1720px) {
  .home-about__content {
    padding: 64px 0 56px;
  }
}
@media (max-width: 1470px) {
  .home-about__content {
    padding: 52px 0 48px;
  }
}
@media (max-width: 720px) {
  .home-about__content {
    padding: 60px 0;
  }
}
.home-about__container {
  max-width: 1100px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .home-about__container {
    padding-right: 15px;
  }
}
.home-about__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--Red);
  margin: 0 0 70px;
}
@media (max-width: 1720px) {
  .home-about__title {
    font-size: 41px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1470px) {
  .home-about__title {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .home-about__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.home-about__text {
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 1720px) {
  .home-about__text {
    font-size: 22px;
  }
}
@media (max-width: 1470px) {
  .home-about__text {
    font-size: 19px;
  }
}
@media (max-width: 720px) {
  .home-about__text {
    font-size: 18px;
  }
}
.home-about__text p {
  margin: 0 0 35px;
}
.home-about__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1720px) {
  .home-about__text p {
    margin-bottom: 28px;
  }
}
@media (max-width: 1470px) {
  .home-about__text p {
    margin-bottom: 22px;
  }
}
.home-about__text-block {
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
@media (max-width: 1720px) {
  .home-about__text-block {
    font-size: 22px;
  }
}
@media (max-width: 1470px) {
  .home-about__text-block {
    font-size: 19px;
  }
}
@media (max-width: 720px) {
  .home-about__text-block {
    font-size: 18px;
  }
}
.home-about__text-block p {
  margin: 0 0 35px;
}
.home-about__text-block p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1720px) {
  .home-about__text-block p {
    margin-bottom: 28px;
  }
}
@media (max-width: 1470px) {
  .home-about__text-block p {
    margin-bottom: 22px;
  }
}
.home-about__toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  margin-top: 35px;
  padding: 3px 4px;
  background: #fff;
  border: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: normal;
  color: var(--Red);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1720px) {
  .home-about__toggle {
    font-size: 22px;
    min-height: 36px;
    margin-top: 28px;
    gap: 10px;
  }
}
@media (max-width: 1470px) {
  .home-about__toggle {
    font-size: 19px;
    min-height: 30px;
    margin-top: 22px;
    gap: 8px;
  }
}
@media (max-width: 720px) {
  .home-about__toggle {
    font-size: 22px;
  }
}
.home-about__toggle:hover {
  opacity: 0.75;
}
.home-about__toggle svg {
  flex-shrink: 0;
  transition: transform 0.4s ease;
}
.home-about__toggle.is-active svg {
  transform: rotate(180deg);
}
.home-about__details {
  display: none;
  overflow: hidden;
}
.home-about__details .home-about__text-block {
  padding-top: 35px;
}
@media (max-width: 720px) {
  .home-about__details .home-about__text-block {
    padding-top: 24px;
  }
}
.home-about__media {
  position: relative;
  align-self: start;
  width: 100%;
  height: 1160px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .home-about__media {
    height: 420px;
  }
}
@media (max-width: 720px) {
  .home-about__media {
    height: 320px;
  }
}
.home-about__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-categories {
  padding: 70px 0 80px;
  background: #fff;
}
.home-categories__empty {
  text-align: center;
  color: #666;
  font-size: 18px;
}
@media (max-width: 1720px) {
  .home-categories {
    padding: 56px 0 64px;
  }
}
@media (max-width: 1470px) {
  .home-categories {
    padding: 48px 0 56px;
  }
}
@media (max-width: 720px) {
  .home-categories {
    padding: 50px 0 60px;
  }
}
.home-categories__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--Red);
  margin: 0 0 70px;
}
@media (max-width: 1720px) {
  .home-categories__title {
    font-size: 41px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1470px) {
  .home-categories__title {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .home-categories__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.home-categories__grid {
  display: grid;
  grid-template-columns: 32.28% 32.68% 31.37%;
  grid-auto-rows: 1px;
  column-gap: 30px;
}
@media (max-width: 991px) {
  .home-categories__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    row-gap: 20px;
  }
}
@media (max-width: 569px) {
  .home-categories__grid {
    grid-template-columns: 1fr;
  }
}
.home-categories__item {
  position: relative;
  display: block;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  background-color: #e3ded4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-categories__item:nth-child(8n+1) {
  grid-column: 1;
  grid-row: 1/741;
}
.home-categories__item:nth-child(8n+2) {
  grid-column: 2/4;
  grid-row: 1/741;
}
.home-categories__item:nth-child(8n+3) {
  grid-column: 1;
  grid-row: 770/1450;
}
.home-categories__item:nth-child(8n+4) {
  grid-column: 2;
  grid-row: 770/1145;
}
.home-categories__item:nth-child(8n+5) {
  grid-column: 3;
  grid-row: 770/1410;
}
.home-categories__item:nth-child(8n+6) {
  grid-column: 2;
  grid-row: 1180/1920;
}
.home-categories__item:nth-child(8n+7) {
  grid-column: 3;
  grid-row: 1445/1910;
}
.home-categories__item:nth-child(8n+8) {
  grid-column: 1;
  grid-row: 1490/1920;
}
.home-categories__item:nth-child(8n+1) .home-categories__label {
  max-width: 350px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1440px) {
  .home-categories__item:nth-child(8n+1) .home-categories__label {
    bottom: 40px;
  }
}
.home-categories__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s all ease;
  z-index: 1;
}
.home-categories__item:hover .home-categories__label {
  color: var(--Red);
}
.home-categories__item:hover .home-categories__label::after {
  color: var(--Red);
  transform: translateX(4px);
}
.home-categories__item:hover::before {
  background: rgba(255, 255, 255, 0.35);
}
.home-categories__item:hover .home-categories__item-img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .home-categories__item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    min-height: 250px;
  }
  .home-categories__item:nth-child(8n+2) {
    grid-column: 1/-1;
    min-height: 325px;
  }
}
@media (max-width: 569px) {
  .home-categories__item:nth-child(n) {
    min-height: 280px;
  }
  .home-categories__item:nth-child(8n+2) {
    min-height: 320px;
  }
}
.home-categories__grids {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 720px) {
  .home-categories__grids {
    gap: 30px;
  }
}
.home-categories__item-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.home-categories__label {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-width: fit-content;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 10px 20px 10px 30px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  transition: all 0.3s ease;
}
.home-categories__label::after {
  content: "→";
  position: static;
  flex-shrink: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}
@media (max-width: 1720px) {
  .home-categories__label {
    font-size: 17px;
    bottom: 50px;
    gap: 10px;
    padding: 9px 18px 9px 22px;
  }
  .home-categories__label::after {
    font-size: 20px;
  }
}
@media (max-width: 1470px) {
  .home-categories__label {
    font-size: 14px;
    bottom: 42px;
    gap: 8px;
    padding: 8px 16px 8px 18px;
  }
  .home-categories__label::after {
    font-size: 17px;
  }
}
@media (max-width: 720px) {
  .home-categories__label {
    font-size: 16px;
    bottom: 28px;
    gap: 10px;
    padding: 10px 16px 10px 16px;
  }
  .home-categories__label::after {
    font-size: 20px;
  }
}
@media (max-width: 569px) {
  .home-categories__label {
    font-size: 17px;
    bottom: 32px;
    padding: 12px 18px 12px 18px;
  }
}

.home-formation {
  padding: 70px 0 90px;
}
@media (max-width: 1720px) {
  .home-formation {
    padding: 56px 0 72px;
  }
}
@media (max-width: 1470px) {
  .home-formation {
    padding: 48px 0 60px;
  }
}
@media (max-width: 720px) {
  .home-formation {
    padding: 60px 0;
  }
}
.home-formation__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--Red);
  margin: 0 0 50px;
}
@media (max-width: 1720px) {
  .home-formation__title {
    font-size: 41px;
    margin-bottom: 36px;
  }
}
@media (max-width: 1470px) {
  .home-formation__title {
    font-size: 35px;
    margin-bottom: 28px;
  }
}
@media (max-width: 720px) {
  .home-formation__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.home-formation__viewport {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 720px) {
  .home-formation__viewport {
    max-width: 640px;
  }
}
.home-formation__track {
  position: relative;
}
@media (max-width: 720px) {
  .home-formation__track {
    order: 1;
  }
}
.home-formation__line {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 78px;
  height: 2px;
  background: #2f2f2f;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1199px) {
  .home-formation__line {
    left: 0;
    right: 0;
    top: 72px;
  }
}
@media (max-width: 720px) {
  .home-formation__line {
    left: 0;
    right: 0;
  }
}
.home-formation__slider {
  position: relative;
  z-index: 1;
  overflow: hidden !important;
  padding-top: 20px !important;
  padding-bottom: 24px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1200px) {
  .home-formation__slider {
    overflow-y: visible !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.home-formation__slide {
  height: auto;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
@media (min-width: 1200px) {
  .home-formation__slide:hover {
    z-index: 2;
  }
}
.home-formation__card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: 0.3s all ease;
}
@media (min-width: 1200px) {
  .home-formation__card:hover {
    z-index: 2;
  }
  .home-formation__card:hover .home-formation__year {
    transform: scale(1.3);
    z-index: 2;
  }
  .home-formation__card:hover .home-formation__dot {
    box-shadow: 0 0 0 5px var(--Red);
    transform: scale(1.3);
    z-index: 2;
  }
  .home-formation__card:hover .home-formation__panel {
    transform: scale(1.2);
    z-index: 1;
  }
}
.home-formation__year {
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  color: var(--Red);
  transition: 0.3s all ease;
}
@media (max-width: 1720px) {
  .home-formation__year {
    font-size: 34px;
  }
}
@media (max-width: 1470px) {
  .home-formation__year {
    font-size: 29px;
  }
}
@media (max-width: 1199px) {
  .home-formation__year {
    font-size: 26px;
    margin-bottom: 14px;
  }
}
.home-formation__dot {
  position: relative;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--Red);
  border: 5px solid #f7f5f2;
  box-shadow: 0 0 0 2px var(--Red);
  flex-shrink: 0;
  transition: 0.3s all ease;
}
@media (max-width: 1199px) {
  .home-formation__dot {
    margin-bottom: 24px;
    border-color: #f7f5f2;
  }
}
.home-formation__panel {
  width: 100%;
  min-height: 220px;
  padding: 32px 28px 36px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: 0.3s all ease;
}
@media (max-width: 1199px) {
  .home-formation__panel {
    padding: 20px 20px 20px;
  }
}
@media (max-width: 720px) {
  .home-formation__panel {
    padding: 20px 10px 20px;
    border-radius: 24px 24px 0 0;
  }
}
.home-formation__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #000;
}
@media (max-width: 1720px) {
  .home-formation__text {
    font-size: 15px;
  }
}
@media (max-width: 1470px) {
  .home-formation__text {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .home-formation__text {
    font-size: 15px;
    line-height: 1.5;
  }
}
.home-formation__empty {
  text-align: center;
  color: #666;
}
.home-formation__nav {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: flex-end;
  gap: 16px;
  margin: 0 0 28px;
}
@media (max-width: 720px) {
  .home-formation__nav {
    order: 2;
    align-self: center;
    justify-content: center;
    max-width: 640px;
    width: 100%;
    margin: -4px auto 0;
    padding: 20px;
    background: #fff;
  }
}
@media (min-width: 720px) and (max-width: 1199px) {
  .home-formation__nav {
    margin-bottom: 20px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .home-formation__nav {
    margin-bottom: 24px;
    padding-right: 60px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
}
.home-formation__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ebe6e0;
  color: #2f2f2f;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.home-formation__nav-btn:hover {
  background: #e3ded4;
  color: var(--Red);
}
.home-formation__nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .home-formation__nav-btn {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 720px) {
  .home-formation__slider {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
  }
  .home-formation__slide {
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 1199px) {
  .home-formation__slide {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .home-formation__slide {
    padding: 0 12px;
  }
  .home-formation__panel {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1920px) {
  .home-formation__slide {
    padding: 0 16px;
  }
}

.home-media {
  padding: 70px 0 80px;
  background: #fff;
}
@media (max-width: 1720px) {
  .home-media {
    padding: 56px 0 64px;
  }
}
@media (max-width: 1470px) {
  .home-media {
    padding: 48px 0 56px;
  }
}
@media (max-width: 720px) {
  .home-media {
    padding: 50px 0 60px;
  }
}
.home-media__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--Red);
  margin: 0 0 70px;
}
@media (max-width: 1720px) {
  .home-media__title {
    font-size: 41px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1470px) {
  .home-media__title {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .home-media__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.home-media__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 50px 50px;
}
@media (max-width: 1720px) {
  .home-media__list {
    gap: 32px;
  }
}
@media (max-width: 1470px) {
  .home-media__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }
}
@media (max-width: 1200px) {
  .home-media__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 769px) {
  .home-media__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    justify-items: center;
  }
}
@media (max-width: 569px) {
  .home-media__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.home-media__item {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .home-media__item {
    margin: 0;
    max-width: 82%;
  }
}
.home-media__item:hover {
  opacity: 0.75;
}
.home-media__item:hover .home-media__item-title {
  margin-left: 30px;
}
.home-media__item:hover .home-media__item-title .home-media__item-arrow {
  opacity: 1;
  left: -28px;
}
.home-media__item--extra {
  display: none;
}
.home-media__item-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.home-media__item-img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.home-media__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-media__item-arrow {
  position: absolute;
  opacity: 0;
  left: 0;
  transition: 0.3s all ease;
}
.home-media__item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: #000;
  position: relative;
  margin-top: 15px;
  transition: 0.3s all ease;
}
@media (max-width: 1720px) {
  .home-media__item-title {
    font-size: 17px;
  }
}
@media (max-width: 1470px) {
  .home-media__item-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home-media__item-title {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media (max-width: 569px) {
  .home-media__item-title {
    font-size: 15px;
    margin-top: 10px;
  }
}
.home-media__more {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 720px) {
  .home-media__more {
    margin-top: 40px;
  }
}
.home-media__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 3px 4px;
  background: #fff;
  border: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: normal;
  color: var(--Red);
  transition: opacity 0.3s ease;
}
@media (max-width: 1720px) {
  .home-media__more-btn {
    font-size: 22px;
    min-height: 36px;
  }
}
@media (max-width: 1470px) {
  .home-media__more-btn {
    font-size: 19px;
    min-height: 30px;
  }
}
@media (max-width: 720px) {
  .home-media__more-btn {
    font-size: 22px;
  }
}
.home-media__more-btn:hover {
  opacity: 0.75;
}
.home-media__more-btn svg {
  flex-shrink: 0;
  transition: transform 0.4s ease;
}
.home-media__more-btn.is-active svg {
  transform: rotate(180deg);
}

@media (max-width: 769px) {
  .home-quote__main {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 769px) {
  .home-quote__main .left {
    margin-bottom: 0 !important;
  }
}
.home-quote__content {
  max-width: 690px;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  .home-quote__content {
    max-width: 100%;
  }
}
.home-quote__content .title {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .home-quote__content .title {
    margin-bottom: 20px;
  }
}
.home-quote__name {
  font-size: 32px;
  font-style: italic;
  margin-top: 50px;
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 1440px) {
  .home-quote__name {
    font-size: 28px;
  }
}
@media (max-width: 720px) {
  .home-quote__name {
    font-size: 22px;
  }
}
.home-quote__img {
  display: flex;
  justify-content: center;
}
@media (max-width: 769px) {
  .home-quote__img {
    margin-bottom: 30px;
  }
}
.home-quote__img img {
  height: 750px;
}
@media (max-width: 769px) {
  .home-quote__img img {
    height: 520px;
  }
}
@media (max-width: 720px) {
  .home-quote__img img {
    height: 400px;
  }
}

@media (max-width: 769px) {
  .home-our-mission__content {
    margin-bottom: 40px;
  }
}
.home-our-mission__title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto;
  width: fit-content;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Dark-blue);
}
.home-our-mission__title.white {
  color: var(--Dark-blue);
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.home-our-mission__list {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
@media (max-width: 769px) {
  .home-our-mission__list {
    margin-top: 30px;
  }
}
@media (max-width: 569px) {
  .home-our-mission__list {
    flex-wrap: wrap;
  }
}
.home-our-mission__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  padding: 0 10px;
  width: 33.3333%;
}
@media (max-width: 569px) {
  .home-our-mission__item {
    width: 80%;
    margin-bottom: 20px;
  }
}
.home-our-mission__item img {
  display: block;
  height: 100px;
  width: 100px;
}
@media (max-width: 1440px) {
  .home-our-mission__item img {
    height: 80px;
    width: 80px;
  }
}
.home-our-mission__item span {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 569px) {
  .home-our-mission__item span {
    margin-top: 10px;
  }
}
.home-our-mission .home-our-activiteies__list {
  margin-top: 30px;
}
.home-our-mission .home-our-activiteies__item {
  display: flex;
  margin-bottom: 55px;
}
@media (max-width: 1440px) {
  .home-our-mission .home-our-activiteies__item {
    margin-bottom: 40px;
  }
}
@media (max-width: 769px) {
  .home-our-mission .home-our-activiteies__item {
    margin-bottom: 20px;
  }
}
.home-our-mission .home-our-activiteies__item:last-child {
  margin-bottom: 0;
}
.home-our-mission .home-our-activiteies__item img {
  height: 24px;
  width: 24px;
  display: block;
  margin-right: 15px;
}
.home-our-mission .home-our-activiteies__item .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 569px) {
  .home-our-mission .home-our-activiteies__item .title {
    font-size: 20px;
  }
}
.home-our-mission .home-our-activiteies__item .text {
  font-size: 22px;
  font-weight: 200;
}
@media (max-width: 769px) {
  .home-our-mission .home-our-activiteies__item .text {
    font-size: 20px;
  }
}
@media (max-width: 569px) {
  .home-our-mission .home-our-activiteies__item .text {
    font-size: 18px;
  }
}

.home-program .section-title {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.home-program__main {
  margin-top: 40px;
}
@media (max-width: 720px) {
  .home-program__main {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .home-program__main .right {
    width: 100% !important;
  }
}
.home-program__img {
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .home-program__img {
    display: none;
  }
}
@media (max-width: 769px) {
  .home-program__img {
    display: block;
  }
}
.home-program__img img {
  height: 405px;
  object-fit: cover;
}
@media (max-width: 569px) {
  .home-program__img img {
    height: 240px;
  }
}
.home-program__content {
  position: relative;
  z-index: 1;
}
.home-program__content .panel-accordion {
  margin-top: 40px;
}
@media (max-width: 569px) {
  .home-program__content .panel-accordion {
    margin-top: 20px;
  }
}
.home-program__content .home-program-icon {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
}
@media (max-width: 720px) {
  .home-program__content .home-program-icon {
    display: none;
  }
}
.home-program .home-program-full {
  display: flex;
  align-items: center;
}
@media (max-width: 720px) {
  .home-program .home-program-full {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home-program .home-program-full span {
  margin-right: 40px;
  font-size: 28px;
  font-weight: 500;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 720px) {
  .home-program .home-program-full span {
    font-size: 24px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.home-experts .section-title {
  margin-bottom: 25px;
}
@media (max-width: 720px) {
  .home-experts .section-title {
    margin-bottom: 20px;
  }
}
.home-experts .home-experts-list {
  position: relative;
}
@media (max-width: 569px) {
  .home-experts .home-experts-list {
    overflow: hidden;
  }
}
.home-experts .home-experts-list .swiper-button-prev {
  left: -10px;
}
.home-experts .home-experts-list swiper-button-next {
  right: -10px;
}
.home-experts .home-experts-list .swiper-button-next, .home-experts .home-experts-list .swiper-button-prev {
  display: none;
}
@media (max-width: 569px) {
  .home-experts .home-experts-list .swiper-button-next, .home-experts .home-experts-list .swiper-button-prev {
    display: block;
    top: 135px;
    color: var(--Orange);
  }
}
.home-experts__list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 470px !important;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .home-experts__list {
    margin-top: 10px;
  }
}
@media (max-width: 720px) {
  .home-experts__list {
    margin-top: 30px;
  }
}
@media (max-width: 569px) {
  .home-experts__list {
    display: flex !important;
    flex-wrap: nowrap !important; /* ЗАБОРОНЯЄМО перенос на новий рядок */
    justify-content: flex-start !important; /* Вирівнюємо від початку */
    width: 100%;
    height: auto !important;
    margin: 30px 0 0 0 !important;
    overflow: initial;
  }
}
.home-experts__list.active {
  overflow: visible;
  height: auto !important;
}
.home-experts__item {
  padding: 0 15px;
  margin: 15px 30px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: calc(25% - 60px);
}
@media (max-width: 1200px) {
  .home-experts__item {
    max-width: calc(33.3333% - 60px);
  }
}
@media (max-width: 769px) {
  .home-experts__item {
    max-width: calc(50% - 60px);
  }
}
@media (max-width: 569px) {
  .home-experts__item {
    margin: 0 !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
    display: flex !important;
    padding: 0 5px;
  }
}
.home-experts__item__img {
  object-fit: cover;
  height: 270px;
  width: 245px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 569px) {
  .home-experts__item__img {
    height: 200px;
    width: auto;
  }
}
.home-experts__item__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 15px 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .home-experts__item__name {
    font-size: 22px;
    margin: 10px 0;
  }
}
@media (max-width: 1200px) {
  .home-experts__item__name {
    font-size: 20px;
  }
}
.home-experts__item__caption {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1440px) {
  .home-experts__item__caption {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .home-experts__item__caption {
    font-size: 18px;
  }
}
.home-experts .home-experts-more {
  display: flex;
  justify-content: center;
  transition: 0.3s all ease;
  margin-top: 50px;
}
@media (max-width: 1720px) {
  .home-experts .home-experts-more {
    margin-top: 30px;
  }
}
@media (max-width: 569px) {
  .home-experts .home-experts-more {
    display: none;
  }
}
.home-experts .home-experts-more .home-experts-more-icon {
  cursor: pointer;
  transition: 0.3s all ease;
  position: relative;
}
.home-experts .home-experts-more .home-experts-more-icon:hover {
  transform: translateY(10px);
}
.home-experts .home-experts-more .home-experts-more-icon.active {
  transform: rotate(180deg);
}

.home-our-team {
  background: var(--Dark-blue);
  overflow: hidden;
}
.home-our-team__main {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.home-our-team__main:before {
  content: "";
  background-image: url(../img/decore-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 740px;
  width: 750px;
  left: 70px;
  top: -70px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .home-our-team__main:before {
    display: none;
  }
}
.home-our-team__main .title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1720px) {
  .home-our-team__main .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  .home-our-team__main .title {
    margin-bottom: 30px;
  }
}
.home-our-team__main .text {
  position: relative;
  z-index: 1;
}
.home-our-team__main .text p {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 1720px) {
  .home-our-team__main .text p {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .home-our-team__main .text p {
    font-size: 24px;
  }
}
@media (max-width: 769px) {
  .home-our-team__main .text p {
    font-size: 22px;
  }
}
@media (max-width: 569px) {
  .home-our-team__main .text p {
    font-size: 20px;
  }
}
.home-our-team__main .text p span {
  font-weight: 500;
}

.home-team__main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-team .home-team-item {
  max-width: 600px;
  width: calc(33.3333% - 30px);
}
@media (max-width: 1440px) {
  .home-team .home-team-item {
    width: calc(33.3333% - 20px);
  }
}
@media (max-width: 920px) {
  .home-team .home-team-item {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }
}
@media (max-width: 569px) {
  .home-team .home-team-item {
    flex-direction: column;
    order: 2;
  }
}
.home-team .home-team-item__photo {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1720px) {
  .home-team .home-team-item__photo {
    height: 540px;
  }
}
@media (max-width: 1440px) {
  .home-team .home-team-item__photo {
    height: 420px;
  }
}
@media (max-width: 1200px) {
  .home-team .home-team-item__photo {
    width: 98%;
    height: 420px;
  }
}
@media (max-width: 920px) {
  .home-team .home-team-item__photo {
    margin-left: 20px;
    width: 49%;
    height: 370px;
    flex-shrink: 0;
  }
}
@media (max-width: 569px) {
  .home-team .home-team-item__photo {
    width: auto;
    max-width: 350px;
    height: 320px;
    margin-left: 0;
  }
}
.home-team .home-team-item__photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-team .home-team-item__photo .home-team-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 72, 87, 0.66);
  padding: 10px;
  transition: 0.5s all ease;
  transform: translateY(105%);
}
.home-team .home-team-item__photo .home-team-item-info span {
  display: block;
  font-size: 24px;
  color: var(--White-blue);
  margin-bottom: 30px;
}
@media (max-width: 1720px) {
  .home-team .home-team-item__photo .home-team-item-info span {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .home-team .home-team-item__photo .home-team-item-info span {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .home-team .home-team-item__photo .home-team-item-info span {
    font-size: 18px;
  }
}
@media (max-width: 920px) {
  .home-team .home-team-item__photo .home-team-item-info span {
    font-size: 16px;
  }
}
@media (max-width: 569px) {
  .home-team .home-team-item__photo .home-team-item-info span {
    font-size: 14px;
  }
}
.home-team .home-team-item__photo .home-team-item-info .btn {
  max-width: fit-content;
}
.home-team .home-team-item__photo:hover .home-team-item-info {
  transform: translateY(0);
}
.home-team .home-team-item__caption {
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .home-team .home-team-item__caption {
    margin-top: 10px;
  }
}
@media (max-width: 920px) {
  .home-team .home-team-item__caption {
    margin-left: 20px;
    margin-top: 0;
  }
}
@media (max-width: 569px) {
  .home-team .home-team-item__caption {
    margin-left: 0;
    margin-top: 10px;
  }
}
.home-team .home-team-item__name {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 1720px) {
  .home-team .home-team-item__name {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  .home-team .home-team-item__name {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .home-team .home-team-item__name {
    font-size: 24px;
  }
}
.home-team .home-team-item__descr {
  font-size: 36px;
}
@media (max-width: 1740px) {
  .home-team .home-team-item__descr {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  .home-team .home-team-item__descr {
    font-size: 20px;
  }
}
@media (max-width: 920px) {
  .home-team .home-team-item__descr {
    font-size: 18px;
  }
}
.home-team .home-team-item.xl {
  display: flex;
  align-items: center;
  width: 1310px;
  margin-bottom: 50px;
}
@media (max-width: 1720px) {
  .home-team .home-team-item.xl {
    width: 95%;
  }
}
@media (max-width: 1440px) {
  .home-team .home-team-item.xl {
    margin-bottom: 40px;
  }
}
@media (max-width: 920px) {
  .home-team .home-team-item.xl {
    width: 100%;
  }
}
.home-team .home-team-item.xl .home-team-item__photo {
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .home-team .home-team-item.xl .home-team-item__photo {
    width: 50%;
  }
}
@media (max-width: 920px) {
  .home-team .home-team-item.xl .home-team-item__photo {
    width: 49%;
  }
}
@media (max-width: 569px) {
  .home-team .home-team-item.xl .home-team-item__photo {
    width: 100%;
    max-width: 350px;
    height: 320px;
  }
}
.home-team .home-team-item.xl .home-team-item__caption {
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .home-team .home-team-item.xl .home-team-item__caption {
    margin-left: 20px;
  }
}
.home-team .home-team-item.center {
  margin: 0 30px;
}
@media (max-width: 920px) {
  .home-team .home-team-item.center {
    margin: 0 0 30px;
  }
}
@media (max-width: 569px) {
  .home-team .home-team-item.center {
    order: 1;
  }
}

.home-partners {
  padding-bottom: 30px;
}
.home-partners__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 70px;
}
@media (max-width: 1720px) {
  .home-partners__list {
    margin-top: 60px;
  }
}
@media (max-width: 1440px) {
  .home-partners__list {
    margin-top: 50px;
  }
}
@media (max-width: 720px) {
  .home-partners__list {
    margin-top: 40px;
  }
}
.home-partners__item {
  margin: 0 20px 40px;
}
@media (max-width: 1440px) {
  .home-partners__item {
    margin: 0 15px 30px;
  }
}
@media (max-width: 720px) {
  .home-partners__item {
    margin: 0 15px 15px;
  }
}
.home-partners__item img {
  max-height: 340px;
  max-width: 660px;
  object-fit: contain;
}
@media (max-width: 1720px) {
  .home-partners__item img {
    max-height: 280px;
    max-width: 580px;
  }
}
@media (max-width: 1440px) {
  .home-partners__item img {
    max-height: 190px;
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .home-partners__item img {
    max-height: 150px;
  }
}
@media (max-width: 720px) {
  .home-partners__item img {
    max-height: 100px;
  }
}

.home-support {
  position: relative;
  overflow: hidden;
}
.home-support .home-support-header {
  background: var(--Dark-blue);
}
.home-support .home-support-header .title {
  color: var(--White-blue);
}
.home-support .home-support-header .title.h4 {
  font-weight: 400;
  margin-top: 20px;
}
.home-support .home-support-main .title {
  max-width: 600px;
  margin: 0 auto;
}
.home-support .home-support-main__list {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .home-support .home-support-main__list {
    margin-top: 30px;
  }
}
.home-support .home-support-main__item {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .home-support .home-support-main__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 720px) {
  .home-support .home-support-main__item {
    margin-bottom: 15px;
  }
}
.home-support .home-support-main__item svg {
  margin-right: 30px;
}
@media (max-width: 1440px) {
  .home-support .home-support-main__item svg {
    margin-right: 15px;
  }
}
@media (max-width: 720px) {
  .home-support .home-support-main__item svg {
    flex-shrink: 0;
    margin-right: 7px;
  }
}
.home-support .home-support-main__item span {
  font-size: 24px;
  max-width: 630px;
}
@media (max-width: 1720px) {
  .home-support .home-support-main__item span {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .home-support .home-support-main__item span {
    font-size: 20px;
  }
}
@media (max-width: 720px) {
  .home-support .home-support-main__item span {
    font-size: 18px;
  }
}
.home-support .home-support-main__give-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .home-support .home-support-main__give-list {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .home-support .home-support-main__give-list {
    margin-top: 30px;
  }
}
.home-support .home-support-main__give-item {
  width: 50%;
  max-width: 290px;
  margin: 25px;
}
@media (max-width: 1720px) {
  .home-support .home-support-main__give-item {
    max-width: calc(50% - 30px);
    margin: 15px;
  }
}
@media (max-width: 720px) {
  .home-support .home-support-main__give-item {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
  }
}
.home-support .home-support-main__give-item .h4 {
  font-weight: 500;
}
.home-support .home-support-main__give-item .h5 {
  font-weight: 400;
  margin-top: 20px;
}

.home-support {
  padding: 70px 0 80px;
  background: #fff;
}
@media (max-width: 1720px) {
  .home-support {
    padding: 56px 0 64px;
  }
}
@media (max-width: 1470px) {
  .home-support {
    padding: 48px 0 56px;
  }
}
@media (max-width: 720px) {
  .home-support {
    padding: 50px 0 60px;
  }
}
.home-support__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--Red);
  margin: 0 0 70px;
}
@media (max-width: 1720px) {
  .home-support__title {
    font-size: 41px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1470px) {
  .home-support__title {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .home-support__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.home-support__lead {
  max-width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35;
  color: #000;
  margin: 0 0 35px;
}
@media (max-width: 1720px) {
  .home-support__lead {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1470px) {
  .home-support__lead {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 720px) {
  .home-support__lead {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.home-support__subtitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35;
  color: #000;
  margin: 0 0 70px;
}
@media (max-width: 1720px) {
  .home-support__subtitle {
    font-size: 26px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1470px) {
  .home-support__subtitle {
    font-size: 22px;
    margin-bottom: 36px;
  }
}
@media (max-width: 720px) {
  .home-support__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.home-support__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  align-items: stretch;
}
@media (max-width: 1720px) {
  .home-support__cards {
    gap: 28px;
  }
}
@media (max-width: 1470px) {
  .home-support__cards {
    gap: 22px;
  }
}
@media (max-width: 991px) {
  .home-support__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media (max-width: 569px) {
  .home-support__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
    margin: 0;
  }
}
.home-support__card {
  min-height: 600px;
  padding: 40px 32px;
  background: var(--Red);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1720px) {
  .home-support__card {
    min-height: 480px;
    padding: 28px 22px;
  }
}
@media (max-width: 1470px) {
  .home-support__card {
    min-height: 400px;
    padding: 22px 18px;
  }
}
@media (max-width: 991px) {
  .home-support__card {
    min-height: auto;
    padding: 28px 22px;
  }
}
@media (max-width: 569px) {
  .home-support__card {
    padding: 24px 18px;
  }
}
.home-support__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
  margin: 0;
  max-width: 420px;
  width: 100%;
  min-height: 65px;
}
@media (max-width: 1720px) {
  .home-support__card-title {
    font-size: 20px;
    min-height: 48px;
  }
}
@media (max-width: 1470px) {
  .home-support__card-title {
    font-size: 17px;
    min-height: 42px;
  }
}
@media (max-width: 991px) {
  .home-support__card-title {
    font-size: 18px;
    min-height: 48px;
  }
}
@media (max-width: 569px) {
  .home-support__card-title {
    font-size: 16px;
    min-height: 0;
  }
}
.home-support__card-line {
  display: block;
  width: min(350px, 100%);
  height: 1px;
  background: #fff;
  margin: 24px 0 28px;
  flex-shrink: 0;
}
@media (max-width: 1720px) {
  .home-support__card-line {
    margin: 16px 0 18px;
  }
}
@media (max-width: 1470px) {
  .home-support__card-line {
    margin: 12px 0 14px;
  }
}
@media (max-width: 991px) {
  .home-support__card-line {
    margin: 18px 0 20px;
  }
}
@media (max-width: 569px) {
  .home-support__card-line {
    margin: 14px 0 16px;
  }
}
.home-support__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 145px;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.home-support__card-icon svg {
  display: block;
  width: 130px;
  height: auto;
  max-width: 100%;
  max-height: 145px;
}
@media (max-width: 1720px) {
  .home-support__card-icon {
    height: 110px;
    margin-bottom: 16px;
  }
  .home-support__card-icon svg {
    width: 100px;
    max-height: 110px;
  }
}
@media (max-width: 1470px) {
  .home-support__card-icon {
    height: 94px;
    margin-bottom: 12px;
  }
  .home-support__card-icon svg {
    width: 86px;
    max-height: 94px;
  }
}
@media (max-width: 991px) {
  .home-support__card-icon {
    height: 110px;
    margin-bottom: 18px;
  }
  .home-support__card-icon svg {
    width: 100px;
    max-height: 110px;
  }
}
@media (max-width: 569px) {
  .home-support__card-icon {
    height: 90px;
    margin-bottom: 14px;
  }
  .home-support__card-icon svg {
    width: 80px;
    max-height: 90px;
  }
}
.home-support__card-text {
  margin-top: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  max-width: 452px;
  width: 100%;
}
@media (max-width: 1720px) {
  .home-support__card-text {
    font-size: 20px;
  }
}
@media (max-width: 1470px) {
  .home-support__card-text {
    font-size: 17px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .home-support__card-text {
    font-size: 15px;
    margin-top: 18px;
  }
}
@media (max-width: 569px) {
  .home-support__card-text {
    font-size: 14px;
    margin-top: 14px;
  }
}
.home-support__card--contacts .home-support__card-line {
  margin-bottom: 40px;
}
@media (max-width: 1720px) {
  .home-support__card--contacts .home-support__card-line {
    margin-bottom: 28px;
  }
}
@media (max-width: 1470px) {
  .home-support__card--contacts .home-support__card-line {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .home-support__card--contacts .home-support__card-line {
    margin-bottom: 24px;
  }
}
@media (max-width: 569px) {
  .home-support__card--contacts .home-support__card-line {
    margin-bottom: 18px;
  }
}
.home-support__card--contacts .home-support__card-title {
  min-height: 65px;
}
@media (max-width: 1720px) {
  .home-support__card--contacts .home-support__card-title {
    min-height: 48px;
  }
}
@media (max-width: 1470px) {
  .home-support__card--contacts .home-support__card-title {
    min-height: 42px;
  }
}
.home-support__contacts {
  width: 100%;
  max-width: 503px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 45px;
  text-align: left;
  margin-top: 0;
  flex: 1;
}
@media (max-width: 1720px) {
  .home-support__contacts {
    gap: 28px;
  }
}
@media (max-width: 1470px) {
  .home-support__contacts {
    gap: 22px;
  }
}
@media (max-width: 991px) {
  .home-support__contacts {
    gap: 22px;
  }
}
@media (max-width: 569px) {
  .home-support__contacts {
    gap: 16px;
  }
}
.home-support__contact {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
}
@media (max-width: 1720px) {
  .home-support__contact {
    gap: 16px;
  }
}
@media (max-width: 1470px) {
  .home-support__contact {
    gap: 14px;
  }
}
@media (max-width: 991px) {
  .home-support__contact {
    gap: 14px;
    align-items: flex-start;
  }
}
@media (max-width: 569px) {
  .home-support__contact {
    gap: 10px;
  }
}
.home-support__contact-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-support__contact-icon svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 53px;
  max-height: 53px;
}
.home-support__contact-icon svg path {
  stroke: #fff;
}
@media (max-width: 1720px) {
  .home-support__contact-icon {
    width: 51px;
    height: 51px;
  }
  .home-support__contact-icon svg {
    max-width: 45px;
    max-height: 45px;
  }
}
@media (max-width: 1470px) {
  .home-support__contact-icon {
    width: 43px;
    height: 43px;
  }
  .home-support__contact-icon svg {
    max-width: 38px;
    max-height: 38px;
  }
}
@media (max-width: 991px) {
  .home-support__contact-icon {
    width: 48px;
    height: 48px;
  }
  .home-support__contact-icon svg {
    max-width: 38px;
    max-height: 38px;
  }
}
@media (max-width: 569px) {
  .home-support__contact-icon {
    width: 38px;
    height: 38px;
  }
  .home-support__contact-icon svg {
    max-width: 28px;
    max-height: 28px;
  }
}
.home-support__contact-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.35;
  min-width: 0;
}
.home-support__contact-text p {
  margin: 0;
  word-break: break-word;
}
.home-support__contact-text p + p {
  margin-top: 6px;
}
@media (max-width: 1720px) {
  .home-support__contact-text {
    font-size: 20px;
  }
}
@media (max-width: 1470px) {
  .home-support__contact-text {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .home-support__contact-text {
    font-size: 16px;
    line-height: 1.3;
  }
  .home-support__contact-text p + p {
    margin-top: 4px;
  }
}
@media (max-width: 569px) {
  .home-support__contact-text {
    font-size: 13px;
    line-height: 1.35;
  }
  .home-support__contact-text p + p {
    margin-top: 2px;
  }
}
.home-support__contact-text a {
  color: inherit;
  text-decoration: none;
}
.home-support__contact-text a:hover {
  opacity: 0.75;
}
.home-support__thanks {
  margin: 70px 0 0;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 1720px) {
  .home-support__thanks {
    margin-top: 48px;
    font-size: 27px;
  }
}
@media (max-width: 1470px) {
  .home-support__thanks {
    margin-top: 40px;
    font-size: 23px;
  }
}
@media (max-width: 720px) {
  .home-support__thanks {
    margin-top: 50px;
    font-size: 24px;
  }
}
.home-support__note {
  position: relative;
  margin: 50px 0 0;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #000;
}
@media (max-width: 1720px) {
  .home-support__note {
    margin-top: 36px;
    font-size: 14px;
  }
}
@media (max-width: 1470px) {
  .home-support__note {
    margin-top: 28px;
    font-size: 13px;
    padding-left: 22px;
  }
}
@media (max-width: 720px) {
  .home-support__note {
    margin-top: 30px;
    padding-left: 20px;
    font-size: 14px;
  }
}
.home-support__note:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 75px;
  background: var(--Red);
}
@media (max-width: 1720px) {
  .home-support__note:before {
    height: 64px;
  }
}
@media (max-width: 1470px) {
  .home-support__note:before {
    height: 54px;
  }
}

.home-donate .section-title {
  margin-bottom: 25px;
}
@media (max-width: 720px) {
  .home-donate {
    margin-bottom: 0;
  }
}
.home-donate__list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1720px) {
  .home-donate__list {
    margin-top: 60px;
  }
}
@media (max-width: 1440px) {
  .home-donate__list {
    margin-top: 30px;
  }
}
@media (max-width: 769px) {
  .home-donate__list {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 720px) {
  .home-donate__list {
    margin-top: 50px;
  }
}
.home-donate__item {
  width: 510px;
  height: 450px;
  background: var(--White-blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 20px;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 1740px) {
  .home-donate__item {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
  }
}
@media (max-width: 1720px) {
  .home-donate__item {
    padding: 30px 15px;
  }
}
@media (max-width: 1440px) {
  .home-donate__item {
    padding: 20px 10px;
    margin: 0 10px;
    width: calc(33.3333% - 20px);
    height: 400px;
  }
}
@media (max-width: 769px) {
  .home-donate__item {
    max-width: 510px;
    width: 100%;
    margin: 15px 0;
    height: auto;
    padding: 40px 20px;
  }
}
.home-donate__item .title {
  transition: 0.3s all ease;
}
.home-donate__item .title.h4 {
  font-weight: 400;
}
@media (max-width: 769px) {
  .home-donate__item .title.h4 {
    margin: 30px 0;
  }
}
@media (max-width: 769px) {
  .home-donate__item .title.h4.m10 {
    margin: 0;
  }
}
.home-donate__item__adress {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s all ease;
}
@media (max-width: 720px) {
  .home-donate__item__adress {
    font-size: 18px;
  }
}
.home-donate__item__adress span {
  max-width: 405px;
  margin-right: 10px;
  transition: 0.3s all ease;
}
.home-donate__item__adress svg {
  height: 40px;
  width: 40px;
}
@media (max-width: 1440px) {
  .home-donate__item__adress svg {
    height: 32px;
    width: 32px;
  }
}
@media (max-width: 1200px) {
  .home-donate__item__adress svg {
    height: 24px;
    width: 24px;
  }
}
.home-donate__item__adress svg path {
  stroke: #000;
  transition: 0.3s all ease;
}
.home-donate__item__contact a {
  font-size: 26px;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 1720px) {
  .home-donate__item__contact a {
    font-size: 24px;
  }
}
@media (max-width: 1440px) {
  .home-donate__item__contact a {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media (max-width: 720px) {
  .home-donate__item__contact a {
    font-size: 18px;
  }
}
.home-donate__item__contact a svg {
  height: 40px;
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .home-donate__item__contact a svg {
    height: 32px;
    width: 32px;
    margin-right: 10px;
  }
}
@media (max-width: 1200px) {
  .home-donate__item__contact a svg {
    height: 24px;
    width: 24px;
  }
}
.home-donate__item__contact a svg path {
  transition: 0.3s all ease;
  stroke: #000;
}
.home-donate__item__contact a span {
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease;
}
.home-donate__item__contact a:hover span {
  border-bottom: 1px solid var(--Orange);
}
.home-donate__item .btn {
  max-width: fit-content;
  margin: 0 auto;
}
.home-donate__item:hover {
  background: var(--Dark-blue);
}
.home-donate__item:hover .title {
  color: #fff;
}
.home-donate__item:hover .home-donate__item__adress span {
  color: #fff;
}
.home-donate__item:hover .home-donate__item__adress svg path {
  stroke: #fff;
}
.home-donate__item:hover .home-donate__item__contact a span {
  color: #fff;
}
.home-donate__item:hover .home-donate__item__contact a svg path {
  stroke: #fff;
}

.home-contact {
  position: relative;
  overflow: hidden;
}
.home-contact:before {
  content: "";
  background-image: url(../img/decore-contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 1280px;
  width: 1300px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
@media (max-width: 1200px) {
  .home-contact:before {
    display: none;
  }
}
.home-contact .section-title {
  margin-bottom: 25px;
}
.home-contact__main {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  padding: 0 80px;
}
@media (max-width: 1740px) {
  .home-contact__main {
    padding: 0 50px;
    margin-top: 70px;
  }
}
@media (max-width: 1720px) {
  .home-contact__main {
    padding: 0;
    margin-top: 40px;
  }
}
@media (max-width: 769px) {
  .home-contact__main {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.home-contact .home-contact-info {
  width: 33.333%;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  .home-contact .home-contact-info {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home-contact .home-contact-info .title {
  margin-bottom: 15px;
}
.home-contact .home-contact-info p {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1720px) {
  .home-contact .home-contact-info p {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .home-contact .home-contact-info p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 720px) {
  .home-contact .home-contact-info p {
    font-size: 20px;
  }
}
.home-contact .home-contact-info p:last-child {
  margin-bottom: 0;
}
.home-contact .home-contact-info p strong {
  font-weight: 500;
}
.home-contact .home-contact-info p span {
  display: block;
}
.home-contact .home-contact-info p a.facebook {
  color: #1932B2;
}
.home-contact .home-contact-info p a.facebook:hover {
  opacity: 0.6;
}
.home-contact .home-contact-info p svg {
  display: inline;
  margin-right: 15px;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .home-contact .home-contact-info p svg {
    margin-right: 7px;
  }
}
.home-contact__address {
  max-width: 410px;
}
@media (max-width: 769px) {
  .home-contact__address {
    max-width: 100%;
  }
}
.home-contact__address p {
  display: flex;
}
.home-contact__general p {
  display: flex;
}

.collection-category {
  padding: 120px 0 80px;
  background: #fff;
}
@media (max-width: 720px) {
  .collection-category {
    padding: 100px 0 60px;
  }
}
.collection-category__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  color: var(--Red);
  margin: 0 0 70px;
}
@media (max-width: 1440px) {
  .collection-category__title {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media (max-width: 720px) {
  .collection-category__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.collection-category__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 991px) {
  .collection-category__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 569px) {
  .collection-category__grid {
    grid-template-columns: 1fr;
  }
}
.collection-category__item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 570px;
  background-color: #e3ded4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  text-decoration: none;
}
.collection-category__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s all ease;
  z-index: 1;
}
.collection-category__item:hover::before {
  background: rgba(255, 255, 255, 0.35);
}
.collection-category__item:hover .home-categories__label {
  color: var(--Red);
}
.collection-category__item:hover .home-categories__label::after {
  color: var(--Red);
  right: 6px;
}
.collection-category__item:hover .collection-category__item-img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .collection-category__item {
    height: 357px;
  }
}
@media (max-width: 569px) {
  .collection-category__item {
    height: 272px;
  }
}
.collection-category__item-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.collection-category__empty {
  text-align: center;
  color: #666;
  font-size: 18px;
}

.collection-exhibit {
  padding: 100px 0 0;
  background: #fff;
}
@media (max-width: 720px) {
  .collection-exhibit {
    padding-top: 90px;
  }
}
@media (max-width: 569px) {
  .collection-exhibit {
    padding-top: 84px;
  }
}
.collection-exhibit__back {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 18px;
  color: var(--Red);
  text-decoration: none;
}
.collection-exhibit__back:hover {
  opacity: 0.75;
}
@media (max-width: 720px) {
  .collection-exhibit__back {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.collection-exhibit__slider-wrap {
  position: relative;
  min-width: 0;
  width: 100%;
}
.collection-exhibit__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 50px;
  align-items: start;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .collection-exhibit__hero {
    gap: 36px;
  }
}
@media (max-width: 991px) {
  .collection-exhibit__hero {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 32px;
  }
}
.collection-exhibit__aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .collection-exhibit__aside {
    padding-right: 0;
  }
}
.collection-exhibit__aside .collection-exhibit__title {
  width: 100%;
  text-align: left;
}
.collection-exhibit__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 569px) {
  .collection-exhibit__slider {
    border-radius: 12px;
  }
}
.collection-exhibit__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto !important;
  height: clamp(280px, 36vw, 680px);
  max-height: 680px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .collection-exhibit__slide {
    height: clamp(260px, 42vw, 560px);
    max-height: 560px;
  }
}
@media (max-width: 991px) {
  .collection-exhibit__slide {
    height: clamp(240px, 58vw, 500px);
    max-height: 500px;
  }
}
@media (max-width: 569px) {
  .collection-exhibit__slide {
    height: clamp(220px, 72vw, 380px);
    max-height: 380px;
  }
}
.collection-exhibit__slide-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  cursor: zoom-in;
  text-decoration: none;
  box-sizing: border-box;
}
@media (max-width: 569px) {
  .collection-exhibit__slide-link {
    padding: 12px;
  }
}
.collection-exhibit__slide-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.collection-exhibit__pagination {
  position: static !important;
  width: 100%;
  margin-top: 40px;
  line-height: 0;
  text-align: center;
}
@media (max-width: 569px) {
  .collection-exhibit__pagination {
    margin-top: 28px;
  }
}
.collection-exhibit__pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  opacity: 1;
  margin: 0 8px !important;
}
@media (max-width: 569px) {
  .collection-exhibit__pagination .swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    margin: 0 5px !important;
  }
}
.collection-exhibit__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Red);
}
.collection-exhibit__nav-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #2f2f2f;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.collection-exhibit__nav-btn:hover {
  background: #fff;
  color: var(--Red);
}
.collection-exhibit__nav-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.collection-exhibit__nav-btn--prev {
  left: 20px;
}
.collection-exhibit__nav-btn--next {
  right: 20px;
}
@media (max-width: 720px) {
  .collection-exhibit__nav-btn {
    width: 44px;
    height: 44px;
  }
  .collection-exhibit__nav-btn--prev {
    left: 12px;
  }
  .collection-exhibit__nav-btn--next {
    right: 12px;
  }
}
@media (max-width: 569px) {
  .collection-exhibit__nav-btn {
    width: 38px;
    height: 38px;
  }
  .collection-exhibit__nav-btn svg {
    width: 14px;
    height: auto;
  }
  .collection-exhibit__nav-btn--prev {
    left: 8px;
  }
  .collection-exhibit__nav-btn--next {
    right: 8px;
  }
}
.collection-exhibit__slider--single .collection-exhibit__slide-link {
  cursor: zoom-in;
}
.collection-exhibit__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--Red);
  margin: 0 0 50px;
  text-align: center;
}
@media (max-width: 1440px) {
  .collection-exhibit__title {
    font-size: 42px;
    margin-bottom: 40px;
  }
}
@media (max-width: 720px) {
  .collection-exhibit__title {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
.collection-exhibit__short {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  color: #000;
  margin: 0 0 40px;
  text-align: left;
}
@media (max-width: 1440px) {
  .collection-exhibit__short {
    font-size: 18px;
  }
}
@media (max-width: 720px) {
  .collection-exhibit__short {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.collection-exhibit__short p {
  margin: 0 0 16px;
}
.collection-exhibit__short p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .collection-exhibit__short {
    font-size: 22px;
  }
}
@media (max-width: 720px) {
  .collection-exhibit__short {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.collection-exhibit__short table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
  font-size: inherit;
}
.collection-exhibit__short th,
.collection-exhibit__short td {
  border: 1px solid #d8d2c8;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}
.collection-exhibit__short th {
  background: #f5f2ed;
  font-weight: 600;
}
.collection-exhibit__more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--Red);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s ease;
  margin-bottom: 0;
}
.collection-exhibit__more:hover {
  opacity: 0.75;
}
.collection-exhibit__more svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.collection-exhibit__more.is-active {
  margin-bottom: 0;
}
.collection-exhibit__more.is-active svg {
  transform: rotate(180deg);
}
@media (max-width: 720px) {
  .collection-exhibit__more {
    font-size: 18px;
  }
}
.collection-exhibit__detail-wrap {
  display: none;
  width: 100%;
  margin: 20px 0 0;
  padding-top: 0;
}
.collection-exhibit__detail {
  font-size: 24px;
  line-height: 1.45;
  color: #000;
  text-align: left;
}
.collection-exhibit__detail p {
  margin: 0 0 20px;
}
.collection-exhibit__detail p:last-child {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .collection-exhibit__detail {
    font-size: 18px;
  }
}
.collection-exhibit__detail table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
  font-size: inherit;
}
.collection-exhibit__detail th,
.collection-exhibit__detail td {
  border: 1px solid #d8d2c8;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}
.collection-exhibit__detail th {
  background: #f5f2ed;
  font-weight: 600;
}

.collection-exhibit-quote {
  padding: 60px 0;
  background: #fff;
}
@media (max-width: 1720px) {
  .collection-exhibit-quote {
    padding: 40px 0;
  }
}
@media (max-width: 1470px) {
  .collection-exhibit-quote {
    padding: 30px 0;
  }
}
@media (max-width: 720px) {
  .collection-exhibit-quote {
    padding: 20px 0;
  }
}
.collection-exhibit-quote__inner {
  max-width: 100%;
  margin: 0 auto;
}
.collection-exhibit-quote__text {
  position: relative;
  margin: 0;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  color: #000;
  quotes: "“" "”" "‘" "’";
}
.collection-exhibit-quote__text::before, .collection-exhibit-quote__text::after {
  position: absolute;
  top: -12px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  color: var(--Red);
  opacity: 0.85;
}
.collection-exhibit-quote__text::before {
  content: open-quote;
  left: 0;
}
.collection-exhibit-quote__text::after {
  content: close-quote;
  right: 0;
  top: auto;
  bottom: -28px;
}
@media (max-width: 1720px) {
  .collection-exhibit-quote__text {
    font-size: 18px;
  }
  .collection-exhibit-quote__text::before, .collection-exhibit-quote__text::after {
    font-size: 48px;
  }
}
@media (max-width: 1470px) {
  .collection-exhibit-quote__text {
    font-size: 16px;
  }
  .collection-exhibit-quote__text::before, .collection-exhibit-quote__text::after {
    font-size: 40px;
  }
  .collection-exhibit-quote__text::after {
    bottom: -22px;
  }
}
@media (max-width: 720px) {
  .collection-exhibit-quote__text {
    font-size: 16px;
    padding: 0 25px;
  }
  .collection-exhibit-quote__text::before, .collection-exhibit-quote__text::after {
    font-size: 36px;
  }
  .collection-exhibit-quote__text::before {
    top: -8px;
  }
  .collection-exhibit-quote__text::after {
    bottom: -16px;
  }
}
.collection-exhibit-quote__credit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 40px 0 0;
  color: var(--Red);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1720px) {
  .collection-exhibit-quote__credit {
    margin-top: 32px;
    font-size: 17px;
    gap: 10px;
  }
}
@media (max-width: 1470px) {
  .collection-exhibit-quote__credit {
    margin-top: 28px;
    font-size: 15px;
    gap: 8px;
  }
}
@media (max-width: 720px) {
  .collection-exhibit-quote__credit {
    margin-top: 24px;
    font-size: 16px;
  }
}
.collection-exhibit-quote__star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--Red);
}
.collection-exhibit-quote__star svg {
  display: block;
  width: 28px;
  height: 28px;
}
@media (max-width: 1720px) {
  .collection-exhibit-quote__star svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1470px) {
  .collection-exhibit-quote__star svg {
    width: 20px;
    height: 20px;
  }
}
.collection-exhibit-quote__label {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */