@charset "UTF-8";
/*( 6+1)*/
/* worktime */
.head a.worktime {
    color: #ffffff;
    margin: 16px 0 7px;
    text-transform: uppercase;
    white-space: nowrap;
}

.head a.worktime:hover {
    color: #FFFFFF;
    text-decoration: none;
}


#worktimeContent {
    color: #969696;
}

.head .phone__block {
    height: 27px;
    position: relative;
}

.head .phone {
    color: #ffffff;
    font-size: 26px;
    line-height: 27px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    border-bottom: none;
}

@media print {
    .head .phone:after {
        display: none;
    }
}

.head .phone__form {
    width: 15px;
    height: 100%;
    margin: 0 0 0 5px;
    position: absolute;
    display: inline-block;
    vertical-align: bottom;
    background: url(../../../../../templates/main_posi/css/img/icons-n.png) no-repeat -46px -1493px;
    background-size: 540%;
}

.head .phone {
    border-bottom: 1px dotted transparent;
}

.head .phone:hover {
    border-color: #fff;
}

/*** Обратный связь / Заказть звонок ***/
.feedback .popover {
    width: 100%;
    max-width: 600px;
}

@media (max-width: 767px) {
    .feedback .popover {
        max-width: 100%;
        top: 0 !important;
    }
}

.feedback .popover .nav-tabs {
    padding: 0 16px 20px;
}

.feedback .popover .tab-content {
    padding: 0 16px 20px;
}

.feedback .popover .tab-content .form-group {
    margin-left: 0;
    margin-right: 0;
    padding-right: 2px;
    /*padding-left: 2px;*/
    /*&.has-error,
              &.has-warning,
              &.has-success
              {
                  margin-bottom: 0;
              }*/
}

.feedback .popover .tab-content label {
    margin-bottom: 5px;
    font-size: 14px;
}

.feedback .popover .tab-content .btn-send {
    width: 100%;
}

.feedback .popover textarea {
    resize: vertical;
    min-height: 120px;
}


#worktime {
    display: inline-block;
}

@media print {
    #worktime {
        display: block;
    }
}

#worktime .nav > li > a {
    padding: 0 15px 10px 15px;
}

#worktimeContent {
    padding: 13px 7px;
}

#worktimeContent span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}
