body {
    font-size:  small;
    font-family:'Open Sans', sans-serif;
     /* Chrome, Safari, Opera */
    backface-visibility:hidden;

    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
    -webkit-backface-visibility:hidden;
    overflow:auto;
    width:100%;
    height:100%;  
    
/*    -webkit-transform: translate(-25%,-19.2%);
    -moz-transform: translate(-25%,-19.2%);
    -ms-transform: translate(-25%,-19.2%);
    -o-transform: translate(-25%,-19.2%);
    transform: translate(-25%,-19.2%);  */      
}
html{
    height: 100%;
}
body.about {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;    
}
body.price {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;   
}
body.contacts {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
body.works {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
h1{
    display: none;
}
.b-about h1,.b-about h2,.about__text{
    color: #fd7400;
}
.b-about h1{
    top:6em;
}
.b-page {
    color: #ffe11a;
    width: 100%;
    border: none;
    border-width: 0 0 0 0 !important;
    display: none;
    height: auto;
    top: 0;
}
.content {
    margin: 0px auto;
    position: initial;
    height: auto;
    width: 100%;
}
.b-about .content{
    background-position: 50% 12%;
    background-size: 50%;
}

.b-contacts .content {
    top: auto;
    right: auto;
}
.b-price .content{
    bottom: auto;
    left: auto;
}
.b-works .content{
    top: 0;
    left: 0;
}
.b-team{
    width: 100%;
    padding-top: 13em;
}
.b-about__main{
    width: 100%;
    overflow: hidden;
    height: auto;
    text-align: center;
    padding: 3em 1em;
}
.b-price__description {
    width: 100%;
    height: auto;
    margin-top: 15%;
    text-align: center;
    padding: 2em;
    overflow: hidden;
    position: relative;
}
.b-price__examples{
    width:100%;
    margin-top:1em;
    
}
.b-price__list{
    width: 100%;
    color: #fff;
    height: auto;
    flex-direction: row-reverse;
    position: relative;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 10%;
}
.b-price__list .b-price__item{
    display:block;
    height:7.5em;
    position: relative;
    width: 35%;
    margin-left: 0%;
}
.price__label{
    position: absolute;
    top: 3.2em;
    width: 100%;
}
.price__amount{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.b-price__list_inline{
    width: 100%;
    height: 10%;
    left: 0;
    margin-top: 0em;
}
.price__text{
    padding-bottom:0;
}
.price__icon{
    display:block;
}
.menu{
    display: none;
}
input[type="text"]{
    font-size: 0.8em;
}
input[type="submit"]{
    font-size: 0.8em;
    background-size: 12%;
    width: 60%;
    padding-left: 3em;
    background-position: 9% center;
}
.contacts__item{
    background-size: 6%;
    line-height: 3em;
    font-size: 0.8em;

}
.contacts__list{
    width: 80%;
    position: initial;
    float: none;
    margin: 0 auto;
    height: auto;
}
.contacts__item_mail{
    line-height: 3.5em;
    background-position: 1% center;
}
.triangle{
    display: none;
}
.description__img{
    float: none;
    margin: 0 auto;
    width: 40%;
}
.b-description{
    height: auto;
    text-align: center;
}
.b-mobile__navigation{
    display: table;  
    width: 100%;
    position: absolute;
    z-index: 5;
    height: 3.5em;
}
.mobile__link{
    position:relative;
    text-align:center;
    cursor: pointer;
    font-family:'Main';
    text-decoration: underline;
    color: #ffe11a;
    display: table-cell;
    width: 15%;
    font-size: 0.9em;
    padding: 1.5em 0;
}
.mobile__link_about{
    color: #fd7400;
    background-color: #ffe11a;
}
.mobile__link_price{
    background-color: #fd7400;
}
.mobile__link_works{
    background-color: #2e0b71;
}
.mobile__link_contacts{
    background-color: #1f8a70;
}
.b-mobile__show{
    display: block;
}
.works__list_top{
    margin-top:20%;

}
.works__list{
    flex-wrap: wrap;
}
.works__item{
    width: 25%;
    margin-right:0; 
}
.description__item{
    padding: 1em 3em 3em;
}
form{
    width: 80%;
    margin:20% auto 10%;
    position:initial;
    overflow:visible;
    float:none;
}