@charset "UTF-8";
/* h1 */
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url("../font/RobotoCondensed-Bold.ttf");
}
/* p */
@font-face {
  font-family: RobotoCondensed-Regular;
  src: url("../font/RobotoCondensed-Regular.ttf");
}
@font-face {
  font-family: Inter-Bold;
  src: url("../font/Inter/Inter_28pt-Bold.ttf");
}
@font-face {
  font-family: Inter-Italic;
  src: url("../font/Inter/Inter_28pt-Italic.ttf");
}
@font-face {
  font-family: Inter-Regular;
  src: url("../font/Inter/Inter_28pt-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 0;
}

body {
  background-color: rgb(235, 248, 255);
  font-family: Inter-Regular;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

header {
  width: 1600px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
}
header a {
  text-decoration: none;
  color: black;
}
header p {
  font: 24px RobotoCondensed-Regular;
  color: rgb(37, 57, 103);
}
@media screen and (max-width: 991px) {
  header a {
    text-decoration: none;
  }
  header p {
    font-family: Inter-Regular;
    color: rgb(37, 57, 103);
  }
}
@media screen and (max-width: 576px) {
  header {
    height: -moz-fit-content;
    height: fit-content;
  }
}

#search {
  position: relative;
  color: white;
  margin: 15px;
  margin-top: 62px;
  width: 396px;
  height: 42px;
  margin-right: 58px;
  order: 5;
}
#search input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: solid 1px rgb(37, 57, 103);
  font: 16px Inter-Regular;
  color: rgb(37, 57, 103);
}
#search input:focus-visible, #search input:active {
  outline: none;
}
@media screen and (max-width: 1649px) {
  #search {
    width: 296px;
    height: 40px;
  }
  #search input {
    font-size: 15px;
  }
}
@media screen and (max-width: 1399px) {
  #search {
    width: 250px;
    height: 38px;
  }
  #search input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  #search {
    width: 200px;
    height: 36px;
  }
  #search input {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #search {
    width: 190px;
    height: 33px;
    margin-right: 25px;
    margin-top: 53px;
  }
  #search input {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #search {
    width: 190px;
    height: 30px;
  }
}
@media screen and (max-width: 576px) {
  #search {
    order: 15;
    width: 100%;
    height: 38px;
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

#search-icon {
  position: absolute;
  filter: brightness(0) saturate(100%) invert(18%) sepia(65%) saturate(841%) hue-rotate(189deg) brightness(91%) contrast(90%);
  height: 25px;
  width: 25px;
  left: 6px;
  top: 7px;
}
@media screen and (max-width: 1399px) {
  #search-icon {
    height: 22px;
    width: 22px;
    top: 8px;
  }
}
@media screen and (max-width: 991px) {
  #search-icon {
    height: 15px;
    width: 15px;
    left: 2px;
    top: 8px;
  }
}
@media screen and (max-width: 576px) {
  #search-icon {
    height: 21px;
    width: 21px;
    left: 2px;
    top: 8px;
  }
}

.photoGallery {
  border: 1px solid rgb(37, 57, 103);
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 11px 33px 12px 34px;
  margin-top: 62px;
  order: 10;
  display: none;
}
.photoGallery p {
  font-size: 16px;
}
@media screen and (max-width: 1649px) {
  .photoGallery {
    padding: 9px 31px 10px 32px;
    margin-top: 63px;
  }
}
@media screen and (max-width: 1399px) {
  .photoGallery {
    padding: 9px 30px 9px 31px;
  }
}
@media screen and (max-width: 991px) {
  .photoGallery {
    margin-top: 54px;
    padding: 8px 13px 8px 13px;
  }
  .photoGallery p {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .photoGallery {
    padding: 5px 10px 5px 10px;
    margin-top: 58px;
  }
}

#logo {
  /*flex-basis: 75%; */
  flex-grow: 1;
  position: relative;
  margin-top: 66px;
  order: 1;
}
#logo img {
  width: 88px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(65%) saturate(841%) hue-rotate(189deg) brightness(91%) contrast(90%);
}
@media screen and (max-width: 991px) {
  #logo {
    margin-top: 58px;
  }
  #logo img {
    width: 65px;
  }
}

