/* Put your custom styles here */

/* Bootstrap colum full height */

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        height: 100%;
        position: relative;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.q-navbar-container {
    background-color: rgb(98, 127, 154);
    box-shadow: inset 0 0 17px rgba(0, 0, 0, 0.5);
}

.q-navbar-container nav {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.q-stylebanner {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.q-header {
    margin: 1em 0;
}

.q-header-icon {
    font-size: 2em;
}

.navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-form span.glyphicon-search {
    font-size: 1.5em;
    background-color: transparent;
    border: none;
    color: #FFF;
}

.box-heading-new {
    border-bottom: 1px dotted #555;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.box-heading {
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 6.5px;
    padding-top: 10px;
}

body {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
}

.qnium [body] {
    background-image: url('../images/brick-wall.png');
}

.affix {
    top: 0;
    width: 100%;
    z-index: 100;
}

.nav-item > a {
    text-transform: uppercase;
    color: #FFF;
}

.nav-item > a:hover,
.dropdown.open .dropdown-toggle {
    background-color: #F39C12 !important;
}

.dropdown-menu .q-dropdown-subheader {
    font-weight: bold;
    color: #f39c12;
}

.dropdown-menu a {
    color: #fdfdfd;
    text-decoration: none;
}

.dropdown-menu a:hover {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    margin: 0px;
    background-color: #f39c12;
}

.navbar-collapse.in .dropdown-menu a {
    color: #FFFFFF;
}

.q-category-row {
}

.q-category-row .col-md-height {
    margin: 0.5em;
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.q-category-box {
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 15%;
    margin-left: 0.75%;
    margin-right: 0.75%;
}

.q-category-box a {
    text-decoration: none;
    text-transform: lowercase;
    color: #000000;
}

.q-footer {
    background-color: #222222;
    color: #CCCCCC;
    padding: 1em 0px;
    margin-top: 40px;
}

.q-footer-header {
    text-transform: uppercase;
}

.q-footer a,
.q-copyright-bar a {
    color: #CCCCCC;
    text-decoration: none;
}

.q-footer .list-group-item:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

.q-footer .list-group-item {
    background-color: transparent;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.q-contact-list span.glyphicon,
.q-contact-list i.fa {
    vertical-align: middle;
    font-size: 1.5em;
    padding-right: 0.5em;
}

.q-copyright-bar {
    background-color: #666666;
    color: #CCCCCC;
    width: 100%;
    padding: 10px;
    position: relative;
    height: 40px;
}

.parallax {
    padding: 4em 0;
    background: url('../images/main-page-parallax2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.q-2-parallax {
    padding: 4em 0;
    background: url('../images/logo2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.q-photo-carousel .carousel-inner {
    background-color: #FFFFFF;
}

.q-photo-carousel .carousel-multi .carousel-control {
    width: 4%;
}

.q-photo-carousel .carousel-multi .carousel-control.left,
.carousel-multi .carousel-control.right {
    margin-left: 1em;
}

@media (max-width: 767px) {
    .q-photo-carousel .carousel-multi .carousel-inner .active.left {
        left: -100%;
    }

    .q-photo-carousel .carousel-multi .carousel-inner .next {
        left: 100%;
    }

    .q-photo-carousel .carousel-multi .carousel-inner .prev {
        left: -100%;
    }

    .q-photo-carousel .carousel-multi .active > div {
        display: none;
    }

    .q-photo-carousel .carousel-multi .active > div:first-child {
        display: block;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .q-photo-carousel .carousel-multi .carousel-inner .active.left {
        left: -50%;
    }

    .q-photo-carousel .carousel-multi .carousel-inner .next {
        left: 50%;
    }

    .q-photo-carousel .carousel-multi .carousel-inner .prev {
        left: -50%;
    }

    .q-photo-carousel .carousel-multi .active > div {
        display: none;
    }

    .q-photo-carousel .carousel-multi .active > div:first-child {
        display: block;
    }

    .q-photo-carousel .carousel-multi .active > div:first-child + div {
        display: block;
    }
}

@media (min-width: 992px) {
    .q-photo-carousel .carousel-multi .carousel-inner .active.left {
        left: -25%;
    }

    .q-photo-carousel .carousel-multi .carousel-inner .next {
        left: 25%;
    }

    .q-photo-carousel .carousel-multi .carousel-inner .prev {
        left: -25%;
    }
}

.q-photo-carousel .list-row-carousel {
    width: 1000px;
    height: 200px;
}

@media (min-width: 1024px) {
    .q-carousel-navigation {
        width: 70%;
        display: block;
        position: relative;
        margin-left: 15%;
        height: 100%;
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .q-carousel-navigation {
        width: 100%;
        position: relative;
        padding-left: 0%;
        margin-left: 0.5%;
    }
}

.q-column-carousel {
    padding: 0% 0.5%;
    height: 100%;
    display: table-cell;
    cursor: pointer;
}

@media (max-width: 767px) {
    .q-column-carousel {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

.q-div-column-carousel {
    height: 100%;
    width: 100%;
    display: block;
    position: inherit;
    margin-bottom: 0px;
    margin-top: 0px;
}

.q-carousel-p {
}

.q-column-margin {
    color: #000000;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1.5px solid rgba(98, 127, 154, 1);
    padding-left: 2%;
    padding-right: 2%;
    height: 100% !important;
    background-size: 15px;
    background-image: url('../images/subtle-stripes.png');
}

.q-carousel-div-for-row {
    position: relative;
    margin-top: 10px;
}

.q-carousel-div-for-row-2 {
    margin-top: -100px;
}

@media (max-width: 1023px) {
    .q-carousel-div-for-row-2 {
        margin-top: 10px;
        text-align: center;
    }

    .q-carousel-div-for-row {
        text-align: center;
    }
}

.q-carousel-h4 {
    height: 40px;
}

.q-chtomidelaem-row {
    margin-bottom: 20px;
    margin-top: 20px;
}

.q-skidka {
    display: block;
    height: 30%;
    width: 100%;
    margin-top: 40px;
    position: absolute;
}

.q-div-skidka {
    opacity: 0.7;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
}

.q-text-skidka {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0px;
    padding-top: 2%;
}

q-skidka-banner {
    position: relative;
}

q-div-for-image {
}

.q-div-for-image {
    position: relative;
}

.div-for-parallax {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.q-column-partnery {
    padding-top: 0px;
    height: 100%;
    width: 100%;
}

.q-row-partnery {
    padding: 1% 6%;
    width: 100%;
}

.q-image-logo {
    border-radius: 5%;
    border: 4px solid rgba(98, 127, 154, 1);
    width: 70%;
    height: 70%;
}

.q-row-image {
    margin-top: 1%;
    position: relative;
}

.q-div-image {
}

.q-div-image {
    width: 100%;
}

.q-column-partnery {
    width: 50%;
}

.q-text-partner {
    padding: 30px 20px 20px;
}

.q-column-partnery2 {
    min-width: 50%;
    max-width: 90%;
    padding-right: 25%;
}

.q-column-image-portfolio {
    height: 100%;
    width: 100%;
}

.q-column-portfolio {
    height: 100%;
    position: absolute;
    margin-right: 20px;
}

.q-row-portfolio {
    position: relative;
    margin-bottom: 0.5%;
    margin-top: 0.5%;
}

.q-column2-portfolio {
    height: 100%;
    text-align: left;
}

.q-row-uslugi {
}

.q-row-uslugi {
}

.q-row2-uslugi {
    width: 80%;
    margin-left: 10%;
}

.q-row-big {
    margin-top: 1%;
}

.q-text-news {
    padding: 5px;
    max-width: 100%;
    text-align: center;
}

.q-row-news {
}

.q-column-onas {
    padding-left: 10%;
    padding-right: 10%;
}

.q-image-news {
    width: 100%;
    height: 100%;
    position: static;
}

.q-napisat {
    margin-bottom: 2%;
}

.q-dropdown {
    background: rgba(98, 127, 154, 1);
}

.q-dropdown-item {
}

.q-dropdown li:hover {
    color: #FF6600;
    width: 100%;
    height: 100%;
}

.q-dropdown a:hover {
    color: #FF6600;
}

.dropdown-menu {
    background-color: rgba(98, 127, 154, 1);
}

.list-color ul:hover {
    color: #FF6600;
    position: absolute;
}

.q-column-dropdown {
    padding: 0px;
}

.q-dropdown-container {
    width: 200px;
}

.q-list-dropdown {
}

.q-list-dropdown li:hover ul {
    background-color: #704747;
    width: 200px;
}

.list-dropdown {
    padding-left: 3%;
    padding-right: 3%;
}

.q-dropdown-container-2 {
    width: 350px;
}

.column-image {
}

.q-column-port-page {
    margin-top: 5%;
}

.q-slide {
    width: 70%;
    height: 70%;
    margin-right: 15%;
    margin-left: 15%;
}

.q-image-uslugi {
    position: relative;
    margin-right: 2%;
}

.q-image-uslugi-2 {
    width: 100%;
    margin-top: 0px;
}

.q-icon {
    float: left;
    margin-bottom: 1%;
    margin-right: 2%;
}

.q-text-icon {
}

.q-text-icon {
}

.q-column-icon {
    width: 7%;
    padding-left: 0px;
}

.q-icon-row {
    margin-bottom: 1%;
    width: 100%;
}

.q-onas-text {
    margin-left: auto;
    margin-right: auto;
}

.q-icon-onas {
}

@media (max-width: 767px) {
    .q-column-for-icon {
        margin-left: 10%;
    }
}

.q-fa-icon {
}

.q-left-column {
    position: absolute;
    width: 150px;
}

.q-image-sidebar {
    width: 100%;
    margin-bottom: 10%;
}

.q-column-sidebar {
    border-radius: 30px;
    padding: 1%;
    background-image: url('../images/dark-stripes-light%20(1).png');
    margin-top: 3%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);;
    background-color: #ffffff;;;;;;;;;;;;;;;;;;;;;;;;;;
    margin-top: 35px;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.q-column-sidebar h4 {
    color: #428bca;
    text-align: center;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.q-sidebar-button {
    margin-bottom: 10%;
    width: 110px;
    padding-left: 2%;
    padding-right: 2%;
    border: none;
}

.q-column-inside-sidebar {
    border-bottom: 1.5px solid rgba(98, 127, 154, 1);
    margin: 1% 3% 10%;
    color: #000000;
}

.q-column-try {
    padding-left: 3%;
}

.q-container {
    width: 100%;
}

.q-row-portfolio-stroitelstvo {
    padding: 2% 3%;
    margin-top: 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-image: url('../images/dark-stripes-light%20(1).png');;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    background-color: #ffffff;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.q-portfolio-column-height {
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

.q-portfolio-navigation {
    width: 100%;
    margin-left: 0%;
    top: 15%;
    margin-top: 34px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    background-image: url('../images/dark-stripes-light%20(1).png');;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.q-portfolio-row-navigation {
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
}

.q-portfolio-column-mardin {
    padding-left: 1px;
    padding-right: 1px;
    margin-top: 5px;
}

.q-portfolio-align {
    vertical-align: middle;
    height: 100%;
    display: table;
    width: 100%;
}

@media (max-width: 479px) {
    .q-port-column-height-remont {
        line-height: 14px;
    }
}

.q-cursor {
    cursor: pointer;
}

@media (max-width: 1449px) {
    .q-port-column-height-remont {
        line-height: 20px;
    }
}

@media (min-width: 1450px) {
    .q-port-column-height-remont {
        line-height: 30px;
    }
}

.q-portfolio-text-header {
    font-size: 30pt;
    font-weight: bold;
}

.q-box-heading {
    border: 1px dotted #627F9A;
    border-radius: 20px;
}

.q-box-heading-2 {
    display: inline-block;
}

@media (max-width: 479px) {
    .q-portfolio-text-header {
        font-size: 15pt;
    }

    .q-portfolio-text-2 {
        font-size: 13pt;
    }
}

.q-portfolio-nav-column {
    width: 100%;
    margin-bottom: 3%;
    color: #5e5e5e;
    font-weight: lighter;
    border-bottom: 1px solid #c5c5c5;
    padding: 5% 0px 3%;
}

.q-portfolio-nav-column:hover {
    color: #f39c12;
    font-weight: lighter;
    border-bottom: 1px solid #c5c5c5;
    padding-left: 0px;
}

.q-portfolio-nav-h {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-left: 1px;
}

.q-port-icon {
    width: 100%;
    margin-right: 2px;
    margin-left: -5px;
}

.q-pricing-column {
    border-radius: 30px;
    margin-top: 35px;
    background-image: url('../images/dark-stripes-light%20(1).png');;;;
    padding-top: 2%;
    padding-right: 3%;
    padding-left: 3%;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    background-color: #ffffff;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.q-pricing-column-2 {
    margin-top: 2px;
    margin-left: 20px;
}

@media (max-width: 769px) {
    .q-pricing-column-2 {
        margin-left: 0px;
    }
}

.q-table-row td {
    background-color: #5f7b94;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

.q-table-header {
    background-color: #6691b1;
    background-image: url('../images/dark-stripes-light%20(1).png');
    border: 2px solid #FFFFFF;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.q-table-cell {
    background-image: url('../images/dark-stripes-light%20(1).png');;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.q-row-table td {
    background-image: url('../images/dark-stripes-light%20(1).png');;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

.q-row-table-grey td {
    background-color: #cfcfcf;
}

.q-column-pricing {
    margin-left: 10px;
}

.q-row-price {
    border: 2px solid #c5c5c5;
    border-radius: 30px;
    background-image: url('../images/dark-stripes-light%20(1).png');
    margin-left: 15px;
    margin-top: 35px;;;;;;;;;;;;;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);;;;;;;;;;
    padding-bottom: 23px;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}

@media (max-width: 600px) {
    .q-row-price {
        margin-left: 0px;
    }
}

.q-pricing-nav {
    border-bottom: 2px solid #c5c5c5;
}

.q-nav-button:hover {
    background-color: #5f7b94;
}

.q-heading-price {
}

.q-price-list {
    padding-bottom: 10px;
    border-bottom: 2px solid #c5c5c5;
}

.q-left-carousel {
    margin-bottom: 20px;
    padding-left: 23px;
    padding-right: 23px;
}

.q-navbar-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.q-body {
    background-image: url('../images/brick-wall.png');
}

.q-parallax-3 {
    padding: 4em 0;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../images/%D0%9D%D0%B5%20%D0%BA%D1%83%D0%BF%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5/27751537.jpg');
    height: 300px;
}

.q-image-onas {
    width: 390px;
}

@media (max-width: 550px) {
    .q-image-onas {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .q-portfolio-nav-h {
        font-size: 15px;
    }
}

.q-uslugi-row-text {
    padding: 10px;
}

@media (max-width: 479px) {
    .q-stroitelstvo-header {
        font-size: 18px;
    }
}

a.idTop {
    position: fixed;
    z-index: 9999;
    bottom: 0%;
    right: 0%;
    background: #7db9e8;
    opacity: 1;
    color: #fff;
    padding: 10px;
    margin: 5px 15px 15px 5px;
    border-radius: 10px;
    width: 100px;
    text-align: center;
    font-size: 15px;
}

a.idTop:hover {
    opacity: 1;
}

.q-port-button {
    width: 100%;
}

.q-bradscrumb-row {
    margin-left: 0%;
}

.q-column-portfolio-padding {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 12px;
    color: #428bca;
    width: 120px;
}

.q-bradscrumb-row-big {
    background-color: #ffffff;
    margin-top: 1%;
}

.q-bradscrumb-arrow {
    font-size: 15px;
    padding-right: 0px;
    padding-left: 0px;
    width: 20px;
    color: #428bca;
}

@media (max-width: 767px) {
    .q-bradscrumb-arrow {
        margin-left: 50px;
    }
}

null {
}

.q-p-underline {
    color: #428bca;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #428bca;
}

.q-post-column {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 767px) {
    .q-post-row {
        margin-left: 1px;
        margin-right: 1px;
    }
}

.q-image-post {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .q-image-post {
        margin-right: 0px;
        margin-left: 0px;
    }

    .q-image-last {
        width: 100%;
    }

    .q-post-image2 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.q-header-text {
    width: 100% !important;
    color: #000000;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f39c12;
}

.q-down {
    margin-top: -25px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    height: 100px;
    background-color: rgb(98, 127, 154);
}

.q-button-uslugi {
    top: 40px;
    color: #ffffff !important;
}

.q-price-link {
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .q-button-uslugi {
        margin-top: 10px;
        top: 20px;
    }

    .q-down {
        margin-top: -35px;
    }
}

@media (max-width: 479px) {
    .q-button-uslugi {
        line-height: 15px;
        top: 13px;
    }
}

.q-text-on-image {
    top: 250px;
    position: absolute;
    color: #ffffff;
    left: 150px;
}

@media (max-width: 1139px) {
    .q-text-on-image {
        font-size: 15px;
        top: 200px;
    }
}

@media (max-width: 992px) {
    .q-text-on-image {
        left: 100px;
    }
}

.q-link-no-decoration:hover {
    text-decoration: none !important;
    color: #f39c12;
}

.q-sidebar-button:hover {
    background-color: #f39c12;
    border: none;
}

.q-button {
    border: none !important;
}

.q-button:hover {
    background-color: #f39c12;
    border: none !important;
}

.q-total-amount {
    font-weight: bold;
    font-size: 1.3em;
    position: relative;
}

#q-total-amount-panel.affix {
    bottom: 0;
    top: auto;
    left: auto;
    position: fixed !important;
    width: 18em;
    background-color: #ffffff;
    background-image: url('../images/dark-stripes-light (1).png');
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    padding: 15px !important;
    text-align: center;;
    right: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);;;;;;;;;;;;;;;;;;;;;;
    border-top: 1px solid #428bca;
    border-left: 1px solid #428bca;;;;;;;;;;;;;;;;;;;;;;;;
}

.q-order-table {
    overflow-y: auto;
    max-height: 250px;
}

.q-korzina-icon {
    border: 2px solid #96caf5;
}

.q-col-itogo {
    padding-bottom: 20px;
    border-bottom: 1px solid #777;
}

.q-button:focus {
    border: none !important;
    outline: 0 !important;
}

.q-text-in {
    color: #ffffff;
    margin-top: -30px;
}

.q-column-breadcrumb-blue {
    padding: 12px 0px 0px;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    background-color: rgb(98, 127, 154);
}

@media (max-width: 767px) {
    .q-column-portfolio-padding {
        width: 100% !important;
    }
}

.q-breadcrumb-in-blue {
    color: #ffffff;
}

.q-breadcrumb-in-blue:hover {
    text-decoration: underline;
    color: #ffffff;
}

