@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
  
 #modal-content
 {
     
 display: none!important;
 }
body
 {
 opacity: 0;     transition: opacity 0.3s;


 }
 body.loaded
 {
     opacity:1;    transition: opacity 0.3s;

 }

 
 #hero-two-slide.hero-three-slide.hero-seven-slide {
    background: url(/themes/new/images/sl88.jpg) no-repeat 50% 0%;
}
#hero-two-slide.hero-three-slide.hero-seven-slide h2.main-banner__title.rtl
{
        background: url(/themes/new/images/sl8.jpg) no-repeat 50% 0%;
            color: #fff;
    font-size: 48px!important;
}
#hero-two-slide.hero-three-slide.hero-seven-slide .text-banner {
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-align: right;
    font-size: 22px;
}


body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

nav.colors {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
nav.colors a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.133333em;
  border: 1px solid #ddd;
  border-radius: 99em;
  width: calc(30.3333333333% - 2px);
  margin: 0 0 0.5em 1%;
  padding: 0.25em 0.4em;
}
nav.colors a:hover {
  border-color: #ffcc80;
  background-color: #fff6da;
}
nav.colors a.active {
  border-color: #ff9900;
  background-color: #ffecb5;
}
nav.colors a .spot {
  min-width: 1em;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  border-radius: 1em;
  display: inline-block;
}
@media screen and (min-width: 1600px) {
  nav.colors a {
    width: calc(21% - 2px);
  }
}

ul.spot.colors {
  text-align: center;
}
ul.spot.colors li {
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0.25em;
  border: 1px solid #ddd;
  border-radius: 1em;
}
ul.spot.colors.has_ellipsis::after {
  content: "•••";
  display: block;
  color: #aab0bb;
  font-size: 2em;
}

.spot-white {
  background: white;
}

.spot-lightgray {
  background: lightgray;
}

.spot-gray {
  background: gray;
}

.spot-darkgray {
  background: darkgray;
}

.spot-black {
  background: black;
}

.spot-red {
  background: red;
}

.spot-orange {
  background: orange;
}

.spot-gold {
  background: gold;
}

.spot-yellow {
  background: yellow;
}

.spot-chartreuse {
  background: chartreuse;
}

.spot-lime {
  background: lime;
}

.spot-aquamarine {
  background: aquamarine;
}

.spot-cyan {
  background: cyan;
}

.spot-dodgerblue {
  background: dodgerblue;
}

.spot-blue {
  background: blue;
}

.spot-mediumpurple {
  background: mediumpurple;
}

.spot-purple {
  background: purple;
}

.spot-magenta {
  background: magenta;
}

.spot-deeppink {
  background: deeppink;
}

.spot-crimson {
  background: crimson;
}

.spot-darkred {
  background: darkred;
}

.spot-chocolate {
  background: chocolate;
}

.spot-olive {
  background: olive;
}

.spot-darkgreen {
  background: darkgreen;
}

.spot-teal {
  background: teal;
}

.spot-darkblue {
  background: darkblue;
}

.spot-indigo {
  background: indigo;
}

.spot-darkmagenta {
  background: darkmagenta;
}

.spot-beige {
  background: beige;
}

.spot-pink {
  background: pink;
}

.spot-white-black {
  background: gray;
  background: linear-gradient(135deg, white 0%, white 49.9%, black 50.1%, black 100%);
}

.spot-white-red {
  background: #ff8080;
  background: linear-gradient(135deg, white 0%, white 49.9%, red 50.1%, red 100%);
}

.spot-lightgray-darkgray {
  background: #bebebe;
  background: linear-gradient(135deg, lightgray 0%, lightgray 49.9%, darkgray 50.1%, darkgray 100%);
}

.spot-lightgray-black {
  background: #6a6a6a;
  background: linear-gradient(135deg, lightgray 0%, lightgray 49.9%, black 50.1%, black 100%);
}

.spot-gray-black {
  background: #404040;
  background: linear-gradient(135deg, gray 0%, gray 49.9%, black 50.1%, black 100%);
}

.spot-gray-red {
  background: #c04040;
  background: linear-gradient(135deg, gray 0%, gray 49.9%, red 50.1%, red 100%);
}

.spot-darkgray-black {
  background: #555555;
  background: linear-gradient(135deg, darkgray 0%, darkgray 49.9%, black 50.1%, black 100%);
}

.spot-black-red {
  background: maroon;
  background: linear-gradient(135deg, black 0%, black 49.9%, red 50.1%, red 100%);
}

.spot-black-orange {
  background: #805300;
  background: linear-gradient(135deg, black 0%, black 49.9%, orange 50.1%, orange 100%);
}

.spot-black-yellow {
  background: olive;
  background: linear-gradient(135deg, black 0%, black 49.9%, yellow 50.1%, yellow 100%);
}

.spot-black-lime {
  background: green;
  background: linear-gradient(135deg, black 0%, black 49.9%, lime 50.1%, lime 100%);
}

.spot-black-blue {
  background: navy;
  background: linear-gradient(135deg, black 0%, black 49.9%, blue 50.1%, blue 100%);
}

.spot-black-chocolate {
  background: #69350f;
  background: linear-gradient(135deg, black 0%, black 49.9%, chocolate 50.1%, chocolate 100%);
}

.spot-black-beige {
  background: #7b7b6e;
  background: linear-gradient(135deg, black 0%, black 49.9%, beige 50.1%, beige 100%);
}

.spot-red-yellow {
  background: #ff8000;
  background: linear-gradient(135deg, red 0%, red 49.9%, yellow 50.1%, yellow 100%);
}

.spot-white-red-yellow {
  background: #ffaa56;
  background: linear-gradient(135deg, white 0%, white 39.9%, red 40.1%, red 59.9%, yellow 60.1%, yellow 100%);
}

.spot-white-black-red {
  background: #aa5656;
  background: linear-gradient(135deg, white 0%, white 39.9%, black 40.1%, black 59.9%, red 60.1%, red 100%);
}

button.slick-prev.slick-arrow {
  left: 25px;
}

.product-card .card-big .container .row {
  text-align: right;
}
.product-card .card-big .container .row .column {
  margin: 0;
  padding: 4px;
  text-align: center;
}

.product-card .card-big .container .row .column img.slide-nav__item {
  border: 2px solid #ddd;
  padding: 6px;
  max-height: 80px;
  max-width: 100% !important;
  width: initial !important;
}

.product-card .card-big .container .row .column img.slide-nav__item.active {
  border: 2px solid #3080db;
}

.card-big .mySlides img {
  width: auto !important;
  margin: 31px auto 30px;
}

.witem-card__picture img {
  max-height: 187px;
}

#hero-one-slide .text-banner {
  margin: 0 0 53px;
}

#hero-one-slide .main-banner__right {
  float: right;
  max-width: 359px;
  background: url(https://www.wynns.eu/wp-content/uploads/sites/3/2021/02/Wynns-Logo.svg) no-repeat 100% 0;
  margin: 30px 0 0;
  padding: 69px 0 0;
}

button.slick-prev.slick-arrow {
  left: 25px;
  z-index: 1;
}

#hero-one-slide {
  background: url(/themes/new/images/vins.png) no-repeat 13% 86%;
  background-size: 421px;
}


#hero-dez-slide {
    background: url(/themes/new/images/do.jpg) no-repeat 50% 0%;
    background-size: cover;
    min-height: 535px;
}
#hero-dez-slide a
{
      display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.px-0.backToTop._anim-items.d-none.d-md-block {
  display: none !important;
}

#slid-top {
  opacity: 0;
}

#slid-top.opened {
  opacity: 1;
}

.main-banner__right a {
  min-width: 350px;
  max-width: 350px;
}

#hero-two-slide.hero-four-slide .main-banner__right .bans-top {
  background: url(https://www.quixx.com/media/image/b1/2d/98/QUIXX-System-Repairityourself-weiss-orange-rgb.png) no-repeat 100% 50%;
  background-size: 144px;
  padding: 0 167px 0 0;
}

#hero-two-slide.hero-four-slide.hero-five-slide .main-banner__right .bans-top {
  background: url(https://www.meguiars.com/themes/custom/meg/logo.png) no-repeat 100% 30px;
  background-size: 144px;
  padding: 0 167px 0 0;
}

.main-banner__right {
  direction: rtl;
}

span.d-nevid {
  display: none;
}

.d-mobs .header-bottom__logo img {
  opacity: 1;
  max-width: 58px !important;
}

.d-mobs {
  display: inline-block;
}

#hero-two-slide.hero-six-slide .main-banner__right a {
  max-width: 420px;
  float: right;
  min-width: 350px;
}

#hero-two-slide.hero-six-slide h2.main-banner__title.rtl {
  color: #000;
  font-size: 28px;
  margin: 0 0 20px;
  background: url(https://www.rogermotors.com/assets/img/settings/roger-cat-techssories-light1536129457.png) no-repeat 100% 0;
  background-size: 274px;
  margin-left: 10px;
  padding: 117px 0 0;
}

#hero-two-slide.hero-six-slide .main-banner__right {
  max-width: 48%;
  top: 41px;
}

#hero-two-slide.hero-six-slide .text-banner {
  margin: 0 0 57px;
  font-size: 18px;
  color: #000;
  max-width: 86%;
  text-align: right;
  float: right;
}

#hero-two-slide.hero-six-slide {
  background: url(/themes/new/images/ki6.jpg) no-repeat 50% 0%;
}

#hero-two-slide.hero-four-slide.hero-five-slide .main-banner__right a {
  float: right;
  min-width: 350px;
  max-width: 350px;
}

#hero-two-slide.hero-four-slide.hero-five-slide h2.main-banner__title.rtl {
  color: #fff;
  font-size: 45px;
  margin: 0 0 18px;
}

#hero-two-slide.hero-four-slide.hero-five-slide .main-banner__right {
  max-width: 91%;
  top: 39px;
}

