/*bootstrap override*/
.container {
    width: 100%;
    max-width: 100% !important;
}

.row.nopadding > * {
    padding-right: 0;
    padding-left: 0;
}

@media only screen and (min-width: 580px) {

    ol,
    ul {
        margin-left: 0;
        padding-left: 1.2rem;
    }
}



/**/

.strong {
    font-weight: 700;
}

.text-red {
    color: #db3838;
}

html,
body {
    height: 100%;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}


/*link*/

a:link,
a:visited {
    color: #db3838;
    text-decoration: underline;
    outline: none !important;
}

a:hover {
    outline: 0;
    color: #231f20;
    outline: none !important;
}


img {
    width: 100% \9;
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img:hover {
    opacity: 0.9;
}



.row.nomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media only screen and (min-width: 992px) {

    .nogutter > [class*='col-'],
    .no-gutter > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }
}


body {
    font-family: 'Roboto Slab', sans-serif;
    background: url(../img/header-bg.jpg);
    font-size: 18px;
    line-height: 1.5;
    color: #231f20;
    white-space: normal;
    word-wrap: break-word;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    padding: 0;
    line-height: 1.1;

}

h1 {
    font-size: 60px;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
    h1 {
        font-size: 34px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
    h1 {
        font-size: 48px;
        margin-bottom: 60px;
    }
}

h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 60px;
}


@media only screen and (min-width: 320px) and (max-width: 579px) {
    h3 {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 22px;
        line-height: 1.3;
    }
}

button,
.btn {
    cursor: pointer;
    border-radius: 0;
}

.wrapper {}

header {
    padding: 30px 0 0 0;
}


@media only screen and (min-width: 320px) and (max-width: 579px) {
    header {
        padding: 30px 0 0 0;
    }

}

header .lang {
    position: absolute;
    top: 0;
    right: 110px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .lang {
        position: absolute;
        top: 0;
        right: 15px;
    }
}

header .lang span {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-left: 15px;
    padding: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    header .lang span {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        margin-left: 10px;
        padding: 10px;
    }
}

header .lang span a {
    color: #fff;
    text-decoration: none;
}

header .lang span.active {
    background: #db3838;
}


main {}

main .toparea {
    padding: 9% 13% 0 13%;
    background: url(../img/content-bg-top.png);
    background-position: -5px 0;
}


@media only screen and (min-width: 320px) and (max-width: 579px) {
    main .toparea {
        background-size: cover;
        text-align: center;
        padding: 60px 20px 40px 20px;
        background-position: -50px 0;
    }
}

@media only screen and (min-width: 479px) and (max-width: 579px) {
    main .toparea {
        background-size: cover;
        text-align: center;
        padding: 60px 40px 40px 40px;
    }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
    main .toparea {
        background-size: cover;
        padding: 9% 40px 40px 40px;
    }
}

main .mainarea {
    padding: 3.4% 13% 3.4% 13%;
    background: url(../img/content-bg-body.jpg);
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
    main .mainarea {
        text-align: center;
        padding: 0 20px 40px 20px;
    }

    main .mainarea li {
        text-align: left;
    }

}


@media only screen and (min-width: 579px) and (max-width: 767px) {
    main .mainarea {
        padding: 0 40px 40px 40px;
    }
}



main article {}


.rows-whereto img {
    max-width: 120px;
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
    .descr {
        margin-top: 15px;
    }
}

footer {
    padding: 10px 8.28% 10px 8.28%;
    background: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    footer img {
        margin-bottom: 20px;
    }
}
