
/*

#2e7bee
#255aaa
rgb(37,90,170)
#1b2a4e
rgb(27,42,78)
#242b46
#0f3033
#0a2022
rgb(10,32,34)
#1a1d24
rgb(26,29,36)
#424558
#f9dd17
#feb734
rgb(254,183,52)
#222d32
#1a202c

*/

* {
    outline: none !important;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 60px;
    color: #1b2a4e;
    background-color: #fff;
}
@media (max-width: 359px) {
    body {
        font-size: 12px;
    }
    .hidden-xxs {
        display: none !important;
    }
}

main {
    position: relative;
    min-height: calc(100vh - 60px - 50px - 200px);
}
body.guest > main {
    min-height: calc(100vh - 60px - 200px);
}
main:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(../images/bg/main.jpg) no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}
@media (min-width: 1200px) {
    body.guest > main.panorama {
        padding-bottom: 130px;
        background: transparent url(../images/bg/panorama.jpg) repeat-x center bottom;
        background-size: auto 130px;
    }
}
@media (max-width: 767px) {
    main {
        min-height: calc(100vh - 60px - 356px);
    }
    body.guest > main {
        min-height: calc(100vh - 60px - 356px);
    }
}

textarea {
    resize: vertical !important;
}

img {
    max-width: 100%;
}
img.flexible {
    max-width: none;
}

.block-inline {
    display: inline-block !important;
}
.full-width {
    width: 100% !important;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}

