@font-face {
  font-family: MainFont-Bold;
  src: url('../fonts/palanquin-bold.ttf');
  font-weight: 800;
}
@font-face {
  font-family: MainFont-Reg;
  src: url('../fonts/palanquin-regular.ttf');
  font-weight: 600;
}
@font-face {
  font-family: MainFont-Light;
  src: url('../fonts/palanquin-light.ttf');
  font-weight: 400;
}
 @keyframes myanim {
           0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }

}
 @keyframes myanim2 {
           0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(40px);
  }
  100% {
    transform: translatey(0px);
  }

}
 @keyframes myanim3 {
           0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-60px);
  }
  100% {
    transform: translatey(0px);
  }

}
html {
  scroll-behavior: smooth;
}
body {
  font-family: MainFont-Reg;
}
h1, .h1 {
  font-size: 54px;
  line-height: 72px;
  font-family: MainFont-reg;
  letter-spacing: 3px;
}
h2 {
  font-size: 2em;
  font-family: MainFont-reg;
  line-height: 52px;
  letter-spacing: 3px;
}
h3,.h3 {
  font-size: 14px;
  line-height: 30px;
  font-family: MainFont-Reg;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(120, 123, 134, 0.6);
  margin-bottom: 5px;
}
p {
    font-size: 18px;
    font-family: MainFont-Reg;
    letter-spacing: 1px;
    line-height: 30px;
    color: #5a5a5a;
}
p strong {
  font-size: 20px;
  font-family: MainFont-Bold;
  letter-spacing: 1px;
  line-height: 30px;
  color: #444;
}
li {
  list-style: none;
}

/*NAV*/

a:hover {
  transition: 0.3s ease;
  color: #FBB13C;
  text-decoration: none;
}


