/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'PTSansRegular', sans-serif;
    color:#4f4f50;
    line-height: 22px;
    /*background-image: url(../images/goods.jpg);
    opacity:0.6;
    background-repeat:no-repeat;
    background-position: top center*/
}

.bgPay, .bgTv, .bg{
    background: #fff url("../images/bgPay.jpg") no-repeat fixed 0 0 / 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg{ background: #fff url("../images/bg.jpg") no-repeat fixed 0 0 / 100% auto;background-position:bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bgTv{ background: #fff url("../images/bgTv.jpg") no-repeat fixed 0 0 / 100% auto;background-position:bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'PTSansRegular', sans-serif;

}

h1{
    font-size: 36px;
    color:#fff;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 21px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4{
    font-size: 19px;
    font-weight: normal;
}

a {
    color: #00b594;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition:  color 300ms, background-color 300ms;
    transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
    color: #00b594;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
.mobi{display:none; cursor:pointer}
.mobi i {
    font-size: 30px;
    line-height: 50px;
    position:absolute;
    right: 5%;
}
.accordion-toggle i {
    transform: rotate(90deg);
}

.carousel-inner {
    /* height: 690px;*/
}
.btnhover{color:#fff!important;background-color:#5cb494!important;}
.btn-primary {
    padding: 8px 20px;
    color: #446ffb;
    border:1px solid #446ffb;
    margin-top: 10px;
    background-color:transparent;
    font-size: 16px;
}


.btn-primary:hover,
.btn-primary:focus{
    color: #446ffb;
    border:1px solid #00b594;
    background-color:transparent;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #00b594;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2{
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media>.pull-left{
    margin-right: 20px;
}

.media>.pull-right{
    margin-left: 20px;
}

body > section {
    /*padding: 100px 0 0;*/
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead, .dop-wrap p{
    font-size: 1.2em;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Header******
**************************/

#header{
    background-repeat:repeat;
    background-image: url(../images/bg_head.png);
    min-height: 100px;
}
.mainhead{position:absolute;  z-index: 1000;  width: 100%;  background-color: transparent !important;}

.navbar>.container .navbar-brand{
    margin-left: 15px;
}

.top-bar {
    width:100%;
    background-color: #fff;
    min-height:35px;
    line-height: 28px;
    z-index: 1000;
}
.top-bar li a:hover{color:#5cb494!important}
/*
.top-bar .col-sm-6 {float:left}
.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}*/
.bar{padding:0; margin-top: 3px;float: right;}
.bar .col-sm-7,.bar .col-sm-5 {padding:0}
.geoCab{
    text-align: right;
}

.social-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
    margin-left:13px
}

ul.social-share li a ,ul.social-share li span, .liraion a{
    display: inline-block;
    color: #436efb ;
    height: 35px;
    line-height: 46px;
    text-align: center;
    font-family:"PTSansBold";
    font-size: 1.1em;
}
.liraion a, .nspunkt{}
ul.social-share li a i,ul.social-share li span i, .cont i{
    color:#436efb ;
    font-size: 1.2em;
    padding-right:5px;
}
ul.social-share li a:hover {
    color: #436efb;
    border-bottom:1px dashed ;
}

.search i {
    color: #fff;
}

input.search-form{
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.navbar-brand {
    padding: 0;
    margin:0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding:  0 ;
    padding-bottom: 0;
}

.navbar-header {

    padding: 10px 0;
}

.navbar-nav>li{

}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    display: inline-block;
    font-family: "PTSansBold";
    font-size: 1.1em;
    height: 35px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0;
    padding: 5px 26px;
    text-align: center;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .dropdown-menu > li > a:hover{
    background-color: #5cb494 ;
    color: #fff;
}
.navbar-toggle {
    margin-top: 20px;
}
.navbar-toggle:hover{background:#fff}
.navbar-inverse {
    border: none;
    background-color: transparent;
}
.navbar-toggle:hover, .navbar-toggle:focus{
    border-color: #446ffb!important;
}
.navbar-toggle:hover {
    background-color: #fff!important;;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}
.navbar-inverse .navbar-toggle {
    border-color: #446ffb;
}
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #446ffb;
}
.navbar-inverse .collapsed .icon-bar {
    background-color: #446ffb;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #5cb494;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #fff;
    /* -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);*/
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
    position: absolute;
    top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    color: #436efb;
    font-size: 1.1em;
    padding: 5px 32px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover{ /*background-color:#5cb494!important; */color:#5cb494!important}


.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}

.navbar-collapse{padding:0; margin-top: 12px; background-color:#436efb ;}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}

/*************************
*******Home Page******
**************************/


#main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}
#main-slider  .topText {
    margin-top: 25px;
}
#main-slider  .bottomText {
    margin-top: 160px;
}
.carousel-content h1,.carousel-content h2{
    font-family:'PTSansCaptionBold';
    text-transform:uppercase;
    font-weight:normal;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
}
.carousel-content h1{
    letter-spacing: 3px;
}
.carousel-content h2{color:#fff}
#main-slider .carousel .slide-margin{
    margin-top: 50px;
}

#main-slider .carousel h2 {
    color: #fff;
}

#main-slider  .btn-slide {
    padding: 8px 20px;
    background-color: transparent;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 1.1em;
}

#main-slider .carousel .slider-img{
    text-align: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
.power{
    float: right;
    width:88px;
    height:88px;
    display:block;
    background-repeat:no-repeat!important;
    background: url(../images/power.png) top center;
    background-size:100%;
}
.power:hover{
    background-position:bottom center;
}

#main-slider .carousel .item {
    background-position: top center;
    background-repeat: no-repeat;
    /* background-size: cover;*/
    background-size: 100% ;
    background-attachment: fixed;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    min-height: 300px;
    /*  height: 670px;*/
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
    animation:18s ease 0s normal none 105 running speed
}
.slider-img img{
    animation:18s ease 0s normal none 105 running speed
}
#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
    font-size:1.6em
}

#main-slider .prev {
    left: 10px;
}

#main-slider .next {
    right: 10px;
}

