@charset "utf-8";
@import url(reset.css);
@import url(style-general.css);
@import url(../fonts/stylesheet.css);


/*===============================================================================*/

.fon-page-all {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    background: #1D6982;
}


body {
    font-family: 'arialregular', arial, sans-serif;
    min-width: 800px;
}

body * {
    letter-spacing: 0.04em;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


/*===============================================================*/


.page-home header .line-top {
    border-top: 5px solid #1D6982;
    height: 1px;
    background: #499EBA;
    border-bottom: 1px solid #1D6982;
}

.page-home header .content {
    background: #499EBA;
}

.page-home header .content-in {
    height: 95px;
    width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.page-home header .content-in .c1 {
    position: absolute;
    top: 20px;
    left: 11px;
}

.page-home header .content-in .c2 {
    position: absolute; 
    top: 20px;
/*     left: 121px;    */
    right: 0px;
}

.page-home header .content-in .c3 {
   margin-top: 32px;
}

.page-home header .content-in .c4 {
/*     position: absolute; */
    top: 9px;
    right: 17px;  
    cursor: pointer;   
}

.page-home .subheader {

}

.page-home .subheader .line1 {
    border-top: 1px solid #1D6982;
    border-bottom: 1px solid #499EBA;
}

.page-home .subheader .text {
    height: 58px;
    line-height: 58px;
    background: #1D6982;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border-bottom: 7px solid #499EBA;
}

.page-home .subheader .text .text-in {
    margin: 0 auto;
    width: 800px;
}

.page-home .subheader .line2 {
    border-top: 1px solid #1D6982;
    height: 1px;
    background: #499EBA;
    border-bottom: 1px solid #1D6982;
}

.page-home .middle {
    padding: 6px 0;
    background: #3A8BA6;
    text-align: center;
}

.page-home .middle img {
    border-radius: 7px;
}

.page-home footer {
    background: #1D6982;
    text-align: center;
}

.page-home footer .line1 {
    border-top: 1px solid #1D6982;
    height: 1px;
    background: #499EBA;
    border-bottom: 1px solid #1D6982;
}

.page-home footer .line2 {
    border-top: 7px solid #499EBA;
}

.page-home footer .but1-3 {
    margin: 0 auto;
    width: 800px;
    padding:  18px 0 30px;
}

.page-home footer .but1-3 a {
    margin: 0 13px;
}

.page-home footer .but4 {
    margin: 0 auto;
    width: 800px;
}


/*=======================================================*/


.page-all {
    
}


.page-all header .line-top {
    border-top: 5px solid #1D6982;
    height: 1px;
    background: #499EBA;
    border-bottom: 1px solid #1D6982;
}

.page-all header .content {
    background: #499EBA;
}

.page-all header .content-in {
    height: 64px;
    width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.page-all header .content-in img {
    margin-top: 10px;
}

.page-all .subheader {

}

.page-all .subheader .line1 {
    border-top: 1px solid #1D6982;
    border-bottom: 1px solid #499EBA;
}

.page-all .subheader .content {
    background: #1D6982;
    border-bottom: 7px solid #499EBA;
}

.page-all .subheader .content-in {
    margin: 0 auto;
    width: 800px;
    text-align: center;
    padding-bottom: 17px;
}

.page-all .subheader .content-in .text {
    font-family: 'arialnarrow';
    font-size: 24px;
    color: #fff;    
    padding: 13px 0 15px;
}

.page-all .subheader .content-in .buttons {
    
}

.page-all .subheader .content-in .buttons a {
    text-decoration: underline;
    margin: 0 57px;
}



.page-all .subheader .line2 {
    border-top: 1px solid #1D6982;
    height: 1px;
    background: #499EBA;
    border-bottom: 1px solid #1D6982;
}

.page-all .middle {
    padding: 6px 0;
    background: #3A8BA6;
    text-align: center;
}

.page-all .middle img {
    border-radius: 7px;
}

.page-all footer {
    background: #1D6982;
    text-align: center;
}

.page-all footer .line1 {
    border-top: 1px solid #1D6982;
    height: 1px;
    background: #499EBA;
    border-bottom: 1px solid #1D6982;
}

.page-all footer .line2 {
    border-top: 7px solid #499EBA;
}

.page-all footer .content {
    margin: 0 auto;
    width: 800px;
    text-align: left;
    padding: 26px 25px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.page-all footer .content .right {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    width: 320px;
}

.page-all footer .content .right p {
    margin-top: 17px;
}

.page-all footer .content .right p:first-child {
    margin-top: 0px;
}

.page-all footer .content .left {
    float: left;
}

.page-all footer .copy {
    padding-top: 31px;
}






/*=== Форма обратной связи =============================*/


#popup-feedback-fon {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
}

#popup-feedback-form {
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 1001;
    margin-left: -150px;
    width: 300px;
    background: #1D6982;
    padding: 30px 20px 20px;
    border-radius: 10px;
    text-align: center;
    display: none;
}

#popup-feedback-form > * {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#popup-feedback-form .close {
    font-size: 18px;
    color: #A0D0DE;
    font-family: 'arialbold';
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
    width: auto;
}

#popup-feedback-form h3 {
    font-family: 'arialbold';
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#popup-feedback-form [type=text] {
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

#popup-feedback-form textarea {
    height: 30px;
    background: #fff;
    font-size: 16px;
    color: #000;
    padding: 10px 10px;
    line-height: 1.3;
    height: 150px;
    margin-bottom: 15px;
}

#popup-feedback-form button {
    font-family: 'arialbold';
    height: 40px;
    background: #499EBA;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#popup-sent-fon {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

#popup-sent-fon .text {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    font-family: 'arialbold';
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    padding: 30px 20px;
    background: #1D6982;
    border-radius: 10px;
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 1.3;
}

#popup-sent-fon .text .close {
    font-size: 18px;
    color: #A0D0DE;
    font-family: 'arialbold';
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
    width: auto;
}
