body {
  font-family: "Rajdhani", sans-serif;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  min-height: 100vh;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #171717;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

a {
  color: #171717;
  font-family: "Rajdhani", sans-serif;
  text-decoration: none;
  transition: 0.2s ease;
}

a:focus, a:hover, a:active {
  color: #000000;
}

a.btn:focus, a.btn:hover, a.btn:active {
  color: #000000;
  border: none !important;
  box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rajdhani", sans-serif;
  color: #606060;
  font-weight: 700;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

p {
  position: relative;
  color: #606060;
  font-weight: 400;
  font-size: 1.2rem;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  background: #171717;
  width: 100vw;
  height: 100vh;
}
#preloader .preload {
  position: absolute;
  height: 54px;
  width: 12px;
  top: calc(50% - 27px);
  left: calc(50% - 6px);
}
#preloader span {
  top: 0;
  left: 0;
  position: absolute;
  background-color: #ffffff;
  height: 54px;
  width: 12px;
  -webkit-animation: preload_in_move_c 3s ease infinite;
  animation: preload_in_move_c 3s ease infinite;
  animation-delay: 0.1s;
  border-radius: 8px;
}
#preloader .preload:before {
  content: "";
  position: absolute;
  height: 44px;
  width: 12px;
  top: calc(50% - 18px);
  left: calc(50% - 24px);
  background-color: #48bc7c;
  -webkit-animation: preload_in_move_l 3s ease infinite;
  animation: preload_in_move_l 3s ease infinite;
  border-radius: 8px;
}
#preloader .preload::after {
  content: "";
  position: absolute;
  height: 38px;
  width: 12px;
  top: calc(50% - 11px);
  left: calc(50% + 12px);
  background-color: #ffffff;
  -webkit-animation: preload_in_move_r 3s ease infinite;
  animation: preload_in_move_r 3s ease infinite;
  animation-delay: 0.2s;
  border-radius: 8px;
}
@-webkit-keyframes preload_in_move_c {
  0% {
    height: 54px;
  }
  60% {
    height: 12px;
    top: 50%;
  }
  100% {
    height: 54px;
  }
}
@keyframes preload_in_move_c {
  0% {
    height: 54px;
  }
  60% {
    height: 12px;
    top: 50%;
  }
  100% {
    height: 54px;
  }
}
@-webkit-keyframes preload_in_move_l {
  0% {
    height: 44px;
  }
  60% {
    height: 12px;
    top: 50%;
  }
  100% {
    height: 44px;
  }
}
@keyframes preload_in_move_l {
  0% {
    height: 44px;
  }
  60% {
    height: 12px;
    top: 50%;
  }
  100% {
    height: 44px;
  }
}
@-webkit-keyframes preload_in_move_r {
  0% {
    height: 38px;
  }
  60% {
    height: 12px;
    top: 50%;
  }
  100% {
    height: 38px;
  }
}
@keyframes preload_in_move_r {
  0% {
    height: 38px;
  }
  60% {
    height: 12px;
    top: 50%;
  }
  100% {
    height: 38px;
  }
}

section {
  height: auto;
  width: 100%;
  background-color: #ffffff;
}
section .circle {
  position: absolute;
  left: 0;
  top: 0;
  height: 30vw;
  width: 30vw;
  min-height: 200px;
  min-width: 200px;
  max-width: 540px;
  max-height: 540px;
  opacity: 0.5;
  border-radius: 50%;
}

header {
  z-index: 997;
  padding: 0;
  transition: 0.25s ease;
  background-color: #ffffff;
}
header .logo img {
  height: 32px;
  margin: 0;
  margin-left: 8px;
}

