@import '../font/stylesheet.css';
@import '../font/stylesheet1.css';
*{
  box-sizing: border-box;
}
body{
  margin:0;
  padding:0;
  font-family: Montserrat;
  overflow-x: hidden;
}
a, a:hover{
  text-decoration: none;
}
.pl_0{
  padding-left: 0 ;
}
.pr_0{
  padding-right: 0;
}
button:focus, a:focus, button:active, a:active, input:focus, input:active, input:hover, textarea:focus, textarea:active, textarea:hover{
  outline: none !important;
  box-shadow: none !important;
}
ul{
  margin:0;
  padding:0;
  list-style: none;
}
#header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#mobile_header{
  display: none;
}
#header nav {
  padding-top: 25px;
  padding-bottom: 25px;
}
#header .logo img{
    width: 180px;
    height: 101px;
    object-fit: contain;
}
#header .navbar-nav{
  margin:0 auto;
}
#header .nav-item{
  position: relative;
  padding: 15px 0;
}
#header .nav-item a{
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 0 5px;
  transition: 0.2s;
}
#header .nav-item a:hover{
  transition: 0.2s;
  color: #f48120;
}
#header .nav-item a.active{
  transition: 0.2s;
  color: #f48120 !important;
}

#header .swech_lang_main>ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#header .swech_lang_main ul .language{
  position: relative;margin-right: 15px;
}
#header .swech_lang_main ul .language  ul{
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
#header .swech_lang_main ul .language  button{
  background: transparent;
  color:#fff;
  border:none;
 font-family: Montserrat;
 font-size: 13px;
 font-weight: 500;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 padding:0;
 cursor: pointer;
 position: relative;
}
#header .swech_lang_main ul .language  button span{
  font-size: 9px;
  position: absolute;
  top: 4px;
      right: -13px;
}
#header .swech_lang_main ul .language ul li a{
    color:#fff;
   font-family: Montserrat;
   font-size: 13px;
   font-weight: 500;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;

}

#header .swech_lang_main .search_button_main{
  margin:0 20px;
}
#header .swech_lang_main .search_button_main button{
  background: transparent;
  color:#fff;
  border:0;
  cursor: pointer;
}
#header .swech_lang_main .search_button_main button img{
width:18px;
}
#header .swech_lang_main .sweech{
  display: flex;
}
#header .swech_lang_main .sweech a{
  font-family: KudryashevHeadline;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#header .swech_lang_main .sweech a.active{
    color: #f48120;
}
#header .swech_lang_main .sweech hr{
    border-color:#4f4f4f;
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
        margin-top: 17px;
}

#search_layo{
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  display: none;
}
#search_layo .search_content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search_layo .search_content span{
  font-family: KudryashevHeadline;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
}
#search_layo .search_content input{
  font-family: KudryashevHeadline;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
  background-color: transparent;
  border:none;
  border-bottom: 1px solid #fff;
  margin:0 15px;
  flex-basis: 40%;
}
#search_layo .search_content input::-webkit-input-placeholder,#search_layo .search_content input:-ms-input-placeholder,
#search_layo .search_content input::placeholder {
  font-family: KudryashevHeadline;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
}

#search_layo .search_content button{
  border:none;
  transform:rotate(90deg);
  background-color: transparent;
  cursor: pointer;
}
#search_layo .search_content button img{
width: 40px;
}

#header .nav-item .service_cates{
  position: absolute;
  min-width: 210px;
  background: #fff;
  z-index: 10;
  left: 0;
  top:100%;
  display: none;
}
#header .nav-item .service_cates>li{
    font-family: Montserrat;
   font-size: 13px;
   font-weight: 300;
   font-style: normal;
   font-stretch: normal;
   line-height: 1.69;
   letter-spacing: normal;
   color: #929292;
     transition: 0.2s;
     cursor: pointer;
     padding:5px 15px;
     position: relative;
     padding-right: 35px;
     text-transform: capitalize;
}


#header .nav-item .service_cates li:hover{
    transition: 0.2s;
   color: #f48120;
}
#header .nav-item .service_cates li span{
     position: absolute;
     top: 50%;
     right: 15px;
     transform: translateY(-50%);
}
#header .nav-item .service_cates li span::before{
    font-size: 10px;
    color: #929292;
}
#header .nav-item .service_cates li:hover span::before{
    color: #f48120;
}

#header .nav-item  ul.name_services {
    min-width: 200px;
    position: absolute;
    left: 100%;
      top: 0px;
    background: #fff;
    padding:5px 20px;
    margin-left:1px;
    display: none;
}
#header .nav-item  ul.name_services li a {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #929292;
  transition: 0.2s;
  margin:0;
  text-transform: capitalize;
}
#header .nav-item  ul.name_services li a:hover {
  color: #f48120;
  padding:10px 0;
  transition: 0.2s;
}




