/*! ------------------------------------------------
 * Project Name: MurphyIT - Coming Soon and Landing Page Template
 * Project Description: MurphyIT - awesome coming soon template to kick-start your project
 * Tags: MurphyIT, coming soon, under construction, template, landing page, portfolio, one page, responsive, html5, css3, creative, clean, agency, personal page
 * Version: 1.0.2
 * Build Date: Feb 2024
 * Last Update: may 2024
 * This product is available exclusively on murphy it
 * Author: loysboy98
 * Author URI: https://murphy.uz
 * File name: main.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. footer_right
 *  2. banner_main
 *  3. main_button
 *  4. popup-with-zoom-anim
 *  5. popup_style
 *  6. resume_h1
 *  7. footer_bottom
 *  8. main_button_about
 *  9. drobdawn_lang
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* new style for me baby) */
.footer_right{
  width: 37%;
}
.footer_right img{
  width: 50%;
}
.footer_left{
  width: 320px;
}

/* main css banner here */


.svg-background-1 {
  background-image: url("../img/backgrounds/bg-about.svg");
}

.svg-background-2 {
  background-position: right bottom;
  background-image: url("../img/backgrounds/bg-about-half.svg");
}

.svg-background-3 {
  background-position: right top, left bottom;
  background-image: url("../img/backgrounds/bg-contact.svg"), url("../img/backgrounds/bg-contact-2.svg");
}


@media (orientation: landscape) {
  .svg-background-1 {
    background-image: url("../img/backgrounds/bg-about.svg");
  }

  .svg-background-3 {
    background-image: url("../img/backgrounds/bg-contact.svg"), url("../img/backgrounds/bg-contact-2.svg");
  }
}
@media (orientation: portrait) {
  .svg-background-1 {
    background-image: url("../img/backgrounds/bg-about-portrait.svg");
  }

  .svg-background-3 {
    background-position: right top;
    background-image: url("../img/backgrounds/bg-contact-portrait.svg");
  }
}

.inner-video {
  background-image: url("../img/backgrounds/pages/about-banner.jpeg");
}

.about-intro {
  background-image: url("../img/backgrounds/pages/aboutuz.png");
}
.about-intro-en {
  background-image: url("../img/backgrounds/pages/abouten.png");
}
.about-intro-ru {
  background-image: url("../img/backgrounds/pages/aboutru.png");
}
.about-intro-cn {
  background-image: url("../img/backgrounds/pages/aboutcn.png");
}

.works-intro {
  background-image: url("../img/backgrounds/pages/cursesuz.png");
}
.works-intro-en {
    background-image: url("../img/backgrounds/pages/cursesen.png");
  }
.works-intro-ru {
  background-image: url("../img/backgrounds/pages/cursesru.png");
}
.works-intro-cn {
  background-image: url("../img/backgrounds/pages/cursescn.png");
}
.contact-intro {
  background-image: url("../img/backgrounds/pages/contactuz.png");
}
.contact-intro-ru {
  background-image: url("../img/backgrounds/pages/contactru.png");
}
.contact-intro-cn {
  background-image: url("../img/backgrounds/pages/contactcn.png");
}
.contact-intro-en {
  background-image: url("../img/backgrounds/pages/contacten.png");
}
/* pages intro banners big pages */
@media (orientation: landscape) {
  .about-intro {
    background-image: url("../img/backgrounds/pages/aboutuz.png");
  }
  .about-intro-en {
    background-image: url("../img/backgrounds/pages/abouten.png");
  }
  .about-intro-ru {
    background-image: url("../img/backgrounds/pages/aboutru.png");
  }
  .about-intro-cn {
  background-image: url("../img/backgrounds/pages/aboutcn.png");
  }
  .works-intro {
    background-image: url("../img/backgrounds/pages/cursesuz.png");
  }
  .works-intro-en {
    background-image: url("../img/backgrounds/pages/cursesen.png");
  }
  .works-intro-ru {
    background-image: url("../img/backgrounds/pages/cursesru.png");
  }
  .works-intro-cn {
    background-image: url("../img/backgrounds/pages/cursescn.png");
  }
  .contact-intro {
    background-image: url("../img/backgrounds/pages/contactuz.png");
  }
  .contact-intro-ru {
    background-image: url("../img/backgrounds/pages/contactru.png");
  }
  .contact-intro-cn {
    background-image: url("../img/backgrounds/pages/contactcn.png");
  }
  .contact-intro-en {
    background-image: url("../img/backgrounds/pages/contacten.png");
  }
}
/* pages intro mobil banners */
@media (orientation: portrait) {
  .about-intro {
    background-image: url("../img/backgrounds/pages/aboutuz-mobil.png");
  }
  .about-intro-en {
    background-image: url("../img/backgrounds/pages/abouten-mobil.png");
  }
  .about-intro-ru {
    background-image: url("../img/backgrounds/pages/aboutru-mobil.png");
  }
  .about-intro-cn {
    background-image: url("../img/backgrounds/pages/aboutcn-mobil.png");
  }
  .works-intro {
    background-image: url("../img/backgrounds/pages/cursesuz-mobil.png");
  }
  .works-intro-en {
    background-image: url("../img/backgrounds/pages/cursesen-mobil.png");
  }
  .works-intro-ru {
    background-image: url("../img/backgrounds/pages/cursesru-mobil.png");
  }
  .works-intro-cn {
    background-image: url("../img/backgrounds/pages/cursescn-mobil.png");
  }
  .contact-intro {
    background-image: url("../img/backgrounds/pages/contactuz-mobil.png");
  }
  .contact-intro-ru {
    background-image: url("../img/backgrounds/pages/contactru-mobil.png");
  }
  .contact-intro-cn {
    background-image: url("../img/backgrounds/pages/contactcn-mobil.png");
  }
  .contact-intro-en {
    background-image: url("../img/backgrounds/pages/contacten-mobil.png");
  }
}



