/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
b,
strong {
  font-weight: bolder;
}
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;
}
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;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Houschka";
  src: url("../fonts/HouschkaPro-Light.woff2"), url("../fonts/HouschkaPro-Light.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Houschka";
  src: url("../fonts/HouschkaPro-Medium.woff2"), url("../fonts/HouschkaPro-Medium.woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Houschka";
  src: url("../fonts/HouschkaPro-Bold.woff2"), url("../fonts/HouschkaPro-Bold.woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Houschka";
  src: url("../fonts/HouschkaPro-ExtraBold.woff2"), url("../fonts/HouschkaPro-ExtraBold.woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Houschka", Arial, sans-serif;
  color: #1e1e1e;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
h2 {
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: 0.03em;
  color: #202020;
  margin: 0;
}
input[type="checkbox"],
input[type="file"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
}
input[type="checkbox"] + label::before {
  content: "";
  display: block;
  width: 35px;
  height: 36px;
  background: url("../img/svg/check-off.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
input[type="checkbox"]:checked + label::before {
  background: url("../img/svg/check-on.svg") no-repeat;
  position: absolute;
  left: 0;
}
::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  input[type="checkbox"] + label::before,
  input[type="checkbox"]:checked + label::before {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}
.start-btn {
  min-width: 307px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 20px;
  height: 70px;
  position: relative;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.15em;
  color: #ffffff;
  background: linear-gradient(180deg, #ffca46 0%, #ff9200 100%);
  border-radius: 0px 50px 50px 100px;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.start-btn-arrow {
  display: block;
  width: 48px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.start-btn:hover,
.start-btn:focus {
  box-shadow: 0px 0px 15px #ff8a00;
  transition: all 0.3s ease;
}
.start-btn:active {
  color: #ffffff;
  background: linear-gradient(180deg, #ffa829 0%, #ff6d01 100%);
  transition: all 0.3s ease;
  box-shadow: none;
}
.start-btn-arrow {
  fill: #fafafa;
  transition: all 0.3s ease;
}
.start-btn:active .start-btn-arrow {
  fill: #474747;
  transition: all 0.3s ease;
}
.phone-block {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.phone-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 225px;
  margin-bottom: 8px;
}
.phone-btn-wrap button {
  margin-right: 10px;
  border: none;
  background: transparent;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #bdbdbd;
  cursor: pointer;
}
.phone-region-btn.active {
  color: #202020;
}
.phone {
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #202020;
  transition: all 0.3s ease;
  cursor: pointer;
}
.phone:hover,
.phone:focus {
  color: #ff7a00;
  transition: all 0.3s ease;
}
.phone.active {
  display: block;
}
.lang-btn {
  display: flex;
  position: relative;
  border: none;
  background: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #202020;
  transition: all 0.3s ease;
  cursor: pointer;
}
.lang-btn:hover,
.lang-btn:focus {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.polish-lang {
  padding: 0 5px 0 10px;
  position: relative;
}
.polish-lang::before {
  content: "|";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -2px;
}
.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
@media (max-width: 600px) {
  .start-btn {
    height: 55px;
    min-width: 231px;
    width: 231px;
    font-size: 20px;
  }
}
.container {
  width: 95%;
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1850px;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 10px;
  }
}
.header {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 1.5s ease;
}
.header .logo-title {
  color: #000;
  font-weight: 800;
  font-size: 30px;
  transition: all 0.4s ease;
}
.header .logo-title .orange-logo {
  font-weight: 800;
  color: #ff8a00;
}
.header .logo-title:hover {
  opacity: 0.6;
}
.header.onload {
  opacity: 1;
  box-shadow: 0 0 10px #cacaca;
  transition: all 1.5s ease;
}
.header__main-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__start-btn {
  position: relative;
  min-width: 212px;
  height: 40px;
  padding: 5px 20px 5px 35px;
  border-top: 0 solid #ff8a00;
  border-bottom: 0 solid #ff8a00;
  border-left: 4px solid #ff8a00;
  border-right: 4px solid #ff8a00;
  background: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #ff8a00;
  transition: all 0.1s ease;
  cursor: pointer;
}
.header-contact-link {
  display: flex;
  align-items: center;
  gap: 7px;
}
.header-contact-link p {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #202020;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header-contact-link:hover p {
  color: #ff8a00;
}
.header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo-stripes {
  fill: #505050;
  transition: all 0.3s ease;
}
.header__logo-shining {
  width: 53px;
  opacity: 0;
  transition: all 0.3s ease;
}
.header__logo:hover .header__logo-shining,
.header__logo:focus .header__logo-shining {
  opacity: 1;
  transition: all 0.3s ease;
}
.header__logo:active .header__logo-shining {
  opacity: 0;
  transition: all 0.3s ease;
}
.header__logo:hover .header__logo-stripes,
.header__logo:focus .header__logo-stripes {
  fill: #ffd335;
  transition: all 0.3s ease;
}
.header__start-btn-plus {
  width: 9px;
  height: 11px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-45%);
  fill: #ff8a00;
  transition: all 0.3s ease;
}
.header__start-btn:hover,
.header__start-btn:focus {
  border-top: 4px solid #ff8a00;
  border-bottom: 4px solid #ff8a00;
  transition: all 0.3s ease;
}
.header__lang-wrap {
  display: flex;
  justify-content: space-between;
  width: 70px;
  flex-direction: row;
}
.active-lang {
  font-weight: 700;
  padding: 0 5px 0 0;
}
.en-active-lang {
  font-weight: 700;
  padding: 0 5px 0 10px;
}
.en-active-lang::after {
  content: "";
  width: 3px;
  height: 16px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 1px;
}
.ru-active-lang {
  font-weight: 700;
  padding: 0 0 0 10px;
}
.ru-active-lang::after {
  content: "";
  width: 3px;
  height: 16px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 1px;
}
.active-lang-none {
  font-weight: 400;
  padding: 0 7px 0 0;
}
.header__burger-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
}
.header__burger-text,
.header__burger-mail {
  display: none;
}
.header .social {
  display: none;
}
.burger-btn {
  display: none;
}
@media (max-width: 900px) {
  .header__start-btn {
    display: none;
  }
  .phone-block {
    display: none;
  }
  .header__main-wrap {
    gap: 90px;
    justify-content: center;
  }
  .header__burger-wrap {
    width: 55%;
  }
  .header .container {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .en-active-lang::after {
    display: none;
  }
  .ru-active-lang::after {
    display: none;
  }
  .header__main-wrap {
    gap: 90px;
    justify-content: start;
  }
  .header .logo-title {
    font-size: 23px;
  }
  .header__burger-wrap {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100vh;
    padding: 0 45px;
    background: url("../img/svg/burger-bg.svg") no-repeat right bottom, #ffffff;
    background-size: 65%;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  }
  .phone-btn-wrap {
    display: none;
  }
  .phone,
  .header__burger-mail {
    display: flex;
  }
  .header__burger-text {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 15px;
    margin: 25px 0 20px;
  }
  .lang-btn {
    padding: 0 5px;
  }
  .polish-lang::before {
    display: none;
  }
  .phone {
    font-weight: 500;
  }
  .header__burger-mail {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    color: #ff7a00;
    margin-top: 30px;
  }
  .header .social {
    display: flex;
  }
  .header__burger-wrap .social svg {
    fill: #202020;
  }
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
  .hamRotate180.active {
    transform: rotate(180deg);
  }
  .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
  }
  .ham6 .top {
    stroke-dasharray: 40 172;
  }
  .ham6 .middle {
    stroke-dasharray: 40 111;
  }
  .ham6 .bottom {
    stroke-dasharray: 40 172;
  }
  .ham6.active .top {
    stroke-dashoffset: -132px;
  }
  .ham6.active .middle {
    stroke-dashoffset: -71px;
  }
  .ham6.active .bottom {
    stroke-dashoffset: -132px;
  }
}
.slide-in-left {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-out-left {
  animation: slide-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px);
    opacity: 0;
  }
}
@media (max-width: 420px) {
  .header__main-wrap {
    gap: 60px;
  }
}
@media (max-width: 380px) {
  .header__main-wrap {
    gap: 40px;
  }
}
@media (max-width: 370px) {
  .header__main-wrap {
    gap: 30px;
  }
}
.contact-form__wrap.opened-form {
  transform: translateX(0);
}
.contact-form__wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
  background: rgba(0, 0, 0, 0.31);
  z-index: 15;
  transform: translateX(-120%);
  transition: transform 0.5s ease;
}
.contact-form__wrap .container {
  display: flex;
  align-items: center;
  padding: 50px 60px;
  position: relative;
  background: #FFFFFF;
}
.contact-form {
  width: 100%;
}
.contact-form__desc {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #474747;
}
.contact-form__input-wrap {
  display: grid;
  grid-template-columns: 35% 65%;
  grid-template-rows: 33% 33% 33%;
  width: 95%;
  height: auto;
  color: #1E1E1E;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
.contact-form__input-wrap input {
  height: 45px;
}
.contact-form__input-wrap input,
.contact-form__input-wrap textarea {
  margin-top: 2px;
}
.contact-form__text-wrap,
.contact-form__textarea-wrap {
  display: flex;
  flex-direction: column;
}
.contact-form__textarea-wrap textarea {
  height: 83.5%;
  resize: none;
  border: 1px solid #B6B6B6;
  padding: 10px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
.contact-form__textarea-wrap {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: -1;
}
.contact-form__input-wrap > div:not(:last-child) {
  grid-column-start: 1;
}
.contact-form__text-input.invalid {
  background: url("../img/svg/invalid.svg") no-repeat 98%;
}
.contact-form__text-input.valid {
  background: url("../img/svg/valid.svg") no-repeat 98%;
}
.contact-form__text-input {
  width: 90%;
  background: none;
  border: 1px solid #B6B6B6;
  padding: 10px 35px 10px 10px;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
.contact-form__text-input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #707070;
  opacity: 0.7;
}
.contact-form__text-input::placeholder {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #707070;
  opacity: 0.7;
}
.contact-form__label {
  display: flex;
  width: 61%;
  padding-left: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #474747;
  cursor: pointer;
  tab-index: 0;
}
.contact-form__label.invalid {
  color: red;
}
.close-btn {
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  background: none;
  position: absolute;
  right: 60px;
  top: 50px;
  fill: #474747;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0px;
}
.close-btn:hover svg,
.close-btn:focus svg {
  opacity: 0.6;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.close-btn svg {
  width: 25px;
  height: 25px;
}
.contact-form__interactive-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 40px;
  margin: 0 0 25px 0;
}
.contact-form__file-wrap {
  width: auto;
  max-width: 30%;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.contact-form__file-wrap:hover,
.contact-form__file-wrap:focus {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.contact-form__file-label {
  display: block;
  max-width: 100%;
  height: 25px;
  font-style: normal;
  letter-spacing: 0.025em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #9A9A9A;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.contact-form__paperclip {
  width: 25px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-form__bg {
  width: 100%;
  background: #fff;
  height: calc(100% - 80px);
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .contact-form__interactive-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    height: auto;
  }
  .contact-form__label {
    width: 100%;
    margin-top: 20px;
    line-height: 25px;
    padding-left: 35px;
  }
  .contact-form__file-wrap {
    width: auto;
    max-width: 100%;
  }
  .contact-form__interactive-wrap .start-btn {
    margin-top: 30px;
  }
  .contact-form__input-wrap {
    width: 100%;
    grid-template-columns: 100%;
    grid-template-rows: 22% 22% 22% 34%;
    height: 385px;
    margin-bottom: 30px;
  }
  .contact-form__text-input {
    width: 100%;
  }
  .contact-form__textarea-wrap {
    grid-column-start: 1;
    grid-row-start: 4;
  }
  .contact-form__text-wrap label,
  .contact-form__textarea-wrap label {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
  }
  .contact-form h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
  }
  .close-btn {
    right: 40px;
  }
  .contact-form__wrap .container {
    padding: 50px 35px;
  }
}
.greetings {
  min-height: 580px;
  height: 100vh;
  padding-top: 80px;
  background: #fafafa;
  overflow: hidden;
  position: relative;
}
.greetings__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
  transition: all 1.5s ease;
}
.greetings__background-wrap {
  height: 100%;
}
.greetings__desc-block {
  max-width: 510px;
  position: relative;
}
.greetings__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff961b;
  opacity: 0;
  transition: all 0.3s ease;
}
.greetings__text.onload::before {
  bottom: -15px;
  opacity: 1;
  transition: all 0.3s ease;
}
.greetings__text {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1e1e1e;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.greetings__text.onload {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
}
.greetings__title-underline {
  font-size: 27px;
  margin: 0;
  font-weight: 500;
  color: black;
  position: relative;
}
.greetings__title-underline::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 5px;
  background-color: #ff961b;
  left: 0;
  bottom: -10px;
}
.greetings__title {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 135%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transform: translateY(100px);
  opacity: 0;
  margin: 25px 0 15px 0;
  color: black;
  transition: all 0.5s ease;
}
.greetings__title .greetings__title-accent {
  color: #ffaa00;
}
.greetings__title.onload {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease;
}
.greetings__start-btn {
  padding: 10px 0;
  transform: translateY(100px);
  opacity: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 480px;
  transition: all 0.5s ease;
  font-size: 21px;
}
.greetings__start-btn span {
  color: black;
}
@media (max-width: 768px) {
  .greetings__start-btn {
    font-size: 18px;
    width: 300px;
    padding: 10px 20px;
  }
}
.greetings__start-btn.onload {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.5s ease;
}
.greetings__pic-wrap {
  height: 90%;
  max-height: 550px;
  width: 50%;
}
.greetings__pic-wrap {
  position: relative;
}
.area {
  width: 65%;
  height: 100%;
  right: 0;
  position: absolute;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #ffaa00;
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
.greetings__picture {
  display: flex;
  justify-content: center;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.tilt-in-fwd-tr {
  animation: tilt-in-fwd-tr 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes tilt-in-fwd-tr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .greetings__title {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .greetings__devices-img {
    width: calc(105% + 1.1vw);
    height: auto;
  }
}
@media (max-width: 740px) {
  .greetings__devices-img {
    display: none;
  }
}
@media (max-width: 600px) {
  .greetings {
    min-height: 300px;
    height: 480px;
  }
  .greetings__desc-block {
    height: 100%;
    width: 85%;
    max-width: 100%;
    margin: auto;
    padding-top: 35px;
  }
  .greetings__text {
    font-size: 15px;
    line-height: 12px;
    font-weight: 600;
  }
  .greetings__title {
    font-size: 30px;
    line-height: 35px;
    margin: 40px 0 50px;
  }
  .greetings__mobile-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .greetings__mobile-item {
    position: relative;
  }
  .greetings__mobile-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: -34px;
    top: -6px;
    background: radial-gradient(34.04% 34.04% at 50% 50%, #ff961b 12.5%, rgba(255, 255, 255, 0) 100%);
  }
  .greetings__mobile-btn {
    background: transparent;
    border: none;
    color: #1e1e1e;
  }
  .area {
    width: 100%;
    height: calc(100% - 80px);
  }
}
@media (max-width: 385px) {
  .greetings__start-btn {
    min-width: 100%;
  }
}
.contact {
  display: flex;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 95px;
  min-height: 480px;
  transition: all 0.3s ease;
  opacity: 0;
}
.animated.contact {
  opacity: 1;
  transition: all 0.3s ease;
}
.animated .contact-form {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .contact.container {
    width: 85%;
  }
}
.about-us {
  display: flex;
  align-items: center;
  padding: 45px 0 60px 0;
  position: relative;
  background: #1e1e1e;
  overflow: hidden;
}
.about-us .container {
  position: relative;
}
.about-us__desc-wrap {
  display: flex;
  justify-content: space-between;
}
.about-us__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 800;
  line-height: 80px;
}
.about-us__title::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 8px;
  width: 100%;
  bottom: 0;
  background: #ff8a00;
}
.about-us__desc {
  width: 41%;
  color: #ffffff;
  opacity: 0;
}
.about-us__desc span {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
.about-us__desc-second-part {
  display: block;
  margin-top: 35px;
}
.about-us__cite {
  display: flex;
  align-items: center;
  position: relative;
  width: 45%;
  padding: 70px 0 70px 100px;
  background: #ffffff;
  color: black;
  font-weight: 500;
  opacity: 0;
}
.about-us__cite span {
  display: block;
  font-size: 20px;
  line-height: 25px;
}
.about-us__cite span a {
  color: black;
  font-weight: 600;
  transition: all 0.3s ease;
}
.about-us__cite span a:hover {
  color: #ff8a00;
}
.about-us__quotes {
  width: 35px;
  height: 25px;
  position: absolute;
  top: 50px;
  left: 45px;
}
.about-us__cite::after {
  content: "";
  display: block;
  background: #ffffff;
  width: 500px;
  height: 100%;
  position: absolute;
  right: -499px;
}
.animated .bounce-in-left {
  -webkit-animation: bounce-in-left 1.1s both;
  opacity: 1;
  animation: bounce-in-left 1.1s both;
}
.animated .bounce-in-right {
  -webkit-animation: bounce-in-right 1.1s both;
  opacity: 1;
  animation: bounce-in-right 1.1s both;
}
@keyframes bounce-in-left {
  0% {
    transform: translateX(-600px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-68px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-right {
  0% {
    transform: translateX(600px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(68px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(32px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
}
@media (max-width: 900px) {
  .about-us {
    height: auto;
    margin-top: -1px;
  }
  .about-us__desc-wrap {
    display: block;
  }
  .about-us__desc,
  .about-us__cite {
    width: 100%;
  }
  .about-us__cite {
    padding: 20px 0 20px 30px;
    margin-top: 40px;
  }
  .about-us__quotes {
    top: -12px;
    left: 0;
  }
  .about-us__title {
    color: #ff961b;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .about-us__title::before {
    display: none;
  }
  .about-us__cite span {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .about-us .container {
    width: 85%;
  }
  .about-us__cite span {
    width: 100%;
    min-width: 100%;
  }
  .about-us__desc span,
  .about-us__cite span {
    font-size: 15px;
  }
  .about-us__title::before {
    display: none;
  }
  .about-us .about-us__title {
    color: #ff961b;
    font-size: 25px;
    line-height: 30px;
  }
}
/* Partners (logos carousel) */
.partners {
  background: white;
  padding: 40px 0;
  width: 100%;
  overflow: hidden;
}
.partners h2 {
  font-size: 40px;
  font-weight: 800;
  color: black;
  margin-bottom: 40px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.partners .container {
  overflow: hidden;
}
.partners__marquee {
  padding: 25px 0 40px 0;
  width: 100%;
  position: relative;
}
.partners__track {
  display: flex;
  align-items: center;
  gap: 90px;
  width: -moz-max-content;
  width: max-content;
  animation: partners-scroll 35s linear infinite;
}
.partners__marquee:hover .partners__track {
  animation-play-state: paused;
}
.partners__item {
  flex: 0 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.favbet {
  width: 340px;
  height: 70px;
}
.nature {
  transform: scale(1.3);
  margin: 0 20px;
}
.galicia {
  transform: scale(1.5);
  margin: 0 20px;
}
.footbik {
  transform: scale(1.5);
  margin: 0 15px;
}
.hostels {
  transform: scale(1.25);
  margin: 0 12px;
}
.partners__item img {
  height: 100%;
}
.partners__item:hover {
  opacity: 0.95;
  filter: grayscale(0%);
}
@keyframes partners-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  .partners {
    padding: 25px 0;
  }
  .partners__track {
    gap: 35px;
    animation-duration: 40s;
  }
}
@media (max-width: 600px) {
  .partners .container {
    width: 85%;
  }
  .partners h2 {
    font-size: 30px;
  }
  .partners__track {
    gap: 28px;
    animation-duration: 45s;
  }
}
/* Partners (logos carousel) */
.partners {
  background: white;
  padding: 40px 0;
}
.partners .container {
  overflow: hidden;
}
.partners__marquee {
  width: 100%;
  position: relative;
}
.partners__track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: -moz-max-content;
  width: max-content;
  animation: partners-scroll 35s linear infinite;
}
.partners__marquee:hover .partners__track {
  animation-play-state: paused;
}
.partners__item {
  flex: 0 0 auto;
  min-height: 70px;
  max-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.partners__item img {
  max-width: 100%;
  max-height: 100%;
}
.partners__item:hover {
  opacity: 0.95;
  filter: grayscale(0%);
}
@keyframes partners-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 900px) {
  .partners {
    padding: 25px 0;
  }
  .partners__track {
    gap: 35px;
    animation-duration: 40s;
  }
}
@media (max-width: 600px) {
  .partners .container {
    width: 85%;
  }
  .partners__item {
    height: 55px;
  }
  .partners__track {
    gap: 28px;
    animation-duration: 45s;
  }
  .favbet {
    width: 300px;
    height: 55px;
  }
}
.services {
  min-height: 500px;
  padding: 45px 0;
}
.services h2 {
  font-size: 40px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  color: black;
}
@media (max-width: 768px) {
  .services {
    padding: 45px 0 0 0;
  }
}
.services__tabs {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto 70px;
}
.services__tabs-item button {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  color: #9a9a9a;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services__tabs-item button:hover,
.services__tabs-item button:focus {
  color: #ff8a00;
  transition: all 0.3s ease;
}
.services__tabs-item button.active {
  color: #1e1e1e;
  transition: all 0.3s ease;
}
.services__tabs-item button.active::before {
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 100%;
  z-index: -1;
  bottom: -12px;
  background: #ff8a00;
}
.services__service-list {
  width: 53%;
}
.services__service-item button {
  height: 50px;
  border: none;
  background: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #1e1e1e;
  padding-left: 80px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.services-tab-list {
  list-style-type: disc;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.services-tab-list li {
  font-weight: 400;
}
.services-info {
  font-weight: 500;
}
.services__service-item button:hover,
.services__service-item button:focus {
  color: #9a9a9a;
  transition: opacity 0.3s ease;
}
.services__service-item button.active {
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #1e1e1e;
  background: url("../img/svg/arrow.svg") no-repeat left;
}
.services__tab-wrap {
  display: none;
}
.services__tab-wrap.active {
  display: flex;
  justify-content: space-between;
}
.services__tab-desc {
  width: 45%;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #1e1e1e;
  margin: 0;
}
.slide-in-blurred-bottom {
  opacity: 0;
}
.animated .slide-in-blurred-bottom {
  opacity: 1;
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@media (max-width: 1250px) {
  .services__tabs {
    width: 100%;
  }
}
@media (max-width: 830px) {
  .services__tabs-item {
    width: 33.33%;
  }
  .services__service-item button {
    padding: 0;
    text-align: left;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: auto;
    margin-bottom: 15px;
  }
  .services__service-item button.active {
    background: none;
  }
}
@media (max-width: 600px) {
  .services h2 {
    font-size: 30px;
  }
  .services .container {
    width: 85%;
  }
  .services__tabs-item button,
  .services__service-item button,
  .services__service-item button.active,
  .services__tab-desc {
    font-size: 15px;
    line-height: 20px;
  }
  .services__tabs {
    margin-bottom: 45px;
  }
  .services__tabs-item button.active::before {
    height: 3px;
    bottom: -3px;
  }
  .services__service-list {
    width: 35%;
  }
  .services__tab-desc {
    width: 60%;
  }
  .services__service-item button,
  .services__service-item button.active {
    color: #ec8923;
  }
  .services__tabs-item {
    width: 43%;
  }
}
.workers {
  display: none;
}
.portfolio {
  background: #1e1e1e;
}
@media (max-width: 768px) {
  .portfolio {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .portfolio .container {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.portfolio .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 40px 0 0 0;
  height: 900px;
}
.portfolio__title {
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}
.slider__item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  color: #ffffff;
  background-color: none;
  opacity: 0;
  cursor: pointer;
}
.slider__item picture {
  display: flex;
  justify-content: center;
  transition: all 1s ease;
}
.slider__item a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: left;
}
.slider__item a:hover {
  color: #ff8a00;
}
.slider__item a:hover picture {
  transform: scale(1.1);
}
.slider__item a h3 {
  margin: 40px 0 20px 0;
  padding: 0 20px;
  font-weight: 800;
}
.slider__item img {
  display: block;
}
.slider__control {
  position: absolute;
  top: 50%;
  display: none;
  border: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  text-align: center;
  transform: translateY(-50%);
  background: #101010;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0px;
}
.slider__control:hover,
.slider__control:focus {
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.slider__control_show {
  display: flex;
}
.slider__control_left {
  left: 0;
}
.slider__control_right {
  right: 0;
}
.slider__control::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.slider__control_left::before {
  background: url("../img/svg/slider-arrow.svg") no-repeat center;
  transform: rotate(180deg);
}
.slider__control_right::before {
  background: url("../img/svg/slider-arrow.svg") no-repeat center;
}
.portfolio__desc {
  padding: 0 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
.portfolio__desc {
  margin: 0;
}
.animated .slider__item {
  opacity: 1;
  animation: slit-in-vertical 0.45s ease-out both;
}
@keyframes slit-in-vertical {
  0% {
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateY(0);
  }
}
@media (max-width: 1080px) {
  .portfolio,
  .portfolio .container {
    height: -moz-fit-content;
    height: fit-content;
  }
  .slider__wrapper {
    flex-direction: column;
  }
  .slider__item:nth-child(even) {
    background-color: #1e1e1e;
  }
  .slider__item {
    background-color: none;
    max-width: 100%;
    padding: 15px 0;
  }
  .slider__control {
    display: none;
  }
  .portfolio__desc {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .portfolio .container {
    width: 85%;
  }
  .slider__item img {
    width: 100%;
    height: auto;
  }
  .portfolio__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 25px;
  }
  .portfolio__desc {
    font-size: 15px;
    line-height: 20px;
  }
}
.social {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 30px;
  width: 200px;
  margin: 0;
  padding: 0;
}
.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: all 0.3s ease;
}
.social-link svg {
  width: 30px;
  height: 30px;
  fill: #fafafa;
  transition: all 0.3s ease;
}
.social-link:hover svg,
.social-link:focus svg {
  fill: #ff8a00;
  filter: drop-shadow(0 0 5px #ff8a00);
  transition: all 0.3s ease;
}
.social--vk,
.social--vk svg {
  height: 20px;
}
.social__item {
  display: flex;
  height: 100%;
  width: 25%;
}
@media (max-width: 768px) {
  .social {
    margin: 30px 0;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  padding-bottom: 30px;
  background-color: #202020;
}
.footer .footer-logo {
  font-size: 30px;
  font-weight: 400;
  transition: all 0.4s ease;
  color: white;
}
.footer .footer-logo .footer-orange-logo {
  color: #ff8a00;
  font-weight: 800;
}
.footer .footer-logo:hover {
  opacity: 0.6;
}
.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer__title-block {
  display: flex;
  align-items: center;
  height: 30%;
  background-color: #ffffff;
}
.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.footer__copyright {
  width: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.footer .phone-block {
  width: auto;
}
.footer__wrap .phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.footer__wrap .phone:hover,
.footer__wrap .phone:focus {
  color: #ff7a00;
  transition: all 0.3s ease;
}
.footer__logo-circle {
  opacity: 0;
  transition: all 0.3s ease;
}
.footer__logo {
  font-size: 0px;
}
.footer__logo:hover .footer__logo-circle,
.footer__logo:focus .footer__logo-circle {
  opacity: 1;
  transition: all 0.3s ease;
}
.footer__logo-stripes {
  fill: #505050;
  transition: all 0.3s ease;
}
.footer__logo:hover .footer__logo-stripes,
.footer__logo:focus .footer__logo-stripes {
  fill: #ffd335;
  transition: all 0.3s ease;
}
.footer__mail {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #ff7a00;
}
.footer__mail:hover,
.footer__mail:focus {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .footer .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .footer {
    height: auto;
    padding: 20px 0;
  }
  .footer__wrap {
    display: block;
  }
  .footer__wrap .phone {
    font-weight: 500;
  }
}
.backToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  border-radius: 50%;
  z-index: 5;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.backToTop svg {
  width: 15px;
  height: 20px;
}
.backToTop-show {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease;
}
.backToTop-show:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

/*# sourceMappingURL=style.css.map */