.text-bold {
    font-weight: bold;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-white {
    color: #fff;
}
.text-blue {
    color: #255aaa !important;
}
.text-yellow {
    color: #feb734 !important;
}

.lead {
    margin-bottom: 15px;
}

.btn-blue {
    color: #fff;
    background-color: #255aaa;
}
.btn-blue:hover,
.btn-blue:focus {
    color: #fff;
    background-color: #2e7bee;
}

.btn-green {
    color: #fff;
    background-color: #0f3033;
}
.btn-green:hover,
.btn-green:focus {
    color: #fff;
    background-color: #0a2022;
}
.btn-yellow {
    color: #1a1d24;
    background-color: #feb734;
}
.btn-yellow:hover,
.btn-yellow:focus {
    color: #1a1d24;
    background-color: #f9dd17;
}
.btn-blue.btn-bordered,
.btn-yellow.btn-bordered {
    border: 1px solid #eee;
}

.navbar-btn {
    margin-top: 13px;
    margin-bottom: 13px;
}

.btn-group {
    border-radius: 4px;
}
.btn-group-lg {
    border-radius: 6px;
}

.form-control:focus {
    border-color: #2e7bee;
}

label.required:after {
    display: inline-block;
    content: "*";
    margin-left: 2px;
    color: #e0011a;
}

.bg-primary {
    color: #fff;
    background-color: #255aaa;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #255aaa;
}

.panel-primary {
    border-color: #255aaa;
}
.panel-primary > .panel-heading {
    background-color: #255aaa;
    border-color: #255aaa;
}

.pagination {
    margin: 15px 0;
    padding: 0;
}
.mb-15 > nav > .pagination,
.mb-30 > nav > .pagination,
.mb-50 > nav > .pagination {
    margin-bottom: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #255aaa;
    border-color: #255aaa;
}

.table {
    margin-bottom: 0;
    background-color: #fff;
}
.table > thead > tr > th,
.table > tbody > tr > td {
    vertical-align: middle;
}
.table-responsive > .table tr > td,
.table-responsive > .table tr > th {
    white-space: normal !important;
}

.bg-noise {
    background: transparent url(../images/bg/noise.jpg) repeat;
}

.shadow {
    box-shadow: 0 0 5px rgba(0,0,3,0.3);
}

.btn.shadow:hover {
    box-shadow: 0 0 10px rgba(0,0,3,0.5);
}

.popover-title {
    color: #fff;
    font-weight: 600;
    background-color: #255aaa;
}

.navbar-toggle {
    margin-bottom: 0;
}

.navbar-fotoget {
    background-color: #255aaa;
    border-bottom: none;
    box-shadow: 0 5px 10px rgba(0,0,3,0.3);
    margin-bottom: 0;
}
.navbar-fotoget .navbar-header {
    height: 60px;
    max-height: 60px;
}
.navbar-fotoget .navbar-brand {
    display: block;
    height: auto;
    padding: 10px 15px;
}
.navbar-fotoget .navbar-brand > img {
    display: block;
    width: 40px;
    float: left;
    margin-right: 5px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(255,255,255,0.2);
}
.navbar-fotoget .navbar-brand > span {
    display: flex;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 0 3px 5px rgba(0,0,2,0.7);
}
.navbar-fotoget .navbar-toggle {
    margin-top: 12px;
    /*margin-bottom: 12px;*/
    border-color: #fff !important;
}
.navbar-fotoget .navbar-toggle:hover,
.navbar-fotoget .navbar-toggle:focus {
    background-color: #1b2a4e !important;
}
.navbar-fotoget .navbar-toggle > .icon-bar {
    background-color: #fff;
}
.navbar-fotoget .navbar-collapse {
    max-height: none !important;
}
.navbar-fotoget .navbar-nav > li > a {
    padding: 5px 15px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
}
.navbar-fotoget .navbar-nav > li > a > img {
    display: block;
    max-width: 100%;
    max-height: 30px;
    margin: 0 auto;
}
.navbar-fotoget .navbar-nav > li > a:hover {
    background-color: transparent;
}
.navbar-fotoget .navbar-nav > li > a:hover > span {
    color: #feb734;
    text-decoration: underline;
}
.navbar-fotoget .navbar-nav > li.active > a,
.navbar-fotoget .navbar-nav > li.active > a:hover,
.navbar-fotoget .navbar-nav > li.active > a:focus {
    background-color: #1b2a4e !important;
}
.navbar-fotoget .navbar-nav > li.open > a,
.navbar-fotoget .navbar-nav > li.open > a:focus,
.navbar-fotoget .navbar-nav > li.open > a:hover {
    background-color: #2e7bee !important;
}
.navbar-fotoget .navbar-nav .dropdown-menu {
    padding: 0;
}
.navbar-fotoget .navbar-nav .dropdown-menu > li > a {
    padding: 15px;
    color: #fff;
    background-color: #255aaa;
}
.navbar-fotoget .navbar-nav .dropdown-menu > li > a:hover {
    color: #feb734;
    background-color: #255aaa;
    text-decoration: none;
}
.navbar-fotoget .navbar-nav .dropdown-menu > li.active > a,
.navbar-fotoget .navbar-nav .dropdown-menu > li.active > a:hover,
.navbar-fotoget .navbar-nav .dropdown-menu > li.active > a:focus {
    background-color: #242b46 !important;
}
.navbar-menu {
    margin-bottom: 0;
    background-color: #feb734;
    border: none;
}
.navbar-menu .navbar-brand {
    color: #255aaa;
    font-weight: bold;
}
.navbar-menu .navbar-toggle > .icon-bar {
    background-color: #fff;
}
.navbar-menu .navbar-nav > li > a {
    color: #255aaa;
    font-weight: bold;
}
.navbar-menu .navbar-nav > li > a,
.navbar-menu .navbar-nav > li > a:hover,
.navbar-menu .navbar-nav > li > a:focus {
    color: #255aaa;
    background-color: transparent !important;
}
@media (max-width: 767px) {
    .navbar-fotoget .navbar-nav > li > a {
        padding: 8px 15px;
        text-align: left;
        font-size: 18px;
    }
    .navbar-fotoget .navbar-nav > li > a > img {
        display: inline-block;
        max-height: none;
        margin-right: 5px;
    }
    .navbar-fotoget .navbar-nav .dropdown-menu > li > a {
        font-size: 16px;
        padding-left: 30px;
    }
    .navbar-menu .navbar-nav > li > a {
        font-size: 18px;
        /*text-align: center;*/
    }
    .navbar-menu .navbar-collapse {
        border-top: 1px solid rgba(37,90,170,0.3);
    }
}


.section-welcome {
    padding: 30px 0;
}
.section-welcome h1 {
    margin: 0 0 15px;
    color: #1b2a4e;
}
.section-welcome .welcome-text {
    color: #1b2a4e;
    font-size: 18px;
}
.section-welcome .welcome-text > .divider {
    display: block;
    margin: 10px 0;
    border-top: 1px solid #feb734;
    opacity: 0.5;
}
@media (max-width: 1199px) {
    .section-welcome .welcome-text {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .section-welcome {
        padding: 15px 0;
    }
    .section-welcome .welcome-text {
        font-size: 14px;
    }
}

header h1 {
    margin: 15px 0;
    padding: 0 0 5px;
    font-size: 28px;
    border-bottom: 1px solid rgba(37,90,170,0.2);
}
@media (max-width: 1199px) {
    header h1 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    header h1 {
        font-size: 18px;
    }
}

.fotoget-form {
    padding: 30px 30px;
    background-color: transparent;
    border: 2px solid #255aaa;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,3,0.5);
    backdrop-filter: blur(3px);
}
.fotoget-form .title {
    margin-bottom: 15px;
    color: #255aaa;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
.fotoget-form .form-control {
    color: #255aaa;
    background-color: #eee;
}
.fotoget-form .form-group:not(.has-error) .form-control {
    border: 1px solid #255aaa;
}
.fotoget-form .form-control::placeholder {
    color: rgba(37,90,170,0.3);
}
.fotoget-form label {
    color: #255aaa;
    letter-spacing: 1px;
}


.registration {
    text-align: center;
}
.registration:before {
    display: block;
    content: "";
    width: 80%;
    height: 2px;
    margin: 20px auto;
    background-color: #feb734;
    opacity: 0.5;
}
.registration .btn-blue {
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}


#search-form .bootstrap-select .dropdown-menu > li > a {
    padding: 3px 15px;
}
#search-form .bootstrap-select .dropdown-menu > li > a > span.text {
    display: block !important;
}

#search-form .dropdown-menu > .active > a,
#search-form .dropdown-menu > .active > a:focus,
#search-form .dropdown-menu > .active > a:hover {
    background-color: #feb734;
}

