.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
    "\e151";
}

a.desc:after {
    content: /*"\e114"*/
    "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #f2dede !important;
    border-left: 3px solid #e02222;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.vakata-context {
    z-index: 999 !important;
}


/*///////////////////////////////////////////////////////////////////////////LOGIN*/

#login-form {}

.service ul {
    /*background: rgba(0,0,0,0.14);*/
    font-family: "Calibri", sans-serif;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.service ul>li {
    margin-bottom: 5px;
}

.service ul>li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #000;
}

@media (min-width: 480px) {
    .service ul {
        /*padding-left: 80px;*/
    }
}


/*//////////////////////////////////////            23.01*/

@media (max-width: 767px) {
    .priznanie+.controls {
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
    }
    .page-content-priz {
        padding-top: 70px;
    }
    .slogan-services,
    .slogan-practice {
        bottom: auto;
        top: 105px;
    }
}

.main_title.small {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25em;
    color: #1f1f1f;
}

@media (max-width: 480px) {
    .slogan-practice {
        font-size: 1.3em;
    }
}

.pp-info .pp-info-wrp>div:nth-child(2) ul {
    list-style: initial;
    list-style-position: inside;
}


/* ////////////////////////////////// 07.08 */

#contact-form .forma .bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
}

#contact-form .forma .bottom .left {
    overflow: hidden;
}

.btn--contacts {
    
    height: 74px;
}


@media (max-width: 960px) {
    .btn--contacts {
        margin-left: 13px;
        margin-top: 5px;
    }
    #contact-form .forma .bottom .left {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 660px) {
    #contact-form .forma .bottom {
        flex-direction: column;
    }
    .btn--contacts {
        margin-left: 0;
    }
}

#reco-popup + .modal_window{
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}
#reco-popup + .modal_window form{
    overflow: auto;
    max-height: calc(100% - 58px);
}