/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
/*

 * Layout Style Sheet - Provides a fluid grid and helper classes to create any layout and some layout defaults

 */
/* Grid and Clearing Tools
.pro-feature---------------------------------------------------------------------------*/

.clearfix:before, .clearfix:after, .grid-block:before, .grid-block:after, .deepest:before, .deepest:after {
    content: "";
    display: table;
}
.clearfix:after, .grid-block:after, .deepest:after {
    clear: both;
}
.grid-box {
    float: left;
}
/* Grid Units */

.width16 {
    width: 16.666%;
}
.width20 {
    width: 20%;
}
.width25 {
    width: 25%;
}
.width33 {
    width: 33.333%;
}
.width40 {
    width: 40%;
}
.width50 {
    width: 50%;
}
.width60 {
    width: 60%;
}
.width66 {
    width: 66.666%;
}
.width75 {
    width: 75%;
}
.width80 {
    width: 80%;
}
.width100 {
    width: 100%;
}
[class*='width'] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Create new Block Formatting Contexts */
.wpcf7-form p{
    font-size: 14px;
    line-height: 120%;
    color: #333;
    font-weight: bold;
    padding: 5px 0px 15px;
    margin: 0 12px 15px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.wpcf7-form p:last-child{
    border:none;
}
.wpcf7-form textarea{
    width: 100%;
}
.wpcf7-form .wpcf7-submit{
    color: #464646;
    padding: 3px 25px;
    white-space: nowrap;
    background: #F2F2F2 url(https://polldaddy.com/images/white-grad.png) repeat-x scroll left top;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #999;
    cursor: pointer;
    font-size: 12px;
    font-family: "Lucida Grande",Verdana,Arial;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    white-space: nowrap;
}
.bfc-o {
    overflow: hidden;
}
.bfc-f {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
/* Align Boxes */

.float-left {
    float: left;
}
.float-right {
    float: right;
}
/* Grid Gutter */

.grid-gutter.grid-block {
    margin: 0 -15px;
}
.grid-gutter > .grid-box > * {
    margin: 0 15px;
}
.grid-gutter > .grid-box > * >:first-child {
    margin-top: 0;
}
.grid-gutter > .grid-box > * >:last-child {
    margin-bottom: 0;
}
/* Layout Defaults

----------------------------------------------------------------------------------------------------*/
/* Center Page */

.wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}
/* Header */

#header {
    position: relative;
}
#toolbar .float-left .module, #toolbar .float-left > time {
    margin: 0 15px 0 0;
    float: left;
}
#toolbar .float-right .module {
    margin: 0 0 0 15px;
    float: right;
}
#headerbar .module {
    max-width: 300px;
    margin-right: 0;
    float: right;
}
#logo {
    float: left;
}
.header-block {
    float: right;
	height: 56px;
}
#logo, #logo > img {
    text-align: center;
    line-height: 45px;
    height: 45px;
}
#banner {
    position: absolute;
    top: 0;
    right: -200px;
}
/* Footer */

#footer {
    position: relative;
    text-align: center;
}
/* Absolute */

#absolute {
    position: absolute;
    z-index: 15;
    width: 100%;
}

