@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
* {
  font-family: "Inter", sans-serif;
}

body,
.bg-grey {
  background: #FAFAFA;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #559EE1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-thumb {
  background: #E9F1FA;
  border-radius: 8px;
  border: 3px solid #559EE1;
}

::-webkit-scrollbar-thumb:hover {
  background: #b6bdc5;
}

/* ------- menu ---------- */
.logo {
  height: auto;
  max-width: 240px;
  width: 100%;
}

.navbar-nav {
  align-items: center;
}

.navbar__item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.navbar__item__contact {
  display: flex;
  justify-content: center;
}

.nav-link-main {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-main:hover {
  text-shadow: 0px 4px 4px rgb(0, 0, 0);
}

.contact-icon {
  width: 24px;
  height: auto;
  transition: 0.5s;
}

.contact-icon:hover {
  transform: scale(1.2);
}

.nav-link-tel {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  word-spacing: -2px;
}

.nav-link-tel:hover {
  text-shadow: 0px 4px 4px rgb(228, 228, 228);
}

.btn-transp {
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 30px;
  line-height: 50px;
  color: #FFF;
}

.btn-transp:hover {
  background-color: #FFF;
  color: #000000;
}

/* ------------- header --------------*/
.header {
  background-image: url(/images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1440px;
  margin: 0 auto;
}

.header-my {
  padding: 4% 0;
}

button.btn-product,
input.btn-product {
  border-radius: 40px;
  line-height: 49px;
  max-width: 211px !important;
  width: 100%;
  border: 1px solid #559EE1;
  background: linear-gradient(95deg, #559EE1 0%, #4083D1 100%);
  color: #FFF;
}

button.btn-product:hover,
input.btn-product:hover {
  border: 1px solid #559EE1;
  background: #FFF;
  color: #000000;
}

a.btn-product {
  border-radius: 40px;
  line-height: 49px;
  max-width: 211px !important;
  min-width: max-content;
  border: 1px solid #559EE1;
  background: linear-gradient(95deg, #559EE1 0%, #4083D1 100%);
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

a.btn-product:hover {
  border: 1px solid #559EE1;
  background: #FFF;
  color: #000000;
}

.cap-54 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
}

.header-text {
  font-size: 20px;
}
.header-text span {
  color: #2D67BE;
  font-weight: 700;
}

.header_block {
  display: flex;
  align-items: center;
  margin-right: 3%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header_block_text {
  margin-bottom: 0;
  margin-left: 8px;
}

/* -------- main ------------ */
.cap-40 {
  font-size: 40px;
  font-weight: 700;
}

.block-prod-pad {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.block-prod-pad .text-center {
  margin-top: auto;
}

.block-prod {
  margin: 15px 5px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.06);
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sale{
  position: absolute;
  right: 0;
}
.original-price {
  text-decoration: line-through;
}

.block-prod__img {
  width: 100%;
  height: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.block-prod__cap {
  font-size: 18px;
  font-weight: 700;
  line-height: 132%;
  padding-top: 15px;
  min-height: 62px;
}

.block-prod__text {
  min-height: 48px;
  font-size: 14px;
  padding-left: 1rem;
}

.block-prod__text-min {
  font-size: 12px;
}

.btn-product-2 {
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 49px;
  max-width: 360px !important;
  width: 100%;
  background: transparent;
  color: #000000;
}

.btn-product-2:hover {
  border: 1px solid #559EE1;
  background: #559EE1;
  color: #ffffff;
}

.job-block {
  margin: 5px 5px;
  padding: 24px 10px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.job-block__text {
  margin-top: 16px;
  text-align: center;
}

/* slider */
.swiper {
  width: 100%;
  height: 100%;
}

.slide-block {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* slider comments*/
.bg-blue {
  background: #E9F1FA;
  padding: 60px 0;
}

.comments-sw {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 245px;
}

.comments-block {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.06);
  padding: 24px;
}

.comments-star {
  width: 24px;
  height: auto;
}

.gallety__img {
  max-width: 150px;
  height: auto;
  width: 100%;
}

/* footer */
.footer {
  background: url(/images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__contact {
  display: flex;
  align-items: center;
}

.footer__nav-link {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.footer__nav-link:hover {
  text-shadow: 0px 4px 4px rgb(0, 0, 0);
}

.footer-form {
  max-width: 400px;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 24px 164px 0px rgba(0, 0, 0, 0.09);
  margin-top: 15px;
  text-align: center;
}

.footer-form__cap {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

input#name,
input#phone {
  border-radius: 10px;
  background: #F5F5F5;
  margin: 11px auto;
  width: 100%;
  line-height: 60px;
  border: 1px solid #F5F5F5;
  padding-left: 10px;
}

.checkbox-block {
  display: flex;
}

input#footer__checkbox {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.checkbox-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}

.checkbox-text__link {
  color: #4083D1;
}

#form-zapis-modal {
  text-align: center;
}

#error-form, #error-form2, #success-form, #success-form2 {
  display: none;
  color: red;
  font-weight: 700;
}

.recapcha_1,
.recapcha_2 {
  text-align: center;
  display: flex;
  justify-content: center;
}

/* carousel */
@media (max-width: 767px) {
  .cap-54 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .nav-link-tel {
    color: #000000;
  }
  .nav-link-tel:hover {
    text-shadow: 0px 4px 4px rgb(0, 0, 0);
  }
  .btn-transp {
    border: 1px solid #000000;
    color: #000000;
  }
  .btn-transp:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .nav-item {
    display: flex;
    justify-content: center;
    position: relative;
    right: 15px;
  }

  .container>.row.header-my>.btn-product.my-4{
    margin-right: 15px; margin-left: unset
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px !important;
  }
}/*# sourceMappingURL=style.css.map */


.modal__wrapper, .modal__wrapper *{
  box-sizing: border-box;
}

.modal__wrapper{
  position: fixed;
  display: flex;
  opacity: 0;
	visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 300ms ease-in-out;
  z-index: 9999;
}

.modal__wrapper_open{
  visibility: visible;
	opacity: 1;
}

.modal__content{
  min-width: 300px;
  /* min-height: 300px; */
  width: 50vw;
  aspect-ratio: 4/3;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal__content>h2{
  text-align: center;
  font-weight: 700;
  font-size:calc(25px + 15 * (100vw - 320px) / 1440);
}