@charset "UTF-8";
/*
Theme Name: Restructis
Author: Sebastian Szumała
Author URI: https://parusdesign.pl/
Template: hello-elementor
Text Domain: Restructis
Version: 1.0
*/
/* line 44, style.scss */
html, body {
  background: #F7F7F7;
  color: #252428;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  font-family: soleil, sans-serif, Roboto, sans-serif;
  font-style: normal;
  font-size: 1.4vw;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 59, style.scss */
* {
  box-sizing: border-box;
  z-index: 1; }

/* line 63, style.scss */
*:before, *:after {
  box-sizing: inherit; }

/*a, a:visited {
	color: $cn;
	text-decoration: none;
	transition: all $t1 $cb;
	
	&:hover {
		color: $sec;
		text-decoration: underline;
	}
}*/
/* line 76, style.scss */
.page-main-content {
  background: #F7F7F7;
  width: 100%;
  height: auto;
  min-height: 80vh;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  z-index: 1; }

/* line 87, style.scss */
.page-content {
  margin: 0; }

/* line 90, style.scss */
.noscroll {
  overflow: hidden; }

/* line 93, style.scss */
h1, h2, h3, h4, h5, h6 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 99; }

/* line 102, style.scss */
.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

/* line 111, style.scss */
#k-sds {
  width: 70%;
  height: auto;
  position: fixed;
  display: none;
  bottom: -4vw;
  margin: 0 15%;
  background: #3E25DF;
  border-radius: 12px;
  color: #F7F7F7;
  font-family: soleil, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  text-align: center;
  padding: .5em 0;
  z-index: 99999;
  transition: all 0.35s ease-in-out;
  animation: ksds 0.7s ease-in-out 0.2s 1 forwards; }

@keyframes ksds {
  0% {
    bottom: -4vw; }
  100% {
    bottom: 4vw; } }
@media screen and (max-width: 768px) {
  /* line 141, style.scss */
  #k-sds {
    font-size: 3.4vw;
    width: 90%;
    margin: 0 5%;
    bottom: -20vw; }

  @keyframes ksdsm {
    0% {
      bottom: -20vw; }
    100% {
      bottom: 5vw; } } }