#menu .module {
    margin: 10px 5px;
}
#footer .module {
    margin: 0;
}
#header {} #toolbar, #headerbar {
    margin-bottom: 20px;
    background: url("../images/tr.png") no-repeat 0 0;
    padding-top: 20px;
}
@font-face {
    font-family: 'genevaregular';
    src: url('geneva-webfont.eot');
    src: url('geneva-webfont.eot?#iefix') format('embedded-opentype'), url('geneva-webfont.woff') format('woff'), url('geneva-webfont.ttf') format('truetype'), url('geneva-webfont.svg#genevaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Layout

----------------------------------------------------------------------------------------------------*/

#totop-scroller {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: url(../images/totop_scroller.png) 50% 50% no-repeat;
    text-decoration: none;
}
body {
    background: url(../images/bg.png);
    font-family: 'genevaregular';
    font-size: 13px;
    color: #606060;
    line-height: 20px;
}
.home_ul {
    list-style: none outside none;
    overflow: hidden;
    margin: 0 20px;
    /*height: 225px;*/
    padding: 0;
}
.home_ul > li p {
text-align: right;
}
.home_ul > li {
    float: left;
    width: 30%;
    /* background: url(../images/sp.png) no-repeat right 140px;*/
    
    padding-right: 2%;
    margin-right: 2%;
}
.page-id-1324 .home_ul > li{
    width: 293px;
}
.size-full {
    max-width: 100%;
    height: auto;
}
.scroll-w {
    height: 156px;
    margin-top: 12px;
    overflow: hidden;
}
#system .title {
    text-align: center;
    margin: 20px 0 !important;
}
.home_ul > li.nm {
    background: none;
    margin: 0;
    padding: 0;
}
.home_ul > li strong {
    font-size: 16px;
    font-weight: normal;
    color: #0d1114;
    display: block;
    padding-bottom: 5px;
}
.home_ul > li p{
  text-align: left;
}
#footer {
    border-top: 1px solid #d1d2d3;
    padding: 15px 0;
    overflow: auto;
    margin-top: 30px;
}
.icons_r {
    float: right;
    width: 300px;
}
.copy {
    float: left;
    padding-top: 5px;
    text-align: left;
}
.icons_r .module-title {
    display: none;
}
.icon img {
    margin-left: 15px;
}
.tel {
    background: url("../images/tel_i.png") no-repeat scroll 0 0 transparent;
    float: left;
    line-height: 19px;
    margin-top: 5px;
    padding-left: 24px;
}
.icon {
    float: right;
}
#headerbar {
    max-width: 1000px;
    margin: 0 auto 20px auto;
}
#menubar {
    background: url(../images/nav-bg.png);
    text-align: center;
}
#header {} #menu {
    display: inline-block;
}
#search {
    display: inline-block;
}
#top-a {
    background: #ffffff;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
#top-a .mod-box {
    padding: 0;
    border: none;
    margin: 0;
}
.text_slider {
    text-align: left;
}
.text_slider h1 {
    font-size: 48px;
    line-height: 47px;
    margin: 33px 50px;
    text-align: center;
}
.text_slider p.box {
    bottom: 25px;
    color: #2f2e2e;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    right: 27px;
    width: 440px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#ffffff)";
    /*IE 8*/
    
    text-shadow: 3px 3px 3px #ffffff;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#ffffff);
    /*IE 5.5-7*/
}
a.button-1 {
    background: url(../images/btn.png) no-repeat;
    width: 223px;
    height: 63px;
    float: right;
    text-indent: -9999px;
    display: block;
    margin-left: 10px;
    float: left;
}
a.button-1:hover {
    background: url(../images/btn_h.png) no-repeat;
}
a.button-1-de {
    background: url(../images/btnde.jpg) no-repeat;
}
a.button-1-de:hover {
    background: url(../images/btn_hde.png) no-repeat;
}
a.button-1-ru {
    background: url(../images/buy-now-big-ru.png) no-repeat;
}
a.button-1-ru:hover {
    background: url(../images/buy-now-big-ru-h.png) no-repeat;
}

a.button-2 {
    background: url(../images/buy-now-big.png) no-repeat;
    width: 223px;
    height: 63px;
    float: right;
    text-indent: -9999px;
    display: block;
    margin-left: 10px;
    float: left;
}
a.button-2:hover {
    background: url(../images/buy-now-big-h.png) no-repeat;
}
a.button-2-de {
    background: url(../images/buy-now-big-de.png) no-repeat;
}
a.button-2-de:hover {
    background: url(../images/buy-now-big-de-h.png) no-repeat;
}

