/*
* 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);
  --color-main-blue-10: rgba(0, 70, 132, 0.1);
  --white: #fff;
  --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);
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("./assets/fonts/BarlowCondensed-Bold.ttf") format("truetype"),
    url("./assets/fonts/BarlowCondensed-Bold.eot") format("embedded-opentype"),
    url("./assets/fonts/BarlowCondensed-Bold.woff") format("woff"),
    url("./assets/fonts/BarlowCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(./assets/fonts/Poppins-Regular.ttf) format("truetype"),
    url(./assets/fonts/Poppins-Regular.eot) format("embedded-opentype"),
    url(./assets/fonts/Poppins-Regular.woff) format("woff"),
    url(./assets/fonts/Poppins-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(./assets/fonts/Poppins-Medium.ttf) format("truetype"),
    url(./assets/fonts/Poppins-Medium.eot) format("embedded-opentype"),
    url(./assets/fonts/Poppins-Medium.woff) format("woff"),
    url(./assets/fonts/Poppins-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(./assets/fonts/Poppins-SemiBold.ttf) format("truetype"),
    url(./assets/fonts/Poppins-SemiBold.eot) format("embedded-opentype"),
    url(./assets/fonts/Poppins-SemiBold.woff) format("woff"),
    url(./assets/fonts/Poppins-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(./assets/fonts/Poppins-Bold.ttf) format("truetype"),
    url(./assets/fonts/Poppins-Bold.eot) format("embedded-opentype"),
    url(./assets/fonts/Poppins-Bold.woff) format("woff"),
    url(./assets/fonts/Poppins-Bold.woff2) format("woff2");
  font-weight: 700;
  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: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  color: var(--color-main-blue);
  background-color: var(--color-main-white);
}
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: rgba(0, 70, 132, 0.85);
}

section.section-background .section__title {
  color: var(--white);
}

.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 3.75rem;
  }
}

svg {
  display: block;
}
body svg:not(.intial-colors) path {
  fill: inherit;
  stroke: inherit;
}

.logo {
  text-decoration: none;
}

.logo img {
  display: block;
  height: 2.5rem;
  width: auto;
}

@media screen and (min-width: 960px) {
  .logo img {
    height: 4.6875rem;
  }
}

.heading-1,
h1 {
  margin: 0px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 105%;
  letter-spacing: 0.043em;
  text-transform: uppercase;
}

.heading-2,
h2 {
  margin: 0px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.09em;
  letter-spacing: 0.054em;
  text-transform: uppercase;
  color: var(--dark-blue);
}

.heading-3,
h3 {
  margin: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.28em;
  letter-spacing: -0.056em;
  color: var(--color-main-blue);
}
.heading-4,
h4 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 1.71rem;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.03em;
}
.heading-5,
h5 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
}
.heading-6,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
  color: var(--dark-blue);
}
.text--small {
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1.67em;
}
.text--semibold {
  font-weight: 600;
}
.text--center {
  text-align: center;
}
.text--uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  .heading-1,
  h1 {
    font-size: 10.9375rem;
    letter-spacing: -0.017em;
  }
  .heading-2,
  h2 {
    font-size: 8rem;
    line-height: 1.055em;
    letter-spacing: -0.023em;
  }
  .heading-3,
  h3 {
    font-size: 2.25rem;
    line-height: 1.28em;
    letter-spacing: -0.056em;
  }
  .heading-4,
  h4 {
    font-size: 2.67rem;
    line-height: 105%;
  }
  .heading-5,
  h5 {
    font-size: 1.5rem;
    line-height: 1.42em;
  }
  .heading-6,
  h6 {
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 500;
  }
  .text--small,
  .text--small--desktop {
    font-size: 1rem;
    line-height: 125%;
  }
  .text--semibold--desktop {
    font-weight: 600;
  }
  .text--big,
  .text--big--desktop {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .heading-2--desktop {
    font-size: 3.43rem;
  }
  .heading-3--desktop {
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: -0.056em;
  }
  .heading-4--desktop {
    font-size: 2.67rem;
    line-height: 120%;
  }
  .heading-5--desktop {
    font-size: 1.52rem;
    line-height: 120%;
  }
}

.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 {
  width: 100%;
  font-size: 0.8125rem;
  line-height: 1.67em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  border: none;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
}
.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(--dark-blue-80);
  text-transform: uppercase;

  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 {
  background-color: var(--dark-blue);
  color: var(--white);
}
.btn.btn--main .btn__content svg {
  position: relative;
  z-index: -1;
  width: auto;
  height: 4.0625rem;
  fill: var(--white);
  transition: all 0.3s linear;
}
.btn.btn--main.btn--main--borders .btn__content svg {
  stroke: var(--dark-blue);
}
.btn.btn--main:hover .btn__content svg,
.btn.btn--main:focus .btn__content svg {
  fill: var(--dark-blue);
}
.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(--dark-blue);
  color: var(--white-80);
}

.btn.btn--form-btn {
  color: var(--white-80);
  background-color: var(--dark-blue);
  border: 0.125rem solid var(--dark-blue);
  border-radius: 0.3125rem;
  height: 4.0625rem;
  transition: all 0.3s linear;
}

.btn.btn--form-btn:hover,
.btn.btn--form-btn:focus {
  background-color: var(--white);
  color: var(--dark-blue-80);
}

.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(--dark-blue);
  color: var(--color-main-white);
}

@media screen and (max-width: 959px) {
  .btn.btn--main .btn__content .btn__content-text > span {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0px;
    left: 0px;
    right: 1.125rem;
    bottom: 0px;

    z-index: 1;
  }
}

@media screen and (min-width: 960px) {
  .btn {
    width: auto;
    font-size: 1rem;
  }
  .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 svg {
    height: 4.75rem;
    width: auto;
  }
  .btn.btn--main .btn__content .btn__content-text {
    padding: 1.375rem 1.1875rem 1.4375rem 3.625rem;
    margin-right: -1px;
    border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
  }
  .btn.btn--main.btn--main--borders .btn__content .btn__content-text {
    margin-right: -2px;
  }
  .btn.btn--main .btn__icon {
    margin-left: -1.95rem;
    padding: 0.9375rem 1.1875rem 0.9375rem 2.9375rem;
    background-image: url("./assets/images/btn-icon-background.svg");
    background-size: 100% auto;
  }
  .btn.btn--main .btn__icon svg {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .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 {
    height: auto;
    padding: 1.5625rem 3.125rem;
    border-radius: 0.625rem;
  }
}

.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 {
  max-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;
}
@media screen and (max-width: 959px) {
  .swiper-container .swiper-button {
    display: none;
  }
}
@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="checkbox"] {
  display: none;
}

label:has(> input[type="checkbox"]) {
  color: var(--dark-blue);

  display: flex;
  align-items: center;

  cursor: pointer;
  gap: 0.9375rem;
}

label:has(> input[type="checkbox"])::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="checkbox"]:checked)::before {
  background-color: var(--color-main-blue);
}

/* FORM SETTINGS */
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  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%;
  background-color: var(--bg-blue);
  color: var(--dark-blue);
  border: none;
  padding: 1.125rem 1.5625rem;
  border-radius: 0.6875rem;
}
.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="checkbox"]) {
    gap: 0.9375rem;
  }
  label:has(> input[type="checkbox"])::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: 3.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(--bg-color);
  background-color: var(--color-main-blue);
}

