/*@import url(http://fonts.googleapis.com/css?family=Quicksand);*/
/*@font-face {*/
/*font-family: 'Quicksand';*/
/*font-style: normal;*/
/*font-weight: 400;*/
/*src: local('Quicksand Regular'), local('Quicksand-Regular'), url(http://fonts.gstatic.com/s/quicksand/v5/sKd0EMYPAh5PYCRKSryvWz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');*/
/*}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}
:focus {
    outline: 0
}
body {
    line-height: 1;
    color: black;
    background: #fff;

}
ol, ul {
    list-style: none
}
table {
    border-collapse: separate;
    border-spacing: 0
}
caption, th, td {
    text-align: left;
    font-weight: normal
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}
blockquote, q {
    quotes: "" ""
}
*, :after, :before {
    box-sizing: border-box
}
.visible_640{
    display: none;
}
/*a[href] {*/
    /*color: inherit;*/
/*}*/
.popup {
	display: none;
}
/*--------------------------------------------- Main Styles -----------------------------------------------------------*/

.cf:before, .cf:after {
    content: " ";
    display: table
}
.cf:after {
    clear: both
}
.f_left {
    float: left
}
.f_right {
    float: right
}
.f_none{
	float: none;
}
.f_center{
	text-align: center;
}
/*--------------------------------------------- End Main Styles -------------------------------------------------------*/

/*--------------------------------------------- Homepage --------------------------------------------------------------*/
body{
	font-family: 'Quicksand', sans-serif;
	color: #576579;
	font-size: 21px;
	letter-spacing: -0.5px;
	word-spacing: -1px;
	line-height: 32px;
    min-width: 1020px;
}

.header_holder.green {
	border-bottom: 5px solid #8dc63f;
}
.header_holder.orange {
	border-bottom: 5px solid #f2a917;
}
.header_holder.blue {
	border-bottom: 5px solid #26b1e6;
}
.header_holder header {
	position: relative;
}

.arrow {
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 10px;
	border-color: transparent transparent #007bff transparent;
	bottom: -53px;
	left: 300px;
}
.header_holder.blue .arrow {
	border-color: transparent transparent #26b1e6 transparent;
}
.header_holder.green .arrow {
	border-color: transparent transparent #8dc63f transparent;
}
.header_holder.orange .arrow {
	border-color: transparent transparent #f2a917 transparent;
}
header{
	margin: 0 auto;
    padding: 19px 30px 8px 30px;
    width: 1020px;
}
.submenu {
	padding: 13px 30px 8px 30px;
	width: 1020px;
	margin: auto;
}
.submenu-item {
	font-size: 18px;
	line-height: 28px;
	text-decoration: none;
	color: #26b1e6;
	font-weight: 600;
	margin-left: 27px;
}
.submenu-item:first-child {
	margin-left: 0;
}
.submenu-item.active {
	color: rgba(38, 177, 230, 0.4);
}
.menu {
	color: #778394;
	font-size: 20px;
	padding-left: 68px;
	padding-top: 11px;
	text-decoration: none;
}
a.menu ,.login_wraper a,
.login_wraper a {
	color: #26b1e6;
	font-weight: 700;
	text-decoration: none;
	font-size: 20px;
	line-height: 29px;
}
.menu:hover{
	color: #8dc63f;
}
.login_wraper a {
	display: block;
	padding-left: 29px;
	/*padding-right: 34px;*/
    padding-right: 0;
	padding-top: 11px;
	background: url('../../img/home/lock.png') 0 16px no-repeat;
	letter-spacing: -1px;
}
section{
	width: 100%;
}
.carousel {
	height: 610px;
}
.about{
	width: 1020px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 45px 0 40px 30px;
	margin-bottom: 56px;
}
.about_text{
	width: 660px;
	padding-right: 24px;
}
.about_text p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 18px;
	/*word-spacing: 3px;*/
}
.text_bold{
	font-weight: 700;
}
.tips_wraper {
	border-left: 1px solid #d8d8d8;
	padding-left: 27px;
	margin-right: 30px;
}
.tips_users {
	color: #26b1e6;
	font-size: 22px;
	font-weight: 700;
	line-height: 18px;
}
.tips_users_list {
	color: #576579;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin-top: 23px;
}
.tips_users_list li {
	height: 58px;
	padding-left: 53px;
	padding-top: 11px;
}
.tips_users_list li.broker {
	background: url('../../img/home/tips_broker.png') no-repeat;
}
.tips_users_list li.money {
	background: url('../../img/home/tips_money.png') no-repeat;
}
.tips_users_list li.banking {
	background: url('../../img/home/tips_banking.png') no-repeat;
}
.tips_users_list li.insurance {
	background: url('../../img/home/tip_insurance.png') no-repeat;
}
.tips_users_list li.soft {
	background: url('../../img/home/tip_soft.png') no-repeat;
}
.products_wrapper,.contact_wrapper {
	border-top: 10px solid #eeeeee;
}
.products_wrapper {
	padding-bottom: 44px;
}
.contact_wrapper {
	background-color: #fbfbfb;
}
/*
slider*/
.bx_item {
	height: 519px;
	background-size: cover;
	background-position: center center;
}
.carousel .bx_item > img{
	width: 100%;
}
.bx-default-pager {
	display: none;
}
.bx-controls {
	display: none;
	/*width: 1110px;*/
	bottom: 0;
	/*left: 50%;*/
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1115px;
	/*transform: translate(-50%, 0px);*/
	/*margin: auto auto auto -557px;*/
}
.slider_fixed_content {
	margin: 91px auto auto;
	max-width: 745px;
}
.center_712 {
	width: 712px;
	margin: auto;
}
.center_tips{
	margin: 317px auto;
	width: 527px;
}

