/* cyrillic-ext */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsbCLwR26eg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsbCCwR26eg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsbCIwR26eg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://fonts.gstatic.com/s/ptsansnarrow/v8/BngRUXNadjH0qYEzV7ab-oWlsbCGwR0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Wire One';
    font-style: normal;
    font-weight: 400;
    src: local('Wire One'), local('WireOne'), url(http://fonts.gstatic.com/s/wireone/v8/qFdH35Wah5htUhV75VGlU9s.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


* {
    margin: 0;
    padding: 0
}

/* button,img,input {
 border:none;
 padding:0;
 margin:0;
 outline-style:none
} */
ol, ul {
    list-style: none
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

a {
    text-decoration: none !important;
    color: #373d41
}

em, i, s {
    font-style: normal;
    text-decoration: none
}

.w {
    /*  width:85%; */
    min-width: 1400px;
    margin: 0 auto
}

.fl {
    float: left;
    margin-right: 0px;
}

.fr {
    float: right
}

.al {
    text-align: left
}

.hide {
    display: none
}

.active {
    color: #00c1e0 !important
}

body, html {
    width: 100%;
    /*height: 100%;*/
    font-family: Arial
}
#top {
    height: 62px;
    width: 100%;
    background-color: #1f3d71;;
    border-bottom: 3px solid #ffffff;
    min-width: 1400px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%
}

#top .w {
    line-height: 65px;
    height: 65px;
}

#top .w .logo {
    width: 13%;
    padding-top: 10px
}

#top .w .logo a {
    display: block;
    width: 153px;
    height: 42px;
    text-indent: -2222em;
    background-size: 120px auto;
    background-position: 14px 4px;
    line-height: 50px
}

#top .w .topnav .firstList {
    height: 65px;
    float: left;
    cursor: pointer
}

#top .w .topnav .firstList a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 32px;
    color: #fff;
    font-size: 16px;
}

#top .w .topnav .firstList:hover > .secondList {
    display: block !important
}

#top .w .topnav .firstList:hover > a {
    color: #00c1e0 !important
}

#top .w .topnav .firstList > a {
    font-size: 16px
}

#top .w .topnav .secondList {
    width: 100%;
    left: 0;
    top: 65px;
    text-align: center;
    z-index: 999
}

#top .w .topnav .secondList li:first-of-type {
    border-top: none
}

#top .w .topnav .secondList li {
    line-height: 50px;
    height: 50px;
    background-color: #303639;
    border-top: 1px solid #505658
}

#top .w .topnav .secondList li:hover > a {
    color: #00c1e0
}

#top .contact {
    width: 33%;
    font-size: 16px;
    text-align: right;
    color: #fff;
    float: right
}

#top .contact .phone {
    display: inline-block;
    padding-right: 20px
}

#top .contact .email {
    display: inline-block;
    /*width: 197px*/
}

img {
    border: 0;
    vertical-align: middle;
}

.left_p{
    height: 30px;
    width: 30px;
}