

/* Start:/local/templates/glavskald/template_styles.css?17490489315328*/
html, body {
  position: static !important;
}

.card-4__btn-no {
  color: var(--dark-blue);
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.calculate_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("/images/loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  z-index: 1000;
}

.hidden {
  display: none;
}

.input-error {
  border: 1px solid rgb(221, 81, 81) !important;
}

.custom-radio + label {
  grid-column: 1 / -1;
}

.calculate_lite {
  min-height: auto !important;
  min-width: auto !important;
  align-items: center !important;
}

.btn-1:after {
  /* transform: rotate(-90deg); */
}

.btn-1--user:after {
  transform: none;
}

@media only screen and (max-width: 600px) {
  .touch .modal .modal-body {
    max-height: none;
  }
}

/* .calculate .modal-body{
  padding: 0 !important;
  position: static;
} */


.modal-open {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 819px) {
  .contacts-block__wrapper {
    /* grid-template-columns: 1fr; */
    grid-template-rows: 1fr;
  }
}

#map {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.tel-login__icon {
  min-width: 48px;
}

.mobile-menu.active {
  display: block !important;
}

.offer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.guest-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.top-menu .menu {
  position: relative;
  z-index: 2;
}

.guest-btn {
  height: 74px;
  position: relative;
  z-index: 1;
  padding-left: 6% !important;
  left: -5% !important;
  border-radius: 0 104px 104px 0 !important;
}

.top-menu .menu__list {
  gap: 20px;
}

.guest-modal .calculate {
  padding: 56px 150px;
}

.guest-modal .login__wrapper-form {
  width: 100%;
}

.guest-modal .generate__code {
  max-width: 100%;
}

.guest-modal .generate__btn {
  max-width: 100%;
}

@media (max-width: 820px) {
  .menu__scroll {
    display: none !important;
  }

  .guest-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .guest-modal .login__wrapper-subtitle {
    text-align: center;
  }

  .guest-modal .login__wrapper-form {
    width: 100%;
  }

  .guest-modal .calculate {
    padding: 40px 8px;
  }

  .generate__code-btn {
    top: 16px !important;
  }
}

.menu__scroll {
  flex-wrap: wrap;
  justify-content: space-between !important;
  column-gap: 190px !important;
  bottom: 40px!important;
}

.menu__scroll .menu {
  position: relative;
}

.menu__scroll .menu__list {
  gap: 20px;
}

.menu__scroll .tel-login {
  margin-left: 0 !important;
}

.menu__scroll .guest-btn {
  position: absolute;
  top: 0;
  right: -27% !important;
  left: unset !important;
  z-index: -1;
  padding-left: 16% !important;
  height: 73px;
}

.mobile-menu__nav {
  margin-bottom: 30px !important;
}

.menu__list-item:first-child {
  max-height: 56px;
}

.card-4__description {
  align-items: flex-end;
}

@media (max-width: 600px) {
  .input-1 {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}

@media (max-width: 820px) {
  .guest-modal .calculate {
    padding: 40px 16px !important;
  }
}

.mobile-menu__login {
  margin-bottom: 30px !important;
}

.header__content-burger {
}

.modal-open {
}

.type-size__footer-col2 {
  flex-direction: row !important;
}

.type-size__footer-col2 p {
  text-align: center !important;
  border: 1px solid var(--blue-logo);
}

/* #offer::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
  linear-gradient(180deg, rgba(0, 0, 0, 0.5) 18.42%, rgba(0, 0, 0, 0) 100%);
} */

.advantages__item:last-child .card-3__number {
  background-image: url("/images/08.webp") !important;
}

.contacts__icon {
  padding: 11px !important;
}

.calculate-count-price__block-title div:first-child {
  max-width: 300px;
}

@media (max-width: 600px) {
  .calculate-count-price__block-title {
    gap: 8px !important;
  }
}

.popup-banner.hidden {
  display: none !important;
}

@media (max-width: 1040px) {
  .card-4 {
    height: 100% !important;
  }
}

@media (max-width: 819px) {
  .card-4__price {
    margin-top: auto;
  }
}

.header__content {
  gap: 24px;
}

@media (max-width: 1040px) {
  .header__content {
    gap: 12px;
  }
}

.header__content-logo {
  order: -1;
}

.header__content-contacts {
  margin-left: auto;
}

.header__content-burger {
  margin-left: 0 !important;
}

@media (max-width: 600px) {
  .header__content-burger {
    margin-left: auto !important;
  }
}

.contacts__text {
  white-space: nowrap;
}

.contacts__icon {
  min-width: 48px;
  min-height: 48px;
}

.type-size__filter {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 800px) {
  .type-size__filter {
    grid-template-columns: repeat(3, 1fr);
  }
}

.filter-input-1 + label {
  width: 100% !important;
  justify-content: center;
}

.offer__title span {
  color: #60c3e8;
  display: block;
  width: max-content;
}

.fade.modal.show {
  z-index: 99999;
}
/* End */
/* /local/templates/glavskald/template_styles.css?17490489315328 */
