@import "reset.css";
/*functions*/
/*general*/
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.21;
  overflow-x: hidden;
}
section {
  padding: 0 10em;
  display: flex;
  flex-direction: column;
  margin-bottom: 4em;
  line-height: 1.42;
}
section > button:only-of-type {
  align-self: center;
}
section > .button {
  align-self: center;
}

@media screen and (max-width: 1320px) {
  section {
    padding: 0 5em;
  }
}
@media screen and (max-width: 1024px) {
  section {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1600px) {
  section {
    padding: 0 calc(50% - 660px);
  }
}
@media screen and (max-width: 650px) {
  section {
    padding: 0 1em;
  }
}
h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
}
h2 {
  color: #1F6642;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
h4 {
  font-size: 16px;
  font-weight: 400;
  color: #1F6642;
}
.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: no-repeat 0 5px;
}
.icon.location {
  background-image: url("../img/icons/location.png");
}
.icon.email {
  background-image: url("../img/icons/email.png");
}
.icon.phone {
  background-image: url("../img/icons/phone.png");
  padding-bottom: 1px;
}
.icon.email-dark {
  background-image: url("../img/icons/email-dark.png");
}
.icon.phone-dark {
  background-image: url("../img/icons/phone-dark.png");
}
.icon.clock {
  background-image: url("../img/icons/clock.png");
}
.icon.address {
  background-image: url("../img/icons/address.png");
}
.icon.telegram {
  background-image: url("../img/icons/telegram.png");
  width: 13px;
  height: 17px;
  background-position-y: 4px;
}
.icon.whatsup {
  background-image: url("../img/icons/whatsApp.png");
  width: 13px;
  height: 17px;
  background-position-y: 5px;
}
.icon.vk {
  background-image: url("../img/icons/VK.png");
  width: 13px;
  height: 17px;
  background-position-y: 5px;
}
.icon.youtube {
  background-image: url("../img/icons/youTube.png");
  width: 13px;
  height: 17px;
  background-position-y: 5px;
}
.icon.cart {
  background-image: url("../img/icons/cart.svg");
}
.icon.cart-blue {
  background-image: url("../img/icons/cart-blue.png");
  background-color: rgba(63, 87, 185, 0.05);
  background-position: 9px 10px;
  border-radius: 8px;
  width: 35px;
  height: 35px;
}
.icon.profile {
  background-image: url("../img/icons/profile.png");
  background-color: rgba(63, 87, 185, 0.05);
  background-position: 10px 10px;
  border-radius: 8px;
  width: 35px;
  height: 35px;
}
.icon.star {
  background: no-repeat 0 2px;
  background-image: url("../img/icons/star.svg");
}

