.button_container .btn
{
   
}
.callback_item.error
{
    border: 1px solid red;
}

.update_container .agree_prop {
    cursor: pointer;
    position: relative;
    display: table;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 0px;
    margin: 30px 0px 35px 0px;
    width: 100%;
}

.update_container .callback_item .inputtext::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

#callback_form .success_form_data
{
    margin-top: 4px;
}

.update_container .agree_prop .checkbox_item {
    display: table-cell;
    vertical-align: middle;
    width: 32px;
}
.update_container .agree_prop .checkbox_item .wrap-checkbox {
    border: 1px solid #ccc;
}
.update_container .agree_prop .checkbox_item.error .wrap-checkbox {
    border: 1px solid red;
}
.update_container .agree_prop .wrap-checkbox {
    background: url(images/checkbox.png) no-repeat;
    display: block;
    height: 31px;
    width: 31px;
    position: relative;
}
.update_container .agree_prop input.element-checkbox {
    cursor: pointer;
    height: 31px;
    width: 31px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.update_container .agree_prop .text {
    margin-left: 10px;
    width: calc(100% - 31px);
    text-indent: 0px;
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
    padding-left: 19px;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.update_container .agree_prop .wrap-checkbox.active {
    background: url(images/checkbox.png) no-repeat 0px -30px;
}

#callback_form .button_container .btn {
    color: #000;
    text-transform: uppercase;
}

#callback_form .success_form .success_form_data
{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #000000;
}
#callback_form .success_form {

}

@media screen and (max-width: 600px) {
    #callback_form .success_form {
        width: calc(100% - 160px);
    }
}
@media screen and (max-width: 400px) {
	body #callback_form .success_form {
		width: calc(100% - 73px);
	}
	body #callback_form .success_form_data {
		margin-top: 0px;
	}
}

.update_container .agree_prop .text a {
	text-decoration: underline;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.update_container .callback_item .inputtext {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: rgba(0, 0, 0, 0.5);
	border: 1px solid #000000;
	border-radius: 10px;
	height: 64px;
	width: calc(100% - 44px);
    padding: 0px 22px 0px 22px;
	background: #F2F2F2;
}

.update_container .form_content {
	display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    grid-column-gap: 40px;
}

#callback_form .update_container .button_container .btn {
	background: #4E5452;
	border-radius: 10px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	width: 100%;
    height: 59px;
	margin-top: 30px;
	text-transform: none;
	border: 0px;
	cursor: pointer;
}

#callback_form .update_container .button_container .btn:hover
{
	background: #F2F2F2;
	color: #000000;
	border: 1px solid #000000;
}

#callback_form .update_container .select_block {
    margin-top: 20px;
}

#callback_form .update_container .select2-container, #callback_form .update_container .select2-drop, #callback_form .update_container .select2-search {
	width: 100%;
}

#callback_form .update_container .select2-container .select2-choice {
    height: 67px;
    border: 1px solid #000000;
    border-radius: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 67px;
    width: calc(100% - 62px);
    padding-right: 40px;
	padding-left: 22px;
	text-decoration: none;
	background: #F2F2F2;
}