.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
}

.white-popup-block.loader {
    width: 80px;
    text-align: center;
}
.practice-wrapper{
	width: 64%;
}
.practice-wrapper p{
	margin: 15px 0;
}
.practice-wrapper .b-list{
	margin-bottom: 20px;
}
.practice-wrapper .b-list li{
	margin-left: 25px;
}
.practice-wrapper .footer__form__title{
	color: black;
}
.practice-wrapper .footer__form{
	width: 60%;
}
.practice-wrapper .footer__form-form-textarea{
	width: 100%;
	box-sizing: border-box;
}
.practice-wrapper .footer__form-form-input-wrapper._fio .footer__form-form-input,
.practice-wrapper .footer__form-form-input-wrapper._mail .footer__form-form-input{
	width: 100%;
}
.practice-wrapper .footer__form-form-input-wrapper{
	display: block;
}

/*12-13 июля 2017*/
.agreement-checkbox{
    position: absolute;
    left: -9999px;
}
.agreement-checkbox-label{
    cursor: pointer;
    position: relative;
}
.agreement-checkbox-label:before{
    content: '';
    position: absolute;
    top: 1px;
    left: -29px;
    width: 20px;
    height: 20px;
    background: url(../images/checkbox.png) no-repeat 0 0;
}
.agreement-checkbox:checked + .agreement-checkbox-label:before {
    background-position: 0 -23px;
}

.btn.btn_disabled{
	background: gray;
    cursor: not-allowed;
	-webkit-transition: none;
}
.btn.btn_disabled:hover{
	box-shadow: none;
}

.arcticmodal-container .agreement-checkbox-wrapper{margin: 13px 0px 13px 33px;}

.footer__form-form-button{margin-top: 25px;}

.footer__form .agreement-checkbox-wrapper{margin-left: 55px;font: 14px/16px 'MyriadProRegular',Helvetica,Arial,sans-serif;color: #fff;}
.order-form__form .agreement-checkbox-wrapper{margin: 25px 0px 0px 49px;font-size: 14px;}

.agreement-checkbox__text-link, .footer-info__link a{border-bottom: 1px dashed;text-decoration: none;}
.footer-info__link{margin-top: 20px;}

.footer__form .agreement-checkbox__text-link, .footer-info__link a {color: #fff;}
.send-calloffer-wrap .agreement-checkbox__text-link, .order-form__form .agreement-checkbox__text-link {color: #848484;}

.send-calloffer-wrap .btn.btn_disabled {background: url(../images1/send-message-sprite.png) transparent no-repeat 0px -302px;}
/**/
.head-links_phone-link_current {
    cursor: default;
    text-decoration: none !important;
    position: relative;
    z-index: 999;
    display: block;
    top: -17px;
    right: 5px;
    float: right;
    height: 17px;
    padding-right: 10px;
}

.head-links_phone-link_current .head-links_phone span {
    border-bottom: 0px;
}

/*flamp widget decoration and solution-not-found block 23.05.2018*/
.footer-info__text
{
    margin-bottom: -20px;
}

.footer__form-form-input-wrapper
{
	display: block;
}

.footer-info__copywrite
{
    display: inline-block;
}

.footer-info iframe
{
    padding-left: 35px;
}

.solution-not-found__wrap-btn
{
    margin-top: 15px;
    text-align: center;
}

.solution-not-found
{
    width: 570px;
}

.solution-not-found__btn
{
    text-align: center;
    font-weight: 600;
    display: inline-block;
    width: 109px;
    word-break: break-word;
    box-sizing: border-box;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    background: #f07d1b;
    background: -webkit-linear-gradient(top,#ffbd84,#df6d1d);
    background: linear-gradient(to bottom,#ffbd84,#df6d1d);
    color: #fff;
}
/*end flamp widget decoration and solution-not-found block 23.05.2018*/