#main-slider .carousel-indicators li {
    width: 7px;
    height: 7px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

#main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #fff;
    left: -3px;
    top: -3px;
}

#main-slider .carousel-indicators .active{
    width: 7px;
    height: 7px;
    background-color: #5cb494;
    margin: 0 15px 0 0;
    position: relative;
}

#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #5cb494;
    left: -3px;
    top: -3px;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: slideInLeft 1000ms linear 300ms both;
    -moz-animation: slideInLeft 1000ms linear 300ms both;
    -o-animation: slideInLeft 1000ms linear 300ms both;
    -ms-animation: slideInLeft 1000ms linear 300ms both;
    animation: slideInLeft 1000ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: slideInRight 800ms linear 600ms both;
    -moz-animation: slideInRight 800ms linear 600ms both;
    -o-animation: slideInRight 800ms linear 600ms both;
    -ms-animation: slideInRight 800ms linear 600ms both;
    animation: slideInRight 800ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}


#services {
    background: #fff ;
    padding-top: 0;
}
#services .container{
    padding:30px 0
}
#services .lead,
#services h2{
    color: #fff;
}
#services .col-md-4 {
    margin: 0 1.5%;
    width: 30%;
}
.services-wrap {
    padding: 0px!important;
    background: #fff;
    margin: 0px;
}

.services-wrap h3,.tarif-wrap  .media-body h3 {
    font-size: 18px;
    height: 38px;
    line-height: 42px;
    color: #fff;
    background: #436efb;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-family: "PTSansBold";
    letter-spacing: 1px;
}
.green h3,  .btn-slide:hover{
    background:#5cb494!important;
}
.btn-slide:hover,{
    color:#fff;
    border-color:#5cb494!important;
}
.green a,.green a:hover,.green .hv{
    color:#5cb494;
    border-color:#5cb494;
}
.green .hv{background:#5cb494!important;color:#fff;}

.services-wrap .pull-left {
    margin-right: 0px;
}


.accordion h2{
    margin-bottom: 25px;
}

.panel-default{
    border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
    background-color: #e6e6e6;
    border:0 none;
    box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
    background: #fff;
    color: #858586;
}

.panel-body{
    padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
    border-radius: 0;
}

.panel-heading{
    border-radius: 0;
}

.panel-title>a{
    color: #4e4e4e;
}

.accordion-inner img{
    border-radius: 4px;
}

.accordion-inner h4{
    margin-top: 0;
}

.panel-heading.active{
    background: #1f1f20;
}

.panel-heading.active .panel-title>a{
    color:#fff;
}

a.accordion-toggle  i{
    width: 45px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color:#00b594;
    transform: rotate(90deg);
    margin-left: 0 !important;
}
.collapsed i{
    transform: rotate(0deg) !important;
}

.panel-heading.active a.accordion-toggle i{
    background: #c52d2f;
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
    background: #c52d2f;
    color: #fff;
}

.nav-tabs>li{
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
    border-bottom: transparent;
    border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
    background: #f5f5f5;
    color: #666;
    border-radius: 0;
    border: 0 none;
    line-height: 24px;
    margin-right:0;
    padding: 13px 15px;
}

.nav-tabs li:last-child{
    border-bottom: 0 none;
}

.nav-stacked>li+li{
    margin-top: 0;
}

.nav-tabs>li>a:hover{
    background: #1f1f20;
    color:#fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 0;
    color:#fff;
    background: #1f1f20;
    position: relative;
}

.nav-tabs>li.active>a:after {
    position: absolute;
    content:  "";
    width: auto;
    height: auto;
    border-style:solid;
    border-color: transparent transparent transparent #1f1f20;
    border-width: 25px 22px;
    right: -44px;
    top:0;
}

#partner {
    text-transform: uppercase;
    text-align: left;;
}
#partner h2{
  color: #fff;
    font-family: "PTSansBold";
    font-weight: normal;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
}
#partner .lead{
    color: #fff;
    text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
}
#partner h2,
#partner h3 {

    text-align: left;
    margin: 20px 0;
}

