.header_wrapper {
  margin: 0px 0 20px 0;
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}
.header_firstLine {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.header_underline {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 10px;
  min-height: 10px;
  border-top: white 2px solid;
  margin: 50px 0 30px 0;
}
@media (max-width: 1024px) {
  .header_wrapper {
    margin: 20px 0 20px 0;
  }
  .header_underline {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 5px;
    min-height: 5px;
    margin: 25px 0 0px 0;
  }
  .header_firstLine {
    margin-bottom: 0px;
  }
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat-Regular', sans-serif;
  overflow-x: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color;
  background-image: linear-gradient(180deg, #382a2a 0%, #000000 100%), url(../img/top-hover.png) !important;
  background-color: transparent !important;
}
main {
  overflow-x: hidden;
  padding-bottom: 100px;
  font-size: 1.5em;
  color: white !important;
  width: 100%;
  max-width: 100%;
}
a {
  color: white !important;
}
a:hover {
  color: white !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text {
  color: white !important;
  font-size: 2em;
  line-height: 1.7em;
  font-weight: 500;
}
.text_marten {
  color: white !important;
  font-size: 4em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.4em;
  text-shadow: 0em 0em 0.4em rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-left: 0.18em;
}
.text_rhgh {
  color: white !important;
  font-size: 0.65em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.36em;
  line-height: 1.4em;
  text-align: center;
}
.text_title {
  color: white !important;
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.text_subtitle {
  font-size: 3em;
}
.text_m {
  font-size: 1em;
}
#inputCode {
  text-transform: uppercase !important;
}
.spinc_wrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 100px;
}
.groupName {
  width: 100%;
  min-width: 100%;
  justify-content: center;
  align-content: center;
  margin: 40px 0 25px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
}
.prodList {
  margin-top: 20px;
  justify-content: center;
  align-content: center;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
}
.img_textWrapLeft {
  float: right;
  margin: 10px 0 30px 30px;
  max-width: 500px;
  clear: right;
}
.textBlock {
  margin-bottom: 10px;
}
.buttonC {
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: #d6d6d6 !important;
  border-radius: 10px !important;
  letter-spacing: 2px !important;
  font-size: 2em;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  background-image: linear-gradient(160deg, #ffffff 14%, #003a39 59%) !important;
  background-color: #000000 !important;
}
@media (max-width: 1024px) {
  .buttonC {
    width: 100% !important;
  }
  .text_title {
    font-size: 1.5em;
  }
  .text_subtitle {
    font-size: 1.5em;
  }
  .img_textWrapLeft {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .text_marten {
    font-size: 2em;
  }
}
.ant-menu-item {
  font-size: 1.5em;
}
.ant-dropdown-menu-item {
  font-size: 1.5em !important;
  padding: 18px 16px !important;
}
.ant-form-item-explain.ant-form-item-explain-error {
  font-size: 1.5em;
}
.ant-card {
  width: 100%;
  min-width: 300px;
  max-width: 300px;
  min-height: 425px;
  margin: 5px !important;
  -webkit-box-shadow: 3px 3px 20px -2px #002F6C;
  box-shadow: 3px 3px 20px -2px #002F6C;
}
.ant-card-meta-title {
  white-space: initial !important;
}
.ant-input {
  color: white !important;
  font-size: 18px !important;
}
.ant-input-affix-wrapper > input.ant-input,
.ant-input-affix-wrapper {
  background-color: #382a2a !important;
  border: none !important;
  border-radius: 10px 10px 10px 10px !important;
}
.ant-input-group-addon {
  background-color: transparent !important;
  color: white !important;
  border: none !important;
  font-size: 18px !important;
}
@media (min-width: 1024px) {
  .ant-form-item {
    width: 800px;
    min-width: 800px;
  }
}
@media (max-width: 1024px) {
  .ant-menu-item {
    font-size: 3em;
  }
  .ant-menu-vertical > .ant-menu-item {
    height: 65px !important;
  }
  .ant-menu-vertical {
    padding-top: 20px !important;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
  }
  .ant-modal-confirm-btns {
    min-width: 100% !important;
  }
  .ant-modal-confirm-btns .ant-btn-primary {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.products_titleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  min-width: 100%;
}
.products_tagWrapper {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.products_tag {
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .products_titleWrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    min-width: 100%;
  }
  .products_tagWrapper {
    margin-top: 20px;
    justify-content: center;
    align-content: center;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .formCustom {
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    animation: fadeIn 4s;
    -webkit-animation: fadeIn 4s;
    -moz-animation: fadeIn 4s;
    -o-animation: fadeIn 4s;
    -ms-animation: fadeIn 4s;
  }
  .formCustom_wrapper {
    margin: 20px 0 0 0;
  }
  .formCustom_mathCheckWrapper {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 800px;
    max-width: 800px;
    min-width: 800px;
  }
  .formCustom_mathCheck {
    width: 590px !important;
    min-width: 590px !important;
    max-width: 590px !important;
  }
  .formCustom_submitButton {
    min-width: 190px !important;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .formCustom {
    max-width: 800px;
    margin: 0px 0 20px 0;
  }
  .formCustom_wrapper {
    margin: 10px 0 0 0;
  }
}
@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
