body {
    background: #f9f8fd;
    margin: 0 auto;
    overflow-x: hidden;
}

@font-face {
    font-family: 'SF-UI-Text-Regular';
    src: url('../fonts/SF-UI-Text-Regular.ttf');
}

.card-car-image>img {
    width: 100%;
    height: 100%;
}

.report-title,
.second-step-title {
    font-family: "SF-UI-Text-Regular";
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: center;
    color: #020b56;
    text-transform: uppercase;
}

.second-step-title {
    margin-bottom: 30px;
}

.report-descryption {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #020b56;
    margin-top: 5px;
}

.report-descryption-bold {
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #020b56;
    margin-top: 30px;
}


.email-button button {
    padding: 15px 0px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    background: #1AA7EC !important;
    width: 300px !important;
}

.share-all-button button {
    padding: 15px 0px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    background: #1AA7EC !important;
    width: 300px !important;

}


section.thank_you_note {
    padding: 0px !important;
}

.thank_you_note p {
    padding: 50px;
    background: #1AA7EC;
    color: white;
    font-size: 20px;
    margin-bottom: 0px;
    font-style: italic;
}

#wsywig_content {
    break-word: break-all;
}

.hours {
    display: flex;
    justify-content: space-between;
}

.hours>div:first-child {
    padding: 10px 0 0 30px;
}

.hours>div:last-child {
    padding: 10px 30px 0 0;
}

.working_hours {
    font-size: 1.5em;
    color: #1AA7EC;
    font-weight: bold;

}

.hours-box {}

.left-list li {
    color: #5161C1;
}

.right-list li {
    color: #1AA7EC;
    font-weight: bold;
}


ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

.serial-link,
.serial-link-confirm {
    font-size: 13px;
    line-height: 1.5;
    color: #0E183C;
    margin: 10px 0px 10px 0px;
    font-weight: 600;
}


.card-img img {
    display: block;
}

.thumbnail {
    position: relative;
    display: inline-block;
}

.card-car-title {
    position: absolute;
    top: 6%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: #020b56;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
}

.card-car-image {
    position: absolute;
    top: 27%;
    left: 48%;
    transform: translate(-50%, -50%);
    height: 181px;
    width: 280px;
}

.card-car-image>img {
    height: 11.4rem;
}

.card-car-year {
    position: absolute;
    top: 58%;
    left: 17%;
    transform: translate(-50%, -52%);
    color: #42aded;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 15px;
}

a.report-continue {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #1AA7EC;
    border-radius: 39px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
}


.report-continue-last-step {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #1AA7EC;
    border-radius: 39px;
    width: 200px;
    text-align: center;
    padding: 14px;
    text-transform: uppercase;
}

a.back-button {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    color: #1AA7EC;
    background: transparent;
    border-radius: 39px;
    width: 200px;
    text-align: center;
    border: 1px solid #1AA7EC;
    padding: 10px;
    text-transform: uppercase;
}

#after-register-second-step {
    display: none;
}