@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Regular.woff') format('woff'),
        url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Light.eot');
    src: local('Cera Pro Light'), local('CeraPro-Light'),
        url('../fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Light.woff') format('woff'),
        url('../fonts/CeraPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Black.eot');
    src: local('Cera Pro Black'), local('CeraPro-Black'),
        url('../fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Black.woff') format('woff'),
        url('../fonts/CeraPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Medium.eot');
    src: local('Cera Pro Medium'), local('CeraPro-Medium'),
        url('../fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Medium.woff') format('woff'),
        url('../fonts/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.eot');
    src: local('Cera Pro Bold'), local('CeraPro-Bold'),
        url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Bold.woff') format('woff'),
        url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Thin.eot');
    src: local('Cera Pro Thin'), local('CeraPro-Thin'),
        url('../fonts/CeraPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Thin.woff') format('woff'),
        url('../fonts/CeraPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


html {
    min-height: 100%;
    overflow-x: hidden;
}
body { font-family: 'Cera Pro', Arial, sans-serif; 
    color: #000000; font-size: 16px;
    line-height: 150%;
    font-weight: normal; font-style: normal;
    overflow-x: hidden;
    background: #F5F5F5;
     }

a {
    color: #054481; text-decoration: underline;
    transition: all 0.1s ease-in-out;
}
a:hover, a:focus { color: #FD803D; }
a.decoration { text-decoration: underline; }
img { border: none; vertical-align: middle; max-width: 100%; }    

p { margin: 0 0 20px; }
.nowrap { white-space: nowrap; } 

input,select,textarea { color: #000; font: 500 16px 'Cera Pro', Arial, Helvetica, sans-serif;
    font-weight: normal; font-style: normal; }
    
input[type="text"]:focus { outline: none; }
textarea { resize:none; outline: none; } 

.tel { text-decoration: none !important; white-space: nowrap; color: #000000; }
.email { text-decoration: none; color: #000000; }
.email:hover { text-decoration: underline; }

.flex_valign {
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
}
.flex_valign_all {
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
}
.flex_align {
display: -webkit-flex;
-webkit-justify-content: center;
display: flex;
justify-content: center;
}
.flex_align_between {
display: -webkit-flex;
-webkit-justify-content: space-between;
display: flex;
justify-content: space-between;
}
.flex {
display: -webkit-flex;
display: flex;
}

div.cache, div.cache div { position: absolute; left: 0; top: 0; background-position: -1000px -1000px; background-repeat: no-repeat; }

.container-fluid {
max-width: 1170px;
box-sizing: border-box;
text-align: left;
position: relative;
}

.top_line {
    position: fixed; 
left: 0;
top: 0px;
width: 100%;
background: #FBFBFB;
box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.34);
padding: 10px 0;
z-index: 10;
}
.top_line .phone {
font-size: 22px;
line-height: 76.4%;
text-transform: uppercase;
color: #3D5760;
margin-bottom: 3px;
}
.top_line .phone p {
    margin: 0;
}
.top_line .phone a {
    color: #3D5760;
}
.top_line .button a {
    font-weight: 900;
font-size: 15px;
line-height: 76.4%;
letter-spacing: 0.07em;
color: #3D5760;
text-decoration: none;
border-bottom: 1px dashed #3D5760;
}
.top_line .button a:hover {
    color: #FD803D;
    border-color: #FD803D;
}
.top_line .right {
    text-align: right;
}
.top_line nav {
    text-align: center;
}
.top_line nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top_line nav ul li {
display: inline-block;
font-weight: bold;
font-size: 16px;
color: #463D3D;
margin: 0 25px;
}
.top_line nav a {
    text-decoration: none;
}
.top_line nav a:hover, .top_line nav ul li.current a {
    color: #FD803D;
}
.top_line_empty {
    height: 63px;
}

header {
    height: 300px;
    background-image: url(../../../img/bg_header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}
header .container-fluid {
    padding-top: 50px;   
}
header img {
    position: absolute;
    top: 20px;
    right: -50px;
}
header h1 {
    font-weight: 900;
font-size: 36px;
line-height: 112.5%;
text-transform: uppercase;
color: #012D57;
margin-bottom: 35px;
}
header h1 span {
    color: #FD803D;
}

.btn_orange {
    width: 380px;
height: 69px;
background: #FD803D;
box-shadow: 0px 5px 0px #CC5312;
display: block;
font-weight: 900;
font-size: 18px;
text-transform: uppercase;
color: #FFFFFF;
text-decoration: none; 
text-align: center;
line-height: 69px;  
transition: all 0.2s ease-in-out;
}
.btn_orange:hover {
    transform: scale(1.05);
    color: #FFFFFF;
    text-decoration: none;
    background: #CC5312;
}



form.form input {
    height: 61px;
border: 1px solid #FD803D;
box-sizing: border-box;
box-shadow: 0px 0px 6px rgba(253, 128, 61, 0.688);
border-radius: 10px;
font-size: 18px;
color: #000;
width: 100%;
box-sizing: border-box;
background: transparent;
text-align: center;    
padding: 0 20px;
background: #FFF;
}
form.form input::-moz-placeholder { color: #000; }
form.form input::-webkit-input-placeholder { color: #000; } 
form.form button {
    display: block;
    width: 100%;
height: 61px;
font-size: 21px;
line-height: 61px;
color: #495E6A;
background: #FD803D;
box-shadow: 0px 3px 0px #CC5312;
border-radius: 5px;
font-weight: 600;
font-size: 16px;
letter-spacing: 0.05em;
color: #FFFFFF;
text-align: center;
text-decoration: none;
border: none;
transition: all 0.2s ease-in-out;
}
form.form button:hover {
    background: #CC5312;
    color: #FFF;
    text-decoration: none;  
    transform: scale(1.05);  
}
.field {
    margin-bottom: 15px;
}

footer {
    background: #333333;
    padding: 50px 0;
    font-size: 22px;
color: #FFFFFF;
}
footer a {
    color: #FFF;
}
footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer nav ul li {
font-weight: bold;
font-size: 16px;
color: #463D3D;
margin: 0 0 20px;
}
footer nav ul li:last-child {
    margin-bottom: 0;
}
footer nav a {
    text-decoration: none;
}

footer nav a:hover, footer nav ul li.current a {
    color: #FD803D;
    text-decoration: none;
}
footer .right {
    text-align: right;
}
footer a.tel {
    color: #FFF;
}

.about_footer {
    padding: 150px 0;
    font-size: 16px;
line-height: 219.4%;
color: #000000;
}

.form_blue {
 background-image: url(../../../img/bg_form.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 50px;
    font-size: 16px;
line-height: 164.9%;
color: #FFFFFF;
}
.form_blue .title {
font-weight: bold;
font-size: 40px;
line-height: 117.4%;
text-transform: uppercase;
margin-bottom: 23px;
}

h2 {
    font-weight: bold;
font-size: 40px;
line-height: 99.4%;
text-transform: uppercase;
color: #3D5760;
margin: 0 0 20px;
}

.cat a {
margin-bottom: 50px;
display: block;
text-decoration: none;
background: #FFFFFF;
border: 1px solid #C8C8C8;
box-sizing: border-box;
text-align: center;
transition: all 0.2s ease-in-out;
}
.cat a:hover {
    transform: scale(1.05);
}
.cat a .img {
    height: 291px;
background: #A9BED2;
box-sizing: border-box;
padding: 20px;
}
.cat a .name {
    font-weight: bold;
font-size: 18px;
line-height: 100%;
text-align: center;
text-transform: capitalize;
color: #2B2C39;
padding: 10px 20px;
display: block;
display: flex;
align-items: center;
justify-content: center;
}

.front_line {
    margin-bottom: 120px;
}
.front_line .cat:last-child a {
    margin-bottom: 0;
}

.services a {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    height: 295px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.services a.big {
    height: 620px;
}
.services a:hover {
    transform: scale(1.05);
}
.services .bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359.56deg, #024275 -12.84%, rgba(5, 89, 157, 0) 116.96%);    
}
.services .carrier {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;    
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
line-height: 132.9%;
color: #FFFFFF;
}
.services .carrier_last {    
    width: 50%; 
}
.services .name {
    display: block;
    font-weight: bold;
font-size: 22px;
line-height: 99.4%;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 15px;
}

header .navbar-collapse {
    margin: 0; padding: 0;
} 

.navbar-toggle {
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5px;
    border: 1px solid #0B5398;
}       
.navbar-toggle .icon-bar {
    background: #0B5398;
}   
.navbar-collapse {       
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
    margin-bottom: 15px;
}   
.navbar-toggle.collapsed {
    background-color: #0B5398;
}    
.navbar-toggle.collapsed .icon-bar {
    background: #FFF;
} 

.tray {
    font-size: 16px;
color: #808080;
margin: 20px 0 40px;
}
.tray a {
    color: #808080;
    text-decoration: underline;
}
.tray a:hover {
    color: #000;
    text-decoration: none;
}

.services_one {
    margin-bottom: 30px;
    height: 400px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

h3 {
    font-weight: bold;
font-size: 26px;
line-height: 99.4%;
text-transform: uppercase;
color: #3D5760;
margin: 0 0 30px;
}

.news {
    margin-bottom: 50px;
    font-size: 14px;
line-height: 180%;
color: #000000;
}
.news .name {
    font-weight: bold;
font-size: 16px;
line-height: 150%;
margin-bottom: 20px;
color: #054481;
}
.news .name a {
    color: #054481;
}
.news .name a:hover {
    color: #FD803D;
}

.news img {
    transition: all 0.2s ease-in-out;
}
.news img:hover {
    transform: scale(1.1);
}
.news .text {
    max-height: 150px;
    overflow: hidden;
}
.news .text p {
    margin: 0;
}

.catalog2 {
    margin-bottom: 50px;
}
.catalog2 .left .bg {
    background: #FFF;
    padding: 15px;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.catalog2 .bg_one {
    background: #E2E2E2;
}
.catalog2 .left .bg a, .catalog2 .left .bg span {
    -webkit-align-self: center;
    align-self: center;
}
.catalog2 .right .bg {
    padding: 15px 15px 15px 0;
    margin-left: -15px;
    font-size: 14px;
line-height: 120%;
color: #000000;
}
.catalog2 .name {
    font-weight: bold;
line-height: 150%;
color: #054481;
margin-bottom: 10px;
}
.catalog2 .name a {
    color: #054481;
}
.catalog2 .name a:hover {
    color: #FD803D;
}
.links {
    font-size: 16px;
line-height: 150%;
color: #000000;
margin-bottom: 40px;
}
.links a {
    color: #000000;
}
.links a:hover {
    color: #FD803D;
}

table.def, .table-responsive table {
    border-collapse: collapse;
    width: 100%;
    
}
table.def p, .table-responsive table p {
    margin: 0;
}
.table-responsive {
    margin-bottom: 40px;
}
table.def th, .table-responsive table th {
    background: #0B5398;
    font-size: 18px;
line-height: 99.4%;
color: #FFFFFF;
padding: 15px;
font-weight: normal;
text-align: center;
vertical-align: middle !important;
}
table.def td, .table-responsive table td {
    font-size: 16px;
line-height: 99.4%;
color: #000000;
text-align: center;
background: #ECECEC;
vertical-align: middle;
padding: 8px;
line-height: 1.42857143;
}
table.def tbody tr:nth-child(even) td, .table-responsive table tbody tr:nth-child(even) td {
    background: #DBDBDB;
}

.nav-tabs>li>a {
    border: 1px solid #0B5398;
    background: #0B5398;
    color: #FFF;
    text-decoration: none;
}
.nav-tabs>li>a:hover {
    border-color: #DBDBDB;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #DBDBDB;
    color: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
}
.tab-content>.tab-pane {
    background: #ECECEC;
    padding: 15px;
    color: #000;
}
.table>thead>tr>th {
    white-space: normal !important;
}


.zavod {
    padding: 10px;
    background: #2C2C34;
    position: relative;
    text-align: center;
}
.zavod a{
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.zavod a span{
    margin-right: 3px;
}