button:active,button:focus {
    outline: none
}

button::-moz-focus-inner {
    border: 0
}

#divfonpifcomentso {
    width: 890px;
    margin: 0 auto;
    margin-bottom: 20px
}

.gonlkardser {
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.17);
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.17);
    border-radius: 5px 50px 50px 5px
}

.modalsr {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 20000
}

.modalsr-comment-outer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    backdrop-filter: blur(7px) !important
}

.modalsr-comment-outer._active {
    display: block
}

.modalsr-window {
    position: absolute;
    top: -370px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
    width: 82%;
    max-width: 567px;
    border-radius: 10px;
    font-family: 'Roboto',sans-serif;
    background: #fff;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.31);
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.31);
    -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.31);
    overflow: hidden;
    transition: top 0.2s linear;
    z-index: 20000
}

.modalsr._active .modalsr-window {
    top: 100px !important
}

.modalsr-field {
    position: relative;
    margin: 0 0 15px;
    height: 100%;
    box-sizing: border-box;
    outline: none
}

.modalsr-field__input {
    padding: 15px;
    width: 100%;
    height: 100%;
    border: 0 solid #ccc;
    padding: 15px;
    border-radius: 7px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 1.4;
    background-color: #f5f5f5;
    box-sizing: border-box;
    outline: none;
    resize: none
}

.modalsr-field__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 15px;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #262626;
    font-weight: 500;
    cursor: text
}

@media only screen and (max-width: 327px) {
    .modalsr-field__input {
        font-size:17px
    }

    .modalsr-field__placeholder {
        font-size: 17px
    }
}

@media only screen and (max-width: 305px) {
    .modalsr-field__input {
        font-size:16px
    }

    .modalsr-field__placeholder {
        font-size: 16px
    }
}

.modalsr-field__input._focus+.modalsr-field__placeholder,.modalsr-field__input._fill+.modalsr-field__placeholder {
    display: none
}

.modalsr-field__placeholder-icon {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.modalsr-field__placeholder-icon img {
    width: 100%;
    object-fit: contain;
    cursor: text
}

.modalsr-row {
    display: flex
}

#blocstatacomettso {
    text-align: left;
    width: 50%;
    display: flex
}

#blocstata2comettso {
    width: 50%;
    text-align: right;
    display: flex
}

.comentnazvpifagorstro {
    font-size: 23px;
    text-align: center;
    color: #262626;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    margin-bottom: 20px
}

@media only screen and (max-width: 500px) {
    .comentnazvpifagorstro {
        font-size:21px
    }
}

@media only screen and (max-width: 360px) {
    .comentnazvpifagorstro {
        font-size:20px
    }
}

@media only screen and (max-width: 330px) {
    .comentnazvpifagorstro {
        font-size:19px
    }
}

@media only screen and (max-width: 320px) {
    .comentnazvpifagorstro {
        font-size:18px
    }
}

.btnsa-wrap {
    max-width: 310px;
    display: flex;
    margin: 0 auto;
    font-family: 'Roboto',sans-serif;
    width: 90%
}

.btnsa {
    display: flex;
    justify-content: center;
    font-family: 'Roboto',sans-serif;
    align-items: center;
    padding: 0 20px;
    height: 45px;
    border: none;
    border-radius: 50px;
    font-size: 21px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    outline: none
}

@media only screen and (max-width: 400px) {
    .btnsa {
        font-size:19px;
        height: 40px;
        padding: 0 15px
    }
}

@media only screen and (max-width: 327px) {
    .btnsa {
        font-size:18px;
        height: 35px;
        padding: 0 10px
    }
}

@media only screen and (max-width: 297px) {
    .btnsa {
        font-size:17px;
        height: 30px;
        padding: 0 8px
    }
}

.btnsa-primary {
    width: 100%;
    background-color: #00a74c;
    box-shadow: 0 5px 5px -1px rgba(37,116,50,0.29);
    -webkit-box-shadow: 0 5px 5px -1px rgba(37,116,50,0.29);
    -moz-box-shadow: 0 5px 5px -1px rgba(37,116,50,0.29)
}

.btnsa-secondary {
    margin: 0 auto;
    width: 90%;
    background-color: #fe0000;
    box-shadow: 0 2px 6px 1px rgba(142,62,62,0.44);
    -webkit-box-shadow: 0 2px 6px 1px rgba(142,62,62,0.44);
    -moz-box-shadow: 0 2px 6px 1px rgba(142,62,62,0.44)
}

