* {
   padding: 0;
   margin: 0;
   box-sizing: border-box;
}

body {
   font: 400 16px 'Roboto', sans-serif;
}

a img {
   border: none;
}

a {
   font: 400 16px 'Roboto', sans-serif;
   text-decoration: none;
   -webkit-transition: .2s;
   transition: .2s;
}

*:focus {
   outline: none;
}

a:hover, a:focus {
   text-decoration: none;
}

.btn-number.active {
    background-color: #ffeb3b !important;
    color: #000 !important;
    border-color: #fdd835 !important;
}

.clearfix::after {
   content: '';
   display: block;
   clear: both;
}

.container {
   width: 1180px;
   margin: 0 auto;
}

ul {
   list-style-type: none;
}

.h2_st {
   color: #363e44;
   font-size: 4em;
   font-weight: 100;
   text-align: center;
   line-height: 1;
   margin-top: 80px;
   margin-bottom: 80px;
}


/*  Start  */


.tariff-header-wrap{
    margin-top: 80px;
    margin-bottom: 80px;
}

.tariff-header-wrap .h2_st{
    margin-top: 0;
    margin-bottom: 0;
}

.tariff-header-wrap .tariff-header-description{
    margin-top: 35px;
    font-size: 1.4rem;
    text-align: center;
    color: #696969;
}

.tariff-header-wrap .tariff-header-description a{
    font-size: 1.4rem;
}

.price_wrap{
    padding-bottom: 80px;
    cursor: default;
}

table p{
    margin: 0;
}

.table > thead > tr > td,
.table > tbody > tr > td{
    vertical-align: middle;
}

.price_table td{
    width: 20%;
}

.compare_price td{
    width: 12.5%;
}

.compare_price .main_col{
    text-align: left;
    width: 50%;
}

.price_table > thead > tr > td{
    font-size: 1.25em;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 24px;
    padding-top: 20px;
}

.price_table thead tr th {
    text-align: center;
    vertical-align: middle;
}

.price_table-description{
    font-size: 1.4rem;
    text-align: center;
    color: #696969;
}

.compare_price > thead{
    font-weight: 500;
}

.compare_price > tbody > tr:hover{
    background-color: #fbf6f8;
    transition: .2s;
}

.compare_price > tbody > tr > td.main_col > p.title{
    font-size: 1.2em;
    font-weight: 500;
    padding-top: 7px;
}

.compare_price > tbody > tr > td.main_col > p.description{
    font-size: 0.9em;
    padding-bottom: 7px;
    color: #696969;
}

div.sale{
    margin-top: 60px;
    margin-bottom: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-color: #9379D9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,121,217, 0.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,121,217, 0.6);
    float: none;
}

div.sale h3{
    margin-top: 11px;
}

div.sale p.smal{
    -webkit-animation: blink 1s linear infinite;
    	    animation: blink 1s linear infinite;
    cursor: pointer;
    display: none;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0.7; }
	100% { opacity: 1; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0.7; }
	100% { opacity: 1; }
}


@media screen and (max-width: 1200px) {
   .container {
      width: 970px;
   }
}

@media screen and (max-width: 997px) {
   .container {
      max-width: 90%;
   }
}

@media screen and (max-width: 767px) {
   .hidden_of_phone {
      display: none !important;
   }
   body{
       font-size: 13px;
   }
   .table-responsive>.table>tbody>tr>td,
   .table-responsive>.table>thead>tr>td{
       white-space: inherit;
   }
}

.price_total {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
}

.price_per_meter {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

.price_monthly {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 10px;
}

.btn-request {
    margin-bottom: 5px;
    width: 100%;
}

.try-free a {
    font-size: 0.85em;
    text-decoration: underline;
    color: #666;
}

.btn-group-justified {
    display: flex;
    justify-content: center;
    flex-direction: inherit;
}