#hero-two-slide.hero-four-slide.hero-five-slide .text-banner {
  margin: 0 0 237px;
  font-size: 18px;
  color: #fff;
}

#hero-two-slide.hero-four-slide.hero-five-slide {
  background: #000 url(/themes/new/images/ki4.jpg) no-repeat 50% -155px;
}

#hero-two-slide.hero-four-slide .main-banner__right a {
  max-width: 350px;
  float: right;
  min-width: 350px;
}

#hero-two-slide.hero-four-slide h2.main-banner__title.rtl {
  color: #fff;
  font-size: 34px;
  margin: 0 0 10px;
}

#hero-two-slide.hero-four-slide .main-banner__right {
  max-width: 87%;
  top: 39px;
}

#hero-two-slide.hero-four-slide .text-banner {
  margin: 0 0 261px;
  font-size: 16px;
  color: #fff;
}

#hero-two-slide.hero-four-slide {
  background: url(/themes/new/images/ki3.jpg) no-repeat 50% 0%;
}

#hero-two-slide.hero-three-slide h2.main-banner__title.rtl {
  color: #000;
  font-size: 28px !important;
  margin: 0 auto 33px;
  max-width: 100%;
  background: url(https://www.car-waxx.com/templates/bluegroup/images/logo.png) no-repeat 100% 0;
  background-size: 200px;
  padding: 93px 0 0;
}

#hero-two-slide.hero-three-slide .main-banner__right {
  max-width: 400px;
  top: 55px;
}

#hero-two-slide.hero-three-slide .text-banner {
  margin: 0 0 58px;
  font-size: 18px;
  text-align: center;
}

#hero-two-slide.hero-three-slide {
  background: url(/themes/new/images/ki2.jpg) no-repeat 50% 0%;
}

span.d-nevid p {
  display: inline-block;
}

.d-mobs p {
  display: inline-block;
}

.d-mobs a {
  display: inline-block;
  vertical-align: top;
}

#hero-two-slide h2.main-banner__title.rtl {
  color: #fff;
  margin: 0 0 88px;
}

#hero-two-slide .main-banner__right {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 58px;
  max-width: 200px;
  top: 213px;
  text-align: right;
  text-transform: uppercase;
}

#hero-two-slide .main-banner__right a {
  /* background: #fff!important; */
  color: #fff !important;
  /* border: 2px solid #ffe400; */
  margin: 0;
  /* background: #ffe400!important; */
  min-width: 350px;
  max-width: 350px;
}

#hero-two-slide .main-banner__right a:hover {
  background: #fff !important;
  color: #000 !important;
}

#slid-top {
  max-width: 935px;
}

#slid-top .slick-slide {
  padding: 30px 58px 38px 70px;
  position: relative;
}

#hero-two-slide {
  background: url(/themes/new/images/mm.jpg) no-repeat 50% 0%;
}

#hero-two-slide {
  background: url(/themes/new/images/ki1.jpg) no-repeat 50% 0%;
  background-size: cover;
  min-height: 541px;
}

#hero-two-slide.slick-active .main-banner__picture {
  position: initial;
}

#menu-item {
  direction: rtl;
}

#mi-sli .logos-list__item::before,
#mi-sli .logos-list__item::after {
  display: none;
}

#mi-sli button.slick-prev.slick-arrow {
  left: 0;
}

button.slick-next.slick-arrow {
  right: 25px;
}

#mi-sli .slick-slide img {
  display: block;
  margin: 0 auto;
}

#mi-sli {
  display: none;
  background-color: #020509;
  margin: 14px 0 0;
}

a.wh {
  position: fixed;
  bottom: 4px;
  right: 8px;
}
a.wh img {
  max-width: 54px;
}

a.logos-list__item span {
  display: none;
}

#menu-item li ul li:last-child a {
  border: 0;
}

u#menu-item {
  direction: rtl;
}

#menu-item li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#menu-item li a {
  padding: 18px 8px;
  vertical-align: top;
  cursor: pointer;
}



#menu-item li ul {
  position: absolute;
  top: 0;
  right: 0;
  top: 35px;
  background: #3080db;
  text-align: right;
  padding: 20px;
  z-index: 1;
  min-width: 184px;
  opacity: 0;
  display: none;
}
#menu-item li ul li {
  width: 100%;
}
#menu-item li ul li a {
  color: #fff;
  padding: 13px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4509803922);
}

.my-slider-hero {
  max-width: 808px;
}

a.header-bottom__logo.logo img {
  max-width: 207px;
}

.tp-search input#keyword {
  border: 0;
  border-bottom: 2px solid #3080db;
  border-radius: 0;
  height: 45px;
  padding: 0;
  font-weight: bold;
  color: #000;
}

.tp-search input#keyword::placeholder {
  color: #000;
}

.tp-search div#search-top input.submit {
  background: url(/themes/new/images/see.png) no-repeat 13px 18px;
  background-size: 35px;
}

.tp-search div#search-top {
  background: none;
}

a.btn.btn-primary.btn-lg.mi-blue {
  background-color: #115aad;
}
a.btn.btn-primary.btn-lg.mi-blue:hover {
  background-color: #0a58ca;
}

.contacts-list .contacts-list__item:nth-child(1) {
  border-right: 1px solid #fff;
  padding-right: 54px;
}

.a_top_menu {
  display: none;
}

.a_top_menu i {
  font-size: 22px;
}

.a_top_menu {
  position: absolute;
  left: 113px;
  top: 76px;
}

#search-mob {
  display: none;
}

#search-mob.active {
  display: inline-block !important;
  position: absolute;
  left: 0;
  top: 131px;
  flex-direction: column;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  overflow-y: auto;
  box-shadow: 0 1rem 1.3rem rgba(0, 0, 0, 0.9);
}

div#search-top input.submit {
  background: #3080db url(/themes/new/images/vector/search-icn.svg) no-repeat 58% 50%;
  font-size: 0;
  text-indent: -999px;
  padding: 32px 27px 31px 28px;
  position: relative;
  z-index: 11;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

img.nofon {
  background: none;
}

.btn-primary {
  color: #fff;
  background-color: #3080db;
  border-color: #3080db;
}

a#setCookie.close {
  display: inline-block;
  /* background: #eee; */
  padding: 10px;
  width: initial;
  height: initial;
  border-radius: 50%;
}

a#setCookie.close i {
  border-radius: 50%;
  font-size: 27px;
  color: #000;
  position: initial;
}
a#setCookie.close i:hover {
  color: #3080db;
}

.mod-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 140%;
  margin: 20px 0;
}

.mod-text {
  font-size: 19px;
  /* max-width: 301px; */
  font-size: 29px;
  display: inline-block;
  direction: rtl;
}

.mod-what {
  margin: 20px 0;
}
.mod-what a {
  display: inline-block;
}

.mod-but {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.mod-but a {
  background-color: #3080db;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 43px;
  padding: 20px 61px;
  display: inline-block;
  font-size: 20px;
  border: 1px solid #3080db;
  direction: rtl;
}
.mod-but a:hover {
  background: #d1e2f5;
  color: #000;
}

.mod-what a img {
  margin: 0 auto;
  max-width: 96px;
}

#bg_popup {
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  position: fixed !important;
  z-index: 2147483644 !important;
  align-items: center !important;
  height: 100% !important;
  left: 0 !important;
  overflow-x: auto !important;
  top: 0 !important;
  padding-top: 200px;
  justify-content: center !important;
  width: 100% !important;
}

#popup {
  background: #fff;
  width: 550px;
  margin: 0% auto;
  padding: 63px 30px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  border: 8px solid #3080db;
}

.close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: #555;
  /* background:#1BA600; */
  cursor: pointer;
  font-weight: 700;
}

.logos-list-white__item img {
  max-height: 51px;
  max-width: 100px;
}

#art {
  background: #fff;
}
#art .article__col p {
  position: relative;
  padding: 5px 49px;
}
#art .article__col p:before {
  content: "";
  background: url("/themes/new/images/li.png") no-repeat 0 0;
  width: 25px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 20%;
  background-size: 100%;
}

a.services__more {
  display: inline-block;
  width: 100%;
  text-align: left;
}
a.services__more span {
  display: inline-block;
  vertical-align: top;
}
a.services__more img {
  display: inline-block;
  float: left;
  margin: 2px 10px 0 0 !important;
  vertical-align: top;
  padding: 0;
  transform: rotate(90deg);
}

.main-banner__right {
  display: inline-block;
  max-width: 579px;
  margin: 66px 20px 0;
  text-align: right;
  vertical-align: top;
}

.text-banner {
  margin: 0 0 114px;
}

body {
  direction: ltr;
  font-family: "Rubik", sans-serif;
}

h2.line {
  background-color: #dadada;
  padding: 20px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 20px !important;
  color: black;
  /* border-radius: 25px; */
  direction: rtl;
  margin-bottom: 30px !important;
}

.w-quick-update-toggle {
  border-radius: 10px 10px 0 0;
  color: #0d6efd;
  margin-bottom: 0;
  text-decoration: underline;
  background-color: #d4dcff;
  height: 30px;
  width: fit-content;
  padding: 5px 15px;
  margin-left: auto;
  margin-right: 50px;
  display: flex;
}

.row {
  padding: 0;
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

#batnone {
  display: none;
}

@media (min-width: 768px) {
  .items__wrapper.logos-list-white {
    padding: 0 0 100px;
    position: relative;
    text-align: center;
  }
  .items__wrapper.logos-list-white .logos-list-white__item.logosShowMore.active {
    position: absolute;
    bottom: 0;
    display: block;
    width: initial;
    text-align: center;
    margin: 0 auto;
    background: none;
    left: 43%;
  }
}
.toggleClass {
  display: none;
}

