@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
.list-icons,
.list {
    list-style: none;
    padding: 0;
}
.list-icons li,
.list li {
    padding: 5px 0;
}
/*--padding--*/
.pr-10 {
    padding-right: 10px;
}
.pr-14 {
    padding-right: 14px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-12-4 {
    padding-right: 12.4px;
}
.pr-10-5 {
    padding-right: 10.5px;
}
/*--image box--*/
.image-box .btn {
    white-space: normal;
    border-color: transparent;
}
.image-box .btn-block {
    margin: 0;
}
.client-img {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.client-img:hover {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
}

.space {
    padding-top: 20px;
    padding-bottom: 20px;
}
.space-bottom {
    padding-bottom: 20px;
}
.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}
.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}
.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #cccccc;
    position: relative;
}
.vertical-divider-left,
.vertical-divider-left-lg {
    border-left: 1px solid #eeeeee;
    padding-left: 50px;
    margin-left: 20px;
}
@media (max-width:991px) {
    /* miscellaneous */
    .portfolio-item.vertical-divider-left,
    .side.vertical-divider-left {
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
    }
    .side.vertical-divider-left img {
        margin: 0 auto;
    }
}
.blogpost {
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    margin: 0 0 70px;
    position: relative;
}
.blogpost .blogpost-body {
    padding: 20px 20px 0 20px;
    min-height: 275px;
    overflow: hidden;
}
.blogpost-body.body-height{
    height: 275px;
}
.blogpost h2.title {
    margin-bottom: 0;
    margin-top: 0;
}
.blogpost .blogpost-content {
    padding: 0 0 10px;
    margin-left: 100px;
}
.blogpost footer {
    background-color: #f1f1f1;
    padding: 12px 20px;
    border-top: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 2;
    clear: both;
}
/* Blog Masonry layout
---------------------------------- */
.masonry-grid .blogpost {
    margin-bottom: 30px;
}
.masonry-grid .blogpost .blogpost-body {
    padding: 15px 15px 0 15px;
}
.masonry-grid .blogpost h2.title {
    font-size: 24px;
    @media(max-width:1200px){
        font-size: 20px;
    }
}
.masonry-grid .blogpost .submitted {
    margin: 15px 0 10px;
}
.masonry-grid .blogpost .blogpost-content {
    margin-left: 0;
}
.masonry-grid-item.masonry-grid-item-small .overlay-container{
    height: 160px
}
.masonry-grid-item.masonry-grid-item-small .blogpost-content{
    height: 80px;
}
.masonry-grid-item.masonry-grid-item-small.min-size {
    min-height: auto;
}
.masonry-grid-item.masonry-grid-item-small .blogpost .blogpost-body {
    min-height: auto;
}
.masonry-grid-item.masonry-grid-item-small .title {
    height: auto;
    font-size:18px;
}
/* Medium desktop devices and tablets */
@media (min-width:992px) and (max-width:1199px) {
    .masonry-grid .blogpost footer {
        font-size: 12px;
    }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
    .masonry-grid-item {
        max-width: 100%;
    }
}
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(241, 241, 241, 0.85);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
a.overlay {
    background-color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
a.overlay:hover {
    text-decoration: none;
}
.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #000000;
    font-style: italic;
}
a.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 40px;
    line-height: 42px;
    color: #e84c3d;
    margin-top: -22px;
    margin-left: -18px;
    text-align: center;
}
a.overlay.small i {
    font-size: 18px;
    line-height: 1;
    margin-top: -8px;
    margin-left: -8px;
}
.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.overlay-text{
    font-size: 18px;
    margin: 0;
    padding: 20px 12px;
    background: #3d78d8;
    color:#fff;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
}
.mb-20 {
    margin-bottom: 20px;
}
.image-box:hover .overlay-text{
    background: #ff9728;
}
/* Boxes
---------------------------------- */
.box {
    text-align: center;
    margin: 0 10px 10px 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 0;
    float: left;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box i {
    font-size: 36px;
    line-height: 60px;
}
.box-style-2:hover .icon-container {
    border: 1px solid #666;
}
.box-style-1:not(.team-member):hover i {
    color: #3d78d8;
}
.min-size{
    min-height: 556px;
}
.blogpost-content a:hover, .lead a:hover {
    text-decoration: none;
}
.list-icons li i {
    width: 25px;
    text-align: center;
}
.list-icons li:first-child {
    padding-top: 0;
}
.block {
    padding-bottom: 40px;
}
.sidebar .block:first-child {
    margin-top: 2px;
}
.gray-bg {
    background-color: #f1f1f1;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
    position: relative;
}
.gray-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    height: 5px;
    content: "";
    width: 100%;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}
