﻿/* Table of contents
	1. Base styles.

	2. Classes.

	3. Elements.

	4. Blocks.

	5. Layout.

	6. Pages

*/

/*##############################################################################
	1. Base styles.
##############################################################################*/

#submit_support {
    cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35em;
    color: #313942;
    font-weight: 300;
    background: #fff;
}

a {
    color: #1588c4;
}

a:hover {
    color: #888989;
}

a img {
    border: none;
}

input,
textarea,
button,
select,
option {
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #313942;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea {

}

textarea {

}

h1 {
    font-size: 34px;
    font-weight: 300;
    margin: 0 0 35px;
    padding: 0;
    line-height: 42px;
}

h2 {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 7px;
    padding: 0;
    line-height: 34px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
    line-height: 30px;
    color: #313942;
}

h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0;
    line-height: 24px;
}

p {
    font-size: 16px;
    margin: 4px 0 0;
    line-height: 26px;
}

p + h1, p + h2, p + h3, p + h4, p + h5,
ul + h1, ul + h2, ul + h3, ul + h4, ul + h5,
ol + h1, ol + h2, ol + h3, ol + h4, ol + h5,
span + h2, span + h3, span + h4, span + h5,
div + h1, div + h2, div + h3, div + h4, div + h5,
img + h3 {
    margin-top: 28px;
}

ul[class] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner_subhead_lvl3 {
    font-size: 20px;
}
/*##############################################################################
	2. Classes.
##############################################################################*/
.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*##############################################################################
	3. Elements.
##############################################################################*/
/* -----------------------------------------------------------------------------
	3.1. Icons
----------------------------------------------------------------------------- */
.icon {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.icon-addons {
    width: 48px;
    height: 36px;
    background-position: 0 -315px;
}

.icon-analytics {
    width: 35px;
    height: 35px;
    background-position: 0 -35px;
}

.icon-arrow-left {
    width: 45px;
    height: 45px;
    background-position: 0 -70px;
}

.icon-arrow-right {
    width: 45px;
    height: 45px;
    background-position: 0 -115px;
}

.icon-arrow_left_hover {
    width: 45px;
    height: 45px;
    background-position: 0 -160px;
}

.icon-arrow_right_hover {
    width: 45px;
    height: 45px;
    background-position: 0 -205px;
}

.icon-dropdown {
    width: 5px;
    height: 4px;
    background-position: 0 -250px;
}

.icon-mail {
    width: 24px;
    height: 16px;
    background: url(../images/email.png) no-repeat;
}

.icon-more {
    width: 35px;
    height: 35px;
    background-position: 0 0px;
}

.icon-play {
    width: 53px;
    height: 53px;
    background-position: 0 -351px;
}

.icon-switcher {
    width: 25px;
    height: 25px;
    background-position: 0 -404px;
}

.icon-switcher_active {
    width: 25px;
    height: 25px;
    background-position: 0 -429px;
}

.icon-tw {
    width: 46px;
    height: 46px;
    background: url(../images/twitter.png) no-repeat;
}

.icon-tw:hover {
    background: url(../images/twitterhover.png) no-repeat;
}


.icon-vk {
    width: 46px;
    height: 46px;
    background: url(../images/vk.png) no-repeat;
}

.icon-you {
    width: 46px;
    height: 46px;
    background: url(../images/you.png) no-repeat;
}

.icon-you:hover {
    background: url(../images/youhover.png) no-repeat;
}

.icon-vk:hover {
    background: url(../images/vkhover.png) no-repeat !important;
}

.iconbig {
    background-image: url(../images/spritesheetbig.png);
    background-repeat: no-repeat;
    display: block;
}

.iconbig-put {
    width: 138px;
    height: 138px;
    background-position: 0 0;
}

/* -----------------------------------------------------------------------------
	3.2. Try button
----------------------------------------------------------------------------- */
.try_button {
    display: inline-block;
    width: 205px;
    height: 61px;
    background: #f3be2f;
    font-size: 18px;
    font-weight: normal;
    color: #313942;
    line-height: 61px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
}

.try_button:hover {
    background: #f2a106;
    color: #313942;
}

/* Кнопка "НАЧАТЬ БЕСПЛАТНО" */
.page_content__prices__footer_button {
    position: relative;
    cursor: pointer;
    width: 288px;
    height: 59px;
    background: #f3be2f;
    border-bottom: 3px solid #cf9c13;
    color: #313942;
    font-weight: normal;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto 39px;
}
.page_content__prices__footer_button::after {
    position: absolute;
    content: '';
    top: 22px;
    bottom: 0;
    right: 25px;
    width: 10px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQUZGREE0MDE5MjA2ODExODNEMUI5MzE2RjAxQTAwRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozRjlCMTg4QjhDRDYxMUU0QkZGQkFGQzJGODUzQUFCMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozRjlCMTg4QThDRDYxMUU0QkZGQkFGQzJGODUzQUFCMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ZGY3NmY2Ni00ZGQ4LWNkNDgtYWVjOC0yODZhZjQwNTU5ODUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REFGRkRBNDAxOTIwNjgxMTgzRDFCOTMxNkYwMUEwMEYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4XnTFEAAAA30lEQVR42mzRzwoBURTH8TszsrCZiT3KUnaTjSxslZX82WDlAbyDZ6AkdhYsFGWhWCplwyt4AiX/In6n7tTtOLc+m9O3O9O5VjIRTymlxpCGNbThqtixYQB5iEIdFhCRwhybFWAGYR6e1P8pwgQcM6R/ughxGUZgBeFR33AT4ib0KHY8z6XBGfZQgxCLfXjaxmADFXgJN3dsNngq+bzNkHY552vRpx+EWVhKi9av1qUwAytwhWiq1/elcAgxIaIvNOAT7NEXoi1UzQ1QeGDRDkrw4G/d0su+638SX+knwACBKCgN1ifxEwAAAABJRU5ErkJggg==')
}
.page_content__prices__footer_button span {
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding: 22px 22px 0 0;
    letter-spacing: -0.5px;
}

/*##############################################################################
	4. Blocks.
##############################################################################*/
/* -----------------------------------------------------------------------------
	4._. Promo Features
----------------------------------------------------------------------------- */
.promo_features__block {
    background: #fff;
    padding: 35px 0 35px;
}

.promo_features__list {
    margin: 0 0 43px;
}

.promo_features__list__body {
    text-align: center;
    margin-top: 35px;
}
.promo_features__list__body__item {
    text-align: center;
    width: 120px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin-right: 40px;
}
.promo_features__list__body__item__img-wrapper {
    height: 93px;
    line-height: 93px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    position: relative;
}
.promo_features__list__body__item__img-wrapper img {
    margin: 0 !important;
    vertical-align: middle;
}

/*arrows*/
.promo_features__list__body__item-1 .promo_features__list__body__item__img-wrapper:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 35px;
    width: 58px;
    height: 24px;
    background: url(/design/promo_summer14/images/index/bottom/arrows/1.png);
}
.promo_features__list__body__item-2 .promo_features__list__body__item__img-wrapper:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 45px;
    width: 64px;
    height: 10px;
    background: url(/design/promo_summer14/images/index/bottom/arrows/2.png);
}
.promo_features__list__body__item-3 .promo_features__list__body__item__img-wrapper:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 42px;
    width: 56px;
    height: 13px;
    background: url(/design/promo_summer14/images/index/bottom/arrows/3.png);
}
.promo_features__list__body__item-4 .promo_features__list__body__item__img-wrapper:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 42px;
    width: 47px;
    height: 10px;
    background: url(/design/promo_summer14/images/index/bottom/arrows/4.png);
}
.promo_features__list__body__item-5 .promo_features__list__body__item__img-wrapper:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 33px;
    width: 56px;
    height: 13px;
    background: url(/design/promo_summer14/images/index/bottom/arrows/3.png);
}


