/*http://www.bootply.com/79859*/

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueCyr-Light.otf');
}

@font-face {
    font-family: 'HelveticaNeueItalic';
    src: url('../fonts/HelveticaNeueCyr-LightItalic.otf');
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueCyr-Heavy.otf');
}

body {
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'als_rublregular';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rouble-webfont.woff') format('woff'),
    url('../fonts/rouble-webfont.ttf') format('truetype'),
    url('../fonts/rouble-webfont.svg#als_rublregular') format('svg');
}

/*===================================================common==========================================================*/
#logo{

}

.m-t-lg2{
    margin-top: 45px;
}

.m-r-lg2{
    margin-right: 45px;
}

.n-p-l{
    padding-left: 0px;
}

.caption,
.sub-caption{
    color: #030303;
}


::selection{
    color: #ffffff;
    background: #FFAC79;
}
::-moz-selection {
    color: #ffffff;
    background:  #FFAC79;
}

.caption{
    margin-top: 110px;
    font-size: 60px;
    display: inline-block;
}

.sub-caption{
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    font-family: 'HelveticaNeueItalic', Helvetica, Arial, sans-serif;
}

.link,
.link:hover{
   color: #ff7200;
}
.link{
    text-decoration: underline;
}
.link:hover{
    text-decoration: none;
}

.selected img {
    opacity:0.5;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .intro-cloud-wrapper{
        width: 290px;
        top: 15px; right: -40px; z-index: 45
    }
}

.navbar-default .navbar-nav > .marker {
    width: 0px;
    height: 0px;
    border-radius: 2px;
    position: absolute;
    border: solid #ff6600 1px;
    color: #ff6600 !important;
    background: transparent;
    transition: left 0.5s, width 0.5s, height 0.5s;
}


.navbar-default .navbar-nav > a{
    outline: none;
}

.navbar-inverse .navbar-nav > .marker {
    position: absolute;
    border-radius: 2px;
    border: solid #ffffff 1px;
    color: #ffffff !important;
    transition: left 0.5s, width 0.5s, height 0.5s;
}

.navbar-default .navbar-nav > .request {
    border-radius: 2px;
    border: solid #ff6600 2px;
    color: #ff6600 !important;
    background: transparent;
    transition: left 0.5s, width 0.5s, height 0.5s;
}

.navbar-default .navbar-nav > .request a {
    text-decoration: none;
    color: #ff7200 !important;
    font-weight: 700;
    outline: none;
    border-bottom: none;
}

.onepage-pagination{
    top: 40%;
    display: none;
}

.carousel-fade .item {-webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -ms-transition: opacity 0.5s; -o-transition: opacity 0.5s; transition: opacity 0.5s;}
.carousel-fade .active.left {left:0;opacity:0;z-index:2;}
.carousel-fade .next {left:0;opacity:1;z-index:1;}
.carousel-inner .item{ width: 100%}

