html{
      font-family: 'Rubik', sans-serif;
}
.pay-attention-class{
  box-shadow: 0 0 5px 5px lightgray;
  opacity: 0.2;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.d-flex{
  display: flex;
}
.flex-wrap{
  flex-wrap: wrap;
}
.align-items-end{
  align-items: end;
}
.justify-content-between{
 justify-content: space-between;
}
.justify-content-center{
 align-items: center;
  justify-content: center;
}
.justify-content-arround{
 justify-content: space-arround;
}
.justify-content-stretch{
 justify-content: stretch;
}
/* menu with search block always top */
.rkg-stick-top{
 position: sticky;
 top: 0px;
 z-index: 50;
}
.rkg-top-warning{
  padding:5px;
  background-color: red;
  color: white;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
#search_form .search-string{
    width:100%;
    height:60px;
    background:#F9F9F9;
    padding:0 75px 0 15px;
    color:darkslateblue;
    font-size:24px;
  border-radius: 20px;
  border: 2px solid #fac600;
   
}
#search_form input::placeholder{
    font-size:20px;
    color: lightgrey;
}
#search_form input{
    font-size:20px;
    color: darkgray;
}
/* Main colors BEGINS */
:root {
    --rkg-color-lightyellow: #fae600;
    --rkg-color-darkyellow: #fac600;
    --rkg-color-lightblue: #3cacf6;
}
/* Main colors ENDS */
/* Call us if have questions */
.rkg-horizontal-info{
  background-color: var(--rkg-color-lightyellow);
  min-height: 30px;
  margin-top: 1em;
  padding: 1em;
}
.rkg-b-round{
  border-radius: 50px;
  background-size: contain; 
}
/* Main banner on INDEX */
.banner-big .item {
    background-size: cover;
}
.banner-big .SlideTitle {
    font-size: 36px;
    line-height: 36px;
    color: white;
    font-weight: bolder;
    
}
.banner-big .SlideText {
    font-size: 16px;
    line-height: 36px;
    color: white;
}
.banner-big .SlideGoto {
  position: absolute;
    bottom: 25px;
    font-size: 20px;
    color: black;
    text-decoration: none;
    padding: 20px;
    background-color: #FAE600;
    border-radius: 15px;
    border: 2px solid white;
    max-width: 50%;
}
.banner-big .SlideGoto:hover{
  background-color: yellow;
   text-decoration: none;
}
.banner-small{
  background-color: #FEE3B3; 
}
.rkg-baner-title{
  font-size: 1.5em;
  line-height: 1.2em;
  color: var(--rkg-color-lightblue);
  font-weight: 700;
}
.rkg-baner-bg{
  background-position: bottom 0 center;
 ;
}
.rkg-bg-strech-x{
   background-size: 100% auto
}
/* String classes */
h1{
  font-size:32px;
  font-weight: 400;
  padding-bottom: 1em;
  line-height: 1.2;
}
h2{
  font-size:26px;
  font-weight: 400;
  padding-bottom: 1em;
  line-height: 1.2;
}
h3{
  font-size:16px;
  font-weight: 300;
  line-height: 1.2;
}
.h2{
  font-size:25px;
  font-weight: 400;
  padding-bottom: 1em;
  line-height: 1.2;
}
/* Caourusel on INDEX */
.rkg-advantages{
margin-bottom:0;
}
.rkg-advantages .item{
 background-color: red; 
 background-position: bottom 0 right 5px;
 background-repeat: no-repeat;
 height: 300px;
 padding:20px;
 margin-left:10px;
}
.rkg-advantages .item .rkg-item-title{
padding: 20px;
font-size: 2rem;
font-weight: 700;
line-height: 1.2;
}
.rkg-advantages .item .rkg-item-shortdescription{
padding: 20px;
font-size: 1.2em;
font-weight: 200;
max-width: 50%;
}
.rkg-advantages .item .rkg-item-button{
 padding: 20px; 
}
/* FLEX GRID */
.rkg-grid-container{
  display: flex;
  justify-content: space-between;
   align-content: stretch;
   flex-wrap: wrap;
}
.rkg-grid-container > div {
  background-color: #f2f2f2;
  text-align: left;
  font-size: 30px;
  padding:20px;
  min-height: 200px;
  margin-top: 0.5em;
  line-height:1.2em;
}
.rkg-grid-container > div > p{
  font-size:0.6em;
      font-weight: 500;
  line-height: 1.2em;
  padding-top:1.2em;
  color: silver;
}
.grid-item-title{
  width:100%;
  padding-top: 60px;
  background-repeat: no-repeat;
}
.text-white{
  color:white;
}
.text-center{
  text-align: center;
}
.w-100{
  width:100%;
}
.w-50{
  width:50%;
}
.w-50-lg{
  width:49.7%;
}
.w-33-lg{
  width:33%;
}
.mt-1{
margin-top: 1em;  
}
.mb-1{
margin-bottom: 1em;  
}
.mt-2{
margin-top: 2em;  
}
.mt-3{
margin-top: 3em;  
}
.ml-1{
 margin-left: 1em; 
}
.pb-0{
padding-bottom: 0;  
}
.pl-1{
 padding-left: 1em; 
}
.px-05{
 padding-left: 0.5em;
 padding-right: 0.5em;
}
.px-1{
 padding-left: 1em;
 padding-right: 1em;
}
.py-05{
 padding-top: 0.5em;
 padding-bottom: 0.5em;
}
.py-1{
 padding-top: 1em;
 padding-bottom: 1em;
}
.d-none{
 display: none; 
}
@media (min-width: 1500px) {
    .container {
        width: 1400px;
    }
}
@media (max-width: 1190px) {
 .d-none-md{
  display: none;
}   
}
@media (max-width: 991px){
.container {
        width: 900px;
    }
    
.w-100-sm{
 width:100%; 
}
.d-none-sm{
  display: none;
}
  
}
@media (max-width: 450px) {
    .container {
        width: 100%;
    }
    
    
.rkg-baner-title{
  font-size: 1.1em;
  line-height: 1.1em;
  color: white;
  font-weight: 500; 
}    
 
 .d-none-md{
  display: none;
}   
}
/* INDEX PAGE CSS REPLACEMENT */
.rkg-info-col-phone a{
 font-size: 12px;
}
.DescriptionBlock *{
line-height:1.3em;
}
.DescriptionBlock a{
color: #5453c8;
line-height:1.2em;
font-style: normal;
font-weight: 300;
}
.DescriptionBlock a:hover{
color: lightblue;
}
/* GOOD PAGE */
.mod_list{
  background-color: #F1933F;
  font-size: 21px;
  font-weight: 300;
  border-radius: 5px;
}
.mini-images{
  padding-bottom: 15px;
  border-bottom: 3px solid yellow;
}
/* Add to cart on Good page */
.rkg-quick-order-button{
    background: #3cacf6 url('/design/d16016/quick-order-white.svg') no-repeat 0;
    background-position: center;
    background-size: 40px auto;
    width: 105px;
    border-left: 2px solid white;
}
.rkg-quick-order-button:hover{
    background: #3cacf6 url('/design/d16016/quick-order-white.svg') no-repeat 0;
    background-position: 55%;
    background-size: 40px auto;
}
.rkg-big-input{
  position: relative;
  bottom: 0; 
}
.rkg-big-input input{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #3cacf6;
    padding: 0 0;
    font-size: 2em;
    background-color: transparent;
    border-radius: 0;
    outline: none;
    width:5em;
}   
  
.rkg-big-input input:focus{
box-shadow: none;
border-bottom: 2px solid #0066ff;  
}  
/* Left col accordion */
.more-button:after{
  content:'Больше категорий';
  text-align: center;
  font-size:16px;
  padding-top:5px;
  color: #f3f3f3;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background-color:var(--rkg-color-lightblue);
  height:50px;
  background-position:center 90%;
  background-repeat:no-repeat;
  z-index:11;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e2e2e2' width='20' height='20'%3E%3Cpath d='M4.516 7.548c.436-.446 1.043-.481 1.576 0L10 11.295l3.908-3.747c.533-.481 1.141-.446 1.574 0 .436.445.408 1.197 0 1.615-.406.418-4.695 4.502-4.695 4.502a1.095 1.095 0 01-1.576 0S4.924 9.581 4.516 9.163s-.436-1.17 0-1.615z'/%3E%3C/svg%3E");
  
}
.catalog-lvl0{
  font-size:16px;
}
