.box-alice {
    padding: 35px 20px;
    background: #efefef;
    margin: 11px 0px;
    border-radius: 11px;
    height: 175px;
}
.box-alice__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    text-align: left;
    margin-bottom: -20px;
}
.box-alice__aside {
    width: 72px;
    height: 78px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.box-alice svg {
    overflow: visible;
}
.box-alice__border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.box-alice__inner .box-alice__border circle {
    stroke: url(#linear-gradient);
    fill: transparent;
    stroke-width: 3px;
    stroke-dasharray: 158%;
    stroke-dashoffset: 84%;
    transition: 0.33s all linear;
}
.box-alice__icon-outer {
    background-color: #f6f6f6;
    border-radius: 50%;
    text-align: center;
}
.box-alice__icon {
    font-size: 30px;
    color: #f14f4a;
    vertical-align: middle;
    position: relative;
}
.box-alice__icon:before {
    position: relative;
    z-index: 1;
}
.linearicons-document2:before {
    content: "\e9d9";
}
.box-alice__icon:after {
    content: '';
    transition: 0.4s all linear;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    background: #f6f6f6;
    border-radius: 50%;
    z-index: 0;
}
.box-alice__inner > * + * {
    padding-left: 30px;
}
.box-alice__main {
    position: relative;
    top: -5px;
    flex-grow: 1;
}
h5, .heading-5 {
    font-size: 18px;
    line-height: 1;
}

.latestnews-slider {
    font-size: 15px;
    line-height: 21px;
    color: #8f8c83;
    opacity: 1;
    display: block;
}
.testimonial-details {
    padding: 25px 25px 25px 45px;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    position: relative;
    font-size: 15px;
    margin-bottom: 22px;
    border-radius: 11px;
}
.testimonial-details:before  {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 22px;
    width: 32px;
    height: 26px;
    background-image: url(/static/images/sprites/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -150px;
}
.testimonial-details::after  {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 30px;
    margin-top: -1px;
    width: 36px;
    height: 21px;
    background: url(/static/images/testimonial-arrow.png) no-repeat center center;
}
.testimonial-details:hover {
    background-color: #e8e8e8;
}
.testimonial-details:hover:after  {
    background: url(/static/images/icons/testimonial-arrow-hover.png) no-repeat center center;
}
.item.item-list.clearfix {
    background: #efefef;
    border-radius: 10px;
}
a.item-mneniya:hover {
    color: #123;
}
span.item-mneniya-span {
    font: 400 12px "Oswald", Arial, sans-serif;
}
img.item-mneniya {
    border-radius: 7px;
}
h3.title-desc {
    color: #565656;
}
h3.title-desc:hover {
    color: #09a6b2;
}
img.news-image {
    border-radius: 11px;
}
i.fa.fa-calendar {
    bottom: 3px;
    position: relative;
}
.info {
    color: #000;
}
.contacts__form {
    margin-top: 11px;
}
.contacts__input {
    position: relative;
}
.contacts__input input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin: 20px 0px;
}
.contacts__form label {
    display: block;
    position: absolute;
    top: 11px;
    left: 12px;
    height: 18px;
    padding: 0 8px;
    background-color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.contacts__textarea {
    position: relative;
}
.contacts__textarea textarea {
    width: 100%;
    height: 300px;
    padding: 20px;
    margin: 20px 0px;
}

button.contacts__btn.btn:hover {
    background: #ffffff;
    box-shadow: 0 5px 7px rgb(0 0 0 / 50%);
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn {
    height: 36px;
    background: #4f79b8;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
    padding: 7px 25px;
    font-weight: bold;
    color: #fff;
}
.submit {
    height: 50px;
}
.btn-group.dropdown-money {
    margin-left: 3px;
    }