@media screen and (max-width: 991px) {
  header.opened {
    transform-style: preserve-3d;
    transition: 0.25s ease;
    box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.1294117647);
  }
}
.navbar {
  padding: 0;
  margin: 0;
  align-items: center;
}
.navbar #navbar_toggle {
  justify-content: end;
}
.navbar ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  align-items: center;
}
.navbar ul li {
  position: relative;
  white-space: nowrap;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.navbar ul li a {
  color: #000000;
  font-weight: 300;
}
.navbar ul li a:hover, .navbar ul li a:focus, .navbar ul li a:active {
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .navbar ul li ul:hover, .navbar ul li ul:active, .navbar ul li ul:focus {
    box-shadow: none;
  }
  .navbar ul li a {
    font-weight: 400;
  }
}

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
  border: none;
  box-shadow: none;
  margin: 0;
}

.mobile-nav-toggle {
  color: #171717;
  cursor: pointer;
  line-height: 3;
}
.mobile-nav-toggle svg {
  width: 32px;
  height: 32px;
}

.line {
  fill: none;
  stroke: #171717;
  stroke-width: 6;
  transition: stroke-dasharray 0.5s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.line1, .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.opened .line1, .opened .line3 {
  stroke-dasharray: 50 207;
  stroke-width: 6;
  opacity: 0.5;
}

.opened .line2 {
  stroke-dasharray: 100 207;
  stroke-width: 6;
  opacity: 0.75;
}

/*--- #MAIN ---*/
#main_section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
  width: 100%;
  padding-top: 78px;
  padding-bottom: 96px;
  transition: none;
  overflow-x: hidden;
  background: linear-gradient(to bottom, #ffffff 35%, #171717 35%);
}
#main_section .main_block {
  justify-content: space-between;
}
#main_section .main_block .iframe_box {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f6f6f6;
  border: none;
  border-radius: 0px 48px 48px 0px;
  margin-top: 32px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2470588235);
  z-index: 20;
}
#main_section .main_block .iframe_box .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#main_section .main_block .iframe_box .wrapper h1 {
  text-align: center;
  font-size: calc(1.5rem + 1.25vw);
  margin: 0;
  padding: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #171717;
}
#main_section .main_block .iframe_box .wrapper .frame_box {
  width: 100%;
  height: 100%;
}
#main_section .main_block .iframe_box .wrapper .frame_box iframe {
  width: 100%;
  min-height: 540px;
  border: none;
  border-radius: 48px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  #main_section .main_block .iframe_box {
    min-height: 800px;
  }
}
@media screen and (max-width: 665px) {
  #main_section .main_block .iframe_box {
    min-height: 640px;
  }
}
#main_section .main_block .head_img {
  display: flex;
  justify-content: center;
  position: relative;
  height: 75vh;
  min-height: 480px;
  max-height: 900px;
  background: url(../img/head_img_lg.png) left no-repeat;
  background-size: cover;
  border-radius: 48px 0px 0px 48px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2470588235);
  padding-right: 0;
  margin-right: 0;
  z-index: 20;
}
@media screen and (max-width: 992px) {
  #main_section .main_block .iframe_box {
    border-radius: 48px;
    width: 95%;
    margin-left: 2.5%;
  }
  #main_section .main_block .head_img {
    display: none;
  }
}
#main_section .circle.c_green {
  border: 2px solid #48bc7c;
  left: 45%;
  top: 9.5%;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  #main_section .circle.c_green {
    display: none;
  }
}

