html, body, div, table, tr, td, p, h1, h2, h3, h4, h5, h6, a, img, ul, ol, li {
    margin: 0;
    padding: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

p {
    margin-bottom: 20px;
}

img {
    outline: 0 none;
}

a {
    color: #026AB3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    padding: 20px 22px 22px;
    font: 16px/1.3 'Segoe UI', Tahoma, sans-serif;
    color: #444;
}

.main {
    max-width: 1250px;
    min-width: 500px;
}

.table-title {
    margin-bottom: 18px;
    width: 100%;
    table-layout: fixed;
}

.table-title td {
    text-align: left;
    vertical-align: middle;
}

.table-title-td-first {
    padding-right: 45px;
}

.table-title-td-last {
    padding-left: 45px;
}

.sup-title {
    margin-bottom: 0;
    font-weight: 600;
}

.title-h1 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: normal;
}

.title-h2 {
    margin-bottom: 18px;
    font-size: 19px;
    font-weight: normal;
}

.block-links {
    margin-bottom: 0;
}

.block-links a {
    white-space: nowrap;
}

.v-separator {
    margin: 0 10px;
    color: #C0C0C0;
}

.wrap-gray {
    padding: 18px 22px 22px;
    background: #f1f1f1;
}

.wrap-white {
    padding: 18px 22px 0;
    background: #fff;
}

@media screen and (max-width: 600px) {
    body {
        padding: 15px 20px 30px;
    }

    .main {
        min-width: 300px;
    }

    .table-title td {
        display: block !important;
        width: auto !important;
        padding: 0 !important;
    }

    .title-h1 {
        margin-bottom: 18px;
    }
}

/* table-links starts */

.table-action {
    width: 100%;
    table-layout: fixed;
}

.table-action td {
    text-align: left;
    vertical-align: top;
}

.table-action-td-first {
    padding-right: 45px;
}

.table-action-td-last {
    padding-top: 50px;
    padding-left: 45px;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

.action-text {
    margin-bottom: 18px;
}

.action-text--last {
    margin-bottom: 0;
}

.action-link {
    margin-bottom: 10px;
}

.action-link--last {
    margin-bottom: 0;
}

.btn {
    display: inline-block;
    padding: 8px 64px 8px 16px;
    color: #fff;
    white-space: nowrap;
    line-height: 32px;
    text-transform: uppercase;
    background: url("../img/forward.png") no-repeat right center;
    background-color: #00b336;
    transition: ease-out background-color .3s;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #019b2f;
}

@media screen and (max-width: 600px) {
    .table-action td {
        display: block !important;
        width: auto !important;
        padding: 0 !important;
    }

    .table-action {
        display: block;
    }

    .table-action tr {
        display: table;
    }

    .table-action td.table-action-td-first {
        display: table-footer-group !important;

    }

    .table-action td.table-action-td-last {
        display: table-header-group !important;
    }

    .action-link--last {
        margin-bottom: 30px;
    }
}

/* table-links ends */

/* table-features starts */
.wrap-white .title-h2 {
    margin-bottom: 0;
}

.wrap-white .action-text {
    margin-bottom: 25px;
}

.table-features {
    width: 100%;
    table-layout: fixed;
}

.table-features td {
    text-align: left;
    vertical-align: top;
}

.table-features-td-first {
    padding-right: 45px;
}

.table-features-td-last {
    padding-left: 45px;
}

.feature-img {
    float: left;
    margin-top: 2px;
    width: 60px;
}

.feature-text {
    margin-left: 84px;
    margin-bottom: 22px;
    min-height: 60px;
}

.feature-text--last {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .table-features td {
        display: block !important;
        width: auto !important;
        padding: 0 !important;
    }

    .feature-text--last {
        margin-bottom: 22px;
    }

    .table-features tr:last-child td:last-child .feature-text--last {
        margin-bottom: 0;
    }
}

/* table-features ends */

/* Animation starts */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* Animation ends */
