/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2023 | 16:18:58 */
  .yandex-reviews-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    overflow: hidden;
    position: relative;
	margin: 10px;
	border-radius: 20px;
	box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, .2);
  }
.yandex-reviews-container:hover {
    
	box-shadow: 5px 5px 13px 0px rgba(0, 0, 0, .35);
  }
  .yandex-reviews-container iframe {
    width: 560px;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .yandex-reviews-container a {
    box-sizing: border-box;
    text-decoration: none;
    color: #b3b3b3;
    font-size: 10px;
    font-family: YS Text, sans-serif;
    padding: 0 20px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 14px;
    white-space: nowrap;
    padding: 0 16px;
    box-sizing: border-box;
  }