.sf-with-ul img{
  font-size: 20px;
  vertical-align: top;
  margin-top: 0px;
  margin-right: 11px;
  display: inline-block;
}
.sf-with-ul:first-child{
  min-width: 140px;
}
.background {
  background: -webkit-linear-gradient(42deg, #9dd3e9, #008cd2, #212335);
  background: -o-linear-gradient(42deg, #9dd3e9, #008cd2, #212335);
  background: linear-gradient(132deg, #9dd3e9, #008cd2, #212335);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  position: absolute;
  height: 53.8vh;
  width: 100%;
  overflow: hidden;
  padding:0;
  margin:0px;
}
@media (max-width: 767px) {
  .background {
    height: 25vh;
  }
  .top-banner .container{
    padding: 0;
  }
}
@media (max-width: 414px) {
  .height-100 {
      height: 14vh!important;
  }
}
@media (max-width: 1365px) {
  .nav-line .site-links .second-level-menu>li>a {
    width: 99.7%;
  }
}
@media (max-width: 425px) {
  .bottom-line .logo img {
      width: 150px;
  }
}
@media only screen and (max-width: 912px) and (min-width: 414px)  {
  .height-100 {
      height: 16vh!important;
  }
}

@media only screen and (max-width: 912px) and (min-width: 768px)  {
  .background {
    height: 16.1vh;
}
.height-100 {
    height: 16vh!important;
}

}

@media only screen and (max-width: 912px) and (min-width: 820px)  {
  .background {
      height: 18.7vh;
  }
}
@media only screen and (max-width: 820px) and (min-width: 768px)  {
  .background {
      height: 21.5vh;
  }
}
.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #D7D4E4;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
  border-color: #FFF ;
}
.cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  animation-delay: 4s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}

/* Animate Background*/
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.top-banner .tile-view-wr {
    display: none;
}
.height-100{
  top:0;
  height: 21vh;
}
.height-100 .cube{
  display: none;
}
.pulse {
  position: relative;
  text-align: center;
  border-radius: 50%;
}
.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border: 2px solid #3D64FF;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.pulse::after {
  animation-delay: 1.25s;
}
.recall .recall-button {
    background: -webkit-linear-gradient(42deg, #9dd3e9, #008cd2, #212335);
    background: -o-linear-gradient(42deg, #9dd3e9, #008cd2, #212335);
    background: linear-gradient(132deg, #9dd3e9, #008cd2, #212335);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.third-level-menu-item a img {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.third-level-menu-item a strong {
  display: block;
  text-align: center;
}
.nav-line .site-links .second-level-menu .third-level-menu .submenu ul li {
    display: flex;
    justify-content: center;
}
.map-img h3{
  font-size: 24px;
  font-weight: bold;
}
.map-img p {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: left;
}
.production-catalog-wr .showrooms-block .text-wr p {
    padding-bottom: 49px;
}
.copyright{
  display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: center;
}
.copyright img{
  width: 32px;
}
.item .img-content{
  width: 100%;
  height: 100%;
}
.top-banner-slider {
    margin: 0;
}
.top-banner-slider {
    width: 100%;
}
.breadcrumbs-bg {
    background: #ffffff;
}
.breadcrumbs-bg a {
    font-family: Circe, sans-serif;
    font-weight: normal;
    color: #808080;
    line-height: 14px;
    position: relative;
    text-decoration: underline;
}
.breadcrumbs-bg {
    font-family: Circe, sans-serif;
    font-weight: normal;
    color: #808080;
    line-height: 14px;
    font-size: 16px;
    position: relative;
    padding: 15px 0;
}
.shadow .item:hover{
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.seo-text{
  margin-bottom: 45px;
}
.pagination ul span {
    border-color: #b8c9e0!important;
    color: #144b98!important;
}
.pagination ul a:not(.active):hover span{
  color: #fff
}
.pagination ul span{
  width: 45px;
      height: 45px;
      border: 1px solid transparent;
      font-size: 18px;
      font-family: Circe, sans-serif;
      font-weight: normal;
      color: #808080;
      display: block;
      text-align: center;
      line-height: 45px;
}
.mt-40{
  margin-top: 40px;
}
.products-wr .berrors{
  font-size: 16px;
}
.ready-solutions-wr .benefits-line {
    margin: 25px 0 0 0;
}
@media only screen and (min-width: 1024px)  {
  .w-25 .item {
      width: 25%;
  }
}

.ready-solutions-wr .benefits-line .item .text-wr{
    margin: 0;
}
.b-style-main .item{
  width: 25%;
}
.b-style-main {
  margin-bottom: 70px;
}
#sticker{width:auto;position:relative;;}
.mb-30{
  margin-bottom: 30px;
}
.mb-45{
  margin-bottom: 45px;
}
.w-100{
  width: 100%;
}
#searchsuggestions {
    z-index: 2200;
    width: 50%;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #ddd;
    border-color: rgba(0,0,0,0.2);
    background-clip: padding-box;
    font-size: .9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
}
	#searchsuggestions a, #searchsuggestions span.notfound { padding: 15px 25px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5; }
	#searchsuggestions a { color: inherit; }
	#searchsuggestions a:hover { background-color: #f7f7f7; }
	#searchsuggestions a span { display: block; cursor: pointer; }
	#searchsuggestions span.searchheading { display: block; font-weight: bold; margin-bottom: .2em; }
  #searchsuggestions span.seperator {
      display: none;
  }
	#searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color: transparent; color: #919191; }
	#searchsuggestions span.notfound { padding: 15px 25px; display: block; }
	#searchsuggestions .break { display: none; }

.ready-solutions-wr .title{
  font-size: 32px;
    font-family: Circe, sans-serif;
    font-weight: bold;
    color: #008cd2;
    line-height: 32px;
    margin-bottom: 21px;
    padding-right: 65px;
}
.breadcrumbs-bg .container{
  line-height: 20px;
}
.availability-bottom {
    margin-bottom: 16px;
}
.mb-15{
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px)  {
  #searchsuggestions {
     width: 95%;
 }
}
@media only screen and (max-width: 425px)  {
  #searchsuggestions {
     width: 90%;
 }
}
.descr-text p{
  margin-bottom: 15px;
}
.about-product{
  font-size: 14px;
}
.about-product h2,.about-product h3,.about-product h4,.about-product h5{
  margin-bottom: 15px;
  /* padding-top: 30px; */
  font-weight: 600;
}
.about-product h2:first-child{
  padding-top: 30px;
}
.about-product p{
  margin-bottom: 15px;
}
.about-product ul, .about-product ol{
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 12px;
}
.about-product h2{
  font-size: 20px;
  font-weight: 600;
}
.about-product h3{
  font-size: 18px;
  font-weight: 600;
}
.about-product h4{
  font-size: 16px;
  font-weight: 600;
}
.about-product h5{
  font-size: 14px;
  font-weight: 600;
}
.sort-block{
  cursor: pointer;
}

 