.icon.not-star {
  background: no-repeat 0 2px;
  background-image: url("../img/icons/not-star.svg");
}
input[type="search"] {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  transition: 0.4s ease;
}
input[type="search"]::-webkit-input-placeholder {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
input[type="search"]::-moz-placeholder {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
input[type="search"]:-ms-input-placeholder {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
input[type="search"]::-ms-input-placeholder {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
input[type="search"]::placeholder {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
input[type="search"]:active,
input[type="search"]:focus,
input[type="search"]:focus-visible {
  border: none;
  outline: 0px;
  box-shadow: 0 0 3px 0 #ebf6ff;
}
button {
  background: #1F6642;
  border-radius: 10px;
  color: #ebf6ff;
  padding: 1em 2em;
  border: 1px solid #1F6642;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, color 0.4s ease, border 0.4s ease;
}
button.bold {
  font-weight: 700;
}
.secondary {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #fff;
  text-decoration: none;
  background: none;
  border-radius: 10px;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, color 0.4s ease, border 0.4s ease;
}
.secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #1F6642;
}
button.brown {
  background: #153845;
  border: 1px solid #153845;
}
button.brown:hover {
  box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.2);
  border: 1px solid #153845;
}
button.mini {
  min-width: 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  text-align: center;
}
button.search {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("../img/icons/search.png") no-repeat center;
  cursor: pointer;
  transform: translate(0, 0);
}
button.search:hover {
  opacity: 1;
  background: #153845 url("../img/icons/search-white.png") no-repeat center;
}
button:hover {
  background: #153845;
  border: 1px solid #153845;
}
.button {
  border: 1px solid #1F6642;
  border-radius: 10px;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff !important;

  background: #1F6642;
  border-radius: 10px;
  color: #ebf6ff;
  padding: 1em 2em;
  border: 1px solid #1F6642;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, color 0.4s ease, border 0.4s ease;
  display: inline-block;
}
.button:hover {
  /* box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.2); */
  background: #153845;
  border: 1px solid #153845;
}


.brown {
  background: #153845;
  border: 1px solid #153845;
}

.brown:hover {
  box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.2);
  border: 1px solid #153845;
}

.text-button {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 1em 2em;
  border-bottom: 1px dotted #ffffff;
  text-decoration: none;
}
.btn-block {
  display: flex;
  flex-direction: row;
}
.badge-block {
  display: grid;
  grid-template-columns: auto 427px;
  border-radius: 30px;
  background: #1F6642;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .badge-block {
    display: flex;
    flex-direction: column;
  }
}
.badge-block .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5em;
  color: #ffffff;
  padding: 3.15em 0 3.15em 3.15em;
}
@media screen and (max-width: 650px) {
  .badge-block .left {
    padding: 2em;
    gap: 1em;
  }
}
.badge-block .left h2 {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
}
.badge-block .left span {
  font-size: 24px;
  font-weight: 700;
}
.badge-block .left .form-row span {
  font-weight: 400;
  font-size: 12px;
}
.badge-block .left p {
  font-size: 16px;
  font-weight: 400;
}
.badge-block .right {
  position: relative;
}
@media screen and (max-width: 650px) {
  .badge-block .right {
    display: none;
  }
}
.badge-block .right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, rgba(63, 87, 185, 0.045) 0%, rgba(63, 87, 185, 0) 100%);
  background: linear-gradient(90deg, #1F6642 0%, rgba(63, 87, 185, 0) 100%);
}
.badge-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 1024px) {
  .badge-block {
    grid-template-columns: auto 25vw;
  }
}
form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2em;
}
form .form-row {
  display: flex;
  flex-direction: row;
  line-height: 2.5;
  gap: 2em;
}
form .form-row .form-control {
  min-width: 260px;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-direction: row;
  gap: 0.3em;
}
form .form-row .form-control label {
  font-size: 12px;
  font-weight: 400;
}
form .form-row .form-control input {
  background-color: #1F6642;
  color: #ffffff;
  border: none;
  float: right;
  padding-bottom: 10px;
}
form .form-row .form-control input:active,
form .form-row .form-control input:focus,
form .form-row .form-control input:focus-visible {
  border: none;
  outline: 0px;
}

form .form-row .form-control select {
  background-color: #1F6642;
  color: #ffffff;
  border: none;
  float: right;
  padding-bottom: 10px;
  width: 100%;
}

