*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
  outline: none;
  border: none;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.container {
  width: 100%;
  padding: 0 10rem;
}
@media (max-width: 992px) {
  .container {
    padding: 0 20px;
  }
}

html {
  font-size: 0.7142857143vw;
}

.input_wr.lastname {
  display: none !important;
}

.h1_title, .h2_title {
  font-family: dinpro_bold;
  text-transform: uppercase;
  color: black;
  line-height: 104%;
  text-align: left;
  font-size: 4.5rem;
  text-wrap: balance;
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .h1_title, .h2_title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .h1_title, .h2_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .h1_title.center_lg, .h2_title.center_lg {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .h1_title.center_lg, .h2_title.center_lg {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .hide_lg {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .hide_desktop {
    display: none !important;
  }
}

.iti--fullscreen-popup {
  z-index: 99999 !important;
  font-size: 3rem;
}
.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 80% !important;
}
@media (max-width: 576px) {
  .iti--fullscreen-popup {
    font-size: 14px;
  }
}

.form_phone-container {
  width: 100%;
}
.form_phone-container .iti__selected-country {
  border-radius: 40px 0 0 40px;
  font-family: pfdin_regular;
  color: black;
  font-size: 1.6rem;
  line-height: 130%;
  background: transparent !important;
  padding: 0 6px 0 14px;
  color: black;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .form_phone-container .iti__selected-country {
    height: 100%;
    font-size: 16px;
    border-radius: 60px 0 0 60px;
    background: transparent;
  }
  .form_phone-container .iti__selected-country::-moz-placeholder {
    color: white;
    font-size: 16px;
  }
  .form_phone-container .iti__selected-country::placeholder {
    color: white;
    font-size: 16px;
  }
}
.form_phone-container .iti__dropdown-content {
  border-radius: 20px;
}
.form_phone-container .iti__dropdown-content .iti__country-list {
  border-radius: 20px;
  font-family: "PFDin_regular", Tahoma, Verdana, sans-serif;
  color: black;
  font-size: 2.4rem;
}
.form_phone-container .iti__dropdown-content .iti__country-list::-webkit-scrollbar {
  width: 4px;
  transform: translateX(-200px);
}
.form_phone-container .iti__dropdown-content .iti__country-list::-webkit-scrollbar-track {
  background: transparent;
}
.form_phone-container .iti__dropdown-content .iti__country-list::-webkit-scrollbar-thumb {
  background-color: #A0A0A0;
  border-radius: 20px;
  border: transparent;
}
.form_phone-container input::-moz-placeholder {
  opacity: 0;
}
.form_phone-container input::placeholder {
  opacity: 0;
}

.error_404 {
  position: relative;
  z-index: 1;
  background: white;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.error_404 .company {
  position: absolute;
  top: 3rem;
  left: 4rem;
  width: 29rem;
  height: auto;
}
@media (max-width: 992px) {
  .error_404 .company {
    top: 20px;
  }
}
@media (max-width: 992px) {
  .error_404 .company {
    left: 30px;
  }
}
@media (max-width: 992px) {
  .error_404 .company {
    width: 230px;
  }
}
.error_404 .content_wr {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7vh;
  top: 10vh;
  left: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .error_404 .content_wr {
    gap: 3.5vh;
  }
}
@media (max-width: 992px) {
  .error_404 .content_wr {
    top: 14vh;
  }
}
.error_404 .title {
  width: 60rem;
  height: auto;
}
@media (max-width: 992px) {
  .error_404 .title {
    width: 317px;
  }
}
@media (min-aspect-ratio: 2) {
  .error_404 .title {
    width: 40rem;
  }
}
@media (min-aspect-ratio: 2) and (max-width: 992px) {
  .error_404 .title {
    width: 250px;
  }
}
.error_404 .gradient {
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.error_404 .gradient1 {
  height: 141%;
  top: -49%;
  background-image: radial-gradient(ellipse 80% 49% at 4% 50%, #2441FF 65%, transparent);
}
@media (max-width: 992px) {
  .error_404 .gradient1 {
    height: 91%;
  }
}
@media (max-width: 992px) {
  .error_404 .gradient1 {
    top: -19%;
  }
}
@media (max-width: 992px) {
  .error_404 .gradient1 {
    background-image: radial-gradient(ellipse 80% 49% at 4% 50%, #2441FF 65%, transparent);
  }
}
.error_404 .gradient2 {
  height: 160%;
  top: -20%;
  background-image: radial-gradient(ellipse 150% 49% at 91% 50%, #2441FF 34%, transparent);
}
@media (max-width: 992px) {
  .error_404 .gradient2 {
    height: 120%;
  }
}
@media (max-width: 992px) {
  .error_404 .gradient2 {
    top: -9%;
  }
}
@media (max-width: 992px) {
  .error_404 .gradient2 {
    background-image: radial-gradient(ellipse 150% 49% at 91% 50%, #2441FF 55%, transparent);
  }
}

.front_page {
  background: #D9D9D9;
  padding-bottom: 10rem;
  padding-top: 12rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .front_page {
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .front_page {
    padding-top: 90px;
  }
}
@media (max-width: 576px) {
  .front_page {
    padding-top: 60px;
  }
}
.front_page section {
  z-index: 2;
  position: relative;
}
.front_page .gradient {
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.front_page .front_sec1 {
  margin-bottom: 12.6rem;
}
@media (max-width: 992px) {
  .front_page .front_sec1 {
    margin-bottom: 80px;
  }
}
.front_page .front_sec1 .content_wr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 992px) {
  .front_page .front_sec1 .content_wr {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .content_wr {
    gap: 93px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .content_wr {
    align-items: center;
  }
}
.front_page .front_sec1 .part1 {
  max-width: 59rem;
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 {
    max-width: 590px;
  }
}
.front_page .front_sec1 .part1 .logo_wr {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 6.5rem;
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .logo_wr {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .logo_wr {
    margin-bottom: 20px;
  }
}
.front_page .front_sec1 .part1 .logo_wr .aiclub {
  width: 32.9rem;
  height: auto;
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .logo_wr .aiclub {
    width: 223px;
  }
}
.front_page .front_sec1 .part1 .logo_wr .text {
  font-family: pfdin_regular;
  font-size: 1.3rem;
  line-height: 130%;
  color: black;
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .logo_wr .text {
    font-size: 9px;
  }
}
.front_page .front_sec1 .part1 .h1_title {
  font-family: dinpro_bold;
  font-size: 4.5rem;
  line-height: 104%;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .h1_title {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .h1_title {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .h1_title {
    text-align: center;
  }
}
.front_page .front_sec1 .part1 .desc {
  font-family: pfdin_regular;
  font-size: 1.6rem;
  line-height: 130%;
  margin-bottom: 6.5rem;
  text-align: left;
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .desc {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .part1 .desc {
    text-align: center;
  }
}
.front_page .front_sec1 .gradient {
  height: 160%;
  top: 21%;
  background-image: radial-gradient(circle 41rem at right, #2441FF, transparent);
}
@media (max-width: 992px) {
  .front_page .front_sec1 .gradient {
    height: 96%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .gradient {
    top: 10%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .gradient {
    background-image: radial-gradient(circle closest-corner at right, #2441FF, transparent);
  }
}
.front_page .front_sec1 .bg_thing {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  height: 34.5rem;
  width: 37.4rem;
  bottom: -35%;
  left: -13.7rem;
  z-index: -1;
}
@media (max-width: 992px) {
  .front_page .front_sec1 .bg_thing {
    height: 153px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .bg_thing {
    width: 166px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .bg_thing {
    bottom: -12%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec1 .bg_thing {
    left: 200px;
  }
}
@media (max-width: 576px) {
  .front_page .front_sec1 .bg_thing {
    left: -37px;
  }
}
.front_page .front_sec2 {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .front_page .front_sec2 {
    margin-bottom: 80px;
  }
}
.front_page .front_sec2 .gradient {
  height: 136%;
  top: -20%;
  background-image: radial-gradient(ellipse 300% 49% at center, #2441FF 40%, transparent);
}
@media (max-width: 992px) {
  .front_page .front_sec2 .gradient {
    height: 114%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec2 .gradient {
    top: -7%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec2 .gradient {
    background-image: radial-gradient(ellipse 300% 49% at center, #2441FF 65%, transparent);
  }
}
.front_page .front_sec3 {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .front_page .front_sec3 {
    margin-bottom: 80px;
  }
}
.front_page .front_sec3 .h2_title {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .front_page .front_sec3 .h2_title {
    margin-bottom: 30px;
  }
}
.front_page .front_sec4 {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .front_page .front_sec4 {
    margin-bottom: 40px;
  }
}
.front_page .front_sec4 .h2_title {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .front_page .front_sec4 .h2_title {
    margin-bottom: 30px;
  }
}
.front_page .front_sec4 .gradient {
  height: 145%;
  top: -3%;
  background-image: radial-gradient(circle 42rem at 92%, rgba(36, 65, 255, 0.8470588235), transparent);
}
@media (max-width: 992px) {
  .front_page .front_sec4 .gradient {
    height: 130%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec4 .gradient {
    top: 35%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec4 .gradient {
    background-image: radial-gradient(circle closest-corner at 115%, #2441FF, transparent);
  }
}
.front_page .front_sec4 .simple_grid {
  font-family: pfdin_regular;
  font-size: 1.8rem;
  line-height: 130%;
  text-align: center;
  grid-auto-rows: 6.5rem;
  color: black;
}
@media (max-width: 992px) {
  .front_page .front_sec4 .simple_grid {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec4 .simple_grid {
    line-height: 110%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec4 .simple_grid {
    grid-auto-rows: 65px;
  }
}
.front_page .front_sec4 .simple_grid > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background: white;
  padding: 1rem 2rem;
}
@media (max-width: 992px) {
  .front_page .front_sec4 .simple_grid > * {
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec4 .simple_grid > * {
    padding: 10px;
  }
}
.front_page .front_sec4 .small {
  font-size: 1.2rem;
  font-family: pfdin_regular;
  line-height: 170%;
}
@media (max-width: 992px) {
  .front_page .front_sec4 .small {
    font-size: 8px;
  }
}
.front_page .front_sec4 .bold {
  font-size: 2rem;
  line-height: 93%;
}
@media (max-width: 992px) {
  .front_page .front_sec4 .bold {
    font-size: 14px;
  }
}
.front_page .front_sec4 .header_row {
  border: 0.2rem solid black;
  color: black;
  padding: 1rem 2rem;
}
@media (max-width: 992px) {
  .front_page .front_sec4 .header_row {
    border: 1px solid black;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec4 .header_row {
    padding: 8px;
  }
}
@media (max-width: 576px) {
  .front_page .front_sec4 .header_row {
    padding: 2px;
  }
}
.front_page .front_sec4 .left_col {
  text-align: left;
  align-items: flex-start;
}
.front_page .front_sec4 .third_col {
  background: #2441FF;
  color: white;
}
.front_page .front_sec4 .right_col {
  border: 0.2rem solid #2441FF;
  color: #2441FF;
}
@media (max-width: 992px) {
  .front_page .front_sec4 .right_col {
    border: 1px solid #2441FF;
  }
}
.front_page .front_sec5 {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .front_page .front_sec5 {
    margin-bottom: 80px;
  }
}
.front_page .front_sec6 {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .front_page .front_sec6 {
    margin-bottom: 48px;
  }
}
.front_page .front_sec6 .card {
  max-width: 100%;
  margin: 0 auto;
  padding: 5rem 5.5rem;
  border-radius: 2rem;
  background: #2441FF;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .card {
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec6 .card {
    padding: 30px 25px 25px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec6 .card {
    border-radius: 20px;
  }
}
.front_page .front_sec6 .text {
  margin-bottom: 3rem;
  font-family: dinpro_medium;
  font-size: 4.5rem;
  line-height: 134%;
  color: white;
  text-align: center;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .text {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec6 .text {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .front_page .front_sec6 .text {
    font-size: 27px;
  }
}
.front_page .front_sec6 .text .inline_icon {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.front_page .front_sec6 .text .inline_icon1 {
  height: 6rem;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .text .inline_icon1 {
    height: 46px;
  }
}
@media (max-width: 380px) {
  .front_page .front_sec6 .text .inline_icon1 {
    height: 40px;
  }
}
.front_page .front_sec6 .text .inline_icon2 {
  height: 5.7rem;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .text .inline_icon2 {
    height: 44px;
  }
}
@media (max-width: 380px) {
  .front_page .front_sec6 .text .inline_icon2 {
    height: 38px;
  }
}
.front_page .front_sec6 .text .inline_icon3 {
  height: 6.7rem;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .text .inline_icon3 {
    height: 49px;
  }
}
@media (max-width: 380px) {
  .front_page .front_sec6 .text .inline_icon3 {
    height: 41px;
  }
}
.front_page .front_sec6 .author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  color: white;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .author {
    gap: 15px;
  }
}
.front_page .front_sec6 .author .photo_wr {
  width: 7.5rem;
  height: 7.5rem;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .author .photo_wr {
    width: 75px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec6 .author .photo_wr {
    height: 75px;
  }
}
.front_page .front_sec6 .author .photo_wr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .author .photo_wr img {
    border-radius: 6px;
  }
}
.front_page .front_sec6 .author .name {
  font-family: dinpro_bold;
  font-size: 2rem;
  line-height: 140%;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .author .name {
    font-size: 20px;
  }
}
.front_page .front_sec6 .author .desc {
  font-family: pfdin_regular;
  font-size: 1.6rem;
  line-height: 140%;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .author .desc {
    font-size: 16px;
  }
}
.front_page .front_sec6 .author .source {
  font-family: dinpro_light;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 18px;
}
@media (max-width: 992px) {
  .front_page .front_sec6 .author .source {
    margin-top: 5px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec6 .author .source {
    font-size: 16px;
  }
}
.front_page .front_sec6 .author .source a {
  text-decoration: underline;
}
.front_page .front_sec7 {
  margin-bottom: 10rem;
  width: 105%;
  transform: rotate(-3.5deg);
  position: relative;
  right: 2.5%;
}
@media (max-width: 992px) {
  .front_page .front_sec7 {
    margin-bottom: 50px;
  }
}
.front_page .front_sec7 .running_line_wr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.front_page .front_sec7 .running_line {
  display: flex;
  align-items: center;
  gap: 3rem;
  background: #2441FF;
  animation: 20s linear infinite running_line;
  height: 6.6rem;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 992px) {
  .front_page .front_sec7 .running_line {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec7 .running_line {
    height: 34px;
  }
}
.front_page .front_sec7 .running_line .name {
  white-space: nowrap;
}
.front_page .front_sec7 .running_line .icon_wr {
  border-radius: 0.7rem;
}
@media (max-width: 992px) {
  .front_page .front_sec7 .running_line .icon_wr {
    border-radius: 3px;
  }
}
@keyframes running_line {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.front_page .front_sec8 {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .front_page .front_sec8 {
    margin-bottom: 80px;
  }
}
.front_page .front_sec8 .sec8_grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: none;
  gap: 4rem;
  grid-auto-rows: 26rem;
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid {
    grid-template-columns: repeat(2, minmax(0, 250px));
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid {
    grid-template-rows: 203px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid {
    grid-auto-rows: 173px;
  }
}
.front_page .front_sec8 .sec8_grid .grid_item {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .grid_item {
    border-radius: 20px;
  }
}
.front_page .front_sec8 .sec8_grid .grid_item img,
.front_page .front_sec8 .sec8_grid .grid_item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .grid_item img,
  .front_page .front_sec8 .sec8_grid .grid_item video {
    border-radius: 20px;
  }
}
.front_page .front_sec8 .sec8_grid .wide {
  grid-column: span 2;
}
.front_page .front_sec8 .sec8_grid .card {
  background: #2441FF;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .card {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .card {
    border-radius: 20px;
  }
}
.front_page .front_sec8 .sec8_grid .card .title {
  font-family: dinpro_bold;
  font-size: 4.5rem;
  line-height: 104%;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .card .title {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .front_page .front_sec8 .sec8_grid .card .title {
    font-size: 25px;
  }
}
.front_page .front_sec8 .sec8_grid .card .desc_wr {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  align-items: center;
  font-family: pfdin_regular;
  font-size: 1.6rem;
  line-height: 130%;
  color: white;
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .card .desc_wr {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .card .desc_wr {
    align-items: start;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .card .desc_wr {
    font-size: 14px;
  }
}
.front_page .front_sec8 .sec8_grid .card .btn {
  font-family: pfdin_regular;
  font-size: 1.6rem;
  text-transform: none;
  color: #2441FF;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .card .btn {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .card .btn {
    gap: 5px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .sec8_grid .card .btn {
    margin-top: 15px;
  }
}
.front_page .front_sec8 .gradient_left {
  height: 47%;
  top: 11%;
  background-image: radial-gradient(circle closest-corner at 0%, rgba(36, 65, 255, 0.8470588235), transparent);
}
@media (max-width: 992px) {
  .front_page .front_sec8 .gradient_left {
    height: 33%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .gradient_left {
    top: 25%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .gradient_left {
    background-image: radial-gradient(circle closest-corner at -30%, #2441FF, transparent);
  }
}
.front_page .front_sec8 .gradient_right {
  height: 60%;
  top: 35%;
  background-image: radial-gradient(circle 62rem at 83%, #2441FF, transparent);
}
@media (max-width: 992px) {
  .front_page .front_sec8 .gradient_right {
    height: 31%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .gradient_right {
    top: 2%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec8 .gradient_right {
    background-image: radial-gradient(circle closest-corner at 130%, #2441FF, transparent);
  }
}
.front_page .front_sec9 {
  margin-bottom: 11rem;
}
@media (max-width: 992px) {
  .front_page .front_sec9 {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .simple_grid {
    row-gap: 20px;
  }
}
.front_page .front_sec9 .card {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 3rem;
  border-radius: 2rem;
  background: white;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .card {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .card {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .card {
    border-radius: 20px;
  }
}
.front_page .front_sec9 .card .num {
  color: #2441FF;
  font-family: dinpro_bold;
  font-size: 11rem;
  line-height: 106%;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .card .num {
    font-size: 70px;
  }
}
.front_page .front_sec9 .card .info_wr {
  align-self: flex-end;
}
.front_page .front_sec9 .card .name {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: dinpro_medium;
  font-size: 3.5rem;
  line-height: 104%;
  text-transform: uppercase;
  color: black;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .card .name {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .card .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .card .name {
    font-size: 25px;
  }
}
.front_page .front_sec9 .card .desc {
  font-family: pfdin_regular;
  font-size: 1.6rem;
  line-height: 130%;
  color: black;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .card .desc {
    font-size: 14px;
  }
}
.front_page .front_sec9 .image_card {
  position: relative;
  height: auto;
  overflow: hidden;
  grid-row: 1/span 3;
  padding: 3rem;
  background-color: white;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card {
    height: 280px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card {
    grid-row: 1;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card {
    border-radius: 20px;
  }
}
.front_page .front_sec9 .image_card .img {
  position: absolute;
  bottom: -7.8rem;
  min-height: 8rem;
  left: -6rem;
  width: 83.2%;
  max-width: none;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card .img {
    bottom: -161px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card .img {
    min-height: 165px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card .img {
    left: -60px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card .img {
    width: 96%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card .img {
    max-width: 364px;
  }
}
.front_page .front_sec9 .image_card .name {
  color: black;
  font-family: dinpro_bold;
  font-size: 4.5rem;
  line-height: 106%;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .image_card .name {
    font-size: 30px;
  }
}
.front_page .front_sec9 .list_card {
  grid-column: 1/span 2;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 6rem;
  border-radius: 2rem;
  background: white;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card {
    grid-column: 1;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card {
    gap: 35px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card {
    border-radius: 20px;
  }
}
.front_page .front_sec9 .list_card .icons_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .icons_flex {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .icons_flex {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .icons_flex {
    width: auto;
  }
}
.front_page .front_sec9 .list_card .name_flex {
  font-family: dinpro_bold;
  color: black;
  font-size: 2.5rem;
  line-height: 106%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 10.5rem;
  width: 100%;
  height: auto;
  padding: 0;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex {
    letter-spacing: -1px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex {
    gap: 0;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex {
    padding: 12px 0;
  }
}
.front_page .front_sec9 .list_card .name_flex > :first-child {
  width: 9rem;
}
.front_page .front_sec9 .list_card .name_flex > :last-child {
  width: 9rem;
}
.front_page .front_sec9 .list_card .name_flex .inner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex .inner {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex .inner {
    display: contents;
  }
}
.front_page .front_sec9 .list_card .name_flex .name {
  max-width: 21rem;
}
@media (max-width: 992px) {
  .front_page .front_sec9 .list_card .name_flex .name {
    max-width: 150px;
  }
}
.front_page .video_stud .gradient {
  height: 140%;
  top: 0;
  background-image: radial-gradient(ellipse 146% 49% at center, rgba(36, 65, 255, 0.8156862745), transparent);
}
@media (max-width: 992px) {
  .front_page .video_stud .gradient {
    height: 140%;
  }
}
@media (max-width: 992px) {
  .front_page .video_stud .gradient {
    top: 0;
  }
}
@media (max-width: 992px) {
  .front_page .video_stud .gradient {
    background-image: radial-gradient(circle closest-corner at right, rgba(36, 65, 255, 0.7529411765), transparent);
  }
}
.btn {
  height: var(--height);
  width: var(--width);
  padding: 0 6rem;
  font-family: dinpro_medium;
  font-size: var(--fs);
  line-height: 110%;
  text-transform: uppercase;
  color: var(--color);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  border-radius: 6rem;
  background: var(--bg);
  cursor: pointer;
  --height: 6rem;
  --height_mobile: 50px;
  --width: fit-content;
  --width_mobile: 100%;
  --fs: 2.5rem;
  --fs_mobile: 20px;
  --color: white;
  --bg: #2441FF;
}
@media (max-width: 992px) {
  .btn {
    height: var(--height_mobile);
  }
}
@media (max-width: 992px) {
  .btn {
    width: var(--width_mobile);
  }
}
@media (max-width: 992px) {
  .btn {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .btn {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .btn {
    font-size: var(--fs_mobile);
  }
}
@media (max-width: 992px) {
  .btn {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .btn {
    border-radius: 60px;
  }
}
.btn--loading span {
  display: none;
}

.cookie_consent {
  position: fixed;
  width: 1060px;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  border-radius: 20px;
  display: none;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  background: #F60C51;
  font-family: pfdin_regular;
  color: white;
  font-size: 20px;
  line-height: 120%;
  cursor: default;
}
@media (max-width: 1200px) {
  .cookie_consent {
    width: 580px;
    padding: 11px 30px;
    transform: none;
    left: 1%;
  }
}
@media (max-width: 670px) {
  .cookie_consent {
    padding: 7px 15px 7px 20px;
    left: 10px;
    bottom: 60px;
    width: 280px;
    border-radius: 10px;
    gap: 30px;
    font-size: 11px;
    line-height: 110%;
  }
}
@media (min-width: 1201px) {
  .cookie_consent.has_plate {
    width: 580px;
    padding: 11px 30px;
    transform: none;
    left: 1%;
  }
  .cookie_consent.has_plate .cookie_btn {
    margin-left: 0;
    width: 126px;
  }
}
.cookie_consent.has_plate {
  bottom: 70px;
}
.cookie_consent--black {
  background: white;
}
.cookie_consent .container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie_consent a {
  text-decoration: underline;
  cursor: pointer;
}
.cookie_consent .cookie_btn {
  font-family: "Dinpro_medium", Tahoma, Verdana, sans-serif;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  background: #383838;
  width: 190px;
  height: 40px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .cookie_consent .cookie_btn {
    margin-left: 0;
    width: 126px;
  }
}
@media (max-width: 670px) {
  .cookie_consent .cookie_btn {
    font-size: 12px;
    height: 32px;
    width: 88px;
  }
}
.cookie_consent .cookie_btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 100px;
  z-index: -1;
}
.cookie_consent .cookie_btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #383838;
  border-radius: 100px;
  transition: all 0.3s;
  z-index: -2;
}
.cookie_consent .cookie_btn:hover {
  color: #0D1215;
  transition: all 0.3s;
}
.cookie_consent .cookie_btn:hover:before {
  width: 100%;
}

.faq_with_tabs {
  position: relative;
  z-index: 3;
  margin-bottom: 12rem;
  --plate-color: #2441FF;
}
@media (max-width: 992px) {
  .faq_with_tabs {
    margin-bottom: 80px;
  }
}
.faq_with_tabs .faq_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_info {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_info {
    margin-bottom: 20px;
  }
}
.faq_with_tabs .faq_info-it {
  padding: 1.3rem 2.8rem;
  background: white;
  border-radius: 60px;
  font-family: pfdin_regular;
  line-height: 130%;
  color: black;
  font-size: 1.6rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_info-it {
    padding: 6px 15px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_info-it {
    font-size: 14px;
  }
}
.faq_with_tabs .faq_info-it.active {
  background: var(--plate-color);
  color: white;
}
.faq_with_tabs .faq_accordeon {
  color: black;
}
.faq_with_tabs .faq_accordeon-tab {
  display: none;
}
.faq_with_tabs .faq_accordeon-tab.active {
  display: block;
}
.faq_with_tabs .faq_accordeon-tab.first_active .it:first-child {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon-tab.first_active .it:first-child {
    border-top-left-radius: 20px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon-tab.first_active .it:first-child {
    border-top-right-radius: 20px;
  }
}
.faq_with_tabs .faq_accordeon-tab.last_active .it:last-child {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon-tab.last_active .it:last-child {
    border-bottom-left-radius: 20px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon-tab.last_active .it:last-child {
    border-bottom-right-radius: 20px;
  }
}
.faq_with_tabs .faq_accordeon .it {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3rem;
  padding: 0 3.5rem 0 10rem;
  background: white;
  overflow: hidden;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it {
    margin-bottom: 3px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it {
    padding: 0 35px;
  }
}
@media (max-width: 576px) {
  .faq_with_tabs .faq_accordeon .it {
    padding: 0 10px;
  }
}
.faq_with_tabs .faq_accordeon .it-head {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-head {
    padding: 20px 0;
  }
}
.faq_with_tabs .faq_accordeon .it-head .inf {
  display: flex;
  flex-direction: column;
}
.faq_with_tabs .faq_accordeon .it-head .inf_name {
  font-family: pfdin_regular;
  color: black;
  line-height: 130%;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  padding-left: 3rem;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-head .inf_name {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .faq_with_tabs .faq_accordeon .it-head .inf_name {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-head .inf_name {
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-head .inf_name {
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .faq_with_tabs .faq_accordeon .it-head .inf_name {
    padding-left: 10px;
  }
}
.faq_with_tabs .faq_accordeon .it-head .head_btn {
  position: relative;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--plate-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-head .head_btn {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .faq_with_tabs .faq_accordeon .it-head .head_btn {
    width: 30px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-head .head_btn {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .faq_with_tabs .faq_accordeon .it-head .head_btn {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .faq_with_tabs .faq_accordeon .it-head .head_btn {
    margin-left: 25px;
  }
}
.faq_with_tabs .faq_accordeon .it-head .head_btn svg {
  width: 1.8rem;
  transform: scaleY(-1) translateY(-2px);
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-head .head_btn svg {
    width: 18px;
  }
}
@media (max-width: 576px) {
  .faq_with_tabs .faq_accordeon .it-head .head_btn svg {
    width: 15px;
  }
}
.faq_with_tabs .faq_accordeon .it-head .head_btn svg.close {
  position: absolute;
  transition: 0s;
  opacity: 0;
}
.faq_with_tabs .faq_accordeon .it-head .head_btn svg.open {
  position: absolute;
  opacity: 1;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .faq_with_tabs .faq_accordeon .it-body {
    padding-bottom: 15px;
  }
}
.faq_with_tabs .faq_accordeon .it-body .cont {
  box-sizing: content-box;
  width: 100%;
  max-width: 75rem;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-family: pfdin_regular;
  color: black;
  line-height: 130.5%;
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-top: 0 !important;
  height: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-body .cont {
    max-width: 750px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-body .cont {
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-body .cont {
    font-size: 16px;
  }
}
.faq_with_tabs .faq_accordeon .it-body .cont .text {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .faq_with_tabs .faq_accordeon .it-body .cont .text {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .faq_with_tabs .faq_accordeon .it-body .cont .text {
    padding: 0 12px;
  }
}
.faq_with_tabs .faq_accordeon .it:last-child .it-body {
  border-bottom: none;
}
.faq_with_tabs .faq_accordeon .it.active .it-head .inf_name {
  font-weight: bold;
}
.faq_with_tabs .faq_accordeon .it.active .head_btn {
  transition: 0.9s;
  border: 1px solid white;
}
.faq_with_tabs .faq_accordeon .it.active .head_btn svg {
  transform: scaleY(1) translateY(0px);
  transition: 0.3s;
}
.faq_with_tabs .faq_accordeon .it.active .head_btn svg.close {
  transition: 0.5s;
  opacity: 1;
}
.faq_with_tabs .faq_accordeon .it.active .head_btn svg.open {
  transition: 0s;
  opacity: 0;
}

.flex_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: var(--justify_desktop);
  --justify_desktop: flex-start;
  --justify_mobile: center;
}
@media (max-width: 992px) {
  .flex_wrap {
    gap: 5px;
  }
}
@media (max-width: 992px) {
  .flex_wrap {
    justify-content: var(--justify_mobile);
  }
}

.footer {
  background: black;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.footer .container {
  max-width: 170rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.footer .container .footer_wr {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 50px;
  -moz-column-gap: auto;
       column-gap: auto;
}
@media (max-width: 992px) {
  .footer .container .footer_wr {
    display: none;
  }
}
.footer .container .footer_wr .footer_col1 .logo_wr {
  width: 140px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .footer .container .footer_wr .footer_col1 .logo_wr {
    width: 100px;
  }
}
.footer .container .footer_wr .footer_col1 .logo_wr .logo img {
  width: 100%;
  height: auto;
}
.footer .container .footer_wr .footer_col1 .society_wr {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .footer .container .footer_wr .footer_col1 .society_wr {
    margin-bottom: 15px;
  }
}
.footer .container .footer_wr .footer_col1 .society_wr a {
  margin-right: 15px;
}
.footer .container .footer_wr .footer_col1 .society_wr a:last-child {
  margin-right: 0;
}
.footer .container .footer_wr .footer_col1 .num_wr {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .footer .container .footer_wr .footer_col1 .num_wr {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .footer .container .footer_wr .footer_col1 .num_wr {
    margin-bottom: 0;
  }
}
.footer .container .footer_wr .footer_col1 .num_wr .nums {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.footer .container .footer_wr .footer_col1 .num_wr .nums .number {
  font-family: pfdin_regular;
  font-size: 18px;
  line-height: 130.5%;
  color: white;
  text-wrap: nowrap;
  margin-bottom: 15px;
}
.footer .container .footer_wr .footer_col1 .num_wr .nums .number--sm {
  font-size: 18px;
  margin-bottom: 0;
  color: #847D7D;
}
.footer .container .footer_wr .dblecols_wr {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.footer .container .footer_wr .dblecols_wr .dblecols_col {
  display: flex;
  flex-direction: column;
  color: white;
}
.footer .container .footer_wr .dblecols_wr .dblecols_col-it {
  font-family: pfdin_regular;
  line-height: 110%;
  font-size: 18px;
  color: white;
  margin-bottom: 25px;
}
.footer .container .footer_wr .dblecols_wr .dblecols_col-it:first-child {
  margin-top: 0;
}
.footer .container .footer_wr .dblecols_wr .dblecols_col-it:last-child {
  margin-bottom: 0px;
}
.footer .container .footer_wr .dblecols_wr .dblecols_col-it--bold {
  font-size: 18px;
}
.footer .container .footer_wr .dblecols_wr .dblecols_col-it--grc {
  color: #847D7D;
}
.footer .container .footer_wr .dblecols_wr .dblecols_col--2 {
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .footer .container .footer_wr .dblecols_wr .dblecols_col--2 {
    margin-right: 0;
  }
}
.footer .container .footer_wr .dblecols_wr .dblecols_col--2 .dblecols_col-it {
  margin-bottom: 10px;
}
.footer .container .footer_wr .dblecols_wr .dblecols_col--2:last-child {
  margin-right: 0;
}
.footer .container .footer_wr .dblecols_wr .footer_sublist {
  margin-top: 10px;
}
.footer .container .footer_wr .dblecols_wr .footer_sublist-it {
  font-family: pfdin_regular;
  line-height: 110%;
  font-size: 18px;
  margin-bottom: 10px;
  color: #847D7D;
}
.footer .container .footer_wr .dblecols_wr .footer_sublist-it:last-child {
  margin-bottom: 0px;
}
.footer .container .footer_wr-mob {
  padding: 60px 0 30px;
  display: none;
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer .container .footer_wr-mob {
    display: flex;
  }
}
.footer .container .footer_wr-mob .form_footer {
  font-family: pfdin_regular;
  color: white;
  font-size: 14px;
  line-height: 130%;
  width: 100%;
  margin-top: auto;
  padding-bottom: 25px;
}
.footer .container .footer_wr-mob .form_footer-h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: normal;
}
.footer .container .footer_wr-mob .form_footer-descr {
  color: #847D7D;
  margin-bottom: 12px;
}
.footer .container .footer_wr-mob .form_footer .form_wr {
  display: flex;
  flex-direction: column;
}
.footer .container .footer_wr-mob .form_footer .form_wr .inp_wr {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.footer .container .footer_wr-mob .form_footer .form_wr .inp_wr-i {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-family: pfdin_regular;
  color: black;
  font-size: 14px;
  line-height: 130%;
  outline: none;
  border: 2px solid black;
  transition: 0.2s;
  margin-bottom: 10px;
}
.footer .container .footer_wr-mob .form_footer .form_wr .inp_wr-i:focus {
  border: 2px solid #F60C51;
  transition: 0.2s;
}
.footer .container .footer_wr-mob .form_footer .form_wr .inp_wr-i:checked {
  background: #000;
}
.footer .container .footer_wr-mob .form_footer .form_wr .inp_wr-btn {
  width: 100%;
  height: 45px;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #F60C51;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: pfdin_regular;
  color: white;
  font-size: 16px;
  line-height: 130%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s;
}
.footer .container .footer_wr-mob .form_footer .form_wr .inp_wr-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F60C51;
  border-radius: 60px;
  z-index: -2;
}
.footer .container .footer_wr-mob .form_footer .form_wr .inp_wr-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #BE023A;
  transition: all 0.3s;
  border-radius: 60px;
  z-index: -1;
}
.footer .container .footer_wr-mob .form_footer .form_wr .inp_wr-btn:hover {
  color: #fff;
  transition: all 0.2s;
}
.footer .container .footer_wr-mob .form_footer .form_wr .inp_wr-btn:hover:before {
  width: 100%;
}
.footer .container .footer_wr-mob .form_footer .form_wr .checkbox_wr {
  font-family: pfdin_regular;
  display: flex;
  align-items: flex-start;
  padding-left: 8px;
  font-size: 14px;
  color: #847D7D;
  line-height: 130%;
}
@media (max-width: 576px) {
  .footer .container .footer_wr-mob .form_footer .form_wr .checkbox_wr {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .footer .container .footer_wr-mob .form_footer .form_wr .checkbox_wr {
    font-size: 12px;
  }
}
.footer .container .footer_wr-mob .form_footer .form_wr .checkbox_wr .checkbox {
  position: relative;
  border: 1.5px solid #bcbec0;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 20px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  border-radius: 6px;
  -webkit-appearance: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .footer .container .footer_wr-mob .form_footer .form_wr .checkbox_wr .checkbox {
    margin: 0 6px 0 0;
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
  }
}
.footer .container .footer_wr-mob .form_footer .form_wr .checkbox_wr .checkbox:checked {
  border: 1px solid #fff;
  background-color: #F60C51;
}
.footer .container .footer_wr-mob .form_footer .form_wr .checkbox_wr .checkbox:checked::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.footer .container .footer_wr-mob .form_footer .form_wr .checkbox_wr a {
  text-decoration: underline;
}
.footer .container .footer_wr-mob .footer_col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #232323;
}
.footer .container .footer_wr-mob .footer_col1 .log_soc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-end;
}
.footer .container .footer_wr-mob .footer_col1 .logo_wr {
  width: 140px;
}
@media (max-width: 576px) {
  .footer .container .footer_wr-mob .footer_col1 .logo_wr {
    width: 100px;
  }
}
.footer .container .footer_wr-mob .footer_col1 .logo_wr .logo img {
  width: 100%;
  height: auto;
}
.footer .container .footer_wr-mob .footer_col1 .logo_wr .mail {
  font-family: pfdin_regular;
  font-size: 14px;
  color: white;
  line-height: 130%;
}
.footer .container .footer_wr-mob .footer_col1 .society_wr {
  display: flex;
}
.footer .container .footer_wr-mob .footer_col1 .society_wr a {
  margin-right: 15px;
}
.footer .container .footer_wr-mob .footer_col1 .society_wr a:last-child {
  margin-right: 0;
}
.footer .container .footer_wr-mob .footer_col1 .num_wr {
  display: flex;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  .footer .container .footer_wr-mob .footer_col1 .num_wr {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .footer .container .footer_wr-mob .footer_col1 .num_wr {
    margin-bottom: 0;
  }
}
.footer .container .footer_wr-mob .footer_col1 .num_wr .nums {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.footer .container .footer_wr-mob .footer_col1 .num_wr .nums .number {
  font-family: pfdin_regular;
  font-size: 14px;
  line-height: 130.5%;
  color: white;
  text-wrap: nowrap;
  margin-bottom: 15px;
}
.footer .container .footer_wr-mob .footer_col1 .num_wr .nums .number--sm {
  font-size: 14px;
  margin-bottom: 5px;
  color: #847D7D;
}
.footer .container .footer_wr-mob .footer_col1 .num_wr .nums:last-child {
  margin-left: auto;
}
.footer .container .footer_wr-mob .dblecols_wr {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #232323;
}
.footer .container .footer_wr-mob .dblecols_wr .dblecols_col {
  width: 100%;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  color: white;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.footer .container .footer_wr-mob .dblecols_wr .dblecols_col-it {
  font-family: pfdin_regular;
  line-height: 110%;
  font-size: 14px;
  color: white;
  margin-bottom: 25px;
  max-width: 95%;
}
.footer .container .footer_wr-mob .dblecols_wr .dblecols_col-it:first-child {
  margin-top: 0;
}
.footer .container .footer_wr-mob .dblecols_wr .dblecols_col-it:last-child {
  margin-bottom: 0px;
}
.footer .container .footer_wr-mob .dblecols_wr .dblecols_col-it--bold {
  font-size: 14px;
}
.footer .container .footer_wr-mob .dblecols_wr .dblecols_col--2 {
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .footer .container .footer_wr-mob .dblecols_wr .dblecols_col--2 {
    margin-right: 0;
  }
}
.footer .container .footer_wr-mob .dblecols_wr .dblecols_col--2 .dblecols_col-it {
  margin-bottom: 10px;
}
.footer .container .footer_wr-mob .dblecols_wr .dblecols_col--2:last-child {
  margin-right: 0;
}
.footer .container .footer_wr-mob .dblecols_wr .footer_sublist {
  margin-top: 15px;
}
.footer .container .footer_wr-mob .dblecols_wr .footer_sublist-it {
  font-family: pfdin_regular;
  line-height: 110%;
  font-size: 14px;
  margin-bottom: 5px;
  color: #847D7D;
}
.footer .container .footer_wr-mob .dblecols_wr .footer_sublist-it:last-child {
  margin-bottom: 0px;
}
.footer .container .footer_wr-mob .last_sec .col_1 {
  display: flex;
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col {
  width: 100%;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  color: white;
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col:last-child {
  margin-left: 30px;
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col-it {
  font-family: pfdin_regular;
  line-height: 110%;
  font-size: 14px;
  color: white;
  margin-bottom: 10px;
  max-width: 95%;
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col-it:first-child {
  margin-top: 0;
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col-it:last-child {
  margin-bottom: 0px;
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col-it--bold {
  font-size: 14px;
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col-it--grc {
  color: #847D7D;
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col--2 {
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col--2 {
    margin-right: 0;
  }
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col--2 .dblecols_col-it {
  margin-bottom: 10px;
}
.footer .container .footer_wr-mob .last_sec .col_1 .dblecols_col--2:last-child {
  margin-right: 0;
}
.footer .container .footer_divider {
  position: absolute;
  left: 0;
  width: 100vw;
  border: 1px solid #535353;
}
.footer .container .company {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-family: pfdin_regular;
  line-height: 110%;
  font-size: 18px;
  color: #A8A8A8;
}
@media (max-width: 1200px) {
  .footer .container .company {
    display: none;
  }
}
.footer .container .company img {
  height: 44px;
}
.footer .container .company div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .container .company-tab {
  display: none;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .footer .container .company-tab {
    display: flex;
  }
}
@media (max-width: 420px) {
  .footer .container .company-tab {
    display: none;
  }
}
.footer .container .company-mob {
  display: none;
  padding: 30px 0;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 16px;
}
@media (max-width: 420px) {
  .footer .container .company-mob {
    display: flex;
  }
}
.footer .container .dble_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .container .dble_form .form_footer {
  font-family: pfdin_regular;
  color: white;
  font-size: 18px;
  line-height: 130%;
  max-width: 480px;
  margin-top: auto;
}
.footer .container .dble_form .form_footer-h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: normal;
}
.footer .container .dble_form .form_footer-descr {
  color: #847D7D;
  margin-bottom: 12px;
}
.footer .container .dble_form .form_footer .form_wr {
  display: flex;
  flex-direction: column;
}
.footer .container .dble_form .form_footer .form_wr .inp_wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 470px;
  height: 45px;
  margin-bottom: 15px;
}
.footer .container .dble_form .form_footer .form_wr .inp_wr-i {
  width: 305px;
  height: 100%;
  border-radius: 50px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-family: pfdin_regular;
  color: black;
  font-size: 18px;
  line-height: 130%;
  outline: none;
  border: 2px solid black;
  transition: 0.2s;
}
.footer .container .dble_form .form_footer .form_wr .inp_wr-i:focus {
  border: 2px solid #F60C51;
  transition: 0.2s;
}
.footer .container .dble_form .form_footer .form_wr .inp_wr-i:checked {
  background: #000;
}
.footer .container .dble_form .form_footer .form_wr .inp_wr-btn {
  width: 150px;
  height: 100%;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #F60C51;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: pfdin_regular;
  color: white;
  font-size: 18px;
  line-height: 130%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s;
}
.footer .container .dble_form .form_footer .form_wr .inp_wr-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F60C51;
  border-radius: 60px;
  z-index: -2;
}
.footer .container .dble_form .form_footer .form_wr .inp_wr-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #BE023A;
  transition: all 0.3s;
  border-radius: 60px;
  z-index: -1;
}
.footer .container .dble_form .form_footer .form_wr .inp_wr-btn:hover {
  color: #fff;
  transition: all 0.2s;
}
.footer .container .dble_form .form_footer .form_wr .inp_wr-btn:hover:before {
  width: 100%;
}
.footer .container .dble_form .form_footer .form_wr .checkbox_wr {
  font-family: pfdin_regular;
  display: flex;
  align-items: flex-start;
  padding-left: 8px;
  font-size: 16px;
  color: #847D7D;
  line-height: 130%;
}
@media (max-width: 576px) {
  .footer .container .dble_form .form_footer .form_wr .checkbox_wr {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .footer .container .dble_form .form_footer .form_wr .checkbox_wr {
    font-size: 12px;
  }
}
.footer .container .dble_form .form_footer .form_wr .checkbox_wr .checkbox {
  position: relative;
  border: 1.5px solid #bcbec0;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 20px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  border-radius: 6px;
  -webkit-appearance: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .footer .container .dble_form .form_footer .form_wr .checkbox_wr .checkbox {
    margin: 0 6px 0 0;
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
  }
}
.footer .container .dble_form .form_footer .form_wr .checkbox_wr .checkbox:checked {
  border: 1px solid #fff;
  background-color: #F60C51;
}
.footer .container .dble_form .form_footer .form_wr .checkbox_wr .checkbox:checked::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.footer .container .dble_form .form_footer .form_wr .checkbox_wr a {
  text-decoration: underline;
}
.footer .container .arr_hover {
  transition: all 0.45s;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .container .arr_hover a {
  width: -moz-fit-content;
  width: fit-content;
}
.footer .container .arr_hover::before {
  content: url("https://bonnieandslide.com/wp-content/themes/bns/assets/images/footer/footer_arrow.svg");
  position: absolute;
  top: 5px;
  left: -19px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  transition: all 0.45s;
  opacity: 0;
}
.footer .container .arr_hover:hover {
  transition: all 0.45s;
  transform: translateX(20px);
  color: white;
}
.footer .container .arr_hover:hover a {
  color: white;
}
.footer .container .arr_hover:hover::before {
  transition: all 0.45s;
  top: 0;
  opacity: 0.8;
}
.footer .container .soc_hover {
  transition: all 0.45s;
}
.footer .container .soc_hover:hover {
  transform: rotate(-20deg);
  transition: all 0.45s;
}

.form_wr {
  position: relative;
  z-index: 10;
  margin: 0;
  max-width: 40.6rem;
  padding: 4.5rem 3.5rem;
  border-radius: 2rem;
  background: var(--bg);
  color: var(--color);
  scroll-margin: 100px;
  --bg: #252525;
  --color: white;
  --input-bg: white;
  --input-color: black;
  --focus-border: #2441FF;
  --submit-bg: #2441FF;
  --submit-color: white;
}
@media (max-width: 992px) {
  .form_wr {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .form_wr {
    max-width: 406px;
  }
}
@media (max-width: 992px) {
  .form_wr {
    padding: 35px 25px;
  }
}
@media (max-width: 992px) {
  .form_wr {
    border-radius: 20px;
  }
}
.form_wr .title {
  margin-bottom: 1.5rem;
  font-family: dinpro_bold;
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 102%;
}
@media (max-width: 992px) {
  .form_wr .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .form_wr .title {
    font-size: 25px;
  }
}
.form_wr .form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
@media (max-width: 992px) {
  .form_wr .form {
    gap: 10px;
  }
}
.form_wr .form .btn {
  margin: 0.5rem 0;
}
@media (max-width: 992px) {
  .form_wr .form .btn {
    margin: 5px 0;
  }
}
.form_wr .thing_img {
  position: absolute;
  z-index: 1;
  left: -21.7%;
  top: -16.5%;
  width: 43.3%;
  height: 33%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .form_wr .thing_img {
    left: -10%;
  }
}
@media (max-width: 992px) {
  .form_wr .thing_img {
    top: -20%;
  }
}
@media (max-width: 992px) {
  .form_wr .thing_img {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .form_wr .thing_img {
    height: 32%;
  }
}

.input_wr input {
  display: block;
  width: 100%;
  height: 5.3rem;
  padding-left: 6rem;
  font-family: pfdin_regular;
  font-size: 1.6rem;
  line-height: 110%;
  color: var(--input-color);
  background: var(--input-bg);
  border-radius: 100px;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .input_wr input {
    height: 40px;
  }
}
@media (max-width: 992px) {
  .input_wr input {
    padding-left: 45px;
  }
}
@media (max-width: 992px) {
  .input_wr input {
    font-size: 16px;
  }
}
.input_wr input:focus {
  border: 1.5px solid var(--focus-border);
}
.input_wr .form_phone-container {
  font-size: 1.6rem;
  width: 100%;
}
@media (max-width: 992px) {
  .input_wr .form_phone-container {
    font-size: 16px;
  }
}
.input_wr .form_phone-container .iti__selected-country {
  color: black;
  background-color: transparent;
  padding: 0 0.6rem 0 1.4rem;
}
@media (max-width: 992px) {
  .input_wr .form_phone-container .iti__selected-country {
    padding: 0 6px 0 14px;
  }
}
.input_wr .form_phone-container input::-moz-placeholder {
  opacity: 0;
}
.input_wr .form_phone-container input::placeholder {
  opacity: 0;
}

.checkbox_wr {
  font-family: pfdin_regular;
  text-align: left;
  font-size: 1.2rem;
  color: var(--color);
  line-height: 110%;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  --color: white;
  --href-color: #2441FF;
}
@media (max-width: 992px) {
  .checkbox_wr {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .checkbox_wr {
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  .checkbox_wr {
    gap: 10px;
  }
}
.checkbox_wr .checkbox {
  position: relative;
  border: 1.5px solid white;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  border-radius: 0.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .checkbox_wr .checkbox {
    height: 20px;
  }
}
@media (max-width: 576px) {
  .checkbox_wr .checkbox {
    height: 18px;
  }
}
@media (max-width: 992px) {
  .checkbox_wr .checkbox {
    width: 20px;
  }
}
@media (max-width: 576px) {
  .checkbox_wr .checkbox {
    width: 18px;
  }
}
@media (max-width: 992px) {
  .checkbox_wr .checkbox {
    border-radius: 6px;
  }
}
@media (max-width: 576px) {
  .checkbox_wr .checkbox {
    margin-bottom: 2px;
  }
}
.checkbox_wr .checkbox:checked {
  border: 1px solid #fff;
  background-color: var(--href-color);
}
.checkbox_wr .checkbox:checked::before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  height: 1rem;
  width: 0.4rem;
  border: solid #FFF;
  border-width: 0 0.2rem 0.2rem 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 992px) {
  .checkbox_wr .checkbox:checked::before {
    height: 10px;
  }
}
@media (max-width: 992px) {
  .checkbox_wr .checkbox:checked::before {
    width: 4px;
  }
}
@media (max-width: 992px) {
  .checkbox_wr .checkbox:checked::before {
    border-width: 0 2px 2px 0;
  }
}
.checkbox_wr a {
  color: var(--href-color);
  text-decoration: none;
}

.front_sec2_card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3rem;
  border-radius: 2rem;
  background: var(--bg);
  box-shadow: -0.6rem 0.6rem 0 0 var(--shadow-color);
  --color: black;
  --shadow-color: black;
  --bg: white;
  --button-color: #2441FF;
}
@media (max-width: 992px) {
  .front_sec2_card {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card {
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card {
    box-shadow: -6px 6px 0 0 var(--shadow-color);
  }
}
.front_sec2_card .bg_img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.front_sec2_card .bg_img img {
  width: 100%;
  height: auto;
}
.front_sec2_card--1 .bg_img {
  width: 23rem;
}
@media (max-width: 992px) {
  .front_sec2_card--1 .bg_img {
    width: 135px;
  }
}
.front_sec2_card--2 .bg_img {
  width: 25rem;
  right: -3.5rem;
}
@media (max-width: 992px) {
  .front_sec2_card--2 .bg_img {
    width: 180px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card--2 .bg_img {
    right: -82px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card--2 .bg_img {
    bottom: -6px;
  }
}
.front_sec2_card--3 .bg_img {
  width: 26rem;
}
@media (max-width: 992px) {
  .front_sec2_card--3 .bg_img {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card--3 .bg_img {
    bottom: -16px;
    right: -25px;
  }
}
.front_sec2_card--4 .bg_img {
  width: 25rem;
}
@media (max-width: 992px) {
  .front_sec2_card--4 .bg_img {
    width: 160px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card--4 .bg_img {
    bottom: -15px;
    right: -50px;
  }
}
.front_sec2_card .top_info {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .front_sec2_card .top_info {
    margin-bottom: 60px;
  }
}
.front_sec2_card .complexity {
  font-family: pfdin_regular;
  color: var(--button-color);
  font-size: 1.4rem;
  line-height: 130%;
  border-radius: 60px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  border: 0.1rem solid #2441FF;
}
@media (max-width: 992px) {
  .front_sec2_card .complexity {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card .complexity {
    gap: 5px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card .complexity {
    padding: 6px 15px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card .complexity {
    border: 1px solid #2441FF;
  }
}
.front_sec2_card .complexity_dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 0.1rem solid #2441FF;
}
@media (max-width: 992px) {
  .front_sec2_card .complexity_dot {
    width: 12px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card .complexity_dot {
    height: 12px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card .complexity_dot {
    border: 1px solid #2441FF;
  }
}
.front_sec2_card .complexity_dot--filled {
  background: var(--button-color);
}
.front_sec2_card .title {
  display: block;
  cursor: pointer;
  margin-top: auto;
  font-family: dinpro_bold;
  font-size: 3.5rem;
  line-height: 104%;
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .front_sec2_card .title {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card .title {
    margin-bottom: 20px;
  }
}
.front_sec2_card .desc {
  font-family: pfdin_regular;
  font-size: 1.6rem;
  max-width: 33rem;
  line-height: 130%;
  color: var(--color);
}
@media (max-width: 992px) {
  .front_sec2_card .desc {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .front_sec2_card .desc {
    max-width: 100%;
  }
}
.front_sec2_card ul {
  padding-left: 2.5rem;
}
@media (max-width: 992px) {
  .front_sec2_card ul {
    padding-left: 25px;
  }
}
.front_sec2_card li {
  list-style: disc;
}
.front_sec2_card p {
  margin-bottom: 1.8rem;
}
@media (max-width: 992px) {
  .front_sec2_card p {
    margin-bottom: 14px;
  }
}

.front_sec3_card {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  border-radius: 2rem;
  padding: 3rem;
  box-shadow: -0.6rem 0.6rem 0 0 var(--shadow-color);
  --color: black;
  --shadow-color: black;
  --bg: white;
}
@media (max-width: 992px) {
  .front_sec3_card {
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .front_sec3_card {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .front_sec3_card {
    box-shadow: -6px 6px 0 0 var(--shadow-color);
  }
}
.front_sec3_card .title {
  font-family: pfdin_regular;
  font-size: 2rem;
  line-height: 93%;
  color: var(--color);
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .front_sec3_card .title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .front_sec3_card .title {
    margin-bottom: 10px;
  }
}
.front_sec3_card .desc {
  font-family: pfdin_regular;
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--color);
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .front_sec3_card .desc {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .front_sec3_card .desc {
    margin-bottom: 30px;
  }
}
.front_sec3_card .btn {
  margin-top: auto;
  font-family: pfdin_regular;
  text-transform: none;
}

.icon_wr {
  width: var(--width);
  height: var(--height);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--bg);
  overflow: hidden;
  --height: 2.8rem;
  --height_mobile: 22px;
  --width: 2.8rem;
  --width_mobile: 22px;
  --bg: white;
  --icon-width: auto;
  --icon-height: 80%;
}
@media (max-width: 992px) {
  .icon_wr {
    width: var(--width_mobile);
  }
}
@media (max-width: 992px) {
  .icon_wr {
    height: var(--height_mobile);
  }
}
.icon_wr--clickable {
  cursor: pointer;
}
.icon_wr--transparent {
  background: transparent;
  border-radius: 0;
  --icon-height: 100%;
}
.icon_wr .icon {
  width: var(--icon-width);
  height: var(--icon-height);
}

.loader_anim {
  --loader-size: 35px;
  width: var(--loader-size);
  height: var(--loader-size);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background: linear-gradient(0deg, rgba(246, 12, 81, 0.2) 33%, #f60c51 100%);
  animation: rotation 1s linear infinite;
  display: none;
  pointer-events: none;
  clip-path: polygon(100% 50%, 100% 100%, 0px 100%, 0px 0px, 100% 0px, 100% 50%, 90% 50%, 89.1811976501% 41.9480591965%, 86.7583124648% 34.2257657955%, 82.8305376483% 27.1492713962%, 77.558676763% 21.0082885108%, 71.1585604131% 16.0542297002%, 63.8922101138% 12.4899147141%, 56.0571111002% 10.4612670269%, 47.9740332465% 10.0513397132%, 39.9738987097% 11.2769152454%, 32.3842339377% 14.0878184172%, 25.5157606981% 18.3689705225%, 19.6496750923% 23.9451006911%, 15.0261353542% 30.5879214988%, 11.834429744% 38.0254750811%, 10.2052270643% 45.9532671205%, 10.2052270643% 54.0467328795%, 11.834429744% 61.9745249189%, 15.0261353542% 69.4120785012%, 19.6496750923% 76.0548993089%, 25.5157606981% 81.6310294775%, 32.3842339377% 85.9121815828%, 39.9738987097% 88.7230847546%, 47.9740332465% 89.9486602868%, 56.0571111002% 89.5387329731%, 63.8922101138% 87.5100852859%, 71.1585604131% 83.9457702998%, 77.558676763% 78.9917114892%, 82.8305376483% 72.8507286038%, 86.7583124648% 65.7742342045%, 89.1811976501% 58.0519408035%, 90% 50%);
}
.loader_anim-info {
  position: absolute;
  width: var(--loader-size-info);
  height: var(--loader-size-info);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .loader_anim-info {
    top: 50%;
  }
}
.loader_anim-info:after {
  width: calc(var(--loader-size-info) - 6px);
  height: calc(var(--loader-size-info) - 6px);
}
.loader_anim--active {
  display: block;
}
.loader_anim--white::after {
  background: white;
}
.loader_anim--dark_pink {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--dark_pink::after {
  background: #E50748;
}
.loader_anim--pink {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--pink::after {
  background: #F60C51;
}
.loader_anim--black {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--black::after {
  background: black;
}
.loader_anim--green {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--green::after {
  background: #018079;
}
.loader_anim--blue {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--blue::after {
  background: #2441FF;
}
.loader_anim--small {
  --loader-size: 25px;
}
.loader_anim--excel {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--excel::after {
  background: #018079;
}
.loader_anim--ph {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--ph::after {
  background: #AF359F;
}
.loader_anim--marketplace {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--marketplace::after {
  background: #DF05AD;
}
.loader_anim--speech {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--speech::after {
  background: #4ABAC2;
}
.loader_anim--corp {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--corp::after {
  background: #A8283B;
}
.loader_anim--cert_red {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--cert_red::after {
  background: #96002C;
}
.loader_anim--cert_pink_main {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--cert_pink_main::after {
  background: #F60C51;
}
.loader_anim--cert_pink {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--cert_pink::after {
  background: #E93ABD;
}
.loader_anim--cert_green {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--cert_green::after {
  background: #018079;
}
.loader_anim--cert_black {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--cert_black::after {
  background: #252F38;
}
.loader_anim--cert_grey {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 20%, white 100%);
}
.loader_anim--cert_grey::after {
  background: #95ABB9;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal_order_completed {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  width: 100vw;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.modal_order_completed .modal {
  position: relative;
}
.modal_order_completed .modal .modal_close {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 7;
  border-radius: 100%;
  padding: 8px;
  width: 35px;
  height: 35px;
  background: white;
  transition: 0.35s;
}
@media (max-width: 576px) {
  .modal_order_completed .modal .modal_close {
    right: 13px;
    top: 11px;
    width: 32px;
  }
}
.modal_order_completed .modal .modal_close:hover {
  cursor: pointer;
  transform: rotate(180deg) scale(1.1);
  transition: 0.35s;
}
.modal_order_completed .modal .modal_wr {
  background: white;
  border-radius: 25px;
  padding: 85px 45px 390px;
  display: flex;
  flex-direction: column;
  width: 900px;
  overflow: hidden;
  position: relative;
  max-height: 85vh;
}
@media (max-width: 992px) {
  .modal_order_completed .modal .modal_wr {
    width: 620px;
    padding: 60px 15px 380px;
  }
}
@media (max-width: 670px) {
  .modal_order_completed .modal .modal_wr {
    width: 360px;
    padding: 40px 10px 340px;
  }
}
@media (max-width: 420px) {
  .modal_order_completed .modal .modal_wr {
    padding: 40px 10px 320px;
  }
}
@media (max-width: 360px) {
  .modal_order_completed .modal .modal_wr {
    width: 320px;
    padding: 40px 10px 250px;
  }
}
.modal_order_completed .modal .modal_wr .modal_bg {
  position: absolute;
  inset: 0;
  opacity: 0.8;
  min-height: 100%;
  min-width: 100%;
}
.modal_order_completed .modal .modal_wr .watch1 {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 295px;
  z-index: 1;
}
@media (max-width: 992px) {
  .modal_order_completed .modal .modal_wr .watch1 {
    width: 200px;
  }
}
@media (max-width: 670px) {
  .modal_order_completed .modal .modal_wr .watch1 {
    left: -30px;
  }
}
.modal_order_completed .modal .modal_wr .watch2 {
  position: absolute;
  right: 6px;
  top: 8px;
  width: 145px;
  z-index: 1;
}
@media (max-width: 992px) {
  .modal_order_completed .modal .modal_wr .watch2 {
    top: 180px;
    width: 130px;
  }
}
@media (max-width: 670px) {
  .modal_order_completed .modal .modal_wr .watch2 {
    width: 100px;
    top: 205px;
    right: -25px;
  }
}
.modal_order_completed .modal .modal_wr .cup {
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 520px;
}
@media (max-width: 992px) {
  .modal_order_completed .modal .modal_wr .cup {
    width: 480px;
    right: 60px;
  }
}
@media (max-width: 670px) {
  .modal_order_completed .modal .modal_wr .cup {
    width: 450px;
    right: -45px;
  }
}
.modal_order_completed .modal .modal_wr .title {
  font-family: "Dinpro_bold", Tahoma, Verdana, sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 110%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  color: #F60C51;
}
@media (max-width: 992px) {
  .modal_order_completed .modal .modal_wr .title {
    font-size: 35px;
  }
}
@media (max-width: 670px) {
  .modal_order_completed .modal .modal_wr .title {
    font-size: 33px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.modal_order_completed .modal .modal_wr .subtitle {
  font-family: "Dinpro_bold", Tahoma, Verdana, sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 110%;
  position: relative;
  z-index: 2;
  color: black;
  max-width: 470px;
  margin-bottom: 20px;
}
@media (max-width: 670px) {
  .modal_order_completed .modal .modal_wr .subtitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.modal_order_completed .modal .modal_wr .subtitle span {
  color: #F60C51;
}
.modal_order_completed .modal .modal_wr .ok_button {
  font-family: dinpro_medium;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  background: #F60C51;
  border-radius: 30px;
  padding: 10px 80px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 670px) {
  .modal_order_completed .modal .modal_wr .ok_button {
    align-self: center;
  }
}

.promo_plate {
  max-width: 100%;
  width: 100%;
  padding: 4rem 3rem;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 10rem;
  background: var(--bg);
  box-shadow: -0.6rem 0.6rem 0 0 var(--shadow-color);
  margin: 0 auto;
  --bg: white;
  --color: black;
  --shadow-color: black;
}
@media (max-width: 992px) {
  .promo_plate {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .promo_plate {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .promo_plate {
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .promo_plate {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .promo_plate {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .promo_plate {
    box-shadow: -6px 6px 0 0 var(--shadow-color);
  }
}
.promo_plate .text {
  font-family: dinpro_medium;
  font-size: 3.5rem;
  line-height: 104%;
  color: var(--color);
}
@media (max-width: 992px) {
  .promo_plate .text {
    font-size: 25px;
  }
}
.simple_grid {
  display: grid;
  grid-template-columns: repeat(var(--actual-columns), 1fr);
  justify-content: center;
  --gap-base: 5rem;
  --gap-step: 0.5rem;
  --column-gap: max(10px, calc(var(--gap-base) - var(--actual-columns) * var(--gap-step)));
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
  row-gap: calc(var(--column-gap) * var(--row-gap-multiplier));
  --columns: 3;
  --actual-columns: var(--columns);
  --row-gap-multiplier: 1;
}
@media (max-width: 992px) {
  .simple_grid {
    --gap-base: 45px;
  }
}
@media (max-width: 576px) {
  .simple_grid {
    --gap-base: 40px;
  }
}
@media (max-width: 992px) {
  .simple_grid {
    --gap-step: 5px;
  }
}
@media (max-width: 576px) {
  .simple_grid {
    --gap-step: 10px;
  }
}
@media (max-width: 1200px) {
  .simple_grid {
    --actual-columns: max(2, calc(var(--columns) - 1));
  }
}
@media (max-width: 992px) {
  .simple_grid {
    --actual-columns: max(1, calc(var(--columns) - 2));
    grid-template-columns: repeat(var(--actual-columns), minmax(0, 460px));
  }
}
@media (max-width: 768px) {
  .simple_grid {
    --actual-columns: 1;
    --row-gap-multiplier: 1;
  }
}
.simple_grid--override_columns {
  grid-template-columns: var(--override-columns);
  --actual-columns: var(--columns);
}

.tag_with_icon {
  font-family: pfdin_regular;
  font-size: 1.6rem;
  line-height: 69%;
  color: var(--color);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--bg);
  --color: white;
  --bg: transparent;
  --icon-width: 100%;
}
@media (max-width: 992px) {
  .tag_with_icon {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .tag_with_icon {
    gap: 7px;
  }
}
.tag_with_icon--with_bg {
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .tag_with_icon--with_bg {
    padding: 8px 10px;
  }
}
@media (max-width: 992px) {
  .tag_with_icon--with_bg {
    border-radius: 10px;
  }
}
.video_stud {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .video_stud {
    margin-bottom: 40px;
  }
}
.video_stud .container {
  position: relative;
}
.video_stud .container .reviews {
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0 4rem;
}
@media (max-width: 992px) {
  .video_stud .container .reviews {
    margin: 0 40px;
  }
}
@media (max-width: 576px) {
  .video_stud .container .reviews {
    margin: 0;
  }
}
.video_stud .container .reviews .it {
  width: 25%;
  height: 52rem;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .video_stud .container .reviews .it {
    width: calc((100vw - 210px) / 4);
    height: calc((100vw - 210px) * 520 / 1200);
  }
}
@media (max-width: 1200px) {
  .video_stud .container .reviews .it {
    width: calc((100vw - 130px) / 4);
    height: calc((100vw - 130px) * 520 / 1200);
  }
}
@media (max-width: 992px) {
  .video_stud .container .reviews .it {
    width: calc((100vw - 120px) / 2);
    height: calc((100vw - 120px) * 520 / 600);
  }
}
@media (max-width: 576px) {
  .video_stud .container .reviews .it {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 520 / 300);
  }
}
.video_stud .container .reviews .it .video {
  margin: 1.5rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  background: black;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 992px) {
  .video_stud .container .reviews .it .video {
    margin: 20px;
  }
}
@media (max-width: 1200px) {
  .video_stud .container .reviews .it .video {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
  }
}
@media (max-width: 992px) {
  .video_stud .container .reviews .it .video {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
  }
}
.video_stud .container .reviews .it .video svg {
  cursor: pointer;
}
.video_stud .container .reviews .it .video:nth-child(2) {
  border-left: 0;
  border-right: 0;
}
.video_stud .container .reviews .it .video iframe {
  clip-path: polygon(0% 10%, 100% 10%, 100% 90%, 0% 90%);
}
.video_stud .container .reviews .it .stud {
  font-family: "Dinpro_medium", Tahoma, Verdana, sans-serif;
  font-size: 24px;
  line-height: 130.5%;
  text-transform: uppercase;
  color: white;
  padding: 36px;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .video_stud .container .reviews .it .stud {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .video_stud .container .reviews .it .stud {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .video_stud .container .reviews .it .stud {
    font-size: 18px;
  }
}
.video_stud .container .reviews .it .stud .name {
  font-family: pfdin_regular;
  font-size: 16px;
  line-height: 130%;
  color: white;
  text-transform: none;
}
@media (max-width: 1400px) {
  .video_stud .container .reviews .it .stud .name {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .video_stud .container .reviews .it .stud .name {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .video_stud .container .reviews .it .stud .name {
    font-size: 16px;
  }
}
.video_stud .container .slider_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  top: 63%;
  transform: translateY(-63%);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  z-index: 5;
}
@media (max-width: 992px) {
  .video_stud .container .slider_btn {
    width: 55px;
  }
}
@media (max-width: 992px) {
  .video_stud .container .slider_btn {
    height: 55px;
  }
}
.video_stud .container .slider_btn--prev {
  left: 2rem;
}
@media (max-width: 992px) {
  .video_stud .container .slider_btn--prev {
    left: 10px;
  }
}
.video_stud .container .slider_btn--prev svg {
  transform: translateX(-3px);
}
.video_stud .container .slider_btn--next {
  right: 2rem;
}
@media (max-width: 992px) {
  .video_stud .container .slider_btn--next {
    right: 10px;
  }
}
.video_stud .container .slider_btn--next svg {
  transform: translateX(3px);
}
.video_stud .container .slider_btn svg {
  height: auto;
  width: 2.4rem;
}
@media (max-width: 992px) {
  .video_stud .container .slider_btn svg {
    width: 24px;
  }
}
@media (max-width: 992px) {
  .video_stud .container .slider_btn svg {
    width: 24px;
    height: 24px;
  }
}