@font-face {
  font-family: 'opensans';
  src: url('/modules/tpl.cardtrade/fonts/opensans-regular-webfont.woff2') format('woff2'),
       url('/modules/tpl.cardtrade/fonts/opensans-regular-webfont.woff') format('woff'),
       url('/modules/tpl.cardtrade/fonts/opensans-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "opensans";
  src: url('/modules/tpl.cardtrade/fonts/opensans-bold-webfont.woff2') format('woff2'),
       url('/modules/tpl.cardtrade/fonts/opensans-bold-webfont.woff') format('woff'),
       url('/modules/tpl.cardtrade/fonts/opensans-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "oswald";
  src: url('/modules/tpl.cardtrade/fonts/oswald-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "oswald";
  src: url('/modules/tpl.cardtrade/fonts/oswald-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.title-1 {
  padding: 0;
  margin: 0;
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d42c24;
  font-size: 72px;
  text-align: center;
}
.title-2 {
  padding: 0;
  margin: 0;
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d42c24;
  font-size: 50px;
  text-align: center;
}
.title-3 {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #b8860b;
  font-size: 24px;
  padding: 0 20px 0 20px;
  z-index: 5;
}
html,
body {
  font-family: "opensans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container,
.mod-equipment-container {
  margin: 0 auto;
  min-width: 700px;
  max-width: 1440px;
  padding: 0;
}
.sidebar {
  display: block;
  height: 77px;
  background-color: #d42c24;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 12px 12px 0px rgba(34, 60, 80, 0.6);
  box-shadow: 0px 12px 12px 0px rgba(34, 60, 80, 0.6);
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about {
  height: 750px;
  background-color: #FFFFFF;
}
.mod_equipment {
  background-color:rgb(255, 238, 233);
  padding: 20px 0 20px;
}
.mod_about_more,
.container-about,
.mod-hsm-block,
.mod_card,
.mod_software {
  margin: 0 auto;
  min-width: 700px;
  max-width: 1440px;
  padding: 0;
}
.container-about {
  background: url("../images/bg_title-min.png") center no-repeat;
  height: 590px;
}
.ask-quastion,
.pdf-quastion {
  font-family: "opensans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d42c24;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid #d42c24;
  border-radius: 8px;
  padding: 4px 20px 4px 20px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.ask-quastion a,
.pdf-quastion a {
  color: #d42c24;
  text-decoration: none;
}
.ask-quastion:hover,
.pdf-quastion:hover {
  background-color: #d42c24;
  color: #ffffff;
  cursor: pointer;
}
.ask-quastion:hover span:before,
.pdf-quastion:hover span:before,
.ask-quastion:focus span:before,
.pdf-quastion:focus span:before,
.ask-quastion:active span:before,
.pdf-quastion:active span:before {
  color: #ffffff;
}
.ask-quastion:focus,
.pdf-quastion:focus,
.ask-quastion:active,
.pdf-quastion:active {
  background-color: #838383;
  color: #ffffff;
  border-color: #00489f;
}
.ask-quastion span:before {
  content: "\f044";
  font-family: 'Font Awesome 5 Free';
  color: #d42c24;
  font-size: 14px;
  font-weight: 400;
  padding-right: 6px;
}
.ask-quastion span:before {
  content: "\f044";
  font-family: 'Font Awesome 5 Free';
  color: #d42c24;
  font-size: 14px;
  font-weight: 400;
  padding-right: 6px;
}
.pdf-quastion span:before {
  content: "\f1c1";
  font-family: 'Font Awesome 5 Free';
  color: #d42c24;
  font-size: 14px;
  font-weight: 400;
  padding-right: 6px;
}
.visually-hidden {
  display: none;
}
.mod-languages {
  margin-right: 10px;
}
.mod-languages ul{
  list-style: none;
}
.mod-languages ul li {
  padding: 0;
  margin: 0 !important;
}
.mod-languages a {
  font-family: "opensans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #d42c24;
  font-size: 18px;
  padding: 0 !important;
  margin: 0;
}
.mod-languages a:before {
  content: "\f0ac";
  font-family: 'Font Awesome 7 free';
  color: #d42c24;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
  -webkit-transition: color 0,4s linear;
  transition: color 0,4s linear;
}
.mod-languages a:hover:before,
.mod-languages a:hover {
  color: #a8231d;
}
.mod-languages a:active,
.mod-languages a:focus,
.mod-languages a:focus:before,
.mod-languages a:active:before {
  color: #00489f;
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#navbar-top-menu-button {
  display: none;
}
.navbar-top-menu-button {
  display: none;
}
.top-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 270px;
  height: 80px;
  position: relative;
}
.top-menu-list ul {
  overflow: hidden;
  opacity: 0;
  color: #ffffff;
  width: 0;
  height: 0;
}
.top-navbar-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "opensans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5e5e5e;
  font-size: 18px;
}
.top-navbar-menu-link:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
}
.top-navbar-menu-link:hover {
  color: #d42c24;
  cursor: pointer;
  -webkit-transition: color .5s linear;
  transition: color .5s linear;
}
.top-navbar-menu-link:hover:before {
  background-color: #d42c24;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.top-navbar-menu-link:focus:before,
.top-navbar-menu-link:active:before {
  background-color: #00489f;
}
.top-navbar-menu-link:focus:active,
.top-navbar-menu-link:active:active,
.top-navbar-menu-link:focus:focus,
.top-navbar-menu-link:active:focus,
.top-navbar-menu-link:focus:focus:before,
.top-navbar-menu-link:active:focus:before,
.top-navbar-menu-link:focus:active:before,
.top-navbar-menu-link:active:active:before {
  color: #00489f;
}
.dropdown .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "opensans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 16px;
  opacity: 1;
}
.dropdown:hover .top-navbar-menu-link:before {
  background-color: #d42c24;
}
.dropdown:hover .top-navbar-menu-link {
  color: #d42c24;
}
.dropdown:hover .submenu,
.submenu:hover {
  min-width: 1024px;
  height: 77px;
  position: absolute;
  padding-top: 10px;
  left: 0;
  margin-left: -32px;
}
.dropdown:hover .submenu li,
.submenu:hover li {
  display: block;
  position: relative;
  margin-right: 20px;
  padding-left: 16px;
}
.dropdown:hover .submenu li:hover:before,
.submenu:hover li:hover:before {
  content: "";
  display: block;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  width: 8px;
  height: 8px;
  border: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  position: absolute;
  left: 0;
  top: 7px;
  border-top: 1px solid #FFFCE9;
  border-right: 1px solid #FFFCE9;
}
.dropdown:hover .submenu li:focus:before,
.submenu:hover li:focus:before,
.dropdown:hover .submenu li:active:before,
.submenu:hover li:active:before {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.dropdown:hover .submenu .chaild,
.submenu:hover .chaild {
  color: #ffffff;
  text-decoration: none;
}
.dropdown:hover .submenu .chaild:hover,
.submenu:hover .chaild:hover {
  color: #FFFCE9;
  cursor: pointer;
}
.dropdown:hover .submenu .chaild:focus:active,
.submenu:hover .chaild:focus:active,
.dropdown:hover .submenu .chaild:active:active,
.submenu:hover .chaild:active:active,
.dropdown:hover .submenu .chaild:focus:focus,
.submenu:hover .chaild:focus:focus,
.dropdown:hover .submenu .chaild:active:focus,
.submenu:hover .chaild:active:focus,
.dropdown:hover .submenu .chaild:focus:focus:before,
.submenu:hover .chaild:focus:focus:before,
.dropdown:hover .submenu .chaild:active:focus:before,
.submenu:hover .chaild:active:focus:before,
.dropdown:hover .submenu .chaild:focus:active:before,
.submenu:hover .chaild:focus:active:before,
.dropdown:hover .submenu .chaild:active:active:before,
.submenu:hover .chaild:active:active:before {
  color: #ffffff;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
.header-logo-txt {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d42c24;
  font-size: 20px;
  margin-top: -8px;
}
.header-navbar-menu-button {
  display: none;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side-bar-top-module div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.header-button-mail {
  text-decoration: none;
}
.header-button-mail:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  color: #d42c24;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0,1s linear;
  transition: color 0,1s linear;
  margin-right: 10px;
}
.header-button-mail:hover:before,
.header-button-mail:hover {
  color: #a8231d;
}
.header-button-mail:active,
.header-button-mail:focus,
.header-button-mail:focus:before,
.header-button-mail:active:before {
  color: #00489f;
}
.phone-call {
  text-decoration: none;
}
.header-phone-ico {
  font-family: "opensans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d42c24;
  font-size: 18px;
}
.header-phone-ico:before {
  content: "\f879";
  font-family: 'Font Awesome 5 Free';
  color: #d42c24;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
  margin-right: 4px;
}
.container-about {
  position: relative;
}
.shadow-top {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background: #d42c24;
  top: 144px;
  left: 310px;
  z-index: 2;
  -webkit-transform: skewY(-20deg) rotate(196deg);
          transform: skewY(-20deg) rotate(196deg);
  opacity: 0.8;
}
.shadow-bottom {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 40px;
  background: #d42c24;
  bottom: -78px;
  left: 70px;
  z-index: 2;
  -webkit-transform: skewY(-16deg) rotate(192deg);
          transform: skewY(-16deg) rotate(192deg);
  opacity: 0.8;
}
.container-about-text {
  width: 560px;
  height: 528px;
  background-color: #ffffff;
  border-radius: 0 20px 20px 20px;
  color: #d42c24;
  position: absolute;
  top: 140px;
  left: 60px;
  z-index: 5;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.container-about-text .text {
  width: 480px;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-left: 0;
}
.container-about-text .text li {
  margin-bottom: 20px;
  color: #000000;
  list-style: none;
  position: relative;
  padding: 0 0 0 40px;
}
.container-about-text .text li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 0;
  height: 0;
  border: 5px solid red;
  border-radius: 5px;
}
.about_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px 20px 0px;
}
.about-more-block {
  width: 400px;
  height: 350px;
  border: 1px solid #707070;
  border-radius: 0 0 20px 20px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.about-more-block .about-more-btn {
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0;
  top: 0;
  padding-top: 20px;
}
.about-more-block .about-block-svg {
  fill: #b8860b;
}
.about-more-block .text-style {
  margin: 0 auto;
  text-align: left;
  width: 90%;
  color: #000000;
}
.about-more-block:hover {
  border-color: #d42c24;
  -webkit-transition: border-color 0.7s linear;
  transition: border-color 0.7s linear;
}
.about-more-block:hover .title-3,
.about-more-block:hover .about-block-svg {
  color: #d42c24;
  fill: #d42c24;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.about-more-block:active,
.about-more-block:focus {
  background-color: rgba(184, 134, 11, 0.2);
}
.mod-equipment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-equipment-block .title-2 {
  width: 100%;
}
.mod-equipment-block .equipment-txt {
  text-align: center;
  width: 70%;
  font-size: 24px;
}
.equipment-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
.equipment-container .equipment-block {
  width: 700px;
  height: auto;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  margin: 0 auto 20px;
  position: relative;
  padding-bottom: 20px;
}
.equipment-container .equipment-block .equipment-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.equipment-container .equipment-block .equipment-text .text-style {
  width: 370px;
  padding-left: 40px;
}
.equipment-container .equipment-block .equipment-text .equipment-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.equipment-container .equipment-block .equipment-text .equipment-img .title-3 {
  text-align: center;
  color: #00489f;
}
.equipment-container .equipment-block .equipment-text .equipment-img .ask-quastion a span {
  display: block;
  color: #d42c24;
}
.equipment-container .equipment-block .title-3 {
  font-weight: 400;
}
.equipment-container .equipment-block .btn-ask-quastion,
.equipment-container .equipment-block .emailAskQuastion {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 90px;
  position: absolute;
  bottom: 20px;
}
.mod-hsm-block {
  padding: 20px 0 40px 0;
}
.mod-hsm-block .hsm-txt {
  text-align: center;
}
.mod-hsm-block .hsm-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod-hsm-block .hsm-block .hsm-img-red {
  height: 547px;
  margin: 0 auto 20px;
  width: 700px;
  height: 550px;
  border-radius: 0 0 20px 20px;
  padding: 0 20px 20px 20px;
  text-align: center;
  position: relative;
  background-color: #ffeee9;
}
.mod-hsm-block .hsm-block .hsm-img-red .text-style {
  width: 500px;
  margin: 0 auto;
  text-align: left;
  height: 90%;
}
.mod-hsm-block .hsm-block .hsm-img-red .title-3 {
  color: #d42c24;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.mod-hsm-block .hsm-block .hsm-img-yellow {
  height: 547px;
  margin: 0 auto;
  width: 700px;
  height: 550px;
  border-radius: 0 0 20px 20px;
  padding: 0 20px 20px 20px;
  text-align: center;
  position: relative;
  background-color: #f5ecd7;
}
.mod-hsm-block .hsm-block .hsm-img-yellow .text-style {
  width: 500px;
  margin: 0 auto;
  text-align: left;
  height: 90%;
}
.mod-hsm-block .hsm-block .hsm-img-yellow .title-3 {
  color: #b8860b;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.mod-card-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod-card-products .title-2 {
  width: 100%;
  text-align: center;
}
.mod-card-products .card-img-yellow {
  margin: 0 auto;
  width: 700px;
  height: 550px;
  border-radius: 0 0 20px 20px;
  padding: 0 20px 20px 20px;
  text-align: center;
  background-color: #f5ecd7;
  position: relative;
  margin-top: 140px;
  margin-bottom: 40px;
  padding-top: 100px;
}
.mod-card-products .card-img-yellow .text-style {
  width: 500px;
  margin: 0 auto;
  text-align: left;
  height: 90%;
}
.mod-card-products .card-img-yellow .title-3 {
  color: #b8860b;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.mod-card-products .card-img-yellow .order-img {
  display: block;
  position: absolute;
  top: -116px;
  left: 180px;
}
.mod-card-products .card-img-yellow .more {
  /* text-decoration: none; */
  font-family: inherit;
  color: #00489f;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: absolute;
  bottom: 20px;
}
.mod-card-products .card-img-yellow .more:hover {
  color: #2c78d5;
  cursor: pointer;
}
.mod-card-products .card-img-yellow .more:active,
.mod-card-products .card-img-yellow .more:focus {
  color: #d42c24;
}
.mod-card-products .card-img-red {
  margin: 0 auto;
  width: 700px;
  height: 550px;
  border-radius: 0 0 20px 20px;
  padding: 0 20px 20px 20px;
  text-align: center;
  background-color: #ffeee9;
  position: relative;
  margin-top: 140px;
  margin-bottom: 40px;
  padding-top: 100px;
}
.mod-card-products .card-img-red .text-style {
  width: 500px;
  margin: 0 auto;
  text-align: left;
  height: 90%;
}
.mod-card-products .card-img-red .title-3 {
  color: #d42c24;
  font-weight: 400;
  text-align: left;
  padding: 0;
}
.mod-card-products .card-img-red .order-img {
  display: block;
  position: absolute;
  top: -116px;
  left: 180px;
}
.mod-card-products .card-img-red .more {
  text-decoration: none;
  font-family: inherit;
  color: #00489f;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: absolute;
  bottom: 20px;
}
.mod-card-products .card-img-red .more:hover {
  color: #2c78d5;
  cursor: pointer;
}
.mod-card-products .card-img-red .more:active,
.mod-card-products .card-img-red .more:focus {
  color: #d42c24;
}
.mod_software {
  margin: 0 auto;
}
.mod_software .software-bg {
  background-color: #d42c24;
  padding-bottom: 20px;
  max-width: 1200px;
  min-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.mod-software-container {
  max-width: 1200px;
  min-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 29px 44px -32px rgba(34, 60, 80, 0.85);
  box-shadow: 0px 29px 44px -32px rgba(34, 60, 80, 0.85);
  border-radius: 0 0 20px 20px;
}
.mod-software-container .title-2 {
  width: 100%;
}
.mod-software-container .software-img {
  width: 320px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
.mod-software-container .software-img .software-svg {
  padding-bottom: 40px;
}
.mod-software-container .text-style {
  width: 70%;
  margin: 0 auto;
  padding: 0 20px 0 0;
}
.form-contctus {
  background-color: #d42c24;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  max-width: 1200px;
  min-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.form-contctus .title-3 {
  color: #ffffff;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0px;
}
.form-contctus .form-prev-text {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 16px;
  color: #ffffff;
}
.form-contctus .cf-fields {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.form-contctus .cf-fields .cf-control-group {
  width: 280px;
}
.form-contctus .cf-fields .cf-control-input {
  width: 280px;
}
.form-contctus .cf-fields .cf-control-input .form-btn-input {
  font-weight: 700;
  width: 280px;
}
.form-contctus .form-prev-text-small {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding-left: 20px;
}
.form-contctus .form-prev-text-small a {
  color: #ffffff;
  font-family: inherit;
}
.convertforms.cf-success .cf-response {
  background-color: #FFF5DE !important;
  border: none;
  border-radius: 20px;
  color: #b8860b;
}
.button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover {
  color: #e6e6e6;
}
.button:active {
  color: #cccccc;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  max-width: 800px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.light .popup {
  border-color: #aaa;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup h2 {
  margin-top: 0;
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  font-size: 24px;
}
.popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.popup .close:hover {
  opacity: 1;
}
.popup .content {
  max-height: 400px;
  overflow: auto;
}
.popup p {
  margin: 0 0 1em;
  font-size: 18px;
}
.popup p:last-child {
  margin: 0;
}
body {
  position: relative;
  z-index: 4;
}
.footer {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, rgba(0, 0, 0, 0.44581583)), to(rgba(0, 0, 0, 0.82956933))), url("../images/bg_footer-min.png") center no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.44581583) 100%, rgba(0, 0, 0, 0.82956933) 100%), url("../images/bg_footer-min.png") center no-repeat;
  height: 590px;
  position: absolute;
  bottom: -460px;
  z-index: 2;
}
.footer .mod-footer-container {
  max-width: 1440px;
  min-width: 700px;
  margin: 0 auto;
  padding-top: 130px;
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .mod-footer-container .footer-left {
  width: 700px;
  height: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 0 0 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0.71192227)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #ffffff 24%, rgba(255, 255, 255, 0.71192227) 100%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0px 15px 15px 0px rgba(34, 60, 80, 0.33);
  box-shadow: 0px 15px 15px 0px rgba(34, 60, 80, 0.33);
}
.footer .mod-footer-container .footer-left .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d42c24;
  font-size: 16px;
  padding-top: 14px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.footer .mod-footer-container .footer-left .footer-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 0;
}
.footer .mod-footer-container .footer-left .footer-main-nav .footer-nav-title {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #444444;
  font-size: 20px;
  text-decoration: none;
  min-width: 60px;
}
.footer .mod-footer-container .footer-left .footer-main-nav .footer-nav-title .footer-nav {
  color: #444;
  text-decoration: none;
  font-size: 20px;
}
.footer .mod-footer-container .footer-left .footer-main-nav .footer-list-nav {
  list-style: none;
}
.footer .mod-footer-container .footer-left .footer-main-nav .footer-list-nav li {
  padding-bottom: 2px;
}
.footer .mod-footer-container .footer-left .footer-main-nav .footer-list-nav .footer-list-btn {
  color: #444;
  text-decoration: none;
  font-family: inherit;
  font-size: 16px;
}
.footer .mod-footer-container .footer-left .footer-main-nav .footer-list-nav .li-text {
  font-size: 16px;
}
.footer .mod-footer-container .footer-left .footer-main-nav .footer-list-nav .li-text span {
  color: #d42c24;
  font-size: 16px;
}
.footer .mod-footer-container .footer-right {
  -webkit-box-shadow: 0px 15px 15px 0px rgba(34, 60, 80, 0.33);
  box-shadow: 0px 15px 15px 0px rgba(34, 60, 80, 0.33);
  height: 390px;
}
/*  media for mobile devices width 576px */
@media (max-width: 1335px) {
  .footer .footer-right {
    display: none;
  }
}

@media (max-width: 1280px) {
  .footer {
    width: 100%;
    /* background: none; */
    height: auto;
    position: relative;
    bottom: 0;
    z-index: 2;
  }
  .footer .mod-footer-container {
    padding: 0;
  }
  .footer .footer-right {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mod_about {
    display: none;
  }
  .header-container {
    position: relative;
  }
  .header-center {
    margin: 0 auto;
  }
  .sidebar {
    min-width: 700px;
    position: relative;
    z-index: 5;
  }
  .mod_equipment {
    min-width: 700px;
  }
  .header-right {
    position: absolute;
    bottom: -50px;
    right: 20px;
    z-index: 6;
  }
  .header-right .header-phone-ico span {
    display: none;
  }
  .header-right .header-phone-ico:hover:before,
  .header-right .header-button-mail:hover:before {
    color: #e6e6e6;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
  }
  .header-right .header-phone-ico:before {
    color: #ffffff;
    cursor: pointer;
  }
  .header-right .header-button-mail:before {
    color: #ffffff;
  }
  .mod-languages a {
    color: #ffffff;
  }
  .mod-languages a:before {
    color: #ffffff;
  }
  .mod-languages a:hover:before,
  .mod-languages a:hover {
    color: #e6e6e6;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
  }
  .navbar-top-menu-button {
    display: block;
    width: 0;
    height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 10px;
    margin: 0;
  }
  .mob-menu-button {
    display: block;
    height: 4px;
    color: #ffffff;
    font-size: 2em;
    border: 1px solid #d42c24;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    margin-right: 20px;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
  }
  .mob-menu-button:hover {
    color: #e6e6e6;
  }
  .mob-menu-button:active {
    color: #cccccc;
  }
  .top-navbar-menu-link {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  .top-navbar-menu-link:before {
    width: 0;
    height: 0;
  }
  .chaild {
    text-decoration: none;
  }
  .top-menu-list {
    visibility: hidden;
    position: absolute;
    top: 145px;
    z-index: 2;
    margin: 20px auto 0 auto;
    height: 0;
    width: 0;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.51);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.51);
    opacity: 0;
    z-index: 4;
  }
  .top-menu-list ul {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .dropdown {
    display: none;
  }
  .dropdown .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
  }
  .dropdown .submenu li {
    padding-left: 6px;
  }
  .dropdown:hover .submenu,
  .submenu:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 0px;
    left: 0;
    top: 0;
    margin-left: 0px;
  }
  .dropdown:hover .submenu li,
  .submenu:hover li {
    display: block;
    position: relative;
    margin-right: 20px;
    padding-left: 16px;
  }
  .dropdown:hover .submenu li:hover:before,
  .submenu:hover li:hover:before {
    content: "";
    display: block;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    width: 8px;
    height: 8px;
    border: none;
    border-top: 1px solid #d42c24;
    border-right: 1px solid #d42c24;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .dropdown:hover .submenu li:focus:before,
  .submenu:hover li:focus:before,
  .dropdown:hover .submenu li:active:before,
  .submenu:hover li:active:before {
    border-top: 1px solid #d42c24;
    border-right: 1px solid #d42c24;
  }
  .dropdown:hover .submenu .chaild,
  .submenu:hover .chaild {
    color: #838383;
    text-decoration: none;
  }
  .dropdown:hover .submenu .chaild:hover,
  .submenu:hover .chaild:hover {
    color: #d42c24;
    cursor: pointer;
  }
  .dropdown:hover .submenu .chaild:focus:active,
  .submenu:hover .chaild:focus:active,
  .dropdown:hover .submenu .chaild:active:active,
  .submenu:hover .chaild:active:active,
  .dropdown:hover .submenu .chaild:focus:focus,
  .submenu:hover .chaild:focus:focus,
  .dropdown:hover .submenu .chaild:active:focus,
  .submenu:hover .chaild:active:focus,
  .dropdown:hover .submenu .chaild:focus:focus:before,
  .submenu:hover .chaild:focus:focus:before,
  .dropdown:hover .submenu .chaild:active:focus:before,
  .submenu:hover .chaild:active:focus:before,
  .dropdown:hover .submenu .chaild:focus:active:before,
  .submenu:hover .chaild:focus:active:before,
  .dropdown:hover .submenu .chaild:active:active:before,
  .submenu:hover .chaild:active:active:before {
    color: #00489f;
  }
  .top-menu-list li {
    width: 100%;
  }
  .top-menu-list li .chaild {
    color: #838383;
  }
  input[type="checkbox"]:checked ~ .top-menu-list {
    visibility: visible;
    height: auto;
    width: 100%;
    display: block;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  input[type="checkbox"]:checked ~ .top-menu-list .dropdown {
    display: block;
  }
}
@media (max-width: 391px) {
  .container,
  .sidebar-nav,
  .header-container,
  .sidebar,
  .mod_about_more,
  .about_more,
  .mod_equipment,
  .mod_software,
  .equipment-container {
    width: 100%;
  }
  .sidebar,
  .mod_equipment {
    min-width: 100%;
  }
  .title-2 {
    font-size: 30px;
    width: 90%;
  }
  .top-menu {
    margin: 0;
    padding: 0;
  }
  .about-more-block {
    width: 360px;
    margin-right: 0;
  }
  .mod-equipment-container,
  .mod_card,
  .mod-hsm-block,
  .mod_about_more,
  .container {
    min-width: 100%;
    min-height: 100%;
  }
  .mod-footer-container {
    min-width: 100% !important;
    min-height: 100% !important;
  }
  .equipment-block {
    width: 360px;
  }
  .mod-equipment-block .title-2 {
    width: 90%;
  }
  .mod-equipment-block .equipment-txt {
    display: none;
  }
  .equipment-container {
    padding-top: 20px;
  }
  .equipment-container .equipment-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 360px;
    height: auto;
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
    margin: 0 auto 20px;
  }
  .equipment-container .equipment-block .equipment-text {
    position: relative;
  }
  .equipment-container .equipment-block .equipment-text .text-style {
    width: 90%;
    position: relative;
    z-index: 5;
    padding-left: 0;
    padding-top: 290px;
    font-size: 14px;
    margin: 0 auto;
  }
  .equipment-container .equipment-block .equipment-text .equipment-img {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
  }
  .equipment-container .equipment-block .equipment-text .equipment-img img {
    width: 360px;
  }
  .equipment-container .equipment-block .equipment-text .equipment-img .title-3 {
    text-align: center;
    color: #00489f;
    margin: 0;
  }
  .equipment-container .equipment-block .title-3 {
    font-weight: 400;
  }
  .equipment-container .equipment-block .btn-ask-quastion {
    position: static;
  }
  
  .emailAskQuastion{
    position: static !important;
    margin: 0 auto !important
  }

  .hsm-img-red {
    width: 360px !important;
    height: 100% !important;
  }
  .hsm-img-red .text-style {
    font-size: 14px;
    width: 250px !important;
  }
  .hsm-img-red .text-style img {
    width: 250px;
  }
  .hsm-img-yellow {
    width: 360px !important;
    height: 100% !important;
  }
  .hsm-img-yellow .text-style {
    font-size: 14px;
    width: 250px !important;
  }
  .hsm-img-yellow .text-style img {
    width: 250px;
  }
  .card-img-yellow,
  .card-img-red {
    width: 360px !important;
    height: 100% !important;
    margin-top: 70px !important;
  }
  .card-img-yellow .order-img,
  .card-img-red .order-img {
    top: -116px;
    left: 80px !important;
    width: 200px;
  }
  .card-img-yellow .text-style,
  .card-img-red .text-style {
    font-size: 14px;
    width: 90% !important;
    padding-bottom: 20px;
  }
  .card-img-yellow .text-style .title-3,
  .card-img-red .text-style .title-3 {
    text-align: center;
    margin-top: 0;
  }
  .mod_software {
    min-width: 100%;
    max-width: 100%;
  }
  .software-bg {
    background-color: #d42c24;
    padding-bottom: 20px;
    max-width: 360px !important;
    min-width: 360px !important;
  }
  .software-bg .software-img {
    padding: 0;
    margin: 0;
  }
  .software-bg .software-img .software-svg {
    width: 200px !important;
    padding-bottom: 0;
  }
  .software-bg .text-style {
    font-size: 14px;
    padding-right: 0;
    margin-top: -50px;
    padding-bottom: 50px;
  }
  .mod-software-container {
    max-width: 360px;
    min-width: 360px;
    position: relative;
  }
  .mod-software-container .title-2 {
    width: 90%;
  }
  .mod-software-container .ask-quastion {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 100px;
  }
  .form-contctus {
    background-color: #d42c24;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 360px;
    min-width: 360px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
  .form-contctus .form-prev-text {
    font-size: 10px;
  }
  .form-contctus .form-prev-text-small {
    font-size: 8px;
  }
  .popup {
    margin: 5px auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #666;
    max-width: 360px;
  }
  .popup h2 {
    font-size: 16px;
  }
  .popup p {
    font-size: 12px;
  }
  .button {
    font-size: 8px;
  }
  .mod-footer-container {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding-top: 130px;
    position: relative;
    z-index: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mod-footer-container .footer-left {
    width: 360px !important;
    height: 400px;
    margin-right: 0 !important;
  }
  .mod-footer-container .footer-left .footer-nav-title,
  .mod-footer-container .footer-left .footer-nav {
    font-size: 18px !important;
  }
  .mod-footer-container .footer-left .footer-nav {
    display: block;
    width: 50px;
  }
  .mod-footer-container .footer-left .footer-list-nav {
    padding-left: 10px;
  }
  .mod-footer-container .footer-left .footer-list-nav li {
    padding-bottom: 0 !important;
  }
  .mod-footer-container .footer-left .footer-list-nav .footer-list-btn {
    font-size: 14px !important;
  }
  .mod-footer-container .footer-left .footer-list-nav .li-text {
    font-size: 14px;
  }
  .mod-footer-container .footer-left .footer-list-nav .li-text span {
    font-size: 14px !important;
  }
  .mod-footer-container .footer-right {
    display: none;
  }
}
