body {
    background: url("../img/site_bg.jpg");
    font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
    /*font-size: 10px;*/
    -webkit-font-smoothing: antialiased;
}


.container_my {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.grey_container {
    padding: 30px 20px;
    background-color: #5b5b5b;
    display: table;
    width: 100%;
}
.grey_container.small_padding {
    padding: 10px 20px;
}

.grey_container .vedro_container {
    display: table-cell;
    width: 25%;
}

.grey_container .vedro_container .vedro_small_img {
    position: relative;
    margin-top: -50px;
}

.grey_container .content_container {
    display: table-cell;
    vertical-align: middle;
    color: #e2e2e2;
    padding-left: 20px;
}
.grey_container .content_container strong {
    color: white;
}

.red_title {
    background-color: #e31e25;
    padding: 10px 20px;
    font-size: 150%;
    font-weight: bold;
    color: white;
    width: 250px;
    text-align: center;
    margin-bottom: 50px;
}

#nanofarba {
    
}

#logo-header {
    position: relative;
    bottom: -20px;
}
#logo-header .logo1_container {
    float: left;
    width: 74%;
}
#logo-header .logo2_container {
    float: left;
    margin-left: 2%;
    width: 24%;
}

#promo-header {

}

#promo-header .redline {
    float: left;
    width: 38%;
    height: 65px;
    background-color: #e31e25;
}

#promo-header .redline_text {
    float: left;
    width: 60%;
    margin-left: 2%;
    height: 65px;
    font-size: 180%;
    font-weight: bold;
    line-height: 32px;
    color: #e31e25;
    position: relative;
}

#promo-header .arrow_red {
    position: absolute;
    background: url("../img/arrow_red.svg") top no-repeat;
    background-size: cover;
    height: 160px;
    width: 320px;
    left: -120px;
    z-index: 100;
}


#roller {
    margin-top: 50px;
    position: relative;
}

#roller .roller_img {
    margin-left: 16%;
    width: 50%;
}

#roller .vedro_img {
    position: absolute;
    bottom: 4%;
    left: 60%;
    width: 25%;
}

#social {
    margin-top: 50px;
    position: relative;
}


#social .social_links {
    float: right;
    width: 28%;
    height: 96px;
    background-color: #5b5b5b;
    position: relative;
    z-index: 100;
}

#social .social_links .link {
    width: 33%;
    padding: 8%;
    float: left;
}

#social .social_text {
    float: right;
    width: 22%;
    margin-right: 1%;
    height: 96px;
    font-size: 160%;
    font-weight: bold;
    line-height: 32px;
    color: #5b5b5b;
    position: relative;
}

#social .arrow_grey {
    position: absolute;
    background: url("../img/arrow_grey.svg") top no-repeat;
    background-size: cover;
    height: 160px;
    width: 320px;
    left: 0;
    top: -160px;
    z-index: 100;

    -moz-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}

#sklad {
    position: relative;
    margin-top: -50px;
}

#sklad .content_container {
    font-size: 190%;
}


#zastosuvania, #price, #order, #contacts, #documents , #photo {
    margin-top: 50px;
    position: relative;
}

#zastosuvania .content_container {
    font-size: 150%;
}

#price .description {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: #5b5b5b;
    color: #e2e2e2;
    font-size: 120%;
}
#price .description strong {
    color: white;
}

#price .description_condition {
    font-size: 18px;
}

#price .farba_img {
    vertical-align: bottom;
}

#price .farba_img div {
    padding: 0 20px;
}

#price .price_coll {
    padding: 5px 2px;
    vertical-align: top;
    text-align: center;
    color: #E31E24 !important;
    font-size: 140%;
}

#price .price_coll strong {
    color: #E31E24 !important;
}

#price .price_coll .volume {
    font-size: 160%;
    font-weight: bolder;
}

#order .content_container,
#documents .content_container,
#photo .content_container,
#contacts .content_container {
    padding-left: 60px;
}

#order .content_container .form-control {
    max-width: 420px;
}

#contacts .grey_container .content_container {
    font-size: 180%;
}

#contacts .grey_container .content_container td {
    padding: 2px 5px;
}

#contacts a {
    color: white;
}

#contacts .address {
    font-size: 60% !important;
}

.documents {
    display: flex;
    justify-content: space-around;
}

.photos {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.photos a {
    text-align: center;
}


@media (max-width: 1200px) {
    body {
        font-size: 12px !important;
    }

    #promo-header .arrow_red {
        height: 120px;
        width: 240px;
        left: -80px;
    }

    #social .arrow_grey {
        height: 120px;
        width: 240px;
        top: -120px;

    }

    .red_title {
        margin-bottom: 40px;
    }

    #price .description {
        position: relative;
        margin-bottom: 25px;
        font-size: 160%;
    }

    #logo-header {
        position: relative;
        margin-top: 20px;
        bottom: 0;
    }

    .photos {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 10px !important;
    }

    #social .social_text {
        width: 32%;
    }

    #sklad {
        position: relative;
        margin-top: 0;
    }

    .grey_container .vedro_container .vedro_small_img {
        position: relative;
        margin-top: 0;
    }

    #contacts .grey_container .content_container {
        font-size: 140%;
    }

    #order .content_container, #contacts .content_container {
        padding-left: 20px;
    }

    .photos {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .documents img {
        width: 90%;
    }

    body {
        font-size: 8px !important;
    }

    #promo-header .arrow_red {
        display: none;
    }

    .red_title {
        margin-bottom: 20px;
    }

    .grey_container.small_padding {
        padding: 10px 10px;
    }

    #roller .roller_img {
        margin-left: 2%;
        width: 80%;
    }
    #roller .vedro_img {
        left: 60%;
        width: 35%;
    }

    #roller, #social, #zastosuvania, #price, #order, #contacts {
        margin-top: 20px;
    }

    #social .arrow_grey {
        display: none;
    }

    #social .social_text {
        width: 50%;
        padding-left: 10px;
        font-size: 180%;
        line-height: 180%;
        margin-right: 0;
        height: auto;
    }

    #social .social_links {
        /*float: left;*/
        width: 50%;
        /*height: 96px;*/
        height: auto;
        background-color: transparent;
        position: relative;
        z-index: 100;
    }

    #social .social_links .link {
        width: 25%;
        float: left;
        margin-top: 10%
    }

    #price .description_condition {
        font-size: 100%;
    }

    #price .farba_img {
        display: none;
    }

    #price .price_coll {
        /*display: inline-block;*/
        width: 33%;
        font-size: 180%;
    }

    .grey_container {
        padding: 16px 8px;
    }

    .grey_container .vedro_container {
        display: none;
    }

    .grey_container .content_container {
        display: block;
        padding-left: 0;
    }

    #order .content_container,
    #documents .content_container,
    #photo .content_container,
    #contacts .content_container {
        padding-left: 0;
    }

    #contacts .grey_container .content_container {
        font-size: 180%;
    }

    .photos {
        grid-template-columns: 1fr 1fr;
    }

}