.linkVideo, .linkAbout {
  margin-left: 20px;
  cursor: pointer;
}

.linkDescr {
  cursor: pointer;
}

h1 {
  font: 35pt RobotoCondensed-Bold;
  color: white;
}

/* *
 * *    SLIDER */
.slider {
  height: 90vh;
  z-index: auto;
}

.sliderText p {
  font: 26px RobotoCondensed-Regular;
  color: #fff;
}

#imgBack {
  position: relative;
  top: -90vh;
  z-index: -1;
  width: 100%;
  height: 90vh;
  background-size: cover;
  transition: opacity 1000ms ease-in-out;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  width: 1600px;
}
.container .row {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}
@media screen and (max-width: 1650px) {
  .container {
    width: 1600px;
  }
}

#img1 {
  width: 100%;
  height: 90vh;
  background-size: cover;
  transition: opacity 1000ms ease-in-out;
}

.imgFade {
  opacity: 1;
}

.fadeOut {
  opacity: 0;
}

.sliderBody {
  z-index: 1;
  position: relative;
  height: 100vh;
}

.sliderText {
  z-index: 3;
  position: absolute;
  left: 10%;
  padding-top: 20vh;
}

.blur {
  z-index: 2;
  position: absolute;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  height: 90vh;
}

#back, #next {
  z-index: 3;
  position: absolute;
  top: 50%;
  width: 3em;
  height: 3em;
}

#back:hover {
  background-color: #79c6e3;
  outline: 1px solid #fff;
  vertical-align: middle;
}

#next:hover {
  background-color: #79c6e3;
  outline: 1px solid #fff;
  vertical-align: middle;
}
#next {
  right: 10px;
  display: none;
}

#back {
  left: 10px;
  display: none;
}
#back img {
  width: 3em;
  height: 3em;
}

#next img {
  width: 3em;
  height: 3em;
}

.pagAll {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 16vw;
  left: 2vw;
  top: 95%;
  z-index: 100;
}

.paggination {
  width: 1.5vw;
  height: 1.5vw;
  background-color: #fff;
}

.pageActive {
  background-color: #79c6e3;
}

