.annon {
    text-align: center;
    width: 100%;
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
    color: #bbbbbb;
    margin-block-start: 0.1em;
    margin-block-end: 0.1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/** main modal **/
.main-modal-block form input[type=email], .main-modal-block form input[type=password], .main-modal-block form input[type=text], .main-modal-block form select, .main-modal-block form textarea, .order-page-form .order-page-form--bottom form input[type=email], .order-page-form .order-page-form--bottom form input[type=password], .order-page-form .order-page-form--bottom form input[type=tel], .order-page-form .order-page-form--bottom form input[type=text], .order-page-form .order-page-form--bottom form select, .order-page-form .order-page-form--bottom form textarea {
    font-family: Montserrat,sans-serif;
    max-width: 100%;
    width: 100%;
    height: 56px;
    padding: 0 20px 0 50px;
    background: #fff;
    border: 1px solid #c0d7d7;
    border-radius: 28px;
    color: #181818;
    font-size: 16px;
    transition: .25s ease-in-out;
    margin-bottom: 16px;
}

.main-modal-block .modal-desc {
    margin: 20px 0 24px;
    font-size: 14px;
    color: #657c7c;
}

.main-modal-block form .checkbox-line .custom-checkbox+label, .main-modal-block form .checkbox-line .custom-radio+label, .order-page-form .order-page-form--bottom form .checkbox-line .custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.main-modal-block form button, .main-modal-block form textarea, .site-footer .footer-bottom-menu {
    margin-top: 8px;
}

.main-modal-block form textarea, .order-page-form .order-page-form--bottom form textarea {
    resize: none;
    height: 160px;
    padding: 15px;
}

.main-modal-block form textarea, .order-page-form .order-page-form--bottom form textarea {
    resize: none;
    height: 160px;
    padding: 15px;
}

.main-modal-block form button, .main-modal-block form input[type=submit], .order-page-form .order-page-form--bottom form button, .order-page-form .order-page-form--bottom form input[type=submit] {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    height: 56px;
    background: #4faf4d;
    box-shadow: 0 16px 32px rgba(160,182,182,.24);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 56px;
    border-radius: 28px;
    transition: .25s ease-in;
}

.main-modal-block form button:hover, .main-modal-block form input[type=submit]:hover, .order-page-form .order-page-form--bottom form button:hover, .order-page-form .order-page-form--bottom form input[type=submit]:hover {
    box-shadow: 0 13px 16px rgba(137,137,137,.4);
}

.main-modal-block form button, .main-modal-block form input[type=submit], .order-page-form .order-page-form--bottom form button, .order-page-form .order-page-form--bottom form input[type=submit] {
    background: #ff6c0e !important;
}
/** close main modal **/

.form-container-wrapper {
    grid-row-gap: 32px !important;
    background-color: #f6f5f6 !important;
    border: 8px solid #15bb12 !important;
    border-radius: 24px !important;
    flex-direction: column !important;
    padding: 48px 100px !important;
    display: block !important;
    position: relative !important;
    margin-top: 20px;
}

.form-container-wrapper .disclaimer-main {
    font-size: 12px;
    line-height: 130%;
}

.form-container-wrapper .header {
    z-index: 1;
    color: #120d28;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Archivo, sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 120%;
    position: relative;
}

.form-container-wrapper .form-row-4 img {
    width: auto !important;
}

.form-container-wrapper .has-error {
    position: relative;
}

.form-container-wrapper .form-error {
    position: absolute;
    height: 30px;
    bottom: -32px;
    font-size: 11px;
}

.form-container-wrapper .form-block {
    flex-direction: row;
    display: flex;
}

.form-container-wrapper .form {
    max-width: 100%;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-top: 32px;
    display: flex;
}

.site-footer .container {
    max-width: 1120px;
    display: block;
    background: transparent;
    margin: 0 auto;
}

.form-container-wrapper .subheader-form {
    color: #120d28;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Archivo, sans-serif;
    font-size: 20px;
    line-height: 120%;
}

.form-container-wrapper .form-row-1 {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 8px;
    justify-content: flex-start;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.form-container-wrapper .fornamn,
.form-container-wrapper .efternamn {
    width: 340px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
}

.form-container-wrapper .subheader-form {
    color: #120d28;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Archivo, sans-serif;
    font-size: 20px;
    line-height: 120%;
}

.form-container-wrapper .form-row-2 {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 8px;
    justify-content: flex-start;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.form-container-wrapper .gatuadress {
    width: 454px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
}

.form-container-wrapper .personnummer {
    width: 224px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
}

.form-container-wrapper .gatuadress-copy {
    width: 454px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
}

.form-container-wrapper .image {
    z-index: 0;
    max-width: 24px;
    clear: none;
    display: inline-block;
    position: relative;
    left: 16px;
    max-height: 100%;
    padding: 0;
}

.form-container-wrapper .text-field {
    width: 100%;
    height: 48px;
    clear: none;
    object-fit: fill;
    object-position: 50% 50%;
    border: 1px #dedede;
    border-radius: 4px;
    margin-bottom: 0;
    padding-left: 24px;
    font-family: Archivo, sans-serif;
    position: static;
    overflow: visible;
}

.form-container-wrapper .form-row-1-copy,
.form-container-wrapper .form-row-3 {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 8px;
    justify-content: flex-start;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.form-container-wrapper .telefon {
    width: 50%;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
}

.form-container-wrapper .e-post {
    width: 50%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-bottom: 0;
    font-family: Archivo, sans-serif;
    display: flex;
}

.form-container-wrapper .form-row-4 {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 8px;
    justify-content: flex-start;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.form-container-wrapper .paragraph {
    color: #707070;
    letter-spacing: .06em;
    font-family: Archivo, sans-serif;
    font-weight: 300;
    font-size: inherit;
    font-size: 14px;
}

.form-container-wrapper .submit-button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #15bb12;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Archivo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    border: none;
    color: #ffffff;
}

.form-container-wrapper .price {
    grid-column-gap: 8px;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
}

.form-container-wrapper .section-2 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.form-container-wrapper .gratis {
    color: #ff6c0e;
    text-align: center;
    text-transform: uppercase;
    margin-top: 16px;
    font-family: Archivo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}

.form-container-wrapper .form-footer {
    width: 70%;
    grid-column-gap: 40px;
    margin-top: 32px;
    display: flex;
}

.form-container-wrapper .text-span {
    color: #707070;
    border: 1px #707070;
    font-weight: 300;
}

.form-container-wrapper:before,
.form-container-wrapper:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.form-container-wrapper .section {
    width: 50%;
    grid-column-gap: 8px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 16px;
    font-family: Archivo, sans-serif;
    display: flex;

    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
}

.form-container-wrapper .div-block-4 {
    width: 100%;
    flex-direction: column;
    display: flex;
    border: none;
    padding: 0;
}

.form-container-wrapper .coupon-text {
    color: #120d28;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 90%;
}

.form-container-wrapper .text-block {
    color: #707070;
    font-size: 12px;
    line-height: 90%;
}

.form-container-wrapper .specialpris {
    color: #120d28;
    font-family: Archivo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
}

.form-container-wrapper .fullpris {
    color: #707070;
    font-family: Archivo, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    text-decoration: line-through;
}

.form-container-wrapper .footer-text {
    color: #120d28;
    font-family: Archivo, sans-serif;
    font-weight: 700;
}

.form-container-wrapper .form-error {
    color: red;
}

.form-container-wrapper .disclaimer-secondary {
    padding-top: 20px;
}

.container-offer {
  max-width: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  background-image: linear-gradient(223deg, #7dfc85, #d7ffbb 45%, #e2f4ec);
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 64px;
  padding: 32px;
  display: flex;
}

.container-offer.full-size {
  max-width: 100%;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}

.image-15 {
  width: 30%;
  max-width: none;
  object-fit: contain;
}

.gratis-copy {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.gratis-small {
  color: #000;
}

.div-block-52 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  display: flex;
}

.div-block-52.full-size {
  max-width: 900px;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.spacer-16 {
  width: 100%;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  margin-top: 0;
}

.form-2 {
  display: flex;
}

.submit-button-2 {
  width: 30%;
  background-color: #15bb12;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  font-size: 20px;
}

.button-green-main {
  border: 0px none var(--green);
  background-color: var(--green);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 24px 64px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.spacer-big {
  width: 100%;
  height: 56px;
}

.info {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.text-16 {
  font-size: 16px;
  line-height: 140%;
}

.spacer-4 {
  width: 100%;
  height: 4px;
}

.spacer-mid {
  height: 24px;
}

.spacer-8 {
  width: 100%;
  height: 8px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  margin-top: 0;
}

.container-23 {
  max-width: 900px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.form-3 {
  max-width: 900px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.form-block-4 {
  flex-direction: row;
  margin-top: 16px;
  display: flex;
}

.form-row-2-2, .form-row-3-2 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 8px;
  justify-content: flex-start;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-11 {
  color: #1e1e1e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.div-block-61 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.form-row-1-2 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field-2 {
  width: 100%;
  height: 48px;
  clear: none;
  object-fit: fill;
  object-position: 50% 50%;
  border: 1px #dedede;
  border-radius: 500px;
  margin-bottom: 0;
  padding-left: 24px;
  position: static;
  overflow: visible;
}

.image-21 {
  z-index: 0;
  max-width: 24px;
  clear: none;
  display: inline-block;
  position: relative;
  left: 16px;
}

.text-22px-bold-4 {
  color: #1e1e1e;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.text-22px-bold-4.mid {
  font-weight: 400;
}

.text-22px-bold-4.mid.no-space {
  margin-top: 0;
}

.input-2 {
  background-color: #fff;
  border: 2px solid #aff87f;
  border-radius: 500px;
  flex: 1;
  order: 0;
  align-self: stretch;
  display: flex;
}

.disclammer {
  color: #707070;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.price-3 {
  grid-column-gap: 8px;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.fullpris-3 {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: line-through;
}

.text-span-22 {
  color: #707070;
  border: 1px #707070;
  font-weight: 300;
}

.specialpris-3 {
  color: #ff6c0e;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.subheader-form-2 {
  color: #120d28;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 120%;
}

.button-block-form-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gratis-3 {
  color: #ff6c0e;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.form-container-new-swed {
  width: 1240px;
  max-width: 100%;
  grid-row-gap: 32px;
  background-color: #f6f5f6;
  border: 8px solid #15bb12;
  border-radius: 24px;
  flex-direction: column;
  margin-top: 0;
  padding: 48px 100px;
  display: block;
  position: relative;
}

.div-block-62 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.price-block {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
}

.pachka-mob {
  width: 30%;
  max-width: none;
  object-fit: contain;
  display: none;
}

.pachka-desktop {
  width: 30%;
  max-width: none;
  object-fit: contain;
}

.has-error {
    position: relative;
}

.form-error {
    position: absolute;
    bottom: -25px;
    left: 15px;
    color: red;
}

.input.green {
    border-width: 3px 0 3px 3px;
    border-top-color: #15bb12;
    border-bottom-color: #15bb12;
    border-left-color: #15bb12;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
}

@media screen and (max-width: 991px) {
    .form-container-wrapper .heading {
        margin-top: 0;
        font-size: 36px;
    }

    .form-container-wrapper .heading.form-container-wrapper .mid {
        font-size: 36px;
    }

    .form-container-wrapper .heading.form-container-wrapper .mid.form-container-wrapper .s {
        font-size: 32px;
        line-height: 36px;
    }

    .form-container-wrapper .submit-button {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .form-container-wrapper .form-footer {
        width: 100%;
    }

    .form-container-wrapper {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .form-container-wrapper .subheading {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .form-container-wrapper .subheading.form-container-wrapper .mid {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
    }

    .form-container-wrapper .productcontdesk {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        display: none;
    }

    .form-container-wrapper .paragraph-2 {
        flex: 1;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .form-container-wrapper .paragraph-2.form-container-wrapper ._16 {
        font-size: 14px;
        line-height: 20px;
    }

    .form-container-wrapper .paragraph-2.form-container-wrapper ._16.form-container-wrapper .mid {
        width: 620px;
        font-size: 14px;
        line-height: 22px;
        top: 161px;
    }

    .form-container-wrapper .quotemain.form-container-wrapper .large {
        font-size: 16px;
    }

    .form-container-wrapper .section-3 {
        width: 100%;
    }

    .form-container-wrapper .container-4 {
        width: 768px;
        height: 450px;
        max-width: 768px;
        background-position: 0 40px;
        padding-top: 32px;
    }

    .form-container-wrapper .container-5 {
        width: 768px;
        height: 860px;
        max-width: 768px;
        padding-top: 32px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .form-container-wrapper .container-5.form-container-wrapper .small {
        width: 768px;
        height: 716px;
        max-width: 768px;
        padding-top: 32px;
    }

    .form-container-wrapper .listheading24 {
        margin-top: 0;
        font-size: 20px;
    }

    .form-container-wrapper .container-6 {
        width: 100%;
        max-width: 100%;
    }

    .form-container-wrapper .section-4 {
        width: 768px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .form-container-wrapper .div-block-10 {
        margin-bottom: 8px;
    }

    .form-container-wrapper .container-8 {
        margin-bottom: 16px;
    }

    .form-container-wrapper .container-9 {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .form-container-wrapper .heading32 {
        font-size: 28px;
    }

    .form-container-wrapper .section-5 {
        width: 768px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .form-container-wrapper .image-2 {
        width: 300px;
        max-width: 100%;
    }

    .form-container-wrapper .div-block-12 {
        width: 500px;
    }

    .form-container-wrapper .div-block-14 {
        width: 340px;
    }

    .form-container-wrapper .div-block-15 {
        width: 100%;
        flex: 1;
    }

    .form-container-wrapper .div-block-16 {
        margin-top: 0;
        display: flex;
    }

    .form-container-wrapper .div-block-17 {
        width: 500px;
        margin-top: 18px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-container-wrapper .container-10 {
        justify-content: flex-start;
    }

    .form-container-wrapper .image-4 {
        width: 680px;
        top: 140px;
    }

    .form-container-wrapper .div-block-23 {
        margin-bottom: 24px;
    }

    .form-container-wrapper .div-block-28 {
        align-items: stretch;
    }

    .form-container-wrapper .container-12 {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 32px;
        padding-bottom: 16px;
    }

    .form-container-wrapper .bigicon {
        width: 70px;
        max-width: 100%;
        align-self: flex-start;
        padding-right: 16px;
    }

    .form-container-wrapper .div-block-29 {
        flex: 1;
        align-self: flex-start;
        padding-bottom: 8px;
    }

    .form-container-wrapper .div-block-30 {
        width: 32px;
    }

    .form-container-wrapper .div-block-31 {
        width: 100%;
    }

    .form-container-wrapper .container-13 {
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
        flex: 0 auto;
        align-content: center;
        justify-content: center;
        align-self: auto;
        align-items: flex-start;
        display: flex;
    }

    .form-container-wrapper .div-block-32 {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .form-container-wrapper .div-block-34 {
        width: 100%;
        align-self: center;
    }

    .form-container-wrapper .paragraph-4 {
        font-size: 16px;
    }

    .form-container-wrapper .container-14 {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .form-container-wrapper .container-15 {
        margin-bottom: 16px;
    }

    .form-container-wrapper .image-6 {
        width: 100%;
    }

    .form-container-wrapper .container-17 {
        margin-bottom: 16px;
    }

    .form-container-wrapper .image-7 {
        margin-bottom: 32px;
    }

    .form-container-wrapper .container-18 {
        margin-bottom: 24px;
    }

    .form-container-wrapper .container-19 {
        margin-bottom: 16px;
    }

    .form-container-wrapper .div-block-40 {
        width: 200px;
        height: 200px;
        align-self: center;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .form-container-wrapper .div-block-41 {
        width: 100%;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: center;
        align-self: auto;
        align-items: center;
    }

    .form-container-wrapper .container-20 {
        display: none;
    }

    .form-container-wrapper .div-block-42 {
        margin-top: 0;
    }

    .form-container-wrapper .container-21 {
        margin-top: 0;
        margin-left: auto;
    }

    .form-container-wrapper .div-block-45 {
        width: 650px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .form-container-wrapper .div-block-46 {
        width: 650px;
        align-self: center;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-container-wrapper .productconttab {
        width: 100%;
        max-width: 768px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        display: inline-block;
    }

    .form-container-wrapper .productconttab.form-container-wrapper .move {
        flex-direction: row;
        margin-top: 189px;
        margin-bottom: 189px;
        display: flex;
    }

    .form-container-wrapper .div-block-47 {
        margin-top: 188px;
    }

    .form-container-wrapper .image-8 {
        width: 25%;
        flex: 0 auto;
    }

    .form-container-wrapper .image-9 {
        width: 500px;
    }

    .form-container-wrapper .container-20-tab {
        max-width: 100%;
        flex-direction: column;
        display: flex;
    }

    .form-container-wrapper .image-10 {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .gratis-small.mid {
        text-align: center;
    }

    .image-15 {
        width: 80%;
    }

    .text-field {
        padding-left: 12px;
    }

    .div-block-52 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .offer-left {
        flex-flow: column;
        justify-content: flex-start;
        align-self: auto;
        align-items: center;
        display: flex;
    }

    .form-container-wrapper .header {
        font-size: 32px;
    }

    .form-container-wrapper .form-block {
        margin-bottom: 0;
    }

    .form-container-wrapper .subheader-form {
        font-size: 16px;
    }

    .form-container-wrapper .form {
        margin-top: 16px;
    }

    .form-container-wrapper .text-field {
        padding-left: 12px;
    }

    .form-container-wrapper .section {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .form-container-wrapper .image {
        left: 8px;
    }

    .form-container-wrapper .coupon-text {
        font-size: 14px;
    }

    .form-container-wrapper .form-footer {
        grid-column-gap: 48px;
    }

    .form-container-wrapper {
        padding: 24px 16px !important;
    }
}

@media screen and (max-width: 479px) {

    .form-error {
        font-size: 11px;
        bottom: -25px;
    }

    .form-container-wrapper .form-error {
        bottom: -25px !important;
    }

    .form-block-2, .form-block-3 {
        width: 100%;
    }

    .form-container-wrapper .form-row-1,
    .form-container-wrapper .form-row-2 {
        grid-row-gap: 16px;
        flex-direction: column;
    }

    .form-container-wrapper .fornamn,
    .form-container-wrapper .efternamn,
    .form-container-wrapper .personnummer,
    .form-container-wrapper .gatuadress,
    .form-container-wrapper .stad,
    .form-container-wrapper .postnummer {
        width: 100%;
    }

    .form-container-wrapper .form-row-3 {
        grid-row-gap: 16px;
        flex-direction: column;
    }

    .form-container-wrapper .telefon,
    .form-container-wrapper .e-post,
    .form-container-wrapper .section {
        width: 100%;
    }

    .form-container-wrapper .paragraph {
        text-align: center;
        font-size: 12px;
        line-height: 120%;
    }

    .form-container-wrapper .submit-button {
        font-size: 20px;
    }

    .form-container-wrapper .fullpris {
        font-size: 14px;
    }

    .form-container-wrapper .specialpris {
        font-size: 18px;
    }

    .form-container-wrapper .gratis {
        font-size: 14px;
    }

    .form-container-wrapper .form-footer {
        grid-row-gap: 12px;
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .form-container-wrapper .footer-text {
        text-align: center;
    }

    .form-container-wrapper {
        border-radius: 16px;
        padding: 16px 12px !important;
        max-width: 100%;
        margin: 0;
    }

    .form-container-wrapper .gatuadress-copy,
    .form-container-wrapper .email {
        width: 100%;
    }

    .form-container-wrapper .form-error {
        bottom: -27px;
    }

    .form-container-wrapper .disclaimer-main {
        font-size: 10px;
        line-height: 130%;
    }

    .form-container-wrapper .form-row-4 {
        margin-bottom: 0;
    }

    .form-container-wrapper .section {
        margin-bottom: 0;
    }
}