.slider-thumbs{
    position: relative;
}
.slider-thumbs li{cursor: pointer; vertical-align: top; margin-right: 30px; padding: 10px}
.slider-thumbs a{ font-size: 15px; color: #000000; font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;}
.slider-thumbs a:hover{ text-decoration: none;}

.slider-thumbs li{ border: solid 1px transparent; }
.slider-thumbs .thumbnail-desc{ margin-bottom: 10px}

.slider-thumbs .marker{
    border: solid 1px #fe923b;
    position: absolute;
    transition: left 0.5s, width 0.5s, height 0.5s;
}
.slider-thumbs li:last-child{
    margin-right: 0px;
}

.nano { width: 270px; max-height: 400px; }
.nano .nano-pane   { background: #ffffff; width: 8px; }
.nano > .nano-pane > .nano-slider { background: #bfbfbf; }

.slider-thumbs .marker:before{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: " ";
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: solid 1px #fe923b;
    border-bottom: 0px;
    border-right: 0px;
    background: #ffffff;
    -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
}

.video-bg {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.owl-carousel{
    height: 100%;
}
.owl-carousel .owl-wrapper-outer{
    height: 100%;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
    height: 100%;
}

.owl-item{
    cursor: pointer;
}

#tech-carousel .owl-controls .owl-page span{
    background: #FFF;
}

#tech-carousel  .owl-pagination{
    bottom: 50px;
    position: absolute;
    margin: 0 auto;
    max-width: 200px;
    left: 0;
    right: 0;
}


.owl-controls .owl-buttons > div {
    width: 60px !important;
    padding: 0px !important;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center!important;
    color: #FFF!important;
    position: absolute!important;
    top: 50%!important;
    font-size: 21px!important;
    margin-top: -30px!important;
    opacity: 1!important;
    background: rgba(0, 0, 0, 0.4)!important;

}

.owl-next {
    right: 20px!important;
}
.owl-next:after{
    content: "→";
}

.owl-prev {
    left: 20px!important;
}
.owl-prev:after {
    content: "←";
}

.modal-backdrop.in {
    opacity: 0.8;
}
.modal-backdrop {
    background-color: #fffbf4;
}
.modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(100,100,100,0.5);
    box-shadow: 0 3px 9px rgba(100,100,100,0.5);
}
.modal-header {
    font-size: 20px;
    border-bottom: 0;
    padding-bottom: 0;
    font-family: 'HelveticaNeueBold';
}
.modal-footer {
    border-top: 0;
    padding-top: 0;
    text-align: center;
}
.modal-footer .btn {
    padding: 7px;
    border-width: 2px;
}
.modal-footer .btn:focus,
.modal-footer .btn:hover {
    border-color: #ff6600;
    background-color: #ff6600;
    color: #ffffff;
}
.form-group {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}
input,
textarea {
    display: block;
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 7px;
    margin-top: 5px;
    font-size: 16px;
}
input:focus,
button:focus,
textarea:focus {
    border-color: #ff6600;
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    outline: 0 none;
}
.form-error {
    border-color: #ff0000 !important;
    color: #ff0000;
    border-width: 1.5px;
}

.request-info {
    font-weight: 700;
    padding-top: 10px;
    color: #ff6600;
}



.pages > section{
    overflow: hidden;
}


input[type=checkbox]{
    display:none;
}

input[type=checkbox] + label {
    padding-left:28px;
    height:19px;
    display:inline-block;
    line-height:20px;
    font-size:15px;
    font-weight: normal;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
    margin-bottom: 3px;
    margin-top: 3px;
}

input[type=checkbox]:checked + label {
    background-position: 0 -19px;
}
label{
    background-image:url("../img/checkbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.spinner-control{
}
.spinner-control input{
    padding: 2px 5px;
    width: 50px;
    text-align:right;
    height: 25px;
}
.spinner-control .spinner-left-button,
.spinner-control input,
.spinner-control .spinner-right-button{
    display: inline-block;
}

.spinner-control .spinner-right-button,
.spinner-control .spinner-left-button{
    width: 8px;
    height: 15px;
    border: 0px;
    outline: none;
    vertical-align: middle;
}
.spinner-control .spinner-left-button{
    background: url("../img/spinner-left-arrow.png") center center no-repeat;
}
.spinner-control .spinner-left-button.disabled,
.spinner-control .spinner-left-button:disabled{
    background: url("../img/spinner-left-arrow-disabled.png") center center no-repeat;
}

.spinner-control .spinner-right-button{
    background: url("../img/spinner-right-arrow.png") center center no-repeat;
}
.spinner-control .spinner-right-button.disabled,
.spinner-control .spinner-right-button:disabled{
    background: url("../img/spinner-right-arrow-disabled.png") center center no-repeat;
}

/*========================================================header=======================================================*/
.logo{
    background: url("../img/menu-logo.png") center center no-repeat;
    display: block;
    width: 79px;
    height: 29px;
}
.navbar-inverse .logo{
    background: url("../img/menu-logo-inverted.png") center center no-repeat;
    display: block;
    width: 79px;
    height: 29px;
}

.phone-number{
    font-family: 'HelveticaNeueBold';
    font-size: 18px !important;
    display: block !important;
    padding: 5px !important;
    border-bottom: none !important;
}

.navbar-inverse .phone-number{
    color: #ffffff;
}

.login{
    background: url("../img/login.png") center center no-repeat;
    width: 34px;
    height: 32px;
    border: none !important;
}

.navbar-inverse .login{
    background: url("../img/login-inverted.png") center center no-repeat;
}

/*================================================0 index==============================================================*/
.index-wrapper{
    background: url('../img/room-floor-bg.png') repeat-x bottom;
}

.intro{
    font-size: 32px;
    margin-top: 20px
}

.intro-images {
    margin-top: 80px;
    padding-bottom: 32px;
}

.intro-tune-menu-wrapper{

}

.intro-tune-menu{
    width: 192px;
    height: 320px;
    margin-top: 20px;
    margin-left: -45px;
    background: url("../img/intro-1.png") no-repeat center center;
}

.intro-interfaces-wrapper{
    margin-left: 80px;
}

.intro-interfaces{
    width: 78px;
    height: 331px;
    background: url("../img/intro-2.png") no-repeat center center;
}

.intro-devices-wrapper{

}

.intro-devices{
    width: 191px;
    height: 105px;
    background: url("../img/intro-3.png") no-repeat center center;
}

.intro-algorithms-wrapper{
    margin-left: 80px;
}
.intro-algorithms{
    width: 173px;
    height: 247px;
    background: url("../img/intro-4.png") no-repeat center center;
}

.intro-cloud-wrapper{
    width: 290px;
}
.intro-cloud{
    margin-top: -45px;
    width: 177px;
    height: 120px;
    background: url("../img/intro-5.png") no-repeat center center;
}

.intro-survey-wrapper{
    width: 450px; margin-bottom: -30px;
}
.intro-survey{
    width: 329px;
    height: 530px;
    margin: 0 auto;
    background: url("../img/intro-6.png") no-repeat center center;
}

.main-logo{
    width: 123px;
    vertical-align: bottom;
    height: 46px;
    background: url("../img/main-logo.png") no-repeat;
}

.intro-definition{
    font-size: 14px;
    margin-top: -8px;
}

.intro-feature-item{
    font-size: 14px;
}

#index{
    background: url("../img/intro-bg.png");
    min-height: 100px;
}

/*================================================1 interface==========================================================*/

.devices-arrow {
    background: url("../img/arrow-r-l-bg.png") left bottom no-repeat;
    width: 56px;
    height: 23px;
    display: block;
    position: absolute;
    top: 10px;
    left: -50px;
}

.days-combinations-arrow{
    background: url("../img/days-combinations-arrow-img.png") left bottom no-repeat;
    width: 58px;
    height: 16px;
    display: block;
    position: absolute;
    top: 10px;
    left: -50px;
}

.work-in-intervals-arrow{
    background: url("../img/work-in-intervals-arrow-img.png") left bottom no-repeat;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: -20px;
    right: -50px;
}

.style-menu-item-arrow{
    background: url("../img/style-menu-item-arrow-img.png") left bottom no-repeat;
    width: 58px;
    height: 16px;
    display: block;
    position: absolute;
    left: -55px;
}

.grouping-menu-item-arrow{
    background: url("../img/grouping-menu-item-arrow-img.png") left bottom no-repeat;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: -15px;
    left: -40px;
}

.menu-styles-palette{
    background: url("../img/menu-styles-palette-img.png") top left no-repeat;
    padding-top: 70px;
    padding-right: 20px;
}




.interface-details-item{
    font-size: 15px;
    padding-top: 100px;
}

.interface-details-image {
    height: 100px;
}

.interface-details-item .interface-details-caption{
    font-weight: bold;
}

.on-map{
    background: url("../img/on-map-img.png") left 8px no-repeat;
}
.hourly-diagram{
    background: url("../img/hourly-diagram-img.png") left 10px no-repeat;
}
.instant-diagram{
    background: url("../img/instant-diagram-img.png") left 30px no-repeat;
}
.detailed-statistics-diagram{
    background: url("../img/detailed-statistics-diagram-img.png") left top no-repeat;
}

.settings-carousel-item{
    height: 300px;
    margin-top: 30px;
}

.popular-services-img{
    top: 63px;
    position: absolute;
    right: 0px;
}


/*================================================2 hardware===========================================================*/

.hardware-main-content{
    margin-left: 90px;
    display: inline-block;
}

.hardware-caption-info{
    font-family: 'HelveticaNeue';
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.hardware-main-info{
    font-size: 18px;
}

.hardware-main-info p{
    margin-bottom: 15px;
    width: 400px;
}

.hardware-additional-info{
    font-size: 13px;
}
.terminal-types{
    padding: 0;
}
.terminal-types li{
    margin-right: 30px;
    display: inline-block;
    vertical-align: bottom;
}

.terminal-types li:last-child{
    margin-right: 0px;
}

.terminal-thumbnail,
.indication-panel-thumbnail,
.indication-panel-thumbnail,
.personal-panel-thumbnail,
.operator-panel-thumbnail,
.admin-panel-thumbnail,
.survey-panel-thumbnail{
    padding-bottom: 100px;
}

.terminal-thumbnail{
    background: url("../img/terminal-img.png") bottom left no-repeat;
}
.indication-panel-thumbnail{
    background: url("../img/indication-panel-img.png") bottom left no-repeat;
    padding-right: 12px;
}
.personal-panel-thumbnail{
    background: url("../img/personal-panel-img.png") bottom left no-repeat;
}
.operator-panel-thumbnail{
    background: url("../img/operator-panel-img.png") bottom left no-repeat;
    padding-right: 32px;
}
.admin-panel-thumbnail{
    background: url("../img/admin-panel-img.png") bottom left no-repeat;
    padding-right: 5px;
}
.survey-panel-thumbnail{
    background: url("../img/survey-panel-img.png") bottom left no-repeat;
}

.hardware-carousel-item{
    height: 360px;
}

/*================================================3 settings===========================================================*/
.schedule-thumbnail,
.holiday-schedule-thumbnail,
.terminal-menu-thumbnail,
.service-menu-thumbnail,
.device-management-thumbnail{
    padding-top: 95px;
}

.schedule-thumbnail{
    background: url("../img/schedule-img.png") top left no-repeat;
}
.holiday-schedule-thumbnail{
    background: url("../img/holiday-schedule-img.png") top left no-repeat;
}
.terminal-menu-thumbnail{
    background: url("../img/terminal-menu-img.png") top left no-repeat;
}
.service-menu-thumbnail{
    background: url("../img/services-menu-img.png") top left no-repeat;
    padding-right: 10px;
}
.device-management-thumbnail{
    background: url("../img/device-management-img.png") top left no-repeat;
    padding-right: 10px;
}

.settings-carousel-caption{
    display: none;
}


/*================================================4 technology=========================================================*/

.grey-block {
    background: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.9);
    padding: 10px;
}

.tech-caption{
    top: 110px;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    font-size: 48px;
    left: 0px;
    z-index: 1000000;
}

.section-tech-caption{
    font-size: 48px;
    color: rgba(255, 255, 255, 0.9);
}


.tech-description{
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
}

.tech-additional-info{
    font-size: 18px;
}

.tech-content{
    max-width: 680px;
    margin: 0 auto;
}

.implementation-item,
.tech-item{
    width: 100%;
    height: 100%;
    position: relative;
}

.it-systems-integration,
.citizen-universal-card,
.integration-gov-services,
.multiticket,
.algorithms,
.cloud{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.it-systems-integration{
    background: url("../img/it-systems-integration-img.png") no-repeat ;
}

.citizen-universal-card {
    background: url("../img/citizen-universal-card-bg.png") no-repeat ;
}

.integration-gov-services {
    background: url("../img/integration-gov-services-bg.png") no-repeat ;
}

.multiticket{
    background: url("../img/multiticket-bg.png") no-repeat ;
}

.algorithms {
    background: url("../img/algorithms-bg.png") no-repeat ;
}

.cloud {
    background: url("../img/cloud-bg.png") no-repeat ;
}
/*================================================5 implementations====================================================*/
.implementation-overlay {
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
}

#implementation-video {
    background: #000 url("../img/implementation-poster.png") no-repeat;
    background-size: cover;
    position: absolute;
}

.implementation-features {

    position: absolute;
    width: 220px;
    top: 140px;
    right: 0;
    padding: 0px;
}

.implementation-features li{
    list-style: none;
    font-size: 18px;
    margin-bottom: 40px;
}

.implementation-features-bottom{
    position: absolute; bottom: 40px
}

/*================================================6 solutions=========================================================*/

#solutions{
    position: relative;
}

