

/* Start:/include/websites_development/landingpage/style.css?17519827162419*/
:root{
	--main-color: #C41F4C;
	--main-color-hover: #000000;
}

b{
	font-weight: 600 !important;
}
.special{
	color: var(--main-color, #252525);
}

.page-container .container-advantages-1 .widget-development.template-advantages .widget-header {
    margin-bottom: 105px;
}

.widget-about{
	position: relative;
	overflow: hidden;
	padding: clamp(70px, 12vw, 120px) 0 clamp(40px, 12vw, 60px);
	font-size: clamp(16px, 1.8vw, 20px);
}
.widget-about .widget-template-wrapper{
	display: flex;
	align-items: flex-start;
	gap: 2.75em 5.6em;
}
.widget-about .widget-picture{
	display: flex;
	overflow: hidden;
	border-radius: 50%;
	aspect-ratio: 4/4;
	max-width: 411px;
	flex: 0 0 34%;
}
.widget-about .widget-picture img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.widget-about .widget-picture + .widget-content{
	margin-top: 2.65em;
}
.widget-about .widget-content{
	flex: 1;
}
.widget-about .widget-over-title{
	color: #808080;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
}
.widget-about .widget-over-title + *{
	margin-top: .5em;
}
.widget-about .widget-title{
	color: #1B1E25;
	font-size: 2.2em;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
	text-wrap-style: balance;
	text-wrap: balance;
}
.widget-about .widget-title + *{
	margin-top: 1.95em;
}
.widget-about .widget-description{
	color: #1B1E25;
	font-size: 18px;
	font-weight: 400;
	line-height: 138%;
}
.widget-about .widget-description p {
	margin-bottom: .9em;
}
.widget-about .widget-description p:last-child{
	margin-bottom: 0;
}
@media all and (max-width: 1200px) {
	.widget-about .widget-template-wrapper{
		gap: 2.75em 3em;
	}
	.widget-about .widget-picture + .widget-content{
		margin-top: 0;
	}
}
@media all and (max-width: 800px) {
	.widget-about{
		font-size: clamp(16px, 2.4vw, 20px);
	}
	.widget-about .widget-template-wrapper{
		flex-wrap: wrap;
	}
	.widget-about .widget-picture{
		display: none;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.widget-about .widget-content{
		flex: 1 0 100%;
	}
	.widget-about .widget-title{
		font-size: 2.125em;
		line-height: 122%;
	}
	.widget-about .widget-over-title + * {
		margin-top: .8em;
	}
	.widget-about .widget-description{
		font-size: 1em;
	}
}
@media all and (max-width: 600px) {
	.widget-about .widget-picture{
		display: flex;
	}
	.widget-about .widget-over-title{
		font-size: 14px;
	}
}
/* End */


/* Start:/include/2024/banner/style.css?17339127395212*/
.widget-banner{
    position: relative;
    overflow: hidden;
    background-color: #212429;
    padding: 234px 0 78px;
}
.widget-banner .widget-banner-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.widget-banner .widget-header{
    flex: 1;
}
.widget-banner .widget-header .widget-title{
    font-size: 42px;
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 44px;
    padding: 0;
    text-wrap: balance;
}
.widget-banner .widget-header .widget-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 600px;
}
.widget-banner .widget-header .widget-price{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 44px;
}
.widget-banner .widget-header .widget-price span{
    font-size: 37px;
    color: #ffffff;
}
.widget-banner .widget-header .widget-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px 34px;
}
.widget-banner .widget-header .widget-button[data-index="0"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 32px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    cursor: pointer;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="0"]:hover,
.widget-banner .widget-header .widget-button[data-index="0"]:focus{
    color: #ffffff;
    background-color: transparent;
}
.widget-banner .widget-header .widget-button[data-index="1"]{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;

    transition: opacity .2s ease-out;
}
.widget-banner .widget-header .widget-button[data-index="1"]:hover,
.widget-banner .widget-header .widget-button[data-index="1"]:focus{
    opacity: .6;
}
.widget-banner .widget-header div:last-child{
    margin-bottom: 0;
}
.widget-banner .widget-content{
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.widget-banner .widget-content .widget-icon{
    display: flex;
    margin-top: -77px;
    transform: translateX(18px);
    width: calc(100% + 258px);
}
.widget-banner .widget-content .widget-icon svg{
    display: flex;
    height: auto;
}
@media all and (max-width: 1600px) {
    .widget-banner .widget-header .widget-title{
        font-size: 38px;
    }
    .widget-banner .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-banner .widget-header .widget-price{
        font-size: 20px;
    }
    .widget-banner .widget-header .widget-price span{
        font-size: 35px;
    }
    .widget-banner .widget-content .widget-icon{
        transform: none;
        width: calc(100% + 120px);
    }
}
@media all and (max-width: 1200px) {
    .widget-banner .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-banner .widget-content .widget-icon{
        margin-top: 0;
        width: calc(100% + 100px);
    }
    .widget-banner .widget-content {
        align-self: flex-end;
        max-width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
    }
}
@media all and (max-width: 1100px) {
    .widget-banner .widget-header .widget-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-banner .widget-banner-wrapper{
        flex-wrap: wrap;
    }
    .widget-banner .widget-header{
        order: 2;
    }
    .widget-banner .widget-content{
        max-width: 100%;
        flex: 0 0 100%;
        display: none;
        order: 1;
    }
    .widget-banner .widget-content .widget-icon {
        width: 100%;
    }
}
@media all and (max-width: 980px) {
    .widget-banner{
        padding: 140px 0 76px;
    }
}
@media all and (max-width: 600px) {
    .widget-banner {
        padding: 76px 0 60px;
    }
    .widget-banner .widget-header .widget-title{
        font-size: 26px;
        line-height: 136%;
        margin-bottom: 24px;
    }
    .widget-banner .widget-header .widget-title br{
        display: none;
    }
    .widget-banner .widget-header .widget-description {
        font-size: 16px;
        line-height: 175%;
        max-width: calc(100% - 8px);
    }
    .widget-banner .widget-header .widget-price {
        font-size: 16px;
    }
    .widget-banner .widget-header .widget-price span {
        font-size: 32px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"]{
        padding: 16px 24px;
    }
    .widget-banner .widget-header .widget-button[data-index="0"],
    .widget-banner .widget-header .widget-button[data-index="1"]{
        text-align: center;
        font-size: 14px;
    }
    .widget-banner .widget-content{
        display: block;
    }
    .widget-banner .widget-banner-wrapper{
        gap: 28px;
    }
}
/* End */
/* /include/websites_development/landingpage/style.css?17519827162419 */
/* /include/2024/banner/style.css?17339127395212 */
