@charset "UTF-8";
.outline {
    position: absolute;
    clip: rect(0px 0px 0px 0px);
    *clip: rect(0 0 0 0);
}

img {
    max-width: 100%;
    /*height: auto;*/
}

.article {
    font-family: 'OpenSansRegular', sans-serif;
    min-height: 200px;
}

.template2 .article {
    margin: 40px auto;
    width: 1140px;
    text-align: center;
}

@media (max-width: 1050px) {
    .template2 .article {
        width: 80%;
    }
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.container {
    width: 90%;
    max-width: 1140px;
}

body {
    font-family: 'OpenSansRegular', sans-serif;
}

.navbar {
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-radius: 0;
}

.navbar-toggle:focus {
    background: #329FFF;
}

.navbar-toggle {
    background: #329FFF;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 0px;
}

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

.nav > li > a:hover {
}

.nav > li.active > a {
    color: #329FFF;
}

nav {
    height: 120px;
    z-index: 99;
    background: #fff;
}

nav .navbar-brand {
    height: 54px;
    padding: 15px 0 0 0;
}

nav ul {
    padding: 31px 0 0 0;
}

nav ul li a {
    color: #999999;
    font-size: 17px;
    padding: 0 15px !important;
    margin-top: 15px;
    /*border-left: 1px solid #1d1d1b;*/
    /*border-right: 1px solid #1d1d1b;*/
}

nav ul li a:hover, nav ul li a:focus {
    background: none !important;
    color: #329FFF;
    /*border-left: 1px solid #329FFF;*/
    /*border-right: 1px solid #329FFF;*/
    transition: all 0.8s;
}

li.menu-modern-item a {
    margin-bottom: 22px;
}

nav ul > li > ul > li {
    padding: 0px !important;
    margin: 0px !important;
}

nav ul > li > ul > li > a {
    display: block;
    padding: 0px 10px !important;
}

nav .pull-right {
    padding: 35px 0 0 70px;
    font-size: 17px;
    margin-right: -15px;
    color: #329FFF;
    margin-bottom: 0;
}

nav .pull-right img {
    padding-right: 15px;
}

.nav-side a {
    font-family: 'OpenSansRegular', sans-serif;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    color: #666;
    width: 100%;
    display: block;
}

.nav-side a:hover {
    color: #fff;
    text-decoration: none;
}

#choice option {
    color: #fff;
}

.empty {
    color: #898989;
}

.minheight {
    min-height: 500px;
}

.banner {
    max-width: 1920px;
    min-height: 400px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.banner .opacity {
    width: 100%;
    height: 400px;
    background: rgba(50, 159, 255, 0.9);
}

.banner .wrapper-container {
    width: 100%;
    position: absolute;
    top: 0;
}

.banner .wrapper-container .container {
    max-width: 1140px;
    margin: 0 auto;
}

.banner .wrapper-container .container #form {
    margin-top: 20px;
    padding-right: 60px;
}

.banner .wrapper-container .container #form .tit {
    color: #fff;
    font-size: 15px;
}

.banner .wrapper-container .container #form .tit span {
    color: #329FFF;
}

.banner .wrapper-container .container #form .tit-searcher span {
    color: #ffffff;
}

.banner .wrapper-container .container #form input {
    border: none;
    font-size: 12px;
    color: #898989;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    height: 40px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-family: 'OpenSansRegular', sans-serif;
    width: 100%;
}

.banner .wrapper-container .container #form input[type="submit"] {
    height: 40px;
    background: #1d1d1b;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansRegular', sans-serif;
    border: none;
}

.banner .wrapper-container .container #form input[type="submit"]:hover {
    opacity: 0.9;
    transition: all 0.8s;
}

.banner .wrapper-container .container #slider {
    margin-top: 20px;
    float: right;
}

.banner .wrapper-container .container #slider .swiper-container {
    width: 100%;
    height: 350px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.banner .wrapper-container .container #slider .swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
}

.banner .wrapper-container .container #slider .swiper-container .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.banner .wrapper-container .container #slider .swiper-container .swiper-slide {
    float: left;
    position: relative;
}

.banner .wrapper-container .container #slider .swiper-container .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.banner .wrapper-container .container #slider .swiper-container .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

.banner .wrapper-container .container #slider .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #181818;
    margin-right: 4px;
    cursor: pointer;
}

.banner .wrapper-container .container #slider .swiper-container .swiper-active-switch {
    background: #329FFF;
}

.banner .wrapper-container .container #slider .swiper-container .pager {
    position: absolute;
    z-index: 20;
    right: 7px;
    top: 7px;
    margin: 0;
}

.banner .wrapper-container .container #slider .swiper-container .thumbnail {
    display: block;
    width: 100%;
    border: none;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 270px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: top center;
    height: 150px;
    margin: 0 auto;
}

.banner .wrapper-container .container #slider .swiper-container .thumbnail:hover {
    opacity: 0.8;
    transition: all 0.8s;
}

.banner .wrapper-container .container #slider .swiper-container .thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.banner .wrapper-container .container #slider .swiper-container .slide-descrip {
    position: absolute;
    left: 0;
    bottom: 3%;
}

.banner .wrapper-container .container #slider .swiper-container .slide-descrip p {
    font-size: 22px;
    text-align: left;
    padding: 20px 60px 20px 30px;
    line-height: 1.3;
    background: #1d1d1b;
    background: rgba(29, 29, 27, 0.9);
    margin: 0;
    color: #fff;
}

.banner .wrapper-container .container #slider .swiper-container .slide-descrip a {
    background: #fff;
    clear: both;
    float: right;
    color: #1d1d1b;
    font-size: 12px;
    padding: 11px 51px;
}

.banner .wrapper-container .container #slider .swiper-container .slide-descrip a:hover {
    opacity: 0.9;
    transition: all 0.8s;
}

.f-se {
    background: #1d1d1b;
    padding-bottom: 60px;
}

.f-se .f-se-cont {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}

.f-se .f-se-cont {
    margin-top: 20px;
}

.f-se .f-se-cont .tit {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 25px;
}

.f-se .f-se-cont .tit span {
    color: #329FFF;
}

.f-se .f-se-cont input {
    border: none;
    font-size: 12px;
    font-family: 'OpenSansRegular', sans-serif;
    color: #898989;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    height: 40px;
    padding-left: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.f-se .f-se-cont input[type="submit"] {
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansRegular', sans-serif;
    border: none;
    background: #329FFF;
}

.f-se .f-se-cont input[type="submit"]:hover {
    opacity: 0.9;
    transition: all 0.8s;
}

.f-se .f-se-cont #city {
    width: 100%;
}

.f-se-left .f-se-left-cont .tit {
    font-size: 22px !important;
}

.f-se-left .f-se-left-cont input {
    border: none !important;
    font-size: 12px !important;
    font-family: 'OpenSansRegular', sans-serif !important;
    color: #666 !important;
    box-shadow: none !important;
    height: 40px !important;
    padding-left: 15px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

.f-se-left .f-se-left-cont input[type="submit"] {
    height: 40px !important;
    /*background: #1d1d1b !important;*/
    width: 100% !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'OpenSansRegular', sans-serif !important;
    border: none !important;
    background: #329FFF !important;
}

.f-se-left .f-se-left-cont input[type="submit"]:hover {
    opacity: 0.9 !important;
    transition: all 0.8s;
}

.selectric-customOptions .ico {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    height: 40px;
    width: 45px;
    margin: 0 6px 0 0;
    /*background: url(img/browser-icons.png) no-repeat;*/
}

.selectric-customOptions .ico-chrome {
    background-position: 0 0;
}

.selectric-customOptions .ico-firefox {
    background-position: -30px 0;
}

.selectric-customOptions .ico-ie {
    background-position: -60px 0;
}

.selectric-customOptions .ico-opera {
    background-position: -90px 0;
}

.selectric-customOptions .ico-safari {
    background-position: -120px 0;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #DDD;
    background: #fff;
    position: relative;
    border: none;
    font-size: 12px;
    color: #898989;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    height: 40px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-family: 'OpenSansRegular', sans-serif;
    font-family: 'OpenSansRegular', sans-serif !important;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0 0;
    font-size: 12px;
    line-height: 38px;
    color: #b9b8b8;
    text-align: left !important;
    padding-left: 0 !important;
    max-width: 190px;
    font-weight: normal;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 40px;
    color: #898989;
    /*font: 0/0 a; */
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
    /*background: url(../images/arrow3.png) no-repeat center;
    font-family: 'OpenSansRegular', sans-serif;*/
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    /*border: 4px solid transparent; border-top-color: #BBB;*/
    border-bottom: none;
}

.selectric-hover .selectric {
    border-color: #C4C4C4;
}

.selectric-hover .selectric .button {
    color: #A2A2A2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #A2A2A2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #C4C4C4;
}

.selectric-open .selectric-items {
    display: block;
    font-family: 'OpenSansRegular', sans-serif !important;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #C4C4C4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #898989;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #EFEFEF;
    color: #444;
}

.selectric-input {
    font-family: 'OpenSansRegular', sans-serif !important;
}

.selectric-items li:hover {
    background: #329FFF;
    color: #fff;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.bpm-autocomplete {
    display: block !important;
}

select {
    display: none;
    visibility: hidden;
}

.selectric-hide-select select {
    visibility: visible;
}

.article .tit {
    font-size: 30px;
    padding-bottom: 20px;
}

.about-us .row .tit {
    font-size: 36px;
    color: #329FFF;
    text-align: center;
    padding-top: 58px;
}

.article td img {
    max-width: unset;
}

.about-us {
    background-color: #329FFF;
    color: #ffffff;
}

.about-us {
    background: url(../images/icon-background-gold.png) no-repeat 90% bottom;
    min-height: 280px;
    margin: 0 auto;
    border-bottom: 1px solid #d1d1d1;
}

.about-us .row {
    margin: 0 auto;
}

.about-us .row .tit {
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 58px;
}

.about-us .row .underdesc {
    color: #FFFFFF;
    width: 90%;
    max-width: 1140px;
    line-height: 2;
    text-align: center;
    margin: 0 auto;
    font-family: 'OpenSansLight', sans-serif;
    padding-bottom: 20px;
}

.offer-slider {
}

.offer-slider .tit {
    color: #329FFF;
    font-size: 36px;
    text-align: center;
    padding: 50px 0 28px 0;
}

.offer-slider #w {
    display: block;
    max-width: 1140px;
    margin: 0 auto 0 auto;
    position: relative;
    padding: 0 0 50px 0;
}

