body {
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #003e77;
    margin: 0;
}

a {
    color: #003e77;
}

a:hover, a:focus {
    color: #003e77;
}

* {
    box-sizing: border-box;
}

.container {
    padding: 0 15px;
    margin: 0px auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1240px;
    }
}

.header {
    padding: 45px 0 40px;
}

.logo {
    display: inline-block;
    vertical-align: top;
}

.logo img {
    max-width: 100%;
}

form {
    width: 100%;
}

.invalid-feedback {
    position: absolute;
}

.filter {
    margin: 0 -15px;
    padding-bottom: 20px;
    display: flex;
}

.filter-col {
    padding: 0 15px;
    margin-bottom: 15px;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    width: 100%;
    position: relative;
}

.filter-col input {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 48px;
    line-height: 26px;
    padding: 10px 55px 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #003e77;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    background: #ebebeb;
}

.filter-col input:hover, .filter-col input:focus {
    outline: none !important;
    border-color: #003e77;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.filter-col input::placeholder {
    color: #003e77;
    opacity: 1;
}

.filter-col input:-ms-input-placeholder {
    color: #003e77;
}

.filter-col input::-ms-input-placeholder {
    color: #003e77;
}

.filter-col label {
    display: block;
    position: absolute;
    z-index: 2;
    height: 48px;
    width: 48px;
    border-radius: 0 6px 6px 0;
    color: #003e77;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 48px;
    text-align: center;
    right: 15px;
    top: 0;
    background: #d9d9d9;
}

/* select */
.jcf-select {
    display: block;
    position: relative;
    height: 48px;
    border-radius: 6px;
    background: #ebebeb;
    transition: all 0.3s ease-in-out;
}

.jcf-select.jcf-drop-active {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #003e77;
    line-height: 26px;
    margin: 0 30px 0 20px;
    padding: 10px 0;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #003e77;
    border-right: 2px solid #003e77;
    transform: rotate(45deg);
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    overflow: hidden;
}

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 17px 20px;
    color: #003e77;
    font-size: 14px;
    min-height: 14px;
    height: 1%;
    transition: all 0.3s ease-in-out;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #f2f2f2;
    color: #003e77;
}

.price-table {
    overflow: hidden;
    margin-bottom: 60px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.price-table table {
    width: 100%;
    border-collapse: collapse;
}

.price-table tr th {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    color: #fff;
    background: #003e77;
    text-transform: uppercase;
    text-align: left;
}

.price-table tr th:first-child {
    width: 55px;
}

.price-table tr td {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    color: #003e77;
    background: #f2f2f2;
    vertical-align: top;
    text-align: left;
}

.price-table tr td:first-child {
    width: 55px;
}

.price-table tr:nth-child(even) td {
    background: #fff;
}

.price-table .total td {
    background: #fff;
    border-top: 1px solid #003e77;
    font-weight: 700;
    text-transform: uppercase;
}

.price-list {
    padding-bottom: 250px;
    background: url(../images/paints.jpg) right bottom no-repeat;
}

.text-center {
    text-align: center;
}

.text-center .btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #003e77;
    position: relative;
    padding: 15px 80px;
    background: #d1e5f7;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.text-center .btn:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 18px;
    background: url(../images/print-ico.png) 0 0 no-repeat;
    margin-right: 20px;
}

.text-center .btn:hover {
    background: #a6ccef;
}

@media (max-width: 767px) {
    .header {
        padding: 15px 0;
    }

    .filter {
        display: block;
        padding-bottom: 0;
    }

    .price-table {
        margin-bottom: 20px;
    }

    .price-table tr {
        display: block;
    }

    .price-table tr:first-child {
        display: none;
    }

    .price-table tr td {
        display: block;
        background: #fff;
        padding: 5px 10px;
        border-bottom: 1px solid #f2f2f2;
    }

    .price-table tr td:first-child {
        border-top: 1px solid #003e77;
        width: 100%;
    }

    .price-list {
        padding-bottom: 170px;
    }

    .text-center .btn {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.price-table tr > th:last-child,
.price-table tr > td:last-child {
    display: none;
}

@media print {
    .price-table tr > th:last-child,
    .price-table tr > td:last-child {
        display: block;
    }

    .jcf-select, .filter-col input, .filter-col label {
        border: 1px #ccc solid;
    }

    .print-button-area {
        display: none;
    }
}