.stock-option-content {
    display: block;
    padding: 5px 0;
}
.stock-option-content > img {
    display: inline-block;
    height: 25px;
    width: auto;
    margin-right: 5px;
}
.stock-option-content > .stock-name {
    color: #255aaa;
    font-weight: bold;
    text-transform: capitalize;
    vertical-align: middle;
}
@media(max-width: 419px) {
    .stock-option-content > .badge {
        display: none;
    }
}
@media (max-width: 359px) {
    .stock-option-content > img {
        height: 15px;
    }
    .stock-option-content > .stock-name {
        font-size: 12px;
    }
}


.thumbnail > .image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #1a1d24;
    text-align: center;
}
.thumbnail.skinali > .image {
    height: 100px;
}
.thumbnail > .image > img {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 100%;
    box-shadow: 0 0 3px rgba(37,90,170,0.3);
}
.thumbnail > .image:after {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    content: "\e015";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: "Glyphicons Halflings";
    font-size: 50px;
    font-style: normal;
    line-height: 1;
    background-color: rgba(0,0,3,0.5);
    text-align: center;
    visibility: hidden;
}
.thumbnail > .image:hover:after {
    visibility: visible;
}
.thumbnail .price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 34px;
    float: left;
    color: #255aaa;
    font-size: 20px;
    font-weight: bold;
}
.thumbnail > .caption {
    color: #1b2a4e;
}
.thumbnail.stock-price > .caption {
    position: relative;
}
.thumbnail.stock-price > .caption:after {
    display: block;
    position: absolute;
    content: "Акційна ціна";
    top: 10px;
    right: 10px;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #e0011a;
    text-align: center;
    white-space: nowrap;
}
.thumbnail.stock-price > .caption .price {
    color: #e0011a;
}


footer {
    min-height: 200px;
    background: #131925 url(../images/bg/footer.jpg) repeat;
}
footer .footer-content {
    padding: 30px 0;
}
footer .footer-contacts {
    color: #fff;
}
footer .footer-contacts > .title {
    margin: 0 0 15px;
    font-weight: bold;
}
footer .footer-contacts > .contact-item {
    font-size: 18px;
    font-weight: bold;
}
footer .footer-contacts > .contact-item > a {
    color: #fff;
}
footer .payments {
    display: block;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px) {
    footer .footer-contacts {
        margin-bottom: 50px;
        text-align: center;
    }
    footer .payments {
        width: 290px;
        margin: 0 auto;
    }
}


form[data-ajax-form] button[type="submit"][disabled] {
    position: relative;
}
form[data-ajax-form] button[type="submit"][disabled]:after {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    background: rgba(0,0,3,0.7) url(../images/loading.gif) no-repeat center;
    background-size: contain;
    border-radius: 5px;
}

.filter-form {
    white-space: nowrap;
}
.filter-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.section-404 {
    display: flex;
    position: relative;
    min-height: inherit;
    flex-direction: column;
    justify-content: center;
    background: transparent url(../images/bg/404.jpg) no-repeat center;
    background-size: cover;
    color: rgba(255,255,255,0.3);
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.section-404 > .particles-js-canvas-el {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    max-height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
@media (max-width: 1199px) {
    .section-404 {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .section-404 {
        font-size: 36px;
    }
}
@media (max-width: 479px) {
    .section-404 {
        font-size: 24px;
    }
}

#scrollUp {
    right: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    color: #fff;
    font-family: "Glyphicons Halflings";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50%;
    background-color: #255aaa;
    text-align: center;
    text-decoration: none !important;
    opacity: 0.7;
}
#scrollUp:before {
    content: "\e113";
}
#scrollUp:hover {
    opacity: 1;
}
