#/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;                               /* обнуляем отступы и убираем бордюры */
    vertical-align: baseline;          /* приводим все к одной базовой линии */
    background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
    font-size: 100%;                     /* размер шрифта всем одинаковый */
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
a {                                              /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {                     /* устраняем отступы между ячейками таблицы */
    border-collapse: collapse;
    border-spacing: 0;
}
td, td img {
    vertical-align: top;            /* возвращаем привычное вертикальное выравнивание */
}
input, select, button, textarea {
    margin: 0;              /* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
    font-size: 100%;            /* делаем размер шрифтов везде одинаковым */
}
input[type="text"], input[type="password"], textarea {
    padding: 0;                 /* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] {        /* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
    vertical-align: bottom;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html {
    overflow-y: scroll; /* всегда показываем вертикальную полосу прокрутки  */
}
html, body {
    height: 100%; /* чтобы подвал книзу можно было прижать */
}
body {
    background: #fff;
    color: #000;
    text-align: left;
    font: 14px 'Noto Sans', Arial, sans-serif; /* используем безопасные шрифтовые CSS стеки */
}
input, select, button, textarea {
    font-family: 'Noto Sans', sans-serif; /* чтобы шрифт был такой же как и везде */
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer; /* курсор в виде руки для всех кликабельных элементов форм */
}

ul{
    list-style: none;
}

/* --------------- /базовые настройки  ---------*/

body{
    min-width:1190px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.clear{
    display:block;
    clear:both;
    content:'';
}

#page{
    overflow:hidden;
    min-height:100%;
}

.footer{
    margin:-101px 0 0;
}

.wrapper{
    width:960px;
    margin:0 auto;
    position:relative;
}

.middle .wrapper:after{
    background: url("../img/red_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    content: "";
    display: block;
    height: 110px;
    left: 274px;
    position: absolute;
    top: 273px;
    width: 113px;
}

.wrapper:after{
    display:block;
    clear:both;
    content:'';
}

.logo{
    float:left;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../img/logo.png) no-repeat;
    width:277px;
    height:34px;
    display:block;
}
.logo a{
    display:block;
    height:100%;
}

.top{
    overflow:hidden;
    padding:35px 0 0;
    margin:0 0 37px;
}

.menu{
    float:right;
    overflow:hidden;
}

.menu li{
    float:left;
    background:url(../img/li_razd.png) no-repeat 0 50%;
    padding:0 0 0 9px;
    margin:0 0 0 10px;
}

.menu li:first-child{
    margin:0;
    padding:0;
    background:none;
}

.menu li a{
    text-transform:uppercase;
    color:#2b2b2b;
    font-size: 12px;
    text-decoration:none;
}

.middle{
    background:url(../img/banner.png) repeat 50% 0;
    height:322px;
    margin:0 0 -28px;
}

.sidebar{
    width:279px;
    float:left;
    margin:105px 0 0;
}

.sidebar{
    margin:10px 0 0;
}

.testimonials{
    border:6px solid #e8e8e8;
    border-radius: 3px;
    text-align:center;
    padding:15px 15px 45px;
}

.testimonials h5{
    color:#323232;
    font-size: 18px;
    text-align:center;
    text-transform:uppercase;
    margin:0 0 10px;
}

.testimonials .photo{
    border-radius: 50%;
    width:110px;
    height:110px;
    overflow:hidden;
    margin:0 auto 9px;
}

.testimonials .photo img{
    width:110px;
    height:110px;
}

.testimonials .name{
    color:#1978c5;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin:0 0 2px;
}

.testimonials p{
    color:#747474;
    font-size: 13px;
    line-height:19px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin:0 0 10px;
}

.testimonials hr{
    width:107px;
    background:#ebeceb;
    border:none;
    height:1px;
}

.testimonials li{
    margin:20px 0 0;
}

.testimonials li:first-child{
    margin:0;
}

.right_icons{
    overflow:hidden;
}

.right_icons ul{
    overflow:hidden;
    float:right;
    margin:10px 0 0;
}

.right_icons li{
    float:left;
    margin:0 0 0 65px;
    text-align:center;
}

.right_icons li.first{
    margin:0;
}

.right_icons li p{
    color:#182731;
    font-size: 16px;
}

.content{
    margin:-100px 0 0 320px;
}

.content{
    margin:0 0 0 320px;
}

.content h1{
    font-weight:700;
    color:#1160a0;
    font-size:24px;
    margin:0 0 7px;
}

.content p{
    color:#484848;
    font-size:14px;
    line-height:21px;
    margin:0 0 21px;
}

#footer{
    background:#e8e8e8;
    padding:19px 0 50px;
}

#footer p,
#footer li{
    color:#5c5d5e;
    font-size: 12px;
    line-height:16px;
}

#footer ul{margin: 0; padding: 0;}

.content h2,
.content h3,
.content h4{
    text-align:center;
    font-weight:400;
    color:#1160a0;
    font-size: 22px;
    margin:0 0 11px;
}

.content ul{
    margin:0 0 20px 55px;
}

.content li{
    background:url(../img/li_g.png) no-repeat 0 50%;
    color:#484848;
    font-size: 14px;
    padding:0 0 0 29px;
    margin:2px 0 0;
}

.content li:first-child{
    margin:0;
}

.copyright{
    overflow:hidden;
    margin:17px 0 0;
}

