/* Base */
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* Base - 2 */
* {
  box-sizing: border-box !important;
  background-repeat: no-repeat !important;
  word-break: break-word !important;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: Cygre;
}

.no-scroll {
  overflow-y: hidden;
}

div,
li,
p,
a,
span,
section,
button {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  color: #000;
}

h1,
h2 {
  font-family: Cygre Medium;
  font-size: 80px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #000;
  word-wrap: break-word;
}

h1 span,
h2 span {
  font-family: Cygre Medium;
  font-size: 80px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -0.03em;
  text-align: left;
}

span.blue {
  color: #2164E5;
}

span.red {
  color: #E22B57;
}

@media (max-width: 350px) {
  h1.title {
    padding: 0 15px;
  }
}

h3,
h4,
h5,
h6 {
  font-family: Cygre SemiBold;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #000;
}

@media (max-width: 720px) {

  h1,
  h1 span {
    font-family: Cygre Medium;
    font-size: 45px;
    font-weight: 500;
    line-height: 40.5px;
    letter-spacing: -0.03em;
    text-align: left;
  }

  h2,
  h2 span {
    font-family: Cygre Medium;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.03em;
    text-align: left;
  }

  h3,
  h4,
  h5,
  h6 {
    font-family: Cygre SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
  }
}

@media (max-width: 470px) {

  div,
  li,
  p,
  a,
  span,
  section,
  button {
    font-family: Cygre;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }
}

a {
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

a:hover {
  color: #2164E5;
}

main {
  padding: 0;
  margin: 0;
  position: relative;
}

.padding {
  padding: 0 20px;
}

@media (max-width: 350px) {
  .padding {
    padding: 0 15px;
  }
}

.flex {
  display: flex;
}

.flex-direct {
  flex-direction: column;
}

.smooth {
  transition: 0.5s;
}

.smooth:hover {
  transition: 0.5s;
}

.def_div {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}

.button {
  font-family: Cygre SemiBold;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
  text-align: left;
  border-radius: 12px;
  color: #FFF;
  padding: 5px;
  background-color: #2164E5;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button:hover {
  background-color: #134AB5;
  transition: 0.5s;
  color: #FFF;
}

.button_v2 {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  border-radius: 12px;
  color: #FFF;
  padding: 5px;
  background-color: #E22B57;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_v2:hover {
  background-color: #C81842;
  transition: 0.5s;
  color: #FFF;
}

.button_v3 {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  border-radius: 12px;
  color: #2164E5;
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #2164E5;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_v3:hover {
  transition: 0.5s;
  color: #FFF;
  background-color: #2164E5;
}

@media (max-width: 470px) {

  .button,
  .button_v2,
  .button_v3 {
    font-family: Cygre SemiBold;
    font-size: 12px;
    font-weight: 600;
    line-height: 19.8px;
    text-align: left;
  }
}

.button:disabled {
  opacity: 0.6;
  cursor: default;
}

.button:disabled:hover {
  opacity: 0.6;
  cursor: default;
}

.invise {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

.fancybox-button *,
.fancybox-infobar * {
  color: #FFF !important;
}

html,
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

/* Blocks */
.bottom_fix_menu {
  display: none;
}

@media (max-width: 470px) {
  .bottom_fix_menu {
    display: flex;
    height: 60px;
    background-color: #2164E5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 13;
    justify-content: space-between;
    align-items: center;
  }

  .bottom_fix_menu .cont {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: 0.5s;
    background-color: #2164E5;
    height: 100%;
    width: 25%;
  }

  .bottom_fix_menu .cont p {
    font-family: Cygre;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    color: #FFF;
  }

  .bottom_fix_menu .cont#bottom-fix-menu-open svg.close_svg {
    transform: rotate(270deg);
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .bottom_fix_menu .cont.active#bottom-fix-menu-open {
    background-color: #15141A;
  }

  .bottom_fix_menu .cont.active#bottom-fix-menu-open svg.open_svg {
    transform: rotate(270deg);
    opacity: 0;
    visibility: hidden;
    display: none;
  }

  .bottom_fix_menu .cont.active#bottom-fix-menu-open svg.close_svg {
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .bottom_fix_menu .cont.svg_links {
    position: relative;
  }

  .bottom_fix_menu .cont.svg_links .svg_links_cont {
    position: absolute;
    bottom: 86%;
    visibility: hidden;
    opacity: 0;
    background-color: #5084e4;
    left: 0;
    width: 100%;
    transition: 0.5s;
  }

  .bottom_fix_menu .cont.svg_links .svg_links_cont a {
    height: 60px;
    display: block;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: 0.5s;
    background-color: #5084e4;
  }

  .bottom_fix_menu .cont.svg_links.open .svg_links_cont {
    bottom: 100%;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }

  .bottom_fix_menu .cont:hover {
    transition: 0.5s;
    background-color: #5084e4;
    -webkit-box-shadow: 0px 0px 27px 13px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 27px 13px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 27px 13px rgba(34, 60, 80, 0.2);
  }
}

.footer {
  background-color: #000;
}

.footer_top_container {
  display: flex;
  gap: 40px;
  padding: 80px 0;
}