.btnsa[disabled] {
    background-color: #dedede;
    margin: 0 auto;
    width: 90%;
    color: #5c5c5c;
    cursor: default;
    box-shadow: 0 2px 6px 1px rgba(209,209,209,0.37);
    -webkit-box-shadow: 0 2px 6px 1px rgba(209,209,209,0.37);
    -moz-box-shadow: 0 2px 6px 1px rgba(209,209,209,0.37)
}

.comments {
    width: 100%
}

.comment {
    display: flex;
    border-radius: 10px;
    font-family: 'Roboto',sans-serif;
    background-color: #fff;
    box-shadow: 0 0 6px 1px rgba(51,51,51,0.23);
    -webkit-box-shadow: 0 0 6px 1px rgba(51,51,51,0.23);
    -moz-box-shadow: 0 0 6px 1px rgba(51,51,51,0.23)
}

.comment+.comment {
    margin-top: 20px
}

.comment-left {
    margin: 0 10px 0 0;
    flex: 20px;
    max-width: 20px
}

.comment-right {
    width: 100%
}

.comment-avatar {
    width: 20px;
    height: 20px
}

.comment-avatar img {
    width: 100%;
    object-fit: contain;
    cursor: text;
    margin-top: 15px;
    margin-left: 15px;
}

.comment-name {
    margin: 0 0 3px;
    padding: 15px 10px 10px 15px;
    color: #262626;
    font-size: 20px;
    line-height: 1;
    font-weight: 700
}

@media only screen and (max-width: 553px) {
    .comment-name {
        font-size:19px
    }
}

@media only screen and (max-width: 500px) {
    .comment-name {
        font-size:18px
    }
}

@media only screen and (max-width: 330px) {
    .comment-name {
        font-size:17px
    }
}

@media only screen and (max-width: 320px) {
    .comment-name {
        font-size:16px
    }
}

.commentidpikagor {
    border-radius: 50px;
    padding: 3px 0 3px 9px;
    font-size: 13px;
    color: #08a652;
    background-color: #ffffff;
    box-shadow: 0 0 11px 1px rgba(209,209,209,0.37);
    -webkit-box-shadow: 0 0 11px 1px rgba(209,209,209,0.37);
    -moz-box-shadow: 0 0 11px 1px rgba(209,209,209,0.37);
    font-weight: 400
}

.commentidpikagor2 {
    color: #faffce;
    font-weight: 500;
    border-radius: 0 25px 25px 0;
    padding: 3px 9px 3px 7px;
    background-color: #08a652
}

.comment-text {
    margin: 0 0 5px;
    color: #262626;
    padding: 0 18px 0 13px;
    line-height: 1.4
}

.comment-time {
    font-size: 13px;
    color: #757575;
    text-align: right;
    font-weight: 400;
    padding: 0 13px 13px 0
}

@media only screen and (max-width: 390px) {
    .comment-time {
        font-size:12px
    }
}

@-moz-keyframes cycle {
    0% {
        transform: rotate(0) translate(0,0)
    }

    0% {
        transform: rotate(2deg) translate(0,-1px)
    }

    0% {
        transform: rotate(-1deg) translate(0,-1px)
    }

    0% {
        transform: rotate(2deg) translate(0,-1px)
    }

    1% {
        transform: rotate(-1deg) translate(0,-1px)
    }

    2% {
        transform: rotate(2deg) translate(0,-1px)
    }

    3% {
        transform: rotate(-1deg) translate(0,-1px)
    }

    4% {
        transform: rotate(0) translate(0,0)
    }
}

@-webkit-keyframes cycle {
    0% {
        transform: rotate(0) translate(0,0)
    }

    0% {
        transform: rotate(2deg) translate(0,-1px)
    }

    0% {
        transform: rotate(-1deg) translate(0,-1px)
    }

    0% {
        transform: rotate(2deg) translate(0,-1px)
    }

    1% {
        transform: rotate(-1deg) translate(0,-1px)
    }

    2% {
        transform: rotate(2deg) translate(0,-1px)
    }

    3% {
        transform: rotate(-1deg) translate(0,-1px)
    }

    4% {
        transform: rotate(0) translate(0,0)
    }
}

