html {
  height: 100%;
}
body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    background: url(../img/global/contacts_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0;
    position: relative;
    margin: 0;
    min-height: 100%;
}
*,
*: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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: scale(75%);
        -ms-transform: scale(75%);
            transform: scale(75%)
}
.footer_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

/* 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 220px 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;
    margin-left: 20px;
    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=====================================================*/
.first_column {
    width: 470px;
    height: 250px;
    margin: 0px 0px 0px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.35)));
    background: -o-linear-gradient(white, rgba(255, 255, 255, 0.35));
    background: linear-gradient(white, rgba(255, 255, 255, 0.35));
    margin-top: 220px;
    border-radius: 30px 0px 0px 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);
    z-index: 1;
    -webkit-animation: 3.6s fadeleft_workers_1;
            animation: 3.6s fadeleft_workers_1;
}
@-webkit-keyframes fadeleft_workers_1 {
    from {
        
        opacity: 0%;
        margin: 0px -500px 0px 0px;
        margin-top: 220px;
    }
    to {
        
        opacity: 100%;
        margin: 0px 0px 0px 0px;
        margin-top: 220px;
    }
}
@keyframes fadeleft_workers_1 {
    from {
        
        opacity: 0%;
        margin: 0px -500px 0px 0px;
        margin-top: 220px;
    }
    to {
        
        opacity: 100%;
        margin: 0px 0px 0px 0px;
        margin-top: 220px;
    }
}
.workers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 590px;
    margin-left: -40px;
    font-size: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    padding-top: 10px;
    opacity: 100%

}
.left {
    width: 190px;
    text-align: center;
    padding-top: 10px;
    padding-right: 20px;
    font-weight: 600;
}
.right {
    width: 190px;
    font-style: italic; 
}

.second_column {
    margin: 0 auto;
    width: 750px;
    height: 470px;
    background: url(../img/global/contacts_SMP.jpg);
    background-size: cover;
    margin-top: 120px;
    border-radius: 30px;
    -webkit-box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35), 0px -990px 1200px 190px rgba(0, 0, 0, 0.75) inset;
            box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35), 0px -990px 1200px 190px rgba(0, 0, 0, 0.75) inset; 
    z-index: 1;
}

.APPA_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: -10px;
    -webkit-animation: 5.6s fadeleft_workers_4;
            animation: 5.6s fadeleft_workers_4;
}
@-webkit-keyframes fadeleft_workers_4 {
    from {
        opacity: 0%;
    }
    to { 
        opacity: 100%
    }
}
@keyframes fadeleft_workers_4 {
    from {
        opacity: 0%;
    }
    to { 
        opacity: 100%
    }
}

.APPA_txt_1{
    width: 50%;
    text-align: end;
    margin-right: 10px;
    text-decoration: none;
    
}
.APPA_txt_2{
    width: 50%;
    margin-left: 10px;
    text-decoration: none;
    
}
/* page_2=====================================================*/
.first_column_2nd {
    width: 470px;
    height: 200px;
    margin: 0px 0px 0px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.35)));
    background: -o-linear-gradient(white, rgba(255, 255, 255, 0.35));
    background: linear-gradient(white, rgba(255, 255, 255, 0.35));
    margin-top: 50px;
    border-radius: 0px 30px 30px 0px;
    -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);
    z-index: 0;
    -webkit-animation: 3.6s fadeleft_workers_2;
            animation: 3.6s fadeleft_workers_2;
    position: relative;
}
@-webkit-keyframes fadeleft_workers_2 {
    from {
        
        opacity: 0%;
        margin: 0px 0px 0px -250px;
        margin-top: 50px;
    }
    to {
        
        opacity: 100%;
        margin: 0px 0px 0px 0px;
        margin-top: 50px;
    }
}
@keyframes fadeleft_workers_2 {
    from {
        
        opacity: 0%;
        margin: 0px 0px 0px -250px;
        margin-top: 50px;
    }
    to {
        
        opacity: 100%;
        margin: 0px 0px 0px 0px;
        margin-top: 50px;
    }
}
.workers_2nd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 590px;
    margin-left: -40px;
    font-size: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
    padding-top: 20px;
    opacity: 100%

}
.left_2nd {
    width: 190px;
    text-align: center;
    padding-top: 10px;
    padding-right: 20px;
    font-weight: 600;
}
.right_2nd {
    width: 190px;
    font-style: italic; 
}

.second_column_2nd {
    width: 750px;
    min-width: 750px;
    height: 470px;
    background: url(../img/global/contacts_PA.jpg);
    background-size: cover;
    margin-top: -90px;
    border-radius: 30px;
    -webkit-box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35), 0px -990px 1200px 190px rgba(0, 0, 0, 0.55) inset;
            box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.35), 0px -990px 1200px 190px rgba(0, 0, 0, 0.55) inset;
    z-index: 90;
    -webkit-animation: 3.6s fadeleft_workers_3;
            animation: 3.6s fadeleft_workers_3;
    position: relative;
}
@-webkit-keyframes fadeleft_workers_3 {
    from {
        margin: 0px 0px 0px 250px;
        margin-top: -90px;
    }
    to {
        margin: 0px 0px 0px 0px;
        margin-top: -90px;
    }
}
@keyframes fadeleft_workers_3 {
    from {
        margin: 0px 0px 0px 250px;
        margin-top: -90px;
    }
    to {
        margin: 0px 0px 0px 0px;
        margin-top: -90px;
    }
}



.APPA_inner_2nd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: -10px;
    -webkit-animation: 5.6s fadeleft_workers_4;
            animation: 5.6s fadeleft_workers_4;
}
@keyframes fadeleft_workers_4 {
    from {
        opacity: 0%;
    }
    to { 
        opacity: 100%
    }

}
.APPA_txt_1_2nd{
    width: 50%;
    text-align: end;
    margin-right: 10px;
    text-decoration: none;
    
}
.APPA_txt_2_2nd{
    width: 50%;
    margin-left: 10px;
    text-decoration: none;
    
}
/*contacts==============================================================*/
.contacts {
    height: 860px;
    width: 1200px;
    border-radius: 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);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.26)));
    background: -o-linear-gradient(white, rgba(255, 255, 255, 0.26));
    background: linear-gradient(white, rgba(255, 255, 255, 0.26));
    margin: -90px auto;
    -webkit-transform: scale(75%);
        -ms-transform: scale(75%);
            transform: scale(75%)
}
.string{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.first_contact {
    text-align: center;
    line-height: 30px
}
.contact_txt {
    font-size: 25px;
    font-style: italic;
    margin-bottom: 0px;
}
.title_contacts {
    text-align: center;
    height: 60px;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    
}

/*footer==============================================================*/
.footer_container {
    height: 0px;
    margin-top: 200px
    padding-top: 20px;
    -webkit-transform: scale(75%);
        -ms-transform: scale(75%);
            transform: scale(75%);

}
.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;
    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: 20px auto 0px auto;
    padding: 0 px;
    position: relative;
    background: #f7f5f5;
    border-radius: 20px 20px 0px 0px;
    -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);
    
    
}
.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: 0 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-top: 125px;
    
}

  














































