/**
 * * Theme Name: Definelo
 * * Text Domain: defienelo.sk
 * */
/**
 * * reseting css to baseline property values
 * */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

b {
  font-weight: 600;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--neutral-dark);
  display: inline-block;
  transition: 0.2s;
}

html:focus-within {
  scroll-behavior: smooth;
}

img,
picture {
  max-width: 100%;
  display: block;
}

textarea {
  resize: none;
}

fieldset {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  font: inherit;
  background: transparent;
  outline: none;
  border: none;
}

table {
  border-collapse: collapse;
}

.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

:root {
  --primary: #31606E;
  --secondary: #A3D8E9;
  --neutral-dark: #3C3C3C;
  --neutral-medium: #B0B0B0;
  --neutral-light: #F0F0F0;
  --white-color: #fff;
}

/**
 * * Mixin for breakpoints.
 * * values ->  1920, 1680, 1440, 1366, 1280, 990, 840, 768, 601, 480, 400, 360
 * */
html {
  font-family: "Inter", sans-serif, Calibri;
}

.headline--one {
  font-weight: 700;
  font-size: 5.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .headline--one {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .headline--one {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .headline--one {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .headline--one {
    font-size: 3.85rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .headline--one {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .headline--one {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .headline--one {
    font-size: 3rem;
  }
}
.headline--two {
  font-weight: 700;
  font-size: 4.5rem;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .headline--two {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .headline--two {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .headline--two {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .headline--two {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .headline--two {
    font-size: 3.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .headline--two {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .headline--two {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .headline--two {
    font-size: 2.5rem;
  }
}
.headline--three {
  font-weight: 600;
  font-size: 2.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .headline--three {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .headline--three {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .headline--three {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .headline--three {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .headline--three {
    font-size: 1.45rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .headline--three {
    font-size: 1.45rem;
  }
}
.headline--dark {
  color: var(--neutral-dark);
}
.headline--light {
  color: var(--white-color);
}

.paragraph--small {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .paragraph--small {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .paragraph--small {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .paragraph--small {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .paragraph--small {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .paragraph--small {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .paragraph--small {
    font-size: 1rem;
  }
}
.paragraph--medium {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .paragraph--medium {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .paragraph--medium {
    font-size: 1.1rem;
    line-height: 1.85rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .paragraph--medium {
    font-size: 1.1rem;
    line-height: 1.85rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .paragraph--medium {
    font-size: 1.1rem;
    line-height: 1.85rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .paragraph--medium {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .paragraph--medium {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .paragraph--medium {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.paragraph--dark {
  color: var(--neutral-dark);
}
.paragraph--light {
  color: var(--white-color);
}

html {
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1801px) {
  html {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  html {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  html {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  html {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  html {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  html {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  html {
    zoom: 0.8;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  html {
    zoom: 0.8;
  }
}

.container--box {
  max-width: 103.75rem;
  margin: 0 auto;
  padding: 1rem;
}

.container--fluid {
  width: 100%;
}

.footer {
  background-color: var(--primary);
  color: var(--secondary);
}
.footer__wrap {
  display: flex;
  gap: 5.375rem;
  padding: 6.25rem 1rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .footer__wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .footer__wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .footer__wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer__wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer__wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer__wrap {
    flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .footer__wrap {
    gap: 4rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .footer__wrap {
    gap: 4rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .footer__wrap {
    gap: 4rem;
  }
}
.footer__wrap > div {
  flex: 1;
}
.footer__wrap__description p {
  margin-top: 2.875rem;
}
.footer__wrap__contact__social {
  display: inline-flex;
  gap: 1.25rem;
}
.footer__wrap__contact__social a:hover {
  transform: scale(1.15);
}
.footer__wrap__contact__info {
  margin-top: 1.25rem;
}
.footer__wrap__contact__info span {
  font-size: 1.125rem;
  font-weight: 300;
}
.footer__wrap__info p:last-of-type {
  margin-top: 1.25rem;
}
.footer__wrap a {
  color: var(--secondary);
  margin-top: 0.3125rem;
}
.footer__wrap a:hover {
  color: var(--white-color);
}

.header__container {
  padding: 3.125rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media only screen and (min-width: 1801px) {
  .header__container {
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .header__container {
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .header__container {
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .header__container {
    flex-direction: row;
    gap: 0;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .header__container {
    flex-direction: row;
    gap: 0;
  }
}
.header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5.9375rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .header__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .header__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .header__menu {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .header__menu__button {
    display: none;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .header__menu__button {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .header__menu__button {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .header__menu__button {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .header__menu__button {
    display: none;
  }
}
.header__menu nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.75rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .header__menu nav {
    width: 100%;
    font-size: 1.2rem;
    gap: 0;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .header__menu nav {
    width: 100%;
    font-size: 1.2rem;
    gap: 0;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .header__menu nav {
    width: 100%;
    font-size: 1.2rem;
    gap: 0;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .header__menu nav {
    justify-content: space-between;
  }
}
.header__menu nav a:hover {
  color: var(--secondary);
}

.button--primary {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white-color);
  background-color: var(--primary);
  padding: 1.25rem 1.75rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.button--primary:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.pagehero {
  background-image: url("https://definelo.promiseo.sk/wp-content/themes/definelo/assets/images/hero-background.png");
  background-size: cover;
}
.pagehero__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .pagehero__wrap {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .pagehero__wrap {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .pagehero__wrap {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .pagehero__wrap {
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .pagehero__wrap {
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .pagehero__wrap {
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .pagehero__wrap {
    gap: 2.5rem;
  }
}
.pagehero__wrap h1 {
  text-align: center;
  margin-top: 3.75rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .pagehero__wrap h1 {
    margin-top: 1.75rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .pagehero__wrap h1 {
    margin-top: 1.75rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .pagehero__wrap h1 {
    margin-top: 1.75rem;
  }
}
.pagehero__wrap__description {
  display: flex;
  gap: 3.25rem;
  align-items: stretch;
  margin-bottom: 7rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .pagehero__wrap__description {
    flex-direction: column;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .pagehero__wrap__description {
    flex-direction: column;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .pagehero__wrap__description {
    flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .pagehero__wrap__description {
    flex-direction: column;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .pagehero__wrap__description {
    flex-direction: column;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .pagehero__wrap__description {
    flex-direction: column;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .pagehero__wrap__description {
    flex-direction: column;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .pagehero__wrap__description {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .pagehero__wrap__description {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .pagehero__wrap__description {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .pagehero__wrap__description {
    margin-bottom: 3rem;
  }
}
.pagehero__wrap__description h2 {
  min-width: 26.875rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .pagehero__wrap__description h2 {
    min-width: 0;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .pagehero__wrap__description h2 {
    min-width: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .pagehero__wrap__description h2 {
    min-width: 0;
  }
}
.pagehero__wrap__description .separator {
  background-color: var(--secondary);
  width: 0.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .pagehero__wrap__description .separator {
    display: none;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .pagehero__wrap__description .separator {
    display: none;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .pagehero__wrap__description .separator {
    display: none;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .pagehero__wrap__description .separator {
    display: none;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .pagehero__wrap__description .separator {
    display: none;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .pagehero__wrap__description .separator {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .pagehero__wrap__description .separator {
    display: none;
  }
}
.pagehero__wrap__description p {
  align-self: center;
}

.use {
  background-color: var(--primary);
  padding-top: 3rem;
}
@media only screen and (min-width: 1801px) {
  .use {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .use {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .use {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .use {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .use {
    padding-top: 5rem;
  }
}
.use__wrap {
  display: flex;
  background-image: url("https://definelo.promiseo.sk/wp-content/themes/definelo/assets/images/logo-background.png");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: left bottom;
}
@media only screen and (min-width: 1801px) {
  .use__wrap {
    max-height: 800px;
  }
}
@media only screen and (min-width: 1560px) and (max-width: 1800px) {
  .use__wrap {
    max-height: 800px;
  }
}
@media only screen and (min-width: 1403px) and (max-width: 1559px) {
  .use__wrap {
    max-height: 750px;
  }
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .use__wrap {
    max-height: 750px;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .use__wrap {
    max-height: 650px;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .use__wrap {
    max-height: 550px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .use__wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .use__wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .use__wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .use__wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .use__wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .use__wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
.use__wrap > div {
  width: 50%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .use__wrap > div {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .use__wrap > div {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .use__wrap > div {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .use__wrap > div {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .use__wrap > div {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .use__wrap > div {
    width: 100%;
  }
}
.use__wrap__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  padding-right: 3.75rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .use__wrap__description {
    padding: 0;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .use__wrap__description {
    padding: 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .use__wrap__description {
    padding: 0;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .use__wrap__description {
    padding: 0;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .use__wrap__description {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .use__wrap__description {
    padding: 0;
  }
}
.use__wrap__slider__dots .slick-dots {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .use__wrap__slider__dots .slick-dots {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .use__wrap__slider__dots .slick-dots {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .use__wrap__slider__dots .slick-dots {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .use__wrap__slider__dots .slick-dots {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
}
.use__wrap__slider__dots .slick-dots li.slick-active button {
  background-color: var(--white-color);
}
.use__wrap__slider__dots .slick-dots button {
  font-size: 1.5rem;
  color: var(--primary);
  background-color: var(--secondary);
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .use__wrap__slider__dots .slick-dots button {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .use__wrap__slider__dots .slick-dots button {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .use__wrap__slider__dots .slick-dots button {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .use__wrap__slider__dots .slick-dots button {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .use__wrap__slider__dots .slick-dots button {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .use__wrap__slider__dots .slick-dots button {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .use__wrap__slider__dots .slick-dots button {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .use__wrap__slider__dots .slick-dots button {
    font-size: 1rem;
  }
}
.use__wrap__slider__dots .slick-dots button:hover {
  background-color: var(--white-color);
}
.use__wrap__slider__container {
  position: relative;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .use__wrap__slider__container {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .use__wrap__slider__container {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .use__wrap__slider__container {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .use__wrap__slider__container {
    width: 90%;
    margin: 0 auto;
  }
}
.use__wrap__slider__container__progres {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.use__wrap__slider__container__progres .slick-dots {
  display: flex;
  padding: 0;
  margin: 1.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1.25rem;
}
.use__wrap__slider__container__progres .slick-dots li {
  flex: 1;
  height: 0.375rem;
  cursor: pointer;
  border-radius: 1.25rem;
  transition: 0.2s;
}
.use__wrap__slider__container__progres .slick-dots li.slick-active {
  background-color: var(--white-color);
}
.use__wrap__slider__container__progres .slick-dots button {
  width: 100%;
  height: 0.375rem;
  border-radius: 1.25rem;
}
.use__wrap__slider__container .slick-slide {
  padding: 0 0.25rem;
}
.use__wrap__slider__container img {
  width: 100%;
}

.benefits {
  display: flex;
  margin: 15rem auto 10rem auto;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .benefits {
    margin-top: 20vw;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .benefits {
    margin-top: 20vw;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .benefits {
    margin-top: 12rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .benefits {
    flex-direction: column-reverse;
    gap: 5rem;
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .benefits {
    flex-direction: column-reverse;
    gap: 5rem;
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .benefits {
    flex-direction: column-reverse;
    gap: 5rem;
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .benefits {
    flex-direction: column-reverse;
    gap: 5rem;
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .benefits {
    flex-direction: column-reverse;
    gap: 5rem;
    margin: 6rem auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .benefits {
    flex-direction: column-reverse;
    gap: 5rem;
    margin: 6rem auto;
  }
}
.benefits > div {
  width: 50%;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .benefits > div {
    width: 100%;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .benefits > div {
    width: 100%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .benefits > div {
    width: 100%;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .benefits > div {
    width: 100%;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .benefits > div {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .benefits > div {
    width: 100%;
  }
}
.benefits__slider {
  position: relative;
}
.benefits__slider .slick-slide {
  margin-right: 40px;
  margin-bottom: 40px;
  height: 840px !important;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .benefits__slider .slick-slide {
    height: 730px !important;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .benefits__slider .slick-slide {
    height: 700px !important;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .benefits__slider .slick-slide {
    height: 700px !important;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .benefits__slider .slick-slide {
    height: 700px !important;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .benefits__slider .slick-slide {
    height: 610px !important;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .benefits__slider .slick-slide {
    height: 610px !important;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .benefits__slider .slick-slide {
    height: 620px !important;
    margin-right: 20px;
  }
}
.benefits__slider__arrows {
  position: absolute;
  right: 0;
  top: 30%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.benefits__slider__arrows button {
  padding: 1.4375rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .benefits__slider__arrows button {
    padding: 1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .benefits__slider__arrows button {
    padding: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .benefits__slider__arrows button {
    padding: 1rem;
  }
}
.benefits__slider__arrows button img {
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .benefits__slider__arrows button img {
    width: 1rem;
    height: 1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .benefits__slider__arrows button img {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .benefits__slider__arrows button img {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.benefits__description {
  padding-left: 8.75rem;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .benefits__description {
    padding-left: 5.5rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .benefits__description {
    padding-left: 5.5rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .benefits__description {
    padding: 0;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .benefits__description {
    padding: 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .benefits__description {
    padding: 0;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .benefits__description {
    padding: 0;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .benefits__description {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .benefits__description {
    padding: 0;
  }
}
.benefits__description h2 {
  margin-bottom: 4.6875rem;
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .benefits__description img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .benefits__description img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .benefits__description img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .benefits__description img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .benefits__description img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .benefits__description img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .benefits__description img {
    max-width: 230px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .benefits__description img {
    max-width: 230px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .benefits__description img {
    max-width: 230px;
  }
}

.slide-benefits {
  box-shadow: 20px 20px 28px 0 rgba(128, 128, 128, 0.15);
  border-radius: 1.25rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .slide-benefits {
    box-shadow: 10px 10px 15px 0 rgba(128, 128, 128, 0.15);
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .slide-benefits {
    box-shadow: 10px 10px 15px 0 rgba(128, 128, 128, 0.15);
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .slide-benefits {
    box-shadow: 10px 10px 15px 0 rgba(128, 128, 128, 0.15);
  }
}
.slide-benefits__head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 485px;
  background-color: var(--secondary);
  border-radius: 1.25rem 1.25rem 0 0;
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .slide-benefits__head {
    min-height: 425px;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .slide-benefits__head {
    min-height: 350px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .slide-benefits__head {
    min-height: 350px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .slide-benefits__head {
    min-height: 350px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .slide-benefits__head {
    min-height: 350px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .slide-benefits__head {
    min-height: 350px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .slide-benefits__head {
    min-height: 350px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .slide-benefits__head {
    min-height: 350px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .slide-benefits__head {
    min-height: 280px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .slide-benefits__head {
    min-height: 280px;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .slide-benefits__head img {
    max-width: 225px;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .slide-benefits__head img {
    max-width: 225px;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .slide-benefits__head img {
    max-width: 225px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .slide-benefits__head img {
    max-width: 225px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .slide-benefits__head img {
    max-width: 225px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .slide-benefits__head img {
    max-width: 225px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .slide-benefits__head img {
    max-width: 225px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .slide-benefits__head img {
    max-width: 175px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .slide-benefits__head img {
    max-width: 175px;
  }
}
.slide-benefits__head__number {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--white-color);
  background-color: var(--primary);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .slide-benefits__head__number {
    font-size: 1.75rem;
    width: 3rem;
    height: 3rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .slide-benefits__head__number {
    font-size: 1.75rem;
    width: 3rem;
    height: 3rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .slide-benefits__head__number {
    font-size: 1.75rem;
    width: 3rem;
    height: 3rem;
  }
}
.slide-benefits__body {
  padding: 2.5rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .slide-benefits__body {
    padding: 1.75rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .slide-benefits__body {
    padding: 1.75rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .slide-benefits__body {
    padding: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .slide-benefits__body {
    padding: 1rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .slide-benefits__body h4 {
    font-size: 1.75rem;
  }
}
.slide-benefits__body p {
  margin-top: 1.25rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .slide-benefits__body p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .slide-benefits__body p {
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .slide-benefits__body p {
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .slide-benefits__body p {
    line-height: 1.625rem;
  }
}

.products {
  background-color: var(--neutral-light);
  padding: 5.375rem 0 6.25rem 0;
}
.products__wrap__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .products__wrap__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .products__wrap__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .products__wrap__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .products__wrap__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .products__wrap__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .products__wrap__head__filter {
    align-self: flex-end;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .products__wrap__head__filter {
    align-self: flex-end;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .products__wrap__head__filter {
    align-self: flex-end;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .products__wrap__head__filter {
    align-self: flex-end;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .products__wrap__head__filter {
    align-self: flex-end;
  }
}
.products__wrap__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3.4375rem;
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .products__wrap__body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .products__wrap__body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .products__wrap__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .products__wrap__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .products__wrap__body {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .products__wrap__body {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .products__wrap__body {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .products__wrap__body {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .products__wrap__body {
    grid-template-columns: 1fr;
  }
}

.filter {
  display: flex;
  gap: 1.25rem;
}
.filter__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-color: var(--neutral-dark);
  background-color: var(--white-color);
  border-radius: 0.5rem;
  padding: 1.25rem 2rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .filter__button {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .filter__button {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .filter__button {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .filter__button {
    font-size: 1rem;
  }
}
.filter__button:hover {
  background-color: var(--secondary);
}
.filter__price-wrap {
  position: relative;
}
.filter__price-wrap__container {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 0.625rem;
  padding: 1.875rem;
  background-color: var(--white-color);
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.15);
}
.filter__price-wrap__container input {
  width: 350px;
}
.filter__sort-wrap {
  position: relative;
}
.filter__sort-wrap__container {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 0.625rem;
  padding: 1.25rem 2rem;
  background-color: var(--white-color);
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px 0 rgba(51, 51, 51, 0.15);
}
.filter__sort-wrap__container :first-child {
  margin-bottom: 2.5rem;
}
.filter__sort-wrap__container input {
  display: none;
}
.filter__sort-wrap__container input:checked + label {
  color: var(--secondary);
}
.filter__sort-wrap__container label {
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .filter__sort-wrap__container label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .filter__sort-wrap__container label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .filter__sort-wrap__container label {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .filter__sort-wrap__container label {
    font-size: 1rem;
  }
}

.product {
  border-radius: 1rem;
  box-shadow: 0.3125rem 0.3125rem 1.25rem 0 rgba(139, 139, 139, 0.25);
}
.product__head img {
  width: 100%;
  max-height: 300px;
  border-radius: 1rem 1rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__body {
  background-color: var(--white-color);
  border-radius: 0 0 1rem 1rem;
  box-shadow: -0.625rem 0 1.25rem 0 rgba(158, 158, 158, 0.25);
  position: relative;
  padding: 1.25rem 1.875rem 2.1875rem 1.25rem;
  height: 15.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1323px) and (max-width: 1402px) {
  .product__body {
    height: 15.3125rem;
  }
}
@media only screen and (min-width: 1135px) and (max-width: 1322px) {
  .product__body {
    height: 15.3125rem;
  }
}
@media only screen and (min-width: 915px) and (max-width: 1134px) {
  .product__body {
    height: 13.75rem;
  }
}
@media only screen and (min-width: 804px) and (max-width: 914px) {
  .product__body {
    height: 13.75rem;
  }
}
@media only screen and (min-width: 685px) and (max-width: 803px) {
  .product__body {
    height: auto;
  }
}
@media only screen and (min-width: 541px) and (max-width: 684px) {
  .product__body {
    height: auto;
  }
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .product__body {
    height: auto;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .product__body {
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .product__body {
    height: auto;
  }
}
.product__body__tag {
  font-size: 1rem;
  font-weight: 600;
  color: var(--neutral-medium);
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .product__body__tag {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .product__body__tag {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .product__body__tag {
    font-size: 0.85rem;
  }
}
.product__body__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--neutral-dark);
  margin-top: 0.3125rem;
}
@media only screen and (min-width: 440px) and (max-width: 540px) {
  .product__body__title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 380px) and (max-width: 439px) {
  .product__body__title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .product__body__title {
    font-size: 1.25rem;
  }
}
.product__body__price-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  color: var(--primary);
}
.product__body__price-box__price {
  font-size: 1.875rem;
  font-weight: 700;
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .product__body__price-box__price {
    font-size: 1.5rem;
  }
}
.product__body__price-box__dph {
  font-size: 1.125rem;
  font-weight: 400;
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
  .product__body__price-box__dph {
    font-size: 1rem;
  }
}

.error p {
  margin: 3rem 0;
}/*# sourceMappingURL=style.css.map */