.offer-slider #w .slidernav {
    display: block;
    text-align: center;
    height: 0;
}

.offer-slider #w .slidernav .tit-s {
    text-align: center;
    font-size: 30px;
    margin: -35px 0 0 0;
    font-family: 'OpenSansLightItalic', sans-serif;
}

.offer-slider #w .slidernav .slidernav a {
    display: inline-block;
    width: 100%;
    height: 121px;
    text-decoration: none;
}

.offer-slider #w .slidernav .slidernav a img {
    width: 37px;
    height: 121px;
}

.offer-slider #w .slidernav .previous {
    left: -60px;
    position: absolute;
    margin-top: 160px;
    z-index: 99;
}

.offer-slider #w .slidernav .next {
    right: -60px;
    position: absolute;
    margin-top: 160px;
    z-index: 99;
}

.offer-slider #w .crsl-items {
    display: block;
    padding: 0 0 0px 0;
}

.offer-slider #w .crsl-item {
    width: 250px;
    margin-right: 20px;
    min-height: 460px;
    background: #fff;
    border-bottom: 5px solid #cccccc;
}

.offer-slider #w .crsl-item .thumbnail {
    display: block;
    width: 100%;
    border: none;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 270px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: top center;
    height: 150px;
    margin: 0 auto;
    /*&:hover img { opacity: 0.8; }*/
}

.offer-slider #w .crsl-item .thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    /*img { display: block; width: 100%;  transition: all 0.3s linear; padding: 0; margin: 0 auto; } */
}

.offer-slider #w .crsl-item p {
    padding-left: 15px;
    line-height: 1;
}

.offer-slider #w .crsl-item .sell {
    color: #464646;
    font-size: 18px;
    margin: 15px 0;
}

.offer-slider #w .crsl-item .argum {
    font-size: 14px;
    font-family: 'OpenSansRegular', sans-serif;
}

.offer-slider #w .crsl-item .argum span {
    color: #329FFF;
}

.offer-slider #w .crsl-item .preis {
    font-size: 30px;
    color: #329FFF;
    padding-top: 25px;
}

.offer-slider #w .crsl-item .m {
    font-size: 14px;
    color: #000;
    font-family: 'OpenSansRegular', sans-serif;
    padding-bottom: 20px;
}

.line {
    height: 1px;
    background: #d1d1d1;
}

.icons {
    background: url(../images/pattern3.jpg);
    padding: 27px 0 30px 0;
}

.icons .icons-wrapper {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.icons .icons-wrapper .text-center {
    font-size: 20px;
    color: #1d1d1b;
    padding: 15px 0 0 0;
}

.icons .icons-wrapper .wrapp-img {
    height: 80px;
    line-height: 80px;
}

.icons .icons-wrapper .wrapp-img img {
    vertical-align: middle;
}

.icons .icons-wrapper .desc {
    font-size: 12px;
    color: #fff;
    line-height: 2;
}

footer {
    background: #000;
    color: #fff;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 12.5px;
    padding: 25px 0 15px 0;
}

footer .foot-content {
    width: 92%;
    max-width: 1140px;
    margin: 0 auto;
}

footer .foot-content ul li a {
    color: #fff;
}

footer .foot-content ul li span {
    font-family: 'OpenSansRegular', sans-serif;
}

footer .foot-content .lf {
    padding-left: 0;
}

footer .foot-content .lf ul li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

footer .foot-content .lf ul li:first-child {
    padding-left: 0px;
}

footer .foot-content .lf ul li:last-child {
    border-right: none;
}

footer .foot-content .rg {
    padding: 0;
}

footer .foot-content .rg ul li {
    float: right;
}

footer .foot-content .rg ul li:nth-of-type(2n+1) {
    padding-left: 10px;
    border-left: 1px solid #fff;
}

footer .foot-content .rg ul li:nth-of-type(2n+2) {
    padding-right: 10px;
}

.bread .breadcrumb {
    background: transparent;
    padding: 15px 0;
}

.bread .breadcrumb > li + li::before {
    content: "";
    background-image: url("../images/breadcrumbs.png");
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 6px;
    width: 7px;
    vertical-align: middle;
    margin: 0px 5px;
}

.bread .breadcrumb li a {
    font-size: 12px;
    color: #252525;
    font-family: 'OpenSansRegular', sans-serif;
}

.about {
    background: url(../images/pattern.jpg);
}

.about .about-wrapper {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.about .about-wrapper .bread .breadcrumb {
    background: transparent;
    padding: 15px 0;
}

.about .about-wrapper .bread .breadcrumb > li + li::before {
    content: "";
    background-image: url("../images/breadcrumbs.png");
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    height: 6px;
    width: 7px;
    vertical-align: middle;
    margin: 0px 5px;
}

.about .about-wrapper .bread .breadcrumb li a {
    font-size: 12px;
    color: #252525;
    font-family: 'OpenSansRegular', sans-serif;
}

.about .about-wrapper .bread ul {
    clear: both;
    margin: 0;
}

.about .about-wrapper .bread ul li a {
    display: block;
    font-size: 13px;
    color: #1d1d1b;
    background: #ebebeb;
    border: 1px solid #d0d0d0;
    height: 45px;
    padding-left: 15px;
    line-height: 3;
    margin-bottom: 1px;
}

.about .about-wrapper .bread ul li .activ {
    background: #329FFF;
    color: #fff;
    border: 1px solid #329FFF;
}

.about .about-wrapper .a-desc .tit {
    font-size: 30px;
    padding: 0 0 0 0;
}

.about .about-wrapper .a-desc .a-descrip {
    font-size: 14px;
    font-family: 'OpenSansRegular', sans-serif;
    line-height: 1.8;
    padding-bottom: 10px;
    letter-spacing: 0.1px;
}

.about .about-wrapper .a-desc .a-img {
    float: left;
    padding-right: 13px;
}

.icon-print {
    display: block;
    width: 26px;
    height: 26px;
    color: #000;
}

.icon-print:hover {
    color: #666;
}

.details {
    background: url(../images/pattern.jpg);
}

.details .about-wrapper {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 30px;
    position: relative;
}

.details .about-wrapper .breadcrumb {
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.details .about-wrapper .o-tit {
    font-size: 30px;
    margin-bottom: 20px;
}

.details .about-wrapper h2.o-tit {
    font-size: 30px;
    margin-bottom: 0px;
}

.details .about-wrapper h3.o-tit {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.details .about-wrapper .price {
    text-align: right;
}

.details .about-wrapper .price h3 {
    font-size: 26px;
    margin-top: 0px;
}

.details .about-wrapper .print {
    position: absolute;
    top: 10px;
    right: 0;
}

.details .about-wrapper .print .back {
    display: block;
    width: 110px;
    height: 30px;
    background: #898989;
    color: #fff;
    font-size: 12px;
    font-family: 'OpenSansRegular', sans-serif;
    text-align: center;
    line-height: 2;
    float: right;
}

.details .about-wrapper .print .a-group {
    float: right;
    clear: both;
    width: 68px;
    margin: 22px 0 0 0;
}

.details .about-wrapper .print .a-group .a-mail {
    float: left;
    position: relative;
}

.details .about-wrapper .print .a-group .a-mail:before {
    content: "\f003";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: -10px;
    color: #000;
}

.details .about-wrapper .print .a-group .icon-print {
    float: right;
    position: relative;
}

.details .about-wrapper .print .a-group .icon-print:before {
    content: "\f02f";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: -10px;
}

.details .about-wrapper .o-table {
    max-width: 1140px;
    margin: 0 auto;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #fff;
}

.details .about-wrapper .o-table .row {
    margin-left: 0;
    margin-right: 0;
}

.details .about-wrapper .o-det {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.details .about-wrapper .o-data table {
    margin: 10px 0 0 0;
    width: 97%;
}

.details .about-wrapper .o-data table thead {
}

.details .about-wrapper .o-data table tr {
}

.details .about-wrapper .o-data table th, .details .about-wrapper .o-data table td {
    line-height: 25px;
    border: none;
}

.details .about-wrapper .o-data table th.type, .details .about-wrapper .o-data table td.type {
    color: #585858;
    font-weight: normal;
    padding-left: 0px;
}

.details .about-wrapper .o-data table th.type-desc, .details .about-wrapper .o-data table td.type-desc {
    color: #ae8649;
    text-align: right;
    font-family: 'OpenSansRegular', sans-serif;
}

.details .about-wrapper .o-data {
    padding: 20px 5% 0px 10px;
}

.details .about-wrapper .o-det .o-decrip {
    font-family: 'OpenSansRegular', sans-serif;
    color: #7d7d7d;
    line-height: 2;
    margin: 35px 0 60px 3%;
    width: 95%;
}

.details .about-wrapper h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: 'OpenSansRegular', sans-serif;
    color: #252525;
    line-height: 1.7;
}

.details .about-wrapper .o-con {
    padding-right: 0;
    background: #fff;
}

.details .about-wrapper .o-con .o-con-wrapp {
    margin: 30px 5% 0 2%;
}

.details .about-wrapper .o-con .o-con-wrapp p {
    font-family: 'OpenSansRegular', sans-serif;
    color: #252525;
    line-height: 1.7;
}

.details .about-wrapper .o-con .o-con-wrapp p span {
    color: #329FFF;
}

.details .about-wrapper .o-con .o-con-wrapp p img {
    padding-right: 15px;
}

.details .about-wrapper .o-con .o-con-wrapp p a {
    color: #252525;
}

.details .about-wrapper .o-con .o-con-wrapp .agent {
    font-size: 18px;
    margin-bottom: 25px;
}

.details .about-wrapper .o-con .o-con-wrapp input {
    border: none;
    font-size: 12px;
    font-family: 'OpenSansRegular', sans-serif;
    color: #898989;
    height: 45px;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
}

.details .about-wrapper .o-con .o-con-wrapp input:first-child {
    margin-top: 15px;
}

.details .about-wrapper .o-con .o-con-wrapp textarea {
    border: none;
    font-size: 12px;
    font-family: 'OpenSansRegular', sans-serif;
    color: #898989;
    height: 45px;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    resize: none;
    height: 75px;
    padding-top: 15px;
    color: #bfbfbf;
}

.details .about-wrapper .o-con .o-con-wrapp .send {
    background: #329FFF;
    color: #fff;
    border: 1px solid #329FFF;
}

.details .about-wrapper .o-con .o-con-wrapp .send:hover {
    background: #fff;
    transition: all 0.8s;
    color: #329FFF;
}

.details .about-wrapper .social-media {
    background: #f2f2f2;
    height: 60px;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.details .about-wrapper .social-media a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.details .about-wrapper .social-media .facebook-button a {
    color: #337AB7;
    border: 2px solid #337AB7;
    border-radius: 50%;
}

.details .about-wrapper .social-media .twitter-button a {
    color: black;
    border: 2px solid black;
    border-radius: 50%;
}

.details .about-wrapper .social-media .soc-inner {
    width: 244px;
    margin: 0 auto;
    padding-top: 12px;
}

.details .about-wrapper .social-media p {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 18px;
    margin: 0;
}

.details .about-wrapper .social-media .soc-inner a#facebook {
    margin-left: 20px;
}

.details .about-wrapper .social-media .soc-inner a#twitter {
    background-position: 71px 0;
    margin-left: 10px;
}

.details .about-wrapper .social-media .soc-inner a#google {
    background-position: 35px 0;
    margin-left: 10px;
}

.details .about-wrapper .offer-map {
    width: 100%;
    height: 340px;
    border: none;
    background: gray;
    margin: 0 auto;
}

.sli {
    padding: 0;
    margin: 0 auto;
}

.offer-left-col {
    padding-right: 15px !important;
}

.slider-container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;
    background: #fff;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.slider-container .swiper-wrapper {
    position: relative;
    width: 100%;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;

}

a.image-slider {
    width: 660px;
    height: 450px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    float: left;
    position: relative;
}

a.image-slider img {
    display: none;
}

.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block !important;
    overflow: hidden;
}

