.valuation-form .valuation-block.valuation-block__textarea{
    width: 100%;
    /*margin-top: 13px;*/
}

.valuation-block__textarea textarea{
    background: #fff;

}

.valuation-accept-container{
    margin-top: 10px;
}

.valuation-form form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.custom-fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
    right: 20px;
}
.custom-fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
    left: 20px;
}
.custom-fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 1;

}
.custom-fancybox-nav {
    font-size: 0;
}
.custom-fancybox-next span {
    background-image: url('/local/templates/samovarov-grad/js/fancybox/fancybox_sprite.png');
}
.custom-fancybox-prev span {
    background-image: url('/local/templates/samovarov-grad/js/fancybox/fancybox_sprite.png');
}

.content .restorations .slick-next,
.content .restorations .slick-prev {
    top: 40%;
    z-index: 5;
    opacity: 1;
    height: 70px;
    width: 70px;
}
.content .restorations .slick-prev {
    left: 10px;
}
.content .restorations .slick-next {
    right: 10px;
}
.repair-menu ul li a {
    display: block;
    color: #000;
    font-size: 15px;
    height: 100%;
    border-bottom: 1px dashed #000;
}
.repair-menu ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    justify-content: space-between;
}
.repair-menu ul li {
    list-style-type: none;
}
.slider img{
    width: 100%;
}
.col__height{
    height: 100%;
}
.restorations-wraper{
    margin-bottom: 35px;
}
.content .slick-prev, .sidebar .slick-prev {
    margin: 0;
}
.content .slick-next, .sidebar .slick-next {
    margin: 0;
}
.restorations_cost{
    font-weight: 600;
}
.news-figure-right {
    margin: 20px 0 20px 20px;
    float: right;
}

.news-figure-right figcaption {
    text-align: center;
    padding: 3px 0 10px;
}

.news-figure-left {
    margin: 20px 20px 20px 0;
    float: left;
}

.news-figure-left figcaption {
    text-align: center;
    padding: 3px 0 10px;
}

img.news-image {
    border: 2px solid #e5e5e5;
    border-radius: 5px;
}

img.news-image.news-image-left {
    margin: 20px 20px 20px 0;
    float: left;
}

img.news-image.news-image-right {
    margin: 20px 20px 20px 0;
    float: right;
}

.invisible-price {
    display: none;
}

.show-table-wrap {
    text-align: center;
    margin-top: 15px;
}


/*здесь начинаются стили для формы*/
.valuation{
    background-color: #f0f0f0;
    padding: 20px 20px;
}
.valuation h2 {
    clear: both;
}
.valuation-form {
    clear: both;
    /*padding: 0 20px;*/
}
.valuation-form .privacy {
    font-size: 15px;
    text-align: center;
    clear: both;
}

.valuation-form .valuation-block {
    float: left;
    width: 32%;
}

.valuation-form .valuation-input input {
    background-color: white;
    font-weight: normal;
    width: 100%;
}

.valuation-form .download-file {
    position: relative;
}
.valuation-form .download-file img{
    width: 17px;
    /* transform: rotate(180deg); */
    position: absolute;
    top: 17px;
    right: 26px;
}
.valuation-form .download-file .download-file-button {
    background-image: none;
    background-color: white;
    color: black;
    width: 240px;
    font-weight: normal;
    border: 2px solid #f0f0f0;
    padding: 13px 40px 13px 4px;
}

.valuation-form .valuation-accept-container {
    /*width: 100%;*/
    float: left;
    margin: 3px;
    flex-grow: 1;
}

.valuation-form .valuation-accept {
    margin: 0;
    width: 240px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    padding: 11px;
    display: block;
    background: #eac342;
    background: -moz-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: -moz-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eac342), color-stop(52%, #eac342), color-stop(53%, #e4af32), color-stop(100%, #e4af32));
    background: -webkit-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: -o-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: -ms-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: linear-gradient(to bottom, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
}
.valuation-form .valuation-accept:hover, .valuation-form .valuation-accept:focus{
    text-decoration: none;
    color: #171726;
}
.upload_file_control {
    text-align: right;
    padding-right: 15px;
    display: inline-block;
}
.upload_files{
    text-align: right;
    padding-bottom: 15px;
}
.file_name {
    padding-right: 15px;
}
.close_icon{
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
}
@media (min-width: 1025px) and (max-width: 1200px){
    .valuation-form .valuation-input input{
        width: 100%;
    }
    .valuation-form .download-file .download-file-button{
        width: 200px;
        padding: 13px 30px 13px 4px;
    }
    .valuation-form .download-file img{
        right: 13px;
        top: 16px;
    }
    .upload_files {
        text-align: right;
        padding-bottom: 15px;
        padding-right: 100px;
    }
    .valuation-form .valuation-block{
        margin: 0;
    }
}
@media (max-width: 1024px){
    .upload_files {
        text-align: right;
        padding-bottom: 15px;
        padding-right: 100px;
    }
}
@media (max-width: 851px){
    .valuation-form .valuation-input input{
        width: 100%;
    }
    .valuation-form .download-file .download-file-button{
        width: 200px;
        padding: 13px 30px 13px 4px;
    }
    .valuation-form .download-file img{
        right: 13px;
        top: 16px;
    }
    .upload_files {
        text-align: center;
        padding-bottom: 15px;
        padding-right: 0;
    }
}
@media (max-width: 741px){
    .valuation-input{
        text-align: center;
    }
    .valuation-form .valuation-input input {
        width: 310px;
        margin: auto;
        display: block;
        float: none;
    }
    .valuation-form .download-file .download-file-button{
        width: 310px;
        padding: 13px 30px 13px 4px;
    }

    .valuation-form .valuation-block {
        float: none;
        width: 100%;
        margin: 0;
    }
    .repair-menu{
        display: none;
    }
    .download-file{
        /*margin-top: 15px;*/
        margin: 0px;
    }
    .valuation-block__textarea textarea{
        max-width: 310px;
    }
    .valuation-form .valuation-accept {
        margin: 0 auto;
    }
}
@media (max-width: 410px){
    .valuation-block__textarea textarea{
        max-width: 230px;
    }
    .valuation-input{
        text-align: center;
    }
    .valuation-form{
        padding: 0;
    }
    .valuation-form .valuation-input input {
        width: 230px;
    }
    .valuation-form .valuation-accept{
        width: 230px;
    }
    .valuation-form .download-file .download-file-button {
        width: 230px;
    }
}