@font-face {
  font-family: drunkCry-medium;
  src: url(../fonts/DrukCyr-Medium.woff);
  font-weight: 400;
  line-height: normal;
}
@font-face {
  font-family: gilroy-medium;
  src: url(../fonts/Gilroy-Medium.woff);
  font-weight: 400;
  line-height: normal;
}
@font-face {
  font-family: gilroy-regular;
  src: url(../fonts/Gilroy-Regular.woff);
  font-weight: 400;
  line-height: normal;
}
* {
  font-family: gilroy-medium;
  cursor: none !important;
}

html {
  scroll-behavior: smooth;
}

.button__setting button {
  font-size: 18px;
  font-family: gilroy-medium;
  background: #212121;
  color: #ffffff;
  cursor: none;
  padding: 12px 24px;
  border-radius: 24px;
  transition: 0.3s;
}
.button__setting button:hover {
  transition: 0.3s;
  background: #E41013;
}
.button__setting.__config-two button {
  background: #E41013;
}
.button__setting.__config-two button:hover {
  background: #212121;
}
@media only screen and (max-width: 1439px) {
  .button__setting button {
    font-size: 15px;
  }
}

body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background-color: #212121; /* color of the scroll thumb */
}

h3 {
  display: flex;
  align-items: center;
  font-size: 64px;
  line-height: 54px;
  font-family: drunkCry-medium;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1439px) {
  h3 {
    font-size: 52px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  h3 {
    font-size: 42px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    white-space: nowrap;
    position: relative;
  }
  h3 span:nth-child(2) {
    position: absolute;
    right: 27px;
    bottom: -30px;
  }
}
h3 span {
  font-size: 64px;
  line-height: 54px;
  font-family: drunkCry-medium;
}
@media only screen and (max-width: 1439px) {
  h3 span {
    font-size: 52px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  h3 span {
    font-size: 42px;
    line-height: 32px;
  }
}
h3 span.line {
  display: block;
  width: 40px;
  height: 4px;
  background: #212121;
  margin: 0 16px;
  margin-top: 6px;
}

#scrollTop {
  position: fixed;
  z-index: 4;
  right: 32px;
  bottom: -102px;
  cursor: none;
  background: #212121;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
#scrollTop:hover {
  transition: 0.3s;
  background: #E41013;
}
#scrollTop.__shadow {
  bottom: 32px;
  transition: 0.3s;
}
#scrollTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 1023px) {
  .mouse {
    display: none;
  }
}

.cursor, .aura {
  position: fixed;
  border-radius: 100%;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 100;
}

#cursor {
  width: 8px;
  height: 8px;
  background-color: rgba(21, 11, 11, 0.6);
  will-change: transform;
}

#aura {
  width: 46px;
  height: 46px;
  margin-top: -20px;
  margin-left: -20px;
  border: 1px solid rgba(33, 33, 33, 0.83);
  background-color: rgba(26, 26, 26, 0.697);
  transform: translate(5px 5px);
  transition: 0.02s;
  will-change: transform;
  filter: contrast(1);
}

.mouse {
  transition: 0.3s;
}
.mouse #cursor, .mouse #aura {
  transition: transform 0.4s, width 0.4s, height 0.4s;
}

.mouse-hidden #cursor, .mouse-hidden #aura {
  transition: 0.3s;
  transform: scale(0);
}

.mouse-click #cursor, .mouse-click #aura {
  transition: 0.4s;
  transform: scale(1.3);
}

.mouse-hover #cursor {
  width: 3px;
  height: 3px;
}
.mouse-hover #aura {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -14px;
}

