.button_container .btn
{
   
}
.presale_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 input::placeholder, .update_container textarea::placeholder {
  color: #AAA;
}

#presale_form .success_form_data
{
    font-size: 11pt;
    text-align: center;
    margin-top: 38px;
}

.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;
}

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

#presale_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;
}

.presale_item textarea
{
    resize: none;
    width: calc(100% - 44px);
	height: 100%;
    border: 0px;
    padding: 15px 22px 15px 22px;
    background: #F2F2F2;
}

#presale_form .content_block .viewport
{
    height: 100px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 44px);
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #000000;
    border-radius: 10px;
	padding: 0px 22px 0px 22px;
    position: relative;
}

.presale_item .content_block {
    display: flex;
}

#presale_form .content_block .overview
{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0 !important;
    padding: 0;
    margin: 0;
    width: 100%;
	height: 100%;
}

#presale_form .content_block .overview textarea {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
}

#presale_form .content_block .overview textarea:focus-visible {
	border: 0px;
	outline: none;
}

#presale_form .content_block .scrollbar
{
    position: relative;
    background-position: 0 0;
    float: right;
}

#presale_form .content_block .track
{
    height: 100%;
    position: relative;
    padding: 0 1px;
}

#presale_form .content_block .thumb
{
    height: 63px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: 9px;
    background: #cfa76d;
}

.input.presale_item.content_block
{
	height: auto;
    border-bottom: 0px;
    display: block;
}

#presale_form .content_block {
    margin-top: 5px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    #presale_form .success_form {
        width: calc(100% - 160px);
    }
}
@media screen and (max-width: 400px) {
	body #presale_form .success_form {
		width: calc(100% - 73px);
	}
	body #presale_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: 20px;
    color: #000000;
}

.update_container .presale_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;
	grid-row-gap: 26px;
	grid-template-areas:
        "name phone"
        "city email"
        "textarea_block textarea_block";
}

.update_container .form_content .presale_item.name  {
	grid-area: name;
}

.update_container .form_content .presale_item.phone {
	grid-area: phone;
}

.update_container .form_content .presale_item.city {
	grid-area: city;
}

.update_container .form_content .presale_item.email {
	grid-area: email;
}

.update_container .form_content .presale_item.text  {
	grid-area: textarea_block;
}

#presale_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: 64px;
	margin-top: 30px;
	text-transform: none;
}

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

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

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

#presale_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;
}