@media screen and (min-width: 768px) {
    .s1 {width: 8.3333%;}
    .s2 {width: 16.6667%;}
    .s3 {width: 25%;}
    .s4 {width: 33.3333%;}
    .s5 {width: 41.6667%;}
    .s6 {width: 50%;}
    .s7 {width: 58.3333%;}
    .s8 {width: 66.6667%;}
    .s9 {width: 75%;}
    .s10 {width: 83.3333%;}
    .s11 {width: 91.6667%;}
    .s12 {width: 100%;}
    .section-recent-users .l-grid {margin: 0 -20px;}
    .section-recent-users .l-col {padding: 20px; margin-bottom: 20px;}
}

@media screen and (min-width: 1024px) {
    .m1 {width: 8.3333%;}
    .m2 {width: 16.6667%;}
    .m3 {width: 25%;}
    .m4 {width: 33.3333%;}
    .m5 {width: 41.6667%;}
    .m6 {width: 50%;}
    .m7 {width: 58.3333%;}
    .m8 {width: 66.6667%;}
    .m9 {width: 75%;}
    .m10 {width: 83.3333%;}
    .m11 {width: 91.6667%;}
    .m12 {width: 100%;}
}

@media screen and (min-width: 1200px) {.lg1 {width: 8.3333%;}

.lg2 {width: 16.6667%;}
.lg3 {width: 25%;}
.lg4 {width: 33.3333%;}
.lg5 {width: 41.6667%;}
.lg6 {width: 50%;}
.lg7 {width: 58.3333%;}
.lg8 {width: 66.6667%;}
.lg9 {width: 75%;}
.lg10 {width: 83.3333%;}
.lg11 {width: 91.6667%;}
.lg12 {width: 100%;}
/* .o-card:nth-child(odd) {
    margin-right: 0;
}
.o-grid .o-card {
    display: inline-block;
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
    margin-bottom: 40px;
} */
}

@media screen and (min-width: 1600px) {
    .xlg1 {width: 8.3333%;}
    .xlg2 {width: 16.6667%;}
    .xlg3 {width: 25%;}
    .xlg4 {width: 33.3333%;}
    .xlg5 {width: 41.6667%;}
    .xlg6 {width: 50%;}
    .xlg7 {width: 58.3333%;}
    .xlg8 {width: 66.6667%;}
    .xlg9 {width: 75%;}
    .xlg10 {width: 83.3333%;}
    .xlg11 {width: 91.6667%;}
    .xlg12 {width: 100%;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .l-wrap {width:970px}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .l-wrap {width:700px}
    .intro-title {font-size: 36px;}

    .o-grid .o-card {
        display: inline-block;
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .l-wrap {width:auto; padding: 0 15px;}
    .l-col {font-size: 16px;}
    .grid-price {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .intro-title, .l-section-title {font-size: 24px;}
    .intro {height: auto;}
    .intro-desc {font-size: 18px;}
    .intro .l-wrap {height: auto; display: block; padding: 30px 15px;}
    section {padding: 30px 0 !important;}
    .info-block .l-col {padding: 10px; margin-bottom: 20px;}
    .l-form-request {background-color: transparent; padding: 10px;}
    .grid-price .l-col, .section-promo-vars .l-col {padding: 10px;}
    .recent-user, .o-card {margin-bottom: 30px;}
}