.footer_top_container .left_container {
  background-color: #FFF;
  border-radius: 40px;
  padding: 60px 40px;
  width: 100%;
  max-width: 50%;
  background-image: url("./../img/arrow_back.png");
  background-size: 635px 270px;
  background-position: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.footer_top_container .left_container span {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

.footer_top_container .left_container p {
  font-family: Cygre Medium;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  text-align: left;
}

.footer_top_container .right_container {
  padding: 60px 40px;
  background-color: #2164E5;
  border-radius: 40px;
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer_top_container .right_container span {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  color: #FFF;
}

.footer_top_container .right_container form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer_top_container .right_container form .input_cont {
  width: 100%;
  position: relative;
}

.footer_top_container .right_container form .input_cont input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  height: 80px;
  padding: 0 20px;
  font-family: Cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  color: #FFF;
}

.footer_top_container .right_container form .input_cont input::placeholder {
  opacity: 0.5;
  color: #FFF;
}

.footer_top_container .right_container form .input_cont span {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  position: absolute;
  top: 101%;
  width: 100%;
  left: 0;
  display: none;
}

.footer_top_container .right_container form .input_cont.err input,
.footer_top_container .right_container form .input_cont.err input::placeholder {
  color: #E22B57;
  opacity: 1;
}

.footer_top_container .right_container form .input_cont.err input {
  border: 1px solid #E22B57;
}

.footer_top_container .right_container form .input_cont.err span {
  display: block;
}

.footer_top_container .right_container form button[type=submit] {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: center;
  height: 80px;
}

.footer_top_container .right_container form p,
.footer_top_container .right_container form p a {
  font-family: Cygre;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #FFF;
}

.footer_top_container .right_container form p a:hover {
  text-decoration: underline;
}

.footer_bottom_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer_bottom_container .top_container {
  border-top: 1px solid #636363;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer_bottom_container .top_container .logo_cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer_bottom_container .top_container .logo_cont p {
  font-family: Cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #A0A0A0;
  max-width: 230px;
}

.footer_bottom_container .top_container .adres_cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 410px;
}

.footer_bottom_container .top_container .adres_cont span,
.footer_bottom_container .top_container .adres_cont p {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  color: #FFF;
}

.footer_bottom_container .top_container .adres_cont span {
  color: #A0A0A0;
}

.footer_bottom_container .top_container .phone_cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer_bottom_container .top_container .phone_cont a {
  font-family: Cygre SemiBold;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  color: #FFF;
}

.footer_bottom_container .top_container .phone_cont p {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  color: #FFF;
}

.footer_bottom_container .top_container .svg_ink_cont {
  display: flex;
  gap: 40px;
}

.footer_bottom_container .top_container .svg_ink_cont svg {
  transform: scale(1);
  transition: 0.5s;
  min-width: 60px;
  min-height: 60px;
}

.footer_bottom_container .top_container .svg_ink_cont svg:hover {
  transition: 0.5s;
  transform: scale(1.05);
}

.footer_bottom_container .bottom_container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}

.footer_bottom_container .bottom_container p,
.footer_bottom_container .bottom_container a {
  font-family: Cygre;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #A0A0A0;
}

.footer_bottom_container .bottom_container a:hover {
  text-decoration: underline;
}

@media (max-width: 1550px) {
  .footer_bottom_container .top_container .svg_ink_cont {
    flex-direction: column;
  }

  .footer_bottom_container .top_container .phone_cont a {
    font-size: 36px;
  }
}

@media (max-width: 1290px) {
  .footer_bottom_container .top_container {
    flex-wrap: wrap;
  }

  .footer_bottom_container .top_container .svg_ink_cont {
    flex-direction: row;
  }
}

@media (max-width: 970px) {
  .footer_top_container {
    flex-direction: column;
    gap: 20px;
  }

  .footer_top_container .left_container,
  .footer_top_container .right_container {
    max-width: none;
    min-height: 176px;
  }
}

@media (max-width: 720px) {
  .footer_bottom_container .top_container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 470px) {
  .footer_top_container .left_container span {
    font-family: Cygre SemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
  }

  .footer_top_container {
    padding: 60px 0;
  }

  .footer_top_container .left_container {
    background-size: 375px 117px;
    background-position: 0% 100%;
    padding: 20px;
    border-radius: 20px;
  }

  .footer_top_container .right_container {
    padding: 40px 20px;
  }

  .footer_top_container .right_container span {
    font-family: Cygre SemiBold;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left;
  }

  .footer_top_container .right_container form .input_cont input {
    height: 60px;
    font-family: Cygre;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
  }

  .footer_top_container .right_container form button[type=submit] {
    height: 60px;
    font-family: Cygre SemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: center;
  }

  .footer_top_container .left_container p {
    font-family: Cygre Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
  }

  .footer_top_container .right_container form p,
  .footer_top_container .right_container form p a {
    font-family: Cygre;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
  }

  .footer_top_container .right_container form p {
    color: #A0A0A0;
  }

  .footer_top_container .right_container form .input_cont.err span {
    font-family: Cygre;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }

  .footer_bottom_container .top_container .logo_cont svg {
    width: 218px;
    height: 28px;
  }

  .footer_bottom_container .top_container .logo_cont p {
    font-family: Cygre;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
  }

  .footer_bottom_container .top_container .adres_cont {
    gap: 10px;
  }

  .footer_bottom_container .top_container .adres_cont p {
    font-family: Cygre SemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
  }

  .footer_bottom_container .top_container .adres_cont span {
    font-family: Cygre SemiBold;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: left;
  }

  .footer_bottom_container .top_container .phone_cont a {
    font-family: Cygre SemiBold;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    text-align: left;
  }

  .footer_bottom_container .top_container .phone_cont p {
    font-family: Cygre SemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
  }

  .footer_bottom_container .top_container .phone_cont {
    gap: 20px;
  }

  .footer_bottom_container .top_container .svg_ink_cont {
    gap: 20px;
  }

  .footer_bottom_container .top_container .svg_ink_cont svg {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  .footer_bottom_container {
    gap: 0;
  }

  .footer_bottom_container .bottom_container p,
  .footer_bottom_container .bottom_container a {
    font-family: Cygre;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }

  .footer_bottom_container .bottom_container {
    gap: 10px;
  }

  footer {
    padding-bottom: 80px;
  }
}

.overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

#overlayMenu {
  z-index: 10;
}

#overlayPopup {
  z-index: 14;
}

