/*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(/assets/img/zed-trader-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1111;
  width: 90px;
  height: 50px;
  padding: 0;
  margin: 0 40px 0 0;
  text-indent: -99999px;
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 116px;
    height: 104px;
  }
}

@media (min-width: 992px) {
  .fixed-header .navbar-brand {
    background-image: url(../assets/img/zed-trader-logo.png);
    width: 66px;
    height: 65px;
  }
}

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

.invalid-feedback {
  display: block;
}

.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: #D6B264;
}

.nav {
  margin-bottom: 25px;
}
.nav .nav-link {
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #D6B264;
  text-transform: uppercase;
  padding: 8px 16px;
  margin-right: 15px;
  color: #2C2C2C;
  margin-bottom: 15px;
}
.nav .nav-link:hover {
  color: #D6B264;
}
.nav .nav-link.active {
  background: #2C2C2C;
  color: #fff;
  border: 1px solid #2C2C2C;
}
@media (min-width: 992px) {
  .nav .nav-link {
    font-size: 14px;
    padding: 13px 25px;
    margin-right: 25px;
  }
}

.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: #D6B264;
  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: #D6B264 !important;
}

.bg-dark {
  background-color: #2C2C2C !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: #D6B264 !important;
}

.text-dark {
  color: #2C2C2C !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: #f6eedd;
  border-color: #D6B264;
  color: #cb9e3c;
}

.alert-dark {
  background-color: #797979;
  border-color: #2C2C2C;
  color: #131313;
}

.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: #D6B264;
}

.badge-dark {
  background-color: #2C2C2C;
}

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

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

/*Buttons*/
.btn {
  -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;
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: #D6B264;
  border-color: #D6B264;
}
.btn-warning:hover {
  color: #fff;
  border-color: #d1a850;
  background-color: #d1a850;
  box-shadow: 0 7px 7px 0 rgba(214, 178, 100, 0.14), 0 3px 1px -2px rgba(214, 178, 100, 0.2), 0 1px 5px 0 rgba(214, 178, 100, 0.12);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(214, 178, 100, 0.14), 0 3px 1px -2px rgba(214, 178, 100, 0.2), 0 1px 5px 0 rgba(214, 178, 100, 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(214, 178, 100, 0.14), 0 3px 1px -2px rgba(214, 178, 100, 0.2), 0 1px 5px 0 rgba(214, 178, 100, 0.12);
}

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

.btn-dark {
  color: #fff;
  background-color: #2C2C2C;
  border-color: #2C2C2C;
}
.btn-dark:hover {
  color: #fff;
  border-color: #1f1f1f;
  background-color: #1f1f1f;
  box-shadow: 0 7px 7px 0 rgba(44, 44, 44, 0.14), 0 3px 1px -2px rgba(44, 44, 44, 0.2), 0 1px 5px 0 rgba(44, 44, 44, 0.12);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(44, 44, 44, 0.14), 0 3px 1px -2px rgba(44, 44, 44, 0.2), 0 1px 5px 0 rgba(44, 44, 44, 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(44, 44, 44, 0.14), 0 3px 1px -2px rgba(44, 44, 44, 0.2), 0 1px 5px 0 rgba(44, 44, 44, 0.12);
}

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

.btn-light {
  color: #343a40;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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: #D6B264;
  color: #D6B264;
  box-shadow: 0 2px 2px 0 rgba(214, 178, 100, 0.14), 0 3px 1px -2px rgba(214, 178, 100, 0.2), 0 1px 5px 0 rgba(214, 178, 100, 0.12);
}
.btn-outline-warning:hover {
  border-color: #D6B264;
  background-color: #D6B264;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 2px 2px 0 rgba(214, 178, 100, 0.14), 0 3px 1px -2px rgba(214, 178, 100, 0.2), 0 1px 5px 0 rgba(214, 178, 100, 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: #D6B264;
  background-color: #D6B264;
  box-shadow: 0 2px 2px 0 rgba(214, 178, 100, 0.14), 0 3px 1px -2px rgba(214, 178, 100, 0.2), 0 1px 5px 0 rgba(214, 178, 100, 0.12);
}

.btn-outline-dark {
  border-color: #2C2C2C;
  color: #2C2C2C;
  box-shadow: 0 2px 2px 0 rgba(44, 44, 44, 0.14), 0 3px 1px -2px rgba(44, 44, 44, 0.2), 0 1px 5px 0 rgba(44, 44, 44, 0.12);
}
.btn-outline-dark:hover {
  border-color: #2C2C2C;
  background-color: #2C2C2C;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 2px 2px 0 rgba(44, 44, 44, 0.14), 0 3px 1px -2px rgba(44, 44, 44, 0.2), 0 1px 5px 0 rgba(44, 44, 44, 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: #2C2C2C;
  background-color: #2C2C2C;
  box-shadow: 0 2px 2px 0 rgba(44, 44, 44, 0.14), 0 3px 1px -2px rgba(44, 44, 44, 0.2), 0 1px 5px 0 rgba(44, 44, 44, 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-outline-warning {
  border: 1px solid #D6B264;
  color: #2C2C2C;
  box-shadow: none;
}
.btn-outline-warning:hover {
  color: #fff;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning .show > .btn-warning.dropdown-toggle {
  background-color: #2C2C2C;
  border-color: #2C2C2C;
  color: #fff;
}

.btn-warning {
  border: 3px solid #D6B264;
  background: #D6B264;
}
.btn-warning.focus, .btn-warning:focus {
  background-color: #2C2C2C;
  color: #fff;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #2C2C2C;
  border-color: #2C2C2C;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.btn-warning .show > .btn-warning.dropdown-toggle {
  background-color: #2C2C2C;
  border-color: #2C2C2C;
  color: #fff;
}

#contact-form .btn-warning.focus, #contact-form .btn-warning:focus, #contact-form .btn-warning:hover {
  border-color: #D6B264;
  background-color: #2C2C2C;
  color: #fff;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #2C2C2C;
  font-size: 16px;
  scroll-behavior: smooth;
}

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

.number {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 35px;
  font-weight: 300;
  color: #D6B264;
  position: absolute;
  left: 0;
  top: 50%;
  text-transform: uppercase;
  transform: translateY(-50%) rotateZ(180deg);
  display: none;
}
.number strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .number {
    display: block;
  }
}

#geography {
  background-color: #F4F4F4;
  padding: 70px 0 0 0;
}

@media (min-width: 768px) {
  #news .btn-inline-a,
#vacancies .btn-inline-a {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#news {
  padding: 60px 0;
}
@media (min-width: 768px) {
  #news {
    padding: 100px 0 75px 0;
  }
}

