/*
* Theme name: Cena
* Author name: Illia Humeniuk
*/
:root {
  --color-main-white: #fbfbfb;
  --color-main-blue: #004684;
  --color-main-blue-80: rgba(0, 70, 132, 0.8);
  --color-main-blue-85: rgba(0, 70, 132, 0.85);
  --white-80: rgba(255, 255, 255, 0.8);
  --dark-blue: #001537;
  --dark-blue-80: rgba(0, 21, 55, 0.8);
  --grey-text: #3d3d3b;
  --grey-text-80: rgba(61, 61, 59, 0.8);
  --grey-light: #909da2;
  --bg-blue: #d9e3ed;
  --bg-blog: #ecf4fd;
  --text-light: #6f7c81;
  --text-light-80: rgba(111, 124, 129, 0.8);
  

  --text-dark: #4D3E41;
  --color-main-background:#F5F1E9;

  /**New project color**/
  --cashemir: #F4F2EF;
  --black: #0B0B0B;
  --yellow-primary: #F7B400;
  --green-primary: #00B134;
  --white: #fff;
  --grey-text: #787878;
}

@font-face {
  font-family: "Manrope";
  src: url(./assets/fonts/Manrope-SemiBold.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url(./assets/fonts/Manrope-Regular.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Mariupol";
  src:
    url("./assets/fonts/Mariupol-Medium.woff") format("woff"),
    url("./assets/fonts/Mariupol-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariupol";
  src:
    url("./assets/fonts/Mariupol-Regular.woff") format("woff"),
    url("./assets/fonts/Mariupol-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*reset for mobile browsers */

  font-weight: normal;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  object-fit: cover;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
  font-size: calc(15.36px + 25.6 * ((100vw - 360px) / 600));
}
body {
  min-width: 360px;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 125%;
  color: var(--black);
  background-color: var(--cashemir);
}
body.noscroll {
  overflow: hidden;
}

section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

section.section-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.section-background > div {
  background-color: var(--color-main-background);
  backdrop-filter: blur(30px); 
  -webkit-backdrop-filter: blur(30px); 
}

section.section-background .section__title {
  color: var(--text-dark);
}

.container {
  width: 100%;
  padding: 0px 1.25rem;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  html {
    font-size: calc(8px + 8 * ((100vw - 960px) / 960));
  }

  .container,
  .container--desktop {
    padding: 0px 2.625rem;
  }
}

svg {
  display: block;
}
body svg:not(.intial-colors) path {
  /*fill: inherit;*/
  stroke: inherit;
}

.logo {
  text-decoration: none;
}

.logo img {
  display: block;
  height: 1.875rem;
  width: auto;
}

@media screen and (min-width: 960px) {
  .logo img {
    height: 1.875rem;
  }
}
.heading{
  color: var(--black);
}
.heading-1,
h1 {
  font-family: "Manrope";
  font-size: 5.3125rem;
  line-height: 94px;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-weight: 500;
}

.heading-2,
h2 {
  font-family: "Manrope";
  font-size: 4.5rem;
  line-height: 100%;
  letter-spacing: -1%;
  font-weight: 500;
}

.heading-3,
h3 {
  font-family: "Manrope";
  font-size: 4.0625rem;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -1%;
  font-weight: 500;
}
.heading-4,
h4 {
  font-family: "Manrope";
  font-size: 3.75rem;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -1%;
  font-weight: 500;
}
.heading-5,
h5 {
  font-family: "Manrope";
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 89.99999761581421%;
  letter-spacing: -4%;
}

.text--center {
  text-align: center;
}
.text--uppercase {
  text-transform: uppercase;
}
.text-descriprion{
  font-family: "Manrope";
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -2%;
}
@media screen and (max-width: 960px) {
  .heading-1,
  h1 {
    font-size: 2.5rem;
    line-height: 100%;
  }
  .heading-2,
  h2 {
    font-size: 2.125rem;
  }
  .heading-3,
  h3 {
    font-size: 1.75rem;
  }
  .heading-4,
  h4 {
    font-size: 2.67rem;
    line-height: 105%;
  }
  .heading-5,
  h5 {
    font-size: 1.5rem;
    line-height: 1.42em;
  }
  .text-descriprion{
    font-size: 0.9375rem;
  }
}

.flex {
  display: flex;
}
.flex.flex--row {
  flex-direction: row;
}
.flex.flex--column {
  flex-direction: column;
}
.flex.items--center {
  justify-content: center;
  align-items: center;
}
.flex.align--start {
  align-items: flex-start;
}
.flex.align--center {
  align-items: center;
}
.flex.align--end {
  align-items: flex-end;
}
.flex.justify--start {
  justify-content: flex-start;
}
.flex.justify--center {
  justify-content: center;
}
.flex.justify--end {
  justify-content: flex-end;
}
.flex.justify--between {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .flex.flex--row--desktop {
    flex-direction: row;
  }
  .flex.flex--row-reverse--desktop {
    flex-direction: row-reverse;
  }
  .flex.flex--column--desktop {
    flex-direction: column;
  }
  .flex.items--center--desktop {
    justify-content: center;
    align-items: center;
  }
  .flex.align--start--desktop {
    align-items: flex-start;
  }
  .flex.align--center--desktop {
    align-items: center;
  }
  .flex.align--end--desktop {
    align-items: flex-end;
  }
  .flex.justify--start--desktop {
    justify-content: flex-start;
  }
  .flex.justify--center--desktop {
    justify-content: center;
  }
  .flex.justify--end--desktop {
    justify-content: flex-end;
  }
  .flex.justify--between--desktop {
    justify-content: space-between;
  }
  .flex.wrap--desktop {
    flex-wrap: wrap;
  }
  .flex.nowrap--desktop {
    flex-wrap: nowrap;
  }
}

ul,
ol {
  display: flex;
  flex-direction: column;
  gap: 0.43rem;
  padding-left: 1.5rem;
}

#wp-admin-bar-root-default {
  display: block;
}

.btn{
	display: inline-flex;
	gap: 0.3125rem;
	text-decoration: none;	
	cursor: pointer;
}

.btn .btn__text{
  display:flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 4.6875rem;
  height: 5.375rem;
  font-size: 1.375rem;
  font-family: "Manrope";
  font-weight: 600;
  letter-spacing: -4%;
  line-height: 110%;
  border-radius: 0.3125rem;
  transition: all .3s linear;
}

.btn .btn__text svg{
	height: 1.5rem;
	width: auto;
}

.btn .btn__icon{
  width: 5.375rem;
  height: 5.375rem;
	
  display: inline-flex;
  align-items: center;
  justify-content: center;
	border-radius: 0.3125rem;
}

.btn .btn__icon svg{
	fill: var(--white);
	stroke: var(--white);
}
.btn .btn__icon svg path{
	fill: var(--white);
	stroke: var(--white);
}
.btn.btn--primary .btn__text,
.btn.btn--primary .btn__icon
{
  background: var(--yellow-primary);
  color: var(--white);
	
  fill: var(--white);
} 

.btn .btn__content,
.btn .btn__content .btn__content-text {
  flex: 1 1 auto;
}
.btn.btn--main {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  justify-content: flex-start;
}
.btn.btn--main .btn__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  color: var(--yellow-primary);

  text-align: center;
  max-height: 4.0625rem;
}
.btn.btn--main.btn--main--borders .btn__content .btn__content-text {
  border: 2px solid var(--dark-blue);
  border-right: none;
}
.btn.btn--main .btn__content .btn__content-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: -3px;
  background-color: var(--white);
  transition: all 0.3s linear;
}
.btn.btn--main:hover .btn__content .btn__content-text,
.btn.btn--main:focus .btn__content .btn__content-text {
  box-shadow: 0 0 10px 2px var(--white);
}

.btn.btn--main:active .btn__content .btn__content-text{
  transform: scale(0.9);
}

.btn.btn--main .btn__icon {
  margin-left: -1.7rem;
  padding: 1.125rem 0.875rem 1.0625rem 2.4375rem;
  background-image: url("./assets/images/btn-icon-background-mobile.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn.btn--main .btn__icon svg {
  width: 1.875rem;
  height: 1.875rem;
  fill: #fff;
}
.btn.btn--secondary {
  display: inline-block;
  border: 0.125rem solid var(--dark-blue);
  color: var(--dark-blue-80);
  transition: all 0.3s linear;

  padding: 1.1875rem 0.625rem;
  border-radius: 0.3125rem;
  text-align: center;
}

.btn.btn--secondary:hover,
.btn.btn--secondary:focus {
  background-color: var(--color-main-white);
  color: var(--dark-blue);
}

.btn.btn--form-btn {
  position: relative;
  overflow: hidden;
  background-color: var(--yellow-primary);
  color: var(--white);
  transition: color 0.3s ease, background-color 0.3s ease;
}

.btn.btn--form-btn {
  position: relative;
  display: inline-block;
  padding: 1.625rem 5rem;
  font-size: 1rem;
  color: #fff;
  background-color: var(--yellow-primary);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.btn.btn--form-btn:active {
  transform: scale(0.97);
}

.btn.btn--form-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.8s ease;
  filter: blur(8px); 
  pointer-events: none;
}

.btn.btn--form-btn:hover::before {
  left: 130%;
}

.btn.btn--form-btn:active::before {
  left: 25%;
  transition: all 0.1s ease;
}

.btn.btn--form-btn span {
  position: relative;
  z-index: 2;
}



.btn.btn--main--without--icons.btn--white {
  background-color: var(--color-main-white);
  color: var(--dark-blue);
  transition: all 0.3s linear;
}

.btn.btn--main--without--icons.btn--white:hover,
.btn.btn--main--without--icons.btn--white:focus {
  background-color: var(--color-main-white);
  color: var(--dark-blue);
}

@media screen and (max-width: 959px) {
  .btn .btn__text{
    height: 4.375rem;
    font-size: 0.9375rem;
    padding: 0 4.3rem;
  }

  .btn .btn__icon{
    width: 4.375rem;
    height: 4.375rem;
  }
}

@media screen and (min-width: 960px) {

  .btn.btn--main {
    font-size: 1.125rem;
    line-height: 1.67em;
  }
  .btn.btn--main .btn__content {
    max-height: 4.75rem;
  }
  .btn.btn--main .btn__content .btn__content-text {
    padding: 2.25rem 5.0625rem;
    margin-right: -1px;
    border-radius: 0.3125rem;
  }
  .btn.btn--main.btn--main--borders .btn__content .btn__content-text {
    margin-right: -2px;
  }
  .btn.btn--main svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .btn.btn--main--without--icons {
    padding: 1.4375rem 2.1875rem;
    border-radius: 0.3125rem;
  }
  .btn.btn--secondary {
    border-width: 0.125rem;
    padding: 1.25rem 2.375rem;
    border-radius: 0.625rem;
  }

  .btn.btn--form-btn {
    padding: 2.25rem 15.6875rem;
  }
}

.btn--link {
  color: var(--dark-blue);
  text-decoration: none;
  padding-bottom: 0.25rem;
  border-bottom: 0.07rem solid var(--color-main-blue);
  font-size: 1rem;
  line-height: 150%;
  font-weight: 600;
  transition: all 0.3s linear;
}
.btn--link:hover,
.btn--link:focus {
  border-color: rgba(255, 255, 255, 1);
}
.btn--link:hover svg,
.btn--link:focus svg {
  transform: rotate(0deg);
}
@media screen and (min-width: 960px) {
  .btn--link {
    padding-bottom: 0.225rem;
    border-bottom-width: 0.125rem;
  }
}

.swiper-container-block .swiper-container,
.swiper-container-block {
  width: 100%;
}
.swiper-container {
  position: relative;
}
.swiper-container div.swiper {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.swiper-container div.swiper .swiper-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.swiper-container div.swiper .swiper-slide {
  flex-shrink: 0;
}
.swiper-pagination.swiper-pagination-progressbar {
  width: 100%;
  background-color: var(--white);
  margin-top: 3.4375rem;
}
.swiper-pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: left;
  display: block;
  background-color: var(--dark-blue);
}
.swiper-pagination.swiper-pagination-progressbar,
.swiper-pagination.swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  height: 0.1875rem;
}
.swiper-container .swiper-button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: var(--yellow-primary);
    width: 3.875rem;
    height: 3.9375rem;
    border-radius: 0.3125rem;
    z-index: 5;
    cursor: pointer;
  }
  .swiper-button.swiper-button-prev {
    left: -1rem;
  }
  .swiper-button.swiper-button-next {
    right: -1rem;
  }
  .swiper-button svg {
    stroke: var(--white);
    fill: none;
    transition: all 0.3s linear;
    cursor: pointer;
  }