.overlay.open {
  visibility: visible;
  opacity: 50%;
  transition: 0.5s;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #FFF;
  z-index: 12;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header_container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.header_logo_container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_logo_container .logo_svg {
  min-width: 200px;
}

.header_logo_container .mob {
  display: none;
}

.header_logo_container .desc {
  font-family: Cygre SemiBold;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  min-width: 157px;
  max-width: 157px;
}

.header_logo_container h2,
.header_logo_container h2 span {
  font-family: Coolvetica;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  text-transform: uppercase;
  display: none;
}

.header_hidd_container {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 860px;
  justify-content: space-between;
  margin-left: auto;
}

.header_hidd_container .bottom_cont .svg_link_cont {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header_hidd_container .bottom_cont .svg_link_cont a {
  display: flex;
}

.header_hidd_container .bottom_cont .svg_link_cont svg {
  cursor: pointer;
}

.header_hidd_container .bottom_cont .svg_link_cont svg:hover path {
  fill: #2164E5;
}

.header_hidd_container .bottom_cont .phone,
.header_hidd_container .bottom_cont .email,
.header_hidd_container .bottom_cont .adres {
  display: none;
}

.header_hidd_container .menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 652px;
  gap: 20px;
}

.header_hidd_container .menu li a {
  font-family: Cygre Medium;
  font-size: 17px;
  font-weight: 500;
  line-height: 32.34px;
  text-align: left;
}

.header_left_cont {
  display: flex;
}

.header_left_cont svg {
  display: none;
}

.header_left_cont a.button {
  width: 260px;
  height: 60px;
  margin-left: 20px;
}

@media (max-width: 1550px) {
  .header_left_cont a.button {
    width: 150px;
    margin-left: 0;
  }

  .header_hidd_container {
    max-width: none;
    justify-content: end;
  }

  .header_hidd_container .menu li a {
    font-size: 15px;
  }
}

@media (min-width: 1291px) {
  main {
    margin-top: 100px;
  }
}

@media (max-width: 1290px) {
  main {
    margin-top: 100px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
  }

  .header_hidd_container {
    position: fixed;
    right: 0;
    transform: translateX(101%);
    top: 100px;
    background-color: #FFF;
    padding: 20px 20px 150px;
    z-index: 11;
    width: 100%;
    max-width: 470px;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
    justify-content: start;
  }

  .header_hidd_container .menu {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 140px;
  }

  .header_hidd_container .bottom_cont .phone,
  .header_hidd_container .bottom_cont .email,
  .header_hidd_container .bottom_cont .adres {
    display: block;
  }

  .header_hidd_container .bottom_cont .phone {
    font-family: Cygre SemiBold;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
  }

  .header_hidd_container .bottom_cont .email {
    font-family: Cygre Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
  }

  .header_hidd_container .bottom_cont .svg_link_cont {
    margin-top: 20px;
  }

  .header_hidd_container .bottom_cont .svg_link_cont a {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: #2164E5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header_hidd_container .bottom_cont .svg_link_cont svg:hover path {
    fill: #FFF;
  }

  .header_hidd_container .bottom_cont .adres {
    margin-top: 20px;
    font-family: Cygre Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
  }

  .header_hidd_container .bottom_cont .svg_link_cont svg path {
    fill: #FFF;
  }

  .header_hidd_container .menu li a {
    font-family: Cygre Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 32.34px;
    text-align: left;
    padding: 9px 20px;
    border-radius: 12px;
    border: 1px solid #C5C5C5;
    display: block;
  }

  .open .header_hidd_container {
    transform: translateX(0%);
  }

  .open .header_left_cont svg#button_menu_open .back {
    fill: #15141A;
    opacity: 1;
    transform: rotate(0deg);
  }

  .open .header_left_cont svg#button_menu_open path {
    opacity: 0;
    transform: rotate(-90deg);
  }

  .open .header_left_cont svg#button_menu_open .close {
    opacity: 1;
    transform: rotate(360deg);
  }

  .header_left_cont svg#button_menu_open {
    display: block;
    min-width: 60px;
    min-height: 60px;
  }

  .header_left_cont svg#button_menu_open .back {
    opacity: 1;
    transform: rotate(0deg);
  }

  .header_left_cont svg#button_menu_open path {
    opacity: 1;
    transform: rotate(-360deg);
  }

  .header_left_cont svg#button_menu_open .close {
    opacity: 0;
    transform: rotate(90deg);
  }

  .header_left_cont {
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 500px;
    justify-content: end;
  }

  .header_left_cont a.button {
    width: 100%;
    max-width: 260px;
    background: none;
    border: 1px solid #E22B57;
    color: #E22B57;
  }
}

