img{
    max-width: 100%;
}

/*  messengers  */
.messengers{ position: fixed; right: 0; top: 40%; z-index: 9; }
.messengers a{ display: block; position:relative; }
.telegram-mess{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}
.telegram-mess:after{
    /*transform: translate(-50%, -50%);*/
    content: '';
    position: absolute;
    top: 24px;
    left: 24px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: .1px solid #0097CB;
    border-radius: 50%;
    webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}
.whatsap-mess:after{
    /*transform: translate(-50%, -50%);*/
    content: '';
    position: absolute;
    top: 28px;
    left: 28px;
    width: 41px;
    height: 41px;
    background: transparent;
    border: .1px solid #00CC56;
    border-radius: 50%;
    webkit-animation: widgetPulse infinite 2s;
    animation: widgetPulse infinite 2s;
}
	@-webkit-keyframes widgetPulse{50%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}100%{-webkit-transform:scale(2,2);transform:scale(2,2);opacity:0}}
	@keyframes widgetPulse{50%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}100%{-webkit-transform:scale(2,2);transform:scale(2,2);opacity:0}}
/* ./messengers  */
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1300px) {
    .in-info {
        font-size: 12px;
    }
}
@media only screen and (max-width : 1200px) {
    .nav li a {
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }
	.articles_preview .gallery a img {		
		width: 100px;
		margin-bottom: 5px;
	}
	.main-red-form input{
		display:block;
		clear:both;
	}
	.article img {    
		max-width: 350px;
	}
	.good-icons {
		clear: both;
		text-align: center;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    /*nav*/
    .mainnav{ 
        z-index:9; 
        background: #FFF;
        box-shadow: 0 5px 3px #999;
    }
    .nav{ position:relative; }
    .nav li ul li{
        padding-left: 40px;
    }
    .nav li ul{
        left:-15px;
    }
	.nav ul {
		display:none;
		background: #FFF;
		z-index: 1;
		width: 100%;
		height:auto;
		padding-left: 15px;
		position:static;
		left:0;
		top:40px;
	}
	.nav ul ul{
	    width:100%;
	    padding-left: 0;
	    position: static;
	    
	}
	.nav .mob-nav{
		display: block;
		height: auto;
		background: #4C4C4C;
		border-radius: 3px;
		line-height: 40px;
		padding-left: 5px;
		cursor:pointer;
		transition:.2s;
		margin-right: -15px;
        margin-left: -15px;
	}
	.nav .mob-nav:hover{
		opacity:.9
	}
	.nav li{
		width:100%;
		display:block;
	}
	.nav li a{
		display:block;
		padding: 7px 0;
	}
	
	.nav li a:hover{
		background:#535353;
		color:#FFF;
	}
	.is-sticky .nav .small-logo{
		display:none;
	}
	/* end nav */
	.phones table{ margin: 0 auto; }

	.logo img{
		width:100%;
		max-width:200px;
	}
	.phones, .phones a {
		font-size: 16px;
		line-height: 25px;
		color: #000;
		text-align: center;
	}
	.phones img{
		width:15px;
		padding:0 !important;
	}
	.order {
        padding: 5px 10px;
    }
	.order-call {
		margin-top: 13px;
		font-size: 14px;
	}
	.email {
		margin-top: 0;
        font-size: 13px;
	}
	.calls{
	    display: flex;
        justify-content: center;
        flex-wrap: wrap;
	}
	.calls div{
	    width:100%;
	    text-align:center;
	}
	.email img{ width:10px; }
	.nav li {		
		margin-right: 12px;
	}
	.nav li a {
		font-size: 16px;
	}
	.delivery-item-icon:nth-of-type(2) {
		margin: 0 5px;
	}
	.oneel, .oneel a{
		font-size: 20px;
		line-height: 25px;
		color: #000;
	}
	.leftContacts .phones, .leftContacts .phones a, .rightContacts .phones, .rightContacts .phones a{
		font-size: 25px;
		line-height: 33px;
	}
	.leftContacts .phones, .rightContacts .phones {
		margin-left: 10px;
	}
	.leftContacts img, .rightContacts img {
		float: left;
		margin-top: 15px;
		width: 25px;
	}
	.article img {
		max-width: 240px;
	}
	p.description{
		font-size: 16px;
		color: #535353;
		line-height: 20px;
	}
	.stars img{
		margin: 0 40px 10px 0;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    
    .messengers { top: auto; bottom: 0; }
    .messengers img { width:65px; height: 65px; }
    .telegram-mess:after{ top: 17px; left: 17px; width: 30px; height: 30px; }
    .whatsap-mess:after{ top: 19px; left: 18px; width: 27px; height: 27px; }
    
    .in-info{ clear:both; }
	.by {		
		width: 100%;		
	}
	.articles_preview .gallery a:last-child{
		display:none;
	}	
	.logo {
		width: 120px;
		margin:0 auto;
	}
	
	.phones img{
		padding: 0;
		width: 15px;
	}
	.phones, .phones a {
		font-size: 14px;
		line-height: 16px;
	}
	.order-call, .email {		
		width: 217px;
		float: left;
		font-size: 12px;
	}
	.email{
		margin-top:3px;
	}
	.email img{
		width: 16px;
	}
	
	.slider-content h1{display:none;}
	.hidden_header{display:block; text-align:center;}
	.slider-form {
		float: none;
		margin: 20px auto;		
	}
	div.main-icon:nth-of-type(2) {
		margin: 0 10px;
	}
	.delivery-item-icon p {
		font-size:13px;
	}
	/*contacts */
	.leftContacts .phones, .rightContacts .phones {		
		float: left;
		width: auto;
	}
	.leftContacts .phones, .leftContacts .phones a, .rightContacts .phones, .rightContacts .phones a {
		font-size: 18px;
		line-height: 20px;
	}
	.leftContacts img, .rightContacts img {
		float: left;
		margin-top: 10px;
		width: 20px;
	}
	.main-good-image img{
		float:none;
	}
	.good-icon img{
		width:100%;
	}
	.good-icon {    
		width: 90px;
	}
	.nav-tabs li{
		width:auto;
	}
	
	
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.main-red-form p {
		margin-left: 0;		
		clear: both;
	}
	.main-red-form input, .main-red-form input:nth-of-type(3){
		width:100%;
	}
	.main-icon-img {
		width:120px;
	}

}
@media only screen and (max-width : 600px){
	.articles_preview .main-image img{
		width:100%;
	}
	.articles_preview .main-image {
		width:210px;
	}
	.article p {    
		clear: both;
	}
	h1, .h1 {
		font-size: 24px;
	}
}
    
/* Extra Small Devices, Phones */
@media only screen and (max-width : 520px) {
	.order-call, .email {
		width: 175px;
	}
}
@media only screen and (max-width : 500px){
	.articles_preview .gallery a:last-child{
		display:inline-block;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .in-info {
        font-size: 10px;
    }
    .email img {
        width: 14px;
    }

	.text-icon-item {
		display: inline-block;
		margin-right: 15px;
	}
	.main-icon, .main-icon-img{
		width:90px;
	}
	.main-icon p{
		font-size: 14px;
		line-height: 16px;
	}
	.main-icon img{
		width:100%;
	}
	.order-call{
		clear: both;
		text-align: left;
	}
	.order-call, .email{
		width:auto;
	}
	.order {		
		padding: 5px 15px;
	}
	.email{
		float:right;
	}
	.articles_preview .gallery{
		clear: both;
		margin-top:10px;
	}
	.articles_preview .main-image{
		float:none;
	}
	.articles_preview .gallery a img {
		width: 45px;
	}
	.articles_preview .gallery a img {
		margin-right: 0px;
	}
	.rightContacts {
		width: 100%;
		float: left;	
	}
	.leftContacts, .rightContacts {
		margin-top: 30px;
	}
	.article p {
		font-size: 15px;		
		line-height: 19px;
	}
	.good-icon:nth-of-type(2) {
		margin: 0;
	}
	
}


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

}