#innerbottom {
    /*  width: 630px;
  float: left;*/
}
.testimonials-list blockquote {
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    margin: 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201C""\201C""\201C";
}
cite.author {
    margin-left: 20px;
}
.testimonials-list blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
#innertop {
    width: 357px;
    float: right;
    margin-top: 94px;
}
#innerbottom .mod-box, #innertop .mod-box {
    padding: 0;
    border: 0;
    margin: 0;
}
#innertop .module .module-title {
    display: none;
}
#innerbottom .module .module-title {
    color: #0d1114;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#innerbottom {
    margin-bottom: 45px;
    margin-top: 15px;
    width: 618px;
    float: left;
}
.bookl {
    float: left;
    margin-right: 20px;
    width: 289px;
}
.bookl img {
    float: left;
    width: 80px;
}
.bookl > p {
    float: left;
    font-size: 12px;
    margin: 0;
    width: 194px;
}
.bookl > h3 {
    color: #003770;
    font-size: 16px;
    font-weight: normal;
}
.wk-slideshow-tabs .nav li.active {
    background: url("../images/ar.png") no-repeat center top #f9f9f9;
    color: #000000;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #3399FF;
    color: #FFFFFF;
}
.clearfix:before, .clearfix:after, .grid-block:before, .grid-block:after, .deepest:before, .deepest:after {
    content: "";
    display: table;
}
.clearfix:after, .grid-block:after, .deepest:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .grid-block:before, .grid-block:after, .deepest:before, .deepest:after {
    content: "";
    display: table;
}
#content {
    margin-bottom: 20px;
}
body.archive .mod-box, body.single .mod-box, body.search .mod-box {
    margin: 15px;
}
body.archive #system .title, body.single #system .title, body.search #system .title {
    text-align: left;
}
.page-template-default #system .title {
    text-align: left;
}
.wk-accordion-default .toggler {
    font-size: 15px!important;
}
.isblog #system .item, .noblog #content {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: none;
    margin-top: 20px;
}
.home #system .item {
    background: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-top: 20px;
}
#sidebar-a .mod-box {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 17px;
    border: none;
}
#sidebar-a .widget_search {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    margin: 15px 0;
    padding: 0;
}
#sidebar-a .module .module-title {
    border-bottom: 1px solid #999999;
    padding-bottom: 15px;
}
#sidebar-a .widget_search .module-title {
    display: none;
}
#sidebar-a .widget_recent_entries .module-title {
    background: url("../images/mi4.png") no-repeat 0 0;
    line-height: 23px;
    padding-left: 30px;
}
#sidebar-a .widget_archive .module-title {
    background: url("../images/mi3.png") no-repeat 0 0;
    line-height: 23px;
    padding-left: 30px;
}
#sidebar-a .widget_tag_cloud .module-title {
    background: url("../images/mi2.png") no-repeat 0 0;
    line-height: 23px;
    padding-left: 30px;
}

#sidebar-a .widget_recent_entries .module-title {
    background: url("../images/mi4.png") no-repeat 0 0;
    line-height: 23px;
    padding-left: 30px;
}
.MultiColorSubscribeWidget p {
    font-size: 12px;
    line-height: 14px;
    background: url("../images/mi1.png") no-repeat 0 0;
    display: block;
    padding-left: 50px;
}
#multicolor-subscribe {
    background: url("../images/sub.png") no-repeat 0 0;
}
#multicolor-subscribe-form #mcolor-subbox {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    height: 17px;
    padding: 5px 13px;
    width: 165px;
}
#multicolor-subscribe-form #mcolor-button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    height: 26px;
    margin: 0;
    padding: 0;
    text-indent: -999px;
    width: 38px;
}
.taxonomy > a {
    background-color: #9C9C9C;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 5px;
}
.fan_box a:hover {
    text-decoration: none;
}
.fan_box .full_widget {
    height: 200px;
    border: 0 !important;
    background: none !important;
    position: relative;
}
.fan_box .connect_top {
    background: none !important;
    padding: 0 !important;
}
.fan_box .profileimage, .fan_box .name_block {
    display: none;
}
.fan_box .connect_action {
    padding: 0 !important;
}
.fan_box .connections {
    padding: 0 !important;
    border: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
}
span.total {
    color: #fff;
    font-weight: bold;
}
.fan_box .connections .connections_grid {
    padding-top: 10px !important;
}
.fan_box .connections_grid .grid_item {
    padding: 0 10px 10px 0 !important;
}
.fan_box .connections_grid .grid_item .name {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: normal;
    color: #fff !important;
    padding-top: 1px !important;
}
.fan_box .connect_widget {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin: 0 !important;
}
.fan_box .connect_widget .connect_widget_interactive_area {
    margin: 0 !important;
}
.fan_box .connect_widget td.connect_widget_vertical_center {
    padding: 0 !important;
}
.fan_box .connect_widget .connect_widget_text {
    color: #FFFFFF;
    line-height: 14px;
}