.jssora05l {
    background: none;
    width: 50px;
    height: 50px;
    top: 170px;
    left: 0px;
}

.jssora05l:before {
    content: "\f137";
    font-family: FontAwesome;
    font-size: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.jssora05l:hover {
    opacity: 0.8;
}

.jssora05r {
    background: none;
    width: 50px;
    height: 50px;
    top: 170px;
    right: 0px;
}

.jssora05r:before {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.jssora05r:hover {
    opacity: 0.8;
}

.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05rdn {
    background-position: -310px -40px;
}

.contact {
    background: url(../images/pattern.jpg);
}

.contact .contact-wrapper {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 30px;
}

.contact .contact-wrapper #mapka {
    width: 100%;
    height: 640px;
    border: none;
    background: gray;
    margin: 0 auto;
}

.contact .contact-wrapper .tit {
    font-size: 30px;
}

.contact .contact-wrapper .con-address {
    padding: 22px 0 0 0;
}

.contact .contact-wrapper .con-address .tit {
    padding-bottom: 20px;
}

.contact .contact-wrapper .con-address address {
    font-family: 'OpenSansRegular', sans-serif;
    line-height: 1.5;
}

.contact .contact-wrapper .con-address address span {
    font-family: 'OpenSansRegular', sans-serif;
}

.contact .contact-wrapper .con-address {
    margin: 7.5px 0 0 0;
}

.contact .contact-wrapper .con-address p {
    font-family: 'OpenSansRegular', sans-serif;
    line-height: 2;
    margin: 0;
}

.contact .contact-wrapper .con-address .imp {
    float: left;
    font-weight: bold;
    width: 20%;
}

.contact .contact-wrapper .con-desc {
    padding-top: 30px;
}

.contact .contact-wrapper .con-address input[type=text], .contact .contact-wrapper .con-address input[type="email"] {
    border: none;
    font-size: 12px;
    font-family: 'OpenSansRegular', sans-serif;
    color: #898989;
    height: 45px;
    width: 100%;
    padding-left: 15px;
    /*margin-bottom: 20px;*/
    border: 1px solid #d9d9d9;
}

.contact .contact-wrapper .con-address textarea {
    border: none;
    font-size: 12px;
    font-family: 'OpenSansRegular', sans-serif;
    color: #898989;
    height: 45px;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    resize: none;
    height: 80px;
    padding-top: 15px;
}

.contact .contact-wrapper .con-address input[type=submit] {
    height: 40px;
    /*background: #1d1d1b;*/
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansRegular', sans-serif;
    border: none;
    width: 50%;
    background: #329FFF;
    margin-bottom: 65px;
    border: 1px solid #329FFF;
}

.contact .contact-wrapper .con-address input[type=submit]:hover {
    background: #fff;
    transition: all 0.8s;
    color: #329FFF;
}

.contact form {
    position: relative;
}

.contact .m-success {
    color: #329FFF;
    position: absolute;
    top: 50px;
}

.contact .m-wrong {
    color: #329FFF;
    position: absolute;
    top: 50px;
}

.contact .wrong {
    outline: 2px solid #329FFF;
}

.offer-image {
    width: 100%;
    height: 200px;
    display: table;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list {
    background: url(../images/pattern.jpg);
}

.list .list-wrapper {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

.list .list-wrapper .row {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto;
}

.list .list-wrapper .row .bread {
    padding-left: 0px;
}

.list .list-wrapper .row .bread .breadcrumb {
    padding: 15px 0 5px 0;
}

.list .list-wrapper .row .o-list {
    padding-left: 0;
    position: relative;
}

.list .list-wrapper .row .o-list .tit {
    font-size: 30px;
    margin-bottom: 45px;
}

.list .list-wrapper .row .o-list .sort {
    position: absolute;
    right: 18px;
    top: 0px;
}

.list .list-wrapper .row .o-list .sort p {
    position: absolute;
    right: 220px;
    top: 10px;
    font-size: 15px;
    font-family: 'OpenSansRegular', sans-serif;
}

.list .list-wrapper .row .o-list .content {
    width: 99%;
    max-width: 840px;
    margin-bottom: 25px;
    background: #fff;
}

.list .list-wrapper .row .o-list .content .white {
    background: #fff;
    overflow: hidden;
}

.list .list-wrapper .row .o-list .content .white img {
    width: 100%;
}

.list .list-wrapper .row .o-list .content .list-desc {
    background: #fff;
    position: relative;
}

.list .list-wrapper .row .o-list .content .list-desc .bord {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}

.list .list-wrapper .row .o-list .content .list-desc .bord .l-tit {
    font-size: 25px;
    margin: 15px 0 5px 15px;
    display: block;
    color: black /*#001a33*/;
    padding: 2px;
}

.list .list-wrapper .row .o-list .content .list-desc .bord a:hover {
    text-decoration: none;
    color: #777676;
}

.list .list-wrapper .row .o-list .content .list-desc .bord .l-desc {
    font-size: 15px;
    text-align: center;
    font-family: 'OpenSansRegular', sans-serif;
    margin-left: 15px;
    color: #777676;
    float: left;
}

.list .list-wrapper .row .o-list .content .list-desc .bord .icon-print {
    position: absolute;
    right: 20px;
    top: 12px;
}

.list .list-wrapper .row .o-list .content .list-desc .bord .icon-print:before {
    content: "\f02f";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: -10px;
}

.list .list-wrapper .row .o-list .content .list-desc .table {
    margin-bottom: 6px;
    margin-left: 15px;
    font-size: 15px;
    text-align: left;
    margin-top: 6px;
    width: 98%;
    clear: both;
}

.list .list-wrapper .row .o-list .content .list-desc .table > tbody > tr > td {
    border-top: none;
    vertical-align: middle;
    padding: 10px 0;
    width: 30%;
}

.list .list-wrapper .row .o-list .content .list-desc .table .type-gold {
    color: #329FFF;
    font-size: 15px;
    text-align: right !important;
    font-family: 'OpenSansRegular', sans-serif;
    padding-right: 30px;
    width: 20%;
}

.list .list-wrapper .row .o-list .content .list-desc .l-preis {
    padding-left: 15px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
}

.list .list-wrapper .row .o-list .content .list-desc .l-preis p {
    float: left;
    font-family: 'OpenSansRegular', sans-serif;
    padding: 9px 0 1px 0;
}

.list .list-wrapper .row .o-list .content .list-desc .l-preis p:first-child {
    margin-right: 7%;
}

.list .list-wrapper .row .o-list .content .list-desc .l-preis p span {
    font-family: 'OpenSansRegular', sans-serif;
    color: #329FFF;
    font-size: 20px;
    font-weight: bold;
}

.list .list-wrapper .row .o-list .content .list-desc .l-preis a {
    float: right;
    font-size: 15px;
    background: #777676;;
    color: #fff;
    text-align: center;
    width: 125px;
    height: 40px;
    margin-top: 10px;
    line-height: 2.5;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.list .list-wrapper .row .o-list .content .list-desc .l-preis a:hover {
    background-color: #979797;
    text-decoration: none;
}

.list .list-wrapper .row .o-list .center-block {
    width: 100%;
    text-align: center;
}

.list .list-wrapper .row .o-list .center-block .pagination {
    margin-top: 0;
}

.list .list-wrapper .row .o-list .center-block .pagination li a {
    font-family: 'OpenSansRegular', sans-serif;
    color: #252525;
    background: #cfcfcf;
    margin-left: 4px;
}

.list .list-wrapper .row .o-list .center-block .pagination li a:hover {
    background: #329FFF;
    color: #fff;
    transition: all 0.8s;
}

.list .list-wrapper .row .o-list .center-block .pagination > .active > a {
    background: #329FFF;
    border: 1px solid #329FFF;
    color: #fff;
}

.list .list-wrapper .row #form {
    margin-top: 0;
    margin-bottom: 25px;
    background: #329FFF;
}

.list .list-wrapper .row #form .tit {
    color: #fff;
    font-size: 15px;
    padding: 20px 0 10px 0;
}

.list .list-wrapper .row #form input {
    border: none;
    font-size: 12px;
    color: #898989;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    height: 40px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-family: 'OpenSansRegular', sans-serif;
    width: 100%;
}

.list .list-wrapper .row #form input[type="submit"] {
    height: 40px;
    background: #329FFF;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansRegular', sans-serif;
    border: none;
}

