/* desktop.css */




@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");




.about {
    overflow: hidden;
    margin: 0 0 15px 0;
    background: url(/images/about__background.jpg) center;
}




.about__content {
    float: right;
    width: 75%;
    margin: 80px 0;
    padding: 20px 40px;
    line-height: 1.5em;
    background: #202020;
    color: #ffffff;
}




.advantage {
    overflow: hidden;
    margin: 0 0 15px 0;
    background: url(/images/advantage__background.jpg) center;
}




.advantage__content {
    float: left;
    width: 75%;
    margin: 80px 0;
    padding: 20px 40px;
    line-height: 1.5em;
    background: #e2e2e2;
    color: #404040;
}




.body {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
}




.contacts {
    overflow: hidden;
    line-height: 1.5em;
    background: #00a7ac;
    color: #ffffff;
}




.contacts__messenger {
    float: right;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #404040;
    background: #ffffff;
    color: #404040;
}




.copyright {
    text-align: center;
}




.fullwidth {
    width: 100%;
    min-width: 970px;
}




.h2 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}




.h3 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}




.header {
    overflow: hidden;
    margin: 0 0 15px 0;
    background: #00a7ac;
}



.header__logo {
    float: left;
    margin: 20px 0;
}




.header__telephone {
    float: right;
    margin: 25px 0;
}




.hr {
    height: 1px;
    background: #00a7ac;
}




.limiter {
    width: 970px;
    margin: auto;
}




.logo {
    vertical-align: top;
}




.production {
    overflow: hidden;
    margin: 0 0 15px 0;
    line-height: 1.5em;
    /* background: #ffffff; */
    background: url(/images/production__background.jpg);
}




.production__cell {
    width: 75%;
    padding: 20px 40px;
    line-height: 1.5em;
}




.production__cell__position_left {
    float: left;
    background: #202020;
    color: #ffffff;
}




.production__cell__position_right {
    float: right;
    background: #e2e2e2;
    color: #404040;
}




.production__content {
    overflow: hidden;
    margin: 60px 0;
    background: #ffffff;
}




.telephone {
    text-align: right;
    color: #ffffff;
}




.telephone__email {
    font-size: 18px;
    color: #ffffff;
}




.telephone__telephone {
    font-size: 32px;
}