#advantages {
  display: flex;
  position: relative;
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}
#advantages .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
  padding: 0;
  background-color: none;
  min-width: 256px;
  border-radius: 32px;
  border: none;
  transition: 0.2s ease;
  transform-style: preserve-3d;
  background-color: none;
  width: 80%;
  z-index: 10;
  --animate-duration: 1.5s;
}
#advantages .card .card_img {
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 2.5rem;
  height: auto;
  width: auto;
  background-color: #171717;
  box-shadow: 0px 0px 13px 2px #6d6d6d;
  z-index: 10;
}
#advantages .card .card_body {
  z-index: 10;
  width: auto;
}
#advantages .card img {
  position: relative;
  border: none;
  width: auto;
  height: 180px;
  transition: 0.4s ease;
  background-color: #171717;
  border-radius: 2.5rem;
  padding: 2.25rem;
  z-index: 10;
}
#advantages .card h2 {
  font-weight: 700;
  font-size: calc(1.5rem + 1vw);
  text-align: start;
  padding: 8px;
  margin-right: 0;
  margin-left: 32px;
}
#advantages .card p {
  display: block;
  text-align: start;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.1;
  padding: 8px;
  margin-right: 0;
  margin-left: 32px;
}
#advantages .card:nth-child(2) {
  align-items: center;
  justify-content: end;
}
#advantages .card:nth-child(2) h2, #advantages .card:nth-child(2) p {
  text-align: end;
  margin-right: 32px;
  margin-left: 0;
}
#advantages .circle.c_blue {
  border: 2px solid #4b93f2;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  overflow-y: visible;
}
#advantages .circle.c_red {
  border: 2px solid #e24f42;
  top: 50%;
  left: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  overflow-y: visible;
  width: 20vw;
  height: 20vw;
}
@media screen and (max-width: 680px) {
  #advantages .card {
    flex-direction: column;
    z-index: 0;
    align-items: center;
    justify-content: center;
  }
  #advantages .card h2, #advantages .card p {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  #advantages .card .card_img {
    margin-bottom: 24px;
  }
  #advantages .card:nth-child(2) {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  #advantages .card:nth-child(2) h2, #advantages .card:nth-child(2) p {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  #advantages .circle.c_red {
    top: 40%;
    left: 100%;
    z-index: 0;
    transform: translateX(-30%) translateY(-40%);
  }
}

#stats {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(to bottom, #ffffff 25%, #171717 25%);
  width: 100%;
  transition: none;
}
#stats h2 {
  display: block;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: calc(1.5rem + 0.75vw);
  text-align: center;
}
#stats h3 {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: calc(1.35rem + 0.25vw);
  font-weight: 400;
}
#stats p {
  text-align: justify;
  font-weight: 400;
  font-size: 1.25rem;
}
#stats .general_card {
  display: flex;
  align-items: center;
  position: relative;
  width: 80%;
  margin-left: 10%;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 48px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2470588235);
  z-index: 20;
}
#stats .general_card .stats_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  transition: none !important;
  margin: 0 auto;
}
#stats .general_card .stats_block .card_box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#stats .general_card .stats_block .card_box .stat_box {
  flex: 1;
  flex-basis: 25%;
  display: block;
  position: relative;
}
#stats .general_card .stats_block .card_box .stat_box::before {
  content: "";
  position: absolute;
  top: 10%;
  height: 80%;
  width: 2px;
  background: linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(211, 211, 208) 25%, rgb(211, 211, 208) 75%, rgb(246, 246, 246) 100%);
  left: calc(100% - 2px);
}
#stats .general_card .stats_block .card_box .stat_box:nth-child(4)::before {
  display: none;
}
#stats .general_card .stats_block .card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 310px;
  min-height: 320px !important;
  background-color: #ffffff;
  border-radius: 32px;
  border: none;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2470588235);
}
#stats .general_card .stats_block .card .card-text {
  text-align: center;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0 8px;
}
#stats .general_card .stats_block .card img {
  width: 128px;
  padding-top: 2rem;
}
#stats .general_card .stats_block .card:nth-child(1) {
  margin-right: 2vw;
}
#stats .general_card .stats_block .card:nth-child(3) {
  margin-left: 2vw;
}
@media screen and (max-width: 1320px) {
  #stats .general_card .stats_block .card {
    width: 360px;
  }
  #stats .general_card .stats_block .card:nth-child(1) {
    margin-right: 1.5vw;
  }
  #stats .general_card .stats_block .card:nth-child(2) {
    margin-left: 1.5vw;
  }
  #stats .general_card .stats_block .card:nth-child(3) {
    margin-left: 0;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 899px) {
  #stats .general_card .stats_block .steps {
    flex-direction: column;
  }
  #stats .general_card .stats_block .card_box .stat_box {
    flex-basis: 50%;
    margin-top: 2.5rem;
  }
  #stats .general_card .stats_block .card_box .stat_box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 64px;
    width: 2px;
    background: linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(211, 211, 208) 25%, rgb(211, 211, 208) 75%, rgb(246, 246, 246) 100%);
    left: calc(100% - 2px);
  }
  #stats .general_card .stats_block .card_box .stat_box:nth-child(2)::before {
    display: none;
  }
  #stats .general_card .stats_block .card {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 3vw !important;
  }
}
@media screen and (max-width: 467px) {
  #stats .general_card .stats_block .card_box .stat_box {
    flex-basis: 100%;
    margin-top: 2.5rem;
  }
  #stats .general_card .stats_block .card_box .stat_box::before {
    content: "";
    position: absolute;
    top: -1.25rem;
    left: calc(50% - 40px);
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, rgb(246, 246, 246) 0%, rgb(211, 211, 208) 25%, rgb(211, 211, 208) 75%, rgb(246, 246, 246) 100%);
  }
  #stats .general_card .stats_block .card_box .stat_box:nth-child(1)::before {
    display: none;
  }
  #stats .general_card .stats_block .card_box .stat_box:nth-child(2)::before, #stats .general_card .stats_block .card_box .stat_box:nth-child(3)::before, #stats .general_card .stats_block .card_box .stat_box:nth-child(4)::before {
    display: block;
  }
  #stats .general_card .stats_block .card {
    width: 100%;
    margin-top: 5vw !important;
  }
}
@media screen and (max-width: 1199px) {
  #stats .general_card {
    width: 90%;
    margin-left: 5%;
  }
}
#stats .form_btn {
  cursor: pointer;
  line-height: 60px;
  height: 58px;
  padding: 0;
  background-color: #48bc7c;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  width: 240px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 54px;
  border-radius: 16px;
  box-shadow: 0px 0px 16px 0px #000000;
  border: none;
}
#stats .form_btn:hover {
  background-color: #39d37c;
}
#stats .circle.c_purple {
  border: 2px solid #cea1e3;
  top: 65%;
  left: 0%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  overflow-y: visible;
  width: 35vw;
  height: 35vw;
}

