

/* Start:/bitrix/templates/universe_s1/components/bitrix/main.include/contacts/style.css?17569746855728*/
html, body {
    scroll-behavior: smooth;
}
.download-button {
    font-size: 18px;
    line-height: 48px;
    height: 50px;
    text-align: center;
    border-width: 1px;
    border-color: #f59d00;
    border-style: solid;
    border-radius: 5px;
    width: 224px;
    display: block;
    background-color: transparent;
    color: #19191f;
    cursor:pointer;
}
.download-button:hover, .download-button:focus, .download-button:active {
    color: #ffffff;
    background-color: #f59d00;
    outline: none;
}
.contact_page .consult .bg-icon {
    background-image: url(/bitrix/templates/universe_s1/components/bitrix/main.include/contacts/consult-bg.png);
    width: 138px;
    height: 127px;
    position: absolute;
    margin-left: -61px;
}
.contact_page .consult {
    background-color: #f5f5f5;
    height: 126px;
}
.contact_page .consult .need {
    font-size: 17px;
    font-weight: bold;
    color: #19191f;
    line-height: 1.333;
    padding-top: 53px;
}
.contact_page .consult .text {
    font-size: 14px;
    color: #19191f;
    line-height: 1.714;
    padding-top: 43px;
}
.contact_page .consult .but .download-button {
    height: 48px;
    line-height: 46px;
    width: 196px;
    outline: none !important;
    box-shadow: none !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.contact_page .consult .but {
    padding-top: 38px;
}

.contact_page .btn_block_left a{
    font-size: 18px;
    font-weight: bold;
    color:#19191f;
    position: relative;
}
.contact_page .btn_block_left a:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-left: 6px solid #f59d00;
    margin-left: 11px;
    margin-top: 4px;
    top:5px;
}
.contact_page .btn_block_right span{
    font-weight: bold;
    font-size: 18px;
}
.contact_page .btn_block_right a{
    color: #19191f;
    font-size: 18px;
}
.contact_page .btn_block_left,
.contact_page .btn_block_right{
    padding-bottom: 50px;
    font-size: 14px;
    font-weight: 400;
}
.contact_page .contact_panel .contact{
    padding: 0 50px;
}
.contact_page .contact_panel .contact .adres{
    padding-right: 0;
}
.contact_page .contact_panel .contact{
    font-weight: bold;
}
.contact_page .contact_panel .contact .operator{
    display:inline-block;
    width: 52px;
}
.contact_page .contact_panel .contact .blec{
    font-weight: 300;
}
.contact_page .contact_panel{
    background-color: #19191f;
    color:#ffffff;
    padding-top:40px;
    padding-bottom: 20px;
}
.contact_page .contact_panel a{
    color:#ffffff;
}
.contact_page .contact_panel .contact>.col-12{
    padding-left:65px;
    position: relative;
}
.contact_page .contact_panel .contact>.col-12:before{
    position: absolute;
    content: '';
    display: block;
    left:0;
    height: 100%;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 5px;
}
.contact_page .contact_panel .contact .time-work:before{
    background-image: url("/bitrix/templates/universe_s1/components/bitrix/main.include/contacts/contact-worktime.png");
}
.contact_page .contact_panel .contact .tel-group:before{
    background-image: url("/bitrix/templates/universe_s1/components/bitrix/main.include/contacts/contact-fax.png");

}
.contact_page .contact_panel .contact .adres:before{
    background-image: url("/bitrix/templates/universe_s1/components/bitrix/main.include/contacts/contact-address.png");

}

.contact_page .text{
    line-height: 1.75;
}

