.btn-default {
  display: inline-block;
  white-space: nowrap;
  outline: none;
  text-decoration: none;
  padding: 10px 18px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #26a878;
  color: #fff;
}

.btn-default:hover:hover,
.btn-default:focus:hover,
.btn-default:active:hover {
  background: #26a878;
  color: #fff;
}

.btn-default.btn-gray {
  background: #627074;
}

.btn-default.btn-gray:hover,
.btn-default.btn-gray:focus,
.btn-default.btn-gray:active {
  color: #fff;
  background: #66747d;
}

.btn-default.btn-gray:hover:hover,
.btn-default.btn-gray:focus:hover,
.btn-default.btn-gray:active:hover {
  background: #66747d;
  color: #fff;
}

.btn-default.btn-red {
  background: #E08E7F;
}

.btn-default.btn-red:hover,
.btn-default.btn-red:focus,
.btn-default.btn-red:active {
  background: #d08273;
  color: #fff;
}

.btn-default.btn-full {
  width: 100%;
  text-align: center;
}

.group-form {
  margin-bottom: 15px;
}

.group-form .title-form {
  display: block;
  line-height: 1.3;
  font-size: 15px;
  color: #627074;
  margin-bottom: 15px;
}

.group-form input {
  border: none;
  width: 100%;
  border-bottom: 1px solid #E3E6E8;
  font-size: 16px;
  color: #231F20;
  font-weight: normal;
  padding: 15px 0 10px 0;
  outline: none;
}

.group-form input::-webkit-input-placeholder {
  color: #627074;
  /*opacity: 1 !important;*/
}

.group-form input::-moz-placeholder {
  color: #627074;
  /*opacity: 1 !important;*/
}

.group-form input::-ms-input-placeholder {
  color: #627074;
  /*opacity: 1 !important;*/
}

.group-form input::placeholder {
  color: #627074;
  /*opacity: 1 !important;*/
}

.group-form .input-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.group-form input.input-effect:focus ~ .placeholder,
.group-form input.input-effect.active ~ .placeholder,
.floating-label-field:active ~ .input-state,
.floating-label-field:focus ~ .input-state {
  /*font-size: 13px;
  top: -5px;*/
  color: #E08E7F;
}

.group-form .placeholder {
  /*font-size: 16px;*/
  color: #627074;
  /*-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 13px;*/
}
#failure-message{
  display:none;
  color:red;
  margin-top:10px;
}

.default-wrap-caption {
  text-align: center;
  padding-bottom: 30px;
}

.default-wrap-caption .caption-default {
  font-size: 26px;
  color: #0E5C8F;
  font-weight: bold;
}

.default-wrap-caption .sub-caption-default {
  font-size: 14px;
  color: #627074;
}

.hero-access-control {
  background: url(/content/img/categories/access_control/1920-banner.webp) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.hero-access-control .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
}

.hero-access-control--description .caption {
  color: #193040;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
}

.hero-access-control--description p {
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  color: #193040;
  margin: 0 0 10px;
}

.genuine-products {
  padding: 50px 0;
  background: #fff;
  overflow: hidden;
}

.genuine-products--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.genuine-products .genuine-products-list .item {
  /*padding: 20px 0 35px;*/
  padding: 0;
}

