@charset "UTF-8";
/*fix google chrome input auto fill*/
input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.text-white {
  color: #ebebeb !important;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.navbar-brand {
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 90px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 191px;
    height: 104px;
  }
}

@media (min-width: 992px) {
  .fixed-header .navbar-brand {
    background-image: url(../images/logo-mini.svg);
    width: 66px;
    height: 65px;
  }
}

.fixed-top {
  z-index: 1000;
}

.invalid-feedback {
  color: #fa6557;
  display: block;
}

/*
.page-link {
  color: $text-color;
  line-height: 1;
  @include border-radius(40px);
  border-color: lighten($text-color, 50);

  &:hover {
    color: $link-color-hover;
    background-color: transparent;
    border-color: $link-color-hover;
  }
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.pagination-lg .page-item:first-child .page-link,
.pagination-lg .page-item:last-child .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link {
  @include border-radius(40px);
}

.page-item.disabled .page-link {
  color: lighten($text-color, 50);
}

.pagination-sm .page-link {
  padding: 0.25rem .50rem;
  line-height: 1.3;

}

.page-item.active .page-link {
  background-color: $link-color-hover;
  border: 1px solid $link-color-hover;

}*/
/*
.breadcrumb {
  background-color: transparent;
  font-size: 15px;
  padding: 0;
  flex-wrap:inherit;
  margin-bottom: 1rem;
  margin-top: 1rem;
  //overflow: hidden;
  //overflow-y: scroll;
  //height: 23px;
  width: 100%;
  .breadcrumb-item {
    line-height: 1;
    position: relative;
    + .breadcrumb-item {
      padding-left: 1rem;
      &:before {
        position: absolute;
        padding-right: 1rem;
        background: {
          image: url(../images/bs-separator.svg);
          repeat: no-repeat;
          position: left center;
          size: contain;
        };
        width: 4px;
        height: 8px;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
        content: "";
      }
    }


    &.active {
      color: #BBBBBB;
      line-height: 19px;
    }
  }

  a {
    color: #BBBBBB;
    font-size: 15px;
    line-height: 19px;
  }
}*/
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #fa6557;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #35cc62;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.form-control:focus,
.form-control:focus,
.custom-select:focus {
  box-shadow: none;
}

.custom-select {
  cursor: pointer;
}

.custom-select:focus {
  border-color: #F66718;
}

.nav-pills .nav-link {
  margin-left: 15px;
  margin-right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -o-border-radius: 0;
  font-family: "Noto Serif", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  border-bottom: 4px solid transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent;
  border-bottom-color: #F66718;
  color: #232323;
}

.bg-success {
  background-color: #35cc62 !important;
}

.bg-danger {
  background-color: #fa6557 !important;
}

.bg-info {
  background-color: #0ecccc !important;
}

.bg-primary {
  background-color: #007bff !important;
}

.bg-secondary {
  background-color: #505759 !important;
}

.bg-warning {
  background-color: #F66718 !important;
}

.bg-dark {
  background-color: #232323 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-success {
  color: #35cc62 !important;
}

.text-danger {
  color: #fa6557 !important;
}

.text-info {
  color: #0ecccc !important;
}

.text-primary {
  color: #007bff !important;
}

.text-secondary {
  color: #505759 !important;
}

.text-warning {
  color: #F66718 !important;
}

.text-dark {
  color: #232323 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.alert-success {
  background-color: #afebc1;
  border-color: #35cc62;
  color: #2aa44e;
}

.alert-danger {
  background-color: #feedec;
  border-color: #fa6557;
  color: #f93825;
}

.alert-info {
  background-color: #7df6f6;
  border-color: #0ecccc;
  color: #0b9c9c;
}

.alert-primary {
  background-color: #99caff;
  border-color: #007bff;
  color: #0062cc;
}

.alert-secondary {
  background-color: #9ca4a6;
  border-color: #505759;
  color: #383d3e;
}

.alert-warning {
  background-color: #fcc8ab;
  border-color: #F66718;
  color: #d35008;
}

.alert-dark {
  background-color: #707070;
  border-color: #232323;
  color: #0a0a0a;
}

.alert-light {
  background-color: white;
  border-color: #f8f9fa;
  color: #dae0e5;
}

.badge-success {
  background-color: #35cc62;
}

.badge-danger {
  background-color: #fa6557;
}

.badge-info {
  background-color: #0ecccc;
}

.badge-primary {
  background-color: #007bff;
}

.badge-secondary {
  background-color: #505759;
}

.badge-warning {
  background-color: #F66718;
}

.badge-dark {
  background-color: #232323;
}

.badge-light {
  background-color: #f8f9fa;
}

.has-error .form-control {
  border-color: #fa6557 !important;
}

/*Buttons*/
.btn {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 11px 28px;
  letter-spacing: 1.2px;
  font-family: "Montserrat", sans-serif;
  border: 0;
}
.btn:focus,
.btn .focus {
  box-shadow: none;
}

.btn-sm,
.btn-group-sm .btn {
  padding: 6px 19px;
  font-weight: 500;
  font-size: 12px;
}

.btn-lg,
.btn-group-lg .btn {
  padding: 13px 25px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.2px;
}
@media (min-width: 992px) {
  .btn-lg,
.btn-group-lg .btn {
    padding: 17px 35px;
    font-size: 15px;
  }
}

.btn-success {
  color: #fff;
  background-color: #35cc62;
  border-color: #35cc62;
  box-shadow: 0 2px 2px 0 rgba(53, 204, 98, 0.14), 0 3px 1px -2px rgba(53, 204, 98, 0.2), 0 1px 5px 0 rgba(53, 204, 98, 0.12);
}
.btn-success:hover {
  color: #fff;
  border-color: #2fb958;
  background-color: #2fb958;
  box-shadow: 0 7px 7px 0 rgba(53, 204, 98, 0.14), 0 3px 1px -2px rgba(53, 204, 98, 0.2), 0 1px 5px 0 rgba(53, 204, 98, 0.12);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(53, 204, 98, 0.14), 0 3px 1px -2px rgba(53, 204, 98, 0.2), 0 1px 5px 0 rgba(53, 204, 98, 0.12);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 2px 2px 0 rgba(53, 204, 98, 0.14), 0 3px 1px -2px rgba(53, 204, 98, 0.2), 0 1px 5px 0 rgba(53, 204, 98, 0.12);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  border-color: #2fb958;
  background-color: #2fb958;
  box-shadow: 0 2px 2px 0 rgba(53, 204, 98, 0.14), 0 3px 1px -2px rgba(53, 204, 98, 0.2), 0 1px 5px 0 rgba(53, 204, 98, 0.12);
}

.btn-danger {
  color: #fff;
  background-color: #fa6557;
  border-color: #fa6557;
  box-shadow: 0 2px 2px 0 rgba(250, 101, 87, 0.14), 0 3px 1px -2px rgba(250, 101, 87, 0.2), 0 1px 5px 0 rgba(250, 101, 87, 0.12);
}
.btn-danger:hover {
  color: #fff;
  border-color: #f94e3e;
  background-color: #f94e3e;
  box-shadow: 0 7px 7px 0 rgba(250, 101, 87, 0.14), 0 3px 1px -2px rgba(250, 101, 87, 0.2), 0 1px 5px 0 rgba(250, 101, 87, 0.12);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(250, 101, 87, 0.14), 0 3px 1px -2px rgba(250, 101, 87, 0.2), 0 1px 5px 0 rgba(250, 101, 87, 0.12);
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 2px 2px 0 rgba(250, 101, 87, 0.14), 0 3px 1px -2px rgba(250, 101, 87, 0.2), 0 1px 5px 0 rgba(250, 101, 87, 0.12);
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  border-color: #f94e3e;
  background-color: #f94e3e;
  box-shadow: 0 2px 2px 0 rgba(250, 101, 87, 0.14), 0 3px 1px -2px rgba(250, 101, 87, 0.2), 0 1px 5px 0 rgba(250, 101, 87, 0.12);
}

