@font-face {
  font-family: 'HusqvarnaGothic';
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/HusqvarnaGothic/HusqvarnaGothic.woff2") format("woff2"), url("./../../fonts/HusqvarnaGothic/HusqvarnaGothic.woff") format("woff"); }
@font-face {
  font-family: 'HusqvarnaGothic';
  font-style: normal;
  font-weight: 700;
  src: url("./../fonts/HusqvarnaGothic/HusqvarnaGothic-Bold.woff2") format("woff2"), url("./../fonts/HusqvarnaGothic/HusqvarnaGothic-Bold.woff") format("woff"); }
* {
  margin: 0;
  box-sizing: inherit; }
  *:before, *:after {
    box-sizing: inherit; }

body {
  font: 16px/1.5 'HusqvarnaGothic',sans-serif;
  color: #4d4d4d;
  box-sizing: border-box; }

ul {
  padding: 0; }

a {
  color: inherit; }

h1, .h1 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #273a60;
  padding: 0 20px; }

h2, .h2 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #273a60;
  padding: 0 20px; }

h3, .h3 {
  font-size: 36px;
  text-align: left;
  color: #4d4d4d;
  padding: 0;
  margin: 30px 0 20px; }

.wrp {
  position: relative;
  width: 926px;
  margin: 0 auto; }

.max-width {
  display: block;
  max-width: 100%;
  height: auto; }

.text-orange {
  color: #f35321; }

.text-blue {
  color: #273a60; }

.text-center {
  text-align: center; }

.btn-block {
  text-align: center;
  margin-top: 65px; }

.btn-block--after-text {
  margin-top: 35px; }

.husq-btn {
  position: relative;
  display: inline-block;
  background: #f35321;
  color: white;
  min-width: 378px;
  text-decoration: none;
  text-align: left;
  padding: 8px 40px 8px 14px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer; }
  .husq-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
    margin-top: -5px; }

.husq-btn--small {
  font-weight: normal;
  min-width: 330px;
  padding-top: 5px;
  padding-bottom: 5px; }

.husq-btn--blue {
  padding-left: 0;
  background: transparent;
  color: #273a60; }
  .husq-btn--blue:after {
    border-color: #273a60; }

.husq-btn--auto {
  min-width: 0; }

.husq-num-header {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 120px;
  margin: 50px 0; }

.husq-num-header__img {
  position: absolute;
  top: -32px;
  left: 0; }

.successMessage,
.errorMessage {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10; }
  .successMessage > div,
  .errorMessage > div {
    background: white;
    padding: 20px;
    margin: 20px; }

.successMessage--close {
  display: none; }

.slide-to-regi {
  cursor: pointer; }

.normal-text a {
  color: #273a60; }
.normal-text ul {
  padding-left: 16px; }

.text-block {
  padding: 50px 0; }

.banner {
  background: #f35321;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 20px; }

@media (max-width: 940px) {
  .wrp {
    width: auto;
    padding: 0 20px; }

  .husq-btn--small {
    min-width: 280px; } }
@media (max-width: 720px) {
  h1, .h1 {
    font-size: 40px; }

  h2, .h2 {
    font-size: 40px; }

  .husq-btn--small {
    min-width: 0; } }
@media (max-width: 500px) {
  h1, .h1 {
    font-size: 30px; }

  h2, .h2 {
    font-size: 30px; }

  .husq-btn {
    min-width: 0; } }
.header__top {
  background: #f0f0f0;
  padding: 8px 0;
  color: #273a60;
  font-weight: bold;
  font-size: 18px;
  text-align: right; }

.language-nav {
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  text-transform: uppercase; }

.language-nav__item {
  margin-right: 40px; }
  .language-nav__item:last-child {
    margin-right: 0; }
  .language-nav__item a {
    text-decoration: none; }

.language-nav__sub {
  position: relative;
  padding-right: 14px; }
  .language-nav__sub:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #f35321;
    border-bottom: 1px solid #f35321;
    transform: rotate(45deg); }

.top-nav {
  display: inline-flex;
  list-style: none;
  text-transform: uppercase;
  text-align: left; }

.top-nav__item {
  margin-right: 40px; }
  .top-nav__item:last-child {
    margin-right: 0; }
  .top-nav__item a {
    text-decoration: none; }

.header__bottom {
  background: #273a60;
  padding: 20px 0; }

.header__logo-link {
  display: block;
  max-width: 200px; }

.header__img-test {
  max-width: 185px;
  position: absolute;
  top: -17px;
  right: -80px; }

.header-cols {
  padding-bottom: 50px; }

.header-cols__block {
  display: flex;
  justify-content: space-between; }

.header-cols__col {
  width: 24%; }

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 30px;
  height: 27px;
  cursor: pointer;
  z-index: 11; }
  .nav-mobile div {
    width: 100%;
    height: 4px;
    background: #273a60;
    margin-top: 4px; }

.nav-mobile--open div {
  display: none;
  margin: 0; }
  .nav-mobile--open div:first-child {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg); }
  .nav-mobile--open div:last-child {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); }

@media (max-width: 940px) {
  .language-nav {
    left: 20px; } }
@media (max-width: 940px) {
  .header__top {
    height: 43px; }

  .top-nav {
    display: none; }

  .top-nav--open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f0f0f0;
    z-index: 10;
    padding: 20px; }
    .top-nav--open .top-nav__item {
      display: block;
      margin: 10px 0 0; }

  .nav-mobile {
    display: block; } }