.solution-item{
    font-size: 15px;
    height: 200px;
}

.solutions-mfc{
    background: url("../img/mfc-img.png") left center no-repeat;
    padding-left: 100px;
    height: 190px;
}

.solutions-banks{
    background: url("../img/banks-img.png") left center no-repeat;
    padding-left: 115px;
    height: 190px;
}

.solutions-public-catering{
    background: url("../img/public-catering-img.png") left center no-repeat;
    padding-left: 90px;
    height: 190px;
}

.solutions-logistics{
    background: url("../img/transport-and-logistics-img.png") right center no-repeat;
    height: 190px;
    padding-top: 100px;
}

.solutions-other-solutions{
    background: url("../img/other-solutions-img.png")  right center no-repeat;
    height: 190px;
    padding-top: 100px;
}

.solutions-clinics{
    background: url("../img/clinics-img.png")  right center no-repeat;
    height: 190px;
    padding-top: 100px;
}

.spacer{
    width: 25px;
    display: inline-block;
}

.solution-item-caption{
    font-size: 15px;
    font-weight: bold;
}

.solutions-footer{
    bottom: 10px;
    left: 0;
    right: 0;
}

.solution-enter-is-using-in {
    font-size: 15px;
    text-align: center;
    background: #f5f5f5;
    width: 100%;
    padding: 15px;
}