.btn-info {
  color: #343a40;
  background-color: #0ecccc;
  border-color: #0ecccc;
  box-shadow: 0 2px 2px 0 rgba(14, 204, 204, 0.14), 0 3px 1px -2px rgba(14, 204, 204, 0.2), 0 1px 5px 0 rgba(14, 204, 204, 0.12);
}
.btn-info:hover {
  color: #343a40;
  border-color: #0cb4b4;
  background-color: #0cb4b4;
  box-shadow: 0 7px 7px 0 rgba(14, 204, 204, 0.14), 0 3px 1px -2px rgba(14, 204, 204, 0.2), 0 1px 5px 0 rgba(14, 204, 204, 0.12);
}
.btn-info:focus, .btn-info.focus {
  color: #343a40;
  box-shadow: 0 2px 2px 0 rgba(14, 204, 204, 0.14), 0 3px 1px -2px rgba(14, 204, 204, 0.2), 0 1px 5px 0 rgba(14, 204, 204, 0.12);
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 2px 2px 0 rgba(14, 204, 204, 0.14), 0 3px 1px -2px rgba(14, 204, 204, 0.2), 0 1px 5px 0 rgba(14, 204, 204, 0.12);
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  border-color: #0cb4b4;
  background-color: #0cb4b4;
  box-shadow: 0 2px 2px 0 rgba(14, 204, 204, 0.14), 0 3px 1px -2px rgba(14, 204, 204, 0.2), 0 1px 5px 0 rgba(14, 204, 204, 0.12);
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 2px 2px 0 rgba(0, 123, 255, 0.14), 0 3px 1px -2px rgba(0, 123, 255, 0.2), 0 1px 5px 0 rgba(0, 123, 255, 0.12);
}
.btn-primary:hover {
  color: #fff;
  border-color: #006fe6;
  background-color: #006fe6;
  box-shadow: 0 7px 7px 0 rgba(0, 123, 255, 0.14), 0 3px 1px -2px rgba(0, 123, 255, 0.2), 0 1px 5px 0 rgba(0, 123, 255, 0.12);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 123, 255, 0.14), 0 3px 1px -2px rgba(0, 123, 255, 0.2), 0 1px 5px 0 rgba(0, 123, 255, 0.12);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 2px 2px 0 rgba(0, 123, 255, 0.14), 0 3px 1px -2px rgba(0, 123, 255, 0.2), 0 1px 5px 0 rgba(0, 123, 255, 0.12);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  border-color: #006fe6;
  background-color: #006fe6;
  box-shadow: 0 2px 2px 0 rgba(0, 123, 255, 0.14), 0 3px 1px -2px rgba(0, 123, 255, 0.2), 0 1px 5px 0 rgba(0, 123, 255, 0.12);
}

.btn-secondary {
  color: #fff;
  background-color: #505759;
  border-color: #505759;
  box-shadow: 0 2px 2px 0 rgba(80, 87, 89, 0.14), 0 3px 1px -2px rgba(80, 87, 89, 0.2), 0 1px 5px 0 rgba(80, 87, 89, 0.12);
}
.btn-secondary:hover {
  color: #fff;
  border-color: #444a4c;
  background-color: #444a4c;
  box-shadow: 0 7px 7px 0 rgba(80, 87, 89, 0.14), 0 3px 1px -2px rgba(80, 87, 89, 0.2), 0 1px 5px 0 rgba(80, 87, 89, 0.12);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(80, 87, 89, 0.14), 0 3px 1px -2px rgba(80, 87, 89, 0.2), 0 1px 5px 0 rgba(80, 87, 89, 0.12);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 2px 2px 0 rgba(80, 87, 89, 0.14), 0 3px 1px -2px rgba(80, 87, 89, 0.2), 0 1px 5px 0 rgba(80, 87, 89, 0.12);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  border-color: #444a4c;
  background-color: #444a4c;
  box-shadow: 0 2px 2px 0 rgba(80, 87, 89, 0.14), 0 3px 1px -2px rgba(80, 87, 89, 0.2), 0 1px 5px 0 rgba(80, 87, 89, 0.12);
}

.btn-warning {
  color: #fff;
  background-color: #F66718;
  border-color: #F66718;
  box-shadow: 0 2px 2px 0 rgba(246, 103, 24, 0.14), 0 3px 1px -2px rgba(246, 103, 24, 0.2), 0 1px 5px 0 rgba(246, 103, 24, 0.12);
}
.btn-warning:hover {
  color: #fff;
  border-color: #eb5a09;
  background-color: #eb5a09;
  box-shadow: 0 7px 7px 0 rgba(246, 103, 24, 0.14), 0 3px 1px -2px rgba(246, 103, 24, 0.2), 0 1px 5px 0 rgba(246, 103, 24, 0.12);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(246, 103, 24, 0.14), 0 3px 1px -2px rgba(246, 103, 24, 0.2), 0 1px 5px 0 rgba(246, 103, 24, 0.12);
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 2px 2px 0 rgba(246, 103, 24, 0.14), 0 3px 1px -2px rgba(246, 103, 24, 0.2), 0 1px 5px 0 rgba(246, 103, 24, 0.12);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  border-color: #eb5a09;
  background-color: #eb5a09;
  box-shadow: 0 2px 2px 0 rgba(246, 103, 24, 0.14), 0 3px 1px -2px rgba(246, 103, 24, 0.2), 0 1px 5px 0 rgba(246, 103, 24, 0.12);
}

.btn-dark {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
  box-shadow: 0 2px 2px 0 rgba(35, 35, 35, 0.14), 0 3px 1px -2px rgba(35, 35, 35, 0.2), 0 1px 5px 0 rgba(35, 35, 35, 0.12);
}
.btn-dark:hover {
  color: #fff;
  border-color: #161616;
  background-color: #161616;
  box-shadow: 0 7px 7px 0 rgba(35, 35, 35, 0.14), 0 3px 1px -2px rgba(35, 35, 35, 0.2), 0 1px 5px 0 rgba(35, 35, 35, 0.12);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(35, 35, 35, 0.14), 0 3px 1px -2px rgba(35, 35, 35, 0.2), 0 1px 5px 0 rgba(35, 35, 35, 0.12);
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 2px 2px 0 rgba(35, 35, 35, 0.14), 0 3px 1px -2px rgba(35, 35, 35, 0.2), 0 1px 5px 0 rgba(35, 35, 35, 0.12);
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  border-color: #161616;
  background-color: #161616;
  box-shadow: 0 2px 2px 0 rgba(35, 35, 35, 0.14), 0 3px 1px -2px rgba(35, 35, 35, 0.2), 0 1px 5px 0 rgba(35, 35, 35, 0.12);
}

.btn-light {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}
.btn-light:hover {
  color: #343a40;
  border-color: #e9ecef;
  background-color: #e9ecef;
  box-shadow: 0 7px 7px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}
