@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    color: #333;
}

#wrapper {
    margin: 1rem auto;
    max-width: 1000px;
    background: #fff;
    border: solid thin #cbcbcb;
}

:is(header > a, .gray) {
    position: absolute;
}

header>a {
    left: 0;
    top: 0;
    z-index: 999;
}

@-webkit-keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

.sider {
    overflow: hidden;
}

.sider .imgaes-run>div {
    width: 20%;
    float: left;
}

.sider .imgaes-run>div img {
    display: block;
}

.sider .imgaes-run {
    position: relative;
    width: 500%;
    -webkit-animation-duration: 24s;
    -webkit-animation-name: slidy;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    animation: 24s slidy infinite;
}

.avatar {
    border-radius: 16px;
}

:is(header, .banner-helukabel) {
    position: relative;
}

.banner-helukabel img {
    display: block;
}

.gray {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(239, 239, 239, 0.8);
    padding: 1rem 1.25rem;
}

article {
    padding: 1.5rem 2.5rem 4.5rem;
}

:is(.flex-box, .flex, .flex-box-content) {
    display: flex;
}

.flex-box {
    gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #d9d9d9;
    margin: 1.25rem -2.5rem;
    padding: 1.25rem 2.5rem;
}

.flex-box-content {
    width: 48%;
    gap: 10px;
    align-items: flex-start;
}

.flex-box-bottom div {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 0 30px 40px;
}

.flex-box-bottom div strong {
    display: block;
    font-size: 21px;
    line-height: 24px;
}

.flex {
    gap: 1.25rem;
    align-items: center;
    margin: -61px 0 0 9px;
}

.flex div {
    position: relative;
    top: 3rem;
}

.color {
    color: #ab603d !important;
}

.margin-bottom {
    margin-bottom: 0 !important;
}

.button {
    width: 144px;
    height: 40px;
    line-height: 40px;
    display: block;
    border: none;
    background: #AB603D;
    color: #fff !important;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
}

.margin-right {
    margin-right: 0.9375rem;
}

.slide-show-background {
    background: url(../images/background.jpg) no-repeat center center;
    margin: 1.875rem -2.5rem;
    padding: 0 2.5rem;
}

.gray-slide {
    background: #efefef;
    padding: 1.25rem;
}

.images-position {
    position: relative;
    top: 4px;
}

.margin {
    margin-top: -16px;
}

.block strong {
    display: block;
}

:is(h1, h2, h3, h5, h6, strong) {
    font-weight: 700;
}

:is(h1, h2, h3) {
    line-height: 1.2;
}

h1 {
    font-size: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 42%;
    width: 100%;
    color: #fff;
    padding: 0 1.25rem;
}

h1 small {
    font-size: 54%;
    display: block;
    margin: 6px 0 0;
}

h2 {
    font-size: 1.5625rem;
    margin: 0 0 0.625rem;
    width: 100%;
}

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 1.4375rem;
    padding: 1.4375rem 1.4375rem 1.4375rem 11.3125rem;
    background: #e8e8e8;
    border-radius: 0.75rem;
}

h4 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin: 4px 0 0;
}

h5 {
    font-size: 2.3125rem;
    margin: 0 0 1.5625rem;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

h6 {
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
}

p {
    margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 1.5625rem 1.875rem;
}

ul li {
    list-style: none;
    text-indent: -0.9375rem;
}

ul li:before {
    font-size: 1.5rem;
    margin-right: 0.9375rem;
    float: left;
    content: "\2022";
}

footer {
    padding: 1.875rem 2.5rem;
    background: #000;
}

footer p {
    text-align: center;
    color: #fff;
}

.text strong {
    display: block;
}

@media screen and (max-width:999px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(h1, h2, h3, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(p a, p span) {
        white-space: nowrap;
    }

    br:not(br.mobile-block) {
        display: none;
    }
}

@media screen and (max-width:740px) {
    :is(header > a, h1, .gray) {
        position: static;
    }

    header>a {
        width: 300px;
        margin: 0.625rem auto 0;
        display: block;
    }

    h1 {
        background: #636768;
        padding: 20px;
    }

    .slide-show-background {
        background-size: 100%;
    }

    .flex-box {
        display: block;
    }

    .flex-box-content {
        width: 100% !important;
    }

}

@media screen and (max-width:586px) {
    article {
        padding: 1rem 1.25rem 2.5rem;
    }

    .slide-show-background {
        margin: 1.875rem -1.25rem;
        padding: 0 1.25rem;
    }

    .flex-box {
        margin: 1.25rem -1.25rem;
        padding: 1.25rem;
    }

    .flex-box-bottom div {
        gap: 16px;
        padding-left: 0;
    }

    h4 {
        padding: 20px;
        text-align: center;
    }

    h5 {
        font-size: 1.875rem;
    }

    .flex {
        flex-direction: column;
        align-items: center;
        margin: 3px 0 0;
        gap: 10px;
    }

    .flex div {
        top: 1rem;
    }

    ul {
        margin-left: 0.9375rem;
    }

    footer {
        padding: 1.875rem 1.25rem;
    }
}

@media screen and (max-width:360px) {
    .flex-box-bottom div {
        flex-direction: column;
        align-items: center;
    }
}