.footer {
  background: #273a60;
  color: white;
  padding: 44px 0 70px; }
  .footer small {
    display: block;
    margin-top: 20px; }
  .footer a {
    text-decoration: none; }
    .footer a:hover {
      color: #f35321; }

.footer__wrp {
  display: flex;
  padding-left: 20px;
  padding-right: 20px; }

.footer__col1 {
  width: 25%;
  padding-right: 20px; }

.footer__col2 {
  width: 75%;
  padding-left: 20px; }

#overlay,
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20; }

.overlay__text {
  background: white;
  padding: 10px; }

.overlay__content {
  position: relative;
  width: 70%; }
  .overlay__content .dealer-search__mapOver-close {
    right: 0;
    top: -50px; }

.overlay__text--cookie-policy {
  max-width: 450px;
  text-align: center;
  padding: 20px; }

.overlay__iframe-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.overlay__iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent; }

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  border: 1px solid #e0e0e0;
  height: 40px;
  width: 100%;
  display: block;
  padding: 2px 14px;
  font: inherit; }
  input[type="text"].error,
  input[type="email"].error,
  input[type="password"].error,
  select.error,
  textarea.error {
    border-color: red; }

input[type="submit"] {
  background: #f35321;
  color: white;
  border: 0;
  min-width: 378px;
  text-align: left;
  padding: 8px 40px 8px 14px;
  font-size: 20px;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
  border-radius: 0;
  vertical-align: baseline;
  margin: 0; }

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  input[type="checkbox"]:checked:before,
  input[type="radio"]:checked:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #f35321; }
  input[type="checkbox"].error,
  input[type="radio"].error {
    border-color: red; }

input[type="radio"] {
  border-radius: 50%; }
  input[type="radio"]:checked:before {
    border-radius: 50%; }

textarea {
  height: 200px; }

.form__section {
  background: #f0f0f0;
  padding: 50px 0; }

.form__section--hidden {
  padding-top: 0;
  margin-top: -50px; }

.form__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.form__box--center {
  justify-content: center; }

.form__group {
  width: 40%;
  margin: 10px 0; }

.form__group--checkboxes {
  width: 100%;
  margin-top: 34px; }
  .form__group--checkboxes .form__group-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .form__group--checkboxes .form__row--checkbox {
    width: 30%; }

.form__group--text {
  width: 100%; }

