@font-face {
  font-family: "Andika";
  src: url("../assets/Andika-Regular.ttf") format("truetype");
}
.fiveslider {
  margin-left: 75px;
  margin-right: 75px;
  margin-top: 105px;
  margin-bottom: 25px;
  width: auto;
  height: 100px;
  position: relative;
  overflow: hidden;
  background-color: black;
  align-self: center;
  border: 2px solid black;
  border-radius: 30px;
  box-shadow: 0px 0.5px 3px 1px black;
  z-index: 0;
}
.fiveslider img {
  position: absolute;
  height: 100%;
  width: 20%;
  transition: width 0.5s ease-in-out;
  object-fit: cover;
}
/* .fiveslider img:nth-child(1):hover {
  width: fit-content;
  max-height: fit-content;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
}
.fiveslider img:nth-child(2):hover {
  width: auto;
  height: 500px;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
}
.fiveslider img:nth-child(3):hover {
  width: auto;
  height: 500px;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
  left: 50%;
  transform: translate(-50%);
}
.fiveslider img:nth-child(4):hover {
  width: auto;
  height: 500px;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
}
.fiveslider img:nth-child(5):hover {
  width: auto;
  height: 500px;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
} */
.fiveslider img:nth-child(1) {
  left: 0%;
  z-index: 5;
}
.fiveslider img:nth-child(2) {
  left: 20%;
  z-index: 4;
  object-position: 0 15%;
}
.fiveslider img:nth-child(3) {
  left: 40%;
  z-index: 3;
  object-position: 0 30%;
}
.fiveslider img:nth-child(4) {
  right: 20%;
  z-index: 2;
  object-position: bottom;
}
.fiveslider img:nth-child(5) {
  right: 0%;
  z-index: 1;
}
.margi {
  margin: 15px;
}
.about {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  align-items: center;
  margin-left: 75px;
  margin-right: 75px;
  margin-bottom: 25px;
  border: var(--border1);
  border-radius: 30px;
  background-color: var(--color2);
}
.about .cat {
  color: var(--color1);
}
.cat {
  margin-bottom: 10px;
  color: var(--color1);
  font-weight: bolder;
  font-size: clamp(100%, 3vw, 150%);
  text-shadow: var(--shadow1);
  text-align: center;
  text-wrap: nowrap;
  white-space: nowrap;
}
.aboutpic {
  display: block;
  width: 100%;
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}
.aboutpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
  object-position: center 9%;
}
.aboutpic img:hover {
  transform: scale(1.1);
}
.abouttxt {
  color: var(--color1);
  padding: 8px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  max-height: 300px;
  overflow-y: scroll;
  font-size: clamp(95%, 2.8vw, 120%);
  line-height: 1.5em;
  text-shadow: var(--shadow1);
}
.abouttxt p {
  margin-bottom: 0.5rem;
}
.abouttxt::-webkit-scrollbar {
  width: 12px;
  border-radius: 35px;
}
.abouttxt::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: rgb(202, 202, 202);
}
.abouttxt::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
}
.mglflx {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 15px;
}
.mgl {
  color: var(--mgl);
  margin-bottom: -8px;
  padding: 0px 5px 0px 5px;
  word-wrap: break-word;
  text-wrap: wrap;
  text-align: center;
}
.ladblock {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 30px;
  background-color: var(--backcolor1);
  margin-left: 75px;
  margin-right: 75px;
  margin-bottom: 25px;
  padding-left: 12px;
  padding-right: 12px;
  align-items: center;
  border: var(--border1);
  line-height: 1.5em;
  user-select: none;
}
.newsblockgridlad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 350px;
  grid-gap: 15px;
  margin: 12px;
  min-width: 100%;
  align-items: center;
  margin-right: 17px;
}
.newsblocklad {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  border: var(--border2);
}
.newsblocklad:hover {
  background-color: #fff88f49;
  cursor: pointer;
}
.FWtxt {
  color: var(--color1);
  padding: 8px;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  overflow-y: scroll;
  font-size: clamp(95%, 2.8vw, 120%);
  line-height: 1.5em;
  text-shadow: var(--shadow1);
  overflow: hidden;
}
.FWPOP1, .FWPOP2 {
  display: none;
  height: auto;
  text-align: center;
  position: fixed;
  align-self: center;
  width: fit-content;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding: 0px;
  margin: 0px;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  z-index: 150;
}
.FWeltpopclose1, .FWeltpopclose2 {
  background-color: orangered;
  border: 5px solid black;
  border-radius: 50px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(100%, 3vw, 130%);
  text-align: center;
  color: white;
  align-items: center;
  box-shadow: 0px 1px 8px 2px #00ccff;
  z-index: 151;
  text-wrap: nowrap;
  white-space: nowrap;
  margin-top: -50px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
}
.FWeltpopclose1:hover, .FWeltpopclose2:hover {
  background: black;
  color: white;
}
.entire-content1, .entire-content2 {
  margin: auto;
  width: 92px;
  perspective: 1000px;
  padding-top: 145px;
  margin-top: -120px;
}
.content-carrousel {
  animation: rotar 60s infinite linear;
  transform-style: preserve-3d;
  /* scale: .8; */
}
.content-carrousel:hover {
  animation-play-state: paused !important;
  cursor: pointer;
}
.content-carrousel figure {
  height: 720px;
  border: 3px solid #000000;
  overflow: hidden;
  position: absolute;
  box-shadow: 0px 0px 10px 0px #000000;
  display: flex;
  justify-content: center;
}
.content-carrousel figure:nth-child(1) {
  transform: rotateY(0deg) translateZ(350px);
}
.content-carrousel figure:nth-child(2) {
  transform: rotateY(18deg) translateZ(350px);
}
.content-carrousel figure:nth-child(3) {
  transform: rotateY(36deg) translateZ(350px);
}
.content-carrousel figure:nth-child(4) {
  transform: rotateY(54deg) translateZ(350px);
}
.content-carrousel figure:nth-child(5) {
  transform: rotateY(72deg) translateZ(350px);
}
.content-carrousel figure:nth-child(6) {
  transform: rotateY(90deg) translateZ(350px);
}
.content-carrousel figure:nth-child(7) {
  transform: rotateY(108deg) translateZ(350px);
}
.content-carrousel figure:nth-child(8) {
  transform: rotateY(126deg) translateZ(350px);
}
.content-carrousel figure:nth-child(9) {
  transform: rotateY(144deg) translateZ(350px);
}
.content-carrousel figure:nth-child(10) {
  transform: rotateY(162deg) translateZ(350px);
}
.content-carrousel figure:nth-child(11) {
  transform: rotateY(180deg) translateZ(350px);
}
.content-carrousel figure:nth-child(12) {
  transform: rotateY(198deg) translateZ(350px);
}
.content-carrousel figure:nth-child(13) {
  transform: rotateY(216deg) translateZ(350px);
}
.content-carrousel figure:nth-child(14) {
  transform: rotateY(234deg) translateZ(350px);
}
.content-carrousel figure:nth-child(15) {
  transform: rotateY(252deg) translateZ(350px);
}
.content-carrousel figure:nth-child(16) {
  transform: rotateY(270deg) translateZ(350px);
}
.content-carrousel figure:nth-child(17) {
  transform: rotateY(288deg) translateZ(350px);
}
.content-carrousel figure:nth-child(18) {
  transform: rotateY(306deg) translateZ(350px);
}
.content-carrousel figure:nth-child(19) {
  transform: rotateY(324deg) translateZ(350px);
}
.content-carrousel figure:nth-child(20) {
  transform: rotateY(342deg) translateZ(350px);
}
.content-carrousel img {
  width: auto;
  height: 720px;
  filter: brightness(1.08) contrast(1.08) saturate(1.03);
}
.content-carrousel img:hover {
  transform: scale(1.2);
  transition: all 300ms;
}
@keyframes rotar {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
CT {
  position: absolute;
  font-size: 24px;
  font-family: Calibri;
  color: #00ffff;
  font-weight: bold;
  text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px;
}
.fixCT {
  top: -3px;
}
.sld {
  position: absolute;
  top: 2.8%;
  font-size: 16px;
  font-family: Calibri;
  color: orange;
  text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px;
}
.fixsld {
  top: 3%;
}
.container55 {
  border-radius: 30px;
  background-color: var(--backcolor1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  line-height: 185%;
  border: var(--border1);
  object-fit: cover;
  margin-left: 75px;
  margin-right: 75px;
  margin-bottom: 25px;
  position: relative;
  padding-right: 6px;
}
.container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 150px;
  grid-gap: 15px;
  grid-auto-flow: dense;
  margin: 12px;
  margin-top: 12px;
}
.container img {
  filter: brightness(1.08) contrast(1.08) saturate(1.03);
  /* image-rendering: crisp-edges; */
  /* image-rendering: pixelated; */
}
.gallery-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: var(--border2);
}
.gallery-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: black;
  object-position: 50% 50%;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.gallery-item:hover .image img {
  transform: scale(1.5);
}
.gallery-item .text {
  opacity: 0;
  position: absolute;
  max-width: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 18px;
  pointer-events: none;
  z-index: 4;
  transition: 0.3s ease-in-out;
  /* -webkit-backdrop-filter: blur(3px) saturate(1.5); */
  backdrop-filter: blur(3px) saturate(1.5);
  border: 3px solid black;
  text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px;
}
.gallery-item:hover .text {
  opacity: 1;
  animation: move-down 0.5s linear;
  padding: 1em;
  width: 100%;
}
@keyframes move-down {
  0% {
    top: 0%;
  }
  50% {
    top: 25%;
  }
  100% {
    top: 50%;
  }
}
.gallery-item .image .pictop {
  object-position: top;
}
.gallery-item .image .pic10 {
  object-position: center 10%;
}
.gallery-item .image .pic20 {
  object-position: center 20%;
}
.gallery-item .image .pic30 {
  object-position: center 30%;
}
.gallery-item .image .pic40 {
  object-position: center 40%;
}
.gallery-item .image .pic60 {
  object-position: center 60%;
}
.gallery-item .image .pic70 {
  object-position: center 70%;
}
.gallery-item .image .pic80 {
  object-position: center 80%;
}
.gallery-item .image .pic90 {
  object-position: center 90%;
}
.gallery-item .image .picbot {
  object-position: bottom;
}
.imgdesc {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
  row-gap: 0px;
  left: 50%;
  transform: translate(-50%);
  color: white;
  text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px;
  z-index: 1000;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.533);
  border-radius: 15px;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Andika;
  font-weight: 600;
  width: 97%;
  white-space: pre-wrap;
  font-size: clamp(0.5rem, 3vw, 1.5rem);
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
}
.soldstyle {
  position: absolute;
  display: none;
  left: 11px;
  top: 11px;
  color: #ffae00;
  text-shadow: #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
    #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
    #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
    #000000 0px 0px 1.8px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: .15em;
  background-color: rgba(39, 39, 39, 0.855);
  border: 1.5px solid silver;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 25px;
  font-size: 1.8vmin;
  z-index: 102;
}
.prevbig {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  max-width: 98vmin;
  max-height: 98vmin;
  z-index: 105;
  filter: brightness(1.1) contrast(1.1) saturate(1.05);
  border: 5px solid silver;
  border-style: ridge;
}
.flexcont {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-self: center;
  flex-direction: column;
  min-width: 95vmin;
  min-height: 95vmin;
  max-width: 95vmin;
  max-height: 95vmin;
  background: rgba(255, 255, 255, 0.855);
  border: 2px solid black;
  border-radius: 12px;
  margin: auto;
  padding: 8px;
  gap: 3px;
  position: fixed;
  user-select: none;
  z-index: 100;
}
.flexcont img {
  filter: brightness(1.08) contrast(1.08) saturate(1.03);
}
.imgtit {
  min-height: calc(2vmin - 6px);
  max-height: calc(2vmin - 6px);
  background: linear-gradient(to right, black, rgb(53, 53, 53), black);
  color: gold;
  text-shadow: #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
  #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
  #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
  #000000 0px 0px 1.8px;
  font-weight: bold;
  font-size: 2vmin;
  line-height: .3;
  letter-spacing: .1em;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  border: 2px solid black;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 5px;
  position: relative;
}
.gridcont {
  min-height: calc(91vmin - 22px);
  max-height: calc(91vmin - 22px);
  display: flex;
  gap: 5px;
  transition: 0.5s ease;
  position: relative;
}
.bigimg {
  display: flex;
  width: 100%;
  transition: width 0.5s ease;
  border: 1px solid black;
  overflow: hidden;
  background: var(--backcolor2);
}
.bigimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.BUTT {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: white;
  text-shadow: #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
  #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
  #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
  #000000 0px 0px 1.8px;
  background: linear-gradient(black, rgb(53, 53, 53), black);
  font-size: 2vmin;
  line-height: .5;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid black;
  min-width: 2.6%;
  writing-mode: vertical-lr;
  /* text-orientation: upright; */
  user-select: none;
  cursor: pointer;
}
.BUTT:hover {
  background-color: black;
  color: gold;
}
.nor {
  color: gold;
  font-size: 2.8vmin;
  font-weight: bold;
  text-orientation: upright;
}
.flash {
  color: #00ccff;
}
.BUTT:hover .nor {
  color: white;
}
.previmgs {
  transition: 0.5s ease-in-out;
  width: 0%;
  display: none;
  flex-direction: column;
  max-width: 24.5%;
  gap: 5px;
  margin-right: 2px;
  overflow: hidden;
}
.show {
  transition: 0.5s ease-in-out;
  width: 30%;
  overflow: visible;
  display: flex;
}
.previmgs div {
  border: 1px solid black;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.text {
  color: white;
  transform: translate(-50%);
  top: 5px;
  left: 50%;
  position: absolute;
  font-size: 1.5vmin;
  font-weight: bold;
  text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px;
}
.previmgs div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.imagedesc {
  min-height: calc(2vmin - 6px);
  max-height: calc(2vmin - 6px);
  background: linear-gradient(to right, black, rgb(53, 53, 53), black);
  color: white;
  text-shadow: #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
    #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
    #000000 0px 0px 1.8px, #000000 0px 0px 1.8px, #000000 0px 0px 1.8px,
    #000000 0px 0px 1.8px;
  font-weight: bold;
  font-size: 1.8vmin;
  text-wrap: nowrap;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  border: 2px solid black;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 5px;
}
.pbx {
  position: absolute;
  display: flex;
  transition: 0.5s ease-in-out;
  align-items: center;
  line-height: .8;
  color: black;
  background: #00ccff;
  border-radius: 100px;
  padding: 5px;
  top: 10px;
  right: 10px;
  min-height: calc(2vmin - 6px);
  max-height: calc(2vmin - 6px);
  font-size: 1.8vmin;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}
.pbx:hover {
  background: gold;
}
.arrow {
  position: fixed;
  display: none;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer;
  user-select: none;
  color: #00ccff;
  text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px;
  font-size: 38px;
  z-index: 101;
}
.arrow:hover {
  color: gold;
}
.left {
  left: 15px;
}
.right {
  right: 15px;
}
.nofix {
  filter: brightness(1) contrast(1) saturate(1);
}
.lowfix {
  filter: brightness(1.03) contrast(1.03) saturate(1.01);
}
@media screen and (min-width: 1551px) {
  .container {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1251px) and (max-width: 1550px) {
  .container {
    grid-template-columns: repeat(5, 1fr);
  }
  .newsblockgridlad .content-carrousel {
    scale: 0.8;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1250px) {
  .container {
    grid-template-columns: repeat(4, 1fr);
  }
  .newsblockgridlad .content-carrousel {
    scale: 0.6;
  }
  .fiveslider,
  .about,
  .ladblock,
  .container55 {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 851px) and (max-width: 1000px) {
  .container {
    grid-template-columns: repeat(3, 1fr);
  }
  .newsblockgridlad .content-carrousel {
    scale: 0.8;
  }
  .FWPOP1 .content-carrousel {
    scale: 0.9;
  }
  .FWPOP2 .content-carrousel {
    scale: 0.9;
  }
  .fiveslider,
  .about,
  .ladblock,
  .container55 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .newsblockgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsblockgridlad {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 662px) and (max-width: 850px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .newsblockgridlad .content-carrousel {
    scale: 0.8;
  }
  .FWPOP1 .content-carrousel {
    scale: 0.9;
  }
  .FWPOP2 .content-carrousel {
    scale: 0.9;
  }
  .newsblockgridlad {
    grid-template-columns: repeat(1, 1fr);
  }
  .fiveslider,
  .about,
  .ladblock,
  .container55 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 411px) and (max-width: 661px) {
  .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsblockgridlad {
    grid-template-columns: repeat(1, 1fr);
  }
  .fiveslider,
  .about,
  .ladblock,
  .container55 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fiveslider {
    margin-top: 95px;
  }
  .newsblockgridlad .content-carrousel {
    scale: 0.7;
  }
  .FWPOP1 .content-carrousel {
    scale: 0.6;
  }
  .FWPOP2 .content-carrousel {
    scale: 0.6;
  }
}
@media screen and (min-width: 360px) and (max-width: 411px) {
  .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsblockgridlad {
    grid-template-columns: repeat(1, 1fr);
  }
  .fiveslider,
  .about,
  .ladblock,
  .container55 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fiveslider {
    margin-top: 85px;
  }
  .newsblockgridlad .content-carrousel {
    scale: 0.7;
  }
  .FWPOP1 .content-carrousel {
    scale: 0.6;
  }
  .FWPOP2 .content-carrousel {
    scale: 0.6;
  }
}
@media screen and (max-width: 360px) {
  .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsblockgridlad {
    grid-template-columns: repeat(1, 1fr);
  }
  .fiveslider,
  .about,
  .ladblock,
  .container55 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fiveslider {
    margin-top: 135px;
  }
  .newsblockgridlad .content-carrousel {
    scale: 0.7;
  }
  .FWPOP1 .content-carrousel {
    scale: 0.6;
  }
  .FWPOP2 .content-carrousel {
    scale: 0.6;
  }
}
not {
  color: white;
  font-weight: normal;
}