
* {
    font-family: "Exo 2",sans-serif;
    font-weight: 300;
}
html {
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #f6f7f9;
    font-weight: 600;
}
body {
    background-color: #f0f0f0;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    position: relative;
}
h1 {
    font-size: 93px;
    font-weight: 900;
    line-height: 96px;
    margin-bottom: 24px;
    margin-top: 48px;
}
h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 72px;
    margin-bottom: 24px;
    margin-top: 0;
}
h3 {
    font-size: 29px;
    line-height: 48px;
    margin-bottom: 24px;
    margin-top: 24px;
}
h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
}
p, ul, ol, pre, table, blockquote {
    margin-bottom: 24px;
    margin-top: 24px;
}
hr {
    border: 1px solid;
    margin: -1px 0;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-top: 0;
}
b, strong, em, small, code {
    line-height: 1;
}
sup, sub {
    position: relative;
    top: -0.4em;
    vertical-align: baseline;
}
sub {
    top: 0.4em;
}
p {
    color: #373b3e;
    font-weight: 300;
}
.uppercase {
    text-transform: uppercase;
}
.error {
    border-color: red !important;
}
.title {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    margin: 25px 10px 55px;
    text-align: center;
}
:-moz-placeholder {
    color: #373b3e;
    opacity: 1;
}
*::-moz-placeholder {
    color: #373b3e;
    opacity: 1;
}
.place_balk_workers {
    height: 210px;
    margin: 90px auto -10px;
    position: relative;
    width: 388px;
}
.place_balk_workers .balk_workers {
    background-color: transparent;
    background-image: url("../img/workers.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 206px;
    position: relative;
    width: 395px;
    z-index: 3;
}
.place_balk_workers .balk {
    background-color: transparent;
    background-image: url("../img/balk.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 23px;
    left: 169px;
    position: absolute;
    top: 94px;
    width: 52px;
}
.place_balk_workers .saw {
    animation: 1s ease-in-out 0s normal none infinite running saw;
    background-color: transparent;
    background-image: url("../img/saw.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 63px;
    left: -20px;
    position: absolute;
    top: 69px;
    transform-origin: 85% 65% 0;
    width: 270px;
    z-index: 2;
}
@keyframes saw {
0% {
    left: 50px;
}
50% {
    left: 72px;
}
100% {
    left: 53px;
}
}
@keyframes saw {
0% {
    left: 53px;
}
50% {
    left: 72px;
}
100% {
    left: 53px;
}
}
@keyframes saw_mob {
0% {
    left: 47px;
}
50% {
    left: 33px;
}
100% {
    left: 47px;
}
}
@keyframes saw_mob {
0% {
    left: 47px;
}
50% {
    left: 33px;
}
100% {
    left: 47px;
}
}
#footer {
    position: relative;
    z-index: 9999;
}
.contact_socials {
    margin: 0;
    padding: 0;
}
.contact_socials li {
    display: inline-block;
}
.copyright {
    color: #000000;
    font-size: 12px;
    margin: 20px 0;
}
.footer_socials {
    margin: 25px 0 10px;
}
.ukie_social {
    background-color: #0089e9;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin: 5px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 44px;
}
.ukie_social:hover, .ukie_social:active, .ukie_social:focus {
    background-color: #00b6f9;
    color: #ffffff;
}