.promo_features__list__body__item img {
    margin-bottom: 10px;
}

.promo_features__item {
    float: left;
    width: 307px;
    margin-left: 44px;
}

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

.promo_features__item_head {
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding: 0 0 0 61px;
    margin: 0 0 17px;
}

.promo_features__item__icon {
    position: absolute;
    top: -4px;
    left: 0;
}

.promo_features__item_text {
    font-size: 16px;
    color: #313942;
    line-height: 1.625;
}

/* Addons */
.promo_features__item.addons {
    width: 330px;
}

/* Analytics */
.promo_features__item.analytics {
    margin-left: 50px;
    width: 320px;
}

/* More */
.promo_features__item.more {
    width: 265px;
    margin-left: 49px;
}

.promo_features__item_head.more {
    padding-left: 50px;
}

.promo_features__item.analytics .promo_features__item_head {
    padding-left: 49px !important;
}

/* Links */
.try_button__links {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.promo_features__try_button {
    margin: 0 4px 0 0;

    padding: 0 5px;
}

.promo_features__try_button a {
    line-height: 60px;
    display: block;
}

.try_button__or {
    color: #313942;
    padding: 0 10px;
}

.try_button__all_features {

}


.testimonials_wrapper {
    background: #f0f0f0;
}

/* -----------------------------------------------------------------------------
	4._. Feedbacks
----------------------------------------------------------------------------- */
.feedbacks_block {
    padding: 30px 0 30px;
}

.feedbacks_head {
    font-size: 37px;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.35em;
}

.feedbacks_wrapper {
    position: relative;
}

.feedbacks__img_list_wrapper
{
    position :absolute ;
    top: 0;
    left: 61px;
}


/* slide container */
.feedbacks__img_list_wrapper .slides
{
    float :left ;
    margin :0;
    padding :0;
    border :none;
    list-style :none;
    position :relative ;
    overflow :visible ;
}

/* slide item */
.feedbacks__img_list_wrapper .slides .slideItem
{
    position :absolute ;
    cursor :pointer ;
    overflow : hidden;
    padding :0;
    margin :0;
    border :none;
}

.feedbacks__img_list_wrapper .slides .slideItem img
{
    margin :0;
    padding :0;
    border :none;
    width :100%;
    height :100%;
}

.feedbacks_wrapper .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
}

.feedbacks__list {

}

.feedbacks__item {
    position: static !important;
    height: 189px;
}

.feedbacks__item_inner {
    padding: 0 0 22px;
}

.feedbacks__item__img {
    display: block;
    margin-left: 61px;
}

.feedbacks__item__quote_wrapper {
    margin-left: 256px;
    max-height: 165px;
}

.feedbacks__item__quote {
    margin: 0 60px 23px 0;
    padding: 22px 21px 0 21px;
    font-size: 23px;
    line-height: 1.4783;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feedbacks__item__quote:before {
    content: '“';
    position: absolute;
    top: -16px;
    right: 100%;
    margin-right: -18px;
    font-size: 72px;
    color: #94979a
}

.feedbacks__item__quote:after {
    content: '”';
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: -53px;
    margin-top: -106px;
    font-size: 72px;
    color: #94979a
}

.feedbacks__item__quote.sec_quote:after {
    margin-left: -26px !important;
}

.feedbacks__item__quote.third_quote:after {
    margin-left: -36px !important;
    margin-top: -140px !important;
}

.feedbacks__item__quote.fourth_quote:after {
    margin-left: -54px !important;
    margin-top: -140px !important;
}

.feedbacks__item__quote.fifth_quote:after {
    margin-left: -58px !important;
}

.feedbacks__item__quote.two_line:after {
    margin-left: -75px !important;
}

.feedbacks__item__quote.three_line:after {
    margin-top: -140px !important;
}

.feedbacks__item__quote.three_line.first:after {
    margin-left: -50px !important;
}

.feedbacks__item__quote.three_line.fourth:after {
    margin-left: -35px;
}

.feedbacks__item__quote.three_line.fifth:after {
    margin-left: -49px;
}

.feedbacks__item__quote_author {
    font-size: 16px;
    color: #a2a2a2;
    margin: 0 0 0 24px;
}

.feedbacks__arrow a {
    width: 100%;
    height: 100%;
    display: block;
}

.feedbacks__arrow {
    position: absolute;
    cursor: pointer;
    top: 47px;
}

.icon-arrow-left.feedbacks__arrow {
    left: -59px;
}

.icon-arrow-left.feedbacks__arrow:hover {
    background-position: 0 -160px;
}

.icon-arrow-right.feedbacks__arrow {
    right: -59px;
}

.icon-arrow-right.feedbacks__arrow:hover {
    background-position: 0 -205px;
}

/* -----------------------------------------------------------------------------
	4._. Clients
----------------------------------------------------------------------------- */
.clients_block {
    text-align: justify;
    line-height: 0;
    padding: 51px 0 0;
}

.clients_block:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.feedbacks_block + .clients_block {
    border-top: 1px solid #dedede;
}

.clients__item {
    width: 220px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0 0 53px;
}

.clients__item_img {
    max-width: 100%;
}

/* -----------------------------------------------------------------------------
	4._. Nav aside / Tabs aside
----------------------------------------------------------------------------- */
ul.nav_aside,
.nav_aside {
    padding: 0 62px 0 0;
    font-size: 15px;
    white-space: nowrap;
}

.nav_aside__item {
    margin: 1px 0 0;
}

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


.tabs_item a,
.nav_aside__link {

    display: block;
    line-height: 1;
    padding: 12px 0 15px 20px;
    border: 1px solid transparent;
    position: relative;
}

.tabs_item.active a,
.nav_aside__link:hover {
    color: #888989;
    border-color: #198cca;
    border-right: none;
}

.tabs_item.active a:after,
.nav_aside__link:hover:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-right: 1px solid #198cca;
    border-top: 1px solid #198cca;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    margin-top: -15px;
    right: -15px;
}

/* -----------------------------------------------------------------------------
	4._. Nav aside / Tabs aside
----------------------------------------------------------------------------- */
.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

/* -----------------------------------------------------------------------------
	4._. breakout
----------------------------------------------------------------------------- */
.breakout {
    margin: 30px 0;
    padding: 38px 0 26px;
    font-size: 26px;
    line-height: 1.2308;
    background: #f9f9f9;
    border-top: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
    position: relative;
}

.breakout:before {
    content: '';
    position: absolute;
    height: 15px;
    top: -15px;
    left: 0;
    right: 0;
    background: url(../images/bg/breakout_shadow.png) no-repeat;
}

