:root {
  --font-family-main: "Geologica", sans-serif;
  --transition-time-all: all ease-in-out 300ms;
}

.footer_page {
  background-color: #191919;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.box_nav_link_contacts_footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 19.75px;
}

.container_footer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 20px;
}

.list_nav_link_footer {
  display: flex;
  flex-direction: column;
  gap: 25.5px;
}

.footer_ten {
  display: flex;
  flex-direction: column;
}

.footer_ten a:hover {
  opacity: 0.5;
}

/* Keep multiple footer addresses readable and inside layout */
.footer_bloc_four {
  width: 100%;
  max-width: 100%;
}

.footer_bloc_four .footer-address-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.footer_bloc_four .footer-address-item svg {
  flex: 0 0 auto;
  margin-top: 2px;
}

.footer_bloc_four .footer-address-text {
  margin: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.45;
}

@media screen and (min-width: 1390px) {
  .footer_powered {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.15);
  }

  .container_footer {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 70px;
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer_social_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_social_block img {
    margin-bottom: 10px;
  }

  .list_nav_link_footer {
    list-style-type: none;
    padding-left: 0px;
  }

  .list_contacts_footer {
    list-style-type: none;
    gap: 25px;
    display: flex;
    flex-direction: column;
    padding-left: 78px;
  }

  .list_contacts_footer a {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-family-main);
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .box_nav_link_contacts_footer {
    width: 1320px;
    display: flex;
    margin-bottom: 0;
  }

  .footer_bloc_sex {
    display: flex;
    flex-direction: row;
  }

  .box_nav_link_contacts_footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_bloc_one {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
    height: 106px;
  }

  .working_hours a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }

  .working_hours a:hover {
    color: inherit !important;
    text-decoration: none !important;
    cursor: default;
  }

  .working_hours a {
    margin-right: 10px;
    text-decoration: none;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer_bloc_one p {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .working_hours ul {
    margin-bottom: 0;
  }

  .footer_bloc_one li {
    list-style-type: none;
    font-family: var(--font-family-main);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .footer_bloc_one span {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .footer_tree {
    display: flex;
    gap: 78px;
  }

  .footer_bloc_four a {
    color: #efe536;
  }

  .footer_bloc_four a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.5;
  }

  .footer_bloc_four {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
    height: 106px;
  }

  .footer_bloc_four svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }

  .footer_bloc_four a {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family-main);
    font-style: normal;
    line-height: normal;
    color: #fff;
  }

  .footer_bloc_eight a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family-main);
    font-style: normal;
    line-height: normal;
    color: #fff;
  }

  .footer_bloc_eight a:hover {
    opacity: 0.5;
  }

  .footer_bloc_seven {
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .footer_bloc_seven svg {
    min-width: 24px;
    flex-shrink: 0;
  }

  .footer_bloc_seven a {
    white-space: nowrap;
    font-size: 16px;
    color: white;
    text-decoration: none;
  }

  .footer_bloc_seven a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
  }

  .footer_bloc_seven {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
  }

  .footer_bloc_one {
    display: flex;
  }

  .footer_bloc_four p {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--White-600, #fff);
  }

  .footer_bloc_eight p {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--White-600, #fff);
  }
}

@media screen and (min-width: 1600px) {
  .container_footer {
    max-width: 1600px;
  }

  .footer_tree {
    gap: 145px;
  }

  .footer_bloc_sex {
    gap: 145px;
  }

  .list_contacts_footer {
    padding-left: 0;
  }
}

.footer_social_icons a svg:hover {
  fill: #efe536;
}

.footer_social_icons a:hover {
  fill: #efe536;
  color: #efe536;
}

@media screen and (min-width: 1024px) and (max-width: 1389px) {
  .container_footer {
    width: 100%;
  }

  .box_nav_link_contacts_footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_powered {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.15);
  }

  .container_footer {
    width: 100%;
    align-items: center;
    gap: 70px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }

  .footer_social_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_social_block img {
    margin-bottom: 10px;
  }

  .list_nav_link_footer {
    list-style-type: none;
    padding-left: 0px;
  }

  .list_contacts_footer {
    list-style-type: none;
    gap: 25px;
    display: flex;
    flex-direction: column;
    padding-left: 78px;
  }

  .list_contacts_footer a:hover {
    transition: all 0.3s ease;
  }

  .list_contacts_footer a {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-family-main);
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .box_nav_link_contacts_footer {
    display: flex;
    margin-bottom: 0;
  }

  .footer_bloc_sex {
    display: flex;
    flex-direction: row;
  }

  .box_nav_link_contacts_footer {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .footer_bloc_one {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 30px;
    height: 106px;
  }

  .footer_bloc_one span {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .working_hours a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }

  .working_hours a:hover {
    color: inherit !important;
    text-decoration: none !important;
    cursor: default;
  }

  .working_hours a {
    margin-right: 10px;
    text-decoration: none;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer_bloc_one p {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .working_hours ul {
    margin-bottom: 0;
  }

  .footer_bloc_one li {
    list-style-type: none;
    font-family: var(--font-family-main);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .footer_tree {
    display: flex;
    gap: 58px;
  }

  .footer_bloc_four a {
    color: #efe536;
    text-decoration: none;
  }

  .footer_bloc_four a:hover {
    text-decoration: underline;
  }

  .footer_bloc_four {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
    height: 106px;
  }

  .footer_bloc_four svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }

  .footer_bloc_four a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family-main);
    font-style: normal;
    line-height: normal;
    color: #fff;
    font-weight: bold;
  }

  .footer_bloc_eight a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family-main);
    font-style: normal;
    line-height: normal;
    color: #fff;
  }

  .footer_bloc_eight p {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .footer_bloc_seven {
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .footer_bloc_seven svg {
    min-width: 24px;
    flex-shrink: 0;
  }

  .footer_bloc_seven a {
    white-space: nowrap;
    font-size: 16px;
    color: white;
    text-decoration: none;
  }

  .footer_bloc_seven a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
  }

  .footer_bloc_seven {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
  }

  .footer_bloc_one {
    display: flex;
  }

  .footer_bloc_four p {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--White-600, #fff);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container_footer {
    width: 100%;
  }

  .box_nav_link_contacts_footer {
    flex-direction: row;
    justify-content: start;
    gap: 40px;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_powered {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.15);
  }

  .container_footer {
    width: 100%;
    align-items: center;
    gap: 40px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }

  .footer_social_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_social_block img {
    margin-bottom: 10px;
  }

  .list_nav_link_footer {
    list-style-type: none;
    padding-left: 0px;
    gap: 12px;
  }

  .list_contacts_footer {
    list-style-type: none;
    gap: 12px;
    display: flex;
    flex-direction: column;
    padding-right: 92px;
  }

  .list_contacts_footer a {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-family-main);
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .box_nav_link_contacts_footer {
    display: flex;
    margin-bottom: 0;
  }

  .footer_bloc_sex {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }

  .box_nav_link_contacts_footer {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
  }

  .footer_bloc_one {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 40px;
  }

  .footer_bloc_one span {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .working_hours a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }

  .working_hours a:hover {
    color: inherit !important;
    text-decoration: none !important;
    cursor: default;
  }

  .working_hours a {
    margin-right: 10px;
    text-decoration: none;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer_bloc_one p {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .working_hours ul {
    margin-bottom: 0;
  }

  .footer_bloc_one li {
    list-style-type: none;
    font-family: var(--font-family-main);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .footer_tree {
    display: flex;
    gap: 78px;
    width: 100%;
    justify-content: space-between;
  }

  .footer_bloc_four a {
    color: #efe536;
    text-decoration: none;
  }

  .footer_bloc_four a:hover {
    text-decoration: underline;
  }

  .footer_bloc_four {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .footer_bloc_four svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }

  .footer_bloc_four a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family-main);
    font-style: normal;
    line-height: normal;
    color: #fff;
    font-weight: bold;
  }

  .footer_bloc_eight a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family-main);
    font-style: normal;
    line-height: normal;
    padding-top: 87px;
    color: #fff;
  }

  .footer_bloc_eight p {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .footer_bloc_seven {
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .footer_bloc_seven svg {
    min-width: 24px;
    flex-shrink: 0;
  }

  .footer_bloc_seven a {
    white-space: nowrap;
    font-size: 16px;
    color: white;
    text-decoration: none;
  }

  .footer_bloc_seven a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
  }

  .footer_bloc_seven {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
  }

  .footer_bloc_one {
    display: flex;
  }

  .footer_bloc_four p {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--White-600, #fff);
  }
}

@media screen and (max-width: 767px) {
  .container_footer {
    width: 100%;
  }

  .box_nav_link_contacts_footer {
    flex-direction: column-reverse;
    justify-content: start;
    gap: 40px;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_powered {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.15);
  }

  .container_footer {
    width: 100%;
    align-items: center;
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }

  .footer_social_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_social_block img {
    margin-bottom: 10px;
  }

  .list_nav_link_footer {
    list-style-type: none;
    padding-left: 0;
    gap: 16px;
    padding-bottom: 6px;
  }

  .list_contacts_footer {
    list-style-type: none;
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }

  .list_contacts_footer a {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--font-family-main);
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .box_nav_link_contacts_footer {
    display: flex;
    margin-bottom: 0;
  }

  .footer_bloc_sex {
    width: 100%;
  }

  .box_nav_link_contacts_footer {
    flex-direction: column-reverse;
    justify-content: start;
    gap: 40px;
    align-items: center;
  }

  .footer_bloc_one {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
  }

  .footer_bloc_one span {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .working_hours a {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }

  .working_hours a:hover {
    color: inherit !important;
    text-decoration: none !important;
    cursor: default;
  }

  .working_hours a {
    margin-right: 10px;
    text-decoration: none;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.6);
  }

  .footer_bloc_one p {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .working_hours ul {
    margin-bottom: 0;
  }

  .footer_bloc_one li {
    list-style-type: none;
    font-family: var(--font-family-main);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: middle;
  }

  .footer_tree {
    gap: 78px;
    width: 100%;
  }

  .footer_bloc_four a {
    color: #efe536;
    text-decoration: none;
  }

  .footer_bloc_four a:hover {
    text-decoration: underline;
  }

  .footer_bloc_four {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .footer_bloc_four svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }

  .footer_bloc_four a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family-main);
    font-style: normal;
    line-height: normal;
    color: #fff;
  }

  .footer_bloc_eight a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font-family-main);
    font-style: normal;
    line-height: normal;
    padding-top: 20px;
    color: #fff;
  }

  .footer_bloc_eight p {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .footer_bloc_seven {
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .footer_bloc_seven svg {
    min-width: 24px;
    flex-shrink: 0;
  }

  .footer_bloc_seven a {
    white-space: nowrap;
    font-size: 16px;
    color: white;
    text-decoration: none;
  }

  .footer_bloc_seven a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.5;
  }

  .footer_bloc_seven {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    padding-bottom: 20px;
  }

  .footer_bloc_one {
    display: flex;
  }

  .footer_bloc_four p {
    font-family: var(--font-family-main);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--White-600, #fff);
  }
}

.container_main {
  padding-top: 192px;
}

.header_wrapper {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(114, 138, 155, 0.25);
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header_phone {
  font-family: var(--font-family-main);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #181818;
}

.header_phone .phone-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  top: 0;
  font-size: 16px;
  transition: all ease-in-out 500ms;
}

.phone-dropdown:hover .arrow_fast {
  transform: rotate(180deg);
  transition: all ease-in-out 500ms;
}

.phone-number {
  font-size: 16px;
  font-weight: 500;
  color: #181818;
  cursor: pointer;
}

.arrow_fast {
  transition: transform 0.7s ease;
  cursor: pointer;
}

.phone-dropdown .arrow_fast {
  transition: var(--transition-time-all);
}

.header_phone .phone-dropdown svg {
  flex-shrink: 0;
}

