.offer-form-section {
position: relative;
background: #ffffff;
width: 100%;
max-width: 1360px;
padding: 0 20px;
margin: 0px auto;
margin-bottom: 100px;
box-sizing: border-box;
}
.offer-form-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-height: 420px;
} .offer-left-block {
position: relative;
width: 420px;
height: 203px;
flex-shrink: 0;
z-index: 2;
}
.offer-left-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.offer-left-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.offer-left-content {
position: relative;
z-index: 2;
padding: 25px;
}
.offer-title {
margin: 0 0 12px;
line-height: 31px;
letter-spacing: 0;
color: #2f2f2f;
font-family: Montserrat, sans-serif;
font-size: 24px;
font-weight: 700;
}
.offer-subtitle {
margin: 0;
line-height: 24px;
letter-spacing: 0;
color: rgba(47, 47, 47, 0.8);
font-family: Montserrat, sans-serif;
font-size: 16px;
font-weight: 600;
} .offer-right-block {
position: relative;
width: 931px;
height: 353px;
flex-shrink: 0;
margin-left: -150px;
margin-top: -80px;
}
.offer-form-bg {
position: absolute;
top: 85px;
left: 0;
width: 100%;
height: 268px;
background: #113555;
background-image: url(//panel-tek.ru/wp-content/themes/panel/template-parts/home-page/offer-form/form-bg-pattern.svg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
filter: drop-shadow(0px 0px 25px rgba(47, 75, 101, 0.17));
border-radius: 7px;
}
.offer-mockup {
position: absolute;
top: -45px;
left: -190px;
width: 885px;
height: 590px;
transform: rotate(4deg);
}
.offer-form-container {
position: absolute;
top: 115px;
left: 489px;
width: 412px;
box-sizing: border-box;
}
.offer-form-inputs {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 20px;
margin-bottom: 24px;
}
.offer-input-group {
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
}
.offer-input-wrapper {
position: relative;
width: 100%;
}
.offer-input-content {
display: flex;
align-items: center;
gap: 5px;
padding: 2px 9px 0;
position: relative;
z-index: 2;
}
.offer-input-icon {
flex-shrink: 0;
width: 24px;
height: 41px;
}
.offer-input-icon.attach {
height: 24px;
}
.offer-input {
flex: 1;
background: transparent;
border: none;
outline: none;
padding: 14px 0 11px;
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 500;
}
.offer-input::placeholder {
color: rgba(255, 255, 255, 0.3);
}
.offer-input-border {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
}
.offer-input-label {
margin-top: 10px;
opacity: 0.5;
line-height: 18px;
letter-spacing: 0;
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: 500;
}
.offer-file-input {
display: none;
}
.offer-file-label {
cursor: pointer;
display: flex;
align-items: center;
gap: 5px;
padding: 14px 0 11px;
color: rgba(255, 255, 255, 0.3);
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 500;
}
.offer-submit-btn {
width: 100%;
border-radius: 4px;
background: #ffbd45;
padding: 18px 19px 15px;
border: none;
cursor: pointer;
line-height: 1.2;
letter-spacing: 0.68px;
color: #113555;
font-family: "Exo 2", sans-serif;
font-size: 17px;
font-weight: 700;
text-transform: uppercase;
transition: background 0.3s ease;
}
.offer-submit-btn:hover {
background: #ffa91f;
}
.offer-checkbox-wrapper {
display: flex;
align-items: flex-start;
gap: 12px;
margin-top: 16px;
}
.offer-checkbox-icon {
flex-shrink: 0;
width: 14px;
height: 14px;
margin-top: 2px;
}
.offer-checkbox-text {
flex: 1;
line-height: 18px;
letter-spacing: 0;
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: 500;
}
.offer-checkbox-text .orange-word {
color: #ffbd45;
} @media (max-width: 1020px) {
.offer-form-wrapper {
flex-direction: column;
gap: 40px;
}
.offer-left-block {
width: 100%;
max-width: unset;
}
.offer-right-block {
width: 100%;
max-width: 931px;
height: auto;
min-height: 353px;
}
.offer-form-container {
position: relative;
top: auto;
left: auto;
margin: 0 auto;
padding-top: 140px;
}
.offer-mockup {
left: -100px;
}
}
@media (max-width: 768px) {
.offer-form-section {
margin: 20px auto;
}
.offer-left-block {
height: auto;
}
.offer-title {
font-size: 20px;
line-height: 26px;
}
.offer-subtitle {
font-size: 14px;
line-height: 20px;
}
.offer-form-inputs {
flex-direction: row;
gap: 16px;
}
.offer-form-container {
width: 100%;
max-width: 412px;
padding-top: 100px;
}
.offer-mockup {
width: 600px;
height: 400px;
left: -50px;
top: 0;
}
.offer-form-bg {
top: 50px;
}
}
@media (max-width: 768px) {
.offer-right-block {
margin-left: 0;
margin-top: 0;
min-height: unset;
max-width: unset;
}
.offer-form-bg {
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
}
.offer-form-container {
max-width: unset;
padding: 15px;
}
.offer-mockup {
display: none;
}
.offer-form-inputs {
align-items: center;
justify-content: center;
}
.offer-checkbox-wrapper {
margin-left: auto;
margin-right: auto;
justify-content: center;
}
.offer-checkbox-text {
flex: auto;
width: 240px;
}
.offer-left-block {
background: #FFBD45;
border-radius: 7px;
}
.offer-form-wrapper {
gap: 15px;
}
}