﻿ .inner {
    padding: 30px;
}
    .inner img {
    margin: 20px 0;
    }
    .inner h2 {
    color: #0083c9;
    }
hr {
width: 100%;
margin-left: 0px;
margin-right: 0px;
}
.new-button {
color: #ffffff;
background-color: #0083c9;
font-size: 16px;
padding: 10px 30px;
float: left;
margin: 20px 0;
}
    .new-button:hover {
    color: #0083c9;
    background-color: #ffffff;
    border: 3px solid #0083c9;
    }
.additional {
display: none;
min-height: 100px;
background-color: #0083c9;
}
 .router h5 {
    font-family: AGMelanie;
    font-weight: bold;
    }

.router-mob {
display: none;
}

.details {
display: none;
text-align: right;
font-weight: bold;
text-decoration: underline;
padding: 25px 0 10px;
}
 .alt-banner {
    background: url('images/Feedback_banner.png') center center no-repeat;
    min-height: 274px;
    }
    .alt-banner p {
    color: #ffffff;
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    padding-top: 50px;
    padding-left: 45px;
    }
.banner-button-white {
color: #ffffff;
padding: 5px 10px;
border: 3px solid #ffffff; 
background-color: transparent;
text-transform: uppercase;
margin: 30px 45px;

}
    .banner-button-white:hover {
    color: #000000;
    background-color: #ffffff;
    }
.question {
padding: 50px 45px 10px;
border-bottom: 2px solid #afafaf;

}
.opt {
padding-left: 2%;
padding-right: 2%;

}
.customer-name {
font-size: 16px;
font-weight: bold;
display: inline-block;
}
.rating {
display: inline-block;
float: right;
margin-top: 10px;

}
.person-name {
    font-size: 16px;
font-weight: bold;
display: inline-block;
}
.job {
font-weight: normal;

}
.question-text {
padding: 25px 0;
}
.star {
    display: inline-block;
height: 12px;
width: 12px;
background-color: #d0d0d0;
border: 1px solid #d0d0d0;
border-radius: 20px;
}
.star-active {
        display: inline-block;
height: 12px;
width: 12px;
background-color: #0083c9;
border: 1px solid #0083c9;
border-radius: 20px;
}
.rating-text, .rating-points {
display: inline-block;
}
.best-tarif {
background-color: #0083c9;
text-align: center;
margin: 45px;
color: #ffffff;
padding: 20px 55px;
font-size: 16px;

}
.best-tarif-head {
    font-size: 25px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 2px solid #ffffff;
}
.more-details {
background-color: #0083c9;
text-align: center;
margin: 45px;
color: #ffffff;
font-size: 16px;

}
.more-details-option {
padding: 20px 0;
}
.first, .second, .third {
width: 30%;
display: inline-block;
}
.second {
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}
.big-text {
font-size: 35px;
font-weight: bold;
}
.simple-text {
font-size: 18px;
padding: 10px 0;
}
@media screen and (max-width: 767px) {
    .router {
    min-height: 500px;
    margin-bottom: 10px;
    }
    
    .additional {
    display: block;
    }
    #invis {
    display: none;

    }
    #visible {
    margin: 30px 100px; 
    }
    .tarif-block-button .btn {
    width: 170px;
    margin: 4px -20px;
    }
    .press-button {
    display: none;
    }
    .router-mob {
    display: block;
    }
    .inner {
    padding: 10px;
    }
    .tarif-block {
    padding: 30px 0;
    height: 320px;
    }
    .details {
    display: block;

    }
    .armata-banner {
    background: url("images/Banner_mob.png") center center no-repeat;
    background-size: cover;

    }
   
    .blueprint {
    background-color: transparent;
    position: relative;
    }
        .blueprint input {
        background-color: #0083c9; 
        position: absolute;
        top: 230px;
        left: 75px;
        }
    #no-space {
    padding: 0 0px 35px;
    margin: -15px;
    }
        #no-space h1, #no-space p {
        padding-left: 10px;
        padding-right: 10px;
        }
    .padding-20-0 {
    padding: 0;
    }
    .question {
    padding: 20px 10px;
    }
    .best-tarif {
    margin: 10px;

    }
    .btn {
    margin: 5px -15px;

    }
    .more-details {
    margin: 10px;
    font-size: 15px;
    }
    .alt-banner p {
    font-size: 25px;
    padding-top: 35px;
    padding-left: 45px;
    }
    .banner-button-white {
        color: #ffffff;
        padding: 5px 30px;
        border: 3px solid #ffffff;
        background-color: transparent;
        text-transform: uppercase;
        margin: 15px 50px;
    }
    .alt-banner {
    background: url(images/Feedback_banner.png) center center no-repeat;
    min-height: 340px;
}
}