@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  font-size: 20px;
  
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #203B81;
}

:-moz-placeholder {
  color: #203B81;
}

::-moz-placeholder {
  color: #203B81;
}

:-ms-input-placeholder {
  color: #203B81;
}

::selection {
  background: #C60C30;
  color: #EC198F;
}

::-moz-selection {
  background: #C60C30;
  color: #EC198F;
}

@-webkit-keyframes swing {
  0% {transform:translateX(250%);}
  99% {transform:translateX(-120%);}
  100% {transform:translateX(250%);}
}
@keyframes swing {
  0% {transform:translateX(250%);}
  99% {transform:translateX(-120%);}
  100% {transform:translateX(250%);}
}
@-webkit-keyframes swing2 {
  0% {transform:translateX(100%);}
  99% {transform:translateX(-120%);}
  100% {transform:translateX(100%);}
}
@keyframes swing2 {
  0% {transform:translateX(100%);}
  99% {transform:translateX(-120%);}
  100% {transform:translateX(100%);}
}

/*General Elements */
body, input, textarea, select, option {
  font-family: 'Gilroy';
}

body {
  background:#babbc0 url(../images/bg.jpg) no-repeat top center; background-size: 100% auto;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

.top{width: 100%; position: relative; padding:55px 0 0 0;
  img{display: block; position: relative; z-index: 2; width:190px; height: auto; margin: auto;}
}
.content{position:absolute; top:50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); color:#fff; text-align: center;
  p{font-size: 86px;
    strong{display: block;}
  }
  span{display: block; font-size: 28px; padding: 30px 0;}
  small{display:inline-block; font-size: 26px; font-weight: 200; padding: 10px 40px; color:#212121; background:#fff; border-radius: 40px;}
}

.bottom{width: 100%; left:0; bottom: 0; padding: 0 100px 50px; display: flex; justify-content: space-between; align-items: center; position: absolute;
  .social{display: flex;
    a{ margin-right:25px;
      svg{
        path{fill: #fff;}
      }
    }
  }
  span{color:#fff; font-size: 25px;}
}


@media screen and (max-width: 1640px) {
  .content{
    p{font-size: 66px;}
    span{font-size: 22px;}
    small{font-size: 22px;}
  }
}
@media screen and (max-width: 780px) {
  body{background:#babbc0 url(../images/bgMobile.jpg) no-repeat top center; background-size:cover;}
  .top{padding-top: 20px;
    img{width: 150px;}
  }
  .content{color:#4b585a; width: 100%; top:80px; left:0; transform: translate(0); -webkit-transform: translate(0);-moz-transform: translate(0);
    p{font-size:36px;}
    span{font-size: 14px; padding: 15px 0;}
    small{font-size: 12px; background: #4b585a; color:#fff; padding: 10px 25px;}
  }
  .bottom{ padding: 0 15px 15px;
    .social{
      a{margin-right: 5px;}
    }
    span{font-size: 16px; width: 115px; text-align: right;}
  }
}

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