.laptop_holder {
	background: url('../../img/home/home_page_slider/laptop.png');
	width: 527px;
	height: 309px;
	/*position: absolute;*/
	padding-left: 104px;
	padding-top: 78px;
	left: 292px;
	bottom: -111px;
}
.laptop_icons.active {
	background-position: 0 0;
}
.laptop_icons {
	margin-left: 12px;
	background-position: 0 -101px;
}

.laptop_icons:first-child {
	margin-left: 0;
}
.laptop_icons {
	/*position: absolute;*/
	width: 100px;
	height: 101px;
	display: block;
	float: left;
}
.laptop_icons.library {
	background-image: url('../../img/home/home_page_slider/library_icon.png');
}
.laptop_icons.bond {
	background-image: url('../../img/home/home_page_slider/bond_icon.png');
}
.laptop_icons.mortage {
	background-image: url('../../img/home/home_page_slider/mortage_icon.png');
}
.slider_text_wrap {
	bottom: 230px;
	color: #fff;
	font-size: 64px;
	left: 0;
	line-height: 66px;
	position: absolute;
	right: 0;
	text-align: center;
}
.slider_text_wrap .big {
	letter-spacing: -4px;
	padding-bottom: 15px;
}
.slider_text_wrap .small {
	font-size: 24px;
	line-height: 24px;
}
.color-26b1e6 {
	color: #26b1e6;
}
.color-ffca4a {
	color: #ffca4a;
}
.color-a6f13e {
	color: #a6f13e;
}
.bx-wrapper .bx-controls-direction a {
	background-image: url('../../img/home/home_page_slider/arrows_sprite.png');
	width: 25px;
	height: 43px;
	margin-top: -32px;
}
.bx-wrapper .bx-prev {
	background-position: -1px -3px;
}
.bx-wrapper .bx-prev:hover {
	background-position: -1px -47px;
}
.bx-wrapper .bx-next {
	background-position: -34px -3px;
}
.bx-wrapper .bx-next:hover {
	background-position: -34px -47px;
}

.slider_fixed_content__text {
	color: #ffffff;
	font-size: 42px;
	letter-spacing: -2px;
	line-height: 40px;
	text-align: center;
	word-spacing: 0;
	margin-top: 3px;
}
.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: auto;
}
/*
end of slider*/


.products{
	width: 1022px;
	margin: 0 auto;
	padding: 42px 100px 30px 120px;
	color: #ffffff;
	letter-spacing: -0.75px;
}

