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

.cookie__table {
  border-collapse: collapse;
}
.cookie__table th, .cookie__table td {
  border: 1px solid #d7d7d7;
  padding: 12px 15px;
  vertical-align: top;
  text-align: left;
}
.cookie__table th {
  background: #F8F8F8;
}

@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: 500px;
  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__box--centerwidth {
  width: 550px;
  margin: 0 auto;
}

.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--text-small {
  font-size: 13px;
}

.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__group--condition {
  display: none;
}

.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__box--centerwidth + .form_row--submit {
  width: 550px;
  margin: 25px auto 0;
  text-align: left;
}
.form__box--centerwidth + .form_row--submit input[type=submit] {
  min-width: auto;
}

.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;
  display: flex;
  flex-direction: column;
  background: white;
  width: 31.33333%;
  margin: 3% 1% 0;
  border: 2px solid white;
  padding-bottom: 10px;
}
.package__product:hover .package__tooltip {
  display: block;
}

.package__product--active {
  border-color: #273a60;
}

.package__product--selectable {
  cursor: pointer;
}

.package__product--not-fixed {
  display: none;
}

.package__product--disabled {
  display: none;
  opacity: 0.6;
}

.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__img-block {
  margin: auto 0;
}

.package__infos {
  padding: 10px;
}

.package__info {
  padding: 10px 10px 0;
  width: 100%;
  margin-top: auto;
}

.package__tooltip {
  display: none;
  position: absolute;
  bottom: 99%;
  left: 0;
  right: 0;
  background: #adadad;
  padding: 10px;
  color: white;
  z-index: 1;
}
.package__tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 10px dashed rgba(173, 173, 173, 0);
  border-bottom: 0;
  border-top: 10px solid #adadad;
  transform: translateX(-50%);
}

.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%;
  }
}
.work {
  padding: 50px 0;
}

.work__header {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.work__text-big {
  font-size: 22px;
  color: #6c6c6c;
  margin-top: 15px;
}

.work__text {
  font-size: 12px;
  color: #6c6c6c;
  font-weight: bold;
  margin-bottom: 67px;
}

.work__cols {
  display: flex;
  background: #f0f0f0;
}

.work__col {
  position: relative;
  width: 25%;
  padding: 10px 0 20px;
}
.work__col:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  bottom: 0;
  border-left: 6px dotted white;
}

.work__img {
  margin: 0 auto;
}

.work__col-header-wrp {
  text-align: center;
  margin-top: 15px;
}

.work__col-header {
  display: inline-block;
  width: 130px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding-left: 18px;
  text-align: left;
}

.work__col-num {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 500px) {
  .work__cols {
    display: block;
  }

  .work__col {
    width: 100%;
  }
  .work__col:nth-child(n+2) {
    border-top: 6px dotted white;
  }
  .work__col:nth-child(n+2):before {
    content: normal;
  }

  .work__col-header {
    max-width: 56%;
  }
}
.dealer-search {
  padding-top: 50px;
}

.dealer-search--grey {
  background: #f0f0f0;
}

.dealer-search__form {
  display: flex;
  margin-top: 20px;
}

.dealer-search__form-col {
  width: 56%;
}
.dealer-search__form-col:last-child {
  width: 44%;
  text-align: right;
}

.dealer-search__icon-block {
  position: relative;
  padding: 24px 0 0 100px;
  font-size: 18px;
  line-height: 20px;
  color: #273a60;
  font-weight: bold;
}

.dealer-search__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.dealer-search__maps-block {
  position: relative;
  margin-top: 40px;
}

#dealer-search__map {
  height: 570px;
}

#dealer-search__mapOver {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px 0;
  min-height: 530px;
  width: 50%;
  padding: 0 20px;
  background: white;
  z-index: 2;
  font-size: 15px;
}
#dealer-search__mapOver.dealer-search__mapOver--opend {
  display: block;
}

.dealer-search__mapOver--at {
  min-height: 0 !important;
  max-height: 530px;
  padding-bottom: 20px !important;
}

.dealer-search__mapOver-header {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin: 20px 46px 20px 0;
}

.dealer-search__mapOver-text a {
  color: #f35321;
  text-decoration: none;
}

.dealer-search__mapOver-close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: white;
  border-radius: 50%;
}
.dealer-search__mapOver-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #f35321;
  transform: translate(-20px, -1px) rotate(45deg);
}
.dealer-search__mapOver-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #f35321;
  transform: translate(-20px, -1px) rotate(-45deg);
}

.dealer-search__package-text {
  margin-top: 10px;
}

.dealer-search__legend {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.dealer-search__legend-item {
  display: flex;
  align-items: center;
}
.dealer-search__legend-item:last-child {
  margin-left: 40px;
}

.dealer-search__legend-icon-block {
  width: 30px;
}

.dealer-search__legend-text {
  padding-left: 15px;
}

@media (max-width: 720px) {
  #dealer-search__mapOver {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.customer {
  padding: 50px 0;
  background: #f0f0f0;
}

.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;
  }
}
.simple-slider {
  position: relative;
}

.simple-slider__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.simple-slider__prev,
.simple-slider__next {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  height: 50px;
  width: 40px;
  background: #000;
  cursor: pointer;
  z-index: 12;
}

.simple-slider__next {
  left: auto;
  right: 0;
}

.simple-slider__slide-block {
  overflow: hidden;
  position: relative;
}

.simple-slider__item {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  transition-duration: 1s;
  transition-property: none;
  transition-timing-function: ease-in-out;
}

.simple-slider__item--slide-prev {
  display: block;
  transition-property: right;
  right: 100%;
  z-index: 10;
}

.simple-slider__item--slide-next {
  display: block;
  transition-property: left;
  left: 100%;
  z-index: 10;
}

.simple-slider__item--slide-next-slide-to-left {
  left: 0;
}

.simple-slider__item--slide-prev-slide-to-right {
  right: 0;
}

.simple-slider__item--active {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}

.simple-slider__item--active-slide-to-left {
  transition-property: left;
  left: -100%;
}

.simple-slider__item--active-slide-to-right {
  transition-property: left;
  left: 100%;
}

.feedback {
  padding: 50px 0;
  background: #f0f0f0;
}

.feedback__item {
  text-align: center;
  font-size: 30px;
}

.feedback__stars {
  margin-bottom: 10px;
}

.feedback__star {
  margin: 0 5px;
  color: #273a60;
}

@media (max-width: 720px) {
  .feedback__item {
    font-size: 20px;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.disabled, .flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #273A60;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(72, 72, 72, 0.2);
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #273A60;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #273A60;
  color: #fff;
  fill: #fff;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: #fff;
  fill: #fff;
}

.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(255, 255, 255, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0 0 0 3px;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 1px solid #fff;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  pointer-events: none;
  border: 0;
  margin-left: 0;
}

.flatpickr-weekdays {
  background: #273A60;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #273A60;
  color: white;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
  border-right: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
  box-shadow: -1px 0 0 rgba(72, 72, 72, 0.2);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #273A60;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #273A60;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #273A60;
  box-shadow: -10px 0 0 #273A60;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: red;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #273A60, 5px 0 0 #273A60;
  box-shadow: -5px 0 0 #273A60, 5px 0 0 #273A60;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72, 72, 72, 0.2);
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*# sourceMappingURL=main_frontend.css.map */
