@charset "UTF-8";
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/KZCirce-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/KZCirce-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/KZCirce-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/KZCirce-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/KZCirce-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/KZCirce-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/KZCirce-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/KZCirce-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
:root {
  --font-family: "Circe", sans-serif;
}

p {
    margin-bottom: 0;
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

/*--------------------*/
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family) !important;
}
body.hidden {
  overflow: hidden;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 0 auto;
  margin-top: 96.89px;
}
@media (max-width: 480px) {
  .page {
    margin-top: 68.92px;
  }
}

._container, .container {
  max-width: 1261px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100% !important;
}

.header {
  position: fixed !important;
  left: 0 !important; 
  top: 0 !important;
  width: 100% !important;
  z-index: 99 !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14) !important;
  background: #fff !important;
  padding: 3px 0 !important;
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.header__logo img {
  width: 65px;
}
@media (max-width: 480px) {
  .header__logo img {
    width: 45px;
  }
}
.header__items {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.header__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #151515;
  transition: 0.5s;
  cursor: pointer;
  display: block;
}
.header__item svg path,
.header__item svg circle {
  transition: 0.5s;
}
.header__item:hover {
  color: #95C11D;
}
.header__item:hover svg path,
.header__item:hover svg circle {
  stroke: #95C11D;
}
.header__right {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 480px) {
  .header__right {
    column-gap: 20px;
  }
}
.header__city {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.header__download {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    padding: 10px 15px;
    background: #95c11d;
    border-radius: 10px;
    cursor: pointer;
}

.header__download span {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #151515;
    dispay: block;
    margin-top: 2px;
}


@media (max-width: 480px) {
    .header__download span {
        font-size: 16px;
    }
}
.header__city select {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #151515;
  font-family: var(--font-family);
  appearance: none;
  padding-right: 10px;
  background: url("../images/header/select.svg") right center/10px no-repeat;
}
.header__phone {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.header__phone span {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #151515;
  display: block;
  margin-top: 2px;
  transition: 0.5s;
}
.header__cart {
  position: relative;
}
.header__cart-value {
  position: absolute;
  top: -5px;
  right: -7px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #151515;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #95C11D;
  aspect-ratio: 1/1;
  min-width: 17px;
  padding-left: 1px;
}
@media (max-width: 1200px) {
  .header__desc {
    display: none;
  }
}
.header .burger {
  display: none;
}
@media (max-width: 1200px) {
  .header .burger {
    display: block;
  }
}

.city-header {
  position: relative;
}
.city-header__top {
  display: flex;
  align-items: center;
  column-gap: 6px;
  cursor: pointer;
}
.city-header__active {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #151515;
  margin-top: 2px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .city-header__active {
    font-size: 16px;
  }
}
.city-header__hidden {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 120px;
  display: none;
}
.city-header__items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-top: 5px;
}
.city-header__item {
  font-size: 16px;
  line-height: 1.3;
  transition: 0.5s;
  cursor: pointer;
  color: #151515;
}
.city-header__item:hover {
  color: #95C11D;
}

.catalog-header {
  position: absolute;
  bottom: 10px;
  transform: translateY(100%);
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 99;
}
@media (max-width: 1200px) {
  .catalog-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(0) translateX(-100%);
    transition: 0.8s;
    opacity: 1;
    pointer-events: all;
    background-color: #fff;
    overflow-y: auto;
    padding-bottom: 60px;
  }
}
.catalog-header.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1200px) {
  .catalog-header.active {
    transform: translateX(0);
  }
}
.catalog-header__container {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 70px 40px;
}
@media (max-width: 1200px) {
  .catalog-header__container {
    padding: 30px;
    border: 0;
  }
}
.catalog-header__back {
  display: none;
}
@media (max-width: 1200px) {
  .catalog-header__back {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 15px;
    cursor: pointer;
  }
}
.catalog-header__search#search {
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  padding: 10px 30px 5px;
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  width: auto;
  margin-left: 0 !important;
}
.catalog-header__search input {
  flex-grow: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #151515;
  width: 100%;
  flex-shrink: 1;
}
.catalog-header__search input::placeholder {
  color: #151515;
}
.catalog-header__button {
  background-color: transparent;
}
.catalog-header__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 44px;
  align-items: start;
}
@media (max-width: 992px) {
  .catalog-header__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .catalog-header__body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.catalog-header__nav-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: #151515;
  margin-bottom: 15px;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 480px) {
  .catalog-header__nav-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.catalog-header__nav-title:hover {
  color: #95C11D;
}
.catalog-header__nav-childs {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 480px) {
  .catalog-header__nav-childs {
    row-gap: 5px;
  }
}
.catalog-header__nav-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #555;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 480px) {
  .catalog-header__nav-child {
    font-size: 18px;
  }
}
.catalog-header__nav-child:hover {
  color: #95C11D;
}
.catalog-header__right {
  display: flex;
  flex-direction: column;
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
  transition: 0.8s;
  transform: translateX(-100%);
}
.menu.active {
  transform: translateX(0);
}
.menu__close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 50px;
  color: #bbb;
  cursor: pointer;
}
@media (max-width: 480px) {
  .menu__close {
    font-size: 40px;
    right: 15px;
    top: 10px;
  }
}
.menu__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}