.product {
	border: 1px solid #dddddd;
	border-radius: 5px;
	line-height: 27px;
	margin-top: 33px;
	min-height: 213px;
	padding: 22px 27px 40px 21px;
	text-align: center;
	width: 781px;
	position: relative;
}
.product.first {
	margin-top: 0;
}
.product .text {
	font-size: 19px;
	line-height: 28px;
	padding-bottom: 6px;
}
.product_right_wraper {
	padding-left: 185px;
	text-align: left;
}
.product_text{
	padding-bottom: 37px;
	padding-right: 20px;
}
.under_title {
	font-size: 18px;
	line-height: 28px;
	margin-left: -91px;
	margin-right: 0;
}
.product_head {
	font-weight: 700;
	padding-bottom: 3px !important;
}
.title{
	font-size: 51px;
	letter-spacing: -4px;
	margin-left: -2px;
	margin-top: 23px;
	padding-bottom: 20px;
	text-align: center;
}
.contact_wrapper .title {
	margin-top: 12px;
}
.color_576579 {
	color: #576579;
}
.color_f7b839 {
	color: #f7b839;
}
.color_8dc63f {
	color: #8dc63f;
}
.bg_26b1e6 {
	/*border-color: #26b1e6;*/
	border: 1px solid #26b1e6;
	color: #26b1e6;
	transition: all .3s;
}
.bg_26b1e6:hover {
	background-color: #26b1e6;
	color: #fff;
}
.bg_f7b839 {
	border: 1px solid #f7b839;
	color: #f7b839;
	transition: all .3s;
}
.bg_f7b839:hover {
	background-color: #f7b839;
	color: #fff;
}
.bg_8dc63f {
	border: 1px solid #8dc63f;
	color: #8dc63f;
	transition: all .3s;
}
.bg_8dc63f:hover {
	background-color: #8dc63f;
	color: #fff;
}

.color_26b1e6 {
	color: #26b1e6;
}
.learn_more {
	/*border: none;*/
	border-radius: 4px;
	bottom: 14px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 24px;
	padding: 0 6px 0 10px;
	position: absolute;
	right: 27px;
	text-decoration: none;
}
.product .title{
	font-size: 38px;
	letter-spacing: -2px;
	line-height: 19px;
	margin-left: -3px;
	padding-bottom: 20px;
	padding-top: 3px;
}
.analyst_1{
	font-size: 50px;
	line-height: 12px;
	padding-left: 5px;
	padding-top: 6px;
}
.analyst_2 {
	font-size: 38px;
	margin-left: -6px;
}
.title.analyst{
	width: 160px;
	margin: 0 auto;

}
.product p{
	padding-bottom: 9px;
}
.learn_more {
	/*border: 2px solid #004374;*/

}
.contact_wrapper{
	/*background-image: url("../img/contact_bg.jpg");*/
	/*background-size: 100%  100%;*/
}

.contact{
	width: 1022px;
	margin: 0 auto;
	/*padding: 42px 100px 30px;*/
	/*color: #ffffff;*/
	letter-spacing: -0.75px;
	padding: 42px 30px 30px;
}
.contact .title{
	margin-left: 0;
	padding-top: 2px;
}

.contact_text {
	letter-spacing: -0.25px;
	word-spacing: -2px;
}
.contact_info{
	width: 460px;
	padding-top: 55px;
}
.contact_info p {
	font-size: 19px;
	line-height: 29px;
}
.contact_info_right_side {
	/*margin-left: 27px;*/
	margin-left: 8px;
}
.contact_form {
	width: 485px;
	margin-top: 38px;
	margin-right: -6px;
	margin-bottom: 18px;
}

