body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  color: #333;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  background-color: #fc6701;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #fff;
}

.modalMain__btn:hover {
  background-color: #be4f03;
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu__logo {
  height: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ------------------------------------------- */
@media(min-width:1630px) {
  .container {
    width: 1600px;
  }
}

.content__inner {
  padding: 170px 0 80px;
  min-height: calc(100vh - 90px);
}

.shapka {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 10000;
}

.shapka-black {
  background-color: rgba(0, 0, 0, 0.3);
}

.shapka:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom: 1px solid #d1d3d4;
  transition-duration: 1s;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shapka__logo img {
  height: 50px;
}

.shapka-menu {
  display: flex;
  justify-content: center;
  grid-gap: 30px;
  align-items: center;
}

.shapka-menu__item a {
  padding: 31px 0 35px;
  display: block;
  color: #fff;
  border-top: 4px solid rgba(0, 0, 0, 0);
  font-weight: 400;
}

.shapka:hover .shapka-menu__item a {
  color: #333;
}

.shapka-menu__item a:hover {
  border-top: 4px solid #f47621;
}

.gen-slider__item {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.5);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f47621;
}

.gen-slider__item1 {
  background-image: url(/img/slider/1.jpg);
}

.gen-slider__item2 {
  background-image: url(/img/slider/2.jpg);
}

.gen-slider__item3 {
  background-image: url(/img/slider/3.jpg);
}

.gen-slider__item4 {
  background-image: url(/img/slider/4.jpg);
}

.gen-slider__item5 {
  background-image: url(/img/slider/5.jpg);
}

.slider__info {
  width: 600px;
  max-width: 100%;
}

.slider__subtitle {
  color: #f47621;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
}

.slider__title {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 32px;
}

.slider__text {
  margin-bottom: 40px;
  font-weight: 400;
  color: #fff;
}

.caps {
  text-transform: uppercase;
}

.slider-btn a {
  font-weight: 400;
  color: #fff;
  background-color: #f47621;
  display: inline-block;
  padding: 15px 25px;
  font-size: 18px;
}

.about__block {
  background: #2369bd;
  padding: 120px 0;
  color: #fff;
}

.about__title {
  text-align: center;
  margin-bottom: 20px;
}

.about__subtitle {
  font-size: 16px;
  text-align: center;
}

.plusi__block {
  background: #f1f2f2;
  padding: 120px 0;
}

.plusi__inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 80px;
}

.plusi__gentitle {
  font-size: 24px;
  width: 30%;
  margin-bottom: 40px;
}

.plusi__item {
  border-left: 4px solid #fe000c;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.plusi__top {
  padding: 36px 20px 36px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 30px;
  font-weight: 600;
}

.plusi__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 70%;
}

.plusi__bot {
  display: none;
  padding: 0 20px 36px 30px;
  height: 0;
  transition-duration: 1s;
}

.plusi__img img {
  height: 40px;
}

.plusi__item:hover .plusi__bot {
  display: block;
  height: auto;
  transition-duration: 1s;
}

.plusi__itembig {
  grid-column: 1 / -1;
}

.onas-block {
  background-image: url(/img/about-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.onas-bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 120px 0;
}

.napravlenia__block {
  padding: 120px 0;
}

.napravlenia__title {
  font-size: 24px;
  margin-bottom: 40px;
}

.napravlenia__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.napravlenia__img img {
  width: 100%;
  margin-bottom: 20px;
}

.napravlenia__text {
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
}

.footer {
  background-color: #333;
  color: #e6e7e8;
  padding: 35px 0;
}

.footer-menu {
  display: flex;
  justify-content: flex-start;
  grid-gap: 20px;
}

.footer-menu__item {
  padding-right: 20px;
  position: relative;
}

.footer-menu__item a {
  color: #e6e7e8;
}

.footer-menu__item::after {
  content: " ";
  background-color: #e6e7e8;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer-menu__item:last-child::after {
  content: none;
}

.white-block {
  padding: 120px 0;
}

.mission__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 50px;
}

.mission__img img {
  width: 500px;
  max-width: 100%;
}

.masla__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  margin: 30px 0;
}

.masla__item {
  text-align: center;
}

.masla__img {
  margin-bottom: 20px;
}

.masla__title {
  font-weight: 500;
  font-size: 16px;
}

.tovary__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.tovar__item {
  background-color: #fff;
  border: 1px solid #2369bd;
  border-radius: 5px;
  position: relative;
  padding-bottom: 40px;
}

.tovar-logo {
  padding: 12px;
}

.tovar-logo img {
  height: 60px;
  max-width: 100%;
}

.tovar__info {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tovar__title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 30px;
}

.tovar__title a {
  color: #000;
}

.tovar__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}

.tovar__list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
}

.tovar__list li::before {
  content: url(/img/ok.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tovar-btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.tovar-btn a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  background-color: #f47621;
  padding: 8px 25px;
  border-radius: 5px;
  font-size: 18px;
}

.shapka-call {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.shapka__phone a {
  padding: 31px 0 35px;
  display: block;
  color: #fff;
  font-weight: 400;
}

.shapka:hover .shapka__phone a {
    color: #333;
}

.shapka-soc a {
  padding: 31px 0 35px;
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.shapka:hover .shapka-soc a {
  color: #333;
}

.line-top-soc a {
  color: #000;
  font-size: 18px;
}

.oil-img {
  max-width: 100%;
  margin: 12px auto;
}

.akciya__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  margin: 30px 0;
  border: 1px solid #2369bd;
border-radius: 5px;
padding: 10px;
width: fit-content;
}

.akciya__img {
  width: 400px;
}

.akciya__img img {
  width: 100%;
}

.akciya__text {
  font-weight: 600;
  font-size: 32px;
}

@media(max-width:1200px) {
  .tovary__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:992px) {
  .shapka {
    display: none;
  }

  .tovary__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__title {
    font-size: 28px;
  }

  .plusi__inner {
    display: block;
  }

  .plusi__gentitle,
  .plusi__info {
    width: 100%;
  }

  .mission__inner {
    flex-direction: column;
  }

  .masla__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .content__inner {
    padding: 60px 0;
  }
}

@media(max-width:768px) {

  .napravlenia__inner,
  .plusi__info {
    grid-template-columns: repeat(1, 1fr);
  }

  .tovary__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-menu {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-menu__item::after {
    content: none;
  }

  .slider__title {
    font-size: 28px;
  }

  .slider__info {
    width: 100%;
  }

  .masla__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .akciya__item {
    flex-direction: column;
    text-align: center;
  }

  .akciya__img {
    width: 100%;
  }
}
