.pogruz-offer-form {
	margin-bottom: 64px;
}

.pogruz-offer-form__row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.pogruz-offer-form__bottom-inputs {
	padding: 24px;
	background-color: #F5F5F5;
}

.pogruz-offer-form {
	border: 1px solid #E7E7E7
}
.pogruz-offer-form__col:last-child {
	padding: 32px 40px 32px 10px;
}

.pogruz-offer-form__title {
	margin: 0 0 22px;
	padding-bottom: 24px;
	font-weight: 700 !important;
	border-bottom: 1px solid #E7E7E7;
}

.pogruz-offer-form__group:not(:last-child) {
	margin-bottom: 21px;
}
.pogruz-offer-form__group-title {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 12px;
}
.pogruz-offer-form__group-row {
	display: flex;
	flex-wrap: wrap;
    width: calc(100% + 30px);
}

.pogruz-offer-form .model__filter-inpcol {
	min-width: unset;
	margin-right: 30px;
	font-size: 14px;
}

.pogruz-offer-form__image {
	display: block;
	margin: 0;
	object-fit: cover;
    width: 100%;
	height: 100%;
}
.pogruz-offer-form .common__label {
	font-size: 14px !important;
	margin-bottom: 7px !important;
}

.pogruz-offer-form .common__label span {
	color: red;
}

.pogruz-offer-form .common__row input[type="text"] {
	padding: 0px 14px;
    height: 44px;
	font-size: 14px;
}

.pogruz-offer-form .common__row input[type="text"]::placeholder {
	font-size: 14px;
}
.pogruz-offer-form .common__row+.common__row {
	margin-top: 17px;
}

.pogruz-offer-form  .common__col {
	width: calc(50% - 8px);
}

.pogruz-offer-form .common__textarea {
    height: 127px;
    border-radius: 24px;
    padding: 12px 16px 16px;
	font-size: 14px;
}
.pogruz-offer-form .common__textarea::placeholder {
	font-size: 14px;
}

.pogruz-offer-form .selection-form__bottom {
	margin-top: 16px;
}

.pogruz-offer-form .selection-form__bottom .btn {
	width: 100%;
	padding: 0;
}

.pogruz-offer-form .selection-form__bottom .common__row {
	align-items: center;
}

.pogruz-offer-form .subcat__filter-input {
	font-size: 14px;
}

.pogruz-offer-form__col {
	display: flex;
    flex-direction: column;
}

@media (max-width: 1100px) {
	.pogruz-offer-form .selection-form__bottom .btn {
		font-size: 12px;
	}
}

@media (max-width: 1000px) {
	.pogruz-offer-form .common__col {
		width: 100%;
	}
	.pogruz-offer-form .selection-form__bottom .btn {
		padding: 0 20px;
	}
}

@media (max-width: 800px) {
	.pogruz-offer-form__row {
		grid-template-columns: 1fr; 
		gap: 0;
	}
	.pogruz-offer-form__image {
		width: 100%;
	}
	.pogruz-offer-form__col:last-child {
		padding: 20px;
		order: -1;
	}
}

.model__filter-inpcol[hidden] {
	display: none !important;
}

.pogruz-offer-form__group-row input[type=checkbox] {
	display: none;
}
.pogruz-offer-form__group-row input[type=checkbox] ~ label  {
	position: relative;
    margin: 0;
    padding: 2px 0 0 22px;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    color: #3b3b3b;
    text-align: left;
	cursor: pointer;
}
.pogruz-offer-form__group-row input[type=checkbox] ~ label:before {
	content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    box-sizing: border-box;
}
.pogruz-offer-form__group-row input[type=checkbox]:checked ~ label:before {
	border-color: #FF7F00;
    background-position: center;
    background-size: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iMSIgZmlsbD0iI0ZGN0YwMCIvPgo8cGF0aCBkPSJNOS45NDQ5OSA1LjE3MjIxTDYuMzY0OTYgOC41Nzk4OUw1LjA1NDk0IDcuMzMzMDRDNC44MTM3IDcuMTAzMTcgNC40MjIzOCA3LjEwMzE3IDQuMTgxMTQgNy4zMzMwNEMzLjkzOTYyIDcuNTYyNjQgMy45Mzk2MiA3LjkzNTEgNC4xODExNCA4LjE2NDcxTDUuOTI4MTkgOS44Mjc1M0M2LjA0ODgxIDkuOTQyMzQgNi4yMDcxNiAxMCA2LjM2NTIzIDEwQzYuNTIzMyAxMCA2LjY4MTM4IDkuOTQyNiA2LjgwMiA5LjgyNzUzTDEwLjgxOTEgNi4wMDQxNEMxMS4wNjAzIDUuNzc0MjcgMTEuMDYwMyA1LjQwMjA4IDEwLjgxOTEgNS4xNzIyMUMxMC41Nzc2IDQuOTQyNiAxMC4xODY1IDQuOTQyNiA5Ljk0NDk5IDUuMTcyMjFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.js-vysota-podema-vil-str,
.js-gp-str {
	display: none;
}

.form-liffttruck-wrapper .message {
	font-size: 16px;
	padding: 30px 0;
	color: green;
}
.pogruz-offer-form [type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.pogruz-offer-form [type="radio"] ~ label {
	padding-left: 22px;
	position: relative;
	cursor: pointer;
}
.pogruz-offer-form [type="radio"] ~ label:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #d9d9d9;
    border-radius:100%;
    box-sizing: border-box;
}

.pogruz-offer-form [type="radio"] ~ label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: 7px;
	height: 7px;
	background-color: #FF8000;
	border-radius:100%;
	box-sizing: border-box;
	opacity: 0;
	transition: all .2s;
}

.pogruz-offer-form [type="radio"]:checked ~ label:after {
	opacity: 1;
}