@charset "UTF-8";
/**
 * 	Стили формы
 */
/* line 7, forms.scss */
fieldset {
    width: auto;
    /*		padding: 20px 10px 0 10px !important;*/
}

/* line 12, forms.scss */
.vip {
    display: none !important;
}

/* line 16, forms.scss */
fieldset legend {
    text-align: center;
    display: none;
}

/* line 21, forms.scss */
fieldset .error {
    color: red;
}

/* line 25, forms.scss */
fieldset input.error,
form input.error {
    border-left: 5px solid #d20001;
}

/* line 29, forms.scss */
fieldset input.success {
    border-left: 5px solid #468847;
}

/* line 33, forms.scss */
form .hidden-password {
    position: absolute;
    margin-left: 400px;
    display: none;
}

/* line 39, forms.scss */
form .form-error {
    color: red;
    font-size: .9em;
    margin-bottom: 0;
}

@media (min-width: 767px) and (max-width: 1200px) {
    /* line 46, forms.scss */
    .form input, .form textarea {
        width: 50% !important;
    }

    /* line 49, forms.scss */
    .form input[type="checkbox"], .form input[type="radio"] {
        width: auto !important;
    }
}
@media (min-width: 1201px) {
    /* line 55, forms.scss */
    .form input, .form textarea {
        width: 33.333333333333332% !important;
    }

    /* line 58, forms.scss */
    .form input[type="checkbox"], .form input[type="radio"] {
        width: auto !important;
    }
}
@media (max-width: 767px) {
    /* line 64, forms.scss */
    .popup {
        /*position: absolute !important;*/
        max-width: 100vw;
        top: 15vh !important;
    }

    /* line 67, forms.scss */
    .popup-content.col-xs-offset-3 {
        margin-left: 25%;
    }
    .popup.terms-userData .wr-content{
        overflow-y: scroll;
        max-height: 450px;   
    }
}
/* line 72, forms.scss */
.gray-bottom-line {
    border-bottom: 1px solid #e1e1e1;
}

/* line 74, forms.scss */
.recall {
    margin: 10px 0;
}

/* line 78, forms.scss */
.recall label {
    margin-top: .5em;
    color: #727272;
    font-size: .9em;
}

/* substrate (begin) */
/* line 86, forms.scss */
.substrate {
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #2c2b2b;
    top: 0;
    left: 0;
    display: none;
    opacity: 0.55;
    filter: alpha(opacity=55);
    position: absolute;
}

/* substrate (end) */
/* popup (begin) */
/* line 101, forms.scss */
.popup {
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 101;
    display: none;
    width: 100%;
    height: 0;
}
/* line 110, forms.scss */
.popup .popup-content {
    background: #f5f5f5;
    padding: .8em 2em;
    position: absolute;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: #000 0px 5px 10px;
    -webkit-box-shadow: #000 0px 5px 10px;
    box-shadow: #000 0px 5px 10px;
}
.roznica .slide-roznica{
    background-image: url('../../../../../i/pic-txt_LABAZ_002.jpg');
    background-repeat: no-repeat;
    height: 450px;
    width: 550px;
}
.roznica .slide-roznica-postion{
    margin-top: 350px;
    text-align: center;
    margin-right: 180px;
}

/* line 117, forms.scss */
.popup .popup-content legend {
    display: block;
}
/* line 121, forms.scss */
.popup .popup-content .popup-msg {
    margin: 0;
    padding: 1em 2em;
    text-align: center;
}
/* line 128, forms.scss */
.popup form input, .popup form textarea {
    width: 100% !important;
}
/* line 131, forms.scss */
.popup form input[type="checkbox"], .popup form input[type="radio"] {
    width: auto !important;
}

/* line 136, forms.scss */
.popup .close, .popup .close:focus {
    color: #4a4a4a;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f5f5f5;
    padding: 5px 7px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 2px 5px 0 rgba(18, 20, 25, 0.48);
    -webkit-box-shadow: 0 2px 5px 0 rgba(18, 20, 25, 0.48);
    box-shadow: 0 2px 5px 0 rgba(18, 20, 25, 0.48);
}

/* line 152, forms.scss */
.popup .close:hover {
    background: #e2001a;
    color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    font-weight: normal;
}

/* line 160, forms.scss */
.popup-callme h4, .popup-orderme h4 {
    font-size: 1.5em;
    margin: .2em 0 .5em 0 !important;
}

/* line 165, forms.scss */
.popup-open {
    display: block;
}

.popup.terms-userData .one{
    text-align: center;
    width: 50px;
}
.popup.terms-userData td, .popup.terms-userData table,.popup.terms-userData tr  
 {
    border: 1px solid black;
    padding-left: 5px;
 }
/* popup (end) */
/* line 173, forms.scss */
.geo-box .list {
    height: 200px;
    margin: 1em 0;
    overflow-y: auto;
}
/* line 178, forms.scss */
.geo-box .list .city {
    display: inline-block;
    width: 45%;
}
/* line 183, forms.scss */
.geo-box .list .region {
    color: #aaa;
}
/* line 189, forms.scss */
.geo-box .index li {
    padding-left: 0;
}