@media (max-width: 767px) {
    #hero-dez-slide
    {
         
                    background: url(/themes/new/images/do1.jpg) no-repeat 50% 0%;
        min-height: 480px;
    }
    #hero-two-slide.hero-three-slide.hero-seven-slide {
    background: url(/themes/new/images/sl88.jpg) no-repeat 0% 0%;
}
#hero-two-slide.hero-three-slide.hero-seven-slide h2.main-banner__title.rtl {
    background: url(/themes/new/images/sl8.jpg) no-repeat 50% 0%;
    color: #fff;
    font-size: 48px!important;
    padding: 99px 0 0 0;
}
#hero-two-slide.hero-three-slide.hero-seven-slide .text-banner {
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 0px 10px;
}
  .toggleClass.scroll {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    z-index: 111;
    background: #a2e1f8;
    box-shadow: 1px 1px 10px #ddd;
    bottom: 0;
    left: 0;
    position: fixed;
    padding: 11px 55px 6px;
    text-align: center;
  }
  .toggleClass.scroll a span {
    font-weight: 700;
    margin-left: 13px;
  }
  .toggleClass.scroll a img {
    display: inline-block;
    max-width: 109px;
  }
  #bg_popup {
    top: 35%;
    display: none !important;
  }
  .services__picture a.services__pik {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  #hero-one-slide .main-banner__right {
    background: url(https://www.wynns.eu/wp-content/uploads/sites/3/2021/02/Wynns-Logo.svg) no-repeat 50% 0;
    padding: 55px 0 0;
  }
  #hero-one-slide a.btn.main-banner__link.mb-3 {
    position: absolute;
    bottom: 0;
  }
  #hero-one-slide {
    background: url(/themes/new/images/vins.png) no-repeat 13% 84%;
    background-size: 339px;
    min-height: 539px;
  }
  #hero-one-slide .bans-top {
    position: initial;
  }
  #menu-item li ul.active-hes {
    display: block;
  }
  #menu-item li ul li a {
    padding: 0;
    line-height: 50px;
  }
  #menu-item li ul {
    position: initial;
    opacity: 1;
    padding: 0;
    display: none;
  }
  #hero-two-slide.hero-three-slide .text-banner {
    font-size: 16px;
  }
  #hero-two-slide.hero-four-slide .main-banner__right {
    max-width: 100%;
    top: 39px;
  }
  #hero-two-slide.hero-four-slide .main-banner__right .bans-top {
    background: none;
    background-size: 144px;
    padding: 0;
  }
  #hero-two-slide.hero-four-slide.hero-five-slide .text-banner {
    margin: 0 1px 237px 0;
    font-size: 16px;
    text-align: center;
  }
  #hero-two-slide.hero-four-slide.hero-five-slide h2.main-banner__title.rtl {
    color: #fff;
    font-size: 28px !important;
    background: url(https://www.meguiars.com/themes/custom/meg/logo.png) no-repeat 50% 0;
    background-size: 84px;
    padding: 68px 15px 0;
    text-align: center !important;
    margin: 12px 0 11px !important;
  }
  #hero-two-slide.hero-four-slide.hero-five-slide .main-banner__right .bans-top {
    padding: 0 0 0 0;
    background: none;
  }
  #hero-two-slide.hero-four-slide.hero-five-slide {
    background: #000 url(/themes/new/images/ki4.jpg) no-repeat 50% -99px;
  }
  #hero-two-slide.hero-four-slide .text-banner {
    margin: 0 19px 239px;
    text-align: center;
    color: #fff;
  }
  #hero-two-slide.hero-four-slide.hero-five-slide .main-banner__right {
    max-width: 92%;
    top: 39px;
    margin: 0 4%;
  }
  body #hero-two-slide.hero-three-slide h2.main-banner__title.rtl {
    color: #000;
    font-size: 24px !important;
    margin: 11px auto 14px !important;
    max-width: 100%;
    padding: 54px 0 0 0;
    background: url(https://www.car-waxx.com/templates/bluegroup/images/logo.png) no-repeat 50% 0;
    background-size: 145px;
    text-align: center !important;
  }
  #hero-two-slide.hero-four-slide.hero-five-slide .main-banner__right a {
    max-width: 92%;
    float: right;
    min-width: 92%;
    margin: 0 auto;
  }
  #hero-two-slide.hero-six-slide {
    background: url(/themes/new/images/ki6.jpg) no-repeat -20% 189px;
    background-size: 156%;
  }
  #hero-two-slide.hero-six-slide .main-banner__right a {
    max-width: 100%;
    float: right;
    min-width: 100%;
  }
  #hero-two-slide.hero-six-slide .text-banner {
    margin: 0 4% 57px;
    font-size: 18px;
    color: #000;
    max-width: 92%;
    text-align: justify;
    float: right;
    text-align: center;
  }
  #hero-two-slide.hero-six-slide h2.main-banner__title.rtl {
    color: #000;
    font-size: 23px !important;
    margin: 0 0 0;
    max-width: 100%;
    background: url(https://www.rogermotors.com/assets/img/settings/roger-cat-techssories-light1536129457.png) no-repeat 50% 0;
    background-size: 153px;
    padding: 56px 15px 0;
    text-align: center !important;
  }
  #hero-two-slide.hero-six-slide .main-banner__right {
    max-width: 100%;
    top: 90px;
    text-align: center;
  }
  button.slick-prev.slick-arrow {
    z-index: 1;
  }
  #slid-top {
    max-height: 555px;
  }
  #hero-two-slide.hero-four-slide .main-banner__right a {
    /* max-width: 420px; */
    float: right;
    min-width: 92%;
    max-width: 92%;
    margin: 0 4%;
  }
  #hero-two-slide.hero-four-slide {
    background: #000 url(/themes/new/images/ki3.jpg) no-repeat 50% 180px;
    background-size: 180%;
  }
  #hero-two-slide.hero-four-slide h2.main-banner__title.rtl {
    font-size: 27px !important;
    max-width: 100%;
    background: url(https://www.quixx.com/media/image/b1/2d/98/QUIXX-System-Repairityourself-weiss-orange-rgb.png) no-repeat 50% 0%;
    background-size: 100px;
    padding: 52px 15px 0;
    text-align: center !important;
    margin: 25px 19px 0 0;
    line-height: 100%;
    color: #fff;
  }
  #menu-item li {
    width: 100%;
  }
  #menu-item li a {
    padding: 0 8px;
    vertical-align: top;
  }
  #hero-two-slide .main-banner__right a {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  #hero-two-slide h2.main-banner__title.rtl {
    color: #000;
    margin: 64px auto 0;
    max-width: 254px;
    font-size: 39px !important;
  }
  #hero-two-slide .main-banner__right {
    padding: 0;
    margin: 0;
    position: initial;
    max-width: 100%;
    width: 100%;
  }
  .main-banner__right a.btn.main-banner__link.mb-3 {
    margin: 0;
  }
  #hero-two-slide .bans-top {
    position: initial;
  }
  #hero-two-slide {
    background: url(/themes/new/images/ki1.jpg) no-repeat 50% 65%;
    background-size: contain;
  }
  #slid-top .slick-slide {
    padding: 0;
    /* background-size: 352px; */
  }
  #slid-top #hero-one-slide {
    background: url(/themes/new/images/vins.png) no-repeat 50% 77%;
    background-size: 352px;
  }
  #mi-sli .slick-slide.slick-current:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5098039216);
    right: 0;
    top: 22px;
  }
  #mi-sli .slick-slide.slick-current {
    position: relative;
  }
  #mi-sli .logos-list__item {
    margin: 0 auto;
  }
  #mi-sli {
    display: block;
  }
  a.wh {
    z-index: 1111;
  }
  a.wh img {
    max-width: 35px;
  }
  a.header-bottom__logo.logo img {
    max-width: 100%;
  }
  .my-slider-hero {
    max-width: 100%;
    overflow: hidden;
  }
  .tp-search {
    display: none !important;
  }
  .contacts-list .contacts-list__item:nth-child(1) {
    border-right: 1px solid #fff;
    padding-right: 25px;
  }
  .a_top_menu {
    display: inline-block;
  }
  .witem-card__footer {
    display: block !important;
  }
  #popup {
    background: #fff;
    width: 100%;
    margin: 0% auto;
    padding: 63px 33px 42px;
  }
  .mod-text {
    font-size: 28px;
  }
  .mod-but a {
    padding: 20px 31px;
    display: inline-block;
    font-size: 18px;
  }
  .logos-list-white__item.logosShowMore {
    position: absolute;
    width: 80%;
    right: 0;
    margin: 0 10%;
    top: 28px;
    height: 55px;
  }
  .accordion-body {
    padding: 98px 1.25rem 1rem;
    position: relative;
  }
  .logos-list-white__item .btn span {
    color: #fff;
    position: initial;
  }
  @med .main-banner__right a {
    display: none !important;
  }
  #batnone {
    display: inline-block;
    vertical-align: top;
    margin: 40px 0;
    line-height: 273%;
  }
  body .product-cards .card {
    height: auto;
  }
  body .product-cards .slick-track {
    margin: 0 auto;
    display: block;
  }
  body .services__picture img {
    height: initial;
    width: auto;
    background: #fff;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
  body .services__picture {
    height: initial;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
  }
  .article--mode,
  body.container-fluid.px-0,
  .product-card .card-big {
    background: #e6f8ff !important;
  }
  html {
    background: #e6f8ff !important;
  }
  .product-cards {
    background: none !important;
  }
  .slick-slide img {
    margin-left: auto;
    margin: 0 auto;
  }
  .card__footer {
    display: block !important;
  }
  .card__content {
    height: initial !important;
  }
}
.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Rubik", sans-serif;
}

body {
  overflow-x: hidden;
  background-color: #f4f4f4 !important;
}

body.hidden {
  overflow: hidden;
}

.page {
  flex: 1 1 auto;
}

._container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

