html {
    height: 100%;
}

body {
    font-family: SegoeUI;
    font-size: 16px;
    font-weight: 300;

    margin: 0;

    color: #444;
    background: #f9f9f9;
}

a {
    text-decoration: none;

    color: #fff;
}

.wrap_content {
    width: 1366px;
    margin: 0 auto;

    background: #f9f9f9;
    box-shadow: rgba(0, 0, 0, .42) 0 0 3px 0;
}

/*=========================Header=========================*/

.header {
    height: 576px;

    background-image: url('../images/background_header.png');
}
/*=======================Header top=======================*/

.header_top {
    font-size: 0;

    width: 850px;
    height: 39px;
    margin: 0 auto;
    padding-top: 25px;
}

.logo {
    position: relative;

    display: inline-block;

    width: 18%;

    vertical-align: middle;
}

.navigation {
    display: inline-block;

    width: 66%;

    list-style: none;

    text-align: center;
    vertical-align: middle;
}

.navigation__item {
    font-size: 16px;

    display: inline-block;

    padding-left: 46px;

    cursor: pointer;

    color: #fff;
}

.navigation__item--services {
    padding-left: 0;
}

.phone {
    font-size: 16px;
    font-weight: 300;

    display: inline-block;
    float: right;

    vertical-align: middle;

    color: #fff;
}

.phone_url {
    font-size: 11px;

    margin-left: 4px;
    padding-bottom: 1px;

    cursor: pointer;

    border-bottom: 1px dashed #fff;
}

/*====================Header billboard====================*/

.header_billboard {
    width: 61%;
    padding-top: 58px;
    padding-left: 301px;
}

.app_preview {
    display: inline-block;
}

.app_content {
    display: inline-block;

    width: 45%;
    padding-top: 132px;
    padding-left: 14%;

    vertical-align: top;
}

.app_content_item {
    display: inline-block;

    color: #fff;
}

.app_content_item-title {
    font-size: 48px;

    padding-top: 25px;
    padding-left: 17px;

    vertical-align: top;
    text-transform: capitalize;
}

.app_content_item-text {
    font-size: 24px;
    line-height: 31px;

    display: block;

    padding-top: 9px;
}

.app_content_item--button {
    padding-top: 45px;
}

.app_content__item__button--indent {
    display: inline-block;
    width: 12px;
}

.app_content__item__button--app_store,
.app_content__item__button--google_play {
    display: inline-block;
    cursor: pointer;
}

/*.app_content_item-app_store {
    padding-top: 45px;

    /*cursor: pointer;
}*/

/*==================Section title style===================*/

.section_title {
    font-size: 40px;
    font-weight: 700;
    font-variant: small-caps;

    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 50px;

    text-align: center;
}

/*========================Services========================*/

.services_title {
    
    padding-top: 126px;
    padding-bottom: 20px;
}

.services_table {
    margin: 0 auto;
    padding-bottom: 100px;

    border-spacing: 0;

    background: url('../images/services_lines.png') no-repeat top center;
}

.services_table__header {
    height: 57px;
}

.services_table__row_top {
    height: 106px;
}

.services_table__row_bottom {
    height: 57px;
}

.services_table__row_indent {
    height: 46px;
}

.services_table__column {
    width: 487px;
}

.services_table__column--left {
    background: url('../images/services_section_left_bg.png') no-repeat;
}

.services_table__column--center {
    width: 50px;

    background: url('../images/services_circle.png') no-repeat top center;
    background-position: center 28px;
}

.services_table__column--right {
    background: url('../images/services_section_right_bg.png') no-repeat;
}

.services_table__column {
    vertical-align: top;
}

.services_table__cell {
    padding-top: 18px;
    padding-bottom: 27px;
}

.services_table__cell--left {
    padding-right: 50px;
    padding-left: 20px;
}

.services_table__cell--right {
    padding-right: 19px;
    padding-left: 50px;
}

.services_table__cell--title {
    font-size: 25px;
    font-weight: 600;
    font-variant: small-caps;

    padding-bottom: 9px;
}

.services_table__cell--text {
    font-size: 16px;
    line-height: 19px;
}

/*========================Portfolio=======================*/

#portfolio {
    height: 1038px;

    background: url('../images/background_portfolio.png') no-repeat;
}