/* ---------------- Footer ------------------ */

footer{
  background: #252525;
}
.footer_left img{
  max-width: 100%;
}
.footer_left p{
  font-family: Montserrat;
font-size: 13px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.69;
letter-spacing: normal;
color:#686a75;
padding:25px 0 45px 0;
width: 80%;
}
.footer_left .footer_social{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer_left .footer_social a{
  width: 30px;
   height: 30px;
   border: solid 1px #4f4f4f;
   margin-right: 20px;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
}
.footer_left .footer_social a:nth-child(2) span{
  font-size: 11px;
}
.footer_left .footer_social a:nth-child(2) span::before{
  color: #4f4f4f;
}
.footer_left .footer_social a:hover {
  background: #4f4f4f;
  transition: 0.2s;
}
.footer_left .footer_social a:hover span::before{
  color: #fff;
  transition: 0.2s;
}
.footer_center h3, .footer_right h3{
  font-family: Montserrat;
font-size: 20px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #fff;
padding-bottom: 30px;
}
.footer_center li {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
}
.footer_center li:before {
  content: "\e902";
  color: #f48120;
  font-size: 10px;
  margin-right: 5px;
}
.footer_center li a{
  font-family: Montserrat;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #686a75 !important;
transition: 0.2s;
/* text-transform: uppercase; */
}
.footer_center li a:hover{
color: #f48120 !important;
transition: 0.2s;
}
.footer_right p, .footer_right>a, .footer_right ul li {
  font-family: Montserrat;
font-size: 13px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.69;
letter-spacing: normal;
color: #686a75;
}
.footer_right ul{
  margin-bottom: 20px;
}
.footer_right>a{
  color:#f48120;
}
.footer_bottom{
  padding:10px 0;
  border-top: 1px solid #383737;
}
.colntent_f{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.colntent_f img{
width: 50px;
}
.colntent_f p{
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #686a75;
  margin:0;
}
.colntent_f p span{

  color: #f48120;
}
#footer_top{
  padding-top:40px;
  padding-bottom: 30px;
  position: relative;
}
.top{
  width: 50px;
 height: 50px;
 background-color: #f48120;
 position: absolute;
 right: 0;
 top: -30px;
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
}
.top span{
  font-size: 20px;
  -webkit-animation: mover 0.51s infinite  alternate;
    animation: mover 0.51s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(2px); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(2px); }
    100% { transform: translateY(-5px); }
}

