body {
    min-width: 320px;
    overflow: auto;
}

.mansur-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.mansur-container-black {
    background-color: #262626;
}

.mansur-content {
    width: 1140px;
    max-width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    overflow: hidden;
}

.mansur-main {
    padding-top: 50px;
}

.mansur-image {
    width: 273px;
    height: 337px;
}

.mansur-image-desktop {
    width: inherit;
    height: inherit;
    margin-top: 43px;
}

.mansur-image-mobile {
    display: none;
    width: 0px;
    height: 0px;
}

.mansur-info {
    display: flex;
    flex: 1;
    flex-flow: column;
    padding-top: 33px;
    padding-left: 60px;
}

.mansur-title {
    font-weight: bold;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
    padding-bottom: 20px;
}

.mansur-description {
    font-size: 15px;
    color: rgba(172, 172, 172, 1);
    line-height: 27px;
    padding-bottom: 40px;
}

.mansur-donate-button {
    height: 60px;
    width: 273px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    text-decoration: none;
    outline: none;
    margin-bottom: 50px;
    background-color: rgba(245, 156, 7, 1);
    background-image: -webkit-linear-gradient(-100deg, rgba(245, 156, 7, 1) 0%, rgba(245, 117, 7, 1) 100%);
    background-image: -moz-linear-gradient(-100deg, rgba(245, 156, 7, 1) 0%, rgba(245, 117, 7, 1) 100%);
    background-image: -o-linear-gradient(-100deg, rgba(245, 156, 7, 1) 0%, rgba(245, 117, 7, 1) 100%);
    background-image: linear-gradient(-100deg, rgba(245, 156, 7, 1) 0%, rgba(245, 117, 7, 1) 100%);
}

.mansur-donate-button-icon {
    width: 21px;
    height: 26px;
    background-repeat: no-repeat;
}

.mansur-donate-button-title {
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    padding-left: 16px;
}

.mansur-translation {
    padding-bottom: 50px;
}

.mansur-translation-inner {
    width: 100%;
    height: 415px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.mansur-additional {
    padding-top: 55px;
}

.mansur-additional .mansur-info {
    padding-left: 0px;
    padding-top: 0px;
}

.mansur-additional .mansur-info .mansur-description {
    width: 540px;
}

.mansur-site {
    color: rgb(245, 125, 7);
    border-bottom: 1px solid rgba(245, 125, 7, 0.2);
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.mansur-slider {
    width: 560px;
    height: 347px;
    margin-bottom: 65px;
}

.mansur-slider-inner {
    width: inherit;
    height: inherit;
    display: flex;
    margin: auto;
    position: relative;
}

.mansur-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.mansur-slide-hide {
    display: none
}

.mansur-slide-1 {
    background-image: url('/img/mansurbear/bear-slide-1.jpg');
}

.mansur-slide-2 {
    background-image: url('/img/mansurbear/bear-slide-2.jpg');
}

.mansur-slide-3 {
    background-image: url('/img/mansurbear/bear-slide-3.jpg');
}

.mansur-slide-4 {
    background-image: url('/img/mansurbear/bear-slide-4.jpg');
}

.mansur-slide-5 {
    background-image: url('/img/mansurbear/bear-slide-5.jpg');
}

.mansur-socials-inner {
    padding-top: 40px;
    padding-bottom: 50px;
}

.mansur-socials-title {
    font-weight: bold;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 26px;
}

.mansur-socials-icons {
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
}

.mansur-icon {
    display: block;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: rgba(238, 238, 238, 0.4);
    background-repeat: no-repeat;
    border-radius: 35px;
    margin-right: 25px;
}

.mansur-icon:last-of-type {
    margin-right: 0px;
}

/* slick custom style */

.slick-list,
.slick-track,
.slick-slide {
    height: 100%;
    width: 100%;
    display: flex;
}

.slick-list {
    border-radius: 10px;
}

.slick-slide > div {
    width: 100%;
    height: 100%;
}

.slick-dots {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 999;
    text-align: center;
    height: 12px;
    overflow: hidden;
}

.slick-dots li {
    color: white;
    display: inline-block;
    font-size: 34px;
    line-height: 10px;
    opacity: 0.4;
    cursor: pointer;
    margin-right: 8px;
}

.slick-dots li.slick-active {
    opacity: 1;
}

/* mobile site */

@media only screen and (max-width: 1139px) {
    .mansur-content {
        width: 100%;
    }

    .mansur-main {
        flex-flow: column;
        align-items: center;
        padding-top: 30px;
    }

    .mansur-info {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        margin-top: -70px;
    }

    .mansur-image {
        width: 164px;
        height: 203px;
    }

    .mansur-image-desktop {
        display: none;
        width: 0px;
        height: 0px;
    }

    .mansur-image-mobile {
        display: initial;
        width: inherit;
        height: inherit;
    }

    .mansur-title {
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
        line-height: 24px;
        padding-bottom: 15px;
    }

    .mansur-description {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 30px;
    }

    .mansur-donate-button {
        width: calc(100% - 18px);
        margin-left: 9px;
        margin-bottom: 40px;
    }

    .mansur-translation {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mansur-additional {
        flex-flow: column-reverse;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mansur-additional .mansur-info {
        margin-top: 0px;
        padding: 0px;
        align-items: center;
    }

    .mansur-additional .mansur-info .mansur-description {
        width: 100%;
        text-align: center;
    }

    .mansur-additional .mansur-info .mansur-donate-button {
        margin-bottom: 20px;
    }

    .mansur-socials-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mansur-socials-title {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        line-height: 22px;
    }

    .mansur-socials-icons {
        padding-top: 30px;
    }

    .mansur-icon {
        width: 50px;
        height: 50px;
        margin-right: 12px;
    }

    .mansur-icon > svg {
        width: 50px;
        height: 50px;
    }

    .mansur-slider {
        width: 100%;
        margin-bottom: 45px;
    }

    /* slick custom style */

    .slick-dots {
        bottom: -25px;
    }

    .slick-dots li {
        font-size: 30px;
    }

    .mansur-chat {
        display: none;
    }
    .mansur-video {
        width: 100%;
    }
}

/* fix many br */

@media only screen and (max-width: 749px) {
    .desktop-br {
        display: none;
    }
}