.contact_form input[type=text] {
	border-radius: 5px;
	background-clip: padding-box;
	background-color: #eeeeee;
	/*border: none;*/
	/*color: #fff;*/
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	/*margin-bottom: 21px;*/
	padding-bottom: 6px;
	padding-left: 8px;
	padding-top: 6px;
	width: 227px;
	/*width: 476px;*/
	border: 1px solid transparent;
	color: #576579;
}
.contact_form input.error,
.contact_form select.error,
.contact_form textarea.error,
.popup_reg input.error {
	background-color: #ffddce !important;
	border: 1px solid #ff6e29 !important;
}
.input_block.first_name_wrap, .input_block.last_name_wrap {
	/*margin-bottom: 0;*/
	width: 227px;
	margin-bottom: 5px;
	margin-right: 8px;
}
.input_block.long_input_wrap{
	margin-bottom: 0;
}
.contact_form input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.contact_form input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.contact_form input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
label[for=confirm] {
	width: 60%;
}
.contact_form button[type=submit] {

}
.contact_form button[type="submit"] {
	background-color: transparent;
	border: 1px solid #6e7581;
	border-radius: 7px;
	color: #6e7581;
	font-family: "Quicksand",sans-serif;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 22px;
	margin-right: 2px;
	margin-top: 19px;
	cursor: pointer;
	padding: 0 30px 0 30px;
}
.contact_form #confirm {
	margin-top: 19px;
}
.contact_form select.long_input {
	background-color: #9bcc5a;
	/*border: medium none;*/
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	border-radius: 5px / 5px 5px 5px 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid transparent;

}
.contact_form select:focus,.contact_form input:focus,.contact_form textarea:focus {
	box-shadow: 0 1px 5px rgba(5,5,5,.35);
}
.contact_form select {
	/*background: url('../img/contact_form_select.png') right top no-repeat;*/
	background-size: 46px 100%;
	background-color: #a9d272 !important;
}
.contact_form .short_input {

}
.short_input:first-child {
	margin-right: 18px;
}
.contact_form input[type=text].long_input ,
.contact_form select.long_input,
.contact_form textarea {
	width: 477px;
	margin-bottom: 3px;
}
.contact_form textarea {
	border: none;
	background-color: #eeeeee;
	border-radius: 5px;
	color: #576579;
	padding-left: 8px;
	font-size: 20px;
	font-weight: 400;
	height: 113px;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 0;
}
.contact_form label span {
	font-size: 19px;
	line-height: 25px;
	padding-left: 10px;
}
.contact_form label span.for_error p {
	color: #fc6334;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
}
.contact_form input.long_input.ma-bottom {
	margin-bottom: 0;
}
.contact_form .req {
	font-size: 16px;
	line-height: 30px;
	margin-right: 9px;
}
.contact_form label {
	font-size: 19px;
	line-height: 26px;
	margin-top: 6px;
	padding-left: 12px;
}
.info{
	border-left: 1px solid #d8d8d8;
	display: block;
	height: 45px;
	padding-left: 20px;
}
.info.last{
	margin-bottom: 18px;
}
.icon.tel{
	background: url("../../img/home/tel_icon.png") no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 45px;
	margin-right: 0px;
	text-indent: -99999px;
	width: 45px;
}
a.tel,
a.mail{
	color: inherit;
	text-decoration: none;
}
a.mail {
	text-decoration: underline;
}
.icon.mail {
	background: url("../../img/home/email_icon.png") no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 45px;
	margin-right: 0px;
	text-indent: -99999px;
	width: 45px;

}

.email{
	color: #ffffff;
	text-decoration: underline;
}
footer{
	background-color: #3d434c;
	color: #778394;
	font-size: 16px;
	min-width: 1024px;
	width: 100%;
	height: 220px;
}
.footer_wrapper{
	width: 1020px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}
.menu.footer{
	font-size: 16px;
	padding: 0 22px 0 10px;
	color: #778394;
    font-weight: 400;
	display: block;
}
.footer_wrapper .logo {
	margin-left: 3px;
	margin-top: 19px;
}
.nav_footer {
	margin-bottom: 0;
	margin-left: 109px;
	margin-top: 39px;
	padding-bottom: 0;
	width: 570px;
}
.half{
	width: 50%;
}
.analyst_small{
	font-size: 21px;
}
.copy {
	font-size: 15px;
	padding: 29px 0 0 0;
}
.left_nav_block.f_left {
	width: 116px;
}
.left_nav_block.f_left a, .right_nav_block h4, .last_nav_block a{
	text-transform: uppercase;
	line-height: 22px;
}
.right_nav_block.f_left {
	width: 295px;
}
.right_nav_block .menu.footer {
	display: block;
	line-height: 28px;
	padding: 0;
}
.left_nav_block .menu.footer {
	margin-bottom: 4px;
}
/*---------------------------*/
.login_wraper{
	position: relative;
}
.popup_reg {
	height: 186px;
	left: -69px;
	position: absolute;
	top: 0;
	width: 242px;
	z-index: 20;
	background: url("../../img/home/login_popup_bg.png") no-repeat 0 0;
}
.popup_reg .input_block input {
	/*width: 100%;*/
	/*border: 1px solid transparent;*/
}
.popup_reg .input_block input {
	background: none repeat scroll 0 0 #eeeeee;
	/*border: 0 none;*/
	border-radius: 5px;
	font-size: 18px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 5px 15px 5px 18px;
	width: 96%;
	border: 1px solid transparent;

}
.popup_reg .form_block .button {
	background: none;
	border: 1px solid #838a93;
	border-radius: 4px;
	margin-top: 8px;
	color: #5a6370;
	cursor: pointer;
	font-family: Quicksand,sans-serif;
	font-weight: 700;
}
.form_block {
	display: block;
	margin-top: 60px;
	padding: 0 18px 14px;
}
.login_wraper .support_login_close {
	background: none;
	display: block;
	margin-top: 11px;
	padding: 0 16px 4px 0;
	width: auto;
	letter-spacing: -1px;
}
.popup_reg{
	display: none;
}
.form_reg_senk{
	border-radius: 8px;
	background: #8dc63f;
	width: 750px !important;
	height: 180px !important;
	position: absolute;
	/*display: block;*/
	left: 50%;
	margin-left: -375px;
	top: 310px;
	z-index: 50;
	padding: 58px 50px 0;
}

