@import url("https://fonts.googleapis.com/css?family=Roboto");
html, body, div, span, applet,
object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

* {
  outline-color: transparent !important;
}

a {
  color: #ff8562;
}
a.black {
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #ff4f1d;
}

.block-center {
  display: table;
  margin: 0 auto;
}

.white {
  color: white;
}

.white2 {
  color: #e9e9ea;
}

.red {
  color: #ed174f;
}

.blue, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  color: #00a4e4;
}

.purple {
  color: #c23cda;
}

.green {
  color: #2da724;
}

.gray {
  color: #808285;
}

.nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

.video-div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-size: 102%;
  background-position: 50%;
  display: block;
  transform-origin: top left;
}
.video-div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.video-div img {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  margin: -50px;
  cursor: pointer;
}

.white hr {
  border-color: white;
}

.black hr {
  border-color: black;
}

.btn, .button {
  cursor: pointer;
  font-size: 20px;
}

html {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  height: 100%;
  font-size: 20px;
  line-height: 1.55;
}

.content {
  flex: 1;
  position: relative;
}
.content > div {
  position: relative;
  overflow: hidden;
}

.content-text p {
  margin-bottom: 20px;
}
.content-text ul {
  list-style: none;
  padding-bottom: 10px;
}
.content-text ul > li:before {
  margin-right: 15px;
  content: "\f111 ";
  font: normal normal normal 8px/1 FontAwesome;
  position: relative;
  top: -2px;
  color: #00a4e4;
}
.content-text table {
  width: 100%;
  border: 0;
}
.content-text table tr:nth-child(odd) {
  background: #FFFFFF;
  border: 0;
}
.content-text table tr:nth-child(even) {
  background: #ECF8FD;
  border: 0;
}
.content-text table tr th:last-child, .content-text table tr td {
  border: 0;
  padding: 4px;
  vertical-align: middle;
}
.content-text table tr th:last-child, .content-text table tr td:last-child {
  min-width: 100px;
}

.annotation {
  padding: 15px 20px;
  border: 3px solid #eeeeef;
  margin-bottom: 30px;
  background: white;
}

.social_buttons {
  margin-bottom: 20px;
}
.social_buttons > a {
  line-height: 30px;
  font-size: 14px;
  color: white;
  margin: 0 20px 10px 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 0 15px;
  display: inline-block;
}
.social_buttons > a:last-child {
  margin-right: 0;
}
.social_buttons i {
  margin-right: 10px;
  font-size: 20px;
  line-height: 30px;
}

.container {
  position: relative;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.bold, b {
  font-weight: bold;
}

.f14 {
  font-size: 14px;
  line-height: 1.55;
}

.f16 {
  font-size: 16px;
  line-height: 1.55;
}

.f18 {
  font-size: 18px;
  line-height: 1.55;
}

.f20 {
  font-size: 20px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f20 {
    font-size: 18px;
    line-height: 1.55 !important;
  }
}

.f21 {
  font-size: 21px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f21 {
    font-size: 18px;
    line-height: 1.55 !important;
  }
}

.f22 {
  font-size: 22px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f22 {
    font-size: 18px;
    line-height: 1.55 !important;
  }
}

.f24 {
  font-size: 24px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f24 {
    font-size: 18px;
    line-height: 1.55 !important;
  }
}

.f28 {
  font-size: 28px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f28 {
    font-size: 24px;
    line-height: 1.55 !important;
  }
}

.f30 {
  font-size: 30px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f30 {
    font-size: 26px;
    line-height: 1.55 !important;
  }
}

.f32 {
  font-size: 32px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f32 {
    font-size: 26px;
    line-height: 1.55 !important;
  }
}

.f36 {
  font-size: 40px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f36 {
    font-size: 30px;
    line-height: 1.55 !important;
  }
}

.f40 {
  font-size: 40px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f40 {
    font-size: 30px;
    line-height: 1.55 !important;
  }
}

.f42 {
  font-size: 42px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f42 {
    font-size: 34px;
    line-height: 1.55 !important;
  }
}

.f46 {
  font-size: 46px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f46 {
    font-size: 36px;
    line-height: 1.55 !important;
  }
}

.f50 {
  font-size: 50px;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .f50 {
    font-size: 36px;
    line-height: 1.55 !important;
  }
}

.lh24 {
  line-height: 24px;
}

.lh26 {
  line-height: 26px;
}

.lh34 {
  line-height: 34px;
}

.lh30 {
  line-height: 30px;
}

.lh40 {
  line-height: 40px;
}

.lh46 {
  line-height: 46px;
}

.pad0 {
  padding: 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: normal;
  margin-bottom: 30px;
}

h1, .h1 {
  font-size: 50px;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px;
  margin-top: 0;
}

h4, .h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 0;
}

