 .carousel-inner {
    height: 50%;
    max-height: 400px;
    align-items: center;
}

.carousel-inner .item {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

/* .carousel-inner .item img {
    height: 200px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
} */

.carousel-img {
    height: 50%;
    max-height: 400px;
    object-fit:contain;
}

.list-group-item {
    background-color: transparent;
    border-top: 1px solid #ddd;
    border-radius: 0;
    color: #fff;
}

.shop-card {
    padding: 20px;
}

body {
    background-color: #fe8f58;
    /* background-image: url("images/bg.jpg"); */
    background-image: url("images/сон-blured.jpg");
    background-position: top;
    color: white;
}

.content {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.img-box {
    width: inherit;
    max-width: 200px;
    /* min-width: 100px; */
    /* width: auto; */
}

.custom-row {
    /* background-color: black; */
    border: white;
    border-width: 1px;
    border-style: solid;
    /* color: black; */
    border-radius: 25px;
    padding: 10px;
    word-break: break-all;
}

.text-centered {
    text-align: center;
}

.inst-icon {
    width: 32px;
    border-radius: 10px;
}

.youtube-icon {
    height: 32px;
}