.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.partners ul li{
    display: inline-block;
    float: left;
    width: 20%;
}

/*************************
********* Intenet Page CSS ******
**************************/
.tarif-wrap{margin-top:15px}

.tarif-wrap .accordion-inner{padding:0; background-color: #fff;}

.tarif-wrap .col-sm-5{
    margin-bottom:30px;
}
.tarif-wrap h2{
    margin: 5px 0 20px 15px;
    text-align: left;
    font-size: 20px;
    font-family: "PTSansBold";
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    color:#436efb;
}

.tarif-wrap td img{width:75%}

.shadow{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.media_image {
    margin-bottom: 10px;
}
.media, .media-body {
    padding: 0px 0 !important;
}
.media-body{
    padding: 0px 0 !important;
}
.media-body {text-align:center}
.media-body a{margin-bottom:25px;}
.media-body p{
    font-size: 1.2em;
    line-height: 25px;
    padding:25px 25px 5px;
}
.services-wrap .media-body p{
    min-height:105px;
}
table {
    margin: 5%;
    text-align: left;
    width: 90%;
    font-size: 1.2em;
    line-height: 2.1em;
}
.dop-wrap p{font-size:0.9em; line-height:20px}
.dop-wrap table{
    background-color:#fff;
    width:100%;
    margin: 2% 0%;
}
.dop-wrap table th{ background:#f4f5f9; text-align:center; text-transform:uppercase; height: 50px;}
.dop-wrap table td{border-bottom:1px solid #f2f2f2; padding: 0 15px;}
table .one{width:63%;}
table td{  /* border-bottom: 1px solid #f2f2f2;*/text-align: center;}
.features{
    padding: 0;
}
.features .col-md-4{padding:0}
.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}
.feature-wrap .lead{
    margin: 30px 0 0;
}
.feature-wrap h2{
    margin-top: 10px;
}

.feature-wrap .pull-left {
    margin-right: 25px;
}
.advimg img{
    margin: 0 auto;
    position: relative;
    top: -10px;
    width: 60px;
}
.feature-wrap i,.feature-wrap .advimg{
    font-size: 48px;
    height: 110px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    text-align:center;
    color: #436efb ;
    box-shadow: inset 0 0 0 5px #fff;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
    margin-right: 25px;
}

.feature-wrap i:hover,.feature-wrap .advimg:hover {
    background: #5cb494;
    color:#fff;
}
/***********************
****PAY page css****
***********************/
#pay{padding-top:120px;}
#pay .col-md-3{
    margin: 11px;
    padding: 0;
    width: 23%;
}
#pay a img{ width: 100%;}
#pay .col-sm-6 a img{
    background-image: url("../images/bg_head.png");
    background-repeat: repeat;
    float:left;

}
#pay .col-sm-6 a img{transition: all 0.2s ease-out 0s;}
#pay .col-sm-6 a  :hover{
    transform:scale(1.1);
}

.sbierbank{  background: #fff url("../images/bgPay.jpg") no-repeat fixed 0 0 / cover ; }


/***********************
****Service page css****
***********************/

.services {
    padding: 0;
}
#services .shadow{ padding:0}
.get-started {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 18px;
    margin-top: 60px;
}

.get-started h2 {
    padding-top: 30px;
    margin-bottom: 20px;
}

.request {
    bottom: -15px;
    left: 50%;
    position: absolute;
    margin-left: -110px;
}

.request h4 {
    position: absolute;
    width: 220px;
    position:relative;
}

.request h4 a{
    background:#c52d2f;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 3px;
    padding: 5px 15px;
}

.request h4:after {
    border-color: #c52d2f transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    position: absolute;
    right: 13px;
    z-index: -99999;
}

.request h4:before {
    border-color: #c52d2f transparent transparent;
    border-style: solid;
    border-width: 12px;
    bottom: -18px;
    content: "";
    height: 0;
    left: 13px;
    position: absolute;
    z-index: -99999;
}

.clients-area {
    padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
    background:#DDDDDD;
    border: 1px solid #DDDDDD;
    height: 182px;
    padding: 3px;
    width: 182px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
    margin-top: 55px;
    font-weight: 300;
    padding: 0 40px;
}

.clients-comments h4 {
    font-weight: 300;
    margin-top: 15px;
}


.clients-comments  h4  span {
    font-weight: 700;
    font-style: oblique;
}

.footer {
    background: none repeat scroll 0 0 #2E2E2E;
    border-top: 5px solid #C52D2F;
    height: 84px;
    margin-top: 110px;
}

.footer_left {
    padding: 10px;
}

.text-left {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
    margin-top: 115px;
    padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
    margin: 0 0 40px 0;
    padding: 0;
}

.portfolio-filter > li {
    display: inline-block;
}

.portfolio-filter > li a {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    text-transform: uppercase;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    border: 1px solid #F2F2F2;
    outline: none;
    border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
    color:#fff;
    background: #c52d2f;
    border: 1px solid #c52d2f;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portfolio-item {
    margin: 0;
    padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
    margin-top: 120px
}

.pricing_heading h2,
.pricing_heading p {
    color:#4e4e4e;
}

.pricing-area h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
}