article {
  margin-top: 90px;
  font: 26px Inter-Regular;
  color: rgb(37, 57, 103);
  padding-left: 0px !important;
  padding-right: 0px !important;
  position: relative;
}
article .row {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 0px !important;
}
@media screen and (min-width: 1649px) {
  article {
    max-width: 1600px !important;
  }
}
@media screen and (max-width: 991px) {
  article {
    margin-top: 35px;
  }
}
article .main-page {
  aspect-ratio: 788/691;
  width: 49.46% !important;
  height: -moz-fit-content;
  height: fit-content;
  background-image: url("../img/IndexMainIMG/2.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 56.22% 0;
  border-radius: 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 1648px) {
  article .main-page {
    height: 702px;
    background-position: 30.22% 0;
  }
}
@media screen and (max-width: 1399px) {
  article .main-page {
    background-position: 29.5% 0;
  }
}
@media screen and (max-width: 1199px) {
  article .main-page {
    background-position: 34.5% 0;
  }
}
@media screen and (max-width: 991px) {
  article .main-page {
    background-position: 44.5% 0;
  }
}
@media screen and (max-width: 576px) {
  article .main-page {
    margin: 0 auto;
    height: auto;
    width: 85.46% !important;
  }
}
article .main-desc {
  width: 50.34%;
  padding: 0px;
  padding-left: 85px;
  font-family: Inter-Regular;
  font-size: 34px;
  font-weight: 400;
  line-height: 41.15px;
}
article .main-desc h1 {
  font-family: Inter-Regular;
  font-size: 34px;
  font-weight: 400;
  margin-top: 44px;
  margin-bottom: 77px;
  line-height: 41.15px;
  color: rgb(37, 57, 103);
}
article .main-desc p {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (max-width: 1648px) {
  article .main-desc {
    padding-left: 50px;
  }
  article .main-desc h1 {
    margin-top: 23px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1399px) {
  article .main-desc {
    padding-left: 40px;
  }
  article .main-desc h1 {
    margin-top: 17px;
    margin-bottom: 20px;
  }
  article .main-desc p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  article .main-desc {
    padding-left: 35px;
  }
  article .main-desc h1 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  article .main-desc p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 991px) {
  article .main-desc {
    padding-left: 30px;
  }
  article .main-desc h1 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  article .main-desc p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  article .main-desc h1 {
    font-size: 17px;
    margin-top: 1px;
    margin-bottom: 0px;
    line-height: 33.15px;
  }
  article .main-desc p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 576px) {
  article .main-desc {
    margin: 0 auto;
    width: 85.46% !important;
    position: relative;
    margin-top: 23px;
    padding: 0px;
  }
  article .main-desc h1 {
    width: 100% !important;
    text-align: center;
    margin-bottom: 18px !important;
    font-size: 20px;
    margin: 0 auto;
  }
  article .main-desc p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 450px) {
  article .main-desc h1 {
    font-size: 16px;
  }
  article .main-desc p {
    font-size: 13px;
  }
}
article .festival-link {
  text-decoration: underline;
  color: rgb(0, 3, 120);
}

.buttonDown {
  position: absolute;
  bottom: 50px;
  left: calc(50vw - 32px);
  z-index: 100;
  transform: rotate(-90deg);
}

/* *
 * *    FILTERS (Фильтры)
 * _________________________________________________________ */
.filtersCategory {
  margin-top: 121px;
  margin-bottom: 30px;
}
.filtersCategory p {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .filtersCategory {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .filtersCategory {
    margin-top: 45px;
  }
}
.filtersRow {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  justify-items: start;
}
@media screen and (max-width: 768px) {
  .filtersRow {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .filtersRow {
    grid-template-columns: repeat(2, 1fr);
  }
}

.filterItem {
  cursor: pointer;
}

.filterItem {
  padding: 18px 2px 13px 2px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.filterItem p {
  font-family: Inter-Regular;
  font-size: 20px;
  color: rgb(37, 57, 103);
}
@media screen and (max-width: 1649px) {
  .filterItem p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  .filterItem p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .filterItem p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .filterItem p {
    font-size: 12px;
  }
}
@media screen and (max-width: 465px) {
  .filterItem p {
    font-size: 10px;
  }
}
.filterItem::after {
  content: "";
  position: absolute;
  background: rgb(91, 109, 152);
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 4px);
}

.inactive {
  /*#a9d9ed; */
  color: #484646;
  border-bottom: none;
}
.inactive p {
  color: rgb(113, 132, 174);
}
.inactive::after {
  display: none;
}

#inputFieldStandard {
  text-align: right;
  background: rgb(235, 248, 255);
}
#inputFieldStandard::-moz-placeholder {
  color: rgb(113, 132, 174);
}
#inputFieldStandard::placeholder {
  color: rgb(113, 132, 174);
}

INPUT {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: solid 1px rgb(37, 57, 103);
  font: 22px Inter-Regular;
  color: rgb(37, 57, 103);
  -webkit-appearance: none;
  border-radius: 0;
}
INPUT:focus-visible, INPUT:active {
  outline: none;
}

::-moz-placeholder {
  color: #c9c9c9;
}

::placeholder {
  color: #c9c9c9;
}

.filtersContainer-collapsed {
  display: none;
}

.filtersContainer-mini {
  /*padding: 0.7em 1.5%; */
  display: none;
  width: 100%;
  z-index: 200;
  background-color: #fefefe;
}

.filtersContainer-mini-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.filtersContainer-mini .searchField {
  width: 70%;
  min-height: 30px;
  padding: 7px;
  margin: 0;
}
.filtersContainer-mini .inputField {
  height: 25px;
  margin-top: 3px;
}

.filterButton {
  width: 50px;
  height: 50px;
  background-image: url(../img/menu-filter.png);
  background-size: contain;
  cursor: pointer;
}

.filtersContainer-mini-fixed {
  display: block;
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  z-index: 200;
  box-shadow: 0.3em 0.3em 5px rgba(122, 122, 122, 0.5);
}

.filtersContainerShowFly .filterItem {
  padding: 0.1em 1%;
  margin: 5px;
}
.filtersContainerShowFly .searchField {
  display: none;
}

/* *
 * *    IMAGE GRID */
.imageGrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: start;
  grid-auto-rows: minmax(100px, auto);
  min-height: 0;
  gap: 22px;
}
@media screen and (max-width: 1649px) {
  .imageGrid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1399px) {
  .imageGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .imageGrid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row dense;
  }
}
@media screen and (max-width: 576px) {
  .imageGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-item {
  width: 100%;
  aspect-ratio: 246/377;
  position: relative;
  border-radius: 20px;
}

.item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}