.btn-light:focus, .btn-light.focus {
  color: #343a40;
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  border-color: #e9ecef;
  background-color: #e9ecef;
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

.btn-outline-success {
  border-color: #35cc62;
  color: #35cc62;
  box-shadow: 0 2px 2px 0 rgba(53, 204, 98, 0.14), 0 3px 1px -2px rgba(53, 204, 98, 0.2), 0 1px 5px 0 rgba(53, 204, 98, 0.12);
}
.btn-outline-success:hover {
  border-color: #35cc62;
  background-color: #35cc62;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 2px 2px 0 rgba(53, 204, 98, 0.14), 0 3px 1px -2px rgba(53, 204, 98, 0.2), 0 1px 5px 0 rgba(53, 204, 98, 0.12);
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  border-color: #35cc62;
  background-color: #35cc62;
  box-shadow: 0 2px 2px 0 rgba(53, 204, 98, 0.14), 0 3px 1px -2px rgba(53, 204, 98, 0.2), 0 1px 5px 0 rgba(53, 204, 98, 0.12);
}

.btn-outline-danger {
  border-color: #fa6557;
  color: #fa6557;
  box-shadow: 0 2px 2px 0 rgba(250, 101, 87, 0.14), 0 3px 1px -2px rgba(250, 101, 87, 0.2), 0 1px 5px 0 rgba(250, 101, 87, 0.12);
}
.btn-outline-danger:hover {
  border-color: #fa6557;
  background-color: #fa6557;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 2px 2px 0 rgba(250, 101, 87, 0.14), 0 3px 1px -2px rgba(250, 101, 87, 0.2), 0 1px 5px 0 rgba(250, 101, 87, 0.12);
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  border-color: #fa6557;
  background-color: #fa6557;
  box-shadow: 0 2px 2px 0 rgba(250, 101, 87, 0.14), 0 3px 1px -2px rgba(250, 101, 87, 0.2), 0 1px 5px 0 rgba(250, 101, 87, 0.12);
}

.btn-outline-info {
  border-color: #0ecccc;
  color: #0ecccc;
  box-shadow: 0 2px 2px 0 rgba(14, 204, 204, 0.14), 0 3px 1px -2px rgba(14, 204, 204, 0.2), 0 1px 5px 0 rgba(14, 204, 204, 0.12);
}
.btn-outline-info:hover {
  border-color: #0ecccc;
  background-color: #0ecccc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 2px 2px 0 rgba(14, 204, 204, 0.14), 0 3px 1px -2px rgba(14, 204, 204, 0.2), 0 1px 5px 0 rgba(14, 204, 204, 0.12);
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  border-color: #0ecccc;
  background-color: #0ecccc;
  box-shadow: 0 2px 2px 0 rgba(14, 204, 204, 0.14), 0 3px 1px -2px rgba(14, 204, 204, 0.2), 0 1px 5px 0 rgba(14, 204, 204, 0.12);
}

.btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
  box-shadow: 0 2px 2px 0 rgba(0, 123, 255, 0.14), 0 3px 1px -2px rgba(0, 123, 255, 0.2), 0 1px 5px 0 rgba(0, 123, 255, 0.12);
}
.btn-outline-primary:hover {
  border-color: #007bff;
  background-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 2px 2px 0 rgba(0, 123, 255, 0.14), 0 3px 1px -2px rgba(0, 123, 255, 0.2), 0 1px 5px 0 rgba(0, 123, 255, 0.12);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  border-color: #007bff;
  background-color: #007bff;
  box-shadow: 0 2px 2px 0 rgba(0, 123, 255, 0.14), 0 3px 1px -2px rgba(0, 123, 255, 0.2), 0 1px 5px 0 rgba(0, 123, 255, 0.12);
}

.btn-outline-secondary {
  border-color: #505759;
  color: #505759;
  box-shadow: 0 2px 2px 0 rgba(80, 87, 89, 0.14), 0 3px 1px -2px rgba(80, 87, 89, 0.2), 0 1px 5px 0 rgba(80, 87, 89, 0.12);
}
.btn-outline-secondary:hover {
  border-color: #505759;
  background-color: #505759;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 2px 2px 0 rgba(80, 87, 89, 0.14), 0 3px 1px -2px rgba(80, 87, 89, 0.2), 0 1px 5px 0 rgba(80, 87, 89, 0.12);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  border-color: #505759;
  background-color: #505759;
  box-shadow: 0 2px 2px 0 rgba(80, 87, 89, 0.14), 0 3px 1px -2px rgba(80, 87, 89, 0.2), 0 1px 5px 0 rgba(80, 87, 89, 0.12);
}

.btn-outline-warning {
  border-color: #F66718;
  color: #F66718;
  box-shadow: 0 2px 2px 0 rgba(246, 103, 24, 0.14), 0 3px 1px -2px rgba(246, 103, 24, 0.2), 0 1px 5px 0 rgba(246, 103, 24, 0.12);
}
.btn-outline-warning:hover {
  border-color: #F66718;
  background-color: #F66718;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 2px 2px 0 rgba(246, 103, 24, 0.14), 0 3px 1px -2px rgba(246, 103, 24, 0.2), 0 1px 5px 0 rgba(246, 103, 24, 0.12);
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  border-color: #F66718;
  background-color: #F66718;
  box-shadow: 0 2px 2px 0 rgba(246, 103, 24, 0.14), 0 3px 1px -2px rgba(246, 103, 24, 0.2), 0 1px 5px 0 rgba(246, 103, 24, 0.12);
}

.btn-outline-dark {
  border-color: #232323;
  color: #232323;
  box-shadow: 0 2px 2px 0 rgba(35, 35, 35, 0.14), 0 3px 1px -2px rgba(35, 35, 35, 0.2), 0 1px 5px 0 rgba(35, 35, 35, 0.12);
}
.btn-outline-dark:hover {
  border-color: #232323;
  background-color: #232323;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 2px 2px 0 rgba(35, 35, 35, 0.14), 0 3px 1px -2px rgba(35, 35, 35, 0.2), 0 1px 5px 0 rgba(35, 35, 35, 0.12);
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  border-color: #232323;
  background-color: #232323;
  box-shadow: 0 2px 2px 0 rgba(35, 35, 35, 0.14), 0 3px 1px -2px rgba(35, 35, 35, 0.2), 0 1px 5px 0 rgba(35, 35, 35, 0.12);
}

.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}
.btn-outline-light:hover {
  border-color: #f8f9fa;
  background-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  border-color: #f8f9fa;
  background-color: #f8f9fa;
  box-shadow: 0 2px 2px 0 rgba(248, 249, 250, 0.14), 0 3px 1px -2px rgba(248, 249, 250, 0.2), 0 1px 5px 0 rgba(248, 249, 250, 0.12);
}

.btn-warning {
  border: 0;
  background: linear-gradient(51.45deg, #EEC980 -51.47%, #E5C080 -5.62%, #C5860B 70.64%, #E3B666 151.66%, #EDC686 169.19%, #F2E4CD 202.15%);
}
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0px 7px 16px rgba(179, 120, 7, 0.32);
  color: #fff;
}
.btn-warning.btn-lg.focus, .btn-warning.btn-lg:focus {
  box-shadow: 0px 8px 20px rgba(179, 120, 7, 0.32);
}
.btn-warning.btn-sm.focus, .btn-warning.btn-sm:focus {
  box-shadow: 0px 4px 8px rgba(179, 120, 7, 0.32);
}
.btn-warning:hover {
  box-shadow: 0px 7px 16px rgba(179, 120, 7, 0.32);
}

.btn-sm.btn-warning:hover {
  box-shadow: 0px 4px 8px rgba(179, 120, 7, 0.32);
}

.btn-lg.btn-warning:hover {
  box-shadow: 0px 8px 20px rgba(179, 120, 7, 0.32);
}

.btn-dark:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
}

.btn-sm.btn-dark:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.btn-lg.btn-dark:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

body {
  font-family: "Montserrat", sans-serif;
  color: #232323;
  font-size: 16px;
}

