@import url("../themes/firma/assets/plugins/fontawesome-pro/css/all.css");
@import url("../themes/firma/assets/plugins/jquery-ui/jquery-ui.min.css");
@import url("../themes/firma/assets/plugins/bootstrap/css/bootstrap.min.css");
@font-face {
  font-family: "LatoWeb";
  src: url("../themes/firma/assets/fonts/lato/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../themes/firma/assets/fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../themes/firma/assets/fonts/lato/Lato-Regular.woff2") format("woff2"), url("../themes/firma/assets/fonts/lato/Lato-Regular.woff") format("woff"), url("../themes/firma/assets/fonts/lato/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "LatoItalic";
  src: url("../themes/firma/assets/fonts/lato/Lato-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../themes/firma/assets/fonts/lato/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../themes/firma/assets/fonts/lato/Lato-Italic.woff2") format("woff2"), url("../themes/firma/assets/fonts/lato/Lato-Italic.woff") format("woff"), url("../themes/firma/assets/fonts/lato/Lato-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "LatoWeb", sans-serif;
  font-size: 18px;
}
p {
  text-align: justify;
}
.logo img {
  width: 220px;
}
.top-header {
  width: 100%;
  padding: 15px 0 15px 0;
  background: #ff7900;
  color: #fff;
  font-size: 14px;
}
.main-header {
  width: 100%;
  background: #151e3f;
  padding: 35px 0 30px 0;
}
.main-header .header-title {
  font-family: "LatoItalic", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 28px;
}
.languages img {
  width: 32px;
  height: 32px;
}
.languages .btn:focus {
  box-shadow: none;
}
.languages .dropdown-menu {
  min-width: 4rem;
}
.languages .dropdown-item {
  padding: 0.25rem 0;
}
.languages .dropdown-toggle::after {
  color: #fff;
}
section .content {
  padding: 40px 0;
}
.section-banner {
  background: #f7f8fc;
  background: -moz-linear-gradient(top, #f7f8fc 0%, #e5eaef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8fc), color-stop(100%, #e5eaef));
  background: -webkit-linear-gradient(top, #f7f8fc 0%, #e5eaef 100%);
  background: -o-linear-gradient(top, #f7f8fc 0%, #e5eaef 100%);
  background: -ms-linear-gradient(top, #f7f8fc 0%, #e5eaef 100%);
  background: linear-gradient(to bottom, #f7f8fc 0%, #e5eaef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f8fc", endColorstr="#e5eaef",GradientType=0);
}
.section-banner .content {
  min-height: 620px;
  background: url("https://www.firma-likvideerimine.ee/themes/firma/assets/images/section1_img.png") no-repeat 55% bottom;
}
.section-banner .content h1 {
  font-size: 1.75rem;
  color: #ff7900;
}
.section-banner .card {
  width: 100%;
}
.section-banner .card-header {
  background: #ff7900;
  color: #fff;
}
.section-call-us {
  background: #ff7900;
  color: #fff;
}
.section-call-us h2 {
  font-family: "LatoItalic", sans-serif;
  font-size: 1.5rem;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > input, .form-label-group > label {
  height: 3.125rem;
  padding: 0.75rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
/* Fallback for Edge
  -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
/* Fallback for IE
  -------------------------------------------------- */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
.form textarea {
  min-height: 108px;
}
.header-phone {
  color: #ff7900;
  font-size: 27px;
}
.footer {
  background-color: #151e3f;
  padding: 20px 0;
  color: #fff;
  font-family: "LatoItalic", sans-serif;
  font-size: 20px;
}
.footer p {
  margin-bottom: 0.3em;
}
.footer a {
  color: #fff;
}
#map {
  position: relative;
  width: 100%;
  height: 200px;
  left: 0;
}
.about h3 {
  color: #ff7900;
}
.footer-bottom {
  background-color: #151e3f;
  color: #fff;
}
@media (max-width: 1199px) {
  .advantages {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .section-banner .content {
    background-image: none;
  }
  .header-title, .header-phone {
    display: none !important;
  }
}
.form-control::-webkit-input-placeholder {
  color: #495057;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}
.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded {
  background: #ff7900 !important;
}
