@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, º table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*not in use*/
/* src/scss/modules/_mdl-form.scss */
/*not in use*/
/* src/scss/modules/_mdl-form.scss */
/*not in use*/
html {
  font-size: 62.5%; /* changes a default 16px font size to 10px */
}

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

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #0453A0;
  padding-top: 0;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
@media (max-width: 767.98px) {
  body.blocked {
    overflow: hidden;
  }
}

.container {
  max-width: 130rem;
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
}
.container__bx {
  padding: 0 2rem;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .container__bx {
    flex-flow: column;
  }
}

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

a, button, input, img, svg {
  transition: all 300ms linear;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 700;
}

video,
img {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

p {
  margin-bottom: 1.4rem;
}
p:last-child {
  margin-bottom: 0;
}

.mdl-txt {
  padding: 5.6rem 0;
}
@media (max-width: 767.98px) {
  .mdl-txt {
    padding: 3.2rem 0;
  }
}
.mdl-txt h1 {
  margin-bottom: 3.2rem;
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .mdl-txt h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
@media (max-width: 767.98px) {
  .mdl-txt h1 {
    margin-bottom: 2.4rem;
  }
}
.mdl-txt h2 {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .mdl-txt h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .mdl-txt h2 {
    margin-bottom: 0.8rem;
  }
}
.mdl-txt h3 {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media (max-width: 767.98px) {
  .mdl-txt h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.mdl-txt h3 {
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .mdl-txt h3 {
    margin-bottom: 0.8rem;
  }
}
.mdl-txt p,
.mdl-txt ul,
.mdl-txt ol {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
@media (max-width: 767.98px) {
  .mdl-txt p,
  .mdl-txt ul,
  .mdl-txt ol {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
.mdl-txt ul {
  padding-left: 1.6rem;
  margin-bottom: 2rem;
}
.mdl-txt ul li {
  list-style: disc;
}

.error-404 {
  padding: 12.6rem 0;
}
@media (max-width: 767.98px) {
  .error-404 {
    padding: 5.6rem 0;
  }
}
.error-404 .container__bx {
  justify-content: center;
  align-items: center;
}
.error-404 img {
  max-width: 29.8rem;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .error-404 img {
    margin-bottom: 2.4rem;
  }
}
.error-404 h1 {
  font-size: 5rem;
  line-height: 110%;
  font-weight: 800;
  margin-bottom: 3.6rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .error-404 h1 {
    margin-bottom: 0.8rem;
  }
}
.error-404 h2 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .error-404 h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.error-404 h2 {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .error-404 h2 {
    margin-bottom: 2.4rem;
  }
}

.wpcf7 {
  padding: 0rem;
  width: 100%;
  margin: 0 auto;
}
.wpcf7 p {
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
  margin-bottom: 1.9rem;
}
.wpcf7 .form-text {
  margin-bottom: 4rem;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: flex;
  flex-flow: column;
  position: relative;
  outline: none;
}
.wpcf7 fieldset {
  position: relative;
}
.wpcf7 label {
  margin: 0;
  color: #000;
  display: block;
  text-align: left;
  padding: 0 1.7rem;
  position: absolute;
  z-index: 9;
  top: 0.4rem;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.wpcf7 input.wpcf7-form-control {
  width: 100%;
  height: 5.3rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: left;
  color: #AFB7BE;
  padding: 1.8rem 1.7rem 0.356rem 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 0;
  height: 4.7rem;
  border-radius: 0;
  border: 0;
  border: 0.89px solid #C7CED5;
}
.wpcf7 input.wpcf7-form-control::placeholder {
  opacity: 1;
  font-size: 1.422rem;
  line-height: 140%;
  text-align: left;
  color: #AFB7BE;
  font-family: "Roboto Condensed", sans-serif;
}
.wpcf7 input.wpcf7-form-control:focus {
  border-color: #3C3935;
  outline: none;
}
.wpcf7 input.wpcf7-form-control:focus-visible {
  outline: 0;
}
.wpcf7 input.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid #F56C6C;
}
.wpcf7 input.wpcf7-submit {
  display: inline-flex;
  padding: 1.6rem 6rem 1.6rem 1.6rem;
  font-family: "Anton", sans-serif;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  border: 0.089rem solid;
  background-image: url("./src/imgs/icon-btn-arrow.png");
  background-size: 2.135rem;
  background-repeat: no-repeat;
  background-position: center right 1.6rem;
  z-index: 9;
  position: relative;
  background-size: 2.8rem;
  border: 0.089rem solid;
  border-image-source: linear-gradient(271.6deg, #FDC52E 1.36%, #FFF700 96.77%);
  border-image-slice: 1;
  width: auto;
  background-color: transparent;
  color: #fff;
  height: auto;
}
@media (max-width: 767.98px) {
  .wpcf7 input.wpcf7-submit {
    width: 100%;
  }
}
.wpcf7 input.wpcf7-submit:hover {
  color: #CF122D;
  border-width: 0.2rem;
  background-image: url("./src/imgs/icon-btn-arrow-red.png");
  background-color: #fff;
  cursor: pointer;
}
.wpcf7 input.wpcf7-submit[disabled=""] {
  opacity: 0.8;
  pointer-events: none;
}
.wpcf7 textarea {
  margin-bottom: 1.6rem;
  resize: none;
}
.wpcf7 textarea.wpcf7-textarea {
  background: #fff;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media (max-width: 767.98px) {
  .wpcf7 textarea.wpcf7-textarea {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.wpcf7 textarea.wpcf7-textarea {
  text-align: left;
  color: #000;
  border: 0.1rem solid #000;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 767.98px) {
  .wpcf7 textarea.wpcf7-textarea {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzY0NjQ4IDEyLjc2NDJMMTIuNzY0NiAwLjc2NDE1OSIgc3Ryb2tlPSIjMDAwNzIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+CjxwYXRoIGQ9Ik03IDEzTDEzIDciIHN0cm9rZT0iIzAwMDcyMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: bottom 0.5rem right 0.5rem;
  }
}
.wpcf7 textarea.wpcf7-textarea::placeholder {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media (max-width: 767.98px) {
  .wpcf7 textarea.wpcf7-textarea::placeholder {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.wpcf7 textarea.wpcf7-textarea::placeholder {
  font-family: "Roboto Condensed", sans-serif;
  opacity: 1;
  color: #000;
}
.wpcf7 textarea.wpcf7-textarea:focus {
  color: #000;
  border-color: #000;
}
.wpcf7 textarea.wpcf7-textarea:focus::placeholder {
  color: #000;
}
.wpcf7 textarea.wpcf7-textarea {
  /*&:hover{
      color:  $black;
      border-color: $black;

      &::placeholder{
          color: $black;
      }
  }

  &:active{
      color:  $black;
      border-color: $black;

      &::placeholder{
          color: $black;
      }
  }*/
}
.wpcf7 textarea.wpcf7-textarea:focus-visible {
  outline: none;
}
.wpcf7 select.wpcf7-select {
  background: #fff;
  color: #AFB7BE;
  padding: 2.8rem 2rem 0.6rem 2rem;
  border-radius: 2.4rem;
  text-align: left;
  border: 0.1rem solid transparent;
  display: flex;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
  height: 5.8rem;
  font-size: 1.6rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOC41NDk3MyAwLjUwMDAwMUwwLjQ0OTQ5OSAwLjUwMDAwMUMwLjM2NzQ4NyAwLjUwMDIzIDAuMjg3MDk5IDAuNTIwMzcxIDAuMjE2OTg3IDAuNTU4MjU2QzAuMTQ2ODc1IDAuNTk2MTQxIDAuMDg5Njk0NSAwLjY1MDMzNSAwLjA1MTU5OTEgMC43MTUwMDVDMC4wMTM1MDM2IDAuNzc5Njc2IC0wLjAwNDA2MzExIDAuODUyMzczIDAuMDAwNzg5MTc2IDAuOTI1MjcyQzAuMDA1NjQxNDYgMC45OTgxNzEgMC4wMzI3Mjk2IDEuMDY4NTEgMC4wNzkxMzczIDEuMTI4NzJMNC4xMjkyNSA2LjMzODAxQzQuMjk3MTEgNi41NTQgNC43MDEyMiA2LjU1NCA0Ljg2OTUyIDYuMzM4MDFMOC45MTk2NCAxLjEyODcyQzguOTY2NTIgMS4wNjg2NCA4Ljk5NDAxIDAuOTk4MjYyIDguOTk5MTMgMC45MjUyNDJDOS4wMDQyNCAwLjg1MjIyMSA4Ljk4Njc5IDAuNzc5MzQ4IDguOTQ4NjYgMC43MTQ1NDFDOC45MTA1MyAwLjY0OTczNCA4Ljg1MzE4IDAuNTk1NDcgOC43ODI4NSAwLjU1NzY0N0M4LjcxMjUyIDAuNTE5ODIzIDguNjMxODkgMC40OTk4ODYgOC41NDk3MyAwLjUwMDAwMVoiIGZpbGw9IiM0NjQ2NUEiLz4KPC9zdmc+Cg==");
  background-position: center right 2rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
.wpcf7 select.wpcf7-select::placeholder {
  font-family: "Roboto Condensed", sans-serif;
  opacity: 1;
}
.wpcf7 select.wpcf7-select:focus {
  border-color: #3C3935;
  outline: none;
}
.wpcf7 select.wpcf7-select {
  /*&:hover{
      color:  $black;
      border-color: $black;

      &::placeholder{
          color: $black;
      }
  }

  &:active{
      color:  $black100;
      border-color: $black100;

      &::placeholder{
          color: $black100;
      }
  }*/
}
.wpcf7 select.wpcf7-select.wpcf7-not-valid {
  border: 1px solid #F56C6C;
}
.wpcf7 .wpcf7-form-control.check {
  display: inline-flex;
  position: relative;
}
.wpcf7 .wpcf7-form-control.check .wpcf7-list-item {
  width: 8.5rem;
  position: relative;
  min-height: 2rem;
}
.wpcf7 .wpcf7-form-control.check .wpcf7-list-item span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
  display: flex;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  color: #000;
}
@media (max-width: 767.98px) {
  .wpcf7 .wpcf7-list-item {
    margin-bottom: 3rem;
  }
}
.wpcf7 .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 3.2rem;
}
.wpcf7 .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7 .wpcf7-list-item label input ~ span {
  font-size: 1.1rem;
  line-height: 140%;
  color: #fff;
}
.wpcf7 .wpcf7-list-item label input ~ span a {
  color: #fff;
  text-decoration: underline;
}
.wpcf7 .wpcf7-list-item label input.radio ~ span {
  font-size: 1.1rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.wpcf7 .wpcf7-list-item label input:checked ~ span:after {
  display: block;
}
.wpcf7 .wpcf7-list-item label input:checked ~ span:before {
  background-color: #000;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 0;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:before, .wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: -3.2rem;
  top: 0;
  display: block;
  background-color: transparent;
  border: 0.1rem solid #000;
  border-radius: 0.2rem;
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: -2.7rem;
  top: 0.1rem;
  width: 0.4rem;
  height: 1rem;
  border: 0.1rem solid #fff;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-list-item label .wpcf7-list-item-label:before {
  left: -3.2rem;
  background-color: #fff;
}
.wpcf7 .wpcf7-acceptance {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .wpcf7 .wpcf7-acceptance {
    margin-bottom: 0;
  }
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  padding-top: 0.3rem;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before, .wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  width: 1.4rem;
  height: 1.4rem;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  left: -2.8rem;
  top: 0.1rem;
  width: 0.4rem;
  height: 1rem;
  border: 0.1rem solid #fff;
  border-width: 0 0.3rem 0.3rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  line-height: 100%;
  color: #fff;
  text-align: left;
  margin: 0;
  min-height: 2.4rem;
  display: flex;
  padding-top: 0.6rem;
  margin-top: 0.8rem;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
}
.wpcf7 form .wpcf7-spinner {
  display: none !important;
}

.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767.98px) {
  .form-grid-two {
    grid-template-columns: 1fr;
  }
}
.form-grid-two > div {
  position: relative;
}
.form-grid-two__end {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .form-grid-two__end {
    margin-top: 3.5rem;
  }
}

.c-question {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  max-width: 119.1rem;
  width: 100%;
  display: flex;
  padding-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .c-question {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 2.8rem;
  }
}
.c-question--sm .c-question__q {
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
.c-question__btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .c-question__btn {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .c-question__btn .btn {
    width: 100%;
  }
}
.c-question__cl {
  display: flex;
  width: 65%;
}
@media (max-width: 767.98px) {
  .c-question__cl {
    width: 100%;
    flex-flow: column;
  }
}
.c-question__lab {
  color: #FFF405;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  width: 40%;
}
@media (max-width: 767.98px) {
  .c-question__lab {
    width: 100%;
    margin-bottom: 2.1rem;
  }
}
.c-question__q {
  color: #fff;
  font-size: 2.6rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  max-width: 41.1rem;
  width: 60%;
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
  .c-question__q {
    width: 100%;
    font-size: 3.1rem;
    max-width: 25.6rem;
    margin-bottom: 2rem;
    padding-right: 0rem;
  }
}
.c-question__opt {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .c-question__opt {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .c-question__opt .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.c-question__opt .wpcf7-form-control {
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 767.98px) {
  .c-question__opt .wpcf7-form-control {
    flex-flow: column;
    gap: 2.8rem;
  }
}
.c-question__opt .wpcf7-list-item {
  margin: 0;
}
.c-question__opt .wpcf7-list-item label {
  position: relative;
  display: flex;
  padding: 0;
  top: auto;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .c-question__opt .wpcf7-list-item label {
    width: 100%;
  }
}
.c-question__opt .wpcf7-list-item label .wpcf7-list-item-label {
  border: 0.89px solid;
  border-image-source: linear-gradient(271.6deg, #FDC52E 1.36%, #FFF700 96.77%);
  width: 12.8rem;
  height: 5.4rem;
  border-image-slice: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .c-question__opt .wpcf7-list-item label .wpcf7-list-item-label {
    height: 5rem;
    width: 100%;
  }
}
.c-question__opt .wpcf7-list-item label .wpcf7-list-item-label:after, .c-question__opt .wpcf7-list-item label .wpcf7-list-item-label:before {
  display: none;
}
.c-question__opt .wpcf7-list-item label input:checked ~ span {
  color: #0068FF;
  background-color: #fff;
}
.c-question__opt .wpcf7-list-item label input:checked ~ span:after {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  padding: 1.6rem 0;
  top: 0;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  z-index: 999;
  background: linear-gradient(180deg, rgba(9, 10, 12, 0.1) 13.76%, rgba(9, 10, 12, 0) 78.91%);
}
@media (max-width: 767.98px) {
  .header {
    height: 7.6rem;
    background: #fff;
  }
}
.header .container {
  max-width: 138rem;
}
.header .container__bx {
  flex-flow: row;
}
.header__cl {
  width: 50%;
  display: flex;
  align-items: center;
}
.header__cl--rg {
  justify-content: flex-end;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 767.98px) {
  .header .btn {
    color: #0068FF;
    background-image: url("./src/imgs/icon-btn-arrow-blue.png");
  }
}

nav {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  nav {
    display: none;
  }
}
nav ul {
  display: flex;
  gap: 4rem;
}
.menu-toggle {
  display: none;
}
@media (max-width: 767.98px) {
  .menu-toggle {
    display: flex;
  }
}

.sel-lang img {
  max-width: 2.5rem;
}

.m-toggle {
  display: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .m-toggle {
    display: block;
  }
}
.m-toggle .line {
  width: 3rem;
  height: 0.2rem;
  background-color: #000;
  display: block;
  margin: 0.6rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-toggle.js-active .line:nth-child(2) {
  opacity: 0;
}
.m-toggle.js-active .line:nth-child(1) {
  -webkit-transform: translateY(0.8rem) rotate(45deg);
  -ms-transform: translateY(0.8rem) rotate(45deg);
  -o-transform: translateY(0.8rem) rotate(45deg);
  transform: translateY(0.8rem) rotate(45deg);
}
.m-toggle.js-active .line:nth-child(3) {
  -webkit-transform: translateY(-0.8rem) rotate(-45deg);
  -ms-transform: translateY(-0.8rem) rotate(-45deg);
  -o-transform: translateY(-0.8rem) rotate(-45deg);
  transform: translateY(-0.8rem) rotate(-45deg);
}

.m-hamb {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #CF122D;
  background: linear-gradient(345deg, rgb(207, 18, 45) 0%, rgb(0, 104, 255) 100%);
  height: 100%;
  display: none;
  padding: 10rem 2rem;
}
.m-hamb.js-active {
  display: block;
}
.m-hamb.js-active nav {
  display: flex;
}
.m-hamb.js-active nav ul {
  flex-flow: column;
}

.footer {
  background-color: #000;
  color: #fff;
}
.footer__bx {
  padding: 1.511rem 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer__bx {
    flex-flow: column;
    gap: 2rem;
  }
}
.footer__cl {
  width: 50%;
  display: flex;
}
@media (max-width: 767.98px) {
  .footer__cl {
    width: 100%;
    gap: 2rem;
  }
}
.footer__cl--lf {
  font-size: 0.978rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
@media (max-width: 767.98px) {
  .footer__cl--lf {
    justify-content: center;
  }
}
.footer__cl--rg {
  justify-content: flex-end;
  font-size: 1.244rem;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .footer__cl--rg {
    justify-content: center;
  }
}
.footer ul {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media (max-width: 767.98px) {
  .footer ul {
    flex-flow: column;
    gap: 1rem;
  }
}

.rrss {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 1.6rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767.98px) {
  .rrss {
    justify-content: center;
  }
}
.rrss span {
  padding-right: 2.4rem;
}
.rrss ul {
  display: flex;
  flex-flow: row;
  gap: 0.8rem;
  align-items: center;
}
.rrss ul img {
  max-width: 3.2rem;
}
/*# sourceMappingURL=style.css.map */
