.reviews-container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 30px;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.specialist-item-name a {
    color: inherit;
    text-decoration: none;
}

.specialist-item-img {
    padding-top: 125%;
}

.specialist-item-img img {
    min-height: 100%;
}

.slider-arrows--next, .slider-arrows--prev {
	top: 50%;
	transform: translateY(-50%);
}

.specialist-item a.specialist-item-img:hover img{
	-webkit-transform:translate(-50%,0%) scale(1.1);
	-ms-transform:translate(-50%,0%) scale(1.1);
	transform:translate(-50%,0%) scale(1.1);
}

.tour-3d {
    margin-top: 1.5em;
    width: 100%;
}

@media (min-width: 576px) {
    .tour-3d {
        position: relative;
        left: 50%;
        width: 100vw;
        margin-left: -50vw;
    }
}

@media (min-width: 768px) {
    .tour-3d {
        left: 0;
        width: 100%;
        margin-left: 0;
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media (min-width: 992px) {
    .tour-3d {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media (min-width: 1200px) {
    .tour-3d {
        margin-left: 1em;
        margin-right: 1em;
    }
}

.tour-3d iframe {
    border: none;
}

.link-buttons {
    position: fixed;
    z-index: 199;
    right: 49px;
    bottom: 150px;
}

.link-buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.link-buttons .link-button {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

.link-button.link-button_telegram {
    background-color: #27A5E7;
    background-image: url('../assets/img/telegram-logo.svg');
    background-size: 70%;
    background-position: 40% 50%;
    top: 190px;
}

.link-button.link-button_telegram:hover {
    box-shadow: #27A5E7 1px 1px 5px;
}

.link-button.link-button_whatsapp {
    background-color: #25D366;
    background-image: url('../assets/img/whatsapp-logo.svg');
    background-size: 60%;
    background-position: 55% 50%;
    top: 130px;
}

.link-button.link-button_whatsapp:hover {
    box-shadow: #25D366 1px 1px 5px;
}

.link-button.link-button_phone {
    background-color: #000;
    background-image: url('../assets/img/phone_ico.svg');
    background-size: 70%;
    top: 70px;
}

.link-button.link-button_phone:hover {
    box-shadow: #000 1px 1px 5px;
}

.link-buttons.active .link-button.link-button_telegram,
.link-buttons.active .link-button.link-button_whatsapp,
.link-buttons.active .link-button.link-button_phone {
    top: 0;
}

.link-open-button {
    width: 65px;
    height: 65px;
    background-color: #db2d5e;
    background-image: url('./img/chat-icon.svg');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    border-radius: 50%;
    z-index: 500;
}

.link-open-button:hover {
    box-shadow: #db2d5e 1px 1px 5px;
}

.link-buttons.active .link-open-button {
    background-image: url('./img/close-icon.svg');
    background-size: 45%;
}

.yButton.bottom.right {
    height: 75px !important;
    width: 75px !important;
}

.yButton.bottom.right .yButtonBackground {
    height: 75px !important;
    width: 75px !important;
    background-color: rgb(185, 185, 185) !important;
}

.yButton.bottom.right .yButtonWave {
    border-color: rgb(185, 185, 185) !important;
}

.yButton.bottom.right .yButtonText {
    top: 18px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    width: 65px !important;
}