header {
  padding: 16px;
}
header .header__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
  header .header__content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__content {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  header .header__content {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1023px) {
  header .button__setting {
    display: none;
  }
}
header .header__navigation {
  display: flex;
  column-gap: 32px;
}
@media only screen and (max-width: 1023px) {
  header .header__navigation {
    display: none;
  }
}
header .header__navigation li {
  overflow: hidden;
  height: 30px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  header .header__navigation li {
    font-size: 14px;
    height: 25px;
  }
}
header .header__navigation li::after {
  width: 100%;
  left: -100%;
  right: 0;
  bottom: 5px;
  transition: 0.2s;
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background: #212121;
}
header .header__navigation li:hover::after {
  left: 0px;
  transition: 0.2s;
}
header .logo {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 1439px) {
  header .logo {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  header .logo {
    width: 74px;
    height: 74px;
  }
}
header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .logo img:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 1023px) {
  header .header__content.__burger-open .burger__menu .burger__toggle {
    z-index: 6;
    position: fixed;
    top: 24px;
    right: 60px;
    cursor: none;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  header .header__content.__burger-open .burger__menu .burger__toggle {
    right: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__content.__burger-open .burger__menu .burger__toggle img:first-child {
    display: none;
  }
  header .header__content.__burger-open .burger__menu .burger__toggle img:last-child {
    display: block;
  }
  header .header__content.__burger-open .logo {
    width: 65px;
    height: 65px;
    margin-top: 5px;
    margin-left: 5px;
    position: fixed;
    top: 24px;
    left: 60px;
    z-index: 6;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  header .header__content.__burger-open .logo {
    left: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  header .header__content.__burger-open .logo img:nth-child(1) {
    display: none;
  }
  header .header__content.__burger-open .logo img:nth-child(2) {
    z-index: 6;
    display: flex;
    position: relative;
    transition: 0.4s;
  }
  header .header__content.__burger-open .burger__content {
    display: flex;
  }
  header .header__content.__burger-open .box-info {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 16px;
  }
  header .header__content.__burger-open .box-info .item p {
    font-family: gilroy-regular;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
  }
  header .header__content.__burger-open .box-info .item p:nth-child(1) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #727272;
    font-size: 18px;
    line-height: 22px;
  }
  header .header__content.__burger-open .soc-info {
    margin-top: 42px;
  }
  header .header__content.__burger-open .soc-info p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 16px;
  }
  header .header__content.__burger-open .soc-info .vectors {
    width: 67px;
    height: 67px;
  }
  header .header__content.__burger-open .soc-info .vectors img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.burger__menu {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .burger__menu {
    display: flex;
  }
}
.burger__menu .burger__toggle {
  cursor: none;
}
.burger__menu .burger__toggle img:last-child {
  display: none;
}
.burger__menu .burger__content {
  position: fixed;
  inset: 0;
  background: #212121;
  z-index: 5;
  display: none;
}
.burger__menu .burger__content .burger__content-control {
  overflow-y: scroll;
  width: 100%;
  padding: 0 60px;
  padding-bottom: 64px;
  margin: 140px auto 0;
}
.burger__menu .burger__content .burger__content-control::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .burger__menu .burger__content .burger__content-control {
    padding: 0 24px;
  }
}
.burger__menu .burger__navigation {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.burger__menu .burger__navigation li a {
  color: #ffffff;
}
.burger__menu .burger__navigation li a:hover {
  color: #FF7072;
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bounceInLeft:nth-child(1n+3) {
  animation-duration: 1.2s;
}
.bounceInLeft:nth-child(2n+2) {
  animation-duration: 0.8s;
}
.bounceInLeft:nth-child(2n+3) {
  animation-duration: 1.1s;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.first-section {
  margin-top: 16px;
}
.first-section .content {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  height: 933px;
  overflow: hidden;
  border-radius: 46px;
  padding: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}
@media only screen and (max-width: 1439px) {
  .first-section .content {
    max-width: 960px;
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    padding: 0px;
    height: auto;
    row-gap: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .first-section .content {
    max-width: 650px;
    height: unset;
    padding: 0px;
    overflow: unset;
    border-radius: unset;
  }
}
@media only screen and (max-width: 767px) {
  .first-section .content {
    max-width: 350px;
  }
}
.first-section .content .symbols-title .symbols__vectors {
  display: flex;
}
.first-section .content .symbols-title .symbols__vectors div {
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1023px) {
  .first-section .content .symbols-title .symbols__vectors div {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .first-section .content .symbols-title .symbols__vectors div {
    width: 36px;
    height: 36px;
  }
}
.first-section .content .symbols-title .symbols__vectors div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.first-section .content .symbols-title p {
  margin-top: 4px;
  color: #E41013;
  font-size: 30px;
  font-family: drunkCry-medium;
  font-style: italic;
  letter-spacing: 20px;
}
@media only screen and (max-width: 1023px) {
  .first-section .content .symbols-title p {
    font-size: 20px;
    letter-spacing: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .first-section .content .symbols-title p {
    font-size: 16px;
    letter-spacing: 8.4px;
  }
}
.first-section .content .image {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.first-section .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .first-section .content .image {
    border-radius: 25px;
    position: relative;
  }
}
.first-section .content .block, .first-section .content .block-info {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1439px) {
  .first-section .content .block {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 16.5%;
    top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .first-section .content .block {
    position: relative;
    left: unset;
    top: unset;
  }
}
.first-section .content .block-info {
  display: flex;
  flex-direction: column;
  row-gap: 62px;
}
@media only screen and (max-width: 1439px) {
  .first-section .content .block-info {
    row-gap: 32px;
    text-align: center;
  }
}
.first-section .content .block-info .description {
  font-size: 20px;
  line-height: 24px;
  color: #141414;
}
@media only screen and (max-width: 767px) {
  .first-section .content .block-info .description {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .first-section .content .block-info .button__setting button {
    padding: 20px 10px;
    width: 100%;
    border-radius: 30px;
  }
}

.swiper-section {
  margin-top: 80px;
  width: 100%;
}
.swiper-section.__gallery {
  display: none;
}
@media only screen and (max-width: 767px) {
  .swiper-section.__gallery {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
  .swiper-section.__gallery h3 {
    margin-bottom: 42px;
  }
  .swiper-section.__gallery .button__setting {
    margin-top: 32px;
  }
  .swiper-section.__gallery .button__setting button {
    width: 100%;
    padding: 18px 0;
    text-align: center;
  }
  .swiper-section.__gallery .mySwiper {
    height: 239px;
  }
  .swiper-section.__gallery .swiper-slide div {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .swiper-section.__gallery .swiper-slide div {
    height: 208px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-section.__gallery .swiper-slide div img {
    width: auto;
    object-fit: contain;
  }
}
.swiper-section .swiper-slide div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
}
@media only screen and (max-width: 1439px) {
  .swiper-section .swiper-slide div {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .swiper-section .swiper-slide div {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-section .swiper-slide div {
    max-width: 350px;
    height: 196px;
  }
}
.swiper-section .swiper-slide div img {
  object-position: 0 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
@media only screen and (max-width: 1439px) {
  .swiper-section .swiper-slide div img {
    object-position: 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-section .swiper-slide div img {
    border-radius: 22px;
    object-fit: contain;
  }
}
.swiper-section .mySwiper {
  height: 850px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .swiper-section .mySwiper {
    height: 590px;
  }
}
@media only screen and (max-width: 1023px) {
  .swiper-section .mySwiper {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-section .mySwiper {
    height: 225px;
  }
}
.swiper-section .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1023px) {
  .swiper-section .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper-section .swiper-pagination .swiper-pagination-bullet-active {
  background: #E41013;
  margin-top: 5px;
}
.swiper-section .swiper-arrow__control {
  position: relative;
  top: -50%;
  z-index: 2;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
  .swiper-section .swiper-arrow__control {
    max-width: 900px;
    top: -52%;
  }
}
@media only screen and (max-width: 1023px) {
  .swiper-section .swiper-arrow__control {
    display: none;
  }
}
.swiper-section .swiper-arrow__control .swiper-button-next, .swiper-section .swiper-arrow__control .swiper-button-prev {
  transition: 0.2s;
  opacity: 1;
}
.swiper-section .swiper-arrow__control .swiper-button-next::after, .swiper-section .swiper-arrow__control .swiper-button-prev::after {
  content: none;
}
.swiper-section .swiper-arrow__control .swiper-button-next img, .swiper-section .swiper-arrow__control .swiper-button-prev img {
  min-width: 60px;
  min-height: 60px;
  object-fit: contain;
}
@media only screen and (max-width: 1439px) {
  .swiper-section .swiper-arrow__control .swiper-button-next img, .swiper-section .swiper-arrow__control .swiper-button-prev img {
    min-width: 45px;
    min-height: 45px;
  }
}
.swiper-section .swiper-arrow__control .swiper-button-disabled {
  opacity: 0;
  transition: 0.2s;
}

.directions-section {
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 46px;
  width: 100%;
  padding: 64px 0;
  background: #212121;
}
@media only screen and (max-width: 1439px) {
  .directions-section {
    padding: 42px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .directions-section {
    margin-top: 80px;
  }
}
.directions-section .directions__content {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 1439px) {
  .directions-section .directions__content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .directions-section .directions__content {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .directions-section .directions__content {
    max-width: 350px;
  }
}
.directions-section .directions__content h3 {
  color: #ffffff;
}
.directions-section .directions__list {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .directions-section .directions__list {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .directions-section .directions__list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.directions-section .directions__list .box {
  border-radius: 32px;
  padding: 32px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .directions-section .directions__list .box {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .directions-section .directions__list .box {
    padding: 30px;
  }
}
.directions-section .directions__list .box::after, .directions-section .directions__list .box::before {
  width: 100%;
  height: 60px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 28px;
  opacity: 0.7;
}
.directions-section .directions__list .box::after {
  top: 0;
  border-top: 1px solid white;
}
.directions-section .directions__list .box::before {
  bottom: 0;
  border-bottom: 1px solid white;
}
.directions-section .directions__list .box p {
  margin-top: 16px;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (max-width: 1439px) {
  .directions-section .directions__list .box p {
    font-size: 16px;
    line-height: 20px;
  }
}

.principle-section {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .principle-section {
    margin-top: 80px;
  }
}
.principle-section .principle__content {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 1439px) {
  .principle-section .principle__content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .principle-section .principle__content {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .principle-section .principle__content {
    max-width: 350px;
  }
}
.principle-section h3 {
  color: #141414;
  font-family: drunkCry-medium;
  display: flex;
  align-items: center;
}
.principle-section h3 span {
  display: block;
  font-family: drunkCry-medium;
}
.principle-section h3 span:nth-child(2) {
  color: #E41013;
}
.principle-section .principle__list {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .principle-section .principle__list {
    margin-top: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .principle-section .principle__list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.principle-section .box {
  border-radius: 32px;
  padding: 32px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .principle-section .box {
    padding: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .principle-section .box {
    padding: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .principle-section .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding: 30px;
  }
  .principle-section .box h5 {
    order: 1;
    width: 160%;
  }
  .principle-section .box h6 {
    order: 2;
    text-align: right;
  }
  .principle-section .box p {
    order: 3;
    grid-column: 2 span;
  }
}
.principle-section .box::after, .principle-section .box::before {
  width: 100%;
  height: 60px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 28px;
  opacity: 0.7;
}
.principle-section .box::after {
  top: 0;
  border-top: 1px solid #212121;
}
.principle-section .box::before {
  bottom: 0;
  border-bottom: 1px solid #212121;
}
.principle-section .box h6 {
  text-align: right;
  font-family: drunkCry-medium;
  font-size: 42px;
}
@media only screen and (max-width: 1439px) {
  .principle-section .box h6 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1023px) {
  .principle-section .box h6 {
    font-size: 28px;
  }
}
.principle-section .box h5 {
  font-size: 26px;
}
@media only screen and (max-width: 1439px) {
  .principle-section .box h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1023px) {
  .principle-section .box h5 {
    font-size: 18px;
  }
}
.principle-section .box p {
  font-family: gilroy-regular;
  font-weight: 500;
  margin-top: 16px;
  color: #141414;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 1439px) {
  .principle-section .box p {
    font-size: 16px;
    line-height: 20px;
  }
}

.students-section {
  background: #212121;
  margin-top: 100px;
  border-radius: 46px;
  padding: 64px 0;
}
@media only screen and (max-width: 1439px) {
  .students-section {
    padding: 42px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .students-section {
    margin-top: 80px;
  }
}
.students-section .line {
  background: #ffffff;
}
.students-section .students__content {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 1439px) {
  .students-section .students__content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .students-section .students__content {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .students-section .students__content {
    max-width: 350px;
  }
}
.students-section .students__content h3 {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .students-section .students__content h3 span:nth-child(2) {
    right: 40px;
  }
}
.students-section .students__list {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .students-section .students__list {
    margin-top: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .students-section .students__list {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.students-section .students__list .box {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.students-section .students__list .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
@media only screen and (max-width: 767px) {
  .students-section .students__list .box img {
    width: 350px;
    object-fit: contain;
  }
  .students-section .students__list .box img:nth-child(2) {
    display: none;
  }
}
.students-section .students__list .box p {
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .students-section .students__list .box p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .students-section .students__list .box p {
    font-size: 18px;
    line-height: 22px;
  }
}
.students-section .students__list .box img {
  height: auto;
}
.students-section .students__list .box._images img {
  height: auto;
}

.training-section {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .training-section {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .training-section {
    margin-top: 130px;
  }
}
.training-section .training__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .training-section .training__content h3 {
    position: absolute;
    top: -65px;
  }
}
@media only screen and (max-width: 1439px) {
  .training-section .training__content {
    max-width: 960px;
    column-gap: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .training-section .training__content {
    max-width: 650px;
    column-gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .training-section .training__content {
    max-width: 350px;
    flex-direction: column;
  }
}
.training-section .training__content .box-image {
  max-width: 560px;
}
.training-section .training__content .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
@media only screen and (max-width: 767px) {
  .training-section .training__content .box-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.training-section .training__content .box {
  max-width: 550px;
}
@media only screen and (max-width: 1439px) {
  .training-section .training__content .box {
    max-width: 450px;
  }
}
.training-section .training__content .box ul {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .training-section .training__content .box ul {
    row-gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .training-section .training__content .box ul {
    row-gap: 24px;
  }
}
.training-section .training__content .box ul li {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: start;
  column-gap: 16px;
}
@media only screen and (max-width: 1439px) {
  .training-section .training__content .box ul li {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .training-section .training__content .box ul li {
    font-size: 18px;
    line-height: 24px;
    font-family: gilroy-regular;
    align-items: center;
  }
}
.training-section .training__content .box ul li::before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  display: block;
  border-radius: 50%;
  background: #212121;
}
.training-section .training__content .box .button__setting {
  margin-top: 32px;
}
.training-section .training__content .box .button__setting button {
  padding: 16px 42px;
}
@media only screen and (max-width: 1023px) {
  .training-section .training__content .box .button__setting {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .training-section .training__content .box .button__setting {
    text-align: center;
    margin-top: 32px;
  }
  .training-section .training__content .box .button__setting button {
    width: 100%;
    padding: 18px 0;
  }
}

.teach-block {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 32px;
  padding: 42px 0;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .teach-block {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .teach-block {
    margin-top: 80px;
    max-width: 650px;
    padding: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .teach-block {
    max-width: 350px;
    padding: 30px;
  }
}
.teach-block::after, .teach-block::before {
  width: 100%;
  height: 60px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 28px;
  opacity: 0.7;
}
.teach-block::after {
  top: 0;
  border-top: 1px solid #212121;
}
.teach-block::before {
  bottom: 0;
  border-bottom: 1px solid #212121;
}
.teach-block p {
  text-align: center;
  max-width: 800px;
  font-family: gilroy-regular;
  font-weight: 500;
  margin: 0 auto;
  color: #141414;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (max-width: 1023px) {
  .teach-block p {
    font-size: 18px;
    line-height: 22px;
  }
}

.about-section {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .about-section {
    margin-top: 130px;
  }
}
.about-section .about__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: 100px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .about-section .about__content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section .about__content {
    max-width: 650px;
    column-gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about__content {
    max-width: 350px;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about__content h3 {
    position: absolute;
    top: -65px;
  }
}
.about-section .about__content .box {
  max-width: 600px;
}
.about-section .about__content .box-image {
  max-width: 600px;
}
@media only screen and (max-width: 1439px) {
  .about-section .about__content .box-image {
    max-width: 500px;
  }
}
.about-section .about__content .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .about__content ul {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .about-section .about__content ul {
    row-gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about__content ul {
    row-gap: 24px;
  }
}
.about-section .about__content ul li {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: start;
  column-gap: 16px;
}
@media only screen and (max-width: 1439px) {
  .about-section .about__content ul li {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section .about__content ul li {
    font-size: 18px;
    line-height: 24px;
    font-family: gilroy-regular;
    align-items: center;
  }
}
.about-section .about__content ul li::before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  display: block;
  border-radius: 50%;
  background: #212121;
}

.gallery-section {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .gallery-section {
    margin-top: 80px;
  }
}
.gallery-section .gallery__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .gallery-section .gallery__content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .gallery-section .gallery__content {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-section .gallery__content {
    max-width: 350px;
    display: none;
  }
}
.gallery-section .gallery__content .gallery__grid {
  width: 100%;
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
}
@media only screen and (max-width: 1023px) {
  .gallery-section .gallery__content .gallery__grid {
    margin-top: 42px;
  }
}
.gallery-section .gallery__content .gallery__grid .box {
  height: 400px;
}
.gallery-section .gallery__content .gallery__grid .box:nth-child(1), .gallery-section .gallery__content .gallery__grid .box:nth-child(7) {
  grid-column: 2 span;
}
.gallery-section .gallery__content .gallery__grid .box:nth-child(8) {
  grid-column: 3 span;
  height: auto;
}
.gallery-section .gallery__content .gallery__grid .box:nth-child(8) img {
  object-fit: contain;
}
@media only screen and (max-width: 1439px) {
  .gallery-section .gallery__content .gallery__grid .box {
    height: 250px;
  }
}
@media only screen and (max-width: 1023px) {
  .gallery-section .gallery__content .gallery__grid .box {
    height: 180px;
  }
}
.gallery-section .gallery__content .gallery__grid .box img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-section .gallery__content .button__setting {
  display: flex;
  justify-content: center;
}
.gallery-section .gallery__content .button__setting button {
  margin-top: 52px;
  padding: 16px 90px;
}
@media only screen and (max-width: 1023px) {
  .gallery-section .gallery__content .button__setting button {
    margin-top: 32px;
  }
}

.where-sectiion {
  margin-top: 150px;
}
@media only screen and (max-width: 1023px) {
  .where-sectiion {
    margin-top: 80px;
  }
}
.where-sectiion .where__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 52px;
}
@media only screen and (max-width: 1439px) {
  .where-sectiion .where__content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .where-sectiion .where__content {
    max-width: 650px;
    row-gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .where-sectiion .where__content {
    max-width: 350px;
  }
}
.where-sectiion .where__content .title-box {
  display: flex;
  align-items: center;
  column-gap: 100px;
}
@media only screen and (max-width: 1023px) {
  .where-sectiion .where__content .title-box {
    column-gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .where-sectiion .where__content .title-box {
    row-gap: 32px;
    flex-direction: column;
    align-items: start;
  }
}
.where-sectiion .where__content .title-box p {
  max-width: 400px;
}
.where-sectiion .where__content .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
}
@media only screen and (max-width: 1439px) {
  .where-sectiion .where__content .box {
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  .where-sectiion .where__content .box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .where-sectiion .where__content .box {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.where-sectiion .where__content .box button {
  width: 100%;
  text-align: center;
  padding: 52px;
}
@media only screen and (max-width: 1439px) {
  .where-sectiion .where__content .box button {
    padding: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .where-sectiion .where__content .box button {
    padding: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .where-sectiion .where__content .box .button__setting:nth-child(3) {
    grid-column: 2 span;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .where-sectiion .where__content .box .button__setting:nth-child(3) {
    grid-column: unset;
  }
}

.enroll-section {
  margin-top: 150px;
  background: #212121;
  margin-bottom: -4px;
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  padding-top: 64px;
}
@media only screen and (max-width: 1439px) {
  .enroll-section {
    margin-top: 70px;
    padding-top: 52px;
  }
}
@media only screen and (max-width: 1023px) {
  .enroll-section {
    margin-top: 64px;
    padding-top: 42px;
  }
}
.enroll-section .enroll__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
  .enroll-section .enroll__content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .enroll-section .enroll__content {
    max-width: 650px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .enroll-section .enroll__content {
    max-width: 350px;
  }
}
.enroll-section .box h3 {
  max-width: 250px;
  color: #ffffff;
  line-height: 80px;
}
@media only screen and (max-width: 1439px) {
  .enroll-section .box h3 {
    max-width: 200px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .enroll-section .box h3 {
    max-width: 100%;
    line-height: normal;
  }
}
.enroll-section .box p {
  max-width: 300px;
  margin-top: 24px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 1439px) {
  .enroll-section .box p {
    font-size: 16px;
    line-height: 20px;
    max-width: 250px;
  }
}
@media only screen and (max-width: 1023px) {
  .enroll-section .box p {
    max-width: 400px;
  }
}

.form-box {
  width: 100%;
  max-width: 800px;
}
@media only screen and (max-width: 1439px) {
  .form-box {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-box {
    margin-top: 32px;
    max-width: 100%;
  }
}
.form-box form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}
.form-box form .input-item {
  width: 100%;
}
.form-box form .input-item input {
  width: 100%;
  font-family: gilroy-medium;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 1439px) {
  .form-box form .input-item input {
    padding-bottom: 14px;
    font-size: 16px;
    line-height: 20px;
  }
}
.form-box form .input-item input::placeholder {
  color: #ffffff;
  font-family: gilroy-medium;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 1439px) {
  .form-box form .input-item input::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.form-box .button__setting button {
  width: 100%;
  padding: 18px 0px;
  text-align: center;
  background: #ffffff;
  color: #141414;
}
.form-box .button__setting button:hover {
  color: #ffffff;
  background: #E41013;
}
.form-box .checkbox {
  color: #ffffff;
  display: flex;
  font-size: 14px;
}
.form-box .checkbox .checkbox__item {
  margin-top: -14px;
  width: 25px;
  height: 32px;
}
.form-box .checkbox a {
  color: #E41013;
  margin-left: 4px;
}
@media only screen and (max-width: 1439px) {
  .form-box .checkbox {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .form-box .checkbox a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .form-box .checkbox a {
    margin-left: 4px;
  }
}

input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: none;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  left: 4px;
  top: 5px;
  width: 10px;
  height: 5px;
  border-radius: 1px;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.contact-section {
  padding-top: 150px;
  padding-bottom: 100px;
  background: #212121;
}
@media only screen and (max-width: 1439px) {
  .contact-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-section {
    padding-top: 64px;
  }
}
.contact-section .contact__content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .contact-section .contact__content {
    max-width: 960px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-section .contact__content {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section .contact__content {
    max-width: 350px;
  }
}
.contact-section h3 {
  color: #ffffff;
}
.contact-section .contact__grid {
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
  .contact-section .contact__grid {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-section .contact__grid {
    flex-direction: column;
  }
}
.contact-section .box {
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .contact-section .box {
    width: 100%;
  }
}
.contact-section .box h6 {
  font-size: 22px;
}
@media only screen and (max-width: 1023px) {
  .contact-section .box h6 {
    font-size: 18px;
  }
}
.contact-section .box span {
  display: block;
  margin-top: 80px;
}
@media only screen and (max-width: 1439px) {
  .contact-section .box span {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-section .box span {
    position: absolute;
    bottom: -270px;
  }
}
.contact-section .contact__list {
  margin-top: 32px;
  display: flex;
  column-gap: 32px;
}
@media only screen and (max-width: 1439px) {
  .contact-section .contact__list {
    display: grid;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-section .contact__list {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.contact-section .contact__list .item p:first-child {
  font-size: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #727272;
  width: 150px;
}
@media only screen and (max-width: 1023px) {
  .contact-section .contact__list .item p:first-child {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }
}
.contact-section .contact__list .item p:last-child {
  margin-top: 8px;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .contact-section .contact__list .item p:last-child {
    font-family: gilroy-regular;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-section .map {
    margin-top: 32px;
    width: 100%;
  }
}
.contact-section .map a {
  display: none;
}
.contact-section .map iframe {
  border-radius: 22px;
  border: none;
  width: 450px;
  height: 250px;
}
@media only screen and (max-width: 1023px) {
  .contact-section .map iframe {
    width: 100%;
    height: 200px;
  }
}

.popup-section {
  position: fixed;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 80px;
  display: none;
  justify-content: center;
  overflow-y: scroll;
}
.popup-section.__open {
  display: flex;
}
.popup-section.__open .popup__content {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.popup-section::-webkit-scrollbar {
  display: none;
}
.popup-section .popup__content {
  background: #ffffff;
  width: 580px;
  height: 642px;
  position: relative;
  padding: 50px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .popup-section .popup__content {
    width: 310px;
    height: 575px;
    padding: 30px;
  }
}
.popup-section .checkbox {
  color: #141414;
  flex-wrap: wrap;
  row-gap: 4px;
}
.popup-section .checkbox a {
  margin-left: 0;
}
.popup-section .popup-close {
  position: absolute;
  right: 35px;
  top: 35px;
  cursor: none;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .popup-section .popup-close {
    right: 25px;
    top: 25px;
  }
}
.popup-section .popup-close img {
  object-fit: contain;
}
.popup-section h5 {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .popup-section h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
.popup-section form {
  row-gap: 24px;
}
.popup-section form .input-item label {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .popup-section form .input-item label {
    color: #868686;
  }
}
.popup-section form .input-item input {
  margin-top: 16px;
  color: #141414;
  border: 1px solid #141414;
  padding: 17px 20px;
  font-family: gilroy-regular;
  border-radius: 13px;
}
@media only screen and (max-width: 767px) {
  .popup-section form .input-item input {
    padding: 16px 18px;
    margin-top: 12px;
  }
}
.popup-section form .input-item input::placeholder {
  font-size: 17px;
  line-height: 21px;
  color: #141414;
  font-family: gilroy-regular;
}
.popup-section .button__setting button {
  background: #212121;
  color: #ffffff;
}
.popup-section .button__setting:hover button {
  background: #E41013;
}
.popup-section .checkbox input[type=checkbox]:checked + label:before,
.popup-section .checkbox input[type=checkbox]:not(:checked) + label:before {
  border: 1px solid #141414;
  background-color: rgba(0, 0, 0, 0);
}
.popup-section .checkbox input[type=checkbox]:checked + label:after,
.popup-section .checkbox input[type=checkbox]:not(:checked) + label:after {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.last-popup-section {
  position: fixed;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  text-align: center;
}
.last-popup-section.__open {
  display: flex;
}
.last-popup-section.__open .box {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.last-popup-section .box {
  background: #ffffff;
  border-radius: 24px;
  width: 468px;
  height: 254px;
  padding: 48px 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .last-popup-section .box {
    padding: 52px 50px;
    width: 308px;
    height: 208px;
    border-radius: 12px;
  }
}
.last-popup-section .popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: none;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .last-popup-section .popup-close {
    top: 25px;
    right: 25px;
  }
}
.last-popup-section h4 {
  font-size: 26px;
  line-height: 39px;
  color: #e41013;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .last-popup-section h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.last-popup-section p {
  font-family: gilroy-regular;
  color: #141414;
  font-size: 19px;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .last-popup-section p {
    font-size: 16px;
    line-height: 21px;
  }
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.video-section {
  margin-top: 100px;
}
@media only screen and (max-width: 1439px) {
  .video-section {
    margin-top: 80px;
  }
}
.video-section .content {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 1439px) {
  .video-section .content {
    max-width: 960px;
    column-gap: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  .video-section .content {
    max-width: 650px;
    flex-direction: column;
    align-items: unset;
    row-gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section .content {
    max-width: 350px;
  }
}
.video-section .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section .photoSwiper {
  width: 568px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .video-section .photoSwiper {
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section .photoSwiper {
    width: 100%;
  }
}
.video-section .photoSwiper .swiper-slide img {
  height: 600px;
  object-fit: fill;
  border: 1px solid #141414;
  border-radius: 25px;
}
@media only screen and (max-width: 1439px) {
  .video-section .photoSwiper .swiper-slide img {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section .photoSwiper .swiper-slide img {
    width: 350px;
    height: 380px;
  }
}
.video-section .photoSwiper .swiper-arrow__control {
  width: 500px;
}
@media only screen and (max-width: 1439px) {
  .video-section .photoSwiper .swiper-arrow__control {
    width: 350px;
  }
}
@media only screen and (max-width: 1023px) {
  .video-section .photoSwiper .swiper-arrow__control {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section .photoSwiper .swiper-arrow__control {
    width: 330px;
  }
}
.video-section .videoSwiper {
  width: 668px;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .video-section .videoSwiper {
    width: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .video-section .videoSwiper {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section .videoSwiper {
    width: 350px;
  }
}
.video-section video, .video-section img {
  width: 100%;
  object-fit: cover;
  border-radius: 46px;
}
@media only screen and (max-width: 1023px) {
  .video-section video, .video-section img {
    border-radius: 15px;
  }
}
.video-section video {
  height: 400px;
}
@media only screen and (max-width: 1439px) {
  .video-section video {
    height: 350px;
  }
}
@media only screen and (max-width: 1023px) {
  .video-section video {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section video {
    height: 200px;
  }
}
.video-section .swiper-arrow__control {
  width: 600px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 32px;
  margin: 0 auto;
}
@media only screen and (max-width: 1439px) {
  .video-section .swiper-arrow__control {
    width: 430px;
  }
}
@media only screen and (max-width: 1023px) {
  .video-section .swiper-arrow__control {
    width: 380px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section .swiper-arrow__control {
    width: 330px;
  }
}
.video-section .swiper-arrow__control div img {
  min-width: 64px;
  min-height: 64px;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .video-section .swiper-arrow__control div img {
    min-width: 38px;
    min-height: 38px;
  }
}
.video-section .swiper-arrow__control div::after, .video-section .swiper-arrow__control div::before {
  content: none;
}
.video-section .video-selector, .video-section .video-selector2, .video-section .video-selector3 {
  position: relative;
}
.video-section .video-selector button, .video-section .video-selector2 button, .video-section .video-selector3 button {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 10;
  transition: 0.4s;
  cursor: none;
}
@media only screen and (max-width: 1439px) {
  .video-section .video-selector button, .video-section .video-selector2 button, .video-section .video-selector3 button {
    left: 42%;
  }
}
.video-section .video-selector button:hover, .video-section .video-selector2 button:hover, .video-section .video-selector3 button:hover {
  opacity: 0.8;
}
.video-section .video-selector button img, .video-section .video-selector2 button img, .video-section .video-selector3 button img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .video-section .video-selector button img, .video-section .video-selector2 button img, .video-section .video-selector3 button img {
    width: 50px;
    height: 50px;
  }
}
.video-section .video-selector.played button, .video-section .video-selector2.played button, .video-section .video-selector3.played button {
  opacity: 0;
  transition: 0.4s;
}
.video-section .video-selector.played:hover button, .video-section .video-selector2.played:hover button, .video-section .video-selector3.played:hover button {
  opacity: 0.7;
  transition: 0.4s;
}
.video-section .video-selector.played:hover button:hover, .video-section .video-selector2.played:hover button:hover, .video-section .video-selector3.played:hover button:hover {
  opacity: 0.9;
}/*# sourceMappingURL=style.css.map */