/**
 * Help page style
 *
 * @bottomBgFix
 * @write now
 * @map
 */

/*@bottomBgFix*/

#bottomBg{
    display: none;
}

/*@write now*/

.form{
    float: left;
    width: 435px;
    margin-top: 10px;
}
.contact p{
    overflow: hidden;
}
.contact label{
    float: left;
    line-height: 28px;
    width: 140px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #BDBDBD;
}
.contact input.txt{
    float: right;
    width: 235px !important;
    background: url(/static/img/help_input.png) no-repeat 0 0;
}
.contact textarea{
    float: right;
    resize: none;
    clear: both;
    width: 395px;
    height: 170px;
    padding: 10px 20px;
    border: none;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    background: url(/static/img/help_area.png) no-repeat 0 0;
    overflow: hidden;
}
.contact_field.last{
    width: 150px;
    text-align: left;
}
.contact textarea:focus{
    border: none;
    outline: none;
}
.contactActions{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
}
.contactNote{
    flex: 1 1 auto;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #f2f2f2;
}
.contactActions .grey_btn{
    flex: 0 0 auto;
    margin-left: auto;
}

/*@map*/

.map{
    float: left;
    width: 435px;
    height: 470px;
    margin: 20px 0 0 30px;
    background: url(/static/img/map_bg.png) no-repeat 0 0;
}
.contacts h3{
    padding: 10px 0 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #BDBDBD;
    background: url(/static/img/vertical_spliter.png) no-repeat center bottom;
}
.adr1, .adr2{
    float: left;
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 16px;
}
.adr2{
    margin-left: 50px;
}
.cart iframe{
    width: 400px;
    height: 290px;
    margin: 18px;
    border-radius: 15px;
}

/*@system pass*/

.contactLayout{
    margin-top: 18px;
}
.form,
.map{
    float: none;
    width: auto;
    margin: 0;
}
.form .header{
    margin-top: 0;
}
.contact p{
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin: 0 0 18px;
}
.contact label{
    float: none;
    width: auto;
    text-align: left;
    line-height: 1.4;
    color: #d6d6d6;
}
.contact input.txt,
.contact input[type="email"]{
    float: none;
    display: block;
    width: 100% !important;
    min-width: 0;
    height: 44px;
    padding: 0 18px;
    line-height: 42px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: linear-gradient(180deg, rgba(17,17,17,.96) 0%, rgba(6,6,6,.96) 100%);
    border: 1px solid #b83324;
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 18px rgba(0,0,0,.3);
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}
.contact textarea{
    float: none;
    width: 100%;
    height: 220px;
    padding: 14px 18px;
    border: 1px solid #b83324;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(17,17,17,.96) 0%, rgba(6,6,6,.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 8px 18px rgba(0,0,0,.3);
    line-height: 1.65;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
}
.contactActions{
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #1d1d1d;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.contactNote{
    color: #d6d6d6;
}
.thxText{
    font-size: 18px;
    color: #f1f1f1;
}
.contacts h3{
    margin: 0 0 16px;
    padding: 0 0 12px;
    text-align: left;
    color: #f0f0f0;
    background: none;
    border-bottom: 1px solid #1f1f1f;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.04);
}
.adr1,
.adr2{
    float: none;
    margin: 0 0 16px;
    line-height: 1.65;
    color: #d6d6d6;
}
.cart{
    margin-top: 12px;
}
.cart iframe{
    width: 100%;
    height: 320px;
    margin: 0;
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 18px 28px rgba(0,0,0,.42);
}

/*@responsive pass*/

@media (max-width: 720px){
	.contact p{
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.contactActions{
		flex-direction: column;
		align-items: stretch;
	}
	.contactActions .grey_btn{
		width: 100%;
		margin-left: 0;
	}
	.cart iframe{
		height: 260px;
	}
}
