/*==========  Desktop First Method  ==========*/
@media only screen and (min-width : 1920px) {
  .header-lines-mobile{
    display: none;
  }
  .header-carousel .item {
    padding: 170px 0px;
  }
  .header-item-right{
    display: none;
  }
  .dop-line-mnu{
    display: none !important;
  }
  .header-social-toggle{
    display: none;
  }
}

@media only screen and (max-width : 1920px) {
  .header-lines-mobile{
    display: none;
  }
  .header-carousel .item {
    padding: 170px 0px;
  }
  .header-item-right{
    display: none;
  }
  .dop-line-mnu{
    display: none !important;
  }
  .header-social-toggle{
    display: none;
  }
}

@media only screen and (max-width : 1750px){
  .hero-social {
    bottom: 80px;
  }
  .hero-social-arrow p{
    bottom: 42px;
  }
} 

@media only screen and (max-width : 1550px){
  .hero-social ul li img {
    width: 25px;
  }
  .hero-social ul li {
    padding-bottom: 6px;
  }
  .hero-social {
    bottom: 90px;
  }
  .hero-social-arrow p {
    bottom: 46px;
    left: 175px;
  }
  .hero-social-arrow p::after{
    content: "";    
    left: -43px;
  }
}

@media only screen and (max-width : 1500px){
  .hero__footer-item h2.hero__title-one{
    font-size: 22px;
  }
  .hero__footer-item h2.hero__title-two{
    font-size: 22px;
  }
  .hero__footer-item ul li{
    font-size: 18px;
  }
  .hero__footer-item a{
    font-size: 18px;
  }
  .side-menu span{
    font-size: 14px;
  }
  .hero-social-arrow p{
    font-size: 14px;
  }
  .hero__footer-item-left {    
    bottom: 20px;
    position: relative;
  }
}

@media only screen and (max-width : 1450px){
  .header-carousel .item {
    padding: 120px 0px;
  }
}

@media only screen and (max-width : 1400px){
  .hero__footer-item ul li {
    font-size: 18px;
  }
}

@media only screen and (max-width : 1360px){
  .header-carousel .item {  
     padding: 90px 0px;
   }
}

@media only screen and (max-width : 1250px){
  .header-phone a{
    font-size: 15px;
  }
}

@media only screen and (max-width : 1210px) {
  .footer-phone ul li a{
    font-size: 36px;
  }
}

@media only screen and (max-width : 1205px) {
  .header-logo img {
    width: 125px;
    margin-right: 10px;
  }
  .header .menu>ul>li{
  	margin-left: 20px;
  }
}

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