.genuine-products .genuine-products-list .item .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.genuine-products .genuine-products-list .item .wrap .link-item {
  display: block;
  width: 100%;
  padding: 5px;
}

    .genuine-products .genuine-products-list .item .wrap .link-item .logo-products {
        display: inline-block;
        width: 100%;
        max-width: 220px;
        height: 104px;
        overflow: hidden;
        /*-webkit-background-size: cover !important;
        background-size: cover !important;*/
        background-position: center center !important;
        position: relative;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding: 0 40px;
    }

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*-webkit-background-size: cover !important;
  background-size: cover !important;*/
  background-position: center center !important;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products:hover:before {
  opacity: 1;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-ComelitPAC {
  background: url(/content/img/categories/access_control/ComelitPAC-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-ComelitPAC:before {
  background: url(/content/img/categories/access_control/ComelitPAC-over-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-ECOPASS {
  background: url(/content/img/categories/access_control/ECOPASS-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-ECOPASS:before {
  background: url(/content/img/categories/access_control/ECOPASS-over-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-Elatec {
  background: url(/content/img/categories/access_control/Elatec-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-Elatec:before {
  background: url(/content/img/categories/access_control/Elatec-over-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-hid {
  background: url(/content/img/categories/access_control/HID.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-hid:before {
  background: url(/content/img/categories/access_control/HIDhover.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-mifare {
  background: url(/content/img/categories/access_control/MIFARE.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-mifare:before {
  background: url(/content/img/categories/access_control/MIFAREhover.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-paxton {
  background: url(/content/img/categories/access_control/Paxton.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-paxton:before {
  background: url(/content/img/categories/access_control/Paxtonhover.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-cotag {
  background: url(/content/img/categories/access_control/cotag.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-cotag:before {
  background: url(/content/img/categories/access_control/cotaghover.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-fudan {
  background: url(/content/img/categories/access_control/fudan.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-fudan:before {
  background: url(/content/img/categories/access_control/fudanhover.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-kantech {
  background: url(/content/img/categories/access_control/kantech.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-kantech:before {
  background: url(/content/img/categories/access_control/kantechhover.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-pac {
  background: url(/content/img/categories/access_control/PAC.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-pac:before {
  background: url(/content/img/categories/access_control/PAChover.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-salto {
  background: url(/content/img/categories/access_control/SALTO.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-salto:before {
  background: url(/content/img/categories/access_control/SALTOhover.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-simpleaccess {
  background: url(/content/img/categories/access_control/SimpleAccess-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-simpleaccess:before {
  background: url(/content/img/categories/access_control/SimpleAccess-over-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-stid {
  background: url(/content/img/categories/access_control/Stid-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-stid:before {
  background: url(/content/img/categories/access_control/Stid-over-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-suprema {
  background: url(/content/img/categories/access_control/suprema-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-suprema:before {
  background: url(/content/img/categories/access_control/suprema-over-01.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-tdsi {
  background: url(/content/img/categories/access_control/TDSI.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item .logo-products.lg-tdsi:before {
  background: url(/content/img/categories/access_control/TDSIhover.svg) no-repeat;
}

.genuine-products .genuine-products-list .item .wrap .link-item img {
  display: inline-block;
  width: 100%;
  max-width: 140px;
  height: 65px;
}

.genuine-products .genuine-products-list .item .wrap .link-item img.sm-img {
  height: 45px;
  margin: 10px 0;
}

.genuine-products .genuine-products-list .item .wrap .sub-list {
  display: block;
  padding: 0;
  list-style: none;
  margin: 0;
}

.genuine-products .genuine-products-list .item .wrap .sub-list li {
  padding: 7px 0;
}

.genuine-products .genuine-products-list .item .wrap .sub-list li a {
  font-size: 15px;
  font-weight: bold;
  color: #627074;
  text-decoration: none;
}

.genuine-products .genuine-products-list .item .wrap .sub-list li a:hover {
  color: #0E5C8F;
}

.need-help {
  background: #f8e8e5;
  padding: 20px 0;
}

.need-help .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.need-help .row .title {
  margin: 0 15px;
  font-size: 24px;
  color: #E08E7F;
  font-weight: bold;
}

.need-help .row .btn-default {
  margin: 0 15px;
  padding-left: 60px;
  padding-right: 60px;
}

.products-category {
  padding: 80px 0 30px;
  background: #fff;
  overflow: hidden;
}

.products-category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}

.products-category-item {
  padding: 0 50px 50px;
}

.products-category-item .wrap .img-wrapper {
  display: block;
  text-decoration: none;
  width: 100%;
  margin-bottom: 15px;
}

.products-category-item .wrap .img-wrapper img {
  width: 100%;
  height: 100%;
}

.products-category-item .wrap .title {
  font-size: 24px;
  color: #0E5C8F;
  font-weight: bold;
  margin: 0 0 5px;
}

.products-category-item .wrap .title a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  /*color: #0E5C8F;*/
}

.products-category-item .wrap .title a:hover {
  /*color: #0e4d78;*/
}

.products-category-item .wrap p {
  font-size: 14px;
  color: #627074;
}

.application-form {
  padding: 50px 0;
  background: url(/content/img/categories/access_control/helpbackground.webp) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.application-form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.application-form .application-form-wrap {
  padding: 0 50px;
}

.application-form .application-form-wrap .wrap {
  background: #fff;
  padding: 35px;
  position: relative;
}

.application-form .application-form-wrap .wrap .title {
  font-size: 24px;
  color: #0E5C8F;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 15px;
}

.application-form .application-form-wrap .wrap p {
  font-size: 14px;
  color: #627074;
  margin: 0 0 10px;
}

.application-form .application-form-wrap .wrap form {
  padding-top: 15px;
}

.application-form .application-form-wrap .wrap .btn-default {
  margin-top: 25px;
}

.application-form .application-form-wrap .wrap .request-sent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #28c28e;
  z-index: 4;
}

.application-form .application-form-wrap .wrap .request-sent--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.application-form .application-form-wrap .wrap .request-sent--content .icon-wrapper {
  display: inline-block;
  margin-bottom: 20px;
}

.application-form .application-form-wrap .wrap .request-sent--content .icon-wrapper img {
  width: 170px;
}

.application-form .application-form-wrap .wrap .request-sent--content .title {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 0;
}

.application-form .application-form-wrap .wrap .request-sent--content .sub-title {
  width: 60%;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}

.extra-peace {
  background: #fff;
  padding: 60px 0;
  overflow: hidden;
}

.extra-peace .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -90px;
  margin-right: -90px;
}

.extra-peace-item {
  padding: 0 90px;
  border-right: 1px solid #d1d6d9;
}

.extra-peace-item:last-child {
  border: none;
}

.extra-peace-item .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.extra-peace-item .wrap .img-wrapper {
  padding-right: 50px;
}

.extra-peace-item .wrap .img-wrapper img {
  height: 85px;
  width: 217px;
}

.extra-peace-item .wrap .description .title {
  font-size: 24px;
  color: #0E5C8F;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 15px;
}

.extra-peace-item .wrap .description p {
  font-size: 14px;
  color: #627074;
  margin: 0 0 25px;
}

@media (max-width: 1599px) {
  .hero-access-control {
    background: url(/content/img/categories/access_control/1600-banner.webp) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .application-form .application-form-wrap {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .hero-access-control {
    background: url(/content/img/categories/access_control/1200-banner.webp) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .genuine-products .genuine-products-list .item .wrap .link-item img {
    max-width: 100px;
    height: 45px;
  }

  .genuine-products .genuine-products-list .item .wrap .link-item img.sm-img {
    height: 35px;
  }

  .products-category-list {
    margin-left: -35px;
    margin-right: -35px;
  }

  .products-category-item {
    padding: 0 35px 35px;
  }

  .application-form .application-form-wrap {
    padding: 0 15px;
  }

  .extra-peace .row {
    margin-left: -40px;
    margin-right: -40px;
  }

  .extra-peace-item {
    padding: 0 40px;
  }

  .extra-peace-item .wrap .img-wrapper {
    padding-right: 30px;
  }

  .extra-peace-item .wrap .img-wrapper img {
    height: 55px;
    width: 140px;
  }

  .extra-peace-item .wrap .description .title {
    margin: 0 0 10px;
  }
}

@media (max-width: 991px) {
  .btn-default {
    font-size: 15px;
  }

  .hero-access-control {
    background: url(/content/img/categories/access_control/940-banner.webp) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .genuine-products .genuine-products-list .item {
    padding: 15px 0 25px;
  }

  .extra-peace-item .wrap {
    display: block;
  }

  .extra-peace-item .wrap .img-wrapper {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .default-wrap-caption {
    padding-bottom: 35px;
  }

  .default-wrap-caption .caption-default {
    font-size: 22px;
    margin: 0;
  }

  .default-wrap-caption .sub-caption-default {
    font-size: 13px;
  }

  .hero-access-control {
    background: url(/content/img/categories/access_control/767-banner.webp) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .hero-access-control .container {
    /* max-width: 335px; */
  }

  .hero-access-control .row {
    padding: 340px 0 30px;
    height: auto;
  }

  .hero-access-control--description {
    width: 100%;
  }

  .hero-access-control--description .caption {
    color: #fff;
    font-size: 24px;
  }

  .hero-access-control--description p {
    color: #fff;
  }

  .genuine-products {
    padding: 30px 0;
  }

  .genuine-products .container {
    /*max-width: 335px; */
  }

  .genuine-products .genuine-products-list .item {
    padding: 10px 0 25px;
  }

  .genuine-products .genuine-products-list .item .wrap .link-item img {
    max-width: 100px;
    height: 40px;
  }

  .genuine-products .genuine-products-list .item .wrap .link-item img.sm-img {
    height: 35px;
    margin: 0;
  }

  .need-help {
    padding: 25px 0;
  }

  .need-help .container {
    /* max-width: 335px; */
  }

  .need-help .row {
    display: block;
    text-align: center;
  }

  .need-help .row .title {
    margin: 0 0 10px;
    font-size: 20px;
  }

  .need-help .row .btn-default {
    margin: 0 15px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .products-category {
    padding: 50px 0 20px;
  }

  .products-category .container {
   /* max-width: 335px; */
  }

  .products-category-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .products-category-item {
    padding: 0 15px 30px;
  }

  .products-category-item .wrap .img-wrapper.lg-img {
    height: 210px;
  }

  .products-category-item .wrap .img-wrapper.lg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .products-category-item .wrap .img-wrapper.img-card-reader img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }

  .products-category-item .wrap .title {
    font-size: 20px;
  }

  .products-category-item .wrap p {
    font-size: 13px;
  }

  .application-form .container {
   /* max-width: 335px; */
  }

  .application-form .application-form-wrap {
    padding: 0 15px;
  }

  .application-form .application-form-wrap .wrap {
    padding: 25px;
  }

  .application-form .application-form-wrap .wrap .title {
    font-size: 20px;
  }

  .application-form .application-form-wrap .wrap p {
    font-size: 13px;
    margin: 0 0 20px;
  }

  .application-form .application-form-wrap .wrap .btn-default {
    margin-top: 20px;
  }

  .extra-peace {
    padding: 50px 0 20px;
  }

  .extra-peace .container {
   /* max-width: 335px; */
  }

  .extra-peace .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .extra-peace-item {
    padding: 0 15px 30px;
    border: none;
  }

  .extra-peace-item .wrap {
    display: block;
    text-align: center;
  }

  .extra-peace-item .wrap .img-wrapper {
    padding-right: 0;
  }

  .extra-peace-item .wrap .img-wrapper img {
    height: 70px;
    width: 179px;
  }

  .extra-peace-item .wrap .description .title {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .extra-peace-item .wrap .description p {
    font-size: 13px;
    margin: 0 0 15px;
  }
}

@media (max-width: 479px) {
  .hero-access-control {
    background: url(/content/img/categories/access_control/min-banner.webp) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .need-help .row .btn-default {
    padding-left: 30px;
    padding-right: 30px;
  }
}