

@media (min-width: 300px) {
h1{font-size:32px;}
#mod-finder-searchword110{height: 60px;
border-radius: 0px;
min-width: 200px;}
.tcco{margin-top:20px;}
}


@media (min-width: 768px) {
h1{font-size:38px;}
.fcon{display: flex;
align-items: center;
justify-content: space-between;}
.tcco{margin-top:0px;}
}

@media (min-width: 992px) {
h1{font-size:42px;}
#mod-finder-searchword110{height: 60px;
border-radius: 0px;
min-width: 500px;}
}

@media (min-width: 1200px) { 
h1{font-size:48px;}
}

@media (min-width: 1400px) { 
h1{font-size:50px;}
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
display: inline-block;
padding: 0 15px;
font-size: 13px;
margin: 0;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 600 !important;
}
#sp-shapka{min-height: 700px;
background-size: cover; display: flex;
align-items: center;
background-position: 50% 70%;}
#sp-shapka h1{color: #fff;
text-transform: uppercase;
font-weight: 800;
letter-spacing: .1em;}
#sp-shapka h1 span{display: block;
font-weight: 300;}
.sub{color: #fff;
text-transform: uppercase;
letter-spacing: .1em;
max-width: 700px;}
.knopka2{box-shadow: rgba(245, 37, 62, 0.12) 0px 0px 0px 8px;
background: #de3920;
color: #fff; border:1px solid:#de3920;
padding: 16px 38px;
display: inline-block;
border-radius: 30px; font-size:14px;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: bold;
transition: all .5s ease;}
.knopka2:hover, .knopka2:focus,.knopka2:active{box-shadow: rgba(245, 37, 62, 0.22) 0px 0px 0px 8px;
background:transparent; color:#de3920}
.shbtn{margin-top:30px;}
.top .container{display: flex;
justify-content: flex-end; align-items:center;
padding: 10px 0;}

.bts img{height: 20px;
width: auto; transition:all .6s ease;}
.bts{cursor: pointer;
width: 80px;
display: flex;
height: 80px;
justify-content: center;
align-items: center;
margin-left: 20px;
}
.bts:hover img{height: 25px;}
.knopka{background: #de3920;
display: inline-block;
color: #fff;
padding: 8px 30px;
border-radius: 30px;
text-transform: uppercase;
letter-spacing: .1em;
font-size: 12px;
font-weight: 500;
border: 1px solid #de3920;}
.knopka:hover, .knopka:focus, .knopka:active{background:#fff; color:#de3920}
a, button{outline:none;}
.tlico a{color: #3f3e3e;
font-weight: 800;
font-size: 20px;}
.topmail{padding: 0 25px;}
.vg{color: #4c4c4c; cursor:pointer}
.vg:hover{color: #4c4c4c; text-decoration:underline;}
.top{background: #f4f4f4;}
#sp-header{box-shadow:none;}
#sp-header.header-sticky{box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);}
.email-bt {
   background: #d4212f;
border-radius: 50%;
box-shadow: 0 8px 10px rgba(217, 55, 31, 0.3);
cursor: pointer;
border: 2px solid transparent;
display: block;
height: 75px;
width: 75px;
text-align: center;
position: fixed;
right: 3%;
bottom: 12%;
z-index: 999;
transition: .3s ease-in-out;
-webkit-animation: email-an linear 1s infinite;
animation: email-an linear 1s infinite;
}

.email-bt:hover {
    background: #fff;
    border: 2px solid #d4212f;
}

.email-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.email-bt .text-call:after {
    content: "\f0e0";
    display: block;
    font-family: "Font Awesome 5 Free";
	font-weight:900;
    color: #fff;
    font-size: 24px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    opacity: 1;
    transition: .3s ease-in-out;
    -webkit-animation: opsimple 3s infinite;
    animation: opsimple 3s infinite;
}

.email-bt .text-call:hover:after {
    opacity: 0;
}

.email-bt .text-call span {
    color: #d9371f;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase;
    transition: .3s ease-in-out;

}

.email-bt .text-call:hover span {
    opacity: 1;
}

@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(217, 55, 31, 0.3), 0 0 0 0 rgba(217, 55, 31, 0.2), 0 0 0 0 rgba(217, 55, 31, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(217, 55, 31, 0.3), 0 0 0 15px rgba(217, 55, 31, 0.2), 0 0 0 0 rgba(217, 55, 31, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(217, 55, 31, 0.3), 0 0 0 30px rgba(217, 55, 31, 0), 0 0 0 26.7px rgba(217, 55, 31, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(217, 55, 31, 0.3), 0 0 0 30px rgba(217, 55, 31, 0), 0 0 0 40px rgba(217, 55, 31, 0.0)
    }
}

@keyframes opsimple {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(360deg);
    }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.citdial {
  max-width: 900px;
  z-index: 999999;
}
.citdial .modal-content {
  border-radius: 0px;
  padding: 40px;
}
.city{display: flex;
align-items: center;}
.citdial ul li a {
  color: #333;
}
.citdial ul li a:hover{text-decoration:underline;}
.citdial ul {
  list-style: none;
  padding: 0;
}
.citiletter {
  font-weight: bold;
}
.city i{margin-right:8px;}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 140px;
  max-height: 100%;
  border-bottom: 1px solid rgba(0,0,0,.2);
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas-top .btn-close{position: absolute;
right: 20px;
cursor: pointer;}
.catbl{box-shadow: 0px 0px 20px 0px rgba(0,0,0,.12); background: rgba(255,255,255,.7);
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
margin: 3%;
border-radius: 15px 15px 15px 60px;
width: 100%;
display: flex;
padding: 5% 0 8% 10%;
font-size: 26px;
letter-spacing: .1em;
line-height: 26px;}
.catbl:hover, .catbl:focus, .catbl:active{box-shadow: 0px 0px 20px 0px rgba(0,0,0,.22); color:#d4212f}
.catbl span {font-size: 50px;
width: 60px; margin-right: 8px;
display: block;
height: 60px;
background: #d4212f;
color: #fff;
border-radius: 8px;
line-height: 60px;
text-align: center;}
#sp-maincat{background: url(/images/bg2.jpg);
background-size: cover;
background-position: center;
padding: 80px 0px;}
h2{text-transform: uppercase;
font-weight: 800; margin-bottom:20px;
letter-spacing: .1em;}
h2 span{font-weight:300;}

#sp-main-body {
 background: url(/images/chem.png), #f4f4f4;
background-size: 60%; padding:0px;
background-repeat: no-repeat;
}
.u1{background: url(/images/usl/1.jpg);}
.u2{background: url(/images/usl/2.jpg);}
.u3{background: url(/images/usl/3.jpg);}
.u4{background: url(/images/usl/4.jpg);}
.u5{background: url(/images/usl/5.jpg);}
.u6{background: url(/images/usl/6.jpg);}
.u7{background: url(/images/usl/7.jpg);}
.u8{background: url(/images/usl/8.jpg);}
.uslbl{transition:all .7s ease;
background-size: cover; top: 0px;
display: flex; position:relative;
background-position: center;
min-height: 380px; margin-bottom:25px;
align-items: flex-end;
padding: 20px;
text-align: center;}
.uslbl h3{color: #fff;
font-size: 20px;
text-transform: uppercase;}
.uslbl:hover{top: -15px;}
#sp-mainusl{padding:80px 0px;}
#sp-about h4, #sp-about ul{border-left: 3px solid #de3920;
padding-left: 30px;}
#sp-about h4{margin:30px 0px;}
#sp-about ul{list-style:none;}
#sp-about ul li:before{content:"-"; margin-right:8px;}
#sp-about ul li{margin:10px 0px;}
#sp-about {background: url(/images/chem.png), #f4f4f4;
	padding: 80px 0px; background-size: 60%;
background-repeat: no-repeat;}
.dig{font-size: 400px;
line-height: 320px;
text-align: center;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-image: url(/images/usl/3.jpg); background-position: 10% 10%;}
.let{font-size: 28px;
text-align: center;
font-weight: bold;
}
.pre img {
  margin: 20px auto;
  height: 40px;
  width: auto;
}
.ptitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pre p {
  font-size: 15px;
  line-height: 16px;
  color: #898989;
}
.pre{text-align:center;}
#sp-preim{text-align: center;
padding: 80px 0px; background: url(/images/dot.png);
background-size: contain;}
#sp-foo{
  position: relative;
padding:50px 0px;
}
#sp-foo h2 span{display:block;}
#sp-foo h3{font-size:18px;}
#sp-cop{background: #333;
color: #fff;
text-align: center;
padding: 20px 0px;}
.bread{width: 100vw;
transform: translateX(-50%);
position: relative;
left: 50%; margin-bottom: 50px;
background: url(/images/navi.jpg);
background-size: cover ;
text-align: center;
padding: 50px 10%;}
.uslbread{background: url(/images/us.jpg); background-position: center !important;
background-size: cover !important;}
.bread h1{color: #fff;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: 800;}
.breadcrumb {
  padding: 0px;
  background-color: transparent;
  border-radius: 0.25rem;
  justify-content: center;
  color: #fff;
  margin: 0;
}
.float-start{display:none;}
.breadcrumb-item.active {
  color: #d0d0d0;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #dcdcdc;
  content: var(--bs-breadcrumb-divider, "-");
}
.pathway{color:#fff;}
.catbl .item-title:first-letter{
margin-right: 8px;
display: block; font-size:50px;
background: #d4212f;
color: #fff; padding:0px 15px;
border-radius: 8px;
line-height: 50px;
text-align: center;}
.item-title{font-size: 26px;
letter-spacing: .1em;
font-weight: normal;}
.indi{background: url(/images/chem.png), #ebe0e0;
padding: 40px; margin-top:50px;
margin-bottom: 50px;
background-size: contain;
text-align: center;}
.indi .tlico{padding:15px 0px;}
.itemtiz{padding: 30px; margin-bottom: 25px;
border-bottom: solid 1px #d4212f;
text-align: left;
box-shadow: 0 0 30px 0 rgba(190,190,190,0.6);
position: relative;}
.itemtiz h5 a{color: #2f2f2f;
font-size: 18px; min-height: 42px;
display: block;
font-weight: 500;
}
.itemtiz h2 {margin-bottom:7px;}
.readmore{margin-top:10px;}
.catalog-layout hr{background: #ccc;
margin-bottom: 40px;}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-dropdown-inner{border-top: 4px solid #d4212f;}
#catmenu{list-style:none; box-shadow: 0px 0px 20px 0px rgba(0,0,0,.12);
background: rgba(255,255,255,.7);
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
border-radius: 15px 15px 15px 60px;
width: 100%;
padding: 5% 0 8% 0%;
letter-spacing: .1em;}
.tfull{margin:50px 0px;}
#catmenu li a{color: #3f3e3e;
text-transform: uppercase; transition:all .5s ease;
font-weight: 400;
display: block;
padding: 8px 30px;
border-bottom: 1px solid #f0f0f0;}
#catmenu li:last-child a{border-bottom: 0px solid #f0f0f0;}
#catmenu li a:hover, #catmenu li.active.current a{background: #de3920;
color: #fff;}
.fcon img{height: 90px;
width: auto;}

.tcco .tlico a{font-size:24px;}
.fulldesc {padding: 40px; margin-top:20px;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,.12);
background: rgba(255,255,255,.7);}
.jlmf-section {
  margin-top: 0px;
  display: flex;
  margin-bottom: 15px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,.12);
background: rgba(255,255,255,.7);
  background: #fff; align-items: center; border-radius:15px;
  padding: 20px;
}
label.jlmf-label {
  display: inline-block;
  padding-bottom: 0px;
  font-family: inherit;
  font-size: .9rem;
  text-transform: uppercase;
  margin: 0;
    margin-right: 0px;
  margin-right: 20px;
}
.category-desc.clearfix{margin-bottom:40px;}

.itemlit{position:relative; margin-bottom: 25px;}
.itemlit .article-header{position: absolute;
bottom: 20px;
padding: 0 20px;}
.itemlit .article-header a{color: #fff;
display: block;
text-transform: uppercase;
letter-spacing: .1em;}
.uim{overflow:hidden}
.uim img{transition:all .5s ease;}
.itemlit:hover img{transform:scale(1.1);}
.usl-layout{margin-bottom:50px;}
.usl-desc{margin-top:0px;}
.hara h5 {
  color: #696969;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.fadr, .footmail {
  font-size: 17px;
  letter-spacing: .6px;
}
#sp-bread{padding-bottom:50px}
.blog{margin-bottom:50px}
.article-blog h5 a{color: #3f3e3e;
padding: 10px 0px;
display: block;}
.blogtelo{margin-bottom:50px;}
.ba-form-acceptance-html p{font-size: 14px !important;
font-weight: 300!important;}
.ba-forms-lightbox-row{position: absolute; z-index:999999 !important; width: 96% !important;}
.ba-form-icons.ba-icon-close::before {
  content: "\f136";
  color: #fd7a6b;
}
.ba-forms-lightbox-row .ba-form-icons .ba-icon-close{right: 20px!important;
position: relative!important;}
.text-content-wrapper h3{text-transform: uppercase;
font-weight: 900;}