h5, .h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}

.form-input {
  position: relative;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}
.form-input__label {
  position: relative;
  font-size: 20px;
  line-height: 1.55;
  transition: .2s ease;
}
.form-input__input {
  border: 0;
  height: 46px;
  min-height: 46px;
  border: 2px solid #d3d4d6;
  box-shadow: none !important;
  position: relative;
  background: white !important;
  font-size: 16px;
  padding: 0 16px;
  z-index: 10;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form-input textarea {
  height: 141px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-input .fa {
  position: relative;
  display: block;
  z-index: 11;
  float: right;
  margin-right: 12px;
  line-height: 46px;
  margin-bottom: -46px;
  bottom: -25px;
  cursor: pointer;
  pointer-events: all;
}
.form-input .fa + .form-input__input {
  padding-right: 40px;
}
.form-input__input.valid {
  border-color: #9cd2f1;
}
.form-input__input.error {
  border-color: #ed174f;
}
.form-input label.error, .form-input a.error {
  display: block;
  text-align: right;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: -19px;
  margin-top: 3px;
  text-align: right;
  color: #ed174f;
  font-weight: normal;
}

.btn-custom {
  padding: 0 30px;
  line-height: 50px;
  color: #fff;
  background: #ec5f57;
  font-size: 16px;
  text-transform: uppercase;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: 1px;
  border: 4px solid transparent;
}
.btn-custom.b2 {
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
}
.btn-custom:hover {
  background: white !important;
  color: #ec5f57;
  border: 4px solid #ec5f57;
}

.w100 {
  width: 100%;
}

.ss1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 40px;
}
.ss1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.ss1__video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ss1 iframe {
  height: 100%;
  width: 100%;
}
.ss1 .container {
  z-index: 10;
}

.owl-nav > * {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font-size: 0 !important;
  background: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
  border-color: #000000 !important;
  cursor: pointer;
}
.owl-nav > *.disabled {
  opacity: .4;
}
.owl-nav > *.owl-prev {
  left: -40px;
  border-top: 1px solid;
  border-left: 1px solid;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-nav > *.owl-next {
  right: -40px;
  border-top: 1px solid;
  border-right: 1px solid;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ss2 {
  background: url(../img/ss2.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  position: relative;
}
.ss2:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 38, 51, 0.8);
}

.pad-block1 {
  padding: 60px 60px;
}
@media (max-width: 992px) {
  .pad-block1 {
    padding: 40px 15px;
  }
}

.ss3 {
  background: url(../img/ss3.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  position: relative;
}
.ss3:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 21, 51, 0.8);
}

.bordered {
  position: relative;
  overflow: hidden;
}
.bordered:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  border: 1px solid white;
}
.bordered > div:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -0.5px;
  border: 1px solid #bebebe;
}

.jq-toast-wrap {
  width: 300px;
}

.jq-icon-info {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #ec5f57;
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: normal;
}

.jq-icon-info:before {
  content: "";
  background-image: url(../img/bitcoin.png);
  display: block;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  border: 2px solid white;
  border-radius: 50%;
  left: 10px;
  top: 20px;
}

.jq-icon-info h2 {
  font-size: 16px;
  line-height: normal;
}

.jq-icon-info h2 span {
  font-size: 14px;
}

.block1 {
  background: #154f67;
  padding: 20px 20px;
  color: white;
  font-size: 24px;
  line-height: 35px;
}

.block1 ul {
  list-style-image: url(../img/gal.png);
  margin-left: 10px;
}