@media (max-width: 720px) {
  main {
    margin-top: 70px;
  }

  .header_left_cont svg#button_menu_open {
    min-width: 40px;
    min-height: 40px;
  }

  .header_hidd_container {
    top: 70px;
  }

  .header_left_cont a.button {
    height: 40px;
    font-family: Cygre SemiBold;
    font-size: 12px;
    font-weight: 600;
    line-height: 11.8px;
    text-align: center;
    max-width: 110px;
  }

  .header_logo_container .desc,
  .header_logo_container .logo_svg {
    display: none;
  }

  .header_logo_container h2.logo_text {
    display: inline;
    font-family: Coolvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    white-space: nowrap;
  }

  .header_logo_container h2.logo_text span {
    font-family: Coolvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    display: inline;
  }

  .header_logo_container .mob {
    display: inline;
    font-family: Cygre SemiBold;
    font-size: 10px;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  .header_logo_container {
    gap: 0;
    flex-direction: column;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 470px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.main_achievement {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 80px;
  border-radius: 40px;
  background-color: #E9ECF4;
}

.main_achievement h2 {
  text-align: center;
  margin-bottom: 40px;
}

.main_achievement .flex {
  flex-direction: column;
  gap: 40px;
}

.main_achievement .card {
  width: 100%;
  background-color: #FFF;
  border-radius: 40px;
  display: flex;
}

.main_achievement .card svg {
  min-height: 150px;
  max-height: 150px;
  max-width: 150px;
  min-width: 150px;
  margin-right: 80px;
  margin-top: 20px;
}

.main_achievement .card .top {
  margin: 20px 0 40px 40px;
  display: flex;
  gap: 40px;
  align-items: center;
  margin-right: 20px;
  min-width: 480px;
  max-width: 480px;
  height: fit-content;
  min-height: 150px;
}

.main_achievement .card .top span {
  font-family: Cygre Medium;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  color: #E22B57;
  white-space: nowrap;
}

.main_achievement .card .top h3 {
  font-family: Cygre Medium;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
}

.main_achievement .card .default {
  display: none;
  background-color: #E9ECF3;
  border-radius: 20px;
  padding: 20px;
}

.main_achievement .card .default ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: circle;
}

.main_achievement .card .default ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.main_achievement .card .cont {
  padding: 40px;
}

.main_achievement .card .cont .text {
  font-family: Cygre Medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
  margin-bottom: 20px;
}

.main_achievement .card .cont .span_btn {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px dashed #2164E5;
  cursor: pointer;
  display: inline-block;
}

.main_achievement .card .cont .span_btn:hover {
  opacity: 0.5;
}

.main_achievement .card.active .cont .span_btn {
  margin-bottom: 10px;
}

.main_achievement .card.active .default {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1550px) {
  .main_achievement .card {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .main_achievement .card svg {
    margin: 0;
    margin-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .main_achievement .card .top {
    max-width: none;
    min-width: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .main_achievement .card .cont {
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .main_achievement {
    padding: 40px 20px;
  }

  .main_achievement .card .top {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main_achievement .card svg {
    margin-left: 20px;
    margin-right: 20px;
  }

  .main_achievement .card .cont {
    padding: 20px;
    padding-top: 0;
  }

  .main_achievement .card .top span {
    font-family: Cygre Medium;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }

  .main_achievement .card .top h3 {
    font-family: Cygre Medium;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
  }

  .main_achievement .card svg {
    min-height: 100px;
    max-height: 100px;
    max-width: 100px;
    min-width: 100px;
  }

  .main_achievement .card .cont .text {
    font-family: Cygre Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    text-align: left;
  }

  .main_achievement .card .cont .span_btn {
    font-family: Cygre;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    text-align: left;
  }
}

@media (max-width: 530px) {
  .main_achievement .card svg {
    margin: 0 auto;
  }
}

@media (max-width: 470px) {
  .main_achievement {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.main_baner_section {
  background-color: #E9ECF4;
}

.main_baner {
  padding: 80px 0;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.main_baner .cont {
  width: 100%;
  max-width: 50%;
  padding: 40px;
  border-radius: 40px;
  min-height: 650px;
}

.main_baner .left_cont {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main_baner .left_cont p,
.main_baner .left_cont p span {
  font-family: Cygre Medium;
  font-size: 36px;
  font-weight: 500;
  line-height: 39.6px;
  text-align: left;
}

.main_baner .right_cont {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
}

.main_baner .right_cont img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.main_baner .right_cont .small_container {
  width: 410px;
  padding: 20px;
  border-radius: 20px;
  background-color: #E9ECF3;
  margin-top: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main_baner .right_cont .small_container .top_cont {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.main_baner .right_cont .small_container .top_cont span {
  font-family: Cygre Medium;
  font-size: 36px;
  font-weight: 500;
  line-height: 50.4px;
  text-align: left;
}

.main_baner .right_cont .small_container .top_cont svg {
  min-width: 142px;
  min-height: 78px;
  max-width: 142px;
  max-height: 78px;
}

.main_baner .right_cont .small_container p {
  font-family: Cygre Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
}

@media (max-width: 1290px) {
  .main_baner {
    flex-direction: column;
  }

  .main_baner .cont {
    max-width: none;
  }

  .main_baner .left_cont {
    min-height: auto;
    gap: 60px;
  }
}

@media (max-width: 720px) {

  .main_baner .left_cont p,
  .main_baner .left_cont p span {
    font-family: Cygre Medium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
  }

  .main_baner .cont {
    padding: 20px;
  }

  .main_baner .right_cont {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }

  .main_baner .right_cont img {
    position: static;
    border-radius: 20px;
    height: 362px;
  }

  .main_baner .right_cont .small_container {
    margin: 0;
    width: 100%;
    max-width: none;
    background-color: #FFF;
  }

  .main_baner .right_cont .small_container .top_cont span {
    font-family: Cygre Medium;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
  }

  .main_baner .right_cont .small_container p {
    font-family: Cygre Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
  }
}

@media (max-width: 470px) {
  .main_baner {
    padding: 40px 0;
  }
}

@media (max-width: 350px) {
  .main_baner .right_cont .small_container .top_cont svg {
    min-width: 100px;
    min-height: 60px;
    max-width: 100px;
    max-height: 60px;
  }
}

.main_cons_form {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #E9ECF3;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 80px;
}

.main_cons_form iframe {
  max-width: 400px !important;
}

.main_cons_form .dop_cont_form {
  /* display: flex;
  gap: 20px; */
}

.main_cons_form h2 {
  max-width: 1310px;
}

.main_cons_form ul {
  display: flex;
  flex-direction: row;
  gap: 20px 40px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.main_cons_form ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 400px;
}

.main_cons_form ul li span {
  font-family: Cygre SemiBold;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
  color: #FFF;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E22B57;
  border-radius: 50%;
}

.main_cons_form ul li p {
  font-family: Cygre Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
}

.main_cons_form form {
  width: 100%;
}

.main_cons_form form .cont {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.main_cons_form form .cont .input_cont {
  position: relative;
}

.main_cons_form form .cont .input_cont input {
  height: 80px;
  border: 1px solid #000000;
  font-family: Cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  width: 480px;
  border-radius: 12px;
  background-color: #FFF;
  padding: 0 20px;
}

.main_cons_form form .cont .input_cont input::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

.main_cons_form form .cont .input_cont span {
  display: none;
}

.main_cons_form form .cont .input_cont.err input {
  color: #E22B57;
  border: 1px solid #E22B57;
}

.main_cons_form form .cont .input_cont.err input::placeholder {
  color: rgba(226, 43, 87, 0.5019607843);
}

.main_cons_form form .cont .input_cont.err span {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  position: absolute;
  top: 101%;
  width: 100%;
  left: 0;
}

.main_cons_form form .cont .button_v2 {
  height: 80px;
  width: 280px;
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: center;
}

.main_cons_form form p {
  font-family: Cygre;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.main_cons_form form p a {
  font-family: Cygre SemiBold;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
}

@media (max-width: 970px) {
  .main_cons_form form .cont {
    flex-direction: column;
  }

  .main_cons_form form .cont .input_cont input,
  .main_cons_form form .cont .button_v2 {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .main_cons_form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 20px;
    gap: 40px;
  }
}

@media (max-width: 470px) {
  .main_cons_form ul li p {
    font-family: Cygre Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
  }

  .main_cons_form form .cont .input_cont input {
    font-family: Cygre;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
  }

  .main_cons_form form .cont .input_cont input,
  .main_cons_form form .cont .button_v2 {
    height: 60px;
  }

  .main_cons_form form p {
    font-family: Cygre;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
  }

  .main_cons_form form p a {
    font-family: Cygre SemiBold;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: center;
  }
}

.main_help {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.main_help .grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.main_help .grid .card {
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  background-color: #E9ECF3;
  display: flex;
  flex-direction: column;
  gap: 35px;
  justify-content: space-between;
}

.main_help .grid .card .top {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}

.main_help .grid .card .top h3 {
  font-family: Cygre SemiBold;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.main_help .grid .card .top svg {
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
}

@media (max-width: 1290px) {
  .main_help .grid {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .main_help {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 30px;
  }
}

@media (max-width: 470px) {
  .main_help .grid .card {
    padding: 20px 20px 40px;
    gap: 20px;
  }

  .main_help .grid .card .top {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .main_help .grid .card .top svg {
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
  }

  .main_help .grid .card .top h3 {
    font-family: Cygre SemiBold;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }

  .main_help .grid .card p {
    font-family: Cygre;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }
}

.main_influence {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.main_influence .influence_container {
  display: flex;
  gap: 40px;
}

.main_influence .cont {
  width: 100%;
  max-width: 50%;
  border-radius: 40px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.main_influence .cont h3 {
  font-family: Cygre SemiBold;
  font-size: 48px;
  font-weight: 600;
  line-height: 67.2px;
  text-align: left;
}

.main_influence .cont ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.main_influence .cont ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main_influence .cont ul li svg {
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
}

.main_influence .cont ul li p {
  font-family: Cygre Medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: left;
}

.main_influence .left_cont {
  background-color: #E9ECF3;
}

.main_influence .right_cont {
  background-color: #2164E5;
}

.main_influence .right_cont h3 {
  color: #FFF;
}

.main_influence .right_cont ul li p {
  color: #FFF;
}

@media (max-width: 1290px) {
  .main_influence .influence_container {
    flex-direction: column;
  }

  .main_influence .cont {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .main_influence {
    gap: 30px;
  }

  .main_influence .influence_container {
    gap: 20px;
  }

  .main_influence .cont {
    padding: 40px 20px;
    gap: 30px;
  }

  .main_influence .cont h3 {
    font-family: Cygre SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
  }

  .main_influence .cont ul li p {
    font-family: Cygre Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
  }
}

@media (max-width: 470px) {
  .main_influence {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main_influence .cont ul {
    gap: 20px;
  }

  .main_influence .cont ul li svg {
    min-width: 30px;
    max-width: 30px;
    max-height: 30px;
    min-height: 30px;
  }
}

.main_keys_form {
  margin-top: 60px;
  margin-bottom: 80px;
  border-radius: 40px;
  background-color: #2164E5;
  padding: 80px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.main_keys_form .cont {
  width: 100%;
  max-width: 50%;
}

.main_keys_form .left_cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.main_keys_form .left_cont h3 {
  font-family: Cygre SemiBold;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
  color: #FFF;
}

.main_keys_form .left_cont p {
  font-family: Cygre Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: #FFF;
}

.main_keys_form .right_cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main_keys_form .right_cont .top {
  display: flex;
  gap: 20px;
}

.main_keys_form .right_cont .top .input_cont {
  width: 100%;
  position: relative;
}

.main_keys_form .right_cont .top .input_cont input {
  width: 100%;
  max-width: 568px;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  height: 80px;
  padding: 0 20px;
  font-family: Cygre;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: left;
  background-color: #FFF;
}

.main_keys_form .right_cont .top .input_cont input::placeholder {
  opacity: 0.5;
}

.main_keys_form .right_cont .top .input_cont span {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  position: absolute;
  top: 101%;
  width: 100%;
  left: 0;
  display: none;
  color: #FFF;
}

.main_keys_form .right_cont .top .input_cont.err input,
.main_keys_form .right_cont .top .input_cont.err input::placeholder {
  color: #E22B57;
  opacity: 1;
}

.main_keys_form .right_cont .top .input_cont.err input {
  border: 1px solid #E22B57;
}

.main_keys_form .right_cont .top button[type=submit] {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: center;
  height: 80px;
  width: 100%;
  max-width: 192px;
}

.main_keys_form .right_cont p {
  font-family: Cygre;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #FFF;
}

.main_keys_form .right_cont p a {
  font-family: Cygre SemiBold;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  color: #FFF;
}

.main_keys_form .right_cont p a:hover {
  text-decoration: underline;
}

@media (max-width: 1550px) {
  .main_keys_form .right_cont .top {
    flex-direction: column;
  }

  .main_keys_form .right_cont .top .input_cont input {
    max-width: none;
  }

  .main_keys_form .right_cont .top button[type=submit] {
    max-width: none;
  }
}

@media (max-width: 1290px) {
  .main_keys_form {
    flex-direction: column;
    border-radius: 20px;
  }

  .main_keys_form .cont {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .main_keys_form {
    padding: 40px 20px;
  }

  .main_keys_form .left_cont h3 {
    font-family: Cygre SemiBold;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
  }

  .main_keys_form .left_cont {
    gap: 20px;
  }

  .main_keys_form .left_cont p {
    font-family: Cygre Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
  }

  .main_keys_form .right_cont p {
    font-family: Cygre;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
  }

  .main_keys_form .right_cont p a {
    font-family: Cygre SemiBold;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
  }

  .main_keys_form .right_cont .top .input_cont input {
    height: 60px;
    font-family: Cygre;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
  }

  .main_keys_form .right_cont .top button[type=submit] {
    height: 60px;
    font-family: Cygre SemiBold;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: center;
  }
}

@media (max-width: 470px) {
  .main_keys_form {
    margin-bottom: 40px;
  }
}

.main_keys {
  margin-top: 80px;
}

.main_keys h2 {
  margin-bottom: 60px;
  text-align: center;
}

.main_keys .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.main_keys .grid .card {
  background-color: #E9ECF3;
  padding: 40px;
  border-radius: 20px;
}

.main_keys .grid .card .anons img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 227px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.main_keys .grid .card .anons h3 {
  font-family: Cygre SemiBold;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  margin-bottom: 30px;
}

.main_keys .grid .card .anons ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.main_keys .grid .card .anons ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.main_keys .grid .card .anons ul li span {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 6px;
  background-color: #000;
  color: #FFF;
}

.main_keys .grid .card .anons ul li:nth-child(2n) span {
  background-color: #E22B57;
}

.main_keys .grid .card .anons .btn_detail {
  font-family: Cygre SemiBold;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
  color: #2164E5;
}

.main_keys .grid .card .anons .btn_detail:hover {
  opacity: 0.5;
}

.main_keys .button_v3 {
  margin: 0 auto;
  max-width: 243px;
  height: 80px;
  font-family: Cygre SemiBold;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: center;
}

@media (max-width: 1290px) {
  .main_keys .grid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main_keys .grid .card {
    max-width: 700px;
  }
}

@media (max-width: 720px) {
  .main_keys .grid .card {
    padding: 20px 20px 40px;
  }

  .main_keys .grid .card .anons h3 {
    font-family: Cygre SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
  }

  .main_keys .grid .card .anons ul {
    margin-bottom: 20px;
  }

  .main_keys .grid .card .anons ul li p {
    font-family: Cygre;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
  }

  .main_keys h2 {
    margin-bottom: 40px;
  }

  .main_keys .grid .card .anons .btn_detail {
    font-family: Cygre SemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
  }
}

@media (max-width: 470px) {
  .main_keys .grid .card .anons img {
    height: 170px;
  }
}

@media (max-width: 470px) {
  .main_keys {
    margin-top: 40px;
  }
}

.invise {
  display: none !important;
}

.popup_keys {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: max-content;
  padding: 0 80px;
  width: 100%;
  max-width: 1340px;
}

.popup_keys .close {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 15;
  cursor: pointer;
}

.popup_keys .popup__container {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup_keys .popup__container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popup_keys .popup__container {
  width: 100%;
  position: relative;
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px 80px;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}

.popup_keys .popup__container img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.popup_keys .popup__container .top_cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.popup_keys .popup__container .top_cont h3 {
  font-family: Cygre SemiBold;
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  text-align: left;
}

.popup_keys .popup__container .top_cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.popup_keys .popup__container .top_cont ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.popup_keys .popup__container .top_cont ul li span {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 6px;
  background-color: #000;
  color: #FFF;
}

.popup_keys .popup__container .top_cont ul li:nth-child(2n) span {
  background-color: #E22B57;
}

.popup_keys .popup__container .default {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.popup_keys.open {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

@media (max-width: 1290px) {
  .popup_keys .close {
    right: 20px;
    top: -10px;
    transform: translateY(-100%);
  }

  .popup_keys {
    padding: 0 20px;
    margin-top: 100px;
  }

  .popup_keys .popup__container {
    padding: 20px 20px 140px;
  }
}

@media (max-width: 720px) {
  .popup_keys .popup__container .top_cont h3 {
    font-family: Cygre SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
  }

  .popup_keys .popup__container .default h4,
  .popup_keys .popup__container .default h5,
  .popup_keys .popup__container .default h6 {
    font-family: Cygre SemiBold;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: left;
  }
}

.main_problem {
  border-radius: 40px;
  padding: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #E9ECF3;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.main_problem h2 {
  max-width: 628px;
}

.main_problem .subtitle {
  display: none;
}

.main_problem .grid {
  width: 100%;
  max-width: 932px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 40px;
}

.main_problem .grid .card {
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.main_problem .grid .card .hiid_text_cont {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  top: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px;
  z-index: 2;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.main_problem .grid .card:hover .hiid_text_cont {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  top: 80%;
}

@media (max-width: 1550px) {
  .main_problem {
    flex-direction: column;
  }

  .main_problem h2 {
    max-width: none;
  }

  .main_problem .grid {
    max-width: none;
  }
}

@media (max-width: 970px) {
  .main_problem {
    padding: 40px 20px;
  }
}

@media (max-width: 720px) {
  .main_problem .grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .main_problem .grid .card {
    padding: 20px;
    gap: 40px;
  }

  .main_problem .grid .card svg {
    width: 60px;
    height: 60px;
  }

  .main_problem .grid .card h3 {
    font-family: Cygre Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }

  .main_problem {
    gap: 20px;
  }

  .main_problem .subtitle {
    display: block;
    font-family: Cygre;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    margin-bottom: 20px;
  }
}

@media (max-width: 470px) {
  .main_problem {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.main_rew {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.main_rew .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.main_rew .grid .card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 560px;
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #E9ECF3;
}

.main_rew .grid .card .num {
  font-family: Cygre Medium;
  font-size: 80px;
  font-weight: 500;
  line-height: 72px;
  text-align: left;
}

.main_rew .grid .card .text {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
  margin-top: auto;
}

.main_rew .grid .card h3 {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
}

.main_rew .grid .card p {
  font-family: Cygre;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
}

.main_rew .grid .card .bottom {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.main_rew .grid .card .bottom h4 {
  font-family: Cygre Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
}

.main_rew .grid .card .bottom .rew_link {
  border-bottom: 1px dashed #2164E5;
  font-family: Cygre;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: left;
  text-transform: uppercase;
  color: #2164E5;
}

.main_rew .grid .card .bottom .rew_link:hover {
  opacity: 0.5;
}

.main_rew .grid .card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main_rew .grid .card.blue {
  background-color: #2164E5;
}

.main_rew .grid .card.blue * {
  color: #FFF;
}

.main_rew .grid .card.video {
  background: none;
  padding: 0;
}

@media (max-width: 1290px) {
  .main_rew .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 970px) {
  .main_rew .grid {
    display: flex;
    flex-direction: column;
  }

  .main_rew .grid .card {
    max-width: none;
    min-height: 282px;
  }
}

@media (max-width: 720px) {
  .main_rew {
    gap: 30px;
  }

  .main_rew .grid .card {
    padding: 40px 20px;
  }

  .main_rew .grid .card .num {
    font-family: Cygre Medium;
    font-size: 60px;
    font-weight: 500;
    line-height: 54px;
    text-align: left;
  }

  .main_rew .grid .card .text {
    font-family: Cygre SemiBold;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
  }

  .main_rew .grid .card h3 {
    font-family: Cygre SemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
  }

  .main_rew .grid .card p {
    font-family: Cygre;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
  }
}

@media (max-width: 470px) {
  .main_rew {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.main_sertif {
  margin-top: 160px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  border-radius: 40px;
  padding: 40px 40px 60px;
  background-color: #E9ECF3;
}

.main_sertif .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.main_sertif .top h2 {
  font-family: Cygre SemiBold;
  font-size: 48px;
  font-weight: 600;
  line-height: 67.2px;
  text-align: center;
}

.sertifSwiper {
  width: -webkit-fill-available;
}

.sertifSwiper .swiper-slide {
  width: fit-content;
  max-width: 425px;
  display: flex;
  align-items: center;
}

.sertifSwiper .swiper-slide img {
  object-fit: contain;
  width: fit-content;
  max-height: 425px;
}

@media (max-width: 720px) {
  .main_sertif {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px 0;
    gap: 30px;
  }

  .main_sertif .top {
    padding: 0 20px;
  }

  .main_sertif .top svg {
    width: 30px;
    height: 30px;
  }

  .main_sertif .top h2 {
    font-family: Cygre SemiBold;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
  }

  .sertifSwiper {
    padding-left: 20px;
  }

  .sertifSwiper .swiper-slide {
    max-width: 150px;
  }

  .sertifSwiper .swiper-slide img {
    max-height: 150px;
  }
}

.main_services {
  padding: 120px 0 80px;
}

.main_services h2 {
  max-width: 860px;
  margin-bottom: 60px;
}

.main_services .container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.main_services .container .left_cont {
  padding: 40px;
  border-radius: 20px;
  background-color: #E9ECF3;
  height: 540px;
  width: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("./../img/img_2.png");
  background-position: 150% 100%;
  background-size: contain;
}

.main_services .container .left_cont p {
  font-family: Cygre SemiBold;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.main_services .container .left_cont .bot .button_v2 {
  height: 80px;
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: center;
  margin-top: 40px;
}

.main_services .container .left_cont .bot span {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  margin-top: 10px;
}

.main_services .container .left_cont .bot h3 {
  font-family: Cygre SemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  text-align: left;
}

.main_services .container .right_cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1010px;
}

.main_services .container .right_cont .card {
  width: 100%;
  padding: 40px;
  background-color: #E9ECF3;
  display: flex;
  gap: 20px;
  border-radius: 20px;
}

.main_services .container .right_cont .card svg {
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px;
  margin-top: auto;
  margin-bottom: auto;
}

.main_services .container .right_cont .card .middle_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 430px;
}

.main_services .container .right_cont .card .middle_box h3 {
  font-family: Cygre SemiBold;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
}

.main_services .container .right_cont .card .middle_box p {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}

.main_services .container .right_cont .card ul {
  background: rgba(255, 255, 255, 0.5019607843);
  display: flex;
  flex-direction: column;
  height: fit-content;
  padding: 5px 20px;
  border-radius: 10px;
}

.main_services .container .right_cont .card ul li {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #D6D9E0;
}

.main_services .container .right_cont .card ul li:last-of-type {
  border: none;
}

@media (max-width: 1550px) {
  .main_services .container .left_cont {
    display: none;
  }

  .main_services .container .right_cont {
    max-width: none;
  }

  .main_services .container .right_cont .card .middle_box {
    max-width: 700px;
  }

  .main_services .container .right_cont .card ul {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
  }
}

@media (max-width: 720px) {
  .main_services .container .right_cont .card ul {
    display: none;
  }

  .main_services h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 470px) {
  .main_services {
    padding: 60px 0 40px;
  }

  .main_services .container .right_cont .card {
    flex-direction: column;
    padding: 20px;
  }

  .main_services .container .right_cont .card .middle_box h3 {
    font-family: Cygre SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
  }

  .main_services .container .right_cont .card .middle_box p {
    font-family: Cygre;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
  }
}

.dop_text {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: 180px;
  font-family: Cygre;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #E9ECF3;
}

.dop_text::before {
  content: "";
  min-width: 8px;
  max-width: 8px;
  max-height: 8px;
  min-height: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #E9ECF3;
  transform: rotate(45deg) translateY(-53%) translateX(-50%);
  z-index: 3;
}

.main_trust_section {
  background-color: #E9ECF3;
}

.main_trust {
  margin-top: 80px;
  margin-bottom: 80px;
}

.main_trust h2 {
  text-align: center;
  margin-bottom: 60px;
}

.trust_container {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.trust_container .cont {
  width: 100%;
  max-width: 50%;
  padding: 40px 40px 60px;
  background-color: #FFF;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
}

.trust_container .cont img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 580px;
  margin-bottom: 40px;
  border-radius: 20px;
}

.trust_container .cont h3 {
  font-family: Cygre SemiBold;
  font-size: 48px;
  font-weight: 600;
  line-height: 67.2px;
  text-align: left;
}

.trust_container .cont h3 span {
  font-family: Cygre SemiBold;
  font-size: 48px;
  font-weight: 600;
  line-height: 67.2px;
  text-align: left;
}

.trust_container .cont .default {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.trust_container .cont .bottom {
  margin-top: auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.trust_container .cont .bottom .svg_cont {
  position: relative;
  width: fit-content;
  cursor: pointer;
  display: flex;
}

.trust_container .cont .bottom .svg_cont svg {
  width: 70px;
  height: 70px;
}

.trust_container .cont .bottom .svg_cont .dop_text {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  top: 20%;
}

.trust_container .cont .bottom .svg_cont:hover .dop_text {
  top: 0%;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

@media (max-width: 1290px) {
  .trust_container {
    flex-direction: column;
  }

  .trust_container .cont {
    max-width: none;
  }

  .trust_container .cont img {
    height: 40%;
  }
}

@media (max-width: 720px) {
  .main_trust {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main_trust h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  .trust_container .cont {
    padding: 20px;
  }

  .trust_container .cont h3 {
    font-family: Cygre SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 20px;
  }

  .trust_container .cont h3 span {
    font-family: Cygre SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
  }

  .trust_container .cont .bottom .svg_cont svg {
    width: 50px;
    height: 50px;
  }

  .dop_text {
    width: 120px;
    font-family: Cygre;
    font-size: 10px;
    font-weight: 400;
    line-height: 12.2px;
    text-align: center;
  }
}

.main_who_job_section {
  background-color: #E9ECF3;
  border-radius: 0 0 20px 20px;
}

.main_who_job {
  margin-top: 80px;
  margin-bottom: 80px;
}

.main_who_job h2 {
  margin-bottom: 60px;
}

.main_who_job .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.main_who_job .grid .card {
  border-radius: 20px;
  background-color: #FFF;
  height: fit-content;
}

.main_who_job .grid .card img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 60%;
  border-radius: 20px 20px 0 0;
}

.main_who_job .grid .card .top_cont_title .cont {
  padding-bottom: 0;
}

.main_who_job .grid .card .cont {
  padding: 20px 40px;
}

.main_who_job .grid .card .cont h3 {
  font-family: Cygre SemiBold;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  margin-bottom: 10px;
}

.main_who_job .grid .card .cont .prof {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D9E0;
}

.main_who_job .grid .card .cont h4 {
  font-family: Cygre;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
  margin: 20px 0;
  margin-top: 0;
}

.main_who_job .grid .card .cont .docs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.main_who_job .grid .card .cont .docs a {
  width: 56px;
  height: 80px;
  cursor: pointer;
  position: relative;
}

.main_who_job .grid .card .cont .docs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main_who_job .grid .card .cont .docs a .dop_text {
  opacity: 0;
  visibility: hidden;
  top: 20%;
  transition: 0.5s;
}

.main_who_job .grid .card .cont .docs a:hover .dop_text {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: 0.5s;
}

@media (max-width: 1290px) {
  .main_who_job .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .main_who_job .grid {
    display: flex;
    flex-direction: column;
  }

  .main_who_job h2 {
    margin-bottom: 20px;
  }

  .main_who_job .grid .card .top_cont_title .cont {
    padding: 10px 10px 0;
  }

  .main_who_job .grid .card .cont {
    padding: 10px;
  }
}

@media (max-width: 470px) {
  .main_who_job {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main_who_job .top_cont_title {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 0.6px solid #D6D9E0;
    padding-bottom: 10px;
  }

  .main_who_job .grid .card img {
    width: 110px;
    height: 101px;
    border-radius: 10px;
  }

  .main_who_job .grid .card {
    padding: 10px;
  }

  .main_who_job .grid .card .top_cont_title .cont {
    padding: 0;
  }

  .main_who_job .grid .card .cont h3 {
    font-family: Cygre SemiBold;
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: left;
  }

  .main_who_job .grid .card .cont .prof {
    padding: 0;
    border: none;
  }

  .main_who_job .grid .card .cont h4 {
    font-family: Cygre Medium;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: left;
    margin-bottom: 10px;
  }
}


.popupCheck {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: max-content;
  padding: 0 20px;
}

.popupCheck .popup__container {
  display: flex;
  flex-direction: column;
  width: auto;
  position: relative;
  background-color: #F4F6F9;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  padding: 40px 20px 20px;
  max-height: 70vh;
  overflow-y: scroll;
}

.popupCheck .popup__container h2 {
  font-family: Cygre;
  font-size: 22px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

.popupCheck .popup__container p {
  font-family: Cygre;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #A1A1A9;
  margin-bottom: 20px;
}

.popupCheck .popup__container span,
.popupCheck .popup__container span a {
  font-family: Cygre;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
}

.popupCheck .popup__container span a {
  text-decoration: underline;
}

.popupCheck .popup__container span {
  margin-bottom: 10px;
}

.popupCheck .popup__container .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.popupCheck .popup__container .close-btn:hover path {
  opacity: 0.5;
}

.popupCheck.open {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

@media (min-width: 991px) {
  .popupCheck .popup__container {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .popupCheck .popup__container::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}