.circulation-block {
    margin: 30px 0;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    clear: both;
}

.circulation-block--dark {
    background-color: #3F3C4D;
    border: 0;
}

.circulation-block__head {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.circulation-block--dark .circulation-block__head {
    border-bottom: 0;
}

.circulation-block__logo {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.circulation-block__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.circulation-block--dark .circulation-block__title {
    color: #ffffff;
}

.circulation-block__title > a {
    text-decoration: none;
    color: #808080;
}

.circulation-block__title > a:hover {
    text-decoration: underline;
}

.circulation-block--dark .circulation-block__title > a {
    color: rgba(255, 255, 255, 0.8);
}

.circulation-block__props {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}

.circulation-block--dark .circulation-block__props {
    background-color: #494656;
}

.circulation-block__prop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.circulation-block__prop-label {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
}

.circulation-block--dark .circulation-block__prop-label {
    color: rgba(255, 255, 255, 0.7);
}

.circulation-block__prop-label .tooltip__trigger {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='gray' d='M8 .5C3.583.5 0 4.079 0 8.496a8 8 0 1 0 16 0A7.996 7.996 0 0 0 8 .5Zm.57 12.447a.942.942 0 0 1-.645.249.974.974 0 0 1-.66-.245c-.188-.164-.283-.392-.283-.686 0-.26.092-.48.273-.657a.922.922 0 0 1 .67-.267c.26 0 .48.089.658.267a.894.894 0 0 1 .267.657c0 .29-.094.517-.28.682Zm2.317-5.743a2.829 2.829 0 0 1-.509.685 35.84 35.84 0 0 1-1.057.97c-.14.129-.254.242-.338.338a1.377 1.377 0 0 0-.19.267c-.041.081-.073.162-.096.242-.022.08-.056.223-.102.425-.079.43-.325.645-.738.645a.756.756 0 0 1-.543-.21c-.147-.141-.22-.35-.22-.627 0-.347.054-.648.161-.902a2.28 2.28 0 0 1 .428-.67c.178-.193.418-.421.72-.686.265-.231.456-.406.574-.524.118-.118.217-.25.297-.394a.948.948 0 0 0 .12-.471c0-.331-.122-.61-.368-.837-.246-.228-.563-.342-.952-.342-.455 0-.79.115-1.005.345-.215.23-.397.567-.546 1.014-.14.467-.408.7-.8.7a.788.788 0 0 1-.586-.244c-.16-.163-.239-.34-.239-.53 0-.393.126-.791.378-1.195.253-.403.62-.737 1.105-1.001.483-.265 1.048-.397 1.693-.397.6 0 1.128.11 1.587.332.46.22.814.522 1.064.902.25.38.376.794.376 1.24 0 .352-.071.66-.214.925Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.circulation-block--dark .circulation-block__prop-label .tooltip__trigger {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' fill='none'%3E%3Cpath fill='%23fff' fill-opacity='.7' d='M8 .5C3.583.5 0 4.079 0 8.496a8 8 0 1 0 16 0A7.996 7.996 0 0 0 8 .5Zm.57 12.447a.942.942 0 0 1-.645.249.974.974 0 0 1-.66-.245c-.188-.164-.283-.392-.283-.686 0-.26.092-.48.273-.657a.922.922 0 0 1 .67-.267c.26 0 .48.089.658.267a.894.894 0 0 1 .267.657c0 .29-.094.517-.28.682Zm2.317-5.743a2.829 2.829 0 0 1-.509.685 35.84 35.84 0 0 1-1.057.97c-.14.129-.254.242-.338.338a1.377 1.377 0 0 0-.19.267c-.041.081-.073.162-.096.242-.022.08-.056.223-.102.425-.079.43-.325.645-.738.645a.756.756 0 0 1-.543-.21c-.147-.141-.22-.35-.22-.627 0-.347.054-.648.161-.902a2.28 2.28 0 0 1 .428-.67c.178-.193.418-.421.72-.686.265-.231.456-.406.574-.524.118-.118.217-.25.297-.394a.948.948 0 0 0 .12-.471c0-.331-.122-.61-.368-.837-.246-.228-.563-.342-.952-.342-.455 0-.79.115-1.005.345-.215.23-.397.567-.546 1.014-.14.467-.408.7-.8.7a.788.788 0 0 1-.586-.244c-.16-.163-.239-.34-.239-.53 0-.393.126-.791.378-1.195.253-.403.62-.737 1.105-1.001.483-.265 1.048-.397 1.693-.397.6 0 1.128.11 1.587.332.46.22.814.522 1.064.902.25.38.376.794.376 1.24 0 .352-.071.66-.214.925Z'/%3E%3C/svg%3E");
}

.circulation-block__prop-label .tooltip--first .tooltip__content {
    left: -80px;
    transform: initial;
}

.circulation-block__prop-label .tooltip--first .tooltip__content:before {
    left: 80px;
    margin-left: 0;
}

.circulation-block__prop-value {
    display: flex;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-align: right;
}

.circulation-block--dark .circulation-block__prop-value {
    color: #ffffff;
}

.circulation-block__prop-value[data-before]:before {
    content: attr(data-before);
    display: block;
    margin-right: 3px;
    color: #808080;
}

.circulation-block__prop-value[data-after]:after {
    content: attr(data-after);
    display: block;
    margin-left: 3px;
    color: #808080;
}

.circulation-block__prop-value > span {
    display: block;
    margin-left: 3px;
    color: #808080;
}

.circulation-block--dark .circulation-block__prop-value[data-before]:before,
.circulation-block--dark .circulation-block__prop-value[data-after]:after,
.circulation-block--dark .circulation-block__prop-value > span {
    color: rgba(255, 255, 255, 0.8);
}

.circulation-block__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    background-color: #ECEBEC;
    border-radius: 0 0 10px 10px;
}

.circulation-block--dark .circulation-block__links {
    background-color: #494656;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.circulation-block__links > a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}

.circulation-block__links > a:hover {
    text-decoration: underline;
}

.circulation-block--dark .circulation-block__links > a {
    color: #9BC9FF;
}

.circulation-block__links > a:not(:last-child):after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #808080;
    border-radius: 50%;
}

.circulation-block--dark .circulation-block__links > a:not(:last-child):after {
    background-color: rgba(255, 255, 255, 0.3);
}

/*** Responsive ***/

@media (min-width: 576px) {

    .circulation-block__prop-label .tooltip .tooltip__content {
        left: -80px;
        transform: initial;
        min-width: 350px;
    }

    .circulation-block__prop-label .tooltip .tooltip__content:before {
        left: 80px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .circulation-block__props {
        flex-direction: row;
        justify-content: space-between;
    }

    .circulation-block__prop {
        gap: 15px;
    }

    .circulation-block__prop-label .tooltip--last .tooltip__content {
        left: initial;
        right: -80px;
    }

    .circulation-block__prop-label .tooltip--last .tooltip__content:before {
        left: initial;
        right: 80px;
    }

    .circulation-block__props,
    .circulation-block__prop {
        gap: 5px;
    }

    .circulation-block__prop-value {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {

    .circulation-block__props,
    .circulation-block__prop {
        gap: 10px;
    }

    .circulation-block__prop-value {
        font-size: 16px;
    }
}