#footer .copyright p{
    float:left;
    color:#474747;
    font-size: 12px;
}

.copyright ul{
    float:right;
}

.copyright li{
    float:left;
    background:url(../img/li_razd.png) no-repeat 0 50%;
    padding:0 0 0 9px;
    margin:0 0 0 7px;
}

.copyright li:first-child{
    margin:0;
    padding:0;
    background:none;
}

.copyright li a{
    color:#474747;
    font-size: 12px;
    text-decoration:none;
}

.middle_text{
    margin:0 0 0 320px;
    position:relative;
    padding:12px 0 0;
}

.middle_text p{
    color:#0c1921;
    font-size: 30px;
    line-height:36px;
    margin:0 0 27px;
}

.middle_text p strong{
    font-weight:700;
    font-size: 34px;
}

.middle_text p .red{
    color:#ee2221;
}

.middle_text p .blue{
    color:#0164b4;
}

.text1{
    color:#13556b;
    font-size: 18px;
    line-height:22px;
    margin:0 0 19px;
}

.text2{
    color:#13556b;
    font-size: 16px;
    line-height: 18px;
    position:relative;
    margin:0 0 0 60px;
    padding:0 0 0 13px;
}

.form_header{
    width:209px;
    background:#fff;
    border-top: 7px solid #ee2221;
    margin:-7px 0 15px;
    padding:10px 35px 0;
}

.form_header .title{
    color:#ee221d;
    font-size: 20px;
    text-align:center;
    text-transform:uppercase;
    margin:0 0 10px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
#form .form .clearfix {
    margin: 0 0 7px;
}

#form label {
    display: block;
    line-height: 25px;
    color:#4d5250;
}

#form select, #form input[type="text"] {
    background: #fff;
    border: medium none;
    color: #1b334d;
    font-size: 13px;
    height: 30px;
    padding: 0 5px;
    width: 190px;
    border:5px solid #e7e7e7;
    border-radius: 5px;
}

#form select {
    float: right;
    height: 30px;
    width: 150px;
}


#form .form .btn-apply {
    background:url(../img/input.png) no-repeat;
    border: medium none;
    height: 53px;
    width: 227px;
    margin:10px 0 0;
}

.left_part{
    float:left;
    width:279px;
}

.secure img{
    margin:0 5px;
}

.secure{
    margin:0 0 0 29px;
}

.header{
    overflow:hidden;
    margin:0 0 35px;
}

.container{
	padding:0 0 60px;
}

.clearfix:after{clear:unset !important}

#t3Form .row, #t3Form *{overflow:hidden;}

.key_features li{
    background:url(../img/li.png) no-repeat 0 50%;
    padding:0 0 0 27px;
    margin:0 0 10px !important;
    margin-left:0 !important;
}

.key_features ul{margin: 0 !important;}

.key_features .head{
    color:#398ec7;
    font-size: 24px;
    font-weight:300;
    margin:0 0 18px;
}

.users_say{text-align:center;}

.users_say .head{
    color:#398ec7;
    font-size: 24px;
    font-weight:300;
    margin:0 0 18px;
}

.company .head{
    color:#0a2d45;
    font-size: 30px;
    margin:0 0 15px;
}

.top1 .company .head{
    margin:0;
}

.top1 .users_say td span{
    margin:0 12px 0 0;
}

.toplist > table > tbody > tr > td{
    width:410px;
    padding:0 40px 0 0;
}

.toplist > table > tbody > tr > td + td{
    width:280px;
    padding:0;
}

.toplist > table > tbody > tr > td + td + td{
    width:200px;
    text-align:right;
}

.company td{
    padding:0 25px;
    vertical-align:middle;
}

.company td:last-child{
    padding-right: 0;
}

.top1 .company td{
    padding:15px 0 0;
}

.toplist{
    margin:20px 0 0;
    padding:18px 25px;
    font-size: 13px;
    background:#fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(231, 231, 231, 1);
    -moz-box-shadow:    0px 0px 5px 0px rgba(231, 231, 231, 1);
    box-shadow:         0px 0px 5px 0px rgba(231, 231, 231, 1);
}

.toplist:first-child{
    margin:0;
}

.users_say td{
    color:#232323;
    font-weight: 600;
    padding:0 0 10px;
    position:relative;
    vertical-align:middle;
}

.users_say td + td{
    width:90px;
}

.users_say table{
    width:100%;
}

.list{
    margin:0 0 30px;
}

.btn_box{
    position:relative;
    overflow:hidden;
    width:100%;
}

.visit{
    background:url(../img/btn.png) no-repeat;
    width:138px;
    height:45px;
    margin:25px auto 0;
    padding:3px 0 0 5px;
}

.visit a{
    color:#fff;
    font-size: 28px;
    display:block;
    text-align:center;
    width:133px;
    height:40px;
    line-height:35px;
    text-decoration:none;
    font-family: 'PT Sans Narrow', sans-serif;
    text-shadow: 0px -1px 1px rgba(153, 40, 3, 1);
}

.badge{
    background:url(../img/badge.png) no-repeat;
    width:79px;
    height:68px;
    display:block;
    position:absolute;
    left:0;
    top:0;
}

.headh2{
color: #033870;
    font-family: "PT Sans",sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin: 20px 0;
}

.clear:after{
	display:block;
	content:'';
	clear:after;
}
