.sl {
  font-family: Roboto, Arial, sans-serif;
  transition: 0.3s all;
  z-index: 2147483646;
  color: var(--text-color);
  line-height: 1.4;
}
.sl b {
  font-weight: 900;
}
.sl-text-center {
  text-align: center !important;
}
.sl-close {
  outline: unset;
  border: unset;
  padding: unset;
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background-color: var(--close-button-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.sl-close .sl-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.sl-title-lg {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.sl-title-md {
  font-size: 21px;
}
.sl-title-xs {
  font-size: 18px;
}
.sl-color {
  color: var(--brand-color);
}
.sl-text-uppercase {
  text-transform: uppercase;
}
.sl-img-fluid {
  max-width: 100%;
  height: auto;
}
.sl-button {
  display: inline-block;
  color: var(--button-color);
  -webkit-text-fill-color: var(--button-color);
  text-decoration: none;
  cursor: pointer;
  padding: 0.8rem 1rem;
  border: none;
  -webkit-box-shadow: 0 5px 25px var(--brand-color);
  box-shadow: 0 5px 25px var(--brand-color);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: var(--brand-color);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.sl-blik {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.sl-blik:before {
  -webkit-animation: btn 3s infinite linear;
  animation: btn 3s infinite linear;
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  -webkit-transform: skewX(-6deg);
  -ms-transform: skewX(-6deg);
  transform: skewX(-6deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: -o-linear-gradient(
    left,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 55%,
    transparent 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(55%, rgba(255, 255, 255, 0.5)),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 55%,
    transparent 100%
  );
}

.sl-input {
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 2px solid var(--brand-color);
}
.sl-input.is-invalid {
  border: 2px solid red;
}
.sl-input.is-invalid::-webkit-input-placeholder {
  color: red;
  opacity: 1;
}
::-webkit-input-placeholder {
  /* Chrome */
  color: #000;
  opacity: 0.75 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 0.75 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 0.75 !important;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #000;
  opacity: 0.75 !important;
}
.sl-block {
  width: 100%;
}
.sl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*Popup*/

.sl-popup {
  -webkit-animation: AnimationStartedModal 0.5s ease-in-out;
  animation: AnimationStartedModal 0.5s ease-in-out;

  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  //-webkit-box-orient: vertical;
  //-webkit-box-direction: normal;
  //-webkit-box-pack: center;
  //justify-content: center;
  //-webkit-box-align: center;
  //align-items: center;
  max-width: 600px;
  min-height: 450px;
  max-height: 100%;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.05);
  display: none;
}
.sl-popup-width {
  max-width: 920px;
}
.sl-popup-img {
  margin-bottom: 20px;
}
.sl-popup-content {
  align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;

  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  overflow-x: visible;

  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;

  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.sl-popup-content .sl-container {
  align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
}
/*Popup Skidka*/

.sl-overlay {
  z-index: 1071;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.sl-popup-skidka,
.sl-popup-akcia {
  -webkit-animation: AnimationStartedModal 0.5s ease-in-out;
  animation: AnimationStartedModal 0.5s ease-in-out;

  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 520px;
  min-height: 550px;
  max-height: 100%;
  background: #fff;
  border-radius: 5px;
  position: fixed;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 40px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.05);
}
.sl-popup-left {
  top: 0;
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.sl-popup-bg-img {
  background-image: url(https://spacelevel.ru/img/main-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.sl-popup-bg-img:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.sl-relative {
  position: relative;
}
.sl-container {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.sl-popup-skidka #sl-skidka {
  margin-bottom: 20px;
  margin-top: 20px;
  color: var(--brand-color);
  font-size: 72px;
  font-weight: 700;
}

/*FastCall*/

.sl-bottom-right {
  position: fixed;
  bottom: 25px;
  right: 12.5px;
}
.sl-fastcall-button {
  width: 350px;
  text-align: center;
  bottom: 25px;
  right: 12.5px;
  position: fixed;
}
.sl-fastcall {
  margin-bottom: 75px;
  font-size: 16px;
  width: 350px;
  background: var(--background-color);
  border: 2px solid var(--border-color);
  color: var(--text-color);
  display: block;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
  top: 0;
  //box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  font-weight: 300;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.sl-fastcall:after {
  content: "";
  display: block;
  background-image: none;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--background-color);

  right: 50%;
  margin-right: -15px;
  position: absolute;
}
.sl-fastcall .sl-form {
  margin-top: 20px;
}
.sl-pulse {
  animation: shadow-pulse 1.5s infinite;
}

/*Alert*/
.sl-alert {
  font-size: 16px;
  width: 320px;
  background: var(--background-color);
  border: 1px solid var(--brand-color);
  color: var(--text-color);
  -webkit-text-fill-color: var(--text-color);
  display: block;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;

  position: relative;
  top: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-weight: 300;
  display: none;
}
.sl-alert:hover {
  top: -10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.sl-bottom-left {
  bottom: 25px;
  left: 25px;
  position: fixed;
}
.sl-alert-container {
  display: flex;
  padding: 5px;
}
.sl-alert-img {
  background-color: var(--background-color);
  width: 50px;
  min-width: 50px;
  display: flex;
  align-items: start;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 0 10px 15px;
}
.sl-alert-text {
  padding: 15px 25px 15px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
  display: flex;
  flex: 1;
}
.sl-alert-container .sl-button {
  margin-top: 10px;
  display: block;
}

/*Popup CountDown*/
.sl-popup-akcia {
  max-width: 800px;
}
.sl-popup-akcia form.sl-flex input {
  margin-right: 30px;
}
.sl-popup-akcia form {
  margin-top: 30px;
}

/*Popup Social*/
.sl-button-block .sl-button:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 20px;
  margin-right: 10px;
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.sl-button-block .sl-button {
  box-shadow: none;
  width: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
  align-items: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  line-height: 1;
  text-transform: none;
  font-weight: 400;
}
.sl-button-block .sl-button:before {
  background-position: center;
  background-repeat: no-repeat;
}
.sl-button-whatsapp {
  background: #179e0d;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.sl-button-whatsapp:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='22' width='22' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg stroke='null' id='svg_1'%3E%3Cg stroke='null' id='svg_2'%3E%3Cpath stroke='null' fill='%23FFFFFF' class='active-path' d='m19.69577,9.82005c0,5.25867 -4.29567,9.52154 -9.5956,9.52154c-1.68252,0 -3.26318,-0.43002 -4.63839,-1.18474l-5.31253,1.68817l1.73204,-5.10859c-0.87373,-1.43471 -1.37694,-3.11745 -1.37694,-4.91638c0,-5.25867 4.29611,-9.52154 9.59582,-9.52154c5.30036,0 9.5956,4.26288 9.5956,9.52154zm-9.5956,-8.00517c-4.44879,0 -8.0675,3.59113 -8.0675,8.00517c0,1.75159 0.57098,3.37373 1.53679,4.69334l-1.00795,2.97303l3.1003,-0.98536c1.27378,0.83637 2.79971,1.32417 4.43858,1.32417c4.44814,0 8.0675,-3.5907 8.0675,-8.00473s-3.61915,-8.0056 -8.06772,-8.0056zm4.84558,10.19807c-0.05929,-0.09708 -0.21588,-0.15572 -0.45087,-0.27235c-0.23543,-0.11663 -1.39215,-0.68152 -1.60716,-0.75906c-0.21566,-0.07775 -0.3729,-0.11684 -0.52949,0.11663c-0.15659,0.23369 -0.60746,0.75906 -0.74494,0.91478c-0.13726,0.15615 -0.2743,0.1757 -0.50973,0.05886c-0.23499,-0.11663 -0.99275,-0.36335 -1.89123,-1.15824c-0.69911,-0.61854 -1.17127,-1.38216 -1.30853,-1.61606c-0.13704,-0.23347 -0.01433,-0.35966 0.10316,-0.47585c0.10599,-0.10468 0.23543,-0.27257 0.35292,-0.40874c0.11793,-0.13639 0.15702,-0.23347 0.23499,-0.38941c0.07884,-0.15572 0.03953,-0.29189 -0.01955,-0.40896c-0.05864,-0.11663 -0.52949,-1.26509 -0.72539,-1.73247c-0.1959,-0.46694 -0.39158,-0.38919 -0.52906,-0.38919c-0.13704,0 -0.29407,-0.01955 -0.45087,-0.01955c-0.15681,0 -0.41178,0.05842 -0.62744,0.29189c-0.21545,0.23369 -0.82291,0.79837 -0.82291,1.94662c0,1.14847 0.84245,2.25806 0.96039,2.41356c0.1175,0.1555 1.6267,2.58883 4.0179,3.52337c2.39141,0.93411 2.39141,0.62245 2.82273,0.58336c0.43089,-0.03888 1.39128,-0.56446 1.58805,-1.10916c0.19547,-0.54557 0.19547,-1.01273 0.13704,-1.11003z' id='WhatsApp'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.sl-button-telegram {
  background: #34aae0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.sl-button-telegram:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20px' height='20px' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='22' width='22' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg stroke='null' id='svg_1'%3E%3Cpath stroke='null' id='svg_2' fill='%23FFFFFF' class='active-path' d='m19.456437,1.95029c-0.241391,-0.295218 -0.602949,-0.457753 -1.018184,-0.457753c-0.22571,0 -0.464839,0.047494 -0.710602,0.141427l-16.728485,6.385773c-0.887763,0.338791 -1.007328,0.847205 -0.999638,1.120107s0.155901,0.773777 1.061456,1.061908c0.005428,0.001659 0.010856,0.003317 0.016284,0.004825l3.469935,0.993004l1.876546,5.366082c0.255865,0.73156 0.830167,1.185996 1.499005,1.185996c0.421718,0 0.836499,-0.176708 1.199566,-0.510825l2.146282,-1.976208l3.113052,2.506634c0.000301,0.000302 0.000754,0.000452 0.001055,0.000754l0.029552,0.023823c0.002714,0.002111 0.005579,0.004372 0.008292,0.006483c0.346028,0.26838 0.72372,0.410108 1.092666,0.410259l0.000151,0c0.720855,0 1.294855,-0.533593 1.462065,-1.359237l2.740938,-13.534166c0.110066,-0.543242 0.017792,-1.029341 -0.259936,-1.368886l0,0zm-13.748418,9.060672l6.694561,-3.420029l-4.168476,4.429317c-0.068301,0.072523 -0.1167,0.161329 -0.140522,0.257976l-0.803782,3.255835l-1.58178,-4.523099zm2.629818,5.377993c-0.027743,0.025481 -0.055636,0.048248 -0.08353,0.069206l0.745733,-3.020325l1.356523,1.092365l-2.018726,1.858754zm10.243653,-13.299711l-2.740939,13.534317c-0.026385,0.129516 -0.110669,0.430915 -0.327333,0.430915c-0.10705,0 -0.241541,-0.05835 -0.379199,-0.164345l-3.527532,-2.840299c-0.000452,-0.000452 -0.001055,-0.000905 -0.001659,-0.001206l-2.098938,-1.690188l6.028135,-6.405374c0.192992,-0.205054 0.210482,-0.519118 0.041463,-0.744376c-0.16917,-0.225258 -0.475695,-0.296122 -0.726434,-0.167963l-9.914662,5.065135l-3.517128,-1.006272l16.723359,-6.383813c0.141276,-0.053978 0.239883,-0.065286 0.29763,-0.065286c0.035432,0 0.098456,0.004222 0.121826,0.03302c0.030758,0.037543 0.06996,0.165551 0.02141,0.405736zm0,0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.sl-button-vk {
  background: #5181b8;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.sl-button-vk:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='22' width='22' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg stroke='null' id='svg_1'%3E%3Cg stroke='null' id='svg_2'%3E%3Cpath stroke='null' id='svg_3' fill='%23FFFFFF' class='active-path' d='m19.76001,14.08304c-0.02405,-0.05184 -0.04648,-0.09484 -0.06731,-0.12929c-0.34466,-0.62075 -1.0033,-1.38267 -1.97553,-2.28599l-0.02054,-0.02069l-0.01029,-0.01014l-0.0104,-0.0104l-0.01043,0c-0.44124,-0.42063 -0.72066,-0.70345 -0.83768,-0.84825c-0.2141,-0.27583 -0.26207,-0.55503 -0.14505,-0.83793c0.08267,-0.21374 0.39321,-0.66513 0.93089,-1.35478c0.28282,-0.36549 0.50681,-0.65842 0.67223,-0.87912c1.19299,-1.58601 1.7102,-2.5995 1.55153,-3.04085l-0.06162,-0.10314c-0.04141,-0.06209 -0.14828,-0.1189 -0.32046,-0.1707c-0.17259,-0.0517 -0.39317,-0.06025 -0.66216,-0.02579l-2.97872,0.02058c-0.04825,-0.0171 -0.11716,-0.01551 -0.20693,0.00522c-0.08966,0.02072 -0.13451,0.03112 -0.13451,0.03112l-0.05184,0.0259l-0.04115,0.03112c-0.03449,0.02058 -0.07242,0.05677 -0.11382,0.1085c-0.04119,0.05155 -0.07564,0.11205 -0.10317,0.18099c-0.3243,0.83434 -0.69302,1.61007 -1.10684,2.32714c-0.25515,0.42759 -0.48946,0.79815 -0.70345,1.11191c-0.2137,0.31365 -0.39299,0.54474 -0.53768,0.69288c-0.14491,0.14828 -0.27569,0.26706 -0.39313,0.3568c-0.11727,0.08977 -0.20678,0.1277 -0.26877,0.11382c-0.06213,-0.01387 -0.12064,-0.02764 -0.17603,-0.04141c-0.09647,-0.06209 -0.17407,-0.14654 -0.23258,-0.25341c-0.05876,-0.10687 -0.09832,-0.24138 -0.11901,-0.40342c-0.02058,-0.16215 -0.03275,-0.30163 -0.03623,-0.41889c-0.00322,-0.11712 -0.00174,-0.28279 0.00525,-0.49653c0.00717,-0.21385 0.0104,-0.35854 0.0104,-0.4344c0,-0.26207 0.00511,-0.54648 0.01536,-0.85333c0.01043,-0.30684 0.01887,-0.54996 0.02594,-0.72907c0.00703,-0.17929 0.01029,-0.36897 0.01029,-0.56894s-0.01217,-0.3568 -0.03623,-0.47062c-0.02376,-0.11368 -0.06025,-0.22403 -0.10832,-0.33101c-0.04836,-0.10687 -0.11915,-0.18954 -0.21204,-0.24823c-0.09307,-0.05862 -0.20878,-0.10513 -0.34647,-0.13969c-0.36549,-0.08271 -0.8309,-0.12745 -1.39644,-0.1344c-1.28247,-0.01377 -2.10652,0.06905 -2.47198,0.24834c-0.1448,0.07575 -0.27583,0.17925 -0.39299,0.31017c-0.12415,0.15175 -0.14147,0.23457 -0.05184,0.24819c0.41378,0.06198 0.70671,0.21026 0.87912,0.44469l0.06213,0.12422c0.04833,0.08963 0.09658,0.2483 0.14487,0.4758c0.04822,0.22751 0.07934,0.47917 0.09303,0.75486c0.03442,0.50345 0.03442,0.9344 0,1.2929c-0.03452,0.35865 -0.06713,0.63785 -0.09825,0.83782c-0.03112,0.19997 -0.07763,0.36202 -0.13965,0.48609c-0.06213,0.12411 -0.10346,0.19997 -0.12419,0.22751c-0.02069,0.02753 -0.03793,0.04489 -0.05162,0.0517c-0.08963,0.03434 -0.18284,0.05184 -0.27931,0.05184c-0.09662,0 -0.21378,-0.04833 -0.35165,-0.14491c-0.13784,-0.09658 -0.2809,-0.22924 -0.42918,-0.39821c-0.14828,-0.169 -0.3155,-0.40516 -0.50174,-0.70853c-0.1861,-0.30336 -0.37919,-0.6619 -0.57916,-1.07561l-0.16545,-0.30003c-0.10343,-0.19302 -0.24471,-0.47407 -0.424,-0.84289c-0.1794,-0.36897 -0.33796,-0.72588 -0.4758,-1.07065c-0.0551,-0.1448 -0.13788,-0.25504 -0.24819,-0.3309l-0.05177,-0.03112c-0.03442,-0.02753 -0.08966,-0.05677 -0.16545,-0.08792c-0.0759,-0.03112 -0.15509,-0.05343 -0.2379,-0.06716l-2.834,0.02058c-0.2896,0 -0.48609,0.06561 -0.58956,0.19664l-0.04141,0.06198c-0.02069,0.03452 -0.03112,0.08966 -0.03112,0.16556c0,0.07586 0.02069,0.16896 0.06209,0.2792c0.41371,0.97233 0.86361,1.91006 1.34971,2.81335c0.48609,0.90328 0.9085,1.6309 1.26696,2.1822c0.35854,0.5517 0.724,1.07239 1.09637,1.56182c0.37238,0.48961 0.61886,0.80337 0.73946,0.94121c0.12074,0.1381 0.21559,0.24134 0.28453,0.31028l0.25862,0.24819c0.16548,0.16552 0.40849,0.36375 0.72914,0.5947c0.32072,0.23109 0.67578,0.4586 1.06536,0.68288c0.38966,0.22392 0.84296,0.40665 1.36018,0.54797c0.51714,0.14147 1.02048,0.19823 1.51008,0.17085l1.18947,0c0.24124,-0.02083 0.424,-0.09669 0.54822,-0.22761l0.04115,-0.05184c0.02768,-0.04115 0.05358,-0.10509 0.07749,-0.19113c0.0242,-0.08618 0.03623,-0.18113 0.03623,-0.28442c-0.00706,-0.29644 0.01551,-0.56362 0.06709,-0.80148c0.05155,-0.23779 0.11031,-0.41708 0.17603,-0.53782c0.06568,-0.12064 0.1398,-0.22243 0.22229,-0.30496c0.08267,-0.08271 0.14157,-0.13281 0.17614,-0.15005c0.03434,-0.01735 0.06177,-0.02913 0.08245,-0.03619c0.16548,-0.05514 0.36024,-0.00174 0.58456,0.16045c0.22414,0.16204 0.43436,0.36212 0.631,0.59992c0.19653,0.23801 0.43266,0.50504 0.70842,0.80148c0.27594,0.29655 0.51721,0.51699 0.724,0.66201l0.20678,0.12411c0.1381,0.08281 0.31738,0.15867 0.53808,0.22761c0.2203,0.0689 0.41331,0.08615 0.57905,0.0517l2.64772,-0.0413c0.26188,0 0.46566,-0.04336 0.61021,-0.1294c0.14484,-0.08618 0.23087,-0.18113 0.25862,-0.28442c0.02768,-0.10339 0.02916,-0.22069 0.00525,-0.35184c-0.02453,-0.13082 -0.04869,-0.22229 -0.07274,-0.27398z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.sl-button-instagram {
  background: #f09433;
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -o-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.sl-button-instagram:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='22' width='22' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cg stroke='null' id='svg_1'%3E%3Cg stroke='null' id='svg_2'%3E%3Cg stroke='null' id='svg_3'%3E%3Cpath stroke='null' id='svg_4' fill='%23FFFFFF' class='active-path' d='m13.66682,0.28777l-7.29766,0c-3.35814,0 -6.08138,2.72324 -6.08138,6.08138l0,7.29766c0,3.35814 2.72324,6.08138 6.08138,6.08138l7.29766,0c3.35814,0 6.08138,-2.72324 6.08138,-6.08138l0,-7.29766c0,-3.35814 -2.72324,-6.08138 -6.08138,-6.08138zm4.25697,13.37905c0,2.34741 -1.90955,4.25697 -4.25697,4.25697l-7.29766,0c-2.34741,0 -4.25697,-1.90955 -4.25697,-4.25697l0,-7.29766c0,-2.34741 1.90955,-4.25697 4.25697,-4.25697l7.29766,0c2.34741,0 4.25697,1.90955 4.25697,4.25697l0,7.29766z'/%3E%3C/g%3E%3C/g%3E%3Cg stroke='null' id='svg_5'%3E%3Cg stroke='null' id='svg_6'%3E%3Cpath stroke='null' id='svg_7' fill='%23FFFFFF' class='active-path' d='m10.01799,5.15288c-2.68676,0 -4.86511,2.17835 -4.86511,4.86511s2.17835,4.86511 4.86511,4.86511s4.86511,-2.17835 4.86511,-4.86511s-2.17835,-4.86511 -4.86511,-4.86511zm0,7.9058c-1.67603,0 -3.04069,-1.36466 -3.04069,-3.04069c0,-1.67725 1.36466,-3.04069 3.04069,-3.04069s3.04069,1.36345 3.04069,3.04069c0,1.67603 -1.36466,3.04069 -3.04069,3.04069z'/%3E%3C/g%3E%3C/g%3E%3Cg stroke='null' id='svg_8'%3E%3Cg stroke='null' id='svg_9'%3E%3Ccircle stroke='null' id='svg_10' fill='%23FFFFFF' class='active-path' r='0.64828' cy='4.78799' cx='15.24798'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/*Animations*/
@-webkit-keyframes btn {
  0% {
    opacity: 0.4;
    left: 0%;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    left: 390%;
  }
}
@keyframes btn {
  0% {
    opacity: 0.4;
    left: 0%;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    left: 390%;
  }
}
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 110, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(204, 110, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 66, 44, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 110, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 110, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(204, 110, 44, 0);
    box-shadow: 0 0 0 45px rgba(204, 110, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 66, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 66, 44, 0);
  }
}

@keyframes AnimationStartedModal {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .sl-title-lg {
    //font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .sl-container {
    padding: 40px 50px 40px 50px;
  }
  form.sl-flex input {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sl-popup-left,
  .sl-popup-right {
    position: absolute;
    width: 50%;
  }
}
