body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  font-family: "gilroy", serif;
}
@media (max-width: 575px) {
  body {
    font-size: 12px;
  }
}
body.pl .en-lang {
  visibility: hidden;
  height: 0 !important;
  padding: 0 !important;
  margin: 0;
  display: none;
}
body.en .pl-lang {
  visibility: hidden;
  height: 0 !important;
  padding: 0 !important;
  margin: 0;
  display: none;
}

h1, h2, h3, h4, p, a {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 64px;
  line-height: 64px;
  font-weight: bold;
}
@media (max-width: 575px) {
  h1 {
    font-size: 48px;
  }
  h1.f-sm {
    font-size: 32px;
    line-height: 36px;
  }
}

h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 991px) {
  h3 br {
    display: none;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
@media (max-width: 575px) {
  h4 {
    font-size: 16px;
  }
}

.d-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .d-grid {
    grid-template-columns: 1fr;
    grid-gap: 42px;
  }
}

header {
  padding-top: 54px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  header {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
header .switch button, header .switch p {
  color: #7299D6;
  background: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
header .switch button.active, header .switch p.active {
  color: #fff;
}
header .switch button:hover, header .switch button:active, header .switch button:focus, header .switch p:hover, header .switch p:active, header .switch p:focus {
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
}
header .switch p {
  padding: 0 4px;
}

.main-screen {
  padding-top: 84px;
  margin-top: -1px;
}
@media (max-width: 575px) {
  .main-screen {
    padding-top: 54px;
  }
}
.main-screen img {
  border-radius: 10px;
  box-shadow: 40px 40px 100px rgba(0, 0, 0, 0.25);
}
.main-screen h3 {
  padding-top: 54px;
}
@media (max-width: 767px) {
  .main-screen h3 {
    padding-bottom: 29px;
  }
}

.phone {
  padding-bottom: 116px;
}
@media (max-width: 767px) {
  .phone {
    padding-bottom: 70px;
  }
}
.phone .container {
  height: 335px;
}
@media (max-width: 767px) {
  .phone .container {
    height: auto;
  }
}
.phone .container h3 {
  padding-top: 66px;
  width: 51%;
}
@media (max-width: 767px) {
  .phone .container h3 {
    padding-top: 36px;
    width: 100%;
    text-align: center !important;
  }
}
.phone .container img {
  position: absolute;
  bottom: 0;
  right: 160px;
}
@media (max-width: 991px) {
  .phone .container img {
    max-width: 80%;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .phone .container img {
    position: unset;
    display: flex;
    max-width: 100%;
    margin: auto;
  }
}

.item h3 {
  font-weight: bold;
}
.item img {
  height: 118px;
  width: 132px;
}

.contact {
  text-align: center;
  padding-top: 130px;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 80px;
  }
}
.contact h3 {
  padding-top: 30px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .contact h3 {
    padding-top: 14px;
    padding-bottom: 27px;
  }
}
.contact form .form-control {
  border: 1px solid #000;
  border-radius: 0px;
  height: 64px;
  width: 100%;
  color: #1D242F;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.contact form .form-control-short {
  padding-left: 88px;
}
@media (max-width: 991px) {
  .contact form .form-control-short {
    padding-left: 90px;
  }
}
.contact form .form-control-md {
  padding-left: 96px;
}
@media (max-width: 991px) {
  .contact form .form-control-md {
    padding-left: 100px;
  }
}
.contact form .form-control-long {
  padding-left: 120px;
}
@media (max-width: 991px) {
  .contact form .form-control-long {
    padding-left: 126px;
  }
}
.contact form .form-control-lg {
  padding-left: 116px;
}
@media (max-width: 991px) {
  .contact form .form-control-lg {
    padding-left: 120px;
  }
}
.contact form .form-control:focus, .contact form .form-control:active, .contact form .form-control:hover {
  box-shadow: none;
}
.contact form .form-group {
  position: relative;
}
.contact form .form-group .label {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  position: absolute;
  left: 22px;
  top: 16px;
}
.contact form .form-group.has-error .form-control {
  border-color: #FF0000;
}
.contact form .form-group.has-error .label {
  color: #FF0000;
}
.contact form .btn-send {
  border-radius: 15px;
  color: #fff;
  background-color: #3972C9;
  text-transform: capitalize;
  width: 100%;
  height: 64px;
  font-weight: bold;
  font-size: 24px;
  line-height: 22px;
}
.contact form .btn-send:hover, .contact form .btn-send:active, .contact form .btn-send:focus {
  background-color: #1f4784;
  outline: none;
  box-shadow: none;
}

.captcha {
  display: flex;
  justify-content: center;
  padding-top: 76px;
  padding-bottom: 38px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .captcha {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}

footer {
  padding-top: 130px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 70px;
    padding-bottom: 36px;
  }
}
footer p {
  font-weight: 500;
}

@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
.c-blue {
  color: #3972C9;
}

.c-background-blue {
  background-color: #3972C9;
}

.c-gradient-background-blue {
  background: linear-gradient(180deg, #3972C9 50%, white 50%);
}
@media (max-width: 767px) {
  .c-gradient-background-blue {
    background: linear-gradient(180deg, #3972C9 35%, white 35%);
  }
}
@media (max-width: 440px) {
  .c-gradient-background-blue {
    background: linear-gradient(180deg, #3972C9 25%, white 25%);
  }
}

.c-green {
  color: #2ED573;
}

.c-white {
  color: #fff;
}

.c-black {
  color: #000;
}

.c-super-dark {
  color: #1D242F;
}

.c-error {
  color: #FF0000;
}

.pt-18 {
  padding-top: 18px;
}

.pb-26 {
  padding-bottom: 30px;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 32px;
  width: 32px;
  border: 1px solid #000;
  background: #fff;
  box-sizing: border-box;
}
.checkmark:after {
  left: 9px;
  top: 3px;
  width: 12px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-check {
  position: relative;
  margin-top: 8px;
  padding-left: 42px;
}
.form-check .with-errors {
  padding-top: 24px;
}
.form-check.has-error .checkmark {
  border: 1px solid #FF0000;
}
.form-check .label {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .form-check .label {
    font-size: 16px;
  }
  .form-check .label br {
    display: none;
  }
}

.form-check-input:checked ~ .checkmark {
  background-color: #3972C9;
  border: 1px solid #3972C9;
}

.form-check-input:checked ~ .checkmark:after {
  display: block;
}

.with-errors {
  color: #FF0000;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding-top: 4px;
}

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