@import 'fonts.css';
@import 'preview.css';
@import 'describes.css';
@import 'steps.css';
@import "registering.css";
@import "platform.css";
@import "services.css";
@import "opportunities.css";
@import "rates.css";
@import "development.css";
@import "questions.css";
@import "problems.css";
@import "footer.css";
@import "review.css";



h1, h1, h3, h4, h5{
  margin: 0;
  padding: 0;
}
body {
  font-family: "GeometriaRegular", sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
}
a, button, a *, button * {
  cursor: pointer;
}

img {
  pointer-events: none;
}

button {
  cursor: pointer;
}
ul{
  list-style: none;
}

input {
  outline: none;
}

.wr-problems-common input::placeholder, textarea::placeholder {
  font-family: 'GeometriaMedium', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #99A3C5;
}
.wr-registering input::placeholder {
  font-family: 'GeometriaMedium', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #99A3C5;
}

* {
  margin: 0;
  padding: 0;

}

.container-custom {
  padding: 0 15px;
  margin: 0 auto;
}

@media all and (min-width: 576px) {
  .container-custom {
    padding: 0 36px;

  }
}

@media all and (min-width: 768px) {
  .container-custom {
    padding: 0 39px;
  }
}

@media all and (min-width: 1200px) {
  .container-custom {
    padding: 0 45px;

  }
}
@media all and (min-width: 1920px) {
  .container-custom {
    max-width: 1460px;
  }
}

.container-title-custom {
  width: 100%;
  text-align: center;
}

.container-title-custom h2 {
  font-family: 'GeometriaBold', sans-serif;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #1E3147;
}
@media all and (min-width: 1920px) {
  .container-title-custom h2  {
    font-size: 48px;
    line-height: 60px;
  }
}


button:hover.blue-shadow,  button:hover.dark-shadow {
  background: linear-gradient(90.11deg, #33A1FB 1.25%, #0664B1 99.92%);
}

button:active.blue-shadow,  button:active.dark-shadow {
  background: #33A1FB;
}

.common-btn-md {
  background: #33A1FB;
  border-radius: 29px;
  font-family: "GeometriaRegular", sans-serif ;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
  color: #fff;
  text-align: center;
  outline: none;
  border: none;
  white-space: nowrap;
}
.blue-shadow {
  box-shadow: 0px 10px 15px -6px rgba(51, 161, 251, 0.5)
}
.dark-shadow {
  box-shadow: 0px 10px 15px -6px rgba(30, 49, 71, 0.15);
}
.common-btn-lg {
  background: #33A1FB;
  border-radius: 35px;
  font-family: "GeometriaBold", sans-serif ;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 18px 27px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  white-space: nowrap;
}
@media all and (min-width: 1920px) {
  .common-btn-lg{
    font-size: 20px;
    padding: 18px 28px;
  }
}

.underline-btn {
  background-color: transparent;
  font-family: "GeometriaRegular", sans-serif ;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #33A1FB;
  display: inline-block;
  border: 3px solid #33A1FB;
  border-radius: 29px;
  outline: none;
  padding: 15px 20px;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.underline-btn:hover {
  background-color: #33A1FB;
  color: white;
}
@media all and (min-width: 1920px) {
  .underline-btn{
    font-size: 20px;
    padding: 16px 32px 14px 20px;
  }
}

.dashed-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
  border: 1px dashed #1E3147;
}

.plus-icon  {
  position: absolute;
}
.plus-icon  .vertical{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

}
.plus-icon  .horizontal{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.circle-icon {
  position: absolute;
  border-radius: 50%;
}
.wr-common-bg {
  background-image: url("../media/platform/common_bg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
@media all and (min-width: 1920px) {
  .wr-common-bg{
    background-size: cover;
  }
  .menu-desktop {
    display: flex;
    flex-direction: column;
  }
}

.wr-cookie-alert {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 24px 0 20px 0;
  z-index: 10;
}
.wr-cookie-alert.none {
  display: none;
}
.cookie-alert {
  font-family: "GeometriaRegular", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #1E3147;
  display: flex;
  align-items: center;
}
.cookie-alert a {
  color: #33A1FB;
}
.wr-cookie-btn {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media all and (min-width: 768px) {
  .wr-cookie-btn {
    margin-left: 146px;
  }
}
.wr-cookie-btn button {
  display: none;
}
@media all and (min-width: 768px) {
  .wr-cookie-btn button {
    margin-right: 67px;
    display: block;
  }
}
@media all and (min-width: 1920px) {
  .wr-rates .container-custom{
    padding: 26px 0 67px;
  }
}
.checkbox {
  opacity: 0;
}
.checkbox-custom {
  width: 14px;
  height: 14px;
  background-color: #F5F7F9;
  border-radius: 4px;
  position: absolute;
}

.container-checkbox.checked  .checkbox-custom {
  background-image: url("../media/tick.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.wr-problems-common .container-checkbox.checked  .checkbox-custom {
  background-image: url("../media/tick_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #33A1FB;
}
.container-checkbox {
  position: relative;
}

/* feild wrapper */

.feild_wrapper{
  display: inline-block;
  position: relative;
  width: 100%;
}
.feild_wrapper input,
.feild_wrapper textarea{
  transition: ease-in 1000ms;
}
.feild_wrapper.wrong input,
.feild_wrapper.wrong textarea{
  border-color: red;
  box-shadow: 0 0 5px red;
  transition: ease-in 1000ms;
}
.feild_wrapper .error_label{
  background: rgba(207,4,4,1);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 1px 1px 3px #c9c9c9;
  color: #fff;
  font-size: 14px;
  left: 0;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 6px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 240px;
  z-index: 3;
}
.feild_wrapper .error_label:after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid rgba(207,4,4,1);
  position: absolute;
  bottom: -4px;
  left: 15px;
  margin-left: -2px;
}
.feild_wrapper.wrong .error_label{
  visibility: visible;
  -webkit-animation: 400ms bounceIn;
  animation: 400ms bounceIn;
}
.wrong input[type=checkbox] ~ span {
  color: rgba(207,4,4,1);
}

/* MODAL */

.modals {
  display: none;
}

.modal-success {
  background: #FFFFFF;
  border-radius: 50px;
  max-width: 1302px;
  padding: 56px;
  width: calc(100% - 30px);
}
.modal-success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-success-picture {
  margin-bottom: 60px;
}
.modal-title {
  font-family: "GeometriaBold", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #1E3147;
  margin-bottom: 15px;
}
.modal-description {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  max-width: 600px;
  color: #1E3147;
}
.modal-description + .socials-links {
  margin-top: 34px;
}
.modal-success-picture img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .modal-success {
    padding: 30px;
    width: calc(100% - 15px);
  }
  .modal-success-picture {
    margin-bottom: 40px;
  }
  .modal-title {
    font-size: 27px;
    line-height: 35px;
  }
  .modal-description {
    font-size: 17px;
    line-height: 20px;
  }
}

/* socials-links */

.socials-links-ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #1E3147;
  margin-bottom: 16px;
}
.socials-links-list {
  display: flex;
  justify-content: center;
}
.socials-links-list li {
  margin: 0 8px;
}
.socials-links-list a {
  display: block;
  outline: none;
}

/* fancybox */

.fancybox-button svg path {
  fill: #788CA1;
}
.fancybox-slide--html .fancybox-close-small {
  padding: 2px;
  top: 20px;
  right: 20px;
}