.footer {
  padding: 40px 0 30px;
  border-radius: 60px 60px 0 0;
  background: #ededed;
  margin-top: 0 !important;
}
@media (max-width: 480px) {
  .footer {
    padding: 30px 0 20px;
    border-radius: 30px 30px 0 0;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 600px) {
  .footer__top {
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.footer__ll {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
@media (max-width: 480px) {
  .footer__ll {
    column-gap: 15px;
  }
}
.footer__socials {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footer__social img {
  transition: 0.5s;
}
.footer__social img:hover {
  transform: scale(1.1);
}
.footer__phone {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #151515;
  transition: 0.5s;
  display: block;
}
.footer__phone:hover {
  color: #95C11D;
}
.footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  padding: 10px 28px 8px;
  border-radius: 7px;
  background: #95C11D;
  transition: 0.5s;
}
.footer__button:hover {
  box-shadow: 0 0 20px #95C11D;
}
.footer__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 120px;
}
@media (max-width: 992px) {
  .footer__body {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer__left {
  display: flex;
  column-gap: 70px;
}
@media (max-width: 600px) {
  .footer__left {
    flex-direction: column;
    row-gap: 30px;
  }
}
.footer__nav-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #151515;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .footer__nav-title {
    margin-bottom: 10px;
  }
}
.footer__nav-items {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 25px;
  row-gap: 10px;
}
.footer__nav-items-3 {
  grid-template-columns: auto auto auto;
}
@media (max-width: 1200px) {
  .footer__nav-items-3 {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 992px) {
  .footer__nav-items-3 {
    grid-template-columns: auto auto auto;
  }
}
.footer__nav-item {
  font-weight: 400;
  font-size: 13px;
  color: #151515;
  transition: 0.5s;
}
.footer__nav-item:hover {
  color: #95C11D;
}
.footer__right {
  display: flex;
  column-gap: 70px;
}
@media (max-width: 600px) {
  .footer__right {
    flex-direction: column;
    row-gap: 30px;
  }
}
.footer__contacts-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #151515;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .footer__contacts-title {
    margin-bottom: 10px;
  }
}
.footer__contacts-items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer__contacts-item {
  font-weight: 400;
  font-size: 13px;
  color: #151515;
  line-height: 1.2;
}
.footer__contacts-phones {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.footer__contacts-phone {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #151515;
  transition: 0.5s;
}
.footer__contacts-phone:hover {
  color: #95C11D;
}
.footer__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #cbcbcb;
}
@media (max-width: 600px) {
  .footer__foot {
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
    padding-top: 15px;
    margin-top: 25px;
  }
}
.footer__abc {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer__abc span {
  font-weight: 400;
  font-size: 13px;
  color: #151515;
}
.footer__abc a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__polit {
  font-weight: 400;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

section {
  margin-top: 120px;
}
@media (max-width: 480px) {
  section {
    margin-top: 80px;
  }
}

.main {
  height: calc(100vh - 96.89px);
  margin-top: 0;
  position: relative;
  background: url("../images/home/banner.jpg") center/cover no-repeat;
}
@media (max-width: 480px) {
  .main {
    min-height: calc(100vh - 68.92px);
    height: auto;
    background-position: 65% center;
  }
}
.main__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main__body {
  padding: 60px 0 30px;
}
@media (max-width: 480px) {
  .main__body {
    padding: 40px 0 20px;
  }
}
.main__title {
  max-width: 524px;
  font-weight: 400;
  font-size: 56px;
  line-height: 113%;
  color: #151515;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .main__title {
    font-size: 32px;
    max-width: 345px;
    margin-bottom: 10px;
  }
}
.main__text {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #151515;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .main__text {
    font-size: 15px;
    margin-bottom: 15px;
    max-width: 260px;
  }
}
.main__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #151515;
  padding: 12px 40px 10px;
  border-radius: 10px;
  background: #95C11D;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .main__button {
    font-size: 16px;
    padding: 10px 30px 8px;
  }
}
.main__button:hover {
  box-shadow: 0 0 20px #95C11D;
}
.main__bottom {
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-top: 70px;
}
@media (max-width: 480px) {
  .main__bottom {
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
    margin-top: 30px;
  }
}
.main__info {
  border-radius: 16px;
  width: 210px;
  background-color: #151515;
  padding: 30px 25px;
}
@media (max-width: 480px) {
  .main__info {
    padding: 20px 15px;
    width: 200px;
  }
}
.main__year {
  display: flex;
  align-items: center;
  column-gap: 13px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .main__year {
    column-gap: 8px;
  }
}
.main__year-title {
  font-weight: 400;
  font-size: 56px;
  color: #95C11D;
}
@media (max-width: 480px) {
  .main__year-title {
    font-size: 40px;
  }
}
.main__year-text {
  font-weight: 400;
  font-size: 22px;
  color: #95C11D;
}
@media (max-width: 480px) {
  .main__year-text {
    font-size: 18px;
  }
}
.main__info-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #95C11D;
}
@media (max-width: 480px) {
  .main__info-text {
    font-size: 14px;
  }
}
.main__info-right {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  color: #151515;
  max-width: 187px;
}
@media (max-width: 480px) {
  .main__info-right {
    font-size: 14px;
    max-width: 192px;
  }
}

