html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.list-block {
    text-align: justify;
    font-size: 0;
    letter-spacing: 0;
    list-style-type: none;
    line-height: 0;
}

    .list-block:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .list-block > li {
        display: inline-block;
        list-style-type: none;
        vertical-align: top;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 18px;
    }

        .list-block > li:last-of-type:after {
            content: "";
            width: 100%;
        }

    .list-block > .list-block-fix {
        visibility: hidden;
        height: 0;
        font-size: 0 !important;
    }

[class*='col-'] {
    width: 100%;
}

.grid {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .grid:after {
        content: "";
        display: table;
        clear: both;
    }

[class*='col-'] {
    float: left;
    padding: 0 20px;
    position: relative;
}

[class*='-xs-1c'] {
    width: 8.33%;
}

[class*='-xs-2c'] {
    width: 16.66667%;
}

[class*='-xs-3c'] {
    width: 25%;
}

[class*='-xs-4c'] {
    width: 33.33%;
}

[class*='-xs-5c'] {
    width: 41.66667%;
}

[class*='-xs-6c'] {
    width: 50%;
}

[class*='-xs-7c'] {
    width: 58.33%;
}

[class*='-xs-8c'] {
    width: 66.66667%;
}

[class*='-xs-9c'] {
    width: 75%;
}

[class*='-xs-10c'] {
    width: 83.33%;
}

[class*='-xs-11c'] {
    width: 91.66667%;
}

[class*='-xs-12c'] {
    width: 100%;
}

[class*='-xs-20c'] {
    width: 20%;
}

[class*='-xs-40c'] {
    width: 40%;
}

[class*='-xs-60c'] {
    width: 60%;
}

[class*='-xs-80c'] {
    width: 80%;
}

[class*='grid'].no-gutter [class*='col-'] {
    padding: 0;
}

.grid.no-gutter {
    width: 100%;
    padding: 0 20px;
}

.grid-fluid {
    width: 100%;
    padding: 0;
}

    .grid-fluid:after {
        content: "";
        display: table;
        clear: both;
    }

    .grid-fluid.grid-width {
        max-width: 1280px;
        margin: 0 auto;
    }

        .grid-fluid.grid-width.no-gutter {
            padding: 0 20px;
        }

    .grid-fluid.no-gutter {
        padding: 0;
    }

.right {
    float: right;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

[class*='grid'] [class*='col-']:only-child, .grid [class*='col-'].center {
    overflow: visible;
}

[class*='grid'] [class*='grid'] {
    width: auto;
    margin: 0 -20px;
}

[class*='grid'].no-gutter [class*='grid'] {
    margin: 0;
}

[class*='grid'] [class*='grid'].gutter, [class*='grid'] [class*='grid'].gutter [class*='grid'] {
    margin: 0 -20px;
    width: auto;
}

    [class*='grid'] [class*='grid'].gutter [class*='col-'], [class*='grid'] [class*='grid'].gutter [class*='grid'] [class*='col-'] {
        padding: 0 20px;
    }

[class*='grid'] [class*='grid'].no-gutter {
    margin: 0;
    width: auto;
    padding: 0;
}

[class*='grid'] [class*='grid'] [class*='grid'].no-gutter {
    margin: 0;
}

    [class*='grid'] [class*='grid'] [class*='grid'].no-gutter [class*='col-'] {
        padding: 0;
    }

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

[class*='push-xs-0p'] {
    left: 0;
}

[class*='push-xs-1p'] {
    left: 8.33%;
}

[class*='push-xs-2p'] {
    left: 16.66667%;
}

[class*='push-xs-3p'] {
    left: 25%;
}

[class*='push-xs-4p'] {
    left: 33.33%;
}

[class*='push-xs-5p'] {
    left: 41.66667%;
}

[class*='push-xs-6p'] {
    left: 50%;
}

[class*='push-xs-7p'] {
    left: 58.33%;
}

[class*='push-xs-8p'] {
    left: 66.66667%;
}

[class*='push-xs-9p'] {
    left: 75%;
}

[class*='push-xs-10p'] {
    left: 83.33%;
}

[class*='push-xs-11p'] {
    left: 91.66667%;
}

[class*='push-xs-12p'] {
    left: 100%;
}

[class*='push-xs-20p'] {
    left: 20%;
}

[class*='push-xs-40p'] {
    left: 40%;
}

[class*='push-xs-60p'] {
    left: 60%;
}

[class*='push-xs-80p'] {
    left: 80%;
}

[class*='pull-xs-0p'] {
    left: 0;
}

[class*='pull-xs-1p'] {
    left: -8.33%;
}

[class*='pull-xs-2p'] {
    left: -16.66667%;
}

[class*='pull-xs-3p'] {
    left: -25%;
}

[class*='pull-xs-4p'] {
    left: -33.33%;
}

[class*='pull-xs-5p'] {
    left: -41.66667%;
}

[class*='pull-xs-6p'] {
    left: -50%;
}

[class*='pull-xs-7p'] {
    left: -58.33%;
}

[class*='pull-xs-8p'] {
    left: -66.66667%;
}

[class*='pull-xs-9p'] {
    left: -75%;
}

[class*='pull-xs-10p'] {
    left: -83.33%;
}

[class*='pull-xs-11p'] {
    left: -91.66667%;
}

[class*='pull-xs-12p'] {
    left: -100%;
}

[class*='pull-xs-20p'] {
    left: -20%;
}

[class*='pull-xs-40p'] {
    left: -40%;
}

[class*='pull-xs-60p'] {
    left: -60%;
}

[class*='pull-xs-80p'] {
    left: -80%;
}

[class*='show-'] {
    display: none;
}

body {
    background-color: #212930;
}

html, body, label {
    color: #666c74;
    font-family: Helvetica, sans-serif;
}

html {
    font-size: 14px;
}

body {
    font-size: 93%;
    line-height: 164%;
    font-family: "open_sans-regular", sans-serif;
    letter-spacing: 0.5px;
    color: #2c3641;
    text-align: left;
}

input {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    border-radius: none;
    outline: none;
}

.c-newsletter {
    text-align: center;
    margin-bottom: 40px;
}

.c-newsletter__input {
    background: none;
    border: 1px solid #484e59;
    height: 44px;
    padding: 0 15px 0;
    display: block;
    width: 100%;
    font-size: 107%;
    line-height: 20px;
    margin-bottom: 20px;
    color: #484e59;
    font-family: "open_sans-regular", sans-serif;
    letter-spacing: 0.5px;
}

    .c-newsletter__input::-moz-placeholder {
        color: #484e59;
        opacity: 1;
        letter-spacing: 0.5px;
        font-family: "open_sans-regular", sans-serif;
    }

.c-newsletter__checkbox{
    padding: 0 10px;
    -webkit-appearance: checkbox;
}
.c-newsletter__button{
    margin-top:20px;
}
.c-newsletter__option {
    text-align: justify;
}

    .c-newsletter__option label {
        text-align: center;
        background-color: #2c3641;
        transition: background-color 450ms cubic-bezier(0.33, 0.7, 0.32, 1) 0ms;
        cursor: pointer;
        border-radius: 6px;
        display: inline-block;
        margin: 20px 0;
        padding: 10px 20px;
        width: 48%;
        color: #666c74 !important;
    }

    .c-newsletter__option input:checked + label {
        background-color: #bdc0c3;
    }

    .c-newsletter__option input {
        display: none;
    }

    .c-newsletter__option input, .c-newsletter__option label {
        cursor: pointer;
    }

        .c-newsletter__option label:last-child {
            float: right;
        }

.c-newsletter__text {
    margin: 0 0 20px 0;
    line-height: 20px !important;
    color: #666c74;
    text-align: center;
}

strong {
    font-weight: 700;
}

.mc-btn {
    text-decoration: none;
    outline: none;
    border: none;
    font-size: inherit;
    background: none;
}

    .mc-btn:hover {
        cursor: pointer;
    }

.mc-btn--small {
    font-family: "open_sans-regular", sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    padding: 5px 20px;
    max-width: 154px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    transition: all 450ms cubic-bezier(0.33, 0.7, 0.32, 1) 0ms;
}

.mc-btn--large {
    font-family: "open_sans-bold", sans-serif;
    line-height: 32px;
    position: relative;
    padding: 5px 20px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    transition: all 450ms cubic-bezier(0.33, 0.7, 0.32, 1) 0ms;
}

    .mc-btn--large i[class*="nc-icon"] {
        display: inline-block;
        width: 30px;
        margin-top: -6px;
        vertical-align: middle;
    }

    .mc-btn--large i.nc-icon--right {
        float: right;
        padding-top: 8px;
        transition: padding 450ms cubic-bezier(0.33, 0.7, 0.32, 1) 0ms;
    }

    .mc-btn--large:hover .nc-icon-arrow-right.nc-icon--right {
        padding-left: 6px;
    }

.mc-btn--center {
    text-align: center;
}

.mc-btn--right {
    float: none;
}

.mc-btn--rightafter {
    content: '';
    display: table;
    clear: both;
}

.mc-btn--dark {
    color: #FFF;
    background: #bdc0c3;
}

    .mc-btn--dark:hover {
        background: #2c3641;
        color: #FFF;
    }

.mc-btn--soft {
    color: #bdc0c3;
    background: #f6f6f6;
}

    .mc-btn--soft:hover {
        background: #e7e8e9;
    }

.mc-btn--full-outline {
    color: #666c74;
    background: #f6f6f6;
    border: 2px solid #eaeaea;
}

    .mc-btn--full-outline:hover {
        background: #666c74;
        border-color: #666c74;
        color: #FFF;
    }

.mc-btn--outline-grey {
    border: 2px solid #8e949c;
    color: #8e949c;
}

    .mc-btn--outline-grey:hover {
        color: #4d83b7;
        border-color: #4d83b7;
    }

.mc-btn--outline-blue {
    border: 2px solid #4d83b7;
    color: #4d83b7;
}

    .mc-btn--outline-blue:hover {
        color: #FFF;
        background: #4d83b7;
    }

.mc-btn--outline-soft {
    border: 2px solid #bdc0c3;
    color: #bdc0c3;
}

    .mc-btn--outline-soft:hover {
        color: #2c3641;
        border-color: #2c3641;
    }

.mc-btn--on-dark.mc-btn--outline-grey:hover {
    color: #FFF;
    border-color: #FFF;
}

.c-newsletter .mc-btn--outline-grey {
    border-color: #484e59;
    color: #484e59;
}

.adress-details-wrapper {
    background-color: #212930;
    padding: 20px;
    height: 100%;
}

.adress-details {
    max-width: 400px;
    margin: 0 auto;
}

@media only screen and (min-width: 580px) {
    .list-block {
        margin: 0 -10px;
    }

        .list-block > li {
            width: 33.33333%;
            padding: 0 10px;
        }

    .grid {
        width: 580px;
    }

    [class*='-sm-1c'] {
        width: 8.33%;
    }

    [class*='-sm-2c'] {
        width: 16.66667%;
    }

    [class*='-sm-3c'] {
        width: 25%;
    }

    [class*='-sm-4c'] {
        width: 33.33%;
    }

    [class*='-sm-5c'] {
        width: 41.66667%;
    }

    [class*='-sm-6c'] {
        width: 50%;
    }

    [class*='-sm-7c'] {
        width: 58.33%;
    }

    [class*='-sm-8c'] {
        width: 66.66667%;
    }

    [class*='-sm-9c'] {
        width: 75%;
    }

    [class*='-sm-10c'] {
        width: 83.33%;
    }

    [class*='-sm-11c'] {
        width: 91.66667%;
    }

    [class*='-sm-12c'] {
        width: 100%;
    }

    [class*='-sm-20c'] {
        width: 20%;
    }

    [class*='-sm-40c'] {
        width: 40%;
    }

    [class*='-sm-60c'] {
        width: 60%;
    }

    [class*='-sm-80c'] {
        width: 80%;
    }

    .grid.no-gutter {
        width: 540px;
        padding: 0;
    }

    .grid-fluid {
        padding: 0 20px;
    }

        .grid-fluid.grid-width.no-gutter {
            padding: 0 40px;
        }

    [class*='push-sm-0p'] {
        left: 0;
    }

    [class*='push-sm-1p'] {
        left: 8.33%;
    }

    [class*='push-sm-2p'] {
        left: 16.66667%;
    }

    [class*='push-sm-3p'] {
        left: 25%;
    }

    [class*='push-sm-4p'] {
        left: 33.33%;
    }

    [class*='push-sm-5p'] {
        left: 41.66667%;
    }

    [class*='push-sm-6p'] {
        left: 50%;
    }

    [class*='push-sm-7p'] {
        left: 58.33%;
    }

    [class*='push-sm-8p'] {
        left: 66.66667%;
    }

    [class*='push-sm-9p'] {
        left: 75%;
    }

    [class*='push-sm-10p'] {
        left: 83.33%;
    }

    [class*='push-sm-11p'] {
        left: 91.66667%;
    }

    [class*='push-sm-12p'] {
        left: 100%;
    }

    [class*='push-sm-20p'] {
        left: 20%;
    }

    [class*='push-sm-40p'] {
        left: 40%;
    }

    [class*='push-sm-60p'] {
        left: 60%;
    }

    [class*='push-sm-80p'] {
        left: 80%;
    }

    [class*='pull-sm-0p'] {
        left: 0;
    }

    [class*='pull-sm-1p'] {
        left: -8.33%;
    }

    [class*='pull-sm-2p'] {
        left: -16.66667%;
    }

    [class*='pull-sm-3p'] {
        left: -25%;
    }

    [class*='pull-sm-4p'] {
        left: -33.33%;
    }

    [class*='pull-sm-5p'] {
        left: -41.66667%;
    }

    [class*='pull-sm-6p'] {
        left: -50%;
    }

    [class*='pull-sm-7p'] {
        left: -58.33%;
    }

    [class*='pull-sm-8p'] {
        left: -66.66667%;
    }

    [class*='pull-sm-9p'] {
        left: -75%;
    }

    [class*='pull-sm-10p'] {
        left: -83.33%;
    }

    [class*='pull-sm-11p'] {
        left: -91.66667%;
    }

    [class*='pull-sm-12p'] {
        left: -100%;
    }

    [class*='pull-sm-20p'] {
        left: -20%;
    }

    [class*='pull-sm-40p'] {
        left: -40%;
    }

    [class*='pull-sm-60p'] {
        left: -60%;
    }

    [class*='pull-sm-80p'] {
        left: -80%;
    }

    .show-sm-up {
        display: block;
    }

    .hide-sm-up {
        display: none;
    }

    body {
        font-size: 100%;
    }

    .c-newsletter {
        border: 1px solid #484e59;
        padding: 20px;
    }

    .mc-btn--large {
        max-width: 250px;
    }
}

@media only screen and (min-width: 768px) {
    .list-block {
        margin: 0 -10px;
    }

        .list-block > li {
            width: 25%;
            padding: 0 10px;
        }

    .grid {
        width: 728px;
    }

    [class*='-md-1c'] {
        width: 8.33%;
    }

    [class*='-md-2c'] {
        width: 16.66667%;
    }

    [class*='-md-3c'] {
        width: 25%;
    }

    [class*='-md-4c'] {
        width: 33.33%;
    }

    [class*='-md-5c'] {
        width: 41.66667%;
    }

    [class*='-md-6c'] {
        width: 50%;
    }

    [class*='-md-7c'] {
        width: 58.33%;
    }

    [class*='-md-8c'] {
        width: 66.66667%;
    }

    [class*='-md-9c'] {
        width: 75%;
    }

    [class*='-md-10c'] {
        width: 83.33%;
    }

    [class*='-md-11c'] {
        width: 91.66667%;
    }

    [class*='-md-12c'] {
        width: 100%;
    }

    [class*='-md-20c'] {
        width: 20%;
    }

    [class*='-md-40c'] {
        width: 40%;
    }

    [class*='-md-60c'] {
        width: 60%;
    }

    [class*='-md-80c'] {
        width: 80%;
    }

    .grid.no-gutter {
        width: 688px;
    }

    [class*='push-md-0p'] {
        left: 0;
    }

    [class*='push-md-1p'] {
        left: 8.33%;
    }

    [class*='push-md-2p'] {
        left: 16.66667%;
    }

    [class*='push-md-3p'] {
        left: 25%;
    }

    [class*='push-md-4p'] {
        left: 33.33%;
    }

    [class*='push-md-5p'] {
        left: 41.66667%;
    }

    [class*='push-md-6p'] {
        left: 50%;
    }

    [class*='push-md-7p'] {
        left: 58.33%;
    }

    [class*='push-md-8p'] {
        left: 66.66667%;
    }

    [class*='push-md-9p'] {
        left: 75%;
    }

    [class*='push-md-10p'] {
        left: 83.33%;
    }

    [class*='push-md-11p'] {
        left: 91.66667%;
    }

    [class*='push-md-12p'] {
        left: 100%;
    }

    [class*='push-md-20p'] {
        left: 20%;
    }

    [class*='push-md-40p'] {
        left: 40%;
    }

    [class*='push-md-60p'] {
        left: 60%;
    }

    [class*='push-md-80p'] {
        left: 80%;
    }

    [class*='pull-md-0p'] {
        left: 0;
    }

    [class*='pull-md-1p'] {
        left: -8.33%;
    }

    [class*='pull-md-2p'] {
        left: -16.66667%;
    }

    [class*='pull-md-3p'] {
        left: -25%;
    }

    [class*='pull-md-4p'] {
        left: -33.33%;
    }

    [class*='pull-md-5p'] {
        left: -41.66667%;
    }

    [class*='pull-md-6p'] {
        left: -50%;
    }

    [class*='pull-md-7p'] {
        left: -58.33%;
    }

    [class*='pull-md-8p'] {
        left: -66.66667%;
    }

    [class*='pull-md-9p'] {
        left: -75%;
    }

    [class*='pull-md-10p'] {
        left: -83.33%;
    }

    [class*='pull-md-11p'] {
        left: -91.66667%;
    }

    [class*='pull-md-12p'] {
        left: -100%;
    }

    [class*='pull-md-20p'] {
        left: -20%;
    }

    [class*='pull-md-40p'] {
        left: -40%;
    }

    [class*='pull-md-60p'] {
        left: -60%;
    }

    [class*='pull-md-80p'] {
        left: -80%;
    }

    .show-md-up {
        display: block;
    }

    .hide-md-up {
        display: none;
    }

    .mc-btn--right {
        float: right;
    }

    .mc-btn--large {
        line-height: 36px;
        padding: 10px 20px 10px 20px;
        margin-bottom: 24px;
        max-width: 270px;
        border-radius: 30px;
    }

        .mc-btn--large i[class*="nc-icon"] {
            margin-top: -4px;
        }
}

@media only screen and (min-width: 1024px) {
    .list-block {
        margin: 0 -10px;
    }

        .list-block > li {
            width: 25%;
            padding: 0 10px;
        }

    .grid {
        width: 984px;
    }

    [class*='-lg-1c'] {
        width: 8.33%;
    }

    [class*='-lg-2c'] {
        width: 16.66667%;
    }

    [class*='-lg-3c'] {
        width: 25%;
    }

    [class*='-lg-4c'] {
        width: 33.33%;
    }

    [class*='-lg-5c'] {
        width: 41.66667%;
    }

    [class*='-lg-6c'] {
        width: 50%;
    }

    [class*='-lg-7c'] {
        width: 58.33%;
    }

    [class*='-lg-8c'] {
        width: 66.66667%;
    }

    [class*='-lg-9c'] {
        width: 75%;
    }

    [class*='-lg-10c'] {
        width: 83.33%;
    }

    [class*='-lg-11c'] {
        width: 91.66667%;
    }

    [class*='-lg-12c'] {
        width: 100%;
    }

    [class*='-lg-20c'] {
        width: 20%;
    }

    [class*='-lg-40c'] {
        width: 40%;
    }

    [class*='-lg-60c'] {
        width: 60%;
    }

    [class*='-lg-80c'] {
        width: 80%;
    }

    .grid.no-gutter {
        width: 944px;
    }

    [class*='push-lg-0p'] {
        left: 0;
    }

    [class*='push-lg-1p'] {
        left: 8.33%;
    }

    [class*='push-lg-2p'] {
        left: 16.66667%;
    }

    [class*='push-lg-3p'] {
        left: 25%;
    }

    [class*='push-lg-4p'] {
        left: 33.33%;
    }

    [class*='push-lg-5p'] {
        left: 41.66667%;
    }

    [class*='push-lg-6p'] {
        left: 50%;
    }

    [class*='push-lg-7p'] {
        left: 58.33%;
    }

    [class*='push-lg-8p'] {
        left: 66.66667%;
    }

    [class*='push-lg-9p'] {
        left: 75%;
    }

    [class*='push-lg-10p'] {
        left: 83.33%;
    }

    [class*='push-lg-11p'] {
        left: 91.66667%;
    }

    [class*='push-lg-12p'] {
        left: 100%;
    }

    [class*='push-lg-20p'] {
        left: 20%;
    }

    [class*='push-lg-40p'] {
        left: 40%;
    }

    [class*='push-lg-60p'] {
        left: 60%;
    }

    [class*='push-lg-80p'] {
        left: 80%;
    }

    [class*='pull-lg-0p'] {
        left: 0;
    }

    [class*='pull-lg-1p'] {
        left: -8.33%;
    }

    [class*='pull-lg-2p'] {
        left: -16.66667%;
    }

    [class*='pull-lg-3p'] {
        left: -25%;
    }

    [class*='pull-lg-4p'] {
        left: -33.33%;
    }

    [class*='pull-lg-5p'] {
        left: -41.66667%;
    }

    [class*='pull-lg-6p'] {
        left: -50%;
    }

    [class*='pull-lg-7p'] {
        left: -58.33%;
    }

    [class*='pull-lg-8p'] {
        left: -66.66667%;
    }

    [class*='pull-lg-9p'] {
        left: -75%;
    }

    [class*='pull-lg-10p'] {
        left: -83.33%;
    }

    [class*='pull-lg-11p'] {
        left: -91.66667%;
    }

    [class*='pull-lg-12p'] {
        left: -100%;
    }

    [class*='pull-lg-20p'] {
        left: -20%;
    }

    [class*='pull-lg-40p'] {
        left: -40%;
    }

    [class*='pull-lg-60p'] {
        left: -60%;
    }

    [class*='pull-lg-80p'] {
        left: -80%;
    }

    .show-lg-up {
        display: block;
    }

    .hide-lg-up {
        display: none;
    }

    .c-newsletter {
        padding: 40px;
    }

    .c-newsletter {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) and (min-device-width: 768px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
    .grid {
        width: 1064px;
    }
}

@media only screen and (min-width: 1280px) {
    .list-block {
        margin: 0 -10px;
    }

        .list-block > li {
            width: 25%;
            padding: 0 10px;
        }

    .grid {
        width: 1240px;
    }

    [class*='-xl-1c'] {
        width: 8.33%;
    }

    [class*='-xl-2c'] {
        width: 16.66667%;
    }

    [class*='-xl-3c'] {
        width: 25%;
    }

    [class*='-xl-4c'] {
        width: 33.33%;
    }

    [class*='-xl-5c'] {
        width: 41.66667%;
    }

    [class*='-xl-6c'] {
        width: 50%;
    }

    [class*='-xl-7c'] {
        width: 58.33%;
    }

    [class*='-xl-8c'] {
        width: 66.66667%;
    }

    [class*='-xl-9c'] {
        width: 75%;
    }

    [class*='-xl-10c'] {
        width: 83.33%;
    }

    [class*='-xl-11c'] {
        width: 91.66667%;
    }

    [class*='-xl-12c'] {
        width: 100%;
    }

    [class*='-xl-20c'] {
        width: 20%;
    }

    [class*='-xl-40c'] {
        width: 40%;
    }

    [class*='-xl-60c'] {
        width: 60%;
    }

    [class*='-xl-80c'] {
        width: 80%;
    }

    .grid.no-gutter {
        width: 1200px;
    }

    [class*='push-xl-0p'] {
        left: 0;
    }

    [class*='push-xl-1p'] {
        left: 8.33%;
    }

    [class*='push-xl-2p'] {
        left: 16.66667%;
    }

    [class*='push-xl-3p'] {
        left: 25%;
    }

    [class*='push-xl-4p'] {
        left: 33.33%;
    }

    [class*='push-xl-5p'] {
        left: 41.66667%;
    }

    [class*='push-xl-6p'] {
        left: 50%;
    }

    [class*='push-xl-7p'] {
        left: 58.33%;
    }

    [class*='push-xl-8p'] {
        left: 66.66667%;
    }

    [class*='push-xl-9p'] {
        left: 75%;
    }

    [class*='push-xl-10p'] {
        left: 83.33%;
    }

    [class*='push-xl-11p'] {
        left: 91.66667%;
    }

    [class*='push-xl-12p'] {
        left: 100%;
    }

    [class*='push-xl-20p'] {
        left: 20%;
    }

    [class*='push-xl-40p'] {
        left: 40%;
    }

    [class*='push-xl-60p'] {
        left: 60%;
    }

    [class*='push-xl-80p'] {
        left: 80%;
    }

    [class*='pull-xl-0p'] {
        left: 0;
    }

    [class*='pull-xl-1p'] {
        left: -8.33%;
    }

    [class*='pull-xl-2p'] {
        left: -16.66667%;
    }

    [class*='pull-xl-3p'] {
        left: -25%;
    }

    [class*='pull-xl-4p'] {
        left: -33.33%;
    }

    [class*='pull-xl-5p'] {
        left: -41.66667%;
    }

    [class*='pull-xl-6p'] {
        left: -50%;
    }

    [class*='pull-xl-7p'] {
        left: -58.33%;
    }

    [class*='pull-xl-8p'] {
        left: -66.66667%;
    }

    [class*='pull-xl-9p'] {
        left: -75%;
    }

    [class*='pull-xl-10p'] {
        left: -83.33%;
    }

    [class*='pull-xl-11p'] {
        left: -91.66667%;
    }

    [class*='pull-xl-12p'] {
        left: -100%;
    }

    [class*='pull-xl-20p'] {
        left: -20%;
    }

    [class*='pull-xl-40p'] {
        left: -40%;
    }

    [class*='pull-xl-60p'] {
        left: -60%;
    }

    [class*='pull-xl-80p'] {
        left: -80%;
    }

    .show-xl-only {
        display: block;
    }

    .hide-xl-only {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    .list-block {
        margin: 0 -10px;
    }

        .list-block > li {
            width: 50%;
            padding: 0 10px;
        }

    .show-xs-only {
        display: block;
    }

    .hide-xs-only {
        display: none;
    }
}