.form__group--col100 {
  width: 100%;
  margin-top: 34px; }

.form__group--big .form__header {
  font-size: 24px;
  line-height: 1.5;
  height: auto; }

.form__group--hidden {
  margin: 0; }

.form__header {
  color: #273a60;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px; }

.form__row {
  margin-top: 15px; }

.form_row--submit {
  text-align: center;
  margin-top: 50px; }

.form__row--checkbox,
.form__row--radio {
  position: relative;
  padding-left: 30px;
  margin-top: 20px; }
  .form__row--checkbox a,
  .form__row--radio a {
    color: #f35321;
    text-decoration: none; }

.form__row--hidden {
  display: none; }

.form__row--pointBlock {
  display: flex;
  margin-left: -12px;
  margin-right: -12px; }

.form__row--points {
  display: flex; }

.form__point-item {
  position: static;
  width: 20px;
  margin: 0 12px;
  text-align: center; }
  .form__point-item label {
    display: block; }
  .form__point-item input[type="radio"] {
    position: relative; }

.form__pointsBlock {
  display: flex;
  width: 40%;
  justify-content: flex-end; }
  .form__pointsBlock .form__point-item:last-child {
    margin-right: 0; }

.form__pointsLabel {
  width: 60%;
  display: flex;
  align-items: flex-end; }

.form__submit-wrp {
  display: inline-block;
  position: relative; }
  .form__submit-wrp:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
    margin-top: -5px;
    pointer-events: none; }

.form__submit-wrp--auto input[type="submit"] {
  min-width: 0; }

.form__info {
  font-weight: bold;
  font-size: 20px;
  color: #f35321;
  text-align: center;
  margin-top: 20px;
  cursor: pointer; }

@media (max-width: 720px) {
  .form__row--points {
    display: block; }

  .form__pointsLabel {
    display: block;
    width: auto; }

  .form__pointsBlock {
    width: 100%;
    justify-content: flex-start;
    margin-left: -12px; }

  .form__row--pointBlock {
    flex-wrap: wrap; } }
@media (max-width: 500px) {
  .form__box {
    display: block; }

  .form__group {
    width: 100%; }

  .form__header {
    height: auto;
    line-height: 1.5; }
    .form__header:not(:empty) {
      margin-top: 20px; }

  .form__group--checkboxes .form__row--checkbox {
    width: 48%; }

  .form__group--newsletter {
    margin-top: 50px; }

  input[type="submit"] {
    min-width: 0; } }
.login {
  background: #f0f0f0;
  padding: 50px 0; }

.login__subheader {
  font-size: 20px; }

.login__row {
  margin-top: 10px; }

.login__form {
  width: 300px;
  margin: 0 auto; }

@media (max-width: 500px) {
  .login__subheader {
    font-size: 18px; } }
.package {
  padding: 50px 0;
  background: #f0f0f0; }

.package__text {
  text-align: center;
  color: #273a60;
  font-size: 22px;
  font-weight: bold;
  padding: 0 20px; }

.package__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 50px -1% 10px; }

.package__product {
  position: relative;
  background: white;
  width: 31.33333%;
  margin: 3% 1% 0;
  border: 2px solid white; }
  .package__product:hover .package__tooltip {
    display: block; }

