.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
  position: relative;
  display:inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Конец сетки столбцов */

.wrapper { width: auto; margin: 30px;position: relative;}
.counter { background-color: #ffffff; padding: 20px 0; border-radius: 5px; margin-right: 50px}

.count-title { font-size: 40px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-title1 { font-size: 20px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; }

.count-text { font-size: 13px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5;  
}

@media (max-width: 767px) {
        /*xs*/
        .btn {
           padding: 0.63rem 1.65rem;
            font-size: 0.50rem;
           line-height: 0.64rem;
            border-radius: 0.35rem;
            white-space: nowrap;
        }
    }
@media (min-width: 768px) and (max-width: 991px) {
        /*sm*/
        .btn {
            padding: 0.75rem 1.90rem;
            line-height: 0.9rem;
           font-size: 0.62rem; 
            border-radius: 0.6rem;
            white-space: nowrap;
        }
    }
@media (min-width: 992px) and (max-width: 1199px) {
        /*md*/
        .btn {
           padding: 0.80rem 2rem;
            font-size: 0.72rem;
            line-height: 1.2rem;
            border-radius: 0.12rem;
            white-space: nowrap;
        }
    }
@media (min-width: 1200px) {
        /*lg*/
        .btn {
            padding: 0.84rem 2.14rem;
            font-size: 0.81rem;
            line-height: 1.3rem;
            border-radius: 0.15rem;
            white-space: nowrap;
        }
    }