.portfolio_title {
    color: #fff;
}

.portfolio_slider {
    width: 100%;
    max-width: 1024px;
    height: 863px;
    margin: 0 auto;
}

.portfolio_slider__item {
    max-width: 850px;
    max-height: 863px;
    margin: 0 auto;
}

.portfolio_slider__item--image {
    position: relative;

    height: 627px;
}

.portfolio_slider__item--image--body {
    position: absolute;
    bottom: 0;

    width: 850px;

    text-align: center;
}

.portfolio_slider__item__text {
    padding-right: 87px;
    padding-left: 87px;

    color: #fff;
}

.portfolio_slider__item__text--title {
    font-size: 25px;
    font-weight: 600;
    font-variant: small-caps;

    padding-top: 6px;
    padding-bottom: 15px;
}

.portfolio_slider__item__text--text {
    font-size: 17px;
    line-height: 20px;

    height: 100px;
}

.portfolio_slider__item--button {
    padding-top: 13px;
    padding-left: 87px;
}

.portfolio_slider__item__button--app_store,
.portfolio_slider__item__button--google_play {
    display: inline-block;

    cursor: pointer;
}

.portfolio_slider__item__button--indent {
    display: inline-block;

    width: 12px;
}

/*========================Contacts========================*/

#contacts {
    padding-bottom: 100px;
}

.contacts_table {
    margin: 0 auto;
    border-spacing: 0;
}

.contacts_table td
{
	text-align:center;
}

.contacts_form_item {
    font-family: SegoeUI;
    font-size: 18px;
    font-weight: 300;
    line-height: 37px;

    display: block;

    box-sizing: border-box;
    width: 328px;
    height: 37px;
    padding: 0 0 0 10px;

    color: #444;
    border: 2px solid #4489c9;
    border-radius: 10px;
    outline: none;
}

.contacts_form_item-email,
.contacts_form_item-message,
.contacts_form_item-phone {
    margin-top: 20px;
}

.contacts_form_item-message {
    height: 200px;
    padding-top: 0;

    vertical-align: top;
}

.contacts_form_item-send {
    width: 154px;
    height: 42px;
    margin-top: 40px;

    display: block;
    margin-left: auto;
    margin-right: auto;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 10px;
    outline: none;
    background-color: #4489c9;
}

.contacts_form_item_send-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.contacts_form_item-send:hover {
    background-color: #3479B9;
}

.contacts_table__cell--column_indent {
    width: 107px;
}

.contacts_table__cell--motivation {
    vertical-align: top;
}

.contacts_table__cell__motivation--title {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}

.motivation_table {
    padding-top: 14px;

    border-spacing: 0;
}

.motivation_table__row {
    height: 40px;
}

.motivation_table--row_indent {
    height: 11px;
}

.motivation_table__cell {
    padding: 0;
}

.motivation_table__cell--icon {
    width: 67px;
    height: 40px;

    background: url('../images/check.png') no-repeat center;
}

.motivation_table__cell--text {
    width: 348px;
    padding-left: 20px;
}

/*=========================Footer=========================*/

.footer {
    width: 100%;
    background-color: #575e68;
}

.footer-links{
	font-size:11px;
	text-align:center;
}

.footer-links div{
	width:20%;
	display:inline-block;
	padding:12px;
}

.footer-links h3{
	color:white;
	padding:10px 10px 0px 10px;
}

.footer_title {
    padding-top: 50px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.footer_top {
    padding-bottom: 50px;
}

.footer_bottom {
    line-height: 100px;
    background-color: #515861;
}

.footer_top_table,
.footer_bottom_table {
    margin: 0 auto;
    border-spacing: 0;
}

.footer_top_table {
    padding-top: 46px;
}

.footer_top_table__cell,
.footer_bottom_table__cell {
    padding: 0;

    color: #fff;
}

.footer_top_table__cell {
    font-size: 16px;
}

.footer_bottom_table__cell {
    font-size: 14px;
}


.footer_bottom_table__cell--email,
.footer_bottom_table__cell--phone,
.footer_bottom_table__cell--addres {
    padding-left: 80px;
}

.footer_top_table__cell__item {
    cursor: pointer;
}

.footer_top_table__cell__item--url {
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.none
{
	display:none;
}