p {
  line-height: 25px;
  font-size: 14px;
}
@media (min-width: 992px) {
  p {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #CF972C;
  font-weight: 500;
}
a:hover {
  text-decoration: none;
  color: #232323;
}

.item-info {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  width: 280px;
  padding: 15px 0;
}
.item-info strong {
  font-size: 75px;
  font-weight: 500;
}
.item-info span {
  font-size: 20px;
  margin-left: 1rem;
}
.item-info.item-1 {
  background-image: url(../images/cube1.svg);
  background-position: bottom left 30%;
}
.item-info.item-2 {
  background-image: url(../images/cube2.svg);
  background-position: top left 30%;
}
.item-info.item-3 {
  background-image: url(../images/cube3.svg);
  background-position: bottom left 30%;
}
@media (min-width: 992px) {
  .item-info strong {
    font-size: 75px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "Noto Serif", sans-serif;
}

.banner-item {
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-item .h1 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.banner-item .btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .banner-item {
    height: 310px;
  }
  .banner-item .h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .banner-item {
    height: 410px;
  }
  .banner-item .h1 {
    font-size: 52px;
    line-height: 65px;
    color: #ebebeb;
    letter-spacing: 2.5px;
  }
}
@media (min-width: 1200px) {
  .banner-item {
    height: 655px;
  }
}

h6, .h6 {
  font-family: "Montserrat", sans-serif;
}

h5, .h5 {
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h3, .h3 {
  font-size: 23px;
  font-weight: bold;
}

h2, .h2 {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 26px;
    font-weight: 500;
  }
}

h1, .h1 {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 33px;
    font-weight: 500;
  }
}

.icon-content {
  background: #232323;
  padding: 10px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-content svg {
  max-width: 60px;
  max-height: 60px;
}

@media (min-width: 992px) {
  .corner-top {
    padding-top: 55px;
    background-image: url(../images/corner-top.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff;
  }
}
.corner-top h1, .corner-top .h1 {
  font-weight: bold;
  font-size: 28px;
}
.corner-top h4, .corner-top .h4 {
  font-family: "Noto Serif", sans-serif;
}
.corner-top .manage-city {
  font-size: 15px;
}
.corner-top .manage-phone,
.corner-top .manage-city,
.corner-top .manage-email {
  font-family: "Noto Serif", sans-serif;
}

.manage {
  background: #fff;
  box-shadow: 0px 6px 20px rgba(30, 31, 36, 0.1);
  padding: 22px;
  margin-bottom: 30px;
  transition: all 1s;
  color: #232323;
  font-size: 14px;
  font-family: "Noto Serif", sans-serif;
}
.manage-arrow {
  transition: all 1s;
  display: none;
  position: absolute;
  bottom: 0;
}
.manage-arrow path {
  fill: #232323;
}
.manage-email {
  font-family: "Noto Serif", sans-serif;
  color: #CF972C;
  font-size: 13px;
}
.manage-email:hover {
  color: #CF972C;
}
.manage-content {
  margin-top: 30px;
}
.manage-name.h4 {
  font-size: 16px;
  font-weight: bold;
}
.manage-name.h4 a {
  font-size: 16px;
  font-weight: bold;
  color: #232323;
}
.manage:hover {
  background: #232323;
  color: #ebebeb;
}
.manage:hover .manage-arrow {
  transform: translateX(50px);
}
.manage:hover .manage-arrow path {
  fill: #ebebeb;
}
.manage:hover .manage-name a,
.manage:hover .manage-position,
.manage:hover .manage-phone {
  color: #ebebeb;
}
.manage-image {
  max-width: 400px;
  max-height: 400px;
  padding: 0 0 21px 21px;
  background-image: url(../images/manage-card.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #fff;
}
.manage-image a {
  display: block;
}
.manage-phone {
  color: #232323;
  transition: all 1s;
}
.manage-position {
  transition: all 1s;
  color: #666666;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .manage {
    padding: 22px;
    font-size: 16px;
  }
  .manage-name.h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .manage-name.h4 a {
    font-size: 20px;
    line-height: 20px;
  }
  .manage-position {
    font-size: 15px;
  }
  .manage-arrow {
    display: block;
  }
}

.section-work {
  background-image: url(../images/pattern.jpg);
  background-position: top left;
  background-color: #232323;
  padding-top: 95px;
  padding-bottom: 90px;
}
.section-work .title svg path {
  fill: #ebebeb;
}
.section-work section {
  padding: 0;
}
.section-work .title div:after {
  background: #ebebeb;
}
.section-work .title span a,
.section-work .title div {
  color: #ebebeb;
}
@media (min-width: 992px) {
  .section-work {
    padding-top: 165px;
    padding-bottom: 120px;
  }
}

section.section-consultation {
  background-image: url(../images/bg/consultation-mob.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 465px;
  max-height: 640px;
  padding: 200px 0 200px 0;
}
section.section-consultation.web {
  background-image: url(../images/bg/consultation-main-mob.jpg);
}
section.section-consultation .h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
section.section-consultation p {
  color: #E7E8EA;
}
@media (min-width: 992px) {
  section.section-consultation {
    padding: 75px 0 65px 0;
    background-image: url(../images/bg/consultation.jpg);
  }
  section.section-consultation .h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 47px;
  }
  section.section-consultation.web {
    background-image: url(../images/bg/consultation-main.jpg);
  }
}

.search-item {
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
  font-weight: 500;
  color: #232323;
}
.search-item a {
  color: #232323;
}
.search-title-result {
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 15px 0;
  margin-bottom: 25px;
}
.search-title-result strong {
  font-weight: bold;
}

.languages {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
.languages li {
  float: left;
  margin-left: 5px;
}
.languages li.active a {
  text-decoration: none;
}
.languages li a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #262626;
  font-weight: normal;
}

.socials {
  margin: 0;
  padding: 0;
  list-style: none;
}
.socials li {
  float: left;
  background: linear-gradient(51.45deg, #EEC980 -51.47%, #E5C080 -5.62%, #C5860B 70.64%, #E3B666 151.66%, #EDC686 169.19%, #F2E4CD 202.15%);
  margin: 0 0 0 16px;
}
.socials li:first-child {
  margin: 0;
}
.socials li a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.socials li a img {
  margin: auto;
}
.socials.socials-lg li a {
  width: 46px;
  height: 46px;
}
.socials.socials-lg li a img {
  margin: 8px;
}

.content-header {
  position: relative;
  min-height: 180px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content-header:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.content-header .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.content-header .page-title {
  font-size: 20px;
  font-family: "Noto Serif", sans-serif;
  color: #ebebeb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .content-header {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .content-header {
    height: 410px;
  }
  .content-header .page-title {
    font-size: 58px;
  }
}
@media (min-width: 1200px) {
  .content-header {
    height: 510px;
  }
  .content-header .page-title {
    font-size: 58px;
  }
}

section {
  padding: 45px 0 35px 0;
}
@media (min-width: 1200px) {
  section {
    padding: 75px 0 65px 0;
  }
}

.seo-block {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 80px;
}
.seo-block p {
  color: #666666;
  font-size: 13px;
  line-height: 20px;
}
.seo-block::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #E7E8EA;
  border-radius: 9px;
}
.seo-block::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 9px;
}
.seo-block::-webkit-scrollbar-button:vertical:start:decrement, .seo-block::-webkit-scrollbar-button:horizontal:start:decrement, .seo-block::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}

.services-results .grid-sizer {
  height: 345px;
}
.services-results .grid-item {
  width: 100%;
}
.content ul li,
.content ol li {
  margin: 0 0 15px 0;
  font-weight: 500;
}
.content ul li p,
.content ol li p {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 16px;
}
.content ul li {
  list-style: none;
  position: relative;
}
.content ul li::before {
  left: -20px;
  top: 6px;
  position: absolute;
  content: "";
  font-size: 25px;
  width: 11px;
  height: 11px;
  background: linear-gradient(51.45deg, #EEC980 -51.47%, #E5C080 -5.62%, #C5860B 70.64%, #E3B666 151.66%, #EDC686 169.19%, #F2E4CD 202.15%);
  line-height: 1;
}

.help-block:empty {
  display: none;
}

.field-resumeform-file input[type=file] {
  display: none;
}

.field-resumeform-file {
  display: block;
  width: 100%;
  border: 2px solid #D09A33;
  text-align: center;
  cursor: pointer;
  padding: 0 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -o-border-radius: 4px;
}
.field-resumeform-file .control-label {
  background: url(../images/attach.svg) no-repeat left center;
  padding: 1rem 12px 1rem 65px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
  text-transform: uppercase;
}
.field-resumeform-file .help-block {
  margin: 5px 0;
}
.field-resumeform-file.has-error {
  border: 2px solid #fa6557;
}

@media (min-width: 768px) {
  .services-results .grid-sizer,
.services-results .grid-item {
    width: 268px;
    display: flex;
    align-items: center;
  }
}

.services-results .grid-sizer {
  display: none;
}

.services-results .isotope-courses .grid-item {
  float: left;
}
.services-results .isotope-courses .item-service {
  margin: 0 auto 20px auto;
  width: 258px;
}
@media (min-width: 768px) {
  .services-results .isotope-courses .item-service {
    margin: 0 10px 20px 10px;
  }
}

.owl-carousel .item-service {
  width: 258px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .owl-carousel .item-service {
    margin: 0 0 30px 0;
  }
}

.owl-carousel .item-service.item-work {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .owl-carousel .item-service.item-work {
    width: 466px;
    margin-bottom: 30px;
  }
}

.list-view .item-work {
  width: 100%;
}

.item-service {
  display: block;
  background: #EDEDED;
  padding: 0 25px 25px 25px;
  height: 345px;
  color: #999999;
  position: relative;
  transition: all 1s;
  margin: 0 0 30px 0;
}
.item-service.item-work {
  height: 320px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .item-service {
    width: auto;
  }
}
.item-service-address {
  /*background: {
    image: url(../images/icon-location.svg);
    repeat: no-repeat;
    position: left 2px;
    //size: contain;
  };*/
  font-size: 13px;
  padding-left: 20px;
  transition: all 1s;
  position: relative;
  color: #999999;
}
.item-service-address svg {
  position: absolute;
  left: 0;
  top: 2px;
}
.item-service-address svg path {
  transition: all 1s;
  fill: #999999;
}
.item-service-name {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  transition: all 1s;
  display: inline-block;
  line-height: 22px;
}
.item-service-icon {
  background: #232323;
  padding: 11px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-service-icon img {
  max-width: 50px;
  max-height: 50px;
}
.item-service-arrow {
  position: absolute;
  bottom: 25px;
  left: 25px;
  transition: all 1s;
}
.item-service:hover {
  background: #232323;
  box-shadow: 0px 0px 17px rgba(208, 154, 51, 0.7);
  text-decoration: none;
  color: #ebebeb;
}
.item-service:hover .item-service-name {
  color: #ebebeb;
}
.item-service:hover .post--date {
  color: #ebebeb;
}
.item-service:hover .item-service-address {
  color: #ebebeb;
}
.item-service:hover .item-service-address svg path {
  fill: #ebebeb;
}
.item-service:hover .item-service-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.item-service:hover .item-service-arrow path {
  fill: #ebebeb;
}

.field-resumeform-file.has-success {
  border-color: #35cc62;
}

.has-success label {
  color: #35cc62 !important;
}

.post {
  margin-bottom: 20px;
  color: #666666;
}
.post.line {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 40px;
}
.post--content {
  max-height: 145px;
  overflow: hidden;
  margin-bottom: 4px;
}
.post--name {
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  display: inline-block;
  transition: all 1s;
}
.post--name:hover {
  color: #CF972C;
}
.post--date {
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: inline-block;
  font-size: 13px;
  padding: 1px 0 1px 20px;
  color: #999999;
  line-height: 1;
  margin-top: 5px;
  transition: all 1s;
}
.post p {
  line-height: 21px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .post {
    margin-bottom: 40px;
  }
  .post--name {
    font-size: 18px;
  }
  .post p {
    font-size: 15px;
  }
}

blockquote {
  font-style: italic;
  position: relative;
  padding: 75px 0 75px 75px;
  color: #666666;
  margin: 2rem 0;
}
blockquote * {
  line-height: 27px;
}
blockquote:after, blockquote:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
}
blockquote:after {
  background-image: url(../images/quete_open.svg);
  bottom: 0;
  right: 0;
}
blockquote:before {
  background-image: url(../images/quete_close.svg);
  top: 0;
  left: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}
.modal-header h5 {
  font-size: 20px;
}

.modal-body {
  padding: 40px;
}

.modal-header .close {
  width: 30px;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.modal-header .close svg path {
  fill: #232323;
}

.consultation {
  background: linear-gradient(51.45deg, #EEC980 -51.47%, #E5C080 -5.62%, #C5860B 70.64%, #E3B666 151.66%, #EDC686 169.19%, #F2E4CD 202.15%);
  padding: 7px;
  max-width: 315px;
}
.consultation-container {
  background: #fff;
  padding: 25px 28px;
  font-size: 11px;
}
.consultation .h3 {
  font-size: 23px;
}
.consultation a {
  color: #666666;
  text-decoration: underline;
}

.form-group {
  margin-bottom: 1.5rem;
}

select.custom-select {
  border-color: #232323;
  border-radius: 0;
  cursor: pointer;
  padding: 11px 2.5rem 11px 0.75rem;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  color: #232323;
  background: #fff url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.46094 1L9.59166 9L17.7224 1' stroke='%23232323' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 0.75rem center/19px 10px no-repeat;
}

input.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #999999;
}
input.form-control::placeholder {
  color: #232323;
  font-size: 15px;
  font-weight: 500;
}

.form-user,
.form-call {
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.form-user {
  background-image: url(../images/icon-user.svg) !important;
}

.form-call {
  background-image: url(../images/icon-call.svg) !important;
}

.pages-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pages-list li {
  margin-bottom: 15px;
}
.pages-list li a {
  display: block;
  text-align: center;
  width: 100%;
  color: #ebebeb;
  background: #232323;
}
.pages-list li a:hover {
  text-decoration: none;
  color: #ebebeb;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.pages-list li.active a {
  background: linear-gradient(51.45deg, #EEC980 -51.47%, #E5C080 -5.62%, #C5860B 70.64%, #E3B666 151.66%, #EDC686 169.19%, #F2E4CD 202.15%);
}
.pages-list li.active a:hover {
  box-shadow: 0px 8px 20px rgba(179, 120, 7, 0.32);
}

.title-link {
  position: relative;
  margin-bottom: 75px;
  font-family: "Noto Serif", sans-serif;
}
.title-link div:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  right: -75%;
  height: 34px;
  background: #999999;
  transform: translate(-50%, -50%) rotate(45deg);
  display: none;
}
@media (min-width: 576px) {
  .title-link {
    margin-bottom: 40px;
  }
  .title-link div:after {
    height: 52px;
    right: 22px;
    display: block;
  }
}
@media (min-width: 768px) {
  .title-link {
    margin-bottom: 40px;
  }
}
.title-link:after {
  content: "";
  position: absolute;
  height: 31px;
  /*transform: translate(-50%, -50%) rotate(30.61deg);*/
  left: 0;
  right: 0;
  top: 12px;
  bottom: 0;
  margin: 0 auto;
  /*background: $gray6;*/
  width: 24px;
  display: none;
}
@media (min-width: 768px) {
  .title-link:after {
    display: block;
  }
}

.title {
  position: relative;
  align-items: center;
  text-align: center;
}
.title div {
  text-align: center;
  position: relative;
  line-height: 22px;
  color: #232323;
  margin-bottom: 0;
}
.title span {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  text-align: center;
  padding-right: 30px;
  /*&:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #999999;
  }*/
}
.title span svg {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title span svg path {
  fill: #666666;
}
.title span a {
  color: #666666;
  border-bottom: 1px solid #999;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  /*&:after {
    //  display: none;
    content: '';
    position: absolute;
    height: 5px;
    width: 20px;
    top: 50%;
    right: -25px;
    background: {
      image: url(../images/arrow-right.svg);
      repeat: no-repeat;
      position: center center;
      size: cover;
    };
  }*/
}
.title span a:hover {
  text-decoration: none;
}
.title span:hover svg {
  right: -15px;
}
.title span:hover a {
  border-color: transparent;
}
@media (min-width: 576px) {
  .title {
    padding: 0;
    justify-content: center;
    display: flex;
  }
  .title div {
    padding-right: 50px;
    line-height: 29px;
    float: left;
    margin-bottom: 0;
  }
  .title span {
    float: left;
    text-align: right;
    line-height: 18px;
    font-size: 15px;
  }
}

.nav.tabs-info {
  margin-bottom: 50px;
}
.nav.tabs-info .nav-item {
  margin: 0 10px 10px 10px;
}
.nav.tabs-info .nav-item .nav-link {
  color: #999999;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Serif", sans-serif;
  border-bottom: 3px solid transparent;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .nav.tabs-info .nav-item {
    margin: 0 20px;
  }
  .nav.tabs-info .nav-item .nav-link {
    font-weight: 500;
    font-size: 26px;
  }
}
.nav.tabs-info .nav-item.active .nav-link,
.nav.tabs-info .nav-item .nav-link.active {
  color: #232323;
  border-bottom: 3px solid #232323;
}

.contact-mail,
.contact-phone,
.contact-location {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 45px;
  margin: 15px 0;
  min-height: 30px;
}

.contact-phone {
  background-image: url(../images/icon-phone.svg);
}

.contact-mail {
  background-image: url(../images/icon-mail.svg);
}

.contact-location {
  background-image: url(../images/icon-map.svg);
}

.contact-mail a,
.contact-phone a,
.contact-location {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
}

.navbar-nav {
  margin: 30px 0;
}
.navbar-nav .nav-link {
  padding: 5px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-weight: 500;
  }
}

.navbar-dark .navbar-nav {
  padding: 0 15px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #232323;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #232323;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #232323;
}
@media (min-width: 992px) {
  .navbar-dark .navbar-nav {
    padding: 0;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #ebebeb;
  }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #C88A14;
  }
}

@media (min-width: 992px) {
  .bg-case-view {
    background-image: url(../images/bg-case-logo.svg);
    background-position: right top;
    background-repeat: no-repeat;
  }
}
.badge-dark {
  background-color: #232323;
  color: #ebebeb;
  font-size: 12px;
  font-weight: normal;
  border-radius: 0;
  padding: 4px 10px;
}

@-webkit-keyframes animMarqueeMain {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
    opacity: 0;
  }
}
@keyframes animMarqueeMain {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
    opacity: 0;
  }
}
@-webkit-keyframes animMarquee {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes animMarquee {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.panther-line .marquee__panther {
  -webkit-animation: animMarquee 10s linear infinite;
  animation: animMarquee 10s linear infinite;
  height: 100%;
  position: relative;
}
@media (min-width: 576px) {
  .panther-line .marquee__panther {
    -webkit-animation: animMarquee 13s linear infinite;
    animation: animMarquee 13s linear infinite;
  }
}
@media (min-width: 768px) {
  .panther-line .marquee__panther {
    -webkit-animation: animMarquee 25s linear infinite;
    animation: animMarquee 25s linear infinite;
  }
}
@media (min-width: 992px) {
  .panther-line .marquee__panther {
    -webkit-animation: animMarquee 30s linear infinite;
    animation: animMarquee 30s linear infinite;
  }
}
@media (min-width: 1200px) {
  .panther-line .marquee__panther {
    -webkit-animation: animMarquee 40s linear infinite;
    animation: animMarquee 40s linear infinite;
  }
}

.panther-line {
  height: 80px;
  position: relative;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
}
.panther-line #bm {
  transition: all 1s;
  position: absolute;
  display: inline-block;
  width: 100px;
  bottom: 12px;
  height: 39px;
}

@media (min-width: 992px) {
  svg .test1 {
    display: none;
    opacity: 0;
  }
}

.panther {
  height: 124px;
  position: absolute;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 178px;
  padding-left: 0;
}
.panther #bm {
  transition: all 1s;
  position: absolute;
  width: 290px;
  bottom: 0;
  height: 137px;
  display: none;
}
@media (min-width: 992px) {
  .panther {
    top: 252px;
    padding-left: 40px;
    height: 137px;
  }
  .panther #bm {
    width: 345px;
    bottom: 0;
    height: 137px;
    display: inline-block;
  }
}
.panther .marquee__panther {
  animation: none;
  height: 100%;
  position: relative;
}
@media (min-width: 576px) {
  .panther .marquee__panther {
    -webkit-animation: animMarqueeMain 7s linear infinite;
    animation: animMarqueeMain 7s linear infinite;
  }
}
@media (min-width: 768px) {
  .panther .marquee__panther {
    -webkit-animation: animMarqueeMain 7s linear infinite;
    animation: animMarqueeMain 7s linear infinite;
  }
}
@media (min-width: 992px) {
  .panther .marquee__panther {
    -webkit-animation: animMarqueeMain 7s linear infinite;
    animation: animMarqueeMain 7s linear infinite;
  }
}
@media (min-width: 1200px) {
  .panther .marquee__panther {
    -webkit-animation: animMarqueeMain 7s linear infinite;
    animation: animMarqueeMain 7s linear infinite;
  }
}