#about {
  background-image: url(/assets/img/home/global.jpg);
  background-repeat: no-repeat;
  background-position: right -100px bottom -120px;
  background-size: 334px auto;
  padding: 50px 0 180px 0;
}
#about .container {
  position: relative;
}
#about p {
  font-size: 15px;
  color: #2C2C2C;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #about {
    padding: 215px 0;
    background-position: right -100px center;
    background-size: 534px auto;
  }
  #about p {
    font-size: 19px;
    line-height: 35px;
  }
}

#stats {
  color: #fff;
  background: #CDAF71;
  padding: 40px 0;
}

label {
  margin-bottom: 0;
}

#contacts {
  color: #E6E6E6;
  padding: 60px 0 60px 0;
  background-color: #2B2B2B;
  background-image: url(../images/tree-contact.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#contacts p {
  font-size: 20px;
  color: #FAFAFA;
  line-height: 30px;
}
@media (min-width: 768px) {
  #contacts {
    padding: 65px 0 100px 0;
  }
  #contacts p {
    font-size: 27px;
    line-height: 35px;
  }
}

.form-control {
  background-color: transparent;
  border-color: #999999;
  border-width: 2px;
  color: #fff;
  font-size: 18px;
  height: auto;
  padding: 12px 0.75rem;
  font-weight: 600;
  border-radius: 8px;
  color: #D6B264;
}
.form-control:focus {
  background-color: transparent;
  border-color: #D6B264;
  color: #D6B264;
}
.form-control:focus::placeholder {
  color: #D6B264;
}
.form-control::placeholder {
  color: #fff;
}

textarea.form-control {
  font-size: 16px;
  font-weight: normal;
}

.contact {
  border-bottom: 1px solid #999999;
  padding: 20px 0;
  color: #E6E6E6;
}
.contact svg {
  width: 35px;
}
.contact-country {
  font-size: 18px;
  font-weight: 600;
}
.contact-street, .contact-email {
  font-size: 15px;
  color: #E6E6E6;
  line-height: 23px;
}
.contact-email:hover {
  color: #D6B264;
}
.contact-phone {
  font-size: 20px;
  color: #D6B264;
  font-weight: bold;
}
.contact-phone:hover {
  color: #D6B264;
}
@media (min-width: 768px) {
  .contact svg {
    width: 40px;
  }
  .contact-country {
    font-size: 23px;
  }
  .contact-street, .contact-email {
    font-size: 18px;
    line-height: 23px;
  }
}