.solution-companies{
    padding: 0;
    max-width: 1165px;
    margin: 0 auto;
}

.solution-companies li{
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
}

.visa-center{
    background: url("../img/visa-center-img.png") center center no-repeat;
    display: block;
    width: 138px;
    height: 33px;
}

.sberbank{
    background: url("../img/sberbank-img.png") center center no-repeat;
    display: block;
    width: 134px;
    height: 26px;
}

.zapsibcombank{
    background: url("../img/zapsibcombank-img.png") center center no-repeat;
    display: block;
    width: 123px;
    height: 25px;
}

.mdmbank{
    background: url("../img/mdmbank-img.png") center center no-repeat;
    display: block;
    width: 97px;
    height: 28px;
}


.fareast-administarion{
    background: url("../img/fareastern-img.png") center center no-repeat;
    display: block;
    width: 78px;
    height: 33px;
}

.kroshka-kartoshka{
    background: url("../img/kroshka-kartoshka-img.png") center center no-repeat;
    display: block;
    width: 76px;
    height: 31px;
}

.m{
    background: url("../img/m-img.png") center center no-repeat;
    display: block;
    width: 56px;
    height: 42px;
}

.legion-bank{
    background: url("../img/legion-bank-img.png") center center no-repeat;
    display: block;
    width: 114px;
    height: 26px;
}