.title {
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  color: #151515;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .title {
    font-size: 34px;
    margin-bottom: 25px;
  }
}
.title::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  background: #95C11D;
  margin-top: 10px;
}

.brands__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .brands__top {
    flex-direction: column;
    align-items: start;
    row-gap: 15px;
  }
}
@media (max-width: 480px) {
  .brands__top {
    margin-bottom: 25px;
  }
}
.brands__title {
  margin-bottom: 0;
}
.brands__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #555;
  max-width: 735px;
}
@media (max-width: 480px) {
  .brands__text {
    font-size: 14px;
  }
}
.brands__item {
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 480px) {
  .brands__item {
    height: 100px;
  }
}
.brands__item img {
  max-width: 100%;
  max-height: 100%;
}

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  column-gap: 15px;
}
.swiper-pagination-bullets.swiper-pagination-lock {
    display: none;
}
@media (max-width: 480px) {
  .swiper-pagination-bullets {
    margin-top: 25px;
    column-gap: 10px;
  }
}
.swiper-pagination-bullets.swiper-pagination-lock {
  display: none;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  transition: 0.5s !important;
  background-color: #151515 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  width: 30px !important;
  height: 2px !important;
  transition: 0.5s !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #95C11D !important;
  width: 50px !important;
}

.new__items {
  overflow: visible;
}
.new .swiper-slide {
  width: 496px;
}
@media (max-width: 600px) {
  .new .swiper-slide {
    width: 90%;
  }
}

.item-new {
  padding: 60px 40px;
  height: 550px;
  border-radius: 25px;
  background: #edeef3;
  position: relative;
  display: block;
}
@media (max-width: 480px) {
  .item-new {
    padding: 30px 20px;
    border-radius: 15px;
    height: 400px;
  }
}
.item-new__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #151515;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .item-new__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.item-new__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  color: #555;
  max-width: 351px;
}
@media (max-width: 480px) {
  .item-new__text {
    font-size: 14px;
  }
}
.item-new__image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.item-new__image img {
  max-width: 100%;
  mix-blend-mode: darken;
  max-height: 100%;
}

.catalog__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .catalog__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .catalog__items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.item-catalog {
  aspect-ratio: 8/9;
  position: relative;
  cursor: pointer;
}
@media (max-width: 480px) {
  .item-catalog {
    aspect-ratio: 8/7;
  }
}
.item-catalog:hover .item-catalog__image img {
  transform: scale(1.1);
}
.item-catalog__image {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .item-catalog__image {
    border-radius: 15px;
  }
}
.item-catalog__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .item-catalog__image img {
    border-radius: 15px;
  }
}
.item-catalog__bottom {
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  display: flex;
  column-gap: 3px;
  align-items: flex-end;
  z-index: 1;
}
.item-catalog__title {
  flex: 0 0 70%;
  border-radius: 10px;
  height: 74px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  color: #212322;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.72);
  padding: 0 15px;
}
@media (max-width: 480px) {
  .item-catalog__title {
    font-size: 20px;
    height: 55px;
  }
}
.teplo__top {
  display: flex;
  column-gap: 100px;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .teplo__top {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 480px) {
  .teplo__top {
    margin-bottom: 20px;
  }
}
.teplo__title {
  margin-bottom: 0;
}
.teplo__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #555;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .teplo__text {
    font-size: 14px;
    margin-top: 0;
  }
}
.teplo__images {
  display: flex;
  column-gap: 32px;
}
@media (max-width: 992px) {
  .teplo__images {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .teplo__images {
    gap: 10px;
    overflow-x: scroll;
  }
}
.teplo__image {
  display: block;
}
@media (max-width: 480px) {
  .teplo__image {
    min-width: 70%;
  }
}
.teplo__image img {
  border-radius: 25px;
  width: 100%;
}
@media (max-width: 480px) {
  .teplo__image img {
    height: 100%;
    object-fit: cover;
  }
}
.our {
    margin-top: 60px;
}

.our__title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .our__title {
    margin-bottom: 40px;
  }
}
.our__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 60px;
    border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 992px) {
  .our__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .our__items {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 30px;
  }
  .our {
    margin-top: 30px;
  }
}
.item-our {

}

