@media (min-width: 768px) {

}

@media screen and (max-width: 600px) {
  
}
@media (max-width: 991px){

}

@media (max-width: 1200px) {
   
}
@media screen and (min-width:2400px) and (max-width: 3000px){

}
@media screen and (min-width:1800px) and (max-width: 2399px){

}
@media screen and (min-width:1400px) and (max-width: 1799px){
	
}
@media screen and (min-width:1200px) and (max-width: 1400px){

}
@media screen and (min-width:1024px) and (max-width: 1200px){
.logos{text-align:center;}
.logos img{width:200px;height:auto;}
#cssmenu ul ul li {
    width: 100%;
}

}

@media screen and (min-width:768px) and (max-width: 1023px){
.logos{text-align:center;}
.logos img{width:200px;height:auto;}
#cssmenu {margin-top: 10px;background: #701314;}.logo{display:block;}
#cssmenu ul ul li {width: 100%;}
#cssmenu > ul > li > a {color: #fff;background: none;}


}

@media screen and (min-width:320px) and (max-width: 767px){
.logo{display:block;}
.owl-nav{display:none;}
#cssmenu {margin-top: 10px;background: #701314;}
.logos img{width:100%;}
#cssmenu > ul > li > a{color:#fff !important;}
#cssmenu ul ul li {width: 100%;}
.page-title h1 {font-size: 28px;}
.country_menu ul li{width:45%;}
.ad_bg2_bx {background: #00afdcb5;width: 100%;padding: 60px 30px;}
.footer_bx1{display:none;}
.single-footer-widget{padding:0px 15px;}
.why {width: 100%;height: auto;}
.about_ukraine:before {content: "";position: absolute;width: 0;height: 0;}
.testimonials-content:before {content: "\efcd";color: #cdd1d4;font-family: "Icofont";width: 20px;height: 20px;position: absolute;top: -35px;left: 0;font-size: 45px;}


}
@media (max-width: 767px){

}