.form_reg_senk.popup > h2 {
	color: #ffffff;
	font-size: 59px;
	margin-bottom: 15px;
}
.form_reg_senk.popup > p {
	color: #ffffff;
	font-size: 26px;
}
/*-----------------------------------------End Homepage -----------------------------------------------------------*/

/*--------------------------------------------- Product page-----------------------------------------------------------*/
section {
    width: 100%;
}
.page_simbol {
    color: #ffffff;
    height: 180px;
}
.bond_analytics{
	background: url("../../img/home/bond_analytics_bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.mortgage_analytics{
	background: url("../../img/home/mortgage-analytics_bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.software_library{
	background: url("../../img/home/software_library_bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.simbol {
    margin: 0 auto;
    padding: 0 51px;
    position: relative;
    width: 1020px;
}
.simbol img {
    bottom: -12px;
    left: -15px;
    padding-right: 12px;
    position: absolute;
}
.quant_tools .simbol p {
    letter-spacing: -4px;
    padding: 77px 48px 0 0;
}
.simbol p {
    font-size: 48px;
    line-height: 48px;
    padding: 45px 0 50px 134px;
    letter-spacing: -2px;
    word-spacing: -2px;
}
.main_content {
    margin: 0 auto;
    padding: 74px 30px 80px 29px;
    width: 1020px;
}
.block_text > p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.software_library .blue .block_text{
    padding: 0 25px 13px 3px;
    word-spacing: 1px;
}
.head_support_block {
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    padding: 5px 0 6px 20px;
	display: block;
}
.orange .head_support_block {
	background: #f2a917;
}
.green .head_support_block {
	background: #8dc63f;
}
.blue .head_support_block {
	background: #26b1e6;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 32px;
    word-spacing: -3px;
}

.head_support_block h2 {
    font-size: 28px;
    line-height: 32px;
}
.list_supported {
    border: 1px solid #d8d8d8;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    padding: 32px 0 17px 32px;
}
.list_supported li {
    font-size: 26px;
    list-style-position: inside;
    margin-bottom: 13px;
}
.orange .list_supported li{
	list-style-image: url(../../img/home/list_orange.png);
}
.green .list_supported li {
	list-style-image: url(../../img/home/list_green.png);
}
.blue .list_supported li {
	list-style-image: url(../../img/home/list_blue.png);
}
.block_text {
    padding: 0 90px 11px 3px;
}
.block_text a {
	color: #778394;
    font-weight: 700;
    text-decoration: none;
}
.mortgage_analytics .simbol p {
    padding: 45px 0 50px 134px;
}
.mortgage_analytics .simbol img {
    bottom: -14px;
}
a.head_support_block {
	color: #ffffff;
	text-decoration: none;
}
.blue_text{
	color: #26b1e6;
}
.blue_block {
	background: none repeat scroll 0 0 #edf9fe;
	padding: 20px 30px 35px 30px;
}
.blue_block li {
	list-style: inside none disc;
	font-size: 18px;
	line-height: 28px;
}
.blue_block > ul {
    margin-bottom: 20px;
}
.accordion_block {
	padding: 26px 42px 60px 42px;
	border: 1px solid #d8d8d8;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}
.accordion_block .list_supported {
	border: 0 none;
	padding: 0;
}
.blue_block {
	background: none repeat scroll 0 0 #edf9fe;
	margin-bottom: 40px;
    padding: 10px 35px 24px;
}
.accordion_block .block_text > h2 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
}
.accordion_block .block_text .block_wrap {
    margin-bottom: 14px;
}
.support_block {
	margin-bottom: 5px;
}

.accordion_icon {
	background: url("../../img/home/icon-product.png") no-repeat -2px -168px;
	height: 30px;
	position: relative;
	right: 19px;
	top: 2px;
	width: 30px;
}
.accordion_block{
	display: none;
}
.active .accordion_icon.f_right {
	background-position: -2px -224px;
}
.accordion_main_wrap .head_support_block{
	border-radius: 8px;
}
.active .head_support_block {
	border-radius: 8px 8px 0 0;
}
.main_content.blue {
    /*padding: 64px 30px 220px;*/
}
.blue .block_text {
	padding: 0 10px 13px 3px;
    word-spacing: 1px;
}

.blue .accordion_block .block_text {
    padding: 0 55px 0 3px;
}
.blue_block > p {
	font-size: 18px;
    line-height: 29px;
}
.blue_block .blue_text {
	font-size: 22px;
}
.block_text .block_wrap > p {
	font-size: 18px;
    line-height: 28px;
}
.block_wrap .blue_text {
    color: #26b1e6;
    line-height: 19px;
    padding-top: 3px;
    font-size: 22px;
}
.block_text .block_wrap .blue_text {
    font-size: 22px;
}
.support_block.pricing.active {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.support_block.pricing {
    margin-bottom: 7px;
}
.support_block.environments .accordion_block{
    padding: 33px 30px 49px;
}
.block_text .blue_text{
    color: #26b1e6;
}

/*---------------------------------------------End  Product page-------------------------------------------------------*/
/*----------------------------------------- Form "Trial of @nalyst" ---------------------------------------------------*/
.popup_nalyst{
	width: 890px;
	margin: 0 auto;
	/*background: #262626;*/
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -495px;
}
.popup_nalyst h2{
	font-size: 46px;
	line-height: 46px;
	color: #ffffff;
	margin-bottom: 5px;
	letter-spacing: -3px;
}
.popup_nalyst .blue_text {
	color: #26b1e6;
	font-size: 26px;
	line-height: 33px;
	margin-top: 7px;
}
#contact_form_on_home_page .button:hover {
	background: #d2d5db;
	border: 1px solid #d2d5db;
	color: #ffffff;
}
.f_right.label_comments_cont.for_error {
	margin-right: 8px;
}
.f_right.label_email_cont.for_error {
	margin-right: 8px;
}
#contact_form_on_home_page .button {
	display: block;
	/*margin: 0 auto;*/
}
.pricing .block_text > p {
	margin-bottom: 0;
}
.block_text .block_wrap:last-child {
	margin-bottom: 0;
}

/*------------------------------------*/
html, body {
	height: 100%;
}
.main_rapper {
	min-height: 100%;
	/*margin-bottom: -20px;*/
	position: relative;
	padding-bottom: 92px; /*height of #back_to_top*/
}
.main_rapper:after {
	content: "";
	display: block;
}
footer, .page-wrap:after {
	height: 220px;
}
footer{
	overflow: hidden;
}
.required_fields_label {
	font-size: 16px;
	line-height: 16px;
	/*position: absolute;*/
	padding-left: 14px;
	font-style: italic;
}
/*.bx-wrapper .bx-controls-direction .bx-prev {*/
	/*left: -25%;*/
/*}*/
/*.bx-wrapper .bx-controls-direction .bx-next {*/
	/*right: -25%;*/
/*}*/

/*
Back to top section*/
#back_to_top {
	border-top: 7px solid #efefef;
	text-align: center;
	width: 100%;
	bottom: 0;
	position: absolute;
}
#back_to_top a {
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	line-height: 31px;
	font-weight: 400;
	text-decoration: none;
	color: #778394;
	background: url('../../img/home/back_to_top_btn.png') no-repeat center 15px;
	display: inline-block;
	margin-top: 0;
	padding-bottom: 10px;
	padding-top: 44px;
}
/*END
Back to top section*/