form .form-row .form-control input::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
form .form-row span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.21;
  max-width: 240px;
  align-self: center;
}
form .form-row a {
  color: #ffffff;
}
form .form-row.btn-block {
  gap: 1em;
}
@media screen and (max-width: 1024px) {
  form .form-row {
    flex-direction: column;
  }
}
.blocks-4-cols {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 10px 20px;
  margin: 2em 0;
}
@media screen and (max-width: 1280px) {
  .blocks-4-cols {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .blocks-4-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .blocks-4-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.blocks-4-cols-xxl {
  display: grid;
  gap: 10px 20px;
  margin: 2em 0;
}
.blocks-3-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 10px 20px;
  margin: 2em 0;
}
@media screen and (max-width: 1024px) {
  .blocks-3-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .blocks-3-cols {
    gap: 10px;
  }
}
.blocks-3-cols-xl {
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}
@media screen and (max-width: 1600px) {
  .blocks-3-cols-xl {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 1600px) {
  .blocks-2-cols-xl {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .blocks-3-cols-md {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.block-2-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75em;
  margin: 2em 0;
}
@media screen and (max-width: 650px) {
  .block-2-cols {
    gap: 0.75em;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .blocks-2-cols-md {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .blocks-2-cols-sm {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  .blocks-2-cols-xs {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  .blocks-1-cols-xs {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.blocks-1-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .blocks-1-cols {
    gap: 10px;
  }
}
.blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.blocks > .block-mini:not([data-collapse-btn]):nth-child(n + 17) {
  display: none;
}
.blocks.collapsed > .block-mini:not([data-collapse-btn]):nth-child(n + 17) {
  display: block;
}
.block {
  background: #ebf6ff;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease, box-shadow 0.4s ease;
}
.block.active,
.block:hover {
  background-color: #1F6642;
  color: #ebf6ff;
}
.block-mini {
  background: #f4faff;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #1F6642;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease, box-shadow 0.4s ease;
}
.block-mini.active,
.block-mini:hover {
  background-color: #1F6642;
  color: #ffffff;
}
.descr {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  max-width: 50vw;
}
.product-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #e9ecf4;
  border-radius: 20px;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.product-card--link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  overflow: hidden;
}
.product-card--link > h4 {
  position: relative;
  z-index: 2;
}
.product-card--link > img {
  border-radius: 10px;
  max-height: 230px;
  flex: 1;
  max-width: 100%;
  width: auto;
  align-self: center;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  transition: 0.4s ease;
}
.product-card:hover .product-card--link > img {
  transform: scale(1.05);
}
.product-card p {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
.product-card .buy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-card .buy p {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .product-card .buy p {
    font-size: small;
  }
}

/*header*/
.header-open {
  position: static;
  overflow: hidden;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  flex-direction: column;
  gap: 1rem;
  background: #fafafa;
  border: 1px solid rgba(63, 87, 185, 0.2);
  padding: 2em;
}
.dropdown-menu.active {
  display: flex;
}
.dropdown-menu .nav-item {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #999999;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu .nav-item.active,
.dropdown-menu .nav-item:hover {
  color: #153845;
}
header nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.5em;
  width: 100%;
  background: #fafafa;
  min-height: 45px;
  padding: 0 10em;

}
@media screen and (max-width: 1320px) {
  header nav {
    padding: 0 5em;
  }
}
@media screen and (min-width: 1600px) {
  header nav {
    padding: 0 calc(50% - 660px);
  }
}
header nav .nav-item {
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #999999;
  white-space: nowrap;
  cursor: pointer;
}
header nav .nav-item.active,
header nav .nav-item:hover {
  color: #153845;
}
@media screen and (max-width: 1024px) {
  header nav {
    gap: 1.35em;
    padding: 0 2em;
  }
}
header .closebtn {
  display: none;
}
@media screen and (max-width: 650px) {
  header {
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    transform: translate(-100%, 0);
  }
  header.open {
    transform: translate(0, 0);
    z-index: 99999;
  }
  header a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.4s ease;
  }
  header a:hover {
    color: #f1f1f1;
  }
  header .closebtn {
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 36px;
    display: block;
    color: #1F6642;
  }
  header .head-line {
    background-color: #ffffff;
    color: #1F6642;
    padding: 0.5em 0 0;
    min-height: unset;
  }
  header .head-line .location {
    display: flex;
    align-items: baseline;
  }
  header .head-line .location a:not(.toolbtn) {
    color: #1F6642;
    font-size: larger;
    padding-left: 5px;
    transition: 0.4s ease;
  }
  header .head-line .contacts {
    display: none;
  }
  header .head-tool-line {
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: unset;
  }
  header .head-tool-line .block-left {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  header .head-tool-line .block-left img {
    display: none;
  }
  header .head-tool-line .block-left .search:not(button) {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  header .head-tool-line .block-left .bold {
    flex: 1;
  }
  header .head-tool-line .block-left .bold:first-of-type {
    flex: 1 0 auto;
  }
  header .head-tool-line .block-right {
    margin-top: 1.5em;
    float: none;
    justify-content: space-evenly;
  }
  header nav {
    flex-direction: column;
    flex: 1;
    gap: 1em;
    height: 100%;
    min-height: unset;
    padding: 1em;
    font-size: 18px;
  }
  header nav > .nav-item {
    padding: 8px;
  }
}
.head-tool-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  padding: 0 10em;
  margin: 1em 0;
  gap: 1em;
}
@media screen and (max-width: 650px) {
  .head-tool-line {
    gap: 0em;
  }
}
.head-tool-line .block-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  width: 100%;
}
.head-tool-line .block-left .search:not(button) {
  position: relative;
  display: flex;
  background-color: #f2f2f2;
  border: none;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  padding: 14px 44px 14px 14px;
  width: 100%;
  max-width: 400px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .head-tool-line .block-left .search:not(button) {
    flex: unset;
    max-width: calc(100% - 240px);
  }
}
@media screen and (max-width: 650px) {
  .head-tool-line .block-left .search:not(button) {
    max-width: 100%;
  }
}
.head-tool-line .block-left .search:not(button) input[type="search"] {
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .head-tool-line .block-left {
    flex-wrap: wrap;
  }
}
.head-tool-line .block-right {
  color: #1F6642;
  display: flex;
  gap: 1.5em;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
}
.head-tool-line .block-right .toolbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3em;
  padding: 0;
  font-size: 12px;
  color: #1F6642;
  text-decoration: none;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.head-tool-line .block-right .toolbtn:hover > .icon {
  background-color: rgba(63, 87, 185, 0.2);
}
@media screen and (max-width: 1200px) {
  .head-tool-line .block-right {
    float: right;
  }
}
@media screen and (max-width: 1024px) {
  .head-tool-line .block-right {
    margin-top: -50px;
  }
}
.head-tool-line .block-right .icon {
  background-position: center;
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media screen and (max-width: 1320px) {
  .head-tool-line {
    padding: 0 5em;
  }
}
@media screen and (max-width: 1024px) {
  .head-tool-line {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1600px) {
  .head-tool-line {
    padding: 0 calc(50% - 660px);
  }
}
@media screen and (max-width: 650px) {
  .head-tool-line {
    padding: 0 1em;
  }
}
.head-line {
  background-color: #1F6642;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
  padding: 0 10em;
  color: #ffffff;
}
.head-line .location {
  font-size: 12px;
  padding-bottom: 1px;
}
.head-line .location a {
  color: #ffffff;
  margin-left: 0.5em;
  text-decoration: underline;
  transition: 0.4s ease;
}
@media screen and (max-width: 1320px) {
  .head-line {
    padding: 0 5em;
  }
}
@media screen and (max-width: 1024px) {
  .head-line {
    padding: 0 2em;
  }
}
@media screen and (min-width: 1600px) {
  .head-line {
    padding: 0 calc(50% - 660px);
  }
}
.header-logo {
  position: relative;
  z-index: 1;
  display: flex;
  width: fit-content;
  height: 100%;
}

.header-logo img{
  height: 60px;
}
@media screen and (max-width: 650px) {
  .header-logo {
    display: none;
    margin: 0 auto;
  }
}
.header-logo--xs {
  position: relative;
  z-index: 1;
  display: none;
  width: fit-content;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .header-logo--xs {
    display: flex;
    margin: 0 auto;
  }
}
.contacts {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.contacts .contact-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  transition: 0.4s ease;
}
.contacts .contact-item a:hover {
  text-decoration: underline;
}
/*footer*/
footer .footer-left {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
}
footer .footer-left .social {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
footer .footer-left .social .item {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}
footer .footer-left .social .item > i {
  display: flex;
  background-position: center;
}
footer .footer-left .social .item.active,
footer .footer-left .social .item:hover {
  background-color: #153845;
  border-color: #153845;
}
footer .footer-nav {
  background-color: #153845;
  padding: 0 10em;
  padding-top: 6em;
  padding-bottom: 6em;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
footer .footer-nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4em;
}
footer .footer-nav > ul li {
  margin: 14px 0;
}
footer .footer-nav > ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s ease;
}
footer .footer-nav > ul li a:hover {
  text-decoration: underline;
}
footer .footer-nav > ul > li {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
footer .footer-nav > ul > li > a {
  color: #153845;
}
footer .footer-nav > ul > li > a span {
  color: #153845;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  footer .footer-nav > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.5em;
  }
}
@media screen and (max-width: 1320px) {
  footer .footer-nav {
    padding: 0 5em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-nav {
    padding: 0 2em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 1600px) {
  footer .footer-nav {
    padding: 0 calc(50% - 660px);
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 650px) {
  footer .footer-nav {
    flex-direction: column;
    padding: 1em;
  }
}
footer .head-line {
  color: #ffffff;
  padding: 0 10em;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
footer .head-line > div {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
footer .head-line > div a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  transition: 0.4s ease;
}
@media screen and (max-width: 1320px) {
  footer .head-line {
    padding: 0 5em;
  }
}
@media screen and (max-width: 1024px) {
  footer .head-line {
    align-items: flex-start;
    padding: 1em 2em;
  }
}
@media screen and (min-width: 1600px) {
  footer .head-line {
    padding: 0 calc(50% - 660px);
  }
}
@media screen and (max-width: 650px) {
  footer .head-line {
    flex-wrap: wrap;
    padding: 1em;
  }
}
/*reviews*/
.review-section {
  background-color: #ebf6ff;
  padding: 2em 10em;
}
.review-section .reviews {
  overflow: hidden;
}
.review-section .reviews .btns {
  text-align: right;
}
.review-section .reviews .btns.hidden {
  display: none;
}
.review-section .reviews .btns button {
  text-indent: -9999px;
  width: 44px;
  height: 44px;
  border-radius: 26px;
  background: url("../img/icons/arrow-white.png") no-repeat 11px #1F6642;
  padding: 0;
}
.review-section .reviews .btns button:hover {
  background-color: #153845;
}
.review-section .reviews .btns button.next {
  transform: rotate(180deg);
}
.review-section .reviews .btns button.next:disabled {
  transform: none;
}
.review-section .reviews .btns button:disabled {
  background: url("../img/icons/arrow-grey.png") no-repeat 11px #f0f2f3;
  border-color: #f0f2f3;
  transform: rotate(180deg);
}
.review-section .reviews .container {
  margin: 2em 0em;
  overflow: hidden;
  display: flex;
  gap: 2em;
  position: relative;
}
.review-section .reviews .container .review {
  flex: 1 0 calc(50% - 6.6em);
  background: url("../img/icons/comma.svg") calc(100% - 20px) calc(100% - 20px) no-repeat, url("../img/icons/comma.svg") calc(100% - 55px) calc(100% - 20px) no-repeat, #ffffff;
  box-shadow: 0px 8px 40px 0px #27234314;
  border-radius: 12px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .review-section .reviews .container .review {
    flex-basis: calc(100% - 4.5em);
  }
}
.review-section .reviews .container .review .text {
  box-shadow: 2px 0px 0px 0px #1F6642 inset;
  border-left: 1px solid #1F6642;
  padding: 0.3em 1em;
  margin-bottom: 2em;
}
.review-section .reviews .container .review .text p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(99, 98, 112, 0.6);
}
.review-section .reviews .container .review .text p ~ p {
  font-size: 16px;
  margin-top: 1em;
  color: #636270;
}
.review-section .reviews .container .review .text p a {
  color: #1F6642;
}
.review-section .reviews .container .review .author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  color: #1F6642;
  font-size: 16px;
  font-weight: 500;
  margin: 0.5em 0;
}
.review-section .reviews .container .review .date {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 1320px) {
  .review-section {
    padding: 2em 5em;
  }
}
@media screen and (max-width: 1024px) {
  .review-section {
    padding: 2em;
  }
}
@media screen and (min-width: 1600px) {
  .review-section {
    padding: 2em calc(50% - 660px);
  }
}
@media screen and (max-width: 650px) {
  .review-section {
    padding: 1em;
  }
}
.breadcrumbs span {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}
.breadcrumbs span:not(:last-child)::after {
  padding: 6px;
  color: #4c5e9e;
  content: "/\00a0";
}
.breadcrumbs a {
  font-size: 12px;
  font-weight: 400;
  color: #1F6642;
  text-decoration: none;
}
.categories-block a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-decoration: none;
}
.categories-block li {
  border: 1px solid #e9ecf4;
  padding: 1em;
}
.categories-block li:not(:last-child) {
  border-bottom: 0px;
}
.popular {
  margin: 2em 0;
  display: flex;
  flex-direction: column;
}
.popular h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.popular .popular-products {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1em 0;
}
.popular .popular-products .product {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: 1px solid #e9ecf4;
  border-radius: 9px;
  padding: 0.8em 1em 0.5em;
}
.popular .popular-products .product > img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  object-fit: contain;
}
.popular .popular-products .product--link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 1;
  gap: 10px;
  text-decoration: none;
}
.popular .popular-products .product--link > img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  object-fit: contain;
}
.popular .popular-products .product .descr {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: unset;
}
.popular .popular-products .product .descr h4 {
  font-size: 14px;
  font-weight: 400;
  color: #1F6642;
}
.popular .popular-products .product .descr p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 0.3em;
}
.popular .popular-products .product .descr p ~ p {
  font-size: 16px;
  font-weight: 700;
  color: #1F6642;
  margin-top: 0.5em;
}
.pagination {
  margin: 2em 0;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .pagination {
    justify-content: center;
  }
}
.pagination a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: #1F6642;
  background-color: #e9ecf4;
  border-radius: 10px;
  text-decoration: none;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.pagination a:hover {
  color: #e9ecf4;
  background-color: #1F6642;
}
.pagination a.current {
  color: #ffffff;
  background-color: #1F6642;
}
#mobile-nav {
  background-color: #1F6642;
  width: 100%;
  height: 44px;
  padding: 0.5em 0;
  display: none;
}
#mobile-nav .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #1F6642;
  color: white;
  padding: 10px 15px;
  border: none;
}
#mobile-nav .openbtn:hover {
  background-color: #153845;
}
@media screen and (max-width: 650px) {
  #mobile-nav .openbtn {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 650px) {
  #mobile-nav {
    display: flex;
    gap: 30vw;
  }
}
@media screen and (max-width: 650px) {
  #mobile-nav {
    position: relative;
  }
}
@media screen and (max-width: 650px) {
  #mobile-nav img {
    margin: 0 auto;
  }
}






.cartModal {
  position: fixed;
  top: 0;
  right: -480px;
  width: 480px;
  height: 100%;
  background: #fff;
  box-shadow: 0px 0px 40px -16px rgba(34, 60, 80, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 1000;
}

.cartModal.open {
  right: 0;
}

.cartContent {
  height: 100vh;
  position: relative;
}

.closeBtnBasket{
  width: auto;
  padding: 0;
  height: auto;
  background: none;
  border-radius: 0;
  color: #333;
  border: 0px solid #000;
  cursor: pointer;
  font-size: 24px;
}

.closeBtnBasket:hover{
  border: 0;
  background: none;
}



.cartHeader{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.cartHeader h2{
  font-size: 20px;
  color: #333;
}

.cartItems{
  width: 100%;
  overflow-x: hidden;
  height: calc(100% - 220px);

  overflow-y: auto;
}

.cartItems::-webkit-scrollbar { width: 5px; height: 5px;}
.cartItems::-webkit-scrollbar-track {  background-color: #fff;}
.cartItems::-webkit-scrollbar-track-piece { background-color: none;}
.cartItems::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 20px;}


.cartItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  width: calc(100% - 40px);
  /* box-shadow: 0 2px 2px #00000005; */
  border-bottom: 1px solid #f2f2f2;
}

.cartMinCont{
  display: flex;
  justify-content: space-between;
}

.cartItemLeft{
  display: flex;
  align-items: center;
}

.cartItemLeft img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}


/* .cartItem button{
  width: auto;
  padding: 0;
  height: auto;
  background: none;
  border-radius: 0;
  color: #333;
  border: 0px solid #000;
  font-size: 14px;
} */

.productCard {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  width: 200px;
  vertical-align: top;
}

.productCard img {
  width: 100%;
  height: auto;
}

.cartItemCenter{
  margin-left: 10px;
}

.cartItemCenter p{
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.cartItemCenter span{
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  color: #153845;

  font-weight: bold;
}

.numberBlockBasket span{
  font-size: 12px;
  font-weight: unset;
  color: #999;
}

.numberBlockBasket input[type="number"] {
  background-color: #e9ecf4;
  outline: none;
  width: 60px;
  height: 40px;
  text-indent: 10px;
  margin-top: 5px;
  box-sizing: border-box;
  border: 1px solid #e9ecf4;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  border-radius: 5px;
  -moz-appearance: textfield;
}

.numberBlockBasket input[type="number"]::-webkit-inner-spin-button,
.numberBlockBasket input[type="number"]::-webkit-outer-spin-button {
  opacity: 1 !important;
  background: #e9ecf4 !important;
  border-width: 0px;
  margin: 0;
  border-left: 1px solid #d8d8d8;
  height: 20px;
  width: 23px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
}

.cartItemRight{
  margin-left: 10px;
}

.cartItemRight button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  transition: .4s;
  background: #ff4343;
  padding: 0;
  border: 0;
  
}

.cartFooter{
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 20px;
}

.cartFooter .button{
  display: flex;
  justify-content: center;
  padding: 16px 0;
  width: 100%;
}

#cartTotal{
  text-align: center;
}

