body {
	font-family: Calibri;
    margin: 0;
}

.main-header {
    display: flex;
    justify-content: center;
}

.header {
    display: flex;
    color: #5c5470;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1200px;
}

.header-title-sm {
    float: left;
    display: none;
    white-space: nowrap;
    line-height: 16px;
}

.phone-number {
    color: #dbd8e3;
    background-color: #2a2438;
    border-radius: 40px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
}

/* -------------------------------------------------------------------------- */

.main-first {
    display: flex;
    justify-content: center;
    background-color: #2a2438;
}

.first {
    width: 1200px;
    position: relative;
}

.first img {
    width: 100%;
    height: 100%;
}

.first-title {
    position: absolute;
    top: 8px;
    left: 40px;
    color: white;
    font-size: 48px;
    font-weight: bold;
    line-height: 16px;
}

.first-description {
    position: absolute;
    top: 160px;
    left: 40px;
    color: white;
    font-size: 20px;
    width: 380px;
    font-weight: lighter;
    line-height: 28px;
}

/* -------------------------------------------------------------------------- */

.main-second {
    display: flex;
    justify-content: center;
    background-color: #dbd8e3;
}

.second {
    width: 1200px;
    position: relative;
}

ul.check li {
    font-size: 20px;
    list-style-type: none;
    margin-bottom: 1em;
    padding: 0.25em 0 0 2.5em;
    position: relative;
    color: #352f44;
    font-weight: lighter;
    white-space: nowrap;
}

ul.check li:before {
    content: " ";
    display: block;
    border: solid 0.8em #352f44;
    border-radius: .8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.5em;
    top: 40%;
    margin-top: -0.5em;
}