.item-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 576px) {
  .item-image {
    border-radius: 13px;
  }
}

.item-description {
  padding-top: 10px;
  background-color: white;
}
.item-description p {
  font: 12pt arial;
  line-height: 16pt;
}

.idd {
  padding-top: 8px;
}

/* *		JNKFLRF */
.debugData {
  background-color: rgba(220, 220, 220, 0.7);
  float: left;
  padding: 5px 10px;
}
.debugData p {
  font: 10pt arial;
}

/* *		ФУТЕР */
/* *
 * *    SPECIFIC SCREEN SIZE */
@media all and (min-width: 1920px) {
  .pagAll {
    width: 200px;
    left: calc(10vw - 154px);
  }
  .paggination {
    width: 20px;
    height: 20px;
  }
  .searchField {
    width: 30%;
  }
}
@media all and (max-width: 950px) {
  .footerCont {
    grid-template-columns: 1fr;
  }
  .copy {
    grid-column: 1/1;
  }
  .otherLinks {
    padding-top: 0;
  }
}
@media all and (max-width: 850px) {
  .linkDescr {
    display: none;
  }
  .linkAbout, .linkVideo {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .linkAbout {
    background-image: url(../img/icon-about.png);
  }
  .linkVideo {
    background-image: url(../img/icon-video.png);
  }
}
@media all and (max-width: 700px) {
  .social-group {
    flex-direction: column;
  }
}
@media all and (max-width: 650px) {
  #img1, .slider, .blur {
    height: 95vh;
  }
  #imgBack {
    top: -95vh;
    height: 95vh;
  }
  .linkAbout, .linkVideo {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 350px) {
  .linkAbout, .linkVideo {
    width: 30px;
    height: 30px;
  }
}
.filtersContainerReadyFly {
  display: block;
  top: -100px;
  transition: top 0.5s;
}

.filtersContainerShowFly {
  display: block;
  position: fixed;
  padding: 20px 0;
  width: 100%;
  top: 59px;
  z-index: 150;
  background-color: rgba(240, 240, 240, 0.9);
  box-shadow: 0.3em 0.3em 5px rgba(122, 122, 122, 0.5);
}

#window-photo-list main h1 {
  font-family: Inter-Regular;
  font-size: 34px;
  font-weight: 400;
  margin-top: 44px;
  margin-bottom: 77px;
  line-height: 41.15px;
  color: rgb(37, 57, 103);
  text-align: center;
}/*# sourceMappingURL=index.css.map */