.modal-header .close {
  padding: 10px 10px 10px 10px;
  opacity: 1;
  text-shadow: none;
}

.modal-body {
  padding: 1.5rem 2rem 3.5rem 2rem;
}

.modal-content {
  background-color: #CDAF71;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: #fff;
  line-height: 22px;
}

.modal-header {
  border: 0;
}

@-webkit-keyframes fading {
  from {
    border-color: transparent;
  }
  to {
    border-color: #CDAF71;
  }
}
@-moz-keyframes fading {
  from {
    border-color: transparent;
  }
  to {
    border-color: #CDAF71;
  }
}
@-o-keyframes fading {
  from {
    border-color: transparent;
  }
  to {
    border-color: #CDAF71;
  }
}
@keyframes fading {
  from {
    border-color: transparent;
  }
  to {
    border-color: #CDAF71;
  }
}
#mkm {
  background-image: url(../images/tree.jpg);
  background-repeat: no-repeat;
  background-position: left -61px center;
  background-size: 330px auto;
  padding: 50px 0;
  /*.mkm-centered {
    position: relative;
    height: 340px;
    max-width: 320px;
    margin: 35px auto 15px auto;
  }*/
}
#mkm .container {
  position: relative;
}
#mkm .mkm-centered {
  height: 100%;
}
@media (min-width: 992px) {
  #mkm {
    padding: 100px 0;
    background-position: left center;
    background-size: 830px auto;
  }
}
#mkm .logo-circle {
  box-shadow: 0px 1px 7px rgba(51, 51, 51, 0.1);
  border-radius: 10px;
  width: 80%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 2px solid transparent;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #EEEEEE 100%);
  padding: 7%;
  /*&:before {
    content: '';
    position: absolute;
    left: -45px;
    width: 30px;
    height: 3px;
    display: block;
    background: {
      image: url(../images/line.png);
      repeat: no-repeat;
      position: center center;
    };
    @media (min-width: $width-lg) {
      left: -110px;
      width: 75px;
    }
  }*/
}
#mkm .logo-circle img {
  height: 100%;
}
#mkm .logo-circle.animate {
  transition: 0.3s;
  -webkit-animation: 1s ease-in-out infinite alternate fading;
  -moz-animation: 1s ease-in-out infinite alternate fading;
  -o-animation: 1s ease-in-out infinite alternate fading;
  animation: 1s ease-in-out infinite alternate fading;
}
@media (min-width: 768px) {
  #mkm .logo-circle {
    height: 155px;
  }
}
@media (min-width: 992px) {
  #mkm .logo-circle {
    box-shadow: 0px 5px 20px rgba(51, 51, 51, 0.1);
    width: 100%;
    height: 155px;
    padding: 6%;
    border-radius: 15px;
  }
  #mkm .logo-circle img {
    height: 100%;
  }
}
#mkm .logo-circle.tr {
  top: 5%;
  right: 11%;
}
#mkm .logo-circle.tr:before {
  left: -20px;
  bottom: -15px;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  #mkm .logo-circle.tr:before {
    left: -75px;
    bottom: -15px;
  }
}
#mkm .logo-circle.r {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#mkm .logo-circle.br {
  bottom: 5%;
  right: 11%;
}
#mkm .logo-circle.br:before {
  left: -20px;
  top: -16px;
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  #mkm .logo-circle.br:before {
    left: -75px;
    top: -16px;
  }
}

.slick-arrow {
  border: 0;
  line-height: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%;
}
.slick-arrow svg {
  height: 100%;
}