.header .header__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header .header__menu,
.header .btn {
  display: none;
}

@media screen and (max-width: 959px) {
  .btn-burger {
    cursor: pointer;
    background-color: transparent;
    border: none;
  }

  .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-chevron{
		display: none;
	}

  .burger-menu .burger__menu li.menu-item-has-children > a .menu-item-chevron {
    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);
    transition: all .3s linear;
  }
  
  .burger-menu .burger__menu .sub-menu a:hover,
  .burger-menu .burger__menu .sub-menu a:focus{
      color: var(--grey-text);
  }
}

@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: 2.8125rem;
  }
  .header .header__menu a {
    color: var(--color-main-white);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1em;
  }
  .header .header__actions {
    gap: 1.14rem;
  }
  .header .header__menu .sub-menu a {
    color: var(--color-main-blue);
  }
  .header .header__content {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .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 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer .footer__content {
  background-color: rgba(0, 70, 132, 0.8);
  padding-top: 2.875rem;
  padding-bottom: 3.125rem;
  gap: 0.9375rem;
}

.footer .footer__top {
  gap: 1.25rem;
}
.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,
.footer .footer__privacy-policy-url{
  color: var(--white);
}

.footer .footer__privacy-policy-url{
  text-decoration: none
}
@media screen and (max-width: 959px) {
  .footer .footer__bottom {
    flex-wrap: wrap;
    gap: 0.625rem 0rem;
  }

  .footer .footer__bottom .footer__rights-reserved {
    width: 100%;
  }

  .footer .footer__bottom .footer__photo-rights {
    width: 12.8125rem;
  }

  .footer .footer__bottom .footer__website-designer {
    width: 6.875rem;
  }

  .footer .footer__top .top__right {
    width: 100%;
  }

  .footer .footer__menu {
    width: 100%;
    list-style: none;
    padding: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.625rem;
  }

  .footer .footer__menu li {
    flex: 0 0 8rem;
	 order: 0;
  }

  .footer .footer__menu li:nth-of-type(2n + 1) {
    flex: 1 1 8rem;
  }

  .footer .footer__menu li:last-of-type {
    flex: 0 0 8rem;
  }
	
  .footer .footer__menu li:has(+ li.footer__privacy-policy-url){
	order: 8;
	   flex: 0 0 8rem;
  }
	
  .footer .footer__menu li.footer__privacy-policy-url{
	 order: 7;
	  flex: 1 1 8rem;
  }	

  .footer .footer__menu a {
    color: var(--white);
    text-decoration: none;
  }
}
@media screen and (min-width: 960px) {
  .footer .footer__top .footer__logo img {
    height: 4.6875rem;
    width: auto;
  }
  .footer .footer__top .footer__label {
    width: 26.3125rem;
    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: 5.1875rem;
    padding-bottom: 4.3125rem;
    gap: 0.6875rem;
  }
  .footer .footer__bottom p,
  .footer .footer__bottom a {
    font-size: 0.75rem;
  }
}

@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;
  }
}
