@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

body {
    font-family: 'Roboto', sans-serif;
}

.one a {
    font-family: 'Roboto', sans-serif;
    margin: 0 20px 0 0;
    position: relative;
}

.one a:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f76300;
    content: '';
    -webkit-transform: translateY(8px);
    opacity: 0;
    transition-property: -webkit-transform, opacity;
    transition-duration: .3s;
}

.one a:hover:before {
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.ka {
    color: #000;
    font-size: 18px;
}

.block {
    background-repeat: no-repeat;
    color: white;
    text-shadow: 0 0 1px black;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
}

.main-block {
    background-image: url('bgimage.jpeg');
}

.services-block {
    background-image: url('bg2.jpeg')
}

.tax-block {
    background-image: url('bg3.jpeg')
}

.contact-block {
    background-image: url('bg4.jpeg')
}

.tax-content {
    margin-top: 50px;
    text-align: justify;
}

.contact-content {
    margin-top: 50px;
}

.name-header {
    font-size: 4rem;
    padding-top: 80px;
}

.transition {
    -webkit-transition: opacity 1s;
    transition: opacity 2s, transform 2s;
    opacity: 0;
    transform: translateY(50px);
}

.secondary-header {
    padding-top: 40px;
    padding-bottom: 40px;
}

#desc {
    padding: 0 200px 75px 200px;
}

@media (max-width: 768px) {
    #desc {
        padding: 0 20px 20px 20px;
        text-align: justify;
    }
}

.proper-content {
    margin-top: 20px;
}

h4 {
    margin-top: 12px;
    font-weight: bold;
}

p.descr {
    font-size: 16px;
}

.display-4 {
    text-align: center;
    margin-bottom: 30px;
}

.map-responsive {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    padding-bottom: 0;
}

.map-container {
    height: 350px;
}

@media (min-width: 578px) {
    .footer {
        position: relative;
        bottom: 0;
        height: 80px;
        background-color: #5b5b5b;
        color: white;
    }
}

@media (max-width: 578px) {
    .footer {
        display: none;
    }
}

.map-contact {
    width: 550px;
}

@media (max-width: 578px) {
    .circle-div, .contact-content {
        margin-left: 30px;
    }

    .map-contact {
        width: 100%;
    }
}

.contact-footer {
    position: fixed;
}

i.fa-phone {
    float: left;
    margin-left: 15px;
}

i.fa{
    font-size: 50px;
    margin-top: 10px;
    margin-right: 10px;
}

.phones {
    padding-top: 8px;
}

.mail {
    font-size: 20px;
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
}

.address {
    display: inline-block;
    margin-top: 10px;
    float: right;
}

.row {
    width: 100%;
}

.copyright {
    font-size: 12px;
    color: lightgrey;
    text-align: center;
    margin-top: -10px;
}

.services-list {
    margin-top: 50px;
}