.slick-vertical .slick-arrow {
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  width: 21px;
  height: 21px;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.slick-vertical .slick-arrow.slick-prev svg {
  transform: rotate(-90deg);
}
.slick-vertical .slick-arrow.slick-next svg {
  transform: rotate(90deg);
}
.slick-vertical .slick-arrow svg {
  width: 8px;
  height: 8px;
}
.slick-vertical .slick-arrow:focus {
  border: 0;
  outline: none;
}
@media (min-width: 992px) {
  .slick-vertical .slick-arrow {
    width: 46px;
    height: 46px;
  }
  .slick-vertical .slick-arrow svg {
    width: 16px;
    height: 16px;
  }
}

.landing-slider .slick-slide div.item-landing {
  max-width: 140px;
  margin: 5px auto;
  text-align: center;
  display: block !important;
  min-width: 90%;
}
.landing-slider .slick-slide div.item-landing .logo-circle {
  margin: auto;
}
@media (min-width: 992px) {
  .landing-slider .slick-slide div.item-landing {
    min-width: auto;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.slick-vertical {
  text-align: center;
}
.slick-vertical svg path {
  stroke-width: 3px;
}
.slick-vertical .slick-list {
  margin: 10px 0;
}
.slick-vertical .slick-dots {
  position: absolute;
  right: -50px;
  top: 0;
  margin: auto 0;
  bottom: 0;
  display: inline-table;
}
.slick-vertical .slick-dots li button {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .slick-vertical svg path {
    stroke-width: 1.5px;
  }
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li button {
  border: 0;
  background: #999999;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  margin: 5px 0;
}
.slick-dots li button:focus {
  border: 0;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #C3A461;
}
.slick-dots li.slick-active button:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  border: 1px solid #C3A461;
}

.logo-center-circle {
  background: #fff;
  box-shadow: 0 10px 40px rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  right: 50px;
  bottom: 0;
  border: 2px solid #CDAF71;
  /*@media (min-width: $width-lg) {
    width: 270px;
    height: 270px;
    right: 0;
    left: -182px;
    img {
      width: 224px;
    }
  }
  @media (min-width: $width-xl) {
    left: 0;
  }*/
}
.logo-center-circle div {
  position: relative;
  padding: 10%;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-center-circle div img {
  width: 100%;
}
.logo-center-circle div:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 3px;
  width: 27px;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .logo-center-circle div:before {
    width: 66px;
  }
}
@media (min-width: 768px) {
  .logo-center-circle div:before {
    right: -110px;
  }
}
.logo-center-circle:before, .logo-center-circle:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 3px;
  width: 27px;
  right: -45px;
}
@media (min-width: 768px) {
  .logo-center-circle:before, .logo-center-circle:after {
    width: 66px;
  }
}
@media (min-width: 768px) {
  .logo-center-circle:before, .logo-center-circle:after {
    right: -75px;
  }
}
.logo-center-circle:before {
  top: 0;
  transform: rotate(-30deg);
}
@media (min-width: 768px) {
  .logo-center-circle:before {
    top: -18px;
  }
}
.logo-center-circle:after {
  bottom: 0;
  transform: rotate(30deg);
}
@media (min-width: 768px) {
  .logo-center-circle:after {
    bottom: -18px;
  }
}
@media (min-width: 768px) {
  .logo-center-circle {
    width: 270px;
    height: 270px;
    right: 140px;
  }
}

#gmap0-map-canvas {
  height: 400px !important;
}
@media (min-width: 992px) {
  #gmap0-map-canvas {
    height: 650px !important;
  }
}

#products {
  background-image: url(/assets/img/home/products.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0 35px 0;
}
@media (min-width: 992px) {
  #products {
    padding: 200px 0 70px 0;
  }
}

.rate {
  border-bottom: 1px solid #000000;
  padding-bottom: 27px;
}

.btn-a {
  font-size: 23px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.btn-a span {
  width: 56px;
  height: 56px;
  border: 2px solid #D6B264;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.btn-inline-a {
  border: none;
  outline: none;
  border-radius: 0px;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  font-size: 17px;
  font-weight: normal;
  text-transform: none;
}
.btn-inline-a.bb {
  display: block;
  text-align: left;
  width: 80px;
  line-height: 20px;
}
.btn-inline-a.bb .icon {
  margin-bottom: 8px;
}
.btn-inline-a.bb .text {
  font-size: 16px;
  font-weight: normal;
}
.btn-inline-a .icon {
  font-size: 1.25em;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-inline-a .icon-border {
  position: relative;
  width: 48px;
  height: 48px;
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-inline-a .icon-border > * {
  position: relative;
}
.btn-inline-a .icon-border:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #D6B264;
  border-radius: 50%;
  opacity: 1;
  z-index: 0;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}
@media (min-width: 992px) {
  .btn-inline-a {
    font-size: 24px;
  }
  .btn-inline-a .icon-border {
    width: 56px;
    height: 56px;
  }
}
.btn-inline-a.active, .btn-inline-a:active, .btn-inline-a:focus, .btn-inline-a:hover {
  background: none;
  opacity: 1;
  text-decoration: none;
}
.btn-inline-a.active .icon-border, .btn-inline-a:active .icon-border, .btn-inline-a:focus .icon-border, .btn-inline-a:hover .icon-border {
  transform: scale(1.8);
}
.btn-inline-a.active .icon-border::before, .btn-inline-a:active .icon-border::before, .btn-inline-a:focus .icon-border::before, .btn-inline-a:hover .icon-border::before {
  opacity: 0;
  transform: scale(0.5);
}
.btn-inline-a .text ~ .icon {
  margin-left: 0.8em;
}
.btn-inline-a .icon ~ .text {
  margin-left: 0.8em;
}

.icon-arrow-a .arrow-right {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.3s;
}

#partners {
  background-color: #F4F4F4;
  padding: 60px 0;
}
#partners .col-logo {
  float: left;
  padding: 5px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
#partners .col-logo img {
  max-height: 100%;
}
@media (min-width: 576px) {
  #partners .col-logo {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #partners .col-logo {
    width: 33%;
  }
}
@media (min-width: 992px) {
  #partners .col-logo {
    width: 20%;
  }
}
@media (min-width: 768px) {
  #partners {
    padding: 80px 0;
  }
  #partners .col-logo {
    padding: 15px;
    height: 150px;
  }
}

