@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #292929;
}


container {
	max-width: 1400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}

.toprow {
	width: 100%;
	height: 214px;
	display: block;
}

.toprowlcol {
	height: 67px;
	width: 300px;
	padding-top: 147px;
	padding-left: 11px;
	float: left;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	background-image: url(../images/toprowlcol.png);
	background-position: left top;
	background-repeat: no-repeat;

}

.toprowlcol span {
	display: block;
	padding-left: 72px;
	padding-top: 13px;
	color: #7A7A7A;
	font-size: 16px;
	text-transform: uppercase;
}

.toprowrcol {
	height: 100%;
	width: 1075px;
	float: left;
	background-image: url(../images/toprowrcol.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.contactline {
	height: 120px;
	width: 100%;
}

.topphone {
	width: 399px;
	height: 50px;
	padding-top: 70px;
	padding-left: 138px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 23px;
	background-image: url(../images/topphone.png);
	background-position: 58px 38px;
	background-repeat: no-repeat;

}


.topphone a {
	color: #000000;
    text-decoration: none;
}

.topphone a span {color: #ac040a;}

.sendr {
	width: 454px;
	height: 50px;
	padding-left: 75px;
	padding-top: 72px;
	float: left;
	background-image: url(../images/sendr.png);
	background-position: left 42px;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 23px;
	text-transform: uppercase;
}

.sendr a {
	color: #000000;
	text-decoration: none;
	display: block;
}

.sendr a:first-letter {
	color: #ac040a;
	text-decoration: none;	
}




.menuline a {
    position: relative;
    width: 141px;
    height: 44px;
    display: block;
    float: left;
    padding-left: 80px;
    padding-top: 15px;
    color: #020202;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
}

.menuline a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/menulinea.png);
    background-position: left top;
    background-repeat: no-repeat;
    transition: opacity 2s;
    z-index: 1;
}

.menuline a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/menulineahover.png);
    background-position: left top;
    background-repeat: no-repeat;
    transition: opacity 2s;
    opacity: 0; 
    z-index: 2;
}

