

/* Start:/local/templates/glavskald_login/template_styles.css?17653595735840*/
.btn-1:after {
  transform: rotate(-90deg);
}
.btn-1--user:after {
  transform: none;
}

@media (max-width: 600px) {
  .input-1 {
    font-size: 14px !important;
    line-height: 14px !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;
}

.modal-open .contacts-block__map {
  display: none;
}

.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;
}

.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 {
}

.login__wrapper__phone-call {
  width: 248px;
  height: auto;
}

.code-input {
  display: grid;
  grid-template-columns: repeat(4, 56px);
  gap: 8px;
  justify-content: center;

  .input-1 {
    text-align: center;
    border-radius: 12px;
    border: 1px solid var(--gray);
    height: 56px;
    padding: 8px 16px;
    color: #2e434f;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
}

.login__wrapper-timer .btn-1 {
  max-width: 248px;
  margin: 0 auto;
}

@media (max-width: 1040px) {
  .login__wrapper__phone-call {
    width: 201px;
  }

  .code-input {
    grid-template-columns: repeat(4, 44px);

    .input-1 {
      height: 44px;
    }
  }

  .login__wrapper-timer .btn-1 {
    max-width: 200px;
  }
}


.checkbox-block {
  display: flex;
  gap: 8px;
}

.checkbox-block__input {
  display: none;
}

.checkbox-block__label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-block--v2 .checkbox-block__label {
  align-items: flex-start;
}
.checkbox-block--v2 .checkbox-block__label::before {
  margin-top: 2px;
}

.checkbox-block__label::before {
  content: "";
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  outline: 2px solid var(--dark-blue);
  border-radius: 2px;
  margin-left: 2px;
}

.checkbox-block__input:checked+label::before {
  background-color: var(--dark-blue);
  border: 2px solid #fff;
}

.checkbox-block__input.invalid + .checkbox-block__label span,
.checkbox-block__input.invalid + .checkbox-block__label span a {
  color: red;
}
.checkbox-block__input.invalid + .checkbox-block__label::before {
  outline: 2px solid red;
}

.warrning{
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  color: var(--light);
  background-color: var(--blue-logo);
  padding: 4px;
  z-index: 16;
}

.warrning__link{
  width: 100%;
  text-align: center;
  color: var(--light);
  transition: all 0.3s ease-in-out;

}

.warrning__icon{
  margin-left: 8px;
  transform: rotate(90deg);
}

.warrning__link:hover{
  opacity: 0.8;
}

@media (max-width: 800px) {
  .warrning{  
    padding: 4px 8px;
  }

  .warrning__link{
    font-size: 14px;
      text-align: center;
  }

  .warrning__icon{
    margin-left: 4px;
  }
}

/* End */
/* /local/templates/glavskald_login/template_styles.css?17653595735840 */