#background-video {
  width: 100%;
  /**height: 525px;*/
  object-fit: contain;
  position: relative;
  z-index: -1;
}

#growth {
  padding: 60px 0;
}
#growth .container {
  position: relative;
}
#growth .trade {
  font-size: 19px;
  font-weight: 600;
}
#growth .total {
  font-size: 36px;
  font-weight: 500;
}
#growth p {
  font-size: 15px;
  line-height: 28px;
}
@media (min-width: 768px) {
  #growth {
    padding: 70px 0 130px 0;
  }
  #growth p {
    font-size: 19px;
    line-height: 30px;
  }
  #growth .trade {
    font-size: 26px;
  }
  #growth .total {
    font-size: 65px;
  }
}

.column-pt {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .column-pt {
    margin-top: 120px;
  }
}

.column-container {
  height: 400px;
  position: relative;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .column-container {
    margin-left: 50px;
  }
}

.column {
  text-align: center;
  position: absolute;
  background: linear-gradient(6.95deg, #C3A461 -5.58%, #FDE7B8 98.9%);
  border-radius: 10px 10px 0px 0px;
  bottom: 0;
  width: 100%;
  margin-top: 25px;
}
.column-value {
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  top: -25px;
}
.column-bottom {
  background: #2B2B2B;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-weight: 300;
  font-size: 17px;
}
.column-bottom:after {
  content: "";
  background-color: #2B2B2B;
  bottom: -33px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .column {
    margin-top: 35px;
    border-radius: 26px 26px 0px 0px;
  }
  .column-bottom {
    font-size: 23px;
    padding: 18px 0;
  }
  .column-bottom:after {
    width: 20px;
    height: 20px;
    bottom: -40px;
  }
  .column-value {
    font-size: 26px;
    top: -38px;
  }
}

.regions-col {
  margin: 35px 0;
}

.region {
  background: #D6B264;
  color: #000000;
  font-size: 14px;
  padding: 13px 0 13px 35px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.region a {
  color: #000000;
}
.region:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 768px) {
  .region {
    font-size: 20px;
    padding: 13px 0 13px 50px;
    width: 190px;
  }
  .region:before {
    left: 20px;
    top: 22px;
  }
}

.regions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.regions li {
  margin: 12px 0;
  font-weight: 600;
  float: left;
  width: 145px;
  font-size: 14px;
}
.regions li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .regions li {
    font-size: 16px;
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .regions li {
    font-size: 16px;
    width: 200px;
  }
}

.regions-col222 {
  float: left;
  width: 20%;
  margin: 35px 0;
}

.post {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .post {
    margin-bottom: 50px;
  }
}
.post .item-hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  cursor: pointer;
}
.post .item-hover-icon .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  background-color: #fff;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.post:hover .item-hover-icon {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1.3);
}
.post-title {
  color: #2C2C2C;
  font-weight: 500;
  margin: 13px 0 7px 0;
  display: inline-block;
}
.post-image {
  position: relative;
  max-height: 250px;
}
.post-image img {
  border-radius: 10px;
}
.post-date {
  color: #999999;
  font-size: 14px;
  padding-left: 25px;
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 85%;
}

.product-item {
  text-align: center;
  margin: 0 auto;
}
.product-item > .d-flex {
  background-color: #fff;
  border-radius: 50%;
  width: 287px !important;
  height: 287px;
  margin: 0 auto;
}
.product-item-image {
  border-radius: 50%;
  width: 287px !important;
  height: 287px;
  border: 5px solid #fff;
  margin: 0 auto;
}
.product-item-name {
  background: #fff;
  color: black;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 20px;
  margin-top: 40px;
}
.product-item-name:hover {
  background: #2C2C2C;
  color: #fff;
}

