* {
  padding: 0px;
  margin: 0px;
  border: none;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
}

tr a {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-decoration: underline !important;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #000000;
  margin: 18px 0;
}

p {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;

  color: #000000;
}

.btn {
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 80px;
  background: #007344;
  color: white;
  border-radius: 5px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  display: block;

  color: #ffffff;
  outline: none;
  border: none;

  transition: all 0.3s ease;
}
.header-top__row .btn {
	
	padding:10px 10px;
	font-size:14px;
	line-height:1.3;
	margin:auto 0 auto auto;
}
.btn:hover {
  background: #006239;
}

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

:focus,
:active {
  /*outline: none;*/
}

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

/* Links */

a,
a:link,
a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,ol {
list-style-position:inside;
}
img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* reset end */
.c{
	clear:both;
	grid-area: clear;
}
a {
  color: #000;
}

h1,
.page-h1 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  /* identical to box height */

  display: flex;
  align-items: center;

  color: #000000;

  margin-bottom: 17px;
}

h2 {
  margin-bottom: 30px;
}

section {
  padding: 20px 0;
}

h2,
.section-title {
  /* old */
  /* font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #000000; */
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  align-items: center;

  color: #000000;
}

body {
  /* font-family: 'Inter', sans-serif; */
  font-family: "Jost", sans-serif;
}

h3,
.subsection-title {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #000000;
  margin-bottom: 30px;
}

h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;

  text-align: center;

  /* ч */

  color: #000000;
  margin-bottom: 30px;
}
.main-sidebar__list,.main-sidebar__list ul,.footer-top__menu-list,.nav-menu,.product-card__content ul,.hero ul,.slick-slider,.slick-slider ul {
	list-style:none;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  padding-top: 10px;
}

.header-top__email {
  display: block;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 18px;

  color: #000000;

  margin-top: 20px;
}

.header-top__email span {
  margin-left: 12px;
}

.telegram-link {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 18px;
  margin-left: 50px;
}

.logo {
  max-width: 343px;
  width: 100%;
}

/* header top */

.header-top__row {
  display: flex;
  justify-content: space-between;
}

.header-top__contacts {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.top__phone-item {
  margin-left: 10px;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 18px;
  color: #000;
}
#header .top__phone-item {
	font-size:18px;
}
.top__phone-item br {
  display: none;
}

.top__phone-item a::after {
  content: "";
  width: 10px;
}

.top__phone-item a {
  display: flex;
}

/* header middle */

input,
textarea {
  outline: none;
}

.header-middle {
  margin: 10px 0 0;
}

.header-middle__nav {
  margin-bottom: 15px;
}

.header-middle__title {
  display: flex;
  align-items: center;

  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;

  color: #000000;
}

.header-middle__title a {
  display: block;
  margin-left: 5px;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
}

.header-middle__item {
  margin-right: 30px;
}

.header-middle__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-middle__item:last-child {
  margin-right: 0;
}

.header-mobile .navbar .menu-items li {
  margin: 0 auto;
}

.header-middle__link {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 18px;

  color: #007344;
}

.header-middle__search-form input {
  border-bottom: 1px solid #000000;
  padding: 7px 0;
  width: 100%;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;

  color: rgba(0, 0, 0, 0.5);
}

.header-middle__search-form {
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 56px;
}

.header-middle__search-form svg {
  position: absolute;
  right: 0;
  top: 33%;
  transform: translateY(-50%);
}

.header-bottom__list {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  background: #007344;
  align-items: center;
}

.header-bottom__item {
  display: flex;
  padding: 0 0;
  background: #007344;
  text-align: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.header-bottom__item:hover {
  background: #016139;
}

.header-bottom__link {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  height: 82px;
}

/* header mobile start */

.header-mobile {
  display: none;
}

.header-mobile * {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.header-mobile .navbar {
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}

.header-mobile .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.header-mobile .navbar .menu-items {
  display: flex;
  z-index: 10000000;
}

.header-mobile .navbar .nav-container li {
  list-style: none;
}

.header-mobile .navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0;
  width: 200px;
}

.header-mobile .navbar .nav-container a:hover {
  font-weight: bolder;
}

.header-mobile .nav-container {
  display: block;
  position: relative;
  height: 60px;
  z-index: 10000;
}

.header-mobile .nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.header-mobile .nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-mobile .nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #007344;
}