.breakout_inner {
    padding: 0 0 0 212px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.breakout_icon {
    position: absolute;
    left: 32px;
    top: -11px;
}
/*##############################################################################
	5. Layout.
##############################################################################*/
/* -----------------------------------------------------------------------------
	5.1. Wrappers
----------------------------------------------------------------------------- */
.page_wrapper {
    min-width: 1014px;
    overflow: hidden;
    margin-top: 0px;
}

.wrapper_inner {
    width: 1014px;
    margin: 0 auto;
}

.page_content {
    margin-top: 20px;
    position: relative;
}


/* -----------------------------------------------------------------------------
	5.2. Header
----------------------------------------------------------------------------- */
.page_header {
    height: 170px;
    position: relative;
    z-index: 1000;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


.page_wrapper__main_page .page_header {
    height: 630px;
}

.page_header__inner {
    position: relative;
    z-index: 1000;
}

.page_header__topbar {
    position: relative;
    height: 89px;
}

.page_header__logo_link {
    position: absolute ;
    left: 0;
    margin: 0;
    top: 25px;
}

.page_header__topbar__inner {
    float: right;

}



/*	5.2._ Authorization */
.page_header__auth_block {
    float: left;
    margin: 21px 22px 0 0;
}

.page_header__auth_logged {
    position: relative;
    padding: 0 0 0 53px;
}

.page_header__auth_userpic {
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
}

.page_header__auth_username,
.page_header__auth_accounts,
.page_header__auth_accounts a {
    font-size: 16px;
    margin: 0 0 3px;
    color: #333;
    cursor: pointer;
}

.on_main_page .page_header__auth_accounts a {
    color: #fff;
}

.page_header__auth_accounts,
.page_header__auth_accounts a {
    text-decoration: underline;
    font-weight: normal;
}

.page_header__auth_username a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

.page_wrapper__main_page .page_header__auth_username,
.page_wrapper__main_page .page_header__auth_accounts,
.on_main_page .page_header__auth_username a {
    color: #fff;
}

.contact_inner .page_header__auth_logout {
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    font-weight: normal;
}

.page_header__auth_logout_link, .page_header__auth_login_link {
    text-shadow: none;
    font-weight: 400;
    text-decoration: underline;
}

.page_header__auth_login_link:hover, .page_header__auth_logout_link:hover {
    color: #0d86c7;
}

/*	5.2._ Contacts */
.page_header__contacts {
    float: left;
    color: #333;
    line-height: 1;
    margin: 23px 0 0;
    border-left: 1px solid #333;
    padding: 0 0 0 37px;
    -moz-user-select: initial;
    -khtml-user-select: initial;
    -webkit-user-select: initial;
    user-select: initial;
}

.page_header__contacts.white {
    border-left: 1px solid #fff;
}

.page_header__contacts__head {
    font-size: 14px;
    margin: 0px 0 3px 0px;
    line-height: 1;
}

.page_header__contacts__phone {
    font-size: 16px;
    margin-top:7px;
    font-weight: normal;
    color: #313942;
}
.page_wrapper__main_page .page_header__contacts__phone a{
    color: #fff;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.196), 1px 1px 1px rgba(255, 255, 255, 0.196), 1px 1px 1px rgba(51, 51, 51, 0.702);
}
.page_header__contacts__phone a{
    color: #333;
    text-shadow: none;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.page_wrapper__main_page .page_header__contacts__head,
.page_wrapper__main_page .page_header__contacts__phone {
    color: #fff;
}

/*	5.2._ Language */
.page_header__language {
    float: left;
    width: 56px;
    position: relative;
    margin: 24px 1px 0 32px;
}

ul.page_header__language__list,
.page_header__language__list {
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    padding: 4px 17px 3px 7px;
    line-height: 2;
    font-size: 12px;
    color: #005696;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px dashed #005696;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.page_header__language__list.white,
.page_header__language__list.white {
    color: #fff;
    border: 1px dashed #fff;
}

.page_header__language__list.white .page_header__language__item a {
    color: #fff;
}

.page_header__language__list:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 4px;
    background: url(/static/assets/common/dropdown.png) no-repeat;
    top: 14px;
    right: 6px;
}

.page_header__language__list.white:after {
    background: url(/static/assets/common/dropdown_white.png) no-repeat;
}

.page_header__language__item {
    text-shadow: none;
    display: none;
}



.page_header__language__list.expanded .page_header__language__item {
    display: block;
}

.page_header__language__item.active {
    display: block;
}

.page_header__language__item a {
    color: #005696;
    text-decoration: none;
    padding-right: 22px;
}

/*	5.2._ Navigation */
.page_header__nav {
    width: 1014px;
    background: #057cbe;
    height: 61px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.page_header__nav_item_link {
    float: left;
}

.page_header__nav_item_link {
    display: block;
    background: #057cbe;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 61px;
    border-left: 1px solid #4894bd;
    padding: 0 20px;
    font-weight: 300;
}

.page_header__nav_item_link[href="/support/faq.php"], .page_header__nav_item_link[href="/support/"]  {
    border-right: 1px solid #4894bd;
}

.page_header__nav_item.home {
    width: 63px;
}

.page_header__nav_item.selected a {
    background: #066BA3;
}

.page_header__nav_item_link:hover {
    background: #0292e2;
}

.page_header__nav_list li:last-child a {
    background: #f3be2f;
    color: #313942;
    border-radius: 0 3px 3px 0;
}
.page_header__nav_list li:last-child a:hover {
    background: #f2a106 url(../images/bg/main_nav_price.png) 0 15px repeat-x;
    background: #f2a106;
    color: #313942;
}

.page_header__nav_list li a:hover {
    color: #fff;
}

.page_header__nav_item:first-child .page_header__nav_item_link {
    border-radius: 3px 0 0 3px;
    border: none;
}

.page_header__nav_item:last-child {
    float:right;
}

/*	5.2._ Slogan */
.page_header__slogan_wrapper {
    color: #fff;
    margin: 0 0 18px;



    text-shadow: -1px -1px 1px rgba(255,255,255, 0.2),
    1px 1px 1px rgba(255,255,255, 0.2),
    1px 1px 1px rgba(51,51,51, 0.7);
    text-rendering: optimizeLegibility;

}

.page_header__slogan_head {
    font-size: 31px;
    line-height: 1.3549;
    width: 490px;
    margin: 0 0 21px;

}


.page_header__slogan{
    /* new */
    position: absolute;
    width: 1600px;
}

.page_header__slogan,
.page_header__slogan[data-slide="1"] {
    font-size: 100px;
    line-height: 1;
    margin: 0 0 21px -8px;
    position: relative;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.page_header__slogan[data-slide="2"] {
    margin-left: -364px;
}

.page_header__slogan[data-slide="3"] {
    margin-left: -867px;
}

.page_header__slogan_item {
    cursor: pointer;
    letter-spacing: -3px;
    float: left;
    margin: 0 13px 0 0;
    opacity: 0.3;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.page_header__slogan_item.active {
    opacity: 1;
}

.page_header__slogan_description_wrapper {
    width: 999px;
    overflow: hidden;
}

.page_header__slogan_description_inner {
    width: 2400px;
}

.page_header__slogan_description__item {

    /*width: 800px;*/
    height: 190px;
    float: left;
}

.page_header__slogan_description__item a {
    display: block;
    float: left;
}

.page_header__slogan_description__item img{
    display: inline;
    margin: 0px 10px 0 0;
}

.page_header__slogan_description_inner,
.page_header__slogan_description_inner[data-slide="1"]{
    margin-left: 0;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    transition: 0.9s;
}

.page_header__slogan_description_inner[data-slide="2"]{
    margin-left: -800px;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    transition: 0.9s;
}

.page_header__slogan_description_inner[data-slide="3"]{
    margin-left: -1600px;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    transition: 0.9s;
}

.page_header__slogan_description__text {
    font-size: 16px;
    line-height: 1.625;
    margin: 0 0 17px;
    width: 800px;
}

.page_header__slogan_description__text a {
    padding-top: 20px;
    text-decoration: none;
}
.page_header__slogan_description__text__integrate_link {
    padding-top: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-right: 45px;
}
.page_header__slogan_description__text__integrate_link:hover {
    color: #fff;
    text-decoration: none;
}
.page_header__slogan_description__text__integrate_link img {
    margin: 0;
}

.page_header__slogan_description__preview_wrapper {

}

.page_header__slogan_description__preview_link {
    display: block;
    width: 202px;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.page_header__slogan_description__preview_link:after {
    content: '';
    position: absolute;
    width: 53px;
    height: 53px;
    background: url(../images/icons/play.png) no-repeat;
    z-index: 100;
    left: 50%;
    margin-left: -27px;
    top: 23px;
}

.page_header__slogan_description__preview_img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
}

.page_header__slogan_description__preview_text {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 11px;
}

/*	5.2._ Video */
.video_content__bg {
    position: relative;
    background: url(/design/promo_summer14/images/transparent_bg.png);
    top: 0;
    height: 700px;
    width: 100%;
    z-index: 50;
}

.page_header__video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    background: url(/design/promo_summer14/images/poster1.jpg) 50% 0 no-repeat;
    background-size: cover !important;
}

.page_header__video_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(177, 177, 177, 0.3);
    z-index: 100;
}

.page_header__video_wrapper.step_1 {
    background: url('/design/promo_summer14/images/poster1.jpg') 50% 0px no-repeat;
}

.page_header__video_wrapper.step_2 {
    background: url('/design/promo_summer14/images/poster2.jpg') 50% 0px no-repeat;
}
.page_header__video_wrapper.step_3 {
    background: url('/design/promo_summer14/images/poster_3.jpg') 50% 0px no-repeat;
}

.page_header__video_item {
    min-height: 100%;
    min-width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    background-size: cover !important;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/*	5.2._ Switcher */
.page_header__switcher {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.page_header__switcher_item {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/switcher.png) no-repeat;
    position: relative;
}

.page_header__switcher_item:hover {
    /*background-position: 0 100%;*/
    cursor: pointer;
}

.lineprogress {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    left: 7px;
    top: 8px;
    z-index: 10;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.lineprogress.to_step1_2 {
    width: 10px;
    -webkit-animation-name: 'movement_to1_2';
    -moz-animation-name: 'movement_to1_2';
    -ms-animation-name: 'movement_to1_2';
    -o-animation-name: 'movement_to1_2';
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-name: 'movement_to1_2';
    animation-duration: 0.5s;
}

@-webkit-keyframes 'movement_to1_2' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 36px;
    }
}

@-moz-keyframes 'movement_to1_2' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 36px;
    }
}

@keyframes 'movement_to1_2' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 36px;
    }
}