/*----------------------------------------------- Popup old browser ---------------------------------------------------*/
.old_browser h2{
    color: #FFF;
    font-size: 46px;
    font-weight: 400;
	letter-spacing: -3px;
	margin-bottom: 27px;
	word-spacing: 6px;
}
.old_browser p {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 8px;
    margin-left: 4px;
}
.old_browser a{
    color: #FFF;
    font-size: 26px;
    font-weight: 400;
    text-decoration: underline;
}
.list_browser {
    padding: 1px 0 0 5px;
}
.list_browser > li {
    list-style: inside none disc;
    margin-bottom: 6px;
    color: #FFF;
}
.overlay.bk{
    background: #ffffff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

/*--------------------------------------------- End Popup old browser -------------------------------------------------*/
.legacy_content{
    background: #ffffff url("../../img/home/legacy_tips.jpg") no-repeat center 0;
	height: 3130px;
	max-width: 1022px;
	min-width: 980px;
	padding-top: 1px;
	margin: 0 auto;
}
.legacy_content .block_wrap {
    color: #ffffff;
	margin: 119px auto 0;
	padding-left: 47px;
	width: 750px;
	/*width: 796px;*/
}
.legacy_content .block_wrap p, .legacy_content .block_wrap h2{
    color: #ffffff;
}