.item-our__number {
  display: none;
}

.item-our__title {
  font-weight: 400;
  font-size: 39px;
  letter-spacing: 0.03em;
  color: #151515;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .item-our__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.item-our__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #555;
}
@media (max-width: 480px) {
  .item-our__text {
    font-size: 14px;
  }
}

.charters__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}
@media (max-width: 992px) {
  .charters__body {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
  }
}
@media (max-width: 992px) {
  .charters__items {
    max-width: 500px;
  }
}
.charters .swiper-slide {
  width: 60%;
}
.charters__item {
  border: 10px solid #151515;
  display: block;
  border-radius: 10px;
}
.charters__item img {
  width: 100%;
}
.charters__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  color: #555;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .charters__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.charters__arrows {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
@media (max-width: 480px) {
  .charters__arrows {
    column-gap: 10px;
  }
}
.charters__prev, .charters__next {
  transition: 0.5s;
  cursor: pointer;
}
.charters__prev.swiper-button-disabled, .charters__next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.advantages__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .advantages__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 550px) {
  .advantages__items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.item-advantages {
  padding: 60px 25px;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
}
@media (max-width: 480px) {
  .item-advantages {
    padding: 30px 20px;
  }
}
.item-advantages__image {
  margin-bottom: 25px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
}
.item-advantages__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #151515;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .item-advantages__title {
    margin-bottom: 10px;
  }
}
.item-advantages__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #444;
}
@media (max-width: 480px) {
  .item-advantages__text {
    font-size: 16px;
  }
}

.blog__items {
  padding: 20px;
  margin: -20px;
}
.blog .swiper-slide {
  height: auto;
}

.item-blog {
  display: block;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.item-blog:hover::after {
  opacity: 1;
}
.item-blog:hover .item-blog__title,
.item-blog:hover .item-blog__date {
  color: #95C11D;
  text-decoration: underline;
}
.item-blog:hover .item-blog__title::after,
.item-blog:hover .item-blog__date::after {
  background-color: #95C11D;
}
.item-blog::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -20px;
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  opacity: 0;
  transition: 0.5s;
}
.item-blog__image {
  position: relative;
  overflow: hidden;
  padding-bottom: 62.5%;
  display: block;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .item-blog__image {
    margin-bottom: 20px;
  }
}
.item-blog__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-blog__title {
  font-weight: 400;
  font-size: 21px;
  color: #151515;
  line-height: 1.3;
  margin-bottom: 25px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .item-blog__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.item-blog__title::after {
  content: "";
  display: block;
  background: #151515;
  width: 50px;
  height: 2px;
  margin-top: 14px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .item-blog__title::after {
    margin-top: 10px;
    width: 40px;
  }
}
.item-blog__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #555;
  transition: 0.5s;
}

.partners__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #555;
  max-width: 735px;
}
@media (max-width: 480px) {
  .partners__text {
    font-size: 14px;
  }
}
.partners__item {
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 480px) {
  .partners__item {
    height: 100px;
  }
}
.partners__item img {
  max-width: 100%;
  max-height: 100%;
}

.category {
  margin-top: 0;
  background: url("../images/category/start-bg.svg") center/cover no-repeat;
  height: 308px;
}
@media (max-width: 767px) {
  .category {
    height: auto;
    padding: 30px 0;
  }
}
.category__container {
  height: 100%;
}
.category__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .category__body {
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
  }
}
.category__title {
  margin-bottom: 0;
}
.category__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 150px 20px 30px;
}
@media (max-width: 992px) {
  .category__image {
    padding: 20px 20px 20px 50px;
  }
}
@media (max-width: 767px) {
  .category__image {
    padding: 20px 0 0;
    max-width: 500px;
  }
}
.category__image img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .category__image img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .category__image img {
    max-height: 200px;
  }
}

