/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/generic/_reset.sass ***!
  \***********************************************************************************************************************/
html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
}

button, input, select {
  appearance: none;
}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/elements/_base.sass ***!
  \***********************************************************************************************************************/
:root {
  --ff1: Golos-Text;
  --ff2: Sailec;
  --color1: #14152A;
  --color2: #FFFFFF;
  --color3: #191C35;
  --color4: #8ec9f8;
  --color5: #30404F;
  --fs-small: 0.8vw;
  --fs-regular: 1vw;
  --fs-mid: 1.5vw;
  --fs-large: 2vw;
  --fs-xl: 2.6vw;
  --fs-xxl: 3.2vw;
  --fs-xxxl: 4vw;
  --fs-xxxxl: 4.5vw;
  --fs-xxxxxl: 5.5vw;
  --fs-big: 7vw;
  --fsm-small: 4vw;
  --fsm-regular: 5vw;
  --fsm-mid: 6vw;
  --fsm-large: 7vw;
  --fsm-xl: 8vw;
  --fsm-xxl: 9vw;
  --fsm-xxxl: 10vw;
  --fsm-xxxxl: 11vw;
  --fsm-xxxxxl: 12vw;
  --fsm-big: 15vw;
}
@media all and (orientation: landscape) {
  :root {
    font-size: 1vw;
  }
}
@media all and (orientation: portrait) {
  :root {
    font-size: 5vw;
  }
}

p, li, button, input, textarea, a, span, h1, h2, h3, h4, h5, h5, em, strong, i, b, label, legend, code, quote {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media all and (orientation: landscape) {
  .responsive,
  .responsive-element {
    display: none !important;
  }
}
@media all and (orientation: portrait) {
  .desktop-element {
    display: none !important;
  }
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/tools/_fonts.sass ***!
  \*********************************************************************************************************************/
@font-face {
  src: url(../js/../fonts/Golos-Text_Regular.e1eaca9659ece8f766a8.woff) format(woff);
  font-family: "Golos-Text";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../js/../fonts/Golos-Text_Black.6cb45ae4d1ae445881d8.woff) format(woff);
  font-family: "Golos-Text";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../js/../fonts/Golos-Text_Bold.ab05225401271b7a97c9.woff) format(woff);
  font-family: "Golos-Text";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../js/../fonts/Golos-Text_DemiBold.da11499aeddb1508eb45.woff) format(woff);
  font-family: "Golos-Text";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../js/../fonts/Golos-Text_Medium.e500919394672434829c.woff) format(woff);
  font-family: "Golos-Text";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../js/../fonts/Sailec_Thin.8dac60be3bd0107699fa.ttf) format(truetype);
  font-family: "Sailec";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../js/../fonts/Sailec_Light.d3426d68485eea5062f0.ttf) format(truetype);
  font-family: "Sailec";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../js/../fonts/Sailec_Regular_Italic.f5983f09f310f65c72c2.ttf) format(truetype);
  font-family: "Sailec";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url(../js/../fonts/Sailec_Medium.1863ed1456c60dd19c9f.ttf) format(truetype);
  font-family: "Sailec";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../js/../fonts/Sailec_Bold.03fc678bbb364b0d56e8.ttf) format(truetype);
  font-family: "Sailec";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_header.sass ***!
  \***************************************************************************************************************************/