#main-logo-container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #main-logo-container {
    margin-top: 50px;
    justify-content: start;
    margin-bottom: 0;
  }
  #main-logo-container img {
    width: 334px;
  }
}

/*
#bm {
  position: relative;
  bottom: 0;
  right: 0;
  z-index: 2;
}*/
footer {
  background: #232323;
  color: #E7E8EA;
  padding: 70px 0;
}
footer .all-rights {
  margin-top: 30px;
  font-size: 13px;
}
footer a:hover {
  color: #CF972C;
}
@media (min-width: 768px) {
  footer .all-rights {
    font-size: 15px;
  }
}
footer ul {
  list-style: none;
  margin: 0 30px;
  padding: 0;
}
footer ul li {
  margin-bottom: 4px;
}
footer ul li.ul-title {
  font-weight: bold;
  font-size: 16px;
}
footer ul a {
  font-size: 15px;
}
footer a {
  font-weight: normal;
  color: #E7E8EA;
}

.pagination {
  border-radius: 24px;
  margin-bottom: 0;
}

.page-item {
  /*&:first-child .page-link:hover {
    background-image: url(../img/page-arrow-left-hover.svg);
  }

  &:last-child .page-link:hover {
    background-image: url(../img/page-arrow-right-hover.svg);
  }*/
}
.page-item.disabled {
  display: none;
}
.page-item.prev, .page-item.next {
  display: none;
}
.page-item:first-child {
  border-right: 1px solid transparent;
}
.page-item:last-child {
  border-left: 1px solid transparent;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 25px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.page-item:last-child .page-link {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .page-item.prev, .page-item.next {
    display: block;
  }
}
.page-item a {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #505759;
}
.page-item.active .page-link {
  color: #ebebeb;
  background: linear-gradient(51.45deg, #EEC980 -51.47%, #E5C080 -5.62%, #C5860B 70.64%, #E3B666 151.66%, #EDC686 169.19%, #F2E4CD 202.15%);
  border-radius: 0;
}

.page-link,
.page-item.disabled .page-link {
  border: 0;
  background-color: #FAFAFA;
}

.page-link {
  padding: 10px 15px;
}
.page-link:focus {
  box-shadow: none;
  outline: none;
}
@media (min-width: 768px) {
  .page-link {
    padding: 15px 22px;
  }
}

.content-page {
  margin-bottom: 34px;
}

.context-content {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .content-text {
    padding-left: 145px;
  }
}

.work-view-content {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .work-view-content:before {
    position: absolute;
    top: 0;
    left: -112px;
    width: 72px;
    height: 66px;
    content: "";
    background-image: url(../images/box.jpg);
    background-repeat: no-repeat;
    background-position: left top;
  }
}
.work-view-result {
  position: relative;
  text-align: center;
  height: 73px;
}
.work-view-result:after, .work-view-result:before {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}
.work-view-result:after {
  top: 0;
  right: 0;
  background-image: url(../images/work-result-corner-right.svg);
  width: 41px;
  height: 54px;
}
.work-view-result:before {
  bottom: 0;
  left: 0;
  background-image: url(../images/work-result-corner-left.svg);
  width: 47px;
  height: 53px;
}
.work-view-result-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 24px;
}

.faq {
  border-bottom: 1px solid #E6E6E6;
}
.faq .collapse {
  margin-left: 30px;
  color: #666666;
  font-style: italic;
  line-height: 27px;
}
.faq-header {
  margin: 30px 0;
  cursor: pointer;
  color: #232323;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-right: 60px;
}
@media (min-width: 992px) {
  .faq-header {
    font-size: 18px;
  }
}
.faq-header .faq-indicator {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-header[aria-expanded=false] .faq-indicator:after {
  width: 1px;
  height: 70%;
  transform: translateY(-50%);
}
.faq-header[aria-expanded=false] .faq-indicator:before {
  width: 70%;
  height: 1px;
  transform: translateX(-50%);
}
.faq-header[aria-expanded=true] .faq-indicator {
  background: linear-gradient(51.45deg, #EEC980 -51.47%, #E5C080 -5.62%, #C5860B 70.64%, #E3B666 151.66%, #EDC686 169.19%, #F2E4CD 202.15%);
}
.faq-header[aria-expanded=true] .faq-indicator:after {
  width: 70%;
  height: 1px;
  transform: translateX(-50%);
}
.faq-indicator {
  display: block;
  cursor: pointer;
  background: #232323;
  width: 33px;
  height: 33px;
  position: relative;
  border: 0;
  color: #ebebeb;
  padding: 0;
}
.faq-indicator:after, .faq-indicator:before {
  content: "";
  position: absolute;
  background: #ebebeb;
  top: 50%;
  left: 50%;
}
.faq-indicator[aria-expanded=false]:after {
  width: 1px;
  height: 70%;
  transform: translateY(-50%);
}
.faq-indicator[aria-expanded=false]:before {
  width: 70%;
  height: 1px;
  transform: translateX(-50%);
}
.faq-indicator[aria-expanded=true] {
  background: linear-gradient(51.45deg, #EEC980 -51.47%, #E5C080 -5.62%, #C5860B 70.64%, #E3B666 151.66%, #EDC686 169.19%, #F2E4CD 202.15%);
}
.faq-indicator[aria-expanded=true]:after {
  width: 70%;
  height: 1px;
  transform: translateX(-50%);
}

div[data-notify=container].alert:not(.alert-danger) {
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  max-width: 600px;
  max-height: 180px;
  display: flex !important;
}
div[data-notify=container].alert:not(.alert-danger) .close {
  color: #fff;
  opacity: 1;
  font-weight: normal;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
div[data-notify=container].alert:not(.alert-danger).alert-primary {
  background: linear-gradient(51.45deg, #EEC980 -51.47%, #E5C080 -5.62%, #C5860B 70.64%, #E3B666 151.66%, #EDC686 169.19%, #F2E4CD 202.15%);
  border: 0;
  border-color: #0ecccc;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(124, 123, 123, 0.43);
  -moz-box-shadow: 0px 0px 20px 5px rgba(124, 123, 123, 0.43);
  box-shadow: 0px 0px 20px 5px rgba(124, 123, 123, 0.43);
}
div[data-notify=container].alert:not(.alert-danger).alert-primary span[data-notify=message] {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  div[data-notify=container].alert:not(.alert-danger).alert-primary {
    font-weight: 500;
    font-size: 15px;
  }
}

nav[aria-label=breadcrumb] {
  position: relative;
}
nav[aria-label=breadcrumb]:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  content: "";
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -webkit-gradient(linear, 90deg, 90deg, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0)", endColorstr=white, GradientType=1);
  background-repeat: repeat-x;
}

.breadcrumb {
  display: block;
  background: none;
  padding: 0;
  color: #BBBBBB;
  white-space: nowrap;
  overflow: scroll;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 1rem;
  margin-top: 40px;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.4px;
}
.breadcrumb .breadcrumb-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-item svg {
  height: 15px;
  width: 16px;
  display: block;
}
.breadcrumb .breadcrumb-item a {
  color: #BBBBBB;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  position: relative;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 4px;
  color: #BBBBBB;
  content: "";
  font-family: Pixelion;
  font-size: 8px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item span {
  padding-left: 1rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
  color: #BBBBBB;
}
@media (min-width: 768px) {
  .breadcrumb {
    overflow: hidden;
  }
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  header .navbar-expand-lg .nav-item {
    margin-left: 13px;
    margin-right: 13px;
  }
  header .navbar-expand-lg .nav-item:last-child {
    margin-right: 0;
  }
  header .navbar-expand-lg .nav-item:first-child {
    margin-left: 0;
  }
}
header .header-top {
  background: #fff;
  padding: 10px 0;
  width: 100%;
}
header .header-top .header-phone {
  color: #2C2C2C;
  font-weight: 600;
}
header .header-top .search {
  width: 100%;
  position: relative;
  height: 32px;
}
header .header-top .search input {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: #72757E;
  padding: 0 30px 0 0;
  border-bottom: 2px solid #262626;
  border-radius: 0;
}
header .header-top .search button {
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header.fixed-header .navbar {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  header.fixed-header .navbar {
    padding: 0;
  }
  header.fixed-header .navbar .navbar-nav {
    margin: 26px 0;
  }
}

.owl-dots {
  margin: 10px auto 0 auto;
  text-align: center;
}

.owl-carousel.owl-banner .banner-part {
  min-height: 100px;
  min-width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 92px;
  z-index: 2;
}
@media (min-width: 768px) {
  .owl-carousel.owl-banner .banner-part {
    max-height: 215px;
  }
}
@media (min-width: 1200px) {
  .owl-carousel.owl-banner .banner-part {
    max-height: 415px;
  }
}
.owl-carousel.owl-banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.owl-carousel.owl-banner .item222 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.owl-carousel.owl-banner .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 20px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-banner .owl-nav {
    height: 60px;
  }
}
.owl-carousel.owl-banner .owl-nav button.owl-next,
.owl-carousel.owl-banner .owl-nav button.owl-prev {
  background: rgba(35, 35, 35, 0.5);
  width: 20px;
  height: 100%;
  margin: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
.owl-carousel.owl-banner .owl-nav button.owl-next:hover,
.owl-carousel.owl-banner .owl-nav button.owl-prev:hover {
  background: rgba(35, 35, 35, 0.8);
}
.owl-carousel.owl-banner .owl-nav button.owl-next svg,
.owl-carousel.owl-banner .owl-nav button.owl-prev svg {
  width: 4px;
  height: 8px;
}
@media (min-width: 768px) {
  .owl-carousel.owl-banner .owl-nav button.owl-next,
.owl-carousel.owl-banner .owl-nav button.owl-prev {
    width: 60px;
  }
  .owl-carousel.owl-banner .owl-nav button.owl-next svg,
.owl-carousel.owl-banner .owl-nav button.owl-prev svg {
    width: 12px;
    height: 20px;
  }
}
.owl-carousel.owl-banner .owl-nav button.owl-prev {
  left: 3%;
}
.owl-carousel.owl-banner .owl-nav button.owl-next {
  right: 3%;
}
.owl-carousel.owl-banner .owl-dots {
  position: absolute;
  bottom: 0.1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .owl-carousel.owl-banner .owl-dots {
    bottom: 1rem;
  }
}

.owl-carousel button.owl-dot {
  width: 15px;
  height: 3px;
  background: #E7E8EA;
  margin: 0 3px;
}
@media (min-width: 768px) {
  .owl-carousel button.owl-dot {
    width: 45px;
    height: 6px;
    margin: 0 8px;
  }
}
.owl-carousel button.owl-dot.active {
  background: #C88A14;
}

.owl-carousel.style-2 .owl-item img {
  width: auto;
      max-height: 190px;
      max-width: 230px;
}
.owl-carousel.style-2 .owl-nav {
  width: 100%;
}
.owl-carousel.style-2 .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.style-2 .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.style-2 .owl-nav button.owl-next,
.owl-carousel.style-2 .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 44px;
  height: 44px;
  box-shadow: 0 8px 16px 0 #0000001A;
  margin: 0 5px;
  transition: all 1s;
}
.owl-carousel.style-2 .owl-nav button.owl-next:hover,
.owl-carousel.style-2 .owl-nav button.owl-prev:hover {
  background: #232323;
}
.owl-carousel.style-2 .owl-nav button.owl-next:hover svg path,
.owl-carousel.style-2 .owl-nav button.owl-prev:hover svg path {
  stroke: #fff;
}

.owl-transparent .owl-carousel .owl-stage-outer {
  /*&:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    right: 0;
  }*/
}
.owl-transparent .owl-carousel .owl-stage-outer:after, .owl-transparent .owl-carousel .owl-stage-outer:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100%;
  top: 0;
  z-index: 111;
  display: none;
}
@media (min-width: 768px) {
  .owl-transparent .owl-carousel .owl-stage-outer {
    /* &:before {
       background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
       background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
       background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
       left: 0;
     }*/
  }
  .owl-transparent .owl-carousel .owl-stage-outer .owl-stage-outer:after, .owl-transparent .owl-carousel .owl-stage-outer .owl-stage-outer:before {
    display: block;
  }
  .owl-transparent .owl-carousel .owl-stage-outer:after {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
    right: 0;
  }
}

.owl-carousel.style-1 .owl-stage {
  padding-top: 25px;
}
.owl-carousel.style-1 .owl-nav {
  top: -50px;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
@media (min-width: 576px) {
  .owl-carousel.style-1 .owl-nav {
    right: 1rem;
    top: -70px;
    left: auto;
    transform: none;
  }
}
.owl-carousel.style-1 .owl-nav button.owl-next,
.owl-carousel.style-1 .owl-nav button.owl-prev {
  background: #fff;
  width: 44px;
  height: 44px;
  box-shadow: 0px 8px 16px 0px #0000001A;
  margin: 0 5px;
  transition: all 1s;
}
.owl-carousel.style-1 .owl-nav button.owl-next:hover,
.owl-carousel.style-1 .owl-nav button.owl-prev:hover {
  background: #232323;
}
.owl-carousel.style-1 .owl-nav button.owl-next:hover svg path,
.owl-carousel.style-1 .owl-nav button.owl-prev:hover svg path {
  stroke: #fff;
}

.navbar-toggler {
  width: 30px;
  height: 30px;
  padding: 0;
  position: relative;
  z-index: 1200;
  border: 0;
}
@media (min-width: 1200px) {
  .navbar-toggler {
    display: none;
  }
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler span {
  height: 3px;
  background: #fff;
  width: 100%;
  display: block;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  transition-duration: 0.3s;
  transition-delay: 0s, 0s, 0s, 0s;
  /*-webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);*/
}
.navbar-toggler span:nth-child(2) {
  width: 80%;
  opacity: 1;
  margin: 5px 0;
}
.navbar-toggler span:nth-child(3) {
  width: 90%;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  /*-webkit-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0)*/
}
.navbar-toggler.active span, .navbar-toggler[aria-expanded=true] span {
  background: #fff;
  width: 100%;
}
.navbar-toggler.active span:nth-child(2), .navbar-toggler[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler.active span:nth-child(1), .navbar-toggler[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  background: #CF972C;
}
.navbar-toggler.active span:nth-child(3), .navbar-toggler[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
  background: #CF972C;
}

#mobile-content {
  display: block;
}
@media (min-width: 992px) {
  #mobile-content {
    display: none;
  }
}

.navbar {
  position: relative;
  z-index: 2;
  padding: 11px 15px;
}
@media (min-width: 992px) {
  .navbar {
    padding: 10px 0;
  }
}

.collapse2 {
  /*width: 100%;
  position: fixed;
  top: 66px;
  left: 0;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1000;*/
}
@media (max-width: 992px) {
  .collapse2 {
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 66px;
    left: 0;
    height: 100vh;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .collapse2 {
    overflow: unset;
    width: auto;
    position: static;
    background: transparent;
  }
}
@media (max-width: 992px) {
  .collapse2 .scroll {
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
}
.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
}

.dropdown-item {
  font-size: 15px;
  font-weight: 600;
  padding: 0 15px 5px 15px;
}
@media (min-width: 992px) {
  .dropdown-item {
    padding: 10px 15px 5px 15px;
  }
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #CF972C;
  background-color: transparent;
}

.services-menu {
  padding: 20px;
}
.services-menu__grid {
  display: grid;
  gap: 24px;
}
.services-menu__group {
  margin: 0;
}
.services-menu__title {
  color: #C88A14;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.services-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-menu__link {
  color: #232323;
  display: block;
  font-size: 14px;
  line-height: 1.35;
  padding: 4px 0;
}
.services-menu__link:hover, .services-menu__link:focus {
  color: #C88A14;
  text-decoration: none;
}
.services-menu__link--missing {
  color: #8A8A8A;
  cursor: default;
}
.services-menu__all {
  color: #C88A14;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .services-nav {
    position: static;
  }
  .services-menu {
    left: 50%;
    margin-top: 0;
    max-width: calc(100vw - 30px);
    min-width: 860px;
    padding: 28px 32px;
    transform: translateX(-50%);
  }
  .services-menu__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#navbars {
  display: none;
}
#navbars.show {
  display: block;
}
@media (min-width: 992px) {
  #navbars {
    display: block;
  }
}

.show > .dropdown-toggle::after {
  color: #CF972C;
  content: "";
}

.dropdown-toggle::after {
  font-family: Pixelion;
  content: "";
  border: 0;
  vertical-align: 0;
  font-size: 18px;
  margin-left: 5px;
  position: absolute;
  right: 0;
  color: #232323;
}
@media (min-width: 992px) {
  .dropdown-toggle::after {
    display: none;
  }
}

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