.langs {
    text-align: right;
    display: inline-block;
}

.langs a {
    background: #0a3f7d;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px;
}

.langs-box{
	height: 21px;
	margin: 0;
	padding: 0;
}
.langs-box li {
	width: 24px;
	height: 21px;
	margin: 0 2px 0;
	list-style: none;
	overflow:hidden;
    display: inline-block;
	position: relative;
	z-index:100;
}

.langs-box a {
	width: 24px;
	height: 21px;
	padding: 1px 0 3px;
	text-align: center; 	
	display: none;
	font-family: Arial, Helvetica, sans-serif;
    background: #0a3f7d;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
	position: absolute;
	z-index:200;
}

.langs-box li:hover a {
	display: block;
}

.langs-box .flag {
	width:25px;
	height: 21px;
	background: url('../images/langs.png') no-repeat;
	cursor: pointer; 
	display: block;
	position: absolute;
	z-index:150;	
}

.langs-box .lang-ru {
	background-position: 0 0;  
}
.langs-box .lang-en {
	background-position: -26px 0; 
}
.langs-box .lang-de {
	background-position: -52px 0; 
}


.h-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.read-about {
    width: 157px;
    height: 56px;
    text-align: center;
    color: #c0c0c0;
    text-decoration: none;
    background: url(../images/ra2.png);
}
.read-about span {
    display: block;
}
.ra-top {
    color: #636363;
    line-height: 28px;
}
.ra-bottom {
    color: #fff;
    line-height: 28px;
}
.slider-wrapper {
    position: relative;
    height: 595px;
}
.slider-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
#system .item > header .title {
    text-align: center;
	padding: 0 10px;
}
.header-wrapper {
    max-width: none !important;
}
.pro-header {
    background: #003b78;
    padding: 20px;
    color: #fff;
    font-size: 27px;
    text-align: center;
    margin-top: 0;
}
.pro-image {
    margin: 20px 0;
    text-align: center
}
.pro-cols {} .pro-cols-left {
    width: 440px;
    padding-right: 50px;
    border-right: 1px solid #000;
    float: left
}
.pro-cols-right {
    width: 390px;
    float: right
}
.pro-feature {
    width: 400px;
    margin: 0 auto 5px auto;
    font-size: 18px;
    color: #0d1114;
    line-height: 30px
}
.pro-contacts {
    padding: 30px 0;
    text-align: center;
    background: #f4f4f4;
    font-size: 14px;
    color: #0d1114
}
.pro-phone {
    font-size: 24px
}
.step-block {
    width: 720px;
    box-sizing: border-box;
    padding: 40px;
    margin: 0 auto 60px auto;
    background: #f3f3f3;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}
.step-title {
    color: #003c7a;
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 0;
}
.step-small {
    font-size: 11px;
}
.step-gray-link {
    color: inherit;
    text-decoration: underline;
}
.step-button {
    display: inline-block;
    line-height: 35px;
    color: #fff;
    background: url(../images/button-grad.png) repeat-x;
    text-align: center;
    padding: 0 10px;
    border-radius: 5px;
    margin: 0 30px;
    font-size: 15px;
}
.step-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/overlay.png);
    z-index: 10000;
    display: none;
}
.step-popup {
    box-sizing: border-box;
    background: #fff;
    padding: 60px;
    width: 560px;
    height: 260px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -280px;
}
#step-popup-close {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: -32px;
    right: 0;
    background: url(../images/close.png) no-repeat;
}
.step-advanced {
    font-size: 15px;
    text-decoration: underline;
}
.blue-g {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzNWI5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzNzlhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #235b93 0%, #4379af 100%);
    background-image: -o-linear-gradient(bottom, #235b93 0%, #4379af 100%);
    background-image: -webkit-linear-gradient(bottom, #235b93 0%, #4379af 100%);
    background-image: linear-gradient(bottom, #235b93 0%, #4379af 100%);
    padding: 15px;
    text-align: center;
    margin: 15px 0;
}
.blue-g p {
    color: #fff;
    font-family: 'genevaregular';
    font-size: 25px;
    line-height: 36px;
    padding: 0;
    margin: 0;
}
#logo > span {
    color: #595959;
    display: block;
    line-height: 0;
    margin-top: -6px;
    padding: 0;
    text-align: left;
}
.quote {
    float: left;
    width: 33%;
}
.testimonials-text > p {} .allnews .shareaholic-canvas {
    display: none;
}
.allnews .quote {
    float: none;
    width: 100%;
}
#innerbottom .testimonials.component {
    border-top: 1px solid #ccc;
    clear: both;
    padding-top: 10px;
}
#innerbottom h3 {
    float: left;
}
.all_a {
    float: right;
    font-size: 16px;
}
.allnews .all_a {
    display: none;
}
#top-a {
    background: #fff url(../images/slider.png) no-repeat 50% 50px;
}
.btns-s {
    position: absolute;
    bottom: 17px;
    left: 75px;
}
.blue-box {
    width: 45%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #bfd8f1;
    color: #606060;
    padding: 15px 15px 20px;
    float: left;
    margin-right: 30px;
	margin-bottom: 15px;
}