.lineprogress.to_step1_3 {
    width: 10px;
    -webkit-animation-name: 'movement_to1_3';
    -webkit-animation-duration: 0.5s;
    animation-name: 'movement_to1_3';
    -moz-animation-name: 'movement_to1_3';
    -ms-animation-name: 'movement_to1_3';
    -o-animation-name: 'movement_to1_3';
    animation-duration: 0.5s;*/
-moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
}

@-webkit-keyframes 'movement_to1_3' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 68px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 65px;
    }
}

@-moz-keyframes 'movement_to1_2' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 36px;
    }
}

@keyframes 'movement_to1_3' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 68px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 65px;
    }
}

.lineprogress.to_step2_3 {
    -webkit-animation-name: 'movement_to2_3';
    -webkit-animation-duration: 0.5s;
    animation-name: 'movement_to2_3';
    -moz-animation-name: 'movement_to2_3';
    -ms-animation-name: 'movement_to2_3';
    -o-animation-name: 'movement_to2_3';
    animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
}

@-webkit-keyframes 'movement_to2_3' {
    from {
        width: 10px;
        left: 36px;
    }

    60% {
        width: 39px;
        left: 36px;
    }

    to {
        width: 10px;
        left: 65px;
    }
}

@-moz-keyframes 'movement_to1_2' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 36px;
    }
}

@keyframes 'movement_to2_3' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 36px;
    }
}


.lineprogress.to_step2_1 {
    width: 10px;
    -webkit-animation-name: 'movement_to2_1';
    -webkit-animation-duration: 0.5s;
    animation-name: 'movement_to2_1';
    -moz-animation-name: 'movement_to2_1';
    -ms-animation-name: 'movement_to2_1';
    -o-animation-name: 'movement_to2_1';
    animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
}

@-webkit-keyframes 'movement_to2_1' {
    from {
        width: 10px;
        left: 36px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 7pxpx;
    }
}

@-moz-keyframes 'movement_to1_2' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 36px;
    }
}

@keyframes 'movement_to2_1' {
    from {
        width: 10px;
        left: 36px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 7pxpx;
    }
}



.lineprogress.to_step3_1 {
    width: 10px;
    -webkit-animation-name: 'movement_to3_1';
    -webkit-animation-duration: 0.5s;
    animation-name: 'movement_to3_1';
    -moz-animation-name: 'movement_to3_1';
    -ms-animation-name: 'movement_to3_1';
    -o-animation-name: 'movement_to3_1';
    animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
}

@-webkit-keyframes 'movement_to3_1' {
    from {
        width: 10px;
        left: 65px;
    }

    60% {
        width: 68px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 7px;
    }
}

@-moz-keyframes 'movement_to1_2' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 36px;
    }
}

@keyframes 'movement_to3_1' {
    from {
        width: 10px;
        left: 36px;
    }

    60% {
        width: 68px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 7px;
    }
}



.lineprogress.to_step3_2 {
    width: 10px;
    -webkit-animation-name: 'movement_to3_2';
    -moz-animation-name: 'movement_to3_2';
    -ms-animation-name: 'movement_to3_2';
    -o-animation-name: 'movement_to3_2';
    -webkit-animation-duration: 0.5s;
    animation-name: 'movement_to3_2';
    animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
}

@-webkit-keyframes 'movement_to3_2' {
    from {
        width: 10px;
        left: 65px;
    }

    60% {
        left: 36px;
        width: 39px;
    }

    to {
        left: 36px;
        width: 10px;
    }
}

@-moz-keyframes 'movement_to1_2' {
    from {
        width: 10px;
        left: 7px;
    }

    60% {
        width: 39px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 36px;
    }
}

@keyframes 'movement_to3_2' {
    from {
        width: 10px;
        left: 36px;
    }

    60% {
        width: 68px;
        left: 7px;
    }

    to {
        width: 10px;
        left: 7px;
    }
}





/* -----------------------------------------------------------------------------
	5._. Sidebar
----------------------------------------------------------------------------- */
.page_aside {
    float: left;
    width: 268px;
    margin: 7px 0 0;
}

.page_aside.sticky {
    float: none;
    position: fixed;
    top: 20px;
    z-index:6;
    left: auto;
}

/* -----------------------------------------------------------------------------
	5._. Main content
----------------------------------------------------------------------------- */
.page_aside + .main_content {
    margin-left: 268px;
}

/*--------------------------------------------Content Zone---------------------------------------------*/
.page_content {

    margin-top: 22px;
}

.page_content__nav {
    position: static;
    float: left;
    font-weight: normal;
}

.page_content__error {
    margin-bottom: 167px;
}

/*--------------------------------------------Content Navigation--------------------------------------*/

.page_content__nav {
    position: relative;
    display: table;
    width: 250px;

}

.page_content__nav_col {
    display: table-cell;
}

.page_content__nav_item {
    display: table-row;
}

.page_content__nav_item_link {
    display: block;
    position: relative;
    font-size: 14px;
    color: #198cca;
    text-decoration: none;
    line-height: 44px;
    padding-left: 18px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 185px;

}

.page_content__nav_item_link:hover {
    color: #888989;
}

.page_content__nav_item_link_is_active {
    border-top: 1px solid #1588C4;
    border-bottom: 1px solid #1588C4;
    border-left: 1px solid #1588C4;
    color: #333;
}

.page_content__nav_item_link::before {
    content: '';
    position: absolute;
    left: 203px;
}

.page_content__nav_item_link_is_active::before {
    border: 22px solid transparent;
    border-left: 22px solid #1588C4;
}

.page_content__nav_item_link_is_active .arrow_dp::before {
    content: '';
    position: absolute;
    border: 22px solid transparent;
    border-left: 22px solid #fff;
    left: 202px;
    top: 0px;
}

/* End Content Navigation */

/*Tour Content*/