.list .list-wrapper .row #form input[type="submit"]:hover {
    opacity: 0.9;
    transition: all 0.8s;
}

.list .list-wrapper .row #form .row {
    margin-right: -5px;
    margin-left: -5px;
}

.list .list-wrapper .row #form .row .col-sm-6, .list .list-wrapper .row #form .row .col-xs-6 {
    padding-right: 5px;
    padding-left: 5px;
}

.list .list-wrapper .row #form #city {
    width: 100%;
}

.hidden_select_container {
    width: 0;
    height: 0;
    overflow: hidden;
}

/*.simpleselect, .simpleselect * { box-sizing: content-box; }*/
.simpleselect {
    position: relative;
    width: 208px;
    height: 40px;
    color: #666;
    font-size: 12px;
    font-family: 'OpenSansRegular', sans-serif;
}

.simpleselect .options {
    width: 208px;
}

.simpleselect .placeholder, .simpleselect .options .option, .simpleselect .options .optgroup .optgroup-label {
    padding: 9px 10px;
    line-height: 18px;
    cursor: pointer;
}

.simpleselect .options .optgroup .optgroup-label {
    cursor: default;
    font-weight: bold;
}

.simpleselect .options .optgroup .option {
    padding-left: 20px;
}

.simpleselect .placeholder, .simpleselect .options {
    background: #fff;
    /*tło całego divu*/
    border: 1px solid #ddd;
    border-radius: 2px;
}

.simpleselect .placeholder {
    position: relative;
}

.simpleselect .placeholder:after {
    content: "\f150";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}

.simpleselect .placeholder:hover {
    background: #329FFF;
    /*po najechaniu główny przycisk*/
    color: #fff;
}

.simpleselect .options {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.simpleselect .options .option.active {
    background: #329FFF;
    color: #fff;
}

.simpleselect.disabled .placeholder, .simpleselect.disabled .placeholder:hover {
    background: #fafafa;
    color: #aaa;
    border-color: #eee;
    cursor: default;
}

.simpleselect.disabled .placeholder:after {
    opacity: .5;
}

@media (max-width: 1250px) {
    .banner .wrapper-container .container #form .area {
        width: 46.3%;
    }
}

@media (max-width: 1200px) {
    nav .navbar-brand {
        padding: 15px 0 0 0;
    }

    .offer-slider #w {
        width: 95%;
        margin: 0 auto;
    }

    footer .foot-content ul li {
        float: none !important;
        line-height: 2;
    }

    footer .foot-content .lf ul li {
        text-align: left;
    }

    footer .foot-content .rg ul li {
        float: none;
        text-align: right;
    }

    footer .foot-content .rg ul li:nth-of-type(2n+1) {
        padding-left: 0px;
        border-left: 0px !important;
    }

    footer .foot-content .rg ul li:nth-of-type(2n+2) {
        padding-right: 0px;
    }
}

@media (max-width: 1050px) {
    .contact .contact-wrapper .con-address .con-det .imp {
        width: 30%;
    }
}

@media (max-width: 995px) {
    .contact .contact-wrapper #mapka {
        height: 875px;
    }

    .contact .contact-wrapper .con-address .con-det {
        padding-bottom: 30px;
    }

    .contact .contact-wrapper .con-address .con-det .imp {
        width: 30%;
    }

    .list .list-wrapper .row .o-list .content .white {
        background: #fff;
        overflow: hidden;
        text-align: center;
    }

    .list .list-wrapper .row .o-list .content .white img {
        width: 100%;
        max-width: 248px;
        max-height: 206px;
    }
}

@media (max-width: 960px) {
    nav .pull-right {
        padding: 35px 0 0 20px;
        font-size: 17px;
    }

    .offer-slider #w .slidernav .previous {
        margin-top: 200px;
    }

    .offer-slider #w .slidernav .next {
        margin-top: 200px;
    }
}

@media (max-width: 767px) {

    .breadcrumb {
        display: none;
    }

    .nav > li.active > a {
        color: #329FFF;
    }

    .navbar-nav {
        margin: 0;
    }

    nav {
        height: 150px;
    }

    nav .navbar-brand {
        padding: 15px 0 0 0;
    }

    nav .navbar-brand img {
        width: 70%;
    }

    nav ul {
        background: #329FFF;
        padding: 0;
    }

    nav ul li a {
        margin-top: 0px;
        text-align: center;
        padding: 15px 0 !important;
        color: white;
        border-left: none !important;
        border-right: none !important;
    }

    nav ul li a :hover, nav ul li a :focus {
        border-left: none !important;
        border-right: none !important;
    }

    nav .pull-right {
        float: none !important;
        padding: 25px 0px 16px 0;
        margin-right: 0;
        /**/
        width: 80%;
        /**/
    }

    nav ul li a {
        padding: 15px 0 !important;
    }

    .banner {
        height: 700px;
        overflow: hidden;
    }

    .banner .opacity {
        height: 410px;
    }

    .banner .wrapper-container .container #form {
        width: 100%;
        margin: 0 auto;
        margin-top: 0px;
        padding: 0 5%;
    }

    .banner .wrapper-container .container #form .tit {
        text-align: center;
        padding-top: 15px;
    }

    .banner .wrapper-container .container #slider {
        float: none;
        margin-top: 50px;
    }

    .banner .wrapper-container .container #slider .swiper-container .slide-descrip {
        position: absolute;
        top: 20%;
    }

    .banner .wrapper-container .container #slider .swiper-container .slide-descrip p {
        font-size: 16px;
    }

    .details .about-wrapper h2.o-tit {
        padding-top: 50px;
    }

    .details .about-wrapper .print {

        clear: both;
    }

    .details .about-wrapper .print .back {
        float: left;
    }

    .details .about-wrapper .print .a-group {
        float: left;
        clear: none !important;
        width: 68px;
        margin: 10px 0 20px 10px;
    }

    .details .about-wrapper .print .a-group .a-mail {
        float: left;
        position: relative;
    }

    .details .about-wrapper .print .a-group .a-mail:before {
        content: "\f003";
        font-family: FontAwesome;
        font-size: 24px;
        position: absolute;
        top: -10px;
        color: #000;
    }

    .details .about-wrapper .print .a-group .icon-print {
        float: right;
        position: relative;
    }

    .details .about-wrapper .print .a-group .icon-print:before {
        content: "\f02f";
        font-family: FontAwesome;
        font-size: 24px;
        position: absolute;
        top: -10px;
    }

    .details .about-wrapper .o-data table {
        width: 94%;
    }

    footer .foot-content .lf ul li {
        text-align: center;
    }

    footer .foot-content .rg ul li {
        float: none;
        text-align: center;
    }

    .contact .contact-wrapper #mapka {
        height: 300px;
    }

    .list .list-wrapper .row .o-list {
        padding-right: 0;
    }

    .about .about-wrapper .a-desc .tit {
        font-size: 30px;
        padding: 40px 0 0 0;
    }
}