.header-mobile .nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.header-mobile .nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.header-mobile .nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.header-mobile .navbar .menu-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  /* margin-left: -40px; */
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.header-mobile .navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.header-mobile .logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 1.2rem;
  color: #0e2431;
}

.header-mobile .nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
  background: #fff;
  width: 100%;
}

.header-mobile
  .nav-container
  input[type="checkbox"]:checked
  ~ .hamburger-lines
  .line1 {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header-mobile
  .nav-container
  input[type="checkbox"]:checked
  ~ .hamburger-lines
  .line2 {
  transform: scaleY(0);
}

.header-mobile
  .nav-container
  input[type="checkbox"]:checked
  ~ .hamburger-lines
  .line3 {
  transform: rotate(-45deg);
}

.header-mobile .nav-container input[type="checkbox"]:checked ~ .logo {
  display: none;
}

/* header mobile end */

.hr {
  width: 1px;
  height: 50px;
  background: #fff;
}

.footer {
  padding: 22px 0;
  background: #007344;
}

.footer * {
  color: #fff;
}

.footer-top__row {
  display: flex;
  justify-content: space-between;
}

.logo_footer {
  margin-top: -13px;
}

.footer-top__menus {
  display: flex;
  max-width: 262px;
  width: 100%;
  justify-content: space-between;
}

.footer-top__menu-list a,
.footer-top__sub-menu-list a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 6px;

  display: flex;
  align-items: center;

  color: #ffffff;
}

.footer-top__phones {
  display: flex;
  flex-direction: column;
}

.footer-bottom__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.footer-top__phones a {
  margin-top: 10px;

  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
}
.footer-bot-links {
	text-align:right;
	padding:10px 0 2px 0;
}
.footer-bot-links a {
	margin-left:3px;
}

.footer-bottom__policy {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11.7px;
  line-height: 18px;

  display: flex;
  align-items: center;

  color: #ffffff;
}

/* main */

.main-grid {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 30px;
}

#main {
  margin-top: 20px;
  margin-bottom: 80px;
}

.hero-slider__item {
  position: relative;
}

.hero-slider__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.65);
  max-width: 452px;
}

.hero-slider__item img {
  max-height: 450px;
  object-fit: cover;
}

.hero-slider__item h3 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  display: block;
  text-align: left;

  color: #000000;
  margin: 0 0 16px;
}

.hero-slider__link {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.hero-slider__item p {
  font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;

color: #000000;
margin: 0;
}

.main-sidebar__link {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 110%;
  /* identical to box height, or 72% */

  display: flex;
  align-items: center;

  color: #007344;
}

.main-sidebar__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}

.main-sidebar__item:last-child {
  border-bottom: none;
}

.show-menu-btn {
  display: none;
  transition: all 0.3s ease;
}

.show-menu-btn svg {
  transform: rotate(180deg);
}

.show-menu-btn_clicked svg {
  transform: rotate(0);
}

.main-slider__inner-link {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;

  text-decoration: underline !important;

  display: flex;
  align-items: center;
  text-decoration-line: underline;

  color: #000000;

  margin: 18px 0;
}

.slick-list {
  overflow: hidden;
  /* max-width: 1000px; */
}
.slick-track {
  display: flex;
}

.hero {
  position: relative;
  margin-bottom: 40px;
}

.hero ul {
  display: grid;
  min-width: 0;
  width: 100%;
  /* max-width: 1000px; */
}

.hero img,
.hero li {
  width: 100%;
  height: 100%;
}

.hero .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 30px;
  z-index: 1000;
}

.hero .slick-prev {
  left: 20px;
}

.hero .slick-next {
  right: 20px;
}

.hero .slick-arrow svg {
  width: 100%;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d9d9d9;
  margin-right: 16px;
}

.slick-dots li.slick-active {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #007344;
}

.slick-dots button {
  visibility: hidden;
}

.calculator__row {
  display: grid;
  /*grid-template-columns: 1fr 1px 1fr;*/
  grid-template-columns:1fr;
  grid-template-rows: 1fr;
}

.calculator__hr {
  width: 1px;
  height: 120px;
  background: #000;
}