.phone-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.header_phone .phone-dropdown a {
  text-decoration: none;
  color: #181818;
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.phone-dropdown:hover .phone-list {
  display: block;
  border-radius: 20px;
  padding: 10px;
  min-width: 195px;
  height: 108px;
  margin-left: -17px;
  margin-top: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.phone-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}

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

.header_menu_container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.header_menu_container {
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 50;
  width: 100%;
}

.row_flex {
  margin-right: auto;
  margin-left: auto;
}

.category_btn {
  font-family: var(--font-family-main);
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #181818;
}

.category_btn svg path {
  color: var(--Black-600, #181818);
}

.container_home_page {
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}

.straight_line {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}

.navbar-nav .tractor_one {
  margin-top: 12px;
  margin-right: 6px;
}

@media screen and (min-width: 1390px) {
  .search_block {
    max-width: 621px;
    width: 100%;
    transition: var(--transition-time-all);
  }

  .header_menu_container {
    width: 100%;
    max-width: 1320px;
  }

  .search_block {
    max-width: 621px;
    width: 100%;
  }

  .row_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }

  .section_top_home_page {
    width: 100%;
  }

  .container_home_page {
    width: 1320px;
  }

  .straight_line {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon_custom_header {
    display: flex;
    box-sizing: content-box;
    padding: 10px;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
  }

  .logo_two {
    display: none;
  }

  .header_buttons_one {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }

  .header_buttons_one .nav_burger_menu {
    display: none;
  }

  .navbar-nav .picture_arrow {
    display: none;
  }

  .close-btn_cart {
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #fff;
    border: 2px solid var(--White-600, #fff);
    fill: var(--Black-600, #181818);
  }

  .close-btn_cart:hover {
    border-radius: 12px;
    border: 2px solid var(--Green-600, #007632);
    background: #fff;
  }

  .close-btn_cart:hover svg {
    border-radius: 12px;
    color: var(--Green-600, #007632);
    background: #fff;
    fill: var(--Green-600, #007632);
  }
}

@media screen and (min-width: 1600px) {
  .header_menu_container {
    max-width: 1600px;
  }

  .search_block {
    max-width: 901px;
  }

  .container_bottom_header {
    max-width: 1600px;
  }

  .item_link_service_header {
  }

  .container_home_page {
    width: 1602px;
  }

  #common-home .swiper-container {
    height: 572px !important;
  }

  .submenu_container {
    width: 1600px;
  }

  .container_grandson_category_list {
    width: 1180px;
  }

  .list_menu_grandson_category {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 1490px) and (max-width: 1599px) {
  .search_block {
    max-width: 801px;
  }

  .header_menu_container {
    max-width: 1500px;
  }

  .container_bottom_header {
    max-width: 1500px;
  }

  .swiper-container {
    height: 572px !important;
  }

  .container_home_page {
    width: 1500px;
  }

  .submenu_container {
    width: 1500px;
  }

  .container_grandson_category_list {
    width: 1080px;
  }

  .list_menu_grandson_category {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (min-width: 744px) and (max-width: 1389px) {
  .section_top_home_page {
    width: 750px;
  }

  .straight_line {
    display: none;
  }

  .container_bottom_header {
    display: none;
  }

  .header_button_common_one {
    display: none;
  }

  .header_button_common {
    display: none;
  }

  .header_phone {
    display: none;
  }

  .logo_and_phone {
    margin-right: 24px;
    margin-left: 0;
  }

  #logo img {
    display: none;
  }

  #logo {
    margin: 0;
  }

  .header_menu_container {
    padding: 14px 0 14px 0;
    width: 100%;
    max-width: 750px;
  }

  .search_block {
    max-width: 494px;
    width: 100%;
    margin-right: 20px;
  }

  .header_buttons_one {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
  }

  .container_main {
    padding-top: 67px;
  }

  .row_flex {
    display: flex;
    justify-content: start;
  }

  #menu .nav > li > a {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    display: flex;
    transition: background 0.3s ease;
    gap: 26px;
    position: relative;
    justify-content: flex-start;
    padding: 12px 14px;
  }

  .picture_arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
  }

  .navbar-nav li:hover .picture_arrow {
    transform: translateX(5px);
  }
}

@media screen and (max-width: 1389px) {
  .menu_mobile_category .navbar-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 340px;
    gap: 10px;
  }
}

.container_header_mobile_menu {
  position: fixed;
  overflow-y: auto;
  top: 0;
  height: 100%;
  left: -100%;
  width: 90%;
  max-width: 380px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  z-index: 12000;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(114, 138, 155, 0.25);
  transition: var(--transition-time-all);
  pointer-events: none;
}

.btn_print_invoice_order_item_page {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  margin: 10px 10px 10px 0;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn_print_invoice_order_item_page:active {
  transform: translateY(0);
}

.loading-container {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 20px 0;
}

.combine-loader {
  position: relative;
  width: 120px;
  height: 80px;
  margin: 0 auto 20px;
}

.combine-body {
  position: relative;
  width: 100%;
  height: 100%;
}

.combine-cabin {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 40px;
  height: 25px;
  background: #2c3e50;
  border-radius: 5px;
  border: 2px solid #34495e;
}

.combine-wheel {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #34495e;
  border-radius: 50%;
  border: 3px solid #2c3e50;
}

.left-wheel {
  left: 15px;
}

.right-wheel {
  right: 15px;
}

.combine-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 15px;
  background: #e74c3c;
  border-radius: 3px;
}

.combine-blade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 20px;
  background: #95a5a6;
  border-radius: 2px;
  transform-origin: center;
}

.combine-blade:nth-child(1) {
  transform: translate(-50%, -50%) rotate(0deg);
}

.combine-blade:nth-child(2) {
  transform: translate(-50%, -50%) rotate(120deg);
}

.combine-blade:nth-child(3) {
  transform: translate(-50%, -50%) rotate(240deg);
}

.grain-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.grain {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #f39c12;
  border-radius: 50%;
  opacity: 0;
}

.grain:nth-child(1) {
  top: 20px;
  left: 20px;
  animation: grainFall 2s infinite 0s;
}

.grain:nth-child(2) {
  top: 15px;
  left: 40px;
  animation: grainFall 2s infinite 0.3s;
}

.grain:nth-child(3) {
  top: 25px;
  left: 60px;
  animation: grainFall 2s infinite 0.6s;
}

.grain:nth-child(4) {
  top: 10px;
  left: 80px;
  animation: grainFall 2s infinite 0.9s;
}

.grain:nth-child(5) {
  top: 30px;
  left: 30px;
  animation: grainFall 2s infinite 1.2s;
}

.grain:nth-child(6) {
  top: 20px;
  left: 70px;
  animation: grainFall 2s infinite 1.5s;
}

.loading-text {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

@keyframes grainFall {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(60px);
  }
}

.combine-loader {
  animation: combineMove 3s infinite ease-in-out;
}

@keyframes combineMove {
  0%,
  100% {
    transform: translateX(-10px);
  }

  50% {
    transform: translateX(10px);
  }
}

.left-wheel,
.right-wheel {
  animation: wheelRotate 2s infinite linear;
}

@keyframes wheelRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.combine-blade {
  animation: bladeRotate 1s infinite linear;
}

@keyframes bladeRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.combine-cabin {
  animation: cabinBounce 2s infinite ease-in-out;
}

@keyframes cabinBounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@media (max-width: 768px) {
  .combine-loader {
    width: 100px;
    height: 70px;
  }

  .loading-text {
    font-size: 14px;
  }
}

.icon_document_order_item_page {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.documents-info {
  margin-top: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #007bff;
}

.documents-info p {
  margin: 8px 0;
  color: #495057;
  font-size: 14px;
}

.documents-info strong {
  color: #212529;
  font-weight: 600;
}

@media (max-width: 768px) {
  .btn_print_invoice_order_item_page {
    width: 100%;
    justify-content: center;
    margin: 5px 0;
  }

  .documents-info {
    margin-top: 15px;
    padding: 12px;
  }
}

.container_header_mobile_menu.open {
  left: 0;
  pointer-events: all;
}

.container_header_mobile_menu::-webkit-scrollbar {
  display: none;
}

.backdrop_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: var(--transition-time-all);
}

.backdrop_page.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

body.no-scroll {
  overflow: hidden;
}

.icon_close_mobile_menu {
  height: 28px;
}

.btn-cart_update {
  position: relative;
  border-radius: 12px;
  background: var(--Gray-100, #f3f3f3);
  backdrop-filter: blur(10px);
  display: flex;
  width: 44px;
  height: 44px;
  border: 2px solid #f3f3f3;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-cart_update svg path {
  border: 2px solid rgba(0, 118, 50, 0.6);
  fill: #181818;
  opacity: 0.5;
  transition: all ease-in-out 300ms;
}

.btn-cart_update:hover svg path {
  fill: #007632;
  opacity: 1;
}

.btn-cart_update:hover {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #007632;
}

.count_product_cart {
  position: absolute;
  right: -2px;
  top: -4px;
  display: flex;
  min-width: 22px;
  width: fit-content;
  height: 22px;
  padding: 3px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 51px;
  border: 2px solid #007632;
  background: #007632;
  color: #fff;
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}

.container_cart_modal {
  position: fixed;
  right: -100%;
  top: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 420px;
  z-index: 12000;
  width: 100%;
  background: #f3f3f3;
  overflow-y: auto;
  height: 100%;
  box-shadow: 0 0 4px 0 rgba(114, 138, 155, 0.25);
  transition: var(--transition-time-all);
}

.container_cart_modal.open {
  right: 0;
}

.button_close_mobile_menu {
  max-width: 44px;
  min-width: 44px;
  max-height: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 100%;
  background: #ffffff;
  border: white;
}

.button_close_mobile_menu:hover svg use {
  border: 2px solid rgba(0, 118, 50, 0.6);
  fill: #007632;
  opacity: 1;
  transition: all ease-in-out 300ms;
  border-radius: 12px;
}

.button_close_mobile_menu:hover {
  border-radius: 12px;
  border: 2px solid #007632;
}

.icon_close_mobile_menu use {
  width: 18px;
  fill: #181818;
}

.box_top_mobile_menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 340px;
}

.icon_logo_mobile_menu {
  width: 77px;
  height: 77px;
}

.list_contacts_header {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding-left: 0;
  height: 100%;
}

.header_block_one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  height: auto;
}

.link_mobile_menu {
  color: #181818;
  font-family: var(--font-family-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  display: flex;
  padding: 12px 14px;
  align-items: center;
  gap: 10px;
}

.decoration_line_mobile_menu {
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  align-self: stretch;
  opacity: 0.2;
  background: #535863;
}

.box_custom_menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.header_buttons_manu_two {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.header_buttons_manu_tree {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}

.header_menu_icons {
  fill: #777777e0;
  width: 24px;
  height: 24px;
}

.header_button_common_two {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  max-width: 340px;
  color: #181818;
  font-family: var(--font-family-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  padding: 12px 14px;
  height: 100%;
  max-height: 44px;
}

.text_custom_mobile_menu {
  margin-bottom: 0;
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  text-align: start;
}

.link_phone_menu {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer_ten_number .link_phone_menu a:hover {
  text-decoration: none;
  color: #007632;
  opacity: 1;
  transition: all ease-in-out 300ms;
}

.phone_mobile_menu_one {
  display: flex;
  width: 44px;
  padding: 1px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
}

.phone_mobile_menu_one path {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.footer_ten_number {
  display: flex;
  gap: 7px;
}

.link_phone_menu a {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list_contacts_header li a:focus {
  text-decoration: none;
  color: var(--Black-600, #181818);
  outline: none;
}

.header_button_common_two {
  text-decoration: none;
  color: var(--Black-600, #181818);
  outline: none;
}

@media screen and (min-width: 1390px) {
  .box_top_mobile_menu {
    max-width: 340px;
  }

  .menu_mobile_category {
    display: none;
  }

  .list_contacts_header li a {
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 12px;
    background: var(--White-600, #fff);
    min-width: 340px;
    max-height: 44px;
  }

  .list_contacts_header li a:hover {
    border: 2px solid rgba(0, 118, 50, 0.6);
    color: #007632;
    opacity: 1;
    transition: all ease-in-out 300ms;
    border-radius: 12px;
  }

  .link_mobile_menu {
    width: fit-content;
    border: 2px solid var(--White-600, #fff);
    transition: var(--transition-time-all);
  }

  .header_button_common_two {
    border: 2px solid var(--White-600, #fff);
    transition: var(--transition-time-all);
    width: 100%;
  }

  .header_button_common_two:hover {
    border: 2px solid rgba(0, 118, 50, 0.6);
    fill: #007632;
    opacity: 1;
    transition: all ease-in-out 300ms;
    border-radius: 12px;
  }

  .header_button_common_two:hover svg {
    fill: #007632;
    opacity: 1;
  }

  .header_button_common_two:hover p {
    color: #007632;
    opacity: 1;
  }
}

#menu .container_menu_header {
  display: flex;
  min-width: 440px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

#menu .container_menu_header li a:hover {
  opacity: 1;
  transition: all ease-in-out 300ms;
  border-radius: 14px;
  color: #181818;
  background: var(--Gray-100, #f3f3f3);
  padding: 10px 14px;
}

#menu .container_menu_header li a {
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 14px;
  background: var(--White-600, #fff);
  min-width: 400px;
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

#menu .container_menu_header_spare {
  border-radius: 20px;
  border: none;
  margin-top: 8px;
}

#menu .container_menu_header_spare li {
  margin-bottom: 0;
  width: 91%;
}

.text_custom_mobile_spare_parts {
  color: #000;
  font-family: var(--font-family-main);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.spare_parts_close {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.spare_parts_close_one {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 20px;
}

.container_total_order_cart {
  position: fixed;
  max-width: 420px;
  bottom: 0;
  width: 100%;
  right: -100%;
  z-index: 201;
  display: flex;
  padding: 14px 14px 20px 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  border-top: 1px solid #eeeff0;
  background: #fff;
  box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
  transition: var(--transition-time-all);
}

.container_cart_modal.open .container_total_order_cart {
  right: 0;
}

.product_cart_one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.cart_header p {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cart_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding-bottom: 20px;
}

.product_in_cart {
  background: var(--White-600, #fff);
  display: flex;
  max-height: 392px;
  flex-direction: column;
  flex-shrink: 0;
  align-self: stretch;
  width: 100%;
  height: auto;
  padding: 16px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 20px;
  border: 2px solid var(--White-600, #fff);
}

.product_in_cart:hover {
  border-radius: 20px;
  transition: all ease-in-out 300ms;
  border: 2px solid var(--Green-600, #007632);
  background: var(--White-600, #fff);
}

.info_cart_commodity {
  display: flex;
  gap: 16px;
  width: 100%;
}

.box_name_price_product {
  width: 100%;
}

.photo_product_cart {
  min-width: 90px;
  max-width: 90px;
}

.product_in_cart_one {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.menu_border_block_one {
  position: absolute;
  top: 100%;
  left: 0;
}

.menu_border_block_one:hover {
  display: block;
}

.container_cart_modal {
  padding: 10px 14px;
}

.cart_header_block_two p {
  color: var(--Gray-500, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  margin-bottom: 0;
}

.cart_header_block_two .price_one {
  color: var(--Black-600, #1a1a1a);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}

.cart_header_block_two .currency_one {
  color: var(--Black-600, #1a1a1a);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
}

.checkout_btn {
  display: flex;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  background: var(--Green-600, #007632);
  border: 2px solid rgba(0, 118, 50, 0.6);
  color: #fff;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.checkout_btn:active {
  color: #fff;
  border: 2px solid rgba(0, 118, 50, 0.6);
  border-radius: 12px;
  background: var(--Black-600, #181818);
  transition: all ease-in-out 300ms;
}

.checkout_btn:hover {
  color: #fff;
  border: 2px solid #181818;
  border-radius: 12px;
  background: var(--Black-600, #181818);
  transition: all ease-in-out 300ms;
}

.cart_header_block_two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding-bottom: 20px;
}

.cart_header_block_tree {
  display: flex;
  padding: 14px 14px 20px 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 100%;
  height: auto;
  max-height: 121px;
  border-top: 1px solid var(--Gray-100, #eeeff0);
  background: #fff;
  box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
}

.product_for_us {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 210px;
  margin: 0;
  transition: var(--transition-time-all);
}

.product-name:hover {
  color: #007632;
  text-decoration: underline;
}

.product_cart_one .button_shopping_cart {
  transition: var(--transition-time-all);
  width: 16px;
  height: 16px;
  fill: var(--Gray-600, #535863);
  opacity: 0.5;
  margin-bottom: -4px;
}

.product_cart_one .button_shopping_cart:hover {
  transition: var(--transition-time-all);
  width: 16px;
  height: 16px;
  fill: var(--Red-600, #d42620);
  opacity: 1;
}

.button_close_one {
  border: white;
  background: white;
  margin-left: 16px;
  margin-bottom: 14px;
}

.price_commodity {
  padding-top: 26px;
}

.price_commodity span {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.cart_header_one img {
  width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  object-fit: contain;
  filter: brightness(1.1) contrast(1.2);
}

.header_button_common_two {
  border: 2px solid var #fff;
  transition: var(--transition-time-all);
  width: 100%;
}

.header_button_common_two:hover {
  border: 2px solid rgba(0, 118, 50, 0.6);
  fill: #007632;
  opacity: 1;
  transition: all ease-in-out 300ms;
  border-radius: 12px;
}

.header_button_common_two:hover svg {
  fill: #007632;
  opacity: 1;
}

.header_button_common_two:hover p {
  color: #007632;
  opacity: 1;
}

.link_logo_header_mobile {
  display: none;
}

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

@media screen and (max-width: 743px) {
  .link_logo_header_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_phone,
  .straight_line,
  .category_btn,
  .link_logo_header_desktop,
  .header_button_common_one,
  .header_button_common,
  .header_button_common,
  .btn-cart_update,
  .container_bottom_header {
    display: none;
  }

  .header_search_input {
    padding: 10px 14px;
  }

  .logo_and_phone {
    margin-right: 0;
  }

  .header_menu_container {
    padding: 0;
  }

  #logo {
    margin: 0;
  }

  .container_header_top {
    padding: 10px;
  }

  .container_main {
    padding-top: 68px;
  }

  .btn_cart_update_mobile {
    display: flex;
  }

  .header_buttons_one_mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .nav_burger_menu_mobile {
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #fff;
    border: 2px solid var(--White-600, #fff);
    height: fit-content;
  }

  .header_wrapper.scrolled .header_menu_container {
    max-height: none;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.about-title-opencart {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about-subtitle-opencart {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 20px;
}

.about-text-opencart {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.video-thumbnail-opencart img {
  width: 100%;
  min-width: 300px;
  height: auto;
  border-radius: 14px;
}

.video-thumbnail-img {
  min-width: 320px;
  min-height: 220px;
  border-radius: 14px;
  width: 100%;
}

.video-thumbnail-open {
  width: 100%;
}

.video-thumbnail-opencart {
  position: relative;
  width: 100%;
}

.play-button-opencart {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 32.201px;
  background: var(--Yellow-600, #efe536);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 4px;
}

.play-button-opencart:hover {
  border-radius: 32.201px;
  background: var(--White-600, #fff);
  display: inline-flex;
  padding: 16px;
  align-items: center;
  gap: 4px;
}

.video-thumbnail-opencart p {
  color: var(--white-600, #fff);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  bottom: 28px;
  left: 101px;
  position: absolute;
  white-space: nowrap;
}

.play-button-opencart {
  transition: opacity 0.1s ease-out;
}

.container_content_baner_about {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.video-thumb-open.fade-out {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
}

.opencart_text_about {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.more-link-opencart {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.about-right-opencart a {
  display: flex;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  border: 2px solid var(--Green-600, #007632);
  background: var(--Green-600, #007632);
  margin-top: 20px;
}

.about-right-opencart a:hover {
  border: 2px solid var(--Green-600, #007632);
  background: var(--White-600, #ffffff);
  color: var(--Green-600, #007632);
}

.play-button-opencart-one h2 {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 212px;
  left: 20px;
}

.play-button-opencart-one span {
  color: var(--white-600, #fff);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: absolute;
  bottom: 159px;
  left: 20px;
}

@media screen and (max-width: 743px) {
  .play-button-opencart-one {
    display: none;
  }

  .manufacturer-module-text p {
    gap: 20px;
  }
}

@media screen and (min-width: 450px) and (max-width: 743px) {
  .about-right-opencart a {
    width: 100%;
    max-width: 155px;
  }
}

@media screen and (min-width: 744px) {
  .fast_connection_page {
    width: 366px;
  }

  .about-title-opencart {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .about-subtitle-opencart {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .about-text-opencart {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
  }

  .video-thumbnail-opencart img {
    width: 100%;
    min-width: 704px;
    height: auto;
    border-radius: 30px;
  }

  .play-button-opencart {
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 32.201px;
    background: var(--Yellow-600, #efe536);
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 4px;
  }

  .play-button-opencart-one {
    border-radius: 32px;
  }

  .about-right-opencart a {
    max-width: 155px;
    height: 44px;
  }

  .video-thumbnail-img {
    min-width: 340px;
    min-height: 395px;
    border-radius: 30px;
  }

  .about-section-opencart {
    padding-top: 10px;
  }

  .manufacturer-module-text h3 {
    text-align: left;
  }

  .manufacturer-module-text h3 {
    color: var(--Black-600, #181818);
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .manufacturer-module-text p {
    color: var(--Gray-600, #535863);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.254%;
  }

  .manufacturer-item img {
    height: 120px;
    flex: 1 0 0;
    aspect-ratio: 120/120;
    max-width: 120px;
  }

  .manufacturer-item:hover {
    transition: all 0.3s ease;
  }

  .manufacturer-item a:hover {
    transition: all 0.3s ease;
  }

  .manufacturer-item-text:hover {
    transition: all 0.3s ease-in-out;
  }
}

.manufacturer-item-text .candle_photo {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 86px;
  bottom: -5px;
  fill: var(--white-600, #fff);
}

@media screen and (min-width: 1290px) {
  .about-section-opencart {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video-thumbnail-opencart img {
    min-width: 780px;
  }

  .video-thumbnail-img {
    min-width: 780px;
    min-height: 438px;
    border-radius: 32px;
  }

  .manufacturer-module-text p {
    color: var(--Gray-600, #535863);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.254%;
    display: flex;
  }

  .image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
  }

  .manufacturer-item:hover .image {
    filter: grayscale(50%) contrast(50%) brightness(1.5);
  }

  .manufacturer-item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #007632;
    color: #f8f8f8;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-time-all);
  }

  .manufacturer-item-text-1 {
    text-align: left;
    font-weight: 600;
  }

  .manufacturer-item-text-2 {
    text-align: right;
    font-size: 10px;
    font-weight: 300;
  }

  .manufacturer-item-text .candle_photo {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 86px;
    bottom: -5px;
    fill: var(--white-600, #fff);
  }

  .manufacturer-item-text-2 i {
    padding-left: 6px;
    font-size: 10px;
    font-weight: 300;
  }

  .manufacturer-item:hover .manufacturer-item-text {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1250px) {
  .manufacturer-module-text {
    display: flex;
    justify-content: space-between;
  }

  .manufacturer-module-text p {
    width: 598px;
    color: #535863;
  }
}

@media (min-width: 786px) and (max-width: 1250px) {
  .manufacturer-module-text h3 {
    padding-bottom: 20px;
  }

  .manufacturer-module-text p {
    width: 598px;
    padding-bottom: 40px;
  }

  .manufacturer-list {
    display: grid;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(161px, 1fr));
    gap: 20px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 470px) and (max-width: 786px) {
  .manufacturer-module-text {
    flex-direction: column;
  }

  .manufacturer-module-text h3 {
    padding-bottom: 20px;
  }

  .manufacturer-list {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(161px, 1fr));
    gap: 20px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 0px) and (max-width: 470px) {
  .manufacturer-module-text p {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 332px;
  }
}

.image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.manufacturer-item:hover .image {
  filter: grayscale(50%) contrast(50%) brightness(1.5);
}

.manufacturer-item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #007632;
  color: #f8f8f8;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-time-all);
}

.manufacturer-item-text-1 {
  text-align: unset;
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: flex;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  align-items: center;
  text-align: center;
  max-width: 90%;
  justify-content: center;
}

.manufacturer-item-text-2 {
  text-align: right;
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 20px;
  right: 37px;
}

.manufacturer-item-text-2 i {
  padding-left: 6px;
  font-size: 10px;
  font-weight: 300;
}

.manufacturer-item:hover .manufacturer-item-text {
  opacity: 1;
  visibility: visible;
}

.manufacturer-module-text {
  padding-left: 10px;
}

.manufacturer-item {
  padding: 20px;
  border-radius: 24px;
  background-color: #ffffff;
  position: relative;
  width: 211px;
  height: 211px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1250px) {
  .manufacturer-module-text {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
  }

  .manufacturer-module-text p {
    width: 598px;
    color: #535863;
  }

  .manufacturer-list {
    display: grid;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(161px, 1fr));
    gap: 20px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 785px) {
  .manufacturer-item-text-1 {
    top: 31%;
  }
}

@media (min-width: 1540px) and (max-width: 1599px) {
  .manufacturer-item {
    width: 192px;
    height: 192px;
  }
}

@media (min-width: 1430px) and (max-width: 1539px) {
  .manufacturer-item {
    width: 182px;
    height: 182px;
  }
}

@media (min-width: 1291px) and (max-width: 1439px) {
  .manufacturer-item {
    width: 172px;
    height: 172px;
  }
}

@media (min-width: 786px) and (max-width: 1290px) {
  .manufacturer-module-text h3 {
    padding-bottom: 20px;
  }

  .manufacturer-module-text p {
    min-width: 598px;
    padding-bottom: 40px;
    width: 100%;
  }

  .manufacturer-item {
    padding: 20px;
    border-radius: 24px;
    background-color: #ffffff;
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 470px) and (max-width: 786px) {
  .manufacturer-module-text {
    padding-top: 80px;
    padding-bottom: 50px;
    flex-direction: column;
  }

  .manufacturer-module-text h3 {
    padding-bottom: 20px;
    text-align: left;
  }

  .manufacturer-item {
    padding: 20px;
    border-radius: 24px;
    background-color: #ffffff;
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .manufacturer-list {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(161px, 1fr));
    gap: 20px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 0px) and (max-width: 470px) {
  .manufacturer-module-text h3 {
    text-align: left;
    color: var(--Black-600, #181818);
    text-align: left;
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .manufacturer-module-text p {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }

  .manufacturer-list {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(161px, 1fr));
    row-gap: 16px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 743px) {
  .manufacturer-item {
    padding: 20px;
    border-radius: 24px;
    background-color: #ffffff;
    position: relative;
    width: 161px;
    height: 138px;
    margin-left: auto;
    margin-right: auto;
  }

  .manufacturer-item img {
    height: 120px;
    flex: 1 0 0;
    aspect-ratio: 1/1;
    width: 120px;
    object-fit: cover;
  }

  .manufacturer-item-text-1 {
    padding: 20px 0 0 3px;
  }

  .slick-track {
    gap: 0 !important;
  }
}

.instagram-feed {
  max-width: 100%;
  position: relative;
  text-align: center;
  content-visibility: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.video-slider {
  display: flex;
  gap: 15px;
  overflow: hidden;
  padding-bottom: 55px;
}

.video-item {
  flex: 0 0 calc(25% - 15px);
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.video-item:hover {
  transform: scale(1.05);
}

.video-item video {
  width: 100%;
  border-radius: 10px;
  transition: opacity 0.3s;
}

.video-item:hover video {
  opacity: 1;
}

.video-item video {
  width: 100%;
  border-radius: 30px;
}

.instagram-feed-title {
  color: #181818;
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 32px;
  font-weight: 600;
}

.instagram-feed-text {
  color: #535863;
  text-align: left;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-weight: 400;
}

.instagram-feed-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .instagram-feed-text-content {
    align-items: center;
  }
}

.slick-track {
  display: flex !important;
  align-items: center;
  gap: 16px;
  padding: 30px 0;
  padding-bottom: 55px;
}

.video-item.slick-slide {
  height: auto;
  flex: 1 0 0;
  aspect-ratio: 159/263;
  border-radius: 30px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 60%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  cursor: pointer;
  padding: 20px;
  z-index: 100;
  font-size: 32px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    background 0.3s ease-in-out,
    transform 0.2s;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(255, 255, 255, 0.9);
  color: black;
}

.featured-bloc-1-2-button {
  padding: 7px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 14px;
  border: 2px solid #ffffff;
  transition: all 0.4s ease;
}

.featured-bloc-1-button a {
  color: #181818;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.featured-bloc-1-2-button:hover {
  border: 2px solid #007632;
  color: #007632;
}

.featured-bloc-2-block {
  padding: 20px;
  border-radius: 30px;
  background-color: #ffffff;
}

.container_product_featured_bloc_1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container_product_featured_bloc_1 .link_cart_product {
  min-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .container_product_featured_bloc_1 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.container_featured_bloc {
  margin-top: 40px;
}

.title_featured_bloc {
  color: #181818;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.featured-bloc-1-button {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 20px;
}

.featured-bloc-1-button a {
  white-space: nowrap;
}

.featured-bloc-1-1-text {
  margin-right: auto;
}

@media screen and (min-width: 1250px) {
  .featured-bloc-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 20px;
    flex-direction: column;
    align-items: center;
  }

  .featured-bloc-1-1-text h2 {
    color: #181818;
    padding-top: 10px;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
  }

  .featured-bloc-1-button {
    display: flex;
    gap: 12px;
  }

  .product_tovar_mood {
    width: 73%;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1600px) {
  #common-home .container_product_featured_bloc_1 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 786px) and (max-width: 1250px) {
  .slick-dotted.slick-slider {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 743px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .instagram-pagination {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .instagram-feed .instagram-pagination {
    text-align: center;
  }

  .instagram-feed .instagram-pagination ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .instagram-feed .instagram-pagination li {
    list-style: none;
    margin: 0 0;
  }

  .instagram-feed .instagram-pagination li button {
    width: 8px;
    height: 8px;
    background-color: var(--Green-600, #007632);
    border: 2px solid var(--Green-600, #007632);
    border-radius: 50%;
    padding: 0;
    outline: none;
    cursor: pointer;
  }

  .instagram-feed .instagram-pagination li.slick-active button {
    background-color: var(--White-600, #fff);
    border: 2px solid var(--Green-600, #007632);
    width: 12px;
    height: 12px;
    position: relative;
    bottom: 2px;
    right: 3px;
  }

  .slick-dots li button:before {
    display: none;
  }
}

@media screen and (min-width: 744px) {
  .container_header_mobile_menu {
    border-radius: 0;
  }
}

.section_category_product .scroll-to-top-btn {
  display: none;
}

.product_tovar_mood {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section_category_product {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.section_category_product .container_main {
  padding: 0;
}

.product_sorting_together {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 20px;
}

.sorting_categories {
  width: fit-content;
  display: flex;
  max-height: 44px;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.sorting_categories_together {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 1px;
  cursor: pointer;
}

.sorting_categories_together_two {
  display: flex;
  padding: 12px 14px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 12px;
  background: #fff;
  position: relative;
  z-index: 101;
  cursor: pointer;
}

.category_product_mood {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(114, 138, 155, 0.25);
  position: absolute;
}

.category_product_mood a {
  display: flex;
  padding: 14px 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  overflow: hidden;
  color: var(--Black-600, #181818);
  text-overflow: ellipsis;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}

.category_product_mood a:hover {
  border-radius: 12px;
  background: var(--White-600, #fff);
}

.control_sorting_categories {
  color: var(--Green-600, #007632);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.row_category_product {
  display: flex;
  width: 100%;
  gap: 10px;
}

.section_category_product .swiper-viewport {
  display: none;
}

.arrow_fast_category {
  fill: var(--Green-600, #007632);
}

.arrow_fast_category_sort {
  display: flex;
}

.arrow_fast_category_sort {
  position: relative;
  display: flex;
  align-items: center;
}

.category_product_mood .active {
  overflow: hidden;
  color: var(--Green-600, #007632);
  text-overflow: ellipsis;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
}

.active_application {
  color: var(--Green-600, #007632);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.category_product_mood .active_none:hover {
  border-radius: 12px;
  background: var(--Gray-100, #f3f3f3);
}

.category_product_mood .active:hover {
  border-radius: none;
}

.arrow_fast_category {
  transition: transform 0.3s ease;
  cursor: pointer;
  pointer-events: none;
}

.arrow_fast_category.open {
  transform: rotate(180deg);
}

.category_product_mood {
  position: absolute;
  top: 119%;
  left: 0;
  right: 0;
  padding: 10px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-time-all);
}

.category_product_mood.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 102;
}

.link_cart_product.product_tovar_category_page {
  width: 100%;
  height: auto;
  min-width: 320px;
  max-width: 320px;
}

.return_text_home_page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 650px;
}

.return_text_home_page p {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.buttons_click_home {
  display: flex;
  height: 44px;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: var(--transition-time-all);
  border-radius: 12px;
  background: var(--Green-600, #007632);
}

.buttons_click_home p {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.buttons_click_home:hover {
  border-radius: 12px;
  background: #181818;
  color: #fff;
}

.buttons_home_page_strone:hover {
  color: #fff;
}

@media screen and (min-width: 1281px) {
  .category_product_content
    .link_cart_product
    .box_info_item_bottom_product_page
    .title_item_bottom_product_page {
    height: auto;
  }
}

@media screen and (min-width: 744px) and (max-width: 1280px) {
  .section_category_product #column-left {
    display: none;
  }

  .category_product_content .link_cart_product {
    display: flex;
    height: 410px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
  }
}

@media screen and (max-width: 768px) {
  .section_category_product {
    margin-top: 4px;
  }

  .section_category_product #column-left {
    display: none;
  }

  .product_tovar_mood {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .pagination_row_one {
    display: flex;
    gap: 2px;
  }

  .link_cart_product.product_tovar_category_page {
    height: auto;
  }
}

.button_one_mood {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.load-more-btn {
  display: flex;
  height: 44px;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
  border-radius: 12px;
  background: var(--Green-600, #007632);
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.load-more-btn:hover {
  border-radius: 12px;
  background: var(--Black-600, #181818);
  transition: transform 0.5s ease;
}

.load-more-btn:active {
  background-color: #1e7e34;
}

.hidden {
  display: none;
}

.row_pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 20px;
}

.category_seo_description {
  margin-top: -50px;
  margin-bottom: 56px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--Gray-200, #dde0e2);
  background: var(--White-600, #fff);
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}

.category_seo_description p {
  margin: 0 0 12px;
}

.category_seo_description p:last-child {
  margin-bottom: 0;
}

.category_seo_description h2,
.category_seo_description h3,
.category_seo_description h4 {
  margin: 0 0 12px;
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}

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

.category_seo_description h3 {
  font-size: 20px;
}

.category_seo_description h4 {
  font-size: 18px;
}

.category_seo_description ul,
.category_seo_description ol {
  margin: 0 0 12px 20px;
  padding: 0;
}

.category_seo_description li {
  margin-bottom: 6px;
}

.category_seo_description a {
  color: var(--Green-600, #007632);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.category_seo_description a:hover {
  color: #005f29;
}

@media screen and (max-width: 767px) {
  .category_seo_description {
    margin-top: -30px;
    margin-bottom: 40px;
    padding: 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.6;
  }

  .category_seo_description h2 {
    font-size: 21px;
  }

  .category_seo_description h3 {
    font-size: 18px;
  }

  .category_seo_description h4 {
    font-size: 16px;
  }
}

.text_left_pagination {
  display: flex;
  max-width: 420px;
  justify-content: space-between;
  align-items: center;
}

#content > div.row_pagination > div > ul > li.active_pagination.active {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (min-width: 744px) and (max-width: 1380px) {
  .row_pagination {
    padding-bottom: 100px;
  }
}

#content > div.row_pagination > div > ul > li.active_pagination.active > span {
  border: none;
  background-color: transparent;
  color: #000;
}

#content > div.row_pagination > div > ul > li.active_pagination_one a {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 14px;
  margin: 0 !important;
}

#content > div.row_pagination > div > ul > li.active_pagination_one > a {
  color: #000;
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.2;
  border: none;
  background-color: transparent;
  padding: 0;
}

#content > div.row_pagination > div > ul > li.active_pagination_one:hover {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 14px;
  background: #fff;
  fill: #000;
  opacity: 1;
  transition: background 0.3s ease;
  color: #000;
}

#content > div.row_pagination > div > ul > li.active_pagination_one:hover a {
  color: #000;
  opacity: 1;
}

.pagination_row_one {
  display: flex;
  align-items: center;
  gap: 6px;
}

#content > div.row_pagination > div > ul > li.\.text_pagination_left > a {
  display: flex;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 44px;
  border: 2px solid var(--Gray-200, #dde0e2);
  background: var(--White-600, #fff);
  width: 44px;
  height: 44px;
}

#content > div.row_pagination > div > ul > li.\.text_pagination_left > a:hover {
  border-radius: 44px;
  border: 2px solid var(--Green-600, #007632);
  background: var(--White-600, #fff);
  fill: var(--Green-600, #007632);
}

.pagination > li:last-child > a {
  display: flex;
  width: 38px;
  height: 38px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pagination_three_dots {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.pagination > .pagination_three_dots > span {
  background: var(--BG, #f3f3f3);
  color: #000;
  text-align: center;
  font-family: "Geologica Roman";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  width: 44px;
  height: 44px;
  padding: 0px;
  margin: 0;
  float: none;
  position: relative;
  top: 2px;
  left: 5px;
  opacity: 0.2;
}

.pagination > .pagination_three_dots > span:hover {
  background: var(--BG, #f3f3f3);
}

.social-media-text-block {
  width: 100%;
}

.social-media-text {
  color: #000;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.social-media-block {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  border-radius: 24px;
  background: #fff;
  max-width: 300px;
  margin-bottom: 20px;
}

.social_straight_line {
  width: 100%;
  /* margin-bottom: 15px;    margin-top: 15px; */
  border-top: 1px solid #eee;
}

.social-icon {
  display: flex;
  height: 46px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 42px;
  background: var(--BG, #f3f3f3);
  width: 125px;
  transition: transform 0.3s ease;
  color: #000;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.social-icon:hover {
  border-radius: 42px;
  border: 2px solid #007632;
  background: var(--White-600, #fff);
  transition: transform 0.3s ease;
  color: var(--Green-600, #007632);
  fill: var(--Green-600, #007632);
}

.social-media-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icon svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: visible;
}

.backdrop_page .section_category_product .scroll-to-top-btn {
  display: none;
}

.social_icon_viber {
  width: 100%;
  max-width: 260px;
  min-width: 260px;
}

.category_blog_one #column-left {
  display: none;
}

.container_blog_one {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 10px;
}

.news_headline_one {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  height: 40px;
  max-width: 312px;
}

.container_blog_news {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.blog_news_highlight {
  display: flex;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 30px;
  background: var(--White-600, #fff);
  box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
  position: relative;
}

.blog_news_highlight .news_headline_one:hover {
  color: var(--Green-600, #007632);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.news_image_one {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  height: 220px;
  max-width: 260px;
  object-fit: cover;
}

.name_bloc_blog {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.product_container_blog_one {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.news_excerpt_one {
  overflow: hidden;
  color: var(--Gray-600, #637381);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 72px;
  max-width: 351px;
}

.news_info_one {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}

.arrow_next_news {
  position: absolute;
  right: 17px;
  top: 16px;
  transition: transform 0.3s ease;
}

.blog_news_highlight:hover .arrow_next_news {
  transform: rotate(-135deg);
  fill: var(--Green-600, #007632);
  position: absolute;
}

.blog_news_highlight:hover .news_headline_one {
  color: var(--Green-600, #007632);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.blog_news_highlight:hover {
  border-radius: 30px;
  outline: 2px solid var(--Green-600, #007632);
  background: var(--White-600, #fff);
  transition: transform 0.3s ease;
  box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
}

.news_date_one {
  display: flex;
  gap: 4px;
  color: #88898b;
}

.news_date_one_block {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  color: #88898b;
  margin-top: 20px;
}

@media screen and (min-width: 1316px) and (max-width: 1333px) {
  .news_headline_one {
    max-width: 286px;
  }
}

@media screen and (min-width: 1271px) and (max-width: 1315px) {
  .news_headline_one {
    max-width: 272px;
  }
}

@media screen and (min-width: 1212px) and (max-width: 1270px) {
  .news_headline_one {
    max-width: 254px;
  }
}

@media screen and (min-width: 1104px) and (max-width: 1211px) {
  .news_headline_one {
    max-width: 211px;
  }

  .news_excerpt_one {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .container_blog_one {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }

  .blog_news_highlight {
    width: 100%;
    max-width: 704px;
  }

  .container_main .container_blog_news {
    width: 100%;
    max-width: 704px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .news_excerpt_one {
    width: 412px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1269px) {
}

@media screen and (max-width: 767px) {
  .name_bloc_blog {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
  }

  .news_date_one {
    order: 1;
  }

  .news_date_one_block {
    margin-top: 20px;
  }

  .container_blog_one {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1255px) and (max-width: 1329px) {
  .news_headline_one {
    margin-bottom: 29px;
  }

  .news_excerpt_one {
    margin-bottom: 58px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1254px) {
  .news_headline_one {
    margin-bottom: 46px;
  }

  .news_excerpt_one {
    margin-bottom: 42px;
  }
}

@media screen and (min-width: 519px) and (max-width: 630px) {
  .news_headline_one {
    margin-bottom: 36px;
  }

  .news_excerpt_one {
    margin-bottom: 51px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .news_headline_one {
    max-width: 363px;
  }
}

@media screen and (min-width: 707px) and (max-width: 767px) {
  .news_headline_one {
    max-width: 370px;
  }
}

@media screen and (min-width: 667px) and (max-width: 706px) {
  .news_headline_one {
    max-width: 358px;
  }
}

@media screen and (min-width: 624px) and (max-width: 666px) {
  .news_headline_one {
    max-width: 295px;
  }
}

@media screen and (min-width: 583px) and (max-width: 623px) {
  .news_headline_one {
    max-width: 251px;
  }
}

@media screen and (min-width: 520px) and (max-width: 582px) {
  .news_headline_one {
    max-width: 251px;
  }

  .news_image_one {
    object-fit: fill;
    min-width: 100%;
  }
}

@media screen and (min-width: 250px) and (max-width: 519px) {
  .news_excerpt_one {
    margin-bottom: 0;
    order: 3;
  }

  .container_main .container_blog_news {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

@media screen and (min-width: 335px) and (max-width: 519px) {
  .news_headline_one {
    order: 2;
    margin-top: 12px;
  }

  .arrow_next_news {
    top: 71%;
  }
}

@media screen and (min-width: 250px) and (max-width: 334px) {
  .news_headline_one {
    order: 2;
    height: 55px;
    min-height: 61px;
    margin-top: 12px;
  }

  .arrow_next_news {
    top: 67%;
  }
}

@media screen and (min-width: 465px) and (max-width: 519px) {
  .news_headline_one {
    max-width: 387px;
  }
}

@media screen and (min-width: 430px) and (max-width: 464px) {
  .news_headline_one {
    max-width: 360px;
  }
}

@media screen and (min-width: 358px) and (max-width: 429px) {
  .news_headline_one {
    max-width: 297px;
  }
}

@media screen and (min-width: 329px) and (max-width: 357px) {
  .news_headline_one {
    max-width: 250px;
  }
}

@media screen and (min-width: 303px) and (max-width: 328px) {
  .news_headline_one {
    max-width: 230px;
  }
}

@media screen and (min-width: 250px) and (max-width: 302px) {
  .news_headline_one {
    max-width: 190px;
  }

  .news_image_one {
    min-width: 100%;
  }
}

@media screen and (min-width: 150px) and (max-width: 302px) {
  .news_image_one {
    min-width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .product_container_blog_img,
  .news_image_one {
    max-width: 100%;
    width: 100%;
  }

  .container_main .container_blog_news {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .news_image_one {
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .product_container_blog_img,
  .news_image_one {
    max-width: 100%;
    width: 100%;
  }

  .blog_news_highlight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
  }

  .container_blog_one {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .product_container_blog_one {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
}

.container_product_crumbs_two {
  margin-bottom: 20px;
}

.container_product_crumbs {
  margin-top: 25px;
  margin-bottom: 20px;
}

.container_product_crumbs_one {
  margin-top: 25px;
  margin-bottom: 10px;
}

.container_product_crumbs_tree {
  margin-top: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .container_product_crumbs {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container_product_crumbs_two {
    margin-bottom: 10px;
  }

  .container_product_crumbs_one {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .section_category_product {
    padding-top: 4px;
  }

  .container_product_crumbs_tree {
    margin-top: 12px;
    margin-bottom: 10px;
  }
}

.row_page_product_one_block {
  display: flex;
  flex-direction: column;
  max-width: 914px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.container_news_page .hidden-xs {
  display: none;
}

.hidden-xs {
  width: 100%;
  max-width: 300px;
}

.content_row_news_page_one {
  display: flex;
  max-width: 914px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 50px;
  background: #fff;
}

.page_news_container {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.page_news_container img {
  border-radius: 30px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.page_news_container h1 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.page_news_container h4 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}

.page_news_container p {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.page_news_container h6 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.page_news_container ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .row_page_product_one_block {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .content_row_news_page_one {
    padding: 10px 10px 20px 10px;
    border-radius: 26px;
  }

  .row_page_product_one_block {
    margin-bottom: 100px;
  }

  .page_news_container h1 {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .page_news_container h4 {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .page_news_container img {
    border-radius: 16px;
  }
}

.container_block_crumbs {
  display: flex;
  max-width: 914px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.row_information {
  display: flex;
  max-width: 914px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 50px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 80px;
}

.row_information h1 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.row_information h4 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.row_information p {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.row_information b {
  margin-bottom: 10px;
}

.row_information h5 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.row_information h6 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

@media screen and (max-width: 744px) {
  .row_information h1 {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .row_information {
    padding: 10px;
    border-radius: 26px;
  }

  .row_information h4 {
    font-size: 16px;
  }
}

.rowp_age_not_found {
  display: flex;
  width: 914px;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 30px;
  background: var(--White-600, #fff);
  box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 250px;
  margin-top: 140px;
}

.menu_error_left {
  display: flex;
  width: 437px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.page_menu_not_found {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.menu_error_left h1 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.64px;
  align-self: stretch;
}

.menu_error_left p {
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.36px;
}

.button_close_error {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.button_close_error_one {
  display: flex;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--Green-600, #007632);
}

.button_close_error_one:hover {
  border-radius: 12px;
  background: var(--Black-600, #181818);
}

.button_close_error:hover {
  color: var(--White-600, #fff);
  transition: all ease-in-out 300ms;
}

.container_found_error {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .rowp_age_not_found {
    display: flex;
    width: 704px;
    height: 294px;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    margin-top: 40px;
  }

  .menu_error_left {
    width: 387px;
  }
}

@media screen and (max-width: 767px) {
  .rowp_age_not_found {
    display: flex;
    max-width: 340px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 18px;
    margin-bottom: 270px;
    margin-top: 40px;
  }

  .menu_error_left h1 {
    color: var(--Black-600, #181818);
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.48px;
  }

  .menu_error_left p {
    color: var(--Gray-600, #535863);
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.32px;
  }

  .logo_two_error {
    width: 132px;
    height: 116px;
  }

  .page_menu_not_found {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .menu_error_left {
    width: 100%;
  }

  .button_close_error_one {
    width: 100%;
  }
}

.container_about_us {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.about-us-hero__left {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 30px;
  background: var(--Green-600, #007632);
  height: 100%;
}

.about-us-hero {
  display: flex;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  margin-bottom: 25px;
}

.about-us-hero__logo img {
  width: 230px;
  height: auto;
  margin-bottom: 35px;
}

.about-us-hero__title {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  width: 600px;
}

.about-us-hero__subtitle {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about-us-hero__text {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about_us_text_one {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-us-video-container {
  flex-shrink: 0;
}

.about-us-video-container video {
  border-radius: 30px;
  width: 363px;
  height: 645px;
}

@media screen and (min-width: 744px) and (max-width: 1300px) {
  .about-us-video-container video {
    height: auto;
    width: 704px;
  }

  .about-us-hero {
    display: flex;
    width: 704px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-hero__logo img {
    margin-bottom: 30px;
  }

  .about-us-hero__right {
    width: 100%;
  }

  .custom_list_contact_two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 704px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .custom_list_contact_block {
    width: 100%;
  }
}

@media screen and (max-width: 744px) {
  .about-us-video-container {
    flex-shrink: 0;
    width: 100%;
    max-width: 704px;
    margin-top: 20px;
  }

  .about-us-hero {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 29px;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .about-us-hero__left {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
  }

  .about-us-video-container video {
    height: auto;
    width: 100%;
    border-radius: 24px;
  }

  .about-us-hero__logo img {
    width: 138px;
    height: 141px;
  }

  .about-us-hero__title {
    font-size: 24px;
    text-align: center;
    width: 300px;
  }

  .about-us-hero__subtitle {
    font-size: 16px;
  }

  .about-us-hero__text {
    font-size: 16px;
  }

  .about_us_text_one {
    text-align: center;
  }
}

@media screen and (max-width: 499px) {
  .nav-dot {
    min-width: 66px;
  }

  .slider-navigation {
    padding-left: 23px !important;
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .nav-dot {
    max-width: 98px !important;
  }

  .slider-navigation {
    padding-left: 23px;
    padding-right: 20px;
  }
}

.history-block {
  display: flex;
  padding: 40px 60px;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  border-radius: 30px;
  background: var(--White-600, #fff);
  margin-bottom: 30px;
}

.history-block__title {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 29px;
}

.history-block__title::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5px;
  background: var(--Green-600, #007632);
  width: 9px;
  height: 42px;
}

.history-block__text {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.vertical_arrow {
  width: 1px;
  align-self: stretch;
  background: var(--Gray-100, #f3f3f3);
}

.history-block__left {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.history-block__list {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.history-block__right {
  flex: 1 0 0;
  width: 100%;
}

.horizontal_line {
  background: var(--Gray-100, #f3f3f3);
  height: 1px;
  align-self: stretch;
  margin-bottom: 20px;
}

.history-block__item {
  margin-bottom: 20px;
  position: relative;
}

.activity_arrow {
  fill: #000;
  color: var(--White-600, #fff);
  cursor: pointer;
  min-width: 30px;
  transition: var(--transition-time-all);
  transform: translateX(-30px);
}

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

.history-block__item:hover {
  color: var(--Green-600, #007632);
  font-family: var(--font-family-main);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.history-block__item:hover .activity_arrow {
  fill: var(--Green-600, #007632);
  background-position: 0 -28px;
}

.activity_arrow:hover {
  background-color: var(--White-600, #fff);
  color: var(--White-600, #fff);
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .history-block {
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    width: 704px;
    margin-left: auto;
    margin-right: auto;
  }

  .history-block__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .history-block {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .history-block__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    max-width: 100%;
  }

  .history-block__title {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .history-block__text {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .history-block__title {
    position: relative;
    top: 6px;
    display: flex;
    align-items: center;
  }

  .history-block__item {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%;
  }

  .activity_arrow {
    left: 94%;
    bottom: 3%;
  }

  .horizontal_line {
    margin-bottom: 12px;
  }

  .history-block__item {
    margin-bottom: 12px;
  }
}

.box_history_icon {
  display: flex;
  align-items: center;
  width: 30px;
  overflow: hidden;
  transition: var(--transition-time-all);
}

.history-block__item:hover .activity_arrow {
  fill: var(--Green-600, #007632);
  transform: translateX(0);
}

.dev_slider {
  border-radius: 56px;
  background: #fff;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
}

.dev_slider__title {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.dev_slider__content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  align-self: stretch;
}

.dev_slider__image img {
  border-radius: 30px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  width: 670px;
  align-self: stretch;
}

.dev_slider__title_text {
  display: flex;
  width: 377px;
  height: 252px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.dev_slider__year {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.dev_slider__desc {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.dev_slider__nav {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.dev_slider__btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background-color: #4caf50;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.dev_slider__btn:hover {
  background-color: #45a049;
}

.text_marian_agro {
  color: var(--Green-600, #007632);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.marian-header__title {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.why_marian_agro {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.marian-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 750px;
}

.marian-header__description {
  color: var(--Black-600, #181818);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0 auto;
  width: 750px;
}

.marian-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.marian-card {
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 26px;
  background: var(--White-600, #fff);
}

.marian-card__text {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.marian-card__icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px 9.672px 10px 10.328px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  background: var(--Green-50, #ecfdf3);
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .why_marian_agro {
    width: 704px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .marian-header__description {
    width: 704px;
    letter-spacing: 0;
    margin: 0;
  }

  .marian-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .marian-card {
    width: 704px;
  }

  .marian-card__text {
    width: 292px;
  }
}

@media screen and (max-width: 767px) {
  .why_marian_agro {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .marian-header {
    width: 100%;
  }

  .marian-header__description {
    width: 100%;
  }

  .marian-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
  }

  .marian-header__title {
    text-align: center;
  }

  .slider-navigation {
    padding-left: 23px;
    padding-right: 20px;
  }
}

.viewed_products_icon {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
  border-radius: 24px;
  background: #fff;
  margin-bottom: 20px;
}

.viewed_products_reviewed {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-self: stretch;
}

.viewed_products_reviewed h3 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-self: stretch;
}

.viewed_products_reviewed p {
  color: var(--Gray-400, #88898b);
  font-family: var(--font-family-main);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-self: stretch;
}

.reviewed_products_line {
  background: var(--Gray-100, #f3f3f3);
  height: 1px;
  align-self: stretch;
  margin-bottom: 16px;
  margin-top: 16px;
}

.view_products_page img {
  border-radius: 8px;
  background:
    url(<path-to-image>) lightgray 50% / contain no-repeat,
    var(--White-600, #fff);
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.product_page_line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tovar_line_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  align-self: stretch;
}

.tovar_line_list p {
  overflow: hidden;
  color: var(--Black-600, #181818);
  text-overflow: ellipsis;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  width: 178px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tovar_line_list p:hover {
  overflow: hidden;
  color: var(--Green-600, #007632);
  text-overflow: ellipsis;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
}

.tovar_line_list span {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tovar_line_list .price_product_cart {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tovar_line_list .old_price_product_cart {
  color: #dd302c;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: line-through;
  opacity: 0.67;
}

.view_all_button_one {
  color: var(--Green-600, #007632);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.button_primary_click {
  display: flex;
  align-items: center;
  gap: 6px;
  fill: var(--Green-600, #007632);
}

.button_primary_click:hover {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  fill: var(--Black-600, #181818);
}

.ocf-active .ocf-filter-header-append {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .ocf-content {
    border-radius: 24px;
  }
}

.ocf-content {
  padding: 20px;
  background: #fff;
}

.custom_contact_from_fast {
  margin-bottom: 0 !important;
}

.fast_connection_page {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 15px;
}

.form-input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-icon svg {
  fill: #88898b;
}

.icon {
  width: 20px;
  height: 20px;
  fill: #757575;
}

.text-danger {
  color: red;
  font-size: 13px;
  margin-top: 3px;
}

div.required .control-label:after {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.container_contact {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.vertical_arrow_contact {
  height: 1px;
  align-self: stretch;
  background: var(--Gray-100, #f3f3f3);
  margin-bottom: 16px;
  margin-top: 16px;
}

.contact_form_fill_in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
}

.adress_contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

ul {
  list-style: none;
}

/* div.contact_form_fill_in .control-label:before {    content: "*";      color: red;      margin-right: 5px;     position: relative;}.control-label.right-star::after {    content: "*";    color: red;    position: absolute;    right: 0;    top: 50%;    transform: translateY(-50%);    margin-left: 8px;   }   */
.custom-contact-wrapper {
  border: none;
  border-radius: 24px;
  background: var(--White-600, #fff);
  background-color: #fff;
  padding: 26px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.custom-form-wrapper {
  display: flex;
  padding: 26px;
  flex-direction: column;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 24px;
  background: #fff;
}

.weekly_working_hours span {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.working_hours_days .working_monday {
  color: var(--Gray-400, #88898b);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.weekly_working_hours {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.custom-form-list-wrapper {
  gap: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.custom-contact-list {
  width: 100%;
}

.custom-contact-list strong {
  color: #007632;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.custom-contact-list a,
address,
p,
br {
  color: #181818;
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}

.company_work_phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  align-self: stretch;
}

.company_work_phone a:hover {
  color: var(--Green-600, #007632);
}

.company_work_phone a {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.adress_contact p {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.custom-contact-list h3 {
  color: #181818;
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.required_data {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: stretch;
}

.control_label_form {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: stretch;
}

.control-label {
  overflow: hidden;
  color: var(--Gray-700, #454f5b);
  text-overflow: ellipsis;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}

.contact_social_icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.fast_connection_page {
  align-self: stretch;
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom: 0;
}

.contact_social_icons a {
  border-radius: 42px;
  background: #f3f3f3;
  display: flex;
  width: 46px;
  height: 46px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.contact_social_icons a:hover {
  border-radius: 42px;
  background: var(--Green-600, #007632);
  fill: var(--White-600, #fff);
  transition: all 0.3s ease;
}

.contact_social_icons img:hover {
  fill: var(--White-600, #fff);
}

.form-input-wrapper input {
  display: flex;
  height: 44px;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 12px;
  background: #f3f3f3;
  box-shadow: none;
}

.form-input-wrapper textarea {
  resize: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: #f3f3f3;
  box-shadow: none;
  padding: 14px;
}

.email_text_input {
  overflow: hidden;
  color: var(--Black-600, #181818);
  text-overflow: ellipsis;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.form-control {
  border: 2px solid #f3f3f3;
  transition: var(--transition-time-all);
  overflow: hidden;
  color: var(--Black-600, #181818);
  text-overflow: ellipsis;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}

.form-control:hover {
  border-radius: 12px;
  border-color: #dde0e2;
  background: var(--White-600, #fff);
}

.form-control:focus {
  border-radius: 12px;
  border-color: #007632;
  background: var(--White-600, #fff);
  outline: 0;
  box-shadow: none;
}

.input-icon:focus svg {
  fill: var(--Green-600, #007632);
}

.form-control:focus ~ .input-icon svg {
  fill: var(--Green-600, #007632);
}

.input-icon:hover svg {
  fill: #88898b;
}

.input-icon:hover svg {
  fill: var(--Green-600, #007632);
}

.form-control:focus ~ .input-icon svg {
  fill: var(--Green-600, #007632);
}

.input-container {
  position: relative;
  width: 100%;
}

/* #input-phone {      padding: 10px;      font-size: 14px;      width: 100%;      box-sizing: border-box;    }   */
.placeholder-text {
  position: absolute;
  top: 12px;
  left: 16px;
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: opacity 0.2s;
}

.placeholder_text_message {
  position: absolute;
  top: 8%;
  left: 13px;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  pointer-events: none;
  transition: opacity 0.2s;
}

.hidden {
  opacity: 0;
}

.button-custom-wrapper {
  display: inline-block;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--Green-600, #007632);
  cursor: pointer;
  user-select: none;
  width: 100%;
  text-align: center;
}

.button-custom-wrapper button {
  all: unset;
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.button-custom-wrapper:hover {
  border-radius: 12px;
  background: var(--Black-600, #181818);
  transition: all 0.3s ease;
}

#map {
  height: 260px;
  width: 95%;
  border-radius: 24px;
  width: auto;
}

.cust-adress-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.cust-numbers-item {
  display: flex;
  align-items: center;
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 8px;
}

.cust-numbers-item a:hover {
  color: var(--Green-600, #007632);
  transition: all 0.3s ease;
}

.cust-numbers-item div {
  display: flex;
  flex-direction: column;
}

.horizontal_arrow_contact {
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background: var(--Gray-100, #f3f3f3);
}

.custom_adress_item {
  flex: 1 0 0;
}

hr {
  border: none;
  border-left: 2px solid #000;
  height: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.adress-title {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.adress-subtitle {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom_adress_item a:hover p {
  color: var(--Green-600, #007632);
  transition: all 0.3s ease;
}

.text_page_map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.cust-locations-wrapper h2 {
  color: var(--Black-600, #181818);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

a:hover {
  color: var(--Black-600, #181818);
}

.adress_contact p:hover {
  color: var(--Green-600, #007632);
}

@media (min-width: 1124px) {
  .custom-form-list-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
  }

  .cust-locations-wrapper h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .contact-item {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    /* border-radius: 24px;    background: var(--White-600, #FFF); */
  }
}

@media (min-width: 768px) and (max-width: 1123px) {
  .custom-form-list-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

  .location_and_phone {
    display: flex;
    padding: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    border-radius: 24px;
    background: #fff;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .horizontal_arrow_contact {
    background: var(--Gray-100, #f3f3f3);
    height: 1px;
    align-self: stretch;
    width: auto;
  }

  .adress-subtitle {
    margin-bottom: 20px;
  }

  #map {
    height: 640px;
    margin-bottom: 100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cust-locations-wrapper h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .cust-locations-wrapper ul {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 24px;
    background: #fff;
    margin-bottom: 20px;
  }

  .custom-contact-list h3 {
    font-size: 24px;
  }

  .adress_contact p {
    font-size: 18px;
  }

  .company_work_phone a {
    font-size: 18px;
  }

  .weekly_working_hours span {
    font-size: 18px;
  }

  .working_hours_days .working_monday {
    font-size: 18px;
  }

  .weekly_working_hours span {
    margin-left: 29px;
  }

  .custom-contact-wrapper {
    padding: 16px;
    margin-bottom: 20px;
  }

  .custom-form-wrapper {
    padding: 16px;
  }

  .adress-subtitle {
    margin-bottom: 20px;
  }

  #map {
    height: 260px;
    align-self: stretch;
    margin-bottom: 103px;
  }

  .horizontal_arrow_contact {
    background: var(--Gray-100, #f3f3f3);
    height: 1px;
    align-self: stretch;
    width: auto;
  }
}

@media (min-width: 1124px) {
  .custom-form-list-wrapper {
    width: -webkit-fill-available;
    margin-bottom: 80px;
  }

  .form-wrapper {
    width: -webkit-fill-available;
  }

  #map {
    height: 640px;
    margin-bottom: 100px;
  }

  .cust-locations-wrapper ul {
    flex-direction: row;
    display: flex;
    height: 300px;
    padding: 26px;
    align-items: flex-start;
    gap: 6px;
    border-radius: 24px;
    background: #fff;
    margin-bottom: 30px;
  }
}

.service-h1 {
  display: none;
}

.service-bloc-1 {
  background: #007632;
  color: rgb(255, 255, 255);
}

.service-bloc-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.service-bloc-2-img {
  width: 100%;
}

.service-bloc-4-img,
.service-bloc-4-location,
.service-bloc-4-text {
  display: none;
}

.service-bloc-1-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}

@media (min-width: 1250px) {
  .service-bloc {
    padding-left: 60px;
    padding-right: 60px;
  }

  .service-bloc-1 {
    border-radius: 30px;
    background: var(--Green-600, #007632);
    display: flex;
    gap: 20px;
    padding: 40px;
    width: 100%;
  }

  .service-bloc-1-2-1 {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-1-2-2 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .service-bloc-1-2-2 p {
    border-radius: 12px;
    background: var(--Yellow-600, #efe536);
    color: #181818;
    padding: 12px 14px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }

  .service-bloc-1-2-3 {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .service-bloc-1-2-3 span {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-3-texy {
    color: #181818;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-3 {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
  }

  .service-bloc-3-blok {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 40px;
    display: flex;
    gap: 24px;
  }

  .service-bloc-3-blok-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    flex: 1;
  }

  .service-bloc-3-img {
    width: 320px;
    height: 216px;
  }

  .service-bloc-3-blok-1 h3 {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
  }

  .service-bloc-3-blok-1 p {
    align-self: stretch;
    color: var(--Gray-600, #535863);
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
  }

  .service-bloc-3-blok-2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
  }

  .service-video-container video {
    border-radius: 30px;
    width: 100%;
    align-self: stretch;
  }

  .service-bloc-3-blok-2-1 button,
  .service-bloc-3-blok-2-2 button {
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 14px;
    border-radius: 12px;
    transition: all 0.5s ease;
  }

  .service-bloc-3-blok-2-1 button {
    background-color: #ffffff;
    color: #007632;
    border: 2px solid #007632;
  }

  .service-bloc-3-blok-2-1 button:hover {
    background-color: #007632;
    color: #ffffff;
  }

  .service-bloc-3-blok-2-2 button {
    background-color: #007632;
    color: #ffffff;
    border: 2px solid #007632;
  }

  .service-bloc-3-blok-2-2 button:hover {
    background-color: #181818;
    border: 2px solid #181818;
  }

  .service-bloc-4 {
    display: flex;
    padding-top: 40px;
    gap: 40px;
  }

  .service-bloc-4-1-bloc {
    display: flex;
    width: 670px;
    padding: 26px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    background-color: #ffffff;
  }

  .service-bloc-4-1-text {
    color: #181818;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-4-2-text {
    color: #181818;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-4-2 {
    display: flex;
    padding: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 24px;
    background-color: #ffffff;
  }

  .service-bloc-1-1-img {
    max-width: 215px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1250px) {
  .service-bloc-1-1 {
    display: flex;
    align-items: center;
  }

  .service-video-container video {
    border-radius: 30px;
    width: 100%;
    align-self: stretch;
  }

  .service-bloc-1 {
    border-radius: 30px;
    background: var(--Green-600, #007632);
    display: flex;
    gap: 20px;
    padding: 40px;
    width: 100%;
  }

  .service-bloc-3-img {
    width: 100%;
    height: auto;
  }

  .service-bloc-1-2-1 {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-1-2-2 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .service-bloc-1-2-2 p {
    background: var(--Yellow-600, #efe536);
    color: #181818;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }

  .service-bloc-1-2-3 {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .service-bloc-1-2-3 span {
    font-family: var(--font-family-main);
    color: var(--White-600, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-3-texy {
    color: #181818;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-3 {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
  }

  .service-bloc-3-blok-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    flex: 1;
  }

  .service-bloc-3-img {
    width: 320px;
    height: 216px;
  }

  .service-bloc-3-blok-1 h3 {
    color: var(--Black-600, #181818);
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
  }

  .service-bloc-3-blok-1 p {
    color: var(--Gray-600, #535863);
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
  }

  .service-bloc-3-blok-2-1 button,
  .service-bloc-3-blok-2-2 button {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    transition: all 0.5s ease;
  }

  .service-bloc-3-blok-2-1 button {
    background-color: #ffffff;
    color: #007632;
    border: 2px solid #007632;
  }

  .service-bloc-3-blok-2-1 button:hover {
    background-color: #007632;
    color: #ffffff;
  }

  .service-bloc-3-blok-2-2 button {
    background-color: #007632;
    color: #ffffff;
    border: 2px solid #007632;
  }

  .service-bloc-3-blok-2-2 button:hover {
    background-color: #181818;
    border: 2px solid #181818;
  }
}

@media (min-width: 834px) and (max-width: 1250px) {
  .service-bloc-3-blok {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 40px;
    display: flex;
    gap: 24px;
  }

  .service-bloc-3-blok-2 {
    text-align: right;
  }

  .service-bloc-3-blok-2 a {
    padding-left: 8px;
  }
}

@media (min-width: 768px) and (max-width: 834px) {
  .service-bloc-3-blok {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 40px;
    gap: 24px;
  }

  .service-bloc-3-blok-2 {
    display: flex;
    gap: 12px;
    justify-content: center;
  }

  .service-bloc-3-blok-2-1 button {
    width: 100%;
  }

  .service-bloc-3-blok-2-2 button {
    width: 100%;
  }

  .service-bloc-3-blok-2 a {
    width: 100%;
  }

  .service-bloc-3-img {
    width: 100%;
    height: auto;
  }

  .service-bloc-3-blok-1 {
    margin-bottom: 30px;
  }
}

@media (min-width: 470px) and (max-width: 767px) {
  .service-bloc {
    padding-left: 22px;
    padding-right: 22px;
  }

  .service-video-container video {
    border-radius: 30px;
    width: 100%;
    align-self: stretch;
  }

  .service-bloc-1 {
    background: #007632;
    display: flex;
    gap: 20px;
    padding: 40px;
    border-radius: 30px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .service-bloc-1-2 {
    align-items: center;
  }

  .service-bloc-1-2-1 {
    color: var(--White-600, #fff);
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-1-2-2 {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .service-bloc-1-2-2 p {
    background: var(--Yellow-600, #efe536);
    color: #181818;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }

  .service-bloc-1-2-3 {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: left;
  }

  .service-bloc-1-2-3 span {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-3-texy {
    color: #181818;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-3 {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
  }

  .service-bloc-3-blok {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 40px;
    display: grid;
    gap: 24px;
  }

  .service-bloc-3-img {
    margin: 0 auto;
    width: 100%;
  }

  .service-bloc-3-blok-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    flex: 1;
  }

  .service-bloc-3-blok-1 h3 {
    color: #181818;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .service-bloc-3-blok-1 p {
    color: var(--Gray-600, #535863);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
  }

  .service-bloc-3-blok-2 {
    display: flex;
    gap: 16px;
    margin-top: 10px;
  }

  .service-bloc-3-blok-2 a {
    flex: 1;
    padding: 0;
  }

  .service-bloc-3-blok-2-1 button,
  .service-bloc-3-blok-2-2 button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 0;
    border-radius: 12px;
    transition: all 0.5s ease;
  }

  .service-bloc-3-blok-2-1 button {
    background-color: #ffffff;
    color: #007632;
    border: 2px solid #007632;
  }

  .service-bloc-3-blok-2-1 button:hover {
    background-color: #007632;
    color: #ffffff;
  }

  .service-bloc-3-blok-2-2 button {
    background-color: #007632;
    color: #ffffff;
    border: 2px solid #007632;
  }

  .service-bloc-3-blok-2-2 button:hover {
    background-color: #181818;
    border: 2px solid #181818;
  }
}

@media (min-width: 0px) and (max-width: 470px) {
  .service-bloc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-video-container video {
    border-radius: 24px;
    width: 100%;
    align-self: stretch;
  }

  .service-bloc-1 {
    background: #007632;
    gap: 29px;
    padding: 16px;
    border-radius: 24px;
    width: 100%;
  }

  .service-bloc-1-1-img {
    width: 138px;
    height: 141px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .service-bloc-1-2-1 {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
  }

  .service-bloc-1-2-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
  }

  .service-bloc-1-2-2 p {
    text-align: center;
    background: #efe536;
    color: #181818;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }

  .service-bloc-1-2-3 {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .service-bloc-1-2-3 span {
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-2 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .service-bloc-3-texy {
    color: #181818;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .service-bloc-1-2 {
    align-items: normal;
  }

  .service-bloc-3 {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
  }

  .service-bloc-3-blok {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
    display: grid;
  }

  .service-bloc-3-img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .service-bloc-3-blok-1 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
  }

  .service-bloc-3-blok-1 p {
    color: var(--Gray-600, #535863);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
  }

  .service-bloc-3-blok-2 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .service-bloc-3-blok-2-1 button,
  .service-bloc-3-blok-2-2 button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 0;
    border-radius: 12px;
    transition: all 0.5s ease;
  }

  .service-bloc-3-blok-2-1 button {
    background-color: #ffffff;
    color: #007632;
    border: 2px solid #007632;
  }

  .service-bloc-3-blok-2-1 button:hover {
    background-color: #007632;
    color: #ffffff;
  }

  .service-bloc-3-blok-2-2 button {
    background-color: #007632;
    color: #ffffff;
    border: 2px solid #007632;
  }

  .service-bloc-3-blok-2-2 button:hover {
    background-color: #181818;
    border: 2px solid #181818;
  }
}

.current-page-contact#contact_form {
  scroll-margin-top: 80px;
}

.current-page-contact#contact_form {
  scroll-margin-top: 80px;
}

.notification-box {
  display: flex;
  width: 540px;
  padding: 30px;
  flex-direction: column;
  gap: 30px;
  border-radius: 30px;
  background: var(--White-600, #fff);
  box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
  height: auto;
}

.notification-wrapper-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 71vh;
}

.icon_like {
  width: 40px;
  height: 40px;
}

.title_message_sent {
  color: var(--Black-600, #181818);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.message_sent_title {
  color: var(--Black-600, #181818);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.buttons_home_page_button a {
  border-radius: 12px;
  background: var(--Green-600, #007632);
  display: flex;
  height: 44px;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.buttons_home_page_button a:active:hover {
  border-radius: 12px;
  background: var(--Black-600, #181818);
}

.buttons_home_page_button a:hover {
  border-radius: 12px;
  background: var(--Black-600, #181818);
}

.buttons_home_page_button a:active {
  border-radius: 12px;
  background: var(--Black-600, #181818);
}

.buttons_home_page_button a:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  text-decoration: auto;
}

.title_text_message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.container_product_crumbs_breadcrumbs {
  margin-top: 24px;
  margin-bottom: 20px;
}

.container_common_success {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.all_vacancies_page {
  display: flex;
  max-width: 1320px;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  width: 100%;
}

.container_vacancy {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  width: 100%;
}

.text_page_vacancy {
  display: flex;
  max-width: 1117px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.text_page_vacancy h1 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.vacancy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.vacancy-item {
  border-radius: 22px;
  background: var(--White-600, #fff);
  box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  border: 2px solid var(--White-600, #fff);
  position: relative;
  min-height: 260px;
}

.vacancy-item:hover {
  border-radius: 22px;
  border: 2px solid var(--Green-600, #007632);
  background: var(--White-600, #fff);
  box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
}

.short_description_vacancies {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--Gray-500, #637381);
  text-overflow: ellipsis;
  font-family: var(--font-family-main);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: normal;
}

.vacancy-item h3 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.employee_salary {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.workplace_text {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.text_job_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  flex-grow: 1;
}

.employee_salary strong {
  margin-right: 4px;
}

.time_and_button {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}

.button_click_vacancy {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 2px solid var(--Green-600, #007632);
  background: var(--White-600, #fff);
  color: var(--Green-600, #007632);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.button_click_vacancy:hover {
  background: var(--Green-600, #007632);
  color: var(--White-600, #fff);
}

.arrow_next_vacancy {
  position: absolute;
  right: 17px;
  top: 16px;
  transition: transform 0.3s ease;
}

.vacancy-item:hover .arrow_next_vacancy {
  transform: rotate(-135deg);
  fill: var(--Green-600, #007632);
  position: absolute;
}

@media (max-width: 400px) {
  .text_job_description h3 {
    width: 89%;
  }
}

@media (max-width: 1024px) {
  .text_page_vacancy,
  .all_vacancies_page,
  .container_vacancy {
    max-width: 100%;
  }
}

@media (max-width: 744px) {
  .vacancy-list {
    grid-template-columns: 1fr;
  }

  .text_page_vacancy p {
    font-size: 16px;
  }

  .all_vacancies_page {
    gap: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .text_page_vacancy h1 {
    font-size: 24px;
  }

  .short_description_vacancies {
    -webkit-line-clamp: 3;
  }

  .time_and_button .news_date_one {
    order: 0;
  }
}

.container_site_map {
  display: flex;
  max-width: 914px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container_site_map_text {
  display: flex;
  max-width: 914px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 50px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 80px;
}

.container_site_map_text h1 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}

.row_container_site_map_text {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  flex-direction: column;
}

.sitemap_container_content {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .row_container_site_map_text {
    flex-direction: column;
  }
}

.container_return_policy {
  display: flex;
  max-width: 1320px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.row_container_return_policy {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.row_container_return_policy h1 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.slider-navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 30px 0;
  padding: 0 10px;
}

.progress-line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #e53935;
  z-index: 1;
  transition: width 0.3s ease;
}

.title-history-slider {
  color: #181818;
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text_slider_year_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.slider-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .slider-navigation {
    gap: 10px;
    flex-wrap: wrap;
  }
}

.container_vacancy_view_page {
  margin-left: auto;
  margin-right: auto;
  max-width: 914px;
  width: 100%;
}

.vacancy_view_view {
  display: flex;
  width: 100%;
  max-width: 914px;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  border-radius: 22px;
  background: var(--White-600, #fff);
  margin-bottom: 100px;
}

.vacancy_view_view h6 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.32px;
}

.vacancy_view_view h5 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}

.vacancy-description img {
  width: 20px;
  margin-right: 5px;
}

.vacancy-view-header h1 {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.vacancy-view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.vacancy_title_price {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  flex: 1 0 0;
}

.vacancy_location_text {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  flex: 1 0 0;
}

.vacancy-view-details {
  display: flex;
  height: 47px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

@media (max-width: 744px) {
  .vacancy-view-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.ocf-noUi-pips {
  display: none;
}

/* .input_group_text {    display: flex;    padding: 10px 14px;    align-items: center;    gap: 20px;    flex: 1 0 0;    align-self: stretch;    border-radius: 12px;    background: var(--BG, #F3F3F3);} */
.vacancy-description p {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.section-advantages {
  padding: 40px 0;
}

.headline-advantages {
  color: #000;
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.advantages-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 750px;
}

.lead-advantages {
  color: var(--Black-600, #181818);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0;
}

.list-advantages {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.advantages_item_text_one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.item-advantage {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 26px;
  background: var(--White-600, #fff);
}

.icon-advantage {
  border-radius: 28px;
  background: var(--Green-50, #ecfdf3);
  display: flex;
  padding: 10px 9.672px 10px 10.328px;
  justify-content: center;
  align-items: center;
}

.item-advantage-content {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.icon-advantage img {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.title-advantage {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.text-advantage {
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

@media (min-width: 744px) and (max-width: 900px) {
  .item-advantage {
    flex-basis: calc(50% - 20px);
  }

  .list-advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .section-advantages {
    width: 100%;
  }

  .advantages-text {
    width: 100%;
  }
}

@media (max-width: 743px) {
  .item-advantage {
    flex: auto;
  }

  .section-advantages {
    width: 100%;
  }

  .advantages-text {
    width: 100%;
  }

  .headline-advantages {
    font-size: 24px;
  }
}

.title-history-slider {
  font-size: 32px;
  color: #333;
}

.prev-slide {
  left: 10px;
}

.next-slide {
  right: 10px;
}

.slider-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 768px) {
  .slider-navigation {
    gap: 10px;
    flex-wrap: wrap;
  }
}

.custom-contact-text span {
  font-weight: 500;
}

.custom-contact-text {
  margin-bottom: 20px;
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.container_service_info {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.custom_from_contact {
  flex-basis: 50%;
}

.custom_from_contact_wrapper {
  flex-basis: 50%;
}

.row_container_return_policy p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.category_product_content .link_cart_product {
  display: flex;
  height: 410px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  max-width: 320px;
  min-width: 320px;
}

.category_product_content .image_item_bottom_product_page {
  width: 100%;
  max-width: 280px;
  height: auto;
  max-height: 206px;
  object-fit: contain;
}

.products-row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 550px) and (max-width: 864px) {
  .products-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .section_category_product .ocf-btn-mobile-static {
    min-width: 340px;
  }

  .row_category_product {
    flex-direction: column;
  }
}

@media screen and (max-width: 549px) {
  .products-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .row_category_product {
    flex-direction: column;
  }

  .sorting_categories_together_two {
    max-width: 100%;
    width: 100%;
  }

  .section_category_product .ocf-btn-mobile-static {
    max-width: 100%;
    min-width: 100%;
  }
}

@media screen and (min-width: 401px) and (max-width: 743px) {
  .load-more-btn {
    width: 340px;
  }
}

@media screen and (min-width: 200px) and (max-width: 400px) {
  .load-more-btn {
    width: 100%;
  }

  .section_category_product .ocf-btn-mobile-static {
    max-width: 100%;
    min-width: 100%;
  }
}

@media screen and (min-width: 744px) and (max-width: 908px) {
  .section_category_product {
    padding-top: 20px;
  }

  .section_category_product .ocf-btn-mobile-static {
    max-width: 340px;
    min-width: 340px;
  }

  .sorting_categories_together_two {
    max-width: 340px;
  }
}

@media screen and (min-width: 909px) and (max-width: 1111px) {
  .section_category_product {
    padding-top: 30px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1111px) {
  .row_category_product {
    display: block;
  }
}

@media screen and (min-width: 1112px) and (max-width: 1390px) {
  .section_category_product {
    padding-top: 30px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1390px) {
  .section_category_product .ocf-btn-mobile-static {
    display: flex !important;
    height: 44px;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--White-600, #fff);
    width: 100%;
    max-width: 342px;
    min-width: 342px;
    cursor: pointer;
  }

  .category_product_content .link_cart_product {
    display: flex;
    height: 410px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    max-width: none;
    min-width: auto;
  }

  .container_product_crumbs_two {
    margin-bottom: 20px;
  }

  .product_sorting_together {
    flex-direction: column;
  }

  .product_sorting_together .filter_with_sorting {
    display: flex;
    margin-bottom: 20px;
  }

  .product_sorting_together .sorting_categories_together_two {
    width: 100%;
    max-width: 342px;
    min-width: 342px;
    justify-content: center;
  }

  .slide-content {
    padding: 0 !important;
  }
}

@media screen and (max-width: 743px) {
  .filter_with_sorting {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .section_category_product .ocf-btn-mobile-static {
    display: flex !important;
    height: 44px;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--White-600, #fff);
    width: 100%;
    cursor: pointer;
  }

  .category_product_content .link_cart_product {
    max-width: 100%;
    min-width: 100%;
  }

  .products-row {
    gap: 10px;
  }

  .product_sorting_together {
    flex-direction: column;
    align-items: center;
  }

  .product_tovar_mood {
    font-size: 24px;
  }

  .sorting_categories {
    display: flex;
    max-height: 44px;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .sorting_categories_together_two {
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    background: #fff;
    position: relative !important;
    width: 100%;
  }

  .category_product_mood {
    left: 0;
  }
}

.view_products_page:last-child .reviewed_products_line {
  display: none;
}

.ocf_filter_page_item:last-child::after {
  display: none;
}

.box_top_want_to_buy_product_page .btn_close_modal_product_page {
  padding: 4px;
}

.service-section-1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container_service_one_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  height: 645px;
}

.service-content {
  border-radius: 30px;
  background: var(--Green-600, #007632);
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  max-width: 50%;
}

.service-tag {
  border-radius: 12px;
  background: var(--Yellow-600, #efe536);
  display: flex;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Black-600, #181818);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.service-content h1 {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-self: stretch;
  margin: 0;
}

.service-content h2 {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-self: stretch;
  margin: 0;
}

.text_dear_partners {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.service-description {
  margin: 0;
}

.dear_partners {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 10px;
}

.service_video_block {
  align-self: stretch;
  border-radius: 30px;
}

.service_video_block video {
  display: block;
  border-radius: 30px;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 645px;
}

.service-image {
  align-self: stretch;
  border-radius: 30px;
}

.service-image img {
  display: block;
  border-radius: 30px;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 645px;
}

@media (min-width: 744px) and (max-width: 900px) {
  .container_service_one_page {
    flex-direction: column;
    height: auto;
  }

  .service-content {
    max-width: 100%;
  }

  .service_video_block video {
    max-width: 100%;
    height: auto;
    align-self: stretch;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: max-content;
  }

  .service-image img {
    max-width: 100%;
  }

  .service-section-1 {
    width: 100%;
  }
}

@media (max-width: 743px) {
  .service-section-1 {
    width: 100%;
  }

  .service_video_block video {
    max-width: 100%;
    border-radius: 18px;
  }

  .container_service_one_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    height: auto;
  }

  .service-image img {
    max-width: 100%;
  }

  .service-content {
    padding: 20px;
    gap: 15px;
    max-width: 100%;
    border-radius: 18px;
  }

  .service_video_block {
    max-height: 694px;
    height: 340px;
    align-self: stretch;
    aspect-ratio: 1/1;
  }

  .service-content h1 {
    font-size: 24px;
  }

  .service-content h2 {
    font-size: 24px;
  }

  .service-description {
    font-size: 16px;
  }

  .service-description p {
    font-size: 16px;
  }
}

.section-services-description {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.wrapper-description {
  display: flex;
  align-items: flex-start;
  gap: 170px;
  align-self: center;
}

.wrapper-description h2 {
  color: #000;
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}

.text-description {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.32px;
  flex: 1 0 0;
  margin: 0;
}

@media (min-width: 744px) and (max-width: 900px) {
  .wrapper-description {
    display: flex;
    width: -webkit-fill-available;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .section-services-description {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wrapper-description {
    display: flex;
    width: -webkit-fill-available;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .wrapper-description h2 {
    font-size: 24px;
  }

  .text-description {
    text-align: left;
    flex-basis: auto;
  }

  .section-services-description {
    width: 100%;
    margin-top: 20px;
  }
}

.section-services-cards {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.container-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.title-services-main {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

.service-card-block-text {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  gap: 20px;
  align-self: stretch;
  border-radius: 40px;
  background: #fff;
  flex-direction: row-reverse;
}

.service-card {
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 40px;
  background: #fff;
  flex-direction: row-reverse;
}

.service-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.service-header {
  display: flex;
  align-items: center;
  gap: 13px;
  align-self: stretch;
}

.service-number {
  color: var(--Green-600, #007632);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.service-title {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.service-description-characteristics {
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  align-self: stretch;
  margin: 0;
}

.service-description-characteristics strong {
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.service-features {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-card-photo {
  width: 100%;
  position: relative;
}

.service-card-photo img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  position: absolute;
}

.service-feature-item {
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.service-feature-item strong {
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.service_button_click_four {
  display: flex;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--Green-600, #007632);
  margin-top: 3px;
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.service_button_click_four .service-button-click {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.service_button_click_four:hover {
  border-radius: 12px;
  background: var(--Black-600, #181818);
}

.service-button:hover {
  background-color: #005a25;
}

.service-card-image {
  flex-basis: 40%;
}

.service_line {
  background: var(--Gray-100, #f3f3f3);
  height: 1px;
  align-self: stretch;
  margin-bottom: 2px;
  margin-top: 2px;
}

.service_text_button_click {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  align-self: stretch;
  width: 100%;
}

.service-card-image img {
  border-radius: 20px;
  width: 320px;
  height: 320px;
  aspect-ratio: 1/1;
}

@media (min-width: 1101px) and (max-width: 1280px) {
  .service-card-block-text {
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: normal;
    gap: 20px;
    align-self: stretch;
    border-radius: 40px;
    background: #fff;
    flex-direction: row-reverse;
  }
}

@media (min-width: 744px) and (max-width: 1100px) {
  .service-card-block-text {
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: normal;
    gap: 20px;
    align-self: stretch;
    border-radius: 40px;
    background: #fff;
    flex-direction: column-reverse;
  }

  .service-card-photo img {
    height: auto;
    align-self: stretch;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: max-content;
    position: relative;
  }

  .service-card-photo {
    height: auto;
  }

  .service_text_button_click a {
    width: 100%;
  }
}

@media (max-width: 743px) {
  .service-card-block-text {
    padding: 16px;
    justify-content: center;
    align-items: normal;
    align-self: stretch;
    border-radius: 24px;
    flex-direction: column-reverse;
  }

  .service-card-photo img {
    height: auto;
    align-self: stretch;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: max-content;
    position: relative;
  }

  li.service-feature-item-text {
    margin-left: 20px;
  }
}

.service-feature-item-text strong {
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  list-style: none;
}

.service-feature-item-text {
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (min-width: 744px) and (max-width: 900px) {
  .service-card {
    display: flex;
    padding: 30px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    align-self: stretch;
  }

  .service-card-image img {
    height: auto;
    align-self: stretch;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: max-content;
  }

  .service_button_click_four {
    width: 100%;
  }

  .section-services-cards {
    width: 100%;
  }

  .service-card-image {
    width: 100%;
  }
}

@media (max-width: 743px) {
  .title-services-main {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .service-card {
    flex-direction: column-reverse;
    padding: 16px;
  }

  .service_button_click_four {
    width: 100%;
  }

  .section-services-cards {
    width: 100%;
  }

  .service-card-image {
    width: 100%;
  }

  .service-card-image {
    flex-basis: auto;
    height: auto;
  }

  .service-card-image img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: auto;
  }

  .service-number {
    font-size: 18px;
    margin-right: 10px;
  }

  .service-title {
    font-size: 18px;
  }
}

.section-advantages {
  padding: 40px 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.headline-advantages {
  color: #000;
  font-family: var(--font-family-main);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.advantages-text {
  display: flex;
  width: 750px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.lead-advantages {
  color: var(--Black-600, #181818);
  text-align: center;
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0;
}

.list-advantages {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.advantages_item_text_one {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.item-advantage {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 26px;
  background: var(--White-600, #fff);
}

.item-advantage-content {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.icon-advantage img {
  display: flex;
  padding: 3px 2px 1px 1px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.title-advantage {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.text-advantage {
  color: var(--Gray-600, #535863);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

@media (min-width: 744px) and (max-width: 900px) {
  .item-advantage {
    flex-basis: calc(50% - 20px);
  }

  .list-advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .section-advantages {
    width: 100%;
  }

  .advantages-text {
    width: 100%;
  }
}

@media (max-width: 743px) {
  .item-advantage {
    flex: auto;
  }

  .section-advantages {
    width: 100%;
  }

  .advantages-text {
    width: 100%;
  }

  .headline-advantages {
    font-size: 24px;
  }
}

.section-history-slider {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.title-history-slider {
  font-size: 32px;
  color: #333;
}

.slider-main {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  position: relative;
}

.prev-slide {
  left: 10px;
}

.next-slide {
  right: 10px;
}

.slide-content {
  flex-grow: 1;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.slide-year {
  font-size: 24px;
  color: #007632;
  margin-bottom: 10px;
}

.slide-description {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}

.slider-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.nav-dot.active {
  background-color: #007632;
  color: #fff;
}

.nav-dot:hover {
  background-color: #ccc;
}

@media (max-width: 768px) {
  .slide-content {
    padding: 0;
  }

  .slide-year {
    font-size: 20px;
  }

  .slide-description {
    font-size: 16px;
  }

  .slider-navigation {
    gap: 10px;
    flex-wrap: wrap;
  }
}

.custom_contact_from_block {
  display: flex;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
  align-self: stretch;
}

.about-right-opencart {
  margin-top: 20px;
}

.tree_mood {
  text-align: center;
  color: #181818;
  font-size: 30px;
  font-weight: 600;
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 calc(33.33% - 24px);
  max-width: 520px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.category-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
}

.category-image-wrapper img {
}

.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-title {
  height: 85px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #007632;
  border-radius: 26px;
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}

.category-card:hover .category-title {
  height: 100px;
  background: #ffd700;
  color: #000000;
}

.category-title i {
  margin-left: 6px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 0 4px 0 4.8px;
  text-align: center;
  transition: border-color 0.3s ease;
}

.category-card:hover .category-title i {
  border-color: #000000;
}

.category-title-line {
  padding-top: 17px;
  font-size: 15px;
}

@media (min-width: 1000px) {
  .category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    height: 666px;
  }

  .category-title-line {
    padding-top: 17px;
    font-size: 15px;
  }

  .category-title {
    display: flex;
  }
}

@media (min-width: 786px) and (max-width: 1000px) {
  .category-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
    gap: 20px;
    height: 1009px;
  }

  .category-title-line {
    padding-top: 17px;
    font-size: 15px;
  }

  .category-title {
    display: flex;
  }

  .category-card {
    border-radius: 26px;
  }

  .category-image-wrapper img {
  }
}

@media (min-width: 470px) and (max-width: 786px) {
  .category-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
    gap: 20px;
  }

  .category-title-line {
    padding-top: 17px;
    font-size: 15px;
  }

  .category-title {
    display: flex;
  }

  .category-card {
    border-radius: 26px;
  }
}

@media (min-width: 0px) and (max-width: 470px) {
  .category-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 5px;
    padding-right: 5px;
    gap: 20px;
  }

  .category-image-wrapper img {
    padding-bottom: 50px;
  }

  .category-title-line {
    padding-top: 50px;
    padding-right: 12px;
    font-size: 15px;
  }
}

.box_title_icon_popular_category {
  display: flex;
  align-items: center;
  gap: 6px;
  height: fit-content;
}

@media screen and (max-width: 540px) {
  .box_icon_popular_categories {
    position: absolute;
    right: 12px;
    bottom: 12px;
  }

  .box_title_icon_popular_category {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    height: auto;
    gap: unset;
  }
}

@media screen and (max-width: 743px) {
  .category-card a {
    width: 100%;
  }

  .category-title {
    display: flex;
    justify-content: space-between;
    border-radius: 14px;
    color: var(--White-600, #fff);
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
  }

  .category-image-wrapper img {
    min-width: 286px;
    height: 207px;
  }

  .category-container {
    padding: 0;
  }

  .category-title {
    padding: 12px !important;
  }

  .tree_mood {
    color: #181818;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }

  .category-container {
    gap: 10px;
  }

  .category-title {
    border-radius: 14px;
  }

  .category-image-wrapper {
    border-radius: 14px;
  }
}

@media screen and (min-width: 744px) {
  .category-card a {
    width: 100%;
  }

  .category-image-wrapper img {
    min-width: 412px;
    height: 262px;
  }

  .tree_mood {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

.manufacturer-module {
  margin-top: 40px;
}

.about-section-opencart-one {
  margin-top: 40px;
}

.container_blog_news .list_breadcrumbs {
  padding-bottom: 0;
}

.slide-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slide-description p {
  color: var(--Black-600, #181818);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
}

.pull_right_buttons a {
  color: var(--White-600, #fff);
  font-family: var(--font-family-main);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (min-width: 1280px) {
  .box_btn_close_filter_mobile_selecteds {
    display: none;
  }

  .title_featured_bloc {
    font-size: 32px;
  }
}

.ocf-btn-default[data-ocf="mobile"] {
  pointer-events: none !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video::-moz-full-screen-button {
  display: none !important;
}

video::-ms-fullscreen-button {
  display: none !important;
}

.section_category_product .ocf-btn-mobile-static.hide_btn_filter {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .container_cart_modal {
    padding: 8px 10px;
  }

  .cart_header {
    padding-bottom: 18px;
  }

  .product_for_us {
    font-size: 12px;
  }

  .button_close_one {
    margin-left: 0;
  }

  .price_commodity span {
    font-size: 14px;
    font-weight: 400;
  }

  .price_commodity {
    padding-top: 0;
  }

  .box_name_price_product {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .box_calc_product_cart {
    height: 36px !important;
  }

  .product_cart_one {
    align-items: flex-start;
  }

  .box_calc_product_cart.added {
    padding-left: 3px !important;
  }

  .btn_plus_product_cart {
    padding-right: 3px !important;
  }

  .input_added_product_page {
    max-width: 30px !important;
    min-width: 30px !important;
    max-height: 30px;
    min-height: 30px;
  }

  .box_name_price_product {
    height: 90px;
  }

  .product-name {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: var(--transition-time-all);
  }
}

@media screen and (max-width: 420px) {
  .button_close_one {
    margin-bottom: 0;
  }

  .box_name_price_product {
    gap: 12px;
  }

  .box_name_price_product {
    height: auto;
  }

  .price_commodity {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start !important;
  }
}

.container_sorting_categories_markup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.category_product_content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #common-home .products_by_category .link_cart_product:last-of-type {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .products-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .category_product_content .link_cart_product {
    min-width: auto;
    border-radius: 14px;
  }

  .category_product_content .image_item_bottom_product_page {
    height: 206px;
  }

  #common-home .products_by_category .link_cart_product:last-of-type {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  #common-home .products_by_category .link_cart_product:last-of-type {
    display: flex;
  }
}

@media screen and (min-width: 1282px) and (max-width: 1299px) {
  #common-home .container_product_featured_bloc_1 .link_cart_product {
    min-width: 300px;
    max-width: 300px;
  }

  #common-home .container_product_featured_bloc_1 {
    row-gap: 20px;
    column-gap: 0;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1281px) {
  #common-home .container_product_featured_bloc_1 .link_cart_product {
    min-width: 342px;
    max-width: 342px;
  }
}

@media screen and (min-width: 1600px) {
  #common-home
    .container_featured_bloc
    .container_product_link
    .container_product_featured_bloc_1
    .link_cart_product {
  }
}

@media screen and (min-width: 1490px) and (max-width: 1599px) {
  #common-home .link_cart_product {
    min-width: 358px;
    max-width: 358px;
  }
}

/* Footer addresses: keep neat list for multiple entries */
.footer_bloc_four {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 8px !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

.footer_bloc_four .footer-address-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 360px;
  text-decoration: none !important;
}

.footer_bloc_four .footer-address-item svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.footer_bloc_four .footer-address-text {
  margin: 0 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

/* Prevent phone block from overlapping working hours */
.footer_tree {
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 28px !important;
}

.footer_bloc_five {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 14px !important;
  min-width: 260px;
  flex: 0 0 auto;
}

.box_information_footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
}

.footer_bloc_five .footer_bloc_one,
.footer_bloc_five .footer_bloc_seven {
  width: 100% !important;
}

.footer_bloc_five .footer_bloc_one {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.footer_bloc_five .footer_bloc_seven {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.footer_bloc_five .footer_ten {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px;
  min-width: 0;
}

.footer_bloc_five .footer_ten a {
  white-space: normal !important;
  line-height: 1.4 !important;
}

@media screen and (max-width: 1199px) {
  .footer_tree {
    flex-wrap: wrap !important;
  }
  .box_information_footer {
    flex-direction: column;
  }
}