#checkoutBtn {
  margin-top: 20px;
  width: 100%;
  color: #fff;
  border: none;
  cursor: pointer;
}

.cartFooter .idCartTable{
  font-size: 16px;
  color: #153845;
  font-weight: bold;
  text-align: center;
  width: 100%;
}










.cityHeaderContent {
  position: relative;
}

.cityListWrapper {
  display: none; 
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  z-index: 10;
  width: 320px;
  border-radius: 0 0 10px 10px;
}

.searchInput {
  width: calc(100% - 16px);
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.cityList {
  max-height: 320px;
  overflow-y: auto;
  color: #333;
}

.cityHeaderItem {
  display: block;
  padding: 8px;
  text-decoration: none !important;
  color: #333 !important;
  font-size: 14px !important;
  transition: background-color 0.3s ease;
  border-radius: 3px;
}

.cityHeaderItem:hover {
  background-color: #f0f0f0;
}

.no-results {
  padding: 20px 10px;
  color: #999;
  font-size: 14px;
  text-align: center;
  display: none;
}



.titlePage{
  margin: 20px 0 5px 0;
}

.titlePage h1{
  font-size: 32px;
  color: #153845;
}







/* video */

.itemVideoBlock{
  width: calc(100% - 40px);
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
}

.itemVideoBlock img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: .4s;
}