/* --------------------- INTRO ----------------------------- */
#cover{
  display: flex;
  position: fixed;
  z-index: 10000;
  width: 100%;
  background: black;
}
#cover .woman , #cover .man {
  width: 50%;
  height: 100vh;
}
#cover .woman a, #cover .man a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
#cover .woman a>img, #cover .man a>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo_intro {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: blur(5px);
  transition: 0.2s;
}
.logo_intro img{
  width: 245px;
    transition: 0.2s;
}
#cover .woman a:hover .logo_intro, #cover .man a:hover .logo_intro{
  filter: blur(0px);
    background-color: rgba(0,0,0,0.8);
  transition: 0.2s;
}
#cover .woman a:hover img, #cover .man a:hover img{
  transform: scale(1.1);
  transition: 0.2s;
}
/* ------------------------------------- 404 ------------------------------------- */
#main_404{
  background-color: #2a2a2a;
  height: 100vh;
}
.content_404{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.text_404{
  width: 400px;
  text-align: center;

}
.content_404 h1{
  font-family: KudryashevHeadline;
  font-size: 80px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  /* padding-top: 60px; */
}
.content_404 h3{
  font-family: KudryashevHeadline;
  font-size: 35px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f48120;
  margin-bottom: 40px;
}
.content_404 p{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.content_404 img{
  margin-top: 35px;
}
.home_page a{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  color: #f48120;
  margin-top: 10px;
  display: block;
}
.footer_404{
  background-color: #252525;
}
.footer_logo_404{
  text-align: center;
  padding:40px 0;
  border-bottom: 1px solid #383737;
}
.footer_text_404{
  padding:20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_text_404 p{
  font-family: Montserrat;
 font-size: 13px;
 font-weight: 300;
 font-style: normal;
 font-stretch: normal;
 line-height: normal;
 letter-spacing: normal;
 color: #686a75;
 margin-bottom: 0;
}
.footer_text_404 p span{
 color: #f48120;
}
.footer_text_404 p span{
 color: #f48120;
}

@media (max-width:568px) {
  /* ------------header --------------- */
  #header{
    display: none;
  }
  #mobile_header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    display: block;
  }
  .mobile_nav_main{
    position: relative;
  }
  .mobile_nav{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .mobile_nav>button{
    background: transparent;
    border:none;
    cursor: pointer
  }
  .mobile_nav>button img{
    width: 20px;
  }
  .mobile_nav>a>img{
    width: 100px;
  }
  .mobile_nav_list{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding:30px 0;
    display: none;
  }
  .mobile_list>li{
    padding:8px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .mobile_list>li>a{
    font-family: Montserrat;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;
   padding:0;
   color: #a8a8a8;
  }
  .mobile_list>li>a.active{

   color: #f48120;
  }
  .mobile_service_cate_main a{
    display: flex;
    justify-content: space-between;

  }
  .mobile_service_cate_main a span.icon-arrow-right:before{
    font-size: 12px;
    margin-right: 5px;
    color: #a8a8a8;
  }
  .mobile_service_cates{
    padding-left: 15px;
      padding:8px 0px 0 15px;
  }
  .mobile_service_cates>li {
    padding:3px 0 0 0;
  }
  .mobile_service_cates>li p{
    color: #a8a8a8;
    margin:0;
    display: flex;
    justify-content: space-between;
  }
  .mobile_service_cates>li span.icon-arrow-right:before{
    padding:5px 0;
    font-size: 12px;
    color: #a8a8a8;
    margin-right: 5px;
  }
  .mobile_service_cates>li span, .mobile_service_cate_main a span{
    transition: 0.2s;
  }
  .mobile_name_services{
    padding:8px 0px 0 15px;
  }
  .mobile_name_services>li>a{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a8a8a8;
    margin:3px 0;
  }
  .mobile_name_services, .mobile_service_cates{
    display: none;
  }
  .gender_swich_mobile,.lang_swich_mobile {
    display: flex;align-items: center;
    justify-content: center;
    padding:10px 0;
  }
  .gender_swich_mobile li:nth-child(2){
      width: 15px;height: 1px;background-color: #a8a8a8;
  }
  .gender_swich_mobile li a{
    font-family: KudryashevHeadline;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a8a8a8;
    margin:0 10px;
  }
  .gender_swich_mobile li a.active, .lang_swich_mobile li a.active{
    color: #252525;
  }
  .lang_swich_mobile li a{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a8a8a8;
    margin:0 10px;
  }
  #search_layo .search_content span{
    display: none;
  }
  #search_layo .search_content button{
    margin-top: 13px;
  }
  #search_layo .search_content button img{
    width: 25px;
  }
  /* ---------------- Footer ------------------ */
  .footer_left{
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_left p{
    width: 100%;
    padding: 25px 0 25px 0;
  }
  .footer_left .footer_social{
    align-items: center;
    justify-content: center;
  }
  .footer_right p, .footer_right>a, .footer_right ul li{
    font-size: 12px;
  }
  .colntent_f p, .footer_center li a{
    font-size: 12px;
  }
  .colntent_f img{
    display: none;
  }
  /* ------------------- INTRO -------------------- */
  #cover{
    flex-wrap: wrap;
  }
  #cover .woman, #cover .man {
    width: 100%;
    height: 50vh;
  }
  .logo_intro img {
    width: 170px;
  }
}
@media (min-width:568px) and (max-width:768px) {
  /* ------------header --------------- */
  #header{
    display: none;
  }
  #mobile_header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    display: block;
  }
  .mobile_nav_main{
    position: relative;
  }
  .mobile_nav{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .mobile_nav>button{
    background: transparent;
    border:none;
    cursor: pointer
  }
  .mobile_nav>button img{
    width: 20px;
  }
  .mobile_nav>a>img{
    width: 100px;
  }
  .mobile_nav_list{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding:30px 0;
    display: none;
  }
  .mobile_list>li{
    padding:8px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .mobile_list>li>a{
    font-family: Montserrat;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;
   padding:0;
   color: #a8a8a8;
  }
  .mobile_service_cate_main a{
    display: flex;
    justify-content: space-between;

  }
  .mobile_service_cate_main a span.icon-arrow-right:before{
    font-size: 12px;
    margin-right: 5px;
    color: #a8a8a8;
  }
  .mobile_service_cates{
    padding-left: 15px;
      padding:8px 0px 0 15px;
  }
  .mobile_service_cates>li {
    padding:3px 0 0 0;
  }
  .mobile_service_cates>li p{
    color: #a8a8a8;
    margin:0;
    display: flex;
    justify-content: space-between;
  }
  .mobile_service_cates>li span.icon-arrow-right:before{
    padding:5px 0;
    font-size: 12px;
    color: #a8a8a8;
    margin-right: 5px;
  }
  .mobile_service_cates>li span, .mobile_service_cate_main a span{
    transition: 0.2s;
  }
  .mobile_name_services{
    padding:8px 0px 0 15px;
  }
  .mobile_name_services>li>a{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a8a8a8;
    margin:3px 0;
  }
  .mobile_name_services, .mobile_service_cates{
    display: none;
  }
  .gender_swich_mobile,.lang_swich_mobile {
    display: flex;align-items: center;
    justify-content: center;
    padding:10px 0;
  }
  .gender_swich_mobile li:nth-child(2){
      width: 15px;height: 1px;background-color: #a8a8a8;
  }
  .gender_swich_mobile li a{
    font-family: KudryashevHeadline;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a8a8a8;
    margin:0 10px;
  }
  .gender_swich_mobile li a.active, .lang_swich_mobile li a.active{
    color: #252525;
  }
  .lang_swich_mobile li a{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a8a8a8;
    margin:0 10px;
  }
  #search_layo .search_content span{
    display: none;
  }
  #search_layo .search_content button{
    margin-top: 13px;
  }
  #search_layo .search_content button img{
    width: 25px;
  }
