@font-face {
    font-family: "Bahnschrift";
    src: url(/fonts/bahnschrift/Bahnschrift.ttf);
}
@font-face {
    font-family: "Proxima Nova";
    src: url(/fonts/proxima_nova/proximanova_regular.ttf);
}
@font-face {
    font-family: "Proxima Nova";
    font-weight: 300;
    src: url(/fonts/proxima_nova/ProximaNova-Light.ttf);
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 600;
    src: url(/fonts/proxima_nova/proximanova_bold.otf);
}
body {
    font-family: "Proxima Nova", Arial, serif;
    background: #fbfbfb;
    color: #000;
    font-size: 18px;
}
a {
    color: #000000;
    text-decoration: none;
    transition: all 200ms ease;
}
a:hover, a:focus {
    color: #FF2C2C;
}
b {
    font-weight: 600;
}
section {
}
.bg-man__wrap {
    position: relative;
    z-index: 9;
    overflow: hidden;
}
header {
    background: #181818;
    height: 110px;
}
.logo-figure {
    align-self: center;
    width: 160px;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
}
.logo-figure img{
    max-width: 100%;
}
.bg-man {
    position: absolute;
    top: 0;
    right: 15%;
}
.top-banner {
    background: #000000;
    color: #ffffff;
    padding: 8rem 0 3rem;
}
.arrow {
    margin: 3rem 0 0;
}
h1 {
    font-size: 80px;
    color: #ffffff;
    font-family: 'Bahnschrift', Arial, sans-serif;
    font-stretch: condensed;
    font-weight: 700;
    text-transform: uppercase;
}
h2 {
    font-family: 'Bahnschrift', Arial, sans-serif;
    font-weight: 300;
    font-size: 42px;
    color: #ffffff;
    text-transform: uppercase;
    font-stretch: condensed;
    line-height: 1.4;
}
.top-banner p {
    font-size: 24px;
    font-weight: 300;
}
.red {
    color: #FF2C2C;
}
.links {
    background: #fbfbfb;
    padding: 5rem 0;
    color: #ffffff;
}
.link-block__caption {
    display: inline-block;
    font-family: 'Bahnschrift', Arial, sans-serif;
    font-weight: 300;
    font-size: 42px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    font-stretch: condensed;
    line-height: 1.4;
    margin-bottom: 1rem;
    z-index: 1;
}
.link-block__caption:before {
    content: "";
    width: 120%;
    height: 50%;
    position: absolute;
    background-color: #DDDDDD;
    left: -10%;
    bottom: 0;
    z-index: -1;
}
.link-block__line {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
}
.link-block__link {
    display: inline-block;
}
.link-icon{
    /*-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";*/
    /*-webkit-transform: scaleX(-1);*/
    /*transform: scaleX(-1);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.bg-contacts__wrap {
    position: relative;
    z-index: 11;
}
.contacts {
    background: #000000;
    padding: 5rem 0;
    /*overflow-x: hidden;*/
}
.bg-contacts {
    display: block;
    position: absolute;
    bottom: 0;
    right: 20%;
}
.contacts-item a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    margin-left: .75rem;
}
.contacts-item a:hover, .contacts-item a:focus {
    color: #FF2C2C;
}
.chatbro_minimized_chat {
    bottom: 5px !important;
    left: 15px !important;
    right: auto;
    top: auto;
}
@media all and (max-width: 1400px) {
    .bg-man {
        width: 500px;
        right: 5%;
    }
}
@media all and (max-width: 1365px) {
}
@media all and (max-width: 1199px) {
    html {
        font-size: 14px;
    }
    h1 {
        font-size: 65px;
    }
    .top-banner {
        padding: 5rem 0 3rem;
    }
    .top-banner p {
        font-size: 21px;
    }
    .arrow {
        margin-top: 2rem;
    }
    .bg-man {
        width: 450px;
        right: 0;
    }
    .link-block__caption {
        font-size: 36px;
    }
    .link-block__line {
        font-size: 24px;
    }
    .bg-contacts {
        width: 280px;
    }

}
@media all and (max-width: 991px) {
    h1 {
        font-size: 55px;
    }
    .top-banner p {
        font-size: 18px;
    }
    .bg-man {
        width: 400px;
    }
    .bg-contacts {
        right: 5%;
    }
}
@media all and (max-width: 767px) {
    h1 {
        font-size: 50px;
    }
    .top-banner p {
        line-height: 1.25;
    }
    .bg-man {
        width: 350px;
        right: -15%;
    }
    .bg-contacts {
        width: 200px;
        right: 5%;
    }
}
@media all and (max-width: 575px) {
    .top-banner {
        padding-top: 3rem;
    }
    .bg-man {
        width: 300px;
        right: -20%;
    }
    .links {
        padding: 3rem 0;
    }
    .link-block {
        text-align: center;
    }
}
@media all and (max-width: 479px) {
    header {
        height: 60px;
    }
    header > div {
        justify-content: center;
    }
    h1 {
        font-size: 34px;
    }
    .top-banner p {
        /*font-size: 16px;*/
    }
    .logo-figure {
        width: 120px;
    }
    .top-banner {
        position: relative;
        overflow: hidden;
    }
    .bg-man {
        width: 250px;
        right: -30%;
        bottom: -40px;
        top: auto;
    }
    .links {
        /*padding: 2rem 0;*/
    }
    .link-block__caption {
        font-size: 30px;
    }
    .link-block__line {
         /*font-size: 18px;*/
    }
    .contacts {
        padding: 3rem 0;
        margin-bottom: 25rem;
    }
    h2 {
        font-size: 30px;
    }
    .contacts-item {
        /*margin-bottom: .5rem;*/
    }
    .contacts-item img {
        /*width: 25px;*/
        /*height: 25px;*/
    }
    .contacts-item a {
        /*font-size: 14px;*/
    }
    .bg-contacts {
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -25rem;
    }
}

@media all and (max-width: 320px) {
    h1 {
        font-size: 28px;
    }
    .top-banner p {
        font-size: 16px;
    }
    .bg-man {
        width: 250px;
        right: -40%;
        bottom: -40px;
        top: auto;
    }
}