Форма связи в 4 колонки
[text* your-name placeholder «Ваше имя»]
[tel* tel-777 class:tel placeholder «Номер телефона»]
[text* text-232 placeholder «Ваш город»]
[submit id:btn-anime «Отправить»]
/*Contact form*/
#btn-full {
width:100%;
margin-top: 0.4rem;
}
@media (min-width:1025px) {
.row-one, .row-two, .row-three {
width:25%;
margin-right: 1rem;
}
.row-four {
width:25%;
}
.cotnact-block {
flex-wrap: nowrap!important;
}
}
@media (max-width:1024px) and (min-width:601px) {
.row-one, .row-two, .row-three, .row-four {
width:50%;
}
.row-one>p, .row-two>p, .row-three>p, .row-four>p {
width:95%;
}
.cotnact-block {
row-gap: 0.5rem!important;
}
}
@media (max-width:600px) {
.row-one, .row-two, .row-three, .row-four {
width:110%;
}
.cotnact-block {
row-gap: 0.5rem!important;
}
}
.cotnact-block {
margin-bottom:20px;
row-gap: 0.3rem;
display: flex;
flex-wrap: wrap;
}
/*End contact form*/