#footer {
  position: relative;
  text-align: center;
  color: #f6f6f6;
  font-size: 1rem;
  background-color: #171717;
  margin: 0;
  padding-top: 32px;
  width: 100%;
  z-index: 100;
}
#footer a {
  color: #f6f6f6;
  display: block;
  text-align: center;
  margin-top: 6px;
  font-weight: 300;
}
#footer a:hover {
  color: #ffffff;
  font-weight: 400;
}
#footer a.logo, #footer a.logo:hover {
  transform: none;
}
#footer .copyright {
  text-align: center;
  color: #606060;
}
#footer .logo_img {
  max-height: 24px;
  width: auto;
  margin: auto;
  z-index: 5;
}

.modal-dialog {
  margin-bottom: 0;
  color: #171717;
  text-align: center;
}
.modal-dialog .modal-content {
  border-radius: 16px;
  padding: 16px;
}
.modal-dialog .modal-content .modal-header {
  background-color: #ffffff;
  color: #171717;
  border: none;
  text-align: center;
  border-radius: 32px;
}
.modal-dialog .modal-content .modal-header h2 {
  text-align: center;
}
.modal-dialog .modal-content .modal-body {
  background-color: #ffffff;
  color: #171717;
}
.modal-dialog .modal-content .modal-body p {
  text-align: start;
}
.modal-dialog .modal-content .modal-footer {
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  color: #171717;
  border: none;
  margin: 0;
  padding: 0;
}
.modal-dialog .modal-content .modal-footer button {
  background-color: #171717;
  color: #ffffff;
  border-radius: 8px;
  min-width: 160px;
  line-height: 40px;
  padding: 0;
  font-weight: 700;
  font-size: 1.25rem;
  transition: 0.1s ease;
}
.modal-dialog .modal-content .modal-footer button:hover {
  background-color: #000000;
}

:root {
  --animate-delay:.1s;
  overflow-y: visible;
}

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