@media only screen and (max-width : 1199px) {
  .edge-item {    
    width: 100%;
  }
  .hero__footer-item h2.hero__title-one{
    margin-bottom: 10px;
  }
  .hero__footer-item h2.hero__title-two{
    margin-bottom: 10px;
  }
  .hero__footer-item ul {    
    margin-bottom: 10px;   
    margin-top: 10px;
  }
  .hero-social {
    bottom: 100px;
  }
  .hero-social-arrow p {
    bottom: 56px;
    left: 175px;
  }
  .hero__footer-item-left {
    bottom: 28px;
    position: relative;
  }
  .hero__video{
    display: none;
  }
  .hero--video{
    background-image: url(../img/bg-mobile.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hero--video::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0.7;
  }
  .header-content-first-mnu ul li {
    display: inline-block;
    padding: 0 4px;
  }
  .header-content-first-mnu ul li a{
    font-size: 14px;
  }
  .adress-item a{
    font-size: 14px;
  }
  .make-cole a{
    font-size: 14px;
  }
  .header-social p{
    font-size: 14px;
  }
  .header .menu>ul>li>a{
    font-size: 14px;
  }
  .item-text-line span {    
    color: rgba(0,0,0,.1);
    font-size: 140px;    
    top: 40px;
  }
}

@media only screen and (max-width : 1128px){
  .header-content-first-mnu ul li a {
    font-size: 12px;
  }
}

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

@media only screen and (max-width : 1100px){
  .footer-phone ul li a {
    font-size: 30px;
  }
}

@media only screen and (max-width : 1080px){
  .menu-section{
    padding-left: 0;
  }
  .hero__video{
    margin-top: -10px;
  }
  .page-btn a.active{
    font-size: 14px;
  }
  .page-btn a{
    font-size: 14px;
  }
}

@media only screen and (max-width : 1035px){
  .page-btn a.active{
    padding: 16px 14px;
  }
  .page-btn a{
    padding: 16px 14px;
  }
}

@media only screen and (max-width : 1020px){
  .hero__video{
    margin-top: 0px;
  }
}

@media only screen and (max-width : 1010px){
  .page-btn {
    margin: 0 0px 0 10px;
  } 
  .search {    
    margin-left: 10px;
  }
}

@media only screen and (max-width : 1000px){
  .header-content-first-mnu ul li {
    display: inline-block;
    padding: 0 2px;
  }
}

@media only screen and (max-width : 993px){
  .header-phone a {
    font-size: 14px;
 }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .header-contacts{
    display: none;
  }
  .header-logo {
    width: auto;
    display: flex;
  }
  .header-logo img {
    width: 125px;
  }
  .header-phone {
    text-align: left;
    padding-left: 8px;
  }
  .header-phone a {
    font-size: 16px;
  }
  .header-phone p {    
    margin-top: 0px;
  }
  .adress-item {   
    width: 100%;
    margin-top: 8px;
    margin-left: 8px;
    display: flex;
    align-items: center;
  }
  .header-btn {
    text-align: left;
    margin-top: 20px;
    padding-left: 8px;
  }
  .header-lines-mobile{
    display: block;
  }
  ul.second-menu li {
    display: inline-block;
    /*padding: 18px 15px 15px 15px;*/
  }
  .header .menu>ul>li {
    margin-left: 0;
  }
  .header-item{
    width: 100%;
  }
  .header .menu>ul>li {    
    padding: 4px 0 0;
  }
  .header .menu>ul>li>a{
  	font-size: 14px;
  }
  .header-carousel {
    padding: 16px 0 0;
  }

  .hero .hero-phones .header-phone{
    text-align: right;
  }
  .header-content-first-mnu{
    display: none;
  }
  .header-social{
    display: none;
  }
  .header-social-toggle{
    display: block;
    text-align: left;
    margin-left: 8px;
  }
  .header-item-right{
    display: block;
  }
  .dop-line-mnu{
    display: block !important;
  }
  .search {
    margin-left: 10px;
    margin-right: 10px;
  }
  .header {
    padding: 0px 0;   
  }
}

@media only screen and (max-width : 991px) {
   .header-carousel .item h1, 
   .header-carousel .item h2{
   	width: 100%;
   }
   .header-carousel .item p{
   	 width: 45%;
     font-size: 16px;
   }
   .edge-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-phone{
    margin-top: 115px;
  }
  .footer-mnu{
    margin-top: 20px;
  }
  .footer-registr{
    margin-top: 20px;
  }
  .footer-logo img {
    width: 125px;
  }
  .item-text-line span {    
    top: 0;
  }
  .tovar-wrap {    
    border-bottom: 1px #ebeff2 solid;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width : 980px) {
  .hero-logo img{
    width: 130px;
  }
  .hero__footer-item h2.hero__title-one {
    font-size: 20px;
  }
  .hero__footer-item h2.hero__title-two {
    font-size: 20px;
  }
  .hero__footer-item ul li{
    padding-bottom: 4px;
  }
  .hero-social {
    bottom: 80px;
    z-index: 2;
  }
  .hero-social-arrow p {
    bottom: 35px;
    left: 170px;
    z-index: 2;
  }
  .hero .hero-phones {    
    z-index: 2;
    position: relative;
  }
  .side-menu{
    z-index: 2;
  }
  
}

@media only screen and (max-width : 900px){
  .item-text-line span{
    font-size: 110px;
  }
}

@media only screen and (max-width : 770px) {
  .page-btn a.active {
    padding: 16px 6px;
  }
  .page-btn a {
    padding: 16px 6px;
  }
}


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

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  /*.header-logo{
    width: 50%;
  }*/
  .header-carousel .item {
    padding: 60px 0px 90px;
  }
  .shema-wrap-item-img{
  	text-align: left;
  }
  .shema-wrap-item-text h5{
  	text-align: left;
  }
  .shema-wrap-item-text p{
  	text-align: left;
  }
  .footer-logo{
    width: 50%;
  }
  .footer-phone {
    margin-top: 55px;
  }
  .search{
    display: none;
  }
  .page-btn {
    margin: 0 14px 0 0px;
  }
  .header-logo {
    width: auto;
    display: flex;
    flex-grow: 1;
  }
  .akcii-item h5 {  
    width: 80%;
  }
  .skidka-item{
    margin-bottom: 30px;
    display: block;
  }
  .popular-wrap{
    padding-bottom: 50px;
  }
  .about-prew-img{
    margin-top: 50px;
  }
  .about-prew-item{  
    padding: 50px 5px 10px;
    border-radius: 8px;
  }
  .delivery-img{
    margin-top: 40px;
  }
  .tovar-text-wrap-dop p{
    margin-bottom: 14px;
  }
  
  .catalog-wrap .col-sm-12{
    padding: 0;
  }
  img.dop-img{
    width: 100%;	
  }
}

@media only screen and (max-width : 750px){
  .header .menu-mobile-trigger {
    left: 0px;
  }
}

@media only screen and (max-width : 740px){
  .header .menu{
    width: 60%;
  }
}

@media only screen and (max-width : 720px){
  .header-carousel .item p {
    width: 65%;
    font-size: 16px;
  }
  .item-text-line span {
    font-size: 85px;
  }
}

@media only screen and (max-width : 680px){
  .akcii-item h5 {
    width: 100%;
  }
  .akcii-item {
    display: block;
    text-align: center;    
  }
}

@media only screen and (max-width : 650px){
  .footer-phone ul li a {
    font-size: 24px;
  }
  .footer-phone ul{
    display: block;
  }
}

@media only screen and (max-width : 644px){
  .header-carousel .item {
    padding: 40px 0px 60px;
  }
}

@media only screen and (max-width : 600px){
  .header-carousel .owl-controls {
    left: 14px;
    bottom: 54px;
    width: 100%;
    position: absolute;
  }
  .header-carousel .item h1, 
  .header-carousel .item h2 {
    width: 75%;
  }
  .zakaz-slider-btn{
    margin-top: 30px;
  }
  .home-slider-btn{
    margin-top: 0;
  }
}

@media only screen and (max-width : 595px){
  .side-menu{
    display: none;
  }
  .hero-social-arrow{
    display: none;
  }
  .hero-social {
    bottom: 0;
    z-index: 2;
  }
  .hero__footer-item:first-child{
    margin-right: 7px;
  }
  .hero__footer-item:last-child{
    margin-left: 7px;
  }
  .hero__footer-item ul li {
    font-size: 12px;
  }
}

@media only screen and (max-width : 580px){
  .item-text-line span {
    font-size: 60px;
    top: 60px;
  }
  .header-carousel .item p{
    width: 100%;
  }
}


@media only screen and (max-width : 560px) {    
  .footer-logo{
    width: 80%;
  }
  .tovar-catalog-list{
    display: block;
  }
  .tovar-catalog-list-item img {
    width: 40px;
    margin-right: 10px;
  }
  .tovar-catalog-list-item {    
    padding: 8px 20px;    
    margin-right: 0;    
  }
}

@media only screen and (max-width : 555px){
  .node-card-item {
    display: block;
    margin-right: 0;
    margin-bottom: 14px;
  }  
  .node-card-item-year{
  	right: 2px;
  }
  .item-text-line {
    margin-left: 26px;
  } 
}

@media only screen and (max-width : 550px){
   .header .menu {
    width: 80%;
  }
}

@media only screen and (max-width : 520px){
  .page-btn i{
    display: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .page-btn{
    display: none;
  }
}

@media only screen and (max-width : 470px){
  .hero__footer-item h2.hero__title-one {
    font-size: 18px;
    line-height: 1.4;
  }
  .hero__footer-item h2.hero__title-two {
    font-size: 18px;
    line-height: 1.4;
  }
  .hero__footer-item-left {
    bottom: 0;
    position: relative;
  }
  .hero__footer-item ul li img{
    width: 10px;
  }
  .hero__footer-item ul li {
    font-size: 12px;
    line-height: 1.4;
  }
  .hero__footer-item h2.hero__title-one {
    margin-bottom: 6px;
  }
  .hero__footer-item h2.hero__title-two{
    margin-bottom: 6px;
  }
  .hero__footer-item a {
    font-size: 14px;
    padding: 16px 20px;
  }
  .hero--video::before {
    content: "";
    opacity: 0.7;
  }
  
}

@media only screen and (max-width : 466px) {
	.home-slider-btn a{
		font-size: 14px;
	}
	.zakaz-slider-btn a{
		font-size: 14px;
	}
}

@media only screen and (max-width : 430px){
  .hero__footer{
    display: block;
  }
  .hero__footer-item:last-child {
    margin-left: 0;
  }
  .hero__footer-item:first-child {
    margin-right: 0px;
  }  
  .hero-social ul li {
    padding-bottom: 0;
    display: inline-block;
  }
  .hero-social {
    bottom: 18px;
    z-index: 2;
    display: block;
    width: 100%;
    text-align: right;
    right: 15px;    
  }
  .hero-logo img {
    width: 110px;
  }
  .own-catalog .col-xs-6{
    width: 100%;
  }
}

@media only screen and (max-width : 415px){
  .item-text-line {
    margin-left: 0px;
  }
  .header-carousel .item h1, .header-carousel .item h2 {
    width: 100%;
  }
}

@media only screen and (max-width : 410px) {
  .header .menu {
    width: 100%;
  }
}

@media only screen and (max-width : 400px){
  .hero-logo-wrap{
    width: 35%;
  }
  .hero-phones-wrap{
    width: 65%;
  }
}

@media only screen and (max-width : 385px){
  .item-text-line span {
    font-size: 55px;
    top: 60px;
  }
  .zakaz-slider-btn a{
    margin-right: 5px;
  }
}

@media only screen and (max-width : 380px){
  .home-slider-btn {
    margin-top: 20px;
    display: block;
  }
  .zakaz-slider-btn{
  	margin-top: 42px;
  }
  .own-catalog-item-img img {
    width: 110px;
  }
}

@media only screen and (max-width : 375px){
  .popular-wrap .col-xs-6{
  	width: 100%;
  }
  .tovar-descr .col-xs-6 {
    width: 100%;
  }
}


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

@media only screen and (max-width : 360px) {
  .header-logo {
    width: 100%;
  }
  .footer-logo{
    width: 100%;
  }
}

@media only screen and (max-width : 355px){
  .item-text-line span {
    font-size: 50px;
    top: 60px; 
  }
  .header-carousel .item p{
    font-size: 14px;
  }
  .header-carousel .item h1, 
  .header-carousel .item h2{
    font-size: 26px;
  }
}

@media only screen and (max-width : 340px) {
  .header-adress p{
    margin-right: 8px;
  }
}

@media only screen and (max-width : 330px) {
  .item-text-line span {
    font-size: 46px;
    top: 46px;
  }
}

/* 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) {

}