/* Banner and slider pc version */
@media screen and (min-width: 480px) and (max-width: 3840px) {
  /* page banner*/
  .banner_main{
    background-position: center;
    background-size: cover;
    background-image: url('../img/mainbanner2.png');
  }
  
  .tex-intro{
    background-image: url("../img/backgrounds/pages/tishtexnikuz.png");
  }
  .tex-intro-cn{
    background-image: url("../img/backgrounds/pages/tishtexikcn.png");
  }
  .tex-intro-en{
    background-image: url("../img/backgrounds/pages/tishtexniken.png");
  }
  .tex-intro-ru{
    background-image: url("../img/backgrounds/pages/tishtexnikru.png");
  }
  .stom-intro{
    background-image: url("../img/backgrounds/pages/stomologiyauz.png");
  }
  .stom-intro-cn{
    background-image: url("../img/backgrounds/pages/stomologiyacn.png");
  }
  .stom-intro-ru{
    background-image: url("../img/backgrounds/pages/stomologiyaru.png");
  }
  .stom-intro-en{
    background-image: url("../img/backgrounds/pages/stomologiyaen.png");
  }
  /* page banner end*/
  
  
}


/* Banner and slider mobil version */
@media screen and (min-width: 100px) and (max-width: 580px) {
  /* page banner*/
  .banner_main{
    background-position: center;
    background-size: cover;
    background-image: url('../img/mainbanner-mobil.png');
  }
  
  .tex-intro{
    background-image: url("../img/backgrounds/pages/tishtexikuz-mobil.png");
  }
  .tex-intro-cn{
    background-image: url("../img/backgrounds/pages/tishtexikcn-mobil.png");
  }
  .tex-intro-ru{
    background-image: url("../img/backgrounds/pages/tishtexikru-mobil.png");
  }
  .tex-intro-en{
    background-image: url("../img/backgrounds/pages/tishtexiken-mobil.png");
  }
  .stom-intro{
    background-image: url("../img/backgrounds/pages/stomologiyauz-mobil.png");
  }
  .stom-intro-cn{
    background-image: url("../img/backgrounds/pages/stomologiyacn-mobil.png");
  }
  .stom-intro-ru{
    background-image: url("../img/backgrounds/pages/stomologiyaru-mobil.png");
  }
  .stom-intro-en{
    background-image: url("../img/backgrounds/pages/stomologiyaen-mobil.png");
  }
  /* page banner end*/
  .works-slide-img {
    display: none;
  }
  .dropdown{
    left: 103%;
  }
}

.swiper-slide-1 {
  background-image: url("../img/marvar/1920x1080-1.webp");
}

/* about page end doiposle slider */
.about-end-slide-1{
  background-image: url("../img/sliders/doposle/doiposle1.png");
}
.about-end-slide-2{
  background-image: url("../img/sliders/doposle/doiposle2.png");
}
.about-end-slide-3{
  background-image: url("../img/sliders/doposle/doipsole3.png");
}
.about-end-slide-4{
  background-image: url("../img/sliders/doposle/doiposle4.png");
}
/* image-block-slider-china */
.about-cn-slide-1{
  background-image: url("../img/sliders/doposle/CN/doiposle1.png");
}
.about-cn-slide-2{
  background-image: url("../img/sliders/doposle/CN/doiposle2.png");
}
.about-cn-slide-3{
  background-image: url("../img/sliders/doposle/CN/doiposle3.png");
}
.about-cn-slide-4{
  background-image: url("../img/sliders/doposle/CN/doiposle4.png");
}
.about-uz-slide-1{
  background-image: url("../img/sliders/doposle/UZ/doiposle1.png");
}
.about-uz-slide-2{
  background-image: url("../img/sliders/doposle/UZ/doiposle2.png");
}
.about-uz-slide-3{
  background-image: url("../img/sliders/doposle/UZ/doiposle3.png");
}
.about-uz-slide-4{
  background-image: url("../img/sliders/doposle/UZ/doiposle4.png");
}
.about-en-slide-1{
  background-image: url("../img/sliders/doposle/EN/doiposle1.png");
}
.about-en-slide-2{
  background-image: url("../img/sliders/doposle/EN/doiposle2.png");
}
.about-en-slide-3{
  background-image: url("../img/sliders/doposle/EN/doiposle3.png");
}
.about-en-slide-4{
  background-image: url("../img/sliders/doposle/EN/doiposle4.png");
}