section p {
    color: #676e79;
}

.page_content__moving {
    float: right;
    width: 750px;
}

.page_content__moving section + section, .page_content__moving table + section, .page_content__moving .menu_ankor + .menu_ankor {
    margin-top: 30px;
}

.menu_ankor:last-child {
    margin-bottom: 50px;
}

.page_content__moving:last-child section {
    padding-bottom: 90px;
    border-bottom: 1px solid #cecece;
}

.page_content__moving_img.left {
    float: left;
    margin-right: 35px;
}

.page_content__moving_img.right {
    float: right;
    margin-left: 35px;
}

.page_more {
    display: none;
    margin: 20px 0 60px;
    background: #f5f5f5;
    border: 2px solid #dcddde;
}

.page_more:last-child {
    margin-bottom: 0;
}

.page_more img {
    margin: 0 30px 0 10px
}

.page_more td {
    padding: 20px 0px;
}

.page_more p {
    font-size: 25px;
    line-height: 32px;
}

.page_content__moving_text_float {
    width: 47%;
    float: left;
}

div.page_content__moving_text_float:last-child {
    margin-left: 6%;
}

.page_content__moving_video {
    margin: 30px 0;
}

.page_content__moving_img_wrap {
    width: 129px;
    height: 180px;
    float: left;
    margin-right: 22px;
}

.page_content__moving_img_wrap:last-child {
    margin-right: 0;
}

.page_content__moving_img_wrap span {
    color: #676e79;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}

.steps_more {
    height: 194px;
    background: url(/design/promo_summer14/images/steps/more.png) center top no-repeat #3D9ECE;
}

.steps_more p {
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    width: 700px;
    margin: 0 auto;
    padding: 65px 0 0 300px;
    margin-top: -1px;
}

/* -----------------------------------------------------------------------------
	5._. Footer
----------------------------------------------------------------------------- */
.page_footer {
    z-index: 40;
    margin: 93px 0 0;
}

.page_footer.on_main_page {
    margin: 0;
}

.page_footer.on_main_page .wrapper_inner {
    border: 0px;
}

.page_footer .wrapper_inner {
    padding-top: 38px;
    border-top: 1px solid #efefef;
}

.page_wrapper__main_page .page_footer {
    padding-top: 80px;
}

.page_footer__inner {
    padding: 0 0 28px
}
.page_footer .footer_conferention a:hover{
    background:red;
}
/*.page_footer__inner:before {
	content: '';
	width: 1px;
	position: absolute;
	right: 199px;
	top: 2px;
	bottom: 41px;
	background: #dee0e1;
}*/

/* Navigation */
.footer_nav {
    line-height: 1;
    float: left;
    width: 810px;
    border-right: 1px solid #dee0e1;
}

.footer_nav a {
    color: #313942;

    font-weight: normal;
}

.footer_nav a:hover {
    color: #888989;
    text-decoration: underline;
}

.footer_nav__list {
    overflow: hidden;
}

.footer_nav__item {
    float: left;
    margin: 0 0 0 20px;
    width: 135px;
}

.footer_nav__item {
    width: 180px;
}

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

.footer_nav__item_head {
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 17px;
}

.footer_nav__item_head a {
    font-weight: 600;
}

.footer_nav__item_head.less {
    visibility: hidden;
}

.footer_nav__sub_nav li:last-child{
    margin-bottom: 10px;
}

.footer_nav__item.tour_dp .footer_nav__item_head {
    margin: 0 0 46px;
    height: 16px;
}

.footer_nav__sub_nav {
    font-size: 13px;
}

.footer_nav__sub_nav__item {
    margin: 17px 0 0;
}

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


/* Contacts */
.page_footer__contacts {
    position: relative;
    left: 0px;
    width: 202px;
    float: right;
    line-height: 1;
    text-align: right;
}

.page_footer__contacts__phone {
    font-size: 21px;
    font-weight: normal;
    margin: 0 0 19px;
    letter-spacing: 0.6px;
    line-height: 29px;
}
.page_footer__contacts__phone a{
    color: #313942;
    text-decoration: none;
}

.page_footer__contacts__email {
    font-size: 13px;
    margin: 0 9px 43px 0px;
}

.page_footer__contacts__email_icon {
    display: inline-block;
    margin: 0 12px 0 0;
    position: relative;
    top: 4px;
}

.page_footer__contacts__email_link {

}

.page_footer__contacts__email_link:hover {
    color: #0d86c7;
}


.page_footer__socials {
    position: relative;
    left: -2px;
}

.page_footer__socials_item {
    display: inline-block;
    margin: 0 0 0 12px;
}

.page_footer__socials_item:firsr-child {
    margin: 0;
}



/* Bottom */
.page_footer__bottom {
    padding: 16px 0 0;
    border-top: 1px solid #e9eaeb;
    height: 45px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 15px;
    color: #adb0b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.page_footer__copyrights {
    float: left;
}
.page_footer__copyrights a{
    color: inherit;
}

.page_footer__sublinks {
    float: right;
}

.page_footer__sublinks_item {
    color: #adb0b3;
    text-decoration: underline;

}

.page_footer__sublinks_item:hover {
    color: #adb0b3;
    text-decoration: underline;
}

.footer_nav__sub_nav__item_link.last {
    font-size: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 30px;
}

/*-----------------------------------------------------------------Try Now-----------------------------------------------------------------*/


.prices, .page_content__know_more, .page_content__articles {
    margin: 0 auto;
}

/*Article*/

.page_content__know_more {
    position: relative;
    width: 970px;
    height: 100px;
    margin-top: 30px;
    border-top: 1px dashed #acacac;
    border-bottom: 1px dashed #acacac;
}

.page_content_know_more_center {
    width: 820px;
    margin-left: 30px;
}

.page_content_know_more_center p {
    display: block;
    position: absolute;
    width: 640px;
    padding-top: 15px;
}

.page_content__know_more_title {
    font-weight: 600;
}

.page_content__know_more_text {
    margin-top: 20px;
}

.page_content_know_more_center img {
    position: absolute;
    left: 690px;
    top: 20px;
}

/*More Articles*/

.page_content__articles {
    width: 970px;
    margin-top: 20px;
}

.page_content__articles .prices_title {
    padding-top: 0px;
    line-height: 20px !important;
}

.page_content_articles div {
    width: 450px;
    float: left;
}

.page_content__articles div:first-child {
    width: 450px;
    float: left;
    margin-right: 20px;
}

.page_content__articles_text {
    position: relative;
    top: 10px;
}

.page_content__articles_text_second {
    position: relative;
    top: 30px;
}
/*-------------------------------------------------------------Integration-------------------------------------------------------------*/



.page_content__int_title {
    font-size: 34px;
    font-weight: 300;
    width: 750px;
    float: right;
    line-height: 41px;
    margin: -3px -6px 0 0px;
}

.page_content__int_text {
    width: 700px;
    margin: 20px 0 0 273px;
    font-size: 16px;
    line-height: 26px;
}

.page_content__int_video {
    position: relative;
    left: 273px;
    top: -10px;
}

.page_content__int_last {
    margin-left: 273px;
    margin-top: -90px;
}

.page_content__int_last_inner {
    float: left;
    width: 330px;
    margin-left: 0px;
    margin-right: 10px;
}

.page_content__int_last_inner p {
    padding: 0 0 10px 0px;
    margin-right: 10px;
}

.page_content__int_last_inner p:first-child {
    padding-top: 90px;
}

.page_content__int_last_title {
    font-weight: 300;
    font-size: 25px;
}

.page_content__int_last_text {
    font-size: 16px;
    line-height: 25px;
}

/*----------------------------------------------------Rights---------------------------------------------------*/
.page_content_int_rights_wrapper {
    margin: 0 auto;
}

img.rights {
    border: 1px solid #cdcdcd;
    position: relative;
    top: 20px; left: 80px;
    float: left;
}

.page_content__int_rights {
    float: left;
    position: relative;
    top: 90px; left: 79px;
    width: 220px;
    padding: 15px;
    background-color: #f2edd8;
    border: 1px solid #cdcdcd;
}

.page_content__int_rights_title {
    font-weight: 600;
    font-size: 16px;
}

.page_content__int_rights img {
    margin: 20px 0 20px 50px;
}

/*-----------------------------------------------------------------------*/

/*
--------------------------------------------------------------------------------
	[6.1. Registration ]
--------------------------------------------------------------------------------
*/
/* Right column*/
.promo_aside {
    padding: 38px 28px 28px;
    width: 326px;
    float: right;
    background: #f5f5f5;
    border: 1px solid #cacaca;
}

.promo_aside .inner_subhead_lvl4 {
    margin: 0 0 15px 0;
}

/* Left column */
.form_register {
    width: 526px;
    padding: 0px 13px 30px;
    float: left;
}

.form_register .forms_wrapper {
    margin-bottom: 15px;
    width: 312px;
}

.form_register .field_inner {
    margin-left: -3px;
}

/* Left column */
.register_promo {
    margin: 0 0 0 -2px;
}

.register_promo li{
    background: url(/design/images/icons/v_ico.png) no-repeat scroll 1px 2px;
    padding: 0 0 19px 30px;
    margin: 0;
}

/* Registration form*/
.form_register .fieled_account_name {
    width: 100%;
}

.fieled_account_name  .fieled_account_name_text {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 22px;
    vertical-align: baseline;
}

.fieled_account_name .field_inner {
    display: inline-block;
    margin: 0;
    width: 285px;
}

#signup_data_subdomain {
    font-family: Helvetica;
    font-size: 22px;
    padding: 3px 0;
}

