.social_block_right {
    position: fixed;
    content: "";
    right: 40px;
    top: 200px;
    width: 50px;
}

.social_block_right a{
    display: block;
    width: 60px;
}

.social_block_right a:not(:last-child) {
    margin:0 0 10px;
}

.social_block {
    max-width: 60px;
}

.subscription_box form {
    padding: 20px;
}

.subscription_box #label-check-agree-kynnsSiG {
    color: #fff;
}

.mapBoxNew {
    margin-bottom: 1rem;
    background: #C0C0C0;
}

@media screen and (max-width: 480px) {
    .social_block {
        max-width: 50px;
    }
    .social_block {
        max-width: 50px;
    }
    .social_block_right {
        right: 40px;
    }
}

@media screen and (max-width: 768px) {
.mapBoxNew .row .mapBoxNew__item {
    margin-bottom: 1rem;
}
}

@media screen and (max-width: 991px) {
.services-section-grid1, .services-section-grid2, .services-section-grid3 {
    width: 100%;
    padding: 0;
}
.services-section-grid2 {
    margin: 15px 0;
    padding: 15px 25px;
}
}

.row-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.row-footer .container {
    width: auto !important;
}


@media screen and (max-width: 991px) {
 .row-footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}   
}