#solutions-carousel  .owl-controls .owl-page span{
    background: #000000;
}

#solutions-carousel  .owl-controls{
    margin: 0 auto;
    max-width: 200px;
    left: 0;
    right: 0;
}

#solutions-carousel .owl-item{
    text-align: center;
}
#solutions-carousel .owl-item p{
    margin-bottom: 45px;
}

#solutions-carousel .owl-item p,
#solutions-carousel .owl-item h6{
    text-align: left;
}
#solutions-carousel .owl-item img{
    display: inline-block;
}


/*==================================================7 costs===========================================================*/

.cost-contact {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 30px;
}

.cost-contact-info,
.cost-contact-number {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}

.cost-contact-number {
    font-size: 32px;
    margin-left: 55px;
    font-weight: bold;
    line-height: normal;
}

.cost-contact-number a {
    text-decoration: none;
    color: #000000;
}

.cost-option {
    border: 1px #e1e1e1 solid;
    border-radius: 2px;
    padding: 20px 24px;
    font-size: 15px;
    min-height: 450px;
    position: relative;
}

.cost-option h3 {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 30px;
}

.option-header {
    margin-bottom: 20px;
}

.option-set {
    border-bottom: 1px #e1e1e1 solid;
    padding-bottom: 15px;
}

.option-set .parts {
    text-align: justify;
    width: 100%;
    line-height: 0;
    text-align-last: justify;
}