.fields_group {
    padding: 14px 0 22px 0;
    /*width: 312px;*/
}
.account_list_head {
    margin-top: 15px;
    /*margin-left: 4px;*/
    margin-bottom: 7px;
    /*display: none;*/
}

.accounts_list {
    margin: 0;
    padding: 0;
    list-style:none;
    font-size: 12px;
}

.account_wrap {
    overflow: hidden;
    padding: 12px 0;
}

.account_name {
    float: left;
    /*color: #2d94d3;*/
    font-weight: bold;
    width: 309px;
}

.account_tarif {
    float: left;
    font-weight: bold;
    width: 86px
}

.account_tarif_expire {
    overflow: hidden;
    float: right;
    padding: 0 0 0 20px;
    text-align: right;
    white-space: nowrap;
    zoom: 1;
}
.yesemail {
    display: none;
}

#password_confirm {
    display: none;
}

#primary_info {
    padding-bottom: 10px;
}

/*----------------------------Feedback-----------------------------*/
.feedback_wrapper_inner {
    width: 940px;
    margin: auto;
    padding: 5px;
}

/*
--------------------------------------------------------------------------------
	[5.4. Forms elements]
--------------------------------------------------------------------------------
*/
/* common wrappers */
/* common state */
.field_inner {
    padding: 3px;
    background: #e4e3e2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.field_inner2 {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc5c0;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.textarea_forms_wrapper .field_inner2 {
    padding-right: 0;
}

/* error state */
.forms_error .field_inner{
    background: #f2d6d6;
}

.forms_error .field_inner2 {
    border-color: #c78d8b;
}

/* focus state */
.forms_focus .field_inner {
    background: #d7e9f2;
}

.forms_focus .field_inner2 {
    border-color: #a2c6d6;
}

/* inputs, textareas */
.field {
    margin: 0;
    padding: 9px 0 8px;
    outline: none;
    width: 100%;
    border: 0px solid #fff;
    background: none;
    color: #a5a5a5;
    font-size: 13px;
    /*line-height: 1;*/
}

.textarea_forms_wrapper .field {
    font: 14px/18px Arial,Helvetica,Verdana,sans-serif;
    height: 126px;
    padding: 0;
    margin: 3px 0;
}

textarea {
    vertical-align: bottom;
}

.field :focus {
    outline: none;
}

/* buttons */
.form_button_wrapper {
    display: inline-block;
    background: #323335;
    height: 45px;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    *display: inline;
    zoom: 1;
}
.form_button_wrapper_error{
    border: 3px solid #F2A6A6;
    margin:-3px;
}

.form_button_wrapper:hover {
    background: #f6a314;
    color: #323335;
}

.form_button {
    color: #fff;
    background: #057cbe;
    border: 1px solid #057cbe;
    border-radius: 3px;
    font-family: 'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.form_button_wrapper:hover .form_button {
    background: #066BA3;
}

/* Select */
.select_wrap {
    display: inline-block;
    cursor: pointer;
    color: #a5a5a5;
    position: relative;
    z-index: 10;
    white-space: nowrap;
    *display: inline;
    zoom: 1;
}

.select_wrap .field_inner2 {
    padding-right: 14px;
}

.item_selected {
    padding: 9px 16px 7px 0;
    background: url(/design/images/icons/arrow_down_ico.png) 100% 17px no-repeat;
}

.select_list {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc5c0;
    left: -1px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    /*right: -1px;*/
    top: -1px;
    display: none;
    min-width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.select_list_item {
    padding: 9px 10px 7px;
}

.select_list_item:hover {
    background: #e4e3e2;
}

/* Input type="file" */
.file_wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;

    *display: inline;
    *margin-bottom: 5px;
    *padding-right: 5px;
    zoom: 1;
}

.file_wrap .field_inner {
    width: 310px;
    display: inline-block;
    position: relative;
    *display: inline;
    zoom: 1;
}

.file_wrap .form_button_wrapper {
    width: 120px;
    height: 34px;
    line-height: 34px;
    position: relative;
    top: 2px;
    *top: -10px;
    *left: 5px;
}

.file_wrap .real_file {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999
}