.pricing-area span {
    font-weight: 700;
    font-size: 18px;
}

.pricing-area h3,
.pricing-area span  {
    color: #fff;
}

.plan {
    position: relative;
    margin-bottom: 70px;
}

.pricing-area ul {
    background:#FAFAFA;
    padding: 0;
    margin: 0;
}

.pricing-area ul li {
    list-style: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
}

.pricing-area ul li:nth-child(even){
    background:#f5f5f5
}

.pricing-area .price-three img,
.pricing-area .price-six img {
    position: absolute;
    right: 15px;
    top: 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three {
    padding:17px 0;
    border-radius:2px 2px 0 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four,
.pricing-area .heading-five,
.pricing-area .heading-six,
.pricing-area .heading-seven {
    margin-left: -10px
}


.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary {
    background: #e24f43
}

.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary {
    background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
    background: #f39c12;
}

.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary {
    background: #5c5c5c
}

.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary {
    background: #5c5c5c
}

.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary {
    background: #e24f43
;
}

.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary {
    background: #5c5c5c
}

.pricing-area .bg{
    background: #fafafa
}

.pricing-area .heading-one h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
    border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
    border-color: #D4880F transparent transparent;
    border-radius: 5px 0 0 0px;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 4px;
    position: absolute;
    top: 78px;
    width: 0;
    z-index: -999;
}

.small-pricing h3:after {
    height:94px;
}

.small-pricing h3:before {
    top: 74px;
}

.plan-action {
    height: 40px;
}

.pricing-area .plan-action .btn-primary {
    position: relative;
    padding:5px 20px;
    color: #fff
;
    margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
    border-color: #E24F43 transparent transparent;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-width: 12px;
    bottom: -12px;
    content: "";
    height: 0;
    left: -9px;
    position: absolute;
    width: 0;
    z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
    border-color: #E24F43 transparent transparent;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-width: 12px;
    bottom: -12px;
    content: "";
    height: 0;
    position: absolute;
    right: -9px;
    width: 0;
    z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after {
    border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after  {
    border-color: #424242 transparent transparent;
    right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after {
    border-color: #bf4539 transparent transparent;
    right: -9px;
}


/*************************
********* Contact Us CSS ******
**************************/

#contact-info{
    padding-top:200px;    padding-bottom: 40px;
}
#contact-info h1{
    display: block;
    font-family: "PTSansCaptionBold";
    font-weight: normal;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
    text-transform: uppercase;

}
.contactBlock {
    color: #fff;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 365px;
}
#contact-info h2{
    font-family: "PTSansCaptionBold";
    font-weight: normal;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
    text-transform: uppercase;
    font-size: 20px;
}
#map-canvas{height:450px;}

#contact-page{
    padding-top: 0;
}

#contact-page .contact-form
.form-group label {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 300;
}
.status{font-size: 16px;}

#contactForm{
    transition: all 0.2s ease-out 0s;
}
.form-group .form-control {
    padding: 7px 12px;

    box-shadow: none;

}
p#error-name, p#error-email, p#error-sms, p#error-subject,p#error-street,p#error-house,p#error-room ,p#error-phone,p#error-connect-check{
    color: #8c535a;
    display: none;
    font-weight: 300;
   /* line-height: 10px !important;*/
    margin: 2px 0;
   /* padding: 0;*/
   font-size:16px;
}
textarea#message{
    resize: none;
    padding: 10px;
}

