@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap");


body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-family: "Playfair Display", serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: underline;
}

.hide {
  display: none;
  transition: all 0.3s ease;
}

.active-menu {
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  color: #fff;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(83, 83, 83);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.popup-content form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup-content input[type=text],
.popup-content input[type=password],
.popup-content input[type=email],
.popup-content input[type=checkbox] {
  padding: 10px;
  border: none !important;
  border-radius: 5px;
  background-color: rgb(198, 198, 198);
}

.popup-content button[type=submit] {
  background-color: #951009;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

.popup-content button[type=submit]:hover {
  background-color: #45a049;
}

.close-btn {
  background-color: #ff5a5a;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

img {
  width: 100%;
}

.wrapper__content .header {
  background: #191718;
  background: linear-gradient(128deg, #191718 0%, #191718 80%, #191718 100%);
  width: 100%;
}
.wrapper__content .header__top {
  max-width: 60%;
  margin: 0 auto;
  padding-top: 1%;
}
.wrapper__content .header__midl {
  max-width: 70%;
  margin: 0 auto;
}
.wrapper__content .header__burger {
  display: none;
}
.wrapper__content .header__lists {
  display: flex;
  color: #fff;
  justify-content: space-around;
  position: relative;
}
.wrapper__content .header__list:last-child {
  margin-left: 15%;
}
.wrapper__content .header__list img {
  width: 13px;
}
.wrapper__content .header__more {
  cursor: pointer;
}
.wrapper__content .header__more-box {
  text-align: center;
  position: absolute;
  top: 30px;
  right: 50px;
  background: linear-gradient(128deg, #191718 0%, #191718 43%, #644f4f 100%);
  padding: 1% 3%;
  z-index: 1;
}
.wrapper__content .header__more-box a {
  margin: 5%;
  text-decoration: underline;
}
.wrapper__content .header__more-box a:not(:last-child) {
  display: block;
  padding-bottom: 5px;
}
.wrapper__content .header__bottom {
  font-size: 0.8rem;
  background-color: #644f4f;
  width: 100%;
  color: #191718;
  font-weight: 700;
}
.wrapper__content .header__bottom-container {
  max-width: 96%;
  padding: 0.3%;
  overflow: hidden;
}
.wrapper__content .header__bottom-news {
  animation: marquee 25s linear infinite;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s ease;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.wrapper__content .top-header__container {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper__content .top-header__logo {
  max-width: 50px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.wrapper__content .top-header__name {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  margin-left: 15%;
  font-size: 20px;
}
.wrapper__content .top-header__logo img {
  width: 100%;
  border-radius: 50%;
}
.wrapper__content .top-header__search {
  display: flex;
}
.wrapper__content .top-header__login {
  max-width: 30px;
  align-items: center;
  display: flex;
}
.wrapper__content .top-header__login img {
  border-radius: 50%;
  width: 33px;
}
.wrapper__content .main {
  background: linear-gradient(128deg, #644f4f 0%, #191718 13%, #644f4f 100%);
  color: #fff;
}
.wrapper__content .main__top {
  max-width: 100%;
  margin: 0 auto;
  background: linear-gradient(128deg, #191718 0%, #191718 43%, #644f4f 100%);
}
.wrapper__content .main__top img {
  width: 50%;
  align-items: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 1% 0;
}
.wrapper__content .main__content img {
  max-width: 100%;
}
.wrapper__content .main__content {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
}
.wrapper__content .main__midl {
  margin: 3%;
  margin-bottom: 0;
  padding-bottom: 3%;
}
.wrapper__content .main__reght {
  margin: 3%;
  position: fixed !important;
  right: 0;
  top: 15%;
}
.wrapper__content .main__reght img {
  width: 100%;
}
.wrapper__content .main__news {
  position: relative;
  overflow: hidden;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper__content .main__flex {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 1%;
}
.wrapper__content .main__flex1 {
  display: grid;
  gap: 1%;
}
.wrapper__content .main__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1%;
}
.wrapper__content .main__news img {
  transition: all 0.3s ease;
}
.wrapper__content .main__info-news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.631372549);
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-left: 5px solid #644f4f !important;
}
.wrapper__content .main__news:hover img {
  transform: scale(2);
  transition: transform 0.3s ease;
}
.wrapper__content .main__table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
.wrapper__content .main__table a {
  margin: 5%;
}
.wrapper__content .main__table-box {
  background: linear-gradient(128deg, #191718 0%, #191718 43%, #644f4f 100%);
  padding: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100% !important;
}
.wrapper__content .main__table-logo {
  display: flex;
}
.wrapper__content .main__table-logo {
  width: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.wrapper__content .main__table-logo img {
  width: 10%;
  border-radius: 50%;
  margin-right: 3%;
}
.wrapper__content .main__column {
  background: linear-gradient(128deg, #191718 0%, #191718 43%, #191718 100%);
  padding: 3%;
}
.wrapper__content .main__column-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wrapper__content .main__column-img {
  margin-right: 5%;
  position: relative;
  width: 100%;
}
.wrapper__content .main__column-img-info {
  display: flex;
  position: absolute;
  align-items: start;
  background-color: rgba(0, 0, 0, 0.4901960784);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.wrapper__content .main__column-info {
  width: 100% !important;
  margin: 0 auto !important;
}
.wrapper__content .h3 {
  padding-left: 3%;
}
.wrapper__content .h1 {
  padding-left: 2%;
  font-size: 45px;
  margin: 1%;
}
.wrapper__content .h11 {
  font-size: 20px;
}
.wrapper__content .h33 {
  margin: 0;
}
.wrapper__content .p-news {
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right;
}
.wrapper__content .footer {
  background: linear-gradient(128deg, #191718 0%, #191718 43%, #191718 100%);
  z-index: 1000 !important;
  position: relative;
}
.wrapper__content .footer__content {
  max-width: 77%;
  margin: 0 auto;
  padding: 3%;
  padding-bottom: 1%;
}
.wrapper__content .footer__top {
  display: flex;
  color: #fff;
  max-width: 30%;
  justify-content: center;
  align-items: center;
}
.wrapper__content .footer__top-logo {
  width: 15%;
  margin-right: 5%;
}
.wrapper__content .footer__top-logo img {
  width: 100%;
  border-radius: 50%;
}
.wrapper__content .footer__midl {
  display: flex;
  color: #fff !important;
  justify-content: space-around;
}
.wrapper__content .footer__midl-raw {
  max-width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper__content .footer__midl-raw a {
  display: block;
  margin-bottom: 6%;
}
.wrapper__content .footer__bottom-polici {
  display: flex;
  color: #fff !important;
  justify-content: space-between;
  max-width: 70%;
}
.wrapper__content .footer__bottom-polici a {
  display: block;
}
.wrapper__content .footer__all {
  color: #fff;
  text-align: right;
}

video {
  width: 100%;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 60px;
  margin: 0 auto;
  transition: all 0.5s ease;
  overflow: hidden;
}

.icon {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
}

.icon::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgb(13, 65, 47);
  left: 5px;
  top: 5px;
}

.icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: rgb(13, 65, 47);
  top: 20px;
  transform: rotate(45deg);
  left: 16px;
}

.search.active {
  width: 300px;
}

.search .input {
  position: absolute;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  height: 60px;
}

.search .input input {
  border: 0;
  outline: 0;
  font-size: 16px;
  background-color: #fff;
  color: #191718 !important;
}

.clear {
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer;
}

.clear::before,
.clear::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #6b6b6b;
  right: 0px;
}

.clear::before {
  transform: rotate(45deg);
}

.clear::after {
  transform: rotate(-45deg);
}

@media (max-width: 1100px) {
  .search.active {
    width: 120px;
  }
  .top-header__container {
    max-width: 100%;
    width: 100%;
    display: grid !important;
    grid-template-columns: 7fr 2fr 1fr;
  }
  .top-header__name {
    white-space: normal !important;
  }
  .header__top {
    max-width: 95% !important;
    margin: 0 auto;
  }
  .header__burger {
    display: block !important;
    position: relative;
    width: 30px;
    height: 20px;
  }
  .header__burger.active::before {
    transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active::after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__burger.active span {
    transform: scale(0);
  }
  .header__burger::before, .header__burger::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease;
  }
  .header__burger span {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 9px;
    transition: all 0.3s ease;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__lists {
    display: flex;
    color: #fff;
    flex-direction: column;
    text-align: left !important;
    font-size: 1rem;
  }
  .header__list:last-child {
    margin-left: 0 !important;
  }
  .header__list {
    margin-bottom: 10%;
  }
  .header__more-box {
    text-align: center;
    position: absolute;
    top: 280px !important;
    right: 30px !important;
    background: transparent !important;
    padding: 1% 3%;
    z-index: 1;
    font-size: 16px;
  }
  .header__midl {
    position: fixed;
    max-width: 47% !important;
    width: 100%;
    height: 100%;
    right: -50%;
    top: 57px;
    background: linear-gradient(128deg, #191718 0%, #191718 43%, #191718 100%);
    z-index: 1;
    transition: all 0.3s ease;
    display: block;
  }
  .header__midl.active {
    right: 0%;
  }
  .main {
    background-color: #4f4f4f;
    color: #fff;
  }
  .main__top {
    max-width: 100%;
    margin: 0 auto;
    background-color: #6b6b6b;
  }
  .main__top img {
    width: 100% !important;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 1% 0;
  }
  .main__content img {
    max-width: 100%;
  }
  .main__content {
    display: grid;
    grid-template-columns: 1fr !important;
    position: relative;
    max-width: 100% !important;
    margin: 0 auto;
  }
  .main__midl {
    margin: 3%;
  }
  .main__reght {
    display: none;
  }
  .main__flex {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 1%;
  }
  .main__flex1 {
    display: grid;
    gap: 1%;
  }
  .main__grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 1%;
  }
  .main__table {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    gap: 1%;
  }
  .main__column-box {
    display: block !important;
  }
  .footer {
    background: linear-gradient(128deg, #191718 0%, #191718 43%, #191718 100%);
    z-index: 1000 !important;
    position: relative;
  }
  .footer__content {
    max-width: 77%;
    margin: 0 auto;
    padding: 3%;
    padding-bottom: 1%;
  }
  .footer__top {
    display: flex;
    color: #fff;
    max-width: 100% !important;
    justify-content: center;
    align-items: center;
  }
  .footer__top-logo {
    width: 15%;
    margin-right: 5%;
  }
  .footer__top-logo img {
    width: 100%;
    border-radius: 50%;
  }
  .footer__midl {
    display: block !important;
    
    justify-content: space-around;
  }
  .footer__midl-raw {
    max-width: 100% !important;
    margin: 0 auto;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer__midl-raw a {
    display: block;
    
    margin-bottom: 6%;
  }
  .footer__bottom-polici {
    display: block !important;
    max-width: 100%;
  }
  .footer__bottom-polici a {
    display: block;
    margin-bottom: 6%;
  }
  .footer__all {
    color: #fff;
    text-align: right;
  }
  .h1 {
    font-size: 18px !important;
  }
  .h3 {
    font-size: 14px !important;
  }
  .ads {
    margin-top: 30%;
  }
  .popup-content {
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */


.top-header__serch-icon{
  display:none; 
}
h1{
  font-size: 36px;
}
.h11, .h33, .p-news{
  font-size: 15px !important;
}