.file_wrap .real_file  input {
    font-size: 300px;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.file_hover {
    background: none repeat scroll 0 0 #F6A314;
    color: #323335;
}

.file_hover input {
    color: #323335;
}
/*
--------------------------------------------------------------------------------
	[5.5. Forms label]
--------------------------------------------------------------------------------
*/
.field_name {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.field_name_error {
    color: red;
}

/*
--------------------------------------------------------------------------------
	[5.6. Forms comments]
--------------------------------------------------------------------------------
*/

.field_comment {
    position:relative;
    background: #d6e9f0;
    display: none;
    font-size: 12px;
    left: 333px;
    line-height: 1.2;
    padding: 6px 12px 9px 13px;
    position: absolute;
    top: -6px;
    width: 167px;
}

.field_comment .trngl {
    position: absolute;
    left: -6px;
    top: 5px;
    border-width: 5px 6px 5px 0;
    border-color: #efefee #d6e9f0 #efefee #efefee;
    border-style: solid;
}

.field_comment .comment_text {}

.field_comment_error {
    background: #F2D6D6;
}

.field_comment_error .trngl {
    border-color: #efefee #F2D6D6; #efefee #efefee;
}

/*
--------------------------------------------------------------------------------
	[5.7. Messages]
--------------------------------------------------------------------------------
*/
.form_message {
    padding: 60px 0px 15px;

    font-size: 14px;
    line-height: 1;

    text-align: left;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/* warning message */
.form_warning {
    color: red;
}

.form_warning p {
    margin: 0;
}

/* success message */
.form_success {
    color: #9ebe5d;
}

/* information message */
.form_info {
    background: #f6db7e;
    color: #2e4204;
    line-height: 24px;
    margin-right: -4px;
    margin-top: 15px;
    padding: 12px 15px 13px;
    text-align: left;
}

.form_info .select_info {
    font-weight: bold;
    color: #313942;
    font-style: normal;
}


/* validation message */
.error_message ,.validation_error_message {
    color: red;
    font-size: 12px;
    display: none;
}
.form_error_message {
    color: red;
    font-size: 12px;
}

/* status icon */
.status_icon {
    width: 29px;
    height: 29px;
    position: absolute;
    left: 332px;
    top: 2px;
}

.status_icon_ok  {
    background: url(/design/images/icons/correct_ico_yellow.png) no-repeat;
}

.status_icon_wrong  {
    background: url(/design/images/icons/wrong_ico.png) no-repeat;
}

/*
--------------------------------------------------------------------------------
	[5.8. Pagination]
--------------------------------------------------------------------------------
*/
.pagination ul{
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.pagination ul li {
    display: inline-block;
    margin-right: 10px;
    zoom: 1;
}

/*-------------------------------------------------Hor_Nav---------------------------------------------*/

.page_content__horiz_nav{
    height: 75px;
    background: url(../images/hor_nav/hor_nav.png) repeat-x;
    margin-top: -35px;
    font-weight: normal;
}

.page_content__horiz_nav.transparent {
    height: 50px;
    margin-top: 0;
    margin-bottom: 24px;
    background: transparent;
}

.page_content__horiz_nav.transparent menu {
    height: 24px;
}

.page_content__horiz_nav.transparent li {
    height: 24px;
}

.page_content__horiz_nav.transparent a {
    height: 24px;
    line-height: 24px;
}

.page_content__horiz_nav.transparent a:hover {
    background: transparent;
}

.page_content__horiz_nav.transparent a.act_here {
    background: transparent;
}

.page_content__horiz_nav.transparent + h1 {
    text-align: center;
}

.page_content__horiz_sub_nav{
    height: 89px;
    /*background: url(../images/hor_nav/hor_nav.png) repeat-x;*/
    margin-top: -15px;
    font-weight: normal;
}

.page_content__horiz_sub_nav.transparent {
    height: 50px;
    margin-top: 0;
    margin-bottom: 24px;
    background: transparent;
}

.page_content__horiz_sub_nav.transparent menu {
    height: 24px;
}

.page_content__horiz_sub_nav.transparent li {
    height: 24px;
}

.page_content__horiz_sub_nav.transparent a {
    height: 24px;
    line-height: 24px;
}

.page_content__horiz_sub_nav.transparent a:hover {
    background: transparent;
}

.page_content__horiz_sub_nav.transparent a.act_here {
    background: transparent;
}

.page_content__horiz_sub_nav.transparent + h1 {
    text-align: center;
}

.page_content__horiz_sub_nav menu {
    height: 75px;
    /*width: 900px;*/
    float: left;
    position: relative;
    margin-top: 0px;
    margin-top: -29px;

}

.page_content__horiz_sub_nav li {
    height: 75px;
    display: inline-block;
}

.page_content__horiz_sub_nav span {
    height: 75px;
    padding: 0 20px;
    display: block;
    line-height: 46px;
    color: #313942;
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}

.page_content__horiz_sub_nav a {
    height: 75px;
    padding: 0 14.6px;
    display: block;
    line-height: 50px;
    color: #198cca;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.page_content__horiz_sub_nav:last-of-type {
    padding-right: 0px !important;
}

.page_content__horiz_sub_nav a:hover {

    color: #888989;
}

.page_content__horiz_sub_nav a.act_here {
    /*background: url(../images/hor_nav/is_active.png) center 3px no-repeat, transparent;*/
    color: #888989;
}

.page_content__horiz_nav menu {
    height: 75px;
    /*width: 900px;*/
    float: left;
    position: relative;
    margin-top: 0px;

}

.page_content__horiz_nav li {
    height: 75px;
    display: inline-block;
}

.page_content__horiz_nav span {
    height: 75px;
    padding: 0 20px;
    display: block;
    line-height: 46px;
    color: #313942;
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}

.page_content__horiz_nav a {
    height: 75px;
    padding: 0 9.8px;
    display: block;
    line-height: 50px;
    color: #198cca;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.page_content__horiz_nav:last-of-type {
    padding-right: 0px !important;
}

.page_content__horiz_nav a:hover {

    color: #888989;
}

.page_content__horiz_nav a.act_here {
    background: url(../images/hor_nav/is_active.png) center 3px no-repeat, transparent;
    color: #888989;
}

/*----------------------------------Тут кто-то что-то написал, но кодировка поехала-----------------------------------*/
.mini_button2_wrapper {
    margin-top: 20px;
}

/*--------------------------------------------BUY-----------------------------------------*/
.page_content__buy {
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    line-height: 94px;
    margin-top: -40px;
    margin-bottom: 27px;
}
.page_content__buy_header {
    margin: 10px 0 0 -10px;
}
.page_content__buy_free, .page_content__buy_company {
    display: inline-block;
}
.page_content__buy_free {
    width: 300px;
    height: 250px;
    float: left;
    margin-left: 54px;
    font-weight: 300;
    text-align: center;
}
.page_content__buy_company {
    width: 605px;
    height: 250px;
    float: right;
    margin: 7px 16px 0 0px;
    background: url(../images/buy/bg_buy.png);
}
.page_content__buy_free_pre {
    display: block;
    font-size: 20px;
    line-height: 60px;
    color: #b0b1b3;
    margin: 28px 0 0 43px;

}
.page_content__buy_free_title {
    margin: 20px 0 0 50px;
    display: block;
    font-size: 46px;

}
.page_content__buy_free_users {
    margin: 21px 0 0 19px;
    display: block;
    font-size: 25px;

}
.page_content__buy_free_after {
    margin: 30px 30px 0 0px;
    float: right;
    display: block;
    font-size: 13px;
    color: #b0b1b3;

}
.page_content__buy_company_pre {
    display: block;
    font-size: 20px;
    line-height: 60px;
    color: #b0b1b3;
    text-align: left;
    float: left;
    margin: 21px 0 0 50px;
}
.page_content__buy_company div {
    display: inline-block;
}
.page_content__buy_company_price,
.page_content__buy_company_users {
    float: left;
}
.page_content__buy_company_price {
    margin-left: 44px;
    height: 100px;
}
.page_content__buy_company_users {
    width: 270px;
    font-size: 23px;
    line-height: 33px;
    text-align: left;
    margin-left: 21px;
    margin-top: -6px;
    letter-spacing: 1px;
}
.page_content__buy_company_users p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 7px;
    letter-spacing: -0.7px;
}
.page_content__buy_company_after {
    display: block;
    font-size: 13px;
    color: #b0b1b3;
    height: 20px; width: 450px;
    margin-left: -259px;
    padding-top: 13px;
    letter-spacing: 0px !important;
}

.page_content__buy_button {
    height: 153px;
    width: 100%;
}
.page_content__buy_button img {
    position: relative; top: 35px; left: -5px;
}

/*Oferta and others*/

.from_bottom_menu_security,
.from_bottom_menu__partners,
.dfn_list, .page_content__comp_title p,
.page_content__comp_logo p,
.page_content__comp_col p {
    font-size: 16px;
    line-height: 26px;
    color: #676e79;
    font-weight: 300;
}

.from_bottom_menu_security h1 {
    color: #313942;
}

.from_bottom_menu__partners span {
    font-weight: normal;
}

.page_content__comp_title .from_bootom_menu__h1 {
    margin: -5px 0 0 -3px;
}

.page_content__comp_title p {
    margin: 25px 0 0 -1px;
}

.page_content__comp_col.left {
    width: 500px;
}

.logo_second {
    padding-left: 81px;
}
.page_content__comp_col.right {
    width: 485px;

}

.page_content__comp_col.right h2 {
    margin-top: 34px;
}

.page_content__comp_col.right p {
    margin: 14px 0 0 -1px;
}

.page_content__comp_col.right iframe {
    margin-top: 25px;
    margin-bottom: 15px;
}

.page_content__comp_col.right small {

    display: none;
}

.page_content__comp_col.right a:hover, .page_content__comp_col.left a:hover {
    text-decoration: underline;
    color: #676e79;
}

.page_content__comp_col p {
    margin-right: -2px;
    padding-top: 10px;
}

.page_content__comp_person {
    width: 239px;
    height: 100px;
    padding-right: 10px;
    float: left;
    margin: 14px 0 7px 1px;
}

.page_content__comp_person img {
    float: left;
}

.page_content__comp_name {
    float: left;
    width: 130px;
    margin: 9px 0 0px 12px;
}

.page_content__comp_name p {
    line-height: 15px;
}

.page_content__comp_name h2, .page_content__comp_logo h3, .page_content__comp_adress h3 {
    font-size: 16px;
    font-weight: 300;
    color: #313942;
    margin: 2px 0 10px;
    line-height: 25px;
}

.page_content__comp_adress h3 {
    margin-bottom: 5px;
}


.page_content__comp_logo h3 {
    margin: 21px 0 12px;
}
.page_content__comp_logo h2 {
    font-size: 26px;
}
.page_content__comp_name p, .page_content__comp_adress p {
    font-size: 13px;
    margin-top: -14px;
    font-weight: 300;
    line-height: 17px;
}

.page_content__comp_name h3+p {
    margin-top: 10px;
}

.page_content__comp_adress p {
    line-height: 21px;
    margin-top: 8px !important;
}
.page_content__comp_logo {
    padding-top: 40px;
}
.page_content__comp_logo div {
    width: 175px;
    margin: -5px 0 0 -2px;
    float: left;

}
.page_content__comp_logo img {
    margin: 2px 0 7px 0;
}
.page_content__comp_logo a {
    display: block;
    margin: 5px 0;
    text-decoration: none;
    color: #0d86c7;
}
.page_content__comp_col p a {
    text-decoration: none;
    color: #0d86c7;
}
.page_content__comp_adress {
    width: 220px; height: 150px;
    padding: 7px 0 12px 1px;
    margin-bottom: -4px;
    float: left;
}

.page_content__comp_adress p {
    padding-top: 0;
}

.page_content__comp_adress.second_son {
    padding: 7px 0 15px 40px
}

/*For Support*/

.support_wrapper {
    width: 978px;
    margin: 0 auto;
}

/*##############################################################################
	6. Pages.
##############################################################################*/
/* -----------------------------------------------------------------------------
	6._. Tour
----------------------------------------------------------------------------- */


.tour_content__item_head {
    margin: 0 0 56px;
}

.tour_content__item_inner {
}

.tour_content__item_img {
    float: left;
    max-width: 394px;
}

.tour_content__item_content {
    margin: 0 0 0 422px;
    padding: 22px 0 0;
    font-size: 16px;
    color: #676e79;
    line-height: 1.625;
}

.tour_content__item_content__head {
    margin: 0 0 15px;
}

.possibility {
    margin-top: -22px;
    width: 747px;
    float: right;
}

.ats p, .ats li {
    font-size: 16px;
    line-height: 26px;
    color: #676e79;
    font-weight: 300;
}

.ats:first-child {
    padding-top: 0;
}

.ats {
    margin-bottom: 50px;
}

.ats + .ats {
    padding-top: 40px;
    border-top: 1px solid #efefef;
}

/* для блока, оповещающего что без JS работать сервис не будет */
#nojs{
    background: #ccc;
}
#nojs_inner{
    padding: 250px 0;
    width: 800px;
    margin: 0 auto;
    color: #333;
    text-align: center;
    font-size: 24px;
}

.video_preview {
    display: inline-table;
    width: 300px;
    margin: 20px 50px 10px 0;
    cursor: pointer;
}

.video_preview.last {
    margin-right: 0;
}

.video_preview img {
    width: 290px;
    padding: 4px;
    border: 1px solid #ececec;
}

.video_preview h3 {
    margin-top: 10px;
}

.video_container {
    position: fixed;
    top: 10%;

    z-index: 5000;
    display: none;

    height: 573px;

    background: #fefefe;
    border: 1px solid #198cca;
    padding: 0;
}
.video_inner_span{
    margin-top: 24px;
}

.video_container .tab {
    border: 0 !important;
    padding: 0 !important;
    background: #fff;
}

.back {
    float: left;
    margin-top: -20px;
    padding: 5px 10px 5px 5px;
    border: 1px solid #198cca;
    border-left: 0;
    text-decoration: none;
    position: relative;
    left: 15px;
}

.back::before, .back::after {
    content: '';
    position: absolute;
    right: 53px; top: -1px;
    border: 15px solid transparent;
    border-right: 15px solid #198cca;
}

.back::after {
    border-right: 15px solid white;
    right: 52px;
}

.back:hover {
    color: #198cca;
}

.main_arr {
    padding-left: 19px;
    color: #fff;
    width: 226px;
    line-height: 44px;
    background: url(/design/promo_summer14/images/mainarr.png) no-repeat 0 20px;
}

.main_arr:hover {
    color: #fff;
}


#bg{
    position: fixed;
    cursor: pointer;
    display: none;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top:0;
    left:0;
    z-index: 4000;
}

