.widget-advantages.template-17{
    position: relative;
    overflow: hidden;
}
.widget-advantages.template-17 .widget-header{
    display: flex;
    align-items: flex-end;
    gap: 32px 60px;
}
.widget-advantages.template-17 .widget-header .widget-title{
    font-size: 64px;
    font-weight: 700;
    line-height: 102%;
    color: #000000;
    text-wrap-style: balance;
    text-wrap: balance;
}
.widget-advantages.template-17 .widget-header .widget-title span.special{
    color: var(--main-color);
}
.widget-advantages.template-17 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    max-width: 560px;
}
.widget-advantages.template-17 .widget-header + .widget-content{
    margin-top: 50px;
}

.widget-advantages.template-17 .widget-items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.widget-advantages.template-17 .widget-item{
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
    z-index: 0;
}
.widget-advantages.template-17 .widget-item:has(button[tooltip]:hover),
.widget-advantages.template-17 .widget-item:has(button[tooltip]:focus){
    z-index: 2 !important;
}
.widget-advantages.template-17 .widget-item[data-view='2']{
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.widget-advantages.template-17 .widget-item-picture{
    position: relative;
    display: flex;
    width: 100%;
}
.widget-advantages.template-17 .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.widget-advantages.template-17 .widget-item-tips{
    display: none;
    margin-top: 32px;
}
.widget-advantages.template-17 .widget-item-tip{
    position: relative;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 400;
    line-height: 123%;
    color: #626262;
    margin-top: 15px;
    padding-left: 20px;
    max-width: 560px;
}
.widget-advantages.template-17 .widget-item-tip:first-child{
    margin-top: 0;
}
.widget-advantages.template-17 .widget-item-tip:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--main-color);
    transform: translateY(6px);
}
.widget-advantages.template-17 .widget-item-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 128%;
    color: #5C5C5C;
}

.widget-advantages.template-17 .widget-button-wrap{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}
.widget-advantages.template-17 .widget-button{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: var(--main-color);
    text-decoration: none;

    transition: color .2s ease-out;
}
.widget-advantages.template-17 .widget-button:hover,
.widget-advantages.template-17 .widget-button:focus{
    color: var(--dark-main-color);
}
.widget-advantages.template-17 .widget-button svg path,
.widget-advantages.template-17 .widget-button svg circle{
    stroke: var(--main-color);

    transition: stroke .2s ease-out;
}
.widget-advantages.template-17 .widget-button:hover svg path,
.widget-advantages.template-17 .widget-button:hover svg circle,
.widget-advantages.template-17 .widget-button:focus svg path,
.widget-advantages.template-17 .widget-button:focus svg circle{
    stroke: var(--dark-main-color);
}
.widget-advantages.template-17 .widget-item-text {
	position: absolute;
	color: #fff;
	font-size: 45px;
	font-weight:bold;
	margin-left: 63px;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 1.2;
}
.widget-advantages.template-17 .widget-item-text.bottom {
	transform: initial;
	top: auto;
	bottom: 49px;
}
.widget-advantages.template-17 .widget-item-picture-title {
	font-size: 24px;
	color: #000;
	position: absolute;
	top: 40px;
	left: 40px;
	font-weight: 600;
}
@media all and (max-width: 1600px) {
    .widget-advantages.template-17 .widget-header .widget-title{
        font-size: 60px;
    }
}
@media all and (max-width: 1200px) {
    .widget-advantages.template-17 .widget-item-tips{
        display: block;
        margin-bottom: 20px;
    }
    .widget-advantages.template-17 .widget-item:last-child .widget-item-tips{
        margin-bottom: 0;
    }
}
@media all and (max-width: 1240px) {
    .widget-advantages.template-17 .widget-header{
        flex-wrap: wrap;
    }
    .widget-advantages.template-17 .widget-header .widget-title{
        max-width: 100%;
        flex: 0 0 100%;
        font-size: 48px;
    }
    .widget-advantages.template-17 .widget-header + .widget-content{
        margin-top: 46px;
    }
    .widget-advantages.template-17 .widget-item-pictures{
        gap: 30px;
    }
}
@media all and (max-width: 1000px) {
    .widget-advantages.template-17 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-17 .widget-header .widget-title {
        font-size: 36px;
    }
    .widget-advantages.template-17 .widget-header .widget-title br,
    .widget-advantages.template-17 .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 600px) {
	.widget-advantages.template-17 .widget-item-picture-title {
		font-size: 18px;
		top: 20px;
		left: 20px;
	}
	.widget-advantages.template-17 .widget-item-text {   
		font-size: 19px;
		margin-left: 30px;   
	}
	.widget-advantages.template-17 .widget-item-text.bottom {
		transform: initial;
		top: auto;
		bottom: 20px;
		font-size: 13px;
		margin-left: 13px; 
	}
    .widget-advantages.template-17 .widget-header{
        gap: 16px 66px;
    }
    .widget-advantages.template-17 .widget-header .widget-title{
        font-size: 28px;
        line-height: 112%;
    }
    .widget-advantages.template-17 .widget-header .widget-description{
        font-size: 16px;
        line-height: 124%;
    }
    .widget-advantages.template-17 .widget-header + .widget-content{
        margin-top: 30px;
    }
    .widget-advantages.template-17 .widget-items{
        gap: 20px;
    }
    .widget-advantages.template-17 .widget-item-pictures{
        flex-wrap: wrap;
        gap: 40px;
    }
    .widget-advantages.template-17 .widget-item,
    .widget-advantages.template-17 .widget-item[data-view='2']{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-advantages.template-17 .widget-button-wrap{
        margin-top: 27px;
    }
    .widget-advantages.template-17 .widget-button{
        font-size: 16px;
        gap: 17px;
    }
    .widget-advantages.template-17 .widget-button svg{
        width: 43px;
        height: 43px;
    }
    .widget-advantages.template-17 .widget-item-picture img{
        width: 100% !important;
        height: 100% !important;
        object-position: center !important;
        object-fit: contain !important;
        max-height: none !important;
    }
}