.categories.categories--first {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .categories.categories--first {
    margin-top: 30px;
  }
}
.categories__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 480px) {
  .categories__top {
    margin-bottom: 20px;
  }
}
.categories__title {
  font-weight: 700;
  font-size: 32px;
  color: #151515;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .categories__title {
    font-size: 26px;
  }
}
.categories__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #151515;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .categories__title::after {
    margin-top: 10px;
  }
}
.categories__right {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 480px) {
  .categories__right {
    column-gap: 20px;
  }
}
.categories__arrows {
  display: flex;
  column-gap: 15px;
}
@media (max-width: 480px) {
  .categories__arrows {
    column-gap: 10px;
  }
}
.categories__arrow {
  cursor: pointer;
  transition: 0.5s;
}
.categories__arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 480px) {
  .categories__arrow svg {
    height: 40px;
    width: auto;
  }
}
.categories__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #151515;
  padding: 0 45px;
  height: 47px;
  border-radius: 7px;
  background: #95C11D;
  transition: 0.5s;
  cursor: pointer;
  margin-top: -2px;
}
@media (max-width: 480px) {
  .categories__button {
    height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
}
.categories__button:hover {
  box-shadow: 0 0 20px #95C11D;
}
.item-categories__image {
  border-radius: 15px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #f4f4f4;
  margin-bottom: 25px;
}
.item-categories__image img {
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: darken;
}
.item-categories__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 118%;
  letter-spacing: -0.02em;
  color: #333;
  margin-bottom: 10px;
}
.item-categories__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #555;
}

.products {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .products {
    margin-top: 30px;
  }
}
.products__title {
  font-weight: 700;
  font-size: 32px;
  color: #151515;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .products__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.products__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #151515;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .products__title::after {
    margin-top: 10px;
  }
}
.products__body {
  display: grid;
  grid-template-columns: 289px 1fr;
  align-items: start;
  gap: 32px;
}
@media (max-width: 1100px) {
  .products__body {
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 992px) {
  .products__body {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .products__body {
    grid-template-columns: 1fr;
  }
}
.products__sorts {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media (max-width: 767px) {
  .products__sorts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}
.products__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 50px;
  column-gap: 32px;
}
.products__items-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .products__items-4 {
    row-gap: 25px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .products__items, .products__items-4 {
    row-gap: 25px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .products__items, .products__items-4 {
    grid-template-columns: 1fr;
  }
}

.sort, .panel.panel-default {
  border-radius: 15px !important;
  background-color: #fff !important;
  border: 1px solid #e7e7e7 !important;
  padding: 20px 20px 25px !important;
  overflow: hidden !important;
  left: -20px !important;
  right: -20px !important;
}
@media (max-width: 480px) {
  .sort, .panel.panel-default {
    padding: 10px 10px 15px !important;
    border-radius: 5px !important;
  }
}
.sort__title {
  font-weight: 400;
  font-size: 16px;
  color: #888;
  margin-bottom: 34px;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 480px) {
  .sort__title {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
.sort__title::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  right: -20px;
  height: 1px;
  bottom: -15px;
  background-color: #e7e7e7;
}
@media (max-width: 480px) {
  .sort__title::after {
    bottom: -8px;
  }
}
.sort__items {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.sort__item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.sort__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  right: -20px;
  height: 1px;
  bottom: -6px;
  background-color: #e7e7e7;
}
.sort__item input {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #95C11D;
  cursor: pointer;
}
@media (max-width: 480px) {
  .sort__item input {
    width: 14px;
    height: 14px;
  }
}
.sort__item label {
  font-weight: 400;
  font-size: 15px;
  line-height: 131%;
  color: #151515;
  padding-top: 3px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .sort__item label {
    font-size: 13px;
  }
}
.sort__more {
  margin-top: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 131%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #95C11D;
  cursor: pointer;
}

.product {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .product {
    margin-top: 25px;
  }
}
.product__top {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .product__top {
    padding-bottom: 10px;
    margin-bottom: 20px;
    column-gap: 15px;
  }
}
.product__back {
  cursor: pointer;
}
.product__title {
  font-weight: 700;
  font-size: 27px;
  line-height: 111%;
  color: #151515;
}
@media (max-width: 480px) {
  .product__title {
    font-size: 20px;
  }
}
.product__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
@media (max-width: 992px) {
  .product__body {
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .product__body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.product__image {
  border-radius: 25px;
  aspect-ratio: 9/7;
  background: #f4f4f4;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product__image {
    max-width: 500px;
  }
}
.product__image img {
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: darken;
}
.product__price {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .product__price {
    margin-bottom: 20px;
  }
}
.product__price-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #444;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .product__price-title {
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}
.product__price-value {
  font-weight: 400;
  font-size: 26px;
  line-height: 110%;
  color: #444;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .product__price-value {
    font-size: 22px;
  }
}
.product__price-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #999;
}
.product__desc-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #444;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .product__desc-title {
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}
.product__desc-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666;
}
@media (max-width: 480px) {
  .product__desc-text {
    font-size: 14px;
  }
}
.product__desc-articul {
  font-weight: 400;
  font-size: 14px;
  line-height: 122%;
  color: #999;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .product__desc-articul {
    margin-top: 15px;
  }
}