@media (max-width: 680px) {
    .banner {
        height: 600px;
    }

    .banner .wrapper-container .container #slider .swiper-container .slide-descrip {
        position: absolute;
        top: 15%;
    }

    .banner .wrapper-container .container #slider .swiper-container .slide-descrip p {
        font-size: 16px;
    }

    .list .list-wrapper .row .o-list .tit {
        font-size: 26px;
        margin-bottom: 0px;
    }

    .list .list-wrapper .row .o-list .sort {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 20px;
    }

    .list .list-wrapper .row .o-list .sort p {
        position: relative;
        right: 0;
        top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .banner {
        height: 550px;
    }

    .banner .wrapper-container .container #form .tit {
        font-size: 14px;
    }

    .banner .wrapper-container .container #form .area {
        width: 46.5%;
    }

    .banner .wrapper-container .container #form input {
        padding-left: 7px;
    }

    .banner .wrapper-container .container #form .arr select {
        padding-left: 5px;
    }

    .banner .wrapper-container .container #form .arr select option {
        padding-left: 7px;
    }

    .banner .wrapper-container .container #slider .swiper-container .slide-descrip {
        position: absolute;
        top: 5%;
    }

    .banner .wrapper-container .container #slider .swiper-container .slide-descrip p {
        font-size: 12px;
        padding: 5px 20px;
    }

    .banner .wrapper-container .container #slider .swiper-container .slide-descrip a {
        font-size: 10px;
        padding: 7px 25px;
    }

    .offer-slider {
        background: #f7f7f7;
    }

    .offer-slider #w .crsl-item p {
        padding-left: 25px;
        line-height: 1;
    }

    .details .about-wrapper .o-tit {
        font-size: 20px;
    }

    .details .about-wrapper .social-media .soc-inner {
        width: 200px;
    }

    .details .about-wrapper .social-media .soc-inner p {
        font-size: 14px;
        line-height: 2.5;
    }

    .details .about-wrapper .social-media .soc-inner a#facebook {
        margin-left: 5px;
    }

    .details .about-wrapper .social-media .soc-inner a#twitter {
        margin-left: 5px;
    }

    .details .about-wrapper .social-media .soc-inner a#google {
        margin-left: 5px;
    }

    .details .about-wrapper .o-det {
        background: #fff;
        padding-left: 0;
        padding-right: 0;
    }

    .details .about-wrapper .o-data table {
        margin: 0px 0 0 0;
        width: 100%;
    }

    .details .about-wrapper .o-data table * {
        display: table;
        width: 100%;
        text-align: center;
    }

    .details .about-wrapper .o-data table thead {
        background: #f2f2f2;
    }

    .details .about-wrapper .o-data table th, .details .about-wrapper .o-data table td, .details .about-wrapper .o-data table tr {
        width: 100%;
        border: none;
        border: none;
        line-height: 3;
    }

    .details .about-wrapper .o-data table .type {
    }

    .details .about-wrapper .o-data table .none {
        display: none;
    }

    .list .list-wrapper .row .o-list .content {
        width: 100%;
    }

    .list .list-wrapper .row .o-list .content .list-desc .bord .l-desc {
        float: none;
    }

    .list .list-wrapper .row .o-list .content .list-desc .bord .icon-print {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        display: block;
        margin: 0 auto 20px auto;
    }

    .list .list-wrapper .row .o-list .content .list-desc .table {
        margin-left: 0;
        width: 100%;
    }

    .list .list-wrapper .row .o-list .content .list-desc .table * {
        display: table;
        width: 100%;
        text-align: center;
    }

    .list .list-wrapper .row .o-list .content .list-desc .table > tbody > tr > td {
        width: 100%;
    }

    .list .list-wrapper .row .o-list .content .list-desc .table th, .list .list-wrapper .row .o-list .content .list-desc .table td, .list .list-wrapper .row .o-list .content .list-desc .table tr {
        width: 100%;
        line-height: 3;
    }

    .list .list-wrapper .row .o-list .content .list-desc .table .type-gold {
        width: 100%;
    }

    .list .list-wrapper .row .o-list .content .list-desc .l-preis {
        padding-left: 0;
        text-align: center;
    }

    .list .list-wrapper .row .o-list .content .list-desc .l-preis p {
        float: none;
    }

    .list .list-wrapper .row .o-list .content .list-desc .l-preis p:first-child {
        margin-right: 0;
    }

    .list .list-wrapper .row .o-list .content .list-desc .l-preis a {
        float: none;
        text-align: center;
        width: 125px;
        height: 40px;
        line-height: 3;
        display: block;
        margin: 0 auto 20px auto;
    }

    .list .list-wrapper .row .o-list .content .list-desc .table .type-gold {
        text-align: center !important;
    }

    .details .about-wrapper .o-data table th.type-desc, .details .about-wrapper .o-data table td.type-desc {
        text-align: center !important;
    }

    .slider-container {
        height: 200px;
    }

    .jssora05l, .jssora05r {
        top: 70px !important;
    }
}

@media (max-width: 360px) {
    .banner {
        height: 525px;
    }

    .details .about-wrapper .o-tit {
        font-size: 15px;
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #329FFF;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.team {
    text-align: center;
    padding: 2px;
    /*background: url(../images/pattern.jpg);*/
}

/*.teams-summary {*/
/*height: 24px;*/
/*text-align: center;*/
/*}*/

.teams-summary-details {
    padding: 5px 0px;
}

#teamName {
    margin-bottom: 30px;
}

.team-img {
    width: 248px;
    height: 263px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.team-img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.team-img-big {
    width: 275px;
    height: auto;
    display: block;
    max-witdth: 100%;
    margin: 0 auto;
}

.margFig {
    margin-top: 25px;
    margin-bottom: 25px;
}

.teamColor {
    color: gray;
}

.teamLink {
    color: #329FFF;
}

.teamLink:hover {
    color: #329FFF;
    text-decoration: none;
}

#roleStyle {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
}

.agencyStyle {
    color: #329FFF;

}

#marginBottom {
    margin-bottom: 20px;
}

#marginTop {
    margin-top: 50px;
}

.like-box-wrap {
    position: fixed;
    right: -300px;
    width: 298px;
    height: 69px;
    top: 141px;
    z-index: 410;
    background-color: #fff;
}

.page-plugin-wrap {
    width: 300px;
    height: 70px;
    overflow: hidden;
}

.page-plugin-wrap iframe {
    position: relative;
    top: -1px;
    left: -1px;
}

.like-box-handle {
    width: 40px;
    height: 54px;
    background: url(../gfx/facebook-handle.png) no-repeat 0 0;
    position: absolute;
    top: 15px;
    left: -40px;
}

#cookiesBar {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    color: #414141;
    font: 400 normal 11px/1em Arial, sans-serif;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #ebebeb;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #fff), color-stop(100%, #ebebeb));
    background-image: -webkit-linear-gradient(#fff, #ebebeb);
    background-image: -moz-linear-gradient(#fff, #ebebeb);
    background-image: -o-linear-gradient(#fff, #ebebeb);
    background-image: -ms-linear-gradient(#fff, #ebebeb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ebebeb);
    background-image: linear-gradient(#fff, #ebebeb);
}

#cookiesBar a {
    color: #414141;
    border-bottom: 1px dotted #aeaeae;
}

#cookiesBar a:hover {
    color: #aeaeae;
}

#cookiesBar p {
    margin: 2px 0;
    line-height: 1;
}

#cookiesBarWrap {
    width: 840px;
    margin: 0 auto;
    position: relative;
}

#cookiesBarClose {
    display: block;
    width: 20px;
    height: 19px;
    background: url("../gfx/cookies_close.png") 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
    top: 2px;
    right: 0;
}

a#cookiesBarClose {
    border: 0;
}

#cookiesBarClose:hover {
    background-position: -30px 0;
}

@media (max-width: 1050px) {
    #cookiesBarWrap {
        width: 90%;
        margin: 0px auto;
        position: relative;
    }

    #cookiesBar {
        padding-top: 10px;
    }

    #cookiesBarClose {
        display: block;
        width: 100%;
        height: 60px;
        background: none;
        text-indent: -999em;
        position: absolute;
        top: -10px;
        margin: 0 auto;
        left: 0;
        z-index: 1000000;
        right: 0;
    }

    #cookiesBarClose:hover {
        background-position: 0 0;
    }

}

/******************Nowe zmiany***************************************************************/
body {
    font-family: 'Roboto', sans-serif;
}

a:visited {
    text-decoration: none;
}

/*breadcrumb*/
.bread .breadcrumb li span {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    /*font-weight: bold;*/

}

.bread .breadcrumb li a {
    font-size: 13px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.bread .breadcrumb li a:hover {
    text-decoration: none;
    color: #777676;
}

delicate-shadow {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

/******************************/
/*lista ofert*/

/*Sortuj*/

.list .list-wrapper .row .o-list .sort p {
    font-family: 'Roboto', sans-serif;
}

.simpleselect {
    font-family: 'Roboto', sans-serif;
}

.simpleselect .placeholder:after {
    background: none !important;
}

@media (min-width: 767px) and (max-width: 960px) {
    .sort-finder {
        float: left !important;
        position: relative;
        margin-bottom: 25px;
    }

    .sort-categorize {
        float: left !important;
        position: relative;
        right: -21px;
        top: 50px;
    }
}

/*wyszukiwarka ofert*/
.list .list-wrapper .row #form .ms-sel-ctn input {
    box-shadow: none;
    height: 25px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    border-color: white;
    padding-left: 10px;
}

#location_1 {
    margin-bottom: 15px;
}

.list .list-wrapper .row #form {
    margin-top: 0;
    margin-bottom: 25px;
    /* background: #eee!important; */
    background-color: rgba(238, 238, 238, 0.6) !important;
    font-family: 'Roboto', sans-serif;
}

.list .list-wrapper .row #form:hover {
    background-color: rgba(238, 238, 238, 0.9) !important;
}