#contact-page .contact-wrap {
    margin-top: 20px;
}
.form-group input{margin:5px 0!important;border-radius:0}
.form-group textarea{
    border-radius:0;
    background-color:#f4f5f9;
    border:none;
    border-top:1px solid #caced1;
    height: 118px;
    margin: 5px 0 34px;
}
/*********************
****TV page css*****
**********************/
.ShortText{margin-top:0!important}
.ShortText p{font-size: 1.1em!important; color:#4f4f50!important;}
.TvBtnXs{
    padding: 8px 20px;
    text-transform: uppercase;
    width: 28%;
    margin:0 auto 25px;
    display:none
}

.TvBtn{display:block}
.TvBtnXs td{text-align:right}
.titleTv{
    background-color:#446ffb;
    height:50px;
    text-align:left;
    color:#fff;
    line-height:50px;
    padding-left:3%;
    font-size:23px;
    font-weight:bold;
    text-transform: uppercase;
}
.TvSpisok  table tr td{ width:20%; float: left;}

.blog-content table{width:94%; margin:3%}

.TvSpisok table{margin:0 1%;width:98%}

.blog-content table td{ border:none}
td .btn{float:right}
.green .titleTv{
    background-color:#00b594;
}
.blockGoods{
    float:left;
    width:50%;
    margin:0 2.5%;
}
.blockGoods h2{
    font-weight:normal;
    font-size:23px!important;
    margin: 14% 0 !important;
    max-width: 360px;
}
.blockGoods .btn{
    text-transform:uppercase;
    float:right;
    width: 30%;
    margin-bottom: 5%;
}
#tv{padding-top:100px}
.tvPrice{
color:#4f4f50 ;
 font-family: "PTSansCaptionBold";
    font-size: 1.2em;
    line-height: 25px;
}

.tv-item .container{padding-top: 0px!important;}
.tvTitle{
    color: #4f4f50!important;
    background: transparent!important;
	padding: 15px 0 0 0!important;
}
.Title{padding-bottom:22px!important;}
.Title h2{margin:0;color: #436efb!important;text-transform: uppercase;font-size: 30px!important;}
.spisok {
    color: #72d5fe!important;
    font-size: 18px;
    width: 100%;
    float: left;
    margin-bottom: 0!important;
}
.tvImgBlog{padding:25px 0 25px 15px ; text-align: center;}
.tvTextBlog,.tvImgBlog {
	padding-top:25px;
}

.tvTextBlog div{
    margin: 10px 0;
    float: left;
    width: 100%;
}
.tvTextBlog p{font-size:1.2em; text-transform:uppercase}
.blog-dopTv{margin-bottom:25px;}
.blog-dopTv .priceMonth{
	float: left;
    font-size: 20px;
    color: #fff!important;
    text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
}

.tv-item .media-body{min-height:230px}
/*.blog-dopTv{
    background-image: url("../images/bgTvMatch.jpg");
    background-position: center top;
    background-repeat: no-repeat
}*/
/**********************
****goods page css*****
**********************/
#goods{padding-top:100px}
.goodPrice{
    background-color:#446ffb;
    height:50px;
    text-align:right;
    color:#fff;
    line-height:50px;
    padding-right:25px;
    font-size:23px;
    font-weight:bold;
}
.green .goodPrice{
    background-color:#00b594;
}
.blockGoods{
    float:left;
    width:50%;
    margin:0 2.5%;
}
.blockGoods h2{
    font-weight:normal;
    font-size:23px!important;
    margin: 14% 0 !important;
    max-width: 360px;
}
.blockGoods .btn{
    text-transform:uppercase;
    float:right;
    width: 30%;
    margin-bottom: 5%;
}
.accordion-heading{
    height:50px;
}
.accordion{
    float:left;
    width: 100%;
    text-align: right;
}

.blog-item .accordion{width:99%}

.accordion-toggle{
    float: right;
    width: 100%;
    height:50px;
    line-height:50px;
   /*background-color:#f3f5f8;*/
    background: rgba(243, 245, 248, 0.8) none repeat scroll 0 0;
    color: #00b594;
    text-transform:uppercase
}
.modal-body .accordion-toggle{
    float: right;
    width: 100%;
    height:30px;
    line-height:30px;
   /*background-color:#f3f5f8;*/
    background:transparent;
    color: #00b594;
    text-transform:uppercase;
	text-align:left
}

.accordion-inner{
  /*  background-color: #f3f5f8;*/
    text-align: justify;
    padding: 20px 30px;
 background: rgba(243, 245, 248, 0.8) none repeat scroll 0 0;
}
.modal-body .accordion-heading{height:30px}
.modal-body .accordion-inner{
  /*  background-color: #f3f5f8;*/
    text-align: justify;
    padding: 0px;
 background: transparent;
}

.widget {
    margin-bottom: 60px;
    padding-left: 0;
}

.single_comments {
    margin-bottom: 20px;
}

.single_comments img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.single_comments p {
    margin-bottom: 0;
}

.widget .entry-meta span {
    display: inline-block;
    margin-right: 10px;
}

.widget h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog_category{
    list-style:none;
    margin:0;
    padding:0;
}

.blog_category li{
    float:none;
    margin-bottom:20px;
}

.blog_category li a {
    background:#f5f5f5;
    border-radius: 4px;
    color: #888;
    display: inline-block;
    padding: 5px 15px;
}

.blog_category li a:hover{
    background:#c52d2f;
    color: #fff;
}

.badge:before {
    border-color: transparent transparent transparent #c52d2f;
    border-style: solid;
    border-width: 10px;
    bottom: -8px;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    z-index: -99999;
}

.badge {
    background-color: #c52d2f;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    position: relative;
    left: 60px;
    top: -18px;
    font-weight: normal;
}

.blog_archieve {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.blog_archieve li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
    padding-top: 0;
}

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
}

ul.faq {
    list-style: none;
    margin: 0;
}

ul.faq li {
    margin-top: 30px;
}

ul.faq li:first-child {
    margin-top: 0;
}

ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #34495e;
    color: #fff;
    font-size: 24px;
}

