#header {
    height: 156px !important;
}

.day-themes {
    display: none !important;
}

.w-filter.greydark {
    background: rgba(120, 117, 129, 0.3);
}

.home-image-main {
    background-position: 50% -30px;
    background-image: url(/upload/iblock/9d2/9d2cd35ff15cec8db2d30ba0e611ae29.jpg);
    background-attachment: fixed;
    background-size: cover;
}
@media screen and (max-width: 600px) {
    .home-image-main {
        background-position: 50% -1px !important;
        background-size: contain;
    }
}
.w-f18 {
    font-size: 18px;
}

.w-f34 {
    font-size: 34px;
    line-height: 34px;
}

.w-space10 {
    height: 10px;
    width: 100%;
    float: left;
}

.w-space20 {
    height: 20px;
    width: 100%;
    float: left;
}

.w-space40 {
    height: 40px;
    width: 100%;
    float: left;
}

.w-space50 {
    height: 50px;
    width: 100%;
    float: left;
}

.w-divider {
    float: left;
    width: 100%;
}

.w-divider.w-divider-small > span {
    width: 30px;
    height: 2px;
}

.w-divider > span {
    display: block;
    margin: auto;
}

.w-bg-white {
    background-color: #ffffff;
}

h2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
}

p.w-white, h1.w-white, h2.w-white, h3.w-white, h4.w-white, h5.w-white, h6.w-white, a.w-white, i.w-white, span.w-white {
    color: #ffffff;
}

p.w-gray, h1.w-gray, h2.w-gray, h3.w-gray, h4.w-gray, h5.w-gray, h6.w-gray, a.w-gray, i.w-gray, span.w-gray {
    color: #c9c9c9;
}

/*.w-wrap-image {*/
/*border: 1px solid #fff;*/
/*}*/

.selectedItem .w-arrow-up {
    display: block;
    border-bottom: 8px solid #EEEEEE;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 0;
    margin: 2px auto 0;
}

.gridder-show {
    border: #9A9A9A 1px solid;
    background: #B9B9B9;
    padding: 10px 10px 0 10px;
    margin: 10px 1px;
}


.fotorama__nav {
    background: none;
}

.gridder .gridder-list {
    cursor: pointer;
}

.gridder-navigation {
    padding-bottom: 5px;
}

figure {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
}

figcaption {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 10px 20px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.selectedItem .w-cap-bot figcaption {
    bottom: 0;
}

figure:hover figcaption, .selectedItem figure figcaption {
    opacity: 1;
}

figure:hover:before {
    opacity: 0;
}

.w-cap-bot:before {
    bottom: 10px;
    left: 10px;
}

.w-cap-bot figcaption {
    left: 0;
    bottom: -30%;
}

.w-cap-bot:hover figcaption {
    bottom: 0;
}

@media screen and (max-width: 769px) {
    figure figcaption {
        opacity: 1;
    }

    .w-cap-bot figcaption {
        bottom: 0;
    }
    #header {
        height: 156px !important;
    }
}

button.close {
    opacity: 0.7;
    /*color: #eee;*/
}

button.close:hover {
    opacity: 0.8;
    /*color:#fff;*/
}

button.close-button {
    z-index: 30;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    background-color: #e3bea5 !important;

}

.gridder-list {
    position: relative;
    min-height: 1px;
    border: 1px solid white;
}
.w-bg h4 {
    min-height: 75px;
}
@media (min-width: 992px) {
    .gridder-list {
        width: 33.33333333%;
    }
}

@media screen and (min-width: 570px) and (max-width: 991px) {
    .gridder-list {
        width: 50%;
    }

    #header {
        height: 75px !important;
    }

    .home-image-main {
        background-position: 45% 30px;
    }
}

@media screen and (max-width: 569px) {
    .gridder-list {
        width: 100%;
    }

    #header {
        height: 75px !important;
    }

    .home-image-main {
        background-position: 30% 30px;
    }
}

.modal-content {
    border-radius: 0;
}

@media screen and (min-width: 770px) {
    .modal-dialog {
        width: 900px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 769px) {
    .modal-dialog {
        padding-top: 80px;
    }
}

@media (max-width: 770px) {
    .no-padding {
        padding: 0 10px 0 10px;
    }
}

div.detail-text {
    font-size: 16px;
}

img.w-grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.w-m10 {
    margin: 10px;
    padding: 0;
    display: inline-block;
}

.w-m20 {
    margin: 20px;
    padding: 0;
}

.w-item {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.w-bg {
    position: relative;
    overflow: hidden;
}

.w-bg-white {
    background: #fff;
}

.w-btn {
    text-align: center;
    cursor: pointer;
}

.w-btn.w-btn-md {
    padding: 10px 20px;
    font-size: 17px;
}

.w-btn.w-orangedark{
    background-color: #e3bea5;
    color: #fff;
}
