@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Bold.woff2") format("woff2"), url("../fonts/Lexend-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-ExtraBold.woff2") format("woff2"), url("../fonts/Lexend-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Medium.woff2") format("woff2"), url("../fonts/Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-ExtraLight.woff2") format("woff2"), url("../fonts/Lexend-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Light.woff2") format("woff2"), url("../fonts/Lexend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Regular.woff2") format("woff2"), url("../fonts/Lexend-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Book";
  src: url("../fonts/SVN-BookAntiquaitalic.woff2") format("woff2"), url("../fonts/SVN-BookAntiquaitalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Book";
  src: url("../fonts/SVN-BookAntiquabold.woff2") format("woff2"), url("../fonts/SVN-BookAntiquabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Thin.woff2") format("woff2"), url("../fonts/Lexend-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-SemiBold.woff2") format("woff2"), url("../fonts/Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Book";
  src: url("../fonts/SVN-BookAntiqua.woff2") format("woff2"), url("../fonts/SVN-BookAntiqua.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Linux";
  src: url("../fonts/SVN-LinuxLibertinebold.woff2") format("woff2"), url("../fonts/SVN-LinuxLibertinebold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Linux";
  src: url("../fonts/SVN-LinuxLibertine.woff2") format("woff2"), url("../fonts/SVN-LinuxLibertine.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Linux";
  src: url("../fonts/SVN-LinuxLibertineitalic.woff2") format("woff2"), url("../fonts/SVN-LinuxLibertineitalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Linux";
  src: url("../fonts/SVN-LinuxLibertinebolditalic.woff2") format("woff2"), url("../fonts/SVN-LinuxLibertinebolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Black.woff2") format("woff2"), url("../fonts/Lexend-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.svn-linux {
  font-family: "SVN-Linux";
}

.lexend {
  font-family: "Lexend";
}

.svn-book {
  font-family: "SVN-Book";
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.text-shadow {
  text-shadow: 0px 2px 10px #FFEC8F;
}

.box-shadow {
  box-shadow: 0px 0px 8.11px 0px rgba(0, 0, 0, 0.2509803922);
}

/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, p,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
  line-height: normal;
  color: #012934;
}
a:hover, a:focus {
  text-decoration: none;
}

button, input[type=submit] {
  cursor: pointer;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000000;
  font-size: 20px;
  line-height: 1.3 !important;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.active-hidden {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline !important;
}
body h1, body h2, body h3, body h4, body h5 h6 {
  line-height: 1.35 !important;
}
body p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body p {
    margin-bottom: 10px;
  }
}
body p:last-child {
  margin-bottom: 0;
}

.container {
  max-width: 1240px !important;
  padding: 0 20px;
  margin: 0 auto;
  width: 100% !important;
}
@media (max-width: 1364px) {
  .container {
    max-width: 100% !important;
    padding: 0 80px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

/*======================================== end config =================================*/
.padd-main {
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .padd-main {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 40px 0;
  }
}

.title {
  color: #B30051;
  font-weight: 900;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.title span {
  position: relative;
  display: inline-flex;
  padding-bottom: 12px;
}
.title span:after {
  content: "";
  width: 140px;
  height: 3px;
  background: #B30051;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: calc(50% - 70px);
}

@media (max-width: 767px) {
  .maps {
    position: relative;
    left: -20px;
    width: calc(100% + 40px) !important;
  }
}
.maps iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .maps iframe {
    height: 220px;
    position: relative;
  }
}

.slide-member .swiper-pagination {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 1023px) {
  .slide-member .swiper-pagination {
    gap: 8px;
    margin-top: 24px;
  }
}
.slide-member .swiper-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: #D9D9D9;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
@media (max-width: 1023px) {
  .slide-member .swiper-pagination span {
    width: 10px;
    height: 10px;
  }
}
.slide-member .swiper-pagination span.swiper-pagination-bullet-active {
  background: #B30051;
}

.form-register .item-frm {
  margin-bottom: 12px;
  color: #808080;
}
.form-register .item-frm:last-child {
  margin-bottom: 0;
}
.form-register .item-frm .txt_field {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  padding: 0 16px;
  font-style: italic;
  border: 1px solid #B3B3B3;
  color: #000000;
}
@media (max-width: 767px) {
  .form-register .item-frm .txt_field {
    height: 40px;
  }
}
.form-register .item-frm .txt_field::placeholder {
  color: #808080;
}
.form-register .item-frm .btn_field {
  color: #fff;
  background: #3C77D3;
  border-radius: 10px;
  font-weight: bold;
  width: 130px;
  height: 60px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .form-register .item-frm .btn_field {
    height: 40px;
    font-size: 20px;
    width: 100px;
  }
}

@media (max-width: 1200px) {
  .item-quess img {
    width: 20px;
  }
}
@media (max-width: 1023px) {
  .item-quess img {
    width: 16px;
  }
}
@media (max-width: 767px) {
  .item-quess img {
    width: 10px;
  }
}

footer {
  border-top: 40px solid #B30051;
}
@media (max-width: 767px) {
  footer {
    border-top: 10px solid #B30051;
  }
}

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