ul.faq li > div {
    margin-left: 70px;
}

ul.faq li > div h3 {
    margin-top: 0;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-item {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.blog .blog-item .img-blog {
    float: left;
    margin: 0 10%;
}

.blog .blog-item .blog-content {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    float: left;
    margin: 25px 0 0;
    padding: 0;
   /* background-color: #fff;*/
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

.blog .blog-item .blog-content h2 {
    margin-top: 0;
    font-size: 30px;
}

.readmore{
    margin-top: 0;
}

.blog .blog-item .blog-content h3 {
    color: #858586;
    margin-bottom: 40px;
    /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
    font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
    border-radius: 5px;
    overflow: hidden;
}

.blog .blog-item .entry-meta > span {
    background: #f5f5f5;
    border-top: 1px solid #fff;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 5px;
    text-align: left;
}

#publish_date {
    background: #c52d2f;
    border-bottom: 5px solid #4e4e4e;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.blog .blog-item .entry-meta > span {
    color: #ccc;
}

.blog .blog-item .entry-meta > span a {
    font-size: 12px;
    margin-left: 3px;
    font-weight: 300;
    color: #888;
}

ul.pagination > li > a {
    border: 1px solid #F1F1F1;
    margin-right:5px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 14px;
}

ul.pagination > li > a i{
    margin-left:5px;
    margin-right:5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
    background-color: #c52d2f !important;
    border-color: #c52d2f !important;
    color: #fff;
}

.search_box {
    background-image: url("../images/search_icon.png");
    background-position: 314px 15px;
    background-repeat: no-repeat;
    border-color: #DEDEDE;
    height: 48px;
    outline: medium none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow:none;
    outline: 0 none;
}


ul.tag-cloud,
ul.sidebar-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
    background: #f5f5f5;
    color: #888;
    border: 0;
    border-radius: 4px;
    padding: 8px 15px;
}

.tag-cloud li a:hover{
    background:#c52d2f;
    color: #fff;
}

.sidebar-gallery li{
    display: inline-block;
    margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
    border-radius: 4px;
    display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
    background: #f5f5f5;
    border-radius: 5px;
}

.post_reply {
    margin-left: 10px;
    margin-top: 45px;
}

.post_reply img {
    width: 85px;
    height: 85px;
    border: 5px solid #D5D8DD;
}

.post_reply ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.post_reply ul li{
    float:left;
}

.post_reply ul li a {
    display: block;
}

.post_reply ul li a i {
    border: 1px solid #DDDDDD;
    border-radius: 39px;
    color: #FFFFFF;
    font-size: 20px;
    height: 30px;
    margin-right: 3px;
    padding-top: 7px;
    text-align: center;
    width: 30px;
}

.post_reply ul li a i.fa-facebook {
    background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
    background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
    background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
    opacity:.5;
}

.post_reply_content {
    margin: 30px;
}

.post_reply_content h1 a:hover{
    color:#FFC800;
}

.post_reply_content h4 {
    margin-bottom: 50px;
}

.reply_section .media-body{
    display:inherit;
}

.comment_section .media-body{
    display:inherit;
}

#comments_title{
    color:#4e4e4e;
    font-weight:700px;
    font-size:20px;
    margin-top:60px;
    margin-bottom:40px;
}
.comment_section {
    margin-top: 30px;
    position: relative;
}

.post_comments img {
    width: 85px;
    height: 85px;
    margin-top: 35px;
}

.post_reply_comments {
    background:#f5f5f5;
    border-radius: 4px;
    padding: 30px;
}

.post_reply_comments:before {
    border-color: transparent #F0F0F0 transparent transparent;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 75px;
    position: absolute;
    top: 20px;
}

.post_reply_comments h3,
.post_reply_content h3{
    margin-top: 0;
}

.post_reply_comments h1 a:hover{
    color:#c52d2f;
}

.post_reply_comments h4{
    color:#c4c4c5;
    font-weight:400;
}

.post_reply_comments p {
    padding-bottom: 30px;
}

.post_reply_comments a {
    bottom: 15px;
    position: absolute;
    right: 30px;
    background: #c52d2f;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
}

