#lz-box, #lz-box img, #lz-box:before {
    display: inline-block
}

#lz-box, #lz-close {
    z-index: 9999998 !important
}

#lz-box, #lz-container, #lz-loading-center, #lz-overlay {
    width: 100%;
    height: 100%
}

#lz-box img, #lz-box p, select {
    position: relative
}

a.lightzoom {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in
}

#lz-container {
    display: block;
    left: 0;
    top: 0;
    white-space: nowrap;
    position: absolute;
    z-index: 9999990 !important
}

#lz-box {
    position: fixed;
    line-height: 1px;
    text-align: center
}

#lz-overlay {
    display: block;
    opacity: .6;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999991 !important
}

#lz-box:before {
    content: "";
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#lz-box img {
    float: none;
    max-height: 80%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
    opacity: 0;
    z-index: 9999995 !important
}

#lz-box p {
    bottom: 0;
    margin-top: -30px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 18px;
    z-index: 9999997 !important
}

#lz-close {
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
    background: url("image/close.png") 5px 5px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    padding: 5px;
    opacity: .5
}

#lz-close:hover {
    opacity: 1
}

#lz-loading-center {
    position: relative;
    z-index: 9999999 !important
}

#lz-loading-center > .lz-loading-center-box {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px
}

.lz-object {
    width: 20px;
    height: 20px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50%
}

#lz-object_one {
    -webkit-animation: 1.5s infinite object_one;
    animation: 1.5s infinite object_one
}

#lz-object_two {
    -webkit-animation: 1.5s .25s infinite object_two;
    animation: 1.5s .25s infinite object_two
}

#lz-object_three {
    -webkit-animation: 1.5s .5s infinite object_three;
    animation: 1.5s .5s infinite object_three
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0)
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0)
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0)
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    padding: 5px;
    width: 43px;
    background: rgba(0, 0, 0, 0);
    z-index: 1
}

.language-wrapper::before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    background: url("/en/include/string.svg") center center no-repeat;
    position: absolute;
    right: 5px;
    top: 12px
}

.language-wrapper select {
    color: #7c2629;
    font-family: 'Geologica-Regular';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}