@font-face {
  font-family: "nk169";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/nk169.otf") format("TrueType"), url("/fonts/nk169.otf") format("TrueType");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/300_NotoSansLight.ttf") format("TrueType"), url("/fonts/300_NotoSansLight.ttf") format("TrueType");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/400_NotoSans_Regular.ttf") format("TrueType"), url("/fonts/400_NotoSans_Regular.ttf") format("TrueType");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/500_NotoSansMedium.ttf") format("TrueType"), url("/fonts/500_NotoSansMedium.ttf") format("TrueType");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/600_NotoSansSemiBold.ttf") format("TrueType"), url("/fonts/600_NotoSansSemiBold.ttf") format("TrueType");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/700_NotoSansBold.ttf") format("TrueType"), url("/fonts/700_NotoSansBold.ttf") format("TrueType");
}
.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.w100 {
  width: 100%;
}

.white {
  color: #fff;
}
.white b {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.underline:hover {
  text-decoration: underline;
}

.transition {
  transition: 0.3s all ease;
}

.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.d_flex.nowrap {
  flex-flow: nowrap;
}

.justify_start {
  justify-content: flex-start;
}

.justify_center {
  justify-content: center;
}

.bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fancybox__caption {
  color: #fff;
}

.before {
  position: relative;
}
.before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.gap25 {
  gap: 25px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 65px;
  background-color: #A60000;
  border-radius: 10px;
  padding: 0 40px;
  position: relative;
  border: 1px solid transparent;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  transition: 0.3s all ease-in;
}
.btn:hover {
  text-decoration: none;
  background-color: #1C0000;
}
.btn:hover:before {
  top: 0;
  left: 0;
}
.btn:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border: 1px solid #1C0000;
  border-radius: inherit;
  transition: 0.3s all ease-in;
}

.breadcrumbs {
  margin-top: 150px;
}
.breadcrumbs li a, .breadcrumbs li span {
  font-size: 16px;
}
.breadcrumbs li:after {
  content: "-";
  position: relative;
  left: -10px;
  font-size: 16px;
}
.breadcrumbs li a {
  margin-right: 10px;
  padding-right: 10px;
}
.breadcrumbs li:last-child:after {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .gap25 {
    gap: 1.3vw;
  }

  .btn {
    font-size: 1.04vw;
    height: 3.39vw;
    border-radius: 0.52vw;
    padding: 0 2.08vw;
  }
  .btn:before {
    top: 0.31vw;
    left: 0.31vw;
  }

  .breadcrumbs {
    margin-top: 7.81vw;
  }
  .breadcrumbs li a, .breadcrumbs li span {
    font-size: 0.83vw;
  }
  .breadcrumbs li:after {
    left: -0.52vw;
    font-size: 0.83vw;
  }
  .breadcrumbs li a {
    margin-right: 0.52vw;
    padding-right: 0.52vw;
  }
}
@media only screen and (max-width: 900px) {
  .d_flex.nowrap {
    flex-flow: wrap;
  }

  .btn {
    font-size: 14px;
    height: 45px;
    border-radius: 5px;
    padding: 0 20px;
  }
  .btn:before {
    top: 2px;
    left: 2px;
  }

  .breadcrumbs {
    margin-top: 90px;
  }
  .breadcrumbs li a, .breadcrumbs li span {
    font-size: 12px;
  }
  .breadcrumbs li:after {
    left: -5px;
    font-size: 12px;
  }
  .breadcrumbs li a {
    margin-right: 5px;
    padding-right: 5px;
  }
}
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Noto Sans", sans-serif;
  box-sizing: border-box;
  color: #fff;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100vw;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  background: #232323;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}

a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s all ease;
  color: #fff;
}
a:hover {
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  padding-left: 105px;
  padding-right: 105px;
  max-width: 1920px;
}

select {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}

