

/* Start:/bitrix/templates/shop-constructor/template_styles.css?17667366444808*/
.pay_item-link {
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	line-height: 160%;
	padding: 15px;
	text-decoration: none;
	width: 100%;
	border-radius: 0;
	height: 40px;
	outline: none;
	font-weight: 600;
	text-align: center;
	margin: 0;
	appearance: none;
	background-color: #c1272c;
	transition: all 0.2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}


.form-recuest{
padding: 90px 0;
}

.form-recuest__wrapper{
    max-width: 700px;
    margin: 0 auto;
}
#formRecuest{

}
.form-recuest__title{
text-align:center;
}
.form-recuest .separator_wrapper{
margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 150px;
margin-bottom:50px;
}
.form-recuest__line{
display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 36px;
}
.form-recuest__input{
display: grid;
    width: 100%;
position: relative;
gap: 8px;
}

.form-recuest__input-label{
font-weight: 600;
    font-size: 14px;
    color: #454545;
}

.inputName{

} 
.form-recuest__input-input{

    font-weight: 400;
    font-size: 16px;
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 26, 25, 0.1);
    padding: 10px 0;
}
.form-recuest__input-input:focus{
outline:none;
}
.form-recuest__input-input::placeholder{
 font-weight: 400;
    font-size: 16px;
    color: #454545c7;
    font-family: 'Open Sans', sans-serif;
}
.form-recuest__bottom{
    display: flex;
    align-items: center;
    gap: 20px;
flex-direction: column;
}

.form-recuest__text-wrap{

}

.form-check{
display: flex;
    justify-content: space-between;
    align-items: center;

position: relative;
}
.form-check input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form-check label{
font-weight: 400;
    font-size: 16px;
    line-height: 171%;
    color:  #454545;
      font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-left: 28px;
    margin-right: auto;
    margin-bottom: 0;
    cursor: pointer;
}
.form-check input + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c1272c;
    background-color: transparent;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
}
.form-check input:checked + label::before {
    background-image: url('/bitrix/templates/shop-constructor/img/checkmark.svg');
    background-color: #c1272c;
}
.form-check label.error.fail-alert{
position: absolute;
    left: 0;

    bottom: -18px;
    font-weight: 400;
    font-size: 12px;
    line-height: 183%;
    color: #dc2c2f;
}
.form-check input + label.error.fail-alert::before{
display:none;
}
.form-check input + label+ label.label-approve::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c1272c;
    background-color: transparent;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
}
.form-check input:checked + label+ label.label-approve::before{
   border: 1px solid #c1272c;
    background-color: #c1272c;
    background-image: url(/bitrix/templates/spectrum/images/icons/checkmark.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.label-approve a{
transition:all .3s ease;
}
label.error.fail-alert {
    position: absolute;
    bottom: -28px;
 font-weight: 400;
    font-size: 12px;
    line-height: 183%;
    color: #dc2c2f;
}

.form-recuest__input-input.error.fail-alert{
 color: #dc2c2f;
}
.form-recuest__btn{
    color: #fff;
    font-weight: 600;
    background-color: #c1272c;
    border: 2px solid #c1272c;
    padding: 12px 25px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.25s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-recuest__btn:hover {
    color: #c1272c;
    background-color: transparent;
    border-color: #c1272c;
}

@media(max-width:650px){
    .form-recuest__line{
grid-template-columns: 1fr;
}
    .form-recuest__bottom{
flex-direction:column;
}
    .form-recuest__btn{
width:100%;
}
}
.footer .copyright p:nth-child(1){
text-align:left;
border-bottom: 1px solid rgba(151, 160, 175, 0.2)
}

.footer .copyright p:nth-child(2){
text-align:right;
}

.service-item img{
mix-blend-mode: multiply;
display: block;
}

.service-item a{
margin-top:16px;
width:100%;
display:block;
}
/* End */
/* /bitrix/templates/shop-constructor/template_styles.css?17667366444808 */
