﻿@font-face {
    font-family: 'Alef';
    src: url('fonts/Alef-Bold.eot');
    src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Alef-Bold.woff') format('woff'), url('fonts/Alef-Bold.ttf') format('truetype'), url('fonts/Alef-Bold.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Alef';
    src: url('fonts/Alef-Regular.eot');
    src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Alef-Regular.woff') format('woff'), url('fonts/Alef-Regular.ttf') format('truetype'), url('fonts/Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: Alef;
}
.gradient {
    background-image: linear-gradient(top, rgb(17, 2, 132) 0%, rgb(255, 255, 255) 100%);
    background-image: -o-linear-gradient(top, rgb(17, 2, 132) 0%, rgb(255, 255, 255) 100%);
    background-image: -moz-linear-gradient(top, rgb(17, 2, 132) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(top, rgb(17, 2, 132) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(top, rgb(17, 2, 132) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(17, 2, 132)), color-stop(1, rgb(255, 255, 255)));
}
.page {
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
    width: 1096px;
}
.bold {
    font-weight: bold;
}
.header {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header .lines {
    background-image: url('images/dot.png');
}
.header .logo {
    background-color: white;
    display: inline-block;
color: #000080; 
    font-size: 69px;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.header .logo .logo2 {
    color: #FF0000;
    font-size: 30px;
    line-height: normal;
    margin: 0;
    text-align: left;
}
.images img:first-child {
    border-left: 1px solid #FF0000;
}
.images img {
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    float: right;
    height: 254px;
}
.subtitle {
    background-color: rgba(221, 222, 223, 0.4);
    clear: both;
    font-size: 28px;
}
.text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px;
    text-align: right;
}
.text .list {
    list-style-type: none;
    margin: 0;
    padding-right: 0;
}
.text .list .item:not(:last-child) {
    border-bottom-style: solid;
    border-color: #dcdcdc;
    border-width: 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.text .title {
    font-size: 20px;
    font-weight: bold;
}
.text .right {
    border-color: #dcdcdc;
    border-left-style: solid;
    border-width: 1px;
    float: right;
    margin-right: 75px;
    padding-left: 50px;
    width: 514px;
}
.text .left {
    float: left;
    margin-left: 30px;
    width: 370px;
}
.text .left .item {
    padding-left: 15px;
}
.text .left .name {
    font-size: 18px;
    font-weight: normal;
}
.text .left .contact {
    font-size: 26px;
    margin-top: 15px;
    text-align: left;
}
.text .left .contact p {
    margin-top: 0;
}
.text .left .contact .phone {
    color: red;
    float: right;
    margin-top: 7px;
    text-decoration: initial;
}
.text .left .contact img {
    vertical-align: middle;
}
.text .left .item:last-child {
    margin-top: 2em;
}
.footer {
    background-color: #000080;
    color: #FFFFFF;
    font-size: 28px;
    margin-top: 30px;
}
.footer .comment {
    font-size: 20px;
    font-weight: normal;
}
.details {
    margin-top: 5px;
    font-size: 28px;
}
.small {
    margin-top: 5px;
    font-size: 14px;
}
.copyright {
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
}