@media screen and (min-width: 960px) {
  .swiper-button svg {
    width: 1.1875rem;
    height: 2.125rem;
  }
  .swiper-container {
    padding: 0rem 7.5rem;
  }
  .swiper-container .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-button.swiper-button-prev {
    left: 0px;
  }
  .swiper-button.swiper-button-next {
    right: 0px;
  }
  .swiper-button svg {
    stroke: var(--white);
    fill: var(--white);
    width: 1.14rem;
    height: 0.86rem;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .swiper-button.swiper-button-disabled svg {
    stroke: var(--dark-blue);
    fill: var(--dark-blue);
  }

  .swiper-pagination.swiper-pagination-progressbar {
    margin-top: 4.9375rem;
  }
}

input,
.form .form__input {
  border: none;
  font-size: 1rem;
  font-weight: 400;
  color: var(--main-dark);
  background-color: transparent;
}
input::placeholder {
  color: var(--dark-blue);
}
input::-webkit-input-placeholder {
  color: var(--dark-blue);
}
input::-moz-placeholder {
  color: var(--dark-blue);
}
textarea::placeholder {
  color: var(--dark-blue);
}
textarea::-webkit-input-placeholder {
  color: var(--dark-blue);
}
textarea::-moz-placeholder {
  color: var(--dark-blue);
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: none;
}

/* Radio */

label input[type="radio"] {
  display: none;
}

label:has(> input[type="radio"]) {
  color: var(--dark-blue);

  display: flex;
  align-items: center;

  cursor: pointer;
  gap: 0.9375rem;
}

label:has(> input[type="radio"])::before {
  display: inline-block;
  content: "";

  border-radius: 100%;
  border: 0.125rem solid var(--color-main-blue);
  flex-shrink: 0;

  width: 0.9375rem;
  height: 0.9375rem;

  transition: all 0.3s linear;
}

label:has(> input[type="radio"]:checked)::before {
  background-color: var(--color-main-blue);
}

/* FORM SETTINGS */
.form {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.form .form__errors {
  display: none;
  width: 100%;
  color: #e51e33;
}
.form .form__errors p {
  color: #e51e33;
}
.form .form__errors.show {
  display: block;
}
.form .form__fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.14rem;
  width: 100%;
}
.form .form__fields.hide {
  display: none;
}
.form .form__fields .form__row {
  width: 100%;
  display: flex;
  gap: 1.14rem;
}
.form .form__fields .form__row .form__row--half {
  flex: 0 1 50%;
}
.form .form__fields .form__input {
  width: 100%;
}
.form .form__fields .form__input input {
  height: 4.6875rem;
}
.form .form__fields .form__input textarea {
  min-height: 7.75rem;
}
.form .form__fields .form__input input,
.form .form__fields .form__input textarea {
  width: 100%;
  color: #D3D1CB;
  border-bottom: 2px solid #D3D1CB;
  opacity: 20%;
}
.form .form__fields .form__input.form__field--filled input,
.form .form__fields .form__input.form__field--filled textarea {
  border: 2px solid rgba(52, 199, 89, 1);
}
.form .form__fields .form__input.form__field--error input::placeholder {
  color: rgba(255, 59, 48, 1);
}
.form
  .form__fields
  .form__input.form__field--error
  input::-webkit-input-placeholder {
  color: rgba(255, 59, 48, 1);
}
.form .form__fields .form__input.form__field--error input::-moz-placeholder {
  color: rgba(255, 59, 48, 1);
}
.form .form__fields .form__input.form__field--error textarea::placeholder {
  color: rgba(255, 59, 48, 1);
}
.form
  .form__fields
  .form__input.form__field--error
  textarea::-webkit-input-placeholder {
  color: rgba(255, 59, 48, 1);
}
.form .form__fields .form__input.form__field--error textarea::-moz-placeholder {
  color: rgba(255, 59, 48, 1);
}
.form .form__submit {
  width: 100%;
}
.form .form__privacy-policies {
  color: var(--grey-text);
}
.form .form__privacy-policies a {
  color: var(--color-main-blue);
}
.form .form__privacy-policies,
.form .form__privacy-policies a {
  font-size: 0.75rem;
}
form .form__notification {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  display: none;
  height: 100%;
  z-index: 5;
}
form .form__notification.show {
  display: flex;
}
.form .form__notification .notification__icon {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1.25rem;
}
.form .form__notification .notification__title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.form .form__notification .notification__text {
  margin-bottom: 2.0625rem;
  color: var(--dark-blue);
}
@media screen and (max-width: 959px) {
  .form .form__privacy-policies {
    margin-top: 1.25rem;
  }

  .form .form__notification {
    padding: 0px 1.25rem;
  }

  .form .form__notification .notification__text {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .form {
    gap: 3.4375rem;
  }
  .form .form__fields {
    gap: 2.1875rem;
  }
  .form .form__fields .form__row {
    gap: 0.76rem;
  }
  .form .form__fields .form__input textarea {
    min-height: 8.5625rem;
  }
  label:has(> input[type="radio"]) {
    gap: 0.9375rem;
  }
  label:has(> input[type="radio"])::before {
    border-width: 0.125rem;
    width: 0.9375rem;
    height: 0.9375rem;
    border-width: 1px;
  }
  .form .form__privacy-policies,
  .form .form__privacy-policies a {
    font-size: 1rem;
    max-width: 27.6875rem;
  }
  .form .form__notification .notification__icon {
    width: 12.5rem;
    height: 12.5rem;
    margin-bottom: 0.9375rem;
  }
  .form .form__notification .notification__title {
    font-size: 2.5rem;
    width: 41.5rem;
    margin-bottom: 1.875rem;
    letter-spacing: -0.05em;
  }

  .form .form__notification .notification__text {
    width: 41.5rem;
    margin-bottom: 2.8125rem;
  }
}

.hint {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.71rem;
  height: 1.71rem;
  border-radius: 100%;
  background-color: #d9d9d9;
  color: var(--main-dark);
  font-size: 0.78rem;
  font-weight: 400;
}

.hint .hint__message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  width: 18.57rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear all;
}

.hint:hover .hint__message,
.hint:focus .hint__message {
  opacity: 1;
  visibility: visible;
}

.hint .hint__message span {
  display: block;
  width: 100%;
  padding: 0.71rem;
  border-radius: 0.36rem;
  background-color: #fff;
}

.hint .hint__message::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0.57rem 0.71rem 0.57rem;
  border-color: transparent transparent #fff transparent;
  margin: 0 auto;
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .hint .hint__message {
    max-width: 15.76rem;
  }

  .hint .hint__message span {
    padding: 0.48rem;
    border-radius: 0.24rem;
    font-size: 0.67rem;
    line-height: 135%;
  }

  .hint .hint__message::after {
    border-width: 0 0.45rem 0.9rem 0.45rem;
  }
}

