#about-us{
    padding:40px 0 35px;
}
#about-us sub{
    margin: 32px auto 60px auto;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #333333;
    max-width: 857px;
    display: block;
}
.about-info {
    margin-top: 40px;
}
.about-info-tabs {
    width: 100%;
    position: relative;
}

.about-info-tabs:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 30px;
    background: url(../img/web_development_outsourcing/dots_bg.png);
    background-size: 6px;
}
.about-info-tabs-inner {
    position: relative;
    z-index: 2;
    width: 1296px;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 138px;
    background: #FFFFFF;
    box-shadow: 0px -24px 32px rgba(0, 0, 0, 0.01), 0px -3px 32px rgba(0, 0, 0, 0.01), 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 4px 8px rgba(0, 0, 0, 0.02);
}
.about-info-block {
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    max-width: 1124px;
}
.about-info-block.active {
    opacity: 1;
    max-height: 1000px;
    transition: opacity 0.6s ease;
}
.about-info-tittle{
    display:flex;
    align-items:center;
    justify-content: center;
    width: 170px;
    padding-top: 4px;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
}
.about-info-tittle.active {
    border-color: #03BBD3;
}
.about-info-name {
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    color: #5C5C5C;
    margin-left:16px;
    transition: all 0.3s ease;
}
.about-info-tittle.active .about-info-name,
.about-info-tittle:hover .about-info-name  {
    color: #03BBD3;
    text-shadow: 0px 5px 16px rgba(3, 187, 211, 0.07);
}
.about-info-tittle img {
    filter: grayscale(1) opacity(0.5);
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}
.about-info-tittle.active img,
.about-info-tittle:hover img {
    filter: none;
}
.about-info-text {
    line-height: 1.67;
    font-size: 18px;
    color: #87889B;
    padding: 37px 10px;
}
.about-info-text p {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}
.about-info-text p + p,
.about-info-text p + b {
    margin-top: 15px;
}

.about-info-text b {
    display: block;
    font-weight: 700;
    color: #5c5c5c;
}

b.count {
    display: inline-block;
    min-width: 40px;
    text-align: right;
}

#map{
    padding: 0 0 100px;
}

#map #review-slider{
    margin-bottom: -480px;
    margin-top: 60px;
}

.about-cards{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    margin:0 0 20px;
}
.about-card-block {
    background: #FFFFFF;
    border: 1px solid #DFE5E6;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    width: 306px;
    max-width:100%;
    height: 80px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 12px 15px;
}
.about-card-block p{
    color:#5C5C5C;
    font-weight: 600;
    font-size: 21px;
}
.about-card-block p span{
    color: #03BBD3;
    padding-right:5px;
}
#map-block{
    height: auto;
}

#map-block svg {
    display: block;
    width: 100%;
    height: auto;
}

.geo-popup {
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: all 0.6s ease;
    transform-origin: center;
    transform-box: fill-box;
}

.geo-popup-mobile {
    display: none;
}

.geo-office {
    cursor: pointer;
}

.geo-office:hover + .geo-popup {
    opacity: 1;
    transform: scale(1);   
}

.geo-dots {
    pointer-events: none;
}

.geo-dots path {
    fill: #E6E6E6; 
}

.geo-dots .geo-point {
    fill:#03BBD3;
    transform: scale(1);
    transform-origin: center;
}

.geo-dots .geo-effect {
    opacity: 1;
    transform: scale(0);
    fill: #03BBD3;
    transform-origin: center;
    transform-box: fill-box;
    animation: geo-breath 5s linear infinite;
}

.geo-dots .geo-effect:first-of-type {
    animation-delay: 0.5s
}

.geo-dots .geo-effect:nth-of-type(2n) {
    animation-delay: 1s
}

.geo-dots .geo-effect:nth-of-type(3n) {
    animation-delay: 1.5s
}

.geo-dots .geo-effect:nth-of-type(4n) {
    animation-delay: 2s
}

.geo-dots .geo-effect:nth-of-type(5n) {
    animation-delay: 2.5s
}

.geo-dots .geo-effect:nth-of-type(6n) {
    animation-delay: 3s
}

.geo-dots .geo-effect:nth-of-type(7n) {
    animation-delay: 3.5s
}

.geo-dots .geo-effect:nth-of-type(8n) {
    animation-delay: 4s
}

.geo-dots .geo-effect:nth-of-type(9n) {
    animation-delay: 4.5s
}

.geo-dots .geo-effect:nth-of-type(10n) {
    animation-delay: 6s
}

.geo-dots .geo-effect:nth-of-type(11n) {
    animation-delay: 6.5s
}

.geo-dots .geo-effect:nth-of-type(12n) {
    animation-delay: 7s
}

@keyframes geo-breath {
    to {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes point-breath {
    to {
        transform: scale(0.5);
    }
}

.services-container {
    /* padding: 90px 0; */
    /* min-height: calc(100vh - 410px); */
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.services-block{
    width:calc(25% - 18px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-image{
    height:80px;
    margin:0 0 20px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.service-name {
    min-height: 40px;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    color: #5C5C5C;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 20px;
    line-height: 1;
}
.service-text {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #87889B;
    margin:0 0 5px;
    min-height:100px;
}
.button-service.button-blue-empty {
    width: 165px;
    height: 48px;
    margin: 0 auto;
}