.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100; }

.modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-content {
  background: white;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto; }

.country-selector-modal {
  background-color: black;
  overflow-y: auto; }

.country-selector-modal__title {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  font-weight: 400; }

.country-selector-modal__continent {
  margin-bottom: 15px; }

.country-selector-modal__continent h3 {
  font-size: 1rem;
  border-bottom: 1px solid #ccc; }

.country-selector-modal__continent a {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  line-height: 1;
  width: 190px;
  margin: 5px 0;
  font-size: 0.875rem; }

.country-selector-modal__continent img {
  width: 20px;
  margin-right: 5px; }

.country-selector-modal__close {
  position: absolute;
  top: 2px;
  right: 15px;
  font-size: 25px;
  cursor: pointer; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.fjalla-font {
  font-family: "Fjalla One", sans-serif; }

@font-face {
  font-family: "advertaStd-regular";
  src: url("../backendAssets/common/fonts/Averta_Standard/AvertaStd-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "advertaStd-light";
  src: url("../backendAssets/common/fonts/Averta_Standard/AvertaStd-Light.ttf") format("truetype"); }

@font-face {
  font-family: "advertaStd-bold";
  src: url("../backendAssets/common/fonts/Averta_Standard/AvertaStd-Bold.ttf") format("truetype"); }

body {
  font-family: "advertaStd-regular", sans-serif; }

.container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px; }

.header {
  background: black;
  border-bottom: 1px solid #707070; }

.header__nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px; }

.header__buttons {
  display: flex;
  align-items: center;
  gap: 25px; }

.header__registration-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  background: #df00b8;
  color: white;
  font-size: 12px;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase; }

.header__login-btn {
  color: white;
  text-decoration: none;
  font-size: 14px; }

.hero {
  min-height: 450px;
  background-position: center;
  background-size: cover;
  padding-top: 88px;
  padding-bottom: 75px;
  background-color: black;
  background-image: url("../backendAssets/common/anti-sex-trafficking/hero.jpg"); }

.hero__content-title {
  color: white;
  font-size: 60px;
  max-width: 550px;
  margin-bottom: 26px;
  line-height: 70px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase; }

.hero__content-title span {
  color: #df00b8; }

.hero__content-descritption {
  color: white;
  font-size: 24px;
  max-width: 575px;
  font-family: "advertaStd-light", sans-serif; }

.information-points__wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  gap: 35px; }

.information-points__left {
  flex: 1; }

.information-points__blocks-title {
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 20px;
  color: #1c1c1e; }

.information-points__block-icon-wrapper {
  height: 90px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5e5ea;
  border-radius: 10px; }

.information-points__block-icon-wrapper--pink {
  background: #df00b8; }

.information-points__block-icon {
  max-width: 34px; }

.information-points__block {
  display: flex;
  gap: 21px;
  margin-bottom: 28.5px; }

.information-points__block-title {
  font-size: 20px;
  color: #2c2c2e;
  font-family: "advertaStd-bold"; }

.information-points__block-description {
  font-size: 16px;
  color: #636366; }

.information-points__block-content {
  flex: 1; }

.information-points__right {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.information-points__blocks-flex {
  display: flex;
  gap: 35px; }

.information-points__block {
  flex: 1; }

.information {
  background: #f2f2f7;
  padding-top: 100px;
  padding-bottom: 100px; }

.information__wrapper {
  display: flex;
  gap: 51px; }

.information_block {
  flex: 1; }

.information__img {
  margin-bottom: 20px; }

.information__img img {
  width: 100%; }

.information__title {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
  color: #1c1c1e; }

.information__paragraph {
  font-size: 16px;
  margin-bottom: 20px;
  color: #636366; }

.information__list {
  margin-bottom: 20px;
  list-style: none; }

.information_list-item {
  margin-bottom: 20px;
  padding-left: 35px;
  color: #636366;
  position: relative; }

.information_list-item::before {
  content: "";
  height: 5px;
  width: 5px;
  background: #636366;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 7px; }

.information__paragraph--bold {
  font-family: "advertaStd-bold"; }

.resources {
  background-image: url("../backendAssets/common/anti-sex-trafficking/resouces_background.svg"); }

.resources {
  padding-top: 75px;
  padding-bottom: 75px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.resources__img {
  width: 336px;
  border-radius: 9px; }

.resources__wrapper {
  display: flex;
  gap: 100px; }

.resources__content-title {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif; }

.resources__content-subtitle {
  font-size: 16px;
  margin-bottom: 20px; }

.resources__content-links-wrapper {
  display: flex;
  gap: 50px; }

.resources__content-links {
  flex: 1; }

.resources__content-links {
  list-style: none; }

.resources__content-links li {
  margin-bottom: 20px;
  font-size: 16px;
  position: relative;
  padding-left: 35px; }

.resources__content-links li::before {
  content: "";
  height: 5px;
  width: 5px;
  background: #636366;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 8px; }

.resources__content-link-title {
  text-transform: uppercase;
  color: #1c1c1e; }

.resources__content-link-link {
  font-family: "advertaStd-bold";
  color: #1c1c1e; }

.resources__content-link-link a {
  color: #1c1c1e;
  text-decoration: none; }

.footer {
  background: #f2f2f7;
  text-align: center;
  padding-top: 51px;
  padding-bottom: 44px; }

.footer__links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 23px;
  flex-wrap: wrap; }

.footer__link {
  color: #000000;
  text-decoration: none;
  font-size: 14px; }

.footer__information {
  color: #8e8e93;
  font-size: 13px;
  max-width: 905px;
  margin: auto;
  margin-bottom: 15px; }

.footer__copyright {
  color: #8e8e93;
  font-size: 13px; }

.statisctic {
  padding-top: 100px;
  padding-bottom: 80px; }

.statisctic__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase; }

.statisctic__flex-images {
  display: flex;
  gap: 45px;
  margin-bottom: 30px;
  text-align: center; }

.statisctic__flex-images img {
  width: 115px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px; }

.statisctic__image-title {
  font-size: 12px;
  color: #636366; }

.statistic__3-cols {
  display: flex;
  gap: 45px; }

.statistic__single-col {
  flex: 1; }

.statisctic__wrapper {
  display: flex;
  gap: 45px;
  margin-bottom: 45px; }

.statisctic__col-1 {
  flex: 1; }

.statisctic__col-2 {
  flex: 2; }

.statisctic__fill-width-img {
  width: 100%; }

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none; } }

@media (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; }
  .information-points__wrapper {
    padding-top: 20px;
    padding-bottom: 0;
    flex-direction: column;
    gap: 0; }
  .information-points__blocks-flex {
    flex-direction: column;
    gap: 0; }
  .information-points__block {
    margin-bottom: 17px; }
  .information-points__block-icon-wrapper {
    height: unset;
    width: unset;
    background: none; }
  .information-points__block-icon {
    width: 25px; }
  .information-points__block {
    align-items: flex-start;
    gap: 10px; }
  .information-points__blocks-title {
    font-size: 20px; }
  .information-points__block-title,
  .information-points__block-description {
    font-size: 15px; }
  .hide-on-mobile {
    display: none; }
  .information {
    padding-top: 20px;
    padding-bottom: 20px; }
  .information__wrapper {
    flex-direction: column;
    gap: 0; }
  .information__title {
    font-size: 20px; }
  .information__img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .information__paragraph,
  .information_list-item {
    font-size: 15px; } }

@media (max-width: 1025px) {
  .resources__wrapper {
    gap: 25px; }
  .resources__content-links-wrapper {
    gap: 25px; }
  .resources__img {
    width: 225px; }
  .statisctic__wrapper,
  .statistic__3-cols {
    gap: 20px; } }

@media (max-width: 767px) {
  .resources {
    padding-top: 20px;
    padding-bottom: 5px; }
  .resources__img-wrapper {
    display: flex; }
  .resources__img {
    max-width: 100%;
    width: 400px;
    margin: auto; }
  .resources__wrapper {
    flex-direction: column;
    gap: 20px; }
  .resources__content-title {
    font-size: 20px;
    margin-bottom: 20px; }
  .resources__content-subtitle {
    display: none; }
  .resources__content-links-wrapper {
    flex-direction: column;
    gap: 0; }
  .resources__content-links li {
    margin-bottom: 15px;
    font-size: 15px; } }

@media (max-width: 767px) {
  .footer {
    padding-top: 29px;
    padding-bottom: 20px; }
  .footer__links {
    margin-bottom: 20px; } }

.header__registration-btn {
  display: flex;
  gap: 5px;
  align-items: center; }

@media (max-width: 875px) {
  .hero {
    background-position: 65% 50%; } }

@media (max-width: 767px) {
  .hero__content-title {
    font-size: 30px;
    max-width: 300px;
    line-height: 40px; }
  .hero__content-descritption {
    font-size: 18px;
    max-width: 222px; }
  .header {
    border: none; } }

@media (max-width: 500px) {
  .hero {
    background-image: url("../backendAssets/common/anti-sex-trafficking/hero-mobile.jpg");
    background-position: center; } }

@media (max-width: 767px) {
  .statisctic {
    padding-top: 25px;
    padding-bottom: 20px; }
  .statisctic__title {
    font-size: 20px;
    margin-bottom: 10px; }
  .statistic__3-cols {
    flex-direction: column;
    gap: 0; } }

.statisctic__img--full-width img {
  width: 100%; }

.statisctic__wrapper--align-center {
  align-items: center; }

@media (max-width: 767px) {
  .statisctic__wrapper,
  .statistic__3-cols {
    flex-direction: column; }
  .statisctic__flex-images {
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center; }
  .statisctic__wrapper {
    margin-bottom: 0; }
  .statisctic__img--full-width {
    margin-bottom: 20px; }
  .statisctic__wrapper {
    gap: 0; } }

.statisctic__img--circle {
  display: flex;
  flex-direction: column;
  align-items: center; }

.statisctic__image-legend {
  color: #636366;
  font-size: 12px;
  position: relative;
  font-family: "advertaStd-bold"; }

.statisctic__image-legend::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background: #df00b8;
  top: 50%;
  right: calc(100% + 5px);
  transform: translateY(-50%); }

.statisctic__wrapper--first {
  margin-bottom: 0; }

@media (max-width: 950px) {
  .statisctic__flex-images {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr); }
  .statisctic__img--circle {
    padding: 20px; }
  .statisctic__flex-images--circles {
    position: relative; }
  .statisctic__flex-images--circles::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #e5e5ea;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
  .statisctic__flex-images--circles::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e5e5ea;
    left: 0;
    top: 50%;
    transform: translateY(-50%); } }