.post_reply_comments a:before {
    border-color: #c52d2f transparent transparent;
    border-style: solid;
    border-width: 16px;
    bottom: -11px;
    content: "";
    height: 0;
    left: -12px;
    position: absolute;
    z-index: 99999;
}

.post_reply_comments h2 a{

}

.message_heading {
    margin-bottom: 50px;
    margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}

#error h1{
    color: #4e4e4e;
    text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
    padding-bottom: 0;
}

.shortcode-item h2 {
    color: #4E4E4E;
    font-size: 24px;
    margin-bottom: 22px;
    margin-top: 0;
    font-weight: 600
}
/******************
 page css
******************/

#page{padding-top:120px}

.sbierbank h1, #page h1{
    display: block;
    font-family: "PTSansCaptionBold";
    font-weight: normal;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
    text-transform: uppercase;

}

.sbierbank .blog-page p, #page .blog-page{
    color:#4f4f50;
    text-align: justify;
    font-size: 1.1em;
    line-height: 25px;

}
.blog-page  img{padding :10px}
.sbierbank .back,#page .back{float:left; color:#4f4f50; max-font-size: 20px; text-transform: uppercase; height:20px}
.sbierbank .back:hover{ color:#4f4f50; border-bottom: 1px  dashed; }

/******************
 MODAL css
******************/
.modal-body ul li{list-style: none; padding:0.5% 0%; width:170px}
.modal-body ul{float:left; padding-left: 15px;}
.modal-body {
    min-height: 180px;
}
/***********************
********* Footer ******
************************/
#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #c52d2f;
    font-size: 14px;
}

#bottom h3 {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size:22px;
    color: #000;
}

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 5px 0;
}

#bottom ul li a {
    color: #808080;
}

#bottom ul li a:hover {
    color: #c52d2f;
}

#bottom .widget {
    margin-bottom: 0;
}

#footer {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #4a4c50;
    min-height:80px;
    background-repeat:repeat;
    background-image: url(../images/bg_head.png);
}
.cont{float:right;font-size: 1.2em;}
.cont i{font-size: 1.1em; padding: 2px 10px;}

.cont,.cont span,.cont i{color:#446ffb}
.cont span{  letter-spacing: 0.3px;}

#owl-demo .item img {
    display: block;
    height: auto;
    width: 100%;
}

#owl-demo .item img {
    display: block;
    height: auto;
    width: 100%;
}
#blockpattern {
    display: block;
    left: auto;
    min-height: 200px;
    position: absolute;
    top: 25%;
    width: 100%;
}

/******************
podkluchenie page css
******************/
#blog{padding-bottom:50px}
#blog form p{font-size:1.2em}

.intBlock ul li, .tvBlock ul li{
    list-style:none
}

.blockChek{
    width:69%;
    margin:0 auto;
    padding: 10px 0 10px;
}
.navDop{
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0;
    width: 100%;
    position: relative;
    z-index:5
}
.navDop li{list-style:none; float:left;background-color:transparent}
.navDop li a{
    text-transform:uppercase;
    font-size:18px;
    color:#868688;
    font-weight:bold;
    padding:25px;
}

.current {
    color: #436efb!important;
   /* background-color:#fff*/
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

form{/*background-color:#fff*/ background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;}
input[type="checkbox"] {
    height: 10px;
    visibility: hidden;
    width: 12px;

}
input[type="checkbox"] + label {font-size:21px}
input[type="checkbox"] + label span {
    background: rgba(0, 0, 0, 0) url("../images/check.gif") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    margin: -3px 4px 0 -14px;
    vertical-align: middle;
    width: 79px;
}


input[type="checkbox"]:checked + label span {
    background: rgba(0, 0, 0, 0) url("../images/check.gif") no-repeat scroll left bottom;

}
.noactiveChek .noactive span {
    background: rgba(0, 0, 0, 0) url("../images/check.gif") no-repeat scroll 0 0!important;

}

input[type="radio"],.DopTV input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input[type="radio"] + label, .DopTV input[type="checkbox"] + label {border-bottom:1px solid #b4b4b7; color:#4f4f50; padding: 5px 10px !important; font-size:1.2em;}
input[type="radio"] + label > span {
    background-color: #ffffff;
    border: 1px solid #bcbcbc;
    border-radius: 12px;
    display: inline-block;
    float: right;
    height: 16px;
    margin: 3px 0 0 10px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}
input[type="radio"]:checked + label > span span {
    background: #5cb494 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    display: inline-block;
    height: 8px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 8px;
}

input[type="radio"] .strRadio{float:left}
.strRadio span{float:right!important;   font-weight: normal;}

.intBlock .col-sm-12, .tvBlock  .col-sm-12 {
    padding: 0;
    width: 100%;
}

input[type="text"]{
    background-color:#f4f5f9;
    border:none;
    border-top:1px solid #caced1;
    height: 40px;
    margin: 5px;

}

select {
    height: 40px;
    margin: 5px;
    -webkit-appearance: none;
    background-image: url('../images/select_arrow.jpg');
    background-position: 95% center;
    background-repeat: no-repeat;
    color: #6a6a6e;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
    background-color:#f4f5f9;
    border:none;
    border-top:1px solid #caced1;
}

select::-ms-expand {
    display: none;
}
select option{border:none; }

#blockAdress{
    /*border-top:1px solid #b4b4b7;
    border-bottom:1px solid #b4b4b7;*/
    margin-top: 20px;
}

#blockAdress h2, #blockAdress input, #blockAdress select,#BlockGoods h2{/*padding:0 8px;*/ margin:7px 5px}
#blockAdress h2{ margin: 7px 0}
#BlockGoods{float:left; width:100%;}
#BlockGoods input[type="checkbox"] + label {float:left;margin:0 5px;font-size:21px; width:190px;min-height:225px}

#BlockGoods input[type="checkbox"] + label span{
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px;
    position:relative;
    bottom:0;
    border: 1px solid #bcbcbc;
    border-radius: 12px;
    margin:0;
    float:left;
    left: 85px;
}
.DopTV input[type="checkbox"] + label  span{
    display: inline-block;
    float: right;
    height: 16px;
    margin: 3px 0 0 10px;
    position: relative;
    vertical-align: middle;
	background-image: none;
	width:auto;
}
.DopTV input[type="checkbox"] + label  .chspan{
    border: 1px solid #bcbcbc;
    border-radius: 12px;
    background-color: #ffffff;
	    width: 16px!important;
}