.iflog {
    background: #f3be2f;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    border: 0px;
    outline: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 380px;
    text-align: center;
    border-radius: 3px;
}

.iflog:hover, .new_acc_button:hover, .ifforgot:hover {
    background: #f2a106;
}

.new_acc_button {
    background: #f3be2f;
    cursor: pointer;
    font-weight: 400;
    border: 0px;
    border-radius: 3px;
    outline: 0;
    margin: 25px 0 20px 0;
    padding: 0;
    line-height: 50px;
    height: 50px;
    width: 174px;
    text-align: center;
    color:#000;
    float:left;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.ifforgot {
    background: #f3be2f;
    cursor: pointer;
    font-weight: 400;
    border: 0px;
    border-radius: 3px;
    outline: 0;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 35px;
    height: 35px;
    width: 137px;
    text-align: center;
    color:#000;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.blog__aside div div {
    height: 42px !important;
}



.spinner-icon {
    display: block;
    width: 16px;
    height: 16px;

    border: solid 2px transparent;
    border-top-color:  #158FD2;
    border-left-color: #158FD2;
    border-radius: 100%;

    -webkit-animation: nprogress-spinner 900ms linear infinite;
    -moz-animation:    nprogress-spinner 900ms linear infinite;
    -ms-animation:     nprogress-spinner 900ms linear infinite;
    -o-animation:      nprogress-spinner 900ms linear infinite;
    animation:         nprogress-spinner 900ms linear infinite;
}
.spinner-icon-white {
    border-top-color:  #fff;
    border-left-color: #fff;
}
.spinner-icon-abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

@-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes nprogress-spinner {
    0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes nprogress-spinner {
    0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes nprogress-spinner {
    0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
    0%   { transform: rotate(0deg);   transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.show_account_list{
    cursor: pointer;
}

iframe[name=google_conversion_frame] {
    display: none;
}

.amo-yellow-btn ,
.amo-yellow-btn:hover{
    background: #f3be2f;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    border: 0px;
    outline: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 380px;
    text-align: center;
    border-radius: 3px;
	display:inline-block;
	color:#000;
	text-decoration:none;
}

.begin-test-wrap {
	text-align:center;
	margin-top:30px;
}

.introduction.test-result-wrap{
	text-align:center;padding: 10px;border: 1px solid black; border-radius: 2px; margin:10px 0 10px 0;
}