svg path {
  transition: 0.3s all ease;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #1a2c0f;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 900px) {
  body {
    overflow: hidden;
    max-width: 100vw;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.fz20 {
  font-size: 20px;
}

.fz26 {
  font-size: 26px;
}

@media only screen and (max-width: 1920px) {
  .fz20 {
    font-size: 1.04vw;
  }

  .fz26 {
    font-size: 1.35vw;
  }
}
@media only screen and (max-width: 900px) {
  .fz20 {
    font-size: 16px;
  }

  .fz26 {
    font-size: 20px;
  }
}
form {
  display: grid;
  gap: 10px;
}
form button {
  color: #fff;
}
form .input_group label {
  color: #0F0E0E;
}
form .input_group textarea,
form .input_group input {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 60px;
  border-radius: 10px;
  padding: 0 20px;
  box-sizing: border-box;
  color: #0F0E0E;
  font-family: "Noto Sans", sans-serif;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
form .input_group textarea {
  padding: 15px 20px;
  height: 150px;
  outline: none;
}
form button.btn {
  width: 100%;
}
form .agree_row {
  margin-top: 10px;
  gap: 10px;
}
form .agree_row input {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
form .agree_row label {
  color: #0F0E0E;
}
form .agree_row label a {
  color: #0F0E0E;
  text-decoration: underline;
}
form .agree_row label a:hover {
  color: red;
}

@media only screen and (max-width: 1920px) {
  form {
    gap: 0.52vw;
  }
  form .input_group textarea,
form .input_group input {
    font-size: 1.04vw;
    height: 3.13vw;
    border-radius: 0.52vw;
    padding: 0 1.04vw;
  }
  form .input_group textarea {
    padding: 0.78vw 1.04vw;
    height: 7.81vw;
  }
  form .agree_row {
    margin-top: 0.52vw;
    gap: 0.52vw;
  }
  form .agree_row input {
    width: 0.83vw;
    height: 0.83vw;
  }
}
@media only screen and (max-width: 900px) {
  form {
    gap: 15px;
  }
  form .input_group {
    width: 100%;
  }
  form .input_group label {
    font-size: 14px;
  }
  form .input_group textarea,
form .input_group input {
    font-size: 16px;
    height: 50px;
    border-radius: 5px;
    padding: 0 15px;
  }
  form .input_group textarea {
    padding: 0.78vw 15px;
    height: 150px;
  }
  form .agree_row {
    margin-top: 15px;
    gap: 10px;
    flex-flow: nowrap !important;
  }
  form .agree_row label, form .agree_row a {
    font-size: 14px;
  }
  form .agree_row input {
    width: 15px;
    height: 15px;
  }
}
.content_seo strong, .content_seo b {
  font-weight: 600 !important;
  color: inherit;
}
.content_seo h2 {
  font-size: 90px;
  color: #A60000;
  letter-spacing: 15px;
  font-family: "nk169", sans-serif;
  margin: 30px 0;
}
.content_seo h3 {
  font-size: 40px;
  color: #D3D3D3;
  line-height: 135%;
  letter-spacing: 2px;
  margin: 30px 0;
}
.content_seo h4 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #D3D3D3;
}
.content_seo h5, .content_seo h5 a {
  font-size: 48px;
  color: #A60000;
  font-family: "nk169", sans-serif;
  margin: 30px 0;
}
.content_seo a.btn {
  margin: 20px auto;
}
.content_seo ul {
  margin: 35px 0;
  padding-left: 35px;
}
.content_seo ul li {
  position: relative;
  padding-left: 70px;
  margin: 25px 0;
}
.content_seo ul li:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/img/li_before.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.content_seo p, .content_seo li, .content_seo a {
  font-size: 24px;
  color: #D3D3D3;
}
.content_seo a {
  text-decoration: underline;
}
.content_seo a:hover {
  color: #A60000;
}
.content_seo a.btn {
  text-decoration: none;
}
.content_seo a.btn:hover {
  color: #fff;
}
.content_seo p {
  line-height: 155%;
  margin: 20px 0;
}
.content_seo .w50 .col-md-6 {
  width: 50% !important;
}
.content_seo .has_bg li:before {
  background-image: url("/img/li_dark.webp");
}
.content_seo .has_bg p, .content_seo .has_bg li {
  color: #0F0E0E;
}
.content_seo .has_bg ul {
  padding-left: 0;
}
.content_seo .has_bg h2 {
  margin-top: 10px;
}
.content_seo .has_bg h5 {
  margin-bottom: 50px;
}
.content_seo .has_bg .col-md-6 {
  padding: 20px 40px;
  border-radius: 10px;
  background: #B9B9B9;
}
.content_seo .btgrid .row {
  display: flex;
  flex-flow: nowrap;
  gap: 50px;
  margin: 30px 0;
}
.content_seo .btgrid .col-md-6 {
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 1920px) {
  .content_seo h2 {
    font-size: 4.69vw;
    letter-spacing: 0.78vw;
    margin: 1.56vw 0;
  }
  .content_seo h3 {
    font-size: 2.08vw;
    letter-spacing: 0.1vw;
    margin: 1.56vw 0;
  }
  .content_seo h4 {
    font-size: 1.67vw;
    margin-bottom: 1.56vw;
  }
  .content_seo h5, .content_seo h5 a {
    font-size: 2.5vw;
    margin: 1.56vw 0;
  }
  .content_seo a.btn {
    margin: 1.04vw auto;
  }
  .content_seo ul {
    margin: 1.82vw 0;
    padding-left: 1.82vw;
  }
  .content_seo ul li {
    padding-left: 3.65vw;
    margin: 1.3vw 0;
  }
  .content_seo ul li:before {
    top: -0.16vw;
    width: 2.08vw;
    height: 2.08vw;
  }
  .content_seo p, .content_seo li, .content_seo a {
    font-size: 1.25vw;
  }
  .content_seo p {
    margin: 1.04vw 0;
  }
  .content_seo .has_bg h2 {
    margin-top: 0.52vw;
  }
  .content_seo .has_bg h5 {
    margin-bottom: 2.6vw;
  }
  .content_seo .has_bg .col-md-6 {
    padding: 1.04vw 2.08vw;
    border-radius: 0.52vw;
  }
  .content_seo .btgrid .row {
    gap: 2.6vw;
    margin: 1.56vw 0;
  }
}
@media only screen and (max-width: 900px) {
  .content_seo h2 {
    font-size: 30px;
    letter-spacing: 2px;
    margin: 25px 0;
  }
  .content_seo h3 {
    font-size: 20px;
    letter-spacing: 0.1vw;
    margin: 1.56vw 0;
  }
  .content_seo h4 {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .content_seo h5, .content_seo h5 a {
    font-size: 24px;
    margin: 20px 0;
  }
  .content_seo a.btn {
    margin: 15px auto;
  }
  .content_seo ul {
    margin: 25px 0;
    padding-left: 0;
  }
  .content_seo ul li {
    padding-left: 30px;
    margin: 15px 0;
  }
  .content_seo ul li:before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .content_seo p, .content_seo li, .content_seo a {
    font-size: 16px;
  }
  .content_seo p {
    margin: 15px 0;
  }
  .content_seo .has_bg .col-md-6 {
    border-radius: 10px;
    padding: 20px;
  }
  .content_seo .w50 .col-md-6 {
    width: 100% !important;
  }
  .content_seo .btgrid .row {
    flex-flow: wrap;
    gap: 20px;
  }
  .content_seo .btgrid .col-md-6 {
    width: 100%;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 999;
}
header .left {
  gap: 60px;
}
header .left a {
  letter-spacing: 2px;
}
header .icon {
  background: #A60000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  justify-content: center;
}

@media only screen and (max-width: 1920px) {
  header {
    padding: 2.08vw 0;
  }
  header .left {
    gap: 3.13vw;
  }
  header .left a {
    letter-spacing: 0.1vw;
  }
  header .icon {
    width: 2.34vw;
    height: 2.34vw;
  }
  header .icon svg {
    height: 1.15vw;
  }
}
@media only screen and (max-width: 900px) {
  header {
    padding: 15px 0;
  }
  header .left {
    gap: 20px;
  }
  header .left .icon {
    width: 40px;
    height: 40px;
  }
  header .left .icon svg {
    height: 20px;
  }
  header .left i {
    display: none;
  }
}
.hero_section {
  min-height: 967px;
  padding-top: 150px;
}
.hero_section h1 {
  text-transform: uppercase;
  font-size: 100px;
  line-height: 115%;
  letter-spacing: 6px;
  font-family: "nk169", sans-serif;
}

@media only screen and (max-width: 1920px) {
  .hero_section {
    min-height: 50.36vw;
    padding-top: 7.81vw;
  }
  .hero_section .inner img {
    width: 27.97vw;
  }
  .hero_section h1 {
    font-size: 5.21vw;
    letter-spacing: 0.31vw;
  }
}
@media only screen and (max-width: 900px) {
  .hero_section {
    padding: 100px 0 75px;
  }
  .hero_section .inner {
    flex-direction: column;
  }
  .hero_section .inner img {
    width: 80%;
    max-width: 400px;
  }
  .hero_section h1 {
    margin-top: 20px;
    font-size: 30px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #111;
  }
}
footer {
  background: #0F0E0E;
  margin-top: 150px;
}
footer .inner {
  min-height: 420px;
}
footer .footer_image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
footer .icon {
  background: #EBEBEB;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  justify-content: center;
}
footer .rights {
  padding: 30px 0;
  border-top: 1px solid red;
}
footer .rights p, footer .rights a {
  color: #EBEBEB;
}

@media only screen and (max-width: 1920px) {
  footer {
    margin-top: 7.81vw;
  }
  footer .inner {
    min-height: 21.88vw;
  }
  footer .icon {
    width: 2.34vw;
    height: 2.34vw;
  }
  footer .icon svg {
    height: 1.15vw;
  }
  footer .right img {
    width: 10.94vw;
  }
  footer .footer_image {
    width: 17.34vw;
  }
  footer .rights {
    padding: 1.56vw 0;
  }
}
@media only screen and (max-width: 900px) {
  footer {
    margin-top: 120px;
  }
  footer .inner {
    flex-direction: column !important;
    gap: 50px;
    padding: 320px 0 60px;
    position: relative;
  }
  footer .icon {
    width: 40px;
    height: 40px;
  }
  footer .icon svg {
    height: 20px;
  }
  footer .left .mt60 {
    margin-top: 20px;
  }
  footer .right img {
    width: 200px;
  }
  footer .right p {
    text-align: center;
    font-size: 24px;
  }
  footer .footer_image {
    width: 200px;
    top: 60px;
  }
  footer .rights {
    padding: 20px 0;
  }
}
.modal_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.modal_form.open {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.modal_form.open .inner {
  top: 0;
}
.modal_form .inner {
  top: 100px;
  background: #B9B9B9;
  padding: 30px 40px;
  border-radius: 10px;
  width: 800px;
}
.modal_form .inner .title {
  font-family: "nk169", sans-serif;
  font-size: 45px;
  letter-spacing: 4px;
  color: #A60000;
}
.modal_form .close_modal {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.modal_form .close_modal:hover img {
  transform: rotate(90deg);
}

@media only screen and (max-width: 1920px) {
  .modal_form .inner {
    padding: 1.56vw 2.08vw;
    border-radius: 0.52vw;
    width: 41.67vw;
  }
  .modal_form .inner .title {
    font-size: 2.34vw;
    letter-spacing: 0.21vw;
  }
  .modal_form .close_modal {
    top: 1.56vw;
    right: 2.08vw;
  }
  .modal_form .close_modal img {
    width: 1.72vw;
  }
}
@media only screen and (max-width: 900px) {
  .modal_form {
    overflow-y: scroll;
    padding: 60px 0;
  }
  .modal_form .inner {
    padding: 20px 20px;
    border-radius: 10px;
    width: 100%;
  }
  .modal_form .inner .title {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .modal_form .close_modal {
    top: 20px;
    right: 20px;
  }
  .modal_form .close_modal img {
    width: 20px;
  }
}
