.kompany-block .maxwidth-theme {
		padding: 0;
	}

	.kompany-block .block-dvantages__item {
		flex-basis: calc(50% - 10px);
	}
	.kompany-block .block-dvantages__item span {
		font-weight: 700;
	}

	.kompany-block .block-dvantages__item div {
		font-size: 14px;
		line-height: normal;
	}

	.kompany-block__info {
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.kompany-block__text {
		flex: 1 1 50%;
		padding-right: 25px;
	}

	.kompany-block__text-p {
		padding: 0;
		margin: 0;
		color: #000;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 17px;
	}

	.kompany-block__text-p:not(:last-child) {
		margin-bottom: 30px;
	}

	.kompany-block__image {
		flex: 1 1 50%;
		position: relative;
		padding: 40px 84px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		background: lightgray 50% / contain no-repeat;
		background-size: cover;
	}

	.kompany-block__image-logo {
		width: 100%;
	}


	.kompany-block .block-dvantages__wrap {
		margin-bottom: 45px;
		justify-content: space-between;
	}

	.block-props-details {
		border-radius: 4px;
		border: 1px solid #E5E5E5;
		padding: 32px 25px;
		background-color: #fff;
	}

	.block-props-details__title {
		font-family: "Montserrat", Arial, sans-serif;
		margin: 0;
		color: #101C34;
		padding: 0;
		margin-bottom: 20px;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}

	.block-props-details__list-blocks {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}

	.block-props-details__block {
		width: 100%;
	}

	.block-props-details__item {
		display: flex;
		position: relative;
	}
	.block-props-details__item:not(:last-child) {
		margin-bottom: 20px;
	}

	.block-props-details__item-name {
		color: #101C34;
		text-align: left;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 17px;
		flex: 1 0 auto;
	}

	.block-props-details__item-name span {
		background-color: #fff;
		position: relative;
		z-index: 1;
	}

	.block-props-details__item-dots {
		flex: 1 1 100%;
		/* border-top: 1px dotted #C2C6CF; */
		position: relative;
    	top: 15px;
	}

	.block-props-details__item-info {
		color: #101C34;
		text-align: right;
		font-family: "Montserrat", Arial, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 17px;
		flex: 1 0 auto;
		max-width: 255px;
	}

	.block-props-details__item-info span {
		background-color: #fff;
		position: relative;
		z-index: 1;
	}
	.block-props-details__item::after{
		content: "";
		position: absolute;
		top: 13px;
		left: 10px;
		width: 95%;
		border-top: 1px dotted #C2C6CF;
		height: 2px;
		z-index: 0;
	}



@media (max-width: 1560px) {
		.block-props-details__item-info {
			max-width: 240px;
		}
		.block-props-details__item-name {
			max-width: 200px;
		}
}

@media (max-width: 1430px) {
	.block-props-details__list-blocks{
		flex-direction: column;
	}
}

@media (max-width: 1280px) {
	.block-props-details__list-blocks{
		flex-direction: column;
	}
	.block-dvantages__wrap {
		flex-wrap: wrap;
	}
	.kompany-block__info {
		flex-direction: column;
		gap: 20px;
	}
	.kompany-block__image {
		order: 1;
		padding: 92px;

	}
	.kompany-block__text {
		order: 2;
	}
	.kompany-block__image-logo {
		width: 53vw;
	}

}
@media (max-width: 768px) {
.kompany-block .block-dvantages__wrap {
    margin-bottom: 40px;
}}

@media (max-width: 670px) {
	.block-props-details__item {
		flex-direction: column;
		gap: 2px;
	}
	.block-props-details__item-name {
		max-width: none;

	}
	.block-props-details__item-info {
		max-width: none;
		text-align: left;
	}
	.block-props-details__item:not(:last-child) {
		margin-bottom: 15px;
	}
	.block-props-details__item::after {
		display: none;
	}
}

@media (max-width: 480px) {
	.block-props-details {
		padding: 20px 15px;
	}
	.kompany-block .block-dvantages__item {
		flex-basis: 100%;
	}
	.kompany-block__image {
		padding: 58px 86px;
	}
}

@media (max-width: 320px) {
	.kompany-block__image {
		padding: 36px 54px;
	}
	.block-props-details {
		overflow-wrap: anywhere;
	}
}