.option-set .cloud-option {
    margin-top: 10px;
}

.option-set .parts:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.set-part {
    line-height: normal;
    display: inline-block;
    text-align: left;
}

.set-part strong {
    font-size: 24px;
}

.set-part img {
    vertical-align: baseline;
}

.set-part img.bell {
    margin: 3px 0;
}

.set-part img.mic,
.set-part img.bell {
    vertical-align: middle;
}

.option-list {
    padding-top: 5px;
    margin-bottom: 70px;
}

.option-list li{
    padding-top: 10px;
}

.cost-option .calculated-result .cost{
    color: #000000;
}

.calculated-result,
.option-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: left;
}

.cost-option .cost {
    font-size: 30px;
    color: #ff6600;
    margin-right: 10px;
}

.cost-option .cost-desc {
    font-size: 13px;
}

.cost-option .cost,
.cost-option .cost-desc {
    vertical-align: top;
    display: inline-block;
    line-height: normal;
}

.cost-option .infinity {
    font-size: 38px;
    line-height: 22px;
}

span.rur {
    font-family: "als_rublregular";
}

.cost-selected.cost-option{
    background: #ffe9d5;
    border: 4px #ff922c solid;
}

.cost-selected .option-header-details,
.cost-selected .option-set,
.cost-selected .option-list,
.cost-selected .option-footer{
    display: none;
}

.option-feature-list,
.calculated-result{
    display: none;
}
.cost-selected .option-feature-list,
.cost-selected .calculated-result{
    display: block;
}

.cost-selected .option-feature-list .licenses{

}

.option-feature-list > li{
    border-top: solid #d9c6b5 1px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.option-feature-list > li .option-feature-list-header{
    position: absolute;
    font-weight: bold;
    background: #FFE9D5;
    top: -12px;
    padding-right: 5px;
}

/*================================================8 contacts====================================================*/
#contacts {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background: url("../img/tyumen_1.jpg") no-repeat ;
}

#contacts .caption {
    color: #fff;
}

#contacts .carousel-indicators {
    display: block;
}

#contacts .carousel-indicators li {
    background: #ff6600;
}

#contacts .carousel-control {
    background-image: none;
    width: 10%;
    color: #ff6600;
}

#contacts .carousel-caption {
    position: static;
    text-align: left;
    font-size: 24px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    text-shadow: none;
    margin: 0;
    padding-bottom: 20px;
}

#contacts .carousel-caption span {
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    display: block;
}

.contacts-header {
    margin-bottom: 30px;
}

.contacts-header h3 {
    font-weight: bold;
    font-size: 36px;
}

.contacts-option,
.partners-option {
    border: 1px #e1e1e1 solid;
    background-color: #fff;
    border-radius: 2px;
    padding: 20px 24px;
    font-size: 15px;
    min-height: 500px;
    position: relative;
}

