@media (max-width: 1199px) and (min-width: 992px){

}

@media (max-width: 1199px){
    .goods-item figure {
        height: 300px;
        overflow: hidden;
        position: relative;
    }
    

}

@media (min-width: 992px) {
	.navbar-toggler {
		display: none;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	
	ol.numbers li  {
	    width: 24%;
	    display: inline-block;
	    vertical-align: top;
	}
	 ol.numbers li:before {
        content: counter(item);
        background: #222222;
        border-radius: 100%;
        color: white;
        width: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        
        font-size: 20px;
        left: -50px;
        z-index: 2;
        margin-bottom: 1rem;
     }
     
      ol.numbers li:not(:last-child):after {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 10px;
    height: 1px;
    width: 100%;
    top: 20px;
    z-index: -1;
    background: #222;
     
     }
     
     ol.numbers li p {
         padding-right: 16px;
     }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

@media (max-width: 991px){
	.navbar-toggler {
		display: block;
	}
	 ol.numbers { 
	     padding-left: 60px;
	 }
 ol.numbers li:before {
    content: counter(item);
    background: #222222;
    border-radius: 100%;
    color: white;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    position: absolute;
    font-size: 20px;
    left: -50px;
    z-index: 2;
 }
 
 ol.numbers li:not(:last-child):after {
    content: " ";
    display: inline-block;
    position: absolute;
    left: -30px;
    height: 100%;
    width: 1px;
    top: 20px;
    border-left: 1px solid #222222;
     
 }
 
 footer {
     text-align: center;
 }
 
 .project {
     border-bottom: 1px solid #eee;
     padding-bottom: 1rem;
     margin-bottom: 2rem;
 }
 
 .project figure{
     background: #eee;
     
 }
 .text-lg {
    font-size: 24px;
     
 }
 .page-header .buttons .btn-xl {
    padding: 1rem 2rem;
}
    p.info {
        font-size: 24px;
    }
 .custom-page-title p.info {
    font-size: 18px;
 }
 
 .section-heading.with-sub {
     flex-direction: column;
     justify-content: center;
 }
 
 .section-heading.with-sub h2 {
     margin-bottom: 2rem;
     margin-right: 0;
 }
 
 .goods-item {
     border-bottom: 1px solid #eee;
     margin-bottom: 2rem;
     padding-bottom: 2rem;
 }




}
	

@media (max-width: 767px){
    .goods-item figure {
    height: auto;
    overflow: hidden;
    position: relative;
}

.goods-item figure img {
    height: 100%;
    width: 100%;
    position: initial;
    left: 0;
    top: 0;
    transform: none;
}
}

@media (max-width: 575px){ 

	header .header-logo img {
        height: 60px;
    }
    
    .page-header .buttons .btn-xl {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    
    .page-header .buttons .btn-xl + .btn {
        margin-top: 1rem;
    }
    .tabs-container .nav-tabs .nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: none;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

.tab-content>.tab-pane {
    padding: 1rem;
    
}

.tab-content>.tab-pane img {
    margin-bottom: 1rem;
}

.section-heading.with-sub h2 {
    min-width: initial;
}

.cart form {
    padding: 5px !important;
}

.btn-xl {
    padding: 1rem 2rem;
    
}

.submit .btn-xl {
    display: block;
}

}

@media (max-width: 399px){ 
.top-head .col {
    padding-right: 5px;
    padding-left: 5px;
}
}