.links {
  padding: 7px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 40px 0;
  display: flex;
  align-items: center;
  column-gap: 50px;
}
@media (max-width: 600px) {
  .links {
    margin: 20px 0;
    column-gap: 17px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.links__item {
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  color: #151515;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}
@media (max-width: 600px) {
  .links__item {
    font-size: 14px;
  }
}
.links__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  right: 0;
  height: 3px;
  background-color: #95C11D;
  opacity: 0;
  transform: 0.5s;
}
@media (max-width: 600px) {
  .links__item::after {
    height: 2px;
    bottom: -10px;
  }
}
.links__item.active {
  color: #95C11D;
}
.links__item.active::after {
  opacity: 1;
}
.links__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 40px 12px;
  background: #95C11D;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 600px) {
  .links__button {
    padding: 10px 20px 6px;
    font-size: 13px;
  }
}
.links__button:hover {
  box-shadow: 0 0 20px #95C11D;
}

.harakteristiki {
  display: none;
  flex-direction: column;
  row-gap: 15px;
}
.harakteristiki__item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 80px;
}
.harakteristiki__item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 480px) {
  .harakteristiki__item {
    grid-template-columns: 2fr 3fr;
    gap: 40px;
  }
}
.harakteristiki__title {
  font-weight: 400;
  font-size: 20px;
  color: #999;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .harakteristiki__title {
    font-size: 14px;
  }
}
.harakteristiki__text {
  font-weight: 400;
  font-size: 20px;
  color: #333;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .harakteristiki__text {
    font-size: 14px;
  }
}

.primenenie {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 480px) {
  .primenenie {
    font-size: 14px;
  }
}
.primenenie ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
   padding-left: 30px;
}
.primenenie li {
  list-style: disc;
}

.teplo--about {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .teplo--about {
    margin-top: 40px;
  }
}

.history__body {
  display: flex;
  align-items: center;
  margin: 0 -50px;
}
@media (max-width: 992px) {
  .history__body {
    flex-direction: column;
    align-items: start;
    row-gap: 30px;
  }
}
@media (max-width: 480px) {
  .history__body {
    row-gap: 20px;
  }
}
.history__image {
  flex: 0 0 48%;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .history__image {
    max-width: 500px;
  }
}
.history__image img {
  width: 100%;
}
.history__content {
  flex: 1 1 52%;
  padding: 0 50px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
.history__text {
  margin-bottom: 70px;
  max-width: 100%;
}
@media (max-width: 480px) {
  .history__text {
    margin-bottom: 20px;
  }
}
.history__text .swiper-slide {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  color: #555;
}
@media (max-width: 480px) {
  .history__text .swiper-slide {
    font-size: 14px;
  }
}
.history__arrows {
  display: flex;
  column-gap: 15px;
}
@media (max-width: 480px) {
  .history__arrows {
    column-gap: 10px;
  }
}
.history__arrow {
  cursor: pointer;
  transition: 0.5s;
}
.history__arrow.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 480px) {
  .history__arrow svg {
    height: 40px;
    width: auto;
  }
}

.block.block--reverse .block__body {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .block.block--reverse .block__body {
    flex-direction: column;
  }
}
.block__body {
  display: flex;
  align-items: center;
  margin: 0 -50px;
}
@media (max-width: 992px) {
  .block__body {
    flex-direction: column;
    align-items: start;
    row-gap: 30px;
  }
}
@media (max-width: 480px) {
  .block__body {
    row-gap: 20px;
  }
}
.block__image {
  flex: 0 0 50%;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .block__image {
    max-width: 500px;
  }
}
.block__image img {
  width: 100%;
}
.block__content {
  flex: 1 1 50%;
  padding: 0 50px;
}
.block__text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  color: #555;
}
@media (max-width: 480px) {
  .block__text {
    font-size: 14px;
  }
}

