.footer {
    width: 100%;
    min-height: 470px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    background-color: #212529;
    position: relative;
}

.blockAbsolut {
    width: 120px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 54px;
    padding: 4px;
    background-color: #FF3E00;
}

.blockAbsolut h1 {
    width: 100%;
    font-size: 2rem;
    color: white;
    text-transform: none;
    text-align: center;
    margin-bottom: 0;
}

.footerBlock30 {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    background-color: #212529;
    text-align: left;
}

.footerBlock30 h3, .footerBlock40 h3 {
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: left;
}

.footerBlock30 p {
    color: #777777;
    font-size: .9rem;
    margin-bottom: 20px;
    line-height: 20px;
}

.footerBlock30 p span {
    font-weight: bold;
}

.footerBlock40 {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    background-color: #212529;
}

.footerSubBlock {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #212529;
}

.footerSubBlock a {
    color: #777777;
    text-decoration: none;
    transition: ease-in-out .3s;
}

.footerSubBlock a:hover {
    color: white;
}

.footerSubBlock a.white {
    color: white;
}

.footerSubBlock a.white:hover {
    color: #FF3E00;
}

.fontSize2 {
    font-size: 2rem;
}

.bold {
    font-weight: bold;
}

.footerSubBlock.column {
    flex-direction: column;
}

.footerSubBlock a.social {
    width: 20%;
    height: 100%;
    margin: 0 0 0 10px;
    transition: ease-in-out .3s;
}
a.social img {
    transition: ease-in-out .4s;
}


a.social img:hover {
    filter: invert(44%) contrast(200%) drop-shadow(0 0 10px #FF3E00);
}

.padding0 {
    padding: 0;
}

.footerSubBlock img {
    width: 60%;
    height: auto;
    margin: 0 10px;
}

.footerSubBlock img.mail {
    height: 40%;
    width: auto;
}

.copyright {
    width: 100%;
    height: 10vh;
    background-color: #1C2023;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 60px;
}

.copyright h2, .copyright a {
    font-size: .8rem;
}

.copyright a {
    text-decoration: none;
    color: #FF3E00;
}

.copyright a:hover {
    color: white;
}

.leftBlock {
    width: 50%;
    text-align: left;
}

.rightBlock {
    width: 50%;
    text-align: right;
    padding-right: 120px;
}

.rightBlock a {
    transition: ease-in-out .4s;
}

