@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap');

.sb-dropdown {
  position: relative;
  z-index: 1;
}

.sb-dropdown-menu {
  list-style: none;
  background-color: transparent;
  position: relative;
  z-index: 100;
  top: 100%;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  display: none;
  padding-left: 0.5rem;
}

.sb-dropdown-menu {
  padding: 1rem 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  position: absolute;
  top: calc(100% + 8px);
  width: 12.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.125);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 20px #adacac;
  visibility: hidden;
  opacity: 0;
  display: block;
}

.sb-dropdown-menu li>a {
  padding: 0.375rem 1.5rem;
}

.sb-dropdown:hover .sb-dropdown-menu,
.sb-dropdown:focus .sb-dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

body,
html {
  overflow: unset;
}

.card-body .icon img {
  width: 24px;
}

.success_send {
  background-color: #60fa86 !important;
}

.error-form input {
  border: 2px solid red !important;
}

.video iframe {
  border-radius: 8px;
  margin-top: 0;
  padding: 0;
}

.calculating_form label {
  display: block;
}

.calculating_form select {
  width: 100%;
  padding: 13px 0;
  border-color: #e3e3e3;
  background-color: #f1f4fd;
}

.supportDialog {
  width: 70%;
  background-color: #0b5ed7;
  border-radius: 8px;
  border: unset;
  position: absolute;
  top: 20px;
  left: 28%;
  padding: 10px;
}

.supportDialog p {
  font-size: 14px;
  color: #ffffff;
}

.supportDialogBtn {
  background-color: #0b5ed7;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
}

.supportDialogBtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.supportDialogBtn i:before {
  color: #ffffff;

}

.supportDialogBtn:hover+.supportDialog,
.supportDialog:hover {
  display: block;
}

.calcSubTitle {
  font-size: 20px;
  font-weight: 600;
  color: #1f0757;
  margin-bottom: 20px;
}


.calculating_form_result {
  background-color: #c2d4f8;
  border-radius: 8px;
  padding: 15px;
}

.calc_res_list {
  list-style: none;
}

.calc_res_list li {
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #ffffff;
  color: #1f0757;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  gap: 15px;
}

.calc_res_list li:last-child {
  border-bottom: unset;
}

.calc_res_list li span:last-child {
  min-width: 47px;
}

.calc_res_list li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.calc_res_list li.red::before {
  background: rgb(210, 6, 6);

}

.calc_res_list li.blue::before {
  background: #1971e6;
}

.calc_res_list li.green::before {
  background: #17c408;
}

.priceEqual {
  font-weight: 600;
  color: #0D6EFD;
  font-size: 16px;
}

.res_block {
  padding: 15px;
  background-color: rgb(255 255 255 / 32%);
  backdrop-filter: blur(2em);
  border-radius: 8px;
  margin: 0 auto;
  width: 95%;

}

.res_block .res_block_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 0;
  border-bottom: 3px solid #ffffff;
  color: #1f0757;

}

.res_block_head_title {
  font-size: 16px;
  font-weight: 600;
}

.res_block_head_price {
  font-size: 20px;
  font-weight: 600;

}

.res_block_cust_price {
  font-size: 20px;

}

.res_block_conclusion {
  margin-top: 10px;
  font-weight: 600;
  color: #1f0757;
  display: none;
}

.res_block_cust_info a,
.info_block a {
  color: #0066ff;
  text-decoration: underline;
}

.info_block {
  width: 95%;
  margin: 0 auto;
  padding: 15px 15px 15px 45px;
  border-radius: 8px;
  background-color: rgb(0 137 255 / 13%);
  backdrop-filter: blur(2em);
  position: relative;
}

.info_block i {
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 20px;
}

.info_block i:before {
  color: #1f0757;
}

.calculating_form .error {
  border: 1px solid red;
}

.top-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E2B013;
  width: 100%;
  gap: 21px;
  font-family: 'Nunito', sans-serif;

}

.top-header_text {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  text-align: center;
}

.design_figure span {
  clip-path: polygon(0% 25%, 91% 5%, 100% 73%, 10% 75%);
  background-color: #2b33d5;
  padding: 10px 10px 15px;
  font-weight: 900;
}

.top-header_text a {
  text-decoration: underline;
  color: white;

}

.top-header img {
  width: 98px;
}

.banner_block {

}

.banner_block_content {
  padding: 24px 0;
  height: 240px;
  display: flex;
  align-items: center;
  overflow: hidden;
    background: rgb(225, 176, 19);
  background: linear-gradient(45deg, rgba(225, 176, 19, 1) 24%, rgba(252, 207, 48, 1) 59%, rgba(237, 214, 36, 1) 80%);
  border-radius: 8px;
  padding: 0 70px;
}

.banner_block_content p {
  font-weight: 900;
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
  color: #FDF7C6;
  line-height: 32px;
  z-index: 2;
  position: relative;
}

.banner_block_content_title {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  color: #2b33d5;
  margin-bottom: 21px;
  position: relative;
  z-index: 1;
}

.banner_block_img {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.thunder_bg {
  position: absolute;
  display: flex;
  gap: 5px;
  align-items: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.thunder_bg img {
  margin-left: -390px;
    width: 560px;
  opacity: .8;

}

.thunder_bg img:first-child {
  margin-left: 0;
}
.navbar-brand{
  max-width: 200px;
}


.service2-card .icon{
  background-color: #d5d5d5d5;
}

.aboutUs-thumbnail::before{
  display: none;
}

.welcome-area{
  height: 490px;
}

.breadcrumb-content{
  margin-top: 0 !important;
}

.breadcrumb-wrapper{
  height: 125px !important;
}

@media (max-width: 1440px) {
  .video {
    width: 100%;
  }

  .video iframe {
    width: 100% !important;
  }
}

@media (max-width: 1075px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 667px) {
  .banner_block_content {
    height: 320px;
    align-items: unset;
    padding: 24px 0;
  }

  .top-header img {
    display: none;
  }

  .top-header {
    flex-wrap: wrap;
    height: fit-content;
    padding: 8px 0;
    gap: 5px;
  }

  .top-header_text {
    font-size: 14px;
  }

  .banner_block_content p {
    width: 95%;
  }

  .thunder_bg img {
    display: none;
  }
  
  .thunder_bg img:first-child {
    display: block;

  }
  
}

@media (max-width: 467px) {}