/* Locktbook Styles */
.swiper-container {
    border-top: 1px solid #9E9E9E;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #363636;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #363636;
}

.swiper-container .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    top: 458px;
}

.controls-block {
    display: flex;
    align-items: center;
    height: 48px;
    position: relative;
    top: -50px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.28);
}

a.swiper-wrapper {
    cursor: default;
}

.controls-block__button {
    display: inline-block;
    width: unset;
    height: unset;
    text-align: center;
    padding: 3px 18px;
    margin-top: 0px;
    margin-left: 8px;
    border: 1px solid rgba(54, 54, 54, 0.21);
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgba(29, 30, 32, 0.67);
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.controls-block__button:hover {
    color: red;
}


.logo-head {
    height: 50px;
    width: 320px;

    background-repeat: no-repeat;
    background-position-x: -5px;
    background-position-y: -6px;
    top: 0px;
    position: absolute;
}

.logo-head p {
    padding-left: 250px;
    margin-top: 8px;
    font-size: 13px;
    color: rgba(29, 30, 32, 0.67);
    font-family: 'Open Sans', sans-serif;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.controls-block__button  {
    display: none;
}

.button-active {
    display: block;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%239E9E9E'%2F%3E%3C%2Fsvg%3E);
    opacity: .8;
}



/* Intercroller Styles */
.interscroller {
    display: flex;
    justify-content: center;
}

.interscroller-wrapper {
    position: relative;
    /*width: 100%;*/
    cursor: pointer;
}

.interscroller-bg-wrapper {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;

}

.interscroller-bg {
    position: fixed;
    height: 100%;
    /*top: 10%;*/
    backface-visibility: hidden;
    text-align: center;
}

.adv-line {
    position: absolute;
    bottom: 0;
    z-index: 1;
    /*width: 100%;*/
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #000;
}

#interscimg {
    display: block;
}