#BlockGoods input[type="checkbox"] + label img{position:relative;left: 14%; float:left}
#BlockGoods input[type="checkbox"] + label p{text-align:center; font-size:16px;margin-bottom: 0;float: left; width:100%;font-weight: normal;}
#BlockGoods input[type="checkbox"]:checked + label span ,.DopTV input[type="checkbox"]:checked + label .chspan{
    background: rgba(0, 0, 0, 0) url("../images/checkGood.gif") no-repeat scroll left center;
    border:none

}

.pGoods{border-top: 1px solid #b4b4b7; margin-top:20px; padding-top:20px; padding-bottom: 10px;}
form{float:left}
.send{float:left;position:relative; left:40%;width:180px; margin:20px 0}

#partner {
    background: url(../uploads/background/backgroundMain.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 400px;
    background-attachment:  fixed;
    padding-top: 0;
}
#karera p{font-size:1.1em; line-height:25px}
#bgKarera {
    background-image:url("../images/karera.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    padding: 0;
    margin-bottom: 20px;
} 
#bgBanerIntHome {
    background-image:url("../uploads/background/backgroundHomeInt.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    padding: 0;
    margin-bottom: 20px;
}
#bgBanerIntBisnes {
    background-image: url("../uploads/background/backgroundBisnesInt.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    padding: 0;
    margin-bottom: 20px;
}
#bgBanerContact {
    background-image: url("../uploads/background/backgroundContact.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   /* height: 500px;*/
    padding: 0;
    margin-bottom: 20px;
}
#bgBanerTv {
    background-image: url("../uploads/background/backgroundTv.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    padding: 0;
    margin-bottom: 20px;
}
.titleBaner{
    display: block;
    left: auto;
    min-height: 60px;
    position: absolute;
    top: 400px;
    width: 800px;
    font-family: "PTSansCaptionBold";
    font-weight: normal;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(26, 27, 33, 0.8);
    text-transform: uppercase;
}


#bgBaner .animated-item {
    animation: 600ms linear 300ms normal both 1 running fadeInUp;
}
#sucConnect{
    display: none;
    font-size: 28px;
    line-height: 36px;
    margin: 30% auto 0;
    min-height: 400px;
    text-align: center;
}
#loading{
    float: left;
    left: 28%;
    position: relative;
	display:none;
}
.modal-footer {
    border-top:0;
    margin-top: 0;
    padding: 0 0 0 5%;
    text-align: left;
}

#canalModal .spisokBlock  table{font-size: 0.82em;}
#canalModal .modal-dialog{width:95%}
#canalModal .modal-content{
background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
}
#canalModal .modal-header{text-align:center;border-bottom:none}
#canalModal .modal-header h4{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
 }
#canalModal table img {
    width: 85%;
}
#canalModal button.close {
    width: 50px;
    height: 50px;
    background-color: #fff;
}
.modal-backdrop.in {
    opacity: .8;
    filter: alpha(opacity=80);
}
.spisokBlock  table tr td {width: 14%;}
.spisokBlock  table tr td p {font-size:1.4em;margin:5px 0 0}
.spisokBlock  table tr td h4{ text-align: left;}
.spisokBlock  table{    
    margin: 2% 5% 2% 0;
    width: 95%;
}