/*kolor slowa "Wyszukiwarka" z tytulu "Wyszukiwarka nieruchomosci"*/
.searcher-title span {
    color: #329FFF;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

/*kolor slowa "nieruchomosci" z tytulu "Wyszukiwarka nieruchomosci"*/
.searcher-title {
    color: #777676;
    padding: 20px 0 10px 0;
    font-family: 'Roboto', sans-serif;
}

.list .list-wrapper .row #form input {
    font-family: 'Roboto', sans-serif;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.list .list-wrapper .row #form input[type="submit"] {
    font-family: 'Roboto', sans-serif;
}

/*placeholder*/
.selectric .label {
    color: #777676;
    font-family: 'Roboto', sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777676;
    font-family: 'Roboto', sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #777676;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #777676;
    font-family: 'Roboto', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
    color: #777676;
    font-family: 'Roboto', sans-serif;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 38px;
    color: black;
    line-height: 40px;
    /*zakomentowano style linijka 375 background, font, font-family*/
    font-size: 16px;
    text-align: center;
    border-left: 1px solid #ccc;
    /* background-color: #ddd; */
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3); */
}

.selectric .button:hover {
    background-color: #e6e6e6;
    color: black;
}

.selectric {
    background-color: white;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.selectric-items li {
    display: block;
    padding: 5px;
    border: none;
    color: #666; /*#898989;*/
    cursor: pointer;
    background-color: white;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}

/* !important, bo w custom.css są nadpisywane*/
.selectric-items li:hover {
    background-color: #ddd !important;
    color: #666 !important;
}

.ms-res-ctn .ms-res-item {
    line-height: 25px;
    text-align: left;
    padding: 5px;
    color: #666;
    cursor: pointer;
    font-size: 12px;
}

/*oferty*/
.background-white-list-offer {
    width: 99%;
    max-width: 840px;
    margin-bottom: 25px !important;
    background: #fff;
    border: 1px solid #ddd;
}

.list-image {
    width: 100%;
    height: 250px; /*252px;*/
    display: table;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-image.loading {
    background-size: 5%;
}

.offerHeaders {
    margin: 0 0 0 3%;
}

.offerData {
    float: left;
    width: 160px;
    margin: 0 2% 0 3%;
}

.offerDataValues {
    float: left;
    font-weight: bold;
    margin: 0 2% 0 3%;
}

.list-print {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    color: #000;
}

.list-print:hover {
    color: #777676;
}

.list-summary {
    background: #fff;
    padding: 0;
    position: relative;
}

.list-title {
    font-size: 25px;
    margin-left: 7px;
    margin-top: 10px;
    display: block;
    color: black /*#001a33*/;
}

.list-title:hover {
    text-decoration: none;
    color: #777676;
}

.list-title:visited {
    text-decoration: none;
}

.list-title-street {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 5px;
    padding: 8px;
}

.list-border {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    height: 99px;
}

.list-title-description {
    font-size: 14px;
    text-align: center;
    margin-left: 15px;
    color: #777676;
    float: left;
}

/*środkowa czesc listy ofert*/
.middle-part-offer-list {
    font-size: 15px;
    text-align: left;
    margin-bottom: 6px;
    margin-left: 15px;
    font-size: 15px;
    text-align: left;
    margin-top: 6px;
    width: 98%;
    clear: both;
}

.middle-part-offer-list td {
    border-top: none;
    vertical-align: middle;
    padding: 10px 0;
    width: 30%;
    font-size: 17px;
    text-align: left;
}

@media (min-width: 992px) and (max-width: 1130px) {
    .middle-part-offer-list td {
        font-size: 14px;
    }

    .list-image {
        height: 244px;
    }
}

/*dolna czesc listy ofert*/
.offer-price-details {
    padding-left: 15px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
}

.offer-price {
    color: #329FFF;
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 9px 0 1px 0;
    margin-right: 7%;
}

.list-offer-btn {
    float: right;
    font-size: 15px;
    background: #329FFF;
    color: #fff;
    text-align: center;
    width: 125px;
    height: 50px;
    line-height: 50px;
}

.list-offer-btn:hover {
    background-color: #979797;
    color: #fff !important;
    text-decoration: none;
}

.list-offer-btn:visited {
    text-decoration: none;
}

.list-galleria {
    background-color: lightblue;
    position: absolute;
    min-width: 510px;
    height: 272px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: 15px;
    padding: 4px;
    z-index: 99;
    border-radius: 3px;
}

/********************************************/
/*pojedyncza oferta Template2*/

/*przyciski powrot do listy*/
#back-to-list {
    position: fixed;
    top: 170px;
    left: 2px;
    padding: 12px 8px;
    background-color: #fff;
    font-size: 13px;
    border: 1px solid #ccc;
}

#back-to-list a {
    text-decoration: none;
    color: #666;
}

#back-to-list:hover {
    background-color: #f4f4f4;
}

#back-to-list-md {
    position: fixed;
    top: 170px;
    left: 0px;
    padding: 5px;
    width: 41px;
    height: 40px;
    background-color: #fff;
    font-size: 13px;
    border: 1px solid #f2f2f2;
    text-decoration: none;
    color: #777676;
}

#back-to-list-md:hover {
    background-color: #f3f3f3;
}

#left-back {
    position: relative;
    left: 8px;
    top: 5px;
}

#back-to-list-col-xs {
    background-color: #fff;
    color: #cccccc;
    margin: 20px auto 10px 0;
    text-align: center;
    border-radius: 2px;
    width: 150px;
    font-size: 15px;
    border: 1px solid #f2f2f2;
    padding: 5px;
}

#back-to-list-col-xs:hover {
    background-color: #f3f3f3;
    color: #cccccc;
}

#back-to-list-col-xs a {
    text-decoration: none;
    color: #cccccc;
}

.galleria-theme-classic img {
    cursor: pointer;
}

/*opis oferty gora*/
.btn-gray {
    background-color: #777676;
    color: #fff;
    margin-top: 7px;
    text-decoration: none;
}

.btn-gray:hover {
    background-color: #979797;
    color: #fff;
    text-decoration: none;
}

.box-btn {
    background-color: #777676;
    color: #fff;
    font-size: 15px;
    border: 1px solid #777676;
    border-radius: 2px;
    padding: 2px 5px 2px 5px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 15px;
    left: 5px;
    text-decoration: none;
}

.box-btn:hover {
    background-color: #979797;
    border: 1px solid #979797;
}

.box-btn-xs-sm {
    background-color: #777676;
    color: #fff;
    font-size: 15px;
    border: 1px solid #777676;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
}

.box-btn-xs-sm:hover {
    background-color: #979797;
    color: #fff;
    border: 1px solid #979797;
}

.box-price-per, .box-area {
    color: #979797;
    text-align: center;
}

.box-price, .box-location {
    text-align: center;
    font-size: 22px;
    margin-top: 5px;
    font-weight: bold;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .box-price, .box-price-per {
        text-align: right;
    }

    .box-area, .box-location {
        text-align: left;
    }
}

@media (min-width: 993px) and (max-width: 1335px) {
    #back-to-list {
        visibility: hidden;
    }
}

@media (min-width: 1336px) {
    /*ukrycie widocznosci powrotu do listy*/
    #div-back-to-list-md {
        visibility: hidden;
    }
}

.offer-top {
    margin-bottom: 10px;
}

/*Modyfikacja galerii*/
#galleria {
    height: 480px;
    visibility: hidden;
}

#galleria-border {
    border: 1px solid #eaeaea;
}

.galleria-container {
    background: #fefefe; /*********************/
}

.galleria-thumbnails {
    display: block;
    margin: 0 auto;
}

.galleria-thumbnails-list .galleria-thumbnails .galleria-image {
    float: left;
}

.galleria-thumbnails-list .galleria-thumbnails .galleria-image .active {
    float: left;
}

.galleria-theme-classic .galleria-counter {
    color: #000; /*#fff;*/
}

.galleria-theme-classic .galleria-loader {
    position: absolute;
    right: 30px;
    top: 0;
    background: url('../images/galleria/classic-loader-light.gif') no-repeat 2px 2px;
}

.galleria-fscr {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url('../images/galleria/fullscreen.png');
    z-index: 4;
    cursor: pointer;
    opacity: .3;
}

.galleria-fscr:hover {
    background: #d3d3d3 url('../images/galleria/fullscreen.png');
}

.galleria-theme-classic .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-thumb-nav-right,
.galleria-theme-classic .galleria-info-link,
.galleria-theme-classic .galleria-info-close,
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
    background-image: url('../images/galleria/classic-map-light.png');
    background-repeat: no-repeat;
}

/*ikony z danymi oferty*/
#icon-box {
    margin-top: 20px;
}

.icon-description-name {
    font-weight: bold;
    color: #979797;
}

.icon-description {
    color: #404040;
    display: flex;
    justify-content: center;
}

.icon-description a {
    color: #404040;
}

.icon-description a:hover {
    color: #777676;
}

.icon-description span {
    font-size: 20px;
    position: relative;
    left: 6px;
}

.icon-area, .icon-printer, .icon-rooms {
    text-align: center;
}

td.offer-data {
    font-size: 14px;
    text-align: left;
    padding: 8px !important;
}

td.offer-data-values {
    font-size: 14px;
    text-align: left;
    padding: 8px !important;
}

/*dane ofert */
.offer-data {
    color: #7d7d7d;
    font-weight: 700;
    font-family: 'Roboto', 'Noto', sans-serif;
}

