body {
}
main{
}

.text{
    font-family: "Open Sans",Arial,sans-serif; /*!important*/
    font-size: 18px; /*!important*/
    font-weight: 400;
    line-height: 1.78;
    text-align: left; /*!important*/
    /*color: #5d6167 !important;*/
}

h1{
    color: black;
    text-align: center;
    margin-top: 0px;
}
.center-wrapper{
    /*width: 1240px;*/
    display: flex;
    display: -moz-flex;
    flex-direction: column;
    margin: 0 auto;
}
.t_text{
    margin: auto;
}
.line{
    display: -webkit-flex;
    display: inline-flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

a{
    text-decoration: none;
    /*color: #ffffff;*/
    color: black;
    font-weight: bold;
}

footer {
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2d2e36;
    padding: 65px 0 60px;
}
footer .logotype {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition-duration: 150ms;
    color: #6c7076;
}
footer .column {
    float: left;
    width: 50%;
    margin: 0 15px;
}
footer .copyright {
    margin-top: 25px;
    color: #6c7076;
    font-size: 15px;
}
.small-preview:hover .cell_hover_mask {
    opacity: .3;
}
.wide-preview:hover .cell_hover_mask {
    opacity: .3;
}
.container-custom-bl0ck-0b1:hover .cell_hover_mask {
    opacity: .1;
}
.cell_hover_mask{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity:0;
    background-color: black;
    transition: opacity .1s ease-out;
}
.small-preview .cell_hover_mask{
    background-color: rgba(173, 104, 43, 0.77);
}

.show-on-1000{
    display: none !important;
}

.hide{
    display: none;
}

.article-content .info{
    border-top: 1px solid #a69f9f61;
    /*border-bottom: 1px solid #a69f9f61;*/
}
.info{
    /*text-align: center;*/
    justify-content: space-between;
    font-weight: bold;
    display: flex;
    padding: 13px 0 10px;
    /*position: absolute;*/
    /*bottom: 60px;*/
    width: 100%;
    font-size: 15px;
    line-height: 1.0;
}

.leftstr{
    /*padding-left: 15px;*/
    /*flex-grow: 1;*/
}
.rightstr {
    /*padding-right: 15px;*/
    align-items: center;
    display: flex;
    /*flex-grow: 1;*/
}
.start{
    /*max-width: initial!important;*/
    display: flex;
    flex-direction: column;
}
.left_l1{
    display: flex;
    flex-direction: column;
    /*flex-basis: 80%;*/
}
.wide_l1{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    min-height: 430px;
    /*flex-basis: 50%;*/
}
.rightstr img {
    max-width: 22px;
    padding-right: 10px;
}
@media screen and (max-width: 1325px) {
    .left_l1{
        flex-basis: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .center-wrapper {
        /*width: 748px;*/
    }

    .hide-on-1000 {
        display: none !important;
    }

    .show-on-1000{
        display: block !important;;
    }
    .wide_l1{
        min-height: initial;
    }
}
@media screen and (max-width: 727px) {
    .center-wrapper {
        width: 100%;
        /*max-width: 490px;*/
    }

    .hide-on-727 {
        display: none !important;;
    }

    .show-on-727{
        display: block !important;;
    }

    .line{
        /*padding-right: 5px;*/
        /*padding-left: 10px;*/
        /*width: 99%;*/
    }
}
@media screen and (max-width: 500px) {
    .line_fix_s{
        /*width: 100%;*/
    }
    .right-block-teaser-bottom{
        display: none;
    }
    .line {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 440px) {
    .hide-on-440 {
        display: none !important;;
    }
    /*.center-wrapper {*/
    /*    max-width: 360px;*/
    /*}*/

    footer .column {
        float: left;
        width: 100%;
        margin: 0px auto;
        padding-left: 15px;
    }
}

@media screen and (max-width: 325px) {
    .line_fix_s {
        width: 96%;
    }
}