/* Standard syntax */
@keyframes active-a {
  from {border-bottom: 2px solid #fff;}
  to {border-bottom: 2px solid #FBB13C;}
}
.logo img {
  max-width: 167px;
}
nav ul {
  float: right;
}
nav ul li {
  display: inline-block;
  float: left;
}
nav ul li:not(:first-child) {
  margin-left: 30px;
}
nav ul li:last-child {
  margin-right: 0px;
}
nav ul li a {
  display: inline-block;
  color: #fff;
  outline: none;
  text-decoration: none;
  letter-spacing: 0.5px;
}
nav input,
nav label {
  display: none;
}
.menu-separ {
  border: 0;
  float: right;
  width: 950px;
  margin: 0;
}
nav {
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-con {
  position: fixed !important;
  top: 0px;
  max-width: 100%;
  background: #2176AE;
}
.nav-con-sec {
  position: fixed !important;
  top: 0;
  height: auto;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 5px 5px rgb(51 51 51 / 26%);
}
.nav-wraper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: column; 
}
.sec-menu {
  display: flex;
    margin: 0;
    padding: 10px 0;
}
.sec-menu p {
  margin: 0 0 0 20px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.sec-menu p span {
  padding-right: 10px;
}
.nav-con-sec .sec-menu p {
  color: #333;
}
.nav-con-third {
  position: fixed !important;
  top: 0;
  height: auto;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 5px 5px rgb(51 51 51 / 26%);
}
.nav-con-third nav div.nav-wraper ul.sec-menu {
  display: none;
}
.nav-con-third nav div.nav-wraper ul.main-menu {
  border: none;
}
.nav-con-third nav div.logo {
  max-width: 80px;
}
.main-menu {
  padding: 20px 0;
  border-top: 1px solid #fff;
  margin: 0;
  box-sizing: border-box;
}
.nav-con-sec .main-menu {
  border-top: 1px solid #efefef;
}
.list-items-small a{
  font-family: MainFont-Reg;
  font-size: 1rem;
  text-align: right;
}
.list-items-main a{
  font-family: MainFont-Reg;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  background: none;
    padding: 10px 10px;
    border-radius: 10px;
}
.list-items-main a:hover {
  background: #FBB13C;
  color: #fff;
}
.list-items-main a.active {
  background: #FBB13C;
  color: #fff !important;
}
.nav-con-third .list-items-main a,
.nav-con-sec .list-items-main a {
  color: #000;
  transition: .3s ease;
}
.nav-con-third .list-items-main a:hover,
.nav-con-sec .list-items-main a:hover {
  color: #fff;
}
.wrap-around-banner {
  position: absolute;
  display: flex;
  width: 100%;
  max-width: 1400px;
  justify-content: flex-start;
}
.card-container { 
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    background: #2176AE85;
    border-radius: 50%;
}
.karta-header {
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  width: 240px;
  height: 410px;
  padding: 0 3%;
  box-sizing: border-box;
  position: relative;
  perspective: 3000px;
}
.karta-header .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
    flex-direction: column;
  z-index: 3;
  height: 70%;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.karta-header .info a.karta-button {
  transition: all .5s ease-out;
  z-index: 3;
  padding: 20px 15px;
  width: 80%;
  text-align: center;
  height: auto;
  font-size: 14px;
}
.karta-header > img {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.sneaker {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30%;
  padding-top: 20px;
}
.circle {
  width: 100px;
  height: 100px;
  background: #FBB13C;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.sneaker img {
  transition: all .6s ease-out;
  width: 100%;
  max-width: 180px;
  height: auto;
  z-index: 2;
}
.info h2 {
  transition: all .4s ease-out;
  z-index: 3;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.info h3 {
  transition: all .2s ease-out;
  z-index: 3;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 0;
  color: #585858;
  box-sizing: border-box;
  text-transform: none;
  font-weight: lighter;
  text-align: center;
}
#nav:checked + .nav-btn {
  transform: rotate(45deg);
}
#nav:checked + .nav-btn i {
  background: #333;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-btn i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-btn i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-btn i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-wraper {

  display: block;
}
#nav:checked ~ .nav-wraper ul li a {
  opacity: 1;
}
.hidden {
  display: none;
}
.info-article {
  padding: 0 20px;
  margin: 70px auto;
  text-align: center;
  max-width: 900px;
}
.boxes {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
}
.default-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: #fff;
}
.reversed-box {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 100%;
}
.default-box img,
.default-box span,
.reversed-box img,
.reversed-box span {
  width: 50%;

}
.default-box span,
.reversed-box span {
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reversed-box img,
.default-box img {
  object-fit: cover;
}
.demo-info  {
  position: relative;
  background: rgb(254,239,221);
}
.demo-info svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}
.demo-info .block-prez-sluzby div {
  background: #fff;
  padding: 5%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 40%;
}
.demo-info .block-prez-sluzby {
  justify-content: space-around;
}

.tabs {
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
  box-sizing: border-box;
}
.tabs__sidebar {
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 0 20px;
}
.tabs__button {
  padding: 20px;
  border: 1px solid #dedede;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
  outline: none !important;
  width: 180px;
  background: #ececec;
  text-transform: uppercase;
  color: #333;
}
.tabs__button--active {
  background: #2176AE;
}
.tabs__button svg {
  width: auto !important;
  height: 26px;
  margin: 15px;
}
.tabs__content {
  display: none;
  flex-direction: row;
  padding: 20px 40px;
  box-sizing: border-box;
  align-items: center;
}
.tabs__content--active {
  display: flex;
}
.tabs__content div {
  padding: 0 40px;
}
.tabs__content img {
  max-width: 500px;
  width: 100%;
}
.info__icons {
  display: flex;
  padding: 40px 20px;
  flex-wrap: wrap;
}
.info__icons--icon {
  width: 50%;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.info__icons--icon h3 {
  color: #333;
  font-family: mainfont-bold;
  padding: 20px 0;
}
.info__icons--icon h3:hover {
  color: #FBB13C;
}
.info__icons--icon p {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.75);
}
.info__icons--icon svg {
  height: 50px;
  width: auto !important;
  color: #2176AE;
}


/*REFERENCE*/

ul.filters {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0;
}
ul.filters > li {
  list-style: none;
  display: inline-block;
}
ul.filters > li > a {
  font-family: MainFont-Reg;
  display: block;
  color: #56b51a;
  text-decoration: none;
  padding: 5px 20px;
}
ul.filters > li > a:hover {
  background-color: rgba(19, 19, 19, 0.1);
}
ul.filters > li.active > a {
  color: #fff;
  background-color: #56b51a;
}
.card {
  position: relative;
  margin-bottom: 50px;
  color: #000;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 1px 1px 1.5px rgba(0, 0, 0, 0.075);
}
.card-head {
  position: relative;
  overflow: hidden;
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(19, 19, 19, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(250, 250, 250, 0.5);
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.card-hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(86, 181, 26, 1.0);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.card-body {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
h4.title {
  font-family: MainFont-Reg;
  color: #434e5e;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.card-btn {
  margin-bottom: -40px;
  font-size: 0.7rem;
  background-color: #fff;
  color: #222;
  border: 1px solid #eee;
  border-radius: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.card-btn:hover {
  background-color: #56b51a;
  color: #fff;
}
.box-ref {
  margin-top: 6.25em;
  max-width: 900px;
}

/*ABOUT*/
.about-text  {
  margin: 0 auto;
  font-size: 18px;
}
.img-center {
  margin: 0 auto;
  flex: 0 0 50%;
}
.img-card-about {
  max-width: 120px;
  margin: 0 auto;
}
.deck-space {
  margin-top: 150px;
}
.card-no-border {
  border: 0;
  box-shadow: none;
}
.about-space {
  margin-top: 150px;
}



/* HEADER - VIDEO */
.tvorba-www {
  height: 0;
  min-height: 0;
}
header {
  position: relative;
  background-color: black;
  height: auto;
  width: 100%;
  overflow: hidden;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

header video {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header video#firm-vidva {
  width: 100%;
}
header .container {
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
}
#video-visible p {
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  font-size: #000;
}
header .overlay {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 600px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
#firm-vidva {
  display: none;
}

.kontakt {
  margin-top: 50px;
}
.kontakt-sekcie {
  float: left;
  width: 40%;
  margin: 25px;
}
.kontakt-form {
  background-color: #FBB13C;
  padding: 50px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
.kontakt-right {
  background-color: #f4f4f4;
}
.kontakt-left, .kontakt-right {
  padding: 150px;
  width: 50%;
  float: left;
}
.kontakt-left {
  background-color: #fff;
  padding-bottom: 100px;
}
.messages h2 {
  margin-bottom: 50px;
  color: white;
  text-align: center;
  line-height: 54px;
}
.messages p {
  color: white;
  text-align: center;
  line-height: 36px;
  margin-bottom: 0;
}
.form-group label {
  color: white;
}
.form-group input::placeholder {
  color: #FBB13C;
  opacity: 0.6;
}
.form-group textarea::placeholder {
  color: #FBB13C;
  opacity: 0.6;
}
.form-control {
  padding: 0;
  padding-left: 10px;
}


.robot-block img {
  max-width: 70px;
}
.robot-block {
  width: 25%;
  margin: 30px;
  display: inline-block;
  position: relative;
}
.robot-block p {
  margin-top: 25px;
  text-align: center;
  color: #787b86;
  font-size: 14px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.wrap-robot {
  padding-top: 150px;
  text-align: center;
}
.wrap-robot h2 {
  margin-bottom: 100px;
  font-size: 2em;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.functions {
  background: #201e1f;
  padding: 15% 0 10% 0;
}
.system {
  background: #fff;
  padding: 15% 0 10% 0;
}
.system  h1 {
  color: #333;
}
.virtual {
  background: #fff;
  padding: 15% 0 10% 0;
}
.virtual-detail {
  background: url(images/mapovane-poschodia.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0 5% 0;
  position: relative;
}
.virtual-detail::before {
  content: '';
  background: #000;
  opacity: .5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  pointer-events: none;
}
.virtual-detail h3,
.virtual-detail h1 {
  color: #fff;
}
.webpages {
  padding-top: 250px;
}
.webpages h1 {
  margin-bottom: 150px;
}
.eshop-bottom-bar {
  background: linear-gradient(270deg, rgba(85,181,26,0.3169642857142857) 0%, rgba(226,226,226,0.6446953781512605) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
}
.funkcie-table {
  background: #f1f1f2;
}
.funkcie-ceny {
  text-align: left;
}
.wrap-full {
  position: relative;
  width: 100%;
}
.btn-ponuka {
  margin-top: 50px;
}
.block-prace {
  padding: 50px;
  width: 50%;
  float: left;
}
.block-prace-img {
  background: url('../images/uzivatelia.jpg') center no-repeat;
  padding: 250px;
  width: 50%;
  float: left;
}
.block-prace h2 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.block-prace p {
  text-align: left;
  color: #787b86;
  font-size: 18px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.df-w {
  display: flex;
  flex-wrap: wrap;
}
.functions h1 {
  color: #fff;
}
.green {
  color: #2176AE;
}
.color-g {
  font-family: monospace;
  font-size: 52px;
  color: #2176AE;
}
.wrap-wide {
  height: 100%;
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}
.nav-presentation {
  display: block;
  background: #fff;
  width: 60%;
  z-index: 2;
  height: 20%;
  margin: 0;
}
.nav-presentation h3 {
  color: #333;
  font-size: 24px;
  font-family: 'MainFont-Bold';
}
.nav-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.nav-button p,
.nav-button a {
  margin: 5px 0;
}
.spravny-eshop, .copywriting {
  margin-top: 150px;
  margin-bottom: 150px;
}
.spravny-eshop {
  margin-bottom: 0;
}
.nav-images {
  height: auto;
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0;
}
.nav-images img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.nav-closed {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60%;
  height: 20%;
  position: absolute;
  padding: 20px;
  box-sizing: border-box;
}
.nav-open {
  position: absolute;
  width: 60%;
  height: 80%;
  top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  opacity: 1;
  border-top: 1px solid #f3f3f3;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}
.clothing {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 100%; 
}
.clothing h3 {
  font-size: 30px;
}
.clothing p {
  max-width: 60%;
  text-align: center;
}
.clothing ul li {
  padding-bottom: 10px;
}
.clothing ul li a {
  text-decoration: none;
}
.cover-img {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
  z-index: -1;
}
.demo {
  padding: 40px 0;
  background: #ececec;
  z-index: -2;
}
.develop {
  padding: 40px 0;
  background: #ececec;
  z-index: 10;
}
.demo-presentation {
  height: 100vh;
}
.block {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 80px;
}
.block-box {
  float: left;
  width: 100%;
}
.arrow {
  text-align: center;
  padding: 49px;
}
.individual .wrap-wide {
  display: flex;
  justify-content: space-around;
  padding: 40px 20px;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 70px;
}
.individual img {
  max-width: 400px;
  width: 100%;
}
.individual .wrap-wide div {
  width: 50%;
}
.sub-wrap {
  padding: 40px;
  width: 50%;
  float: left;
  position: relative;
}
.sub-wrap h2 {
  color: #191a1e;
  font-size: 26px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.sub-wrap p {
  color: #5a5a5a;
  font-size: 18px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.mid-btn-wrap {
  text-align: center;
}
.divider {
  margin: 0;
  height: 0;
  border-top: 1px solid #f1f1f2;
  width: 100%;
  float: left;
}
.logo-block {
  margin: 30px;
  display: inline-block;
  position: relative;
  opacity: 0.5;
}
.logo-block:hover {
  opacity: 1;
  transform: scale(1.2);
  transition: 0.3s ease;
}
.zoznamy p a {
  color: #787b86;
}
.zoznamy p a:hover {
  color: #FBB13C;
}
.wrap-logo {
  padding-top: 150px;
  text-align: center;
}
.pb {
  padding-bottom: 150px;
}
.pb-50 {
  padding-bottom: 50px;
}
.www-info-block {
  width: 100%;
  text-align: center;
  height: 600px;
}
.www-info-block iframe {
  width: 100%;
  max-width: 1000px;
}
.www-bottom-bar {
  background: rgb(85,181,26);
background: linear-gradient(270deg, rgba(85,181,26,0.3169642857142857) 0%, rgba(226,226,226,0.6446953781512605) 100%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-ponuka h1 {
  max-width:  1000px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
 font-size: 42px;
 text-align:  center;
    font-family: MainFont-Reg;
    letter-spacing: 3px;
    line-height: 56px;
    color: #191a1e;
}
.block-ponuka {
  width: 100%;
  float: left;
}
.block-reasons {
  background-color: #fff;
  width: 100%;
  float: left;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.reason-block {
  width: 50%;
  float: left;
}
.reason-block-a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.reason-block-img {
  margin-top: 20%;
  width: 50%;
  float: left;
}

.reasons-p {
  text-align: left;
  width: 100%;
  float: left;
}
.reasons-p p {
  margin-bottom: 0;
}
.ponuka {
  background: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
  padding: 120px 0 60px 0;
}
.block-reasons .block p {
  text-align: left;
  color: #787b86;
  font-size: 14px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}

i.down {
  display: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.arrow {
  float: left;
  margin-top: 11px;
  margin-right: 20px;
  margin-bottom: 50px;
  border: 2px solid #FBB13C;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
i.down {
  display: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.www-reasons-arrow {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.robot {
  text-align: right;
}
.block-reasons-mid {
  text-align: center;
  padding: 40px;
}
.marketing h3, .marketing .h3 {
  text-align: center;
}
.marketing h1 {
  text-align: center;
}
.trh {
  padding: 150px 0 150px 0;
}
.block-trh {
  width: 50%;
  float: left;
}
.block-trh h2 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.block-trh p {
  text-align: left;
  color: #5a5a5a;
  font-size: 18px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.orig {
  background: #ececec;
  padding: 70px 0 70px 0;
}
.block-orig {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.block-orig h2 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.block-orig p {
  text-align: center;
  color: #5a5a5a;
  font-size: 18px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}

.block-seo img {
  padding-top: 15vh;
  padding-right: 100px;
}
.block-seo h2 {
  padding-top: 15vh;
  padding-right: 100px;
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.block-seo {
  width: 50%;
  float: right;
}
.block-seo p {
  text-align: left;
  color: #5a5a5a;
  font-size: 14px;
  font-family: MainFont-reg;
  line-height: 30px;
  letter-spacing: 2px;
}
.seo {
  background: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
  padding: 120px 0 120px 0;
}
.copy {
  text-align: center;
  margin: 0 auto;
}
.copy-text {
  margin: 0 auto;
  float: none;
  width: 60%;
}
.block-copy {
  width: 100%;
  float: left;
  margin-top: 200px;
}
.copy-text h2 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.copy-text p {
    text-align: center;
    color: #5a5a5a;
    font-size: 14px;
    font-family: MainFont-reg;
    line-height: 30px;
    letter-spacing: 2px;
}
.btn-seo {
  margin: 50px;
}
.block-ppc {
  margin-top: 200px;
  margin-bottom: 200px;
  width: 50%;
  float: left;
}
.block-ppc p {
    text-align: left;
    color: #787b86;
    font-size: 14px;
    font-family: MainFont-reg;
    line-height: 30px;
    letter-spacing: 2px;
}
.block-ppc h1 {
  font-size: 50px;
  font-family: MainFont-Reg;
  letter-spacing: 2px;
  line-height: 60px;
  color: #191a1e;
}
.more {
  padding: 0;
}
.more .wrap-full {
  background: #dedede;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more .wrap-full > div {
  padding: 70px 20px;
  box-sizing: border-box;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.more .wrap-full div p {
  text-align: left;
  max-width: 400px;
  font-size: 24px;
  color: #000;
  letter-spacing: 2px;
  line-height: 40px;
}
.more .wrap-full div img {
  max-width: 400px;
  height: auto;
}
.more .wrap-full div div {
  display: flex;
  flex-direction: column;
}
.more .wrap-full div div p {
  padding: 20px 0;
}
.more .wrap-full div div div {
  flex-direction: row;
  justify-content: flex-start;
}
.more .wrap-full div div div img {
  max-width: 120px;
  width: 100%;
  height: auto;
  padding: 0 20px 0 0;
}
.case-title h3 {
  font-size: 24px;
  font-family: MainFont-Reg;
  letter-spacing: 1px;
  line-height: 30px;
  color: #191a1e;
}
.funkcie-table {
  text-align: left;
}
.case-title {
  position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%, -50%);
    max-width: 100%;
}
.case-title a {
  color: #333;
}
.case-title h2 {
  line-height: 33px;
}
.more p {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0;
  font-size: 24px;
    line-height: 34px;
}
.arrow-case {
  width: 26px;
    height: 17px;
    position: absolute;
    bottom: 40px;
    left: 50px;
    background: url(../arrow-big-dark.svg) center center no-repeat;
    opacity: .5;
}

.more-case img {
  width: 175px;
    position: absolute;
    top: 50%;
    left: calc(100% - 50px);
    transform: translate(-50%, -50%);
}

.vlajky {
  position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    transform: unset;
}

/* BUTTONS */
.btn-clean {
  height: 30px;
  display: inline-block;
  padding: 0;
  position: relative;
  border: none;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-reg;
  font-size: 16px;
  color: #FBB13C;
  text-decoration: none;
  letter-spacing: 1px;
}
.btn-clean:hover {
  background-color: none;
  height: 30px;
  display: inline-block;
  padding: 0;
  position: relative;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-reg;
  font-size: 16px;
  color: #FBB13C;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
  border-bottom: 1px solid #FBB13C;
}

.btn-outline-a {
  height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-reg;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
}
.btn-outline-a:hover {
  background-color: #fff;
  height: 60px;
  display: inline-block;
  padding: 30px 50px 30px 50px;
  position: relative;
  border: 1px solid #fff;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #FBB13C;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
}


.btn-outline {
  height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #FBB13C;
  border-radius: 20px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-reg;
  font-size: 16px;
  color: #FBB13C;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
}
.btn-outline:hover {
  background-color: #FBB13C;
  height: 60px;
  display: inline-block;
  padding: 30px 50px 30px 50px;
  position: relative;
  border: 1px solid #FBB13C;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
}
.btn-full {
  background-color: #FBB13C;
  height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #FBB13C;
  border-radius: 20px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
}
.btn-full:hover {
   height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #FBB13C;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #FBB13C;
  background-color:  white;
  text-decoration: none;
  letter-spacing: 1px;
}
.btn-full-white {
  background-color: #fff;
  height: 60px;
  display: inline-block;
  padding: 30px 40px 30px 40px;
  position: relative;
  border: 1px solid #FBB13C;
  border-radius: 30px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #FBB13C;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
}
.btn-full-white:hover {
  background-color: #fff;
  height: 60px;
  display: inline-block;
  padding: 30px 60px 30px 60px;
  position: relative;
  border: 1px solid #FBB13C;
  border-radius: 30px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #FBB13C;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
}
.btn-full-white:active {
  background-color: #fff !important;
  height: 60px;
  display: inline-block;
  padding: 30px 60px 30px 60px;
  position: relative;
  border: 1px solid #FBB13C;
  border-radius: 30px;
  line-height: 0px;
  text-transform: uppercase;
  font-family: MainFont-bold;
  font-size: 16px;
  color: #FBB13C !important;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s ease;
}
.btn-funkcie {
  margin: 50px;
  margin-top: 100px;
}
.btn-technologie {
  margin: 0 auto;
  margin-top: 50px;
}

.btn-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  float: left;
}
.btn-mid {
  text-align: center;
}

.btn-form {
  margin-top: 20px;
}



/*CONTENT*/
.no-margin {
  margin: 0;
}
.mb-250 {
  margin-bottom: 250px;
  float: none;
}
.home-page-padding {
  padding-top: 200px;
}
.ctdsgn {
  margin-bottom: 100px;
}

.text-small-form {
  text-align: center;
  color: white !important;
  font-size: 1em;
}
.webdesign {
  margin-bottom: 150px;
}
.poradenstvo-mar {
  margin-top: 100px;
}
.copywriting {
  padding-bottom: 50px;
  margin-top: 0;
  background-color: #f4f4f4;
}
.con-articles {
  max-width: 900px;
  padding: 0;
}
.article-img-home {
  max-width: 100%;
  margin-top: 80px;
}
.article-img {
  margin-top: 160px;
  width: 100%;
	height: auto;
}
.left-img-align {
	order: 2;
}
.box-text-home {
	margin-bottom: 50px;
	font-size: 2em;
	font-weight: 800;
  letter-spacing: 3px;
  line-height: 52px;
}
.box-text-article {
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: 3px;
  text-align: left;
  font-size: 3em;
}
.box-text-home-par {
	text-align: left;
    max-width: 630px;
}
.box-home {
  width: 100%;
	padding-top: 100px;
  padding-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
}
.box-article {
  max-width: 1366px;
  margin: 0 auto;
}
.box-article-grey {
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 100px;

}
.half-width-box {
  width: 50%;
  float: left;
  text-align: center;
}
.box-mar-home {
	margin-bottom: auto;
	margin-top: auto;
}
.st {
  order: 1;
}
.nt {
  order: 2;
}
.nth {
  margin: 0 auto;
  text-align: center;
  order: 3;
}
.copy-box {
  margin: 0 auto;
  width: 100%;
  background-color: #f4f4f4;
}
.right-text {
  text-align: right;
  float: right;
}

.table {
  background-color: #fff;
}

.table td, .table th {
  color: #FBB13C;
}

th.green-table-bg {
  background-color: #FBB13C;
  color: #fff;
  font-size: 20px;
}
.functions-and-price-list-special-action-class {
  background-color: #ffb004;
}
.functions-and-price-list-special-action-class:hover {
  background-color: #ffb004 !important;
}
.functions-and-price-list-special-action-class td {
  color: #fff;
  min-width: 112px;
}
.functions-and-price-list-special-action-class td:nth-child(n+2) {
    text-align: center;
}
.functions-and-price-list-middle-td-in-package-active {
  background: url(../images/td-in-package-active.png) no-repeat  center !important;
}
th.green-table-bg {
  padding-left: 0;
  padding-right: 0;
}
th.table-text-header {
  font-family: mainfont-bold;
  padding-left: 40px;
}
.block-prez-sluzby svg {
  position: relative;
  width: auto !important;
  height: 60px;
}
.block-prez-sluzby {
  width: 100%;
  float: left;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-prez-sluzby h2 {
  text-align: center;
}
.block-prez-sluzby h3 {
  color: #333;
  margin: 0;
  padding: 20px;
  font-family: MainFont-bold;
  text-align: center;
}
.block-prez-sluzby h3:hover {
  color: #FBB13C;
}
.block-prez-sluzby p {
  color: rgba(51, 51, 51, 0.75);
  font-size: 14px;
  text-align: center;
}
.block-prez-sluzby div  {
  transform-style: preserve-3d;
  perspective: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin: 20px 0;
  width: 50%;
}
.block-prez-sluzby div:hover svg {
  transform: translateZ(30px);
  transition: .3s ease;
}
.block-prez-sluzby div svg {    
  color: #2176AE;
  width: auto !important;
  height: 50px;
}
.pt-20 {
  padding-top: 20px;
}
.new-ref-index {
  border: 1px solid #d3d3d3;
  opacity: 0.6;
  background-color: #fff;
  width: calc(47% - 20px);
  margin-bottom: 100px;
}
.new-ref-index:first-child {
  margin-right: 100px;
}
.new-ref-index:nth-child(2) {
  margin: 0;
  margin-bottom: 100px;
}
.new-ref-index:nth-child(odd) {
  margin-right: 100px;
}
.new-ref-index:hover {
  opacity: 1;
  border: none;
}
.new-ref-index img {
  left: calc(100% - 230px);
  width: 80%;
}
.new-ref-title h3 {
  text-transform: uppercase;
  font-size: 34px;
}
.new-ref-title {
  top: 90%;
  left: 160px;
  z-index: 1;
}
.wrap-faq {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
}
.last-faq {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.mb-200 {
  margin-bottom: 200px;
}
.clanok-nadpis {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 0;
}
.clanok-popis {
  text-align: center;
}
.dotka-velka {
  position: absolute;
  top: 20%;
  left: 0%;
  height: 330px;
  width: 330px;
  border: none;
  border-radius: 15%;
  display: inline-block;
}
.dotka-velka2 {
  width: 11%;
  right: 0%;
  height: 20%;
  margin: -5% 0 0 96%;
}
.dotka-velka:nth-child(1) {
  margin: -10% 0 0 -10%;
  animation: myanim  8s infinite;

}
.dotka-velka:nth-child(2) {
  width: 5%;
  height: 5%;
  margin: 85% 0 0 50%;

  animation: myanim2  12s infinite;
}
.dotka-velka:nth-child(3) {

  width: -15%;
  height: -15%;
  margin: 15% 0 0 70%;
  animation: myanim3  15s infinite;
  right: 0;
  left: auto;
  top: 200%;
}



.dotka {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  height: 25px;
  width: 25px;
  border: none !important;
  background: #2176AE;
  border-radius: 15%;
  display: inline-block;
}
.dotka:nth-child(1) {
  margin: -10% 0 0 -10%;
  animation: myanim  4s infinite;
}
.dotka:nth-child(2) {
  margin: -5% 0 0 -74%;
  width: 30px;
  height: 30px;
  animation: myanim2  6s infinite;
}
.dotka:nth-child(3) {
  border: 3px solid #FBB13C;
  width: 15px;
  height: 15px;
  margin: 15% 0 0 70%;
  animation: myanim3  8s infinite;
}
.mt-100 {
  margin-top: 100px;
  float: left;
  text-align: center;
}
.no-m {
  margin: 0;
}
.clanok-nadpis-in {
  text-align: left;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.big-quote {
  color: #000;
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
  font-size: 3.5em;
  font-family: MainFont-bold;
  line-height: 68px;
}
.big-quote:before {
  color: #FBB13C;
  position: absolute;
  content: ' \201D';
  font-size: 180px;
  transform: translate(-100px,10px);
}
.big-quote:after {
  color: #FBB13C;
  position: absolute;
    content: '\201C';
    font-size: 180px;
    transform: translate(30px,80px);
}
.wrap-why {
  display: flex;
  flex-wrap: wrap;
}
.w-100 {
  width: 100%;
}
.upper {
  text-transform: uppercase;
}
.pr-30 {
  padding-right: 30px;
}
.video-text-box {
  text-align: center;
}
.video-text {
  font-size: 24px;
  color: #212529;
}
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0); opacity: 0.4 }
  100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
}
.arrow-video {
  border-color:transparent;
  border-style:solid;
  border-width:0 1em;
  display:block;
  height:0;
  margin:20px 0;
  opacity:0.4;
  text-indent:-9999px;
  transform-origin: 50% 50%;
  width:0;
}

.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
  border-top:1em solid #FBB13C;
}
.more-case .vlajky-ref {
  width: 100%;
  height: 100%;
  top: initial;
  left: initial;
  position: initial;
  transform: unset;
}

/*FOOTER*/
footer {
  width: 100%;
  float: left;
  position: relative;
}
.wrap-footer {
  padding-left: 0;
  padding-right: 0;
}
.logo-foot {
  padding-top: 50px;
  padding-left: 20px;
	width: 30%;
  float: left;
}
.text-foot {
  padding-top: 50px;
  width: 70%;
  float: right;
}
.footer-logo {
  max-width: 120px;
}
.footer-nav {
  float: right;
}
.footer-nav li {
  display: contents;
  float: right;
}
.footer-nav li a {
  color: #000;
  font-size: 1em;
  font-family: mainfont-reg;
  letter-spacing: 1px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
.crosed {
  text-decoration: line-through;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
}
.akciaa {
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
}

.footer-nav li:after {
    content: " ｜ ";
}
.footer-nav li:last-child::after {
    content: " ";
}
.text-webstr {
  position: absolute;
  top: 30%;
  right: 50%;
}
.webpages-a {
  padding: 0;
}
.ponuka-a {
  background: #333;
}
.block-ponuka-a {
  padding: 100px 0 50px 0;
}
.block-ponuka-a h2 {
  font-size: 20px;
  line-height: 48px;
  color: #fff;
  text-align: center;
}
.reasons-p-a-a {
  padding: 10px 20px;
  background: #42cdc7;
  margin: 10px;
  width: 30%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.reasons-p-a-a .material-icons {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 10px;
}
.reasons-p-a-a p {
  color: #fff;
  margin: 0;
}
.reasons-p-a {
  text-align: center;
  width: 30%;
  float: left;
  padding: 20px 60px;
}
.zaujem-a {
  color: #fff;
}
.block-reasons-a {
  background-color: #fff;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    padding: 30px 60px;
}
.block-reasons-a h2 {
  margin-bottom: 50px;
  width: 100%;
}
.tvorime-a {
  background: url(../images/www-design.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.block-tvorime-a {
  padding: 50px 0;
  width: 100%;
  float: left;
}
.tvorime-text-a {
  width: 75%;
}
.tvorime-text-a h2,
.tvorime-text-a p {
  color: #fff;
}
.wrap-1100 {
  max-width: 1100px;
}
.divider-a {
  width: 50%;
  float: initial;
  margin: 0 auto;
  border-top: 1px solid #4e4e4e;
}
.aaa {
  padding-top: 50px;
}
.controls .row {
  justify-content: center;
}
.statis {
  font-size: 22px;
  color: #FBB13C;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 10px;
  text-transform: uppercase;
}
.demo-kontakt .kontakt-left,
.demo-kontakt .kontakt-right {
  padding: 0;
}
.demo-kontakt .kontakt-left {
  padding-right: 50px;
}
.demo-kontakt .wrap {
  display: flex;
  align-items: center;
  margin: 40px auto;
}
.demo-kontakt .kontakt-right {
  margin: 30px 0;
}
.demo-kontakt .kontakt-form {
  background-color: #ffffff;
}
.demo-kontakt .kontakt-form .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.demo-kontakt .kontakt-form .messages p,
.demo-kontakt .kontakt-form .form-group label,
.demo-kontakt .kontakt-form .form-group input::placeholder,
.demo-kontakt .kontakt-form .form-group textarea::placeholder {
  color: #212529;
}
.obje {
  padding-top: 170px;
}
#name-of-existing-eshop {
    display: none;
}
.wrap-svg {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.wrap-svg img {
  width: 100%;
}
.st0 {
  fill: transparent;
  cursor: pointer;
  transition: .3s ease;
}
.st0:hover {
  fill: #FBB13C;
}
.svg-link {
  position: relative;
}
.foreign {
  opacity: 0;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 38px;
  font-size: 22px;
  color: #fff;
  background: #FBB13Cb9;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
   border-radius: 5px;
   font-weight: bold;
}
.svg-link:hover .foreign {
  opacity: 1;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
    max-width: 600px;
}
.modal-content h2,
.modal-content p,
.modal-content a,
.modal-content span {
  text-align: center;
}
.modal-content a {
  margin: 30px;
}
/* The Close Button */
.closeA,
.closeB,
.closeC,
.closeD {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeA:hover,
.closeA:focus,
.closeB:hover,
.closeB:focus,
.closeC:hover,
.closeC:focus,
.closeD:hover,
.closeD:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.form-interest {
  display: none;  
  padding: 20px;
  box-sizing: border-box;
}
.form-interest form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.form-interest form label {
  font-size: 14px;
  color: #c2c2c2;
}
.form-interest-show {
  display: block;
}
.form-interest input {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  background: #f1f1f1;
  margin-bottom: 10px;
  height: 40px;
}
.form-interest button {
  background: #FBB13C;
  color: #fff;
  width: 200px;
  border: none;
  border-radius: 10px;
  margin: 0 auto;
}