.calculator__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculator__link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.01em;
  text-decoration-line: underline;

  color: #007344;

  padding: 15px;
  border: 1px solid #007344;
  background: white;
  border-radius: 20px;

  transition: all 0.3s ease;
}

.calculator {
  padding: 20px 0;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin: 70px 0;
}

.calculator .section-title {
  align-items: center;
  justify-content: center;
}

.calculator__link:hover {
  color: white;
  background: #007344;
}

.items-grid__item {
  position: relative;
  font-size: 18px;
  background: #fff;
}

.news-title {
  margin: 58px 0 35px;
}
.news_photos {
    max-width:200px;
}
.items-grid__item-img {
  display: block;
  object-fit: cover;
  width: 320px;
  height: 320px;
}

.items-grid__item-link {
  height: 320px;
}

.items-grid__item-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 40px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
}

#crumb {
  margin-bottom: 20px;
}

.items-grid__item-content h6,
.items-grid__item-content p {
  color: #000;
}

.items-grid {
  display: flex;
  min-width: 0;
  max-width: 1000px;
}

.items-grid__item {
  max-width: 332px;
  width: 100%;
}

.items-grid__item-title {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 0;

  color: #ffffff;
}

.news-arrow {
  display: block;
  margin: 20px 0 0 auto;
}

.items-grid__item-description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;

  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
}

.objects * {
  color: white;
}

.objects img,
.news img {
  filter: brightness(50%);
}

/* product */

.product-hero {
  height: 410px;
  position: relative;
}

.product-hero__img {
  width: 100%;
  height: 410px;
}

.product-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-hero__capture {
  background: rgba(255, 255, 255, 0.7);
  padding: 25px 16px;
}

.product-hero__title {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;

  display: flex;
  align-items: center;
  letter-spacing: -0.02em;

  color: #000000;
  margin-bottom: 15px;
}

.product-hero__description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;

  color: #000000;
}

.product-hero__bottom {
  position: absolute;
  bottom: 41px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.product-hero__bottom button {
  margin-right: 45px;
  box-shadow: 0px 34px 10px rgba(0, 36, 20, 0.01),
    0px 22px 9px rgba(0, 36, 20, 0.05), 0px 12px 7px rgba(0, 36, 20, 0.18),
    0px 5px 5px rgba(0, 36, 20, 0.31), 0px 1px 3px rgba(0, 36, 20, 0.36),
    0px 0px 0px rgba(0, 36, 20, 0.37);
}

.product-hero__chip {
  padding: 20px 50px;
  background: white;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  text-align: center;

  color: #007344;
}

.product-hero__action-btn {
  position: absolute;
  right: 45px;
  top: 0;
}

.characteristics {
  padding: 40px 0;
}

.error-message {
  margin: 7px 0;
  color: red;

  display: none;
}

.characteristics-title {
  margin-bottom: 42px;
  justify-content: center;
}

.advantages {
  padding-bottom: 110px;
}

.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.advantages__icon {
  width: 160px;
  height: 166px;
  margin-bottom: 38px;
}

.advantages-title {
  justify-content: center;
  margin-bottom: 66px;
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 30px;
}

.advantages__text {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;

  color: #000000;
}
.tocenter>* {
  justify-content: center;
  text-align:center;
  margin:0 auto;
}

.can-add {
  padding-bottom: px;
}

.can-add-title {
  margin-bottom: 45px;
  justify-content: center;
}

.img-card {
  position: relative;
}

.img-card img {
  object-fit: cover;
  position: relative;
}

.main-page-bottom-slider {
  max-width: 1000px;
  width: 100%;
}

.img-card-sub-img {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.img-card {
  margin-bottom: 30px;
}

.img-card h4 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 10px;
  margin: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.img-card h4,
.img-card a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.mb-subsection {
  margin-bottom: 65px;
}

.colors {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 30px;
}

.colors-items {
  display: grid;
  gap: 30px;
}

.color-item__circle {
  height: 84px;
  width: 84px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); */
}

.color-item__caption {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  width: 100%;
  margin-top: 15px;

  color: #000000;

  display: block;
}

.colors-chip {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;

  color: #000000;
  border-radius: 60px;

  padding: 17px 24px;
  background: #d9d9d9;
}

.offers-list {
  display: grid;
  gap: 30px;
}

.offers-title {
  margin-bottom: 20px;
  justify-content: center;
}

.offers-list__item {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;

  text-align: center;
  text-decoration-line: underline;

  color: #007344;
}

.production-category__feature {
  display: flex;
}

.production-category__feature img {
  width: 49px;
  height: 49px;
  background-size: contain;
  object-fit: contain;
  margin-right: 17px;
}

.production-category__feature-content h4 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;

  color: #000000;
  margin-bottom: 5px;
  text-align-last: left;
}

