@charset "UTF-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

.not-found-section .content-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

html {
  box-sizing: border-box;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1A3645;
  font: 14px/1.5 'Core Sans C', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 500;
  color-scheme: only light;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light;
  }
}
@media (prefers-color-scheme: light) {
  :root {
    color-scheme: light;
  }
}
@media (forced-colors: active) {
  :root {
    color-scheme: light;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: flex;
}

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

button {
  transition: all 0.5s ease;
  background-color: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  color: inherit;
  font-weight: 700;
}

h1, .h1 {
  font-size: 35px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 92px;
  }
}

h2, .h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 72px;
  }
}

h2.title {
  line-height: 1.35;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  h2.title {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  h2.title {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  h2.title {
    font-size: 5.2rem;
  }
}

h3, .h3 {
  font-size: 35px;
  line-height: 1.08;
  font-weight: 600;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 66px;
  }
}

h4, .h4 {
  font-size: 18px;
}
@media (min-width: 375px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 22px;
  }
}

h5, .h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 0.95;
}
@media (min-width: 768px) {
  h5, .h5 {
    line-height: 1.2;
    font-size: 27px;
  }
}

h6, .h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 26px;
  }
}

a {
  text-decoration: none;
  display: inline-block;
}

.title-h2 {
  margin: 0 auto;
  width: fit-content;
}
@media (min-width: 768px) {
  .title-h2 {
    margin: 0;
  }
}
.title-h2 h2 {
  position: relative;
  color: #13A043;
}
.title-h2 span {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #1A3645;
  font-size: 24px;
}
@media (min-width: 768px) {
  .title-h2 span {
    transform: translate(0px, 0px);
    left: 80%;
    font-size: 50px;
  }
}

.title-sm {
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Core Sans C", sans-serif;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
}
body.loaded {
  overflow: initial;
}
body.overflow {
  overflow: hidden;
}

.swiper-container-initialized {
  height: 100%;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  position: relative;
}
.wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(26, 53, 69, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -1;
}
.wrapper .overlay.active {
  opacity: 1;
  z-index: 10;
}