.num {
  background: black;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: white;
  border: 2px solid white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
}

.num-block {
  min-width: 60px;
}
.num-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  height: 100%;
  width: 2px;
  background: black;
}
.nums > *:first-child .num-block:before {
  top: 50%;
}
.nums > *:last-child .num-block:before {
  height: 50%;
}

.table1-block {
  overflow: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.table1 {
  width: 100%;
  white-space: nowrap;
}
.table1 th, .table1 td {
  padding: 20px;
}
@media (max-width: 992px) {
  .table1 th, .table1 td {
    padding: 16px;
  }
}
.table1 th {
  background-color: #222;
  color: white;
  padding-bottom: 30px;
}
.table1 td {
  background: white;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.table1 td:first-child {
  border-left: 0;
  width: 100%;
}

.bb > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bb > *:nth-child(2n) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-color: #d9d9d9;
  background: #eeeeee;
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.bb2 > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bb2 > *:nth-child(4n), .bb2 > *:nth-child(4n-1) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-color: #d9d9d9;
  background: #eeeeee;
}

.toggler__b1 {
  border-top: 1px solid #eee;
  padding: 27px 50px 27px 0;
  position: relative;
  cursor: pointer;
}
.toggler__b1 .tog-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  height: 40px;
  width: 40px;
  padding: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: .2s;
}
.toggler__b1.active .tog-btn {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggler__b1:hover .tog-btn {
  background: #eeeeee;
}

.owl-content {
  background: white;
  padding: 40px 45px;
}
@media (max-width: 768px) {
  .owl-content {
    padding: 20px 30px;
  }
}

@media (max-width: 768px) {
  .owl-img {
    padding-bottom: 156%;
  }
}

.owl-item {
  overflow: hidden;
}

.owl-dots .owl-dot span {
  width: 4px !important;
  height: 4px !important;
  background: black !important;
  opacity: .4 !important;
}
.owl-dots .owl-dot:hover span, .owl-dots .owl-dot.active span {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  #ModalCalc iframe {
    height: 525px;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  #ModalCalc .modal-dialog {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #ModalCalc .modal-content {
    height: 100%;
    background: none;
    margin: 0 -15px;
  }
}

.modal .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  color: white;
  cursor: pointer;
}

