div [id^=comp_] {
	width: 100%;
	/* width: 1036px; */
	margin: 0px 10px;
}

.vpp-container.container {
    width: 100%;
	margin-bottom: 20px;
}
    .vpp_main {
        background: url(/local/templates/gofromir/assets/images_new/vppbanner.png);
        border-radius: 24px;
        padding: 40px 48px 32px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .vpp_main-header {
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
    }
    .vpp_head {
        font-family: 'Montserrat';
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        line-height: 43.2px;
        text-align: left;
        margin-bottom: 3px;
    }
    .vpp_descr {
        font-family: 'Inter';
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        line-height: 19.6px;
        text-align: left; 
    }
    .vpp_descr span,
    .vpp-zero span {
        color: #FF7D34;
    }
    .vpp_top-form {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .vpp_top-form .vpp_group-item {
        margin-right: 35px;
    }
	
    .vpp_top-form .vpp_group-item:last-child {
        margin-right: 0px;
    }
	
    .vpp_gr-name {
        font-family: 'Inter';
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 18.2px;
        margin-bottom: 16px;
        text-align: left;
        height: 18px;
        display: flex;
        flex-direction: column;
    }
    .vpp_gr-name span {
        font-family: 'Inter';
        opacity: 0.5;
        font-size: 10px;
        font-weight: 500;
        line-height: 12.5px;
        text-align: left;
    }
    .winding-items {
        display: flex;
        flex-direction: row;
    }
    .winding_item label {
        opacity: 0.5;
        transition: 300ms all ease;
        cursor: pointer;
    }
    .winding_item:hover label {
        opacity: 1;
    }
    .winding_item input[type=radio] {
        display: none;
    }
    .winding_item input[type=radio]:checked + label {
        opacity: 1;
    }
    .winding50 {
        margin: 0 10px;
    }
    .density-items,
    .width-items {
        display: flex;
    }
    label.vpp_density-label,
    label.vpp_width-label {
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 500;
        line-height: 19.6px;
        text-align: center;
        padding: 10px;
        border-radius: 12px;
        border: 2px solid rgba(255,255,255,50%);
        color: rgba(255,255,255,50%);
        display: block;
        cursor: pointer;
        transition: 200ms all ease;
        width: 44.5px;
    }
    label.vpp_density-label:hover,
    label.vpp_width-label:hover {
        background-color: transparent;
        font-weight: 700;
        border: 2px solid #fff;
        color: #fff;
    }
    .density_item:nth-child(2) {
        margin: 0 5px;
    }
    .width_item {
        margin: 0 2.5px;
    }
    .width_item:nth-child(1){
        margin: 0 2.5px 0 0;
    }
    .width_item:last-child{
        margin: 0 0 0 2.5px;
    }
    .density_item input[type=radio],
    .width_item input[type=radio] {
        display: none;
    }
    .density_item input[type=radio]:checked + label,
    .width_item input[type=radio]:checked + label {
        background-color: transparent;
        font-weight: 700;
        border: 2px solid;
        color: #fff;
    }
    .vpp-calc-input-plmn {
        border: 1px solid #fff;
        padding: 11px 17px;
        border-radius: 12px;
    }
    input.vpp_calc-custom-field {
        max-width: 80px;
        border: 1px solid #717171;
        border-radius: 12px;
        padding: 10px 16px;
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: 700;
        line-height: 19.6px;
        text-align: center;
        margin: 0 0px;
    }
    .vpp_bottom-form {
        margin-top: 24px;
    }
    .vpp_bottom-form .vpp_group-item {
        display: flex;
        justify-content: space-between;
    }
    .vpp_bottom-form .vpp_group-item:nth-child(2) {
        display: flex;
        flex-direction: column;
    }
    input.input-custom_vpp {
        padding: 12px 16px;
        border-radius: 12px;
        background: transparent;
        outline: none;
        border: 1px solid #fff;
        font-family: 'Inter';
        font-size: 14px;
        font-weight: 400;
        line-height: 19.6px;
        text-align: left;
        color: #fff;
        min-width: 340px;
    }
    input.vpp-submit {
        margin-right: 0;
        padding: 13px 12px;
        line-height: 19.6px;
        border-radius: 12px;
        outline: none;
        border: none;
        color: #fff;
        background: var(--green);
    }
    .copy_from-vpp {
        margin-top: 8px;
        font-family: 'Inter';
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;
        color: rgba(255, 255, 255, 50%);
        margin-bottom: 4px;
    }
    .copy_from-vpp a {
        text-decoration: underline;
    }
    .vpp-zero {
        font-family: 'Inter';
        font-size: 12px;
        font-weight: 400;
        line-height: 16.8px;
        text-align: left;
        color: #fff;
    }
    @media screen and (max-width: 1499px) {
        input.input-custom_vpp {
            min-width: 300px;
        }
        
        .vpp_top-form .vpp_group-item {
            margin-right: 25px;
        }
		
		div [id^=comp_] {
			margin: 0px;
		}
		
		.vpp-container.container {
			padding: 0px;
		}
    }
    @media screen and (max-width: 1024px) {
        .vpp_top-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
        .vpp_top-form .vpp_group-item {
            margin-right: 0;
        }
    }
    @media screen and (max-width: 991px) {
        .vpp_bottom-form .vpp_group-item:nth-child(2) {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .vpp_group-item {
            width: 50%;
            margin: 5px 0;
        }
        .vpp_bottom-form .vpp_group-item {
            width: 100%;
        }
        .vpp_top-form {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        input.input-custom_vpp {
            min-width: auto;
            margin: 5px 15px 5px 0;
        }
        .density-items, .width-items {
            display: flex;
            flex-wrap: wrap;
        }
        .width_item {
            margin: 2.5px 2.5px!important;
        }
        .vpp_bottom-form .vpp_group-item {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
        }
    }
    @media screen and (max-width: 840px) {
        input.input-custom_vpp {
            min-width: auto;
            margin: 5px 15px 15px 0;
        }
    }
    @media screen and (max-width: 767px) {
        .vpp_main {
            background: rgba(16, 45, 105, 1);
            overflow: hidden;
            position: relative;
        }
        .vpp_form {
            z-index: 11;
            position: relative;
        }
        .vpp_main-header {
            z-index: 11;
            position: relative;
        }
        .vpp_main:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0px;
            z-index: 0;
            background: url(/local/templates/gofromir/assets/images_new/maskgroup.png);
            transform: rotate(360deg);
            background-position: top;
            background-repeat: no-repeat;
            background-size: cover;
        }
    }
    @media screen and (max-width: 505px) {
        input.input-custom_vpp {
        min-width: 100%;
        width: 100%;
        margin: 5px 5px 5px 0;
    }
    .vpp_custom-input_text {
        width: 100%;
    }
    input.vpp-submit {
        width: 100%;
    }
    .vpp_group-item {
        width: 100%;
        margin: 5px 0;
    }
    .vpp_custom-input.vpp_input-calc {
        display: flex;
        justify-content: space-between;
    }
    input.vpp_calc-custom-field {
        max-width: 100%;
    }
    .vpp_head { 
        font-size: 22px; 
        line-height: 26.2px;
    }
    .vpp_main {
        padding: 32px 24px 32px;
    }
    .vpp_gr-name {  
        line-height: 18.2px;
        margin-bottom: 8px;
        margin-top: 16px; 
        height: auto;  
    }
    }
    @media screen and (max-width: 405px) {
        input.vpp_calc-custom-field {
            max-width: 65%;
        }
    }