body {

	background-color: #ffffff ;
    font:92.5% / 1.4 Open Sans, Verdana, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #221f1f;
}

a { color: #224679;text-decoration: none;}
body a, button{cursor:pointer;}
a:hover {color: #469fdf;text-decoration: none;}
blockquote{
        border-left: 6px solid #224679;
    margin-left: 10px;
    padding-left: 9px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
ul{list-style:none;}
.grey-text{font-size: 14px;color: #858585;}
.font-27{font-size: 27px;}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #224679;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.goods-tile__label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    height: 16px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 8px;
    line-height: 16px;
}
.goods-tile__label {
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    line-height: 24px;
    left: 16px;
    top:19px;
    border-radius: 50px;
    text-transform: uppercase;
}
.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.q9n{position:relative; font-size:14pt;}

body .q9n:after {
    background-color: red;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    transform: rotate(-2deg);
    width: 100%;
    z-index: -1;
    height: 1px;
}

.sale_price{
    display: block;
    position: relative;
    font-size: 14pt;
}
.new_price{color:#f91155;
        white-space: nowrap;
}
.sale_block{
        border: 2px solid #ff57224d;
    border-radius: 15px;
    padding: 25px;
}
.sale_block .custom_product{border:none;}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #224679;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
.navbar { padding: 0;}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li { position: relative;}
.navbar a,
.navbar a:focus, .button {
display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 21px;
  font-size: 14px;
  color: #16507b;
  white-space: nowrap;
  transition: 0.3s;
}
.gtranslate_wrapper a{display:contents;}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #224679;
}

.navbar .getstarted,
.navbar .getstarted:focus, .button{
  background: #224679;
  padding: 8px 20px;
  margin-left: 15px;
  border-radius: 4px;
  color: #fff;
}
.button{display:inline-block;}
.berror{
        display: inline-block;
    background: #f44336;margin-left: 0;
}
.berror:hover{color:#fff;}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #3194db;
}

.navbar .dropdown ul {
  display: none;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;

  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li { min-width: 200px;}
.navbar .dropdown ul a {padding: 10px 20px;text-transform: none;}
.navbar .dropdown ul a i {font-size: 12px;}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a { color: #224679;}
.navbar .dropdown:hover>ul {
  opacity: 1;
  display:block;
  top: 100%;
     overscroll-behavior-x: none;
    overscroll-behavior-y: none;
    overflow-x: clip;
    overflow-y: clip;
}

.navbar .dropdown .dropdown ul {top: 0; left: calc(100% - 30px); visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
#shadow_box {
    width: 700px;
    min-height: 90px;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 18px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -360px;
    position: fixed;
    z-index: 200000;
    display: none;
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    border-radius: 8px;
}
#close {
    cursor: pointer;
}
#shadow_box h3 {
    font-size: 18pt;
    color: #000;
    font-weight: normal;
    font-style: normal;
}
#shadow_box input[type=button], #mytable input[type=button], #mytable input[type=submit] {
    cursor: pointer;
    padding: 20px 24px;
    font-size: 12pt;
    border: none;
    color: white;
    background: #224679;
    border-radius: 6px;
}
#shadow_box input[type=button]:hover, #mytable input[type=button]:hover, #mytable input[type=submit]:hover{background: #34a539;}
#shadow_box input[type=button], #mytable input[type=button], #mytable input[type=submit] {
    cursor: pointer;
    padding: 20px 24px;
    font-size: 12pt;
    border: none;
    color: white;
    background: #224679;
    border-radius: 6px;
}
#screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background: url(/images/gray_bg2.png);
    display: none;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul { left: -90%;}
  .navbar .dropdown .dropdown:hover>ul {left: -100%;}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #124265;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
 overflow-x: clip;
 z-index:100;
}
.navbar-mobile ul li ul{ overflow-x: clip;}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #224679;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #224679;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/bg.png") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #224679;
}

#hero .btn-get-started:hover {
  background: #3194db;
}

#hero .icon-boxes {
  margin-top: 100px;
}

#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #224679;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #224679;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
    height: auto;
  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 116px 0 0;
  overflow: hidden;
}
#content_nav{font-size:14px;}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #224679;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #224679;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #224679;
}

.about .content .btn-learn-more:hover {
  background: #224679;
  color: #fff;
  text-decoration: none;
}


.counts {
  padding: 60px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1e6ca6;
}

.container h2{color:#3194db !important;}
.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: #224679;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-video .content p:last-child {
  margin-bottom: 0;
}

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#224679 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid #224679;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  min-height:296px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #224679;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #224679;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 10px 20px 20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
      font-size: 14px;
      width:100%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon{position: relative;}
.services .icon-box .icon img{width:100%;}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

section.catlist{padding: 10px 0;}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #224679;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #224679;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #224679;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #224679;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #224679;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #224679;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}


.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #124265;
}

.pricing .box h4 {
  font-size: 42px;
  color: #224679;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #124265;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #224679;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #224679;
}

.pricing .box .btn-buy:hover {
  background: #224679;
  color: #fff;
}

.pricing .featured {
  background: #224679;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border: 2px solid #fff;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #224679;
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list ul > li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #87c1ea;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #224679;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #224679;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #124265;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #217bbc;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #224679;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #224679;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #224679;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3194db;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 102px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 97px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


#footer_mainx {
  color: #444444;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer_mainx .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer_mainx .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer_mainx .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer_mainx .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #000;
}