.production-category__feature {
  margin-bottom: 23px;
}

.action {
  margin: 100px 0 80px;
}

.production-category__feature-content p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;

  color: #000000;
}

.production-category__features {
  grid-template-columns: 1fr;
}

/* product-card */

.product-card {
  border-radius: 5px;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1))
    drop-shadow(0px -4px 15px rgba(0, 0, 0, 0.1));
  background: white;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 10px;
}

.product-card:hover {
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15))
    drop-shadow(0px -4px 15px rgba(0, 0, 0, 0.15));
}

.product-card img {
  width: 100%;
  object-fit: contain;
  max-height: 312px;
}

.product-card__content {
  padding: 30px 20px 20px;
  margin-top: 10px;
  text-align: left;
  background: #f5f5f5;
}

.product-card__content h4 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin: 0;

  color: #000000;
}

.product-card__content h6 {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;

  margin-top: 15px;

  color: #000000;
}

.product-card__content ul {
  margin: 12px 0 0;
}

.product-card__content ul li {
  padding-bottom: 3px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 8px;

  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */

  color: #000000;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card__content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;

  letter-spacing: -0.5px;

  color: #000000;
  margin-top: 10px;
}

/* feedback modal */

.feedback-modal,
.feedback-success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10000000;
  display: none;
}

.feedback-success__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.feedback-success__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.feedback-modal__form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 26px;
}

.feedback-modal__form label {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  margin: 10px 0;
}

.feedback-modal__form input,
.feedback-modal__form textarea {
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
}

.photo-list {
  max-width: 1000px;
}

.photo-list li,.photo-list div {
  margin-right: 20px;
}
.swiper-wrapper img {
	max-width:none;
}

/* responsive */

@media (max-width: 1200px) {
  .hero img {
    height: 400px;
  }

  .header-middle,
  .header-top {
    display: none;
  }

  .main-page-bottom-slider {
    max-width: 90vw;
    width: 100%;
  }

  .photo-list {
    max-width: 100vw;
  }

  .header-mobile {
    display: block;
  }

  .footer-bottom__policy {
    max-width: 400px;
  }

  .main-grid {
    grid-template-columns: 1fr;
  }

  .show-menu-btn {
    display: block;
  }

  #main {
    margin-bottom: 80px;
  }

  .main-sidebar__list {
    display: none;
	margin-top:15px;
  }
  /* 
  .items-grid__item-img {
    display: block;
    object-fit: cover;
    width: 90vw;
    height: 90vw;
  }
  
  .items-grid__item-link {
    width: 90vw;
    height: 90vw;
  } */

  .news,
  .objects {
    max-width: 90vw;
    position: relative;
  }

  .colors-items {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media (max-width: 960px) {
  .product-hero__bottom button {
    margin-right: 0px;
  }
  .footer-top__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .advantages__grid {
    grid-template-columns: 1fr;
  }

  .img-card img {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .product-hero__bottom {
    flex-direction: column;
  }

  .product-hero__action-btn {
    position: static;
    margin-top: 10px;
  }

  .product-hero__img,
  .product-hero {
    height: 550px;
  }

  .calculator__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .calculator__hr {
    display: none;
  }

  .news-arrow {
    display: none;
  }

  .footer-top__menus {
    margin: 15px 0;
  }

  .footer-bottom__row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-bottom__policy {
    width: 100%;
    text-align: center;
  }

  .footer-bottom .header-middle__title {
    margin: 15px 0;
  }

  .header-mobile .navbar .menu-items {
    padding-left: 0;
  }
}

@media (max-width: 720px) {
  .colors-items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .colors {
    grid-template-columns: 1fr;
  }
}