.details .about-wrapper h4 {
    font-family: 'Roboto', 'Noto', sans-serif;
}

.offer-data-values {
    /*color: #4d4d4d;*/
    font-weight: 600;
}

.offer-detailed {
    color: #666;
    line-height: 2;
}

/*kontakt z agentem*/

.conntact-with-agent {
}

.sticky {
    float: none;
    /*position: fixed;*/
    z-index: 6;
    left: auto;
}

@media (max-width: 1000px) {
    .sticky {
        float: none;
        position: relative;
    }

    .conntact-with-agent {
        width: 100%;
    }
}

.conntact-with-agent .agent {
    font-size: 18px;
    margin-bottom: 25px;
    color: black;
}

#phone {
    color: #777676;
}

.conntact-with-agent a {
    text-decoration: none;
    color: #777676;
}

.conntact-with-agent a:hover {
    text-decoration: none;
    color: #979797;
}

.conntact-with-agent .input-group {
    font-size: 12px;
    color: #898989;
    margin-bottom: 20px;
    width: 100%;
}

.conntact-with-agent .input-group textarea {
    /*border: none;*/
    font-size: 15px;
    width: 100%;
    color: #898989;
    resize: none;
    height: 85px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.investment-loc > #location-input {
    border-radius: 4px !important;
}

.conntact-with-agent .send {
    background-color: #329FFF;
    border: 1px solid #329FFF;
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 45px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.conntact-with-agent .send:hover {
    background-color: #329FFF;
    border: 1px solid #329FFF;
    color: #fff;
}

.icon-text-position {
    position: relative;
    bottom: 6px;
}

.icon-text-position span {
    margin-left: 5px;
}

/*Lokalizacja*/
.offer-google-map {
    width: 100%;
    height: 340px;
    border: none;
    background: #fefefe;
    margin: 0 auto;
}

/*socialmedia*/
.details .about-wrapper .social-media {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

/*
*Strona główna*/

/*Karuzela i Wyszukiwarka*/

.carousel-row-height {
    height: 500px;
}

.searcher-open-title {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding: 10px 0px 5px 0px;
}

.searcher-open-title span {
    color: #329FFF;
}

.carousel-indicators-open {
    /* position:absolute;
     right:55px;
     top:100px; */
}

.carousel-indicators {
    display: none;
}

@media (min-width: 768px) {
    .carousel-indicators {
        position: absolute;
        left: 120%;
        top: 5%;
        width: 76px;
        height: 20px;
        display: inline-block;
    }
}

.carousel-indicators li {
    border-radius: 0px;
}

.f-se-left .f-se-left-cont input {
    font-family: 'Roboto', sans-serif !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    color: #898989 !important;
    height: 40px !important;
    padding-left: 15px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

.f-se-left .f-se-left-cont .ms-sel-ctn input {
    border: none !important;
    margin-bottom: 0px !important;
    height: 28px !important;
    padding-left: 10px !important;
}

.space-bottom-10 {
    margin-bottom: 10px;
}

.space-bottom-25 {
    margin-bottom: 25px;
}

.carousel-main-page-img {
    height: 500px !important;
    width: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*  height:500px!important;
      width: 1349px!important;*/
}

#searcher-level {
    margin-top: -400px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #searcher-level {
        margin-top: -199px;
    }
}

@media (min-width: 992px) {
    #searcher-level {
        margin-top: -199px;
    }
}

.searcher-background {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.open-little-motto {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    line-height: 1.3;
    background: rgba(50, 159, 255, 0.8);
    color: #fff;
    z-index: 52;
    position: absolute;
    top: 7px;
    left: 7px;
}

/*oferty promowane*/

#promoted-offers {
    margin-bottom: 40px;
}

.promoted-offer-nav {
    text-align: center;
    padding: 15px;
}

.promoted-offer-nav a {
    padding: 2px;
}

#promoted-title {
    color: #329fff;
    font-size: 36px;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.promoted-offer-description {
    font-size: 16px;
    padding: 2px;
}

.promoted-offer-description.flex-container {
    display: flex;
    justify-content: space-between;
    margin: 5px 10px;
    width: 95%;
}

/*.promoted-offer-a:hover .promoted-offer-description.flex-container{*/
/*    text-decoration: none !important;*/
/*}*/

.crsl-item {
    background-color: #e4e4e4;
}

.crsl-item .fig-caption {
    box-sizing: border-box;
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    /*width:378px;*/
    padding: 10px;
    color: #FFF;
    background: rgba(0, 0, 0, .5);
    font-size: 20px;
    height: 70px;
    padding: 2px;
    text-align: center;
}

.promoted-offer-element {
    margin: 0 auto;
}

.promoted-offer-a {
    color: black;
    text-align: center;
}

.promoted-offer-a:hover {
    opacity: 0.6;
    filter: alpha(opacity=50);
    color: gray;
}

.promoted-offer-img {
    height: 250px !important;
    width: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promoted-offer-img:hover {
    opacity: 0.6;
    filter: alpha(opacity=50);
}

.promoted-offer-text {
    padding: 2px;
    margin-top: 2px;
    margin-bottom: 8px;
}

.promoted-offer-type {
    text-align: center;
}

.promoted-offer-area {
    font-weight: bold;
}

.promoted-offer-rooms {

}

.promoted-offer-price {
    font-weight: bold;
}

/*atuty*/
.strengths-box {
    text-align: center;
    padding: 4px;
    margin: 10px 0 10px 0;
    background: none;
}

.strengths-title {
    font-size: 30px;
}

.strength-img {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    height: 70px;
}

.strength-img-box {
    margin-bottom: 10px;
}

.strength-title {
    color: #329fff;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 55px;
    text-align: center;
}

.strenght-icon {
    margin: 10px 0 10px 0;
    text-align: center;
}

.strength-description {
    text-align: left;
}

@media (min-width: 2px) and (max-width: 991px) {
    .strength-description {
        text-align: center
    }
}

.navbar-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

/*Tło*/
body, .contact, .list, .details {
    background: #fdfdfd;
}

/*Kontakt*/
.contact-description {
    margin-top: 20px;
}

.contact-data {
    font-weight: bold;
    float: left;
    width: 40%;
    font-family: 'Roboto', sans-serif;
}

.contact-data-name {
    font-weight: bold;
}

textarea#apply_comment {
    height: auto !important;
}

.contact-title {
    padding-bottom: 20px;
    font-size: 30px;
}

.contact-line-height {
    line-height: 2;
}

.contact-margin {
    margin-bottom: 15px;
}

.contact-area {
    resize: none;

    margin-bottom: 10px;
}

.contact-submit {
    background-color: #329fff;
    border: 1px solid #329fff;
    color: #fff;
    font-size: 15px;
    width: 100%;
    height: 45px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.contact-submit:hover {
    background-color: #329fff;
    border: 1px solid #329fff;
    color: #fff;
}

/*Googlemaps kontakt*/
#mapka {
    width: 100%;
    height: 480px;
    border: none;
    background: gray;
    margin: 0 auto;
}

@media (max-width: 855px) {
    #mapka {
        height: 300px;
    }
}

/*O firmie*/
.article {
    font-family: 'Roboto', sans-serif;
}

/*nav*/
@media (min-width: 768px) and (max-width: 855px) {
    .navbar-nav > li > a {
        line-height: 18px;
    }
}

/* footer */
.foot-content {
    font-family: 'Roboto', sans-serif;
}

footer .foot-content ul li span {
    font-family: 'Roboto', sans-serif;
}

/* kariera */

.career-title {
    margin-bottom: 20px;
}

.career-input {
    margin-bottom: 20px;
}

.career-textarea {
    resize: none;
}

.career-upload {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 14px;
    text-align: center;
    background-color: #fff;
}

.career-upload-file {
    margin: 0 auto;
    padding: 14px;
}

#career-send {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    padding: 10px;
}

@media (min-width: 768px) and (max-width: 805px) {
    #career-send {
        margin-top: 15px;
        padding: 4px;
    }
}

/*Zgłoszenie nieruchomości*/
.sell-title {
    margin-bottom: 20px;
}

.sell-select {
    margin-bottom: 10px;
}

.sell-select .selectric .label {
    font-size: 14px;
}

.sell-select .selectric-items li {
    font-size: 13px;
    padding-left: 15px;
}

.sell-date {
    margin-bottom: 20px;
}

.sell-textarea {
    resize: none;
    margin-bottom: 10px;
}

.sell-input-box {
    margin-bottom: 20px;
}

.sell-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
}

.sell-input-box #location_1 {
    margin-bottom: 0px;
}

#sell-send {
    text-align: center;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
}

.btn-sell, .btn-career {
    color: #333;
    background-color: #eee;
    border-color: #adadad;
}

.btn-sell:hover, .btn-career:hover {
    color: #333;
    background-color: #f6f6f6;
    border-color: #ccc;
}

.sell-big-box, .career-big-box {
    margin-right: -15px;
    margin-left: -15px;
}

.checkbox-text {
    font-size: 11px;
    text-align: justify;
    margin-bottom: 20px;
}

.checkbox-big-box {
    margin-left: 16px;
}

.contact-wrapper textarea {
    /*height: 120px;*/
}

.noselectric {
    width: 100% !important;
    display: inline-block !important;
    visibility: visible !important;
    box-shadow: none !important;
    border: 1px solid #aaa !important;
    border-right: 1px solid #aaa !important;
    border-radius: 4px !important;
    background: #fff !important;
    position: relative !important;
    font-size: 12px !important;
    color: #898989 !important;
    height: 40px !important;
    padding-left: 15px !important;
    margin-bottom: 15px !important;
    font-family: 'OpenSansRegular', sans-serif !important;
}