.contact_page .maps_contact{
    margin-top: -80px;
}
.contact_page .maps_contact>iframe{
    vertical-align: middle;
}
@media (max-width: 991px) {
    .consult .container {
        padding-bottom: 33px;
    }
    .consult {
        height: auto;
        text-align: center;
    }
    .consult .but .download-button {
        margin: auto;
    }
    .consult .bg-icon {
        margin-left: 18px;
    }
}
@media (max-width: 1199.98px) {
    .contact_page .left-block-contact .text br{
        display:none;
    }
    .contact_page .btn_block_left, .contact_page .btn_block_right{
        padding-bottom: 40px;
    }
    .contact_page .text p{
        margin-bottom: 40px;
    }
    .contact_page .contact_panel .contact .adres{
        padding-top: 25px;
    }
    .contact_page .contact_panel{
        padding-bottom: 40px;
    }
    .contact_page .contact_panel .contact>.adres:before{
        background-position: center top;
    }
    .contact_page .maps_contact{
        margin-top: -120px;
    }
}
@media (max-width: 991.98px) {
.contact_page .consult .text {
    padding-top: 63px;
}
    .contact_page .consult{
        height:auto;
    }
}

@media (max-width: 767.98px) {
    .contact_page .btn_block_left, .contact_page .btn_block_right{
        padding-bottom: 40px;
    }
    .contact_page .text p{
        margin-bottom: 40px;
    }
    .contact_page .contact_panel{
        padding:15px;
        background-color: transparent;
    }
    .contact_page .contact_panel .contact{
        background-color: #19191f;
        padding: 40px 0 40px 15px;
        margin: 0;

    }
    .contact_page .contact_panel .contact .tel-group{
        padding-top: 25px;
    }
    .contact_page .contact_panel .contact .adres{
        padding-right: 45px;
    }
    .contact_page .contact_panel .contact .adres>div{
        display: inline;
    }
    .contact_page .maps_contact{
        margin-top: -200px;
    }
    .contact_page .consult .need{
        text-align: right;
        padding-right: 25px;
    }
    .contact_page .consult .text{
        padding-left: 25px;
        padding-right: 25px;
    }
    .contact_page .consult .bg-icon{
        margin-left: 25px;
    }
}

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/menu/phone/style.css?1559209293112*/
/* Left menu*/
div.menu-footer
{
	list-style:none;
	margin:0; padding:0;
	position: relative; /*IE bug*/
}






/* End */


