.Ellipse17 {
    width: 16px;
    height: 16px;
    background: #D9D9D9;
    border-radius: 9999px;
}

.Goals {
    width: 100%;
    padding: 60px 60px 75px;
    background: #29517A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.GoalsTitle {
    color: white;
    font-size: 40px;
    font-family: Cygre;
    font-weight: 700;
    word-wrap: break-word;
}

.GoalsSection {
    max-width: 1073px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.GoalBlock {
    width: 331px;
    height: 185px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 10px;
    color: #29517A;
    font-size: 18px;
    font-family: Arial;
    font-weight: 350;
    line-height: 25px;
    word-wrap: break-word;
    transition: all 1ms linear;
}

.GoalBlock:hover {
    border: 2px white solid;
    background-color: #29517A;
    color: white;
}

@media (max-width: 1193px) {
    .GoalsSection{
        justify-content: center;
    }
}

.Safepadik {
    width: 100%;
    height: auto;
    padding: 30px 60px 61px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.SafepadikTitle {
    max-width: 498px;
    text-align: center;
    color: #29517A;
    font-size: 40px;
    font-family: Cygre;
    font-weight: 700;
    line-height: 56px;
    word-wrap: break-word;
}

.SafepadikSection {
    width: 100%;
    max-width: 1085.78px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 43px;
}

.SafepadikSectionTitle {
    margin-top: 50px;
    color: #FF4E2E;
    font-size: 32px;
    font-family: Cygre SemiBold;
    font-weight: 600;
    word-wrap: break-word;
}

.SafepadikSectionBlock {display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.SafepadikContent {
    width: 100%;
    max-width: 1085.78px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 42px;
}

.ProductsContentBlock {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.ProductsContentBlockHeader {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.ProductsContentBlockHeaderTitle {
    color: #181818;
    font-size: 32px;
    font-family: Arial;
    font-weight: 600;
    line-height: 37.12px;
    word-wrap: break-word;
}

.ProductsContentBlockHeaderText {
    color: #595566;
    font-size: 16px;
    font-family: Arial;
    font-weight: 350;
    line-height: 23.60px;
    word-wrap: break-word;
}

.Content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.ProductsContentIcon {
    width: 52.33px;
    height: 52.33px;
    background: #ECEDE4;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #181818;
    font-size: 26px;
    font-family: Arial;
    font-weight: 700;
    line-height: 30.16px;
    word-wrap: break-word;
}

.ProductsContentBlockText {
    width: 100%;
    max-width: 382px;
    color: #595566;
    font-size: 16px;
    font-family: Arial;
    font-weight: 350;
    line-height: 23.60px;
    word-wrap: break-word;
}

.ContactButtonBlock {
    width: 100%;
    max-width: 508px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
}

.ContactButton {
    padding: 10px 20px;
    background: #FF4E2E;
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial;
    font-weight: 350;
    line-height: 27px;
    word-wrap: break-word;
    border-radius: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.Image2 {
    width: 450px;
    height: 637px;
    border-radius: 20px;
}

.directs-container {
    max-width: 100%;
    min-height: 500px;
    padding: 60px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.directs-title {
    color: #29517A;
    font-size: 40px;
    font-family: Cygre;
    font-weight: 700;
    word-wrap: break-word
}

.directs-slider {
    width: 100%;
    max-width: 1126px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.directs-slider .slick-prev {
    left: -40px; /* Adjust position */
    z-index: 1;
    background: url("../img/Arrowblack.svg") no-repeat;
    color: #fff;
    width: 30px;
    height: 24px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border: none;
    margin-top: 15px;
}

.directs-slider .slick-next {
    right: -40px; /* Adjust position */
    z-index: 1;
    background: url("../img/Arrowblack.svg") no-repeat;
    rotate: 180deg;
    color: #fff;
    width: 30px;
    height: 24px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    border: none;
}

.slider-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.content-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 50px;
}

.block-image {
    width: auto;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
}

.block-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.block-title {
    color: #FF4E2E;
    font-size: 58px;
    font-family: Cygre SemiBold;
    font-weight: 600;
    word-wrap: break-word
}

.block-desc {
    max-width: 830px;
    color: black;
    font-size: 22px;
    font-family: Cygre Book;
    font-weight: 350;
    word-wrap: break-word;
}

@media (max-width: 971px) {
    .content-block{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .block-image {
        width: 100%;
        max-width: 500px;
        height: auto;
        border-radius: 10px;
    }
    .block-title{
        font-size: 26px;
    }
    .block-desc{
        font-size: 14px;
    }
    .block-text{
        max-width: 500px;
    }
    .Image2{
        display: none;
    }
    .SafepadikSectionBlock{
        flex-direction: column;
    }
    .ProductsContentBlock{
        align-items: center;
    }
}

@media (max-width: 769px) {
    .GoalsTitle {
        font-size: 38px; /* было 40 */
    }

    .GoalBlock {
        font-size: 16px; /* было 18 */
    }

    .SafepadikTitle {
        font-size: 38px; /* было 40 */
    }

    .SafepadikSecrionTitle {
        font-size: 20px; /* было 32 */
    }

    .ProductsContentBlockHeaderTitle {
        font-size: 20px; /* было 32 */
    }

    .ProductsContentBlockHeaderText {
        font-size: 14px; /* было 16 */
    }

    .ProductsContentIcon {
        font-size: 20px; /* было 26 */
    }

    .ProductsContentBlockText {
        font-size: 14px; /* было 16 */
    }

    .ContactButton {
        font-size: 14px; /* было 16 */
    }

    .directs-title {
        font-size: 38px; /* было 40 */
    }
    .Safepadik{
        padding: 0 10px 61px;
    }
    .ProductsContentBlockText{
        max-width: none;
    }
    .ProductsContentBlockHeader{
        justify-content: center;
    }
    .SafepadikSection{
        gap: 16px;
    }
}