.slider-reviews-block span.icon {
    position: absolute;
    bottom: 30px;
    right: 35px;
}
.apple-main {
    padding-left: 40px;
}
.submain.apple-main{
    padding-left: 0;
}
#appliances-redesign .header .text-block.apple-main h1 {
    text-align: left;
    margin-top: 110px;
}
#appliances-redesign .header .text-block.submain h1{
    margin-top: 50px;
}
#appliances-redesign.theme7827a7 .header .text-block.submain .info.heading{
    padding-bottom: 0;
    font-size: 22px;
}

#appliances-redesign .header .text-block.apple-main .info {margin-left: 0;margin-right: 0;margin-top: 40px;}

.apple-main .info ul.hero-ul-main {
    align-items: flex-start;
    color: #FFF;
    font-family: 'Gotham Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400; 
}

.apple-main .info ul.hero-ul-main li {
    padding: 10px 0 10px 50px;
    position: relative;
    text-align: left;
}
.apple-main .info ul.hero-ul-main li:before{
        content: '' !important;
    width: 38px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
}
.apple-main .info ul.hero-ul-main li:nth-child(1):before{
    background:url('img/fast.svg');
        background-repeat: no-repeat;
}
.apple-main .info ul.hero-ul-main li:nth-child(2):before{
    background:url('img/original.svg');
        background-repeat: no-repeat;
}
.apple-main .info ul.hero-ul-main li:nth-child(3):before{
    background:url('img/garant.svg');
        background-repeat: no-repeat;
}
#appliances-redesign .appliances-redesign_types_block_content{
    position: relative;
}
#appliances-redesign .appliances-redesign_types_block_content .price {
    position: absolute;
    bottom: 40px;
    left: 35px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}


.advantages-apple {
    padding: 60px 0;
}

.advantages-apple .title {
    color: #292929;
    font-family: 'Gotham Pro';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 101.536px */
    margin-bottom: 35px;
}

.advantages-apple .wrap {
    display: flex;
    gap: 0 16px;
}

.advantages-apple .wrap .item {
    border-radius: 10px;
    background: #FFF;
    padding: 45px 37px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px 0;
    width: calc(100%/4 - 16px);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.advantages-apple .wrap .item .name {
    color: #000;
    font-family: 'Gotham Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110.7%; /* 19.926px */
    padding-right: 20px;
}

.advantages-apple .wrap .item .text {
    color: #000;
    font-family: 'Gotham Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.7%; /* 22.992px */
    padding-right: 11px;
}

@media screen and (max-width:768px) {
    .advantages-apple .title {
        font-size: 24px;
        line-height: 30px;
    }
    .advantages-apple .wrap{
        flex-wrap: wrap;
        gap:16px;
    }
    .advantages-apple .wrap .item {
        width: calc(100%/2 - 16px);
    }
}
@media screen and (max-width:525px) {
    #appliances-redesign .header .text-block.apple-main .info{
        width: 100%;
    }
    .apple-main{
        padding-left: 0;padding-right: 0;
    }
    #appliances-redesign .appliances-redesign_types_block_content .price{
        left: 25px;
    }
    .advantages-apple .wrap .item {
        width: 100%;
    }
}

#appliances-redesign .services .title{
    color: #FFF;
    font-family: 'Gotham Pro';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 40px;
}

#appliances-redesign .content table {
    border: 1px solid #ccc;
    margin: 30px 0;
    border-collapse: collapse;
}

#appliances-redesign .content table tr, #appliances-redesign .content table td,#appliances-redesign .content table th {
    border: 1px solid #ccc;
    padding: 10px;
}