/* Start:/bitrix/templates/universe_s1/components/altasib/feedback.form/zadat_vopros/style.css?17569053105399*/
.alx_feed_back{
    padding:20px 40px;
}
.alx_feed_back .formTitle{
    color:#f59d00;
    font-size: 24px;
    text-align: left;
    margin:0 0 10px;
    font-weight: normal;
}
.alx_feed_back form{
    padding-top: 30px
}
.alx_feed_back form input[type="text"],
.alx_feed_back form textarea{
    width: 100%;
}
.main-user-consent-request a span{
    color:#f59d00;
}
.alx_feed_back .dop_text{
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.alx_feed_back form .afbf_error_text{
    display: none;
}

.lblInp {
    position: relative;
    display: block;
    height: 48px;
    cursor: text;
}
.lblInp input {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    padding-left: 32px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    vertical-align: bottom;
    font-size: 16px;
    background-color: #f59d00;
    color:#f59d00;
}
.lblInp input:focus,
.lblInp input.filled {
    height: 100%;
    outline: none;
    background-color: #fff;
    color:#19191f;
}
.lblInp input:focus + label,
.lblInp input.filled + label {
    position: absolute;
    transform: translateY(-34px);
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    padding-left: 0;
}
.lblInp input:focus + label + i,
.lblInp input.filled + label + i {
    transform: translateY(0px);
    visibility: visible;
    transition: transform 0.3s ease;
}
.lblInp input +label {
    color: #fff;
    line-height: 48px;
    padding-left: 30px;
    transform: translateY(0);
    transition: all 0.3s ease;
    pointer-events: none;
}
.lblInp input +label + i {
    position: absolute;
    display: block;
    visibility: hidden;
    left: 10px;
    transform: translateY(10px);
    color: #d8d8d8;
    z-index: 1;
}

.lblInp .fa, .lblInp .fal, .lblInp .fas {
    font-size: 18px;
    top: 16px;
}
.m-btm-40 {
    margin-bottom: 40px;
}


.lblInp textarea {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px!important;
    padding-left: 32px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    vertical-align: bottom;
    font-size: 16px;
    background-color: #f59d00;
    color:#f59d00;
}
.lblInp textarea:focus,
.lblInp textarea.filled {
    height: 100%!important;
    outline: none;
    background-color: #fff;
    color:#19191f;
    padding-top:11px
}
.lblInp textarea:focus + label,
.lblInp textarea.filled + label {
    position: absolute;
    transform: translateY(-34px);
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    padding-left: 0;
}
.lblInp textarea:focus + label + i,
.lblInp textarea.filled + label + i {
    transform: translateY(0px);
    visibility: visible;
    transition: transform 0.3s ease;
}
.lblInp textarea +label {
    color: #fff;
    line-height: 48px;
    padding-left: 30px;
    transform: translateY(0);
    transition: all 0.3s ease;
    pointer-events: none;
}
.lblInp textarea +label + i {
    position: absolute;
    display: block;
    visibility: hidden;
    left: 10px;
    transform: translateY(10px);
    color: #d8d8d8;
    z-index: 1;
}
.afbf_error_block{
    display:none;
}

.alx_feed_back form .error_pole .afbf_error_text{
    display: block;
    font-size: 14px;
    color: #df2209;
    margin-top: -40px;
    margin-bottom: 20px;
}
.alx_feed_back .afbf_submit_block .afbf_btn,
.alx_feed_back .afbf_submit_block .form_reset{
    color:#fff;
    border:1px solid #f59d00;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
    transition: .5s;
    line-height: 1;
}
.alx_feed_back .afbf_submit_block .afbf_btn:hover{
    background-color: #f59d00;
}
.alx_feed_back .afbf_submit_block .form_reset{
    background-color: #f59d00;
    margin-left:15px;
}
.alx_feed_back .afbf_submit_block .form_reset:hover{
    background-color: transparent;
}
.alx_feed_back form .afbf_required_text{
    color:#f59d00;
}
@media (max-width: 450px){
    .alx_feed_back{
        padding: 20px;
    }
    .lblInp{
        height: 30px;
    }
    .lblInp.m-btm-40{
        margin-bottom: 20px;
    }
    .lblInp input +label{
        line-height: 30px;
        font-size: 14px;
        padding-left: 15px;
    }
    .lblInp input:focus + label, .lblInp input.filled + label{
        font-size: 14px;
        transform: translateY(-25px);
    }
    .lblInp .fa, .lblInp .fal, .lblInp .fas{
        display:none;
    }
    .lblInp textarea{
        padding-left: 10px;
    }
    .lblInp textarea +label{
        line-height: 30px;
        font-size: 14px;
        padding-left: 15px;
    }
    .lblInp textarea:focus + label, .lblInp textarea.filled + label{
        font-size: 14px;
        transform: translateY(-25px);
    }
    .lblInp .fa, .lblInp .fal, .lblInp .fas{
        display:none;
    }
    .lblInp textarea{
        padding-left: 10px;
    }
    .alx_feed_back form .error_pole .afbf_error_text{
        margin-top:-20px;
    }
    .lblInp input{padding-left:15px}
    .afbf_submit_block{
        text-align:center;
    }
}
#afbf_err_FID1.alx-feedb-error>div{
   padding:20px 30px;
}
/* End */
/* /bitrix/templates/universe_s1/components/bitrix/main.include/contacts/style.css?17569746855728 */
/* /bitrix/templates/universe_s1/components/bitrix/menu/phone/style.css?1559209293112 */
/* /bitrix/templates/universe_s1/components/altasib/feedback.form/zadat_vopros/style.css?17569053105399 */
