.calculate-button-container {
    text-align: center;
    margin-top: 30px;
}

.calculate-button {
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    color: #d13d73;
    background-color: transparent;
    border: 2px solid #d13d73;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.calculate-button:hover {
    background-color: #d13d73;
    color: white;
}

.table_profile_rehau {
	margin-bottom: 30px;
}

.table_profile_rehau .block {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    border-style: dashed;
    border-width: 2px 2px 0px 2px;
    border-color: #f2f2f2;
}

.table_profile_rehau .block.last {
    border-width: 2px 2px 2px 2px;
}

.table_profile_rehau .block .image {
    width: 100%;
    max-width: 20%;
    padding: 20px;
}

.table_profile_rehau .block .info {
    width: 100%;
    max-width: 50%;
    padding-top: 29px;
    padding-bottom: 58px;
    padding-right: 40px;
}

.table_profile_rehau .block .info .title {
    font-family: Fira Sans;
    font-size: 35px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
}

.table_profile_rehau .block .info .title span {
	color: rgb(77, 167, 236);
}

.table_profile_rehau .block .info .title span a {
	text-decoration: unset;
	color: rgb(77, 167, 236);
}

.table_profile_rehau .block .info .content {
    color: rgb(77, 77, 77);
    font-family: Fira Sans;
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 31px;
}

.table_profile_rehau .block .info .options {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.table_profile_rehau .block .info .option {
    display: block;
    width: 100%;
    max-width: 26%;
    margin-right: 50px;
}

.table_profile_rehau .block .info .option .name {
    color: rgb(122, 122, 122);
    font-family: Fira Sans;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.table_profile_rehau .block .info .option .option_background {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    border-radius: 100px;
    background: rgb(238, 238, 238);
}

.table_profile_rehau .block .info .option .option_background .option_background_hover {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: 2px;
}

.table_profile_rehau .block .info .option.bolshe_sveta .option_background .option_background_hover {
	background: rgb(255, 179, 58);
}

.table_profile_rehau .block .info .option.sohranenie_tepla .option_background .option_background_hover {
	background: rgb(254, 121, 85);
}

.table_profile_rehau .block .info .option.zashhita_ot_shuma .option_background .option_background_hover {
	background: rgb(122, 205, 86);
}

.table_profile_rehau .block .info .option.zashhita_ot_shuma {
	margin-right: 0px;
}

.table_profile_rehau .block .url_price {
    width: 100%;
    max-width: 29%;
    padding: 40px;
    text-align: center;
    border-style: dashed;
    border-width: 0px 0px 0px 2px;
    border-color: #f2f2f2;
}

.table_profile_rehau .block .url_price .percent {
    color: rgb(209, 61, 115);
    font-family: Fira Sans;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 2px;
}

.table_profile_rehau .block .url_price .text {
    color: rgb(68, 68, 68);
    font-family: Fira Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 20px;
}

.table_profile_rehau .block .url_price .price {
    color: rgb(68, 68, 68);
    font-family: Fira Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.table_profile_rehau .block .url_price .url a {
    display: block;
    color: rgb(209, 61, 115);
    font-family: Fira Sans;
    font-size: 19px;
    font-weight: 300;
    line-height: 19px;
    box-sizing: border-box;
    border: 1px solid rgb(209, 61, 115);
    border-radius: 50px;
    text-decoration: unset;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
}

@media (max-width: 1200px) {

.table_profile_rehau .block {
    display: block;
    flex-flow: unset;
    justify-content: unset;
}

.table_profile_rehau .block .image, .table_profile_rehau .block .info, .table_profile_rehau .block .url_price {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.table_profile_rehau .block .info .options {
    display: none;
}

.table_profile_rehau .block .url_price {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-width: 0px;
}

.table_profile_rehau .block .info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
}

.table_profile_rehau .block .url_price {
    padding: 20px;
}

.table_profile_rehau .block .info .title {
    line-height: 37px;
    font-size: 30px;
}

}