#footer_mainx .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}

#footer_mainx .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer_mainx .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer_mainx .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #224679;
  font-size: 18px;
  line-height: 1;
}

#footer_mainx .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer_mainx .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer_mainx .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer_mainx .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #224679;
}

#footer_mainx .footer-newsletter {
  font-size: 15px;
}

#footer_mainx .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer_mainx .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#footer_mainx .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.producttext a{position:relative; z-index:2;}
.producttext ul{padding-left:7px;}
.producttext ul li{margin-top:7px; padding-left:10px; position:relative; font-size:12pt;}
.producttext ul li:before {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    content: "\ea50";
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -9px;
    right: 0;
    transition: all .1s;
    opacity: 1;
    color: #2287ce;
    font-size: 19px;
}
.review_list{
    display: inline-block;
    font-style: italic;
    margin: 0 15px 15px 15px;
    padding: 20px;
    background: #f3f9fd;
    position: relative;
    margin-bottom: 35px;
    border-radius: 6px;
}
.review_list .quote-icon-right {
    color: #c9e3f5;
    font-size: 26px;
 display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}
.review_list .quote-icon-left {
    color: #c9e3f5;
    font-size: 26px;
        display: inline-block;
    left: -5px;
    position: relative;
}
#review_list{  -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;}
.padding_one h2{margin-bottom: 20px;}
#modal_box{
display: block;
    width: 513px;
    background: #fff;
    height: fit-content;
    padding: 20px;
    top: 30%;
    left: 50%;
    margin-top: -100px;
    margin-left: -230px;
    opacity: 1;
    border: 6px solid #22467921;
    border-radius: 5px;
    z-index: 1000000;
    display:none;

}
/* jQuery.Rating Plugin CSS */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}
.star, .mb{color:red;}
.navbar ul li:hover ul{opacity:1; visibility: visible;}
.b_none{padding-left: 20px;
    text-decoration: underline;
    color: #01a0ae;}
.navbar ul li ul{
     -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
}
#rate{
    width: 180px;
    display: block;
    padding: 5px;
    border: none;

}
.rate{
    display: inline-block;
    width:85px;
    height: 16px;
    background: url("/images/rate.jpg") no-repeat;
    border: none;
    vertical-align: middle;
}
.rate4{background-position: 0 -20px;}
.rate3{background-position: 0 -38px;}
.rate2{background-position: 0 -55px;}
.rate1{ background-position: 0 -74px;}
#rate_right{position: relative; float: right; margin-top: -30px; margin-right: 10px;}
#footer_mainx .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #224679;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer_mainx .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}

#footer_mainx .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer_mainx .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #224679;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer_mainx .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1200px){
.navbar ul li:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
    background-size: contain;
    transform: scale(2.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .1s;
    opacity: 0;
}
.navbar ul li:hover:after{
    opacity: 1;
}

.navbar ul li.catalog:after {
    background-image: url(/assets/img/1.svg);
}
.navbar ul li.covid:after{
     background-image: url(/assets/img/2.svg);
}
.navbar ul li.order:after{
     background-image: url(/assets/img/3.svg);
}
.navbar ul li.delivery:after{
     background-image: url(/assets/img/5.svg);
}
.navbar ul li.contacts:after{
     background-image: url(/assets/img/4.svg);
}
}
.attention {
    display: block;
    text-align: center;
    font-size: 2.5em;
    color: #e8e7e7;
    background: white;
    padding: 0.4em 30px;
}
.addtocart {
        display: inline-flex;
    align-items: center;
    padding: 6px 13px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .3px;
    border-radius: 3px;
    color: #fff;
    transition: all .3s;
    flex-grow: 1;
    flex-basis: auto;
    justify-content: center;
    background: #024681;
    border:none;
    flex: 1;
}
.addtocart.buy {
    background: #00c560;
}
.addtocart:hover{color:#fff; background:#02ac55;}
.addtocart .icon {
    color: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.addtocart i {margin-right: 4px;}
li.language a{display:inline-block; padding:0;}
.cart_item_top{
background: #224679;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    position: relative;
    top: -14px;
    left: -9px;
}
.price_top .price{font-size:20px;}
.price_top .symb{font-size:17px;}
.list_rete {
    position: absolute;
    bottom: 9px;
    zoom: 77%;
    right:15px;
}
.rate {
    display: inline-block;
    width: 85px;
    height: 16px;
    background: url(/images/rate.jpg) no-repeat;
    border: none;
    vertical-align: middle;
}
.plink:hover{color:#444;}
.caps{color:#224679; display:block;}
ul.list{list-style:none;}
ul.list li a {
    font-size: 10.5pt;
    margin-top: 8px;
    border-bottom: 1px dotted #999;
    display: block;
    padding-bottom: 8px;
}

.cartmob{    display: none !important;}

div.h3, ul.list li.b_none {
    border-bottom: 1px dotted #999;
    padding-bottom: 8px;
    padding-top: 8px;
}
ul.list li.b_none a.h3, div.h3 {
    font-weight: 600;
    padding: 0;
    color: #333;
    background: url(/images/mainx_menu_drop.gif) left center no-repeat;
    padding-left: 12px;
    margin-left: -10px;
    padding-bottom: 8px;
}
#buttom_pager {
    margin: 20px 0;
}
#buttom_pager ul {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    border-radius: 5px;
}
#buttom_pager ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#buttom_pager ul>li>a, #buttom_pager ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 1px;
}
#buttom_pager ul li span {
    border-left-width: 1px;
    background: #eee;
}
#buttom_pager ul>li>a, #buttom_pager ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 1px;
}
.custom_product{
    border: 4px solid #ffc107;
    padding: 12px;
    border-radius: 28px;
    width:100%;
    text-align:center;
    height: fit-content;
}
ul#sert{display: inline-flex;}
ul#sert li{padding:3px 5px;}
.custom_h3_header{font-size: 15px; text-align:left;}
.custom_product img{height:385px;}

