.samples-wrap{
    font-size: 14px;
    color: #25282a;
    background-color: #f5f5f5;
    padding: 39px 0;
}

.samples-wrap .container{
    position: relative;
}

.samples-bg{
    position: absolute;
    left: -135px; top: 235px;
    z-index: 0;
}

.samples-wrap h1{
    display: block;
    font-size: 36px;
    margin: 20px 0;
    padding: 0;
}

.samples-faq{
    margin-top: 150px;
    background-color: white;
    border: 1px solid #d8d8d8;
}

.samples-wrap a.back{
    background: url('/resources/images/arrow-left.svg') no-repeat 1px center;
    display: block;
    background-size: 16px;
    padding: 0 0 0 23px;
    line-height: normal;
}

.samples-faq h2{
    display: block;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 21px;
}

.samples-faq > div{
    padding: 15px 20px;
}

.samples-product-wrap a{
    display: block;
    border: 1px solid #d8d8d8;
    background-color: white;
    text-align: center;
    padding: 14px 20px 20px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #25282a;
    margin-top: 20px;
    line-height: normal;
}

.samples-product-wrap a img{
    margin: 11px auto 15px auto;
    height: 70px;
}


.samples-product-wrap a:hover{
    background-color: #aff5ff;
    border: 1px solid #00c2df;
}


.samples-product-wrap a div{
    background-color: #FC5609;
    background-image: url('/resources/images/robu.svg');
    background-repeat: no-repeat;
    background-position: right 40px center;
    border-radius: 16px;
    color: white;
    line-height: 30px;
    font-size: 14px;
    width: 155px;
    margin: auto;
    padding-right: 10px;
}

@media (max-width: 1200px) {
    .samples-bg{
        left: -160px;
        top: 260px;
        width: 1035px;
    }
}

@media (max-width: 991px) {

    .samples-wrap{
        padding-top: 6px;
    }

    .form-placeholder{
        min-height: 500px;
    }

    .samples-product-wrap a div{
        background-position: right 20px center;
        width: auto;
    }

    .samples-bg{
        top: 105px;
        width: 575px;
    }

    .samples-wrap .content-sm{
        margin-top: 50px;
    }

    .samples-faq{
        margin-top: 20px;
    }
}

@media (max-width: 767px){

    .form-placeholder{
        min-height: 0;
    }

    .samples-bg{
        position: relative;
        left: 0; top: 0;
        width: 100%;
    }

    .samples-product-wrap a div{
        background-position: right 40px center;
    }

    .samples-wrap h1{
        font-size: 24px;
        text-align: center;
        margin: 21px 0 29px 0;
    }

    .samples-wrap a.back{
        margin-top: 20px;
    }


    .samples-wrap .content-wrap img.visible-xs{
        margin-bottom: 22px;
    }

    .samples-faq {
        margin-top: 150px;
    }
}

@media (max-width: 576px){
    .samples-product-wrap a div{
        background-image: none;
        padding-right: 0;
    }
}