#information {
    width: 100%;
}

/*widoki listy ofert LIST.BLADE*/

* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    /*padding-bottom: 25px;*/
}

img {
    border: 0;
}

/*p {*/
/*font-size: 1.2em;*/
/*line-height: 1.3em;*/
/*margin-bottom: 10px;*/
/*}*/

/*Wrapper główny wygląd strony id: wrap*/

#wrap {
    margin: 0 auto;
    border-radius: 7px;
}

#wrap header {
    border-bottom: 1px solid white;
    margin-bottom: 35px;
    padding-top: 20px;
    position: relative;
}

#wrap header .list-style-buttons {
    color: lightslategray;
    position: absolute;
    right: 0;
}

.switcher {
    color: lightslategray;
}

.switcher:active {
    color: lightslategray;
}

.switcher:visited {
    color: lightslategray;
}

.switcher:hover {
    /*color: #979797;*/
    opacity: 0.8;
}

/*Wygląd listy klasy: list, listview*/

ul.list {
    margin-bottom: 20px;
    list-style: none;
    width: 100%;
}

ul.list li {
    margin-bottom: 20px;
    display: block;
}

ul.list li section.left {
    margin: 10px;
    display: block;
    float: left;
    position: relative;
    padding-left: 20px;
}

ul.list li .meta {
    display: block;

}

ul.list li .links {
    display: inline;
    font-size: 20px;
}

ul.list li .secondOffer {
    margin-left: 20px;
}

ul.list li section.left img.thumb {
    max-height: 180px;
    max-width: 220px;
    height: 180px;
    width: 220px;
    position: relative;
    margin-top: -15px;
    margin-left: 10px;
    margin-bottom: -5px;
    float: right;

}

ul.list li section.left img.logo-company {
    max-width: 40px;
    max-height: 40px;
    position: relative;
    top: 110px;
    left: 770px;
    opacity: 0.5;
    z-index: 1;
}

/*ul.list li section.left div.logo-div {*/
/*max-width: 40px;*/
/*max-height: 40px;*/
/*position: relative;*/
/*top: 110px;*/
/*left: 770px;*/
/*opacity: 0.5;*/
/*z-index: 1;*/

/*}*/

ul.list li section.left h3 {
    margin-top: -10px;
    bottom: 100px;
    text-align: left;
    font-weight: bold;
    font-size: 1.4em;
}

ul.list section.left {
    padding: 20px;
}

/*Widok kafelkowy klasy: grid, darkview*/

ul.grid {
    list-style: none;
    margin: 0 auto;
}

ul.grid li section.left img.thumb {
    display: block;
    margin: 0 auto;
    max-height: 140px;
    max-width: 180px;
    height: 140px;
    width: 180px;
    position: relative;
}

ul.grid li section.left img.logo-company {
    max-width: 30px;
    max-height: 30px;
    position: absolute;
    top: 120px;
    left: 20px;
    opacity: 0.5;
}

ul.grid li {
    display: block;
    float: left;
    width: 270px;
    height: 150px;
    padding: 5px 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.grid li section.left {
    padding: 10px;
}

ul.grid section.left {
    position: relative;
    height: 400px;
}

.links-position {
    position: absolute;
    bottom: 0;
}

ul.grid li.clearfix {
    margin-bottom: 300px;
}

ul.grid li section.left h3 {
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
}

ul.grid li .meta {
    display: block;
}

ul.grid li .address {
    position: relative;
}

ul.grid li .description {
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;

}

ul.grid li .links {
    text-align: center;
    padding-left: 35px;
}

ul.grid .clearfix {
    padding: 10px;
}

.clearfix {
}

section.left {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

section.left:hover {
    -webkit-box-shadow: 0 0 10px #979797;
    -moz-box-shadow: 0 0 10px #979797;
    box-shadow: 0 0 15px #979797;
}

/*.clearfix:hover {*/
/*-webkit-box-shadow: 0 0 10px rgba(207, 168, 168, 1);*/
/*-moz-box-shadow: 0 0 10px rgba(207, 168, 168, 1);*/
/*box-shadow: 0 0 15px rgba(207, 168, 168, 1);*/
/*}*/

a.company-list-name:link {
    text-decoration: none;
}

a.links:link {
    text-decoration: none;
}

a.links:visited {
    text-decoration: none;
}

a.morelink {
    text-decoration: none;
    outline: none;
}

/*Szczegóły Biura*/
.image-company {
    float: left;
    width: 280px;
    height: 200px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    position: relative;
}

h3.title {
    text-align: center;
}

.logo-company {
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    top: 135px;
    left: 15px;
    opacity: 0.5;
}

.company-details {
}

.block-text {
    display: block;

}

.links-details {
    color: #979797;
    font-size: 20px;
    text-align: center;
    display: inline;
}

.all-links {
    margin: auto;
}

.offer-link {
    padding-left: 40px;
}

.company-image-logo {
    padding-top: 15px;
}

/*Przycisk Pokaż więcej*/
.show-more-div {
    text-align: center;
}

.show-more-btn {
    text-decoration: none;
    text-align: center;
    padding: 15px;
}

.show-more-btn:hover {
    text-decoration: none;
    /*background-color: #979797;*/
    /*border-color: #979797;*/
    opacity: 0.8;
}

.load-more {
    display: block;
    font-family: sans-serif;
    line-height: 3em;
    margin: auto;
    overflow: hidden;
    padding: 0 3em;
    text-align: center;
    text-decoration: none;
}

.load-more.load-more-loading {
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
    background-color: transparent;
    border: .3em solid #d8d8d8;
    border-radius: 1.5em;
    border-top-color: #329fff;
    box-sizing: border-box;
    height: 3em;
    color: #fff;
    padding: 0;
    pointer-events: none;
    width: 3em;
    text-decoration: none;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*doradcy KOPIA STYLÓW Z TEAM\COPY.BLADE.PHP*/
a {
    text-decoration: none;
}

.card {
    margin: 10px auto;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 25px;
    /*height: 300px;*/

}

.cardHover {
    -webkit-box-shadow: 0 0 10px #979797;
    -moz-box-shadow: 0 0 10px #979797;
    box-shadow: 0 0 15px #979797;
}

.photo {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-color: white;
    margin: 0 auto;
    background-position: 50% 50%;
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}

.card ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.img-ref {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    height: 160px;
}

.row.agents-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.agent-name {
    height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
}

.card-contact-info.mobile-info {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    position: absolute;
    left: 0;
    padding-bottom: 15px;

}

.card-contact-info.email-info {
    overflow: hidden;
    flex: 1;
    text-overflow: ellipsis;
    position: absolute;
    right: 0;
    padding-bottom: 15px;
}

.contact-position {
    position: relative;
    font-size: 11px;
    display: flex;
    bottom: 5px;
}

/*scroller*/

#scroll {
    position: fixed;
    right: 50px;
    bottom: 110px;
    width: 50px;
    height: 50px;
    background-color: darkgray;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff
}

#scroll:hover {
    background-color: dimgrey;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/*SEARCH INPUT LISTA*/

.searcher-section {
    display: block;
}

.searcher-label {
}

.searcher-button {
    padding: 10px 40px;
    margin-top: 10px;
}

.select-section {
    float: right;
}

.searcher-input {
    height: 40px;
}

.input-section {
    width: 70%;
    float: left;
}

.label-input-searcher {
    margin: 10px 0;
}

.show-hide-section {
    margin: 15px;
}

.show-hide-search-bar {
    display: table-cell;
    vertical-align: bottom;
}

.null-data {
    text-align: center;
    border: 2px solid #ff0000;
    border-radius: 5px;
    margin: 10px 0;
    padding: 5px;
    background-color: #e66363;
    width: 200px;
}

.multi-input {
    height: 80px !important;
}

.form-margin {
    margin-bottom: 15px;
}

.children-list {
    margin-top: 31px;
    margin-left: 15px;
    background: #fff;
    display: none;
    z-index: 9999;
    padding: 0;
    min-width: 200px;
    position: absolute;
}

.children-list-alter {
    margin-top: 9px !important;
}

.children-list > .children-element {
    list-style-type: none;
}


img.logo-img {
    height: auto;
    max-height: 80px;
}

.g-recaptcha {
    -webkit-transform: scale(1.19);
    transform: scale(1.19);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: 30px;
}

.social-box {
    position: fixed;
    right: -302px;
    width: 300px;
    top: 160px;
    z-index: 410;
    background-color: #fff;
}

.instagram {
    color: #000;
    background: #fff;
}

.twitter-x {
    color: #000;
    background: #fff;
}

.linkedin {
    color: #fff;
    background: #0177B5;
}

.youtube {
    color: #ff0000;
    background: #fff;
}

.tiktok {
    color: #000000;
    background: #fff;
}

.social-item {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -40px;
    text-align: center;
    height: 54px;
    width: 40px;
    font-size: 30px;
    vertical-align: middle;
    line-height: 54px;
    top: 50px;
    margin-right: 12px;
}


.custom-template-image-left img, .custom-template-image-right img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.custom-template-image-left {
    text-align: left;
}

.custom-template-image-right {
    text-align: right;
}

@media (max-width: 768px) {
    .custom-template-image-left, .custom-template-image-right {
        padding-bottom: 20px;
    }
}

.print-open {
    cursor: pointer;
}

.content-blocked {
    z-index: 100000;
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: rgba(77, 76, 76, 0.95);
    padding: 16px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f9f9f9;
    font-size: 48px;
}

