/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/index.scss ***!
  \*************************************************************************************************************************************/
body {
  box-sizing: border-box;
  margin: 0;
  background-image: url(/473a3727c08710ad700d.png);
  background-size: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

html {
  font-size: 24px;
}
@media (max-width: 768px) {
  html {
    font-size: 18px;
  }
}

h1 {
  font-size: 32px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

:root {
  --text-color: #191923;
  --text: #205e5e;
  --text-shadow: 3px 3px 4px #999999;
  --box-shadow: 3px 3px 3px #999999 ;
  --background-center: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/652/confectionary.png);
  --background-contour:#E7E7E7;
  --background: rgb(45,195,145);
  --background-image: linear-gradient(rgba(45, 195, 145, 0.5), rgba(45, 195, 145, 0.5)),linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  --accent-color: #c32b37;
  --green-color: #01be96;
  --burger-color: #75c043;
}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/app.styles.scss ***!
  \******************************************************************************************************************************************/
.container {
  display: flex;
  flex-direction: column;
  width: 100vw;
  background: linear-gradient(159deg, rgba(45, 195, 145, 0.5) 0%, rgba(45, 195, 145, 0.5) 100%);
}
.container .banner {
  background-image: linear-gradient(rgba(0, 10, 10, 0.5), rgba(0, 10, 10, 0.5)), url(/75a8f9ac8ea9d89c93cc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100vw auto;
  height: 100vh;
  width: 100vw;
}
@media (max-width: 1140px) {
  .container .banner {
    background-size: auto 100vh;
  }
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/Banner/header.style.scss ***!
  \**************************************************************************************************************************************************************/
.header {
  display: flex;
  flex-direction: column;
}
.header .search {
  position: fixed;
  z-index: 5;
  left: 200px;
  top: 130px;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  overflow-y: scroll;
  max-height: 400px;
}
@media (max-width: 768px) {
  .header .search {
    top: 110px;
    left: 15vw;
    width: 70vw;
  }
}

.logo-eco {
  margin-top: 0;
  height: 120px;
}
@media (max-width: 768px) {
  .logo-eco {
    display: none;
  }
}

.logo-link {
  width: 30px;
}
.logo-link .logo-search {
  height: 30px;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .logo-link .logo-search {
    margin-top: -24px;
    margin-bottom: 76px;
  }
}

.logo-link:hover {
  cursor: pointer;
}

.logo-eco-burger {
  display: none;
}
@media (max-width: 768px) {
  .logo-eco-burger {
    position: fixed;
    display: block;
    margin-top: 0;
    margin-left: 10vw;
    height: 120px;
    z-index: 99;
  }
}

.hide {
  position: fixed;
  width: 100vw;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-image: linear-gradient(43deg, rgb(255, 255, 255) 0%, rgb(145, 145, 145) 33%, rgb(45, 195, 145) 60%, rgb(250, 145, 177) 100%);
  background-color: #01be96;
  opacity: 0.8;
  z-index: 1;
}
@media (max-width: 1140px) {
  .hide {
    font-size: 0.65rem;
  }
}
@media (max-width: 768px) {
  .hide {
    height: 0;
    padding: 0;
    transition: height 800ms ease-in-out;
    position: fixed;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    background-image: none;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    gap: 2rem;
    font-weight: 700;
    overflow: hidden;
  }
}

.nav {
  position: fixed;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-image: linear-gradient(43deg, rgb(255, 255, 255) 0%, rgb(145, 145, 145) 33%, rgb(45, 195, 145) 60%, rgb(250, 145, 177) 100%);
  background-color: #01be96;
  opacity: 0.8;
  z-index: 1;
}
@media (max-width: 1140px) {
  .nav {
    font-size: 0.65rem;
  }
}
@media (max-width: 768px) {
  .nav {
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    gap: 1.7rem;
    font-weight: 700;
    margin-left: 10vw;
    width: 80vw;
    height: 86vh;
    border: 2px solid #FFFFFF;
    transition: height 800ms ease-in-out;
  }
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}

a:hover {
  opacity: 0.9;
  color: var(--text);
}

.burger-box {
  display: flex;
  flex-direction: row;
  width: 100vw;
}

.btn {
  display: none;
}
@media (max-width: 768px) {
  .btn {
    display: flex;
    flex-direction: column;
    position: fixed;
    background: transparent;
    border: none;
    top: 35px;
    left: 75vw;
    z-index: 99;
  }
}

.dash {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: var(--burger-color);
  margin: 5px;
}

.burger {
  display: none;
}
@media (max-width: 768px) {
  .burger {
    padding: 10px;
    position: fixed;
    background: transparent;
    border: none;
    top: 50px;
    left: 70vw;
    display: flex;
    flex-direction: column;
    z-index: 99;
  }
}

.cross1 {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: red;
  transform: rotate(45deg);
}

.cross2 {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: red;
  transform: rotate(-45deg);
}

.title {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 200px;
}
.title .title-text {
  color: #FFF;
}
.title .glassCard {
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 800px;
  text-align: center;
}
.title .glassCard .title-average-text {
  color: blue;
}
@media (max-width: 768px) {
  .title .glassCard .title-average-text {
    font-size: 16px;
  }
}
.title .glassCard .title-bottom-text {
  color: yellow;
  font-size: 48px;
}
@media (max-width: 768px) {
  .title .glassCard .title-bottom-text {
    font-size: 18px;
  }
}
.title .title-subtext {
  color: #FFFFFF;
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/searchBar.style.scss ***!
  \**********************************************************************************************************************************************************/
.search div {
  border: 3px solid var(--text);
  border-radius: 3px;
  width: 42vw;
  margin: 0 auto;
  padding: 8px;
  background-image: linear-gradient(43deg, rgb(255, 255, 255) 0%, rgb(145, 145, 145) 33%, rgb(45, 195, 145) 60%, rgb(250, 145, 177) 100%) !important;
}

.search-table {
  border: 3px solid var(--text);
  border-radius: 3px;
  margin: 0 auto;
  background: var(--background-image);
}

.search-text {
  color: var(--text-color);
}

.search-text:hover {
  color: var(--accent-color);
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/services.style.scss ***!
  \*********************************************************************************************************************************************************/
.services {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.services .registration-image {
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  width: 62vw;
}
.services .registration-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 64px;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
}
.services .registration-container div.sc-gEvEer.cbfpeh {
  background: #205e5e;
}
.services .registration-container div.sc-gEvEer.cbfpeh button.sc-kAyceB.hZVWPG {
  background-image: var(--background-image);
  color: #205e5e;
}
.services .registration-container .ZhWYQ {
  position: static;
  background-color: #205e5e;
  font-size: 28px;
  width: 154px;
  border-radius: 8px;
  padding: 16px;
}
.services .registration-container .ZhWYQ path {
  display: none;
}
.services .registration-container .ZhWYQ:hover {
  box-shadow: 3px 3px 3px #0b2121;
  color: #FFFFFF;
}
.services .registration-container .ZhWYQ:after {
  content: "";
  font-size: 28px;
  position: absolute;
  color: #FFFFFF;
}
.services .btn-registration {
  color: #FFFFFF;
  font-size: 20px;
  border: 2px solid white;
  border-radius: 8px;
  padding: 8px;
  background: transparent;
}
.services .link-registration {
  border: 2px solid white;
  border-radius: 8px;
  padding: 8px;
}
.services .logo-rosa {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid white;
  border-radius: 8px;
  padding: 8px;
}
.services .btn-registration-netlify {
  color: #FFFFFF;
  font-size: 20px;
  border: 2px solid white;
  border-radius: 8px;
  padding: 8px;
  background: transparent;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/registration.style.scss ***!
  \*************************************************************************************************************************************************************/
.form-container {
  display: flex;
  flex-direction: column;
}
.form-container .register-form {
  display: flex;
  flex-direction: column;
  width: 20vw;
  padding-left: 10vw;
}
.form-container .register-form .form-field {
  height: 30px;
}
.form-container .register-form .submit {
  height: 25px;
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/projects.style.scss ***!
  \*********************************************************************************************************************************************************/
.projects {
  width: 100vw;
  padding-bottom: 50px;
}

/*******************  FAQ  ****************/
.faq-shell {
  display: flex;
  padding-top: 30px;
  padding-left: 18vw;
  padding-right: 18vw;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 1140px) {
  .faq-shell {
    flex-direction: column-reverse;
  }
}

.faq__title {
  color: var(--text);
  text-align: center;
  font-size: 48px;
  margin: 0 0 79px;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.faq-img {
  width: 24vw;
  height: 100%;
  border-radius: 8px;
  margin-top: 140px;
}
@media (max-width: 1140px) {
  .faq-img {
    width: 70vw;
    margin-top: 10px;
  }
}

.accordion {
  margin: 0 auto 20px;
  max-width: 940px;
  padding-left: 36px;
}

.accordion__toggle {
  color: var(--text);
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 768px) {
  .accordion__toggle {
    font-size: 20px;
  }
}

.accordion__toggle::-webkit-details-marker,
.accordion__toggle::marker {
  display: none;
  font-size: 0;
}

.accordion__toggle:before,
.accordion__toggle:after {
  content: "";
  position: absolute;
  /*    display: block;  - for handmade cross  */
  display: none; /***** !!!!! for SVG CROSS ****/
  width: 20px;
  height: 3px;
  background: var(--text);
  border-radius: 5px;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion__toggle:after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion[open] {
  margin-bottom: 40px;
}

.accordion[open] .accordion__toggle {
  color: var(--text);
}

.accordion[open] .accordion__toggle:before,
.accordion[open] .accordion__toggle:after {
  background: var(--text);
  transform: translate(-50%) rotate(45deg);
}

.accordion[open] .accordion__toggle:after {
  transform: translate(-50%) rotate(135deg);
}

.accordion[open] .accordion__toggle svg {
  transform: rotate(45deg);
}

.accordion[open] .accordion__toggle svg {
  fill: var(--text);
}

.accordion__toggle svg {
  fill: var(--text);
  position: absolute;
  left: -36px;
  transform: translate(0%);
  top: 25%;
}

/**********************************************************/
.faq-box {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .faq-box {
    margin-bottom: 200px;
  }
}

.faq-link {
  width: 20vw;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #205e5e;
  padding: 16px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .faq-link {
    width: 30vw;
    font-size: 20px;
  }
}

.faq-link:hover {
  color: #FFFFFF;
  box-shadow: 3px 3px 3px #0e2c2c;
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/about.style.scss ***!
  \******************************************************************************************************************************************************/
.about {
  width: 100vw;
  background-image: var(--background-image);
  color: var(--text-color);
}
.about .about-container {
  padding-left: 20vw;
  padding-right: 20vw;
}
.about ul .about-box-list {
  padding-bottom: 8px;
  display: flex;
}
.about .about-box-text {
  margin-bottom: 36px;
  font-weight: bold;
}
.about .about-button {
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 12px;
  background: #205e5e;
}
.about .about-button:hover {
  color: #fff;
  box-shadow: 3px 3px 3px rgb(10, 31, 31);
}
.about .about-requirements {
  background: #ffef99;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.about .about-link {
  width: 22vw;
  display: block;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 6px 12px;
  background: #205e5e;
}
.about .about-link:hover {
  color: #FFFFFF;
  box-shadow: 3px 3px 3px rgb(10, 31, 31);
}
/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/contacts.style.scss ***!
  \*********************************************************************************************************************************************************/
.contacts {
  position: relative;
  width: 100vw;
  margin-top: 40px;
  border-top: 2px solid #FFFFFF;
}
.contacts .contacts-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 30vh;
  border-radius: 8px;
  background-image: var(--background-image);
  right: 20px;
  bottom: 500px;
  border: 2px solid #FFFFFF;
}
.contacts .contacts-box .contacts__title {
  font-size: 28px;
  margin-left: 12px;
}
.contacts .contacts-box .contacts__list {
  list-style: none;
  padding: 12px;
  line-height: 1em;
  margin-top: -12px;
}
.contacts .contacts-box .contacts__list_row {
  color: var(--text-color);
  font-size: 18px;
}
.contacts .map-city {
  width: 100vw;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/footer.style.scss ***!
  \*******************************************************************************************************************************************************/
.footer {
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  align-items: center;
  padding: 50px 40px 50px 40px;
  background: #205e5e;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column-reverse;
  }
}
.footer .footer__left {
  display: flex;
  flex-direction: column;
}
.footer .footer__left .footer__logo__img {
  width: 50px;
  padding: 5px;
  background: #fff;
  border-radius: 8px;
}
.footer .footer__left .footer__left_text {
  display: flex;
  justify-content: end;
  color: #FFFFFF;
  font-size: 18px;
  max-width: 340px;
}
.footer .footer__left .footer__left_text_two {
  display: flex;
  justify-content: start;
  color: #FFFFFF;
  font-size: 18px;
  max-width: 420px;
}
.footer .footer__right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer .footer__right {
    margin-bottom: 40px;
  }
}
.footer .footer__text {
  display: flex;
  color: #FFFFFF;
  justify-content: end;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  gap: 28px;
}
.footer .footer__nav .footer__link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.footer .footer__nav .footer__link .footer__logo_picture .footer__logo__button_img {
  height: 20px;
  width: 20px;
}
.footer .footer__nav .footer__link:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-link:hover {
  color: #FFFFFF;
  box-shadow: 3px 3px 3px #0e2c2c;
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/Banner/home.style.scss ***!
  \************************************************************************************************************************************************************/
.home {
  width: 100vw;
  border-top: 3px solid #FFFFFF;
  /*******************  FAQ  ****************/
  /*******************************************/
}
.home .home-title {
  padding-left: 10vw;
  padding-right: 10vw;
  background-image: linear-gradient(rgba(45, 195, 145, 0.5), rgba(45, 195, 145, 0.5)), linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}
.home .home-title .home-title-text {
  text-align: center;
  color: var(--text-color);
  font-size: 1.4em;
  line-height: 1.4em;
  background: var(--background-image);
  padding-top: 60px;
}
.home .home-title-3 {
  text-align: center;
  margin-left: 20vw;
  margin-right: 20vw;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: var(--background-image);
}
.home .home-set {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: var(--background-image);
}
.home .home-set .home-box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 20vw;
  margin: 2vw;
}
@media (max-width: 1268px) {
  .home .home-set .home-box {
    width: 30vw;
    margin: 2vw;
  }
}
@media (max-width: 538px) {
  .home .home-set .home-box {
    width: 60vw;
    margin: 2vw;
  }
}
.home .home-set .home-box.organizer {
  margin-left: 6vw;
  margin-right: 6vw;
}
@media (max-width: 538px) {
  .home .home-set .home-box.organizer {
    width: 60vw;
    margin: 2vw;
  }
}
.home .home-set .home-box .home-box-img {
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  width: 20vw;
}
.home .home-set .home-box .home-box-post {
  color: var(--text-color);
  font-size: 1em;
}
.home .home-set .home-box .home-box-name {
  color: var(--text-color);
  font-size: 1em;
  text-align: center;
}
.home .home-set .home-box .home-box-text {
  font-size: 18px;
  color: var(--text-color);
  text-align: center;
  width: 100%;
}
.home .faq {
  padding: 30px 20vw 30px 20vw;
}
.home .faq__title {
  color: var(--text);
  text-align: center;
  font-size: 48px;
  margin: 0 0 79px;
}
.home .accordion {
  margin: 0 auto 20px;
  max-width: 940px;
  padding-left: 36px;
}
.home .accordion__toggle {
  color: var(--text);
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.home .accordion__toggle::-webkit-details-marker,
.home .accordion__toggle::marker {
  display: none;
  font-size: 0;
}
.home .accordion__toggle:before,
.home .accordion__toggle:after {
  content: "";
  position: absolute;
  /*    display: block;  - for handmade cross  */
  display: none; /***** !!!!! for SVG CROSS ****/
  width: 20px;
  height: 3px;
  background: var(--text);
  border-radius: 5px;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
}
.home .accordion__toggle:after {
  transform: translateY(-50%) rotate(90deg);
}
.home .accordion[open] {
  margin-bottom: 40px;
}
.home .accordion[open] .accordion__toggle {
  color: var(--text);
}
.home .accordion[open] .accordion__toggle:before,
.home .accordion[open] .accordion__toggle:after {
  background: var(--text);
  transform: translate(-50%) rotate(45deg);
}
.home .accordion[open] .accordion__toggle:after {
  transform: translate(-50%) rotate(135deg);
}
.home .accordion[open] .accordion__toggle svg {
  transform: rotate(45deg);
}
.home .accordion[open] .accordion__toggle svg {
  fill: var(--text);
}
.home .accordion__toggle svg {
  fill: var(--text);
  position: absolute;
  left: -36px;
  transform: translate(0%);
  top: 25%;
}

.home-box-management {
  width: 30vw;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: flex-start;
  margin: 4vw;
}

.home-box-img-management {
  border-radius: 50%;
  overflow: hidden;
  width: 30vw;
}

.home-box-post {
  text-align: center;
  color: var(--text-color);
  font-size: 1em;
}

.home-box-name {
  color: var(--text-color);
  font-size: 1em;
  text-align: center;
}

.home-box-text {
  font-size: 20px;
  color: var(--text-color);
  text-align: center;
  width: 100%;
}

.home-center {
  text-align: center;
}

.home-infoList {
  height: 50px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: #205e5e;
  padding: 16px;
  font-size: 28px;
}
@media (max-width: 768px) {
  .home-infoList {
    font-size: 24px;
  }
}

.home-infoList:hover {
  color: #FFFFFF;
  box-shadow: 3px 3px 3px #0e2c2c;
}

.timer {
  text-align: center;
  color: var(--text);
  margin-top: 80px;
}
@media (max-width: 768px) {
  .timer {
    margin-top: 60px;
  }
}
.timer .timer-display {
  font-size: 100px;
  color: var(--text);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .timer .timer-display {
    font-size: 50px;
  }
}
.timer .timer-display .timer-display-date {
  font-size: 33px;
  color: var(--text);
  margin-top: -10px;
}
@media (max-width: 768px) {
  .timer .timer-display .timer-display-date {
    font-size: 16px;
  }
}
.timer .timer-display .timer-display-date .timer-display-date-element {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .timer .timer-display .timer-display-date .timer-display-date-element {
    margin-right: 14px;
  }
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/components/report.style.scss ***!
  \*******************************************************************************************************************************************************/
.report {
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: center;
}
.report .report-link {
  font-size: 30px;
  padding: 20px 40px 20px 40px;
  background: #205e5e;
  border-radius: 8px;
  border: solid #FFFFFF 2px;
}
.report .report-link:hover {
  color: #FFFFFF;
  box-shadow: 3px 3px 3px #0c2323;
}
