body {
  font-family: "Open Sans", sans-serif;
  color: black;
  background-color: #F3F3F3;
  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;
}

a, button {
  color: #F3F3F3;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  transition: 0.2s ease;
  font-weight: 600;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

a:focus, a:hover, a:active, button:active, button:hover, button:focus {
  color: white;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}

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

h1, h2, h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  color: #333333;
  text-transform: uppercase;
}
h1 span, h2 span, h3 span {
  color: #A4227D;
}

h1, h2 {
  font-size: 4rem;
}
h1 span, h2 span {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.75rem;
}

h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: #A4227D;
  text-transform: uppercase;
}

p {
  font-family: "Open Sans", sans-serif;
  position: relative;
  color: #333333;
  font-weight: 300;
  font-size: 2rem;
  text-transform: none;
  line-height: 1.2;
}

p.bold {
  font-weight: 700;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  background: #F3F3F3;
  width: 100vw;
  height: 100vh;
}
#preloader .preload {
  position: relative;
  height: auto;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}
#preloader span {
  top: 0;
  left: 0;
  position: absolute;
  height: 54px;
  width: 100%;
  border-radius: 8px;
}
#preloader span h1 {
  position: relative;
  width: auto;
  -webkit-animation: preload_in_move_c 4s ease infinite;
  animation: preload_in_move_c 4s ease infinite;
  animation-delay: 0.1s;
  text-align: center;
  background: linear-gradient(90deg, #A4227D 0%, #A4227D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 16px 32px;
}
@-webkit-keyframes preload_in_move_c {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes preload_in_move_c {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
  width: 100%;
  background-color: #F3F3F3;
  padding: 80px;
}

.text_block {
  text-align: start;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.5rem;
  }
  h1 span {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }
  h1 span {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    text-align: center;
  }
}
@media screen and (max-width: 467px) {
  h1 {
    font-size: 2.25rem;
  }
  h1 span {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  p {
    font-size: 1.25rem;
  }
}
.header-container {
  display: block;
  position: relative;
  width: 100%;
  z-index: 997;
  background: none;
  padding-top: 48px;
  padding-bottom: 24px;
}
.header-container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .header-container .logo {
    margin: 0 auto;
  }
}
/*--- #MAIN PAGE---*/
#main_section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: min-content;
  transition: none;
  background: url(../img/bg_main.webp) center/cover no-repeat;
  overflow: hidden;
  padding: 0 !important;
}
#main_section .content_wrapper {
  display: block;
  position: relative;
  height: 100%;
  flex-basis: 60%;
  padding: 0 80px 80px 80px;
  min-width: 900px;
}
#main_section .content_wrapper::before {
  content: "";
  position: absolute;
  width: calc(100% + 80px);
  height: calc(100% + 64px);
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 90% 0, 100% 96%, 0% 100%);
  background: rgb(238, 237, 230);
  background: linear-gradient(90deg, rgb(238, 237, 230) 0%, rgba(238, 237, 230, 0.8) 100%);
}
#main_section .main_container {
  display: block;
  position: relative;
}
#main_section .main_container .form_wrapper {
  display: block;
  max-width: 640px;
  position: relative;
  background: white;
  width: auto;
  border-radius: 16px;
  padding: 8px 0;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
}
#main_section .main_container .form_wrapper .form_block {
  display: block;
  position: relative;
  max-width: 640px;
  max-height: 500px;
  padding: 0;
  margin-left: 0;
  overflow: auto;
  border-radius: 16px;
}
#main_section .main_container .form_wrapper .form_block iframe {
  width: 100%;
  border-radius: 16px;
  overflow: auto;
}
#main_section .main_container .form_wrapper ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  padding: 0;
  margin: 0;
}
#main_section .main_container .form_wrapper ::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  border-radius: 10px;
  cursor: pointer;
}
#main_section .main_container .form_wrapper ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}
#main_section .main_container .form_wrapper ::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
#main_section .main_container .title_block {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
#main_section .main_container .title_block h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}
#main_section .main_container .title_block h1 span {
  font-weight: 900;
}
#main_section .main_container .subtitle_block {
  margin-top: 48px;
  max-width: 600px;
}
#main_section .main_container .subtitle_block .text_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: auto;
  max-width: max-content;
  height: max-content;
  border-radius: 16px;
  border: 1px solid white;
  padding: 16px 32px;
  padding-left: 0;
  margin-left: 36px;
  margin-bottom: 24px;
}
#main_section .main_container .subtitle_block .text_block img {
  display: block;
  position: relative;
  width: 64px;
  height: auto;
  transform: translateX(-32px);
}
#main_section .main_container .subtitle_block .advantages {
  margin-bottom: 0;
}
#main_section .main_container .subtitle_block .advantages h3 {
  color: #A4227D;
}
@media screen and (max-width: 1199px) {
  #main_section .content_wrapper {
    padding: 0 64px 64px 64px;
    min-width: 768px;
  }
}
@media screen and (max-width: 991px) {
  #main_section .content_wrapper {
    padding: 0 54px 54px 54px;
    min-width: 600px;
    flex-basis: 75%;
  }
}
@media screen and (max-width: 767px) {
  #main_section .content_wrapper {
    padding: 0 48px 48px 48px;
    flex-basis: 100%;
    min-width: auto;
  }
  #main_section .content_wrapper::before {
    clip-path: none;
  }
  #main_section .main_container .subtitle_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
  }
  #main_section .main_container .subtitle_block .text_block {
    padding: 12px 24px;
    padding-left: 0;
    margin-left: 24px;
    margin-bottom: 16px;
  }
  #main_section .main_container .subtitle_block .text_block h3 {
    transform: translateX(-16px);
  }
  #main_section .main_container .subtitle_block .text_block img {
    width: 56px;
    transform: translateX(-32px);
  }
}
@media screen and (max-width: 567px) {
  #main_section .content_wrapper {
    padding: 0 32px 32px 32px;
  }
}
@media screen and (max-width: 467px) {
  #main_section .content_wrapper {
    padding: 0 24px 24px 24px;
  }
  #main_section .main_container .subtitle_block .text_block {
    padding: 12px 20px;
    padding-left: 0;
  }
  #main_section .main_container .subtitle_block .text_block img {
    width: 48px;
    transform: translateX(-24px);
  }
}