.pifagorrovnocetrew {
    margin-left: 15%
}

.pifagorcvetgalkistrewl {
    color: #08a652
}

.pifagorcveticontitleos {
    color: #08a652
}

.profilebillingspifsgor {
    margin: 0 auto;
    text-align: left;
    background: #ffffff;
    color: #2d2d2d;
    width: auto;
    padding: 13px 13px 13px 13px;
    font-family: 'Open Sans',sans-serif
}

.profilebillingspifsgor2 {
    margin: 0 auto;
    text-align: left;
    background: #ebebeb;
    color: #2d2d2d;
    width: auto;
    padding: 13px 13px 13px 13px;
    font-family: 'Open Sans',sans-serif
}

.profilpifagorkreditso {
    margin: 0 auto;
    text-align: center;
    color: #08a652;
    width: auto;
    padding: 13px 13px 13px 13px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif
}

a#kreditbankpifagorzex {
    color: #262626;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 500
}

a#kreditbankpifagorzex:hover {
    color: #5e5e5e
}

a#kreditbankpifagorzex:active {
    color: #5e5e5e
}

img.creditpifagorso {
    width: 50%;
    height: inherit
}

.profiledoanloadingpifagor {
    height: 15px;
    margin-bottom: 29.5px;
    width: auto;
    font-family: 'Roboto',sans-serif
}

@media only screen and (max-width: 490px) {
    .profiledoanloadingpifagor {
        display:none
    }
}

a#profiledoanloadingpifgor {
    border-bottom: 1.5px dashed #666666;
    color: #666666;
    text-decoration: none;
    font-family: 'Roboto',sans-serif
}

a#profiledoanloadingpifgor:hover {
    border-bottom: 1.5px dashed #08a652;
    color: #08a652
}

a#profiledoanloadingpifgor:active {
    border-bottom: 1.5px dashed #08a652;
    color: #08a652
}

@media only screen and (max-width: 490px) {
    .profiledoanloadingpifagor {
        height:10px;
        margin-bottom: 34px
    }
}

@media only screen and (max-width: 400px) {
    .profiledoanloadingpifagor {
        height:5px;
        margin-bottom: 37px
    }
}

@media only screen and (max-width: 363px) {
    .profiledoanloadingpifagor {
        height:5px;
        margin-bottom: 34px
    }
}

.probelzexprofilq {
    padding-bottom: 0.9%
}

.probelzexprofilq2 {
    padding-bottom: 0.5%
}

.field__input::placeholder {
    color: #262626;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500
}

.field__input::-webkit-input-placeholder {
    color: #262626;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500
}

.field__input::-ms-input-placeholder {
    color: #262626;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500
}

.field__input:-moz-placeholder {
    color: #262626;
    opacity: 1;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500
}

.field__input::-moz-placeholder {
    color: #262626;
    opacity: 1;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500
}

