html, body, div, span,
object, iframe, h1, h2, h3, h4, h5, h6, p,
a, abbr,  img, ins, form, label, table, caption, tbody, tfoot, thead, tr, th, td, input,
figure, figcaption, header, footer {
	margin: 0;
	padding: 0;
}

body, html {
	position: relative;
	min-width: 1260px;
}

body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	color: #343644;
	font-weight: 300;
}

section, nav, aside, footer, header, figure, figcaption, menu {
	display: block;
	margin: 0;
	padding: 0;
}

body.authorized {
    padding: 0 !important;
}

#content {
	background: none !important;
}

#header, .footer {
	display: none;
}

#content .container {
	width: auto;
}

.container h1 {
	background: none;
	padding: 0;
}

.inner {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

.top {
    position: relative;
    height: 655px;
    background: url('images/top.jpg') center top no-repeat;
}

.top .inner {
    padding-top: 26px;
}

.top .inner .logo {
    width: 170px;
    height: 47px;
    background: url('images/logo.png') center top no-repeat;
    margin: 0 0 125px 0;
}

.top .inner .white {
    color: #fff;
}

.container .top .inner .white h1 {
    font-size: 48px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 15px;
}

.container .top .inner .white .txt {
    font-size: 18px;
}

.grey {
    background: #f7f8fa;
    padding: 52px 0;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3e434a;
    margin: 0 0 47px 0;
}

.text {
    font-size: 15px;
    color: #7e848e;
    line-height: 25px;
}

.waytowork {
    padding: 60px 0 0 0;
}

.waytowork h2 {
    margin: 0 0 25px 0;
    font-size: 30px;
}

.waytowork h2,
.waytowork .intro {
    text-align: center;
}

.waytowork .intro  {
    font-size: 21px;
    color: #7e848e;
    text-align: center;
    margin: 0 0 26px 0;
}

.decks {
    padding-bottom: 40px;
}

.decks .deck {
    display: inline-block;
    width: 232px;
    background: url('images/deck.gif') center top no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 16px 0 0;
    min-height: 320px;
    padding: 135px 20px 0 20px;
    position: relative;
    vertical-align: top;
}

.deck a {
    color: #2095bc;
}

.decks .deck:after {
    position: absolute;
    height: 135px;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}

.decks .deck:last-child {
    margin: 0;
}

.decks .deck:nth-child(1):after {
    background: url('images/1.gif') center 37px no-repeat;
}

.decks .deck:nth-child(2):after {
    background: url('images/2.gif') center 36px no-repeat;
}

.decks .deck:nth-child(3):after {
    background: url('images/3.gif') center 44px no-repeat;
}
.decks .deck:nth-child(4):after {
    background: url('images/4.gif') center 46px no-repeat;
}

.decks .deck .title,
.decks .deck .about {
    text-align: center;
}

.decks .deck .title {
    font-size: 17px;
    color: #42474e;
    margin: 0 0 7px 0;
}

.decks .deck .about {
    font-size: 14px;
    line-height: 18px;
    color: #898f98;
}

.slick-dots {
    text-align: center;
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    border: 3px solid #2095bc;
    margin: 0 3px;
    font-size: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #2095bc;
    cursor: default;
}

.persons .person {
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*display: inline-block;*/
    /*width: 33%;*/
    padding-left: 15px;
    /*vertical-align: top;*/
}

.persons .person .cite {
    background: url('images/tip.png') left top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 110px;
    padding: 15px 20px 0 20px;
    font-size: 13px;
    color: #656b74;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

.persons .person .photo {
    padding-left: 60px;
    font-size: 12px;
    color: #6e747c;
    min-height: 52px;
}

.persons .person.person-1 .photo {
    background: url('images/ay.jpg') left top no-repeat;
}

.persons .person.person-2 .photo {
    background: url('images/ia.jpg') left top no-repeat;
}

.persons .person.person-3 .photo {
    background: url('images/ik.jpg') left top no-repeat;
}

.trust {
    background: #2095bc;
    padding: 75px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.bottom {
    background: #3e434a;
}

.bottom .line {
    overflow: hidden;
    margin: 0 10px;
}

.bottom .line .address {
    font-size: 13px;
    color: #a5abb2;
    padding-bottom: 35px;
}

.bottom .line:nth-child(1) {
    padding-top: 35px;
    border-bottom: 1px solid #51565d;
}

.bottom .line:nth-child(1) h6 {
    font-size: 18px;
    color: #d0d6dd;
    margin: 0 0 18px 0;
    font-weight: bold;
}

.bottom .line:nth-child(1) .phone {
    font-size: 36px;
    color: #a5abb2;
    float: right;
    position: relative;
    top: -20px;
}

.bottom .line:nth-child(2) {
    font-size: 13px;
    color: #a5abb2;
    padding: 25px 0;
}