/* image-block-main */
.image-block-main1{
  background-image: url("../img/marvar/about-blog1.png");
}
.image-block-main2{
  background-image: url("../img/works/tex.png") 
}
.image-block-main3{
  background-image: url("../img/works/uchobni.png") 
}
/* image-about-block */
.image-about-block-1 {
  background-image: url("../img/marvar/about-blog1.png");
}
.image-about-block-2 {
  background-image: url("../img/marvar/tishteximg-3.jpeg");
}
.image-about-block-3 {
  background-image: url("../img/marvar/about-blog3.png");
}
/* image-tex-block */
.image-tex-about-1{
  background-image: url("../img/marvar/tishteximg-1.jpeg") 
}
.image-tex-about-2{
  background-image: url("../img/marvar/tex-about-blog2.jpeg") 
}
.image-tex-about-3{
  background-image: url("../img/marvar/tishteximg-3.jpeg") 
}
/* image-sto-block */
.image-sto-about-1{
  background-image: url("../img/marvar/about-blog1.png");
}
.image-sto-about-2{
  background-image: url("../img/marvar/tishteximg-2.jpg");
}



.main_button{
  position: absolute;
  top: 86%;
  left: 13%;
  text-transform: uppercase;
  border-radius: 0 22px 0 22px;
  background-color: #0a5df7;
  padding: 8px 54px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
}
.main_button:hover{
  background-color: #2b11f5;
}