.partners-option {
    padding: 20px 56px;
}

.partners-option .glyphicon,
.contacts-option .glyphicon {
    color: #ff6600;
    opacity: .8;
    font-size: 12px;
    padding-right: 5px;
}

.contacts-footer {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.footer-content {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto;
    background-color: #fff;
}

.contacts-footer .glyphicon {
    color: red;
    font-size: 12px;
}

.contacts-text{
    padding: 5px 10px;
    line-height: 37px;
}


#offices{
    border-radius: 2px;
}

#offices .arrow{
    top: 17px;
}

path {
    stroke: rgba(255, 102, 0, 0.43);
    stroke-width: 1px;
}

.city{
    z-index: 500;
    font-size: 10px;
    cursor: pointer;
}
.city:hover{
    text-decoration: underline;
}

#offices{
    color: #000000;
    max-width: 300px;
}

#offices h4{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
}

#offices li{
    margin-bottom: 30px;
}

#offices-content{
    padding-left: 10px;
    padding-right: 20px;
}
#offices  .phones{
    margin-bottom: 2px;
    margin-left: -9px;
}
#offices  .mails{
    margin-bottom: 2px;
}
#offices  .phones > span{
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}
#offices  .mails > a{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
#offices  .mails > a:hover{
    text-decoration: underline;
}
#offices  .addresses{
    font-size: 16px;
    font-weight: bold;
}
#offices .popover-content{
    padding: 14px 14px 9px;
}

.contact-us {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    width: 100%;
    background: #ffffff;
    padding: 5px;
}

.contact-us .main-row {
    margin: 0 auto;
    width: 400px;
}

.contact-us a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
}

.contact-us a:last-of-type {
    position: relative;
    float: right;
    margin-right: 20px;
}



/*===================================================angular==========================================================*/

.ext-popover {
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 1500;
    display: none;
    width: 280px;
}

.no-point-events {
    pointer-events: none;
}

.workplace-wrapper{
    margin-bottom: 20px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 98px;
}

div.workplace-wrapper div.workplace {
    margin-bottom: 0;
    margin-top: 12px;
}

.workplace {
    width: 200px;
    position: relative;
    color: #000;
}

.wrapper {
    padding: 15px;
}

.panel {
    border-radius: 2px;
    border-color: #ebeff6;
}

.workplace .workplace-label {
    position: absolute;
    top: -10px;
    background: white;
}

.workplace h5,
.popular-products-list-panel h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}

.workplace .people-total-proceed,
.workplace .time-approx {
    font-size: 15px;
}

.inline {
    display: inline-block;
}

*[svg-queue] g text {
    text-anchor: middle;
}

g.ticket {
    cursor: pointer;
}

g.current text {
    font-size: 16px;
}

svg.workplace-queue path.line,
svg.workplace-queue line.line {
    fill: none;
    stroke: #e1e1e1;
    stroke-width: 1;
}

[svg-queue] {
    height: 98px;
}

*[svg-queue] {
    margin-left: -8px;
}

[svg-queue] {
    position: relative;
}

[svg-queue]:before {
    content:'';
    display:block;
    background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:100%;
}

*[svg-queue] timer {
    position: absolute;
    left: 0;
}

*[svg-queue] timer.current span {
    display: inline-block;
    width: 54px;
    text-align: center;
}

*[svg-queue] timer.warning {
    color: #fd2424;
}

*[svg-queue] text {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.popular-products-list-panel {
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
}

.popular-products-list .list-group-item:before {
    content: "•";
    position: absolute;
    left: 15px;
    font-size: 25px;
    line-height: 20px;
}

.popular-products-list .list-group-item span {
    color: #000000;
}

.popular-products-list .list-group-item {
    padding-left: 35px;
    position: relative;
}

.popular-products-list .list-group-item:hover {
    background: #DEF2F9;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
}
.popular-products-list :first-child {
    border-top: none;
}

.queue-container {
    min-height: 250px;
    padding-right: 275px;
    position: relative;
}