.title-link div:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  right: -75%;
  height: 34px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(30deg);
  display: none;
}
@media (min-width: 992px) {
  .title-link div:after {
    height: 130px;
    right: 44px;
    display: block;
  }
}

.title {
  position: relative;
  justify-content: space-between;
  align-items: center;
  display: flex;
  text-align: right;
  margin: 20px 0;
}
.title div {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  float: left;
  padding-right: 85px;
}
.title span {
  font-size: 16px;
  position: relative;
  float: left;
}
@media (min-width: 992px) {
  .title {
    text-align: left;
    justify-content: start;
    margin: 30px 0;
  }
  .title span {
    font-size: 18px;
  }
  .title div {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .title {
    text-align: left;
    justify-content: start;
    margin: 30px 0;
  }
  .title span {
    font-size: 18px;
  }
  .title div {
    font-size: 76px;
  }
}
@media (min-width: 576px) {
  .title {
    padding: 0;
  }
}

.languages-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.languages-list .languages {
  min-width: 4.5rem;
  position: absolute;
}
.languages-list .dropdown-toggle {
  z-index: 2;
  position: relative;
  padding: 0.5rem 25px 0.5rem 18px;
}
.languages-list .nav-link,
.languages-list .dropdown-item {
  font-weight: normal;
}
.languages-list .dropdown-menu,
.languages-list .dropdown-menu.show {
  top: 0;
  left: 0;
  padding-top: 40px;
  z-index: 1;
  transform: none !important;
}
@media (min-width: 768px) {
  .languages-list {
    display: flex;
  }
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 35px;
  display: flex;
  justify-content: center;
}
.social li {
  float: left;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .social {
    display: block;
  }
}

.h0 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 768px) {
  .h0 {
    font-size: 36px;
  }
}

h1, .h1,
h2, .h2 {
  text-transform: uppercase;
  font-weight: 600;
}

h1, .h1 {
  font-size: 24px;
  line-height: 33px;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 16px;
  position: relative;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 19px;
  }
}

h2 {
  position: relative;
}
h2:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  content: "";
  height: 3px;
  width: 100%;
  background: #EBEBEB;
  z-index: 1;
  position: absolute;
}

h2 span {
  background: #fff;
  padding-right: 20px;
  display: inline-block;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) {
  h2 span {
    padding-right: 50px;
  }
}

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: #333333;
}
a:hover {
  text-decoration: none;
  color: #333333;
}

.pages-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bg-manages,
.bg-about,
.bg-static,
.bg-manages-view {
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 170px;
}
.bg-manages h1, .bg-manages .h1,
.bg-about h1,
.bg-about .h1,
.bg-static h1,
.bg-static .h1,
.bg-manages-view h1,
.bg-manages-view .h1 {
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .bg-manages,
.bg-about,
.bg-static,
.bg-manages-view {
    padding-top: 120px;
  }
  .bg-manages h1, .bg-manages .h1,
.bg-about h1,
.bg-about .h1,
.bg-static h1,
.bg-static .h1,
.bg-manages-view h1,
.bg-manages-view .h1 {
    margin-bottom: 35px;
    max-width: 60%;
  }
}

.preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preloader img {
  max-width: 120px;
  max-height: 120px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader.with_image::before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid #CDAF71;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate360 1s linear both infinite;
  animation: rotate360 1s linear both infinite;
  margin: -75px 0 0 -75px;
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bg-about {
  background-image: url(../images/bg-about.svg);
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .bg-about {
    background-size: auto auto;
  }
}

.bg-static {
  background-image: url(../images/bg-static.svg);
}

.bg-manages {
  background-image: url(../images/bg-manages.svg);
  padding-top: 170px;
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .bg-manages {
    padding-top: 120px;
    background-size: auto auto;
  }
}

.bg-manages-view {
  background-image: url(../images/bg-manages.svg);
  padding-top: 180px;
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .bg-manages-view {
    padding-top: 180px;
    background-size: auto auto;
  }
}

.bg-news {
  background-image: url(../images/bg-news.svg);
  background-position: right top 70px;
  background-repeat: no-repeat;
  padding-top: 70px;
}
.bg-news .content {
  padding-top: 165px;
}
@media (min-width: 992px) {
  .bg-news {
    background-position: center top 125px;
    padding-top: 120px;
  }
}

.fborder {
  border-top: 3px solid #2B2B2B;
}

footer .container .row {
  padding: 35px 0;
}
footer p {
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0;
  text-align: center;
}
footer .footer-logo {
  height: 100px;
  margin: 0 auto;
}
footer .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 30px 0 30px;
}
footer .footer-nav li {
  margin-bottom: 5px;
}
footer .footer-nav li a {
  color: #2C2C2C;
  font-size: 15px;
  font-weight: 500;
}
footer .footer-nav li a:hover {
  color: #CDAF71;
}
@media (min-width: 992px) {
  footer .footer-logo {
    margin: 0 40px;
  }
  footer p {
    margin: 0;
    text-align: left;
  }
}

