body {
/*    background: url("./img/responsive-screens.webp") no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    color: #212120;

}
.container {
    margin-top: 15%;
}
.front-btns {
    margin-bottom: 130px;
}
.front-btns  a {
    text-decoration: none;
}
.front-btns  a:hover {
    text-decoration: none;
}
.front-btns svg {
    margin-top: 30px;
}
h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
h2 {
    font-size: 55px;
/*    text-transform: uppercase;*/
    font-weight: 700;
    line-height: 56px;
    margin: 30px 0 40px;
}
h2.white {
    color: #fff;
}
h2.black {
    color: #000;
}
h3 {
    font-size: 34px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.logo {
    position: absolute;
    top: 30px;
    right: 100px;
    width: 180px;
}
.footer-logo {
    width: 100%;
    margin-bottom: 60px;
}
.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 700;
    margin: 20px 0 30px;
}
.footer-links a{
    margin: 0 30px;
    color: #212120;
    text-decoration: none;
}

.offer-blocks .offer-content {
    background: url("https://www.kindlustusest.ee/kampaania/skoda/img/offer_box.svg") no-repeat;
    background-size: 100% auto;
    min-height: 240px;
    padding: 35px;
}

.check-mark {
    width: 42px;
    height: 42px;
    background: url("https://www.kindlustusest.ee/kampaania/skoda/img/checkmark.svg") no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
}