/* Parallax effect
---------------------------------- */
.no-touch .light-translucent-bg,
.no-touch .dark-translucent-bg,
.no-touch .default-translucent-bg,
.no-touch .parallax {
    background-attachment: fixed !important;
}
.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.parallax {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding: 50px 0;
}
.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg {
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.light-translucent-bg:after,
.dark-translucent-bg:after,
.default-translucent-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.dark-translucent-bg:after {
    background-color: rgba(0, 0, 0, 0.7);
}
.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
    color: #ffffff;
}
.light-translucent-bg .container,
.dark-translucent-bg .container,
.default-translucent-bg .container {
    z-index: 3;
    position: relative;
}
.parallax-bg {
    background: url("../img/callouts/callouts-bg.jpg") 50% 0px no-repeat;
}
.grid-space-10 {
    margin-right: -6px;
    margin-left: -6px;
}
.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.grid-space-20 {
    margin-right: -10.5px;
    margin-left: -10.5px;
}
.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.form-control {
    border-radius: 0;
    background: #ffffff;
    height: 40px;
    padding-right: 30px;
    border-color: #acacac;
    color: #666666;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}
.form-control:focus {
    border-color: #666666;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}
.form-control::-webkit-input-placeholder {
    color: inherit;
}
.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.modal-content .modal-title {
    font-size: 24px;
    color: #111;
}
.alert {
    margin: 20px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    padding-left: 70px;
    overflow: hidden;
    z-index: 1;
    border: none;
}
.alert:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 50px;
    height: 101%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.alert-success {
    color: #2a5f2b;
    background-color: #bcdab0;
}
.alert-info {
    color: #1a4e68;
    background-color: #c6e8fa;
}
.alert-warning {
    color: #72582b;
    background-color: #f7f0ce;
}
.alert:after {
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    left: 17px;
    color: #ffffff;
    font-size: 20px;
    z-index: 3;
}
.alert.alert-success:after {
    content: "\f00c";
}
.alert.alert-info:after {
    content: "\f05a";
}
.alert.alert-warning:after {
    content: "\f071";
}
.alert.alert-danger:after {
    content: "\f00d";
}
.call-to-action {
    padding: 10px 25px;
    text-align: center;
}
.call-to-action .btn, .parallax-bg-4 .btn {
    margin: 10px 15px;
}
.call-to-action .btn.btn-lg {
    margin-top: 15px;
}
.call-to-action h2, .banner h2, .parallax h2{
    font-weight:700
}
.box-style-2 {
    margin-top: 20px;
}
.box-style-2 i {
    font-size: 36px;
    line-height: 60px;
}
.box-style-2 .icon-container {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-style-2 .body {
    margin-left: 80px;
}
.box-style-2 h2 {
    font-size: 24px;
    margin-top: 0;
}
.box-style-2:hover .default-bg {
    background-color: #fff;
    border: 1px solid #3d78d8;
}
.box-style-2:hover .default-bg * {
    color: #3d78d8;
}
.box-style-3 {
    margin-top: 20px;
}
.box-style-3 i {
    font-size: 22px;
    line-height: 45px;
}
.box-style-3 .icon-container {
    float: left;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-style-3 .body {
    margin-left: 80px;
}
.box-style-3 h2 {
    font-size: 20px;
    margin-top: 0;
}
.box-style-3:hover .icon-container {
    border: 1px solid #666;
}
.box-style-3:hover .default-bg {
    background-color: #fff;
    border: 1px solid #3d78d8;
}
.box-style-3:hover .default-bg * {
    color: #3d78d8;
}
/*.box-style-3:hover .default-bg {
    background-color: #fff;
    border: 1px solid #e84c3d;
}
.box-style-3:hover .default-bg * {
    color: #e84c3d;
}*/
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
    .box-style-3.right .icon-container {
        float: right;
    }
    .box-style-3.right .body {
        margin-right: 80px;
        text-align: right;
        margin-left: 0;
    }
}
.process {
    position: relative;
    z-index: 1;
}
.round-process:before {
    height: 0px;
}
.process-list {
    margin: 0;
    padding: 0;
    background: transparent;
    list-style: none;
    text-align: center;
    width: 100%;
}
.process-list li {
    display: inline-block !important;
    background: transparent;
    margin: 20px 0;
    width: 19%;
    vertical-align: top;
}
.process-list .icon {
    position: relative;
    display: block;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background: #bbb;
    border-radius: 50%;
    font-size: 48px;
    line-height: 120px;
    color: #fff;
}
.process-list .box-style-1 i {
    font-size: 60px;
    margin: 32px 35px;
    text-align: center;
}
.col-md-8 .process-list li {
    width: 49% !important;
}
.col-md-8 .process-line{
    top:100px !important;
    margin:0 16%;
}
/*-------process-box-animation-------*/
.process-line {
    position: absolute;
    margin: 0 15%;
    height: 0;
    top: 220px;
    border-top: 3px dotted #3d78d8;
    z-index: -1;
    transition: width 2.5s ease-out;
}
@keyframes scrollimation {
    0% {
        width: 10%;
    }
    100% {
        width: 60%;
    }
}
@-webkit-keyframes scrollimation {
    0% {
        width: 10%;
    }
    100% {
        width: 65%;
    }
}
.animated-process {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scrollimation {
    -webkit-animation-name: scrollimation;
    animation-name: scrollimation;
}
@keyframes scrollimationBox {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes scrollimationBox {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animated-process-box-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-process-box-2 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated-process-box-3 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-process-box-4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scrollimationBox {
    -webkit-animation-name: scrollimationBox;
    animation-name: scrollimationBox;
}
.btn-light-gray {
    color: #333333;
    background-color: #fafafa;
    border-color: #f3f3f3;
}
.big-title h2{
    font-size: 38px;
}
.fixed-image.operatoram-svyazi{
    background-image:url('../img/header_bg/operator-header-bg.jpg');
}
.fixed-image.kamery-partneram{
    background-image:url('../img/header_bg/partnership-header-bg.jpg');
}
.fixed-image.videonablyudenie-v-mnogokvartirnom-dome{
    background-image:url('../img/header_bg/tsg-header-bg.jpg');
}
.fixed-image.videonablyudenie-dlya-franchayzinga{
    background-image:url('../img/header_bg/franchisee-header-bg3.JPG');
    background-position:0 70%;
}
.fixed-image.videonablyudenie-dlya-doma{
    background-image:url('../img/header_bg/for_home-header-bg4.jpg');
    background-position:0 90%;
}
.process-3 .process-list li{
    width:30%;
}
.arrow.arrow-section {
    padding-bottom:3px
}
.arrow.arrow-section i:before {
    color: #f1f1f1;
    text-shadow: 0px -2px 3px rgba(0, 0, 0, 0.13);
}
.banner {
    background-color: #f1f1f1;
    border-bottom: 1px solid #eaeaea;
}
.banner + .page-intro {
    /*margin-top: -56px !important;*/
    position: relative;
    background-color: rgba(250, 250, 250, 0.9);
    z-index: 2;
}
@media (min-width:992px) {
    .affix-menu {
        padding-top: 20px;
    }
    h3.title ~ .affix-menu {
        padding-top: 0px;
    }
}
.tab-content {
    border: none;
    padding: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    background-color: #fafafa;
    margin-bottom: 15px;
}
.tab-content h1 {
    font-size: 34px;
}
/*.tab-content:after {
    width: 3px;
    content: "";
    background-color: #e84c3d;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}*/
/* Collapse
---------------------------------- */
.panel-group .panel {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}
.panel-default > .panel-heading {
    padding: 0;
    outline: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
}
.panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #3d78d8;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
    background-color: #3d78d8;
    color: #ffffff;
}
.panel-heading a.collapsed {
    color: #ffffff;
    background-color: #999999;
}
.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}
.panel-heading a.collapsed:after {
    content: "\f196";
}
.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}
.fixed-image {
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}
.no-touch .fixed-image {
    background-attachment: fixed;
}
.fixed-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.b-number{
    background: #3d78d8;
    color: white;
    padding: 5px 5px;
    float: left;
    margin-right: 10px;
    width: 40px;
    text-align: center;
}
.support_ul{
    list-style: none;
}
.support_ul a{
    font-family: "SegoeUIRegular";
    color:#343434;
    margin-left: 5px;
    font-weight: 500;
    font-size: 19px;
    padding-left: 10px;
}
.support_ul li{
    margin-bottom: 10px;
}
.support_ul li:hover a{
    color: #3d78d8;
    text-decoration: none;
    font-weight: 600;
    transition: all .5s ease;
    border-left: 5px #3d78d8 solid;
}
.support_ul li.active a{
    color: #3d78d8;
    text-decoration: none;
    font-weight: 600;
    border-left: 5px #3d78d8 solid;
}
/*--Table--*/
.table:not(.table-bordered) {
    border-bottom: 2px solid #f3f3f3;
}
tbody {
    background-color: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px 15px;
    border-top: 1px solid #f3f3f3;
}
/*--margin--*/
.mt-25 {
    margin-top: 25px !important;
}
.bth-margin-right {
    margin-right: 15px;
}
/*--maps--*/
#map-yandex-contacts {
    height: 450px;
}