#about {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  background: url(../img/bg_second.webp) center/cover no-repeat;
  padding: 0;
}
#about .about_container {
  display: block;
  position: relative;
  flex-basis: 60%;
  padding: 80px;
  min-width: 900px;
  margin: 0;
}
#about .about_container .text_block p {
  color: #333333;
}
#about .about_container::before {
  content: "";
  position: absolute;
  width: calc(100% + 110px);
  height: calc(100% + 48px);
  top: -48px;
  right: 0;
  clip-path: polygon(0 0, 100% 32px, 100% 100%, 10% 100%);
  background: rgb(238, 237, 230);
  background: linear-gradient(270deg, rgb(238, 237, 230) 0%, rgba(238, 237, 230, 0.8) 100%);
}
@media screen and (max-width: 1199px) {
  #about .about_container {
    padding: 64px;
    min-width: 768px;
  }
}
@media screen and (max-width: 991px) {
  #about .about_container {
    padding: 54px;
    min-width: 600px;
    flex-basis: 75%;
  }
}
@media screen and (max-width: 767px) {
  #about .about_container {
    padding: 48px;
    flex-basis: 100%;
    min-width: auto;
  }
  #about .about_container::before {
    clip-path: polygon(0 0, 100% 32px, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 567px) {
  #about .about_container {
    padding: 32px;
  }
}
@media screen and (max-width: 467px) {
  #about .about_container {
    padding: 24px;
  }
}

@media screen and (max-width: 1199px) {
  #main_section {
    background-position: 75% 50%;
  }
}
@media screen and (max-width: 767px) {
  #main_section {
    background: url(../img/bg_main_sm.webp) center/cover no-repeat;
  }
  #about {
    background: url(../img/bg_second_sm.webp) center/cover no-repeat;
  }
}
/*--- #ELEMENTS---*/
#footer {
  display: block;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 48px 24px;
  width: 100%;
}
#footer .links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 8px;
}
#footer .links a {
  display: block;
  color: #585858;
  max-width: 320px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  margin: 0 16px;
}
#footer .links a:hover {
  color: #333333;
}
@media screen and (max-width: 399px) {
  #footer .links {
    flex-direction: column;
  }
  #footer .links a {
    margin-bottom: 12px;
  }
  #footer .links a:last-child {
    margin-bottom: 0;
  }
}
#footer .copyright {
  text-align: center;
  color: #979797;
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0;
}

.modal-dialog {
  margin-bottom: 0;
  color: #333333;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.modal-dialog .modal-content {
  border-radius: 16px;
  padding: 8px;
  background-color: white;
}
.modal-dialog .modal-content .modal-header {
  background-color: white;
  color: #A4227D;
  border: none;
  text-align: center;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-body {
  padding: 0 16px;
  background-color: white;
  color: #A4227D;
  text-align: start;
  padding-bottom: 32px;
}
.modal-dialog .modal-content .modal-body h2 {
  color: #A4227D;
  font-size: 1.75rem;
  text-align: center;
  padding-bottom: 32px;
}
.modal-dialog .modal-content .modal-body p {
  color: #333333;
  text-align: start;
  margin-bottom: 0;
  font-size: 1.25rem;
  text-transform: none;
}
.modal-dialog .modal-content .modal-body a {
  color: #031B30;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: start;
  width: auto;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.modal-dialog .modal-content .modal-body a:hover {
  color: #333333;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.modal-dialog .modal-content .modal-footer {
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  color: #333333;
  border: none;
  margin: 0;
  padding-bottom: 16px;
}
.modal-dialog .modal-content .modal-footer button {
  display: block;
  background-color: #A4227D;
  color: white;
  border-radius: 32px;
  border: none;
  min-width: 180px;
  height: auto;
  margin: 0;
  padding: 8px 4px;
  font-weight: 700;
  font-size: 1.25rem;
  transition: 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
}
.modal-dialog .modal-content .modal-footer button:hover {
  color: white;
  background: #333333;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}

:root {
  overflow-y: visible;
}

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