a,p,h3 {
	font-family: "Open Sans",sans-serif;
}
@-webkit-keyframes fadeIt {
  0%   { background-color: #FFF; }
  20%  { background-color: #FFA; }
  50%  { background-color: #FFA; }
  100% { background-color: #FFF; }
}
@-moz-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  20%  { background-color: #FFA; }
  50%  { background-color: #FFA; }
  100% { background-color: #FFFFFF; }
}
@-o-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  20%  { background-color: #FFA; }
  50%  { background-color: #FFA; }
  100% { background-color: #FFFFFF; }
}
@keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  20%  { background-color: #FFA; }
  50%  { background-color: #FFA; }
  100% { background-color: #FFFFFF; }
}
.anchor-est{
	display: block; 
	position: relative; 
	top: -170px; 
	visibility: hidden;
}
.anchor-est:target + tr {
	-webkit-animation: fadeIt 5s ease-in-out; 
       -moz-animation: fadeIt 5s ease-in-out; 
         -o-animation: fadeIt 5s ease-in-out; 
            animation: fadeIt 5s ease-in-out; 
}
.no-space {
    margin: 0!important;
    padding: 0!important;
}
.sl-line-h1 {
	height: 1px;
    border: 1px solid;
    width: 120px;
    color: #1bbc9b;
    margin: 10px 0px 20px;
}
.sl-line-h1-main {
	height: 1px;
    border: 1px solid;
    width: 120px;
    color: #F7CA18;
    margin: 10px auto 20px;
    display: -webkit-box;
}
.sl-line-h1-auto {
	height: 1px;
    border: 1px solid;
    width: 120px;
    color: #1bbc9b;
    margin: 10px auto 20px;
    display: -webkit-box;
}
.sl-line-h1-api {
    height: 1px;
    border: 1px solid;
    width: 120px;
    color: #d91e18;
    margin: 10px 0px 20px;
}
.b-vertical-left {
	border-right: 1px solid #1bbc9b;
	height: 100px;
}
.b-img-green img{
	border: 1px solid #1bbc9b;
    padding: 3px;
    border-radius: 4px;
}
.b-img-grey img{
	border: 1px solid #c6c6c6;
    padding: 3px;
    border-radius: 4px;
}
.b-block-grey {
	border: 1px solid #c6c6c6;
    padding: 3px;
    border-radius: 4px;
}
.b-block-grey p {
	text-align: center;
	font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 18px;
	color: #34495e;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
.b-block-grey a {
	text-decoration: none;
}
.title-page-top h1{
	text-align:center;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	font-size: 50px;
    color: #34495e;
}
.title-page-top h2{
	text-align:center;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	font-size: 25px;
    color: #34495e;
}
.title-page-top p{
	font-family: "Open Sans",sans-serif;
    color: #333333;
    font-size: 20px;
    font-weight: 300;
}
.tutorial {
    position: relative;
    display: block;
}

.tutorial:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -55px;
    margin-left: -17px;

    -webkit-transform: rotate(360deg);
    border-width: 20px 0 20px 35px;
    border-style: solid;
    border-color: transparent transparent transparent #D91E18;
	background: #fff url('../img/pic-icon.jpg');
	
}
.tutorial:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -75px;
    margin-left: -45px;
    content: '';
    opacity: .9;
    border: 5px solid #000;
    border: 5px solid rgba(0,0,0,.4);
    border-radius: 50%;
    background: #fff;
    background-clip: padding-box;
	background: #fff url('../img/pic-icon.png') center center;
	background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.instruction-main-block img:hover {
    opacity: 0.8;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-text {
    color: #3fc9d5;
}
/*HEADER BEGIN*/
.mylogo-new img {
	width: 100%;
}
.mylogo {
    background-image: url("/assets/img/logo/estismail-white-height-80.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 205px;
    height: 45px;
    margin-top: 2px;
    margin-right: 5px;
}
.logo-estis {
	background-image: url("/assets-custom/img/logo/estismail-grey-250.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 38px;
}
.menu-block-sector a {
	padding: 0px !important;
}
.menu-block-displaytable {
	display: table;
	min-height: 50px;
}
.menu-block-displaytablecenter {
	vertical-align: middle;
    display: table-cell;
	word-wrap: break-word;
	text-align: center;
	max-width: 115px;
	line-height: 1.3;
}
.navbar-brand {
    padding: 0px;
	height: 50px;
}
.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}
.dropdown-menu-fluid {
	right: 15px !important;
    left: 15px !important;
}
.dropdown-menu {
	padding: 0px;
}
.dropdown-menu>li>a {
    font-weight: 400;
    color: #34495e;
	padding: 10px 20px;
}
.navbar-default {
    background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.navbar {
    min-height: 50px;
	margin-bottom: 0px;
}
.navbar-nav>li.mega-menu-dropdown>.dropdown-menu .mega-menu-content {
    font-family: "Open Sans",sans-serif;
    padding: 15px;
    margin: 0;
}

.header-menu-est .nav>li>a {
    padding: 15px 12px;
	color: #22313f;
	transition: color 0.3s;
	font-size: 15px;
}
.header-menu-est .nav>li>a:focus {
	color: #3fc9d5;
}
.header-menu-est .btn{
	padding: 6px 12px !important;
	margin: 7px 4px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #3fc9d5;
}
.i-menu-serv {
	padding: 10px;
}
.i-menu-serv .icon-grid {
	font-size: 24px;
    padding-right: 5px;
}
.icon-grid-color {
	background-image: url(/assets-custom/img/grid.png);
    background-repeat: no-repeat;
    background-size: cover;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
@media (max-width: 480px){
	.header-menu-est .nav>li>a {
		padding: 6px 12px;
	}
}
.i-menu-serv a {
	padding: 0px !important;
}
.theme-panel {
    z-index: 1000;
    min-width: 675px;
    padding: 20px 10px;
    font-family: "Open Sans",sans-serif;
	float: left;
}
.theme-panel .theme-colors {
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-panel .theme-colors>li.theme-color {
	padding: 10px;
    width: 100%;
    list-style: none;
    overflow: auto;
}
.theme-panel .theme-colors>li.theme-color a {
	text-decoration: none;
	color: #22313f;
    transition: color 0.3s;
    font-size: 15px;
	display: block;
    min-height: 50px;
}
.theme-panel .theme-colors>li.theme-color a:hover {
	color: #3fc9d5;
}
.theme-panel .theme-colors>li.theme-color img {
	width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    border-radius: 6px;
}
.theme-panel .theme-colors>li.theme-color img:hover {
	opacity: 0.8;
}

.theme-panel .theme-colors>li.theme-color .theme-color-part {
    font-size: 15px;
	padding-top: 5px;
}
.theme-panel .seperator {
    border-left: 1px solid #ddd;
}
.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 15px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #9e9e9e;
    border-left: 8px solid transparent;
    content: '';
}
span.dropdown-toggle {
    cursor: pointer;
}
.header-menu-est .navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.header-menu-est .navbar-nav>li>.dropdown-menu .row .col-md-6 {
    margin-bottom: 0px;
}
/*HEADER END*/
/*KUB BEGIN*/
.kub-home {
	padding: 20px 20px 10px 20px;
    min-height: 210px;
}
.kub-main-home {
    padding: 20px 20px 10px 20px;
}
.kub-bg-color-yellow-saffron {
	background: #F4D03F;
}
.kub-bg-color-yellow-crusta {
	background: #F3C200;
}
.kub-bg-color-yellow-gold {
    background: #E87E04;
}
.kub-bg-color-yellow-casablanca {
	background: #F2784B;
}
.kub-bg-color-red-haze {
	background: #F36A5A;
}


.kub-bg-color-green-turquoise {
	background: #36D7B7;
}
.kub-bg-color-green-meadow {
    background: #1BBC9B;
}
.kub-bg-color-green-seagreen {
	background: #1BA39C;
}

/*block-1*/
.kub-bg-color-6ba8a9{
	background: #6ba8a9;
}
/*block-2*/
.kub-bg-color-357376{
	background: #357376;
}
/*block-3*/
.kub-bg-color-1d4d4f{
	background: #1d4d4f;
}

/*KUB END*/
/*Main BEGIN*/
.page-main-banner {
	background-color: #fff;
	background-image: url(/assets-custom/img/bg/world-map.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    min-height: 550px;
}
.main-title h1{
	text-align:center;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	font-size: 50px;
    color: #34495e;
}
.main-title h2{
	text-align:center;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	font-size: 25px;
    color: #34495e;
}
.main-equalize {
	background: #36D7B7;
}
.outer {
    display: flex;
}
.ui-app {
	display: inline-block;
    position: relative;
	margin-bottom: 60px;
}
.ui-app a {
	text-decoration: none;
	color: #3598dc;
	transition: color 0.3s;
}
.ui-app a:hover {
	text-decoration: none;
	color: #34495e;
	transition: color 0.3s;
}
.main-function-title {
	position: relative;
    margin-left: 110px;
    font-size: 24px;
    font-weight: 100;
}
.main-function-text {
	position: relative;
    margin-left: 110px;
    font-size: 18px;
    display: block;
    color: #34495e;
	margin-top: 8px;
	font-weight: 100;
}
.main-function-icon {
	width: 90px;
    height: 90px;
    background-size: 100%;
	position: absolute;
	border-radius: 10px;
}
.main-function-email {
	background-image: url(/assets-custom/img/h-icon/mail.png);
}
.main-function-lp {
	background-image: url(/assets-custom/img/h-icon/lp.png);
}
.main-function-ecom {
	background-image: url(/assets-custom/img/h-icon/ecom.png);
}
.main-function-api {
	background-image: url(/assets-custom/img/h-icon/api.png);
}
.main-function-cloud {
	background-image: url(/assets-custom/img/h-icon/cloud.png);
}
.main-function-migr {
	background-image: url(/assets-custom/img/h-icon/migr.png);
}
.main-function-ecom-bord {
	border: 3px solid #f3c200;
}
.main-block-picture {
    min-height: 280px;
    padding: 20px;
}
.main-color-fb {
	background: #475e98;
}
.page-main-man-bulb {
	background: #fff url(../img/main/man-bulb.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	min-height: 500px;
}
.content-main-man-bulb{
    width: 100%;
    position: relative;
    height: auto;
}
.content-main-man-bulb img{
	width: 100%;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.content-main-lp {
	z-index: 1;
    position: absolute;
	top: 17%;
    left: 14%;
	display: block;
    width: 300px;
    height: auto
}
.content-main-lp h4{
	font-family: "Open Sans",sans-serif;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
}
.content-main-lp p {
	font-family: "Open Sans",sans-serif;
	color: #34495e;
    font-size: 16px;
    font-weight: 300;
	text-align: right;
}
.content-main-email {
	z-index: 2;
    position: absolute;
	top: 32%;
    left: 72%;
	display: block;
    width: 300px;
    height: auto
}
.content-main-email h4{
	font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.content-main-email p {
	font-family: "Open Sans",sans-serif;
	color: #34495e;
    font-size: 16px;
    font-weight: 300;
}
.content-main-ecommerce {
	z-index: 3;
    position: absolute;
    top: 74%;
    left: 5%;
    display: block;
    width: 300px;
    height: auto;
}
.content-main-ecommerce h4{
	font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: bold;
	text-align: right;
}
.content-main-ecommerce p {
	font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
}
.main-widget-line a{
	text-decoration: none;
}
.main-widget-line a:hover{
	text-decoration: none;
	color: #9e9e9e;
}
.main-widget-line h3{
	text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 25px;
    color: #fff;
	text-decoration: none;
}
.main-widget-line h3:hover{
	text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 25px;
    color: #ffc107;
	text-decoration: none;
}
.main-widget-line p{
	text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 18px;
    color: #fff;
}
.main-widget-line p:hover{
	text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 18px;
    color: #fff;
}
.main-widget-line span{
	text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #ffc107;
	border-bottom: 1px dashed #fff;
}
.main-widget-line span:hover{
	text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #f1f1f1;
	border-bottom: 1px dashed #fff;
}
.main-widget-line-block {
	margin: 10px;
    min-height: 230px;
    padding: 0px 10px 0px 10px;
}
.main-widget-line-br {
	border-right: 1px dashed #fff;
}
.page-main-block-email {
	border-top: 1px solid #ddd;
}
.page-main-block-email p{
	font-family: "Open Sans",sans-serif;
    color: #333333;
    font-size: 20px;
    font-weight: 300;
}
.page-main-block-email ul{
	margin: 0;
    padding: 0;
    list-style: none;
    
}
.page-main-block-email li {
	font-family: "Open Sans",sans-serif;
    color: #333333;
    font-size: 20px;
    font-weight: 300;
	margin-bottom: 10px;
}

.page-main-block-email li >.fa-check{
	color: #1bbc9b;
    font-size: 35px;
    padding-right: 10px;
}

.page-main-block-email-ul li {
	padding-left: 5rem;
}
.page-main-block-email-ul li:before {
	content: '';
    display: block;
    width: .8em;
    height: 1.5em;
    border: solid #1bbc9b;
    border-width: 0 0.3em .3em 0;
    position: absolute;
	left: 1.5em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-head-grey-bg {
	background-color: #f9f9f9;
}
.main-head-grey img {
	max-width: 100%;
    margin: 0 auto;
}
.main-head-grey h2{
	font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 30px;
    font-weight: 300;
}
.main-head-grey p{
	    font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 20px;
    font-weight: 300;
}
.main-function-container {
	margin-bottom: 15px;
}
.main-function-image {
	display: -webkit-inline-box;
    float: left;
}
.main-function-content {
	display: -webkit-box;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    min-height: 80px;
    padding: 7px 10px;
    color: #34495e;
    font-size: 15px;
    font-weight: normal;
    font-family: "Open Sans",sans-serif;
}
.main-selected-ro {
	display: block;
    float: left;
    position: absolute;
    left: 87px;
    background: 0 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ddd;
    margin-top: 23px;
}
.main-counter-bg {
	background-color: #000;
	background-image: url(/assets-custom/img/main/events.jpg);
    text-align: center;
    margin: 0 0px;
    background-repeat: no-repeat;
    background-size: cover;
	height: 300px;
}
.main-counter-fon {
	background-color: rgba(0, 0, 0, 0.65);
	height: 100%;
}
.counter-page-main h3{
	font-size: 60px;
    color: #fff;
	font-family: "Open Sans",sans-serif;
    font-weight: 100;
	padding-left: 20px;
}
.counter-page-main p{
	font-size: 20px;
    color: #fff;
	font-family: "Open Sans",sans-serif;
    font-weight: 100;
    padding-left: 20px;
}



/*Main END*/
/*Mailer BEGIN*/
.page-mailer-banner {
	background: #fff url('../img/bg/canvas.png');
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	min-height: 700px;
}
.page-mailer-bg-02 {
	background: #fff url('../img/bg/banner-3.jpg');
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	height: 400px;
}
.title-page-mailer h1{
	text-align:center;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	font-size: 50px;
    color: #34495e;
}
.title-page-mailer h2{
	text-align:center;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	font-size: 25px;
    color: #34495e;
}
.title-page-mailer p{
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 300;
}
.content-page-mailer p {
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.6;
}
.content-page-mailer ul {
    margin-top: 0;
    padding-left: 30px;
}

.content-page-mailer li {
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.6;
    list-style-type: none;
}
.content-page-mailer li i{
    padding-right: 30px;
    font-size: 20px;
}
.counter-page-mailer h3{
	font-size: 60px;
    color: #1bbc9b;
	font-family: "Open Sans",sans-serif;
    font-weight: 100;
	padding-left: 20px;
}
.counter-page-mailer p{
	font-size: 20px;
    color: #3a3a3a;
	font-family: "Open Sans",sans-serif;
    font-weight: 100;
    padding-left: 20px;
}
.page-mailer-keeping {
	background: #E87E04;
}
.page-mailer-keeping p {
	color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.page-mailer-keeping a {
	text-decoration: none;
    color: #fff;
    font-size: 20px;
	line-height: 30px;
    font-weight: 100;
	border-bottom: 1px dashed #fff;
}
.page-mailer-keeping a:hover {
	text-decoration: none;
    color: #f3c200;
    font-size: 20px;
	line-height: 30px;
    font-weight: 300;
}
.page-mailer-keeping ul {
	list-style-type: none;
}
.page-mailer-keeping li {
	margin-bottom: 5px;
}
.mailer-portfolio {
	border-top: 1px solid #ddd;
}
.content-page-mailer a {
	text-decoration: none;
}
.content-page-mailer h4 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #3a3a3a;
	margin-top: 10px;
    margin-bottom: 40px;
}

/*Mailer END*/
/*Error BEGIN*/
.title-page-error h1{
	text-align:center;
	font-family: "Open Sans",sans-serif;
	font-weight: 500;
	font-size: 100px;
    color: #34495e;
}
.title-page-error h2{
	text-align:center;
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	font-size: 25px;
    color: #34495e;
}
/*Error END*/


/*Landing BEGIN*/
.page-landing-banner {
	background-color: #E87E04;
	background-image: url(/assets-custom/img/bg/bubble.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    min-height: 600px;
}
.landing-block-form-portfolio {
	border-top: 1px solid #ddd;
}
.page-landing-section-examples-block {
	display: inline-block;
    margin-bottom: 15px;
}
.page-landing-section-examples-block img{
	width: 150px;
    border: 1px solid #c6c6c6;
    padding: 3px;
    border-radius: 4px;
    margin-right: 15px;
	float: left;
}
.page-landing-section-different-examples-glav img{
	width: 100%;
    border: 1px solid #c6c6c6;
    padding: 3px;
    border-radius: 4px;
	margin-bottom: 30px;
}
.page-landing-section-different-examples-glav img:hover{
	width: 100%;
    border: 1px solid #c6c6c6;
    padding: 3px;
    border-radius: 4px;
	margin-bottom: 30px;
	opacity: 0.7;
	transition: 0.3s;
}
/*Landing END*/
/*COMPANY BEGIN*/
.page-company {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    min-height: 600px;
}
.page-company-feedback {
	background-color: #462A43;
	background-image: url(/assets-custom/img/bg/world-map-opacity.png);
}
.page-company-contacts {
	/*background-color: #462A43;*/
	background-image: url(/assets-custom/img/bg/world-map.png);
}

.page-company .title-page-top h1 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: #ffffff;
    text-shadow: 0 1px 2px #000;
}
.page-company .title-page-top h2 {
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 25px;
    color: #fff;
    text-shadow: 0 1px 2px #000;
}
.page-company-about {
	background: #fff url(../img/bg/world-map.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    min-height: 600px;
}
.page-company-about-text p {
    font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.6;
}
.page-company-about-portfolio {
    border-top: 1px solid #ddd;
}
.photo-people-settings {
	height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid #9E9E9E;
	display: block;
	transition: background 0.3s;
}
.photo-nevsky {
	background-image: url('/assets-custom/img/people/nevsky-200-color.png');
	background-position: 50% 50%;
    background-repeat: no-repeat;
}
.photo-axel {
	background-image: url('/assets-custom/img/people/axel-200-color.png');
	background-position: 50% 50%;
    background-repeat: no-repeat;
}
.photo-block-settings h2{
	text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #3a3a3a;
	margin-top: 0px;
}
.photo-block-settings h3{
	text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #3a3a3a;
	margin-top: 0px;
    margin-bottom: 20px;
}
.photo-block-settings p{
	text-align: left;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #3a3a3a;
	line-height: 1.6;
}
.photo-block-team img{
	height: 150px;
    width: 150px;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid #9E9E9E;
    display: block;
}
.photo-block-team h2{
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #3a3a3a;
}
.photo-block-team h3{
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #3a3a3a;
	margin-top: 0px;
    margin-bottom: 20px;
}
/*COMPANY END*/
/*HELP BEGIN*/
.page-migration-banner {
	background: #fff url('../img/bg/world-map.png');
	background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 500px;
}
.migration-content {
	border-top: 1px solid #ddd;
}
.page-help-banner {
	background: #fff url('../img/bg/world-map.png');
	background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
	min-height: 600px;
}
.page-help-button-top {
	text-align: center;
}
.glossary-content ul {
	list-style: none;
}
.glossary-content li {
	
}
.glossary-content a {
	text-decoration: none;
    color: #34495e;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
	border-bottom: 1px dashed #34495e;
}
.glossary-content a:hover {
	text-decoration: none;
    color: #3fc9d5;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
	border-bottom: 1px dashed #34495e;
}

.content-page-function {
	padding-left: 50px;
}

.content-page-function ul {
    margin-top: 0;
    padding-left: 30px;
}

.content-page-function p {
    font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.6;
}

.content-page-function li {
    font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1.6;
    list-style-type: none;
}

.content-page-function li i {
    padding-right: 30px;
    font-size: 20px;
}

.content-page-function h1{
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
	font-size: 50px;
    color: #34495e;
}
.content-page-function h2{
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	font-size: 30px;
    color: #34495e;
	margin-top: 40px;
    margin-bottom: 20px;
}
.content-page-function p{
	font-family: "Open Sans",sans-serif;
	color: #34495e;
    font-size: 20px;
    font-weight: 300;
	margin-bottom: 20px;
}
.content-page-function b{
    font-weight: 600;
}
.header-dropdown-menu {
	height: 150px;
}
.header-dropdown-menu a{
	text-decoration: none;
	color: #34495e;
}
.header-dropdown-menu a:hover{
	text-decoration: none;
	color: #9E9E9E;
}
.header-dropdown-menu p{
    font-size: 14px;
	font-weight: normal;
}
.content-page-video a {
	text-decoration: none;
}
.content-page-video h4 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #34495e;
	margin-top: 10px;
    margin-bottom: 40px;
}
.content-page-video .tutorial:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -55px;
    margin-left: -17px;
    content: '';
    -webkit-transform: rotate(360deg);
    border-width: 20px 0 20px 35px;
    border-style: solid;
    border-color: transparent transparent transparent #D91E18;
}
.content-page-video .tutorial .img {
    display: block;
    width: auto;
    height: auto;
    background-size: auto 100%;
}
.content-page-video .tutorial:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -75px;
    margin-left: -45px;
    content: '';
    opacity: .9;
    border: 5px solid #000;
    border: 5px solid rgba(0,0,0,.4);
    border-radius: 50%;
    background: #fff;
    background-clip: padding-box;
}
.content-page-video .tutorial::after:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -75px;
    margin-left: -45px;
    content: '';
    opacity: .8;
    border: 5px solid #000;
    border-radius: 50%;
    background: #fff;
    background-clip: padding-box;
}
.content-page-video >.row >.b-img-grey {
    min-height: 300px;
}
.content-page-help-manual h3{
	font-family: "Open Sans",sans-serif;
	color: #34495e;
    font-size: 20px;
    font-weight: normal;
	margin-top: 0px;
}
.content-page-help-manual p{
	font-family: "Open Sans",sans-serif;
	color: #34495e;
    font-size: 18px;
    font-weight: 300;
}
.page-help-manual-image img {
	float: left;
    max-width: 180px;
	padding-right: 20px;
}
.page-help-manual-textblock {
	display: table;
}
.page-help-manual-textblock img {
	
}
.migration-content img:hover {
	opacity: 0.5;
}
.integration-page-text p {
    font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.6;
}
/*HELP END*/
/*page-404-construction BEGIN*/
.page-404-construction {
	background: #fff;
	background-size: cover;
    background-repeat: no-repeat;
	min-height: 550px;
}
.page-404-construction img {
	width: 250px;
	margin: 0 auto;
}
/*page-404-construction END*/
/*happybirthday BEGIN*/
.happybirthday {
	padding-top: 40px;
	padding-bottom: 40px;
}
.happybirthday-bg-01{
	background: #fff url(../img/bg/birthday_repeat_1.png);
    background-position: center center;
}
.happybirthday-bg-02{
	background: #fff url(../img/bg/birthday_repeat_2.png);
    background-position: center center;
}
.happybirthday-bg-03{
	background: #fff url(../img/bg/birthday_repeat_3.png);
    background-position: center center;
}
.happybirthday .happy-many-head img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.happybirthday .happy-many-content {
	border: 1px solid #ddd;
	border-top: none;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
}
.happy-many-head {
	max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.happy-many-content {
	background-color: #ffffff;
	max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.happy-many-content h1 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: #34495e;
	margin: 0px;
    padding-top: 40px;
}
.happy-many-content h2 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 25px;
    color: #34495e;
}
.happy-many-content p {
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.6;
}
.happy-many-content li {
    font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 0.6;
}
.happy-block-icon img {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border-radius: 100%;
    display: block;
}
.happy-block-icon h4 {
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #3a3a3a;
}
.happy-block-icon p {
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #3a3a3a;
    margin-top: 0px;
    margin-bottom: 20px;
}
.happy-bgcolor-greywhite {
	background-color: #E5E5E5;
}
.happy-bgcolor-yellowwhite {
	background-color: #ffefc2;
}
.happy-bgcolor-greenwhite {
	background-color: #b5f5f5;
}
.happy-bgcolor-pinkwhite {
	background-color: #ffcbe0;
}
.happy-bgcolor-purplewisteria {
	background-color: rgba(155, 89, 182, 0.53);
}
.happy-block-totalnumber h4{
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 45px;
    color: #34495e;
	padding-top: 30px;
}
.happy-block-totalnumber h5{
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    color: #34495e;
	padding-bottom: 30px;
	line-height: 1.6;
}
@media (max-width: 768px)
{
	.happy-many-content h1 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #34495e;
	margin: 0px;
    padding-top: 40px;
}
	.happy-many-content h2 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #34495e;
}
}
@media (max-width: 480px){
	.happy-many-content h1 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #34495e;
	margin: 0px;
    padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.happy-many-content h2 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #34495e;
	padding: 0px 10px;
}
.happy-many-content p {
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.6;
	padding-left: 10px;
	padding-right: 10px;
}
.happy-many-content li {
    font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.6;
	padding-left: 10px;
	padding-right: 10px;
}
.happy-block-icon .page-register-down-a .est-form-sub-go {
    background-color: #F7CA18;
    padding: 15px 10px 12px;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
    border: 0px solid;
    display: -webkit-inline-box;
    text-decoration: none;
    font-weight: bold;
    text-shadow: #fff 1px 1px 1px;
    border-bottom: 4px solid #ffcc00;
}

}
/*happybirthday END*/
/*PRICE BEGIN*/
.page-price-banner {
	background: #fff url('../img/bg/elephant.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	min-height: 550px;
}
.colone {
	max-width: 200px;
}
.price-section-radio-35 {
	width: 30%;
    display: -webkit-inline-box;
    float: left;
}
.price-section-radio-65 {
	width: 70%;
    display: -webkit-inline-box;
    float: right;
}
.price-section-radio-50-1 {
	width: 50%;
    display: inline-block;
    text-align: right;
    right: 0;
}
.price-section-radio-50-2 {
	width: 50%;
    display: -webkit-inline-box;
}
.price-section-radio-50-1 p {
	margin-top: 8px;
    font-size: 15px;
    font-weight: 800;
    color: #1bbc9b;
	margin-right: 20px;
}
.md-radio-inline .md-radio {
    display: inline-block;
    margin-right: 20px;
}
.md-radio label {
    cursor: pointer;
    padding-left: 30px;
}
.md-radio input[type=radio] {
    visibility: hidden;
    position: absolute;
}
.md-radio label>.box {
    top: 0;
    border: 2px solid #666;
    height: 20px;
    width: 20px;
    border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    z-index: 5;
}
.md-radio label>span {
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}
.md-radio {
    position: relative;
}
.price-section {
	border-bottom: 1px solid #ddd;
	box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
	margin-bottom: 60px;
}
.price-section-title {
	display: flex;
	border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	background-color: #fafafa;
}
.price-section-title-desc, .price-section-title-free, .price-section-title-one, .price-section-title-two, .price-section-title-three, .price-section-title-four {
	display: -webkit-inline-box;
    float: left;
}
.price-section-title-desc, .price-section-content-desc{
	width: 40%
}
.price-section-title-free, .price-section-title-one, .price-section-title-two, .price-section-title-three, .price-section-title-four, 
.price-section-content-free,.price-section-content-one, .price-section-content-two, .price-section-content-three, .price-section-content-four {
	width: 20%;
	text-align: center;
    display: table;
}
.price-section-title-detail {
	vertical-align: middle;
    display: table-cell;
    width: 100%;
	min-height: 200px;
	padding: 15px 15px;
}
.price-section-title-detail p {
	margin: 0px 0px 20px 0px;
}
.price-section-title-detail h4 {
	margin: 0px 0px 20px 0px;
}

.price-section-title-detail h5 {
	margin: 0px;
	font-size: 35px;
	color: #f49b26;
	margin-bottom: 20px;
}
.price-section-title-detail h5 >span.price-sign {
	margin: 0px;
	font-size: 24px;
    position: absolute;
    margin-left: -14px;
}
.price-section-title-detail h5 >span.price-free {
    margin-left: 0px;
}
.price-section-title-detail h5 >span.price {
    margin-left: 0px;
}
.price-section-title-detail h5 >span.price-month {
	margin: 0px;
	font-size: 20px;
    position: absolute;
    margin-top: 14px;
}
.price-section-detail-number {
	font-size: 20px;
	color: #5c9bd1;
}
.price-section-title .form-control {
	padding: 0px 12px;
	font-size: 18px;
}
.price-section-title .form-free-250 {
	padding: 0px 12px;
    font-size: 18px;
    width: 100%;
    height: 34px;
    color: #4d6b8a;
    margin-top: 25px;
}
.price-section-title .form-cloud{
	padding: 0px 12px;
    font-size: 18px;
    width: 100%;
    height: 34px;
    color: #4d6b8a;
    margin-top: 25px;
}


.price-section-head-desc, .price-section-head-free, .price-section-head-one, .price-section-head-two, .price-section-head-three, .price-section-head-four {
	display: -webkit-inline-box;
    float: left;
}
.price-section-head-desc, .price-section-content-desc{
	width: 40%
}
.price-section-head {
	display: flex;
	border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.price-section-head-desc > .price-section-detail h4 {
	padding-left: 15px;
}
.price-section-head-free, .price-section-head-one, .price-section-head-two, .price-section-head-three, .price-section-head-four, 
.price-section-content-free, .price-section-content-one, .price-section-content-two, .price-section-content-three, .price-section-content-four {
	width: 20%;
	text-align: center;
    display: table;
}

.price-section-content {
	display: flex;
	border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.price-section-content-free, .price-section-content-one, .price-section-content-two, .price-section-content-three, .price-section-content-four  {
	border-left: 1px solid #ddd;
}
.price-section-content-desc, .price-section-content-free, .price-section-content-one, .price-section-content-two, .price-section-content-three, .price-section-content-four  {
    float: left;
	display: table;
}
.price-section-detail {
	vertical-align: middle;
    display: table-cell;
    width: 100%;
	height: 40px;
}
.price-section-detail p {
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.3;
}
.price-section-detail h4 {
	margin: 0px;
}
.price-section-detail >.fa-check {
	color: #1bbc9b;
    font-size: 25px;
}
.price-section-detail >.fa-close {
	color: #d91e18;
    font-size: 25px;
}
.price-icon-info {
	font-size: 16px;
    color: #ddd;
    margin: 5px;
    display: block;
}
.price-arrow-right-down {
	-moz-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    -webkit-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transform: rotate(-23deg);
    right: 420px;
    position: absolute;
}

/*PRICE END*/
/*CLOUD BEGIN*/
.backg-image-cloud {
	position: absolute;
}
.backg-image-cloud img{
	width: 95%;
}
.cloud-title {
	margin-bottom: 30px;
}
.cloud-title h1{
	font-size: 40px;
    text-align: center;
    margin-top: 50px;
    font-weight: 500;
}
.cloud-title h2{
	font-size: 20px;
    text-align: center;
    margin-top: 0px;
}
.prices-cloud {
	border-bottom: 1px solid #ccc;
}
.prices-cloud-detail {
	border-bottom: 0px solid #ccc;
}
.pr-cloud-head {
	border-bottom: 0px solid #ccc;
}
.prices-cloud-desc {
	padding: 10px;
	margin-bottom: 20px;
}
.prices-cloud .mt-step-number > i{
	font-size: 26px;
    border-radius: 50%!important;
    float: left;
    margin: auto;
    border: 2px solid #1bbc9b;
	padding: 11px 12px;
    height: 50px;
    width: 50px;
	color: #1bbc9b
}
.prices-cloud .mt-step-title{
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
    font-weight: 700;
    padding-left: 60px;
    margin-top: 0px;
}
.prices-cloud .mt-step-content{
	padding-left: 60px;
    margin-top: 2px;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
    font-weight: 100;
}
.mt-element-step .step-background-thin .mt-step-number  {
	top: 0px;
}
.cloud-price-table {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 25px;
    padding-bottom: 15px;
}
.cloud-price-table .row {
	font-family: "Open Sans",sans-serif;
	padding-top: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}
.cloud-price-total {
	
}
.cloud-price-table .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid;
    margin: auto;
}
.border-top-cloud-1 {
	border-top-color: #f3c200!important;
}
.cloud-price-total .cloud-price-number h3{
	font-size: 60px;
    position: relative;
    font-weight: 600;
	color: #fff;
    text-shadow: 1px 1px 1px #111;
}
.cloud-price-total .cloud-price-number h3 .price-sign {
	font-size: 24px;
    position: absolute;
    margin-left: -15px;
}
.mt-element-step .step-background-thin .active {
    background-color: #32c5d2!important;
}
.mt-element-step .step-background-thin .error {
    background-color: #E7505A!important;
}
.mt-element-step .step-background-thin .mt-step-col {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.bg-grey-steel {
    background: #e9edef!important;
}
.mt-element-step .step-background-thin .active .mt-step-number {
    color: #2ab4c0!important;
}
.mt-element-step .step-background-thin .error .mt-step-number {
    color: #e43a45!important;
}

.mt-element-step .step-background-thin .mt-step-number {
    font-size: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: .79em;
    color: #dae1e4;
    z-index: 4;
}
.mt-element-step .step-background-thin .mt-step-number {
    top: 5px;
}
.mt-element-step .step-background-thin .active .mt-step-content, .mt-element-step .step-background-thin .active .mt-step-title {
    color: #fff!important;
}
.mt-element-step .step-background-thin .error .mt-step-content, .mt-element-step .step-background-thin .error .mt-step-title {
    color: #fff!important;
}
.mt-element-step .step-background-thin .mt-step-title {
    font-size: 30px;
    font-weight: 100;
    text-align: right;
    padding-right: 25%;
    z-index: 5;
    position: relative;
}

.mt-element-step .step-background-thin .mt-step-content {
    text-align: right;
    position: relative;
    padding-right: 25%;
    z-index: 5;
}
/**CLOUD END*/
/*API BEGIN*/
.page-api-banner {
	background-color: #000;
	min-height: 700px;
}
.page-api-greymint {
	background-color: #525E64;
	min-height: 400px;
}
.api-section-page-greymint h3 {
	font-family: "Open Sans",sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.api-section-page-greymint p {
	font-family: "Open Sans",sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.api-section-border-right {
	border-right: 1px solid #fff;
	height: 270px;
}
.title-page-api h1 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 150px;
    color: #fff;
}
.title-page-api h2 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #fff;
}
.title-page-section-api h1 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: #fff;
}
.title-page-section-api h2 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #fff;
}
.title-page-section-api p {
	font-family: "Open Sans",sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
	text-align: center;
}
    

.content-page-api {
	text-align: center;
}
.content-page-api h3 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #fff;
}
.content-page-api p {
	font-family: "Open Sans",sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.content-page-api a{
	border: 2px solid #fff;
    background-color: rgba(119, 119, 119, 0);
    color: #fff;
    text-align: center;
}
.content-page-api a:hover{
	border: 2px solid #fff;
    background-color: #5d5d5d;
    color: #fff;
    text-align: center;
}
.content-page-api-spisok ul {
	list-style-type: none;
}
.content-page-api-spisok a{
	font-family: "Open Sans",sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
	text-decoration: none;
}
.content-page-api-spisok a:hover{
	font-family: "Open Sans",sans-serif;
    color: #3fc9d5;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
	text-decoration: none;
}
.api-section-page h2{
	font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 40px;
    font-weight: 100;
	margin-top: 40px;
	text-align: center;
}
.api-section-page h3{
	font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 24px;
    font-weight: 500;
	margin-top: 40px;
}
.api-section-page p{
	font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 16px;
    font-weight: 300;
}
.api-section-page th{
	font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 16px;
    font-weight: 600;
}
.api-section-page td{
	font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 16px;
    font-weight: 300;
}
.api-section-page table {
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
}


.section-api-menu-left {
	border-right: 2px solid #1BBC9B;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.29);
}
.section-api-menu-left a:hover {
	text-decoration: none;
}
.section-api-menu-left p {
	text-align: right;
    padding: 10px 27px 10px 20px;
	margin: 0px 0px;
	font-size: 14px;
	font-weight: normal;
    color: #333;
    text-decoration: none;
}
.section-api-menu-left {
	border-right: 2px solid #000;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.29);
}
.section-api-menu-left .active {
	background: #E9EDEF;
}
.section-api-menu-left a> .active .selected-ro {
	display: block;
    float: right;
    position: absolute;
    right: 17px;
    background: 0 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #000;
    margin-top: -6px;
}
.section-api-content {
	padding-left: 50px;
}
.section-api-content h1{
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
    font-size: 50px;
    color: #34495e;
}
.section-api-content h2{
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
    color: #34495e;
	margin-top: 70px;
}
.section-api-content h3{
	font-family: "Open Sans",sans-serif;
	font-weight: 500;
    color: #34495e;
}
.section-api-content p{
	font-family: "Open Sans",sans-serif;
	font-weight: 100;
    color: #34495e;
}
.section-api-content table {
	box-shadow: 0 2px 3px 2px rgba(0,0,0,.03)
}
.section-api-content td {
	font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 16px;
    font-weight: normal;
}
.section-api-content th {
	font-family: "Open Sans",sans-serif;
    color: #34495e;
    font-size: 16px;
    font-weight: 600;
}
.section-api-content-metod {
	margin-bottom: 20px;
}
.section-api-content-metod p{
	font-family: "Open Sans",sans-serif;
    font-weight: 100;
    color: #34495e;
    font-size: 18px;
    margin: 0px;
}
.section-api-content-metod p > span{
	font-family: "Open Sans",sans-serif;
    font-weight: 600;
    color: #34495e;
    font-size: 18;
    margin: 0px;
}
.section-api-content-strukrura {
	margin-bottom: 20px;
}
.section-api-content-strukrura p{
	font-family: "Open Sans",sans-serif;
    font-weight: 100;
    color: #34495e;
    font-size: 18;
    margin: 0px;
}
.section-api-content-strukrura p > span{
	font-family: "Open Sans",sans-serif;
    font-weight: 600;
    color: #34495e;
    font-size: 18;
    margin: 0px;
}

/*API END*/
/*BLOG BEGIN*/
.page-blog-index-banner {
	background-color: #000;
    background-image: url(/assets-custom/img/bg/green-square.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 550px;
	background-position: center center;

}
.page-blog-index-banner h1 {
	text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: #ffffff;
	text-shadow: 0 1px 2px #000;
}
.page-blog-index-banner h2 {
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    font-size: 25px;
    color: #fff;
    text-shadow: 0 1px 2px #000;
	padding-top: 30px
}
.page-blog-index-banner h1> small{
	color: #9E9E9E;
    font-size: 13px;
    line-height: 15px;
}
.page-blog-index {
	background: #ffffff;
}
.blog-many {
    background-color: #fff;
    display: block;
    padding: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #ddd;
    -moz-box-shadow: 0 1px 1px #ddd;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
}
.blog-many .blog-many-header img {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.blog-many .blog-many-content {
	border: 1px solid #ddd;
    border-top: none;
	border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.blog-many .blog-many-content .blog-many-attrib {
	background-color: #fff;
	min-height: 50px;
	border-bottom: 1px solid #ddd;
}
.blog-many-date {
	display: -webkit-inline-box;
    float: left;
    padding: 14px;
}
.blog-many-date i {
    font-size: 20px;
    color: #2196F3;
}
.blog-many-star {
	display: -webkit-inline-box;
    float: right;
    padding: 0px 10px;
}
.blog-many-star .fa-star {
    color: #ffc107;
}
.blog-many-star  .rating-xs {
    font-size: 18px;
}
.blog-many-star  .theme-krajee-fa .star {
    font-size: 1em;
}
.blog-many-star-displaytable {
    display: table;
}
.blog-many-star-displaytablecenter {
    vertical-align: middle;
    display: table-cell;
}
.blog-many .blog-many-content .blog-many-body {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.blog-many .blog-many-content .blog-many-body h4 {
	margin-top: 0px;
	font-weight: 600;
}
.blog-many .blog-many-content .blog-many-body a {
	color: #3a3a3a;
	text-decoration: none;
}
.blog-many .blog-many-content .blog-many-body a:hover {
	color: #2196F3;
	text-decoration: none;
}
.blog-many .blog-many-content .blog-many-body p {
	color: #3a3a3a;
	font-size: 15px;
	font-weight: normal;
}
.blog-many .blog-many-content .blog-many-footer {
	background-color: #fff;
}
.blog-many .blog-many-content .blog-many-footer .blog-many-footer-head  .blog-many-footer-more {
	display: -webkit-inline-box;
    float: left;
}
.blog-many-footer-head {
	padding: 15px;
    min-height: 50px;
}
.blog-many .blog-many-content .blog-many-number {
	display: -webkit-inline-box;
    float: right;
	padding: 14px;
}
.blog-many .blog-many-content .blog-many-number i {
	font-size: 20px;
    color: #1bbc9b;
}
.blog-many .blog-many-content .blog-many-number span {
	font-size: 15px;
    font-weight: 300;
}

.blog-many-footer-down {
	display: inline-block;
	padding: 0px 15px;
}
.blog-many .blog-many-content .blog-many-footer .blog-many-footer-down .blog-many-tag {
	display: -webkit-inline-box;
    float: left;
}
.blog-many .blog-many-content .blog-many-footer .blog-many-footer-down .blog-many-tag i {
	font-size: 20px;
    color: #607d8b;
}
.blog-many .blog-many-content .blog-many-footer .blog-many-footer-down .blog-many-tag span {
	font-size: 15px;
    font-weight: 300;
    padding-right: 20px;
}



.page-blog-block-img {
	display: block;
}
.page-blog-block-img img{
	display: block;
    max-width: 100%;
    height: auto;
}
.page-blog-block-card {
	background-color: #ffffff;
	padding: 20px;
}
.page-blog-block-title {
	min-height: 70px;
}
.page-blog-block-title a {
	text-decoration: none;
	color: #3a3a3a;
}
.page-blog-block-title a:hover {
	text-decoration: none;
	color: #3498db;
}
.page-blog-block-title h2{
	font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
	margin-top: 0px;
    margin-bottom: 0px;
}
.page-blog-block-desc p{
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.4;
}
.page-blog-block-desc h1{
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.6;
}
.page-blog-block-desc li{
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.6;
}
.page-blog-view-desk blockquote {
	text-align: center;
    border: 3px solid #f3c200;
    margin: 50px 120px 40px 80px;
    background-color: #fafafa;
    border-radius: 3px;
}
.page-blog-view-desk blockquote > p {
	font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width: 767px) {
	.page-blog-view-desk blockquote {
		text-align: center;
		border: 3px solid #f3c200;
		margin: 20px 0px;
		background-color: #fafafa;
		border-radius: 3px;
	}
	.page-blog-view-field h1 {
		font-family: "Open Sans",sans-serif;
		color: #3a3a3a;
		font-size: 25px;
		font-weight: 400;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.page-blog-view-desk blockquote {
		text-align: center;
		border: 3px solid #f3c200;
		margin: 20px 0px;
		background-color: #fafafa;
		border-radius: 3px;
	}
	.page-blog-view-field h1 {
		font-family: "Open Sans",sans-serif;
		color: #3a3a3a;
		font-size: 25px;
		font-weight: 400;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}


.page-blog-block-button {
	padding: 0px 10px;
}
.page-blog-view {
	background: #ffffff;
}
.page-blog-view-field {
	border: 1px solid #ddd;
	box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
    background: #fff;
	padding-left: 25px;
	padding-right: 25px;
}
.page-blog-view-desk img {
	display: block;
    max-width: 100%;
    height: auto;
}
.page-blog-view-field h1 {
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 32px;
    font-weight: 400;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-blog-view-field h2 {
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
    margin-top: 40px;
}
.page-blog-view-desk p {
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.8;
}
.page-blog-view-desk li {
	font-family: "Open Sans",sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
}
.page-blog-view-crumbs {
	padding: 5px 10px;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.page-blog-view-crumbs a{
	color: #3a3a3a;
	text-decoration: none;
}
.page-blog-view-crumbs a:hover{
	color: #55acee;
	text-decoration: none;
}
.page-blog-view-info {
	display: inline-block;
	margin: 20px 0px;
	font-family: "Open Sans",sans-serif;
    font-size: 16px;
    color: #3a3a3a;
}
.page-blog-view-info-autor  {
	display: -webkit-inline-box;
    float: left;
	margin-right: 30px;
}
.page-blog-view-info-autor img{
	border-radius: 50px;
	margin-right: 10px;
}
.page-blog-view-info-data {
	display: -webkit-inline-box;
    float: left;
	margin-right: 30px;
}
.page-blog-view-info-data i {
	font-size: 20px;
    color: #2196F3;
}
.page-blog-view-info-number {
	display: -webkit-inline-box;
    float: left;
	margin-right: 30px;
}
.page-blog-view-info-number i {
	font-size: 20px;
    color: #1bbc9b;
}
.page-blog-view-info-star {
	display: -webkit-inline-box;
    float: left;
}
.page-blog-view-info-star .rating-xs {
	font-size: 0em;
}
.page-blog-view-info-star  .fa-star {
    font-size: 20px;
    color: #ffc107;
}
.page-blog-view-info-star .fa-star-o {
    font-size: 20px;
}
.page-blog-view-info-star .rating-container .filled-stars {
	text-shadow: none;
}
.page-blog-view-info-displaytable {
	display: table;
	height: 60px;
}
.page-blog-view-info-displaytablecenter {
	vertical-align: middle;
    display: table-cell;
}
.page-blog-view-info-displaytablecenter span {
	font-weight: 600;
}
/*sprite with stars*/
#reviewStars-input input:checked ~ label, #reviewStars-input label, #reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background: url('http://positivecrash.com/wp-content/uploads/ico-s71a7fdede6.png') no-repeat;
}

#reviewStars-input {
  
  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/
  
  position: relative;
  float: left;
}

#reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  
  width: 43px;
  height: 40px;
  
  position: absolute;
  top: 0;
  z-index: 0;
}

#reviewStars-input input:checked ~ label {
  background-position: 0 -40px;
  height: 40px;
  width: 43px;
}

#reviewStars-input label {
  background-position: 0 0;
  height: 40px;
  width: 43px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  
  position: relative;
  z-index: 1;
}

#reviewStars-input label:hover, #reviewStars-input label:hover ~ label {
  background-position: 0 -40px;
  height: 40px;
  width: 43px;
}

#reviewStars-input #star-0 {
  left: 0px;
}
#reviewStars-input #star-1 {
  left: 53px;
}
#reviewStars-input #star-2 {
  left: 106px;
}
#reviewStars-input #star-3 {
  left: 159px;
}
#reviewStars-input #star-4 {
  left: 212px;
}
#reviewStars-input #star-5 {
  left: 265px;
}
.page-blog-view-sitebar-banner {
	margin-bottom: 30px;
}
.page-blog-view-sitebar-top {
	background-color: #ffffff;
	margin-bottom: 30px;
}
.page-blog-view-sitebar-top h4 {
	padding: 0px 15px;
}
.page-blog-view-sitebar-top a {
	text-decoration: none;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
}
.page-blog-view-sitebar-top a:hover {
	text-decoration: none;
	color: #000;
}
.page-blog-view-sitebar-top a>img {
	width: 100%;
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.page-blog-view-sitebar-top a>div {
	border: 1px solid #ddd;
    border-top: none;
    padding: 10px;
    color: #000;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
	.masonry[data-columns]::before {
		content: '1 .col-xs-12';
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.masonry[data-columns]::before {
		content: '2 .col-xs-6';
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.masonry[data-columns]::before {
		content: '3 .col-xs-4';
	}
}

@media screen and (min-width: 1200px) {
	.masonry[data-columns]::before {
		content: '3 .col-xs-4';
	}
}

/*BLOG END*/
/*marquee BEGIN*/
.page-marquee-bg {
	background: #000 url(../img/bg/back_all.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}
/*marquee END*/
/*SUPPORT BEGIN*/
.scroller {
    position: relative;
    height: 600px;
    overflow: auto;
	margin-bottom: 20px;
	padding: 0 12px 0 0;
}
.support-sidebar-menu-title {
	border-right: solid 1px #e2e2e1;
}
.support-sidebar-menu-title a {
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
    color: #34495e;
    padding: 15px 20px 16px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    text-decoration: none;
	border-bottom: solid 1px #e2e2e1;
}
.support-sidebar-menu-title a:hover {
    background-color: #F1F1F1;
}
.support-sidebar-menu-answer {
	background-color: #eee;
	border-right: solid 1px #e2e2e1;
	border-bottom: solid 1px #e2e2e1;
}
.support-sidebar-menu-answer a {
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
    color: #000;
    padding: 6px 10px 6px 30px;
	display: block;
	text-decoration: none;
}
.support-sidebar-menu-answer a:hover {
	background-color: #f6f5f3;
}
.support-sidebar-menu-answer-active {
	background: #3FD5C0 !important;
    color: #fff !important;
}
.support-sidebar-menu-answer .support-sidebar-menu-answer-active :hover {
	background: #3FD5C0;
    color: #fff !important;
}
.support-page-content {
	margin: 20px 30px 20px 20px;
}
.support-page-content h1{
	font-family: "Open Sans",sans-serif;
	font-size: 30px;
	color: #3a3a3a;
	margin-top: 30px;
	margin-bottom: 30px;
}
.support-page-content h4{
	font-family: "Open Sans",sans-serif;
	font-size: 22px;
	color: #3a3a3a;
	margin-top: 40px;
	margin-bottom: 20px;
}
.support-page-content p{
	font-family: "Open Sans",sans-serif;
    font-size: 16px;
	line-height: 26px;
    font-weight: normal;
    color: #3a3a3a;
	padding-left: 20px;
	margin-bottom: 20px;
}
.support-page-content ul,ol{
	margin-bottom: 20px;
}
.support-page-content li{
	font-family: "Open Sans",sans-serif;
    font-size: 16px;
	line-height: 26px;
    font-weight: normal;
    color: #3a3a3a;
	padding-left: 20px;
}
.support-page-content strong{
    font-weight: 600;
}
.support-page-content img {
	display: block;
    max-width: 100%;
    height: auto;
	border: 1px solid #e2e2e1;
    padding: 2px;
    border-radius: 4px;
	margin-bottom: 20px;
}
.support-page-catalog-title {
	
}
.support-page-catalog-title a {
	font-family: "Open Sans",sans-serif;
    font-size: 16px;
    color: #34495e;
    padding: 15px 20px 16px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    text-decoration: none;
    border: solid 1px #e2e2e1;
	border-bottom: none;
}
.support-page-catalog-title a:hover {
	background-color: #F1F1F1;
}
.support-page-catalog-answer {
	background-color: #eee;
    border-right: solid 1px #e2e2e1;
	border-left: solid 1px #e2e2e1;
}
.support-page-catalog-answer a {
	font-family: "Open Sans",sans-serif;
    font-size: 14px;
    color: #000;
    padding: 6px 10px 6px 35px;
    display: block;
    text-decoration: none;
}
.support-page-catalog-answer a:hover {
	background-color: #f6f5f3;
}
/*SUPPORT END*/
/*Footer BEGIN*/
.est-form-sub-go {
    background-color: #F7CA18;
    padding: 15px 30px 12px;
    color: #000;
    font-size: 20px;
    border-radius: 4px;
    border: 0px solid;
    display: -webkit-inline-box;
    text-decoration: none;
    font-weight: bold;
    text-shadow: #fff 1px 1px 1px;
    border-bottom: 4px solid #ffcc00;
}
.est-form-sub-go:hover {
	color: #000;
	text-shadow: #fff 1px 1px 1px;
    background-color: #ffc107;
    border-bottom: 4px solid #ffb307;
}
.page-register-down {
	min-height: 200px;
	border-top: 1px solid #ddd;
}
.page-register-down h2 {
	color: #34495e;
    text-align: center;
    font-size: 35px;
    font-weight: 100;
    font-family: "Open Sans",sans-serif;
	margin-bottom: 40px;
}
.page-register-down-a {
    text-align: center;
}
.page-register-down p{
	color: #fff;
	display: -webkit-inline-box;
}
.footer {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}
.page-prefooter {
    background-color: #34495E;
    color: #fff;
	padding: 30px 0;
    clear: both;
	min-height: 400px;
}
.page-footer {
	background: #22313F;
	color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 17px 0;
}
.page-footer p {
	display: -webkit-inline-box;
	margin: 0px;
}
.page-footer a{
	color: #fff;
    font-size: 13px;
}
.page-footer-copy {
	margin-right: 20px;
}
.footer-block h3 {
	font-weight: 600;
    font-size: 20px;
	color: #fff;
}
.footer-block ul{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 35px;
	display: inline-block;
}
.footer-block a{
	color: #fff;
    font-size: 16px;
	font-weight: 300;
    line-height: 28px;
}
.footer-block a:hover{
	color: #3fc9d5;
    font-size: 16px;
    line-height: 28px;
	text-decoration: none;
}
.footer-block-contact p{
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
	color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
	margin: 0px;
}
/*Footer END*/
.scroll-to-top {
    padding: 2px;
    text-align: center;
    position: fixed;
    z-index: 10001;
    bottom: 5px;
    display: none;
    right: 20px;
}
.scroll-to-top>i {
    color: #657383;
    font-size: 32px;
    opacity: .7;
    filter: alpha(opacity=70);
}
.scroll-to-top>i {
    display: inline-block;
    font-size: 32px;
    opacity: .7;
    filter: alpha(opacity=70);
}
.c-layout-go2top {
    display: inline-block;
    position: fixed;
    bottom: 4px;
    right: 10px;
    cursor: pointer;
}
.c-layout-go2top i {
    opacity: 0.5;
    filter: alphaopacity=50;
    color: #89939e;
    font-size: 38px;
    font-weight: 300;
}
/*FUNCTION BEGIN*/
.page-function-banner  {
	background-color: #fff;
	min-height: 700px;
}
.function-zagolovok {
	display: table;
	margin-left: 10px;
}
.function-zagolovok-number {
	display: table-cell;
    vertical-align: middle;
    float: left;
	font-size: 150px;
    color: #fff;
    text-shadow: 2px 2px 3px #333;
}
.function-zagolovok-text{
	display: table-cell;
    vertical-align: middle;
	

}
.function-zagolovok-text h1{
	font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 3px #333;
    padding-left: 20px;
}
.design-knopka {
	font-weight: 400 !important;
    text-transform: inherit !important;
    padding: 7px 14px 7px 14px;
    font-size: 14px;
}
.page-container {
	width: 100%;
	background-color: #fff;
}
.page-function-head {
	background-color: #fff;
}

.service-menu-left {
	border-right: 2px solid #1BBC9B;
	box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.29);
}
.service-menu-left a:hover {
	text-decoration: none;
}
.service-menu-left p {
	text-align: right;
    padding: 10px 27px 10px 20px;
	margin: 0px 0px;
	font-size: 14px;
	font-weight: normal;
    color: #333;
    text-decoration: none;
}
.service-menu-left p:hover {
	background-color: #eee;
	text-decoration: none;
}

.service-menu-left .active {
	background: #E9EDEF;
}
.service-menu-left a> .active .selected-ro {
	display: block;
    float: right;
    position: absolute;
    right: 17px;
    background: 0 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #1BBC9B;
    margin-top: -6px;
}

    
.img-responsive {
	width: 100%;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 14px;
}
.blog-articles h2{
	padding-bottom: 20px;
}
.blog-articles img {
	border-radius: 4px;
    border: 1px solid #ddd;
    padding: 4px;
	margin-left: -15px;
}
.blog-articles p {
	margin: 0px;
	color: #333333;
    font-size: 18px;
    font-weight: 300;
}
.blog-articles a {
	float: left;
	font-size: 30px;
    font-weight: 300;
    color: #4e5a64;
	text-decoration: none;
}
.blog-articles a:hover {
	float: left;
    color: #4e5a64;
	text-decoration: none;
}
.blog-articles-page p> iframe {
	width: 100%;
	min-height: 420px;
	border-radius: 4px;
    border: 1px solid #ddd;
    padding: 4px;
}


.blog-articles-page h1{
	padding-bottom: 20px;
	font-size: 30px;
}
.blog-articles-page h3{
	font-size: 18px;
    color: #333;
    line-height: 1.7;
    padding: 0px 0px 15px;
    margin: 0px;
}
.blog-articles-page h3 > span{
	padding-right: 0px;
}
.blog-articles-page img {
	border-radius: 4px;
    border: 1px solid #ddd;
    padding: 4px;
	margin-bottom: 20px;
}
.blog-articles-page p {
	margin: 0 0 20px;
    font-size: 18px;
    color: #333;
    line-height: 1.7;
}
.blog-articles-page p > strong {
	margin: 0px;
	color: #333333;
    font-size: 20px;
    font-weight: 600;
	padding-bottom: 10px;
}
.blog-articles-page h2 {
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
    color: #333;
}
.blog-articles-page h4 {
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
    color: #333;
}
.blog-articles-page ol > li {
	margin: 0px;
	color: #333333;
    font-size: 18px;
	padding-bottom: 10px;
}
.blog-articles-page ul > li {
	margin: 0px;
	color: #333333;
    font-size: 18px;
	padding-bottom: 10px;
}
.blog-articles-page h4 > strong {
	font-size: 26px;
    font-weight: 400;
}
.blog-articles-page a {
    font-weight: 300;
	text-decoration: none;
}
.blog-articles-page a:hover {
	font-weight: 300;
	text-decoration: none;
}
.blog-articles-page blockquote {
	margin-top: 10px;
}
.blog-articles-button {
	margin-top: 20px;
}
.blog-articles-border {
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
    padding-bottom: 20px;
}

.blog-recomend {
	border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
	margin-bottom: 20px;
	background-color: #1BBC9B;
}
.blog-recomend h4 {
	border-top: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-top: 0px;
}

.post-recomend {
	border-radius: 4px;
    border: 1px solid #ddd;
    padding: 4px;
    min-height: 220px;
	display: inline-block;
	background-color: #fff;
}
.post-recomend:hover {
	border-radius: 4px;
    border: 1px solid #ddd;
    padding: 4px;
    min-height: 220px;
	display: inline-block;
	background-color: #fff;
	opacity:0.8;
}
.post-recomend img{
	border-radius: 0px;
    border: none;
    padding: 0px;
	margin-bottom: 0px;
}
.post-recomend h5{
	color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
}
.recomend-block {
	border: 1px solid #ddd;
    display: inline-block;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    min-height: 250px;
}

.recomend-block h4{
	color: #333 !important;
    text-align: center;
}
.recomend-block img {
	border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
	margin-bottom: 10px;
}
.blog-disqus {
	border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
	margin-bottom: 20px;
}
.blog-share {
	padding-bottom: 20px;
}
.blog-share a{
	font-size: 15px;
    padding: 7px 14px 6px;
}
.blog-share a > i{
	font-size: 18px;
}
.btn-fb {
    background: #475e98;
}
.btn-tw {
    background: #55acee;
}
.btn-vk {
	background: #597DA3;
}

.blog-sidebar-picture img {
	border-radius: 4px;
	border: 1px solid #ddd;
}
.blog-sidebar-left-recomented {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.blog-sidebar-left-recomented h4 {
    background: #F1F1F1;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}
.blog-sidebar-left-recomented-within {
	padding: 4px;
	border-bottom: 1px solid #ddd;
}
.blog-sidebar-left-recomented-within h5 {
	font-size: 20px;
    font-weight: 100;
	margin-top: 10px;
    margin-bottom: 10px;
	color: #333;
}
.blog-sidebar-left-recomented-within a {
	text-decoration: none;
}
.blog-sidebar-left-recomented-within a:hover {
	    text-decoration: none;
}
.blog-sidebar-left-recomented-within h5:hover {
	font-size: 20px;
    font-weight: 100;
	margin-top: 10px;
    margin-bottom: 10px;
	color: #333;
}
.blog-sidebar-left-recomented img:hover {
	opacity:0.8;
}
.blog-sidebar-left-autor {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.blog-main-area {
	padding-right: 0px;
    padding-left: 0px;
}
.blog-3-table {
	border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
	margin-bottom: 20px;
	min-height: 410px;
}
.blog-3-table img {
	overflow: hidden;
    max-height: 150px;
}
.blog-3-table img:hover {
	overflow: hidden;
    max-height: 150px;
	opacity: 0.9;
}
.blog-3-table a {
	text-decoration: none;
}
.blog-3-table h2 {
	margin-top: 10px;
	margin-bottom: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.blog-3-table h2:hover {
	margin-top: 10px;
	margin-bottom: 0px;
    font-size: 20px;
    color: #32c5d2;
	font-weight: 600;
}
.blog-3-table> .blog-3-table-title, 
.blog-3-table> .blog-3-table-data, 
.blog-3-table> .blog-3-table-desc, 
.blog-3-table> .blog-3-table-bottom {
	padding: 0px 10px;
}
.blog-3-table-title {
	min-height: 75px;
}
.blog-3-table-data {
	
}
.blog-3-table-data p{
	
}
.blog-3-table-desc {
	
}
.blog-3-table-desc p{
	margin-top: 0px;
	margin-bottom: 0px;
}
.blog-3-table-bottom {
	bottom: 0;
    position: absolute;
}
.blog-3-table-bottom a {
	margin-top: -70px;
}
    
    
/*Modal POP-UP Begin */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.popup {
    top: 10%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 800px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #666;
    background: #fff;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.close-modal {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	background-color: #fff;
}
.close-modal:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close-modal:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
/*Modal POP-UP End*/

.news-content h1 {
	font-size: 30px;
    margin: 10px 0px 20px;
}
.news-content h1 > a{
	font-size: 30px;
    margin: 10px 0px 20px;
	text-decoration: none;
}
.news-shortbody p{
    color: #333333;
    font-size: 18px;
    font-weight: 300;
	font-family: "Open Sans", arial, sans-serif;
}

.news-button {
	text-align: left;
    float: left;
    padding: 0;
}
.sidebar-ramka {
	border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
}
.sidebar-text {
	padding: 0px 10px 10px 10px;
}
.sidebar-text a {
    font-size: 30px;
    font-weight: 300;
    color: #4e5a64;
    text-decoration: none;
}
.sidebar-text p {
	margin: 0px;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
}
.subscribebeme-padding-60 {
	padding-top: 60px;
}
.subscribebeme-padding-50 {
	padding-top: 50px;
}
.subscribebeme-page h1{
	text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 70px;
	padding-bottom: 30px;
}
.subscribebeme-page h2{
	text-align: center;
    font-size: 24px;
}
.subscribebeme-instruction p {
	text-align: justify;
    font-size: 20px;
    font-weight: 300;
}

 
.btn.btn-sm {
    font-size: 11px;
    padding: 6px 18px 6px 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.seo-text p{
	font-size: 17px;
    font-weight: 300;
	text-align: justify;
}
.seo-text strong{
    font-weight: 500;
}

.page-seo-text p{
	font-size: 20px;
    font-weight: 300;
	text-align: justify;
}
.page-seo-text h4{
	font-size: 30px;
    font-weight: 400;
	text-align: center;
	padding-top: 30px;
}
.page-seo-text label {
	font-size: 16px;
    font-weight: 300;
}
.page-seo-text strong{
    font-weight: 500;
}
.page-seo-text li{
    font-size: 20px;
    font-weight: 300;
}
.header-main {
    background: #444d58;
    margin-bottom: 0px;
    border: none;
    min-height: 50px;
	box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.3);
}
.header-main-link >li >a {
    color: #BCC2CB !important;
    font-size: 14px;
    font-weight: 400;
}
.header-main-link >li >a:hover {
    color: #333 !important;
    background: #fafafa !important;
    font-size: 14px;
    font-weight: 400;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.link-sign-in li {
    background-color: #444d58;
}
.link-sign-in :hover {
    background-color: #797979;
}

.link-sign-in .vhod-servis {
    background-color: #D91E18;
}
.link-sign-in .vhod-servis:hover {
    background-color: #ab1813;
}
.link-sign-in>li >a {
    color: #fff !important;
}
.page-logo img {
    float: left;
    margin-top: 8px;
    margin-right: 40px;
}

.badge,
.btn {
    font-weight: 400;
    text-transform: none;
}
.sale {
    position: absolute;
    width: 100px;
    margin-top: -38px;
    margin-left: -34px;
}
.mobile-logo {
    display: none;
    margin-left: 15px;
}
.responsive-block,
.responsive-img-block {
    width: 100%;
    height: auto !important;
    min-height: 500px;
    overflow-x: hidden;
    position: relative;
    background: #fff;
}
.responsive-block img,
.responsive-img-block img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.responsive-img-block img {
    width: auto !important;
    max-width: 1600px;
    height: 100% !important;
}
.centrate-headText {
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
}
.left-headText {
    max-width: 600px;
    text-align: left;
    margin-left: 50px;
}
.left-headText2 {
    max-width: 600px;
    text-align: left;
}
.top-50 {
    margin-top: 50px;
}
.top-100 {
    margin-top: 100px;
}
.bottom-100 {
    margin-bottom: 100px;
}
.block-right-img {
    float: right;
    width: 41%;
}
.block-left-img {
    float: left;
    width: 41%;
}
.block-right-img-fun {
    float: right;
}
.block-left-img-fun {
    float: left;
}
.block-right-img-redround {
    #float: right;
    padding-top: 17px;
}
.block-left-img-redround {
    #float: left;
    padding-top: 17px;
}
.block-line-bottom {
    border-bottom: 2px solid #efefef;
    padding-bottom: 15px;
}
.page-head {
    height: auto !important;
    min-height: 400px;
    #padding-top: 51px;
}
.page-head-main {
    height: auto !important;
    min-height: 448px;
    #padding-top: 51px;
}
.page-head-color {
    height: auto !important;
    min-height: 450px;
}
.row .col-md-7 {
    margin-bottom: 15px;
}
.col-md-7 p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.row .col-md-6 {
    margin-bottom: 15px;
}
h1 {
    font-size: 40px;
}
.head-main h1 {
    font-size: 40px;
}
.head-main-block-1 h2 {
    color: #fff;
    font-size: 33px;
}
.head-main-block-1 p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.head-main-block-2 h2 {
    color: #333333;
    font-size: 33px;
}
.head-main-block-2 p {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
}
.head-main-block-3 h2 {
    color: #333333;
    font-size: 33px;
}
.head-main-block-3 p {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
}
.people-block h2 {
    font-size: 40px;
    margin-top: 100px;
}
.head-people-block h2 {
    color: #fff;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 1);
}
.text-function h1 {
    font-size: 60px;
    margin-top: 30px;
}
.text-function h2 {
    color: #000;
    font-size: 40px;
    margin-top: 50px;
    text-align: center;
}
.function-p p {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    padding-top: 20px;
}
.function-c p {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    padding-top: 20px;
    text-align: center;
}
.function-c a {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    padding-top: 20px;
    text-align: center;
}
.function-p h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
}
.function-c h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
    text-align: center;
}
.about-head h1 {
    color: #fff;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 1);
    font-size: 40px;
}
.about-text h2 {
    font-size: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}
.about-text p {
    font-size: 23px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}
.cheker-head h1 {
    color: #fff;
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 1);
    font-size: 40px;
}
.main-head h1 {
    color: #fff
}
.main-head h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.main-head-2 h1 {
    color: #fff;
    text-shadow: 0 1px 2px #333;
}
.main-head-2 h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 1px 2px #333;
}
.main-head-col6 h1 {
    color: #fff;
    text-shadow: 0 1px 2px #333;
}
.main-head-col6 h2 {
    color: #fff;
    font-size: 40px;
    text-align: left;
    text-shadow: 0 1px 2px #333;
}
.main-head-col6 p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-shadow: 0 1px 2px #333;
}
.knopka-red-function {
    text-align: center;
    padding-top: 60px;
}
.prices-main-text h2 {
    color: #fff;
    font-size: 40px;
    text-shadow: 0 1px 2px #333;
}
.prices-main-text p {
    color: #fff;
    text-shadow: 0 1px 2px #333;
    font-size: 20px;
}
.mailer-head h2 {
    color: #333333;
    font-size: 33px;
    text-align: left;
    margin-top: 0px;
}
.mailer-head a {
    text-decoration: none;
}
.mailer-head p {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    padding-top: 5px;
}
.mailer-line {
    margin: 80px 15px;
    border-bottom: 1px solid #ddd;
}
.mailer-line-end {
    margin: 50px 15px;
}
.mailer-text h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    margin-top: 60px;
}
.mailer-text h3 {
    text-align: center;
    margin-bottom: 70px;
}
.mailer-footer-head {
    margin-top: 50px;
}
.mailer-footer h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
}
.mailer-footer p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
}
.mailer-footer img {
    margin: 0 auto;
    width: 150px;
}
.mailer-function h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 20px;
}
.mailer-border {
    border-top: 1px solid #abc6d1;
    border-bottom: 1px solid #abc6d1;
}
.mailer-border-right {
    border-right: 1px solid #abc6d1;
}
.mailer-border-right-left {
    border-right: 1px solid #abc6d1;
    border-left: 1px solid #abc6d1;
    padding-bottom: 1px;
}
.mailer-function > a > div.active:hover {
    #background-color: #49BAC3;
}
.mailer-function > a > div.active {
    #background-color: #49BAC3;
}
.mailer-function div:hover {
    #background-color: #982F2F;
    #color: red;
}
.mailer-function div:active {
    #background-color: #ff0;
    #color: green;
}
.mailer-function .active a:visited {
    #background-color: #f00;
    #color: black;
}
.post-body img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.1s ease;
    padding: 8px;
    #border: 1px solid #d0d0d0;
    #-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    #-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    #box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    #-moz-border-radius: 5px;
    #-webkit-border-radius: 5px;
    #border-radius: 5px;
}
.post-body img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    #border: 1px solid #cccccc;
    #text-decoration: none;
    #text-shadow: none;
    #-moz-box-shadow: 1em 1em 1em -0.5em rgba(0, 0, 6, 0.5);
    #-webkid-box-shadow: 1em 1em 1em -0.5em rgba(0, 0, 6, 0.5);
    #box-shadow: 1em 1em 1em -0.5em rgba(0, 0, 6, 0.5);
}
.ul-col-md-2 li {
    width: 16.66666667%;
}
.caption h1 {
    margin-top: 0px;
    font-size: 16px !important;
}
.caption i {
    font-size: 15px;
    font-weight: 300;
    margin-top: 3px;
}
.caption-md h1 {
    margin-top: 0px;
    font-size: 16px !important;
}
.caption-md i {
    font-size: 15px;
    font-weight: 300;
    margin-top: 3px;
}
.menu-sub-three h3 {
    color: #333;
    text-align: center;
    font-size: 18px !important;
    text-decoration: none;
}
.menu-sub-three a {
    text-decoration: none;
}
.menu-sub-three-img {
    margin: 0 auto;
    text-align: center;
}
.menu-sub-three img {
    width: 60%;
    margin: 0 auto;
    opacity: 0.8;
}
.menu-sub-three img:hover {
    width: 60%;
    margin: 0 auto;
    opacity: 1;
}
.help-heading {
    border: 1px solid !important;
    border-radius: 3px !important;
    background-color: #fff !important;
    padding: 6px 15px;
}
.help-panel-body p {
    font-size: 14px !important;
    color: #333333 !important;
}
.help-panel-body ul li {
    font-size: 14px !important;
    color: #333333 !important;
}
.help-panel-body ol li {
    font-size: 14px !important;
    color: #333333 !important;
}
.help-panel-body a {
    color: #337ab7;
}
.help-head-title {
    color: #333333 !important;
}
.list-group-item-heading i {
    margin-top: 1px;
    font-size: 25px;
    line-height: 25px;
}
.list-group-item h4 {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
}
.banner-small-fon h1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 1px 2px #333;
    padding: 15px 0px 20px;
}
.banner-small-fon-new h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 1px 2px #333;
    padding: 15px 0px 20px;
}
.dogovor-text h2 {
    font-size: 24px;
	color: #3a3a3a;
	font-weight: 600;
    margin-top: 30px;
}
.dogovor-text p {
    font-size: 16px;
    font-weight: normal;
	color: #3a3a3a;
	line-height: 1.6;
}
.nospam-list-title {
	padding-left: 40px;
}
.nospam-list-title h3 {
	padding-top: 20px;
    padding-bottom: 10px;
	font-size: 20px;
    font-weight: 600;
}
.nospam-list {
	padding-left: 40px;
}
.nospam-list p{
	padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    font-weight: 600;
}
.event-text-index{
	margin-top: 50px;
    margin-bottom: 50px;
    /*border: 2px solid #e1e5ec;*/
    /*padding: 10px 20px;*/
}
.event-text-index p {
	font-size: 20px;
    font-weight: 300;
	color: #333333;
	text-align: center;

}

.event-widget-description {
	font-size: 16px;
    font-weight: 400;
}
.event-widget-number {
	float: left;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    color: #9a7caf;
}
.event-subscribe-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 45px;
    padding-top: 21px;
    padding-left: 15px;
}
.event-subscribe-title-fon {
	font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 45px;
	color: #fff;
}
.event-widget-block {
	border-radius: 0px;
    height: 250px;
	border-bottom: 1px solid #ddd;
}
.widget-subscribe.widget-subscribe-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.events-color-block-autor {
	border-radius: 0px;
    min-height: 500px;
    padding: 20px 50px;
}
.events-color-block-autor h2{
	color: #fff;
}
.events-color-block-autor p{
	color: #fff;
	font-size: 20px;
    font-weight: 300;
	text-align: justify;
}

.events-color-block-opganizator {
	border-radius: 0px;
    min-height: 500px;
    padding: 20px 50px;
}
.events-color-block-opganizator h2{
	color: #fff;
}
.events-color-block-opganizator p{
	color: #fff;
	font-size: 20px;
    font-weight: 300;
	text-align: justify;
}

/*.digitalsolutions {
	margin-top: -100px;
    height: 769px;
    position: relative;
    background: url(../assets/img/digital-solutions11.png) no-repeat;
    background-size: 95% auto;
}
.digitalsolutions .bg2 {
    background: url(../assets/img/digital-solutions21.png) no-repeat;
    display: block;
    height: 100%;
    background-size: 95% auto;
}*/

.contacts-icon i{
	font-size: 30px;
    font-weight: 600;
	padding-right: 10px;
}
.contacts-text {
	font-size: 25px;
}
.block-autors-about {
	padding-top: 50px;
}
.block-autors h4 {
    color: #fff;
}
.block-autors h5 {
    color: #fff;
}
.login-right-img {
    text-align: center;
    margin-bottom: 50px;
}
.login-right-img img {
    border-radius: 100%;
    width: 130px;
    border: 3px solid #49A7FA;
}
.login-right-img h4 {
	color: #fff;
}

.answer-is {
	padding: 80px 0px;
}
.answer-is h1{
	text-align: center;
	font-size: 50px;
}
.answer-is p{
	color: #333333;
    font-size: 20px;
    font-weight: 300;
    padding-top: 5px;
}
.vacancy-page p {
	font-size: 18px;
    color: #333;
    font-weight: 400;
}
.vacancy-page li {
	font-size: 18px;
    color: #333;
    font-weight: 400;
}
.vacancy-page h2 {
    color: #55acee;
    font-weight: 600;
}
.vacancy-page h3 {
    color: #333;
    font-weight: 600;
}
.club-reanimaciya p {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.club-reanimaciya li {
	font-size: 18px;
    color: #333;
    font-weight: 400;
}
.club-reanimaciya h2 {
    color: #55acee;
    font-weight: 600;
}
.club-reanimaciya h3 {
    color: #333;
    font-weight: 600;
}
.smm {
	
}
.smm-banner img {
	position: absolute;
    z-index: 1;
}
.smm-line {
	
}
.smm-logo img {
	position: absolute;
    z-index: 2;
}
.smm-text p {
	position: absolute;
    z-index: 4;
}
@media (min-width: 768px){
	.container {
	max-width: 1340px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
	}
}
/*
@media (max-width: 991px) {
    .mobile-logo {
        display: block;
    }
	.navbar-brand {
		padding: 8px 15px;
	}
	.mylogo-new img {
		width: 150px;
	}
    .default-logo {
        display: none;
    }
    .block-left-img,
    .block-right-img {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .block-left-img img,
    .block-right-img img {
        margin-top: 0 !important;
    }
    .responsive-block img {
        position: static;
    }
    .left-headText {
        max-width: 600px;
        text-align: center;
        margin: 20px auto;
    }
    .responsive-img-block img {
        width: auto !important;
        height: 100% !important;
    }
    .ul-col-md-2 li {
        width: 33%;
        float: left;
    }
    .banner-small-fon h1 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
        padding: 15px 0px 20px;
    }
    .banner-small-fon-new h2 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
        padding: 15px 0px 20px;
    }
}
@media (max-width: 720px) {
    .responsive-block,
    .responsive-img-block {
        min-height: 300px;
    }
    h1 {
        font-size: 25px;
        margin-top: 30px;
    }
    .col-md-7 p {
        font-size: 18px;
    }
    .people-block h1 {
        font-size: 25px;
        margin-top: 30px;
    }
    .responsive-img-block img {
        width: auto !important;
        height: 100% !important;
    }
    .text-function h1 {
        font-size: 25px;
        margin-top: 30px;
    }
    .ul-col-md-2 li {
        width: 33%;
        float: left;
    }
    .banner-small-fon h1 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
        padding: 15px 0px 20px;
    }
    .banner-small-fon-new h2 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
        padding: 15px 0px 20px;
    }
	.function-zagolovok {
	display: table;
	margin-left: 10px;
	}
	.function-zagolovok-number {
		display: table-cell;
		vertical-align: middle;
		float: left;
		font-size: 90px;
		color: #fff;
		text-shadow: 2px 2px 3px #333;
	}
	.function-zagolovok-text{
		display: table-cell;
		vertical-align: middle;
		

	}
	.function-zagolovok-text h1{
		font-size: 25px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 700;
		margin-top: 0px;
		margin-bottom: 0px;
		text-shadow: 2px 2px 3px #333;
		padding-left: 20px;
	}
}
@media (max-width: 480px) {
    h1 {
        font-size: 23px;
        margin-top: 30px;
    }
    .col-md-7 p {
        font-size: 16px;
    }
    .people-block h1 {
        font-size: 23px;
        margin-top: 30px;
    }
    .responsive-img-block img {
        width: auto !important;
        height: 100% !important;
    }
    .text-function h1 {
        font-size: 25px;
        margin-top: 30px;
    }
    .text-function h2 {
        font-size: 25px;
        margin-top: 30px;
    }
    .cheker-head h1 {
        font-size: 23px;
    }
    .main-head h1 {
        color: #fff;
        font-size: 25px;
    }
    .main-head h2 {
        color: #fff;
        font-size: 25px;
        margin-top: 30px;
        text-align: center;
    }
    .main-head-2 h1 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
    }
    .main-head-2 h2 {
        color: #fff;
        font-size: 25px;
        margin-top: 30px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
    }
    .main-head-col6 h1 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
    }
    .main-head-col6 h2 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
    }
    .main-head-col6 p {
        color: #fff;
        font-size: 25px;
        line-height: 1.1;
        text-align: center;
        text-shadow: 0 1px 2px #333;
    }
    .main-head-button {
        text-align: center;
    }
    .banner-small-fon h1 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
        padding: 15px 0px 20px;
    }
    .banner-small-fon-new h2 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
        padding: 15px 0px 20px;
    }
    .landing-main-head h2 {
        color: #fff;
        font-size: 23px;
        text-align: left;
        text-shadow: 0 1px 2px #333;
    }
    .landing-main-text p {
        color: #fff;
        font-size: 23px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
    }
    .prices-main-head h2 {
        color: #fff;
        font-size: 23px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
    }
    .prices-main-text p {
        color: #fff;
        font-size: 23px;
        text-align: center;
        text-shadow: 0 1px 2px #333;
    }
    .ul-col-md-2 li {
        width: 49%;
        float: left;
    }
	.mailer-line {
    margin: 20px 15px;
    border-bottom: 1px solid #ddd;
}
.banner-event-index button {
	margin-bottom:10px;
}
	.mailer-line-end {
    margin: 40px 15px;
}
.mailer-head h2 {
    color: #333333;
    font-size: 24px;
    text-align: left;
    margin-top: 0px;
	text-align: center;
}
}*/

.mob-none {display: inline;}
.dex-none {display: none;}

@media (max-width: 1088px){
    /*.mob-none {display: none;}*/
}
@media (min-width: 767px) and (max-width: 1024px){
    .logo-estis {
        background-image: url("/assets-custom/img/logo/estismail-grey-250.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 40px;
        height: 38px;
    }
}
@media (min-width: 767px) and (max-width: 1047px){
    .mob-none {display: none;}
    .dex-none {display: inline;}
}