.list_prices{ display: inline-flex;clear: both;margin-bottom: 14px;}
.list_prices .two{border-right: 1px solid #dadada;padding-right: 8px; margin-right:1px;}
.nums{ color: #868686;padding: 3px;}
.plink{display:block;}
.nums2{margin-left:7px;}
.in-stock {
    background-color: rgb(244, 250, 246);
    color: rgb(0, 160, 70);
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    padding: 3px 11px;
    flex-direction: row;
    align-items: center;
 transition: all .2s ease-in-out;
    margin: 6px 0 5px;
    border-radius: 4px;
}
.nostock{
    background: #ffe2e0;
    color: #f44336;margin-top: 5px;
}
.logotop{height:70px;}
.cartmob{display:none;}
.navbar a i.topphones{font-size: 28px;}

.product-attention {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 16px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-top:17px;
}
.product-attention_color_orange {
    background-color: #ffa9000d;
    border-color: #ffa900;
}
.text {
    font-size: 14px;
}
.product-about__block {
    margin-bottom: 24px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-sizing: border-box;
}
.product-delivery {
    margin-bottom: 24px;
}
.visible-hidden {
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

.product-about__block-body {
    padding: 16px;
}
.product-delivery__item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
        flex-direction: row;
    align-items: flex-start;
}
.product-delivery__icon {
    position: absolute;
    left: 0;
    top: -2px;
    fill: #797878;
}
.product-delivery__type {
    position: relative;
    width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.product-delivery__type {
    padding-right: 16px;
}
.product-delivery__type {
    max-width: 40%;
    margin-bottom: 0;
}
.product-delivery__time {
    font-size: 14px;
    width: 100%;
    margin-bottom: 4px;
    box-sizing: border-box;
}
.product-delivery__time {
    width: 40%;
}
.product-delivery__coast {
    width: 100%;
    font-size: 14px;
}
.product-delivery__coast {
    width: 26%;
    text-align: right;
}
.product-about__block {
    margin-bottom: 24px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-sizing: border-box;
}
.product-delivery__item+.product-delivery__item {
    margin-top: 8px;
}
.product-about__block-item {
    display: grid;
    align-items: center;
    grid-template-columns: min-content 1fr;
    grid-column-gap: 16px;
    column-gap: 16px;
    padding: 16px;
}
.product-about__icon-wrap {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    background-color: #f5f5f5;
}
b, strong {
    font-weight: 700;
}
.product-delivery__attention {
    margin-top: 8px;
}

.product-about__item+.product-about__item {
    border-top: 1px solid #e9e9e9;
}
.product-about__icon {
    margin: auto;
    width: 24px;
    height: 24px;
    fill: #221f1f;
}
.product-about__icon-wrap {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    background-color: #f5f5f5;
}
.product-view div.show_all_color ul li:first-child {
    padding-left: 4px;
    width: 120px;
}

.goods-tile__label {
    height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    line-height: 24px;
    left: 16px;
       border-radius: 50px;
    text-transform: uppercase;
}

.mainx-goods { margin-bottom: 64px;}
.mainx-goods__heading {
    margin-bottom: 16px;
    font-size: 20px;
}
.mainx-goods__grid[_ngcontent-rz-client-c147] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mainx-goods__cell[_ngcontent-rz-client-c147] {
    position: relative;
    width: 50%;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    list-style:none;
}
.product_ul{    margin-left: 0;  padding-left: 0;}
.product_ul .price_top .price{font-size: 32px; font-weight:normal;}
.product_ul .price_add{ margin-top: 7px; width:95%;}
.b-bar {margin-bottom: 20px;}
.b-bar-tabs-list {
    white-space: nowrap;
    position: relative;
  
    box-shadow: 0 12px 12px -13px rgb(0 0 0 / 30%);
        padding-left: 0;
}
.poddelka{display:none;}
.top_banner{
        background: #02b504;
    text-align: center;
    position: relative;
    top: -8px;
}
.top_banner img{height:36px;}
#sostav, #priem{    font-size: 26px; margin-bottom:15px;}
#hero .icon-box img{max-width: inherit; zoom: 90%;}
.product_img img{    max-width: initial;max-height: 680px; margin:0 auto; border-radius:23px;} 
.col-lg-5.product_img{overflow:hidden;}
.top-search-area .modal-content {border: none;}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.top-search-area .modal-content .modal-body {
    padding: 50px;
}

.top-search-area .modal-content .modal-body button.close-btn.btn {
    padding: 0;
    background-color: transparent;
}
.top-search-area .modal-content .modal-body button.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    font-size: 14px;
}
.top-search-area form {
    width: 100%;
    position: relative;
    z-index: 1;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.top-search-area form input {
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: 0 0 30px 15px rgb(0 0 0 / 8%);
    border-radius: 6px;
    font-size: 19px;
    padding: 0 20px;
}
.top-search-area form button {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
    border: none;
    background-color: #00a0af;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
#searchModal{ background: #06060696; display:none;}
.b-bar-tabs-list li {
    color: #999;
    border-radius: 0;
    margin: 0;
    outline: none;
    font-size: 16px;
    height: 35px;
    float: none;
    display: inline-block;
}
li.state_active {
    margin-bottom: -1px;
    background: #fff;
    position: relative;
    z-index: 1;
    color: #00a046;
    box-shadow: inset 0 -2px 0 0 #00a046;
}
.b-bar-tabs-list li:first-child { border-top-left-radius: 6px;}
.b-bar-tabs-list li a {
    color: inherit;
    outline: none;
    font-size: 14px;
    line-height: 22px;
    float: none;
    display: inline-block;
    padding: 0.5em 1em;
    color: #3e77aa;
    text-decoration: none;
}
.button_div{margin: 0 auto;}
section.review_block{padding:20px 0;}
.custom_product  .price_top .price {font-size: 14px;}
 .custom_product    .price_top .symb {font-size: 12px;}
#publish_ul{column-count: 2;}
#publish_ul li{    padding: 8px;
    border: 1px solid #eee;
    border-radius: 5px; margin:5px;
      display: inline-grid;
}
    #publish_ul li a{
        display: block;
    font-size: 22px;
    margin: 5px 0;
    }
    .news_img{text-align:center;}
@media (max-width: 1440px) {
     .custom_product{text-align:center;}
    .custom_product img {height: 155px; display:block;}
    .price_top .price {font-size: 14px;}
    .price_top .symb {font-size: 12px;}
    .product-delivery__coast {
    width: 40%;
    text-align: right;
}
.product_img img{ max-width: inherit; height: 380px; zoom:98%;}

}
@media (max-width: 992px) {
  .services .icon-box img { height:130px;}
  .services .icon-box .icon{width:auto;}
  .nums{display:block; font-size: 11px;}
  .price_top .price{font-size:17px;}
  .price_top .symb { font-size: 12px;}
  .plus_hide{display:none !important;}
  .flex{display:flex;}
  .right-analog{width:100%;}
  #vlign a{display:block; font-size:18px;}
  body .hidden-sm{display:none;}
  #review_list, .navbar ul li ul { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
.product_img img{    max-width: inherit; zoom:98%; height:400px; }
.cartmob {    display: inline-block !important;}
.cartmob i {font-size: 21px;}
.top_banner img {height: 30px;}
.button_div{width:100%}
}
@media (max-width: 600px) {
    .button_div{width:100%}
ul.list {background: white;
    border-top: 1px solid #dedede;
    padding-top: 17px;}
.back-to-top.active{display:none;}
.navbar .dropdown-active{ visibility: visible; overflow-x: clip;}
.top_banner img {height: 20px;}
#vlign a{display:block; font-size:18px;}
.padding-top{margin-top:130px;}
.b_none{margin-left:20px;}
.h3, h3{font-size:16px;}
.products_list{width:49.33%;}
.icon-box a{display:block; width:100%}
#hero .icon-box{width:100%; text-align:center;}
.section-title h2{font-size: 26px;}
.container{    padding: 5px 30px;}
section{    padding: 8px 0;}
body>section{    margin-top: 100px;}
.attention{font-size: 1.5em;}
.breadcrumbs { margin-top: 98px;}
.cartmob{display:inline-block; z-index:1; position:relative;}
.logotop{height:50px !important;}
.right-analog{width:100%;}
.navbar a, .navbar a:focus, .button{    padding: 10px 0 10px 9px; }
body .hidden-sm{display:none;}
#review_list, .navbar ul li ul { -webkit-column-count: 1; -moz-column-count: 1;column-count: 1;}
.product_img img{    max-width: inherit; max-height: 500px; zoom:98%; height:400px; }
.producttext img, .producttext iframe{width: -webkit-fill-available;}
.cartmob {    display: inline-block !important;}
.cartmob i {font-size: 21px;}
.services .icon-box .icon{position: relative;}
.services .icon-box .icon img{
       /*  max-height: 120px;
        width: 120px;
        height: auto;*/
        
        max-height: 205px;
        width: auto;
        height: auto;
    }
        .price_top .price {
        font-size: 15px;
    }
.plus_hide{display:none !important;}
.sale_block{width:95%;}
.sale_block h3{    text-align: center;
    font-size: 13pt;
    font-weight: 700;
    margin-top: 13px;}
}

.align-items-stretch{position:relative;}
#review_list .us_name{font-style: normal;}

article p{font-size:12pt;}
.producttext p{font-size:12pt;}


@media (max-width: 900px) {
    body .goods-tile__label{
            font-size: 8px;
    }
  body .goods-tile__label  span svg{top: 0px !important;}
}

.mb-80 {
    margin-bottom: 80px;
}
.catalog-groups {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 20px;
}
article.text ul, article.text ol li{ margin-top:10px;}
.catalog-groups__row {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 40px;
}
.cb1 {
    display: flex;
    align-items: stretch;
    border-radius: 15px;
    background-color: #f2f5fb;
    padding: 14px 40px 15px 50px;
    margin-bottom: 50px;
}
.page-blog__wrapper h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    color: #2b2e3c;
    margin-bottom: 20px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.page-blog__wrapper ul li {
    list-style: disc;
}

.cb1__name {
    display: flex;
    align-items: center;
    color: #2b2e3c;
    font-size: 25px;
    font-weight: 500;
    line-height: 120%;
    border-right: 2px solid #2b2e3c;
    flex: 0 0 auto;
    width: 220px;
}
.cb1__text {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    padding-left: 55px;
    color: #2b2e3c;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
}
.customBlog__navi-list {
    display: flex;
    flex-wrap: wrap;
    list-style: disc;
    padding-left: 15px;
    margin: 0;
}
.customBlog__img {
    width: 100%;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}
.page-blog__image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 50px;
}
.mainxContainer {
    width: 100%;
    max-width: 1062px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
}
.blog-help__wrapper {
    background-color: #f3f7ff;
    border-radius: 15px;
    padding: 16px 27px 36px 300px;
    background-image: url(/img/blog-help-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 90%;
}
.blog-help__header {
    max-width: 500px;
    margin-bottom: 22px;
}
.blog-help__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    margin-bottom: 22px;
}
.blog-help__prev {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
.blog-help__form {
    display: grid;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 25px;
    grid-template-columns: 1fr 400px;
}
.blog-help__text {
    background-color: #fff;
    border-radius: 40px;
}
.blog-help__text input[type=text] {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: 0;
    background-color: transparent;
    padding: 0 15px 0 48px;
    background-image: url(/img/icon-blog-help-phone.svg);
    background-position: 24px center;
    background-repeat: no-repeat;
}
.blog-help__submit button,
.blog-help__submit input[type=submit] {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #404660;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    white-space: break-spaces;
}
.blog-help__checkbox {
    display: flex;
    align-items: flex-start;
    font-size: 10px;
    line-height: 13px;
    color: #646778;
}
.blog-help__free {
    font-size: 10px;
    line-height: 13px;
    color: #646778;
}
.blog-help__checkbox label {
    margin-left: 9px;
}
.blog-help {
    padding: 48px 0 48px 0;
}

.cb3 {
    border-radius: 15px;
    background-color: #3f4662;
    display: flex;
    align-items: center;
    padding: 25px 25px 25px 65px;
    margin: 50px 0;
    justify-content: space-between;
}
.cb3__info-title {
    color: #f3f7ff;
    font-size: 25px;
    font-weight: 400;
    line-height: 120%;
    width: 150px;
    flex: 0 0 auto;
    margin-right: 33px;
}
.cb3__info-text {
    color: #f3f7ff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    flex: 1 1 auto;
    margin-right: 17px;
}
.cb3__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cb3__buttons a {
    margin: 7px;
    color: #fff;
}
.cb3__buttons a:link, .cb3__buttons a:visited {
    text-decoration: none;
}
.faq__info-phone {
    margin-right: 32px;
    margin-left: auto;
    background-image: url(/img/icon-phone-on-map.svg);
}
.btn-p {
    height: 50px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #8da1de;
    border-radius: 30px;
    padding: 15px 25px 15px 74px;
    flex: 0 0 auto;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 24px center;
}
.faq__info-whatsapp {
    background-image: url(/img/icon-mess-whatsapp.svg);
    background-color: #74bf6a;
}
.news__title {
    font-weight: 500;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
    color: #2b2e3c;
    display: block;
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 57px;
}
.news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.news__all-link {
    text-align: center;
    padding-top: 46px;
}
.itemInBlog__item {
    background-color: #f2f5fb;
    border-radius: 15px;
    overflow: hidden;
}
.itemInBlog__image {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.itemInBlog__item-title {
    padding: 50px 20px 50px 20px;
    color: #2b2e3c;
    font-size: 25px;
    font-weight: 400;
    line-height: 120%;
}
.itemInBlog__item-title a {
    color: #2b2e3c;
}
.itemInBlog__img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 190px;
}
.news__all-link a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #404660;
    border-radius: 40px;
    padding: 15px 50px;
}
section.news {
    padding: 35px 0 53px 0;
}
.expknslt { margin: 45px 0 55px 0; padding: 0 !important; overflow: visible;}
.expknslt__wrapper {
    background-color: #8da1de;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 373px 1fr;
    gap: 63px;
    padding: 27px 20px 0 52px;
}
.expknslt__img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -70px;
}
.expknslt__content-width {
    max-width: 400px;
}
.expknslt__qw {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #3f4662;
    margin-bottom: 15px;
    padding-left: 60px;
    position: relative;
    min-height: 47px;
}
.expknslt__qw::before {
    content: "?";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #3f4662;
    width: 47px;
    height: 47px;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    line-height: 47px;
    color: #fff;
}
.expknslt__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
}
.expknslt__text {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.expknslt__link {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3f4662;
    background-color: #fff;
    border-radius: 40px;
        padding: 9px 31px;
    cursor: pointer;
    position: relative;
    top: -6px;
}
@media screen and (max-width: 768px) {
    .blog-help__wrapper {
        background-size: 200px auto;
        padding: 15px 15px 25px 15px;
        background-image: none;
    }
        .blog-help__title {
        font-size: 19px;
        line-height: 23px;
    }
        .blog-help__form {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
        .cb3 {
        flex-direction: column;
        padding: 15px 15px 15px 15px;
        margin: 25px 0;
    }
        .cb3__info-title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
        .cb3__info-text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
.cb3__buttons {flex-direction: column;}
.btn-p { text-decoration: none;  width: 100%;}
.cb1__name {width: 100%;border-right: 0 solid #2b2e3c;border-bottom: 2px solid #2b2e3c;margin-bottom: 15px;padding-bottom: 15px;}
.cb1__text {  padding-left: 0; }
.expknslt__content {padding: 0 0 0 20px;}
.expknslt__content-width {max-width: 100%;}
.expknslt__qw { font-size: 14px; line-height: 18px; }
.expknslt__qw::before { width: 36px; height: 36px;font-size: 14px;line-height: 36px;font-weight: 300;}
.expknslt__title { font-size: 19px; line-height: 23px;}
.expknslt__text { font-size: 14px;  line-height: 18px;}
.expknslt__link-center { width: 100%;text-align: center;}
.expknslt__link {
        font-size: 12px;
        padding: 10px 29px;
    }
       .expknslt__img {
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 0;
        max-height: 280px;
    }
        .expknslt__content {
        padding: 0 0 0 20px;
    }
        .expknslt__content-width {
        max-width: 100%;
    }
        .expknslt__qw {
        font-size: 14px;
        line-height: 18px;
    }
        .expknslt__qw::before {
        width: 36px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        font-weight: 300;
    }
        .expknslt__title {
        font-size: 19px;
        line-height: 23px;
    }
        .expknslt__text {
        font-size: 14px;
        line-height: 18px;
    }
        .expknslt__link-center {
        width: 100%;
        text-align: center;
    }
        .expknslt .mainxContainer {
        padding-left: 0;
        padding-right: 0;
    }
        .expknslt {
        margin: 0 0 25px 0;
        background-color: #8da1de;
    }
        .cb1 {
        padding: 15px 15px 15px 15px;
        flex-direction: column;
        margin-bottom: 25px;
    }
        .cb1__name {
        width: 100%;
        border-right: 0 solid #2b2e3c;
        border-bottom: 2px solid #2b2e3c;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
        .cb1__text {
        padding-left: 0;
    }
    
}

@media screen and (max-width: 991px) {
    .expknslt__link {
        font-size: 12px;
        padding: 10px 29px;
    }
       .expknslt__img {
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 0;
        max-height: 280px;
    }
        .expknslt__content {
        padding: 0 0 0 20px;
    }
        .expknslt__content-width {
        max-width: 100%;
    }
        .expknslt__qw {
        font-size: 14px;
        line-height: 18px;
    }
        .expknslt__qw::before {
        width: 36px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        font-weight: 300;
    }
        .expknslt__title {
        font-size: 19px;
        line-height: 23px;
    }
        .expknslt__text {
        font-size: 14px;
        line-height: 18px;
    }
        .expknslt__link-center {
        width: 100%;
        text-align: center;
    }
        .expknslt__wrapper {
        padding: 23px 20px 0 0;
        display: flex;
        gap: 0;
        flex-direction: column-reverse;
        grid-template-columns: auto;
        border-radius: 0;
    }
        .expknslt__image {
        max-height: 280px;
        margin-top: 20px;
    }
        .expknslt__img {
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: 0;
        max-height: 280px;
    }
        .expknslt__content {
        padding: 0 0 0 20px;
    }
    
}

  .effect {
    padding: 63px 0 108px 0;
}
.mainxContainer {
    width: 100%;
    max-width: 1062px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
}
[class*=__container] {
    width: 100%;
    max-width: 1060px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
}
.effect__title {
    font-weight: 500;
    font-size: 38px;
    line-height: 120%;
    color: #2b2e3c;
    text-align: center;
    margin-bottom: 19px;
}
.effect__prev {
    font-size: 22px;
    line-height: 140%;
    color: #646778;
    text-align: center;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.effect__wrapper {
    padding: 42px 0 55px 0;
    align-items: stretch; margin-top: 20px;
}
.swiper-wrapper {

    padding-bottom: 27px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.effect__button-next{display:block;width:20px;height:20px;cursor:pointer;border:1px solid #2b2e3b;background-image:url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83709 4.6098L1.29221 0.159755C1.1871 0.0567475 1.04677 0 0.897152 0C0.74753 0 0.607207 0.0567475 0.50209 0.159755L0.167391 0.487394C-0.0503999 0.700889 -0.0503999 1.04788 0.167391 1.26105L3.98384 4.99793L0.163156 8.73895C0.0580388 8.84196 0 8.97928 0 9.1257C0 9.27228 0.0580388 9.4096 0.163156 9.51269L0.497855 9.84025C0.603055 9.94325 0.743295 10 0.892917 10C1.04254 10 1.18286 9.94325 1.28798 9.84025L5.83709 5.38614C5.94246 5.2828 6.00033 5.14484 6 4.99817C6.00033 4.85094 5.94246 4.71305 5.83709 4.6098Z' fill='%232B2E3B'/%3E%3C/svg%3E%0A");background-size:5px 8px;background-position:7px center;background-repeat:no-repeat;position:absolute;border-radius:50%;right:0;bottom:0;z-index:15;transition:all .3s}.effect__button-next:hover{border:1px solid #8da1de;background-image:url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83709 4.6098L1.29221 0.159755C1.1871 0.0567475 1.04677 0 0.897152 0C0.74753 0 0.607207 0.0567475 0.50209 0.159755L0.167391 0.487394C-0.0503999 0.700889 -0.0503999 1.04788 0.167391 1.26105L3.98384 4.99793L0.163156 8.73895C0.0580388 8.84196 0 8.97928 0 9.1257C0 9.27228 0.0580388 9.4096 0.163156 9.51269L0.497855 9.84025C0.603055 9.94325 0.743295 10 0.892917 10C1.04254 10 1.18286 9.94325 1.28798 9.84025L5.83709 5.38614C5.94246 5.2828 6.00033 5.14484 6 4.99817C6.00033 4.85094 5.94246 4.71305 5.83709 4.6098Z' fill='%238DA1DE'/%3E%3C/svg%3E%0A")}.effect__button-prev{display:block;width:20px;height:20px;cursor:pointer;border:1px solid #2b2e3b;background-image:url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83709 4.6098L1.29221 0.159755C1.1871 0.0567475 1.04677 0 0.897152 0C0.74753 0 0.607207 0.0567475 0.50209 0.159755L0.167391 0.487394C-0.0503999 0.700889 -0.0503999 1.04788 0.167391 1.26105L3.98384 4.99793L0.163156 8.73895C0.0580388 8.84196 0 8.97928 0 9.1257C0 9.27228 0.0580388 9.4096 0.163156 9.51269L0.497855 9.84025C0.603055 9.94325 0.743295 10 0.892917 10C1.04254 10 1.18286 9.94325 1.28798 9.84025L5.83709 5.38614C5.94246 5.2828 6.00033 5.14484 6 4.99817C6.00033 4.85094 5.94246 4.71305 5.83709 4.6098Z' fill='%232B2E3B'/%3E%3C/svg%3E%0A");background-size:5px 8px;background-position:center;background-repeat:no-repeat;position:absolute;border-radius:50%;left:0;bottom:0;z-index:15;transform:rotate(180deg);transition:all .3s}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}
.effect__item:nth-child(odd) {
    background-color: #dfe5f5;
}
.effect__item:nth-child(even) {
    background-color: #e8c7d6;
}

.effect__item {
    position: relative;
    padding: 136px 25px 15px 25px;
    border-radius: 15px;
    width: 500px;
    height: auto;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}
.swiper .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    /* flex: 1; */
    height: auto !important;
}
.effect__item::before {
    content: "";
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 78px;
    z-index: 1;
}
.effect__image {
    position: absolute;
    left: 42px;
    top: 32px;
    width: 92px;
    height: 92px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.effect__item:nth-child(odd) .effect__image {
    background-color: #dfe5f5;
}
.effect__img {
    max-width: 40px;
    max-height: 40px;
}
.effect__item-title {
    font-weight: 300;
    font-size: 25px;
    line-height: 26px;
    color: #2b2e3c;
    margin-bottom: 12px;
    min-height: 52px;
}
.effect__text {
    font-size: 15px;
    line-height: 22px;
    color: #2b2e3c;
    opacity: .7;
}
.effect__button-prev{display:block;width:20px;height:20px;cursor:pointer;border:1px solid #2b2e3b;background-image:url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83709 4.6098L1.29221 0.159755C1.1871 0.0567475 1.04677 0 0.897152 0C0.74753 0 0.607207 0.0567475 0.50209 0.159755L0.167391 0.487394C-0.0503999 0.700889 -0.0503999 1.04788 0.167391 1.26105L3.98384 4.99793L0.163156 8.73895C0.0580388 8.84196 0 8.97928 0 9.1257C0 9.27228 0.0580388 9.4096 0.163156 9.51269L0.497855 9.84025C0.603055 9.94325 0.743295 10 0.892917 10C1.04254 10 1.18286 9.94325 1.28798 9.84025L5.83709 5.38614C5.94246 5.2828 6.00033 5.14484 6 4.99817C6.00033 4.85094 5.94246 4.71305 5.83709 4.6098Z' fill='%232B2E3B'/%3E%3C/svg%3E%0A");background-size:5px 8px;background-position:center;background-repeat:no-repeat;position:absolute;border-radius:50%;left:0;bottom:0;z-index:15;transform:rotate(180deg);transition:all .3s}.effect__button-prev:hover{border:1px solid #8da1de;background-image:url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83709 4.6098L1.29221 0.159755C1.1871 0.0567475 1.04677 0 0.897152 0C0.74753 0 0.607207 0.0567475 0.50209 0.159755L0.167391 0.487394C-0.0503999 0.700889 -0.0503999 1.04788 0.167391 1.26105L3.98384 4.99793L0.163156 8.73895C0.0580388 8.84196 0 8.97928 0 9.1257C0 9.27228 0.0580388 9.4096 0.163156 9.51269L0.497855 9.84025C0.603055 9.94325 0.743295 10 0.892917 10C1.04254 10 1.18286 9.94325 1.28798 9.84025L5.83709 5.38614C5.94246 5.2828 6.00033 5.14484 6 4.99817C6.00033 4.85094 5.94246 4.71305 5.83709 4.6098Z' fill='%238DA1DE'/%3E%3C/svg%3E%0A")}.mini-catalog{background-color:#f2f5fb;padding:42px 0 49px 0}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-horizontal .swiper-scrollbar {
    position: absolute;
      left: 31px !important;
    right: 40px !important;
    width: 94% !important;
    bottom: 9px;
    z-index: 10;
    height: 1px;
}
.swiper-scrollbar-drag {
    height: 3px;
    width: 100%;
    position: relative;
    background-color: #8da1de;
    border-radius: 10px;
    left: 0;
    top: -1px;
}
.effect__item {
    position: relative;
    padding: 136px 25px 15px 25px;
    border-radius: 15px;
    width: 500px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .effect__item {
        padding: 80px 37px 20px 37px;
    }
        .effect__image {
        top: 19px;
        width: 51px;
        height: 51px;
    }
        .effect__item::before {
        top: 45px;
    }
    .swiper-scrollbar-drag{width:30% !important;}
        .effect__img {
        max-width: 25px;
        max-height: 25px;
    }
}
.bio {
    padding: 55px 0 0 0;
}
.bio__title {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    font-weight: 500;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
    color: #2b2e3c;
    margin-bottom: 80px;
}
.bio__item {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0 80px 0;
    margin: 0 auto;
}
.bio__wrapper {
    margin: -24px auto 0 auto;
    width: 100%;
    max-width: 690px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
}
.bio__image {
    background-color: #fff;
    flex: 0 0 auto;
    width: 117px;
    height: 63px;
    position: relative;
    padding: 0 27px 0 27px;
}
.bio__image::before {
    content: "";
    background-color: #f2f5fb;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 27px;
    top: -10px;
    width: 63px;
    height: 63px;
    z-index: 1;
}
.bio__img {
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    right: 20px;
    top: -15px;
    z-index: 2;
}
.bio__item-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 40px 0 0;
    position: relative;
    font-weight: 500;
    font-size: 25px;
    line-height: 44px;
    color: #2b2e3c;
    margin-bottom: 6px;
}
.bio__item-title::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #8da1de;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1;
}
.effect__item:nth-child(even) .effect__image {
    background-color: #e8c7d6;
}
.bio__item-text {
    font-size: 15px;
    line-height: 140%;
    color: #646778;
}
.news {
    padding: 35px 0 53px 0;
}
.news__title {
    font-weight: 500;
    font-size: 38px;
    line-height: 120%;
    text-align: center;
    color: #2b2e3c;
    display: block;
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 57px;
}
.news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.news__all-link {
    text-align: center;
    padding-top: 46px;
}
.news__item {
    overflow: hidden;
    border-radius: 15px;
    background-color: #f2f5fb;
    display: flex;
    flex-direction: column;
}
.news__img {
    height: 188px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
        max-width: 100%;

}
.news__item-title {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    color: #2b2e3c;
    margin-bottom: 0;
    flex: 1 1 auto;
        padding-bottom: 30px;
    padding-top: 30px;
}
.news__item-title a {
    color: #2b2e3c;
}
.news__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 15px;
    font-weight: 500;
}
.news__info-date {
    font-size: 12px;
    line-height: 140%;
    color: #646778;
}
.news__img {
    height: 188px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .news {
        padding: 30px 0 30px 0;
    }
        .news__title {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 18px;
        font-weight: 700;
    }
        .news__list {
        grid-template-columns: 1fr;
    }
        .news__item:first-child {
        display: block !important;
    }
        .news__item-title {
        font-size: 16px;
        line-height: 19px;
    }
        .news__all-link {
        padding-top: 30px;
    }
    #publish_ul{
	column-count: 1;
    margin: 0;
    padding: 0;
    width: 92%;
}
#publish_ul span{    display: none;}
    .catalog-groups__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}
}
.promo-label {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}
    .goods-tile__label {
        height: 24px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
        line-height: 24px;
    }
.top_sale{
        background-color: rgb(255, 169, 0);
    color: rgb(255, 255, 255);
}  
.col-lg-4.right-analog .custom_product img {height: 335px;} .col-lg-4.right-analog .custom_product a{display:block;}

blockquote.error {
    color: #fff;
    border-left: 6px solid #c3c3c3;
    margin-left: 10px;
    padding-left: 9px;
    padding: 10px 5px 1px;
    background: #F44336;
}

@media screen and (max-width: 500px) {
  body header .navbar {
    flex-wrap: initial;
}  
}

.paragraph--type--box {
    position: relative;
    margin: 50px auto;
    max-width: 730px;
    border: 1px solid #E7E5EE;
    box-sizing: border-box;
    position: relative;
    padding: 40px 60px 35px 35px;
    display: block;
}
.paragraph--type--box:before {
    content: '';
    width: 32px;
    height: 6px;
    background: #cad300;
    top: -1px;
    left: 32px;
    position: absolute;
    
}
.page-blog__wrapper ul{font-size:12pt;}
.page-blog__wrapper ul li{margin-bottom:5px;}

.paragraph--type--key-figures-element {
    max-width: 40%;
    text-align: center;
}
.paragraph--type--key-figures-element p strong {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 400 !important;
}
.paragraph--type--key-figures-element p strong span {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #5D3083;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

 .price-row {
    display: flex;
    align-items: center;          
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.price-title {
    flex: 1;          
    font-size: 18px;
}

.price-value {
    flex: 1;
    text-align: center; 
    font-size: 36px;
    font-weight: 600;
}
.products_list .price_top{padding-left:10px;}
.products_list .price_top .price{    display: block;}


@media (min-width: 992px) {
    .col-lg-7.align-items-stretch{padding-left:35px;}
}
 body span.valuex{
         display: inline-block;
    background: #224679;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
 }   