.main_button_about{
  text-transform: uppercase;
  border-radius: 0 22px 0 22px;
  background: #8e2de2;
  background: -webkit-linear-gradient(to left, #8e2de2, #4a00e0); 
  background: linear-gradient(to left, #8e2de2, #4a00e0);
  padding: 0.625rem 2.3rem;
  text-align: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
}
.main_button_about:hover{
  opacity: 0.8;
}


/* curse style start*/
.curs_style {
  border-radius: 34px;
  background: #002954;
	padding: 60px 100px;
	text-align: left;
	/* max-width: 800px; */
	margin: 40px auto;
	position: relative;
  width: calc(100% - 40px);
  max-width: 1400px;
  min-height: 720px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.curs_h1{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.form_curs{
  margin-top: 10px;
  display: flex;
  gap: 10px;
  width: 95%;
}
.form_curs button{
  border-radius: 18px;
}
.curs_h6{
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.curs_p{
  overflow: auto;
  color:#fff;
  font-size: 18px;
  width: 95%;
  height: 80%;
  border-radius: 15px;
  padding: 5px;
}
.curse_blog{
  gap: 8px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.curse_box{
  border-radius: 24px;
  flex-basis: 100%;
  background-color:#fff;
  padding: 20px;
  
}
.cursebox_title{
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.cursebox_text{
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #666;
}
.cursebanner{
  background-position: right;
  background-repeat: no-repeat;
}
.cursebannerbox{
  max-width: 100%;
  max-height: 330px;
  display: flex;
  justify-content: space-between;
}
.curse_text_blog{
  align-items: self-end;
  width: 50%;
}
.curse_video_blog{
  width: 50%;
  border-radius: 23px;
}
.curse_video_blog iframe{
  border-radius: 24px;
}

.popup-with-zoom-anim{
  font-size: 18px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
}
.popup-with-zoom-anim:hover{
  color:#fff;
}
.popup_style {
  border-radius: 10px;
  background-color: #191f70a9;
	padding: 20px 30px;
	text-align: left;
	max-width: 500px;
	margin: 40px auto;
	position: relative;
}
.resume_h1{
  font-size: 28px;
  margin-bottom: 10px;
}
.resume_h1 span{
  color: aqua;
  font-weight: bold;
}
/* resume style end*/

/* popup animation start */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/* footer start */
.swiper-footer {
  height: 437px;
}
.footer {
  max-height: 100vh;
  height: 100%;
  background: #080046;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  z-index: 997;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 11;
}
.footer-item {
  margin-bottom: 23px;
}
.footer-item-img {
  width: 207px;
  height: 60px;
  border-radius: 10px;
  margin-bottom: 68px;
  z-index: 11;
}
.footer::before {
  content: "";
  position: absolute;
  width: 1996.55px;
  height: 1224.76px;
  left: -910.84px;
  top: 638px;
  background: rgba(2, 190, 179, 0.3);
  -webkit-filter: blur(250px);
  filter: blur(250px);
  z-index: 0;
  -webkit-transform: rotate(0.29deg);
  -ms-transform: rotate(0.29deg);
  transform: rotate(0.29deg);
}
.footer-item a {
  color: #fff;
  display: block;
}
.footer-table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.footer-table-days {
  margin-bottom: 13px;
}
.footer-table-day {
  width: 52px;
  height: 23px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
}
.footer-table-times {
  margin-bottom: 29px;
}
.footer-table-time {
  width: 52px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.footer-table-date {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 13px;
  position: relative;
}
.footer-table-date::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 1px;
  background: #FFFFFF;
}
.footer-list-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}
.footer-contact-item div {
  width: 60px;
  height: 60px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-contact-address {
  max-width: 327px;
}
.footer-iconlogo img{
  width: 28px;
  height: 28px;
}
/* footer end */
/* curse slider splide */
.splide__arrow{
  background: none;
  width: 50px;
}
.splide__arrow svg{
  width: 50px;
  height: 100px;
}

.swiper-cursebox{
  height: 390px;
  background-color: #fff;
  border-radius: 12px;
  background-position: center;
}

.cursebox-text{
  padding: 10px;
}
.curse-img{
  height: 50%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.curse-info{
  font-size: 14px;
  font-weight: 500;
  background-color:#002954;
  color: #fff;
  padding: 2px 4px 3px 4px;
  border-radius: 3px;
  text-transform: uppercase;
}
.curse-text{
  color: #002954;
  font-size: 20px;
}
.cursebox-button{
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 10px;
}
.curse-teacher-img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
.curse-teacher-name{
  color: #002954;
}
.mfp-close-btn-in .mfp-close{
  color: #fff;
}
.curse-button{
  justify-content: center;
  text-align: center;
  display: flex;
  position: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-width: 1px;
  border-radius: 12px;
  background-color: #191f70;
  padding: 10px 50px;
}

.gallery_buttons{
  display: flex;
  justify-content:center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 51px;
}
.gallery_btn{
  margin: 0 13px;
  background-color: transparent;
  border: 0.4px solid #fff;
  border-radius: 10px;
  padding: 6px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.mixitup-control-active{
  background: #8e2de2;
  background: -webkit-linear-gradient(to left, #8e2de2, #4a00e0); 
  background: linear-gradient(to left, #8e2de2, #4a00e0);
  border: 1px solid #fff;
  color: #fff;
}
.gallery_inner{
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
.gallery_items{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px 25px;
}
.gallery_item:first-child{
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_item img{
  object-fit: cover;
  width: 100%;
  max-height: 717px;
  height: 100%;
  border-radius: 10px;
  transition: scale 400ms;
}
.gallery_item:hover img{
  scale: 103%;
}
.gallery_item iframe{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.topcurse img{
  transition: transform 2s;
}
.figure:hover img{
  transform: scale(1.1);
}

.dropdown{
  position: absolute;
  top: -20%;
  left: 120%;
  bottom: auto;
  
}
.dropbtn{
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0%;
  background-color: rgba(0,0,0,0.2);
  min-width: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: #fff;
  padding: 5px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-content a:hover {background-color: rgba(88, 85, 85, 0.2);
color: #7b48b7;}

.active-language{
  color: #7b48b7 !important;
}


/*mobil version */
@media screen and (min-width: 100px) and (max-width: 480px) {  
  .video_gallery{
    display: none;
  }
  .cursebannerbox{
    display: block;
  }
  .curs_style{
    padding: 10px;
    border-radius: 10px;
    min-height: 430px;
    margin: 0;
    min-width: 100%;
    
  }
  .curse_text_blog, .curse_video_blog,      
  .curse_video_blog iframe{
    width: 100%;
    border-radius: 5px;
  }

  .form_curs{
    display: block;
  }
  .curs_h1, .curs_h6{
    display: flex;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
  }
  .curs_p{
    overflow: auto;
    color:#fff;
    font-size: 12px;
    width: 100%;
    height: 200px;
    border-radius: 15px;
    padding: 5px;
    margin-bottom: 5px;
  }
  .form_curs{
    display: none;
  }
  .curse_blog{
    display: none;
  }
  .footer, .container{
    height: auto;
    display: block !important;
  }
  .footer-contact-address{
    display: none !important;
  }
  .footer-list{
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
  .header__language{
    top: -5.5rem;
  }
}
.listdropdown{
  width: 100%;
  background: transparent;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 5rem;
  padding: 1.6rem 0.2rem;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.4);
  
}
.listdropdown option {
  color: #080046;
  background:rgba(255, 255, 255, 0.4);
}

