@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("/fonts/GTEestiProDisplay-Regular.ttf"),
    local("GTEestiProDisplay-Regular");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("/fonts/GTEestiProDisplay-UltraBold.ttf"),
    local("GTEestiProDisplay-UltraBold");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("/fonts/GTEestiProDisplay-Medium.ttf"),
    local("GTEestiProDisplay-Medium");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("/fonts/GTEestiProDisplay-Thin.ttf"), local("GTEestiProDisplay-Thin");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("/fonts/GTEestiProDisplay-Bold.ttf"), local("GTEestiProDisplay-Bold");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Eesti Pro Display";
  src: url("/fonts/GTEestiProDisplay-Light.ttf"),
    local("GTEestiProDisplay-Light");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body,
html {
  font-family: "GT Eesti Pro Display", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.primary-btn {
  background-color: #f7d917;
  font-weight: 400;
  font-size: 12px;
  border-radius: 50px;
  padding: 12px 20px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 600ms all;
}
.primary-btn img {
  height: 12px;
  width: auto;
}

.primary-btn:hover {
  background-color: #d0b507;
}

.btn-circle {
  background-color: #d9d9d9;
  width: 61px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 61px;
}

header {
  background-color: #12062b;
  color: #fff;
  padding: 15px 0;
  background-repeat: no-repeat;
}
header a {
  color: inherit;
  text-decoration: none;
}
header .slogan {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
header .right {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: end;
}
header .right .contact {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
header .right .contact a {
  font-size: 17px;
  font-weight: 700;
}
header .right .contact p {
  color: #c8c7cc;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
}

nav {
  background-color: #1e094a;
  background-image: url("/images/background_a.png");
  background-repeat: no-repeat;
  height: 573px;
}
nav.bg {
  background-color: transparent;
  background-image: url("/images/noise.png");
  background-position-x: right;
  background-position-y: top;
  background-clip: content-box;
  background-size: cover;
  height: auto;
  min-height: 500px;
}
nav.bg .nav_menu {
  color: #000;
}
nav.bg h1 {
  margin-top: 57px;
  color: #000;
  text-align: left;
  font-weight: 500;
}
nav.bg p {
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}
nav h1 {
  font-size: 46px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
nav .nav_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
nav .nav_menu a {
  text-decoration: none;
  color: inherit;
}
nav .product-inner {
  display: flex;
  align-items: end;
}
nav .product-inner img {
  max-width: 100%;
  margin-top: 10%;
}
nav .product-inner .title {
  padding-left: 53px;
  padding-bottom: 140px;
}
nav .product-inner .title h1 {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
nav .product-inner .title a {
  color: white;
  font-size: 27px;
  font-weight: 300;
}
nav p {
  color: #bbbbbb;
  text-align: center;
  max-width: 767px;
  margin: auto;
}
nav .bg_cover {
  left: 50%;
  top: 70%;
  transform: translateX(-50%);
}
nav .bg_cover img {
  max-width: 100%;
}
nav.index {
  height: 615px;
  background-color: #eaeaea;
  background-image: url("/images/baku.png");
  background-position: center bottom;
  background-size: cover;
}
nav.index .banners {
  color: #fff;
  align-items: stretch;
}
nav.index .banners img {
  max-width: 100%;
}
nav.index .banners .col-lg-6 .banner {
  background-color: #12062b;
  border-radius: 30px;
  padding: 70px 17px 51px 43px;
}
nav.index .banners .col-lg-6 .banner .h4 {
  font-size: 23px;
  font-weight: 400;
}
nav.index .banners .col-lg-2 .banner,
nav.index .banners .col-lg-4 .banner {
  border-radius: 30px;
  background-color: #f7d917;
  height: 100%;
  padding: 26px 40px;
  display: flex;
  padding-bottom: 0;
  flex-direction: column;
  justify-content: space-between;
}
nav.index .banners .col-lg-2 .banner a,
nav.index .banners .col-lg-4 .banner a {
  color: #000;
  text-decoration: none;
}
nav.index .banners .col-lg-4 .banner {
  background-image: url("/images/banner1.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
nav.index .banners .col-lg-2 .banner {
  background-image: url("/images/banner2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
nav.index .banners .col-lg-6 .banner {
  background-image: url("/images/banner3.png");
  background-size: cover;
  background-position: center right;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
nav.index .swiper-index h1 {
  color: #000;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  margin-top: 20%;
}
nav.index .swiper-index p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
}
nav.index .swiper-index p strong {
  font-weight: 700;
}
nav.index .nav_menu {
  color: #000;
}
nav.calculator {
  background-image: none;
}

.gap-y-2 {
  gap: 40px 0;
}

main.bg {
  background-image: url("/images/noise.png");
  background-position-x: right;
  background-position-y: top;
  background-clip: content-box;
  background-size: cover;
}
main.index {
  background-image: url("/images/index_bg.png");
  background-attachment: fixed;
  background-position-x: right;
  background-position-y: top;
  background-size: contain;
  background-repeat: no-repeat;
}
main .bs-stepper-content {
  margin-top: 46px;
  border-radius: 10px;
  background-color: #eeeeee;
  width: 100%;
  padding: 36px 34px;
}
main .bs-stepper-content .inline-radio-container {
  display: flex;
  gap: 13px;
  max-width: 100%;
  flex-wrap: wrap;
}
main .bs-stepper-content .inline-radio-container .inline-radio-item label {
  background-color: #fff;
  padding: 16px 30px;
  border-radius: 18px;
}
main .bs-stepper-content .inline-radio-container .inline-radio-item label span {
  font-size: 16px;
  font-weight: 400;
}
main .bs-stepper-content h2 {
  font-size: 21px;
  font-weight: 500;
}
main .bs-stepper-content h5 {
  color: #757575;
  font-size: 22px;
  font-weight: 400;
}
main .bs-stepper-content input.hidden-radio {
  position: absolute;
  opacity: 0;
}
main .bs-stepper-content input.hidden-radio:checked + .step-item {
  background-color: #f7d917;
}
main .bs-stepper-content .step-item {
  background-color: #d9d9d9;
  padding: 14px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  border-radius: 15px;
  cursor: pointer;
}
main .bs-stepper-content .step-item img {
  max-width: 110px;
  height: 120px;
}
main .bs-stepper-content .step-item span {
  text-align: center;
}
main .bs-stepper-content .form-control {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 300;
  padding: 15px 13px;
}
main .bs-stepper-content .form-control:focus {
  box-shadow: none;
  border-color: #f7d917;
}
main.calculator h1 {
  text-align: left;
  font-size: 46px;
  font-weight: 500;
  color: #000;
}
main.calculator p.description {
  color: #7c7c7c;
  font-weight: 350;
  font-size: 22px;
  text-align: left;
  max-width: none;
}
main .contact {
  color: #636363;
  font-size: 15px;
  font-weight: 400;
}
main .contact .mail {
  color: #1e094a;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}
main .contact .contact_title {
  color: #1e094a;
  font-size: 56px;
  font-weight: 700;
}
main .contact .contact_form {
  margin-top: 110px;
}
main .contact .contact_form .form-control {
  /* background-color: transparent; */
  margin-top: 34px;
  font-size: 15px;
  font-weight: 400;
}
main .contact .contact_form .form-control:focus {
  box-shadow: none;
  border: 1.2px solid #f7d917;
}
main .contact .contact_form button {
  border-radius: 0;
  margin-top: 33px;
  background-color: #1e094a;
}
main .yellow_banner {
  border-left: 17px solid #f7d917;
  padding-left: 20px;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 92px;
}
main .container {
  padding: 125px 0;
}
main .container .card-news {
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 4px;
}
main .container .card-news img {
  width: 100%;
}
main .container .card-news .card-body {
  padding: 20px 25px;
}
main .container .card-news .card-body .card-category {
  display: inline-block;
  background-color: #d9d9d9;
  margin-bottom: 16px;
  font-size: 8px;
  font-weight: 400;
  color: #000;
  padding: 5px 18px;
  border-radius: 4px;
}
main .container .card-news .card-body h4 {
  margin: 0;
  padding: 0;
  max-width: 100%;
  color: #414141;
  font-weight: 300;
  font-size: 14px;
}
main .container .card-product {
  background-color: #fff;
  border: 1.5px solid #f1f1f1;
  color: #414141;
}
main .container .card-product .product_img {
  width: 100%;
}
main .container .card-product .card-body {
  padding: 20px 25px;
}
main .container .card-product .card-body h4 {
  font-size: 11px;
  font-weight: 300;
  transition: 300ms all;
}
main .container .card-product .card-body .sku {
  font-size: 11px;
  font-weight: 300;
}
main .container .card-product .card-body .price {
  font-size: 14px;
  font-weight: 700;
}
main .container .card-product .card-body .old-price {
  text-decoration: line-through;
  color: #c8c7cc;
  font-size: 8px;
  font-weight: 700;
}
main .container .card-product:hover h4 {
  color: #f7d917;
}
main .container .news-link {
  margin-top: 120px;
}
main .container .news-link h3 {
  border-left: 22px solid #1e094a;
  padding-left: 24px;
  font-size: 31px;
  font-weight: 700;
  color: #000;
}

footer .footer-top {
  background-color: #1e094a;
  color: #fff;
  background-image: url("/images/footer.png");
  background-position: center center;
  height: 515px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20%;
}
footer .footer-top h4 {
  font-size: 46px;
  font-weight: 400;
  max-width: 384px;
}
footer .footer-top .contact a {
  text-decoration: none;
  color: #fff;
  border: 6px solid #f7d917;
  padding: 20px 60px 15px;
  border-radius: 60px;
  font-size: 53px;
  font-weight: 400;
}
footer .footer-top .contact p {
  margin: 0;
  margin-top: 30px;
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}
footer .footer-bottom {
  font-size: 14px;
  font-weight: 400;
  background-color: #12062b;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 41px;
  padding-bottom: 86px;
}
footer .footer-bottom .nav-links {
  font-size: 16px;
  font-weight: 400;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-bottom .nav-links a {
  color: inherit;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 1024px) {
  * {
    max-width: 100% !important;
  }
  .row {
    margin: auto;
  }
  .primary-btn {
    padding: 10px 15px !important;
  }
  header .container .row {
    margin: auto;
  }
  header .right {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  header .right .contact {
    align-items: flex-start;
  }
  header .right .contact a {
    font-size: 9px;
  }
  header .right .contact p {
    font-size: 8px;
  }
  nav {
    height: auto;
    padding-bottom: 80px;
  }
  nav .nav_menu {
    display: none !important;
  }
  nav h1 {
    font-size: 30px;
  }
  nav p {
    font-size: 14px;
    padding: 0 4px;
  }
  nav .bg_cover {
    top: 90%;
  }
  nav .product-inner {
    display: block;
  }
  nav .product-inner .title {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  nav .product-inner .title h1 {
    margin-top: 10px;
    font-size: 25px;
  }
  nav .product-inner .title a {
    font-size: 16px;
    display: block;
    text-align: center;
  }
  nav.index {
    height: auto;
  }
  nav.index .banners {
    margin: auto;
    gap: 10px;
    margin-top: 10px;
  }
  nav.index .banners .col-lg-2,
  nav.index .banners .col-lg-4,
  nav.index .banners .col-lg-6 {
    padding: 0;
  }
  nav.index .banners .banner {
    min-height: 325px;
  }
  nav.index .swiper-index h2 {
    font-size: 24px;
  }
  nav.index .swiper-index p {
    font-size: 16px;
  }
  nav.index .swiper-index img {
    display: none;
  }
  main {
    padding-top: 60px;
  }
  main .yellow_banner {
    font-size: 16px;
  }
  main .bs-stepper-content {
    padding: 9px 7px;
  }
  main .bs-stepper-content .col-lg-6 {
    padding: 0;
  }
  main .contact .contact_title {
    font-size: 40px;
    text-align: center;
  }
  main .contact span {
    text-align: center;
  }
  main .contact a {
    text-align: center;
    text-decoration: none;
    color: inherit;
  }
  main.index .container .row {
    margin: auto;
  }
  main .content {
    padding: 20px 10px;
  }
  main .container {
    margin-top: 0px;
    padding-top: 0px;
  }
  main .container .news-link h3 {
    font-size: 16px;
    max-width: 70% !important;
  }
  footer .footer-top {
    flex-direction: column;
  }
  footer .footer-top h4 {
    font-size: 30px;
    text-align: center;
  }
  footer .footer-top .contact a {
    font-size: 20px;
  }
  footer .footer-top .contact p {
    font-size: 10px;
  }
} /*# sourceMappingURL=main.css.map */
.swiper-button-next,
.swiper-button-prev {
  color: black !important;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #ececec;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

nav.calculator {
  height: max-content;
  background-color: transparent;
}

.cal_text {
  font-size: 9px;
  font-weight: 400;
}

.calc_list {
  border-bottom: 1px solid #0000000d;
  padding-bottom: 5px;
  list-style: none;
  margin: none;
  padding-left: 0;
}

.calc_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 600px) {
  .sm-w-50 {
    width: 50%!important;
  }
}


/* SUCCESS RING */

.checkmark__circle{
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.checkmark{
  width: 156px;
  height: 156px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}
.checkmark__check{
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}
@keyframes stroke{
  100%{
      stroke-dashoffset: 0
  }
}
@keyframes scale{
  0%, 100%{
      transform: none
  }
  50%{
      transform: scale3d(1.1, 1.1, 1)
  }
}
@keyframes fill{
  100%{
      box-shadow: inset 0px 0px 0px 130px #7ac142
  }
}