.popup {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  min-height: 100vh;
  z-index: -1;

  opacity: 0;
  visibility: hidden;

  background-color: var(--color-main-blue-80);

  transition: all 0.3s linear;
  overflow-y: hidden;
}
.popup.show {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.popup .popup__container {
  padding: 2.125rem 0rem 3.4375rem;
  flex: 0 0 auto;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
}
.popup .popup__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--white);
}
.popup.blog-popup .popup__top {
  width: 100%;
  padding: 5.125rem 1.25rem 1.875rem;
  background-color: var(--bg-blog);
}
.popup.blog-popup .popup__top h2 {
  color: var(--color-main-blue);
}
.popup.blog-popup .popup__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--bg-blog);
  padding: 0px 1.25rem 3.8125rem;
  gap: 2.1875rem;
}
.popup .popup__bottom {
  width: 100%;
}
.popup .popup__bottom p {
  opacity: 0.5;
  font-weight: 400;
  line-height: 100%;
}
.popup .popup__close {
  z-index: 100;
  position: absolute;
  top: 2rem;
  right: 1.25rem;
  cursor: pointer;
  transition: all 0.3s linear;
}
.popup .popup__close svg {
  stroke: var(--color-main-blue);
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.3s linear;
}

@media screen and (min-width: 960px) {
  .popup .popup__container {
    padding: 7.9375rem 10rem;
  }
  .popup .popup__body {
    width: 100%;
  }
  .popup.blog-popup .popup__top {
    padding: 7.25rem 6.25rem 3.75rem;
    background-color: var(--white);
  }
  .popup.blog-popup .popup__top .popup__title {
    font-size: 6rem;
    letter-spacing: 0.03125em;
    text-align: center;
  }
  .popup.blog-popup .popup__content {
    padding: 6.25rem;
    flex: 1 1 auto;
    gap: 1.5625rem;
  }
  .popup .popup__close {
    top: 3.875rem;
    right: 2.75rem;
  }
  .popup .popup__close svg {
    width: 3.5625rem;
    height: 3.5625rem;
  }
}

