#header {
  position: relative;
}
#header .img_header {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
}
#header .pos_rel {
  position: relative;
}

footer {
  max-height: 90px;
  border-top: 1px solid #FFE000;
  width: 100%;
  display: flex;
}
@media (max-width: 760px) {
  footer {
    max-width: unset;
    flex-wrap: wrap;
  }
}
footer .footer-left {
  flex-basis: 50%;
  order: 0;
}
@media (max-width: 760px) {
  footer .footer-left {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
}
footer .footer-left .footer-img {
  max-height: 70px;
  margin-top: 15px;
}
@media screen and (max-width: 505px) {
  footer .footer-left .footer-img {
    max-height: 55px;
  }
}
@media screen and (max-width: 425px) {
  footer .footer-left .footer-img {
    max-height: 50px;
  }
}
footer .footer-right {
  margin: 15px 15px 15px auto;
  width: max-content;
  flex-basis: 50%;
  order: 1;
}
@media (max-width: 760px) {
  footer .footer-right {
    flex-basis: 100%;
  }
}
footer .footer-right .footer-info {
  margin: auto 5px auto auto;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 760px) {
  footer .footer-right .footer-info {
    justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  footer .footer-right .footer-info {
    margin: auto 2px auto 0px;
    padding: unset;
  }
}
@media screen and (max-width: 375px) {
  footer .footer-right .footer-info {
    margin: auto 2px auto 0px;
  }
}
footer .footer-right .footer-info .footer-icon {
  text-align: right;
  flex-basis: auto;
}
footer .footer-right .footer-info .footer-icon a {
  margin: auto auto auto 15px;
}
@media (max-width: 505px) {
  footer .footer-right .footer-info .footer-icon a {
    margin: auto auto auto 5px;
  }
}
footer .footer-right .footer-info .footer-icon a img {
  max-height: 39px;
  max-width: 39px;
  height: 39px;
}
@media (max-width: 505px) {
  footer .footer-right .footer-info .footer-icon a img {
    max-height: 30px;
    max-width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 425px) {
  footer .footer-right .footer-info .footer-icon a img {
    max-height: 20px;
    max-width: 20px;
    height: 20px;
  }
}
footer .footer-right .footer-info .footer-icon a img:hover {
  transform: scale(1.08);
}
footer .footer-right .footer-info .footer-phone {
  text-align: right;
  margin-right: 1px;
}
footer .footer-right .footer-info .footer-phone a {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  color: black;
}
@media screen and (max-width: 505px) {
  footer .footer-right .footer-info .footer-phone a {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  footer .footer-right .footer-info .footer-phone a {
    font-size: 10px;
  }
}
footer .footer-right .footer-copyright {
  margin-top: 5px;
  flex-wrap: nowrap;
  font-size: 10px;
  color: #939393;
  text-align: right;
}
@media (max-width: 760px) {
  footer .footer-right .footer-copyright {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  footer .footer-right .footer-copyright {
    font-size: 9px;
  }
}
footer .footer-right .footer-copyright a {
  color: #939393;
}
@media screen and (max-width: 425px) {
  footer .footer-right .footer-copyright a {
    font-size: 10px;
  }
}

.index_back_img {
  width: 100%;
  height: auto;
  z-index: -2;
}

.page__login {
  position: absolute;
  width: 100%;
  top: 100px;
}
.page__login .col {
  margin: auto;
  max-width: 400px;
  width: 479px;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}
.page__login .col .btn_v1 {
  height: 49px;
  width: 240px;
  background: #ffe000;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
  color: #303030;
  text-decoration: none;
  display: flex;
  margin: 30px auto 50px auto;
  justify-content: center;
  align-items: center;
}
.page__login .col .page_heading {
  margin: 0 auto;
  text-align: center;
  width: max-content;
  padding: 60px 0;
  height: 33px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #303030;
}
.page__login .col .form-group {
  text-align: left !important;
  margin: 5px 30px;
}
.page__login .col .form-group .placeholder {
  font-size: 15px;
  margin-bottom: 19px;
}
.page__login .col .form-group .input_v1 {
  background: #fff;
  padding: 14px 20px;
  width: 100%;
  color: #81858d;
  font-family: Open Sans;
  border: 1px solid #303030;
  box-sizing: border-box;
}

.wrap_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 25px;
}
.wrap_1 .module {
  flex-basis: 46%;
  min-width: 550px;
}
.wrap_1 .module .parent {
  margin: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  height: 230px;
  align-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  flex-basis: 40%;
  display: flex;
  padding-right: 20px;
}
.wrap_1 .module .img {
  margin: auto 50px;
}
.wrap_1 .module .text {
  color: #000;
}
.wrap_1 .module .text span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}
.wrap_1 .module .children {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrap_1 .module .children .module {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  padding: 5px 0;
}
.wrap_1 .module .children .text {
  padding-right: 10px;
  padding-left: 170px;
}
.wrap_1 .module .children .text span {
  font-size: 20px;
}

.wrap_2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.wrap_2 a {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  color: #000;
  padding: 10px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 33px;
}

.page__custom .delivery_of_payment {
  display: flex;
  justify-content: space-between;
}
.page__custom .delivery_of_payment .item {
  flex-basis: calc(50% - 80px);
}
@media (max-width: 1100px) {
  .page__custom .delivery_of_payment {
    flex-wrap: wrap;
  }
  .page__custom .delivery_of_payment .item {
    flex-basis: 100%;
  }
}

.youtube_video {
  width: 800px;
  height: 500px;
  margin: 50px auto;
}
.youtube_video iframe {
  width: 100%;
  height: 100%;
}

.page_heading {
  width: 340px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #303030;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.page_content {
  font-family: Georgia, serif !important;
}
.page_content p {
  font-family: Georgia, serif !important;
}
.page_content span {
  font-family: Georgia, serif !important;
}

.btn_module {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.btn_module span {
  width: 200px;
  height: 19px;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #303030;
  margin-left: 10px;
}

body {
  font-family: "Montserrat", sans-serif !important;
  background: #fff;
  margin: unset;
}

.body {
  min-height: calc(100vh - 130px);
}

span, p, b, div, h1, h2, h3, h4, h5, h6, li {
  font-family: "Montserrat", sans-serif !important;
}

.wrap_1 {
  margin: 0 2vw;
}

.wrap_2 {
  margin: 0 10px;
  max-width: 1600px;
}
@media (min-width: 576px) {
  .wrap_2 {
    margin: 0 4vw;
  }
}
@media (min-width: 1700px) {
  .wrap_2 {
    margin: auto;
  }
}

.wrap_3 {
  margin: 0 10%;
}
@media (min-width: 768px) {
  .wrap_3 {
    margin: 0 6vw;
  }
}
@media (min-width: 1300px) {
  .wrap_3 {
    max-width: 1200px;
    margin: auto;
  }
}

a {
  text-decoration: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=radio]:not(:checked) + span:before {
  border: 2px #cdb713 solid;
}
input[type=radio]:checked + span:after {
  background: #6946EA;
  border: 2px #6946EA solid;
}

input[type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
  border: 2px solid #cdb713;
}
input[type=checkbox].filled-in:checked + span:not(.lever):after {
  border: 2px solid #6946EA;
  background-color: #6946EA;
}

.point_events_none {
  pointer-events: none;
}

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