@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=cyrillic,cyrillic-ext,latin-ext");
body {
  overflow-x: hidden;
  background-color: #F2F5F9;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #303239;
  font-style: normal;
  line-height: 1.2;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

@media (min-width: 1199px) {
  .container {
    max-width: 1140px;
  }
}

.offer {
  background-color: #EDEDED;
  background-image: url("../img/offer.jpg");
  background-position: -840px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767px) {
  .offer {
    background-position: center;
  }
}

.offer-margin-mob {
  margin-bottom: 280px;
}
@media (min-width: 767px) {
  .offer-margin-mob {
    margin-bottom: 150px;
  }
}

.logo {
  width: 130px;
}
@media (min-width: 767px) {
  .logo {
    width: auto;
  }
}

.border-card {
  border: 1px solid #ccddec;
}

.text-gray {
  color: #8b98a7;
}
.text-fw-bold {
  font-weight: 700;
}
.text-fw-bolder {
  font-weight: 500;
}
.text-fs14 {
  font-size: 14px;
}
.text-fs20-48 {
  font-size: 20px;
}
@media (min-width: 767px) {
  .text-fs20-48 {
    font-size: 48px;
  }
}
.text-fs12-14 {
  font-size: 12px;
}
@media (min-width: 767px) {
  .text-fs12-14 {
    font-size: 14px;
  }
}
.text-fs13-14 {
  font-size: 13px;
}
@media (min-width: 767px) {
  .text-fs13-14 {
    font-size: 14px;
  }
}
.text-fs20-24 {
  font-size: 20px;
}
@media (min-width: 767px) {
  .text-fs20-24 {
    font-size: 24px;
  }
}
.text-fs20-32 {
  font-size: 20px;
}
@media (min-width: 767px) {
  .text-fs20-32 {
    font-size: 32px;
  }
}
.text-fs28-32 {
  font-size: 28px;
}
@media (min-width: 767px) {
  .text-fs28-32 {
    font-size: 32px;
  }
}
.text-fs28-45 {
  font-size: 28px;
}
@media (min-width: 767px) {
  .text-fs28-45 {
    font-size: 45px;
  }
}
.text-fs18-24 {
  font-size: 18px;
}
@media (min-width: 767px) {
  .text-fs18-24 {
    font-size: 24px;
  }
}

.button-product {
  color: #00549e;
  text-decoration: none;
}
.button-product:hover {
  text-decoration: none;
  opacity: 0.5;
}

.border-product {
  border-top: 1px solid #dde8f2;
}

.bg-footer {
  background-color: #155dbb;
}

.form-control {
  padding: 13px 16px;
  color: #FFFFFF !important;
  border: 2px solid #4483cb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #155dbb;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.form-control:focus {
  background-color: #155dbb;
  border: 2px solid #FFFFFF;
}

.g-link2 {
  color: #ffffff;
}
.g-link2:hover {
  color: #ffffff;
}

.btn {
  width: 100%;
  cursor: pointer;
  background-color: #FFFFFF;
  outline: none;
  line-height: 17px;
  padding: 20px 28px;
  border: none;
  font-weight: 600;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 10px 10px -10px #fff;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
@media (min-width: 767px) {
  .btn {
    width: max-content;
  }
}
.btn:hover {
  background-color: #eef1f3;
}
.btn:disabled {
  background-color: #E5E5E5;
  color: #AEAEAE;
}
.btn span {
  color: #266dc2;
}

.form-group.has-error .input-field {
  box-shadow: none;
  border: 2px solid #F94444;
  position: relative;
}

.input-field--error {
  position: absolute;
  font-size: 10px;
  color: #F94444;
}

.borders {
  border-top: 1px solid #468cce;
  border-bottom: 1px solid #468cce;
}

.footer-phone {
  padding-left: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url(../img/call.svg) no-repeat left center/20px 20px;
  font-size: 32px;
  line-height: 1;
  color: white;
  text-decoration: none;
}

.social-button {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link a {
  text-decoration: none;
  opacity: 0.5;
  color: #fff;
  font-size: 14px;
}

.dropdown-toggle::after {
  right: 13px;
  position: absolute;
  top: 23px;
}

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