@media (max-width: 575px) {
  ._container {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .product-card._container {
    padding: 0 10px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.img-svg path {
  fill: red;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #313132;
  border-radius: 25px;
  min-height: 54px;
  padding: 0 30px !important;
  cursor: pointer;
}

.btn_ {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
  min-height: 40px;
  padding: 0 30px !important;
  cursor: pointer;
}

.search-row ul .btn_ {
  color: #3080db;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 175px;
  width: 100%;
  padding: 0;
  margin-left: auto;
  background-color: white;
}

.search-row ul .btn_ svg {
  margin-right: 12px;
}

/* --------- */
.search-row[fill=black] {
  background-color: #020509;
}

.search-row[backfill=blue] {
  background-color: #3080db;
  border-bottom: 25px solid #fff;
}

.search-row[backfill=blue] .btn {
  background-color: transparent !important;
  color: white !important;
  font-weight: 500 !important;
  border-radius: 0;
  border-width: 1px;
  border-right-style: solid;
  border-right-color: white !important;
  max-width: 100%;
}

.search-row[backfill=blue] ul {
  min-height: 45px;
}

.search-row[backfill=blue] select {
  text-align: center !important;
  font-size: 18px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.search-row[backfill=blue] ul li {
  display: flex;
  width: 20%;
}

.search-row[backfill=blue] ul li select:active {
  border-width: 0;
}

@media (max-width: 767px) {
  #hero-two-slide.hero-three-slide {
    background: url(/themes/new/images/ki22.jpg) no-repeat 50% 236px;
    background-size: 100%;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3882352941);
}

body {
  padding-top: 135px;
}

#bg_popup {
  top: 35%;display: none!important;
}

.search-row[backfill=blue] ul li {
  display: flex;
  width: 50%;
}

.search-row[backfill=blue] ul li:nth-child(2n) select {
  border-width: 0;
}

/* ---- */
.search-row[backfill=black] .btn {
  background-color: transparent !important;
  color: white !important;
  font-weight: 500 !important;
  border: none;
  border-radius: 0;
  border-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white !important;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.search-row[backfill=black] ul {
  min-height: 127px;
  direction: rtl;
}

.search-row[backfill=black] select {
  text-align: center !important;
  font-size: 18px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.search-row[backfill=black] ul li {
  display: flex;
  width: 20%;
  direction: ltr;
}

.search-row[backfill=black] ul li select:active {
  border-width: 0;
}

@media (max-width: 767px) {
  .search-row[backfill=black] ul li {
    display: flex;
    width: 50%;
  }
}
/* ---- */
@media (max-width: 1279px) {
  .btn {
    padding: 0 30px;
  }
}
.main-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center !important;
}

.header-top {
  background-color: #3080db;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
}

.header-top__item.social-links,
.header-top__item.basket-link {
  margin-right: 60px;
}

@media (max-width: 1023px) {
  .header-top__item.basket-link {
    margin-left: auto;
    margin-right: 20px;
  }
}
.header-top__container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.contacts__wrapper {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.header-top__col {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .header-top__col {
    display: none;
  }
}
.social-links {
  display: flex;
  align-items: center;
}

.social-links__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
}

.social-links__item img {
  margin-right: 4px;
}

.basket-link {
  display: flex;
  align-items: center;
}

.basket-link img {
  margin-right: 4px;
}

.basket-link span {
  font-size: 12px;
  font-weight: 400;
}

.log-link {
  display: flex;
  align-items: center;
  align-items: center;
}

.log-link img {
  margin-right: 4px;
}

.log-link span {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .log-link {
    display: none;
  }
}
.profile-link {
  margin-left: auto;
  margin-right: 4px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.header-bottom {
  background-color: #fff;
}

.header-bottom__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 91px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.header-bottom__logo {
  margin-left: auto;
  margin-right: 68px;
}

@media (max-width: 767px) {
  .header-bottom__logo {
    margin-right: 0 !important;
  }
  .main-banner__title {
    margin-bottom: 13px !important;
  }
  .header-bottom__burger.burger {
    display: flex;
    position: absolute;
    left: 65px;
    top: 77px;
  }
  .header-bottom__container {
    display: inline-block;
  }
  .header-bottom__logo {
    max-width: 150px;
    display: inline-block;
    float: right;
    margin: 0;
    position: relative;
    top: 25px;
  }
}
.main-nav {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.main-nav a {
  margin-right: 25px;
}

.main-nav a:first-child {
  margin-right: 0;
}

/* @media (max-width: 1023px) {
  .main-nav a:last-child {
    border-bottom: 1px solid #ccc;
  }
} */
@media (max-width: 1023px) {
  .main-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 131px;
    flex-direction: column;
    background-color: #fff;
    z-index: 1000;
    width: 100%;
    overflow-y: auto;
    /* height: 100%;
    padding-bottom: 130px; */
    box-shadow: 0 1rem 1.3rem rgba(0, 0, 0, 0.9);
  }
  .main-nav a {
    line-height: 70px;
    border-top: 1px solid #ccc;
    text-align: center;
    margin-right: 0;
  }
  .main-nav.active {
    display: flex;
    position: fixed;
    height: 100%;
    z-index: 1;
  }
}
h2 button {
  font-size: 18px;
  font-weight: 500;
}

.main-banner {
  position: relative;
  background-color: #fff;
  min-height: 544px;
}

.main-banner ._container {
  display: flex;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0;
}

@media (max-width: 1023px) {
  .main-banner ._container {
    flex-direction: column;
    position: relative;
    left: 0;
    transform: none;
    top: auto;
    padding: 0;
    background-image: url("../images/main-back.png");
    background-size: cover;
  }
}
h2.main-banner__title.rtl {
  font-size: 48px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 40px;
  grid-area: title;
  margin-top: auto;
}

@media (max-width: 767px) {
  .main-banner__title {
    font-size: 30px !important;
    text-align: center !important;
    padding-top: 20px;
  }
}
.main-banner__link {
  align-self: flex-end;
  grid-area: btn;
  margin-bottom: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .main-banner__link {
    margin-left: 0;
  }
}
.main-banner__content {
  position: relative;
  display: grid;
  grid-template-areas: "picture title" "picture btn";
  align-items: center;
  flex: 1 0 auto;
  background-size: cover;
  padding: 0;
  max-width: 935px;
}

.main-banner__content::before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  background-image: url("../images/main-back.png");
  height: 100%;
  z-index: -1;
  background-size: cover;
}

@media (min-width: 1921px) {
  .main-banner__content::before {
    width: 100%;
  }
}
@media (min-width: 2500px) {
  .main-banner__content::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bans-top {
    /* position: absolute; */ /* top: 0; */ /* width: 200px; */ /* left: 0; */
    position: relative;
    top: -300px;
  }
  body .main-banner__picture {
    width: 100px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 40px;
    margin: 28px auto 0;
    top: 129px;
  }
  .main-banner__content {
    flex-direction: column;
    padding: 10px;
    grid-template-areas: "title" "picture" "btn";
  }
}
.main-banner__picture {
  position: relative;
  grid-area: picture;
  max-width: 200px;
  display: inline-block;
}

@media (max-width: 767px) {
  .header__bottom.header-bottom.px-5 {
    display: inline-block;
    width: 100%;
  }
  .header-bottom__container {
    display: inline-block;
    width: 100%;
  }
  .main-banner__picture {
    width: 100px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 40px;
    margin: 28px auto 0;
  }
}
.main-banner__price {
  display: none !important;
}

.main-banner__price {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #3080db;
  border-radius: 50px;
  line-height: 38px;
  padding: 0 10px;
  top: 35px;
  left: 70px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .main-banner__price {
    top: 80px;
  }
}
.main-banner__col {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.main-banner__btns {
  max-width: 385px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding-left: 50px;
  justify-content: space-evenly;
}

.search_block2 {
  padding: 0 50px;
  padding-bottom: 20px;
  display: none;
}

@media (max-width: 1350px) {
  .main-banner__btns {
    max-width: 100%;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .list-btns {
    display: none;
  }
  .search_block {
    display: none;
  }
  .search_block2 {
    display: block;
  }
}
.list-btns__item {
  margin-bottom: 8px;
  border-color: #3080db;
  color: #3080db;
  font-weight: 400;
}

.list-btns__item[waite-img=true] {
  background-image: url("/images/icons/loading.gif");
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.list-btns__item--search {
  background-color: #3080db;
  color: #fff;
}

.list-btns__item--search img {
  margin-right: 10px;
}

.list-items .list-items {
  display: none;
}

.list-items {
  display: flex;
  flex-wrap: wrap;
  background-color: #3080db;
  padding: 0;
}

.list-items.hide {
  display: none;
}

.list-items > div {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 10%;
  padding-left: 10px;
  padding-right: 10px;
}

.machine_selector_lst2 {
  background-color: transparent;
  border-width: 0;
  text-align: center;
  color: white;
  font-weight: 500;
}

.input-sm2 {
  border-radius: 0;
  border: none;
  border-right: white;
  border-right-width: 1px;
  border-right-style: solid;
}

.list-items2 {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  width: 20%;
}

@media (max-width: 767px) {
  .list-items2 {
    width: 50% !important;
  }
}
.list-items > div .btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-color: #fff;
  color: #3080db;
  padding: 0 24px;
}

.list-items > div .btn span {
  margin-right: 12px;
  line-height: normal;
}

.list-items > div::before,
.list-items > div::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.list-items > div::before {
  left: -1px;
}

.list-items > div::after {
  right: 0;
}

.list-items > div .btn.active img {
  transform: rotate(180deg);
}

.list-items > div a {
  text-align: center;
}

@media (max-width: 1279px) {
  .list-items > div {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .list-items > div {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .list-items > div {
    width: 100%;
  }
}
.list-items__show-more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-items__show-more .btn {
  background-color: #fff;
  border-color: transparent;
}

.list-items__show-more .btn span {
  margin-right: 8px;
  color: #3080db;
}

.logos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  margin-right: -1px;
  padding: 0;
}

@media (max-width: 1023px) {
  .logos-list {
    flex-wrap: wrap;
  }
}
.logos-list__item {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  flex: 1 0 auto;
  width: 12.5%;
}

.logos-list__item img {
  margin-right: 8px;
  max-width: 104px;
  max-height: 47px;
}

.logos-list__item::before,
.logos-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
}

.logos-list__item::before {
  right: 0;
}

.logos-list__item::after {
  left: -1px;
}

@media (max-width: 1023px) {
  .logos-list__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .logos-list__item {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .logos-list__item {
    width: 100%;
  }
}
.logos-list-white {
  display: flex;
  flex-wrap: wrap;
}

.logos-list__item {
  display: flex;
  align-items: center;
}

.logos-list-white__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.3);
  width: 20%;
  height: 80px;
  background: #fff;
  border: 1px solid #eee;
}

.logos-list-white__item span {
  margin-right: 8px;
  text-transform: capitalize;
}

.logos-list-white__item:nth-child(even) {
  background-color: #fff;
}

.logos-list-white__item .btn {
  background-color: #3080db;
  border-color: transparent;
  margin: 0;
}

.logos-list-white__item .btn span {
  color: #fff;
}

.logos-list-white__item .btn.active img {
  transform: rotate(180deg);
}

.logos-list-white__item--mode:nth-child(even) {
  background-color: #f6f7f9;
}

.logos-list-white__item--mode:nth-child(odd) {
  background-color: #fff;
}

@media (max-width: 1023px) {
  .logos-list-white__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .logos-list-white__item {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .logos-list-white__item {
    width: 100%;
  }
}
.product-cards {
  padding: 80px 0;
}

.product-cards .slick-track {
  display: flex;
  gap: 20px;
}

.product-cards .card {
  display: flex !important;
  /* height: auto; */
  height: 520px;
}

.product-cards--mode {
  background-color: rgba(255, 255, 255, 0.5);
}

.product-cards__inner {
  display: flex;
  gap: 20px;
}

.card__add-basket {
  background-color: #3080db;
}

.card__more-info {
  background-color: #f8ad3d;
}

.services {
  padding: 120px 0;
}

.services__inner {
  display: flex;
  gap: 60px;
}

@media (max-width: 1279px) {
  .services__inner {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .services__inner {
    flex-wrap: wrap;
  }
}
.services__item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .services__item {
    width: 100%;
    background: #fff;
    padding: 20px;
  }
}
.services__picture {
  text-align: center;
  height: 206px;
  background: #fff;
  margin-bottom: 24px;
  overflow: hidden;
}

.services__picture img {
  height: initial;
  width: initial;
  object-fit: cover;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.services__name {
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 8px;
}

.services__text {
  direction: rtl;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 24px;
}

.services__more {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #3080db;
  margin-top: auto;
  margin-left: auto;
}

.services__more img {
  transform: rotate(-90deg);
  margin-left: 8px;
}

.article {
  padding: 80px 0;
}

.article--mode {
  background-color: #fff;
}

.article__inner {
  display: flex;
  justify-content: space-between;
  gap: 96px;
}

@media (max-width: 1279px) {
  .article__inner {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .article__inner {
    flex-direction: column;
    gap: 0;
  }
}
.article__col {
  direction: rtl;
  width: 50%;
  text-align: right;
}

.article__col > * {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .article__col {
    direction: rtl;
    width: 100%;
  }
}
.article-col__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}

.contacts {
  background-color: #3080db;
  padding: 33px 0;
}

@media (max-width: 767px) {
  .contacts {
    padding: 25px 0;
  }
}
p.article__content_date {
  margin-top: 20px;
  color: #c4c2c2;
  font-size: 12px !important;
  font-weight: 200;
}

.article_header_back {
  background-color: #3080db !important;
  height: 220px;
  background: url(../images/header_article-l.png) left no-repeat, url(../images/header_article-r.png) right no-repeat;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .article_header_back {
    background: url(../images/header_article-l.png) left no-repeat;
  }
}
.row.article_header_back h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  width: fit-content;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.contacts-list {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  max-width: 585px;
  margin: 0 auto;
}

.contacts-list__name {
  font-size: 18px;
  font-weight: 600;
  grid-area: name;
  margin-top: auto;
}

.contacts-list__descr {
  font-size: 18px;
  font-weight: 400;
  grid-area: descr;
  bottom: auto;
}

@media (max-width: 767px) {
  .contacts-list__descr {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .contacts-list__descr {
    font-size: 12px;
  }
}
.contacts-list__item {
  display: grid;
  grid-gap: 0 16px;
  grid-template-areas: "name pic" "descr pic";
  text-align: right;
  grid-template-columns: auto 80px;
}

.contacts-list__item > * {
  align-self: center;
}

@media (max-width: 767px) {
  .contacts-list__item > * {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .contacts-list__item {
    grid-template-areas: "pic" "name" "descr";
    grid-template-columns: auto;
  }
}
.contacts-list__pic {
  grid-area: pic;
  background: #fff;
  border-radius: 4px;
  padding: 4px 8px;
}

img.adress.contacts-list__pic {
  border-radius: 0;
  padding: 13px;
  border-radius: 4px;
}

img.mail.contacts-list__pic {
  border-radius: 4px;
  padding: 4px 8px;
  max-width: 70px;
}

@media (max-width: 767px) {
  .contacts-list__pic {
    margin-bottom: 20px;
    width: 50px;
  }
}
.credit-cards {
  padding: 40px 0;
  background-color: #fff;
}

.credit-cards__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 506px;
  width: 100%;
  margin: 0 auto;
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .footer__wrapper {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.input-group {
  width: 100%;
  height: 63px;
  background: #3080db;
  border-radius: 50px;
  align-items: center;
}

.search-smb {
  margin-left: 10px !important;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
}

input#keyword {
  background-color: white;
  height: 60px;
  border-color: #3080db;
  border-width: 2px;
  border-radius: 30px;
  text-align: right;
  direction: rtl;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input#keyword:focus {
  box-shadow: none;
}

.footer__col {
  width: 25%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__col p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

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

@media (max-width: 767px) {
  .footer__col {
    width: 50%;
    margin-bottom: 25px;
  }
  .footer__col p {
    margin-bottom: 0 !important;
    font-size: 16px !important;
  }
}
.footer__title {
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 48px !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .footer__title {
    margin-bottom: 5px;
  }
}
.footer__copyright {
  display: flex;
  background-color: #fff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footer__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  min-height: 50px;
  padding: 5px 50px;
  text-align: right;
}

@media (max-width: 767px) {
  .footer__container {
    padding: 10px 20px;
  }
}
.product-cards__wrapper {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.items__wrapper {
  width: 100%;
  max-width: 1320px;
  padding: 0;
  /* padding-left: 20px !important; */
  /* padding-right: 20px !important; */
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .row .items__wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.l-r-border {
  border-radius: 0;
  border: none;
  border-color: white;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
}

.list-items__row,
.logos-list__row {
  padding: 0;
  width: 100%;
  background-color: #3080db;
}

.logos-list__row {
  background-color: #020509;
}

.footer__copyright p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.footer__copyright p:first-child {
  margin-right: 48px;
}

@media (max-width: 767px) {
  .footer__copyright p {
    padding-right: 0;
    font-size: 12px;
    line-height: 1.3;
  }
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
  .footer__copyright p:first-child {
    margin-right: 0;
  }
}
.card-big {
  padding: 35px 43px;
  display: flex;
  justify-content: space-around;
  background-color: #fff !important;
  border-radius: 50px;
  margin-bottom: 45px;
}

@media (max-width: 1380px) {
  .card-big {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .card-big {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1279px) {
  .card-big--search {
    padding: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .card-big--search {
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 374px) {
  .card-big__info ul li p {
    width: 100%;
    min-height: auto;
    line-height: 1.2;
  }
}
@media (max-width: 374px) {
  .card-big__info ul li {
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 1279px) {
  .card-big__info--search {
    max-width: 100%;
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .card-big__info--search {
    font-size: 14px;
    min-height: 30px;
  }
}
.card-big-descr {
  text-align: right;
  display: inherit;
  flex-direction: column;
  align-items: flex-end;
  grid-area: descr;
}

@media (max-width: 1279px) {
  .card-big-descr--search {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .card-big-descr--search {
    max-width: 100%;
    order: 1;
  }
}
.card-big-descr__caption {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.card-big-descr__name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  direction: rtl;
}

.card-big-descr__name .card-big-descr__sale {
  margin-right: 10px;
  direction: ltr;
}

@media (max-width: 767px) {
  .card-big-descr__name--search {
    margin-bottom: 20px;
  }
}
.card-big-descr__price {
  display: grid;
  grid-template-areas: "old sale" "price sale";
  grid-gap: 0 15px;
  margin-bottom: 54px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .card-big-descr__price--search {
    margin-bottom: 20px;
  }
}
.card-big-descr__old {
  grid-area: old;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}

.card-big-descr__actual {
  grid-area: price;
  font-size: 24px;
  font-weight: 600;
  color: #3080db;
  direction: rtl;
}

.card-big-descr__sale {
  grid-area: sale;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  background-color: #fd3c3c;
  height: 45px;
  border-radius: 16px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-big-descr__nds {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}

.card-big-descr__stock {
  font-size: 16px;
  font-weight: 400;
  color: #229e45;
  background-color: rgba(34, 158, 69, 0.1);
  min-height: 26px;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  /* direction: rtl !important; */
  margin-left: auto;
}

.card-big-descr__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.card-big-descr__button {
  background-color: #229e45;
  color: #fff;
  border-color: transparent;
  margin-left: 36px;
  width: max-content;
}

@media (max-width: 767px) {
  .card-big-descr__button--search {
    font-size: 14px;
    padding: 0 10px;
    margin-left: 20px;
    width: max-content;
  }
}
.card-big-descr__count {
  display: flex;
  align-items: center;
}

.card-big-descr__count .count {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 12px;
}

.card-big-descr__count button {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  cursor: pointer;
}

.card-big__pic {
  grid-area: pic;
  margin-bottom: 17px;
}

@media (max-width: 1279px) {
  .card-big__pic--search {
    max-width: 50%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .card-big__pic--search {
    display: flex;
    justify-content: center;
    max-width: 100%;
    order: 0;
  }
}
.slide-nav__item {
  margin-right: 16px;
}

.slide-nav__item:last-child {
  margin-right: 0;
}

.search-result {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 52px;
}

.slash {
  font-size: 24px;
  background-color: #e1e8ee;
  border: 1px dotted #b9c8d9;
  border-radius: 4px;
  padding-bottom: 5px;
  letter-spacing: 0.03em;
  margin-bottom: 45px;
  margin-top: 19px;
  font-weight: 500;
  direction: rtl;
}

.slash h3 {
  padding-right: 20px;
  margin-top: 15px;
}

.alert-info {
  font-size: 36px;
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
  border-color: #9acfea;
  direction: rtl;
}

@media (max-width: 767px) {
  .alert-info {
    font-size: 25px;
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  /* margin-right: 20px; */
  direction: rtl;
}

@media (max-width: 1380px) {
  .breadcrumbs {
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .row.breadcrumbs {
    margin-right: 0;
  }
  .page__wrapper h1 {
    padding-right: 20px;
  }
  .mx20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.breadcrumbs a,
.breadcrumbs p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
}

.breadcrumbs p {
  color: #000;
}

.main-nav a.active {
  font-weight: bold;
}

@media (max-width: 767px) {
  .breadcrumbs a {
    font-size: 14px;
  }
}
.breadcrumbs span {
  margin: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.search-row {
  background-color: #313132;
}

.search-row ul {
  min-height: 128px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.search-row ul li {
  display: flex;
  width: calc(20% - 25px);
}

@media (max-width: 767px) {
  .search-row ul li:last-child {
    margin-left: auto;
    width: 100%;
  }
  .search-row ul li {
    width: calc(50% - 20px);
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .search-row[backfill=blue] ul li {
    padding: 5px 0;
  }
  .search-row[backfill=blue] ul li:last-child {
    padding: 20px;
  }
  .search-row[backfill=blue] ul li:nth-of-type(3),
  .search-row[backfill=blue] ul li:nth-of-type(4) {
    border-top: 1px;
    border-top-color: white;
    border-top-style: solid;
  }
}
@media (max-width: 374px) {
  .search-row ul li {
    width: 100%;
  }
}
.search-row ul input {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding-bottom: 8px;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  width: 100%;
}

.search-row ul input::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
}

.search-row ul .btn {
  font-size: 18px;
  font-weight: 400;
  color: #3080db;
  display: flex;
  align-items: center;
  max-width: 217px;
  width: 100%;
  padding: 0;
  margin-left: auto;
  background-color: white;
}

.search-row ul .btn svg {
  margin-right: 12px;
}

.search-row--mode {
  background-color: #3080db;
}

.search-row--mode ul {
  flex-wrap: wrap;
}

.search-row--mode ul .btn {
  border-color: transparent;
}

.catalog__title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.catalog__title span {
  font-size: 32px;
  font-weight: 700;
  color: #3080db;
}

.catalog__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  margin-bottom: 80px;
}

.catalog__wrapper .card {
  width: calc(25% - 10px);
}

@media (max-width: 1023px) {
  .catalog__wrapper .card {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 767px) {
  .catalog__wrapper .card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 374px) {
  .catalog__wrapper .card {
    width: 100%;
  }
}
.catalog__wrapper .btn {
  margin: 0 auto;
  color: #3080db;
  border-color: #3080db;
  background-color: transparent;
}

.brend-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 69px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.brend-caption__pic {
  background-color: #fff;
  border-radius: 32px;
}

@media (max-width: 767px) {
  .brend-caption {
    flex-direction: column;
    align-items: flex-start;
  }
  .brend-caption__pic {
    display: none;
  }
}
.brend-caption__content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .brend-caption__content {
    width: 100%;
  }
}
.brend-caption__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 23px;
}

.brend-caption__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brend-caption__btns .btn {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}

.brend-caption__btns .btn:first-child {
  background-color: #3080db;
  color: #fff;
  border-color: transparent;
}

.brend-caption__btns .btn:last-child {
  border-color: #3080db;
  color: #3080db;
}

@media (max-width: 374px) {
  .brend-caption__btns {
    flex-direction: column;
  }
}
.product-card .card-big {
  background-color: transparent;
  display: grid;
  grid-template-areas: "descr pic" "info pic";
  justify-content: flex-end;
  grid-gap: 0 70px;
  grid-template-columns: auto 413px;
}

@media (max-width: 1023px) {
  .product-card .card-big > * {
    margin-bottom: 20px;
  }
  .product-card .card-big {
    grid-template-areas: "descr pic" "info info";
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .product-card .card-big {
    grid-template-columns: auto 250px;
  }
}
@media (max-width: 767px) {
  .product-card {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .card-big {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.product-card .card-big__info {
  max-width: 571px;
  margin-top: 50px;
  direction: rtl;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .product-card .card-big__info {
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .product-card .card-big__info {
    order: 2;
  }
  .product-card .card-big__product {
    order: 0;
  }
  .product-card .card-big-descr {
    order: 1;
  }
}
.product-card .slider-for__item {
  display: flex;
  justify-content: center;
}

.similar {
  display: flex;
  flex-direction: column;
}

.similar__table {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 25px 20px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  direction: rtl;
}

.similar__title {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center !important;
}

.similar__name {
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  min-height: 20px;
}

.similar__row {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: calc(25% - 20px);
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .similar__row {
    width: calc(50% - 20px);
  }
}
@media (max-width: 583px) {
  .similar__row {
    width: calc(100% - 20px);
  }
}
.questions {
  display: flex;
  flex-direction: column;
}

.questions__wrapper {
  border-radius: 16px;
  padding: 0 88px;
  background-color: rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1023px) {
  .questions__wrapper {
    padding: 20px;
  }
}
.questions__title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 18px;
  text-align: center;
}

.questions__text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.questions__form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.questions__form input[type=text],
.questions__form input[type=email] {
  width: calc(50% - 4px);
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.questions__form textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  resize: none;
  display: flex;
  align-items: center;
  padding: 5px;
}
.questions__form input[type=submit] {
  width: 100%;
  background-color: #3080db;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.questions__form > * {
  min-height: 50px;
  border-radius: 8px;
  margin-bottom: 8px;
  text-align: center;
}

@media (max-width: 374px) {
  .questions__form > * {
    width: 100% !important;
  }
}
.add-blocks {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
}
.add-blocks > * {
  width: 50%;
}

@media (max-width: 767px) {
  .add-blocks {
    flex-direction: column-reverse;
  }
  .add-blocks > * {
    width: 100%;
  }
}
.card-product-list {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}

.card-product-list__wrapper {
  display: flex;
  gap: 20px;
}
.card-product-list__wrapper .card {
  width: 25%;
}

.card-product-list__title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.card {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 16px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.card > a {
  display: contents;
}

.card__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: center;
  min-height: 42px;
}

.card__picture {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}

.card__price {
  font-size: 24px;
  font-weight: 700;
  direction: rtl;
  color: #3080db;
  margin-top: auto;
  text-align: center;
}

.card__content {
  display: flex;
  flex-direction: column;
  padding: 63px 16px 24px 16px;
  height: 100%;
  cursor: pointer;
}

.card__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43px;
  display: flex;
  justify-content: space-between;
}

.card__col {
  display: flex;
  align-items: center;
}

.card__col:first-child {
  border-radius: 0 0 17px 0;
  background-color: rgba(253, 60, 60, 0.2);
  color: #fd3c3c;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__col:last-child {
  margin-right: 16px;
  margin-top: 11px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}

.card__col:last-child img {
  margin-left: 5px;
}

.card__footer {
  display: none;
  flex-direction: column;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.card__footer.active {
  display: flex;
}

.card__footer > * {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.witem-card {
  min-height: 450px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 16px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 15px;
}

.witem-card-with-price {
  height: 520px;
}

.witem-card > a {
  display: contents;
}

.witem-card__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  min-height: 43.2px;
  margin-bottom: 16px;
  text-align: center;
}

.witem-card__picture {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}

.witem-card__price {
  font-size: 24px;
  font-weight: 700;
  direction: rtl;
  color: #3080db;
  margin-top: auto;
  text-align: center;
}

.witem-card__content {
  display: flex;
  flex-direction: column;
  padding: 63px 16px 24px 16px;
  height: 100%;
  cursor: pointer;
}

.witem-card__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43px;
  display: flex;
  justify-content: space-between;
}

.witem-card__col {
  display: flex;
  align-items: center;
}

.witem-card__col:first-child {
  border-radius: 0 0 17px 0;
  background-color: rgba(253, 60, 60, 0.2);
  color: #fd3c3c;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.witem-card__col:last-child {
  margin-right: 16px;
  margin-top: 11px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}

.witem-card__col:last-child img {
  margin-left: 5px;
}

.witem-card__footer {
  display: none;
  flex-direction: column;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.witem-card__footer.active {
  display: flex;
}

.witem-card__footer > * {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.witem-card__more-info {
  background-color: #f8ad3d;
}

.witem-card__add-basket {
  background-color: #3080db;
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  width: 100%;
}

.witem-card__add-basket-count {
  display: flex;
  align-items: center;
}

.witem-card__add-basket-count .count {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 12px;
}

.witem-card__add-basket-count button {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
}

.witem-card-big-descr__button {
  color: #fff;
  border-color: transparent;
}

.main-banner__btns > .list-btns {
  direction: rtl;
}

span.list-btns__item.list-btns__item--search.btn {
  margin: 0;
  direction: ltr;
}

.slick .slick-arrow {
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slick .slick-next {
  background-image: url("../images/next-icn.png");
  right: 0;
  left: auto;
}

.slick .slick-prev {
  background-image: url("../images/prev-icn.png");
  left: 0;
}

.burger {
  display: none;
  position: relative;
  flex-wrap: wrap;
  width: 30px;
  height: 20px;
  align-items: center;
}

.burger span {
  width: 80%;
  height: 2px;
  background-color: #000;
  gap: 10px;
}

.burger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 0;
}

.burger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: 0;
}

.burger.active span {
  display: none;
}

.burger.active::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease;
}

.burger.active::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.2s ease;
}

@media (max-width: 1023px) {
  .burger {
    display: flex;
  }
}
.menu-mobile__bottom {
  display: none;
}

@media (max-width: 1023px) {
  .menu-mobile__bottom {
    display: flex;
    flex-direction: column;
    background-color: #3080db;
    margin-top: auto;
  }
  .menu-mobile__bottom a {
    color: #fff;
    border: none;
  }
  .menu-mobile__bottom a img {
    margin-right: 5px;
  }
}
.search-row ul .btn3 {
  font-weight: 400;
  color: white;
  align-items: center;
  width: 100%;
  padding: 0;
  background-color: transparent;
}

.btn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #e9ecef;
  border-radius: 0;
  min-height: 54px;
  padding: 0 30px !important;
  cursor: pointer;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
}

select option {
  color: black;
  direction: rtl;
}

.stick {
  position: sticky;
  top: 0;
}

.backToTop._anim-items {
  opacity: 0;
  height: 0;
}
.backToTop._anim-items._active {
  position: sticky;
  top: 0;
  transition: opacity 0.3s ease-in;
  opacity: 1;
  z-index: 99999;
}

/* Modal forms */
.modal-body {
  direction: rtl;
}

div .errorMessage {
  color: #e00;
  padding-top: 10px;
}

.btn-link {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
}

input#forgotPassLink {
  width: auto;
  border: none;
  margin-left: auto;
  padding-right: 10px !important;
}

label.required {
  margin-top: 19px;
  margin-bottom: 3px;
  direction: rtl;
  font-weight: 600;
}

.modal-body h2 {
  direction: rtl;
  margin-top: 20px;
  font-weight: 600;
  font-size: 28px;
}

.modal-content {
  border-radius: 25px !important;
  padding: 15px !important;
  border-radius: 5px 5px 25px 25px !important;
}

button.close {
  width: auto;
  padding: 0 5px;
  border: 1px;
  border-style: outset;
  border-radius: 10px;
}

.row.modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 50px;
}

h4#myModalLabel {
  display: contents;
  font-size: larger;
  direction: rtl;
}

input.btn.btn-success.btn-lg {
  margin-top: 20px !important;
  margin-left: auto;
  width: auto;
  background-color: #3080db !important;
  border: none;
}

a.btn.btn-facebook.btn-block.btn-lg,
a.btn.btn-gplus.btn-block.btn-lg {
  margin-top: 10px;
  min-height: 45px;
  width: 90%;
  margin-left: auto;
  border: none;
}

a.btn.btn-facebook.btn-block.btn-lg {
  background-color: #1b74e4;
  margin-bottom: 15px;
}

a.btn.btn-gplus.btn-block.btn-lg {
  background-color: coral;
  margin-bottom: 15px;
}

button.btn.btn-default {
  width: auto;
  margin-right: auto;
  border-style: outset;
  min-height: 20px;
  margin-top: 20px;
}

.modal-footer {
  justify-content: flex-start !important;
  padding-top: 15px;
  border: none;
}

span.form-loader {
  padding-top: 10px;
}

/* End Modal forms */
img.img-loading {
  position: relative;
  top: -35px;
  right: 20px;
  margin: -8px;
}

img.img-loading.hide {
  visibility: hidden;
}

/* .card-big__info */
.card-big__info {
  max-width: 340px;
  width: 100%;
  flex: 1 0 auto;
  grid-area: info;
  direction: rtl;
}

.card-big__info .btn {
  background-color: #3080db;
  color: #fff;
  border-color: transparent;
  min-height: 46px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

/* -- */
h1,
h2,
h3,
h4,
h5,
.card-big__info h1,
.card-big__info h2,
.card-big__info h3,
.card-big__info h4,
.card-big__info h5,
.referenceArticle h1,
.referenceArticle h2,
.referenceArticle h3,
.referenceArticle h4,
.referenceArticle h5 {
  direction: rtl !important;
  text-align: start !important;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.card-big__info h1,
.referenceArticle h1 {
  font-size: 36px;
}

h1.brand {
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 20px;
}

h2,
.card-big__info h2,
.referenceArticle h2 {
  font-size: 30px;
}

h3,
.card-big__info h3,
.referenceArticle h3 {
  font-size: 24px;
}

h4,
.card-big__info h4,
.referenceArticle h4 {
  font-size: 20px;
}

h5,
.card-big__info h5,
.referenceArticle h5 {
  font-size: 18px;
}

.card-big__info p,
.referenceArticle p,
.referenceArticle ol {
  font-size: 16px !important;
  line-height: 1.3;
  direction: rtl;
  margin: 0 0 14px;
}

/* .col-md-12.no-space.referenceArticle p {
  direction: rtl;
  font-size: 30px;
  font-weight: 500;
} */
.card-big__info ul,
.card-big__info ol,
.referenceArticle ul,
.referenceArticle ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 14px;
  font-size: 16px;
  line-height: 1.3;
}

.nrw.items__wrapper.referenceArticle {
  margin-bottom: 36px;
  width: 65%;
  min-width: 1000px;
}

.card-big__info iframe,
.referenceArticle iframe {
  margin-top: 20px;
  margin-bottom: 16px;
}

.referenceArticle ol {
  list-style-type: decimal;
}

.card-big__info a,
.referenceArticle a {
  text-decoration: underline;
}

a.btn.btn-primary.btn-lg.spacer-top {
  display: inline-flex;
  margin: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-top: 0;
  margin-left: 0;
  width: calc(20% - 16px);
  background-color: #3080db;
}

@media (max-width: 1320px) {
  a.btn.btn-primary.btn-lg.spacer-top {
    width: calc(25% - 16px);
  }
}
@media (max-width: 1023px) {
  a.btn.btn-primary.btn-lg.spacer-top {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 767px) {
  a.btn.btn-primary.btn-lg.spacer-top {
    width: calc(50% - 16px);
  }
}
@media (max-width: 584px) {
  a.btn.btn-primary.btn-lg.spacer-top {
    width: calc(100% - 16px);
  }
}
div.product-params.my {
  margin-bottom: 20px;
}

.my .params {
  display: inline-flex;
  border-radius: 0;
  border: none;
}

.my select {
  cursor: pointer;
  border-radius: 20px;
}

.my select:not(:last-child) {
  margin-right: 10px;
}

.col-md-12.space-top {
  direction: rtl;
}

.referenceArticle h1 {
  font-size: 36px;
  margin-top: 33px;
  margin-bottom: 33px;
}

.spacer-top h1 {
  font-size: 36px;
  direction: rtl;
  margin-bottom: 20px;
}

.btn-group {
  margin-left: auto;
  padding: 0;
  margin: 0;
  display: inline-block;
  direction: rtl;
}

.btn-group .btn {
  border-radius: 15px !important;
  background-color: #ffecb5;
}

button.btn.btn-default.dropdown-toggle {
  border-color: peru;
  border-style: dashed;
}

.btn-group button.dropdown-toggle {
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
}

.col-md-12.no-space.rtl {
  direction: rtl;
}

ul.dropdown-menu.show {
  width: auto;
  height: auto;
  border: solid;
  border-radius: 10px;
  text-align: center;
  border-width: 1px;
  border-color: #ffecb5;
  background-color: #ffecb5;
}

.col-md-12.space-top.padding-top.referenceArticle {
  margin-bottom: 48px;
}

.wi-title {
  margin-top: 72px;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 600;
  direction: rtl;
}

@media (max-width: 767px) {
  .wi-title {
    font-size: 25px;
  }
}
.card-big__descr.card-big-descr {
  margin-bottom: auto;
  margin-top: auto;
}

.brands_line {
  direction: rtl;
  display: flex;
  flex-wrap: wrap;
}

.brand__btn {
  width: calc(33.3333333333% - 10px);
  margin-left: 10px;
}

@media (max-width: 1280px) {
  .brand__btn {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .brand__btn {
    width: calc(100% - 16px);
  }
}
img.img__witems {
  height: 293px;
  object-fit: cover;
  margin: auto;
}

img.img__reference {
  width: 410px;
  object-fit: cover;
  margin: auto;
  padding-top: 36px;
}

.col-md-5 a.btn.btn-primary.btn-lg {
  width: max-content;
  border-radius: 55px;
  padding: 20px !important;
  color: black;
  background-color: #ffecb5;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 55px;
  border: 1px solid #313132;
}

a.btn.btn-primary.btn-lg {
  padding: 14px !important;
  border-radius: 55px;
}

.article_item {
  background-color: none;
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
}

.article__image {
  min-width: 287px;
  min-height: 287px;
  display: flex;
}

.article__image_small {
  min-width: 287px;
  min-height: 287px;
  display: none;
  margin-left: auto;
}

.article__content {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin-right: 30px;
  min-height: auto;
  border-bottom: 5px solid rgba(201, 199, 199, 0.4);
  border-top: 5px solid rgba(201, 199, 199, 0.4);
  background-color: white;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

img.image_thumbnail {
  object-fit: cover;
  /* margin: auto; */
  height: 287px;
  max-width: 287px;
  background-color: #fff;
}

@media (max-width: 420px) {
  img.image_thumbnail {
    width: 200px;
    height: 200px;
  }
  .article__image_small {
    min-width: inherit;
    min-height: 200px;
  }
}
@media (max-width: 1023px) {
  .article__image_small {
    display: flex;
  }
  .article__image {
    display: none;
  }
  .nrw.items__wrapper.referenceArticle {
    width: 100%;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .article__content {
    margin-right: 0;
  }
}
.content_group h4 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 30px;
}

.content_group {
  display: inline;
  margin-top: auto;
  margin-bottom: auto;
}

.content_group h4 a {
  text-decoration: none;
  border-bottom: 9px solid rgba(51, 128, 232, 0.3215686275);
  line-height: 1.3;
}

.articalpage_top_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 30px;
  position: relative;
  height: 330px;
  margin-bottom: 56px;
}

.articalpage_top_wrapper__data {
  display: flex;
  /* padding: auto; */
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
  width: 65%;
  min-width: 1000px;
  justify-content: end;
}

.articalpage_title {
  display: flex;
  padding-top: 114px;
  padding-right: 30px;
  margin-right: 30px;
  color: white;
  font-size: 36px;
  font-weight: 700;
  border-right: 7px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.6);
  align-items: center;
}

.articalpage_title_text {
  font-family: inherit;
  font-size: 36px;
  font-weight: 500;
  direction: rtl;
  text-align: start;
}

.articalpage_image {
  display: flex;
}

.articalpage_top_wrapper_sm {
  background-color: #3080db;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
  display: none;
}

@media (max-width: 1023px) {
  .articalpage_top_wrapper {
    display: none;
  }
  .articalpage_top_wrapper_sm {
    display: flex;
    flex-direction: column;
  }
  .articalpage_image {
    display: flex;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.articalpage_top__blueplate {
  position: absolute;
  top: 114px;
  background-color: #3080db;
  width: 100%;
  display: flex;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
}

.referenceArticle p img {
  margin-top: 10px;
}

.contact__wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.form__wrapper {
  background-color: #fff;
  padding: 40px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  border-color: #3080db;
  margin-bottom: 60px;
  direction: rtl;
}

.contact_top_group {
  display: flex;
  background-color: none;
  justify-content: space-between;
  margin-bottom: 40px;
  height: 100px;
}
.contact_top_group .group_l,
.contact_top_group .group_r {
  display: flex;
  background-color: #ebeaea;
  width: 50%;
  border-radius: 5px;
  justify-content: start;
  padding: 15px;
  padding-right: 20px;
  direction: rtl;
}
.contact_top_group .group_l {
  margin-right: 10px;
}
.contact_top_group .group_r {
  margin-left: 10px;
}
.contact_top_group .group_r p {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.5;
  font-size: 18px;
}
.contact_top_group .group_r p abbr {
  text-decoration: none;
}
.contact_top_group img {
  display: flex;
  width: 48px;
  height: 48px;
  margin-top: 8px;
  margin-left: 12px;
  fill: #3080db;
}

.dynamic label {
  direction: rtl;
  font-weight: 600;
  margin-top: 20px;
}

form div .errorMessage {
  padding-top: 2px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .contact_top_group {
    flex-wrap: wrap;
    display: contents;
  }
  .contact_top_group .group_l,
  .contact_top_group .group_r {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* --------- */
.nrw input.btn.btn-success.btn-lg {
  border-radius: 5px;
  width: 280px;
  height: 78px;
  margin: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.row.nrw {
  height: fit-content;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
  direction: initial;
}

.nrw > .g-recaptcha {
  width: 304px;
  height: 78px;
  background-color: #f4f4f4;
  padding: 0;
  text-align: center;
}

.nrw > .blnk.g-recaptcha {
  padding: 24px;
  color: #bdbdc0;
}

.nrw > .blnk.g-recaptcha::after {
  content: "reCaptcha not show in DEVELOP mode";
}

.nrw.buttons {
  padding: 0;
  display: contents;
}

@media (max-width: 767px) {
  .nrw input.btn.btn-success.btn-lg {
    width: 100%;
    margin-top: 20px !important;
  }
  .nrw > .g-recaptcha {
    margin-left: auto;
  }
}
.page__wrapper {
  direction: rtl;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 65%;
  min-width: 1000px;
  background-color: #fff;
}
.page__wrapper p {
  margin-bottom: 15px;
}
.page__wrapper p > a {
  color: #3080db !important;
  font-size: larger;
  text-decoration-style: solid;
}
.page__wrapper a {
  color: #3080db;
  text-decoration-style: solid;
  text-decoration-line: underline;
}
@media (max-width: 1023px) {
  .page__wrapper {
    width: 100%;
    min-width: 0;
    padding: 20px;
    margin-bottom: 0;
  }
}

/* http://localhost/012-%D7%98%D7%A1%D7%95%D7%AA-%D7%9C%D7%A8%D7%9B%D7%91/ */
img.img-responsive.spacer-top.spacer-bottom {
  margin-top: 15px;
}

ul._container.ps-xl-0.pe-xl-5.px-sm-3 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

/* coupon */
input.form-control.coupon-input {
  border: none;
  height: -webkit-fill-available;
}

button.btn.btn-primary.coupon-submit {
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  min-height: auto;
}

.payment-type .input-group {
  width: 100%;
  height: 45px;
  background: #3080db;
  border-radius: 0;
  align-items: center;
  border: 1px solid #ced4da;
}
.payment-type .input-group.valid {
  background: #59a357;
}
.payment-type .input-group.valid input.form-control.coupon-input {
  background: #d6ffd5;
}
.payment-type .input-group.invalid {
  background: #df3b11;
}
.payment-type .input-group.invalid input.form-control.coupon-input {
  background: #ffddd5;
}

.row.form-group {
  justify-content: space-between;
}

.row.form-group label {
  margin-top: 19px;
  margin-bottom: 1px;
}

.deliveryType {
  display: inline-flex;
}

input#Delivery_address {
  width: 100% !important;
}

.checkout-cube-header {
  background-color: #3080db !important;
}

.checkout-cube-icon div {
  background-color: #00558c !important;
}

.orange .checkout-cube-header {
  background-color: #ff9900 !important;
}
.orange .checkout-cube-title {
  color: #00558c;
}

.accordion-button::after {
  margin-left: 0;
}

@media (max-width: 767px) {
  .accordion-item {
    border: 0;
  }
  .article,
  .services,
  .product-cards {
    padding: 35px 0;
  }
  .search-row[backfill=blue] {
    border-bottom: 0;
  }
  .list-btns__item {
    margin-left: 0 !important;
  }
}
div#collapseZero {
  margin-top: 20px;
  padding: 15px;
}

.thumbnail {
  background-color: #efefef;
  height: 120px;
  margin-bottom: 15px;
}

strong.price {
  white-space: nowrap;
  padding-left: 8px;
}

a#priceSubmit,
a#clean {
  color: #0486ff;
  margin-left: 4px;
  margin-right: 4px;
}

#thebox > .col-4:nth-child(1),
#thebox > .col-4:nth-child(2) {
  border-left: 1px solid #dadada;
  min-height: 100%;
}

.more_products,
.less_products,
.more_products1,
.less_products1,
.more_products2,
.less_products2 {
  cursor: pointer;
  color: #09f;
  margin-bottom: 4px;
}

#thebox > .col-4 > span > label {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0;
}
#thebox > .col-4 > span > label:hover {
  color: #09f;
  cursor: pointer;
}

#thebox > .col-4 > span > input {
  margin-right: 10px;
  display: none;
}

.productsCount {
  color: #000;
  margin-right: 5px;
  float: left;
}

.breadcrumbs__wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .main-banner__right {
    display: inline-block;
    max-width: 576px;
    margin: 6px 0 0;
  }
  .text-banner {
    margin: 0 0 34px;
    text-align: center;
  }
  .text-primary.text-center h1 {
    font-size: 20px;
  }
  .breadcrumbs__wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 35px;
  }
  #art .article__col p {
    /* position: relative; */
    padding: 0 34px 5px 0;
  }
  .footer__col {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
  }
  .logos-list-white__item img {
    max-height: 51px;
    display: block;
    vertical-align: top;
    margin: 2px auto;
    /* width: 100%; */
  }
  .logos-list-white__item span {
    margin-right: 0;
    display: block;
    /* width: 100%; */
    /* display: inline-block; */
    /* width: 100%; */
    position: absolute;
    bottom: 0;
    text-align: center;
    /* float: left; */
    /* float: right; */
    width: 100%;
  }
  .logos-list-white__item {
    width: 50%;
    display: inline-block;
    /* width: 100%; */
    text-align: center;
    margin: 0 0 19px;
    position: relative;
  }
}
@media (max-width: 420px) {
  .cartToolbar {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
  table.cart-table.table {
    font-size: 14px;
  }
  .cart-table .ptitle {
    font-size: 14px !important;
  }
  table.cart-table img {
    max-width: 70px !important;
  }
  .ifw420 {
    font-size: 14px;
  }
  .items-table > .table {
    font-size: 14px;
  }
}
button.close[data-dismiss=alert] {
  width: 25px;
  margin-left: 8px;
}

.nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.error404 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
.error404 h2 {
  color: #3080db;
  align-self: center;
}
.error404 h3 {
  align-self: center;
}
.error404 img {
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}


@media (min-width: 768px){
#menu-item li:hover ul {
  opacity: 1;
  display: block;
}
a.open-one-mob
{
    display: none;
}

}
@media (max-width: 767px){
    
    #menu-item li{
    position: relative;
    } 
    #menu-item li.menu-two-mobile i
    {
        display: none;
    }
    
    #menu-item li a.open-one-mob
    {
                position: absolute;
        left: 0;
        top: 0;
        border: 0;
        padding: 26px;
        border: 1px solid #3080db;
        background: #3080db;
        color: #fff;
    }
    li.menu-mobile-one i
    {
        display: none;
    }
    a.open-one-mob
    {
        display: block;
    }
    a.open-one-mob i
    {
        display: block;
    }
}


@media (max-width: 325px){
    
        .header-bottom__burger.burger {
        left: 36px;
    }
    .a_top_menu {
    left: 84px;
    }
    
}


/*# sourceMappingURL=styles.css.map */