.description {
    font-size: 18px;
    margin-bottom: 40px;
}
.right-corner {
    width: 400px;
    height: 500px;
    background: url("https://www.kindlustusest.ee/kampaania/skoda/img/corner.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.right-corner a {
    margin-top: 34px;
    display: block;
    margin-right: 200px;
    float: right;
    line-height: 18px;
    text-align: right;
    color: #000000;
    text-decoration: none;
}
.right-corner a svg {
    position: absolute;
    top: 36px;
    right: 155px;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    line-height: 31px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    border: 2px solid #00c68c;
    border-radius: 100%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 31px;
    height: 31px;
    background: url(https://www.kindlustusest.ee/kampaania/skoda/img/tick.svg);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.additional-products {
    margin-top: 50px;
    margin-bottom: 70px;
}

.additional-products p {
    margin-bottom: 10px;
}

.additional-products button {
    background: #00c68c;
    border: 0;
    color: #fff;
    width: 300px;
    height: 59px;
    border-radius: 30px;
    text-transform: uppercase;
    float: right;
    font-weight: 700;
    position: relative;
    box-shadow: 0px 15px 15px #c1c1c1;
}

.additional-products button span {
    width: 58px;
    height: 58px;
    background: url(https://www.kindlustusest.ee/kampaania/skoda/img/right-arrow.svg);
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    transition: all 0.15s linear
}
.additional-products button:hover span {
    top: 0px;
}

.left-side {
    width: 150px;
    float: left;
    height: 100%;
    background: url(./img/additional.svg);
    background-repeat: no-repeat;
    background-position: 0px;
}

.right-side {
    float: left;
    padding: 80px 0 20px;
    line-height: 8px;
}

button {
    outline: none;
}

.modal-dialog {
    max-width: 1100px;
}

.modal-backdrop.show {
    opacity: 0.6;
    background: #e6e6e6;
}

.modal-header {
    display: block;
    border-bottom: 0;
}
.modal-header .close{
    float: right;
    background: #fff;
    font-size: 20px;
    color: #49a62e;
    border: solid 1px #ddd;
    width: 29px;
    height: 29px;
    display: block;
    line-height: 26px;
    border-radius: 20px;
}
.modal-body {
    padding-bottom: 60px;
}
.modal-content {
    text-align: center;
    border: 0;
    border-radius: 20px;
}
.modal-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.modal-content input {
    border-radius: 28px;
    width: 450px;
    margin-bottom: 8px;
    height: 56px;
    text-transform: uppercase;
    border: 1px solid #BCBCBC;
    text-align: center;
    outline: none;
}

.modal-content input:focus {
    box-shadow: none;
}

.modal-content input[type="submit"] {
    background: #49a62e;
    color: #fff;
    border: 0;
    transition: all 0.15s linear;
}

.modal-content input[type="submit"]:hover {
    box-shadow: 0 15px 15px #c1c1c1;
}

.owner {
    text-align: center;
}
.owner button{
    background: #49A72E;
    width: 97px;
    height: 97px;
    border-radius: 50px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.15s linear;
}
.owner button:hover {
    box-shadow: 0 15px 15px #c1c1c1;
}
.step {
    display: none;
}
.active {
    display: block;
}

.accordion-button {
    background-color: #e6e6e6;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
.accordion-button:not(.collapsed) {
    background-color: #e6e6e6;
    color:initial;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion {
    border: solid 1px #B9B9B9;
    border-radius: 20px;
    padding: 7px;
    margin-bottom: 50px;
}
.accordion-body {
    padding-top: 20px;
    padding-bottom: 50px;
    background: #e6e6e6;
}


.final h1 {
    text-transform: initial;
}

.final img {
    margin-bottom: 10px;
    margin-left: 20px;
}

.final p {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #212120;
}

.final a {
    background: #49A72E;
    color: #fff;
    padding: 10px 50px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.did-floating-label-content {
    position: relative;
    width: 450px;
    margin: 0 auto;
    max-width: 100%;
}

.did-floating-label {
    color: #212120;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 17px;
    padding: 0 5px;
    text-transform: uppercase;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    width: 418px;
    max-width: calc(100% - 30px);
}

.did-floating-input, .did-floating-select {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 20px;
    background: #fff;
    color: #323840;
    border: 1px solid #3D85D8;
    border-radius: 4px;
    box-sizing: border-box;
}
.did-floating-input:focus, .did-floating-select:focus {
    outline: none;
}
.did-floating-input:focus ~ .did-floating-label, .did-floating-select:focus ~ .did-floating-label {
    top: -8px;
    font-size: 13px;
    width: auto;
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.did-floating-select::-ms-expand {
    display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
    top: -8px;
    font-size: 13px;
    width: auto;
}

.did-floating-select:not([value=""]):valid ~ .did-floating-label {
    top: -8px;
    font-size: 13px;
}

.did-floating-select[value=""]:focus ~ .did-floating-label {
    top: 11px;
    font-size: 13px;
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input .did-floating-input, .did-error-input .did-floating-select {
    border: 2px solid #9d3b3b;
    color: #9d3b3b;
}
.did-error-input .did-floating-label {
    font-weight: 600;
    color: #9d3b3b;
}
.did-error-input .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}

.input-group {
    display: flex;
}
.input-group .did-floating-input {
    border-radius: 0 4px 4px 0;
    border-left: 0;
    padding-left: 0;
}

.input-group-append {
    display: flex;
    align-items: center;
    /*   margin-left:-1px; */
}

.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3D85D8;
    border-radius: 4px 0 0 4px;
    border-right: none;
}
.table-header {
    font-weight: 700;
    font-size: 15px;
    padding: 20px 0;
    text-transform: uppercase;
}
.table-body .model {
    font-weight: 700;
}
.table-body .row {
    padding: 20px 0;
    border-top: solid 1px #ccc;
}
.table-body span {
    display: none;
}
.period, .year, .replacement-car-month, .replacement-car-year {
    text-align: center;
}
.accordion-button::after {
    width: 40px;
    height: 40px;
    background-image: url(https://www.kindlustusest.ee/kampaania/skoda/img/toggle.svg);
    background-size: 40px;
    transform: rotate(-180deg);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(https://www.kindlustusest.ee/kampaania/skoda/img/toggle.svg);
    transform: rotate(0deg);

}
@media only screen and (max-width: 600px) {
    h2 {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 0;
    }
    .description {
        font-size: 14px;
/*        margin-bottom: 200px;*/
    }
    .footer-links {
        display: block;
    }

    .footer-links svg {
        width: 100%;
    }

    .footer-links a {
        text-align: center;
        width: 100%;
        display: block;
        margin: 0;
    }

    .logo {
        margin-left: calc(50% - 101px);
        position: initial;
    }

    .container {
        margin-top: 100px;
    }

    .modal-content input {
        width: 100%;
    }
    .offer-blocks .offer-content {
        /* background: url(img/offer_box.png) no-repeat; */
        background: #f3f3f3;
        padding: 20px 15px;
        background-size: 100%;
        height: 100%;
    }
    .offer-blocks .col-6 {
        padding: 5px;
    }
    .package-title {
        display: none;
    }
    .left-side {
        width: 100%;
        float: left;
        height: 101px;
        background: url("./img/additional-horisontal.svg");
        background-repeat: no-repeat;
        background-position: 50% 0;
    }
    .additional-products button {
        width: 100%;
        margin-top: 40px;
    }
    .additional-products button span {
        left: -10px;
    }

    .right-corner {
        width: 400px;
        height: 500px;
        background: url("https://www.kindlustusest.ee/kampaania/skoda/img/mobile_corner.png") no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        right: 0;
        text-transform: uppercase;
        font-weight: 700;
    }
    .right-corner a {
        margin-top: 15px;
        margin-right: 50px;
    }
    .right-corner a svg {
        position: absolute;
        top: 17px;
        right: 10px;
    }
    .final a {
        padding: 10px 20px;
    }

    .did-floating-input:focus ~ .did-floating-label, .did-floating-select:focus ~ .did-floating-label {
        top: -4px;
        font-size: 9px;
        width: auto;
        max-width: initial;
    }

    .did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
        width: auto;
        max-width: 300px;
        left: 11px;
        top: -4px;
        font-size: 9px;
    }

    .did-floating-select:not([value=""]):valid ~ .did-floating-label {
        top: -8px;
        font-size: 9px;
    }

    .did-floating-select[value=""]:focus ~ .did-floating-label {
        top: 11px;
        font-size: 9px;
    }

    .table-header {
        display: none;
    }
    .period, .year, .replacement-car-month, .replacement-car-year {
        text-align: right;
    }
    .table-body span {
        font-weight: 700;
        float: left;
        display: block;
    }
    .table-body .model {
        text-align: center;
    }
    .final a {
        padding: 10px 15px;
        font-size: 13px;
    }

    .tooltip.show {
        margin-left: 55px;
    }

}


/*-- ==============================================================
 Screen smaller than 760px and iPads.
 ============================================================== */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  [data-content]:before {
    content: attr(data-content);
  }

  /* Force table to not be like tables anymore */
  .table-mobile-responsive, .table-mobile-responsive thead, .table-mobile-responsive tbody, .table-mobile-responsive th, .table-mobile-responsive td, .table-mobile-responsive tr {
    display: block;
  }

  .table-mobile-responsive.text-center {
    text-align: left !important;
  }

  .table-mobile-responsive caption {
    width: max-content;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .table-mobile-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-mobile-responsive> :not(:first-child) {
    border-top: none;
  }

  .table-mobile-responsive>:not(caption)>*>* {
    border-color: black;
  }

  .table-mobile-responsive tr:not(.bg-light-blue) {
    padding: 0;
    border-bottom: 2px solid black;
  }

  /* Default layout */
  .table-mobile-responsive td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid black;
    position: relative;
    padding-left: 50%;
  }

td.border-0.title {
    padding-left: 6px;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

  .table-mobile-responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: black;
  }

  /* Sided layout */
  .table-mobile-responsive.table-mobile-sided> :not(:first-child) {
    border-top: none;
  }

  .table-mobile-responsive.table-mobile-sided>:not(caption)>*>* {
    border-color: var(--bs-table-border-color);
  }

  .table-mobile-responsive.table-mobile-sided td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid black;
    position: relative;
    padding-left: 50%;
    padding-top: 0 !important;
    display: flex;
    justify-content: flex-end;
  }

  .table-mobile-responsive.table-mobile-sided td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: black;
  }

}

@media only screen and (min-device-width: 1024px) {

    .table > :not(caption) > * > * {
        border-bottom-width: 0;
    }
}

.btn-outline-primary {
    color: #00c68c;
    border-color: #00c68d;
    border-width: 2px;
    font-weight: bold;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00c68c;
    border-color: #00c68c;
}