.menuline a:hover::before {opacity: 0; }
.menuline a:hover::after {opacity: 1;}
.menuline a:hover {color: #ff1820;}


.sliderblock {
	width: 1344px;
	height: 418px;
	display: block;
	margin-bottom: 40px;
	border-bottom: 2px dotted #5F5F5F;
	background-image: url(../images/sliderblock.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;

}


.sliderlcol {
	width: 521px;
	padding-top: 80px;
	display: block;
	padding-left: 38px;
	color: #9A9A9A;
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

.sliderlcol h1 {
	text-align: left;
	margin-top: 0px;
	display: block;
	color: #1B1B1B;
	font-size: 27px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
} 


.sliderlcol h1:first-letter {color: #FF1820;}


.sliderlcol span {
	padding-bottom: 5px;
	color: #1A1A1A;
	font-family: Verdana, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	display: block;
}


.headerblock {
	height: 100px;
	width: calc(100% - 45px);
	display: block;
	padding-bottom: 4px;
	background-image: url(../images/headerblock.png);
	background-position: 4px bottom;
	background-repeat: no-repeat;
}

.headerblock h2 {
	padding-top: 55px;
	padding-left: 45px;
	margin-bottom: 0px;
	display: block;
	width: 30%;
	float: left;
	color: #7A7A7A;
	font-family: Verdana, sans-serif;
	font-size: 21px;
	font-weight: normal;
}


.blog .headerblock h2, .page-header .headerblock h2 {width: 80%;}

.subheadmsg {
	width: 30%;
	display: block;
	padding-top: 20px;
	float: right;
	color: #7A7A7A;
	font-size: 16px;
	font-family: Verdana, sans-serif;
}


.buyersrow a {color: #212121;}
.serii {padding-top: 50px;}
.newsflash {display: block;}
.moduletable h3 {display: none;}


.itemcatproducts {
	width: 40%;
	padding-left: 5%;
	display: block;
	float: left;
	height: 160px;
	background-image: url(../images/itemcatproducts.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.newsflash-image {
	height: 130px;
	width: 130px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/newsflashimage.png);
}



.newsflash-image img {
	height: 110px;
	width: 110px;
	margin-top: 10px;
	margin-left: 10px;
}

.newsflash-title {
	width: 70%;
	height: 45px;
	float: left;
	margin-top: 40px;
	padding-top: 20px;
	text-align: center;
	background-image: url(../images/newsflashtitle.png);
	background-position: center center;
	background-repeat: no-repeat;

}

.itemcatproducts a h4 {
	color: #7A7A7A;
	font-size: 21px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
}


.itemcatproducts .newsflash-image {
    position: relative;
    overflow: hidden;
}

.itemcatproducts .newsflash-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/newsflashimage.png);
    background-size: cover;
    background-position: right bottom;
    animation: none;
    z-index: -1;
}

.itemcatproducts:hover .newsflash-image::before {
    animation: rotateBackground 1s linear infinite;
}




@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.itemcatproducts:hover .newsflash-image img {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}


.itemcatproducts:hover h4 {
	color: #FFFFFF;
	background-image: url(../images/newsflashtitle-hover.png);
}


.subheadmsg:first-letter {color: #FF1820;}

.buyersrow {
	min-height: 720px;
	display: block;
	margin-top: 55px;
}


.buyerscola, .buyerscolb, .buyerscolc {
	width: 380px;
	display: block;
	float: left;
	padding-left: 43px;
	padding-right: 43px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
}


.buyerscola span, .buyerscolb span, .buyerscolc span {
		display: block;
	margin-bottom: 320px;
	color: #7A7A7A;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	text-align: center;
	background-image: url(../images/buyerscolspan.png);
	background-position: center center;
	background-repeat: no-repeat;
	
}


.buyerscola {
	background-image: url(../images/buyerscola.png);
	background-position: center 20px;
	background-repeat: no-repeat;

}


.buyerscolb {
	background-image: url(../images/buyerscolb.png);
	background-position: center 50px;
	background-repeat: no-repeat;

}


.buyerscolc {
	background-image: url(../images/buyerscolc.png);
	background-position: center 70px;
	background-repeat: no-repeat;

}

.rowmsgr {
	height: 90px;
	width: 100%;
	display: block;
	margin-top: 50px;
}

.rowmsgr a {text-decoration: none;}

.callme, .sendpriceme {
	width: 330px;
	height: 62px;
	padding-top: 28px;
	padding-left: 195px;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 21px;
	text-decoration: none;
	text-transform: uppercase;
}


.callme {
	margin-left: 20px;
	float: left;
	background-image: url(../images/callme.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.sendpriceme {
	margin-right: 20px;
	float: right;
	background-image: url(../images/sendpriceme.png);
	background-position: left top;
	background-repeat: no-repeat;

}


.banner-fursn {	
	display: block;
	font-family: Verdana, sans-serif;
	background-image: url(../images/bfurlcol.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.banner-fursn a {text-decoration: none;}


.bfurlcol {
	height: 285px;
	width: 580px;
	margin-top: 100px;
	padding-left: 32px;
	padding-top: 30px;
	display: block;
	color: #121212;
	font-size: 16px;
}



.bfurlcol h2 {
	display: block;
	color: #000000;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
}


.bfurlcol h2:first-letter {color: #ab0000;}

.bfurlcol span {
	color: #AB0000;
	font-size: 18px;
}


.whyas {
	height: 529px;
	background-image: url(../images/whyas.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 27px;
	letter-spacing: 1px;
}

.whyas a {
	color: #161616;
	text-decoration: none;
}


.whyas span {
	width: 811px;
	height: 85px;
	display: block;
	padding-left: 320px;
	padding-top: 25px;
}

#in1 {
  position: relative;
  left: 285px;
  top: 105px;
  background-image: url(../images/in1.png);
  background-position: left top;
  background-repeat: no-repeat;
}


#in2 {
  position: relative;
  left: 325px;
  top: 90px;
  background-image: url(../images/in2.png);
  background-position: left top;
  background-repeat: no-repeat;
}


#in3 {
  position: relative;
  left: 280px;
  top: 85px;
  background-image: url(../images/in3.png);
  background-position: left top;
  background-repeat: no-repeat;
}

#in4 {
  position: relative;
  left: 354px;
  top: 80px;
  padding-left: 275px !important;
  padding-top: 30px !important;
  background-image: url(../images/in4.png);
  background-position: left top;
  background-repeat: no-repeat;
}

.rowsert {
	height: 250px;
	display: block;
	margin-bottom: 60px;
}

.sertlcol {
	height: 220px;
	width: 361px;
	display: block;
	padding-top: 30px;
	padding-left: 32px;
	padding-right: 124px;
	float: left;
	border-right: 3px dotted #860406;
	background-image: url(../images/sertlcol.png);
	background-position: left 32px;
	background-repeat: no-repeat;
	color: #626262;
	font-family: Verdana, sans-serif;
	font-size: 21px;
} 



.sertrcol a {
	color: #7a7a7a;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 21px;
	text-decoration: none;
	
}

footer {
	width: 100%;
	height: 130px;
	display: block;
	margin-top: 100px;
	font-family: Verdana, sans-serif;
}


.fooetrcola, .fooetrcolb, .fooetrcolc {
	float: left;
	display: block;
	height: 130px;
}

.fooetrcola, .fooetrcolb  {width: 30%;}
.fooetrcolc {width: 40%;}


.fooetrcola ul li {
	margin-bottom: 5px;	
	list-style-type: none;
	list-style-image: url(../images/fooetrcolaulli.png);
}


.fooetrcola ul li a {
	color: #494949;
	text-decoration: none;
	font-size: 16px;
}

.fooetrcola ul li a:hover {color: #848484;}

.fooetrcolb {
	background-image: url(../images/fooetrcolb.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.fooetrcolc {
	height: 100px !important;
	padding-top: 30px;
	border-top: 1px solid #980000;
}


#form-phone h2, #modal-email h2 {
	font-weight: normal;
	padding-left: 35px;
	padding-right: 35px;
}

#form-phone h2:first-letter {color: #980000;}

#form-phone input, #modal-email input {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

#form-phone input[type="submit"], #modal-email input[type="submit"] {
    background-color: #980000;
    color: white;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: normal;
}

#form-phone p, #modal-email p {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Verdana, sans-serif;
	color: #191616;
	font-size: 18px;
}


.wow {
    visibility: hidden;
}

#upbutton {
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url(../images/totop.png);
    height: 85px;
    width: 60px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 995;
    margin-top: 50px;
}


[itemprop="articleBody"], [itemprop="blogPost"] {
	padding-left: 40px;
	padding-right: 20px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
}

[itemprop="blogPost"] {margin-bottom: 40px;}

.readmore a, .readmore a:hover {
	color: #2D2D2D;
	background-color: #FFFFFF;
	text-decoration: none;
}

[itemprop="name"] a {
	color: #9C0001;
	text-decoration: none;
}



@media (max-width:1399px) and (min-width:1200px) {
	
container {max-width: 1200px;}
	
	
.toprowrcol {
	width: 850px;
	background-position: 65px top;
	}	
	
.topphone {width: 325px;}
	
.sendr {
  width: 230px;
  padding-left: 155px;
  background-position: 75px 42px;
  font-size: 21px;
}
	

.sliderblock {
  width: 1200px;
  background-position: -70px top;
}
	
	
.menuline a {width: 110px;}
.sliderblock {width: 1200px;}		
.sliderlcol {width: 395px;}	
 .buyerscola, .buyerscolb, .buyerscolc {
    width: 330px;
    padding-left: 25px;
  }
	
.itemcatproducts {
  width: 45%;
  padding-left: 5%;
}	
		
}


@media (max-width:1199px) and (min-width:1000px) {
	
container {max-width: 1000px;}	
	
.toprowrcol {
	width: 665px;
	background-position: 120px 0px;
	}
	
	
.contactline {height: 180px;}	
		
 .topphone {
	padding-top: 60px;
	padding-left: 170px;
    background-image: url(../images/topphone-m1.png);
    background-position: 100px 30px;
  }
	
 .sendr {
	padding-top: 15px;
    padding-left: 170px;
    background-image: url(../images/sendr-m1.png);
    background-position: 100px -10px;
  }
	
.toprow {height: 370px;}
.menuline {margin-top: 20px;}
.menuline a {margin-top: 10px; margin-left: 75px;}
.sliderblock {
  width: 1000px;
  background-position: -160px top;
}
	
.sliderlcol {
  width: 340px;
  padding-left: 18px;
}	
	
	
.subheadmsg {
  padding-top: 0px;
  font-size: 14px;
}
	

.buyersrow {min-height: 780px;}
	
.buyerscola, .buyerscolb, .buyerscolc {
	width: 300px;
	padding-left: 15px;
	padding-right: 15px;
	background-position: -5px 40px;
}
	
	
.buyerscola {background-position: -5px 10px;}
	
.buyerscolb {
	border-right: 1px dotted #787878;
	border-left: 1px dotted #787878;
}	
	
	
.itemcatproducts {
	float: left;
	height: 320px;
	background-image: none;
	margin-bottom: 40px;
}	
	
.newsflash-title {
	width: 100%;
	background-size: 100% auto;
	margin-left: 10px;
	margin-top: 10px;
}
	
.newsflash-image {
	height: 200px;
	width: 200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/newsflashimage.png);
	background-size: 200px 200px;
}
	
.newsflash-image img {
  height: 170px;
  width: 170px;
}
	
	
.rowmsgr {
  height: 150px;
  margin-top: 60px;
  margin-bottom: 60px;
}	
	
.callme,.sendpriceme {
	margin-left: auto;
	margin-right: auto; 
	float: none;
}
	
.banner-fursn {	
  background-image: url(../images/bfurlcol-m1.png);
  background-position: -20px top;
}	
	

.whyas {
	font-size: 18px;
	background-position: -70px top;
	}
	
	
  #in1 {
	top: 109px;
    left: 215px;
    padding-left: 280px;
    padding-top: 22px;
  }	
	
  #in2 {
    left: 255px;
    padding-left: 218px;
    padding-top: 20px;
  }

#in3 {
	left: 210px;
	padding-left: 280px;
    padding-top: 23px;
	}
#in4 {
	left: 284px;
	padding-left: 250px !important;
    padding-top: 24px !important;
	}
	
.whyas span { width: 710px;}	
#in1,#in2,#in3,#in4 {background-size: 65% auto;}	
.sertlcol {width: 275px;}	
.fooetrcola {width: 20%;}	
.fooetrcolb {width: 40%;}		
	
}	
	
	
@media (max-width:999px)  { 

container {max-width: 768px;}
	
  .sliderblock {
	height: 850px;
	width: 768px;
	background-position: left top;
	background-image: url(../images/sliderblock-m.jpg);
	background-repeat: no-repeat;
  }
	
.toprowrcol {
	width: 450px;
	background-position: 50px 0px;
	}
	
.contactline {height: 180px;}	
		
 .topphone {
	padding-top: 60px;
	padding-left: 100px;
    background-image: url(../images/topphone-m1.png);
    background-position: 45px 30px;
  }
	
 .sendr {
	padding-top: 15px;
    padding-left: 100px;
    background-image: url(../images/sendr-m1.png);
    background-position: 45px -10px;
  }
	
.toprow {height: 370px;}
.menuline {margin-top: 20px;}
	
.menuline a {
	margin-top: 10px; 
	margin-left: 0px;
	padding-left: 50px;
	}
	
.menuline a::before, .menuline a::after {background-position: -40px top;}	
	
.sliderlcol {
  width: 340px;
  padding-left: 18px;
}	
		
.subheadmsg {
  padding-top: 0px;
  font-size: 14px;
}
		
.subheadmsg {width: 40%;}	
.headerblock h2 {width: 40%;}	
	
.buyersrow {min-height: 1050px;}	
	
.buyerscola, .buyerscolb, .buyerscolc {width: 750px;}
	
.buyerscola span, .buyerscolb span, .buyerscolc span {
	margin-bottom: 20px;
	padding-left: 45px;
	text-align: left;
	background-position: left center;
}
	
.buyerscola, .buyerscolb, .buyerscolc {
	width: 420px;
	background-position: left 0%;
	padding-left: 360px;
	margin-bottom: 40px;
	}
	
.buyerscolb {
	background-position: -40px 0%;
	background-image: url(../images/buyerscolb-m1.png);
}
	
.buyerscolc span {padding-left: 22px !important;}
	

.itemcatproducts {
	float: left;
	height: 320px;
	background-image: none;
	margin-bottom: 40px;
}	
	
.newsflash-title {
	width: 100%;
	background-size: 100% auto;
	margin-left: 10px;
	margin-top: 10px;
}
	
.newsflash-image {
	height: 200px;
	width: 200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/newsflashimage.png);
	background-size: 200px 200px;
}
	
.newsflash-image img {
  height: 170px;
  width: 170px;
}
	
	
.rowmsgr {
  height: 150px;
  margin-top: 60px;
  margin-bottom: 60px;
}	
	
.callme,.sendpriceme {
	margin-left: auto;
	margin-right: auto; 
	float: none;
}
	
.banner-fursn {
  width: 100%;
  max-width: 760px;
  height: 550px;
  background-image: url(../images/bfurlcol-m1.png);
  background-position: -300px 280px;
  background-size: 100%;
  border-bottom: 1px dotted #2B2B2B;
}

	
.whyas {
	height: 1110px;
	background-image: url(../images/whyas-m1.png);
	background-repeat: no-repeat;
	background-position: center top;
	}	
	
.sliderlcol, .whyas span {display: none;}	
.rowsert {height: 350px;}	
	
.sertlcol {
	width: 90%;
     height: 70px;
	padding-left: 42px;
	background-position: 15px 35px;
	}
	
.fooetrcola {width: 20%;}	
.fooetrcolb {
	width: 30%;
	background-size: contain;
}
	
.fooetrcolc {
	width: 40%;
	float: right;	
}	
	

}


