.breadcrumb-custom {
    background: #444444;
}

.breadcrumb-custom .breadcrumb {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-size: 12px;
    letter-spacing: 0.04em;
    
    color: #969696 !important;    
    margin-bottom: 0;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb a{
    color: #969696 !important;
}

.section-banner {
    height: 862px;
    background: #444444;
    margin-bottom: 200px;
    padding-top: 150px;

    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}


.section-banner::before {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background: linear-gradient(270.34deg, rgba(0, 0, 0, 0.75) 39.18%, rgba(0, 0, 0, 0) 99.67%);
}

.section-banner p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0.04em;

    color: #FFFFFF;
    margin-top: 30px;
}

.section-banner .youtube-box {
    width: 100%;
    height: 486px;
    background: #444444;
    border: 10px solid #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-top: 240px;
    position: relative;
    margin-top: 100px;

}

.section-banner .red-box-left {
    position: absolute;
    background: #DF2526;
    width: 28px;
    height: 27px;
    left: -18.5px;
    top: -18.5px;
}

.section-banner .red-box-right {
    position: absolute;
    background: #BA1F25;
    width: 28px;
    height: 27px;
    right: -18.5px;
    bottom: -18.5px;
}

.section-performance {
    margin-top: 100px;
    overflow: hidden;
}

.section-performance .title-section--shadow {
    opacity: .1;
    font-size: 50px;
    position: absolute;
    margin-top: 0;
}

.graph-column {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 20px;

    background: #F7F7F7;
    border-radius: 3px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 344px;

}

.number {
    line-height: 81px;
    font-size: 78px;
}


.section-landing-feature {
    margin-top: 100px;
    margin-bottom: -260px;
}

.section-landing-feature .card-lf{
    height: 433px;
    background: #444444;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 50px;
    padding-top: 0;
}

@media all and (max-width: 768px) {
    .card-lf {
        margin-bottom: 40px;
    }
}

.card-lf .red-box {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0;

    background: #DF2526;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.card-lf h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    font-size: 18px;
    text-align: center;

    color: #FFFFFF;
}

.card-lf p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 14px;
    text-align: center;

    color: #FFFFFF;
}

.card-lf hr {
    border: 1px solid #FFFFFF;
    width: 50%;
}

.card-lf .image {
    height: 172px;
    padding-bottom: 34px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.section-lp-depoiments {
    padding-top: 320px;
    background: linear-gradient(180deg, #EFEFEF 0%, rgba(239, 239, 239, 0) 78.52%);
    position: relative;
    z-index: -1;
}

.section-lp-budget {
    background: #444444;
    padding-bottom: 122px;
    padding-top: 40px;
}

.section-lp-budget .title-section {
    color: white;
}

.section-lp-budget p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    font-size: 14px;

    color: #FFFFFF;
}

.section-lp-budget h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    font-size: 22px;

    color: #FFFFFF;
    margin-top: 75px;
}

.section-lp-budget h1 {
    margin-bottom: 30px !important;
}

.section-lp-budget .contact-data {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;

    color: #FFFFFF;
    margin-top: 60px;
}

.section-lp-budget label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;

    color: #FFFFFF;
}

.section-lp-budget input {
    background: transparent;
    color: white;
}

.section-lp-budget input:focus {
    background: transparent;
    color: white;
    border: 1px solid #ced4da !important;
}

.section-lp-budget .btn-outline {
    width: 100%;
}


footer {
    height: 128px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272727;


    font-family: Montserrat;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.04em;

    color: #FFFFFF;

    border-top: 0;
}