/* 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");
}
body {
  background-color: rgb(235, 248, 255);
}

#window-image {
  overflow-x: hidden !important;
}

.window-image-descr {
  margin-top: 79px !important;
  display: flex;
  position: relative;
}
.window-image-descr .image-large {
  border-radius: 20px;
  width: 44.5%;
  height: 100%;
}
.window-image-descr-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.window-image-descr-info h1 {
  font-family: Inter-Regular;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 41.15px;
  color: rgb(37, 57, 103);
}
.window-image-descr-info p {
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.window-image-descr-info .mat {
  margin-bottom: 20px;
}
.window-image-descr-info .cat u {
  cursor: pointer;
}
.window-image-descr-info .cat u a {
  color: rgb(37, 57, 103);
}
@media screen and (max-width: 1648px) {
  .window-image-descr-info h1 {
    margin-top: 23px;
    margin-bottom: 25px;
  }
  .window-image-descr-info .mat {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1399px) {
  .window-image-descr-info h1 {
    margin-top: 17px;
    margin-bottom: 20px;
  }
  .window-image-descr-info p {
    font-size: 15px;
    line-height: 24px;
  }
  .window-image-descr-info .mat {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .window-image-descr-info h1 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .window-image-descr-info p {
    font-size: 14px;
    line-height: 21px;
  }
  .window-image-descr-info .mat {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .window-image-descr-info h1 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .window-image-descr-info p {
    font-size: 13px;
    line-height: 20px;
  }
  .window-image-descr-info .mat {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .window-image-descr-info h1 {
    font-size: 17px;
    margin-top: 1px;
    margin-bottom: 0px;
    line-height: 33.15px;
  }
  .window-image-descr-info p {
    font-size: 12px;
    line-height: 16px;
  }
  .window-image-descr-info .mat {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .window-image-descr-info {
    margin: 0 auto;
    width: 85.46% !important;
    position: relative;
    margin-top: 23px;
    padding: 0px;
  }
  .window-image-descr-info h1 {
    width: 100% !important;
    text-align: left;
    margin-bottom: 18px !important;
    font-size: 20px;
    margin: 0 auto;
  }
  .window-image-descr-info p {
    font-size: 15px;
    line-height: 22px;
  }
  .window-image-descr-info .mat {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 450px) {
  .window-image-descr-info h1 {
    font-size: 16px;
  }
  .window-image-descr-info p {
    font-size: 13px;
  }
}
.window-image-descr-info p {
  color: rgb(37, 57, 103);
}
@media screen and (max-width: 576px) {
  .window-image-descr {
    flex-wrap: wrap;
  }
  .window-image-descr .image-large {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1648px) {
  .window-image-descr {
    margin-top: 55px !important;
  }
}

.window-description-text {
  width: 100%;
  padding-left: 96px;
  padding-top: 14px;
  position: relative;
  box-sizing: border-box;
  padding-left: 96px;
}
@media screen and (max-width: 1648px) {
  .window-description-text {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .window-description-text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .window-description-text {
    padding-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .window-description-text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 576px) {
  .window-description-text {
    padding: 0px;
  }
}

.window-description-another-image {
  padding-left: 96px;
}
@media screen and (max-width: 1648px) {
  .window-description-another-image {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1399px) {
  .window-description-another-image {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .window-description-another-image {
    padding-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .window-description-another-image {
    padding-left: 30px;
  }
}
@media screen and (max-width: 576px) {
  .window-description-another-image {
    padding: 0px;
  }
}
.window-description-another-image {
  width: 100%;
  position: relative;
  margin-top: 46px;
  box-sizing: border-box;
}
.window-description-another-image p {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 6px;
  border-bottom: 1px solid rgb(37, 57, 103);
  font-size: clamp(10px, 1.25vw, 24px);
  line-height: 29.05px;
  color: rgb(37, 57, 103);
}
.window-description-another-image .imgs {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.window-description-another-image .grid-item {
  margin-top: 46px;
  width: 18.4%;
  border-radius: 20%;
  aspect-ratio: 142/200;
}
@media screen and (max-width: 1648px) {
  .window-description-another-image p {
    padding: 8px 4px;
  }
}
@media screen and (max-width: 1399px) {
  .window-description-another-image p {
    padding: 6px 3px;
  }
  .window-description-another-image .imgs .grid-item {
    width: 23%;
  }
  .window-description-another-image .imgs .grid-item:nth-last-child(1) {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .window-description-another-image p {
    padding: 4px 2px;
  }
}
@media screen and (max-width: 991px) {
  .window-description-another-image p {
    padding: 2px 0px;
  }
  .window-description-another-image .imgs .grid-item {
    width: 31%;
  }
  .window-description-another-image .imgs .grid-item:nth-last-child(2) {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .window-description-another-image {
    margin-top: 20px;
  }
  .window-description-another-image p {
    font-size: 14px;
    padding: 1px 0px;
  }
}
.window-description-another-image p {
  height: -moz-fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}

.window-photo-descr {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.window-photo-descr .photo-large {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.window-photo-descr .paginator-container {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-top: 4.5vh;
}
@media screen and (max-width: 768px) {
  .window-photo-descr .paginator-container {
    height: 20px;
  }
}
.window-photo-descr .paginator-container .arrow {
  background-image: url(../img/arrow.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .window-photo-descr .paginator-container .arrow {
    width: 20px;
    height: 20px;
  }
}
.window-photo-descr .paginator-container .right-arrow {
  transform: rotate(180deg);
}
.window-photo-descr .paginator-container .page-counter {
  font-size: 28px;
  display: flex;
  align-items: center;
  margin: 0 2vw;
}
@media screen and (max-width: 768px) {
  .window-photo-descr .paginator-container .page-counter {
    font-size: 20px;
  }
}/*# sourceMappingURL=window_image.css.map */