

/* Start:/local/templates/havalfresh/template_styles.css?17721966964026*/
.form-checks{
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


body .check-item{
  position: relative;
  display: flex!important;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  user-select: none;

  font-size: 13px;
  line-height: 1.35;
  color: #111;
}


.check-item input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


.check-box{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;

  border: 1px solid rgba(17, 17, 17, 0.45);
  border-radius: 4px;
  background: #fff;

  display: inline-block;
  transition: 0.2s;
  position: relative;
}


.check-box::after{
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.15s;
}


.check-item input:checked + .check-box{
  border-color: #000;
}

.check-item input:checked + .check-box::after{
  opacity: 1;
}


.check-text{
  color: #111;
}


.check-text a{
  color: #111;
  text-decoration: underline;
}

.check-text a:hover{
  text-decoration: none;
}


.form-checks--small .check-item{
  font-size: 12px;
  line-height: 1.25;
}

.form-checks--small .check-box{
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.form-checks--small .check-box::after{
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
}

#exchange__form .form-checks{
  grid-column: 1 / -1;
}



.form-checks--white .check-item,
.form-checks--white .check-text{
  color: rgba(255,255,255,.9) !important;
  font-size: 11px !important;
  line-height: normal !important;
}


.form-checks--white .check-text a{
  color: rgba(255,255,255,.95) !important;
  text-decoration: underline;
}

.form-checks--white .check-text a:hover{
  text-decoration: none;
}


.form-checks--white .check-box{
  border-color: rgba(255,255,255,.45);
  background: rgba(255,255,255,.06);
}

.form-checks--white.form-checks{
  margin-top: 5px;
    gap: 5px;
}

.form-checks--white .check-item input:checked + .check-box{
  border-color: rgba(255,255,255,.85);
}


.form-checks--white .check-box::after{
  border-right: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
}

body .calc-row .col-btn{
padding-top: 16px;
}

@media (min-width: 991px){
  .line_head_name{
    text-shadow: 1px 1px 0px #000;
  }
  .line_head_name:before{
    box-shadow: 1px 1px 0px #0000007a;
  }
  .header__logo img{
    filter: drop-shadow(1px 1px 0px #0000007a);
    width: 200px;
  }
  
}

.header__logo{
  display: flex;
  align-items: center;
}

.line_head_name{
  position: relative;
  margin-left: 20px;

}

.line_head_name span{
  font-size: 22px;
  letter-spacing: 1px;
}
.line_head_name p{
  font-size: 19px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

.line_head_name:before{
  content: '';
  position: absolute;
  left: -10px;
  width: 3px;
  height: 100%;
  background: #fff;
  font-family: 'PF DinDisplay Pro', sans-serif;
}

.menu__logo{
  display: flex;
  align-items: center;
  margin-left: 0!important;
  width: auto!important;
}

.menu__logo *{
  font-family: 'PF DinDisplay Pro', sans-serif;
}
.menu__logo .menu__logo-img{
  width: 120px;
}
.menu__logo .line_head_name{
  font-weight: 500;
}

.menu__logo .line_head_name span{
    font-size: 18px;
}
.menu__logo .line_head_name p{
  font-size: 15px;
}

body .header__logo{
    min-width: 160px;
    width: auto;
}

.header__logo-img{
  max-width: 160px;
}

body .header__container{
  max-width: calc(1260px + var(--padding) * 2);
}

@media(max-width: 380px){
  body .header__tel{
    line-height: normal;
    font-size: 16px !important;
  }
  body .header__address{
    line-height: normal;
    font-size: 12px;
  }
}

body .calc-row{
  justify-content: flex-start;
  gap: 30px;

}
.calc-row .col-draggable{
  display: none
}

.links-footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.links-footer a{
  font-size: 15px;
  font-weight: normal;
}

.col-hidden{
  display: none!important;
}
/* End */
/* /local/templates/havalfresh/template_styles.css?17721966964026 */