.oplata {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .oplata {
    margin-top: 30px;
  }
}
.oplata__h1 {
  font-weight: 700;
  font-size: 32px;
  color: #151515;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .oplata__h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.oplata__h1::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #151515;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .oplata__h1::after {
    margin-top: 10px;
  }
}
.oplata__body {
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 992px) {
  .oplata__body {
    grid-template-columns: 1fr;
  }
}
.oplata__block {
  display: none;
  align-items: start;
  margin: 0 -30px;
}
@media (max-width: 992px) {
  .oplata__block {
    flex-direction: column-reverse;
    align-items: start;
  }
}
@media (max-width: 480px) {
  .oplata__block {
  }
}
.oplata__block.active {
  display: flex;
}
.oplata__image {
  flex: 0 0 50%;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .oplata__image {
    max-width: 500px;
  }
}
.oplata__image img {
  width: 100%;
}
.oplata__content {
  flex: 1 1 50%;
  padding: 0 30px;
  padding-top: 20px;
}

.oplata__title {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .oplata__title {
    font-size: 28px;
  }
  .oplata__content {
      padding-top: 0px;
      padding-bottom: 20px;
  }
}
.oplata__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  color: #555;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 480px) {
  .oplata__text {
    font-size: 14px;
  }
}

.nav-oplata {
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.nav-oplata__item {
  font-size: 18px;
  line-height: 131%;
  font-weight: 400;
  color: #151515;
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.nav-oplata__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  right: -20px;
  height: 1px;
  bottom: -6px;
  background-color: #e7e7e7;
}
.nav-oplata__item.active {
  color: #95C11D;
}

.blog-page {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .blog-page {
    margin-top: 30px;
  }
}
.blog-page__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 40px;
}
@media (max-width: 992px) {
  .blog-page__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .blog-page__items {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.contacts {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .contacts {
    margin-top: 30px;
  }
}
.contacts__links {
  display: flex;
  column-gap: 50px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contacts__links {
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media (max-width: 480px) {
  .contacts__links {
    column-gap: 20px;
    row-gap: 20px;
  }
}
.contacts__link {
  font-weight: 400;
  font-size: 22px;
  color: #888;
  position: relative;
  cursor: pointer;
}
@media (max-width: 480px) {
  .contacts__link {
    font-size: 18px;
  }
}
.contacts__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #95C11D;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 992px) {
  .contacts__link::after {
    bottom: -15px;
  }
}
@media (max-width: 480px) {
  .contacts__link::after {
    bottom: -10px;
  }
}
.contacts__link.active {
  color: #95C11D;
}
.contacts__link.active::after {
  opacity: 1;
}
.contacts__body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  display: none;   
}
.contacts__body.active {
  display: grid;
}
@media (max-width: 992px) {
  .contacts__body {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .contacts__body {
    grid-template-columns: 1fr;
  }
}
.contacts__items {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .contacts__map {
    height: 380px;
  }
}
.contacts__map iframe,
.contacts__map div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.contact {
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  display: flex;
  column-gap: 45px;
}
.contact__image {
  flex: 0 0 25px;
  margin-top: 18px;
}
.contact__image img {
  max-width: 100%;
}
.contact__content {
  position: relative;
}
.contact__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  width: 1px;
  background-color: #cfcfcf;
}
.contact__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  text-transform: uppercase;
  color: #b8b8b8;
  margin-bottom: 6px;
}
.contact__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 118%;
  color: #151515;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.contact__text a {
  color: inherit;
}
.contact__gray-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #666;
  margin-top: 5px;
}

.header__item {
    display: block;
}
.catalog-header__nav-title {
    display: block;
}

.pagin {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #95C11D;
    border-color: #95C11D;
}

.pagination>li>a, .pagination>li>span {
    color: #151515;
}

