body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    background: #F7F3F5 url(../img/global/logo_back.png) top center/150px;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
p {
    margin: 0 0 10px 0;
}
.back {
    width: 200px;
    height: 200px;
}
/* container==================================================*/
.container {
    width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-transform: scale(75%);
        -ms-transform: scale(75%);
            transform: scale(75%);
}
.container_about {
    width: 1250px;
    height: 3300px;
    margin: -400px auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(75%);
        -ms-transform: scale(75%);
            transform: scale(75%);
}
.global_back {
    background: url(../img/About/about_bg.jpg) no-repeat top; 
    background-size: cover;
    width: auto;
    height: 3552px;
    background-attachment: fixed;
}

/* header=====================================================*/
.header {
    width: 100%;
    height: 250px;
    position: absolute;
    margin: -10px 0px 0px 0px;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-shadow: 0px 190px 100px -90px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0px 190px 100px -90px rgba(0, 0, 0, 0.5) inset;
}
.header__inner {
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__logo {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    max-width: auto;
}
/* navigation================================================*/
.header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px 200px 0px 0px;
    padding: 0px 90px 0px 0px;
}
.header__coretitle {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 40px;
    font-weight: 900;
}
.header__subtitle {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.nav__link {
    margin: -5px 5px 5px 10px;
    padding: 5px 5px 15px 5px;
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.nav__link:first-child {
    margin-left: 0;
}
.nav__link:hover {
    color: red;
}
.contact__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 400;
}
.contact__link {
    color: white;
    text-decoration: none;
    margin: -6px 23px 0px 0px;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    line-height: 1.5
}
.contact__link:hover {
    color: red;
}
.zpt {
    color: white;
    text-decoration: none;
    margin: -4px 5px 0px -22px;
}
.contact__link:last-child {
    margin-right: 12px;
}
.btn__call {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 025px;
    border-radius: 15px;
    border: 3px solid #d90700;
    cursor: pointer; 
    font-family: inherit;
    font-size: 19px;
    color: white;
    font-weight: 900;
    text-decoration: none;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    background-color: #d90700;
}
.btn__call:hover {
    background-color: #00000000;
}
/* page=====================================================*/
.about_inner {
    margin: 220px 20px 0px 0px;
    width: 30%;
    max-width: 100%;
    height: 500px;
    text-align: center;  
    padding: 0px 0px 50px 0px;
}
.disp {
    width: 370px;
    height: 600px;
    background: url(../img/About/Disp.jpg) no-repeat;
    background-size: 370px;
    margin-bottom: -50px
}
.karp {
    width: 370px;
    height: 600px;
    background: url(../img/About/Karpov.jpg) no-repeat;
    background-size: 370px;
    margin-bottom: -90px
}
.erof {
    width: 370px;
    height: 600px;
    background: url(../img/About/Erofeevsky.jpg) no-repeat;
    background-size: 370px;
    margin-bottom: -90px
}
.kras {
    width: 370px;
    height: 600px;
    background: url(../img/About/Krasilnikov.jpg) no-repeat;
    background-size: 370px;
    margin-bottom: -50px
}
.kozh {
    width: 370px;
    height: 600px;
    background: url(../img/About/Kozhin.png) no-repeat;
    background-size: 370px;
    margin-bottom: -90px;
}
.about_inner2 {
    margin: 220px 0px 0px 0px;
    width: 70%;
    max-width: 1200px;
    height: 3180px;
    text-align: center; 
    padding: 0px 0px 50px 0px;
    text-align: start;
    background: rgba(239, 239, 237, 0.58);
    padding: 20px;
    border-radius: 40px;
    -webkit-box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35);
            box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35);
}
.auto_uaz {
    width: 100%;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0px 0px 30px;
}
.uaz_1 {
    width: 400px;
    height: 550px;
    background: url(../img/About/uaz.JPG) no-repeat;
    background-size: 350px;
}
.uaz_2 {
    width: 400px;
    height: 550px;
    background: url(../img/About/uaz.png) no-repeat;
    background-size: 350px;
}
.PA_img {
    width: 100%;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
}
.PA_text {
    width: 1000px;
    height: 550px;
    background: url(../img/About/poj.png) no-repeat;
    background-size: 630px;
}
.PA_logo {
    width: 200px;
    height: 550px;
    background: url(../img/headder/logo.PA.png) no-repeat;
    background-size: 110px;
}
.inner_text {
    text-indent: 40px;
    font-size: 20px;
    margin: 10px 0px 10px 0px;
    line-height: 28px;
    font-weight: 
}
.under_photo_txt {
    background: rgba(239, 239, 237, 0.58);
    -webkit-box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35);
            box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35);
    padding: 20px;
    border-radius: 20px;
}
.end_logo{
    height: 380px;
    width: 1250px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.bottom_logo {
    height: 200px;
    width: 600px;
    background: url(../img/About/logo30.png) no-repeat;
    margin-top: 160px;
    margin-bottom: 20px;
    -webkit-transform: scale(75%);
        -ms-transform: scale(75%);
            transform: scale(75%)
}

/*footer==============================================================*/
.footer_container {
    height: 0px;
    padding-top: 20px;
}
.footer_locaton {
    height: 200px;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 40px 0px 00px;
}
.Y_footer_url {
    width: 20px;
    height: auto;
}
.Y_footer_url:hover {
    fill: #d90700
}
.footer_url {
    text-decoration: none;
    color: black;
    font-size: 16px;
    margin: 10px 0px 10px 0px
}
.footer_url:hover {
    color: #d90700;
    fill: #d90700
}
.footer_otd {
    margin: 00px 50px 30px 0px;
    line-height: 35px;
}
.footer_otd:last-child {
    margin-right: 0;
}
.footer_copyright {
    width: 1250px;
    margin: 0px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -40px auto;
    padding: 0px;
    position: relative;
    background: #f7f5f5;
    border-radius: 20px 20px 00px 00px;
    -webkit-box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35);
            box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35);
    -webkit-transform: scale(75%);
        -ms-transform: scale(75%);
            transform: scale(75%);
}
.copyright {
    margin: 0px 120px 0px 430px
}
.autor {
    height: 50px;
    width: 280px;
    background-color: #d90700;
    padding: 10px 30px 0px 30px;
    margin: 10px 50px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    color: white;
    font-size: 17px;
    border: 3px #d90700 solid;
    border-bottom: none;
    -webkit-box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35);
            box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35);
}
.autor:hover {
    background-color: #ffffff;
    border: 3px #d90700 solid;
    border-bottom: none;
    color: #d90700;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.footer_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1250px;
    margin: 0px auto;
    padding: 0 15px;
    position: relative;
    background: #f7f5f5;
    border-radius: 30px 30px 30px 30px;
    -webkit-box-shadow: 20px 20px 30px 10px rgba(0, 0, 0, 0.35);
            box-shadow: 20px 20px 30px 10px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
    -webkit-transform: scale(75%);
        -ms-transform: scale(75%);
            transform: scale(75%);
}



