

/* Start:/local/templates/avtopoliv-market/bootstrap.scss?177022577512233*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

:root {
  --c1: #333333;
  --c2: #328105;
  --c3: #BDBDBD;
  --c4: #666666;
  --c5: #FFFFFF;
  --c6: #E12103;
  --c7: #2C6C07;
  --c8: #EEAD36;
  --c9: #F7F7F7;
  --animation1: all .15s ease-out;
  --radius1: 10px;
  --shadow1: 0px 0px 20px 0px rgb(98 104 113 / 10%);
  --border_dashed: 1px var(--c4) dashed;
  --border_dotted: 1px var(--c4) dotted;
}
@media (max-width: 768px) {
    --radius1: 8px;
  }



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

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: 1px #ddd solid;
  background: none;
  @media (max-width: 992px) {
    -webkit-appearance: none;
    &[type="checkbox"] {
      -webkit-appearance: checkbox;
    }
    &[type="radio"] {
      -webkit-appearance: radio;
    }
  }
}
a {
  color: var(--c3);
}
input[type='text'],
input[type='password']  {
  padding: 0px 9px;
  height: 40px;
}

textarea {
  padding: 15px;
}

.hidden {
  display: none !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -999999999999px !important;
}


.btn {
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    background:#17a1d9;
    color: white;
    border-radius: 20px;
    padding: 5px 40px;
    cursor: pointer;
}
@media (max-width: 575px) {
  .btn {
    padding: 3px 10px;
  }

}
.pos_stik {
  position: sticky;
  top: 50px;
}

.container {
  max-width: 100%;
  margin-top: 90px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 320px) {
  .container {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 690px;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 930px;
   margin-top: 50px;

  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
   margin-top: 60px;
  margin-right: auto;
  margin-left: auto;

  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 1199px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 575px) {
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* End */


/* Start:/local/templates/avtopoliv-market/fonts/Roboto/stylesheet.min.css?17765812613675*/
@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-MediumItalic.eot);src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-MediumItalic.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-MediumItalic.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-MediumItalic.ttf)format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Italic.eot);src:local("Roboto Italic"),local("Roboto-Italic"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Italic.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Italic.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Italic.ttf)format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Bold.eot);src:local("Roboto Bold"),local("Roboto-Bold"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Bold.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Bold.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Regular.eot);src:local("Roboto"),local("Roboto-Regular"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Regular.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Regular.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Medium.eot);src:local("Roboto Medium"),local("Roboto-Medium"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Medium.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Medium.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Medium.ttf)format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-BoldItalic.eot);src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-BoldItalic.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-BoldItalic.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-BoldItalic.ttf)format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-ThinItalic.eot);src:local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-ThinItalic.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-ThinItalic.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-ThinItalic.ttf)format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Black.eot);src:local("Roboto Black"),local("Roboto-Black"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Black.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Black.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Black.ttf)format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Light.eot);src:local("Roboto Light"),local("Roboto-Light"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Light.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Light.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Light.ttf)format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-LightItalic.eot);src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-LightItalic.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-LightItalic.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-LightItalic.ttf)format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-BlackItalic.eot);src:local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-BlackItalic.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-BlackItalic.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-BlackItalic.ttf)format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Roboto";src:url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Thin.eot);src:local("Roboto Thin"),local("Roboto-Thin"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Thin.eot?#iefix)format("embedded-opentype"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Thin.woff)format("woff"),url(/local/templates/avtopoliv-market/fonts/Roboto/Roboto-Thin.ttf)format("truetype");font-weight:100;font-style:normal;font-display:swap}
/* End */