.blue-box:last-child {
    margin-right: 0;
}

.blue-box h3 {
    color: #000000;
    font-size: 18px;
    margin: 0;
    background: url(../images/down.png) no-repeat 0 0px;
    padding: 8px 0 5px 70px;
    min-height: 36px;
}
.blue-box h3.down {
    background: url(../images/up.png) no-repeat 0 0px;
}
.blue-box p{
    margin-bottom: 0;
}
a.blue-btn{
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px 4px;
    border-radius: 5px;
    color: #fff;
    background: #2856a0; /* Old browsers */
    background: -moz-linear-gradient(top,  #2856a0 0%, #003b78 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2856a0), color-stop(100%,#003b78)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2856a0 0%,#003b78 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2856a0 0%,#003b78 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2856a0 0%,#003b78 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2856a0 0%,#003b78 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2856a0', endColorstr='#003b78',GradientType=0 ); /* IE6-9 */
    font-size: 13px;

}
.title-blue-bg {
background-color: #003b78;
color: #FFFFFF;
font-size: 25px;
padding: 20px 0;
text-align: center;
margin-bottom: 30px;
}
.blue-bg-box{
    background: url(../images/bg-box.png) no-repeat -2px -2px;
	padding: 0 20px 0;
    height: 163px;
    margin-bottom: 15px;
	margin-right: 2px;
    text-align: center;
	border: 2px solid #b8b8b8;
	border-radius: 6px;
	box-sizing:border-box;
}
.blue-bg-box .icons {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    text-align: left;
    padding: 18px 5px 5px 79px;
    min-height: 91px;
    margin-top: 28px;
    width: 181px;
}
.blue-bg-box .icon1{
    background: url(../images/icon3.png) no-repeat 0 0px;
}
.blue-bg-box .icon2{
    background: url(../images/icon2.png) no-repeat 0 0px;
    padding-top: 11px;
}
.blue-bg-box .icon3 {
    background: url(../images/icon1.png) no-repeat 0 0px;
    margin-top: 15px;
    padding-top: 31px;
}
a.buy-btn{
    display: inline-block;
    background: url(../images/buy-now.png) no-repeat 0 0px;
    width: 105px;
    height: 31px;
    text-indent: -9999px;
}
.scroll-w a.signe-up{
    margin-right: 27px!important;
}
.home_ul > li {
width: 30%;
}
.PDS_Poll{
    display: block!important;
}
.PDS_Poll .pds-box {
border: none!important;
width: 100%!important;
}
.pds-links,.pds-totalvotes-outer,.pds-admin-bar{
    display: none!important;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row::before, .row::after {
    content: " ";
    display: table;
}
.row::after {
    clear: both;
}
.row::before, .row::after {
    content: " ";
    display: table;
}
.row::after {
    clear: both;
}
.col-md-4 {
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
}
.col-md-3 {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: 25%;
}
.sotrudniki h2 {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.sotrudniki p {
    color: #545454;
    margin: 0;
}
.profile-img {
    border-radius: 50%;
    box-shadow: 1px 2px 6px 0 rgb(145, 141, 141);
    margin-bottom: 1em;
}
.sotrudniki a {
    border-bottom: 1px dotted #0087c2;
    color: #0087c2;
    text-decoration: none;
}  
  .col-md-2 {
    margin: 0 auto;
    width: 500px;
}
.col-md-2 h2 {
    color: #000;
    font-size: 23px;
}
.col-md-2 p {
    color: #535353;
    font-size: 19px;
}
.col-md-2 .text {
    text-align: left;
}
body.wp-page-1462 h1.title, body.wp-page-1460 h1.title, body.wp-page-1461 h1.title {
    display: none;
}
#bottom-a .mod-box {
    padding: 15px;
    border: none;
    text-align: center;
}
.thumb {
    height: 114px;
    overflow: hidden;
    margin-bottom: 10px;
}
.thumb img {
    max-width: 100%;
    height: auto;
}
.news-text p{
    margin-top: 0;
}
.screen-reader-response{
    display: none;
}  een-reader-response{
    display: none;
} 

.video iframe {
	 width: 100%;
	 height: 315px;
} 

.fb iframe {
	position: static !important;
}

.front-image {
	background: #fff url('../images/front_image.jpg') no-repeat 0 0;
	background-size: cover;
	width: 100%;
	margin-bottom: 140px;
	
}

.slider-wrapper {
	position: relative;
	width: 100%;	
}

.slider-wrapper .img-mac {
	display: block;
	position: absolute;
	left: -130px;
	bottom: -140px;
}

.slider-wrapper .img-mac img {
	width: 95%;
}

.front-text {
	background-color: rgba(255,255,255, .8);
	display: inline-block;
	padding: 38px;
	margin: 70px 0 0;
}

.front-text h1 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003a76;
	padding: 0;
	margin: 0;
}

.front-text p {
	font: 25px/30px  Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3a3a3a;
	padding: 0;
	margin: 10px 0 0;
}

.btn-app {
	display: block;	
	position: absolute;
	right: 0;
	bottom: -80px;
}

.btn-app li {
	margin: 0 2px;
	display: inline-block;
	list-style: none;	
}

.btn-item {
	display: block;
	width: 130px;	
	height: 42px;
}

.btn-item.btn-app-store {
	background: url('../images/btn_app_store.png') top left no-repeat;
}
.btn-item.btn-windows-store {
	background: url('../images/btn_windows_store.png') top left no-repeat;
}
.btn-item.btn-google-play {
	background: url('../images/btn_google_play.png') top left no-repeat;
}