header {
  position: absolute;
  width: 100%;
  z-index: 1111;
}

.page-pt {
  position: relative;
  top: 0;
  padding-top: 75px;
}
@media (min-width: 992px) {
  .page-pt {
    padding-top: 125px;
  }
}

.mce-content-body ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.mce-content-body ul li {
  position: relative;
  margin-bottom: 10px;
}
.mce-content-body ul li:after {
  position: absolute;
  left: -20px;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  background: #C3A461;
  border-radius: 50%;
}
.mce-content-body > table {
  margin-left: 75px;
}
.mce-content-body > ol {
  list-style: none;
  padding: 0;
  margin: 0 0 0 75px;
}
.mce-content-body > ol > li {
  position: relative;
  margin-bottom: 50px;
}
.mce-content-body > ol > li:after {
  position: absolute;
  left: -75px;
  top: 0;
  content: "";
  width: 55px;
  height: 55px;
  background: url(../images/about_li.svg);
}
.mce-content-body > ol > li > em,
.mce-content-body > ol > li > strong,
.mce-content-body > ol > li > b {
  position: relative;
  display: block;
  height: 55px;
  font-style: normal !important;
}
.mce-content-body > ol > li > em:after,
.mce-content-body > ol > li > strong:after,
.mce-content-body > ol > li > b:after {
  top: 26px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #EBEBEB;
  z-index: 2;
  content: "";
}
.mce-content-body > ol > li > em > strong,
.mce-content-body > ol > li > em > b,
.mce-content-body > ol > li > strong > em,
.mce-content-body > ol > li > b > em {
  height: 55px;
  display: flex;
  top: 0;
  left: 0;
  font-size: 19px;
  position: absolute;
  padding-right: 30px;
  background: #fff;
  align-items: center;
  z-index: 100;
  font-style: normal;
}

/*nav[aria-label="breadcrumb"]{
  position: relative;

  &:after {
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width: 50px;
    content: '';
    @include gradient(rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1), 90deg);
  }
}*/
.breadcrumb {
  display: block;
  background: none;
  padding-left: 0;
  padding-right: 0;
  color: #BBBBBB;
  white-space: nowrap;
  overflow: scroll;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 1rem;
  padding-top: 20px;
  margin: 0;
}
.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: "\f006";
  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;
  }
}

@-webkit-keyframes fixed-menu {
  0% {
    height: 0;
  }
  100% {
    height: 112px;
  }
}
@-moz-keyframes fixed-menu {
  0% {
    height: 0;
  }
  100% {
    height: 112px;
  }
}
@-o-keyframes fixed-menu {
  0% {
    height: 0;
  }
  100% {
    height: 112px;
  }
}
@keyframes fixed-menu {
  0% {
    height: 0;
  }
  100% {
    height: 112px;
  }
}
header {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
}
header .nav-link {
  color: #333333;
  font-weight: 500;
}
header .nav-link:hover {
  color: #CF972C;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  display: inline-block;
  padding: 0.5rem 15px 0.5rem 18px;
  font-size: 20px;
}
@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }
  header .navbar-expand-lg .nav-item:last-child {
    margin-right: 0;
  }
  header .navbar-expand-lg .nav-item:first-child {
    margin-left: 0;
  }
}
header.fixed-header {
  -webkit-animation: fixed-menu 200ms;
  -moz-animation: fixed-menu 200ms;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  header.fixed-header {
    padding: 0;
  }
  header.fixed-header .navbar-nav {
    margin: 16px 0;
  }
}

.dropdown-toggle:after {
  font-family: Pixelion;
  content: "\f008";
  border: 0;
  vertical-align: 0;
  font-size: 9px;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
}
@media (min-width: 992px) {
  .dropdown-toggle:after {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .dropdown:hover .nav-link,
.dropdown:focus .nav-link {
    color: #CF972C;
  }
  .dropdown:hover .dropdown-toggle:after,
.dropdown:focus .dropdown-toggle:after {
    content: "\f007";
    color: #CF972C;
  }
}
.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: #2B2B2B;
  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: 0;
  padding: 0;
  margin: 0 0 10px 0;
  box-shadow: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  .dropdown-menu {
    border-radius: 6px;
    box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.15);
  }
}

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

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
#navbars {
  display: none;
}
#navbars.show {
  display: block;
}
@media (min-width: 992px) {
  #navbars {
    display: block;
  }
}

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