.itemVideoBlock img:hover{
  transform: scale(1.05, 1.05);
}

.itemVideoBlock p{
  color: #153845;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}














/* Стиль для модального окна с статусом */
#statusModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Фон */
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.statusModalContent {
  background-color: white;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  width: 460px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.statusModalIcon {
  display: flex;
  justify-content: center;
  font-size: 40px;
  margin-bottom: 20px;
}

.statusIcon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #28a745; /* Зеленый для успеха */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
}

.statusIcon.error {
  background-color: #dc3545; /* Красный для ошибки */
}

.statusIcon img{
  width: 40%;
}

.statusModalContent p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* Анимации */
@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@media(min-width: 320px) and (max-width: 550px){
  .statusModalContent{
      width: calc(90% - 20px);
      padding: 40px 10px;
  }
}



/* descrEquipment */

.equimpentsContent{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.equimpentsText{
  width: calc(100% - 420px);
}


.equimpentsImg{
  width: 320px;
}

.equimpentsImg img{
  width: 100%;
  border-radius: 20px;
}

.equimpentsText{
  color: #666;
}

.equimpentsText h1, h2, h3, h4, h5, h6{
  /* font-size: inherit !important; */
}

.equimpentsText h2 {
margin-top: 10px !important; /* отступ сверху */
font-size: 24px !important; /* размер шрифта для h2 */
margin-bottom: 10px !important; /* отступ снизу */
}

.equimpentsText h3 {
margin-top: 10px !important; /* отступ сверху */
font-size: 20px !important; /* размер шрифта для h3 */
margin-bottom: 10px !important; /* отступ снизу */
}
.equimpentsText p {
font-size: 14px !important; /* размер шрифта */
line-height: 1.5 !important; /* межстрочный интервал */
margin-bottom: 10px !important; /* отступ снизу */
}

.equimpentsText ul, .equimpentsText ol {
padding-left: 20px !important; /* отступ слева */
margin-top: 10px !important; /* отступ сверху */
margin-bottom: 10px !important; /* отступ снизу */
line-height: 1.5 !important ; /* межстрочный интервал */
}

.equimpentsText ul {
list-style: disc !important; /* тип маркеров - точки */
}

.equimpentsText ul, .equimpentsText ul li {
  list-style: disc !important; /* тип маркеров - точки */
}

.equimpentsText ul li {
margin-bottom: 5px !important; /* отступ снизу между элементами списка */
}

.equimpentsText ol {
list-style: decimal !important; /* тип маркеров - цифры */
}

.equimpentsText ol li {
margin-bottom: 5px !important; /* отступ снизу между элементами списка */
}

@media(min-width: 320px) and (max-width: 750px){
  
  .equimpentsText{
    width: 100%;
  }


  .equimpentsImg{
    width: 100%;
    margin-top: 35px;
  }
}

@media(min-width: 750px) and (max-width: 920px){
  
  .equimpentsText{
    width: calc(100% - 300px);
  }


  .equimpentsImg{
    width: 260px;
  }
}


.textComponent{
  color: #666;
}

.textComponent h2 {
margin-top: 10px !important; /* отступ сверху */
font-size: 24px !important; /* размер шрифта для h2 */
margin-bottom: 10px !important; /* отступ снизу */
}

.textComponent h3 {
margin-top: 10px !important; /* отступ сверху */
font-size: 20px !important; /* размер шрифта для h3 */
margin-bottom: 10px !important; /* отступ снизу */
}
.textComponent p {
font-size: 14px !important; /* размер шрифта */
line-height: 1.5 !important; /* межстрочный интервал */
margin-bottom: 10px !important; /* отступ снизу */
}

.textComponent ul, .textComponent ol {
padding-left: 20px !important; /* отступ слева */
margin-top: 10px !important; /* отступ сверху */
margin-bottom: 10px !important; /* отступ снизу */
line-height: 1.5 !important ; /* межстрочный интервал */
}

.textComponent ul {
list-style: disc !important; /* тип маркеров - точки */
}

.textComponent ul, .textComponent ul li {
  list-style: disc !important; /* тип маркеров - точки */
}

.textComponent ul li {
margin-bottom: 5px !important; /* отступ снизу между элементами списка */
}

.textComponent ol {
list-style: decimal !important; /* тип маркеров - цифры */
}

.textComponent ol li {
margin-bottom: 5px !important; /* отступ снизу между элементами списка */
}

.footer-logo img{
  height: 120px;
}