@charset "UTF-8";
/***** FONTS *****/
@font-face {
  font-family: "OpenSans-Bold";
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Extrabold";
  font-display: swap;
  src: url("../fonts/OpenSans-Extrabold.woff2") format("woff2"), url("../fonts/OpenSans-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Semibold";
  font-display: swap;
  src: url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Medium";
  font-display: swap;
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/***** GENERAL ELEMENTS *****/
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1140px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.333;
  color: #313335;
  background-color: #fff;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
body.no-scroll {
  position: fixed;
}

main {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 25.5rem);
  padding-top: 5rem;
}
@media (max-width: 992px) {
  main {
    padding-top: 0;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 280px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1140px) {
  .container {
    width: 78rem;
  }
}

.md-hidden {
  display: none;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

.red {
  color: #08b72e;
}

@media (min-width: 992px) {
  /* Работает в Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #08b72e transparent;
  }
  /* Работает в Chrome, Edge и Safari */
  *::-webkit-scrollbar {
    width: 0.3125rem;
    height: 0.1875rem;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
    border-left: 0.0625rem solid #d4d7e7;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #08b72e;
    border-radius: 1.25rem;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #434356;
  }
}
.fancybox__container {
  z-index: 99999 !important;
}

.fancybox__backdrop {
  background: #000;
  opacity: 0.85;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transparent !important;
  color: fieldtext !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

a:hover,
button:hover {
  transition: 0.3s;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  color: #08b72e;
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

a[role=button] {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg,
svg:hover,
path,
polygon {
  transition: 0.05s;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: none;
  font-weight: 600;
  color: red;
  margin-left: 0.3125rem;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  border: 0;
  border-top: 0.0625rem solid #f2f2f2;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  outline-offset: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.button {
  height: 2.75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  padding: 0.75rem 1.25rem;
  gap: 0.625rem;
  position: relative;
  cursor: pointer;
  font-family: "OpenSans-Semibold";
}
.button-global {
  color: #fff;
  background-color: #08b72e;
}
.button-global:hover, .button-global:active, .button-global:focus {
  color: #fff;
  background-color: #F69709;
  border-color: #F69709;
}
.button-global:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button-orange {
  color: #fff;
  background-color: #F69709;
}
.button-orange:hover, .button-orange:active, .button-orange:focus {
  color: #fff;
  background-color: #08b72e;
  border-color: #08b72e;
}
.button-orange:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.page-title {
  font-family: "OpenSans-Bold";
  font-size: 2.25rem;
  margin-bottom: 2rem;
  color: #111111;
}
@media (max-width: 680px) {
  .page-title {
    width: 100%;
    font-size: 2rem;
  }
}

.section-title {
  font-family: "OpenSans-Bold";
  font-size: 1.875rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 680px) {
  .section-title {
    width: 100%;
    font-size: 1.6rem;
  }
}

.post-title {
  font-family: "OpenSans-Bold";
  font-size: 1.875rem;
  line-height: 1.33;
}

.block-title {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.widget-title {
  font-family: "OpenSans-Bold";
  font-size: 1.125rem;
}

.text {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.section-link {
  color: #919395;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
}
@media (max-width: 992px) {
  .section-link {
    font-size: 1rem;
  }
}
.section-link img,
.section-link svg {
  width: 0.5rem;
  height: auto;
}

/***** BLOCKS GLOBAL *****/
/*----header-----*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  transition: 0.6s;
  background: #fff;
  box-shadow: 0 0.8125rem 1rem rgba(212, 215, 231, 0.4);
}
@media (max-width: 992px) {
  header {
    position: relative;
  }
}
header.sticky {
  transition: 0.6s;
  box-shadow: 0 0.8125rem 1rem rgba(212, 215, 231, 0.4);
}
header .socials {
  color: #caccd2;
}
@media (max-width: 992px) {
  header .socials {
    display: none;
  }
}

.header {
  min-height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
  gap: 0.75rem 2rem;
}
@media (max-width: 992px) {
  .header {
    gap: 1rem;
    min-height: 60px;
  }
}

.logo {
  width: 9.3rem;
  color: #08b72e;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .logo {
    width: 120px;
  }
}
.logo img,
.logo svg {
  width: 100%;
}
.logo p {
  margin: 0 0 5px;
  font-size: 12px;
  color: #000;
  width: 150px;
}

.phone-block,
.phone-block-mob {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
}
.phone-block svg,
.phone-block img,
.phone-block-mob svg,
.phone-block-mob img {
  width: 1.25rem;
  height: auto;
}
.phone-block .phone,
.phone-block-mob .phone {
  font-size: 1.25rem;
  font-family: OpenSans-Bold, sans-serif;
  color: #111;
}
@media screen and (max-width: 992px) {
  .phone-block .phone,
.phone-block-mob .phone {
    font-size: 1.72rem;
  }
}
.phone-block .work,
.phone-block-mob .work {
  display: block;
  color: #515456;
  font-size: 0.75rem;
}
@media (max-width: 992px) {
  .phone-block .work,
.phone-block-mob .work {
    font-size: 1.15rem;
  }
}

@media (max-width: 992px) {
  .phone-block {
    display: none;
  }
}

.call-link {
  display: inline-flex;
}
.call-link:hover {
  border-color: transparent;
}
@media (max-width: 992px) {
  .call-link {
    display: none;
  }
}

.call-test {
  display: inline-block;
}

.phone-mobile {
  display: none;
}
@media (max-width: 992px) {
  .phone-mobile {
    display: block;
  }
}
.phone-mobile img {
  width: 20px;
  height: 20px;
}
.phone-mobile a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 10px;
}

.toggle {
  display: none;
}
@media (max-width: 992px) {
  .toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 10px 8px;
  }
}
.toggle span {
  display: block;
  width: 1.625rem;
  height: 0.125rem;
  background: #313335;
}
.toggle.active span:nth-child(2) {
  display: none;
}
.toggle.active span:nth-child(1),
.toggle.active span:nth-child(3) {
  content: "";
  position: absolute;
  transition: 0.6s;
  top: 1.1rem;
}
.toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
.toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.toggle .wishlist_products_counter {
  position: relative;
  display: block;
  width: 1rem;
  height: 1.25rem;
  color: #caccd2;
}
@media (max-width: 992px) {
  .toggle .wishlist_products_counter {
    margin-right: 1rem;
    margin-left: auto;
  }
}
.toggle .wishlist_products_counter span.wishlist_products_counter_number {
  position: absolute;
  top: -0.625rem;
  right: -1rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3.125rem;
  background: #f69709;
  color: #fff;
  font-size: 0.75rem;
  font-family: OpenSans-Semibold, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle .wishlist_products_counter:hover {
  color: #08b72e;
}

/*----------navigation-------------*/
.nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.nav ul li a {
  display: flex;
  font-size: 1rem;
}
.nav ul li a:hover {
  color: #08b72e;
}

@media (max-width: 992px) {
  header .nav {
    display: none;
  }
}

.nav-mobile {
  position: fixed;
  width: 100%;
  top: 0;
  left: -100%;
  bottom: 0;
  z-index: 9997;
  background: #fff;
  padding: 7rem 1.5rem 2.5rem;
  display: none;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.nav-mobile.active {
  left: 0;
}
.nav-mobile .cat-nav {
  margin-bottom: 2rem;
  width: calc(100% - 1rem);
}
.nav-mobile .top-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #111111;
  font-size: 1.3rem;
  font-family: OpenSans-Medium, sans-serif;
  font-weight: 500;
}
.nav-mobile .top-menu li + li {
  margin-top: 1.25rem;
}
.nav-mobile .socials {
  margin-top: auto;
  border-top: 1px solid #edeef0;
  padding-top: 1.5rem;
  justify-content: flex-start;
}
.nav-mobile .socials .title {
  font-size: 1.145rem;
}
.nav-mobile .mobile-contacts {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  border-top: 1px solid #edeef0;
  padding-top: 1.5rem;
}
@media (max-width: 992px) {
  .nav-mobile .mobile-contacts {
    margin: 3.5rem 0;
  }
}
.nav-mobile .mobile-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nav-mobile .mobile-contacts ul li:nth-child(2) br {
  display: none;
}
.nav-mobile .top {
  margin-bottom: 1.5rem;
}
.nav-mobile .top .close {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.nav-mobile .top .close:before {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  border-bottom: 0.125rem solid #a2a2a2;
  border-left: 0.125rem solid #a2a2a2;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.4s;
}
.nav-mobile .top .name {
  font-family: "OpenSans-Semibold";
  font-size: 1.5rem;
}

/*-----breadcrumbs-----*/
.breadcrumbs {
  margin: 1.5rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-left: -1rem;
  color: #767980;
}
@media (max-width: 991px) {
  .breadcrumbs {
    overflow-x: auto;
    font-size: 0.8rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
.breadcrumbs nav {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumbs nav {
    flex-wrap: nowrap;
    width: auto !important;
  }
  .breadcrumbs nav span,
.breadcrumbs nav a {
    flex-wrap: nowrap;
    width: auto !important;
    display: flex;
    align-items: center;
  }
}
.breadcrumbs span {
  display: inline-flex;
  margin: 0 0.35rem;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumbs span {
    margin: 0 0.25rem;
  }
}
.breadcrumbs a {
  display: inline-flex;
  align-items: center;
  margin: 0 0.35rem;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .breadcrumbs a {
    margin: 0 0.25rem;
  }
}
.breadcrumbs a:hover {
  color: #08b72e;
  text-decoration: none;
}

.pagination {
  width: 100%;
  margin: 1.5rem 0;
}
.pagination .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.pagination .nav-links .prev,
.pagination .nav-links .next {
  background-size: 1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pagination .nav-links .prev {
  transform: rotate(180deg);
}
.pagination .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.1875rem;
  font-family: "OpenSans-Medium";
  font-size: 1rem;
}
.pagination .nav-links .page-numbers.current {
  background-color: #08b72e;
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.5625rem;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252b3b;
  background: #ffffff;
  border-radius: 0.625rem;
  border: none;
  font-size: 0.75rem;
}
@media (max-width: 680px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.6rem;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem;
}
@media (max-width: 680px) {
  .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0.8rem;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #08b72e;
  color: #ffffff;
  box-shadow: 0 0.8125rem 1.25rem rgba(121, 183, 69, 0.36);
}

.swiper-button-next {
  right: -5rem;
}
@media (max-width: 1300px) {
  .swiper-button-next {
    right: -3rem;
  }
}
@media (max-width: 1140px) {
  .swiper-button-next {
    right: -1.5rem;
  }
}
@media (max-width: 414px) {
  .swiper-button-next {
    right: -0.5rem;
  }
}

.swiper-button-prev {
  left: -5rem;
}
@media (max-width: 1300px) {
  .swiper-button-prev {
    left: -3rem;
  }
}
@media (max-width: 1140px) {
  .swiper-button-prev {
    left: -1.5rem;
  }
}
@media (max-width: 414px) {
  .swiper-button-prev {
    left: -0.5rem;
  }
}

.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  display: none;
}
@media (max-width: 992px) {
  .swiper-pagination {
    display: block;
    bottom: 0 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #2c3345;
}

article {
  color: #313335;
  margin-bottom: 5rem;
}
@media (max-width: 9992px) {
  article {
    margin-bottom: 2rem;
  }
}
article h2,
article h3,
article h4,
article h5 {
  margin: 1.5em 0 1.875rem;
  width: 100%;
}
article h2:first-child,
article h3:first-child,
article h4:first-child,
article h5:first-child {
  margin-top: 0;
}
article h2:last-child,
article h3:last-child,
article h4:last-child,
article h5:last-child {
  margin-bottom: 0;
}
article h2 {
  font-size: 1.875rem;
  line-height: 1.4;
  font-family: "OpenSans-Bold";
}
@media (max-width: 992px) {
  article h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media (max-width: 640px) {
  article h2 {
    font-size: 1.6rem;
  }
}
article h3 {
  font-size: 1.75rem;
}
article h4 {
  font-size: 1.5rem;
}
article p {
  margin: 1.5em 0 1.875rem;
  width: 100%;
}
article p:first-child {
  margin-top: 0;
}
article p:last-child {
  margin-bottom: 0;
}
article b,
article strong {
  font-family: "OpenSans-SemiBold";
}
article a {
  color: inherit;
  text-decoration: underline;
  color: #08b72e;
}
article a:hover {
  text-decoration: none;
  color: #F69709;
}
article ul {
  list-style: none;
  padding: 0;
  margin: 1.5em 0 4.5em;
  width: 100%;
  font-size: 0.9375rem;
}
article ul li {
  padding-left: 1.5rem;
  margin: 1.4375rem 0;
  position: relative;
}
article ul li:before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: #08b72e;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.55rem);
}
article ol {
  list-style: decimal;
  padding: 0 2rem;
  margin: 1.5em 0 1.5em;
  width: 100%;
}
article ol li {
  margin: 0.5rem 0;
  display: list-item;
}
article blockquote {
  width: 100%;
  margin: 1.5em 0;
  padding: 1.875rem 4.375rem;
  background: #fff;
  position: relative;
  border-left: 0.25rem solid #08b72e;
  color: #111111;
}
@media (max-width: 640px) {
  article blockquote {
    padding: 1.5rem 1rem;
  }
}
article blockquote p {
  font-style: italic;
  margin: 0;
}
article blockquote cite {
  text-align: right;
  font-size: 1rem;
  color: #919395;
}
article .wp-block-image {
  margin: 1.5em 0;
}
article .wp-block-table {
  margin: 1.5em 0;
  padding: 1.875rem 2.8125rem;
  background: #fff;
  border-radius: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
@media (max-width: 640px) {
  article .wp-block-table {
    padding: 1.5rem 1.5rem 3rem;
  }
}
article .wp-block-table .wp-element-caption {
  order: 1;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
article .wp-block-table table {
  order: 2;
}
@media (max-width: 992px) {
  article .wp-block-table {
    overflow-x: auto;
    padding-bottom: 0.9375rem;
    display: flex;
    justify-content: flex-start;
  }
  article .wp-block-table table {
    min-width: 45rem;
    width: 45rem;
  }
  article .wp-block-table table th,
article .wp-block-table table td {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

table {
  width: 100%;
}
table th {
  font-weight: normal;
  text-align: left;
  padding: 0.9375rem 0;
  color: #7a798a;
  font-weight: normal;
  border-top: 1px solid rgba(206, 206, 211, 0.24);
}
@media (max-width: 480px) {
  table th {
    padding: 1rem;
    font-size: 1rem;
  }
}
table td {
  border-top: 1px solid rgba(206, 206, 211, 0.24);
  padding: 0.9375rem 0;
}
@media (max-width: 480px) {
  table td {
    padding: 1rem;
    font-size: 1rem;
  }
}
table td.woocommerce-product-attributes-item__label {
  width: 18.75rem;
}
@media (max-width: 480px) {
  table td.woocommerce-product-attributes-item__label {
    width: 10rem;
  }
}
table td p {
  margin: 0;
}

/*-----product-----*/
.product-item {
  display: block;
  width: calc(25% - 0.9375rem);
  max-width: 25.75rem;
  position: relative;
  list-style: none;
  border: 1px solid #e5e5e5;
  border-radius: 0.625rem;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 992px) {
  .product-item {
    width: calc(33.33% - 0.84rem);
  }
}
@media (max-width: 680px) {
  .product-item {
    width: calc(50% - 0.63rem);
  }
}
@media (max-width: 540px) {
  .product-item {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.product-item:hover {
  box-shadow: 0 0.8125rem 1rem rgba(212, 215, 231, 0.3);
}
.product-item:hover a {
  color: #313335;
}
.product-item .image {
  position: relative;
  z-index: 5;
  display: block;
  margin-bottom: 0.625rem;
}
.product-item .image img {
  width: 100%;
  aspect-ratio: 285/200;
  object-fit: cover;
}
.product-item .content {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: calc(100% - 13.0625rem);
}
@media (max-width: 992px) {
  .product-item .content {
    height: calc(100% - 12rem);
  }
}
@media (max-width: 680px) {
  .product-item .content {
    height: auto;
  }
}
.product-item .content .title {
  font-family: "OpenSans-Bold";
  font-size: 1rem;
  color: #313335;
  margin-bottom: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 992px) {
  .product-item .content .title {
    font-size: 1.25rem;
  }
}
.product-item .content .feature {
  font-size: 0.73rem;
  color: #919395;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.6rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 992px) {
  .product-item .content .feature {
    font-size: 1rem;
  }
}
.product-item .content .feature .item {
  width: calc(50% - 0.3rem);
}
.product-item .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  margin-top: auto;
  padding: 1rem 0;
  gap: 0.3125rem;
  border-top: 1px solid #e0e1e7;
}
.product-item .price ins,
.product-item .price bdi {
  color: #111;
  font-family: "OpenSans-Bold";
  font-size: 1.25rem;
  position: relative;
  text-decoration: none;
  order: 1;
  font-weight: 700;
}
.product-item .price del,
.product-item .price del bdi {
  color: #959aa6;
  font-family: "OpenSans-Regular";
  font-size: 0.875rem;
  text-decoration: line-through;
  order: 2;
  font-weight: normal;
}
.product-item .price .icon-image {
  display: none;
}
.product-item .tags {
  top: 0.5rem;
  right: 0.5rem;
  gap: 0.3125rem;
}
.product-item .tags .tag {
  height: 1.625rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1.25rem);
}
.product-item .tags .tag:hover {
  background-color: #f69709;
}

.post {
  width: calc(33.33% - 1.25rem);
}
@media (max-width: 992px) {
  .post {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 540px) {
  .post {
    width: 100%;
  }
}
.post .image {
  width: 100%;
  aspect-ratio: 380/250;
  display: block;
  margin-bottom: 1.25rem;
  border-radius: 1.25rem;
  background-repeat: no-repeat;
}
.post .post-date {
  margin-top: 0.9375rem;
  margin-bottom: 0.3125rem;
}
.post .widget-title {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .post .widget-title {
    font-size: 1.15rem;
  }
}

/*-----form-----*/
.forma {
  --border-radius: 0.625rem;
  --color-placeholder: $font-color-light;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.forma .wpcf7-spinner {
  display: none;
}
.forma label {
  display: block;
}
.forma label span {
  margin-top: 0.625rem;
  display: block;
}
.forma .wide-row {
  width: 100%;
  position: relative;
}
.forma input {
  border: 1px solid #e0e1e7;
  background-color: #fff;
  border-radius: var(--border-radius);
  width: 100%;
  height: 3.125rem;
  padding: 0.8125rem 1.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
  box-shadow: none;
  margin: 0;
}
.forma textarea {
  width: 100% !important;
  height: 6.25rem;
  padding: 0.625rem 0.9375rem;
  font-size: 1.125rem;
  border: 1px solid #e0e1e7;
  background-color: #fff;
  border-radius: var(--border-radius);
  box-sizing: border-box;
}
.forma .inscription {
  font-size: 0.75rem;
  color: #767980;
}
.forma .inscription a {
  color: #08b72e;
}
.forma input[type=number]::-webkit-inner-spin-button,
.forma input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.forma form {
  --gap: 1.25rem;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  padding: 1.875rem;
  background: #ffffff;
  border-radius: 1.25rem;
}
.forma form .block-name,
.forma form .block-phone {
  grid-column: span 1;
  width: calc(50% - var(--gap) / 2);
}
.forma form .block-phone {
  grid-column: span 1;
}
.forma form .block-area {
  grid-column: span 2;
  width: 100%;
}
.forma form .block-area .comments {
  resize: none;
  overflow-y: auto;
}
.forma form .submits {
  grid-column: span 1;
  max-width: 12rem;
  height: 3.125rem;
}
.forma form .inscription {
  grid-column: span 1;
  flex: 1;
}
@media screen and (max-width: 992px) {
  .forma form [class^=block] {
    width: 100%;
  }
}

form.submitting .wpcf7-spinner {
  display: inline-block;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

::-webkit-input-placeholder {
  color: #919395;
}

::-moz-placeholder {
  color: #919395;
}

:-moz-placeholder {
  color: #919395;
}

:-ms-input-placeholder {
  color: #919395;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  margin-top: 0 !important;
}

.select2-container {
  width: 100% !important;
  min-width: 13.75rem;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e0e1e7;
  border-radius: 0.5rem;
  height: 2.75rem;
}
@media (max-width: 992px) {
  .select2-container--default .select2-selection--single {
    height: 3rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #313335;
  line-height: 1;
  height: 2.75rem;
  display: flex;
  align-items: center;
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  padding-top: 0.125rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
}
@media (max-width: 992px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 3rem;
    font-size: 1rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../img/svg/path-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.4s;
  transform: rotate(90deg);
  opacity: 0.8;
  margin-top: -0.25rem;
}

.select2-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  z-index: 1051;
  box-shadow: 0 0.8125rem 1.25rem rgba(212, 215, 231, 0.32);
}

.select2-results__option {
  padding: 0.375rem;
  user-select: none;
  -webkit-user-select: none;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "OpenSans-Regular";
}
@media (max-width: 991px) {
  .select2-results__option {
    font-size: 1rem;
    padding: 0.75rem 0.375rem;
  }
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #08b72e;
  color: #fff;
}

/*------ modal ------*/
.state {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.625rem);
}

.state-box {
  width: 31.25rem;
  padding: 1.875rem;
  border-radius: 1.25rem;
  max-width: 90%;
  max-height: 90%;
  height: auto;
  overflow-y: auto;
  background: #fff;
  position: relative;
  display: flex;
}
@media (max-width: 540px) {
  .state-box {
    width: 30rem;
  }
}
.state-box.thanks-modal {
  display: block;
}
.state-box.state-auto {
  width: 37.5rem;
}
.state-box.state-auto .widget-title span {
  white-space: nowrap;
}
.state-box .close {
  position: absolute;
  top: 1.5rem;
  right: 1.875rem;
  width: 1rem;
  height: 1rem;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 480px) {
  .state-box .close {
    top: 1.5rem;
    right: 1rem;
  }
}
.state-box .close:before, .state-box .close:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: #6d6d6d;
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.state-box .close:before {
  transform: rotate(45deg);
}
.state-box .close:after {
  transform: rotate(-45deg);
}
.state-box .close:hover:before, .state-box .close:hover:after {
  background-color: #08b72e;
}
.state-box .sectiom-form {
  margin: 0;
  width: 100%;
}
.state-box .widget-title {
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 680px) {
  .state-box .widget-title {
    font-size: 1.25rem;
  }
}
.state-box .form {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.state-box .form .text {
  margin-top: 0.3125rem;
  font-size: 1rem;
  font-family: "OpenSans-Medium";
}
.state-box .form .text-enter {
  padding: 0.75rem 1.25rem;
  border-radius: 0.625rem;
  color: #767980;
  background: #ffffff;
  border: 0.0625rem solid #e0e1e7;
  width: 100%;
}
.state-box .form .line {
  margin-top: 0.3125rem;
  width: 100%;
  border: 0.0625rem solid #edeef0;
}
.state-box .submit-btns {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 680px) {
  .state-box .submit-btns {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.state-box .button {
  flex: 1;
  color: #ffffff;
}
@media (max-width: 680px) {
  .state-box .button {
    width: 100%;
  }
}
.state-box .button svg {
  width: 1.25rem;
  height: 1.25rem;
}
.state-box .inscription {
  font-size: 0.75rem;
}
.state-box .inscription a {
  text-decoration: underline;
}
.state-box .inscription a:hover {
  text-decoration: none;
}

.to-state {
  cursor: pointer;
}

.state[data-state=call-to-form3] .state-box {
  width: 68.75rem;
}
@media (max-width: 992px) {
  .state[data-state=call-to-form3] .state-box {
    width: 37.5rem;
    padding-block: 1.25rem;
  }
}
.state[data-state=call-to-form3] .state-box .block {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 680px) {
  .state[data-state=call-to-form3] .state-box .block {
    flex-direction: column;
  }
}
.state[data-state=call-to-form3] .total-cost {
  width: 22.5rem;
  background: #f6f6f6;
  border-radius: 0.625rem;
  color: #313335;
  max-width: 22.5rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .state[data-state=call-to-form3] .total-cost {
    display: none;
  }
}
@media (max-width: 680px) {
  .state[data-state=call-to-form3] .total-cost {
    max-width: 100%;
  }
}
.state[data-state=call-to-form3] .total-cost .title {
  font-size: 1.5rem;
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 700;
  color: #111111;
}
.state[data-state=call-to-form3] .total-cost .total-cost-inner {
  background: #fff;
  border-radius: 1rem;
  padding: 0.9375rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.state[data-state=call-to-form3] .total-cost .total-cost-inner .text {
  font-family: OpenSans-Medium, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.state[data-state=call-to-form3] .total-cost .total-cost-inner .total-count {
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #F69709;
}
.state[data-state=call-to-form3] .total-cost .course {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.state[data-state=call-to-form3] .total-cost .course .text {
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 700;
}
.state[data-state=call-to-form3] .total-cost .course-items {
  font-size: 0.875rem;
  display: flex;
  gap: 1.875rem;
}
.state[data-state=call-to-form3] .total-cost .course-item {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.state[data-state=call-to-form3] .total-cost .course-count {
  font-family: OpenSans-Bold, sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.state[data-state=call-to-form3] .total-cost .course-currency {
  color: #919395;
}
.state[data-state=call-to-form3] .calculation {
  width: calc(100% - 24.3rem);
  color: #111111;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 992px) {
  .state[data-state=call-to-form3] .calculation {
    width: 100%;
  }
}
.state[data-state=call-to-form3] .calculation .widget-title {
  font-size: 1.25rem;
  margin: 0;
}
.state[data-state=call-to-form3] .calculation .widget-title span {
  font-family: OpenSans-Medium, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #919395;
  white-space: nowrap;
}
.state[data-state=call-to-form3] .calculation .calc-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 680px) {
  .state[data-state=call-to-form3] .calculation .calc-items {
    gap: 1rem;
  }
}
.state[data-state=call-to-form3] .calculation .calc-item {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
.state[data-state=call-to-form3] .calculation .cost {
  display: flex;
  gap: 0.9375rem;
  font-family: "OpenSans-Bold";
  font-weight: 700;
}
@media (max-width: 680px) {
  .state[data-state=call-to-form3] .calculation .cost {
    flex-direction: column-reverse;
    align-items: end;
    white-space: nowrap;
    gap: 0;
  }
}
.state[data-state=call-to-form3] .calculation .cost span {
  font-family: OpenSans-Regular, sans-serif;
  font-weight: 400;
  color: #919395;
}
.state[data-state=call-to-form3] .calculation .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.state[data-state=call-to-form3] .calculation .form-wrapper .annotation {
  color: #515456;
}
.state[data-state=call-to-form3] .form {
  flex-direction: row;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .state[data-state=call-to-form3] .form {
    flex-wrap: wrap;
  }
  .state[data-state=call-to-form3] .form .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
  }
}
.state[data-state=call-to-form3] .form .form-item {
  min-width: 13rem;
  max-width: calc(33% - 0.9375rem);
}
@media (max-width: 992px) {
  .state[data-state=call-to-form3] .form .form-item {
    width: 100%;
    max-width: 100%;
  }
}

.socials {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 0;
  color: #515456;
}
.socials .title {
  width: 100%;
  font-family: "OpenSans-Medium";
  font-size: 0.875rem;
  color: #111111;
}
.socials a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.tags {
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 999;
}
.tags .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.625rem;
  font-family: "OpenSans-Semibold";
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #08b72e;
}
.tags .tag:hover {
  background-color: #f69709;
}

footer {
  margin: 0;
  position: relative;
  z-index: 9997;
  background-color: #fbfbfb;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  gap: 3.75rem;
  border-bottom: 1px solid #e0e1e7;
}
@media (max-width: 992px) {
  footer .footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  }
}
@media (max-width: 680px) {
  footer .footer-top {
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
  }
}
footer .footer-bottom {
  padding: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 5rem;
  justify-content: space-between;
  align-items: flex-end;
  color: #515456;
  font-size: 0.875rem;
}
@media screen and (max-width: 540px) {
  footer .footer-bottom {
    gap: 1.5rem 2rem;
  }
  footer .footer-bottom .widget {
    width: fit-content;
  }
}
footer .widget {
  width: 15rem;
}
footer .widget .widget-title {
  font-family: "OpenSans-Bold";
  color: #313335;
}
@media (max-width: 992px) {
  footer .widget .widget-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  footer .widget.widget-social {
    grid-column: 1/2;
    grid-row: 2/4;
  }
}
@media (max-width: 480px) {
  footer .widget.widget-social {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 480px) {
  footer .widget {
    width: 100%;
  }
}
footer .logo {
  margin-bottom: 1.25rem;
}
footer .logo .svg {
  color: #111111;
}
footer .phone-block {
  display: block;
  margin-bottom: 1.25rem;
}
@media (max-width: 992px) {
  footer .phone-block .work {
    font-size: 1.1rem;
  }
}
footer .socials {
  margin-bottom: 1.25rem;
}
footer .footer-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  font-size: 1rem;
  color: #515456;
}
@media (max-width: 992px) {
  footer .footer-menu {
    font-size: 1.25rem;
  }
}
footer .footer-contacts .adress {
  margin-bottom: 1.25rem;
  color: #111111;
}
footer .footer-contacts .email {
  color: #08b72e;
}
footer .copy p {
  margin: 0;
  padding: 0;
}

/***** SECTIONS GLOBAL *****/
section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.25rem 1.5rem;
  margin: 5.3125rem 0;
}
@media (max-width: 992px) {
  section {
    margin: 3.5rem 0;
  }
}
section.section-intro {
  margin: 2.5rem 0 3rem;
}
@media (max-width: 992px) {
  section.section-intro {
    margin: 1.5rem 0;
  }
}
section.section-features {
  margin: 2.5rem 0 3rem;
}
@media (max-width: 992px) {
  section.section-features {
    margin: 1.5rem 0;
  }
}
section.section-quiz {
  margin: 2.5rem 0 3rem;
}
section.section-contacts {
  margin-top: 1.875rem;
  gap: 5rem 1.5rem;
}
section.section-forms {
  margin-bottom: 5rem;
}
section.section-cars {
  gap: 1.875rem;
}
@media screen and (max-width: 922px) {
  section {
    margin: 3rem 0;
  }
}

.intro {
  position: relative;
  width: 100%;
  min-height: 27.875rem;
  padding-block: 3.125rem;
  padding-inline: 1.875rem;
  overflow: hidden;
  border-radius: 1.25rem;
}
.intro .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  background: rgb(28, 31, 40);
  background: linear-gradient(90deg, rgb(28, 31, 40) 21%, rgba(32, 35, 44, 0.9) 36%, rgba(32, 35, 44, 0.1) 100%);
}
.intro .page-title,
.intro .text {
  position: relative;
  color: #ffffff;
}
.intro .page-title {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 2rem;
  width: 55%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .intro .page-title {
    width: 75%;
    font-size: 1.8rem;
  }
}
@media (max-width: 540px) {
  .intro .page-title {
    width: 100%;
    font-size: 1.6rem;
  }
}
.intro .text {
  font-family: OpenSans-Medium, sans-serif;
  font-size: 1.125rem;
  margin-top: 1.25rem;
  margin-bottom: 1.625rem;
}
.intro .image {
  z-index: -2;
  width: 80%;
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.intro .image img {
  object-fit: cover;
}
.intro .main-btn {
  margin-top: 1rem;
}
@media (max-width: 540px) {
  .intro .main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
}

.intro-car {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 100;
  margin-top: 2rem;
  margin-bottom: -1rem;
  gap: 1rem 0.5rem;
}
.intro-car .item {
  width: calc(11.1111111111% - 0.5rem);
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 992px) {
  .intro-car .item {
    width: calc(20% - 0.5rem);
  }
}
@media (max-width: 540px) {
  .intro-car .item {
    width: calc(33.3333333333% - 0.5rem);
  }
}
.intro-car .item img,
.intro-car .item svg {
  width: 100%;
  height: auto;
}
.intro-car .item img path,
.intro-car .item svg path {
  fill: #fff;
}
.intro-car .item:hover {
  color: #08b72e;
}
.intro-car .item:hover svg path {
  fill: #08b72e;
}

.section-features .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
}
.section-features .features .item {
  width: calc(25% - 0.94rem);
  background: #ffffff;
  padding: 1.875rem;
  border-radius: 0.9375rem;
  border: 1px solid rgb(237, 238, 240);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .section-features .features .item {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 414px) {
  .section-features .features .item {
    width: 100%;
  }
}
.section-features .features .item:hover {
  box-shadow: 0rem 0.625rem 1.875rem 0rem rgba(14, 25, 35, 0.1);
}
.section-features .features .item .image {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 414px) {
  .section-features .features .item .image {
    width: 4rem;
    height: 4rem;
  }
}
.section-features .features .item .image img {
  width: 100%;
  height: auto;
}
.section-features .features .item .text {
  font-family: "OpenSans-Bold";
  color: #333;
  text-align: center;
}

.section-quiz {
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0px 0.3125rem 0.625rem 0px rgba(14, 25, 35, 0.08);
  padding: 1.5rem;
}
.section-quiz .whitelabel__logo {
  display: none !important;
}

.filter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0;
}
@media (max-width: 992px) {
  .filter {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    overflow-y: auto;
    border-radius: 0;
    padding: 3rem 1rem;
  }
}
.filter .widget-filter {
  width: calc(25% - 0.75rem);
  position: relative;
  z-index: 10;
  border: 1px solid #E0E1E7;
  border-radius: 0.5rem;
}
@media (max-width: 992px) {
  .filter .widget-filter {
    width: 100%;
  }
}
.filter .widget-filter.disabled {
  opacity: 0.5;
  cursor: default;
}
.filter .widget-filter.disabled .filter-head {
  cursor: default;
}
@media (max-width: 992px) {
  .filter .widget-filter {
    width: 100%;
  }
}
.filter .widget-filter:nth-child(n+5) {
  z-index: 5;
}
.filter .widget-filter:nth-child(n+9) {
  z-index: 2;
}
.filter .filter-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  padding: 0.4rem 1.75rem 0.4rem 0.75rem;
  background: #FBFBFB;
  border-radius: 0.5rem;
  gap: 0.25rem 1rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.filter .filter-head .title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #151515;
}
@media (max-width: 992px) {
  .filter .filter-head .title {
    font-size: 1.1rem;
  }
}
.filter .filter-head .select {
  font-size: 0.75rem;
  color: #F69709;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 992px) {
  .filter .filter-head .select {
    font-size: 1rem;
  }
}
.filter .filter-head:after {
  content: "";
  display: flex;
  width: 0.625rem;
  height: 0.625rem;
  margin-left: auto;
  background-image: url(../img/svg/path-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.4s;
  transform: rotate(90deg);
  opacity: 0.8;
  position: absolute;
  top: calc(50% - 0.3125rem);
  right: 0.75rem;
}
.filter .filter-body {
  width: 100%;
  min-width: 15rem;
  margin-top: 0.25rem;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #e0e1e7;
  border-radius: 0.5rem;
  background: #fbfbfb;
  display: none;
}
.filter .filter-body.active {
  display: block;
}
.filter .filter-body .reset {
  display: none;
  font-size: 0.75rem;
  color: #F69709;
  padding: 1rem 0.75rem 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .filter .filter-body .reset {
    font-size: 1rem;
  }
}
.filter .filter-body .reset.active {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.filter .filter-body .reset.active .close {
  width: 0.75rem;
  height: 0.75rem;
  cursor: pointer;
  position: relative;
}
.filter .filter-body .reset.active .close:before,
.filter .filter-body .reset.active .close:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.125rem;
  background: #F69709;
  position: absolute;
  transition: 0.6s;
  top: 0.3rem;
}
.filter .filter-body .reset.active .close:before {
  transform: rotate(45deg);
}
.filter .filter-body .reset.active .close:after {
  transform: rotate(-45deg);
}
.filter .filter-body .reset:hover {
  color: #000;
}
.filter .filter-body .reset:hover .close:before, .filter .filter-body .reset:hover .close:after {
  background: #000;
}
@media (max-width: 992px) {
  .filter .filter-body {
    position: static;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background: #fff;
  }
}
.filter .filter-body > ul {
  max-height: 28rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #f0f2f5 transparent;
  /* Работает в Chrome, Edge и Safari */
}
@media (max-width: 992px) {
  .filter .filter-body > ul {
    max-height: 18.125rem;
  }
}
.filter .filter-body > ul::-webkit-scrollbar {
  width: 0.3125rem;
  height: 0.1875rem;
}
.filter .filter-body > ul::-webkit-scrollbar-track {
  background: transparent;
  border-left: 1px solid #d4d7e7;
}
.filter .filter-body > ul::-webkit-scrollbar-thumb {
  background-color: #f0f2f5;
  border-radius: 1.25rem;
}
.filter .filter-body > ul::-webkit-scrollbar-thumb:hover {
  background-color: #434356;
}
.filter .filter-body ul {
  list-style: none;
  padding: 1rem 0.75rem;
  margin: 0;
}
.filter .filter-body ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 0.5rem;
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .filter .filter-body ul li {
    padding: 0;
    font-size: 1.1rem;
  }
}
.filter .filter-body ul li.item-more {
  border-top: 1px solid #08b72e !important;
  font-size: 0.75rem;
  padding-top: 0.5rem;
  cursor: pointer;
}
.filter .filter-body ul li.item-more:hover {
  color: #F69709;
}
.filter .filter-body ul li.tax_hide {
  display: none !important;
}
.filter .filter-body ul li:last-child {
  border: none;
}
.filter .filter-body ul li .togg {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  background-image: url(../img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: 0.3s;
  cursor: pointer;
}
.filter .filter-body ul li .togg.active {
  transform: rotate(180deg);
  transition: 0.3s;
}
.filter .filter-body ul li .item {
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
}
.filter .filter-body ul li .item > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter .filter-body ul li .item > span {
  width: 100%;
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  user-select: none;
  font-size: 0.75rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .filter .filter-body ul li .item > span {
    font-size: 1.1rem;
  }
}
.filter .filter-body ul li .item > span .count {
  font-size: 0.65rem;
  margin-left: auto;
}
.filter .filter-body ul li .item > span::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 0.125rem solid #aeb6c5;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  margin-top: -0.125rem;
}
@media (max-width: 992px) {
  .filter .filter-body ul li .item > span::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.filter .filter-body ul li .item > input:not(:disabled):not(:checked) + span:hover {
  color: #031b4c;
}
.filter .filter-body ul li .item > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #5e6d8d;
}
.filter .filter-body ul li .item > input:checked + span {
  color: #111;
}
.filter .filter-body ul li .item > input:checked + span::before {
  border-color: #08b72e;
  background-color: #08b72e;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.0625L4.125 7.9375L1 4.8125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.filter .filter-body-buttons {
  width: 100%;
  display: flex;
}
.filter .filter-body-buttons .item-button {
  display: flex;
  width: 100%;
}
.filter .filter-body-buttons .item-button > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter .filter-body-buttons .item-button > span {
  width: 100%;
  height: 2.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  gap: 0.5rem;
  user-select: none;
  font-size: 0.875rem;
  background: #f1f3f7;
  border: 1px solid #fff;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
}
.filter .filter-body-buttons .item-button > input:not(:disabled):not(:checked) + span:hover {
  color: #000;
}
.filter .filter-body-buttons .item-button > input:checked + span {
  color: #fff;
  background: #F69709;
}
.filter .filter-body-range {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .filter .filter-body-range {
    flex-direction: column;
    gap: 1rem;
  }
}
.filter .filter-body-range .rage-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FBFBFB;
  border-radius: 0.5rem;
}
.filter .filter-body-range .rage-block .lb {
  width: 100%;
  font-size: 0.85rem;
  color: #151515;
  background: #FBFBFB;
  border: 1px solid #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (max-width: 992px) {
  .filter .filter-body-range .rage-block .lb {
    font-size: 1.1rem;
  }
}
.filter .filter-body-range .rage-block .widget-filter {
  width: 50%;
  border: 1px solid #fff;
}
.filter .filter-body-range .rage-block .widget-filter .filter-head {
  height: 2rem;
}
@media (max-width: 992px) {
  .filter .filter-body-range .rage-block .widget-filter .filter-head {
    height: 3.5rem;
  }
}
.filter .filter-body-range .rage-block .widget-filter .filter-body {
  width: 100%;
  min-width: 5rem;
}
.filter .filter-body-range .rage-block input {
  width: 50%;
  height: 2rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  background: #FBFBFB;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  color: #F69709;
}
@media (max-width: 992px) {
  .filter .filter-body-range .rage-block input {
    height: 3.5rem;
    font-size: 1.1rem;
  }
}
.filter .filter-body-range .item-check {
  display: flex;
  padding: 0.5rem 0;
}
.filter .filter-body-range .item-check > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter .filter-body-range .item-check > span {
  width: 100%;
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  user-select: none;
  font-size: 1rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .filter .filter-body-range .item-check > span {
    font-size: 1.1rem;
  }
}
.filter .filter-body-range .item-check > span::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 0.125rem solid #aeb6c5;
  border-radius: 0.25rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  margin-top: -0.125rem;
}
@media (max-width: 992px) {
  .filter .filter-body-range .item-check > span::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.filter .filter-body-range .item-check > input:not(:disabled):not(:checked) + span:hover {
  color: #031b4c;
}
.filter .filter-body-range .item-check > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #5e6d8d;
}
.filter .filter-body-range .item-check > input:checked + span {
  color: #111;
}
.filter .filter-body-range .item-check > input:checked + span::before {
  border-color: #08b72e;
  background-color: #08b72e;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.0625L4.125 7.9375L1 4.8125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.filter .filter-buttons {
  width: calc(25% - 0.75rem);
  order: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .filter .filter-buttons {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .filter .filter-buttons .filter-count {
    font-size: 1.3rem;
    order: 1;
  }
}
.filter .filter-buttons .filter-submit {
  width: 100%;
}
@media (max-width: 992px) {
  .filter .filter-buttons .filter-submit {
    width: 100%;
    order: 2;
  }
}
.filter .filter-buttons .filter-submit.disabled {
  opacity: 0.5;
  cursor: default;
}
.filter .filter-buttons .filter-reset {
  margin-right: auto;
  border: none;
  background: transparent;
  font-family: "Montserrat-Medium";
  font-size: 0.875rem;
  color: #F69709;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 992px) {
  .filter .filter-buttons .filter-reset {
    width: 100%;
    order: 3;
    height: 3rem;
    justify-content: center;
    text-align: center;
    font-family: "Montserrat-Bold";
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 0.25rem;
    box-shadow: 0.375rem 0.375rem 0.625rem 0 rgba(0, 0, 0, 0.1), inset -0.25rem -0.25rem 0.5625rem 0 rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    padding: 0.75rem 1.5rem;
    gap: 0.625rem;
    position: relative;
  }
  .filter .filter-buttons .filter-reset:hover, .filter .filter-buttons .filter-reset:active, .filter .filter-buttons .filter-reset:focus {
    box-shadow: 0.1875rem 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.2), inset -0.25rem -0.25rem 0.5625rem 0 rgba(0, 0, 0, 0.03);
  }
}
.filter .filter-buttons .filter-reset .close {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
}
.filter .filter-buttons .filter-reset .close:before,
.filter .filter-buttons .filter-reset .close:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: #F69709;
  position: absolute;
  transition: 0.6s;
  top: 0.4rem;
}
.filter .filter-buttons .filter-reset .close:before {
  transform: rotate(45deg);
}
.filter .filter-buttons .filter-reset .close:after {
  transform: rotate(-45deg);
}
.filter .filter-buttons .filter-reset:hover {
  color: #000;
}

.section-brands .brands {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 680px) {
  .section-brands .brands {
    gap: 1rem;
  }
}
.section-brands .brands .show-more,
.section-brands .brands .show-all {
  width: calc(25% - 0.94rem);
  aspect-ratio: 285/90;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  background: #f6f6f6;
  border-radius: 0.625rem;
  color: #111111;
  padding: 0 !important;
}
@media (max-width: 922px) {
  .section-brands .brands .show-more,
.section-brands .brands .show-all {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 680px) {
  .section-brands .brands .show-more,
.section-brands .brands .show-all {
    width: calc(50% - 0.5rem);
  }
}
.section-brands .brands .show-more a,
.section-brands .brands .show-all a {
  padding-block: 1.875rem;
  padding-inline: 1.25rem;
  border-radius: 0.625rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: "OpenSans-Bold";
}
@media (max-width: 680px) {
  .section-brands .brands .show-more a,
.section-brands .brands .show-all a {
    font-size: 0.9rem;
  }
}
.section-brands .brands .show-more a:hover,
.section-brands .brands .show-all a:hover {
  color: #ffffff;
  background-color: #08b72e;
}
.section-brands .brands .item {
  width: calc(25% - 0.94rem);
  aspect-ratio: 285/90;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 0.9375rem;
  background: #f6f6f6;
  border-radius: 0.625rem;
  color: #111111;
}
@media (max-width: 922px) {
  .section-brands .brands .item {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 680px) {
  .section-brands .brands .item {
    width: calc(50% - 0.5rem);
    gap: 1rem;
    padding: 0.5rem;
  }
}
.section-brands .brands .item:nth-child(n+12) {
  display: none;
}
.section-brands .brands .item .brand-name {
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 680px) {
  .section-brands .brands .item .brand-name {
    font-size: 1rem;
  }
}
.section-brands .brands .item .quantity {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #a2a5a8;
}
.section-brands .brands .item:hover {
  background: #08b72e;
  color: #f6f6f6;
}
.section-brands .brands .item:hover .quantity {
  color: inherit;
}
.section-brands .brands.open .item:nth-child(n+12) {
  display: flex;
}
.section-brands .brands.open .show-more {
  display: none;
}
.section-brands .image {
  width: 3.75rem;
  height: 3.75rem;
  background: #ffffff;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.section-brands .image.path {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  width: 0.625rem;
  height: 0.3125rem;
}

.section-cars .products {
  margin: 0;
}
@media (max-width: 680px) {
  .section-cars .products .product-item:nth-child(n+6) {
    display: none;
  }
}

.advantages {
  display: flex;
  gap: 1.25rem;
  width: 100%;
}
@media (max-width: 992px) {
  .advantages .swiper {
    width: 100%;
    overflow: visible;
  }
}
.advantages .swiper-wrapper {
  width: 100%;
}
.advantages .item {
  background: #ffffff;
  width: 17.8125rem;
  min-height: 14.375rem;
  padding: 1.875rem;
  border-radius: 0.9375rem;
  border: 1px solid rgb(237, 238, 240);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.advantages .item:hover {
  box-shadow: 0rem 0.625rem 1.875rem 0rem rgba(14, 25, 35, 0.1);
}
.advantages .image {
  padding: 0.625rem;
  width: 5rem;
  height: 5rem;
}
.advantages .content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.advantages .name {
  color: #111111;
  font-size: 1.125rem;
  font-family: "OpenSans-Bold";
}
.advantages .text {
  color: #515456;
}
@media (max-width: 550px) {
  .advantages .text {
    max-width: 12.5rem;
  }
}

.services {
  width: 100%;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .services {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .services .swiper {
    width: 100%;
    overflow: visible;
  }
}
.services .item {
  position: relative;
  display: block;
  width: 17.8125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.services .image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.services .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 12.5rem;
  color: #ffffff;
  padding: 1.25rem;
  background-color: rgba(66, 67, 67, 0.65);
  transition: 0.3s;
}
.services .content:hover {
  background-color: rgba(8, 183, 46, 0.65);
  transition: 0.3s;
}
.services .section-link {
  color: #ffffff;
}

.reviews {
  columns: 3;
  column-gap: 1.25rem;
  width: 100%;
  column-width: 21.5625rem;
}
.reviews .item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
  color: #ffffff;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.reviews .item:last-child {
  margin-bottom: 0;
}
.reviews .image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: brightness(0.4) contrast(0.8);
}
.reviews .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews .content .image-icon {
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
}
.reviews .name {
  margin-top: 0.625rem;
  width: 90%;
  text-align: center;
}
.reviews .item:nth-child(1) {
  min-height: 13.5rem;
}
.reviews .item:nth-child(2) {
  min-height: 25rem;
}
.reviews .item:nth-child(3) {
  min-height: 14rem;
}
.reviews .item:nth-child(4) {
  min-height: 21.875rem;
}
.reviews .item:nth-child(5) {
  min-height: 31.875rem;
}
.reviews .item:nth-child(5) img {
  object-position: 40% top;
}
.reviews .item:nth-child(6) {
  min-height: 13.75rem;
}
.reviews .item:nth-child(7) {
  min-height: 17.5rem;
}
.reviews .item:nth-child(8) {
  min-height: 21.25rem;
}

/*------ accordion ------*/
.accordion {
  columns: 2;
  column-width: 21.875rem;
  column-gap: 1.25rem;
}
.accordion .accordion-box {
  margin-bottom: 0.9375rem;
  background: #ffffff;
  border-radius: 0.5rem;
  break-inside: avoid;
}
.accordion .accordion-box .top {
  min-height: 3.75rem;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 1rem;
  cursor: pointer;
  background: #F6F6F6;
  border-radius: 0.625rem;
  border: 1px solid #EDEEF0;
}
@media (max-width: 414px) {
  .accordion .accordion-box .top {
    padding: 0.625rem 1rem;
  }
}
.accordion .accordion-box .top:after {
  content: "";
  background: url("../img/svg/Path-accord.svg");
  min-width: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.5s;
}
.accordion .accordion-box .accordion-body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.accordion .accordion-box .accordion-body .block {
  padding: 0.3125rem 1.25rem;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "OpenSans-Regular", sans-serif;
  border-radius: 0.625rem;
  border: 1px solid #EDEEF0;
}
@media (max-width: 414px) {
  .accordion .accordion-box .accordion-body .block {
    padding: 0 1rem 0.9375rem;
  }
}
.accordion .accordion-box.active .top {
  border-radius: 0.625rem 0.625rem 0 0;
}
.accordion .accordion-box.active .block {
  border-radius: 0 0 0.625rem 0.625rem;
}
.accordion .accordion-box.active .top:after {
  transform: rotate(180deg);
  transition: transform 0.5s;
}
.accordion .accordion-box:hover .top:after {
  color: #08b72e;
}

.section-team {
  padding: 5.3125rem 0;
  margin-top: 5rem;
  position: relative;
}
.section-team:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  background: #fbfbfb;
}
@media (max-width: 922px) {
  .section-team {
    padding: 3rem 0;
  }
}

.team {
  display: flex;
  gap: 1.25rem;
  width: 100%;
  position: relative;
  z-index: 10;
}
.team .item {
  background: #ffffff;
  width: calc(25% - 0.9375rem);
  min-height: 21.5625rem;
  border-radius: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  box-shadow: 0 0.3125rem 1.25rem 0 rgba(12, 19, 26, 0.05);
}
@media (max-width: 992px) {
  .team .item {
    width: calc(50% - 0.9375rem);
  }
}
@media (max-width: 480px) {
  .team .item {
    width: 100%;
  }
}
.team .item:hover {
  box-shadow: 0rem 0.625rem 1.875rem 0rem rgba(14, 25, 35, 0.1);
}
.team .image {
  width: 100%;
}
.team .image img {
  width: 100%;
  aspect-ratio: 285/250;
  object-fit: cover;
}
.team .content {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.25rem;
}
.team .name {
  color: #111111;
  font-size: 1.125rem;
  font-family: "OpenSans-Bold";
  font-weight: 700;
}
.team .text {
  color: #515456;
}
@media (max-width: 640px) {
  .team {
    flex-wrap: wrap;
  }
}

.contacts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  border-radius: 1.25rem;
}
.contacts .item {
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(12, 19, 26, 0.1);
  width: calc(33.33% - 0.85rem);
  border-radius: 1.25rem;
  border: 1px solid #f6f6f6;
  text-align: center;
  padding: 1.25rem;
}
@media (max-width: 680px) {
  .contacts .item {
    width: 100%;
  }
}
.contacts .item .ico {
  width: 3.125rem;
  margin: 0 auto;
}
.contacts .item .title {
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.contacts .item .text {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .contacts .item .text {
    font-size: 1.125rem;
  }
}

.map {
  width: 100%;
  height: 28.125rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.forms {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.forms .block {
  padding: 2.5rem;
  width: calc(100% - 31.625rem);
  background-color: rgba(8, 183, 46, 0.15);
  border-radius: 1.25rem;
}
@media (max-width: 992px) {
  .forms .block {
    width: 100%;
    padding: 1.5rem;
  }
}
.forms .image {
  width: 30.625rem;
  min-height: 25rem;
  border-radius: 1.25rem;
  background-image: url(../img/contacts.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .forms .image {
    display: none;
  }
}
.forms .forma {
  margin-top: 2rem;
}

.post-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.post-error img {
  max-width: 35.1875rem;
}
.post-error .title {
  margin-top: 1.25rem;
  font-size: 1.875rem;
  font-family: "OpenSans-Bold";
  font-weight: 700;
}
.post-error .button {
  background: #08b72e;
  color: #fff;
}

.related {
  width: 100%;
}

.section-views {
  position: relative;
  padding: 5rem 0;
  margin: 0;
}
.section-views:after {
  content: "";
  position: absolute;
  top: 0;
  right: -150%;
  left: -150%;
  height: 1px;
  background-color: #edeef0;
}
.section-views .products {
  margin: 0;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem;
  border: 1px solid #edeef0;
  border-radius: 0.625rem;
  margin-bottom: 4rem;
}
@media (max-width: 680px) {
  .brand-list {
    margin-top: 3rem;
    justify-content: space-between;
  }
}
.brand-list .item {
  width: calc(25% - 1.25rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "OpenSans-Medium";
  font-size: 1rem;
  color: #111111;
}
@media (max-width: 992px) {
  .brand-list .item {
    width: calc(33.33% - 1rem);
  }
}
@media (max-width: 680px) {
  .brand-list .item {
    width: calc(50% - 1rem);
  }
}
.brand-list .item:hover {
  color: #f69709;
}
.brand-list .count {
  font-size: 0.875rem;
  color: #a2a5a8;
}
.brand-list .more {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  color: #08b72e;
  cursor: pointer;
  margin-top: 0.625rem;
}
.brand-list .more:hover {
  color: #f69709;
}
.brand-list .more img,
.brand-list .more svg {
  width: 0.5rem;
  height: auto;
  transform: rotate(90deg);
}

/***** COMPONENTS PAGE (Article) *****/
.blog main {
  margin-bottom: 4.75rem;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.875rem;
}
@media (max-width: 992px) {
  .blog-grid {
    gap: 2.5rem 1rem;
  }
}

.screen-reader-text {
  display: none !important;
}

.blog-nav {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 0.9375rem;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .blog-nav {
    gap: 0.5rem;
  }
}
.blog-nav .menu-item {
  border: 1px solid #e0e1e7;
  transition: all 0.3s;
  border-radius: 0.625rem;
}
.blog-nav .menu-item.current-menu-item {
  font-family: "OpenSans-Medium";
}
.blog-nav .menu-item:hover, .blog-nav .menu-item.current-menu-item {
  border: 0.0625rem solid #09b91b;
  background: rgba(9, 185, 27, 0.08);
  color: #08b72e;
  transition: all 0.3s;
}
.blog-nav .menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-inline: 1.25rem;
  padding-block: 0.6875rem;
}
@media (max-width: 992px) {
  .blog-nav .menu-item a {
    font-size: 1rem;
  }
}

.post-single {
  max-width: 49.6875rem;
}
.post-single article {
  font-size: 1.125rem;
}

.post-date {
  font-size: 0.875rem;
  color: #919395;
  margin: 1rem 0;
}

.singe-image {
  margin: 1.375rem 0 2.25rem;
  border-radius: 1.25rem;
  width: 100%;
  aspect-ratio: 793/458;
  background-size: cover;
  background-position: 50% 50%;
}

.about {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.about article {
  width: calc(100% - 31.625rem);
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.about .image {
  width: 30.625rem;
  border-radius: 1.25rem;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .about article {
    width: 100%;
    order: 2;
    font-size: 1.25rem;
  }
  .about .image {
    width: 100%;
    aspect-ratio: 1/1;
    order: 1;
    display: none;
  }
}

.cat-page {
  position: relative;
}

.toggle-filter {
  display: none;
}
@media (max-width: 992px) {
  .toggle-filter {
    display: inline-flex;
    margin-bottom: 1rem;
  }
}

.sidebar {
  width: 100%;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0px 0.3125rem 0.625rem 0px rgba(14, 25, 35, 0.08);
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 888;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .sidebar {
    max-width: 320px;
    position: absolute;
    top: 40px;
    left: -100%;
    padding: 1.5rem 1rem;
  }
  .sidebar.active {
    left: 0;
    transition: 0.4s;
  }
}

.top-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 15;
}
@media (max-width: 680px) {
  .top-category {
    flex-wrap: wrap;
  }
}

.products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.25rem;
  padding: 0;
  margin: 2rem 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .products {
    gap: 1.5rem 1rem;
  }
}

.products.wishlist-grid {
  margin-top: 0;
}

.product-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3rem;
}
.product-detail .image {
  width: 42.625rem;
  position: relative;
}
@media (max-width: 992px) {
  .product-detail .image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.product-detail .summary {
  width: 30.5rem;
  padding: 1.5rem;
  border: 1px solid rgb(237, 238, 240);
  border-radius: 0.625rem;
  box-shadow: 0px 0.625rem 1.875rem 0px rgba(14, 25, 35, 0.1);
  background: #fff;
}
@media (max-width: 992px) {
  .product-detail .summary {
    width: 100%;
  }
}
.product-detail .summary hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid #edeef0;
}
.product-detail .product-title {
  font-family: "OpenSans-Bold";
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
.product-detail .explanation {
  color: #515456;
  font-size: 1rem;
}
.product-detail .price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1.25rem;
  gap: 0.3125rem;
}
.product-detail .price ins,
.product-detail .price bdi {
  color: #111;
  font-family: "OpenSans-Bold";
  font-size: 1.875rem;
  position: relative;
  text-decoration: none;
  order: 1;
  font-weight: 700;
}
.product-detail .price del,
.product-detail .price del bdi {
  color: #959aa6;
  font-family: "OpenSans-Regular";
  font-size: 0.875rem;
  text-decoration: line-through;
  order: 2;
  display: block;
  font-weight: normal;
}
.product-detail .price .icon-image {
  display: none;
}
.product-detail .property {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 1.25rem 0;
}
.product-detail .property .item {
  width: calc(33.33% - 0.875rem);
}
@media (max-width: 680px) {
  .product-detail .property .item {
    width: calc(50% - 0.875rem);
  }
}
.product-detail .property .item .name {
  font-size: 0.875rem;
  color: #767980;
}
.product-detail .property .item .feature {
  font-family: "OpenSans-Medium";
  font-size: 0.875rem;
}
.product-detail .cost-text {
  margin: 1.25rem 0;
  font-size: 0.875rem;
  color: #515456;
}
.product-detail .button {
  width: 100%;
  height: 3.125rem;
}
.product-detail .button.btn-calculate {
  border: 1px solid rgb(224, 225, 231);
  background: rgb(247, 247, 247);
}
.product-detail .button.btn-calculate:hover, .product-detail .button.btn-calculate:active, .product-detail .button.btn-calculate:focus {
  color: #fff;
  background-color: #F69709;
  border-color: #F69709;
}

.product-slider {
  margin-bottom: 0.625rem;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}
.product-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5.5rem;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%);
}
.product-slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5.5rem;
  z-index: 2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100%);
}
.product-slider .swiper {
  position: relative;
  z-index: 1;
}
.product-slider .swiper-slide {
  display: block;
  aspect-ratio: 682/450;
  background-size: cover;
  background-position: 50% 50%;
}
.product-slider .swiper-button-prev {
  left: 1.25rem;
}
@media (max-width: 680px) {
  .product-slider .swiper-button-prev {
    left: 0.625rem;
  }
}
.product-slider .swiper-button-next {
  right: 1.25rem;
}
@media (max-width: 680px) {
  .product-slider .swiper-button-next {
    right: 0.625rem;
  }
}

.slider-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.slider-menu .pic {
  width: calc(16.6666666667% - 0.5625rem);
  aspect-ratio: 107/80;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0.125rem solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .slider-menu .pic {
    width: calc(25% - 0.5625rem);
  }
}
.slider-menu .pic:hover {
  border-color: #f69709;
}
.slider-menu .pic.active {
  border-color: #08b72e;
}
.slider-menu .pic.end {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.65rem;
}
.slider-menu .pic.end:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.slider-menu .pic.end span {
  font-family: "OpenSans-Medium";
  font-size: 0.875rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

.product-tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.product-tabs .tabs-list {
  width: 15.625rem;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media (max-width: 680px) {
  .product-tabs .tabs-list {
    display: none;
  }
}
.product-tabs .tabs-list li {
  width: 100%;
  min-height: 3rem;
  padding: 0.65rem 1.5rem;
  text-align: center;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  background-color: #f6f6f6;
  font-family: "OpenSans-Medium";
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.product-tabs .tabs-list li:hover {
  background-color: rgba(9, 185, 27, 0.08);
  color: #08b72e;
}
.product-tabs .tabs-list li.active {
  color: #08b72e;
  border-color: #08b72e;
  background-color: rgba(9, 185, 27, 0.08);
  transition: all 0.3s;
}
.product-tabs .tabs-box {
  width: calc(100% - 17.5rem);
  border-radius: 0.625rem;
  padding: 1.5rem 1.5rem 0.5rem;
  border: 1px solid #edeef0;
}
@media (max-width: 680px) {
  .product-tabs .tabs-box {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .product-tabs .tabs-content {
    width: 100%;
    display: block !important;
  }
}
.product-tabs .tabs-content .top {
  padding-bottom: 1.25rem;
  font-family: "OpenSans-Bold";
  font-size: 1.25rem;
  color: #111;
}
@media (max-width: 680px) {
  .product-tabs .tabs-content .top {
    font-size: 1.15rem;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .product-tabs .tabs-content .top:after {
    content: "+";
  }
}
@media (max-width: 680px) {
  .product-tabs .tabs-content .body {
    display: none;
  }
  .product-tabs .tabs-content .body.active {
    display: block;
    padding-bottom: 1rem;
  }
}
.product-tabs .tabs-content .atributes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-tabs .tabs-content .atributes li {
  width: 33.33%;
  padding: 1.25rem 1.25rem 1.25rem 0;
  border-top: 1px solid #edeef0;
}
@media (max-width: 680px) {
  .product-tabs .tabs-content .atributes li {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .product-tabs .tabs-content .atributes li {
    width: 100%;
  }
}
.product-tabs .tabs-content .atributes li .name {
  font-size: 0.875rem;
  color: #515456;
  margin-bottom: 0.5rem;
}
.product-tabs .tabs-content .atributes .value {
  font-family: "OpenSans-Semibold";
  font-size: 0.875rem;
  color: #111;
}

.product-detail .tinv-wishlist {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 999;
}

.product-detail .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #fff;
  color: #f69709;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-detail .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img,
.product-detail .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt svg {
  width: 1rem !important;
  height: auto;
}

.wishlist-button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 999;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #fff;
  color: #f69709;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.wishlist-button img,
.wishlist-button svg {
  width: 1rem;
  height: auto;
}
/*# sourceMappingURL=style.min.css.map */