.header {
  background-color: rgba(48, 64, 79, 0.85);
  border-radius: 0 0 1rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.header__container {
  width: 100%;
  max-width: 80rem;
  margin: auto;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
.header__logo-image {
  display: block;
  height: auto;
}

@media all and (orientation: landscape) {
  .header__logo-image {
    width: 6rem;
  }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__nav-list {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: flex-end;
    padding: 0;
  }
  .header__nav-item {
    list-style: none;
    color: var(--color2);
    font-family: var(--ff1);
    font-style: normal;
    font-weight: 700;
  }
}
@media all and (orientation: landscape) and (orientation: landscape) {
  .header__nav-item {
    font-size: var(--fs-regular);
    line-height: calc(var(--fs-regular) * 1.2);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
}
@media all and (orientation: landscape) and (orientation: portrait) {
  .header__nav-item {
    font-size: var(--fsm-regular);
    line-height: calc(var(--fsm-regular) * 1.2);
    letter-spacing: calc(var(--fsm-regular) * 0);
  }
}
@media all and (orientation: landscape) {
  .header__nav-link {
    color: var(--color2);
    text-decoration: none;
  }
}
@media all and (orientation: portrait) {
  .header__logo-image {
    width: 4rem;
    margin: auto;
  }
  .header__nav {
    width: 100%;
    max-width: 340px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color2);
    height: 100dvh;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .header__nav--active {
    transform: translateX(0);
  }
  .header__nav-list {
    padding: 0;
  }
  .header__nav-item {
    list-style: none;
    margin: 0;
    color: var(--color3);
    font-family: var(--ff1);
    font-style: normal;
    font-weight: 400;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
  }
}
@media all and (orientation: portrait) and (orientation: landscape) {
  .header__nav-item {
    font-size: var(--fs-regular);
    line-height: calc(var(--fs-regular) * 1.2);
    letter-spacing: calc(var(--fs-regular) * 0);
  }
}
@media all and (orientation: portrait) and (orientation: portrait) {
  .header__nav-item {
    font-size: var(--fsm-regular);
    line-height: calc(var(--fsm-regular) * 1.2);
    letter-spacing: calc(var(--fsm-regular) * 0);
  }
}
@media all and (orientation: portrait) {
  .header__nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(48, 64, 79, 0.1);
  }
  .header__nav-link {
    color: var(--color3);
    text-decoration: none;
  }
  .header__nav-close {
    position: absolute;
    bottom: 1rem;
    right: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    color: var(--color5);
  }
  .header__nav-close svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .header__nav-open {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    border: none;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    color: var(--color2);
  }
  .header__nav-open svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/components/_footer.sass ***!
  \***************************************************************************************************************************/
.footer {
  background-color: var(--color1);
}
.footer__container {
  width: 100%;
  max-width: 80rem;
  margin: auto;
  padding: 1rem;
  box-sizing: border-box;
}
.footer__logo-link {
  text-decoration: none;
}
.footer__logo-image {
  display: block;
  width: 4rem;
  height: auto;
}
.footer__text {
  color: var(--color2);
  font-family: var(--ff1);
  font-style: normal;
  font-weight: 400;
}
@media all and (orientation: landscape) {
  .footer__text {
    font-size: var(--fs-small);
    line-height: calc(var(--fs-small) * 1.2);
    letter-spacing: calc(var(--fs-small) * 0);
  }
}
@media all and (orientation: portrait) {
  .footer__text {
    font-size: var(--fsm-small);
    line-height: calc(var(--fsm-small) * 1.2);
    letter-spacing: calc(var(--fsm-small) * 0);
  }
}
.footer__text {
  display: block;
}
.footer__text--link {
  text-decoration: none;
}
.footer__contact-link {
  color: var(--color2);
  text-decoration: none;
  font-family: var(--ff1);
  font-style: normal;
  font-weight: 400;
}
@media all and (orientation: landscape) {
  .footer__contact-link {
    font-size: var(--fs-small);
    line-height: calc(var(--fs-small) * 1.2);
    letter-spacing: calc(var(--fs-small) * 0);
  }
}
@media all and (orientation: portrait) {
  .footer__contact-link {
    font-size: var(--fsm-small);
    line-height: calc(var(--fsm-small) * 1.2);
    letter-spacing: calc(var(--fsm-small) * 0);
  }
}
.footer__contact-link svg {
  display: block;
  width: 2rem;
  height: auto;
}

@media all and (orientation: landscape) {
  .footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .footer__contact-link {
    text-align: right;
  }
  .footer__contact-link svg {
    margin: 0 0 0.2rem auto;
  }
}
@media all and (orientation: portrait) {
  .footer__logo-image {
    margin: auto auto 2rem auto;
  }
  .footer__text {
    text-align: center;
  }
  .footer__text:nth-child(2) {
    display: none;
  }
  .footer__contacts {
    margin-top: 2rem;
  }
  .footer__contact-link {
    text-align: center;
    display: block;
    margin: auto;
  }
  .footer__contact-link svg {
    margin: auto;
  }
}