@-webkit-keyframes flip {
  0% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
  10% {
    -moz-transform: rotate(1deg) translate(0, 1px);
    -ms-transform: rotate(1deg) translate(0, 1px);
    -webkit-transform: rotate(1deg) translate(0, 1px);
    transform: rotate(1deg) translate(0, 1px);
  }
  20% {
    -moz-transform: rotate(-1deg) translate(0, -1px);
    -ms-transform: rotate(-1deg) translate(0, -1px);
    -webkit-transform: rotate(-1deg) translate(0, -1px);
    transform: rotate(-1deg) translate(0, -1px);
  }
  30% {
    -moz-transform: rotate(1deg) translate(0, 1px);
    -ms-transform: rotate(1deg) translate(0, 1px);
    -webkit-transform: rotate(1deg) translate(0, 1px);
    transform: rotate(1deg) translate(0, 1px);
  }
  40% {
    -moz-transform: rotate(-1deg) translate(0, -1px);
    -ms-transform: rotate(-1deg) translate(0, -1px);
    -webkit-transform: rotate(-1deg) translate(0, -1px);
    transform: rotate(-1deg) translate(0, -1px);
  }
  50% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
  100% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
  10% {
    -moz-transform: rotate(1deg) translate(0, 1px);
    -ms-transform: rotate(1deg) translate(0, 1px);
    -webkit-transform: rotate(1deg) translate(0, 1px);
    transform: rotate(1deg) translate(0, 1px);
  }
  20% {
    -moz-transform: rotate(-1deg) translate(0, -1px);
    -ms-transform: rotate(-1deg) translate(0, -1px);
    -webkit-transform: rotate(-1deg) translate(0, -1px);
    transform: rotate(-1deg) translate(0, -1px);
  }
  30% {
    -moz-transform: rotate(1deg) translate(0, 1px);
    -ms-transform: rotate(1deg) translate(0, 1px);
    -webkit-transform: rotate(1deg) translate(0, 1px);
    transform: rotate(1deg) translate(0, 1px);
  }
  40% {
    -moz-transform: rotate(-1deg) translate(0, -1px);
    -ms-transform: rotate(-1deg) translate(0, -1px);
    -webkit-transform: rotate(-1deg) translate(0, -1px);
    transform: rotate(-1deg) translate(0, -1px);
  }
  50% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
  100% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
}
@-o-keyframes flip {
  0% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
  10% {
    -moz-transform: rotate(1deg) translate(0, 1px);
    -ms-transform: rotate(1deg) translate(0, 1px);
    -webkit-transform: rotate(1deg) translate(0, 1px);
    transform: rotate(1deg) translate(0, 1px);
  }
  20% {
    -moz-transform: rotate(-1deg) translate(0, -1px);
    -ms-transform: rotate(-1deg) translate(0, -1px);
    -webkit-transform: rotate(-1deg) translate(0, -1px);
    transform: rotate(-1deg) translate(0, -1px);
  }
  30% {
    -moz-transform: rotate(1deg) translate(0, 1px);
    -ms-transform: rotate(1deg) translate(0, 1px);
    -webkit-transform: rotate(1deg) translate(0, 1px);
    transform: rotate(1deg) translate(0, 1px);
  }
  40% {
    -moz-transform: rotate(-1deg) translate(0, -1px);
    -ms-transform: rotate(-1deg) translate(0, -1px);
    -webkit-transform: rotate(-1deg) translate(0, -1px);
    transform: rotate(-1deg) translate(0, -1px);
  }
  50% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
  100% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
}
@keyframes flip {
  0% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
  10% {
    -moz-transform: rotate(1deg) translate(0, 1px);
    -ms-transform: rotate(1deg) translate(0, 1px);
    -webkit-transform: rotate(1deg) translate(0, 1px);
    transform: rotate(1deg) translate(0, 1px);
  }
  20% {
    -moz-transform: rotate(-1deg) translate(0, -1px);
    -ms-transform: rotate(-1deg) translate(0, -1px);
    -webkit-transform: rotate(-1deg) translate(0, -1px);
    transform: rotate(-1deg) translate(0, -1px);
  }
  30% {
    -moz-transform: rotate(1deg) translate(0, 1px);
    -ms-transform: rotate(1deg) translate(0, 1px);
    -webkit-transform: rotate(1deg) translate(0, 1px);
    transform: rotate(1deg) translate(0, 1px);
  }
  40% {
    -moz-transform: rotate(-1deg) translate(0, -1px);
    -ms-transform: rotate(-1deg) translate(0, -1px);
    -webkit-transform: rotate(-1deg) translate(0, -1px);
    transform: rotate(-1deg) translate(0, -1px);
  }
  50% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
  100% {
    -moz-transform: rotate(0deg) translate(0, 0px);
    -ms-transform: rotate(0deg) translate(0, 0px);
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
  }
}
.btn-calc {
  position: fixed;
  left: 15px;
  bottom: -6px;
  padding: 0 30px;
  line-height: 50px;
  color: #fff;
  background: #35386e;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 4px solid transparent;
  border-bottom: 0;
  -moz-border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px;
  border-radius: 30px 30px 0 0;
  z-index: 999;
  -moz-transform-origin: center center 50%;
  -ms-transform-origin: center center 50%;
  -webkit-transform-origin: center center 50%;
  transform-origin: center center 50%;
  -webkit-animation: flip 2s infinite;
  -moz-animation: flip 2s infinite;
  -o-animation: flip 2s infinite;
  animation: flip 2s infinite;
}
@media (max-width: 768px) {
  .btn-calc {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px;
    border-radius: 20px 20px 0 0;
  }
}
.btn-calc:hover {
  background: white !important;
  color: #35386e;
  border: 4px solid #35386e;
  border-bottom: 0;
}

.footer {
  padding: 40px 0 40px;
  color: white;
  font-size: 14px;
  background: black;
}

/*# sourceMappingURL=style.css.map */
