/*==========  Desktop First Method  ==========*/


@media only screen and (max-width : 1250px) {
  .hero-unit-slider .hero-button{
    top: 18px;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}


@media only screen and (max-width : 1199px) {
  a.btn-anketa{
    float: left;
  }  
  .head-text-all-wrap {    
    top: -9px;
  }
  .all-centre-item-img {
    float: none;
    width: 205px;
    /* margin-right: 12px; */
    margin: auto;
  }
  .all-centre-item-img img{
    margin-bottom: 20px;
  }
  .all-centre-item-text{
    text-align: center;
  }
  .product-single-descr .tabs>label{
    width: 30%;
  }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}

@media only screen and (max-width : 991px) {  
  .logo-text {    
    text-align: center;
  }
  .cont-wrap-head {
    text-align: center;
  }  
  .head-text-all-wrap h1{
    font-size: 26px;
  }
  .par-text-head h3 {
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
  }
  .head-text-all-wrap {
    top: -16px;
  }
  .img-head img {
    width: 100%;
  }
  .own-header-wrap {   
    padding-bottom: 0px;
  }
  .logo-text .logo-head-text{
    border-left: none;
  }
  .edge_category {    
    margin-bottom: 20px;
  }
  .privilege{
    padding-bottom: 0;
  }
  .call-centre-item {    
    margin-bottom: 60px;
  }
  .product-single-descr .tabs>label {
    width: 50%;
  }
}

@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 767px) { 
  .head-text-all-wrap h1 {
    font-size: 24px;
    text-align: center;
  }
  .par-text-head{
    text-align: center;
  }
  .head-btn{
    text-align: center;
  }
  .galeryBox__box {
    width: 100%;
    height: 540px; 
  }
  .right-text h2{
    margin-top: 55px;
  }
  .dopol-carusel .owl-controls .owl-nav>div.owl-prev {
    left: 8px;
  }
  .dopol-carusel .owl-nav .owl-next {    
    right: 8px;
  }
}


/* Small Devices, Tablets */


@media only screen and (max-width : 650px) {
	.galeryBox__box {
    width: 100%;
    height: 460px;
  }
}

@media only screen and (max-width : 580px){
  .galeryBox__box {
    width: 100%;
    height: 400px;
  }
  .dopol-carusel .owl-nav {    
    top: 41%;    
  }
}

@media only screen and (max-width : 565px) {
  #top-info li {
    display: block;
    margin-left: 0;
  } 
  #top-info .phone-head-wr{
    margin-top: -10px;
  } 
  #top-info {   
    line-height: 40px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width : 500px) {
  .galeryBox__box {
    width: 100%;
    height: 340px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 460px){

}

@media only screen and (max-width : 440px){

}

@media only screen and (max-width : 429px) {
	#top-info li{
		margin-left: 0;
		display: block;
	}
	
}

@media only screen and (max-width : 420px){
  .galeryBox__box {
    width: 100%;
    height: 280px;
  }
}

@media only screen and (max-width : 410px){

}

@media only screen and (max-width : 390px){

}

@media only screen and (max-width : 365px) {  
  .toggle-mnu {    
    margin-top: 17px;
  }

}

@media only screen and (max-width : 360px){
  .galeryBox__box {
    width: 100%;
    height: 240px;
  }
}

@media only screen and (max-width : 340px) {  
  .product-single-descr .tabs>label{
    padding: 10px 10px 10px 10px;
  }
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}