.footer-bottom-links a {
font-size: 10px !important;
}
.footer-bottom-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.kp-form__title {
font-size: 34px;
font-weight: 500;
line-height: 39px;
margin: 0;
color: #312275;
text-transform: uppercase;
max-width: 850px;
width: 100%;
}
.gdsgf34trg {
display: none;
}
.kp-form__subtitle {
margin-top: 40px;
font-size: 18px;
font-weight: 400;
line-height: 24px;
color: #1C1C1C;
}
.kp-whatsapp__title {
font-size: 22px !important;
font-weight: bold;
text-transform: uppercase;
color: #1C1C1C !important;
}
.kp-whatsapp__btn {
padding: 14px 25px !important;
}
.kp-form__counts {
display: flex;
align-items: center;
margin-top: 24px;
}
.kp-form__counts .kp-form__field {
margin-right: 55px;
display: flex;
align-items: center;
}
.kp-form__label {
font-size: 18px;
font-weight: 400;
line-height: 23px;
margin-left: 10px;
cursor: pointer;
}
.kp-form-fields__item {
position: relative;
}
.no-valide-text {
display: none;
}
.no-valide-text.active {
display: block;
color: red;
font-size: 12px;
position: absolute;
top: 40px;
}
.kp-form-fields {
display: grid;
margin-top: 65px;
grid-template-columns: 1fr 1fr;
grid-gap: 0 60px;
max-width: 850px;
width: 100%;
margin-bottom: 0 !important;
}
.kp-form__acceptance {
margin-top: 20px;
}
.kp-form__acceptance-btn {
width: 270px;
padding: 14px 25px !important;
}
.kp-form__acceptance-text {
max-width: 300px;
text-align: left !important;
margin-left: 15px;
font-size: 16px;
font-weight: 400;
line-height: 19px;
color: #6B6B6B;
}
.kp-form__wrap .form-consult input:last-child {
margin-bottom: 40px;
}
.kp-modal {
display: none;
position: fixed;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 100;
align-items: center;
justify-content: center;
}
.kp-modal.active {
display: flex;
}
.kp-modal__form {
z-index: 4;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
background:url(//remik.ru/wp-content/uploads/2024/03/bg-modal-kp.png) no-repeat bottom #FBFBFB;
max-width: 900px;
width: 100%;
height: 450px;
display: flex;
justify-content: center;
flex-direction: column;
}
.kp-modal__form .popup-close-request {
cursor: pointer;
position: absolute;
right: 30px;
top: 30px;
}
.kp-modal__title{
font-size: 34px;
font-weight: 400;
line-height: 39px;
text-align: center;
max-width:590px;
width:  100%;
margin:0 auto;
}
.kp-modal__btn {
margin: 32px auto 0 !important;
max-width: 270px;
width: 100%;
text-decoration: none;
display: inline-block;
text-align: center;
}
@media(max-width: 991px) {
.kp-modal__form {
width: calc(100% - 20px);
}
.kp-modal__title {
font-size: 22px;
font-weight: 400;
line-height: 25px;
}
.kp-form__title {
font-size: 26px;
line-height: 29px;
}
.kp-form__subtitle {
font-size: 16px;
font-weight: 400;
line-height: 21px;
}
.kp-form__counts {
align-items: normal;
display: grid;
grid-gap: 16px;
margin-top: 16px;
}
.kp-form-fields {
grid-template-columns: 1fr;
margin-top: 40px;
}
.kp-form__wrap .form-consult input:last-child {
margin-bottom: 30px;
}
.kp-form__acceptance {
flex-direction: column-reverse !important;
margin-top: 5px;
}
}
@media(max-width: 560px) {
.gdsgf34trg {
display: block;
}
.kp-form__acceptance-btn,
.kp-whatsapp__btn {
width: 100%;
padding: 16px 25px !important;
text-align: center;
text-transform:uppercase;
font-size: 18px; 
font-weight: 500;
line-height: 21px;
}
}