/* FORM */
/* color */
/* mixin */
.textbox{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    height: 60px;
    margin: 5px 0;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-padding{
    padding: 5% 6%;
}

.form-bg{
    background-color: #fbfcfc !important;
}

.form-border-img{
    border: 5px solid transparent;
    border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
}

.form-border-solid{
    border: 10px solid #9d9cab;
    border-radius: 4px;
    box-shadow: 0 0 31px 0 #000;
}

.form-border-line{
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* ELEMENT */
/* garant */
.feedback-garant{
    height: 20px;
}

.feedback-garant__box{
    font-size: .9em;
    display: flex;
    color: #555;

    align-items: center;
}

.feedback-garant__label{
    margin-left: 5px;
}

.feedback-garant__link{
    text-decoration: none;
}

.feedback-garant__mess-error{
    font-size: .9em;
    color: red;
}

/* form good send */
.feedback-send-message{
    font-size: 1.1em;
    font-weight: 600;
    color: green;
    margin: 20px 0 0;
}

/* file */
.feedback-file__input{
    display: none;
}

.feedback-file__box{
    display: flex;
    width: 100%;
    height: 55px;
    cursor: pointer;

    align-items: center;
}

.feedback-file__icon{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(../images/files-ico.png) no-repeat;
}

.feedback-file__text{
    border-bottom: 1px dotted;
}

@media screen and (max-width: 575px){
    .feedback-file__text{
        display: none;
    }
}

/* popup custom */
.fancybox-close-small{
    border: 1px solid #ccc;
    border-radius: 0;
    background: #eee;
}

.form-hide{
    display: none;
}

/* FORMS */
/* form manager */
.form-manager__form{
    padding: 5% 6%;
    border: 5px solid transparent;
    border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
    background-color: #fbfcfc !important;
}

.form-manager__title{
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 20px;
}

.form-manager__text{
    font-size: 1em;
    margin-bottom: 30px;
}

.form-manager__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-manager__textarea{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    height: 100px;
    margin: 5px 0;
    padding: 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-manager__file{
    margin-top: 20px;
}

.form-manager__manager{
    font-size: .95em;
    margin-right: 40px;
    text-align: center;
}

.form-manager__manager-img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-manager__manager-name{
    font-weight: 600;
    text-transform: uppercase;
}

.form-manager__manager-line{
    width: 40px;
    height: 1px;
    margin: 10px auto;
    background-color: #999;
}

.form-manager__manager-post{
    margin-bottom: 3px;
}

.form-manager__manager-phone{
    margin-bottom: 3px;
}

.form-manager__manager-email-link{
    text-decoration: none;
    color: #222;
}

.form-manager__feedback-garant{
    margin: 10px 0 30px;
}

@media screen and (max-width: 991px){
    .form-manager__title{
        font-size: 1.7em;
    }
}

@media screen and (max-width: 767px){
    .form-manager__manager{
        display: none;
    }
}

/* form measure */
.form-measure__form{
    padding: 5% 6%;
    border: 5px solid transparent;
    border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
    background-color: #fbfcfc !important;
}

.form-measure__title{
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 20px;
}

.form-measure__text{
    font-size: 1em;
    margin-bottom: 30px;
    color: #222;
}

.form-measure__text ul{
    margin: 0 0 0 3px;
}

.form-measure__text ul li{
    line-height: 1;
    margin-bottom: 10px;
    list-style: none;
}

.form-measure__text ul li:before{
    font-family: FontAwesome;
    font-size: 1.1em;
    margin-right: 10px;
    content: '\f046';
    color: #cd2122;
}

.form-measure__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-measure__manager{
    font-size: .95em;
    margin-right: 30px;
    text-align: center;
}

.form-measure__manager-img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-measure__manager-name{
    font-weight: 600;
    text-transform: uppercase;
}

.form-measure__manager-line{
    width: 40px;
    height: 1px;
    margin: 10px auto;
    background-color: #999;
}

.form-measure__manager-post{
    margin-bottom: 3px;
}

.form-measure__manager-phone{
    margin-bottom: 3px;
}

.form-measure__manager-email-link{
    text-decoration: none;
    color: #222;
}

.form-measure__feedback-garant{
    margin: 10px 0 30px;
}

@media screen and (max-width: 991px){
    .form-measure__title{
        font-size: 1.7em;
    }
}

@media screen and (max-width: 767px){
    .form-measure__manager{
        display: none;
    }
}

/* form estimate */
.form-estimate__form{
    padding: 5% 6%;
    border: 5px solid transparent;
    border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
    background-color: #fbfcfc !important;
}

.form-estimate__title{
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 20px;
}

.form-estimate__text{
    font-size: 1em;
    margin-bottom: 30px;
}

.form-estimate__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-estimate__textarea{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    height: 100px;
    margin: 5px 0;
    padding: 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-estimate__manager{
    font-size: .95em;
    margin-right: 40px;
    text-align: center;
}

.form-estimate__manager-img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-estimate__manager-name{
    font-weight: 600;
    text-transform: uppercase;
}

.form-estimate__manager-line{
    width: 40px;
    height: 1px;
    margin: 10px auto;
    background-color: #999;
}

.form-estimate__manager-post{
    margin-bottom: 3px;
}

.form-estimate__manager-phone{
    margin-bottom: 3px;
}

.form-estimate__manager-email-link{
    text-decoration: none;
    color: #222;
}

.form-estimate__feedback-garant{
    margin: 10px 0 30px;
}

.form-estimate__file{
    margin-bottom: 30px;
}

@media screen and (max-width: 991px){
    .form-estimate__title{
        font-size: 1.7em;
    }
}

@media screen and (max-width: 767px){
    .form-estimate__manager{
        display: none;
    }
}

/* form calc index */
.form-calc-index__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 15px 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-calc-index__feedback-garant{
    margin: 10px 0 30px;
}

/* form slider main page */
.form-slider-main__form{
    width: 100%;
    max-width: 330px;
    padding: 20px;
    border: 10px solid #9d9cab;
    border-color: transparent;
    border-radius: 4px;
    background-color: #fbfcfc !important;
    box-shadow: 0 0 31px 0 #000;
}

.form-slider-main__text{
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
    color: #000;
}

.form-slider-main__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    height: 50px;
    margin: 5px 0;
    margin: 2px 0;
    padding: 15px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-slider-main__feedback-garant{
    width: 200px;
    margin: 10px auto 30px auto;
}

.form-slider-main__feedback-garant .feedback-send-message{
    font-size: 1em;
    font-weight: 600;
    margin: 5px 0;
    text-align: center;
}

.form-slider-main__btn{
    display: block;
    margin: 0 auto;
    padding: 15px 30px;
}

@media screen and (max-width: 991px){
    .form-slider-main{
        display: none;
    }
}

/* form service top */
.form-service-top__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 15px 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-service-top__feedback-garant{
    margin: 10px 0 30px;
}

/* form service bottom */
.form-service-bottom__form{
    padding: 5% 6%;
    border: 5px solid transparent;
    border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
    background-color: #fbfcfc !important;
}

.form-service-bottom__title{
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 20px;
}

.form-service-bottom__text{
    font-size: 1em;
    margin-bottom: 30px;
}

.form-service-bottom__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-service-bottom__manager{
    font-size: .95em;
    margin-right: 30px;
    text-align: center;
}

.form-service-bottom__manager-img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-service-bottom__manager-name{
    font-weight: 600;
    text-transform: uppercase;
}

.form-service-bottom__manager-line{
    width: 40px;
    height: 1px;
    margin: 10px auto;
    background-color: #999;
}

.form-service-bottom__manager-post{
    margin-bottom: 3px;
}

.form-service-bottom__manager-phone{
    margin-bottom: 3px;
}

.form-service-bottom__manager-email-link{
    text-decoration: none;
    color: #222;
}

.form-service-bottom__feedback-garant{
    margin: 10px 0 30px;
}

@media screen and (max-width: 991px){
    .form-service-bottom__title{
        font-size: 1.7em;
    }
}

@media screen and (max-width: 767px){
    .form-service-bottom__manager{
        display: none;
    }
}

/* form contacts */
.form-contacts__form{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fbfcfc !important;
}

.form-contacts__title{
    font-size: 1.3em;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.form-contacts__text{
    font-size: 1em;
    margin-bottom: 30px;
}

.form-contacts__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 49%;
    height: 60px;
    height: 50px;
    margin: 5px 0;
    margin: 3px 0;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-contacts__textarea{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    height: 80px;
    margin: 5px 0;
    margin: 3px 0;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-contacts__btn{
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
}

.form-contacts__feedback-garant{
    margin: 10px 0 20px 0;
}

@media screen and (max-width: 991px){
    .form-contacts{
        /*display: none;*/
    }
}

@media screen and (max-width: 767px){
    .form-contacts__input{
        width: 100%;
    }
}

/* form popup estimate */
.form-popup-estimate{
    position: relative;
    max-width: 800px;
    height: auto;
    margin: auto;
    border: 10px solid #9d9cab;
    border-radius: 4px;
    background-color: #fbfcfc !important;
    box-shadow: 0 0 31px 0 #000;
}

.form-popup-estimate__form{
    height: auto;
}

.form-popup-estimate__title{
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 20px;
}

.form-popup-estimate__text{
    font-size: 1em;
    margin-bottom: 30px;
}

.form-popup-estimate__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 15px 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-popup-estimate__textarea{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    height: 100px;
    margin: 5px 0;
    padding: 15px 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-popup-estimate__manager{
    font-size: .95em;
    margin-right: 20px;
    text-align: center;
}

.form-popup-estimate__manager-img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-popup-estimate__manager-name{
    font-weight: 600;
    text-transform: uppercase;
}

.form-popup-estimate__manager-line{
    width: 40px;
    height: 1px;
    margin: 10px auto;
    background-color: #999;
}

.form-popup-estimate__manager-post{
    margin-bottom: 3px;
}

.form-popup-estimate__manager-phone{
    margin-bottom: 3px;
}

.form-popup-estimate__manager-email-link{
    text-decoration: none;
    color: #222;
}

.form-popup-estimate__feedback-garant{
    margin: 10px 0 30px;
}

.form-popup-estimate__file{
    margin-bottom: 30px;
}

@media screen and (max-width: 991px){
    .form-popup-estimate__title{
        font-size: 1.7em;
    }
}

@media screen and (max-width: 767px){
    .form-popup-estimate__manager{
        display: none;
    }
}

/* form popup request */
.form-popup-request{
    position: relative;
    max-width: 800px;
    height: auto;
    margin: auto;
    border: 10px solid #9d9cab;
    border-radius: 4px;
    background-color: #fbfcfc !important;
    box-shadow: 0 0 31px 0 #000;
}

.form-popup-request__form{
    height: auto;
}

.form-popup-request__title{
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 20px;
}

.form-popup-request__text{
    font-size: 1em;
    margin-bottom: 30px;
}

.form-popup-request__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 15px 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-popup-request__textarea{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    height: 100px;
    margin: 5px 0;
    padding: 15px 20px;
    resize: none;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-popup-request__manager{
    font-size: .95em;
    margin-right: 20px;
    text-align: center;
}

.form-popup-request__manager-img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-popup-request__manager-name{
    font-weight: 600;
    text-transform: uppercase;
}

.form-popup-request__manager-line{
    width: 40px;
    height: 1px;
    margin: 10px auto;
    background-color: #999;
}

.form-popup-request__manager-post{
    margin-bottom: 3px;
}

.form-popup-request__manager-phone{
    margin-bottom: 3px;
}

.form-popup-request__manager-email-link{
    text-decoration: none;
    color: #222;
}

.form-popup-request__feedback-garant{
    margin: 10px 0 30px;
}

.form-popup-request__file{
    margin-bottom: 30px;
}

@media screen and (max-width: 991px){
    .form-popup-request__title{
        font-size: 1.7em;
    }
}

@media screen and (max-width: 767px){
    .form-popup-request__manager{
        display: none;
    }
}

/* form popup callback */
.form-popup-callback{
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
    border: 10px solid #9d9cab;
    border-radius: 4px;
    background-color: #fbfcfc !important;
    box-shadow: 0 0 31px 0 #000;
}

.form-popup-callback__form{
    width: 100%;
    height: auto;
}

.form-popup-callback__title{
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 20px;
}

.form-popup-callback__text{
    font-size: 1em;
    margin-bottom: 30px;
}

.form-popup-callback__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-popup-callback__manager{
    font-size: .95em;
    margin-right: 30px;
    text-align: center;
}

.form-popup-callback__manager-img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-popup-callback__manager-name{
    font-weight: 600;
    text-transform: uppercase;
}

.form-popup-callback__manager-line{
    width: 40px;
    height: 1px;
    margin: 10px auto;
    background-color: #999;
}

.form-popup-callback__manager-post{
    margin-bottom: 3px;
}

.form-popup-callback__manager-phone{
    margin-bottom: 3px;
}

.form-popup-callback__manager-email-link{
    text-decoration: none;
    color: #222;
}

.form-popup-callback__feedback-garant{
    margin: 10px 0 30px;
}

@media screen and (max-width: 991px){
    .form-popup-callback__title{
        font-size: 1.7em;
    }
}

@media screen and (max-width: 767px){
    .form-popup-callback__manager{
        display: none;
    }
}

/* form popup measure */
.form-popup-measure{
    position: relative;
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
    border: 10px solid #9d9cab;
    border-radius: 4px;
    background-color: #fbfcfc !important;
    box-shadow: 0 0 31px 0 #000;
}

.form-popup-measure__form{
    width: 100%;
    height: auto;
}

.form-popup-measure__title{
    font-size: 2em;
    line-height: 100%;
    margin-bottom: 20px;
}

.form-popup-measure__text{
    font-size: 1em;
    margin-bottom: 30px;
    color: #222;
}

.form-popup-measure__text ul{
    margin: 0 0 0 3px;
}

.form-popup-measure__text ul li{
    line-height: 1;
    margin-bottom: 10px;
    list-style: none;
}

.form-popup-measure__text ul li:before{
    font-family: FontAwesome;
    font-size: 1.1em;
    margin-right: 10px;
    content: '\f046';
    color: #cd2122;
}

.form-popup-measure__input{
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 5px 0;
    padding: 20px;
    color: #333;
    border: 1px solid #ccc;
    outline: 0;
    background-color: #fff;
    background-image: none;
}

.form-popup-measure__manager{
    font-size: .95em;
    margin-right: 30px;
    text-align: center;
}

.form-popup-measure__manager-img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-popup-measure__manager-name{
    font-weight: 600;
    text-transform: uppercase;
}

.form-popup-measure__manager-line{
    width: 40px;
    height: 1px;
    margin: 10px auto;
    background-color: #999;
}

.form-popup-measure__manager-post{
    margin-bottom: 3px;
}

.form-popup-measure__manager-phone{
    margin-bottom: 3px;
}

.form-popup-measure__manager-email-link{
    text-decoration: none;
    color: #222;
}

.form-popup-measure__feedback-garant{
    margin: 10px 0 30px;
}

@media screen and (max-width: 991px){
    .form-popup-measure__title{
        font-size: 1.7em;
    }
}

@media screen and (max-width: 767px){
    .form-popup-measure__manager{
        display: none;
    }
}

/* form popup catalog */
.form-popup-catalog__product{
    margin: 40px 20px 20px 0;
}

.form-popup-catalog__product-name{
    font-weight: 600;
}