.field__input:-ms-input-placeholder {
    color: #262626;
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

@media only screen and (max-width: 400px) {
    .field__input::placeholder {
        color:#262626;
        font-size: 19px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-webkit-input-placeholder {
        color: #262626;
        font-size: 19px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-ms-input-placeholder {
        color: #262626;
        font-size: 19px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input:-moz-placeholder {
        color: #262626;
        opacity: 1;
        font-size: 19px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-moz-placeholder {
        color: #262626;
        opacity: 1;
        font-size: 19px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input:-ms-input-placeholder {
        color: #262626;
        font-size: 19px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }
}

@media only screen and (max-width: 335px) {
    .field__input::placeholder {
        color:#262626;
        font-size: 18px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-webkit-input-placeholder {
        color: #262626;
        font-size: 18px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-ms-input-placeholder {
        color: #262626;
        font-size: 18px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input:-moz-placeholder {
        color: #262626;
        opacity: 1;
        font-size: 18px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-moz-placeholder {
        color: #262626;
        opacity: 1;
        font-size: 18px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input:-ms-input-placeholder {
        color: #262626;
        font-size: 18px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }
}

@media only screen and (max-width: 326px) {
    .field__input::placeholder {
        color:#262626;
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-webkit-input-placeholder {
        color: #262626;
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-ms-input-placeholder {
        color: #262626;
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input:-moz-placeholder {
        color: #262626;
        opacity: 1;
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-moz-placeholder {
        color: #262626;
        opacity: 1;
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input:-ms-input-placeholder {
        color: #262626;
        font-size: 16px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }
}

@media only screen and (max-width: 300px) {
    .field__input::placeholder {
        color:#262626;
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-webkit-input-placeholder {
        color: #262626;
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-ms-input-placeholder {
        color: #262626;
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input:-moz-placeholder {
        color: #262626;
        opacity: 1;
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input::-moz-placeholder {
        color: #262626;
        opacity: 1;
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }

    .field__input:-ms-input-placeholder {
        color: #262626;
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
        font-weight: 500
    }
}

.form,.form * {
    box-sizing: border-box;
    outline: none
}

.form {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 260px;
    max-width: 500px;
    font-family: 'Roboto',sans-serif;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.field {
    position: relative;
    margin: 0 0 10px;
    width: 100%
}

.field__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 5px;
    height: 30px;
    font-size: 19px;
    font-weight: 500
}

@media only screen and (max-width: 400px) {
    .field__label {
        font-size:18px
    }
}

@media only screen and (max-width: 350px) {
    .field__label {
        font-size:17px
    }
}

.field__label-icon {
    display: none;
    padding: 2px 5px;
    margin: 0 0 6px;
    height: inherit;
    border: 0 solid #d9d9d9;
    border-radius: 4px
}

.field__label-icon img {
    height: 100%
}

.field__select {
    position: relative;
    font-family: 'Roboto',sans-serif;
    display: flex;
    align-items: center;
    color: #262626;
    padding: 0 25px;
    width: 100%;
    height: 55px;
    border: 0 solid #e2e2e2;
    border-radius: 5px 50px 50px 5px;
    font-size: 21px;
    font-weight: 500;
    line-height: 45px;
    background-color: #f5f5f5;
    cursor: pointer;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.17);
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.17)
}

@media only screen and (max-width: 327px) {
    .field__select {
        font-size:20px
    }
}

@media only screen and (max-width: 315px) {
    .field__select {
        font-size:18px
    }
}

@media only screen and (max-width: 300px) {
    .field__select {
        font-size:17px
    }
}

.field__select:hover {
    background-color: #00A74C;
    color: #fff
}

.field__select:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 25px;
    border: 5px solid transparent;
    border-top: 5px solid #000
}

.field__select:hover:after {
    border-top-color: #fff
}

.field__select._active:after {
    border-top: none;
    border-bottom: 5px solid #000
}

.field__select._active:hover:after {
    border-bottom-color: #fff
}

.field__dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 79px;
    width: 100%;
    border: 0 solid #f5f5f5;
    border-radius: 0 0 4px 4px;
    background-color: #f5f5f5;
    cursor: pointer;
    z-index: 9999
}

.field__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.field__dropdown li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #e8e8e8;
    font-size: 18px;
    list-style: none
}

.field__dropdown li:last-child {
    border-radius: 0 0 4px 4px;
    font-size: 18px;
    border-bottom: 0 solid #e8e8e8
}

@media only screen and (max-width: 320px) {
    .field__dropdown li {
        font-size:16px
    }

    .field__dropdown li:last-child {
        font-size: 16px
    }
}

.field__dropdown li:hover {
    background-color: #00A74C;
    color: #fff
}

.field__select img,.field__dropdown li img {
    margin: 0 10px 0 0;
    height: 16px
}

.field__select._active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.field__select._active+.field__dropdown {
    display: block;
    top: -21.5px;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.13)
}

.field__input {
    background: url(../img/kartapifagor/kardinput.png) no-repeat scroll 20px 17.3px;
    position: relative;
    font-family: 'Roboto',sans-serif;
    display: flex;
    align-items: center;
    color: #262626;
    padding: 1px 0 0 55px;
    width: 100%;
    height: 55px;
    border: 0 solid #e2e2e2;
    border-radius: 5px 50px 50px 5px;
    font-size: 21px;
    font-weight: 600;
    line-height: 55px;
    background-color: #f5f5f5
}

@media only screen and (max-width: 337px) {
    .field__input {
        font-size:20px
    }
}

@media only screen and (max-width: 327px) {
    .field__input {
        font-size:19px
    }
}

@media only screen and (max-width: 315px) {
    .field__input {
        font-size:17.5px
    }
}

@media only screen and (max-width: 300px) {
    .field__input {
        font-size:16.5px
    }
}

@media only screen and (max-width: 288px) {
    .field__input {
        font-size:15.5px
    }
}

.field__input:hover {
    background-color: #faffce;
    color: #262626
}

.field__input:focus {
    background-color: #faffce;
    color: #262626
}

.logobalanceprifil {
    background: #067e3e;
    font-size: 21.5px;
    font-family: 'Roboto',sans-serif;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    padding-top: 1px;
    padding-left: 9px;
    padding-right: 12px;
    padding-bottom: 3px;
    font-weight: 600;
    box-shadow: 0 0 3px rgba(0,0,0,.3) inset;
    text-shadow: 0 0 4px #0c3720
}

@media only screen and (max-width: 991px) {
    .logobalanceprifil {
        font-size:20.5px
    }
}

@media only screen and (max-width: 668px) {
    .logobalanceprifil {
        font-size:23px
    }
}

@media only screen and (max-width: 371px) {
    .logobalanceprifil {
        font-size:22px
    }
}

@media only screen and (max-width: 350px) {
    .logobalanceprifil {
        font-size:21px
    }
}

@media only screen and (max-width: 334px) {
    .logobalanceprifil {
        font-size:20px
    }
}

@media only screen and (max-width: 319px) {
    .logobalanceprifil {
        font-size:19px
    }
}

@media only screen and (max-width: 305px) {
    .logobalanceprifil {
        font-size:18px
    }
}

@media only screen and (max-width: 293px) {
    .logobalanceprifil {
        font-size:17px
    }
}

@media only screen and (max-width: 279px) {
    .logobalanceprifil {
        font-size:16px
    }
}

@media only screen and (max-width: 267px) {
    .logobalanceprifil {
        font-size:15px
    }
}

.ballanceprofcvet {
    color: #faffce;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700
}

.ballanceprofrubraz {
    color: #ffffff;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700
}

.logobalanceprifilsmss {
    position: absolute;
    background: #FF0000;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    display: inline-block;
    margin-left: -24px;
    margin-top: -25px;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 3px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    text-shadow: 0 0 4px #712d36;
    box-shadow: 0 0 2px 1px rgba(108,55,63,1);
    -webkit-box-shadow: 0 0 2px 1px rgba(108,55,63,1);
    -moz-box-shadow: 0 0 2px 1px rgba(108,55,63,1)
}

@media only screen and (max-width: 319px) {
    .logobalanceprifilsmss {
        font-size:15px
    }
}

@media only screen and (max-width: 291px) {
    .logobalanceprifilsmss {
        font-size:14.8px
    }
}

.comissiasirviceba {
    line-height: 1.7em;
    font-family: 'Roboto',sans-serif;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px
}

@media only screen and (max-width: 991px) {
    #divfonpifcomentso {
        width:95%
    }
}

@media only screen and (max-width: 777px) {
    .commentidpikagor {
        display:none
    }
}

@media only screen and (max-width: 678px) {
    .pifagorrovnocetrew {
        margin-left:1%
    }

    img.creditpifagorso {
        width: 50%;
        height: inherit
    }
}

@media only screen and (max-width: 568px) {
    img.creditpifagorso {
        width:55%;
        height: inherit
    }
}

@media only screen and (max-width: 479px) {
    .comment-avatar {
        width:18px;
        height: 18px
    }
}

@media only screen and (max-width: 460px) {
    img.creditpifagorso {
        width:65%;
        height: inherit
    }
}

@media only screen and (max-width: 389px) {
    .comment-name {
        margin:0 0 0
    }

    img.creditpifagorso {
        width: 75%;
        height: inherit
    }
}

@media only screen and (max-width: 328px) {
    img.creditpifagorso {
        width:78%;
        height: inherit
    }
}

@media only screen and (max-width: 320px) {
    img.creditpifagorso {
        width:85%;
        height: inherit
    }
}

.billingcentreiospifagors {
    display: none
}

@media only screen and (max-width: 640px) {
    .billingcentreiospifagors {
        display:inline
    }
}

.identificaciyalpifmob {
    display: none
}

@media only screen and (max-width: 815px) {
    .identificaciyalpif {
        display:none
    }

    .identificaciyalpifmob {
        display: inline
    }
}
