.main-header__social{
    svg{
        path{
            fill: #cccccc;
        }
    }
    .vk{
        svg {
            position: relative;
            width: 21px!important;
            height: 21px!important;
        }
    }
    .youtube{
        svg {

            position: relative;
            height: 18px!important;
            width: 18px!important;
        }
    }

    .tg{
        svg {
            height: 17px!important;
            width: 17px!important;
        }
    }
}

.donate-form__tabs {
    .donate-card {
        svg {
            path {
                fill: #584375 !important;
            }

            rect {
                fill: #8a7c9f !important;
            }
        }
    }

    .donate-sms {
        svg {
            circle {
                fill: #584375 !important;
            }

            path[fill='#fff'] {
                fill: #584375 !important;
            }

            path[fill='#b7b7b7'] {
                fill: #8a7c9f !important;
            }
        }
    }

    .active {
        .donate-card {
            svg {
                rect {
                    fill: #ff7a18 !important;
                }
            }
        }

        .donate-sms {
            svg {
                path[fill='#b7b7b7'] {
                    fill: #ff7a18 !important;
                }
            }

        }
    }
}

.person-info {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.person-info .person-info__text {
    padding-left: 25px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.person-info__ava {
    position: relative;
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    border-radius: 100%;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    background: #d3cada url(../img/svg/photo.svg) 50% 50% no-repeat;
}

.person-info__ava img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.blockquote-name__text {
  margin-left: 0;
}

.m-b-45{margin-bottom:45px!important} 