/* Start:/local/templates/avtopoliv-market/js/fancy/jquery.fancybox.min.css?170655688612500*/
@keyframes a{to{transform:rotate(1turn)}}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption{direction:ltr;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden}.fancybox-caption,.fancybox-infobar,.fancybox-toolbar{opacity:0;position:absolute}.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:35px;position:relative;text-align:left;vertical-align:middle}@media (max-width:992px){.fancybox-content{padding:15px}}.fancybox-image,.fancybox-slide--image .fancybox-content,.fancybox-spaceball{background:0 0;left:0;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background-repeat:no-repeat;background-size:100% 100%;overflow:visible;transform-origin:top left;transition-property:transform,opacity;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{border:0;height:100%;margin:0;max-height:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:0 0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px;color:#ccc}.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:0 0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/avtopoliv-market/js/slick_slider/slick.min.css?17590583071505*/
.slick-list,.slick-slider{position:relative;display:block}
.slick-slider{margin:-20px;
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{overflow:hidden;margin:0;padding:0;}

@media (max-width: 1199px) {
	.slick-slider{margin:-15px;}
}
@media(max-width:575px){
.slick-list{padding:0 0 0 0;}
	.slick-slider{margin-left:-10px;margin-right:-10px;}
}


.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,
.slick-slider .slick-track{-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:0;margin-right:auto}.slick-track:after,.slick-track:before{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-initialized .slick-slide,.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
/* End */


/* Start:/local/templates/avtopoliv-market/main2_header.css?177662035820938*/
/*
 * Стили шапки main2 (.main2-header) — подключаются из header.php для всего сайта.
 * Вынесено из main_2.css.
 */
/* Смещение к блоку с картинками при подгрузке контента (scroll anchoring) */
html {
  overflow-anchor: none;
}

/* Контент шапки — ширина как у Bootstrap .container; фон/тень — на .main2-header (на весь экран) */
.main2-header .container,
.main2-header > .container {
  margin-top: 0 !important;
  box-sizing: border-box;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

/* bootstrap.scss: @media (min-width: 320px) даёт всем .container margin-left/right: 10px до 575px;
   у .main2-page .container это сбивает main_2.css (margin: auto !important). Шапка без .main2-page —
   карточка уезжает вправо относительно контента. Сбрасываем горизонтальные margin у контейнера шапки. */
@media (max-width: 575.98px) {
  .main2-header > .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Узкий экран: см. блок @media (max-width: 575px) после правил шапки (<992px) —
   иначе padding с .main2-page .container перезаписывается .main2-header .topbar { padding: … } */

/* Белая плашка на всю ширину вьюпорта; содержимое остаётся внутри .container */
.main2-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

/* Строка поиска — в том же .container, что и .topbar (как в header.php) */
.main2-header .search_visible_container {
  position: relative;
  z-index: 12000;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px 10px;
}

.main2-header .topbar {
  position: relative;
  height: auto;
  min-height: 102px;
  padding: 10px 30px 14px;
  background: transparent;
}

/* Верхняя строка: первая колонка = ширине логотипа (124px) + тот же gap (16px), что и до «Каталог» —
   тогда первый пункт меню совпадает по X с левым краем кнопки каталога */
.main2-header .topbar__meta {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 10px;
  min-height: 20px;
  margin: 0;
  z-index: 26;
}

.main2-header .topbar__meta-left {
  grid-column: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 124px;
  max-width: 124px;
  min-width: 0;
  box-sizing: border-box;
}

.main2-header .f-location-fill {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  overflow: hidden;
}

.main2-header .moskva {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

.main2-header .topbar__links {
  grid-column: 2;
  justify-self: start;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 10px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  z-index: 11;
  font-size: 14px;
  line-height: 16px;
}

.main2-header .topbar__links a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}

.main2-header .topbar__links .kak-poluchit,
.main2-header .topbar__links .kak-oplatit,
.main2-header .topbar__links .kontakty {
  font-size: 14px;
  line-height: 16px;
}

.main2-header .topbar__links a:hover {
  color: #328105;
}

.main2-header .phone-number {
  grid-column: 3;
  justify-self: end;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
  z-index: 20;
  text-decoration: none;
}

.main2-header .phone-number:hover {
  color: #328105;
}

/* Разделители между пунктами (в index.css на main_2 не подключён) */
.main2-header .vertical-divider,
.main2-header .vertical-divider-a,
.main2-header .vertical-divider-b {
  flex-shrink: 0;
  width: 1px;
  height: 14px;
  background: #cccccc;
  align-self: center;
}

.main2-header .place {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 1px 0 0 1px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2026-03-18/MhMZNdxg9Q.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 25;
}

.main2-header .topbar__actions {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* flex-start + разная высота лого (52px) и каталога/поиска (40px) давали «завал» логотипа вниз по оптике */
  align-items: center;
  gap: 12px 16px;
  margin: 15px 0 0;
  min-height: 52px;
  z-index: 2100;
  overflow: visible;
}

.main2-header .link-svg {
  position: relative;
  flex: 0 0 124px;
  width: 124px;
  height: 52px;
  left: auto;
  top: auto;
  z-index: 3;
  overflow: hidden;
}

.main2-header .link-svg a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 0;
}

.main2-header .link-svg img.logo {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.main2-header .catalog-menu-button {
  position: relative;
  flex: 0 0 160px;
  width: 160px;
  max-width: 100%;
  height: 40px;
  left: auto;
  top: auto;
  background: linear-gradient(169.72deg, #005668 0%, #2f7f01 100%);
  z-index: 2200;
  border-radius: 10px;
  overflow: visible;
}

.main2-header .catalog-menu-button .menu-swipe-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  background: linear-gradient(169.72deg, #005668 0%, #2f7f01 100%);
  border-radius: 10px;
  overflow: visible;
  z-index: 2300;
}

.main2-header .catalog-menu-button .menu-swipe-btn {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  /* Figma 54:132: лёгкий сдвиг для оптического центра группы иконка+текст */
  transform: translateX(0.5px);
}

.main2-header .catalog-menu-button .menu-swipe-btn svg {
  display: none;
}

.main2-header .catalog-menu-button .menu-swipe-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2026-03-18/cX0ezWwCqC.png)
    no-repeat center;
  background-size: 100% 100%;
  flex: 0 0 24px;
}

.main2-header .catalog-menu-button .catalog_text {
  margin-left: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.main2-header .catalog-menu-button .menu-swipe-items-container {
  position: absolute !important;
  top: 42px !important;
  left: 0 !important;
  width: 320px !important;
  max-width: none !important;
  height: auto !important;
  display: none;
  z-index: 9000 !important;
  /* style.css задаёт overflow: hidden — обрезает .submenu-container справа от колонки */
  overflow: visible !important;
}

.main2-header .catalog-menu-button .menu-swipe-container.opened .menu-swipe-items-container {
  display: block !important;
  width: 320px !important;
  height: auto !important;
  overflow: visible !important;
}

.main2-header .catalog-menu-button .menu-swipe-container.opened {
  z-index: 9100 !important;
}

.main2-header .catalog-menu-button .menu-swipe-overlay {
  display: none !important;
}

.main2-header .catalog-menu-button .menu-swipe-items-scroll-block {
  position: relative !important;
  min-height: 320px !important;
  overflow: visible !important;
  background: transparent;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.main2-header .catalog-menu-button .menu-swipe-items {
  position: relative;
  width: 320px;
  max-height: none;
  overflow: visible;
  background: #ffffff;
  border-radius: 10px;
  border-right: 1px solid #efefef;
}

/* Якорь для template.php: .submenu-container (не старые .menu-swipe-subitems) */
.main2-header .catalog-menu-button .menu-swipe-item {
  position: relative;
}

/* Дублируем template.php: скрыто всё, кроме пункта с .submenu-active */
.main2-header .catalog-menu-button #mainMenu.menu-swipe-container .menu-swipe-item.has-submenu:not(.submenu-active) > .submenu-container {
  display: none !important;
}
.main2-header .catalog-menu-button #mainMenu.menu-swipe-container .menu-swipe-item.has-submenu.submenu-active > .submenu-container {
  display: block !important;
}

.main2-header .catalog-menu-button .menu-swipe-item .submenu-container {
  z-index: 9500;
  min-width: 280px;
  max-width: min(360px, 90vw);
  height: auto;
  box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.12);
}

/* Старый вариант разметки (если где-то остался) */
.main2-header .catalog-menu-button .menu-swipe-subitems {
  display: none;
  position: absolute;
  top: 0;
  left: 320px;
  min-width: 300px;
  width: 300px;
  margin: 0;
  padding: 12px 8px;
  list-style: none;
  background: #ffffff;
  border-radius: 0 10px 10px 0;
  box-shadow: 8px 8px 22px rgba(0, 0, 0, 0.12);
  z-index: 9200;
}

.main2-header .catalog-menu-button .menu-swipe-item.has-children:hover > .menu-swipe-subitems,
.main2-header .catalog-menu-button .menu-swipe-item.has-children.is-hovered > .menu-swipe-subitems {
  display: block;
}

.main2-header .catalog-menu-button .menu-swipe-subitems .menu-swipe-item-link {
  min-height: 34px;
  padding: 6px 12px;
}

.main2-header .catalog-menu-button .menu-swipe-subitems .menu-swipe-item-text {
  font-size: 13px;
  color: #666666;
}

.main2-header .catalog-search {
  position: relative;
  flex: 1 1 240px;
  min-width: 120px;
  max-width: 560px;
  height: 40px;
  left: auto;
  top: auto;
  background: #f6f6f6;
  /* Выше контента карточки (.product-item-detail-slider-container z-index: 90), иначе список JCTitleSearch уходит под картинку */
  z-index: 10;
  border-radius: 10px;
}

/* Выпадающий блок JCTitleSearch: CONTAINER_ID + "_result" (моб. панель — title-search-panel) */
#title-search_result,
#title-search-panel_result {
  z-index: 999999 !important;
}

.main2-header .catalog-search .title_search {
  width: 100%;
  height: 100%;
}

.main2-header .catalog-search .title_search form {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
  background: #f6f6f6;
  border-radius: 10px;
}

.main2-header .catalog-search .title_search input {
  width: 100%;
  height: 40px;
  padding: 0 55px 0 15px;
  border: none;
  background: transparent;
  color: #666666;
  font-size: 14px;
  line-height: 16px;
}

.main2-header .catalog-search .title_search input::placeholder {
  color: #666666;
  opacity: 1;
}

.main2-header .catalog-search .title_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: linear-gradient(169.72deg, #005668 0%, #2f7f01 100%);
  border-radius: 10px;
  padding: 0;
}

.main2-header .catalog-search .title_search button svg {
  width: 30px;
  height: 24px;
  margin: 9px 0 0 9px;
  stroke: #ffffff;
}

/* Кнопка поиска на узких экранах — как .scroll_searchbar button / остальные иконки шапки (без зелёного фона) */
.main2-header .main2-topbar__search-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

.main2-header .main2-topbar__search-toggle svg {
  width: 24px;
  height: 24px;
  margin: 0;
  fill: none;
  stroke: var(--c1);
}

.main2-header .topbar__icons {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 25px;
  right: auto;
  top: auto;
  margin-left: auto;
  z-index: 30;
}

.main2-header .personal-account {
  position: relative;
  width: 56px;
  min-height: 46px;
  left: auto;
  top: auto;
  z-index: 30;
  overflow: visible;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.main2-header .link-10 {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://codia-f2c.s3.us-west-1.amazonaws.com/image/2026-03-18/AkWYYVf7fJ.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 31;
  overflow: hidden;
}

.main2-header .favorites {
  position: relative;
  width: 56px;
  min-height: 46px;
  left: auto;
  top: auto;
  z-index: 35;
  overflow: visible;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main2-header .favorites .site_header_content_user_link {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.main2-header .favorites .site_header_content_user_link svg {
  width: 24px;
  height: 24px;
  margin: 0;
}

.main2-header .favorites .site_header_content_user_link span {
  display: none;
}

.main2-header .favorites .site_header_content_user_link i {
  top: -6px;
  right: -8px;
  left: auto;
}

.main2-header .shopping-cart {
  position: relative;
  width: 56px;
  min-height: 46px;
  left: auto;
  top: auto;
  z-index: 42;
  overflow: visible;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main2-header .shopping-cart .site_header_content_user_link {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
}

.main2-header .shopping-cart .site_header_content_user_link svg {
  width: 24px;
  height: 24px;
  margin: 0;
}

.main2-header .shopping-cart .site_header_content_user_link span {
  display: none;
}

.main2-header .shopping-cart .site_header_content_user_link i {
  top: -6px;
  right: -8px;
  left: auto;
}

.main2-header .topbar__icons .topbar-icon-label {
  position: static;
  transform: none;
  display: block;
  margin-top: auto;
  padding-top: 28px;
  height: auto;
  min-height: 14px;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.main2-header .personal-account .topbar-icon-label {
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Бургер как в header.php: на десктопе скрыт (см. template_styles .mobile_menu_btn_container) */
.main2-header .mobile_menu_btn_container {
  display: none;
  flex-shrink: 0;
}

/* <992px: как header.php — верхняя строка (город/меню/телефон) скрыта, компактная полоса + бургер.
   Высота как у .site_header в template_styles.css (max-width: 991.98px): height 50px, padding 10px 0 */
@media (max-width: 991.98px) {
  .main2-header .mobile_menu_btn_container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    align-self: center;
  }

  .main2-header .mobile_menu_getter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .main2-header .mobile_menu_getter svg {
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 0;
  }

  .main2-header .topbar__meta {
    display: none !important;
  }

  .main2-header .topbar {
    min-height: 0;
    box-sizing: border-box;
  }

  .main2-header .topbar__actions {
    margin-top: 0;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    align-items: center;
    flex-wrap: nowrap;
    /* flex-start + margin-left:auto у .topbar__icons — как header.php: слева бургер+лого, справа иконки */
    justify-content: flex-start;
    gap: 6px 8px;
    box-sizing: border-box;
  }

  /* Как .site_header_catalog { display: none } при <992 — без зелёной кнопки по центру */
  .main2-header .catalog-menu-button {
    display: none !important;
  }

  /* Логотип как .site_header_logotip img — компактнее строка поиска */
  .main2-header .link-svg {
    flex: 0 0 112px;
    width: 112px;
    height: 30px;
  }

  .main2-header .link-svg img.logo {
    max-height: 30px;
  }

  .main2-header .catalog-menu-button,
  .main2-header .catalog-search .title_search form,
  .main2-header .catalog-search .title_search input {
    height: 40px;
  }

  /* Как header.php + template_styles: при 576–991.98px строка поиска остаётся полем, не кнопкой */
  .main2-header .catalog-search.main2-topbar__catalog-search {
    display: block !important;
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }

  .main2-header .catalog-search {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }

  .main2-header .main2-topbar__search-toggle {
    display: none !important;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .main2-header .topbar__icons {
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 10px;
    width: auto;
    min-width: 0;
    margin-left: auto;
  }

  .main2-header .topbar__icons .topbar-icon-label {
    display: none !important;
  }

  .main2-header .personal-account,
  .main2-header .favorites,
  .main2-header .shopping-cart {
    min-height: 24px;
    width: 42px;
    min-width: 42px;
  }

  .main2-header .personal-account .topbar-icon-label {
    display: none !important;
  }

  .main2-header .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* 576–991.98: отступы белой полосы шапки (как раньше у .topbar в блоке <992px) */
@media (max-width: 991.98px) and (min-width: 576px) {
  .main2-header .topbar {
    padding: 10px 10px;
    box-sizing: border-box;
  }

  .main2-header .search_visible_container {
    padding: 0 10px 10px;
  }
}

/* show_form_search: в style компонента заданы фикс. ширины input — строка не совпадает с контейнером */
@media (max-width: 991.98px) {
  .main2-header .show_title_search form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .main2-header .show_title_search input {
    width: 100% !important;
    min-width: 0;
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  .main2-header .search_container_show {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 575px) {
  /* Плашка на всю ширину; отступы контента — у .container / .topbar */
  .main2-header {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .main2-header .container > .topbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .main2-header .search_visible_container {
    padding: 0 0 10px 0 !important;
  }

  /* Как header.php на мобиле: бургер + лого слева, иконки (в т.ч. лупа) справа; каталог не показываем */
  .main2-header .topbar__actions {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-top: 0;
  }

  .main2-header .catalog-search.main2-topbar__catalog-search {
    display: none !important;
  }

  .main2-header .main2-topbar__search-toggle {
    display: flex !important;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .main2-header .link-svg {
    flex: 0 0 112px;
    width: 112px;
    height: 30px;
  }

  .main2-header .link-svg img.logo {
    max-height: 30px;
  }

  .main2-header .topbar__icons {
    flex: 0 0 auto;
    min-width: 0;
    max-width: none;
    width: auto;
    margin-left: auto !important;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }

  .main2-header .personal-account,
  .main2-header .favorites,
  .main2-header .shopping-cart {
    width: 28px;
    min-width: 0;
    flex: 0 0 auto;
    min-height: 24px;
  }
}

/* End */


/* Start:/bitrix/components/bazarow/favorites.add/templates/.default/style.css?17064660632265*/
#favorites_popup_wrap{
    /*width: 600px!important;*/
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
}
#favorites_popup_wrap .modal-header {
    min-height: 16.42857143px;
    padding: 0px 0px;
    border: none;
    font-size: 30px;
}
#favorites_popup_wrap .modal-body{
	position: relative;
    padding: 30px;
    font-size: 18px;
}
#favorites_popup_wrap .modal-body p{
	
}
#favorites_popup_wrap .form-row{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0;
}
#favorites_popup_wrap .form-row:after {
    content: "";
    display: table;
    clear: both;
}
#favorites_popup_wrap .form-row:first-child {
    margin-top: 0; 
}
#favorites_popup_wrap .form-cell-3 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 30%;
}
#favorites_popup_wrap .form-cell-3:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap .form-cell-9 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 68%;
}
#favorites_popup_wrap .form-cell-9:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap label{
	font-weight: normal;
	font-size: 18px;
 	
}
#favorites_popup_wrap input[type=text]{
	height: 32px;
}
#favorites_popup_wrap input[type=text].error{
	box-shadow: 0 0 0 1px red;
}
#favorites_popup_wrap textarea{
	height: 112px;
}
#favorites_popup_wrap input[type=text], #favorites_popup_wrap textarea{
	width: 100%;
	border: 1px #b7b7b7 solid;
  	padding: 0px 5px;
  	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap .button_wrap{
	text-align: right;
}
#favorites_popup_wrap button{
	font-size: 18px;
	border: none;
	background-color: rgb(221, 221, 221);
	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap button:hover {
    box-shadow: 0 0 0 3px rgba(204,204,204,1);
}
#favorites_popup_wrap small.error{
	color: red;
}
@media screen and (min-width: 600px){
	#favorites_popup_wrap{
		width: 600px;
	}
}
@media screen and (max-width: 600px){
	#favorites_popup_wrap .form-cell-3{
		float: none;
	}
	#favorites_popup_wrap .form-cell-9{
		float: none;
		width: 100%;
	}
	#favorites_popup_wrap .modal-header{
		font-size: 25px;
	}
}
/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/menu/swipe_komerpoliv1/style.min.css?17702311893339*/
.top_header{width:100%;background:var(--c3);color:var(--c4)}.menu-main{display:block;padding-left:16px;padding-top:5px;margin:5px 0 35px;width:100%;list-style:none}.menu-swipe-btn{height:26px;display:flex;align-items:center;justify-content:space-between;color:var(--c5);margin:auto}.menu-swipe-btn svg{width:24px;height:24px;stroke:var(--c5)}.menu-swipe-container{display:flex;align-items:center;height:40px;background-color:var(--c2);cursor:pointer}@media (max-width:575px){.menu-swipe-container{display:none}}.catalog_text{font-size:20px;margin-left:10px}.menu-swipe-overlay{position:absolute;top:0;right:0;bottom:0;left:0;min-height:100vh;pointer-events:none;z-index:190;transition:opacity 170ms ease;opacity:0}.menu-swipe-container.opened .menu-swipe-overlay{opacity:.5;pointer-events:auto}.menu-swipe-items-container{position:absolute;top:45px;box-sizing:border-box;z-index:195;transition:width 170ms ease;overflow:hidden}.menu-swipe-container.opened .menu-swipe-items-container{width:calc(100% + 40px);margin-left:-20px;height:100vh}.scroll_header .menu-swipe-items-scroll-block{position:absolute;top:20px;left:20px;right:0;bottom:0;width:max-content}.menu-swipe-items{display:block;padding:20px;margin:0;width:max-content;background-color:#fff;max-height:100%;position:relative}.menu-swipe-item{display:block;margin:0;border-radius:var(--radius1)}.menu-swipe-item:hover{background-color:var(--c9)}.menu-swipe-item-link{padding:5px 10px;width:100%;display:flex;align-items:center;justify-content:flex-start;position:relative;text-decoration:none!important;vertical-align:middle;color:var(--c1)}.menu-swipe-item-image{height:30px}.menu-swipe-item-text{font-style:normal;font-weight:300;font-size:14px;line-height:18px;color:var(--c1);margin-left:10px;margin-right:auto}.menu-swipe-item-angle{transform:rotate(-45deg);display:block;border-bottom:1px solid;border-right:1px solid;color:var(--c1);width:7px;height:7px}.menu-swipe-close-btn{position:absolute;right:calc(0 - 19px - 38px);background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);box-sizing:border-box;border-radius:50%;top:15px;width:38px;height:38px;align-items:center;justify-content:center;transition:right 170ms ease;opacity:0;display:none}.menu-swipe-container.opened .menu-swipe-close-btn{right:calc(100% + 19px);opacity:1;display:flex}.menu-swipe-item-arrow{margin-left:auto;font-size:16px;color:#666;margin-left:20px}.submenu-container{position:absolute;background:#fff;border-radius:var(--radius1);box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:2000;overflow-y:auto;left:calc(100% + 5px);top:0;width:max-content;height:100%}.submenu-content{padding:15px}.submenu-header h3{margin:0 0 10px;font-size:16px;color:var(--c1);border-bottom:1px solid #729e00;padding-bottom:8px;padding-left:10px;font-weight:500}.submenu-items{display:flex;flex-direction:column}.submenu-item{display:flex;align-items:center;padding:8px 10px;text-decoration:none;color:var(--c1);border-radius:var(--radius1);font-weight:300}.submenu-item:hover{background-color:var(--c9)}.submenu-item-image{width:24px;height:24px;margin-right:10px;flex-shrink:0}.submenu-item-image img{width:100%;height:100%;object-fit:cover;border-radius:2px}.submenu-item-text{font-size:14px}@media (max-width:768px){.submenu-container{position:static;box-shadow:none;border:none;border-top:1px solid #eee}}
/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/search.title/top_header_search/style.min.css?17763621991222*/
#title-search_result,#title-search-panel_result{z-index:999999!important}.title_search form{display:flex;background:#f7f7f7;border-radius:10px;font-size:14px;width:100%;margin-left:auto;margin-right:auto}.title_search input{width:calc(100% - 42px);height:40px;background:none;border:none;padding:0 15px}.title_search button{width:40px;height:40px;background:var(--c2);color:#fff;border:none;transition:var(--animation1);border-radius:10px}.title_search button svg{height:34px;width:34px;stroke:#fff;margin-left:8px;margin-top:4px}.search_title_content{background:#fff;padding:20px;border-radius:var(--radius1);box-shadow:var(--shadow1)}.search_title_content_item{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:10px}.search_title_content_item:hover{color:var(--c1)}.search_title_content_item span{background-size:contain;background-repeat:no-repeat;background-position:center;width:50px;height:50px;border:1px #ddd solid;border-radius:5px}.search_title_content_item strong{font-weight:400}@media (max-width:991px){.title_search input{height:30px;width:calc(100% - 30px)}.title_search button{width:30px;height:30px}.title_search button svg{height:24px;width:24px;margin-top:4px;margin-left:5px}}
/* End */


/* Start:/bitrix/components/bazarow/favorites.line/templates/.default/style.css?1744103626247*/
.site_header_content_user_link svg {
	filter: grayscale(100%) brightness(0);
}

.favor-list-wrap{
	right:8px;
	top: -5px;
}


@media (max-width: 991px) {
.favor-list-wrap {
    right: -8px;
    top: -7px;
}
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/sale.basket.basket.line/top_header_basket/style.min.css?17702323971511*/
.cart-icon{top:-5px;right:5px}.header_cart{position:relative}.header_cart_list{position:absolute;top:auto;right:0;width:500px;background:#fff;z-index:200;padding:15px;box-shadow:var(--shadow1);border-radius:var(--radius1);display:none}.header_cart:hover .header_cart_list{display:block}@media (max-width:992px){.header_cart_list{display:none!important}.cart-icon{top:-7px;right:-8px}}.header_cart_item{display:flex;justify-content:space-between;padding:5px 0;margin:5px 0;border-bottom:var(--border_dotted);position:relative}.header_cart_item a{display:flex;align-items:center;font-size:14px;flex:1;text-decoration:none}.header_cart_item_pict{width:50px;height:50px;background-size:contain;background-repeat:no-repeat;background-position:center}.header_cart_item_name{padding:0 10px;flex:1;font-size:13px;font-weight:500;line-height:16px}.header_cart_item_price{position:relative;color:#888;display:block;margin-top:5px}.header_cart_item_price del{font-size:12px;color:#900}.header_cart_item_summ{color:var(--c1);width:130px;text-align:right}.header_cart_item button{padding:0;background:none;color:red;width:20px;height:20px;position:absolute;border:none;top:0;border-radius:100%;right:0;background:none;display:flex;align-items:center;justify-content:center;transition:var(--animation1);font-size:20px}.header_cart_item button:hover{color:var(--c0)}.header_cart_list_footer{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.header_cart_list_footer a{margin-top:0;padding:15px 40px}
/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/search.title/show_form_search/style.min.css?17702359841186*/
.show_title_search form{display:flex;align-items:center;background:#f5f5f5;border-radius:10px;height:40px;font-size:14px}.show_title_search form svg{width:20px;height:20px;margin-left:15px;margin-right:5px;stroke:#353535}.show_title_search input{height:40px;background:none;border:none;padding:0 15px}@media (min-width:768px){.show_title_search input{width:550px}}@media (max-width:767px){.show_title_search input{width:370px}}.show_title_search button{height:40px;width:100px;background:var(--c2);color:#fff;border:none;transition:var(--animation1);border-radius:10px;margin-left:auto}.search_title_content{background:#fff;padding:20px;border-radius:var(--radius1);box-shadow:var(--shadow1)}.search_title_content_item{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:10px}.search_title_content_item:hover{color:var(--c1)}.search_title_content_item span{background-size:contain;background-repeat:no-repeat;background-position:center;width:50px;height:50px;border:1px #ddd solid;border-radius:5px}.search_title_content_item strong{font-weight:400}@media (max-width:575px){.show_title_search input{width:200px}.search_container_show{margin-top:10px;width:100%}}
/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/breadcrumb/breads/style.css?1770227318544*/
.bx-breadcrumb i {
    color: var(--c4);
    line-height: 14px;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;

}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    white-space: nowrap;
    line-height: 18px;
    vertical-align: middle;
    margin: 4px 10px 4px 0px;
    color: var(--c3);
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 14px;
    white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
    color: var(--c4);

}

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

/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/menu/footer_menu/style.min.css?1770230789311*/
.footer_menu{float:left;width:100%}.footer_menu ul{list-style-type:none;margin:0;padding:0;margin-right:0}.footer_menu ul li a{transition:var(--animation1);text-decoration:none;display:block;padding-bottom:15px;line-height:16px;font-weight:400;color:#a0a0a0;font-size:14px}.footer_menu ul li a:hover{color:#fff}
/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/menu/footer_menu_def/style.css?1770230837517*/
.footer_menu {
    float: left;
    width: 100%;
}

.footer_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 0px;
}

.footer_menu ul li a {
    transition: var(--animation1);
    text-decoration: none;
    display: block;
    padding-bottom: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #a0a0a0;
    font-size: 14px;
}

.footer_menu ul li a:hover {
    color: #ffffff;
}

.footer_menu:last-child ul {
    margin-right: 0;
}

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

/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/menu/mobile/style.min.css?17702309673630*/
.dropdown-content{display:none;margin-left:-30px;background:var(--c5)}.catalog_menu{display:flex;align-items:center;border:none;width:100%;flex-direction:column}.catalog_menu_btn{display:flex;align-items:center;border:none;height:42px;font-weight:600;color:var(--c5);width:100%}.catalog_menu_btn svg{stroke:var(--c5)}.menu_top{font-size:16px;font-weight:700;background:var(--c2)}.menu_middle .counters svg{height:24px;width:24px;stroke:var(--c1);fill:none}.mobile-menu-contacts a{font-size:16px;font-weight:700}.contacts .title{padding:19px 20px 6px 19px;font-size:20px;font-weight:500}.contacts .title svg{width:24px;height:24px;stroke:var(--c1)}.adress_text{margin-left:20px}.address{display:flex;align-items:center;margin-left:30px;position:relative;line-height:18px;font-size:13px;color:#333}.address .svg.svg-inline-address{position:absolute;left:20px;top:14px;width:16px;min-width:initial;height:16px;min-height:initial}.email{padding:12px 20px 0 50px;position:relative;line-height:18px;font-size:13px}.svg-email,.svg-inline-email{min-width:initial;min-height:initial;height:16px;width:16px;position:absolute;left:20px;top:25px}.a_mail{padding:11px 0!important}.slinki_over{position:fixed;background:rgba(0,0,0,.5);width:100%;height:100vh;top:0;left:0;display:none;z-index:1000;backdrop-filter:blur(2px)}.slinki_over_show{display:block}.slinky_menu{transition:var(--animation1);position:fixed;z-index:3150;top:0;left:-1000px;background:#fff;padding:0 0 80px;max-width:575px;height:100%;width:100%}.slinky_menu svg{height:24px;width:24px;stroke:var(--c1)}.slinky_menu a:hover{text-decoration:none}.menu_scroller{height:100vh;overflow-y:scroll;padding-bottom:60px}.slinky_menu_show{left:0}.slinky-menu>ul{left:0;position:relative;transform:translateZ(0)}.slinky-menu ul,.slinky-menu li{list-style:none;margin:0}.slinky-menu ul{width:100%}.slinky-menu a{align-items:center;display:flex;text-decoration:none;font-size:14px}.slinky-menu a span{flex:1;line-height:1.4}.slinky-menu li ul{display:none;left:100%;position:absolute;top:0;margin:0;padding:0 10px}.slinky-menu .header{display:flex;box-shadow:none;background:#eee;margin:0 -10px;position:relative;width:110%}.slinky-menu .header .title{flex:1;line-height:1.4;order:1;font-weight:700;margin:0 0 0 15px;align-items:center;font-size:16px}.slinky-theme-default{width:100%;overflow:hidden;background:#fff}.slinky-theme-default .title{display:flex;justify-content:center;color:#333}.slinky-theme-default li{display:flex;margin-left:30px;align-items:center}.slinky-theme-default a:not(.back){color:var(--c1);padding:11px 20px}.slinky-theme-default .next::after,.slinky-theme-default .back::before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;background-size:1em;content:"";height:1em;opacity:.25;transition:200ms;width:1em}.slinky-theme-default .next::after{margin-left:1em}a.back{position:absolute;width:100%;top:7px}.slinky-theme-default .back::before{padding:1em;transform:scaleX(-1)}.slinky-theme-default .next:hover::after,.slinky-theme-default .back:hover::before{opacity:.75}.slinky-theme-default .next:active::after,.slinky-theme-default .back:active::before{opacity:1}.menu_scroller_title a{font-weight:700;font-size:16px}.some_info{font-weight:300!important;margin-left:20px!important}.address svg{height:16px;width:16px;stroke:var(--c3)}.contacts{border-top:1px solid var(--c3);margin-top:30px;padding-top:10px}
/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/catalog.section.list/mobile_menu_catalog/style.min.css?1776150219793*/
.it_mobile_catalog{padding:10px 40px;display:flex;align-items:center;border-radius:10px;font-weight:100;color:var(--c4);text-decoration:none;margin-left:10px;gap:20px}.mobile_section{display:flex;align-items:center;width:100%;position:relative;flex-wrap:wrap;padding-bottom:20px}.mobile_sections{width:100%}.mobile_sections p{font-weight:400;padding:0}.mobile_sections a{font-size:14px;font-weight:200;line-height:18px}.it_mobile_catalog span{width:50px;height:50px;background-position:center;background-repeat:no-repeat;background-size:cover}.slinky-menu .it_mobile_catalog span.section-image{flex:0 0 50px}.slinky-menu .it_mobile_catalog p{flex:1;min-width:0;margin:0;align-self:center}.slinky-menu .it_mobile_catalog .section-image img{width:50px;height:50px;object-fit:cover;display:block}
/* End */


/* Start:/local/templates/avtopoliv-market/styles.css?177801484316281*/
.search-page form{
display:none;
}


/* ===========================================Главный экран============================================================*/
.block {
    background: rgb(247 247 247);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* LCP: баннер HUNTER — картинка в разметке вместо background (см. index.php hunter1) */
.block--banner-lcp {
    padding-bottom: 0 !important;
    aspect-ratio: 2 / 1;
    min-height: 0;
}

.block--banner-lcp .block__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.block--banner-lcp .txt_baner,
.block--banner-lcp .svg_baner {
    z-index: 1;
}

.block:hover {
    box-shadow: 0px 0px 15px 2px rgb(98 104 113 / 40%);
}

.banner_head_block {
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner_head a {
    display: grid;
    color: var(--c1);
    height: 100%;
}

.banner_head span {
    color: #333;
    font-weight: 500;
    padding-top: 0px;
}

.banner_head .btn {
    padding: 10px 40px;
    width: max-content;
    background: #ff0d0d;
}

.grid {
    display: grid;
}

.block_right_baner {
    overflow: hidden;
    background-size: cover !important;
    height: 100%;
    padding: 20px;
    position: relative;
    border-radius: var(--radius1);
}

.block_right_baner:hover {
    box-shadow: 0px 0px 15px 2px rgb(98 104 113 / 40%);
}

.img_baner {
    width: 100%;
}

.txt_baner {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
}

.svg_baner {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: var(--c2);
    border-radius: 5px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg_baner svg {
    width: 15px;
    height: 15px;
    stroke: white;
}

.main_aboute {
    background: linear-gradient(270deg, #328105, black);
    padding: 40px;
    height: 100%;
    border-radius: var(--radius1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_aboute h1 {
    color: white;
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.main_aboute h2 {
    font-size: 32px;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
    padding-top: 0px;
}

.main_aboute p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffffd6;
    line-height: 1.3;
}

.hunter1 {
    display: none;
}

.hunter2 {
    display: grid;
}

.form_button {
    width: 100%;
    height: 50px;
    background-color: #ff0d0d;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.soglasie a {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
}

.soglasie p {
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0px;
}

.soglasie label {
    display: none;
}

.form_file input {
    border-bottom: none;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .banner_head h2 {
        font-size: 14px;
    }

    .main_aboute {
        padding: 20px;
    }

    .main_aboute h1 {
        font-size: 32px;
    }

    .main_aboute h2 {
        font-size: 24px;
    }

    .main_aboute p {
        max-width: 400px;
        font-size: 14px;
    }
}

.banner_3 {
    object-fit: contain;
}

.icon_hit {
    width: 100px;
    height: 100px;
}

@media (max-width: 991px) {
    .hunter2 {
        display: none;
    }

    .hunter1 {
        display: grid;
    }
}

.main_page_text_hs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.main_page_text_hs .button_catalog {
    margin-left: auto;
}

@media (max-width: 992px) {
    .main_page_text_hs {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .button_catalog a {
        color: white;
        border-style: none !important;
    }

    .button_catalog a svg {
        position: relative;
        top: 10px;
    }

    .svg_baner {
        height: 24px;
        width: 24px;
        bottom: 15px;
        left: 15px;
    }

    .svg_baner svg {
        height: 15px;
        width: 15px;
    }

    .txt_baner {
        position: absolute;
        left: 15px;
        top: 15px;
        right: 10px;
    }

    .txt_baner h2 {
        font-size: 13px;
    }
}

.main_page_text_hs a {
    position: relative;
    margin-top: 0;
}

.main_page_text_hs a svg {
    right: 0px;
    padding: 5px;
    width: 30px;
    height: 30px;
    background: var(--c3);
    border-radius: 100%;
    border-radius: var(--radius1);
    stroke: white;
}

ul.page_ul {
    margin: 0;
    padding: 20px 0px;
    list-style: none;
}

ul.page_ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 3px;
}

ul.page_ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    background: var(--c3);
    width: 5px;
    height: 5px;
}

ul.page_ul li a {
    text-decoration: none;
}

.Hit {
    display: flex;
    align-items: center;
    padding: 0;
}


@media (min-width: 0px) and (max-width: 575px) {
    .main_page_text_hs a svg {
        width: 25px;
        height: 25px;
        padding: 5px;
    }
}

.Hit .icon_hit {
    height: 35px;
    width: 35px;
    margin-right: 58px;
}

.ogreen {
    background: linear-gradient(260deg, #83B601, #1E6A18);
    margin-top: 100px;
    margin-bottom: 0px;
    padding: 40px;
    border-radius: var(--radius1);
}

.ogreen h2 {
    color: white;
}

.manufacture_inem {
    display: flex;
    height: max-content;
    text-align: center;
    background: white;
    border-radius: var(--radius1);
    align-items: center;
    justify-content: center;
}

.manufacture_inem img {
    width: auto;
    border-radius: 10px;
    max-width: 100%;
}

.icon_main {
    max-height: 70px;
}

.green {
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin-top: 30px;
    box-shadow: 0px 0 20px rgb(204 204 204 / 15%);
    margin-bottom: 0px;
}

.green:hover {
    box-shadow: 0px 0px 15px 2px rgb(98 104 113 / 40%);
    cursor: pointer;
}

.black {
    margin-top: 30px;
    flex-direction: column;
    color: black;
    box-shadow: 0px 0 20px rgb(204 204 204 / 15%);
}

.black h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.black:hover {
    box-shadow: 0px 0px 15px 2px rgb(98 104 113 / 40%);
    cursor: pointer;
}

.manufacture_name {
    width: calc(100% - 40px);
    padding-bottom: 20px;
    border-top: solid 1px var(--c3);
    height: auto;
}

.manufacture_link {
    display: flex;
    height: 100%;
}

.green h3 {
    color: white;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    position: absolute;
    left: 10px;
    top: 10px;
}

.green img {
    width: 100%;
    object-fit: contain;
    max-height: auto;
}

@media (max-width: 767px) {
    .manufacture_name {
        width: calc(100% - 20px);
        padding-bottom: 10px;
        height: auto;
    }

    .green {
        margin-bottom: 30px;
    }

    .green h3 {
        font-size: 12px;
    }

    .black h3 {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .cash_text {
        margin-bottom: 20px;
    }

    .pay_cash {
        padding: 20px !important;
    }

    .manufacture_inem {
        display: flex;
        height: auto;
        margin-top: 20px;
    }

    .green p {
        font-size: 12px;
        height: auto;
        min-height: 40px;
    }
}

@media (max-width: 1199px) {
    .manufacturer img {
        width: auto;
        height: 130px;
    }

    .komer_title {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .icon_man {
        margin-bottom: 30px;
    }

    .manufacturer img {
        width: auto;
        height: 210px;
    }
}

@media (max-width: 575px) {
    .manufacturer img {
        width: auto;
        height: 130px;
    }

    .manufacturer .icon_man {
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .icon_man {
        margin-bottom: 30px;
    }
}

/*============================================================Личный кабинет=================================================*/
/*Персональный раздел*/
.personal_page {
    padding-top: 0.1px;
    padding-bottom: 120px;
}

.personal_box {
    padding: 40px;
    border-radius: 10px;
    color: #353535;
    box-shadow: var(--shadow1);
}

.personal_box svg {
    width: 24px;
    height: 24px;
    stroke: #353535;
    fill: none;
}

.personal_box p {
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
}

.personal_active {
    border: solid 2px var(--c2);
}

.personal_content {
    box-shadow: var(--shadow1);
    border-radius: 20px;
    margin-top: 60px;
    padding: 40px;
}

.personal_title h1 {
    padding: 0;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

/* Персональный раздел => Корзина */

@media (min-width: 1200px) {
    .personal_content .card_item_over_hover:hover {
        width: 280px;
    }
}

@media (max-width: 1199px) {
    .personal_page {
        padding-bottom: 90px;
    }

    .personal_box {
        padding: 15px;
    }
}

@media (max-width: 998px) {
    .personal_box_top {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .personal_box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .personal_content {
        margin-top: 40px;
        padding: 20px;
    }

    .personal_title h1 {
        background-color: #FFFFFF;
        margin-bottom: 30px;
        font-size: 18px;
    }
}

/* ========================================Оформление заказа================================ */
.sale_order_container {
    padding-top: 40px;
    margin-top: 0 !important;
}

.sale_order_container .site_title_h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 0px;
}

.sale_order_container .site_title_h1 h1 {
    margin-top: 0px;
    padding-bottom: 0px;
}

.back_to_cart {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.back_to_cart a {
    display: flex;
    align-items: center;
    color: var(--c5);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.back_to_cart svg {
    stroke: var(--c5);
    margin-right: 2px;
}

@media (max-width: 998px) {
    .sale_order_container {
        padding-top: 80px;
    }
}

/* Избранное */
.wishlist_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: -60px;
}

@media (max-width: 1199px) {
    .wishlist_title {
        margin-bottom: 0px;
    }
}

/* Авторизация*/
font.errortext {
    color: var(--c5);
}

font.notetext {
    color: #353535;
}

/* Удаление аккаунта */
.account_delete_content {
    padding: 40px;
    border-radius: 20px;
}

.account_delete_content h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}

account_delete_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: 0;
}

.delete_buttons {
    display: flex;
    margin-top: 40px;
}

.delete_buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: solid 1px #353535;
    color: #353535;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0px;
    text-decoration: none;
}

.delete_buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: solid 1px var(--c5);
    color: #FFFFFF;
    background-color: var(--c5);
    font-weight: 600;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 0px;
    text-decoration: none;
}

/*======================================404======================================== */
.btn_404 {
    padding: 10px 40px;
    border-radius: var(--radius1);
    border: none;
    background-color: var(--c3);
    color: white;
}

/*======================================Контакты======================================== */
.block_grey {
    padding: 40px;
    background-color: var(--c9);
    border-radius: var(--radius1);
    margin-bottom: 40px;
}

.detail_contacts {
    display: flex;
    flex-wrap: wrap;
}

.detail_contacts_item {
    min-width: 50%;
    color: var(--c4);
    margin-top: 30px;
}

.detail_contacts_item_value {
    color: var(--c1);
    font-size: 24px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    line-height: 28px;
    margin-top: 10px;
}

.detail_requisites {
    list-style: none;
    font-weight: 400;
}

.requisites_value {
    font-weight: 500;
}

.requisites_name {
    color: var(--c4);
}

@media (max-width: 575px) {
    .block_grey {
        padding: 20px;
        margin-bottom: 20px;
    }
}

/*=====================================Оплата======================================== */
.metod_pay_item_name {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.metod_pay_item_name h3 {
    margin: 0;
}

.metod_pay_item {
    margin-top: 40px;
}

.metod_pay_item:first-child {
    margin-top: 0px;
}

.pay_delivery ul {
    padding-left: 20px;
    margin: 5px 0;
}

.pay_delivery li {
    margin-bottom: 5px;
}

.pay_delivery h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}

.pay_delivery h3 {
    font-size: 20px;
    font-weight: 500;
}

.pay_contacts_item {
    margin-top: 30px;
}

.pay_contacts_item_value {
    display: flex;
    gap: 10px;
    margin-bottom: 7px;
}

@media (max-width: 575px) {
    .pay_delivery {
        margin-top: 30px !important;
    }

    .pay_delivery h2 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .pay_delivery h3 {
        font-size: 16px;
        font-weight: 500;
    }

    .pay_delivery ul {
        padding-left: 20px;
        margin: 5px;
    }

    .pay_contacts_item {
        margin-top: 10px;
    }

    .metod_pay_item_name {
        margin-bottom: 10px;
    }
}

/*=====================================Бренды======================================== */
.section-offer {
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    justify-content: space-between;
}

.section-offer img {
    width: auto;
    height: 50px;
    object-fit: contain;
    left: 0;
    width: max-content;
}

.brend h3 {
    color: #333;
    font-weight: 500;
    padding-top: 0px;
    font-size: 20px;
}

.brend .sections-list {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.brend .sections-list li {
    margin-left: 20px;
    font-weight: 700;
    line-height: 1.8;
}

.brend .section-item-description {
    margin-top: 10px;
    margin-bottom: 20px;
}

.brend .section-item-description img {
    width: 100%;
    border-radius: var(--radius1);
}


.brend .section-item-offer a {
    color: var(--c1);
    cursor: pointer;
    display: flex;
    width: 100%;
    align-items: center;
}

.brend .section-item-offer svg {
    padding: 5px;
    width: 25px;
    height: 25px;
    background: var(--c2);
    border-radius: 5px;
    stroke: white;
    margin-left: 15px;
}

.brend .section-item-offer:hover a {
    color: var(--c2);
}

@media (max-width: 1199px) {
    .brend h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .brend p {
        font-size: 14px;
        line-height: 1.5;
    }

    .brend .sections-list li {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 575px) {
    .section-offer {
        flex-direction: column;
        gap: 10px;
    }

    .brend .section-item-offer svg {
        width: 20px;
        height: 20px;
    }
}
/* End */


/* Start:/local/templates/avtopoliv-market/template_styles.css?17803351547746*/
body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: var(--c1);
    background: white;
}

symbol {
    stroke: inherit;
    width: inherit;
    height: inherit;
}

path {
    stroke: inherit;
    width: inherit;
    height: inherit;
}

body.loading_body {
    position: relative;
    opacity: 0.5;
}

body.loading_body:after {
    content: "";
    display: block;
    position: fixed;
    z-index: 400;
    left: auto;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url("/local/templates/avtopoliv-market/img/loader_spin.gif") no-repeat center;
}

header {
    box-shadow: var(--shadow1);
}

h1 {
    line-height: 1.2;
    font-size: 36px;
    font-weight: 500;
}

h2 {
    margin: 0;
    padding: 10px 0px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: #333;
}

h3 {
	font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
	margin-top: 20px;
    margin-bottom: 10px;
}

p {
	margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size:14px;
	color: var(--c4);
}

a {
    text-decoration: none;
    font-size: 18px;
    color: var(--c2)
}

ul{
	margin-left:20px;
	color:var(--c4);
}


.container {
    margin-top: 100px;
}

.top_container {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
}

.btn {
    border-radius: var(--radius1);
    background: var(--c2);
}

.site_title_h1{
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .container {
        margin-top: 70px;
    }

    .top_container {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .container {
        margin-top: 40px;
    }

    .top_container {
        margin-top: 20px;
    }

    h2 {
        font-size: 6.0vw;
        line-height: 5.5vw;
    }
}

/* ============================================top_header==============================================*/

.top_header_nav {
    display: flex;
    margin-bottom: 10px;
    padding-top: 5px;
}

.top_header_city {
    width: 200px;
}

.top_header_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex: 1;
}

.top_header_phone {
    width: 150px;
    display: flex;
    justify-content: flex-end;
}

.top_header_phone a {
    color: var(--c1);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: var(--animation1);
    text-align: right;
}

.top_header_phone a:hover {
    color: var(--c1);
}

/* ============================================site_header==============================================*/

.site_header {
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    height: 40px;
}

.site_header_logotip {
    display: flex;
    height: 100%;
    width: 200px;
    align-items: center;
}

.site_header_logotip a {
    line-height: 0;
}

.site_header_logotip img {
    height: 40px;
}

.site_header_catalog {
    height: 100%;
    width: 160px;
}

.site_header_logo {
    height: 100%;
    margin-right: 30px;
}

.site_header_search {
    height: 100%;
    margin-left: 20px;
    margin-right: 40px;
    flex: 1;
}

.site_header_content {
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site_header_content svg {
    fill: none;
    stroke: black;
}

.site_header_content a {
    line-height: 0;
}

.scroll_header_content_user_link button {
    background: none;
    border: none;
    display: flex;
}

#searchСontainer {
    display: none;
}

.site_header_content_user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    gap: 20px;
}

.site_header_content_user_link {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    color: var(--c4);
    text-decoration: none;
    transition: var(--animation1);
}

.site_header_content_user_link:hover {
    color: var(--c1);
}

.site_header_content_user_link svg {
    width: 24px;
    height: 24px;
    margin: auto;
    fill: none;
    stroke: var(--c1);
}

.site_header_content_user_link i {
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    font-style: normal;
    background: var(--c2);
    color: #ffffff;
    border-radius: 100%;
    font-size: 12px;
    line-height: 18px;
}

.site_header_content_user_link span {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

.mobile_menu_btn_container {
    display: none;
    height: 100%;
}

.mobile_menu_getter {
    margin-right: 10px;
    height: 100%;
    cursor: pointer;
    margin-top: -2px;
}

.mobile_menu_getter svg {
    width: 34px;
    height: 34px;
    stroke: var(--c1);
}

/* ============================================scrol_header==============================================*/

.scroll_header {
    display: none;
}

#scroll_header.visible {
    display: block;
    top: 0px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 3100;
    background-color: white;
    width: 100%;
    margin-top: 0px;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px 0px rgb(98 104 113 / 20%);
}

.scroll_header_visible {
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    height: 40px;
    position: relative;
}

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

    .mobile_menu_btn_container svg {
        width: 30px;
        height: 30px;
        stroke: var(--c1);
    }

    .top_header_nav {
        display: none;
    }

    .bottom_header_menu {
        display: none;
    }

    .site_header_catalog {
        display: none;
    }

    .site_header {
        height: 50px;
        padding: 10px 0;
    }

    .site_header_logotip img {
        height: 24px;
    }

    .site_header_logotip {
        width: 146px;
    }

    .scroll_header_visible {
        height: 30px;
    }
}

@media (max-width: 992px) {
    .site_header_content_user_link span {
        display: none;
    }

    .site_header_content {
        width: 120px;
    }
}

@media (max-width: 575px) {
    .site_header {
        margin-bottom: 5px;
    }

    .title_search {
        display: none;
    }

    .site_header_content {
        width: 160px;
    }
}

@media (min-width: 576px) {
    .scroll_searchbar {
        display: none;
    }
}

/* =============ФУТЕР=================*/

.site_footer {
    background: var(--c1);
    color: #ffffff;
    font-size: 15px;
    padding: 40px 0px;
    margin-top: 100px;
}

.footer_bottom {
    padding-top: 30px;
    border-top: solid 1px;
    color: var(--c4);
}

.footer_bottom a {
    font-size: 14px;
    font-weight: 400;
    color: var(--c4);
}

.submenu {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.copyright {
    display: flex;
}

.site_footer_adress {
    font-size: 18px;
    font-style: normal;
}

.site_footer_adress a {
    color: #999;
}

.site_footer_socials {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 30px 0px 0px 0px;
    gap: 15px;
}

.site_footer_socials li a svg {
    width: 32px;
    height: 32px;
}

.site_footer_bottom {
    background: var(--c2);
    font-size: 10px !important;
    line-height: 10px;
    color: #C6C6C6;
    padding: 15px 0px;
}

footer .container {
    margin-top: 0px;
}

.site_made {
    display: flex;
}

@media (max-width: 992px) {
	.site_footer {
		margin-top: 40px;
	}
    .site_footer_adress {
        padding-left: 0;
    }

    .site_footer_socials {
        justify-content: center;
    }

    .site_footer_bottom {
        padding: 20px 0px;
    }
}

.site_footer_bottom a {
    text-decoration: underline;
    color: #C6C6C6;
}
/* End */
/* /local/templates/avtopoliv-market/bootstrap.scss?177022577512233 */
/* /local/templates/avtopoliv-market/fonts/Roboto/stylesheet.min.css?17765812613675 */
/* /local/templates/avtopoliv-market/js/fancy/jquery.fancybox.min.css?170655688612500 */
/* /local/templates/avtopoliv-market/js/slick_slider/slick.min.css?17590583071505 */
/* /local/templates/avtopoliv-market/main2_header.css?177662035820938 */
/* /bitrix/components/bazarow/favorites.add/templates/.default/style.css?17064660632265 */
/* /local/templates/avtopoliv-market/components/bitrix/menu/swipe_komerpoliv1/style.min.css?17702311893339 */
/* /local/templates/avtopoliv-market/components/bitrix/search.title/top_header_search/style.min.css?17763621991222 */
/* /bitrix/components/bazarow/favorites.line/templates/.default/style.css?1744103626247 */
/* /local/templates/avtopoliv-market/components/bitrix/sale.basket.basket.line/top_header_basket/style.min.css?17702323971511 */
/* /local/templates/avtopoliv-market/components/bitrix/search.title/show_form_search/style.min.css?17702359841186 */
/* /local/templates/avtopoliv-market/components/bitrix/breadcrumb/breads/style.css?1770227318544 */
/* /local/templates/avtopoliv-market/components/bitrix/menu/footer_menu/style.min.css?1770230789311 */
/* /local/templates/avtopoliv-market/components/bitrix/menu/footer_menu_def/style.css?1770230837517 */
/* /local/templates/avtopoliv-market/components/bitrix/menu/mobile/style.min.css?17702309673630 */
/* /local/templates/avtopoliv-market/components/bitrix/catalog.section.list/mobile_menu_catalog/style.min.css?1776150219793 */
/* /local/templates/avtopoliv-market/styles.css?177801484316281 */
/* /local/templates/avtopoliv-market/template_styles.css?17803351547746 */
