body {
    font-size: 15px;
    line-height: 1.5;
    font-family: sans-serif, Arial, Helvetica;
}

.clearfix:after, .clearfix:before, .container:after, .container:before {
    content: " ";
    display: table
}

.clearfix:after, .container:after {
    clear: both
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;

    font-family: 'Nunito Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.content {
    /*min-height: calc(100vh - 61px);*/
    min-height: calc(100vh - 255px);
    width:100%;
}

.main-section-wrapper {
    background: url("../img/bg_bot.png") no-repeat;
    background-position: center bottom
}

h2.main-title {
    text-align: left;
    margin: 50px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Fira Sans',sans-serif;
    font-style: normal;
    font-size: 40px;
    line-height: 100px;
    color: #000;
}

.container.thanks {
    text-align: center;
}

.container.thanks h2.main-title {
    text-align: center;
    font-family: 'Nunito Sans',sans-serif;
    font-style: normal;
    padding-top: 50px;
}

h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

.content p {
    margin-bottom: 20px;

}

.content ul li {
    margin-bottom: 5px;
    margin-left: 30px;
    list-style-type: disc;
}

.content ol {
    margin-bottom: 50px
}
    .content ol li {
        margin-bottom: 5px;
        margin-left: 30px;
        list-style-type: disc;
    }

.content a {
    color: #4885ed;
    font-weight: bold;
}

    .content a:hover {
        text-decoration: underline;
    }

.footer {
    background: #ffffff;
}

.contactinfo {
    font-size: 28px;
    line-height: 1.7;
    text-align: left;
}


    .contactinfo b {
        font-size: 34px;
        line-height: 1.7;
        text-align: left;
    }