.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
  position: relative;
  padding-right: 25px;
}

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

.owl-carousel .owl-stage-outer {
  margin: 50px 0 80px 0;
}
@media (min-width: 992px) {
  .owl-carousel .owl-stage-outer {
    margin: 200px 0 80px 0;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 110px;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next {
  right: -70px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  transform: scale(1.3);
}

.owl-carousel button.owl-dot {
  width: 20px;
  height: 20px;
  margin: 0 18px;
  border-radius: 50%;
  background: #999999;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-carousel button.owl-dot:hover {
  background-color: #D6B264;
}
.owl-carousel button.owl-dot.active {
  background: #FFFFFF;
  position: relative;
}
.owl-carousel button.owl-dot.active:after {
  content: "";
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  border: 1px solid #fff;
}

.manages-list .category-title {
  padding-bottom: 15px;
  padding-top: 70px;
}
.manages-list .category-title:first-child {
  padding-top: 0;
}

.content {
  margin-bottom: 100px;
}

.context-content img {
  margin-bottom: 20px;
  border-radius: 10px;
}

.badge-category {
  color: #999999;
  border-radius: 20px;
  border: 1px solid #999999;
  padding: 4px 10px;
  font-size: 10px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}

.manage-view h1 {
  line-height: 1;
  max-width: 100%;
  margin-bottom: 10px;
}
.manage-view .manage-email, .manage-view .manage-phone, .manage-view .manage-city {
  font-size: 18px;
  font-weight: 600;
  color: #2C2C2C;
  padding-left: 50px;
  min-height: 40px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
}
.manage-view .manage-city {
  background-image: url(../images/location.svg);
  background-size: 30px auto;
  background-position: top left;
}
.manage-view .manage-city p {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin: 0;
  line-height: 20px;
}
.manage-view .manage-phone {
  background-image: url(../images/phone.svg);
}
.manage-view .manage-email {
  background-image: url(../images/email.svg);
}
.manage-view .manage-position {
  font-size: 18px;
}
.manage-view .manage-image {
  position: relative;
}
.manage-view .manage-image:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: -93px;
  bottom: 0;
  background-image: url(../images/manage-tree.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 93px;
  height: 298px;
}

.manage {
  margin-bottom: 17px;
}
.manage-email {
  color: #D6B264;
  font-size: 15px;
  font-weight: 500;
}
.manage-image {
  display: block;
}
.manage-image img {
  width: 100%;
}
.manage-name {
  line-height: 1;
}
.manage-name a {
  color: #2C2C2C;
  font-weight: 600;
  font-size: 18px;
}
.manage-position {
  color: #999999;
  font-size: 15px;
}
.manage-info {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  height: 100%;
}
.manage:nth-child(even) {
  background: #FAFAFA;
}
.manage:nth-child(odd) {
  background: #FFF;
}
.manage:hover .manage-info {
  border-top: 1px solid #D6B264;
  border-bottom: 1px solid #D6B264;
  border-right: 1px solid #D6B264;
}

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

.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: #CDAF71;
  background: #2C2C2C;
  border-radius: 0;
}

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

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

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: #D6B264;
  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;
  }
}

/*
.categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;

  li {
    float: left;
    margin-right: 15px;

    .btn {
      @include border-radius(25px);
    }
  }
}*/
.vacancy {
  border: 2px solid #999999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -o-border-radius: 10px;
  padding: 30px;
  min-height: 200px;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.vacancy:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 61px;
  height: 16px;
  content: "";
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-image: url(../images/arrow-line.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.vacancy-address {
  color: #999999;
  display: block;
  font-size: 14px;
}
.vacancy:hover {
  border-color: #D6B264;
}
.vacancy:hover:before {
  left: 60px;
}
.vacancy .post-title {
  margin: 0 0 7px 0;
  display: block;
}
.field-resumeform-file input[type=file] {
  display: none;
}

.field-resumeform-file {
  display: block;
  width: 100%;
  border: 2px dashed #999999;
  text-align: center;
  cursor: pointer;
  padding: 30px 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -o-border-radius: 10px;
}
.field-resumeform-file .control-label {
  background: url(../assets/img/zed-trader-logo.png) 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-success {
  border-color: #35cc62;
  color: #35cc62;
}
.field-resumeform-file.has-error {
  border-color: #fa6557;
}