.package__product--active {
  border-color: #273a60; }

.package__product--selectable {
  cursor: pointer;
  padding-bottom: 44px; }

.package__product--not-fixed {
  display: none;
  padding-bottom: 68px; }

.package__product--disabled {
  display: none;
  opacity: 0.6;
  padding-bottom: 68px; }

.package__products--small {
  margin-top: 0; }
  .package__products--small .package__product {
    width: 18%;
    display: flex;
    align-items: center;
    padding: 0; }

.package__product--btn {
  display: flex;
  align-items: flex-end;
  border: 0;
  background: transparent; }

.package__header {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 20px 10px; }

.package__infos {
  padding: 10px; }

.package__info {
  padding: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }

.package__tooltip {
  display: none;
  position: absolute;
  bottom: 90%;
  left: 78%;
  width: 200px;
  background: #adadad;
  padding: 10px;
  color: white;
  z-index: 1; }

.package__product-available {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(240, 240, 240, 0.9);
  color: black;
  font-weight: bold; }

.package-small {
  margin: 50px 0; }

.package-small__header {
  background: #f0f0f0;
  color: #273a60;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 30px;
  text-transform: uppercase; }

.package-small__packages {
  background: #f0f0f0;
  padding: 20px 30px 65px;
  display: flex;
  flex-wrap: wrap; }

.package-small__package {
  width: 11.6%; }
  .package-small__package + .package-small__package {
    margin-left: 10.5%; }

.package-small__plus {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  color: #f35321;
  font-size: 52px;
  line-height: 66px;
  font-weight: bold; }

@media (max-width: 1200px) {
  .package__tooltip {
    left: auto;
    right: 0; } }
@media (max-width: 940px) {
  .package__product {
    width: 48%; } }
@media (max-width: 500px) {
  .package__text {
    font-size: 18px; }

  .package__product {
    width: 98%; } }
.reserve__text {
  font-size: 22px;
  text-align: center;
  margin-top: 10px; }

.reserve__subtext {
  text-align: center;
  margin-top: 20px;
  font-style: italic;
  font-size: 18px; }

.reserve__center-img {
  margin: 20px 0; }
  .reserve__center-img .max-width {
    max-width: 300px;
    margin: 0 auto; }

.reserve-steps {
  padding: 50px 0; }

.reserve-steps__block {
  /*background:red;*/
  display: flex;
  margin: 0 -10px; }

.reserve-steps__item {
  position: relative;
  width: calc(33.33333% - 20px);
  margin: 0 10px;
  /*background:blue;*/ }

.reserve-steps__header-block {
  display: flex;
  justify-content: center;
  align-items: center; }

.reserve-steps__circle {
  width: 50px;
  height: 50px;
  background: #273a60;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  margin-right: 10px; }

.reserve-steps__circle--checked {
  background: #f35321; }

.reserve-steps__header {
  font-size: 36px;
  font-weight: bold; }

.reserve-steps__edit {
  cursor: pointer;
  text-decoration: underline; }

.reserve-check {
  padding: 50px 0;
  background: #f0f0f0; }

.reserve-check__block {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }

.reserve-check__item {
  width: 30%;
  display: flex;
  flex-direction: column;
  background: white;
  padding-bottom: 10px; }

.reserve-check__header {
  background: #f0f0f0;
  color: #273a60;
  padding: 0 10px 10px;
  text-align: center;
  font-size: 20px; }

.reserve-check__text {
  padding: 0 20px; }

.reserve-check__back {
  flex-grow: 1; }

.reserve-check__date {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  text-transform: uppercase; }

.reserve-check__month {
  font-size: 50px; }

.reserve-check__day {
  font-size: 70px; }

.reserve-check__year {
  font-size: 40px; }

.reserve-overview {
  padding: 50px 0;
  background: #f0f0f0; }

.reserve-overview__products {
  margin-top: 40px; }

.reserve-overview__product {
  background: white;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 20px; }

.reserve-overview__header {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 20px 10px;
  width: 100%; }

.reserve-overview__img-block {
  width: 32%;
  padding: 0 10px; }

.reserve-overview__text {
  width: 36%;
  padding: 0 10px;
  position: relative; }

.reserve-overview__reverse {
  width: 32%;
  padding: 0 10px;
  text-align: right; }
  .reserve-overview__reverse input[type="submit"] {
    min-width: 140px; }
  .reserve-overview__reverse .form__submit-wrp {
    vertical-align: top; }
  .reserve-overview__reverse .form__block .husq-btn {
    min-width: 140px;
    margin-left: 10px;
    vertical-align: top;
    font-weight: normal; }

.reserve-overview__text-line {
  margin-top: 10px; }
  .reserve-overview__text-line:first-child {
    margin-top: 0; }

.reserve-overview__status {
  display: inline-block;
  padding: 5px 15px;
  color: white; }

.reserve-overview__status-21,
.reserve-overview__status-31 {
  padding: 4px 14px;
  color: black;
  border: 1px solid black; }

.reserve-overview__status-22 {
  background: #f01515; }

.reserve-overview__status-23 {
  background: #61B72B; }

.reserve-overview__status-24 {
  background: #c2c2c2; }

.reserve-overview__get-dealer {
  cursor: pointer;
  color: #f35321; }

.reserve-overview__overlay {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  padding: 0 20px 20px;
  background: white;
  border: 1px solid black;
  z-index: 1; }

@media (max-width: 940px) {
  .reserve-check__block {
    display: block; }

  .reserve-check__item {
    width: auto;
    margin-top: 20px; } }
@media (max-width: 720px) {
  .reserve-overview__img-block,
  .reserve-overview__text {
    width: 50%; }

  .reserve-overview__reverse {
    width: 100%;
    margin-top: 15px; }

  .reserve-overview__overlay {
    left: -100%;
    width: 200%; } }
.video {
  position: relative;
  padding-top: 52.0833333333%; }
  .video .max-width {
    width: 100%; }

.video__img {
  position: absolute;
  top: 0;
  left: 0; }

.video--hasVideo {
  cursor: pointer; }
  .video--hasVideo .video__play {
    display: block; }

.video__logo {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  width: 24%;
  padding: 1% 2%; }

.video__logo-husq {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15%; }

.video__text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  color: white;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 5px #4d4d4d; }

.video__play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6%;
  height: 15%;
  background: url("./../img/frontend/hq-play-button.svg") no-repeat;
  transform: translate(-50%, -50%); }

@media (max-width: 1680px) {
  .video__text {
    font-size: 80px; } }
@media (max-width: 1200px) {
  .video__text {
    font-size: 60px; } }
@media (max-width: 940px) {
  .video__text {
    font-size: 50px; } }
@media (max-width: 720px) {
  .video__text {
    font-size: 40px; } }
@media (max-width: 500px) {
  .video__text {
    font-size: 30px;
    width: 310px; } }
.expired__subheadline {
  text-align: center;
  color: #273a60;
  font-size: 22px;
  font-weight: bold;
  padding: 0 20px; }

.expired__text {
  font-size: 22px;
  text-align: center;
  margin-top: 10px; }

@media (max-width: 720px) {
  .expired__subheadline,
  .expired__text {
    font-size: 18px; } }
.question-form {
  padding: 50px 0; }
  .question-form .message {
    text-align: center;
    font-size: 22px;
    font-weight: bold; }

.question-form__question-block {
  display: none;
  flex-wrap: wrap;
  background: #f3f2f0; }

.question-form__question-block--active {
  display: flex; }

.question-form__left {
  width: 65%;
  padding: 30px 50px 0 30px; }

.question-form__right {
  width: 35%; }

.question-form__img-question {
  width: 30%;
  margin: 10px 20px 20px auto; }

.question-form__img-question--right {
  margin: 10px auto 20px 20px; }

.question-form__full {
  width: 100%;
  padding: 30px 50px 0 30px; }

.question-form__header {
  margin: 0; }

.question-form__question {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold; }

.question-form__question2 {
  margin-top: 15px;
  font-size: 20px; }

.question-form__row {
  margin-top: 10px; }

.question-form__radio-block {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  min-height: 24px; }

.question-form__radio-block--inline {
  display: inline-block;
  margin: 0 0 0 30px; }

.question-form__radio-block--right {
  padding: 0 30px 0 0; }

.question-form__label {
  cursor: pointer;
  display: block; }

.question-form__radio--right {
  left: auto !important;
  right: 0; }

/*# sourceMappingURL=main.css.map */