/*--------------- footer----------- */

  .footer_left{
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_left p{
    width: 100%;
    padding: 25px 0 25px 0;
  }
  .footer_left .footer_social{
    align-items: center;
    justify-content: center;
  }
  .footer_right p, .footer_right>a, .footer_right ul li{
    font-size: 14px;
  }
  .colntent_f p, .footer_center li a{
    font-size: 14px;
  }
  .footer_center h3, .footer_right h3{
    padding-bottom: 15px;
  }
/* ------------------- INTRO -------------------- */
  .logo_intro img {
    width: 200px;
  }
}
@media (min-width:768px) and (max-width:992px) {
  /* ------------header --------------- */
  #header{
    display: none;
  }
  #mobile_header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    display: block;
  }
  .mobile_nav_main{
    position: relative;
  }
  .mobile_nav{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .mobile_nav>button{
    background: transparent;
    border:none;
    cursor: pointer
  }
  .mobile_nav>button img{
    width: 20px;
  }
  .mobile_nav>a>img{
    width: 100px;
  }
  .mobile_nav_list{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding:30px 0;
    display: none;
  }
  .mobile_list>li{
    padding:8px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .mobile_list>li>a{
    font-family: Montserrat;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;
   padding:0;
   color: #a8a8a8;
  }
  .mobile_service_cate_main a{
    display: flex;
    justify-content: space-between;

  }
  .mobile_service_cate_main a span.icon-arrow-right:before{
    font-size: 12px;
    margin-right: 5px;
    color: #a8a8a8;
  }
  .mobile_service_cates{
    padding-left: 15px;
      padding:8px 0px 0 15px;
  }
  .mobile_service_cates>li {
    padding:3px 0 0 0;
  }
  .mobile_service_cates>li p{
    color: #a8a8a8;
    margin:0;
    display: flex;
    justify-content: space-between;
  }
  .mobile_service_cates>li span.icon-arrow-right:before{
    padding:5px 0;
    font-size: 12px;
    color: #a8a8a8;
    margin-right: 5px;
  }
  .mobile_service_cates>li span, .mobile_service_cate_main a span{
    transition: 0.2s;
  }
  .mobile_name_services{
    padding:8px 0px 0 15px;
  }
  .mobile_name_services>li>a{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a8a8a8;
    margin:3px 0;
    text-transform: lowercase;
  }
  .mobile_name_services, .mobile_service_cates{
    display: none;
  }
  .gender_swich_mobile,.lang_swich_mobile {
    display: flex;align-items: center;
    justify-content: center;
    padding:10px 0;
  }
  .gender_swich_mobile li:nth-child(2){
      width: 15px;height: 1px;background-color: #a8a8a8;
  }
  .gender_swich_mobile li a{
    font-family: KudryashevHeadline;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a8a8a8;
    margin:0 10px;
  }
  .gender_swich_mobile li a.active, .lang_swich_mobile li a.active{
    color: #252525;
  }
  .lang_swich_mobile li a{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a8a8a8;
    margin:0 10px;
  }
  #search_layo .search_content span{
    display: none;
  }
  #search_layo .search_content button{
    margin-top: 13px;
  }
  #search_layo .search_content button img{
    width: 25px;
  }
    .footer_left p{
      font-size: 12px;
      padding: 20px 0 10px 0;
      width: 100%;
    }
}
@media (min-width:992px) and (max-width:1200px) {
  #header .logo img{
    width: 150px;
  }
  #header .nav-item a {
    font-size: 12px;
    margin: 0 3px;
  }
}
