

body {
  margin: 0;
  padding: 0;
  /* background-color: #202020; */
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

/* width */
/* ::-webkit-scrollbar {
  width: 4px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #e1e1e1;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
} */

a {
  color: #5E2E8D;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.9;
}

input,
textarea,
select {
  font-family: 'Montserrat', sans-serif;
  outline: none;
  box-sizing: border-box;
}

p {
  margin: 0 0 15px;
  padding: 0;
}
@media (max-width: 991.98px) {
  p {
    margin: 0 0 15px;
  }
}

i {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #31394d;
}

h1 {
  margin: 0 0 25px;
  font-size: 48px;
}
h2 {
  margin: 0 0 20px;
  font-size: 36px;
}
h3 {
  margin: 0 0 15px;
  font-size: 30px;
}
h4 {
  margin: 0 0 12px;
  font-size: 20px;
}
h5 {
  margin: 0 0 12px;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  h1 {
    margin: 0 0 20px;
    font-size: 42px;
  }
  h2 {
    margin: 0 0 15px;
    font-size: 30px;
  }
  h3 {
    margin: 0 0 15px;
    font-size: 22px;
  }
  h4 {
    margin: 0 0 10px;
    font-size: 18px;
  }
  h5 {
    margin: 0 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 478.98px) {
  h1 {
    margin: 0 0 15px;
  }
  h2 {
    margin: 0 0 12px;
  }
  h3 {
    margin: 0 0 10px;
  }
  h4 {
    margin: 0 0 8px;
  }
  h5 {
    margin: 0 0 8px;
  }
}

.clearfix {
  clear: both;
}

.image-link {
  font-size: 0;
}

.inp-link {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}

.button-link {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.button-link:hover {
  opacity: 0.8;
}

@media (max-width: 1199.98px) {
  .btn {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .btn {
    min-width: 170px;
    padding: 15px 12px 13px;
  }
}

.close {
  display: block;
  width: 18px;
  height: 18px;
}
.close:hover {
  opacity: 0.9;
}
.close:before,
.close:after {
  position: absolute;
  left: 9px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.grecaptcha-badge {
  visibility: hidden;
}