@media (max-width:760px)  { 

.toprowlcol {display: none}

.toprow {
	height: 400px;
    display: flex;
	padding-top: 215px;
    flex-direction: column;
    align-items: center;
	background-image: url(../images/toprowrcol-m1.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.toprowlcol {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.toprowlcol span {
    display: block;
    font-size: 16px;
}

.toprowrcol {
    width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.contactline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.topphone, .sendr {
    width: 50%;
    text-align: center; 
}


.menuline a {
	width: 30%;
	text-align: left;
	float: left;
}

.sliderblock {
  width: 100%;
  max-width: 760px;
  height: calc(100vw * (750 / 760)); 
  max-height: 750px;
  background-size: contain;
  background-position: center;
}

.subheadmsg, .bfurlcol {display: none !important}
	
.buyersrow {min-height: 1850px;}
	
.buyerscola, .buyerscolb, .buyerscolc {
    width: 80%;
    background-position: center 20px;
    padding-left: 10%;
	padding-right: 10%;
    margin-bottom: 40px;
  }
	
  .buyerscola span, .buyerscolb span, .buyerscolc span {
    margin-bottom: 300px;
    padding-left: 0px;
    text-align: center;
    background-position: center center;
  }
		
.headerblock h2 {
	padding-top: 10px;
	width: 80%;
}
	
.banner-fursn {
	width: 100%;
	max-width: 760px;
    height: calc(100vw * (550 / 760));
	max-height: 550px;
	background-image: url(../images/bfurlcol-m2.png) !important;
	background-position: center center;
	background-size: 100%;
	border-bottom: 1px dotted #2B2B2B;

  }

.rowmsgr {
	padding-bottom: 50px;
	padding-top: 0px !important;
}	
	
.whyas {
  width: 100%;
  max-width: 760px;
  height: calc(100vw * (910 / 760));
  max-height: 910px;
  background-size: contain;
  background-position: center;
}

.headerblock {height: 55px;}	
.buyerscolb {background-position: center 40px !important;}	
.buyerscolc {background-position: center 60px !important;}	
.fooetrcola, .fooetrcolb, .fooetrcolc {width: 100%;}
.fooetrcolb {margin-bottom: 15px;}	
.fooetrcolc {text-align: center;}
br {margin-top: 2px; margin-bottom: 2px;}		
	

}


@media (min-width: 761px)  {
.menuline {
	height: 74px;
	display: block;
	margin-top: 20px;
	padding-left: 55px;
}
	
.sertrcol {
	height: 189px;
	width: 300px;
	float: left;
	padding-top: 60px;
	padding-left: 250px;
	background-image: url(../images/sertrcol.png);
	background-position: 84px 28px;
	background-repeat: no-repeat;
}
	
.dropdownlink {display: none}	

.sendpriceme {
	width: 300px !important;
	padding-left: 215px !important;
}	

}


@media (max-width: 760px) and (min-width: 513px)  {
  .menuline {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
  }

	.topdixedmobilemenu, .changeClassLink	{display: none}

.sendpriceme {
	width: 300px !important;
	padding-left: 215px !important;
}
	
 .sertrcol {
    height: 189px;
    width: 300px;
    float: left;
    padding-top: 60px;
    padding-left: 250px;
    background-image: url(../images/sertrcol.png);
    background-position: 84px 28px;
    background-repeat: no-repeat;
  }	
}


@media (max-width:512px)  { 
	
container {max-width: 100%;}	
 
.menuline {display: none !important;}
.toprow {
	height: 420px;
	background-position: center 40px;
	padding-top: 50px;
}

#mobtrab {
	height: 320px;
	display: block;
	width: 100%;

}	


.sliderblock {
	width: 100%;
    max-width: 512px;
    height: calc(100vw * (997 / 710));
    max-height: 997px;
    background-size: 100%;
    background-position: center;
	background-image: url(../images/sliderblock-ms.png);
	}

	
  .banner-fursn {
    width: 100%;
    max-width: 512px;
    height: calc(100vw * (612 / 466));
    max-height: 612px;
    background-image: url(../images/bfurlcol-ms.png) !important;
    background-position: center center;
    background-size: 100%;
    border-bottom: 1px dotted #2B2B2B;
  }	
	

  .whyas {
    width: 100%;
    max-width: 512px;
    height: calc(100vw * (1009 / 772));
    max-height: 1009px;
    background-size: 100%;
    background-position: center;
	background-image: url(../images/whyas-ms.png);
  }	

	
 .callme, .sendpriceme {
    width: 215px ;
    padding-top: 18px;
    padding-left: 120px;
    font-size: 18px;
    background-size: contain;
  }
	
.itemcatproducts {width: calc(100% - 15%);}
.fooetrcolb {background-size: 88%;}	
.topphone { background-position: 10px 30px;}
.sendr { background-position: 10px -12px;}		

.toprowrcol {
	width: 360px;
	background-position: 15px 0px;
	}
	
.topphone, .sendr {
	width: calc(100% - 35px);
	padding-left: 25px;
	}
	
.sertrcol {
  height: 189px;
  width: 100%;
  float: left;
  padding-top: 60px;
  background-image: url(../images/sertrcol.png);
  background-position: center 28px;
  background-repeat: no-repeat;
  text-align: center;
  background-size: 90%;
  margin-top: 40px;
}
	
 .fooetrcolb {height: 150px;}
	
 .fooetrcolc {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}		
	
/**Мобильные стили для меню**/	
	
	
.topdixedmobilemenu {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	z-index: 999;
	background-color: #bd0c12;
	display: block;
}

.changeClassLink {
  text-decoration: none !important;
}

.dropdownlink {
	cursor: pointer;
	display: block;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 55px;
	padding-bottom: 15px;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	transition: all 0.4s ease-out;
	background-image: url(../images/accordionmenu.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	font-family: Verdana, sans-serif;
}

.dropdownlink {
  & i {
    position: absolute;
    top: 17px;
    left: 16px;
    font-family: "BarlowMedium";
  }	
	

	
}