body main {
  margin-top: 53px;
}
@media (min-width: 768px) {
  body main {
    margin-top: 12rem;
  }
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.container {
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}
.container.container-sm {
  max-width: 111.4rem;
}
.container.container-md {
  max-width: 129.4rem;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
  font-family: 'Core Sans C', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=number].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  font-family: 'Core Sans C', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

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

input[type=number] {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
input[type=number] input::-webkit-outer-spin-button,
input[type=number] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] input[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

.form__group {
  display: flex;
  flex-direction: column;
}
.form__group.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
}
.form__group.has-error .form__error-text {
  opacity: 1;
  margin-top: 0;
}
.form__group.has-error .form__input {
  border: 2px solid;
}
.form__group .form__error-text {
  opacity: 0;
  margin-top: 0;
}

@font-face {
  font-family: "Core Sans C";
  src: url("../fonts/CoreSansC-35Light.woff2") format("woff2"), url("../fonts/CoreSansC-35Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans C";
  src: url("../fonts/CoreSansC-35LightIt.woff2") format("woff2"), url("../fonts/CoreSansC-35LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans C";
  src: url("../fonts/CoreSansC-45Regular.woff2") format("woff2"), url("../fonts/CoreSansC-45Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans C";
  src: url("../fonts/CoreSansC-45RegularIt.woff2") format("woff2"), url("../fonts/CoreSansC-45RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans C";
  src: url("../fonts/CoreSansC-55Medium.woff2") format("woff2"), url("../fonts/CoreSansC-55Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans C";
  src: url("../fonts/CoreSansC-55MediumIt.woff2") format("woff2"), url("../fonts/CoreSansC-55MediumIt.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans C";
  src: url("../fonts/CoreSansC-65Bold.woff2") format("woff2"), url("../fonts/CoreSansC-65Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Core Sans C";
  src: url("../fonts/CoreSansC-65BoldIt.woff2") format("woff2"), url("../fonts/CoreSansC-65BoldIt.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes orbit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.bg-default {
  background-color: transparent;
}
.bg-default:not([style*=background-]) + .bg-default:not([style*=background-]) {
  padding-top: 0;
}

.bg-accent {
  background-color: #F5FCEB;
}
.bg-accent:not([style*=background-]) + .bg-accent:not([style*=background-]) {
  padding-top: 0;
}

.bg-green {
  background-color: #DFF3DB;
}
.bg-green:not([style*=background-]) + .bg-green:not([style*=background-]) {
  padding-top: 0;
}

.bg-orange {
  background-color: #FFE6D4;
}
.bg-orange:not([style*=background-]) + .bg-orange:not([style*=background-]) {
  padding-top: 0;
}

.bg-pink {
  background-color: #FFE3E3;
}
.bg-pink:not([style*=background-]) + .bg-pink:not([style*=background-]) {
  padding-top: 0;
}

.section-similar-products {
  padding-top: 40px;
  padding-bottom: 15px;
}
.section-similar-products .container + .container {
  margin-top: 1.5rem;
}

.captcha-block {
  position: relative;
}
.captcha-block .captcha {
  left: 0;
}

.captcha {
  padding: 1.2rem;
  flex: 0 0 21.8rem;
  position: static;
  bottom: 0;
  left: 37.7rem;
  max-width: 21.8rem;
  min-width: 21.8rem;
  min-height: 4.8rem;
  max-height: 4.8rem;
  display: flex;
  justify-content: space-between;
  background-color: #E8E8E8;
  border: 1px solid #D9D9D9;
  border-radius: 6rem;
}
@media (min-width: 768px) {
  .captcha {
    position: absolute;
  }
}
.captcha input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.captcha label {
  color: #1A3645;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  gap: 1.5rem;
}
.captcha label::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 0.6s ease 0s;
  border: 1px solid transparent;
}
.captcha input:checked + label::before {
  transition: all 0.6s ease 0s;
  border: 0.7rem solid #1BAF3A;
}

.editor-content {
  line-height: 1.43;
  font-size: 1.6rem;
}
.editor-content p {
  font-weight: 300;
}
.editor-content a {
  color: #1A3645;
  text-decoration: underline;
  transition: all ease 0.25s;
}
.editor-content a:hover, .editor-content a:focus {
  color: #13A043;
}
.editor-content h1 {
  font-family: inherit;
  color: inherit;
  font-weight: 700;
  line-height: 1.35;
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .editor-content h1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .editor-content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .editor-content h1 {
    font-size: 4.6rem;
  }
}
.editor-content h2 {
  line-height: 1.35;
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .editor-content h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .editor-content h2 {
    font-size: 3.8rem;
  }
}
@media (min-width: 1200px) {
  .editor-content h2 {
    font-size: 4rem;
  }
}
.editor-content h3 {
  font-size: 2.8rem;
}
@media (min-width: 992px) {
  .editor-content h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .editor-content h3 {
    font-size: 3.6rem;
  }
}
.editor-content h4 {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .editor-content h4 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .editor-content h4 {
    font-size: 3.5rem;
  }
}
.editor-content h5 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .editor-content h5 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .editor-content h5 {
    font-size: 2.7rem;
  }
}
.editor-content h6 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .editor-content h6 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .editor-content h6 {
    font-size: 2.5rem;
  }
}
.editor-content p + p {
  margin-top: 1.5rem;
}
.editor-content h1 + p {
  margin-top: 1.5rem;
}
.editor-content h2 + p {
  margin-top: 1.5rem;
}
.editor-content h3 + p {
  margin-top: 1.5rem;
}
.editor-content * + h1, .editor-content * + h2, .editor-content * + h3,
.editor-content h1 + *, .editor-content h2 + *, .editor-content h3 + * {
  margin-top: 1.5rem;
}
.editor-content h4 + p, .editor-content h5 + p, .editor-content h6 + p,
.editor-content * + h4, .editor-content * + h5, .editor-content * + h6,
.editor-content h4 + *, .editor-content h5 + *, .editor-content h6 + * {
  margin-top: 1.5rem;
}
.editor-content hr {
  margin: 1.6rem 0;
  border: none;
  border-top: 1px solid #13A043;
}
.editor-content hr + * {
  margin-top: 1.6rem;
}
.editor-content * + hr {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .editor-content * + hr {
    margin-top: 4rem;
  }
}
.editor-content ul + *, .editor-content ol + * {
  margin-top: 3rem;
}
.editor-content * + ul, .editor-content * + ol {
  margin-top: 3rem;
}
.editor-content ul li + li {
  margin-top: 1rem;
}
.editor-content ul li {
  position: relative;
  padding-left: 2.5rem;
  color: #1A3645;
  line-height: 1.7;
}
.editor-content ul li:after {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  left: 0.7rem;
  top: 0.5rem;
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #1A3645;
  border-right: 2px solid #1A3645;
}
.editor-content ul li ol li:before {
  top: 1.4rem;
}
.editor-content ul li ol li:after {
  display: none;
}
.editor-content ol {
  counter-reset: li;
  list-style: none;
}
.editor-content ol li + li {
  margin-top: 1rem;
}
.editor-content ol > li + li {
  margin-top: 1.4rem;
}
.editor-content ol > li {
  position: relative;
  padding-left: 2.5rem;
}
.editor-content ol > li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  color: #13A043;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 50%;
  line-height: 1;
}
.editor-content blockquote {
  display: flex;
  position: relative;
  border-top: 1px solid #13A043;
  border-bottom: 1px solid #13A043;
  overflow: hidden;
  padding: 2rem 0rem;
  margin: 0;
}
@media (min-width: 768px) {
  .editor-content blockquote {
    padding: 3rem 4rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.editor-content * + blockquote {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .editor-content * + blockquote {
    margin-top: 3rem;
  }
}
.editor-content blockquote + * {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .editor-content blockquote + * {
    margin-top: 3rem;
  }
}

.editor-basic ul li + li, .category-spoiler ul li + li {
  margin-top: 5px;
}
.editor-basic ul li, .category-spoiler ul li {
  position: relative;
  padding-left: 15px;
}
.editor-basic ul li:before, .category-spoiler ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
.editor-basic ol, .category-spoiler ol {
  counter-reset: li;
}
.editor-basic ol li, .category-spoiler ol li {
  position: relative;
}
.editor-basic ol li:before, .category-spoiler ol li:before {
  counter-increment: li;
  content: counter(li) ". ";
}
.editor-basic ul + *, .editor-basic ol + *, .category-spoiler ul + *, .category-spoiler ol + * {
  margin-top: 1.5rem;
}
.editor-basic * + ul, .editor-basic * + ol, .category-spoiler * + ul, .category-spoiler * + ol {
  margin-top: 1.5rem;
}
.editor-basic p + p, .category-spoiler p + p {
  margin-top: 1.5rem;
}
.editor-basic h1 + p, .category-spoiler h1 + p {
  margin-top: 1.5rem;
}
.editor-basic h2 + p, .category-spoiler h2 + p {
  margin-top: 1.5rem;
}
.editor-basic h3 + p, .category-spoiler h3 + p {
  margin-top: 1.5rem;
}
.editor-basic * + h1, .editor-basic * + h2, .editor-basic * + h3,
.editor-basic h1 + *, .editor-basic h2 + *, .editor-basic h3 + *, .category-spoiler * + h1, .category-spoiler * + h2, .category-spoiler * + h3,
.category-spoiler h1 + *, .category-spoiler h2 + *, .category-spoiler h3 + * {
  margin-top: 1.5rem;
}
.editor-basic h4 + p, .editor-basic h5 + p, .editor-basic h6 + p,
.editor-basic * + h4, .editor-basic * + h5, .editor-basic * + h6,
.editor-basic h4 + *, .editor-basic h5 + *, .editor-basic h6 + *, .category-spoiler h4 + p, .category-spoiler h5 + p, .category-spoiler h6 + p,
.category-spoiler * + h4, .category-spoiler * + h5, .category-spoiler * + h6,
.category-spoiler h4 + *, .category-spoiler h5 + *, .category-spoiler h6 + * {
  margin-top: 1.5rem;
}

.characteristics-section img.alignleft {
  float: left;
}
.characteristics-section img.alignright {
  float: right;
}
.characteristics-section img[style*="float: left"], .characteristics-section img[class*=alignleft], .characteristics-section img.alignleft {
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .characteristics-section img[style*="float: left"], .characteristics-section img[class*=alignleft], .characteristics-section img.alignleft {
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
}
.characteristics-section img[style*="float: right"], .characteristics-section img[class*=alignright], .characteristics-section img .alignright {
  margin-left: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .characteristics-section img[style*="float: right"], .characteristics-section img[class*=alignright], .characteristics-section img .alignright {
    margin-left: 5rem;
    margin-bottom: 5rem;
  }
}
.characteristics-section img.aligncenter {
  display: flex;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .characteristics-section img.aligncenter {
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.characteristics-section .tab {
  font-size: 12px;
  font-weight: 300;
}
.characteristics-section .tab ul li {
  position: relative;
  padding-left: 12px;
}
.characteristics-section .tab ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #1A3645;
}
.characteristics-section .tab ol {
  padding-left: 1.3rem;
}
.characteristics-section .tab *:not(hr):not(h6) + p,
.characteristics-section .tab p + p, .characteristics-section .tab *:not(hr) + h6 {
  margin-top: 1.5rem;
}

body.overflow {
  overflow: hidden;
}

.home-page .main {
  position: relative;
}
.home-page .main:after {
  content: "";
  position: fixed;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 53px;
  background: #F5FCEB;
  transition: all ease 0.25s;
  pointer-events: none;
}
.home-page .main:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12rem;
  top: -12rem;
  background: #F5FCEB;
  pointer-events: none;
}

.menu-opened .header-home.fixed + .main:after {
  opacity: 1;
}

.header {
  padding: 0.4rem 0;
  overflow: visible;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(200, 202, 214, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition-delay: 0s;
  position: fixed;
  z-index: 22;
}
.header.header-home {
  backdrop-filter: none;
  background-color: #F5FCEB;
  z-index: 3;
}
@media (min-width: 768px) {
  .header.header-home {
    z-index: 20;
    transition: all ease 0.25s;
    background-color: #F5FCEB;
  }
}
@media (min-width: 768px) {
  .header {
    padding: 4.2rem 0;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  padding: 0.4rem 0rem;
}
.menu-opened .header.fixed {
  transition: all ease 0.25s;
  background-color: transparent;
}
@media (min-width: 768px) {
  .header.fixed {
    padding: 1.2rem 0;
  }
}
.header.is-hidden {
  transition: all ease 0.25s;
  transform: translateY(-100%);
}
.header.is-visible {
  transform: translateY(0);
  transition: all ease 0.25s;
}
.header .nav-list {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .header .nav-list {
    display: flex;
  }
}
.header .nav-list > li {
  position: relative;
  padding: 1rem 1.625rem 1rem 1.625rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 3.5rem;
  transition: all 0.25s ease 0s;
  cursor: pointer;
}
.header .nav-list > li a {
  position: relative;
  z-index: 2;
  color: inherit;
  transition: all 0.25s ease 0s;
}
.header .nav-list > li::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.5rem;
  opacity: 1;
  transition: all 0.22s ease 0s;
  border: 1px solid #C8CAD6;
}
.header .nav-list > li:hover, .header .nav-list > li .active {
  background-color: #13A043;
  transition: all 0.25s ease 0s;
}
.header .nav-list > li:hover a, .header .nav-list > li .active a {
  color: #FFFFFF;
}
.header .nav-list > li:hover:after, .header .nav-list > li .active:after {
  border: 2px solid #13A043;
}
.header .nav-list > li:hover .sub-list {
  transition: all 0.2s ease 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header .nav-list > li:hover > a {
  transition: all 0.2s ease 0s;
}
.header .nav-list > li:hover::after {
  transition: all 0.2s ease 0s;
  opacity: 1;
}
.header .nav-list > li.active > a, .header .nav-list > li.current-menu-item > a {
  color: #FFFFFF;
  transition: all 0.2s ease 0s;
}
.header .nav-list > li.active > a:hover, .header .nav-list > li.current-menu-item > a:hover {
  color: #FFFFFF;
}
.header .nav-list > li.active::after, .header .nav-list > li.current-menu-item::after {
  transition: all 0.2s ease 0s;
  opacity: 1;
  background-color: #13A043;
}
.header .nav-list > li:not(:last-child).active {
  background-color: #13A043;
}
.header .nav-list > li:not(:last-child).active a {
  color: #FFFFFF;
}
.header .nav-list > li .sub-list {
  padding-top: 1.25rem;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease 0s;
}
.header .nav-list > li ul {
  min-width: 22.8rem;
  border-radius: 1.875rem;
  background: rgba(250, 250, 250, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
}
.header .nav-list > li ul li {
  font-size: 14px;
  line-height: 1;
  padding: 1.4rem 1.8rem 1.3rem 1.8rem;
  transition: all 0.6s ease 0s;
}
.header .nav-list > li ul li:first-child {
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 1.875rem;
}
.header .nav-list > li ul li:last-child {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.header .nav-list > li ul li:not(:last-child) {
  border-bottom: 2px solid #13A043;
}
.header .nav-list > li ul li a {
  color: #1A3645 !important;
}
.header .nav-list > li ul li:hover {
  transition: all 0.6s ease 0s;
  background-color: #E1E2E8;
}
.header .nav-list > li:last-child {
  border-radius: 50%;
  padding: 1.1rem 0.8rem 0.8rem;
}
.header .nav-list > li:last-child ul {
  min-width: auto;
}
.header .nav-list > li:last-child ul li {
  padding: 0.688rem 0.875rem;
}
.header .nav-list > li:last-child ul li.active {
  background-color: #E1E2E8;
}
.header .nav-list .lang-switcher:hover:after {
  background: none;
}
.header .nav-list .lang-switcher .lang-item {
  font-size: 1.6rem;
  padding: 1.3rem 1rem;
}
.header .nav-list .lang-switcher .sub-list li {
  font-size: 1.6rem;
  padding: 1.3rem 1rem;
}
.header .drop-dl .lang-name, .header .drop-dl .lang-item a {
  text-transform: uppercase;
}
.header .nav-list .sub-list a {
  font-weight: 300;
}

.menu-opened .main:after {
  z-index: 8;
}
.menu-opened .header {
  background: transparent;
  z-index: 20;
}

.header-home .nav-list > li:after {
  border: 2px solid #13A043;
  opacity: 0;
}
.header-home .nav-list > li a {
  color: #1A3645;
}
.header-home .nav-list > li:hover {
  background: none;
}
.header-home .nav-list > li:hover a {
  color: #1A3645;
}
.header-home .nav-list > li:hover::after {
  transition: all 0.2s ease 0s;
  opacity: 1;
}

.burger {
  width: fit-content;
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 12;
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}
.burger.active .burger-top img {
  transition: all 0.6s ease 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.burger.active .burger-top .burger-lang {
  transition: all 0.6s ease 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.burger.active .burger-body {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.burger.active .burger-body.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.burger-top {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.burger-top #burger-close {
  max-width: 18px;
  max-height: 18px;
}
.burger-top .burger-lang {
  transition: all 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.burger-top img {
  transition: all 0.6s ease 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.burger .burger-lang {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #13A043;
  cursor: pointer;
}
.burger .burger-lang a.lang-chose-mob {
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-top: 0.3rem;
}
@media (min-width: 576px) {
  .burger .burger-lang a.lang-chose-mob {
    margin-top: 0;
  }
}
.burger .burger-lang a.lang-chose-mob .lang-name {
  line-height: 14px;
  display: flex;
}
.burger .burger-lang p {
  font-weight: 400;
  max-width: 1.8rem;
  line-height: 1;
}
.burger .burger-lang.active {
  transition: all 0.6s ease 0s;
  background: rgba(250, 250, 250, 0.7);
}
.burger .burger-lang.active .sub-list {
  transition: all 0.6s ease 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.burger .burger-lang .sub-list {
  width: 100%;
  padding-top: 1.25rem;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease 0s;
}
.burger .burger-lang .sub-list ul, .burger .burger-lang .drop-dl-mob ul {
  border-radius: 1.875rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: rgba(250, 250, 250, 0.7);
}
.burger .burger-lang .sub-list ul li, .burger .burger-lang .drop-dl-mob ul li {
  font-size: 14px;
  line-height: 0.86;
  transition: all 0.6s ease 0s;
  padding: 1.5rem 1.2rem;
  text-align: center;
}
.burger .burger-lang .sub-list ul li.active, .burger .burger-lang .drop-dl-mob ul li.active {
  background-color: #E1E2E8;
}
.burger .burger-lang .sub-list ul li:first-child, .burger .burger-lang .drop-dl-mob ul li:first-child {
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 1.875rem;
}
.burger .burger-lang .sub-list ul li:last-child, .burger .burger-lang .drop-dl-mob ul li:last-child {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.burger .burger-lang .sub-list ul li:not(:last-child), .burger .burger-lang .drop-dl-mob ul li:not(:last-child) {
  border-bottom: 2px solid #13A043;
}
.burger .burger-lang .sub-list ul li:hover, .burger .burger-lang .drop-dl-mob ul li:hover {
  transition: all 0.6s ease 0s;
  background-color: #E1E2E8;
}
.burger .drop-dl-mob .lang-chose-mob .lang-name {
  text-transform: uppercase;
  color: #1A3645;
}
.burger .drop-dl-mob .sub-list ul li a {
  text-transform: uppercase;
  color: #1A3645;
}
.burger-icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.burger-icon:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #13A043;
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.burger-icon span {
  position: relative;
  display: block;
  width: 1.367rem;
  height: 1.5px;
  background-color: #1A3645;
  transition: all 0.6s ease 0s;
}
.burger-icon span:before {
  position: absolute;
  right: 0;
  top: -0.5rem;
  content: "";
  display: block;
  width: 0.867rem;
  height: 1.5px;
  background-color: #1A3645;
  transition: all 0.6s ease 0s;
}
.burger-icon span:after {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  content: "";
  display: block;
  width: 1.833rem;
  height: 1.5px;
  background-color: #1A3645;
}
.burger-icon.active {
  transition: all 0.6s ease 0s;
  background: rgba(19, 160, 67, 0.5);
}
.burger-icon.active:after {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.burger-icon.active span {
  transition: all 0.6s ease 0s;
  width: 1.833rem;
}
.burger-icon.active span:before {
  transition: all 0.6s ease 0s;
  width: 1.833rem;
}
.burger-body {
  min-width: 12.625rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.burger-body.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.burger-body .sub-list {
  width: 100%;
  padding-top: 1.25rem;
  position: absolute;
  z-index: 10;
  margin-left: auto;
  top: 100%;
}
.burger-body .sub-list ul {
  width: 100%;
  border-radius: 1.875rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: rgba(250, 250, 250, 0.7);
}
.burger-body .sub-list ul li {
  font-size: 1.6rem;
  line-height: 1;
  transition: all 0.6s ease 0s;
  padding: 1.4rem 1.4rem 1.3rem 1.4rem;
}
@media (min-width: 992px) {
  .burger-body .sub-list ul li {
    font-size: 14px;
  }
}
.burger-body .sub-list ul li a {
  color: inherit;
  font-weight: 300;
}
.burger-body .sub-list ul li:first-child {
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 1.875rem;
}
.burger-body .sub-list ul li:last-child {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.burger-body .sub-list ul li:not(:last-child) {
  border-bottom: 2px solid #13A043;
}
.burger-body .sub-list ul li:hover {
  transition: all 0.6s ease 0s;
  background: rgba(19, 160, 67, 0.5);
}

.footer-desctop {
  display: none;
}
@media (min-width: 992px) {
  .footer-desctop {
    display: block;
  }
}
.footer-top {
  padding: 5.5rem 0 6.7rem 0;
  display: flex;
  align-items: center;
}
.footer-top p, .footer-top a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.footer-logo {
  max-width: 6.2rem;
  max-height: 10rem;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-links {
  margin-left: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-links a {
  color: inherit;
  position: relative;
}
.footer-links a::after {
  position: absolute;
  content: "";
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1A3645;
  transition: all 0.6s ease 0s;
}
.footer-links a:hover::after {
  width: 100%;
  transition: all 0.6s ease 0s;
}
.footer-info {
  margin-left: auto;
  text-align: end;
}
.footer-bottom {
  position: relative;
  background-color: #1A3645;
  padding: 4.8rem 0;
}
.footer-bottom a, .footer-bottom p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 3rem;
}
.footer-bottom li {
  position: relative;
}
.footer-bottom li::after {
  position: absolute;
  content: "";
  bottom: -0.25rem;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.6s ease 0s;
}
.footer-bottom li:hover::after {
  width: 100%;
  transition: all 0.6s ease 0s;
}
.footer-icons {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.footer-icons a svg path {
  transition: all 0.6s ease 0s;
}
.footer-icons a:hover svg path {
  transition: all 0.6s ease 0s;
  fill: #1BAF3A;
}
.footer-mobile {
  display: block;
  padding: 3rem 0;
  background-color: #1A3645;
}
@media (min-width: 992px) {
  .footer-mobile {
    display: none;
  }
}
.footer-mobile a, .footer-mobile p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
.footer-mobile .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left-top {
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
  border-bottom: 1px solid #13A043;
}
.footer-left-info {
  margin-top: 1.5rem;
  max-width: 176px;
}
.footer-left-bottom {
  margin-top: 2.3rem;
}
.footer-left-bottom a {
  margin-top: 0.9rem;
}
.footer-right .footer-icons {
  margin-top: 3.1rem;
  flex-direction: column;
}
.footer-right .footer-icons img {
  width: 2.5rem;
  height: 2.5rem;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background-color: #F5FCEB;
  transition: all ease 1s;
  pointer-events: none;
}
.loader__media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .loader__media {
    max-width: 158px;
  }
}
.loader__media svg {
  animation: spin 2s linear infinite;
}
.loaded .loader__media svg {
  animation: none;
}
.loaded .loader {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    -ms-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn {
  border-radius: 5.6rem;
  transition: all 0.5s ease;
}
.btn.btn-primary {
  background-color: #13A043;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.btn.btn-outline {
  background-color: #FFFFFF;
  color: #1A3645;
}
.btn.btn-outline:hover, .btn.btn-outline.active {
  background-color: #13A043;
  color: #FFFFFF;
}
.btn.btn-secondary {
  background-color: #FFFFFF;
  color: #1A3645;
  position: relative;
}
.btn.btn-secondary:before, .btn.btn-secondary:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5.6rem;
  transition: all 0.5s ease;
  border: 1px solid #D9D9D9;
  pointer-events: none;
}
.btn.btn-secondary:after {
  opacity: 0;
  border: 2px solid #13A043;
}
.single-product--orange .btn.btn-secondary:after {
  border: 2px solid #FF842B;
}
.single-product--pink .btn.btn-secondary:after {
  border: 2px solid #F72121;
}
.btn.btn-secondary:hover, .btn.btn-secondary.active {
  color: #1A3645;
}
.btn.btn-secondary:hover:after, .btn.btn-secondary.active:after {
  opacity: 1;
}
.btn.btn-secondary:hover:before, .btn.btn-secondary.active:before {
  opacity: 0;
}
.btn.btn-tertiary {
  background-color: #FAFAFA;
  border: 0.1rem solid #D9D9D9;
  color: #1A3645;
  opacity: 0.3;
  cursor: default;
}
.btn.btn-sm {
  font-size: 1.4rem;
  width: 11.8rem;
  height: 4.4rem;
}
.btn.btn-md {
  font-size: 1.6rem;
  width: 13.4rem;
  height: 4.4rem;
}
.btn.btn-lg {
  padding: 0 1.5rem;
  width: 16.4rem;
  height: 4.6rem;
}
@media (min-width: 768px) {
  .btn.btn-lg {
    width: 17.7rem;
    height: 5rem;
  }
}
.btn.btn-xl {
  font-size: 1.6rem;
  width: 12.7rem;
  height: 4.4rem;
}
.btn.btn-weight-sm {
  font-weight: 300;
}
.btn.btn-weight-md {
  font-weight: 500;
}
.btn.btn-weight-lg {
  font-weight: 600;
  font-size: 20px;
}
.btn.btn-weight-lg:hover {
  background-color: #1A3645;
}
.btn.btn-hover-primary:hover {
  background-color: #0C8535;
}
.btn.cursor-default {
  cursor: default;
}

.title-block {
  position: relative;
}
.title-block .go-back {
  position: absolute;
  top: 0.8rem;
}
@media (min-width: 768px) {
  .title-block .go-back {
    display: none;
  }
}
.title-block .go-back img {
  width: 100%;
  height: 100%;
}
.title-block .title-page {
  text-align: center;
}
@media (min-width: 1024px) {
  .title-block .title-page {
    text-align: left;
  }
}

.breadcrumbs {
  position: relative;
  gap: 5rem;
  display: none;
}
* + .breadcrumbs {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs {
    gap: 7.7rem;
    transform: translateX(-7.7rem);
  }
}
.breadcrumbs .go-back {
  display: flex;
  width: 1.2rem;
  height: 2.2rem;
}
.breadcrumbs .go-back img {
  width: 100%;
  height: 100%;
}
.breadcrumbs .links {
  font-size: 12px;
  margin-bottom: 2.4rem;
  padding-bottom: 2.3rem;
}
.breadcrumbs .links.links-primary {
  border-bottom: 0.1rem solid #21A4AC;
}
.breadcrumbs .links.links-secondary {
  border-bottom: 0.1rem solid #8C8C8C;
}
.single-product--green .breadcrumbs .links {
  border-bottom: 0.1rem solid #13A043;
}
.breadcrumbs .links a {
  color: #1A3645;
}
.breadcrumbs .links a:hover {
  opacity: 0.8;
}

.products-services {
  padding-top: 5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .products-services {
    padding-top: 7rem;
  }
}
.products-services-bg {
  position: absolute;
  top: 12.2rem;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5rem;
  z-index: 1;
  width: 95%;
  background-color: #F4F4F4;
}
@media (min-width: 576px) {
  .products-services-bg {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .products-services-bg {
    width: 100%;
    border-radius: 10rem;
  }
}
@media (min-width: 1200px) {
  .products-services-bg {
    border-radius: 16rem;
    width: 120rem;
  }
}
@media (min-width: 1360px) {
  .products-services-bg {
    width: 130rem;
  }
}
@media (min-width: 1440px) {
  .products-services-bg {
    width: 136rem;
  }
}
@media (min-width: 1920px) {
  .products-services-bg {
    width: 174rem;
    border-radius: 19rem;
  }
}
.products-services-cards {
  position: relative;
  margin: 9.2rem auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  max-width: 54rem;
  flex-wrap: wrap;
  padding-bottom: 5.8rem;
}
@media (min-width: 768px) {
  .products-services-cards {
    gap: 1.8rem;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .products-services-cards {
    gap: 2.6rem;
  }
}
@media (min-width: 1294px) {
  .products-services-cards {
    margin: 9.2rem 0 0 0;
  }
}
.products-services-cards .item-card h6 {
  font-style: normal;
}

.item-card {
  display: block;
  position: relative;
  flex: 1 1 32rem;
  z-index: 3;
}
@media (min-width: 375px) {
  .item-card {
    flex: 1 1 16rem;
  }
}
@media (min-width: 480px) {
  .item-card {
    flex: 1 1 20rem;
  }
}
@media (min-width: 768px) {
  .item-card {
    flex: 0 1 22rem;
  }
}
.item-card:hover .item-card-body::after {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
.item-card:hover .item-card-body svg path {
  transition: all 0.6s ease 0s;
  stroke: #13A043;
}
.item-card-image {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  width: 100%;
  height: 8rem;
}
@media (min-width: 768px) {
  .item-card-image {
    height: 12.2rem;
  }
}
.item-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
.item-card-body {
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .item-card-body {
    padding: 2.8rem 1.6rem 2.5rem 1.6rem;
  }
}
.item-card-body:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #13A043;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-top-width: 0;
  opacity: 0;
  transition: all 0.6s ease 0s;
  z-index: -1;
}
.category--green .item-card-body:after {
  border: 4px solid #13A043;
  border-top-width: 0;
}
.category--orange .item-card-body:after {
  border: 4px solid #FF842B;
  border-top-width: 0;
}
.category--pink .item-card-body:after {
  border: 4px solid #F72121;
  border-top-width: 0;
}
.item-card-body.red::after {
  border: 4px solid #F72121;
  border-top: 0;
}
.item-card-body.orange::after {
  border: 4px solid #FF842B;
  border-top: 0;
}
.item-card-body h6 {
  color: #1A3645;
  font-weight: 500;
  line-height: 1.08;
  width: 100%;
  word-wrap: anywhere;
  overflow: hidden;
  display: -webkit-box;
  font-style: italic;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 3.7rem;
}
@media (min-width: 768px) {
  .item-card-body h6 {
    height: 8.5rem;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 992px) {
  .item-card-body h6 {
    max-width: 18rem;
  }
}
.item-card-body svg {
  display: none;
  margin-top: 1rem;
}
.item-card-body svg path {
  transition: all 0.6s ease 0s;
}
@media (min-width: 768px) {
  .item-card-body svg {
    display: block;
  }
}
.item-card-body p {
  color: #1A3645;
  font-weight: 300;
  line-height: 100%;
  font-size: 1.2rem;
  height: 3.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-transform: capitalize;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .item-card-body p {
    min-height: 3.2rem;
    font-size: 16px;
  }
}

.news-blog {
  padding-top: 5rem;
}
@media (min-width: 576px) {
  .news-blog .container {
    padding: 0 3rem;
  }
}
@media (min-width: 768px) {
  .news-blog .container {
    padding: 0 5rem;
  }
}
@media (min-width: 1200px) {
  .news-blog .container {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .news-blog {
    padding-top: 7rem;
  }
}
.news-blog-slider {
  margin-top: 4.8rem;
  padding: 1.6rem 0;
  background-color: #1A3645;
  position: relative;
}
@media (min-width: 576px) {
  .news-blog-slider {
    padding: 5rem 0;
  }
}
@media (min-width: 768px) {
  .news-blog-slider {
    margin-top: 9.2rem;
  }
}
.news-blog-slider .news-blog-bg {
  position: absolute;
  z-index: -10;
  top: -2%;
  right: 0;
  max-width: 10rem;
}
@media (min-width: 375px) {
  .news-blog-slider .news-blog-bg {
    top: -4%;
  }
}
@media (min-width: 576px) {
  .news-blog-slider .news-blog-bg {
    max-width: 20rem;
    top: -10%;
  }
}
@media (min-width: 768px) {
  .news-blog-slider .news-blog-bg {
    max-width: 40rem;
    top: -15%;
  }
}
@media (min-width: 1440px) {
  .news-blog-slider .news-blog-bg {
    max-width: 85rem;
  }
}
.news-blog-slider .news-blog-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.news-blog-slider .container {
  position: relative;
}
.news-blog-slider .slider-button-prev,
.news-blog-slider .slider-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  cursor: pointer;
  display: none;
}
@media (min-width: 576px) {
  .news-blog-slider .slider-button-prev,
  .news-blog-slider .slider-button-next {
    display: block;
  }
}
.news-blog-slider .slider-button-prev svg path,
.news-blog-slider .slider-button-next svg path {
  transition: all 0.6s ease 0s;
}
.news-blog-slider .slider-button-prev:hover svg path,
.news-blog-slider .slider-button-next:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.news-blog-slider .slider-button-prev {
  left: 1.5rem;
}
@media (min-width: 1360px) {
  .news-blog-slider .slider-button-prev {
    left: 0;
  }
}
.news-blog-slider .slider-button-next {
  right: 1.5rem;
}
@media (min-width: 1360px) {
  .news-blog-slider .slider-button-next {
    right: 0;
  }
}
.news-blog .news-blog-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 34rem;
}
@media (min-width: 375px) {
  .news-blog .news-blog-cards {
    max-width: 51rem;
  }
}
@media (min-width: 576px) {
  .news-blog .news-blog-cards {
    display: none;
  }
}
.news-blog .news-blog-cards .item-news-blog {
  flex: 1 1 16.6rem;
}
.news-blog .item-news-blog {
  box-sizing: border-box;
  display: block;
}
.news-blog .item-news-blog:hover .item-news-blog-body::after {
  opacity: 1;
  transition: all 0.6s ease 0s;
}
.news-blog .item-news-blog:hover .item-news-blog-body svg path {
  stroke: #1BAF3A;
  transition: all 0.6s ease 0s;
}
.news-blog .item-news-blog-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
}
.news-blog .item-news-blog-image img {
  width: 100%;
}
.news-blog .item-news-blog-body {
  max-width: 100%;
  padding: 1.3rem 1.7rem;
  background-color: #FFFFFF;
  position: relative;
  height: auto;
}
@media (min-width: 576px) {
  .news-blog .item-news-blog-body {
    padding: 2rem;
  }
}
.news-blog .item-news-blog-body::after {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1BAF3A;
  border-top: 0;
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.news-blog .item-news-blog-body p {
  color: #1A3645;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  min-height: 8rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .news-blog .item-news-blog-body p {
    font-size: 18px;
    min-height: 13.5rem;
  }
}
.news-blog .item-news-blog-body svg {
  display: none;
}
@media (min-width: 768px) {
  .news-blog .item-news-blog-body svg {
    display: block;
  }
}
.news-blog .item-news-blog-body svg path {
  transition: all 0.6s ease 0s;
}

.advertising {
  padding: 6.2rem 0 4.2rem 0;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 60%;
  position: relative;
  margin: 0 -3.5rem 0 0;
}
@media (min-width: 992px) {
  .advertising {
    background-image: url("../images/svg-icons/advertising-bg.svg");
    margin: 0;
  }
}
.advertising .container {
  position: relative;
}
@media (min-width: 992px) {
  .advertising .container {
    padding: 0 5rem;
  }
}
.advertising-button-prev, .advertising-button-next {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  cursor: pointer;
}
.advertising-button-prev svg path, .advertising-button-next svg path {
  transition: all 0.6s ease 0s;
}
.advertising-button-prev:hover svg path, .advertising-button-next:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #13A043;
}
@media (min-width: 992px) {
  .advertising-button-prev, .advertising-button-next {
    display: block;
  }
}
.advertising-button-prev {
  left: 1.5rem;
}
@media (min-width: 1360px) {
  .advertising-button-prev {
    left: 0;
  }
}
.advertising-button-next {
  right: 1.5rem;
}
@media (min-width: 1360px) {
  .advertising-button-next {
    right: 0;
  }
}
.advertising-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .advertising-item {
    position: static;
  }
}
.advertising-logo {
  max-width: 20rem;
  max-height: 2.6rem;
}
@media (min-width: 480px) {
  .advertising-logo {
    max-width: 30rem;
    max-height: 4.6rem;
  }
}
@media (min-width: 768px) {
  .advertising-logo {
    max-width: 47rem;
    max-height: 6.3rem;
  }
}
.advertising-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.advertising-body {
  flex: 0 1 19rem;
  height: auto;
}
@media (min-width: 480px) {
  .advertising-body {
    flex: 0 1 33rem;
  }
}
@media (min-width: 576px) {
  .advertising-body {
    flex: 0 1 48rem;
  }
}
.advertising-body p {
  margin-top: 3.5rem;
  font-size: 16px;
  line-height: 1.08;
}
.advertising-body p span {
  color: #1BAF3A;
}
@media (min-width: 768px) {
  .advertising-body p {
    margin-top: 5rem;
    font-size: 3rem;
    line-height: 1.3;
  }
}
.advertising-body a {
  margin-top: 3.5rem;
  display: inline-flex;
  color: inherit;
}
@media (min-width: 768px) {
  .advertising-body a {
    margin-top: 5rem;
  }
}
.advertising-image {
  flex: 0 1 44.6rem;
  max-height: 50.5rem;
  min-width: 29rem;
  position: relative;
  top: 0;
  right: -10%;
}
@media (min-width: 480px) {
  .advertising-image {
    min-width: none;
    flex: 0 1 54.6rem;
    right: -20%;
  }
}
@media (min-width: 992px) {
  .advertising-image {
    position: static;
  }
}
.advertising-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.advertising .swiper-slide {
  overflow: hidden;
}
.advertising .swiper-pagination {
  display: flex;
  align-items: center;
  top: 0;
  bottom: auto;
  margin: 0 -3rem;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .advertising .swiper-pagination {
    display: none;
  }
}
.advertising .swiper-pagination-bullet {
  display: block;
  flex: 1 1 auto;
  border-radius: 0;
  background-color: #1BAF3A;
  height: 0.4rem;
  margin: 0 !important;
}

.about {
  padding-top: 7rem;
  padding-bottom: 0;
  position: relative;
  background-color: #F5FCEB;
}
@media (min-width: 992px) {
  .about {
    padding-bottom: 17rem;
  }
}
.about-bg1, .about-bg2, .about-mobile-bg {
  position: absolute;
  border-radius: 19rem;
}
.about-bg1 {
  display: none;
  right: -13%;
  top: 36.2rem;
  width: 41rem;
  height: 16.1rem;
  border: 1px solid #1A3645;
}
@media (min-width: 992px) {
  .about-bg1 {
    display: block;
  }
}
.about-bg2 {
  display: none;
  bottom: 21.9rem;
  left: 0%;
  width: 56.1rem;
  height: 22rem;
  background-color: #DFF3DB;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .about-bg2 {
    display: block;
  }
}
@media (min-width: 1920px) {
  .about-bg2 {
    left: 8%;
  }
}
.about-mobile-bg {
  display: block;
  width: 26.1rem;
  height: 11.8rem;
  background-color: #DFF3DB;
  left: -44%;
  top: 12%;
}
@media (min-width: 375px) {
  .about-mobile-bg {
    left: -34%;
  }
}
@media (min-width: 576px) {
  .about-mobile-bg {
    left: -10%;
  }
}
@media (min-width: 768px) {
  .about-mobile-bg {
    width: 35rem;
    left: -10%;
  }
}
@media (min-width: 992px) {
  .about-mobile-bg {
    display: none;
  }
}
.about .title-h2 {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .about .title-h2 {
    margin: 0;
  }
}
.about .title-h2 span {
  font-size: 24px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  .about .title-h2 span {
    transform: translate(0px, 0px);
    left: 80%;
    font-size: 50px;
  }
}
.about-list {
  margin-top: 6.6rem;
  display: none;
}
@media (min-width: 992px) {
  .about-list {
    display: block;
  }
}
.about-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.about-list ul li {
  padding: 1.6rem 1.4rem;
  text-align: center;
  font-size: 16px;
  line-height: 0.75;
  font-weight: 500;
  border-radius: 5.6rem;
  cursor: pointer;
  position: relative;
  transition: all 0.6s ease 0s;
}
@media (min-width: 992px) {
  .about-list ul li {
    min-width: 120px;
  }
}
@media (min-width: 1200px) {
  .about-list ul li {
    min-width: 134px;
  }
}
.about-list ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5.6rem;
  border: 2px solid #13A043;
  opacity: 0;
  transition: all 0.6s ease 0s;
  pointer-events: none;
}
.about-list ul li:hover::after {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.about-list ul li.active {
  transition: all 0.6s ease 0s;
  background-color: #13A043;
  color: #FFFFFF;
}
.about-contents {
  margin-top: 5.3rem;
}
.about-body {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .about-body {
    display: none;
  }
  .about-body.active {
    display: flex;
    flex-direction: row;
  }
}
.about-info {
  background-color: #1A3645;
  border-radius: 6rem 6rem 0 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .about-info {
    flex: 0 0 40%;
    min-width: 50rem;
    margin: 1px 0 1px 1px;
    padding: 3rem 0 3rem 3rem;
    border-radius: 22rem 0 0 22rem;
  }
}
.about-info .info-wrapper {
  padding: 3rem 3.5rem;
}
@media (min-width: 992px) {
  .about-info .info-wrapper {
    border-top-left-radius: 19rem;
    border-bottom-left-radius: 19rem;
  }
}
@media (min-width: 992px) {
  .about-info .info-wrapper {
    height: 100%;
    border: 1px solid #1BAF3A;
    border-right: 0;
    padding: 7rem 0 8rem 5rem;
  }
}
.about-info .info-text {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .about-info .info-text {
    gap: 0;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.about-info .info-text h3 {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #1BAF3A;
}
@media (min-width: 992px) {
  .about-info .info-text h3 {
    text-align: left;
    margin-left: -4px;
  }
}
.about-info .info-text p {
  max-width: 34rem;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .about-info .info-text p {
    font-size: 14px;
    line-height: 1.15;
  }
}
.about-info .info-text p:first-child {
  margin-top: 1.1rem;
}
.about-info .info-text p.info-image {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 375px) {
  .about-info .info-text p.info-image {
    gap: 1.5rem;
  }
}
.about-image {
  min-height: 43rem;
  flex: 1 1 43rem;
  max-height: 43rem;
}
@media (min-width: 992px) {
  .about-image {
    flex: 0 1 60%;
    padding: 1px 0;
    min-height: 48rem;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .about-image {
    min-height: 600px;
    max-height: 600px;
  }
}
.about-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .about-image img {
    height: 100%;
  }
}

.about .swiper-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  top: 0;
  bottom: auto;
  margin: 0;
}
@media (min-width: 992px) {
  .about .swiper-pagination {
    display: none;
  }
}
.about .swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
}
.about .swiper-pagination-bullet {
  display: block;
  flex: 1 1 auto;
  border-radius: 0;
  background-color: #1BAF3A;
  height: 0.4rem;
}

@media (min-width: 992px) {
  .about-contents .swiper-wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: none !important;
    box-sizing: border-box;
  }
  .about-contents .swiper-wrapper .swiper-slide > * {
    height: auto;
  }
  .about-contents .swiper-wrapper .swiper-slide.about-body {
    display: none;
  }
  .about-contents .swiper-wrapper .swiper-slide.about-body.active {
    display: flex;
  }
}
.section-intro {
  padding-bottom: 75px;
}
@media (min-width: 1200px) {
  .section-intro {
    min-height: calc(100vh - 80px);
    padding-top: 0rem;
    padding-bottom: 11rem;
  }
}
.section-intro h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  padding: 1.5rem 0;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .section-intro h1 {
    align-items: flex-start;
    padding: 0;
    width: auto;
    text-align: left;
  }
  .section-intro h1:before {
    display: none;
  }
}
.section-intro h1 span {
  position: relative;
}
.section-intro h1 span:first-of-type {
  font-size: 5.5rem;
  color: #13A043;
}
@media (min-width: 576px) {
  .section-intro h1 span:first-of-type {
    font-size: 7rem;
  }
}
@media (min-width: 768px) {
  .section-intro h1 span:first-of-type {
    font-size: 8rem;
  }
}
@media (min-width: 992px) {
  .section-intro h1 span:first-of-type {
    font-size: 9.2rem;
  }
}
.section-intro h1 span:last-of-type {
  color: #FFFFFF;
  font-size: 4.2rem;
}
@media (min-width: 576px) {
  .section-intro h1 span:last-of-type {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .section-intro h1 span:last-of-type {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .section-intro h1 span:last-of-type {
    font-size: 7rem;
  }
}
.section-intro h1:before {
  content: "";
  position: absolute;
  background: rgba(26, 53, 69, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  left: -15px;
  right: -150px;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.section-intro * + h1 {
  margin-top: 7rem;
}
@media (min-width: 992px) {
  .section-intro * + h1 {
    margin-top: 8rem;
  }
}
.section-intro .container {
  position: relative;
  max-height: 73rem;
  min-height: 73rem;
  display: flex;
}
@media (min-width: 992px) {
  .section-intro .container {
    max-height: none;
  }
}
.section-intro .decor-element-1 {
  position: absolute;
  background-color: #DFF3DB;
  border-radius: 5rem;
  bottom: -2.7rem;
  height: 20rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
@media (min-width: 992px) {
  .section-intro .decor-element-1 {
    top: 13.4rem;
    right: 0;
    transform: translateX(23.5rem);
    width: 65rem;
    height: 25.5rem;
    border-radius: 19rem;
  }
}

.multiple-bg {
  display: flex;
  position: relative;
  width: 100%;
}
.multiple-bg__content {
  position: relative;
  z-index: 20;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4rem;
}
.menu-opened .multiple-bg__content {
  z-index: 3;
}
@media (min-width: 768px) {
  .multiple-bg__content {
    padding: 4rem 0;
  }
}
@media (min-width: 992px) {
  .multiple-bg__content {
    padding: 0;
    display: block;
    width: auto;
    position: absolute;
    left: 82px;
    z-index: 3;
    top: 46%;
    transform: translateY(-50%);
  }
}
.multiple-bg__content img {
  max-width: 8rem;
  margin-top: -3.5rem;
}
@media (min-width: 768px) {
  .multiple-bg__content img {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .multiple-bg__content img {
    max-width: 13.5rem;
    margin-left: 10rem;
  }
}
@media (min-width: 992px) {
  .multiple-bg__figure {
    max-width: 46.2rem;
    width: 100%;
    background-color: #1A3645;
    flex-grow: 1;
    flex-shrink: 0;
    border-radius: 25rem 0 0 25rem;
    position: relative;
    min-height: 85rem;
    z-index: 2;
  }
  .multiple-bg__figure:before {
    content: "";
    position: absolute;
    top: 6rem;
    bottom: 6rem;
    left: 6rem;
    right: 0;
    border: 1px solid #13A043;
    border-radius: 19rem 0 0 19rem;
    border-right: none;
    pointer-events: none;
  }
}
.multiple-bg__media {
  flex-grow: 1;
  flex-shrink: 0;
  position: absolute;
  right: -1.5rem;
  top: 0;
  bottom: 0;
  user-select: none;
  pointer-events: none;
  left: -1.5rem;
}
@media (min-width: 992px) {
  .multiple-bg__media {
    right: 0;
    left: 35%;
  }
}
@media (min-width: 1200px) {
  .multiple-bg__media {
    left: 20%;
  }
}
.multiple-bg__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.questions {
  background-image: none;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-y: 30rem;
  background-position-x: 95%;
  padding: 7rem 0 0 0;
}
.questions .container {
  position: relative;
}
.questions .container-md {
  margin-top: 7rem;
  border-bottom: 1px solid #1BAF3A;
}
@media (min-width: 1440px) {
  .questions {
    background-image: url("../images/svg-icons/questions-bg.svg");
  }
}
.questions-form {
  position: relative;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .questions-form {
    margin-top: 12.2rem;
  }
}
.questions-form > input {
  flex: 1 1 35rem;
  min-height: 4.8rem;
  max-height: 4.8rem;
  padding: 2rem 2rem 1.5rem 2rem;
  background-color: #FAFAFA;
  border: 0;
}
@media (min-width: 992px) {
  .questions-form > input {
    flex: 0 1 35rem;
  }
}
.questions-form > input::placeholder {
  color: #1A3645;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  transition: all 0.6s ease 0s;
}
.questions-form > input:focus::placeholder {
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.questions-form .small-input {
  flex: 1 1 35rem;
  max-width: none;
}
@media (min-width: 768px) {
  .questions-form .small-input {
    flex: 1 1 17rem;
  }
}
@media (min-width: 992px) {
  .questions-form .small-input {
    flex: 0 1 35rem;
    max-width: 17rem;
  }
}
.questions-form textarea {
  flex: 1 1 70rem;
  min-height: 14.3rem;
  padding: 2rem 2rem 1.5rem 2rem;
  background-color: #FAFAFA;
  border: 0;
  height: 14.3rem;
  resize: none;
}
@media (min-width: 768px) {
  .questions-form textarea {
    flex: 1 1 35rem;
  }
}
@media (min-width: 992px) {
  .questions-form textarea {
    flex: 0 1 35rem;
  }
}
.questions-form textarea::placeholder {
  color: #1A3645;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  transition: all 0.6s ease 0s;
}
.questions-form textarea:focus::placeholder {
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.questions .questions-form-wp form {
  position: relative;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.questions .questions-form-wp form .textarea textarea {
  flex: 1 1 70rem;
  min-height: 14.3rem;
  padding: 2rem 2rem 1.5rem 2rem;
  background-color: #FAFAFA;
  border: 0;
  height: 14.3rem;
  resize: none;
}
@media (min-width: 768px) {
  .questions .questions-form-wp form .textarea textarea {
    flex: 1 1 35rem;
  }
}
@media (min-width: 992px) {
  .questions .questions-form-wp form .textarea textarea {
    flex: 0 1 35rem;
  }
}
.questions .questions-form-wp form .textarea textarea::placeholder {
  color: #1A3645;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  transition: all 0.6s ease 0s;
}
.questions .questions-form-wp form .textarea textarea:focus::placeholder {
  opacity: 0;
  transition: all 0.6s ease 0s;
}
@media (min-width: 768px) {
  .questions .questions-form-wp form {
    margin-top: 12.2rem;
  }
}
.questions .questions-form-wp form .small-input {
  flex: 1 1 35rem;
  max-width: none;
}
@media (min-width: 768px) {
  .questions .questions-form-wp form .small-input {
    flex: 1 1 17rem;
  }
}
@media (min-width: 992px) {
  .questions .questions-form-wp form .small-input {
    flex: 0 1 35rem;
    max-width: 17rem;
  }
}
.questions .questions-form-wp form span {
  flex: 1 1 35rem;
  min-height: 4.8rem;
  max-height: 4.8rem;
}
@media (min-width: 992px) {
  .questions .questions-form-wp form span {
    flex: 0 1 35rem;
  }
}
.questions .questions-form-wp form span input {
  padding: 2rem 2rem 1.5rem 2rem;
  background-color: #FAFAFA;
  border: 0;
  width: 100%;
}
.questions .questions-form-wp form span input::placeholder {
  color: #1A3645;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  transition: all 0.6s ease 0s;
}
.questions .questions-form-wp form span input:focus::placeholder {
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.questions .questions-form-wp form .wpcf7-not-valid-tip {
  display: none;
}
.questions .questions-form-wp form input, .questions .questions-form-wp form textarea {
  border: 2px solid transparent;
}
.questions .questions-form-wp form input.wpcf7-not-valid, .questions .questions-form-wp form textarea.wpcf7-not-valid {
  border: 2px solid #F72121;
}
.questions .questions-form-wp form .wpcf7-response-output {
  margin: 2rem 0 0 0;
  max-width: 35rem;
}
.questions .questions-form-wp form .agree {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .questions .questions-form-wp form .agree {
    width: auto;
  }
}
.questions .questions-form-wp form .agree input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.questions .questions-form-wp form .agree .wpcf7-list-item-label {
  color: #1A3645;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  gap: 1.8rem;
  transition: all 0.25s ease;
}
.questions .questions-form-wp form .agree .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid #1A3645;
  transition: all 0.25s ease;
}
.questions .questions-form-wp form .agree input:checked + .wpcf7-list-item-label::before {
  transition: all 0.25s ease;
  border: 0.7rem solid #1BAF3A;
}
.questions .questions-form-wp form .agree input:not(:disabled):not(:checked) + .wpcf7-list-item-label:hover::before {
  border: 1px solid #1BAF3A;
}
.questions .questions-form-wp form label:before {
  display: none;
  width: auto;
  height: auto;
}
.questions .questions-form-wp form .wpcf7-list-item {
  margin-left: 0;
}
.questions .questions-form-wp form .wpcf7-list-item input[aria-invalid=true] + .wpcf7-list-item-label {
  color: #F72121;
}
.questions .questions-form-wp form .wpcf7-list-item input[aria-invalid=true] + .wpcf7-list-item-label:before {
  border: 1px solid #F72121;
}
.questions-image {
  margin-left: 1rem;
  margin-top: 6rem;
  float: none;
  max-width: 100%;
  height: 25rem;
  border-top-right-radius: 6rem;
  border-top-left-radius: 6rem;
  border-bottom-right-radius: 0;
}
.questions-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-top-right-radius: 6rem;
  border-top-left-radius: 6rem;
}
@media (min-width: 768px) {
  .questions-image img {
    border-top-right-radius: 6rem;
    border-bottom-right-radius: 6rem;
    border-top-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .questions-image {
    margin-top: 12.2rem;
    max-width: 40rem;
    height: 55rem;
    border-top-right-radius: 6rem;
    border-bottom-right-radius: 6rem;
    float: right;
  }
}
@media (min-width: 845px) {
  .questions-image {
    max-width: 55.7rem;
  }
}
@media (min-width: 992px) {
  .questions-image {
    height: 49rem;
  }
}
@media (min-width: 1024px) {
  .questions-image {
    max-width: 60.7rem;
  }
}
@media (min-width: 1200px) {
  .questions-image {
    max-width: 70.7rem;
  }
}
.questions .agree {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .questions .agree {
    width: auto;
  }
}
.questions .agree input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.questions .agree label {
  color: #1A3645;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  gap: 1.8rem;
  transition: all 0.25s ease;
}
.questions .agree label::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid #1A3645;
  transition: all 0.25s ease;
}
.questions .agree input:checked + label::before {
  transition: all 0.25s ease;
  border: 0.7rem solid #1BAF3A;
}
.questions .agree input:not(:disabled):not(:checked) + label:hover::before {
  border: 1px solid #1BAF3A;
}
.questions .input-submit {
  flex: 0 1 35rem;
  min-height: 4.8rem;
  max-height: 4.8rem;
  border-radius: 6rem;
  border: 2px solid #1BAF3A;
  position: relative;
  transition: all 0.6s ease 0s;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .questions .input-submit {
    flex: 0 0 35rem;
  }
}
.questions .input-submit:hover {
  transition: all 0.6s ease 0s;
}
.questions .input-submit:hover input {
  transition: all 0.6s ease 0s;
  color: #FFFFFF;
  background-color: #1BAF3A;
}
.questions .input-submit:hover svg path {
  transition: all 0.6s ease 0s;
  fill: #FFFFFF;
}
.questions .input-submit input, .questions .input-submit button {
  padding-left: 2rem;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 6rem;
  background-color: #FAFAFA;
  text-align: start;
  color: #1A3645;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  transition: all 0.6s ease 0s;
}
.questions .input-submit svg {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.questions .input-submit svg path {
  transition: all 0.6s ease 0s;
}
@media (min-width: 375px) {
  .questions .input-submit svg {
    left: 47%;
  }
}
.questions .captcha {
  padding: 1.2rem;
  flex: 0 0 21.8rem;
  position: static;
  bottom: 0;
  left: 37.7rem;
  max-width: 21.8rem;
  min-width: 21.8rem;
  min-height: 4.8rem;
  max-height: 4.8rem;
  display: flex;
  justify-content: space-between;
  background-color: #E8E8E8;
  border: 1px solid #D9D9D9;
  border-radius: 6rem;
}
@media (min-width: 768px) {
  .questions .captcha {
    position: absolute;
  }
}
.questions .captcha input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.questions .captcha label {
  color: #1A3645;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  gap: 1.5rem;
}
.questions .captcha label::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 0.6s ease 0s;
  border: 1px solid transparent;
}
.questions .captcha input:checked + label::before {
  transition: all 0.6s ease 0s;
  border: 0.7rem solid #1BAF3A;
}
.questions-bg {
  display: none;
  width: 62.5rem;
  height: 24.5rem;
  position: absolute;
  bottom: -20%;
  left: -70%;
  border-radius: 19rem;
  border: 1px solid;
}
@media (min-width: 1440px) {
  .questions-bg {
    display: block;
  }
}

section.questions + section {
  padding-bottom: 4rem;
}

.privacy-policy-section {
  flex: 1;
  display: flex;
  position: relative;
  margin-top: 4rem;
}
.privacy-policy-section::before {
  content: "";
  display: none;
  width: 34rem;
  height: 40.1rem;
  background: no-repeat left url("../images/psevdo-elements/privacy-1.png");
  position: absolute;
  top: 16.8rem;
  left: 0;
}
@media (min-width: 1920px) {
  .privacy-policy-section::before {
    display: block;
  }
}
.privacy-policy-section .category-top {
  padding: 1rem 0;
  align-items: flex-start;
}
.privacy-policy-section .container {
  position: relative;
}
@media (min-width: 375px) {
  .privacy-policy-section .container {
    padding: 0 3.5rem;
  }
}
.privacy-policy-section .container::before {
  content: "";
  display: none;
  width: 34rem;
  height: 40.1rem;
  background: no-repeat right url("../images/psevdo-elements/privacy-1.png");
  position: absolute;
  top: 16.8rem;
  left: -40.4rem;
}
@media (min-width: 1440px) {
  .privacy-policy-section .container::before {
    display: block;
  }
}
@media (min-width: 1920px) {
  .privacy-policy-section .container::before {
    display: none;
  }
}
.privacy-policy-section .container::after {
  content: url("../images/psevdo-elements/privacy-2.png");
  display: none;
  width: 52.9rem;
  height: 20.7rem;
  position: absolute;
  bottom: -35.6rem;
  right: -14rem;
  z-index: -1;
}
@media (min-width: 1440px) {
  .privacy-policy-section .container::after {
    display: block;
  }
}
.privacy-policy-section .description {
  padding: 1.8rem 0 3.1rem;
}
@media (min-width: 768px) {
  .privacy-policy-section .description {
    padding: 2.3rem 0 3.3rem;
  }
}
.privacy-policy-section p {
  margin-bottom: 2rem;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8rem;
}
@media (min-width: 768px) {
  .privacy-policy-section p {
    font-size: 14px;
  }
}
.privacy-policy-section p:last-child {
  margin-bottom: 0;
}
.privacy-policy-section .category-nav:after {
  background-color: #21A4AC;
}

.not-found-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  position: relative;
}
.not-found-section .category-nav:after {
  display: none;
}
.not-found-section::after {
  content: "";
  position: absolute;
  top: 10rem;
  right: -0.1rem;
  background: #B7B7B7;
  border-radius: 19rem 0 0 19rem;
  width: 20rem;
  height: 18.3rem;
}
@media (min-width: 768px) {
  .not-found-section::after {
    width: 30rem;
    top: 17rem;
  }
}
@media (min-width: 992px) {
  .not-found-section::after {
    top: 15rem;
    width: 35rem;
    height: 20rem;
  }
}
@media (min-width: 1200px) {
  .not-found-section::after {
    top: 11rem;
    width: 49rem;
    height: 25.5rem;
  }
}
.not-found-section::before {
  content: "";
  width: 25rem;
  height: 22.3rem;
  position: absolute;
  bottom: -5rem;
  left: -0.1rem;
  z-index: -3;
  border: 1px solid #8C8C8C;
  border-radius: 0 19rem 19rem 0;
}
@media (min-width: 768px) {
  .not-found-section::before {
    bottom: -10rem;
    height: 22.3rem;
    width: 40rem;
  }
}
@media (min-width: 992px) {
  .not-found-section::before {
    bottom: -25rem;
    height: 30rem;
    width: 50rem;
  }
}
@media (min-width: 1200px) {
  .not-found-section::before {
    width: 60rem;
    height: 37rem;
    bottom: -28rem;
    border-left: 0;
  }
}
@media (min-width: 1440px) {
  .not-found-section::before {
    width: 91.2rem;
  }
}
@media (min-width: 375px) {
  .not-found-section .container {
    padding: 0 3.5rem;
  }
}
@media (min-width: 480px) {
  .not-found-section .container {
    padding: 0 5.8rem;
  }
}
@media (min-width: 576px) {
  .not-found-section .container {
    padding: 0 1.5rem;
  }
}
.not-found-section .breadcrumbs {
  transform: none;
  font-weight: 300;
}
.not-found-section .breadcrumbs .go-back {
  display: none;
}
.not-found-section .title-page {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .not-found-section .title-page {
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .not-found-section .title-page {
    padding: 0;
  }
}
.not-found-section .main-title {
  font-size: 142px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .not-found-section .main-title {
    font-size: 176px;
  }
}
.not-found-section .main-contant {
  flex: 1;
  position: relative;
  margin: 4.9rem 3.3rem 4.3rem;
  z-index: 2;
}
.not-found-section .main-contant::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
  position: absolute;
  border-radius: 5rem;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .not-found-section .main-contant::before {
    border-radius: 19rem;
  }
}
@media (min-width: 576px) {
  .not-found-section .main-contant {
    margin-top: 8.8rem;
  }
}
@media (min-width: 768px) {
  .not-found-section .main-contant {
    margin: 6.8rem 8.6rem 4.3rem 2.7rem;
  }
}
@media (min-width: 992px) {
  .not-found-section .main-contant {
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 1440px) {
  .not-found-section .main-contant {
    margin-top: 4.9rem;
  }
}
.not-found-section .content-page {
  padding: 22rem 0 25rem;
  text-align: center;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .not-found-section .content-page {
    padding-top: 13.2rem;
  }
}
@media (min-width: 768px) {
  .not-found-section .content-page {
    padding-top: 25rem;
  }
}
@media (min-width: 992px) {
  .not-found-section .content-page {
    padding-bottom: 160;
  }
}
.not-found-section .main-sub-title {
  margin: 2.2rem 0 1.8rem;
}
@media (min-width: 1024px) {
  .not-found-section .main-sub-title {
    margin: 2.8rem 0 2.6rem;
    font-size: 19px;
  }
}
.not-found-section .btn {
  min-height: 44px;
  border: none;
  min-width: 12.7rem;
  background-color: #FAFAFA;
}
.not-found-section .btn:before, .not-found-section .btn:after {
  border-radius: 5.6rem;
}

.radio {
  position: relative;
}

.radio__input {
  -webkit-appearance: none;
  appearance: none;
}

.radio__label {
  cursor: pointer;
  width: 100%;
  display: block;
  padding-left: 2.4rem;
}
.radio__label::before {
  content: "";
  display: block;
  background-color: transparent;
  border: 0.1rem solid #1A3645;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
  width: 2.4rem;
  height: 2.4rem;
}
.radio__label::after {
  content: "";
  display: block;
  background: url("../images/svg-icons/radio-button.svg") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.1rem;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
  width: 2.4rem;
  height: 2.4rem;
}

.radio__input:checked + .radio__label::before {
  border: none;
  background: url("../images/svg-icons/radio-button.svg");
}

.radio-block .wpcf7-list-item {
  margin-left: 0;
}
.radio-block .radio__input {
  display: none;
}
.radio-block span.wpcf7-list-item-label {
  cursor: pointer;
  width: 100%;
  display: block;
  padding-left: 4rem;
  position: relative;
}
.radio-block span.wpcf7-list-item-label::before {
  content: "";
  display: block;
  background-color: transparent;
  border: 0.1rem solid #1A3645;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
  width: 2.4rem;
  height: 2.4rem;
}
.radio-block span.wpcf7-list-item-label::after {
  content: "";
  display: block;
  background: url("../images/svg-icons/radio-button.svg") no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
  width: 2.4rem;
  height: 2.4rem;
}
.radio-block .radio__input:checked + span:after {
  opacity: 1;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-spinner {
  display: none;
}

.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label {
  color: #F72121;
}
.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label:before {
  border-color: #F72121;
}

.nice-select {
  width: 100%;
  color: #1A3645;
  font-size: 1.4rem;
  font-weight: 300 !important;
  height: 4.8rem;
  line-height: 4.4rem;
  padding: 0 2rem 0 !important;
  border-radius: 0;
}
.nice-select:after {
  border-bottom: 0.1rem solid;
  border-right: 0.1rem solid;
  border-color: #1A3645;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-135deg);
}
.nice-select.open {
  border: 0.2rem solid #13A043 !important;
}
.nice-select.open:after {
  transform: rotate(45deg) !important;
  border-color: #13A043;
}
.nice-select .current {
  font-weight: 500 !important;
}
.nice-select .list {
  right: 0;
  border-radius: 0;
  margin-top: 0.2rem;
}
.nice-select .list li {
  border-bottom: 0.2rem solid #13A043;
}
.nice-select .list li.selected {
  font-weight: 300;
}
.nice-select .list li:first-child {
  display: none;
}
.nice-select .list li.first-child {
  border: none;
}
.nice-select .option.selected.focus {
  background-color: #E1E2E8;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.category {
  margin-top: 4rem;
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .category {
    padding-bottom: 18rem;
  }
}
.category-mobile-bg {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 102%;
  height: 102%;
  z-index: -2;
}
@media (min-width: 375px) {
  .category-mobile-bg {
    height: 105%;
  }
}
@media (min-width: 1035px) {
  .category-mobile-bg {
    display: none;
  }
}
.category-mobile-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem;
}
.category-bg {
  display: none;
  position: absolute;
  left: 45%;
  bottom: -14%;
  transform: translate(-50%, 0);
  height: 90rem;
  width: 200rem;
  z-index: -2;
}
@media (min-width: 1035px) {
  .category-bg {
    display: block;
  }
}
.category-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem;
}
.category-top {
  padding: 1rem 0;
  align-items: center;
  position: relative;
  display: none;
}
.category-top .container {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .category-top {
    display: flex;
  }
}
.category-nav {
  width: fit-content;
  position: relative;
}
.category-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.3rem;
  width: 100%;
  height: 1px;
  background-color: #1BAF3A;
  pointer-events: none;
}
.category--orange .category-nav::after {
  background-color: #FFE6D4;
}
.category--pink .category-nav::after {
  background-color: #F72121;
}
.category-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.category-nav ul li a {
  color: #1A3645;
  font-weight: 300;
  line-height: 100%;
  font-size: 12px;
  transition: all 0.6s ease 0s;
}
.category-nav ul li a:hover {
  transition: all 0.6s ease 0s;
  color: #1BAF3A;
}
.category-nav ul li:not(:first-child)::before {
  content: "→";
  left: 0;
  top: 50%;
  font-weight: 300;
  transform: translate(0, -50%);
  margin-right: 0.5rem;
}
.category-nav ul li:first-child {
  display: none;
}
.category-nav ul li:nth-child(2):before {
  display: none;
}
.category-back {
  cursor: pointer;
  display: flex;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .category-back {
    position: absolute;
    left: 0;
    top: 2.2rem;
  }
}
.category-back svg path {
  transition: all 0.6s ease 0s;
}
.category-back:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.category .search {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.category-select {
  position: relative;
}
.category-select svg {
  transition: all 0.6s ease 0s;
  position: absolute;
  right: 15px;
  top: 17px;
}
.category-select svg path {
  transition: all 0.6s ease 0s;
}
.category-select .select-sublist.active {
  transition: all 0.6s ease 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.category-select:before{
  content: '';
  position: absolute;
  right: 15px;
  top: 17px;
  display: block;
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 5.6rem;
  cursor: pointer;
}

@media (min-width: 992px) {
  .category-select.active .select-sublist {
    transition: all 0.6s ease 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.category-select.active::after {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.category-select.active svg {
  transition: all 0.6s ease 0s;
  transform: rotate(180deg);
}
.category-select.active svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.category-select.active::after {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.category-select.active svg {
  transition: all 0.6s ease 0s;
  transform: rotate(180deg);
}
.category-select.active svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.category-select .select-sublist {
  width: 100%;
  padding-top: 1.25rem;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease 0s;
  max-height: 308px;
  overflow: auto;
}
.category-select .select-sublist ul {
  width: 100%;
  border-radius: 1.875rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: rgba(250, 250, 250, 0.7);
}
.category-select .select-sublist ul li {
  font-size: 14px;
  line-height: 0.86;
  transition: all 0.6s ease 0s;
  padding: 1.125rem;
  cursor: pointer;
}
.category-select .select-sublist ul li a {
  color: inherit;
}
.category-select .select-sublist ul li:first-child {
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 1.875rem;
}
.category-select .select-sublist ul li:last-child {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.category-select .select-sublist ul li:not(:last-child) {
  border-bottom: 2px solid #13A043;
}
.category-select .select-sublist ul li:hover {
  transition: all 0.6s ease 0s;
  background: rgba(19, 160, 67, 0.5);
}
.category-info {
  margin-top: 0.8rem;
}
.category-info .category-title {
  display: none;
}
@media (min-width: 992px) {
  .category-info .category-title {
    display: block;
  }
}
.category-info p {
  color: #1A3645;
  font-weight: 300;
  line-height: 1.8rem;
  font-size: 14px;
}
.category-info p:not(:first-child) {
  margin-top: 0.8rem;
}
.category .category-title + * {
  margin-top: 1.5rem;
}
.category-info-top {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .category-info-top {
    display: none;
  }
}
.category-info-top h2 {
  margin: 0 auto;
}
.category-mobile-search {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.category-mobile-search .mobile-search {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.category-mobile-search.active {
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.category-mobile-search.active .mobile-search {
  opacity: 0;
  display: none;
  pointer-events: none;
  visibility: hidden;
}
.category-mobile-search.active .search {
  display: flex;
}
.category-mobile-search.active .category-select svg {
  transition: all 0.6s ease 0s;
  transform: rotate(180deg);
}
.category-mobile-search.active .category-select svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.category-mobile-search .search {
  position: relative;
  display: none;
  justify-content: space-between;
}
.category-mobile-search .search-icon.active {
  border-color: #1BAF3A;
  background: rgba(19, 160, 67, 0.5);
}
.category-mobile-search input.active {
  width: 100%;
  display: block;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 15;
}
.category-mobile-search .category-select {
  background-color: #FAFAFA;
  border-radius: 5.6rem;
}
.category-mobile-search .category-select.active {
  border: 0;
}
.category-mobile-search .category-select.hide {
  background: none;
}
.category-mobile-search .category-select.hide svg {
  transform: rotate(0deg);
}
.category-mobile-search .category-select.hide svg path {
  stroke: #1A3645;
}
.category-mobile-search .category-select.hide .select-sublist {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.category-cards {
  margin-top: 3.3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.category-cards__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
@media (min-width: 768px) {
  .category-cards__inner {
    gap: 2.6rem;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .category-cards__inner {
    justify-content: flex-start;
  }
}

.search.active input {
  display: block;
}
.search.active .search-icon {
  display: none;
}
.search .search-icon {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.search .search-icon:hover {
  border-color: #13A043;
}
.search input {
  box-sizing: border-box;
  display: none;
  min-width: 22.8rem;
  max-height: 4.4rem;
  border-radius: 5.6rem;
  padding: 1.5rem;
  border: 2px solid #13A043;
}
.search input:focus {
  border: 2px solid #13A043;
}
.search .select-input {
  display: block;
  border: 1px solid #D9D9D9;
  background: none;
}

.select-input {
  cursor: pointer;
}

.category-spoiler.spoiled {
  overflow: hidden;
  position: relative;
  padding-right: 25px;
  transition: all ease 0.25s;
}
@media (min-width: 768px) {
  .category-spoiler.spoiled .spoiler {
    display: block;
  }
}

.category-figure {
  position: relative;
  z-index: 2;
}
.category-figure .category-figure-float {
  position: absolute;
  left: 0;
  transform: translateX(-110%);
  bottom: 8.2rem;
  width: 100.9rem;
  height: 96.5rem;
  border: 1px solid #F72121;
  border-radius: 19rem;
  display: none;
}
@media (min-width: 1200px) {
  .category-figure .category-figure-float {
    display: block;
  }
}
.category-figure:before {
  content: "";
  position: absolute;
  top: 12.2rem;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5rem;
  background-color: transparent;
  z-index: 1;
  width: 95%;
}
@media (min-width: 576px) {
  .category-figure:before {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .category-figure:before {
    width: 100%;
    border-radius: 10rem;
  }
}
@media (min-width: 1200px) {
  .category-figure:before {
    border-radius: 16rem;
    width: 120rem;
  }
}
@media (min-width: 1360px) {
  .category-figure:before {
    width: 130rem;
  }
}
@media (min-width: 1440px) {
  .category-figure:before {
    width: 136rem;
  }
}
@media (min-width: 1920px) {
  .category-figure:before {
    width: 174rem;
    border-radius: 19rem;
  }
}
@media (min-width: 1200px) {
  .category-figure:after {
    content: "";
    position: absolute;
    right: 10%;
    bottom: -6rem;
    width: 53rem;
    height: 20.5rem;
    border-radius: 19rem;
    background-color: transparent;
  }
}
@media (min-width: 1920px) {
  .category-figure:after {
    right: -6.5rem;
  }
}
.category-figure--green .category-figure-float {
  height: 40rem;
  transform: translate(-50%, -50%);
  border-color: #13A043;
  top: 62%;
}
.category-figure--green:after {
  background-color: #A2D598;
}
.category-figure--green:before {
  background-color: #DFF3DB;
}
.category-figure--pink:after {
  background-color: #E7A4A4;
}
.category-figure--pink:before {
  background-color: #FFE3E3;
}
.category-figure--orange .category-figure-float {
  height: 40rem;
  bottom: auto;
  top: 20%;
  transform: translateX(-50%);
  border-color: #FF842B;
}
.category-figure--orange:after {
  background-color: #EEB78F;
}
.category-figure--orange:before {
  background-color: #FFE6D5;
}

.post-nav {
  padding-bottom: 2.2rem;
  margin-bottom: 3.6rem;
}
.post-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-nav ul li {
  font-size: 12px;
  color: #1A3645;
}
.post-nav ul li a {
  color: #1A3645;
  font-weight: 300;
  line-height: 100%;
  transition: all 0.6s ease 0s;
}
.post-nav ul li a:hover {
  transition: all 0.6s ease 0s;
  color: #1BAF3A;
}
.post-nav ul li:not(:first-child)::before {
  content: "→";
  left: 0;
  top: 50%;
  font-weight: 300;
  transform: translate(0, -50%);
  margin-right: 0.5rem;
}
.post-nav ul li:first-child {
  display: none;
}
.post-nav ul li:nth-child(2):before {
  display: none;
}
.post-nav.green {
  border-bottom: 1px solid #13A043;
}
.post-nav.orange {
  border-bottom: 1px solid #FF842B;
}
.post-nav.pink {
  border-bottom: 1px solid #F72121;
}

.category-cards-view {
  margin-top: 2rem;
  display: flex;
  justify-content: end;
  gap: 0.9rem;
  align-items: center;
}
@media (min-width: 992px) {
  .category-cards-view {
    margin-top: 1rem;
  }
}
.category-cards-view .view {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.category-cards-view .view svg {
  fill: #FAFAFA;
  stroke: #D9D9D9;
  pointer-events: none;
}
.category-cards-view .view svg rect {
  transition: all 0.6s ease 0s;
}
.category-cards-view .view:hover svg, .category-cards-view .view.active svg {
  fill: #1A3645;
  stroke: #1A3645;
}
.category-cards-view .view:hover svg rect, .category-cards-view .view.active svg rect {
  transition: all 0.6s ease 0s;
  fill: #1A3645;
}

.category-cards-view {
  display: none;
}
@media (min-width: 1200px) {
  .category-cards-view {
    margin-top: 1rem;
    display: flex;
  }
}

.template-list .category-cards__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
.template-list .category-figure-float {
  left: -60rem;
  height: 100%;
  min-height: 60rem;
}
.template-list .category-figure:before {
  background: transparent;
  transition: all ease 0.25s;
}
.template-list .category-figure:after {
  display: none;
}
.template-list .item-card-image {
  display: none;
}
.template-list .item-card-body {
  background: none;
  border: none;
  padding: 0;
}
.template-list .item-card-body h6 {
  max-width: none;
  height: auto;
  font-size: 1.8rem;
}
.template-list .item-card-body p {
  min-height: auto;
  height: auto;
}
.template-list .item-card-body:after {
  display: none;
}

.characteristics-section {
  margin-top: 3.8rem;
  padding-top: 3.8rem;
  padding-bottom: 6rem;
  border-top: 1px solid #13A043;
}
.single-product--green .characteristics-section {
  border-top: 1px solid #13A043;
}
.single-product--orange .characteristics-section {
  border-top: 1px solid #FF842B;
}
.single-product--pink .characteristics-section {
  border-top: 1px solid #F72121;
}
.characteristics-section .title-page {
  font-weight: 600;
}
.characteristics-section h6 {
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .characteristics-section h6 {
    font-size: 14px;
  }
}
.characteristics-section p {
  font-size: 12px;
  font-weight: 300;
}
.characteristics-section p:last-child {
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .characteristics-section .container {
    padding: 0 3.5rem;
  }
}
@media (min-width: 1440px) {
  .characteristics-section .container {
    padding: 0 1.5rem;
  }
}
.characteristics-section .table-with-indicators {
  font-size: 5.19px;
  margin-top: 0.7rem;
}
@media (min-width: 375px) {
  .characteristics-section .table-with-indicators {
    margin: 0.7rem -0.8rem 0;
  }
}
@media (min-width: 480px) {
  .characteristics-section .table-with-indicators {
    font-size: 7.0065px;
  }
}
@media (min-width: 576px) {
  .characteristics-section .table-with-indicators {
    font-size: 8.823px;
  }
}
@media (min-width: 1024px) {
  .characteristics-section .table-with-indicators {
    margin: 0.7rem 0 0;
    flex: 1 0 50%;
  }
}
@media (min-width: 1024px) {
  .characteristics-section .table-with-indicators {
    flex-basis: 52.3rem;
  }
}
@media (min-width: 1440px) {
  .characteristics-section .table-with-indicators {
    font-size: 8px;
  }
}
@media (min-width: 375px) {
  .characteristics-section .table-with-indicators .container {
    padding: 0 2.7rem;
  }
}
.characteristics-section .table-with-indicators table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.characteristics-section .table-with-indicators table,
.characteristics-section .table-with-indicators td,
.characteristics-section .table-with-indicators th {
  border: 0.032rem solid rgba(26, 54, 69, 0.5);
}
.characteristics-section .table-with-indicators td,
.characteristics-section .table-with-indicators th {
  padding: 0 0.3rem;
  vertical-align: middle;
  width: 4.2rem;
  height: 1.1rem;
}
@media (min-width: 1024px) {
  .characteristics-section .table-with-indicators td,
  .characteristics-section .table-with-indicators th {
    width: 6.4rem;
    height: 1.8rem;
  }
}
.characteristics-section .table-with-indicators .table-primary {
  background-color: #DFF3DB;
}
.characteristics-section .table-with-indicators .table-secondary {
  background-color: #E1E2E8;
}
.characteristics-section .tab hr {
  margin: 1.6rem 0;
  border: none;
  border-top: 1px solid #13A043;
}
.single-product--green .characteristics-section .tab hr {
  border-top: 1px solid #13A043;
}
.single-product--orange .characteristics-section .tab hr {
  border-top: 1px solid #FF842B;
}
.single-product--pink .characteristics-section .tab hr {
  border-top: 1px solid #F72121;
}

.thumbs-gallery-section {
  padding-top: 4rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .thumbs-gallery-section {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1440px) {
  .thumbs-gallery-section .breadcrumbs {
    transform: translateX(-8.9rem);
  }
}
@media (min-width: 375px) {
  .thumbs-gallery-section .container {
    padding: 0 3.5rem;
  }
}
@media (min-width: 1440px) {
  .thumbs-gallery-section .container {
    padding: 0 1.5rem;
  }
}
.thumbs-gallery-section .container + .container {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .thumbs-gallery-section .container + .container {
    margin-top: 2.5rem;
  }
}
.thumbs-gallery-section .title-page {
  line-height: 1.2;
  font-size: 2.4rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .thumbs-gallery-section .title-page {
    text-align: left;
    padding: 0 0 0 6rem;
  }
}
@media (min-width: 992px) {
  .thumbs-gallery-section .title-page {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .thumbs-gallery-section .title-page {
    font-size: 3.2rem;
  }
}
@media (min-width: 1440px) {
  .thumbs-gallery-section .title-page {
    padding-left: 0;
  }
}
.thumbs-gallery-section .title-block .go-back {
  top: 50%;
  transform: translateY(-50%);
}
.thumbs-gallery-section .grid-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .thumbs-gallery-section .grid-section {
    max-width: none;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 36rem 1fr;
    grid-template-rows: max-content 1fr;
    gap: 2.8rem;
    align-content: start;
    grid-template-areas: "grid-thumbs-slider grid-description-products" "grid-tabs grid-description-products";
  }
}
.thumbs-gallery-section .grid-section .grid-thumbs-slider {
  width: 100%;
  max-width: 500px;
}
@media (min-width: 992px) {
  .thumbs-gallery-section .grid-section .grid-thumbs-slider {
    grid-area: grid-thumbs-slider;
    align-self: start;
  }
}
@media (min-width: 992px) {
  .thumbs-gallery-section .grid-section .grid-description-products {
    grid-area: grid-description-products;
    align-self: start;
  }
}
@media (min-width: 992px) {
  .thumbs-gallery-section .grid-section .grid-tabs {
    grid-area: grid-tabs;
    align-self: start;
  }
}
.thumbs-gallery-section .grid-thumbs-slider {
  overflow: hidden;
  position: relative;
}
.thumbs-gallery-section .grid-thumbs-slider .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.thumbs-gallery-section .grid-thumbs-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
.thumbs-gallery-section .grid-thumbs-slider .swiper-slide.video-slide span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 6.6rem;
  width: 6.6rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 2;
  transition: all ease 0.25s;
}
.thumbs-gallery-section .grid-thumbs-slider .swiper-slide.video-slide span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.15rem 0 1.15rem 2rem;
  border-color: transparent transparent transparent #1A3645;
  transition: all ease 0.25s;
}
.thumbs-gallery-section .grid-thumbs-slider .swiper-slide.video-slide span:hover {
  background-color: #1A3645;
}
.thumbs-gallery-section .grid-thumbs-slider .swiper-slide.video-slide span:hover:before {
  border-color: transparent transparent transparent #fff;
}
.thumbs-gallery-section .grid-thumbs-slider .swiper-slide > * {
  height: auto;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-top {
  height: auto;
  width: 100%;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-top .swiper-slide {
  width: 100%;
  outline: none;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-top .swiper-slide a {
  outline: none;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-top .swiper-slide img {
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 30px;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  margin: 0 25px;
  padding-top: 10px;
  position: relative;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs .swiper-slide {
  cursor: pointer;
  width: 180px;
  margin-right: 10px;
  min-height: 60px;
  position: relative;
  opacity: 1;
}
@media (max-width: 425px) {
  .thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs .swiper-slide {
    width: 105px;
  }
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs .swiper-slide img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  box-shadow: none;
  user-select: none;
  height: 100%;
  outline: none;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  opacity: 1;
  transition: all ease 0.25s;
  pointer-events: none;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs .swiper-slide-active:before, .thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs .swiper-slide-duplicate-active:before {
  opacity: 0;
  transition: all ease 0.25s;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs .swiper-slide img {
  border-radius: 5px;
  box-shadow: none;
}
.thumbs-gallery-section .grid-thumbs-slider .single-product-next,
.thumbs-gallery-section .grid-thumbs-slider .single-product-prev {
  height: 68px;
  color: #1A3645;
  background-color: #fff;
  width: 2.5rem;
}
.thumbs-gallery-section .grid-thumbs-slider .single-product-next:after,
.thumbs-gallery-section .grid-thumbs-slider .single-product-prev:after {
  font-size: 20px;
}
.thumbs-gallery-section .grid-thumbs-slider .single-product-next {
  right: 0;
  bottom: 0;
  top: auto;
  justify-content: flex-end;
}
.thumbs-gallery-section .grid-thumbs-slider .single-product-prev {
  left: 0;
  bottom: 0;
  top: auto;
  justify-content: flex-start;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.thumbs-gallery-section .grid-thumbs-slider .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.thumbs-gallery-section .gallery-thumbs .swiper-slide {
  width: 7.4rem;
  height: 100%;
  opacity: 0.6;
  overflow: hidden;
  border-radius: 2rem;
}
.thumbs-gallery-section .gallery-thumbs .swiper-slide .swiper-slide-thumb-active {
  opacity: 1;
}
.thumbs-gallery-section .product-description__list {
  width: 100%;
}
.thumbs-gallery-section .product-description__list li {
  display: flex;
  line-height: 1.08;
}
.thumbs-gallery-section .product-description__list li span {
  word-break: break-word;
}
.thumbs-gallery-section .product-description__list > li + li {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .thumbs-gallery-section .product-description__list > li + li {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .thumbs-gallery-section .product-description__list > li + li {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .thumbs-gallery-section .product-description__list > li + li {
    margin-top: 3.5rem;
  }
}
.thumbs-gallery-section .product-description__list--caption {
  display: flex;
  flex-direction: column;
}
.thumbs-gallery-section .product-description__list--caption h1, .thumbs-gallery-section .product-description__list--caption h2, .thumbs-gallery-section .product-description__list--caption h3, .thumbs-gallery-section .product-description__list--caption h4, .thumbs-gallery-section .product-description__list--caption h5, .thumbs-gallery-section .product-description__list--caption p, .thumbs-gallery-section .product-description__list--caption a {
  font-size: 14px;
  font-weight: 300;
}
.thumbs-gallery-section .product-description__list--caption img, .thumbs-gallery-section .product-description__list--caption blockquote {
  display: none;
}
.thumbs-gallery-section .product-description__list--caption .single-img img {
  display: inline-block;
}
.thumbs-gallery-section .product-description__list--caption ul img {
  display: inline-block;
}
.thumbs-gallery-section .product-description__list--caption > span + span {
  margin-top: 0.3rem;
}
.thumbs-gallery-section .product-description__list--caption * + ul {
  margin-top: 1.8rem;
}
.thumbs-gallery-section .product-description__list--caption ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.thumbs-gallery-section .product-description__list--caption ul li {
  width: 5.8rem;
  height: 5.8rem;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
}
.thumbs-gallery-section .product-description__list--caption .spoiled-content {
  position: relative;
  font-weight: 300;
  word-wrap: anywhere;
  word-break: break-word;
  transition: all ease 0.25s;
  padding-right: 3rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .thumbs-gallery-section .product-description__list--caption .spoiled-content {
    height: auto !important;
  }
}
.thumbs-gallery-section .product-description__list--caption .spoiled-content a {
  color: #1A3645;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .thumbs-gallery-section .product-description__list--caption .spoiled-content {
    display: block;
    overflow: visible;
  }
}
.thumbs-gallery-section .product-description__list--title {
  display: inline-block;
  font-weight: 500;
  width: 100%;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #13A043;
  max-width: 10rem;
  text-align: left;
  flex-grow: 1;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .thumbs-gallery-section .product-description__list--title {
    max-width: 13rem;
    padding-right: 1.6rem;
    margin-right: 1.6rem;
  }
}
.thumbs-gallery-section .grid-tabs {
  align-self: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.thumbs-gallery-section .grid-tabs a, .thumbs-gallery-section .grid-tabs button {
  border-radius: 2rem;
  line-height: 1.07;
  border: none;
  text-align: center;
}
.thumbs-gallery-section .grid-tabs a:after, .thumbs-gallery-section .grid-tabs a:before, .thumbs-gallery-section .grid-tabs button:after, .thumbs-gallery-section .grid-tabs button:before {
  border-radius: 2rem;
}
.thumbs-gallery-section .grid-tabs a:not(.btn-primary), .thumbs-gallery-section .grid-tabs button:not(.btn-primary) {
  background-color: #FAFAFA;
}

.spoiler {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/spoiler-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 768px) {
  .spoiler {
    display: none;
  }
}

.active .spoiler {
  transform: rotate(180deg);
}

.single-product:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  width: 40.8rem;
  height: 10.9rem;
  border-radius: 19rem;
  transform: translate(-60%, 0%);
  background-color: #DFF3DB;
}
@media (min-width: 480px) {
  .single-product:before {
    top: 12%;
  }
}
@media (min-width: 768px) {
  .single-product:before {
    top: 18%;
  }
}
@media (min-width: 992px) {
  .single-product:before {
    top: 25%;
    transform: translate(-60%, 0%);
  }
}
@media (min-width: 1200px) {
  .single-product:before {
    top: 50%;
    transform: translate(-88%, -17%);
    width: 53rem;
    height: 21rem;
    border: 1px solid #1A3645;
    background-color: transparent;
  }
}
@media (min-width: 1440px) {
  .single-product:before {
    transform: translate(-73%, -17%);
  }
}
@media (min-width: 1920px) {
  .single-product:before {
    transform: translate(-62%, -17%);
  }
}
.single-product:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-radius: 19rem;
}
@media (min-width: 1200px) {
  .single-product:after {
    display: block;
    width: 174.6rem;
    height: 56.2rem;
    transform: translate(79%, -63%);
  }
}
@media (min-width: 1920px) {
  .single-product:after {
    transform: translate(81%, -40%);
  }
}
.product-green .single-product:before {
  background-color: #DFF3DB;
}
@media (min-width: 1200px) {
  .product-green .single-product:before {
    border: 1px solid #1A3645;
    background-color: transparent;
  }
}
.product-green .single-product:after {
  background: #DFF3DB;
}
.product-orange .single-product:before {
  background-color: #DFF3DB;
}
@media (min-width: 1200px) {
  .product-orange .single-product:before {
    border: 1px solid #FF842B;
    background-color: transparent;
  }
}
.product-orange .single-product:after {
  background: #FFE6D4;
}
.product-pink .single-product:before {
  background-color: #DFF3DB;
}
@media (min-width: 1200px) {
  .product-pink .single-product:before {
    border: 1px solid #F72121;
    background-color: transparent;
  }
}
.product-pink .single-product:after {
  background: #FFE3E3;
}

.single-product--green .thumbs-gallery-section .product-description__list--title {
  border-right: 1px solid #13A043;
}

.single-product--orange .show-popup.btn {
  font-size: 1.4rem;
}
.single-product--orange .product-description__list .product-description__list--title {
  border-right: 1px solid #FF842B;
}

.single-product--pink .show-popup.btn {
  font-size: 1.4rem;
}
.single-product--pink .product-description__list .product-description__list--title {
  border-right: 1px solid #F72121;
}

.category {
  margin-top: 4rem;
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .category {
    padding-bottom: 18rem;
  }
}
.category-mobile-bg {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 102%;
  height: 102%;
  z-index: -2;
}
@media (min-width: 375px) {
  .category-mobile-bg {
    height: 105%;
  }
}
@media (min-width: 1035px) {
  .category-mobile-bg {
    display: none;
  }
}
.category-mobile-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem;
}
.category-bg {
  display: none;
  position: absolute;
  left: 45%;
  bottom: -14%;
  transform: translate(-50%, 0);
  height: 90rem;
  width: 200rem;
  z-index: -2;
}
@media (min-width: 1035px) {
  .category-bg {
    display: block;
  }
}
.category-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5rem;
}
.category-top {
  padding: 1rem 0;
  align-items: center;
  position: relative;
  display: none;
}
.category-top .container {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .category-top {
    display: flex;
  }
}
.category-nav {
  width: fit-content;
  position: relative;
}
.category-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.3rem;
  width: 100%;
  height: 1px;
  background-color: #1BAF3A;
  pointer-events: none;
}
.category--orange .category-nav::after {
  background-color: #FFE6D4;
}
.category--pink .category-nav::after {
  background-color: #F72121;
}
.category-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.category-nav ul li a {
  color: #1A3645;
  font-weight: 300;
  line-height: 100%;
  font-size: 12px;
  transition: all 0.6s ease 0s;
}
.category-nav ul li a:hover {
  transition: all 0.6s ease 0s;
  color: #1BAF3A;
}
.category-nav ul li:not(:first-child)::before {
  content: "→";
  left: 0;
  top: 50%;
  font-weight: 300;
  transform: translate(0, -50%);
  margin-right: 0.5rem;
}
.category-nav ul li:first-child {
  display: none;
}
.category-nav ul li:nth-child(2):before {
  display: none;
}
.category-back {
  cursor: pointer;
  display: flex;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .category-back {
    position: absolute;
    left: 0;
    top: 2.2rem;
  }
}
.category-back svg path {
  transition: all 0.6s ease 0s;
}
.category-back:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.category .search {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.category-select {
  position: relative;
}
.category-select svg {
  transition: all 0.6s ease 0s;
  position: absolute;
  right: 15px;
  top: 17px;
}
.category-select svg path {
  transition: all 0.6s ease 0s;
}
.category-select .select-sublist.active {
  transition: all 0.6s ease 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (min-width: 992px) {
  .category-select.active .select-sublist {
    transition: all 0.6s ease 0s;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.category-select.active::after {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.category-select.active svg {
  transition: all 0.6s ease 0s;
  transform: rotate(180deg);
}
.category-select.active svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.category-select.active::after {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.category-select.active svg {
  transition: all 0.6s ease 0s;
  transform: rotate(180deg);
}
.category-select.active svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.category-select .select-sublist {
  width: 100%;
  padding-top: 1.25rem;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease 0s;
  max-height: 308px;
  overflow: auto;
}
.category-select .select-sublist ul {
  width: 100%;
  border-radius: 1.875rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: rgba(250, 250, 250, 0.7);
}
.category-select .select-sublist ul li {
  font-size: 14px;
  line-height: 0.86;
  transition: all 0.6s ease 0s;
  padding: 1.125rem;
  cursor: pointer;
}
.category-select .select-sublist ul li a {
  color: inherit;
}
.category-select .select-sublist ul li:first-child {
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 1.875rem;
}
.category-select .select-sublist ul li:last-child {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.category-select .select-sublist ul li:not(:last-child) {
  border-bottom: 2px solid #13A043;
}
.category-select .select-sublist ul li:hover {
  transition: all 0.6s ease 0s;
  background: rgba(19, 160, 67, 0.5);
}
.category-info {
  margin-top: 0.8rem;
}
.category-info .category-title {
  display: none;
}
@media (min-width: 992px) {
  .category-info .category-title {
    display: block;
  }
}
.category-info p {
  color: #1A3645;
  font-weight: 300;
  line-height: 1.8rem;
  font-size: 14px;
}
.category-info p:not(:first-child) {
  margin-top: 0.8rem;
}
.category .category-title + * {
  margin-top: 1.5rem;
}
.category-info-top {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .category-info-top {
    display: none;
  }
}
.category-info-top h2 {
  margin: 0 auto;
}
.category-mobile-search {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.category-mobile-search .mobile-search {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.category-mobile-search.active {
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.category-mobile-search.active .mobile-search {
  opacity: 0;
  display: none;
  pointer-events: none;
  visibility: hidden;
}
.category-mobile-search.active .search {
  display: flex;
}
.category-mobile-search.active .category-select svg {
  transition: all 0.6s ease 0s;
  transform: rotate(180deg);
}
.category-mobile-search.active .category-select svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.category-mobile-search .search {
  position: relative;
  display: none;
  justify-content: space-between;
}
.category-mobile-search .search-icon.active {
  border-color: #1BAF3A;
  background: rgba(19, 160, 67, 0.5);
}
.category-mobile-search input.active {
  width: 100%;
  display: block;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 15;
}
.category-mobile-search .category-select {
  background-color: #FAFAFA;
  border-radius: 5.6rem;
}
.category-mobile-search .category-select.active {
  border: 0;
}
.category-mobile-search .category-select.hide {
  background: none;
}
.category-mobile-search .category-select.hide svg {
  transform: rotate(0deg);
}
.category-mobile-search .category-select.hide svg path {
  stroke: #1A3645;
}
.category-mobile-search .category-select.hide .select-sublist {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.category-cards {
  margin-top: 3.3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.category-cards__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
@media (min-width: 768px) {
  .category-cards__inner {
    gap: 2.6rem;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .category-cards__inner {
    justify-content: flex-start;
  }
}

.search.active input {
  display: block;
}
.search.active .search-icon {
  display: none;
}
.search .search-icon {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.search .search-icon:hover {
  border-color: #13A043;
}
.search input {
  box-sizing: border-box;
  display: none;
  min-width: 22.8rem;
  max-height: 4.4rem;
  border-radius: 5.6rem;
  padding: 1.5rem;
  border: 2px solid #13A043;
}
.search input:focus {
  border: 2px solid #13A043;
}
.search .select-input {
  display: block;
  border: 1px solid #D9D9D9;
  background: none;
}

.select-input {
  cursor: pointer;
}

.category-spoiler.spoiled {
  overflow: hidden;
  position: relative;
  padding-right: 25px;
  transition: all ease 0.25s;
}
@media (min-width: 768px) {
  .category-spoiler.spoiled .spoiler {
    display: block;
  }
}

.category-figure {
  position: relative;
  z-index: 2;
}
.category-figure .category-figure-float {
  position: absolute;
  left: 0;
  transform: translateX(-110%);
  bottom: 8.2rem;
  width: 100.9rem;
  height: 96.5rem;
  border: 1px solid #F72121;
  border-radius: 19rem;
  display: none;
}
@media (min-width: 1200px) {
  .category-figure .category-figure-float {
    display: block;
  }
}
.category-figure:before {
  content: "";
  position: absolute;
  top: 12.2rem;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5rem;
  background-color: transparent;
  z-index: 1;
  width: 95%;
}
@media (min-width: 576px) {
  .category-figure:before {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .category-figure:before {
    width: 100%;
    border-radius: 10rem;
  }
}
@media (min-width: 1200px) {
  .category-figure:before {
    border-radius: 16rem;
    width: 120rem;
  }
}
@media (min-width: 1360px) {
  .category-figure:before {
    width: 130rem;
  }
}
@media (min-width: 1440px) {
  .category-figure:before {
    width: 136rem;
  }
}
@media (min-width: 1920px) {
  .category-figure:before {
    width: 174rem;
    border-radius: 19rem;
  }
}
@media (min-width: 1200px) {
  .category-figure:after {
    content: "";
    position: absolute;
    right: 10%;
    bottom: -6rem;
    width: 53rem;
    height: 20.5rem;
    border-radius: 19rem;
    background-color: transparent;
  }
}
@media (min-width: 1920px) {
  .category-figure:after {
    right: -6.5rem;
  }
}
.category-figure--green .category-figure-float {
  height: 40rem;
  transform: translate(-50%, -50%);
  border-color: #13A043;
  top: 62%;
}
.category-figure--green:after {
  background-color: #A2D598;
}
.category-figure--green:before {
  background-color: #DFF3DB;
}
.category-figure--pink:after {
  background-color: #E7A4A4;
}
.category-figure--pink:before {
  background-color: #FFE3E3;
}
.category-figure--orange .category-figure-float {
  height: 40rem;
  bottom: auto;
  top: 20%;
  transform: translateX(-50%);
  border-color: #FF842B;
}
.category-figure--orange:after {
  background-color: #EEB78F;
}
.category-figure--orange:before {
  background-color: #FFE6D5;
}

.post-nav {
  padding-bottom: 2.2rem;
  margin-bottom: 3.6rem;
}
.post-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.post-nav ul li {
  font-size: 12px;
  color: #1A3645;
}
.post-nav ul li a {
  color: #1A3645;
  font-weight: 300;
  line-height: 100%;
  transition: all 0.6s ease 0s;
}
.post-nav ul li a:hover {
  transition: all 0.6s ease 0s;
  color: #1BAF3A;
}
.post-nav ul li:not(:first-child)::before {
  content: "→";
  left: 0;
  top: 50%;
  font-weight: 300;
  transform: translate(0, -50%);
  margin-right: 0.5rem;
}
.post-nav ul li:first-child {
  display: none;
}
.post-nav ul li:nth-child(2):before {
  display: none;
}
.post-nav.green {
  border-bottom: 1px solid #13A043;
}
.post-nav.orange {
  border-bottom: 1px solid #FF842B;
}
.post-nav.pink {
  border-bottom: 1px solid #F72121;
}

.category-cards-view {
  margin-top: 2rem;
  display: flex;
  justify-content: end;
  gap: 0.9rem;
  align-items: center;
}
@media (min-width: 992px) {
  .category-cards-view {
    margin-top: 1rem;
  }
}
.category-cards-view .view {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.category-cards-view .view svg {
  fill: #FAFAFA;
  stroke: #D9D9D9;
  pointer-events: none;
}
.category-cards-view .view svg rect {
  transition: all 0.6s ease 0s;
}
.category-cards-view .view:hover svg, .category-cards-view .view.active svg {
  fill: #1A3645;
  stroke: #1A3645;
}
.category-cards-view .view:hover svg rect, .category-cards-view .view.active svg rect {
  transition: all 0.6s ease 0s;
  fill: #1A3645;
}

.category-cards-view {
  display: none;
}
@media (min-width: 1200px) {
  .category-cards-view {
    margin-top: 1rem;
    display: flex;
  }
}

.template-list .category-cards__inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}
.template-list .category-figure-float {
  left: -60rem;
  height: 100%;
  min-height: 60rem;
}
.template-list .category-figure:before {
  background: transparent;
  transition: all ease 0.25s;
}
.template-list .category-figure:after {
  display: none;
}
.template-list .item-card-image {
  display: none;
}
.template-list .item-card-body {
  background: none;
  border: none;
  padding: 0;
}
.template-list .item-card-body h6 {
  max-width: none;
  height: auto;
  font-size: 1.8rem;
}
.template-list .item-card-body p {
  min-height: auto;
  height: auto;
}
.template-list .item-card-body:after {
  display: none;
}

.knowledge-base {
  padding: 3rem 0 3rem 0;
}
@media (min-width: 992px) {
  .knowledge-base {
    padding: 7rem 0 10rem 0;
  }
}
.knowledge-base-top {
  align-items: center;
  position: relative;
  display: none;
}
.knowledge-base-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .knowledge-base-top {
    display: flex;
  }
}
.knowledge-base-back {
  cursor: pointer;
  display: flex;
}
@media (min-width: 992px) {
  .knowledge-base-back {
    position: absolute;
    left: 0;
  }
}
.knowledge-base-back svg path {
  transition: all 0.6s ease 0s;
}
.knowledge-base-back:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.knowledge-base .category-nav {
  width: fit-content;
  position: relative;
}
.knowledge-base .category-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.3rem;
  width: 100%;
  height: 1px;
  background-color: #68DAC5;
}
.knowledge-base .category-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.knowledge-base .category-nav ul li a {
  color: #1A3645;
  font-weight: 300;
  line-height: 100%;
  font-size: 12px;
  transition: all 0.6s ease 0s;
}
.knowledge-base .category-nav ul li a:hover {
  transition: all 0.6s ease 0s;
  color: #1BAF3A;
}
.knowledge-base .category-nav ul li:not(:first-child)::before {
  content: "→";
  left: 0;
  top: 50%;
  font-weight: 300;
  transform: translate(0, -50%);
  margin-right: 0.5rem;
}
.knowledge-base-info {
  margin-top: 3.2rem;
}
.knowledge-base-info .knowledge-base-title {
  display: none;
}
@media (min-width: 992px) {
  .knowledge-base-info .knowledge-base-title {
    display: block;
  }
}
.knowledge-base-info p {
  color: #1A3645;
  font-weight: 300;
  line-height: 1.8rem;
  font-size: 12px;
}
.knowledge-base-info p:not(:first-child) {
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .knowledge-base-info p {
    font-size: 14px;
  }
}
.knowledge-base-info-top {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .knowledge-base-info-top {
    display: none;
  }
}
.knowledge-base-info-top h2 {
  margin: 0 auto;
}
.knowledge-base-text {
  margin-top: 2.3rem;
}
.knowledge-base-cards {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6rem;
  position: relative;
}
.knowledge-base-cards:before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5rem;
  z-index: 1;
  width: 95%;
  top: -1.5rem;
  background-color: #CBEAE4;
}
@media (min-width: 576px) {
  .knowledge-base-cards:before {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .knowledge-base-cards:before {
    width: 100%;
    border-radius: 10rem;
  }
}
@media (min-width: 1200px) {
  .knowledge-base-cards:before {
    border-radius: 16rem;
    width: 120rem;
    transform: translate(-50%, -50%);
    height: 90%;
    top: 50%;
  }
}
@media (min-width: 1360px) {
  .knowledge-base-cards:before {
    width: 130rem;
  }
}
@media (min-width: 1440px) {
  .knowledge-base-cards:before {
    width: 136rem;
  }
}
@media (min-width: 1920px) {
  .knowledge-base-cards:before {
    width: 174rem;
    border-radius: 19rem;
  }
}
.knowledge-base-cards .card-knowledge {
  z-index: 3;
  position: relative;
}
.knowledge-base-bg-2 {
  display: none;
  position: absolute;
  left: -39%;
  bottom: -60%;
  width: 110.7rem;
  height: 48.3rem;
  z-index: -2;
  border-radius: 19rem;
  border: 1px solid #68DAC5;
}
@media (min-width: 1440px) {
  .knowledge-base-bg-2 {
    display: block;
  }
}
.knowledge-base-bg-2 img {
  border-radius: 19rem;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.knowledge-base .card-knowledge {
  flex: 1 1 48%;
  transition: all 0.6s ease 0s;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .knowledge-base .card-knowledge {
    flex: 0 1 calc(50% - 13px);
  }
}
.knowledge-base .card-knowledge:hover {
  transition: all 0.6s ease 0s;
  opacity: 0.9;
}
.knowledge-base .card-knowledge-image {
  max-width: 100%;
  width: 100%;
  height: 8rem;
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem;
}
@media (min-width: 768px) {
  .knowledge-base .card-knowledge-image {
    height: 12.2rem;
  }
}
.knowledge-base .card-knowledge-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-top-right-radius: 3rem;
  border-top-left-radius: 3rem;
}
.knowledge-base .card-knowledge-body {
  padding: 1.3rem 1.8rem 1.3rem 1.8rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  min-height: 7.5rem;
}
@media (min-width: 768px) {
  .knowledge-base .card-knowledge-body {
    min-height: 10rem;
  }
}
@media (min-width: 1200px) {
  .knowledge-base .card-knowledge-body {
    min-height: 17.8rem;
  }
}
@media (min-width: 768px) {
  .knowledge-base .card-knowledge-body {
    padding: 3.5rem 1.8rem 2.2rem 1.8rem;
  }
}
.knowledge-base .card-knowledge-body.orange {
  background-color: #FF9E57;
}
.knowledge-base .card-knowledge-body.red {
  background-color: #EC6A6A;
}
.knowledge-base .card-knowledge-body.purple {
  background-color: #A663FF;
}
.knowledge-base .card-knowledge-body.blue {
  background-color: #8B96F5;
}
.knowledge-base .card-knowledge-body__title {
  flex-grow: 1;
  flex-shrink: 0;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .knowledge-base .card-knowledge-body__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .knowledge-base .card-knowledge-body__title {
    font-size: 3.6rem;
  }
}
.knowledge-base .card-knowledge-body svg {
  display: none;
}
@media (min-width: 768px) {
  .knowledge-base .card-knowledge-body svg {
    display: block;
  }
}

.knowledge-item-top {
  padding: 1rem 0;
  align-items: center;
  position: relative;
  display: none;
}
.knowledge-item-top .container {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .knowledge-item-top {
    display: flex;
  }
}
.knowledge-item-nav {
  width: fit-content;
  position: relative;
}
.knowledge-item-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.3rem;
  width: 100%;
  height: 1px;
  background-color: #FFE6D4;
}
.knowledge-item-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.knowledge-item-nav ul li a {
  color: #1A3645;
  font-weight: 300;
  line-height: 100%;
  font-size: 12px;
  transition: all 0.6s ease 0s;
}
.knowledge-item-nav ul li a:hover {
  transition: all 0.6s ease 0s;
  color: #1BAF3A;
}
.knowledge-item-nav ul li:not(:first-child)::before {
  content: "→";
  left: 0;
  top: 50%;
  font-weight: 300;
  transform: translate(0, -50%);
  margin-right: 0.5rem;
}
.knowledge-item-back {
  cursor: pointer;
  display: flex;
}
@media (min-width: 992px) {
  .knowledge-item-back {
    position: absolute;
    left: 0;
    top: 2.2rem;
  }
  .single-blog .knowledge-item-back {
    top: 1.2rem;
  }
}
.knowledge-item-back svg path {
  transition: all 0.6s ease 0s;
}
.knowledge-item-back:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.knowledge-item .search {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.knowledge-item-select {
  min-width: 22.8rem;
  max-width: 22.8rem;
  min-height: 4.4rem;
  padding: 0 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5.6rem;
  background-color: #FAFAFA;
  border: 1px solid #D9D9D9;
  position: relative;
  cursor: pointer;
}
.knowledge-item-select svg {
  transition: all 0.6s ease 0s;
}
.knowledge-item-select svg path {
  transition: all 0.6s ease 0s;
}
.knowledge-item-select::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #1BAF3A;
  border-radius: 5.6rem;
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.knowledge-item-select:hover .select-sublist {
  transition: all 0.6s ease 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.knowledge-item-select:hover::after {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.knowledge-item-select:hover svg {
  transition: all 0.6s ease 0s;
  transform: rotate(180deg);
}
.knowledge-item-select:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.knowledge-item-select.active {
  background: rgba(19, 160, 67, 0.5);
}
.knowledge-item-select.active .select-sublist {
  transition: all 0.6s ease 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.knowledge-item-select.active::after {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.knowledge-item-select.active svg {
  transition: all 0.6s ease 0s;
  transform: rotate(180deg);
}
.knowledge-item-select.active svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.knowledge-item-select .select-sublist {
  width: 100%;
  padding-top: 1.25rem;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease 0s;
}
.knowledge-item-select .select-sublist ul {
  width: 100%;
  border-radius: 1.875rem;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: rgba(250, 250, 250, 0.7);
}
.knowledge-item-select .select-sublist ul li {
  font-size: 14px;
  line-height: 0.86;
  transition: all 0.6s ease 0s;
  padding: 1.125rem;
}
.knowledge-item-select .select-sublist ul li a {
  color: inherit;
}
.knowledge-item-select .select-sublist ul li:first-child {
  border-top-right-radius: 1.875rem;
  border-top-left-radius: 1.875rem;
}
.knowledge-item-select .select-sublist ul li:last-child {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.knowledge-item-select .select-sublist ul li:not(:last-child) {
  border-bottom: 2px solid #13A043;
}
.knowledge-item-select .select-sublist ul li:hover {
  transition: all 0.6s ease 0s;
  background: rgba(19, 160, 67, 0.5);
}
.knowledge-item-info {
  margin-top: 0.8rem;
}
.knowledge-item-info .knowledge-item-title {
  display: none;
}
@media (min-width: 992px) {
  .knowledge-item-info .knowledge-item-title {
    display: block;
  }
}
.knowledge-item-info p {
  color: #1A3645;
  font-weight: 300;
  line-height: 1.286;
  font-size: 14px;
}
.knowledge-item-info p:not(:first-child) {
  margin-top: 0.8rem;
}
.knowledge-item-info-top {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .knowledge-item-info-top {
    display: none;
  }
}
.knowledge-item-info-top h2 {
  margin: 0 auto;
}
.knowledge-item .category-mobile-search {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.knowledge-item .category-mobile-search .mobile-search {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.knowledge-item .category-mobile-search.active {
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.knowledge-item .category-mobile-search.active .mobile-search {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.knowledge-item .category-mobile-search.active .category-select svg {
  transition: all 0.6s ease 0s;
  transform: rotate(180deg);
}
.knowledge-item .category-mobile-search.active .category-select svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.knowledge-item .category-mobile-search .search {
  position: relative;
  display: none;
  justify-content: space-between;
}
.knowledge-item .category-mobile-search .search-icon.active {
  border-color: #1BAF3A;
  background: rgba(19, 160, 67, 0.5);
}
.knowledge-item .category-mobile-search input.active {
  width: 100%;
  display: block;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 15;
}
.knowledge-item .category-mobile-search .category-select.active {
  background: rgba(19, 160, 67, 0.5);
  border: 0;
}
.knowledge-item .category-mobile-search .category-select.hide {
  background-color: #D9D9D9;
}
.knowledge-item .category-mobile-search .category-select.hide svg {
  transform: rotate(0deg);
}
.knowledge-item .category-mobile-search .category-select.hide svg path {
  stroke: #1A3645;
}
.knowledge-item .category-mobile-search .category-select.hide .select-sublist {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.knowledge-item-text {
  margin-top: 1.5rem;
}
.knowledge-item-view {
  margin-top: 2rem;
  display: flex;
  justify-content: end;
  gap: 0.9rem;
  align-items: center;
}
@media (min-width: 992px) {
  .knowledge-item-view {
    margin-top: 1rem;
  }
}
.knowledge-item-ul, .knowledge-item-items {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.knowledge-item-ul svg, .knowledge-item-items svg {
  fill: #FAFAFA;
  stroke: #D9D9D9;
}
.knowledge-item-ul svg rect, .knowledge-item-items svg rect {
  transition: all 0.6s ease 0s;
}
.knowledge-item-ul:hover svg, .knowledge-item-ul.active svg, .knowledge-item-items:hover svg, .knowledge-item-items.active svg {
  fill: #1A3645;
  stroke: #1A3645;
}
.knowledge-item-ul:hover svg rect, .knowledge-item-ul.active svg rect, .knowledge-item-items:hover svg rect, .knowledge-item-items.active svg rect {
  transition: all 0.6s ease 0s;
  fill: #1A3645;
}
.knowledge-item-list {
  display: none;
  position: relative;
  margin-top: 3rem;
}
.knowledge-item-list li:not(:first-child) {
  margin-top: 1.5rem;
}
.knowledge-item-list li h6 {
  font-size: 18px;
  line-height: 1.3;
  font-style: italic;
}
.knowledge-item-list li p {
  font-weight: 300;
}
.knowledge-item-list.active {
  display: block;
}
.knowledge-item-list-bg {
  position: absolute;
  z-index: -1;
  width: 75rem;
  height: 39rem;
  right: -40%;
  top: 20rem;
  border: 1px solid #F72121;
  border-radius: 19rem;
  display: none;
}
@media (min-width: 1440px) {
  .knowledge-item-list-bg {
    display: block;
  }
}
.knowledge-item-list-bg-2 {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100.9rem;
  height: 170.9rem;
  left: -90%;
  top: 40%;
  border: 1px solid #F72121;
  border-radius: 19rem;
}
@media (min-width: 1440px) {
  .knowledge-item-list-bg-2 {
    display: block;
  }
}
.knowledge-item-cards {
  margin-top: 3.5rem;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.6rem;
  position: relative;
  max-width: 100%;
}
@media (min-width: 1440px) {
  .knowledge-item-cards {
    justify-content: start;
  }
}
.knowledge-item-cards.active {
  display: flex;
}
.knowledge-item-cards.other-view {
  margin-top: 3.3rem;
}
.knowledge-item-cards.other-view .knowledge-item-bg {
  top: 10%;
  left: 23.5%;
  width: 220%;
}
.knowledge-item .item-card-body h6 {
  max-width: 100%;
  overflow: hidden;
}
.knowledge-item .item-card-body p {
  margin-top: 1.2rem;
}
.knowledge-item .item-card {
  flex: 0 1 23.2rem;
}
@media (min-width: 450px) {
  .knowledge-item .item-card {
    max-width: 23.2rem;
  }
}
@media (min-width: 375px) {
  .knowledge-item .item-card {
    flex: 1 1 23.2rem;
  }
}
@media (min-width: 480px) {
  .knowledge-item .item-card {
    flex: 1 1 23.2rem;
  }
}
@media (min-width: 768px) {
  .knowledge-item .item-card {
    flex: 0 1 23.2rem;
  }
}

.blog-section {
  margin-top: 7rem;
  position: relative;
}
.blog-section-top {
  padding: 1rem 0;
  align-items: center;
  position: relative;
  display: none;
}
.blog-section-top .container {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .blog-section-top {
    display: flex;
  }
}
.blog-section-nav {
  width: fit-content;
  position: relative;
}
.blog-section-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.3rem;
  width: 100%;
  height: 1px;
  background-color: #3467EB;
}
.blog-section-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-section-nav ul li {
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  color: #1A3645;
}
.blog-section-nav ul li:first-child {
  display: none;
}
.blog-section-nav ul li:nth-child(2):before {
  display: none;
}
.blog-section-nav ul li a {
  color: #1A3645;
  transition: all 0.6s ease 0s;
}
.blog-section-nav ul li a:hover {
  transition: all 0.6s ease 0s;
  color: #1BAF3A;
}
.blog-section-nav ul li:not(:first-child)::before {
  content: "→";
  left: 0;
  top: 50%;
  font-weight: 300;
  transform: translate(0, -50%);
  margin-right: 0.5rem;
}
.blog-section-back {
  cursor: pointer;
  display: flex;
}
@media (min-width: 992px) {
  .blog-section-back {
    position: absolute;
    left: 0;
    top: 2.2rem;
  }
  .single-blog .blog-section-back {
    top: 1.2rem;
  }
}
.blog-section-back svg path {
  transition: all 0.6s ease 0s;
}
.blog-section-back:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.blog-section .search {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-section-info {
  display: none;
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .blog-section-info {
    display: block;
  }
}
.blog-section-info .container {
  display: flex;
  align-items: center;
}
.blog-section-info h2, .blog-section-info h1 {
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.6s ease 0s;
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .blog-section-info h2, .blog-section-info h1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .blog-section-info h2, .blog-section-info h1 {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .blog-section-info h2, .blog-section-info h1 {
    font-size: 4.4rem;
  }
}
.blog-section-info h2:hover, .blog-section-info h1:hover {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.blog-section-info h2.active {
  opacity: 1;
}
.blog-section-mobile-info {
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .blog-section-mobile-info {
    display: none;
  }
}
.blog-section-mobile-info .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.blog-section-mobile-info h2, .blog-section-mobile-info h1 {
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.6s ease 0s;
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .blog-section-mobile-info h2, .blog-section-mobile-info h1 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .blog-section-mobile-info h2, .blog-section-mobile-info h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .blog-section-mobile-info h2, .blog-section-mobile-info h1 {
    font-size: 5.2rem;
  }
}
.blog-section-mobile-info h2:hover, .blog-section-mobile-info h1:hover {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.blog-section-mobile-info h2.active {
  opacity: 1;
}
.blog-section-titles {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
  display: flex;
  align-items: center;
}
.blog-section-news {
  margin-left: 6rem;
}
.blog-section-mobile-news {
  margin-left: 1rem;
}
.blog-section-icons {
  margin-top: 3.5rem;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  flex-grow: 1;
  flex-shrink: 0;
  max-width: max-content;
  min-width: min-content;
}
.blog-section-icons a {
  display: flex;
}
.blog-section-icons svg path {
  transition: all 0.6s ease 0s;
  fill: #1A3645;
}
.blog-section-icons a:hover svg path {
  transition: all 0.6s ease 0s;
  fill: #0A9BD9;
}
@media (min-width: 992px) {
  .blog-section-icons {
    margin-top: 0;
    margin-left: auto;
    justify-content: start;
    padding-right: 4rem;
  }
}
.blog-section-cards {
  margin-top: 5rem;
  padding-bottom: 5.8rem;
  display: none;
  position: relative;
}
.blog-section-cards .tab-inner {
  align-items: center;
  width: 100%;
  gap: 2.6rem;
  flex-wrap: wrap;
  display: flex;
}
.blog-section-cards.active {
  display: flex;
}
@media (min-width: 480px) {
  .blog-section-cards {
    margin-top: 6.5rem;
  }
}
@media (min-width: 768px) {
  .blog-section-cards {
    margin-top: 5rem;
  }
}
.blog-section-bg {
  position: absolute;
  width: 96%;
  height: 102%;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
  border-radius: 5rem;
  background-color: #AFC8EE;
}
@media (min-width: 768px) {
  .blog-section-bg {
    border-radius: 19rem;
  }
}
@media (min-width: 1440px) {
  .blog-section-bg {
    width: 130%;
    height: 90%;
  }
}
.blog-section-bg2 {
  position: absolute;
  top: 5%;
  left: -45%;
  width: 52.9rem;
  height: 20.7rem;
  border-radius: 19rem;
  background-color: #F2F6FF;
  z-index: -2;
}
.blog-section-bg3 {
  display: none;
  position: absolute;
  z-index: -2;
  width: 134.2rem;
  height: 47.4rem;
  border: 1px solid #3467EB;
  bottom: -26%;
  right: -55%;
  border-radius: 19rem;
}
@media (min-width: 1024px) {
  .blog-section-bg3 {
    right: -84%;
    display: block;
  }
}
@media (min-width: 1100px) {
  .blog-section-bg3 {
    right: -74%;
  }
}
@media (min-width: 1200px) {
  .blog-section-bg3 {
    right: -58%;
  }
}
@media (min-width: 1360px) {
  .blog-section-bg3 {
    right: -55%;
  }
}
.blog-section-item {
  flex: 0 1 61.9rem;
  max-height: none;
  border-radius: 3rem;
}
@media (min-width: 768px) {
  .blog-section-item {
    flex: 1 1 31.9rem;
    max-width: 45rem;
  }
}
@media (min-width: 992px) {
  .blog-section-item {
    flex: 1 1 41.9rem;
    max-height: 30rem;
    max-width: 52rem;
  }
}
@media (min-width: 1200px) {
  .blog-section-item {
    max-width: initial;
  }
}
@media (min-width: 1440px) {
  .blog-section-item {
    flex: 0 1 61.9rem;
  }
}
.blog-section-item img {
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 30rem;
  max-width: 100%;
}
.blog-section .category-mobile-search {
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.blog-section .category-mobile-search .mobile-search {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.blog-section .category-mobile-search.active {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.blog-section .category-mobile-search.active .mobile-search {
  opacity: 0;
  display: none;
  pointer-events: none;
  visibility: hidden;
}
.blog-section .category-mobile-search.active .search {
  display: inline-flex;
}
.blog-section .category-mobile-search .search {
  position: relative;
  display: none;
  justify-content: center;
}
.blog-section .category-mobile-search .search-icon {
  display: none;
}
.blog-section .category-mobile-search .search-icon.active {
  border-color: #1BAF3A;
  background: rgba(19, 160, 67, 0.5);
}
.blog-section .category-mobile-search input.active {
  width: 100%;
  display: block;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 15;
}
.blog-section .category-mobile-search .category-select {
  background: #FAFAFA;
}
.blog-section .category-mobile-search .category-select.active {
  border: 0;
}
.blog-section .category-mobile-search .category-select.hide {
  background-color: #D9D9D9;
}
.blog-section .category-mobile-search .category-select.hide svg {
  transform: rotate(0deg);
}
.blog-section .category-mobile-search .category-select.hide svg path {
  stroke: #1A3645;
}
.blog-section .category-mobile-search .category-select.hide .select-sublist {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.blog-section .news {
  margin-top: 3.8rem;
  padding-bottom: 5.8rem;
  display: none;
  position: relative;
}
.blog-section .news .tab-inner {
  align-items: center;
  gap: 2.6rem;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}
.blog-section .news.active {
  display: block;
}
.blog-section .news-bg, .blog-section .news-bg2 {
  position: absolute;
  z-index: -1;
  border-radius: 19rem;
}
.blog-section .news-bg {
  width: 95%;
  height: 104%;
  bottom: auto;
  top: -2%;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #AFDBEE;
  border-radius: 5rem;
}
@media (min-width: 992px) {
  .blog-section .news-bg {
    top: auto;
    width: 140%;
    height: 80%;
    bottom: 0;
    border-radius: 19rem;
  }
}
.blog-section .news-bg2 {
  display: none;
  z-index: -2;
  width: 93.5rem;
  height: 36.6rem;
  border: 1px solid #0A9BD9;
  bottom: -40%;
  left: -44%;
}
@media (min-width: 992px) {
  .blog-section .news-bg2 {
    display: block;
  }
}

.single-blog {
  margin-top: 5.6rem;
  padding-bottom: 10rem;
}
.single-blog .blog-section-info h2, .single-blog .blog-section-info h1 {
  cursor: initial;
  color: #1A3645;
  opacity: 1;
}
.single-blog .blog-section-mobile-info .container {
  gap: 2rem;
  justify-content: flex-start;
}
.single-blog .blog-section-mobile-info .blog-section-titles {
  position: static;
  transform: none;
}
.single-blog .blog-section-mobile-info h2, .single-blog .blog-section-mobile-info h1 {
  opacity: 1;
}
.single-blog-items {
  max-width: 1085px;
  margin: 0 auto;
  margin-top: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  .single-blog-items {
    margin-top: 4.5rem;
  }
}
.single-blog-bg1, .single-blog-bg2, .single-blog-bg3, .single-blog-bg4 {
  position: absolute;
  border-radius: 19rem;
  z-index: -1;
}
.single-blog-bg1 {
  display: none;
  top: 0;
  left: -56rem;
  width: 52.9rem;
  height: 20.7rem;
  background-color: #F2F6FF;
}
@media (min-width: 992px) {
  .single-blog-bg1 {
    display: block;
  }
}
.single-blog-bg2 {
  top: 14.5%;
  right: -18rem;
  width: 36.6rem;
  height: 19.4rem;
  background-color: #EAF1FC;
}
@media (min-width: 992px) {
  .single-blog-bg2 {
    width: 112.1rem;
    right: -70rem;
    top: 15%;
    height: 47.1rem;
  }
}
.single-blog-bg3 {
  display: block;
  bottom: 31%;
  left: -14rem;
  width: 50.3rem;
  height: 48rem;
  background-color: #F2F6FF;
  border-radius: 6rem;
}
@media (min-width: 480px) {
  .single-blog-bg3 {
    display: none;
  }
}
@media (min-width: 992px) {
  .single-blog-bg3 {
    display: block;
    bottom: 10%;
    left: -63rem;
    width: 123.6rem;
    height: 60rem;
    border-radius: 19rem;
  }
}
.single-blog-bg4 {
  display: none;
  bottom: -55rem;
  right: -65rem;
  width: 134.2rem;
  height: 47.4rem;
  border: 1px solid #3467EB;
}
@media (min-width: 992px) {
  .single-blog-bg4 {
    display: block;
  }
}
.single-blog-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 992px) {
  .single-blog-item {
    gap: 5rem;
  }
}
.single-blog-item:not(:first-child) {
  margin-top: 5rem;
}
.single-blog-item.left-image {
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-blog-item.left-image {
    flex-direction: row;
  }
}
.single-blog-item.left-image .single-blog-image {
  flex: 1 1 auto;
  width: 100%;
  height: 20rem;
}
@media (min-width: 768px) {
  .single-blog-item.left-image .single-blog-image {
    height: 35rem;
  }
}
@media (min-width: 992px) {
  .single-blog-item.left-image .single-blog-image {
    height: auto;
    flex: 0 1 58%;
  }
}
.single-blog-item.left-image .single-blog-text {
  padding-right: 0;
  flex: 1 1 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .single-blog-item.left-image .single-blog-text {
    padding-right: 9rem;
  }
}
@media (min-width: 992px) {
  .single-blog-item.left-image .single-blog-text {
    flex: 0 1 42%;
  }
}
.single-blog-item.right-image {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .single-blog-item.right-image {
    flex-direction: row;
  }
}
.single-blog-item.right-image .single-blog-image {
  flex: 1 1 auto;
  height: 20rem;
}
@media (min-width: 768px) {
  .single-blog-item.right-image .single-blog-image {
    height: 35rem;
  }
}
@media (min-width: 992px) {
  .single-blog-item.right-image .single-blog-image {
    height: auto;
    flex: 0 1 42%;
  }
}
.single-blog-item.right-image .single-blog-text {
  padding-left: 0;
  flex: 1 1 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .single-blog-item.right-image .single-blog-text {
    padding-left: 9rem;
  }
}
@media (min-width: 992px) {
  .single-blog-item.right-image .single-blog-text {
    flex: 0 1 55%;
  }
}
.single-blog-item.in-half {
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-blog-item.in-half {
    flex-direction: row;
  }
}
.single-blog-item.in-half .single-blog-image {
  flex: 1 1 auto;
  height: 46rem;
  width: 100%;
}
@media (min-width: 992px) {
  .single-blog-item.in-half .single-blog-image {
    height: auto;
    flex: 0 1 50%;
  }
}
.single-blog-item.in-half .single-blog-text {
  padding-right: 0;
  flex: 1 1 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .single-blog-item.in-half .single-blog-text {
    flex: 0 1 50%;
  }
}
.single-blog-item.info-person {
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-blog-item.info-person {
    flex-direction: row;
  }
}
.single-blog-item.info-person .single-blog-image {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3.3rem;
}
.single-blog-item.info-person .single-blog-image img {
  height: 17rem;
  width: 17rem;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .single-blog-item.info-person .single-blog-image {
    flex: 0 1 auto;
    justify-content: end;
  }
}
.single-blog-image {
  width: 100%;
  border-radius: 3rem;
}
@media (min-width: 992px) {
  .single-blog-image {
    width: auto;
  }
}
.single-blog-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 3rem;
}
.single-blog-image .image-info {
  max-width: 20rem;
}
.single-blog-image .image-info p {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.15;
}
.single-blog-image .image-info p:not(:first-child) {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .single-blog-image .image-info p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.single-blog-text p, .single-blog-text li {
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 768px) {
  .single-blog-text p, .single-blog-text li {
    font-size: 1.6rem;
  }
}
.single-blog-text p:not(:first-child) {
  margin-top: 1.6rem;
}
.single-blog-text h5:not(:first-child) {
  margin-top: 4.8rem;
}
.single-blog-blocks {
  flex: 0 1 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.4rem;
}
@media (min-width: 992px) {
  .single-blog-blocks {
    gap: 3rem;
    justify-content: end;
  }
}
.single-blog-block {
  position: relative;
  flex: 0 1 12.2rem;
  max-height: 12.2rem;
}
@media (min-width: 375px) {
  .single-blog-block {
    flex: 0 1 14.4rem;
    max-height: 14.4rem;
  }
}
@media (min-width: 768px) {
  .single-blog-block {
    flex: 0 1 17.3rem;
    max-height: 17.3rem;
  }
}
@media (min-width: 1200px) {
  .single-blog-block {
    flex: 0 1 21.3rem;
    max-height: 21.3rem;
  }
}
.single-blog-block img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.single-blog-count {
  position: absolute;
  left: -1.6rem;
  top: -1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #1A3645;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 27px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .single-blog-count {
    left: -2.4rem;
    top: -2.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}

.downloads {
  margin-top: 0;
  padding-bottom: 7rem;
  position: relative;
}
.downloads.category {
  overflow: visible;
}
@media (min-width: 992px) {
  .downloads {
    padding-top: 5rem;
  }
}
.downloads-bg1, .downloads-bg2 {
  position: absolute;
  z-index: -1;
  border-radius: 19rem;
}
.downloads-bg1 {
  display: none;
  width: 174.6rem;
  height: 57.2rem;
  background-color: #EDE0FD;
}
@media (min-width: 992px) {
  .downloads-bg1 {
    display: block;
    right: -130rem;
    top: -50rem;
  }
}
@media (min-width: 1200px) {
  .downloads-bg1 {
    right: -120rem;
    top: -40rem;
  }
}
.downloads-bg2 {
  display: none;
  height: 36.6rem;
  border: 1px solid #A663FF;
  bottom: -35rem;
  left: -60rem;
}
@media (min-width: 1200px) {
  .downloads-bg2 {
    display: block;
  }
}
@media (min-width: 1360px) {
  .downloads-bg2 {
    width: 70rem;
  }
}
@media (min-width: 1440px) {
  .downloads-bg2 {
    width: 75rem;
  }
}
@media (min-width: 1600px) {
  .downloads-bg2 {
    width: 85rem;
  }
}
@media (min-width: 1920px) {
  .downloads-bg2 {
    width: 93.5rem;
  }
}
.downloads-top {
  padding: 1rem 0;
  align-items: center;
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .downloads-top {
    display: flex;
  }
}
.downloads-top .container {
  display: flex;
  align-items: center;
}
.downloads .container .container {
  padding: 0;
}
@media (min-width: 992px) {
  .downloads .container .container {
    padding: 0 1.5rem;
  }
}
.downloads-nav {
  width: fit-content;
  position: relative;
}
.downloads-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.3rem;
  width: 100%;
  height: 1px;
  background-color: #A663FF;
}
.downloads-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.downloads-nav ul li a {
  color: #1A3645;
  font-weight: 300;
  line-height: 100%;
  font-size: 12px;
  transition: all 0.6s ease 0s;
}
.downloads-nav ul li a:hover {
  transition: all 0.6s ease 0s;
  color: #1BAF3A;
}
.downloads-nav ul li:not(:first-child)::before {
  content: "→";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-right: 0.5rem;
  font-weight: 300;
}
.downloads-back {
  cursor: pointer;
  display: flex;
}
@media (min-width: 992px) {
  .downloads-back {
    position: absolute;
    left: 0;
    top: 1.2rem;
  }
}
.downloads-back svg path {
  transition: all 0.6s ease 0s;
}
.downloads-back:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.downloads-info {
  display: none;
  margin-top: 2rem;
}
.downloads-info p {
  margin-top: 2.3rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .downloads-info {
    display: block;
  }
}
.downloads-mobile-info {
  padding: 1.7rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .downloads-mobile-info {
    display: none;
  }
}
.downloads-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
.downloads-icons svg {
  fill: #000;
}
.downloads-icons .view {
  display: flex;
}
.downloads-icons .view.active {
  display: none;
}
.downloads-icon-ul, .downloads-icon-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloads-mobile-text {
  display: block;
}
@media (min-width: 992px) {
  .downloads-mobile-text {
    display: none;
  }
}
.downloads-mobile-text p {
  font-size: 12px;
}
@media (min-width: 768px) {
  .downloads-mobile-text p {
    font-size: 14px;
  }
}
.downloads-btns {
  margin-top: 3.7rem;
  align-items: center;
  justify-content: end;
  gap: 0.9rem;
  margin-bottom: -3.7rem;
  display: none;
}
@media (min-width: 992px) {
  .downloads-btns {
    display: flex;
  }
}
.downloads-ul, .downloads-items {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.downloads-ul svg, .downloads-items svg {
  fill: #FAFAFA;
  stroke: #D9D9D9;
}
.downloads-ul svg rect, .downloads-items svg rect {
  transition: all 0.6s ease 0s;
}
.downloads-ul:hover svg, .downloads-ul.active svg, .downloads-items:hover svg, .downloads-items.active svg {
  fill: #1A3645;
  stroke: #1A3645;
}
.downloads-ul:hover svg rect, .downloads-ul.active svg rect, .downloads-items:hover svg rect, .downloads-items.active svg rect {
  transition: all 0.6s ease 0s;
  fill: #1A3645;
}
.downloads-list {
  margin-top: 2.4rem;
  max-width: 53.5rem;
  display: none;
}
.downloads-list.active {
  display: block;
}
@media (min-width: 992px) {
  .downloads-list {
    margin-top: 0;
  }
}
.downloads-list button, .downloads-list a {
  width: 100%;
}
.downloads-list button.btn.btn-secondary, .downloads-list a.btn.btn-secondary {
  border: none;
  background-color: #FAFAFA;
}
.downloads-category:not(:first-child) {
  margin-top: 3.5rem;
}
.downloads-file {
  margin-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}
.downloads-file .btn.btn-xl {
  font-size: 1.4rem;
}
.downloads-file:first-child {
  margin-top: 1.6rem;
}
.downloads-file p {
  font-weight: 300;
}
.downloads-file button {
  flex-grow: 1;
  flex-shrink: 0;
  max-width: 12.7rem;
  padding: 1rem;
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 768px) {
  .downloads-file button {
    padding: 0;
    font-size: 16px;
  }
}
.downloads-content {
  position: relative;
}
* + .downloads-content {
  margin-top: 3rem;
}
.downloads-bg3 {
  position: absolute;
  z-index: -1;
  border-radius: 5rem;
  width: 105%;
  height: 200%;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #EDE0FD;
}
@media (min-width: 992px) {
  .downloads-bg3 {
    display: none;
  }
}
.downloads-cards {
  margin-top: 2.4rem;
  display: none;
}
.downloads-cards.active {
  display: block;
}
@media (min-width: 992px) {
  .downloads-cards {
    margin-top: 0;
  }
}
.downloads-tops {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .downloads-tops {
    justify-content: start;
    gap: 7.3rem;
  }
}
.downloads-tops h4 {
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.6s ease 0s;
}
.downloads-tops h4:hover {
  transition: all 0.6s ease 0s;
  opacity: 1;
}
.downloads-tops h4.active {
  opacity: 1;
}
.downloads-flex {
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.7rem;
  display: none;
}
.downloads-flex.active {
  display: flex;
}
@media (min-width: 992px) {
  .downloads-flex {
    justify-content: start;
  }
}
.downloads-item button, .downloads-item a {
  width: 100%;
  margin-top: 2.1rem;
}
.downloads-item button.btn.btn-secondary, .downloads-item a.btn.btn-secondary {
  border: none;
  background-color: #FAFAFA;
}
.downloads-item p {
  display: none;
}
.downloads-image {
  max-width: 12.8rem;
  height: 18.3rem;
  border: 1px solid #D9D9D9;
}
.downloads-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.downloads .tab-title {
  display: none;
}
.downloads.template-list .downloads-flex + .downloads-flex {
  margin-top: 5rem;
}
.downloads.template-list .downloads-tops {
  display: none;
}
.downloads.template-list .downloads-item {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .downloads.template-list .downloads-item {
    gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .downloads.template-list .downloads-item {
    gap: 10rem;
  }
}
.downloads.template-list .downloads-item .btn {
  margin-top: 0;
  padding: 0rem 1.5rem;
}
@media (max-width: 576px) {
  .downloads.template-list .downloads-item .btn {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
  }
}
.downloads.template-list .downloads-item p {
  display: block;
  max-width: 31.5rem;
  width: 100%;
}
@media (min-width: 576px) {
  .downloads.template-list .downloads-item p {
    min-width: 31.5rem;
  }
}
@media (min-width: 1200px) {
  .downloads.template-list .downloads-item p {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
  }
}
.downloads.template-list .downloads-image {
  display: none;
}
.downloads.template-list .tab-title {
  display: flex;
  font-weight: 600;
  font-size: 2.2rem;
  font-family: inherit;
}
.downloads.template-list .downloads-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

.effects {
  padding: 2.5rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .effects {
    padding: 6rem 0;
  }
}
.effects-bg1, .effects-bg2 {
  position: absolute;
  z-index: -1;
  border-radius: 19rem;
}
.effects-bg1 {
  display: none;
  width: 174.6rem;
  height: 57.2rem;
  background-color: #F0FBFF;
  top: -22%;
  right: -100%;
}
@media (min-width: 992px) {
  .effects-bg1 {
    display: block;
  }
}
@media (min-width: 1200px) {
  .effects-bg1 {
    right: -75%;
    top: -25%;
  }
}
@media (min-width: 1920px) {
  .effects-bg1 {
    right: -35%;
  }
}
.effects-bg2 {
  display: none;
  top: 22%;
  left: -62%;
  width: 93.5rem;
  height: 99.5rem;
  border: 1px solid #21C7FF;
}
@media (min-width: 992px) {
  .effects-bg2 {
    display: block;
  }
}
@media (min-width: 1440px) {
  .effects-bg2 {
    left: -45%;
  }
}
@media (min-width: 1920px) {
  .effects-bg2 {
    left: -32%;
  }
}
.effects-top {
  padding: 1rem 0;
  align-items: center;
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .effects-top {
    display: flex;
  }
}
.effects-top .container {
  display: flex;
  align-items: center;
}
.effects .container .container {
  padding: 0;
}
@media (min-width: 992px) {
  .effects .container .container {
    padding: 0 1.5rem;
  }
}
.effects-nav {
  width: fit-content;
  position: relative;
}
.effects-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.3rem;
  width: 100%;
  height: 1px;
  background-color: #21C7FF;
}
.effects-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.effects-nav ul li a {
  color: #1A3645;
  font-weight: 300;
  line-height: 100%;
  font-size: 12px;
  transition: all 0.6s ease 0s;
}
.effects-nav ul li a:hover {
  transition: all 0.6s ease 0s;
  color: #1BAF3A;
}
.effects-nav ul li:not(:first-child)::before {
  content: "→";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-right: 0.5rem;
  font-weight: 300;
}
.effects-back {
  cursor: pointer;
  display: flex;
}
@media (min-width: 992px) {
  .effects-back {
    position: absolute;
    left: 0;
    top: 1.2rem;
  }
}
.effects-back svg path {
  transition: all 0.6s ease 0s;
}
.effects-back:hover svg path {
  transition: all 0.6s ease 0s;
  stroke: #1BAF3A;
}
.effects-info {
  display: none;
  margin-top: 3.2rem;
}
.effects-info p {
  margin-top: 2.3rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .effects-info {
    display: block;
  }
}
.effects-mobile-info {
  padding: 1.8rem 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .effects-mobile-info {
    display: none;
  }
}
.effects-mobile-info .effects-back {
  flex: 0 0 1.5rem;
}
.effects-titles {
  margin: 0 auto;
}
.effects-titles h2 {
  font-size: 26px;
}
.effects-mobile-text {
  display: block;
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  .effects-mobile-text {
    display: none;
  }
}
.effects-mobile-text p {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.15;
}
.effects-filters {
  margin-top: 2.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .effects-filters {
    margin-top: 3.8rem;
  }
}
.effects-filter {
  box-sizing: content-box;
  flex: 0 1 36.7rem;
}
.effects-filter.first {
  margin-left: -1.2rem;
}
.effects-filter.second .filter-title {
  background-color: #DFF7FF;
}
.effects-filter.second .filter-field {
  background-color: #DFF7FF;
}
.effects-filter.second .filter-body {
  background-color: #F2F2F2;
}
.effects .filter-title {
  box-sizing: border-box;
  padding: 1.1rem 0 1.1rem 0;
  margin: 0 auto -0.8rem auto;
  position: relative;
  z-index: 3;
  width: 95%;
  text-align: center;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  border: 1px solid #D9D9D9;
  border-bottom: 0;
  background-color: #E9FFDF;
}
.effects .filter-title p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
}
.effects .filter-field {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 1.2rem;
  background-color: #E9FFDF;
  border-radius: 3rem;
  border: 1px solid #D9D9D9;
  border-top: 0;
}
.effects .filter-field input {
  margin-top: 1.1rem;
  width: 100%;
  height: 4.4rem;
  padding: 1rem;
  border-radius: 5.6rem;
  border: 1px solid #D9D9D9;
  background-color: #FAFAFA;
  transition: all 0.6s ease 0s;
}
.effects .filter-field input:hover {
  transition: all 0.6s ease 0s;
  border: 1px solid #1BAF3A;
}
.effects .filter-field input:focus {
  border: 1px solid #1BAF3A;
  background-color: #FFFFFF;
}
.effects .filter-top {
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.effects .filter-top p {
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  line-height: 0.86;
}
.effects .filter-top button {
  color: #1A3645;
}
.effects .filter-top button:hover {
  color: #000000;
}
.effects .filter-body {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 95%;
  margin: -1rem auto 0 auto;
  padding: 2.8rem 1.8rem 1.8rem 1.8rem;
  background-color: #F2F2F2;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  overflow-y: auto;
  max-height: 44.4rem;
}
.effects .filter-body input {
  position: absolute;
  opacity: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}
.effects .filter-body label {
  color: #1A3645;
  font-weight: 300;
  font-size: 14px;
  line-height: 0.86;
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  gap: 0.9rem;
}
.effects .filter-body label::before {
  content: "";
  display: inline-block;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
}
.effects .filter-body input:checked + label::before {
  border: 0.6rem solid #1BAF3A;
}
.effects .filter-body input:not(:disabled):not(:checked) + label:hover::before {
  border: 1px solid #1BAF3A;
}
.effects .filter-item {
  display: flex;
  align-self: flex-start;
}
.effects .filter-item:not(:first-child) {
  margin-top: 0.8rem;
}
.effects-about {
  margin-top: 1.1rem;
  flex: 0 1 34.3rem;
  margin-right: -1.3rem;
  align-self: flex-start;
}
.effects-about p {
  font-size: 14px;
  font-weight: 300;
  line-height: 0.86;
}
.effects .about-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}
.effects .about-category {
  width: 100%;
  margin-top: 1.2rem;
}
.effects .about-category.first {
  margin-top: 2.2rem;
}
.effects .about-top {
  width: 100%;
  padding: 1.7rem;
  border: 1px solid #D9D9D9;
  border-radius: 5.6rem;
  background-color: #FAFAFA;
}
.effects .about-items {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.effects .about-item {
  flex: 0 1 43%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.effects .about-item p {
  font-size: 12px;
  line-height: 1.15;
}
.effects .about-circle {
  flex: 0 0 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
}
.effects .about-circle.green {
  background-color: #2FD052;
}
.effects .about-circle.yellow {
  background-color: #FFBC10;
}
.effects .about-circle.orange {
  background-color: #FD6B18;
}
.effects .about-circle.red {
  background-color: #E70000;
}
.effects .about-circle.white {
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.effects-table {
  margin-top: 1.8rem;
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .effects-table {
    margin-top: 3.2rem;
  }
}
.effects .effects-btn {
  margin-top: 1.8rem;
  width: auto;
  padding: 1.2rem;
  height: 4.4rem;
  font-weight: 300;
  font-size: 1.4rem;
  min-width: 15.6rem;
  background-color: #FAFAFA;
}
@media (min-width: 768px) {
  .effects .effects-btn {
    margin-top: 3.2rem;
  }
}
.effects-table table {
  border-spacing: 0;
  font-size: 1.2rem;
  width: 100%;
  border-collapse: collapse;
}
.effects-table table thead {
  border-collapse: collapse;
}
.effects-table table thead th {
  min-width: 15.2rem;
  background-color: #DFF7FF;
  padding: 1.5rem 0.5rem;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.effects-table table thead th:first-child {
  background-color: #F2F2F2;
  border-top-left-radius: 30px;
  border-left: none;
}
.effects-table table thead th:last-child {
  border-top-right-radius: 3rem;
  border-right: none;
}
.effects-table table tbody {
  border-collapse: collapse;
  border-spacing: 0;
}
.effects-table table tbody tr > td {
  border: 1px solid #D9D9D9;
  text-align: center;
  vertical-align: middle;
  min-width: 15.2rem;
}
.effects-table table tbody tr > td:first-child {
  background-color: #E9FFDF;
  font-style: italic;
  font-weight: 500;
}
.effects-table table tbody tr .table-inner {
  border-collapse: collapse;
  width: 100%;
  border: none;
}
.effects-table table tbody tr .table-inner tbody {
  border-collapse: collapse;
  height: 100%;
}
.effects-table table tbody tr .table-inner tr td {
  background: none;
  padding: 0.5rem;
  border-top: none;
  border-left: none;
  border-right: none;
  font-style: normal;
  display: flex;
  justify-content: center;
  position: relative;
}
.effects-table table tbody tr .table-inner tr td.modify {
  padding-top: 0;
  padding-bottom: 15px;
}
.effects-table table tbody tr .table-inner tr td .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.effects-table table tbody tr .table-inner tr td div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  margin: 0 0.3rem;
  position: relative;
}
.effects-table table tbody tr .table-inner tr td div.green, .effects-table table tbody tr .table-inner tr td div.yellow, .effects-table table tbody tr .table-inner tr td div.red {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  color: #FFFFFF;
}
.effects-table table tbody tr .table-inner tr td div.green:before, .effects-table table tbody tr .table-inner tr td div.yellow:before, .effects-table table tbody tr .table-inner tr td div.red:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
}
.effects-table table tbody tr .table-inner tr td div.green:before {
  background-color: #2FD052;
}
.effects-table table tbody tr .table-inner tr td div.orange:before {
  background-color: #FD6B18;
}
.effects-table table tbody tr .table-inner tr td div.yellow:before {
  background-color: #FFBC10;
}
.effects-table table tbody tr .table-inner tr td div.red:before {
  background-color: #E70000;
}
.effects-table table tbody tr .table-inner tr:last-child td {
  border-bottom: none;
}
.effects-table td.modify div:before {
  top: 7px;
}

@media (min-width: 768px) {
  .products-slider .swiper-wrapper {
    flex-wrap: wrap;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.8rem;
  }
}
.products-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.products-slider .swiper-slide a {
  display: flex;
  align-items: flex-start;
  border-radius: 2rem;
  width: 100%;
}
.products-slider .swiper-slide a img {
  object-fit: cover;
  border-radius: 2rem;
  min-height: 12.4rem;
  height: 100%;
}
.products-slider .swiper-slide span {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  color: #1A3645;
  font-family: "Core Sans C", sans-serif;
}
.products-slider .swiper-slide * + span {
  margin-top: 0.7rem;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 1;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tabs-nav .btn {
  max-width: 100%;
  width: 100%;
}

.noscroll {
  overflow: hidden;
}

.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(26, 54, 69, 0.3);
  transition: opacity 0.5s ease;
}
.overlay.active {
  z-index: 9;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  padding: 15px;
  width: 100%;
  max-width: 320px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) {
  .popup {
    max-width: 590px;
  }
}
.popup.active {
  opacity: 1;
  z-index: 99;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease;
}
.popup__wrap {
  background-color: #FFFFFF;
  border-radius: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px;
  min-height: 220px;
}
@media (min-width: 768px) {
  .popup__wrap {
    min-height: 380px;
    border-radius: 6rem;
  }
}
.popup__close {
  position: absolute;
  right: 39px;
  top: 13px;
  z-index: 999;
}
@media (min-width: 768px) {
  .popup__close {
    right: 49px;
    top: 23px;
  }
}
.popup__close:before, .popup__close:after {
  position: absolute;
  left: 0;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}

.order-popup {
  width: 100%;
  max-width: 85.7rem;
  max-height: 90%;
  text-align: left;
  overflow: auto;
  scrollbar-color: #f0fbff transparent;
  scrollbar-width: thin;
}
.order-popup::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
  border-radius: 3px;
}
.order-popup::-webkit-scrollbar-thumb {
  background-color: rgba(240, 251, 255, 0.6);
  border-radius: 2px;
  transition: all ease 0.25s;
}
.order-popup::-webkit-scrollbar-thumb:hover {
  background-color: rgba(240, 251, 255, 0.9);
  transition: all ease 0.25s;
}
.order-popup .breadcrumbs {
  transform: translate(0);
}
.order-popup .breadcrumbs .links {
  border-color: #13A043;
}
.order-popup .popup__close {
  top: 3.5rem;
  right: 5rem;
  width: 2rem;
  height: 2rem;
}
.order-popup .popup__close:after, .order-popup .popup__close:before {
  left: auto;
  top: 0;
}
@media (min-width: 576px) {
  .order-popup .popup__close {
    top: 3rem;
    right: 6rem;
  }
}
.order-popup .popup__wrap {
  display: block;
  height: 100%;
  overflow-y: auto;
  padding: 4rem 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .order-popup .popup__wrap {
    min-height: 100%;
    padding: 3rem 3.5rem;
  }
}
@media (min-width: 1024px) {
  .order-popup .popup__wrap {
    padding: 3.5rem 6.5rem;
  }
}
.order-popup h5 {
  padding-bottom: 2.5rem;
}
.order-popup .subtitle {
  border-bottom: 0.1rem solid #13A043;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
.order-popup .subtitle.subtitle-md {
  margin-top: 2.5rem;
}
.order-popup .form__sub-body,
.order-popup .form__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .order-popup .form__sub-body,
  .order-popup .form__col {
    gap: 1rem 2.5rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .order-popup .form__group,
  .order-popup .form__col,
  .order-popup .radio,
  .order-popup .captcha {
    width: calc(50% - 2.5rem / 2);
  }
}
.order-popup .form__col .form__group {
  width: 100%;
}
.order-popup .form__input {
  background-color: #FAFAFA;
  border: 1px solid transparent;
  padding: 1.5rem 2rem;
  font-weight: 500;
  width: 100%;
}
.order-popup .form__input.wpcf7-not-valid {
  border-color: #F72121;
}
.order-popup .form__input::-webkit-input-placeholder {
  font-weight: 500;
  color: #1A3645;
}
.order-popup .form__input::-moz-placeholder {
  opacity: 1;
  font-weight: 500;
  color: #1A3645;
}
.order-popup .form__input:-moz-placeholder {
  font-weight: 500;
  color: #1A3645;
}
.order-popup .form__input:-ms-input-placeholder {
  font-weight: 500;
  color: #1A3645;
}
.order-popup .form__input.placeholder {
  font-weight: 500;
  color: #1A3645;
}
.order-popup .form__input.success {
  border: 0.2rem solid #13A043;
}
.order-popup .form__input.error {
  border: 0.2rem solid #F72121;
}
.order-popup .form__input.send-bg {
  background-color: #DFF3DB;
}
.order-popup textarea {
  width: 100%;
  height: 100%;
  resize: none;
}
.order-popup .radio {
  font-weight: 300;
}
.order-popup .radio-block {
  margin: 1.3rem 0;
  display: flex;
  align-items: center;
}
.order-popup .send-form {
  border: none;
  border-radius: 3rem;
  padding: 1.5rem 2rem;
  justify-content: flex-start;
  text-align: left;
  border: 0.2rem solid #13A043;
  background-color: transparent;
  background-image: url("../images/svg-icons/arrow-send.svg");
  background-repeat: no-repeat;
  background-position: 95%;
}
@media (min-width: 768px) {
  .order-popup .send-form {
    border-radius: 6rem;
  }
}
.order-popup .send-form.active {
  background-color: #13A043;
  background-image: url("../images/svg-icons/send-arrow.svg");
  color: #FFFFFF;
}
.order-popup .send-form.active:hover {
  background-color: #0C8535;
  border-color: #0C8535;
}
.order-popup .mt-10 {
  padding-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .order-popup .mt-10 {
    margin-bottom: 0;
  }
}
.order-popup .required-text {
  padding: 1.2rem 2rem;
}
.order-popup .overlay-sending {
  border-radius: 3rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .order-popup .overlay-sending {
    border-radius: 6rem;
  }
}
.order-popup .overlay-sending .loader {
  animation: orbit 4s linear infinite;
  width: 11.6rem;
  height: 11.6rem;
}
@media (min-width: 768px) {
  .order-popup .overlay-sending .loader {
    width: 21.6rem;
    height: 21.6rem;
  }
}
.order-popup .overlay-sending.active {
  z-index: 5;
}

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

.gratitude-popup {
  width: 100%;
  max-width: 85.7rem;
  text-align: center;
}
.gratitude-popup .popup__close {
  top: 3.5rem;
  right: 5rem;
  width: 2rem;
  height: 2rem;
}
.gratitude-popup .popup__close:after, .gratitude-popup .popup__close:before {
  left: auto;
  top: 0;
}
@media (min-width: 576px) {
  .gratitude-popup .popup__close {
    top: 3.5rem;
    right: 6rem;
  }
}
.gratitude-popup .popup__wrap {
  padding: 4rem 2rem;
  min-height: 22rem;
}
.gratitude-popup .popup__wrap h5 {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .gratitude-popup .popup__wrap {
    min-height: 28.7rem;
  }
}
/*# sourceMappingURL=styles.min.css.map */