ul.check li:after {
    content: " ";
    display: block;
    width: 0.2em;
    height: 0.6em;
    border: solid #dbd8e3;
    border-width: 0 0.1em 0.1em 0;
    position: absolute;
    left: 1.15em;
    top: 45%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.second-services {
    display: flex;
    justify-content: center;
}

.second-services ul {
    padding-right: 80px;
}

.second-services-sm {
    display: none;
    justify-content: center;
}

.second-services-sm ul {
    padding-right: 80px;
}

.second-contactus-sm {
    display: none;
    justify-content: center;
}

.second-contactus-sm p {
    color: #dbd8e3;
    background-color: #5c5470;
    width: max-content;
    font-size: 20px;
    font-weight: bold;
    padding: 16px;
    border-radius: 40px;
    margin-top: 12px;
}

.second-services-xs {
    display: none;
    justify-content: center;
}

.second-services-xs ul {
    padding-right: 80px;
}

.second-contactus-xs {
    display: none;
    justify-content: center;
}

.second-contactus-xs p {
    color: #dbd8e3;
    background-color: #5c5470;
    width: max-content;
    font-size: 20px;
    font-weight: bold;
    padding: 16px;
    border-radius: 40px;
    margin-top: 12px;
}

.second-contactus {
    display: flex;
    justify-content: center;
}

.second-contactus p {
    color: #dbd8e3;
    background-color: #5c5470;
    width: max-content;
    font-size: 20px;
    font-weight: bold;
    padding: 16px;
    border-radius: 40px;
    margin-top: 12px;
}

/* -------------------------------------------------------------------------- */

.main-third {
    display: flex;
    justify-content: center;
}

.third {
    width: 1200px;
    position: relative;
    display: flex;
    justify-content: center;
}

.third-car {
    width: 500px;
    padding: 20px 40px;
}

.third-car img {
    border-radius: 20px;
    border-style: solid;
    border-color: #dbd8e3;
    border-width: 2px;
}

.third-car h2 {
    color: #dbd8e3;
    font-weight: lighter;
    background-color: #2a2438;
    width: max-content;
    border-radius: 40px;
    padding: 8px 16px;
}

.third-car p {
    font-size: 20px;
    font-weight: lighter;
    line-height: 28px;
    color: #2a2438;
}

.divider {
    display: none;
}

/* -------------------------------------------------------------------------- */

.main-fourth {
    display: flex;
    justify-content: center;
    background-color: #5c5470;
}

.fourth {
    width: 1200px;
    position: relative;
    display: flex;
    justify-content: center;
}

.fourth h1 {
    color: #dbd8e3;
    padding: 24px;

}

.fourth-number {
    background-color: #2a2438;
    border-radius: 40px;
}

/* -------------------------------------------------------------------------- */

.main-footer {
    display: flex;
    justify-content: center;
    background-color: #2a2438;
}

.footer {
    width: 1200px;
    position: relative;
    display: grid;
    justify-content: center;
    color: #dbd8e3;
    padding-bottom: 20px;
}

.footer p {
    font-size: 16px;
    font-weight: lighter;
}

.footer a {
    color: #dbd8e3;
}

.footer a:hover {
    color: white;
}

.footer-title {
    font-weight: bold !important;
}

.footer-description {
    display: flex;
}

.footer-description-sm {
    display: none;
}

.footer-description-xs {
    display: none;
}

.footer-links {
    display: flex;
    justify-content: center;
}

.footer-links p {
    margin: 0;
}


/* -------------------------------------------------------------------------- */


@media (max-width: 1250px) {
    .header {
        width: 1150px;
    }
}

@media (max-width: 1200px) {
    .header {
        width: 1100px;
    }
}

@media (max-width: 1160px) {
    .third-car {
        padding: 20px 20px;
    }
}

@media (max-width: 1140px) {
    .first-title {
        left: 30px;
    }

    .first-description {
        left: 30px;
    }
}

@media (max-width: 1125px) {
    .first-title {
        left: 20px;
    }

    .first-description {
        left: 20px;
    }
    
    .header {
        width: 1075px;
    }
}

@media (max-width: 1100px) {
    .header {
        width: 1050px;
    }
}

@media (max-width: 1080px) {
    .header {
        width: 1025px;
    }

    .third-car {
        padding: 20px 6px;
    }
}

@media (max-width: 1060px) {
    .first-title {
        left: 12px;
    }

    .first-description {
        left: 12px;
    }
}

@media (max-width: 1040px) {
    .header {
        width: 1000px;
    }
}

@media (max-width: 1030px) {
    .first-title {
        left: 40px;
    }

    .first-description {
        left: 40px;
    }

    .second-services ul {
        padding-right: 60px;
    }
}

@media (max-width: 1025px) {
    .header {
        width: 950px;
    }

    .third-car {
        width: 400px;
        padding: 20px 40px;
    }

    .third-car img {
        width: 400px;
    }
}

@media (max-width: 1000px) {
    .first-title {
        left: 30px;
    }

    .first-description {
        left: 30px;
    }
}

@media (max-width: 970px) {
    .header {
        width: 900px;
    }

    .third-car {
        padding: 20px 30px;
    }

    .second-services ul {
        padding-right: 50px;
    }

    .first-title {
        left: 20px;
    }

    .first-description {
        left: 20px;
    }
}

@media (max-width: 940px) {
    .first-title {
        left: 40px;
    }

    .first-description {
        left: 40px;
    }

    .header {
        width: 850px;
    }

    .second-services ul {
        padding-right: 28px;
    }

    .third-car {
        padding: 20px 12px;
    }
}

@media (max-width: 880px) {
    .header {
        width: 800px;
    }

    .first-title {
        left: 30px;
    }

    .first-description {
        left: 30px;
    }

    .second-services ul {
        padding-right: 12px;
    }

    .footer-description {
        display: none;
    }
    
    .footer-description-sm {
        display: block;
        text-align: center;
    }
}

@media (max-width: 850px) {
    .second-services {
        display: none;
    }

    .second-services-sm {
        display: flex;
    }

    .second-services-sm ul {
        padding-right: 40px;
    }

    .third-car {
        width: 350px;
        padding: 20px 20px;
    }

    .third-car img {
        width: 350px;
    }
}

@media (max-width: 830px) {
    .header {
        width: 750px;
    }

    .first-title {
        left: 20px;
    }

    .first-description {
        left: 20px;
    }
}

@media (max-width: 800px) {
    .first-title {
        font-size: 40px;
        line-height: 10px;
        left: 30px;
    }

    .first-description {
        width: 320px;
        top: 130px;
        left: 30px;;
    }
}

@media (max-width: 780px) {
    .header {
        width: 700px;
    }

    .header-title {
        display: none;
    }

    .header-title-sm {
        display: block;
    }

    .phone-number {
        height: fit-content;
        margin-top: auto;
        margin-bottom: 6px;
    }

    .third {
        display: grid;
    }

    .third-car img {
        width: 500px;
    }

    .third-car {
        width: 500px;
    }

    .divider {
        width: 95%;
        display: inherit;
        border-radius: 40px;
        border: none;
        border-top: 4px solid #5c5470;
    }
}

@media (max-width: 730px) {
    .header {
        width: 650px;
    }

    .first-title {
        left: 20px;
    }

    .first-description {
        left: 20px;
    }
}

@media (max-width: 700px) {
    .first-title {
        font-size: 36px;
        top: 0px;
    }

    .first-description {
        width: 300px;
        top: 100px;
    }
}

@media (max-width: 680px) {
    .first-title {
        font-size: 36px;
        top: 8px;
        left: 40px;
    }

    .first-description {
        width: 400px;
        top: 120px;
        left: 40px;
    }

    .header {
        width: 600px;
    }
}

@media (max-width: 640px) {
    .second-services-sm ul {
        padding-right: 20px;
    }
    
    .first-description {
        width: 500px;
    }
}

@media (max-width: 620px) {
    .header {
        width: 550px;
    }

    .second-services-sm ul {
        padding-right: 0px;
    }
}

@media (max-width: 580px) {
    .header-title-sm {
        display: none;
    }

    .header-title {
        display: flex;
        margin: auto;
    }

    .header {
        display: grid;
    }

    .phone-number {
        margin: auto;
    }

    .second-contactus {
        display: none;
    }

    .second-contactus-sm {
        display: flex;
    }
}

@media (max-width: 570px) {
    .first-title {
        top: 0px;
    }

    .first-description {
        width: 450px;
        top: 100px;
    }
}

@media (max-width: 540px) {
    .third-car {
        width: 400px;
    }

    .third-car img {
        width: 400px;
    }

    .second-services-sm {
        display: none;
    }

    .second-services-xs {
        display: flex;
    }
}

@media (max-width: 510px) {
    .first-title {
        line-height: 5px;
    }

    .first-description {
        top: 90px;
    }
}


@media (max-width: 500px) {
    .header-title {
        display: none;
    }

    .header-title-sm {
        display: block;
        text-align: center;
        padding-bottom: 8px;
    }

    .first-title {
        line-height: 12px;
        top: 12px;
    }

    .first-description {
        width: 400px;
        top: 120px;
    }

    .fourth {
        display: grid;
        text-align: center;
    }

    .fourth h1 {
        margin: 0px;
    }

    .fourth-number {
        margin: 0px 0px 20px 0px !important;
    }
}

@media (max-width: 450px) {
    .first-title {
        line-height: 4px;
        top: 4px;
    }

    .first-description {
        width: 350px;
        top: 100px;
    }

    .third-car {
        width: 350px;
    }

    .third-car img {
        width: 350px;
    }
}

@media (max-width: 400px) {
    .first-title {
        top: 12px;
        line-height: 12px;
    }

    .first-description {
        top: 120px;
        width: 300px;
    }

    .third-car {
        width: 320px;
        padding: 20px 12px;
    }

    .third-car img {
        width: 320px;
    }
}

@media (max-width: 350px) {
    .third-car {
        width: 290px;
    }

    .third-car img {
        width: 290px;
    }

    .first-title {
        top: 0px;
        line-height: 4px;
        left: 20px;
    }

    .first-description {
        top: 90px;
        width: 275px;
        left: 20px;
    }
}

@media (max-width: 340px) {
    .check {
        padding-right: 40px !important;
        margin-right: 0px !important;
    }

    .footer-description-sm {
        display: none;
    }

    .footer-description-xs {
        display: block;
        text-align: center;
    }

    .third-car {
        padding: 20px 0px;
    }
}