.header {
  position: fixed;
  top: 0rem;
  left: 0px;
  width: 100%;
  z-index: 5000;
  color: var(--text-dark);
}

.header .header__content {
  background-color: var(--cashemir);
}

.header .header__menu,
.header .btn {
  display: none;
}
.header__buttons{
  gap: 0.3125rem;
  width: 18.4375rem;
  height: 4.0625rem;
}

.btn-burger {
  cursor: pointer;
  background-color: var(--yellow-primary);
  color: var(--white);
  border-radius: 5px;
  padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;
  justify-content: space-between;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 110%;
  border: none;
}

.btn-burger svg {
  stroke: var(--white);
}
.header__profile-btn,
.header__card-btn{
  background-color: var(--white);
  width: 4.0625rem;
  height: 4.0625rem;
  border: none;
  border-radius: 5px;
}
.header__profile-btn svg,
.header__card-btn svg{
  stroke: var(--black);
}

@media screen and (max-width: 959px) {
  .btn-burger {
    cursor: pointer;
    border: none;
    
    font-size: 0.9375rem;
  }

  .header .header__content {
      padding: 0.1875rem 0.2875rem 0.1875rem 0.9375rem;
      border-radius: 5px;
  }

  .header__buttons {
      gap: 0;
      width: 6.9375rem;
      height: 2.625rem;
  }
  
  .btn-burger svg {
    width: auto;
    height: 0.8125rem;
    stroke: var(--white);
  }

  .burger-menu .popup__container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .burger-menu .popup__body {
    min-height: 100vh;
    padding: 5.125rem 1.25rem 2.3125rem;
  }

  .burger-menu .burger__menu {
    padding: 0px;
    list-style: none;

    align-items: center;
    justify-content: center;
    gap: 0px;

    margin-bottom: 1.5625rem;
  }

  .burger-menu .burger__menu a {
    text-decoration: none;
  }

  .burger-menu .burger__menu > li > a {
    padding: 0.75rem 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--dark-blue);
  }

  .burger-menu .burger__menu li.menu-item-has-children {
    padding-left: 4.0625rem;
    overflow: hidden;
  }

  .burger-menu .burger__menu li.menu-item-has-children > a {
    justify-content: flex-start;
  }

  .burger-menu .burger__menu li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    background-image: url(./assets/images/burger-menu-dropdown-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1.1875rem;
    height: 0.6875rem;
    margin-left: 0.9375rem;
    transition: all 0.3s linear;
  }

  .burger-menu .burger__menu .sub-menu {
    list-style: none;
    padding: 0px;
    gap: 0.9375rem;
    height: 0px;
  }

  .burger-menu .burger__menu .sub-menu a {
    color: var(--color-main-blue);
  }
  .header__profile-btn, .header__card-btn {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .header .btn {
    display: inline-block;
  }
  .header .header__menu {
    display: flex;
    padding: 0px;
    flex-direction: row;
    list-style: none;
    gap: 1.25rem;
  }
  .header .header__menu a {
    color: var(--black);
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 110%;
  }
  .header .header__actions {
    gap: 1.14rem;
  }
  .header .header__menu .sub-menu a {
    color: var(--color-main-blue);
  }
  .header .header__content {
    padding-left: 1.8125rem;
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    border-radius: 10px;
    margin-top: 1.626rem;;
  }

  .header .header__menu > li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header .header__menu > li > a {
    position: relative;
    display: inline-block;
    z-index: 10;
  }

  .header .header__menu > li:not(.menu-item-has-children) > a::after {
    content: "";
    display: inline-block;

    position: absolute;
    bottom: -0.25rem;
    left: 0px;
    height: 0.125rem;
    width: 100%;
    background-color: var(--white);
    transform-origin: left center;
    transform: scaleX(0);
    transition: all 0.3s linear;
  }

  .header .header__menu > li:not(.menu-item-has-children) > a:hover::after {
    transform: scaleX(1);
  }

  .header .header__menu li.menu-item-has-children {
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: center;
  }

  .header .header__menu li.menu-item-has-children::after {
    content: "";
    display: inline-block;
    background-image: url("./assets/images/menu-dropdown-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 0.6875rem;
    height: 0.3125rem;
    margin-left: 1.5rem;

    transition: all 0.3s linear;
  }

  .header .header__menu li.menu-item-has-children.show::after {
    transform: rotate(180deg);
  }

  .header .header__menu li.menu-item-has-children .sub-menu {
    position: absolute;
    top: calc(100% + 1.75rem);
    left: -1.5625rem;
    background-color: #fff;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 1.25rem 1.5625rem;
    width: 21.5625rem;

    transform: translateY(50%);
    opacity: 0;
    z-index: -100;
    visibility: hidden;

    transition: all 0.3s linear;
  }

  .header .header__menu li.menu-item-has-children .sub-menu a {
    transition: all 0.3s linear;
  }

  .header .header__menu li.menu-item-has-children .sub-menu a:hover {
    color: var(--grey-text);
    opacity: 0.8;
  }

  .header .header__menu li.menu-item-has-children.show .sub-menu {
    transform: translateY(0%);
    opacity: 1;
    z-index: 0;
    visibility: visible;
  }
}


.footer { 
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.footer .footer__content {
  background-color: var(--cashemir);
  padding-top: 2.1875rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-radius: 0.625rem;
}

.footer .footer__top {
  gap: 1.25rem;
  margin-bottom: 2.8125rem;
}
.footer .footer__top .footer__label {
  color: var(--white);
}
.footer .footer__top .footer__block {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.footer .footer__top .footer__block .block__content {
  display: flex;
  flex-direction: column;
}
.footer .footer__top .footer__block .block__title,
.footer .footer__top .footer__block .block__content p {
  color: var(--white);
}
.footer .footer__bottom p,
.footer .footer__bottom a {
  color: var(--grey-text);
}
.footer .footer__bottom .link-with-underline a::before{
    background-color: #8A7A7E;
}
.footer .footer__bottom .link-with-underline a::after{
    background-color: var(--white);
}
.footer__telegram{
  font-family: "Forum";
  font-size: 2.0625rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 1.8125rem;
  text-wrap: nowrap;
}

.footer__telegram{
	text-decoration: none;
}

.footer__label_menu,
.footer__label_telegram{
  color: var(--grey-text);
  margin-bottom: 1.5625rem;
}

.footer .footer__menu-columns .footer__menu-column{
    flex-shrink: 0;
}

.footer__menu-column {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__menu-column li {
  margin-bottom: 0.1rem;
}

.footer__social_networks {
  gap: 0.625rem;
}

.footer__social_networks a{
  display: block;
  position: relative;
	width: 3rem;
  height: 3rem;
}

.footer__social_networks a img{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transition: all .3s linear;
	border-radius: 100%;
}

.footer__social_networks a img:not(.hover){
	border: 1px solid var(--white);
}

.footer__social_networks a img.hover{
	opacity: 0;
	visibility: hidden;
}

.footer__social_networks a:hover img:not(.hover){
	opacity: 0;
	visibility: hidden;
}

.footer__social_networks a:hover img.hover{
	opacity: 1;
	visibility: visible;
}

.footer .top__left{
 width: 100%;
  gap: 2.8125rem;
}

.footer__menu-column a {
  color: var(--black);
  font-family: "Manrope";
  font-size: 1.5rem;
  text-decoration: none; 
}

.footer__brend{
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.5625rem;
  margin-bottom: 2.8125rem;
}
.footer svg {
  width: 100%;      
  height: auto;     
  display: block;
  stroke: var(--yellow-primary);
}

.footer__adress{
	color:var(--white);
}
.footer__social_networks img {
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
    .footer .footer__bottom{
        gap: 1.5625rem;
    }
    
    .footer .footer__menu-columns{
        width: 100%;
        justify-content: space-between;
    }
	
	.footer .top__left > div{
		width: 100%;
	}
}
@media screen and (min-width: 960px) {
    .footer {
      margin-left: 0.625rem;
      margin-right: 0.625rem;
    }
    
    .footer .footer__content{
        padding-top: 2.875rem;
      padding-bottom: 4.0625rem;
      gap: 0.9375rem;
    }
    
    .footer__label_menu{
  margin-bottom: 2.4375rem;
}

  .footer .footer__top .footer__label {
    width: 39.625rem;
    margin-left: 3.5rem;
  }
  .footer .footer__top .top__right {
    gap: 1.8125rem;
  }
  .footer .footer__top .footer__block {
    gap: 0.9375rem;
  }
  .footer .footer__top .footer__block .block__content {
    width: 15.5625rem;
    gap: 0.625rem;
  }
  .footer .footer__content {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
    gap: 0.6875rem;
  }
  
  .footer__telegram{
      font-size: 3.5625rem;
      margin-bottom: 2.125rem;
    }
    
    .footer .top__left{
        width: auto;
  gap: 11.25rem;
    }
    
    .footer .footer__top {
      gap: 1.25rem;
      margin-bottom: 9.0625rem;
    }
    
    .footer__label_telegram{
      margin-bottom: 2.5rem;
    }
    
    .footer__social_networks a,
	.footer__social_networks a img{
      width: 4.6875rem;
      height: 4.6875rem;
    }
    
    .footer__brend {
        padding-bottom: 3.9375rem;
        margin-bottom: 4.0625rem;
    }
    
    .footer .footer__menu-columns {
      gap: 8rem;
    }
}

.scroll-up-btn {
  display: none; 
    position: absolute;
  top: 26.75rem;
  right: 1.5625rem;
  background: #FAF3E5;
  border: none;
  cursor: pointer;
  z-index: 1000;
  width: 3rem;
  height: 3rem;
  border-radius: 0.3125rem;
  
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.scroll-up-btn svg{
  stroke:var(--text-dark);
  fill: none;
  width: 1.5625rem;
  height: 1.5625rem;
}

.scroll-up-btn.show {
  display: flex;
}
.scroll-up-btn:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 960px){
   .scroll-up-btn {
	   top: 4.0625rem;
      right: 4.0625rem;
      width: 4.6875rem;
      height: 4.6875rem;
    }
}

@media screen and (max-width: 960px){
    .mobile-bar{
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #FBF9F4;
        padding: 0.875rem 1rem;
        border-top: 1px solid rgba(211, 209, 203, 0.5);
        
        z-index: 3000;
    }
    
    .mobile-bar .bar__action{
        display: flex;
        flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 0.3125rem;
     color: var(--text-dark);
		text-decoration: none;
    }
    
    .mobile-bar .bar__action svg{
        stroke: var(--text-dark);
        fill: none;
    }
}

@media screen and (min-width: 960px){
    .mobile-bar{
        display: none;
    }
}

@media screen and (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (min-width: 960px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden;
  }
}

/* PRODUCT */
.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s linear;
}

.product-card .card__bottom p,
.product-card .card__bottom svg,
.product-card .card__post .card__image {
  transition: all 0.3s ease;
}

.product-card .card__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
}

.product-card .card__image {
  width: 100%;
  height: 32.125rem;
  display: block;
  border-radius: 0.375rem;
  object-fit: cover; 
  transition: all .3s linear;
}

.product-card .card__name {
  margin-bottom: auto;
  font-size: 1.5rem;
  font-family: "Manrope";
  font-weight: 600;
  line-height: 114%;
  letter-spacing: -3%;
  color: var(--black);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  
  margin-bottom: 1.75rem;
}

.product-card .card__price {
  font-size: 1.375rem;
  font-family: "Manrope";
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -2%;
  color: var(--black);
}

.product-card .card__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.875rem 1.875rem 1.625rem;
  justify-content: space-between;
  flex-grow: 1;
}

.product-card .card__bottom svg {
  width: 1.125rem;
  height: 0.9375rem;
  stroke: var(--dark-blue);
}

.product-card .card__badges {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 2;
}

.product-card .card__badges .badge {
  padding: 0.625rem;
  border-radius: 5px;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Mariupol";
}

.product-card .card__badges .badge--bestseller {
  background-color: var(--light-blue);
  color: var(--dark-blue);
}

.product-card .card__badges .badge--out-of-stock {
  background-color: #FFE6E6;
  color: #D03631;
}
.product-card .card__overlay-button {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
@media screen and (min-width: 959px) {
.product-card:hover .card__overlay-button {
  opacity: 1;
}

.product-card:hover .card__overlay-button .btn__text{
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.product-card:hover .card__image {
  transform: scale(1.05);
}
}
@media screen and (max-width: 959px) {
  .product-card .card__post {
    flex: 0 0 17.5rem;
  }

  .product-card .card__image {
    height: 25rem;
  }

  .product-card .card__content {
    padding: 0;
  }

  .product-card .card__badges .badge {
    font-size: 0.875rem;
  }
  .product-card .card__name, .product-card .card__price {
    font-family: "Mariupol";
    font-size: 1.125rem;
  }
	
	.product-card .card__overlay-button{
		width: auto;
	}
	
	.product-card .card__bottom {
	  gap: 0.625rem;
	  padding-top: 1rem;
	}
}

.separator{
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}
.yellow{
    background-color: var( --yellow-primary);
    height: 3.3125rem;
}
.green{
    background-color: var(--green-primary);
    height: 1.5625rem;
}