.news-single {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .news-single {
    margin-top: 30px;
  }
}
.news-single__title {
  max-width: 900px;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .news-single__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.news-single__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #666;
  font-family: var(--second-family);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 30px;
}
.news-single__text ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 30px;
}
.news-single__text li {
  list-style: disc;
}
@media (max-width: 480px) {
  .news-single__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.news-single__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 767px) {
  .news-single__images {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .news-single__images {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.news-single__image {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  padding-bottom: 80%;
}
.news-single__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#cart {
    height: auto;
}

.search-page {
    margin-top: 50px;
}
.ebubabu {
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .search-page {
        margin-top: 30px;
    }
    .ebubabu {
        margin-bottom: 15px;
    }
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 0 !important;
}

.row {
    margin: 0 !important;
}

.asd-sad {
    margin: 15px 0 !important;
        display: flex;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.asd-sad::after, .asd-sad::before {
    display: none;
}

.onepage {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
    align-items: start;
}

@media (max-width: 992px) {
   .onepage {
       grid-template-columns: 1fr;
       gap: 20px
   } 
}

.payment-data .t-head {
    background-color: #95c11c;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}

.products__body #column-left {
    width: 100% !important;
}

.dream-filter {
    margin-top: 0 !important;
}

.error {
    font-size: 14px;
    color: red;
    margin-top: 5px;
    display: block;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #15151550;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none;
}
.modal.active {
  display: flex;
}
.modal__body {
  padding: 70px 50px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  width: auto;
  max-width: 600px;
}
@media (max-width: 767px) {
  .modal__body {
    padding: 30px 15px;
  }
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  color: #bbb;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 480px) {
  .modal__close {
    font-size: 30px;
    top: 10px;
    right: 15px;
  }
}
.modal__title {
  margin-bottom: 20px;
  font-size: 35px;
}
@media (max-width: 480px) {
  .modal__title {
    font-size: 25px;
  }
}
.modal__text {
  max-width: 500px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  color: #444;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .modal__text {
    font-size: 14px;
  }
}
.modal__inputs {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a b" "c c";
}
.modal__input:first-child {
  grid-area: a;
}
.modal__input:nth-child(2) {
  grid-area: b;
}
.modal__input:nth-child(3) {
  grid-area: c;
}
.modal__input input {
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  color: #151515;
  padding: 18px 13px 16px;
  border-radius: 10px;
  background: #e8ecf2 !important;
}
.modal__input input::placeholder {
  color: #828282;
}
.modal__button {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px 13px;
  margin-top: 25px;
  border-radius: 10px;
  transition: 0.5s;
  background: #95C11D;
}
.modal__button:hover {
  box-shadow: 0 0 20px #95C11D;
}

#form_forms_flash-success, #form_forms_flash-error {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: start;
}

#form_forms_flash-success {
    color: green;
}

#form_forms_flash-error {
    color: red;
}

.payment-data .t-head {
    margin: -2px !important;
    margin-bottom: 20px !important;
}

.payment-data {
    border: 1px solid #ddd !important;
}


.cart-info.table-responsive .table {
    border-collapse: collapse;
    border: 1px solid #ddd !important;
}

.main-slider {
    position: relative;
}

.main__pagination {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    top: auto !important;
    z-index: 2;
}

.swiper-papgination-bullet {
    width: 50px !important;
    height: 4px !important;
    background: #8d8d8d !important;
    opacity: 1 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: .5s;
}

.swiper-papgination-bullet-active {
    background: #d6e48c !important;
}

.fixed-items {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.fixed-items img {
    width: 70px;
    height: 70px;
}

@media (max-width: 480px) {
    .fixed-items {
        right: 10px;
        bottom: 10px;
        row-gap: 5px;
    }
    
    .fixed-items img {
        width: 50px;
        height: 50px;
    }
}

.review {
    padding: 40px 20px;
    border: 1px solid #eaeaea;
    border-radius: 15px;
}

.review__top {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.review__image {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #19aa1e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review__image span {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    font-family: var(--second-family);
    display: block;
    margin-top: 3.5px;
}

.review__title {
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #333;
}

.review__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    color: #666;
    margin-top: 25px;
}

form#form3 input {
    border: none;
    border-radius: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #727272;
    padding: 15px;
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0;
}

.modal-city {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-city__content {
  background-color: #fff;
  width: 830px;
  margin: 10% auto;
  padding: 130px 190px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.modal-city__title {
  font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    color: #151515;
    margin-bottom: 20px;
}


.modal-city__select {
  width: 100%;
  padding: 14px 30px 11px;
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  font-weight: 400;
font-size: 18px;
line-height: 111%;
color: #151515;
margin-bottom: 28px;
appearance: none;
background: url('../images/city-arrow.svg') calc(100% - 25px) center / 14px no-repeat;
}

.modal-city__confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #151515;
  border-radius: 10px;
  background: #95c11d;
  transition: .5s;
}

.modal-city__confirm:hover {
  box-shadow: 0 0 20px #95c11d;
}

.modal-city__close {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}


@media (max-width: 992px) {
 .modal-city__content {
     width: 100%;
 }   
}

@media (max-width: 767px) {
 .modal-city__content {
     padding: 50px;
 }  
 .modal-city__title {
     font-size: 28px;
 }
}