.mobil-header__box {
    display: flex;
    flex-wrap: wrap;
}
.mobil-header-text {
    /*margin: 0 auto;*/
    text-align: center;
    padding: 10px 15px;
    width: 33.3333333%;
}
.mobil-header-text span {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 23px;
}
.mobil-header-text a.call {
    margin: 15px 0 5px 0;
    display: block;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 25px 0;
    color: #845041;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}
.mobil-header-text a.call::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    background: rgb(243,243,243);
    width: 1px;
    height: 90%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobil-header-text .call {
    padding: 0 31px 0 52px !important;
    background: #fff url(../images/call.png) 5px center no-repeat !important;
}
.owl-carousel.owl-loaded {
    display: block;
}
.fotobox::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/ramka.png) no-repeat;
    background-position: center;
    width: 90%;
    height: 92%;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}
.fotobox img {
    display: inline-block;
    border-radius: 8px
}
.fotobox__top {
    position: absolute;
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 0 0 13px #19191b;
    color: #fff1df;
    font-family: Garamond;
    font-size: 1rem;
    font-weight: 400;
    line-height: .60563rem
}
.fotobox__bottom {
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 0 0 13px #e8e8ea;
    color: #000;
    font-family: "Gotham Pro";
    font-size: .925rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.3rem;
    text-align: center;
    padding: 2px 17px;
    border-radius: 3px
}
.fotobox__bottom span {
    display: block;
    color: #000;
    font-family: Garamond;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal
}
.owl-nav .owl-prev {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.owl-nav .owl-prev::before {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-width: 2px 2px 0 0;
    border-color: #ddd;
    border-style: solid;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}
.owl-nav .owl-next {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.owl-nav .owl-next::before {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-width: 2px 2px 0 0;
    border-color: #ddd;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
@media (max-width:1024px) {
    .fotobox::before {
        background-size: contain;
        width: 184px;
        height: 235px
    }
    .fotobox {
        top: 0;
        margin-bottom: 20px
    }
}
@media (max-width:768px) {
    .fotobox::before {
        background-size: contain;
        width: 209px;
        height: 264px
    }
    .mobil-header-text {
        width: 100%;
        padding:10px;
        margin-bottom: 15px;
        border: 1px solid #fff;
        border-radius: 25px 0;
    }
}
@media (max-width:480px) {
    .fotobox::before {
        display: none
    }
    .fotobox::after {
        content: '';
        position: absolute;
        border: 2px solid rgba(255, 255, 255, .51);
        top: 50%;
        left: 50%;
        width: 93%;
        height: 93%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 5;
        border-radius: 10px
    }
    .fotobox__bottom {
        bottom: 20px
    }
    .fotobox__top {
        position: absolute;
        top: 5px
    }
}