/* free help css */
.free-help {
    margin: 0 43px;
    margin-bottom: 157px;
}
.free-help__container {
    width: 100%;
    max-width: 1490px;
    padding: 0 15px;
    margin: 0 auto;
}
.free-help__intro {
    border-radius: 40px;
    background: #F6F6F4;
    padding-top: 97px;
    padding-bottom: 104px;
    margin-bottom: 110px;
}
.free-help__intro .free-help__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.free-help__title {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    color: #454545;
}
.free-help__intro .free-help__title {
    margin-bottom: 40px;
}
.free-help__intro__text {
    font-size: 20px;
    line-height: 30px;
    color: #454545;
    margin-bottom: 26px;
}
.free-help__intro__text span {
    font-weight: 700;
}
.free-help__intro__text span span {
    color: #06C8D2;
}
.free-help__intro-nav {
    display: flex;
    margin-top: 39px;
}
.free-help__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 331px;
    height: 84px;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    background: #06C8D2;
    border-radius: 8px;
    margin-right: 17px;
    border: none;
    transition: .2s;
}
.free-help__btn--persons {
    margin: 0 auto;
    margin-top: 24px;
}
.free-help__btn:hover {
    color: #FFFFFF;
    opacity: .6;
}
.free-help__intro-right {
    margin-left: 20px;
}
.free-help__intro-photo {
    position: relative;
}
.free-help__intro-photo img {
    width: 100%;
}
.free-help__intro-photo::after {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border: 3px dashed #06C8D2;
    border-radius: 6px;
}
.free-help__intro-left {
    display: flex;
    flex-direction: column;
}
.free-help__features .free-help__title {
    margin-bottom: 51px;
}
.free-help__features-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 103px;
}
.free-help__features-item {
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    border: 2px solid rgba(6, 200, 210, 0.3);
    padding: 23px;
    height: 205px;
    width: calc(33.3333% - 20px);
}
.free-help__features-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #454545;
}
.free-help__features-item img {
    margin-top: auto;
}
.free-help__features-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 105px;
}
.free-help__features-wrap {
    display: flex;
    align-items: center;
    background: #06C8D2;
    border-radius: 53px;
    padding: 16px 68px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.free-help__features-text {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-right: 21px;
}
.free-help__about {
    background: rgba(246, 246, 244, 0.7);
    border-radius: 40px;
    padding-top: 117px;
    padding-bottom: 130px;
}
.free-help__about .free-help__title {
    margin-bottom: 31px;
}
.free-help__subtitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #454545;
    margin-bottom: 53px;
}
.free-help__subtitle--blue {
    margin-bottom: 33px;
    color: #06C8D2;
}
.free-help__about-item {
    display: flex;
    flex-direction: column;
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.free-help__about-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #454545;
    margin-top: 17px;
    margin-bottom: 10px;
    max-width: 260px;
    transition: .2s;
    display: flex;
}
.free-help__about-name:hover {
    color: #454545;
    opacity: .6;
}
.free-help__about-item span {
    display: flex;
    font-size: 18px;
    line-height: 26px;
}
.free-help__slider {
    display: flex;
    align-items: center;
}
.free-help__slider .slick-next {
    width: 20px;
    height: 37px;
    background-size: cover;
    background-position: center;
    background-image: url('../img/free-help/slider-next.svg');
    top: 40%;
}
.free-help__slider .slick-next::before {
    content: none;
}
.free-help__slider .slick-prev {
    width: 20px;
    height: 37px;
    background-size: cover;
    background-position: center;
    background-image: url('../img/free-help/slider-prev.svg');
    top: 40%;
    left: -45px;
}
.free-help__slider .slick-prev::before {
    content: none;
}
.free-help__slider .slick-disabled {
    display: none !important;
}
.free-help__about-photo {
    width: 100%;
}
.free-help__about-photo img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.free-help__scheme {
    margin-top: 110px;
    margin-bottom: 165px;
}
.free-help__scheme .free-help__title {
    margin-bottom: 73px;
}
.free-help__scheme-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.free-help__scheme-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 25%;
}
.free-help__scheme-item::after {
    content: '';
    position: absolute;
    right: -30%;
    top: 25.5%;
    border: 1px dashed #DDDDDD;
    width: 60%;
    height: 1px;
}
.free-help__scheme-item:last-child::after {
    content: none;
}
.free-help__scheme-number {
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 24px;
    border-radius: 50%;
    width: 89px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #06C8D2;
}
.free-help__scheme-item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #454545;
    max-width: 260px;
    text-align: center;
}
.free-help__chat {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 70px;
}
.free-help__chat-left {
    display: flex;
    flex-direction: column;
}
.free-help__chat-left .free-help__title {
    margin-bottom: 43px;
}
.free-help__chat-link {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #06C8D2;
    transform: .2s;
    margin-bottom: 32px;
}
.free-help__chat-link:hover {
    color: #06C8D2;
}
.free-help__chat-link:hover .free-help__chat-link-arrow {
    transform: translate(30%);
}
.free-help__chat-link-arrow {
    margin-left: 7px;
    margin-right: 13px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.free-help__chat-left span {
    font-size: 18px;
    line-height: 30px;
    color: #454545;
    display: flex;
    margin-bottom: 20px;
    max-width: 733px;
}
.free-help__persons {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
@media (max-width: 1200px) {
    .free-help__intro .free-help__container {
        flex-direction: column;
    }
    .free-help__intro-right {
        margin-left: 0;
        margin-top: 60px;
    }
    .free-help__features-content {
        flex-direction: column;
    }
    .free-help__features-item {
        width: 100%;
        margin-bottom: 25px;
    }
    .free-help__features-title br {
        display: none;
    }
    .free-help__chat-right {
        display: none;
    }
}

@media (max-width: 991px) {
    .free-help {
        margin: 0 16px;
    }
    .free-help__about {
        padding-top: 60px;
        padding-bottom: 75px;
    }
    .free-help__subtitle br {
        display: none;
    }
    .free-help__scheme {
        margin-top: 60px;
        margin-bottom: 75px;
    }
    .free-help__scheme-content {
        flex-direction: column;
    }
    .free-help__scheme-item::after {
        content: none;
    }
    .free-help__scheme-item {
        width: 100%;
        margin-bottom: 25px;
    }
    .free-help__title br {
        display: none;
    }
    .free-help__chat-left br {
        display: none;
    }
    .free-help__features-content {
        margin-bottom: 75px;
    }
    .free-help__about-item {
        width: calc(50% - 16px);
        margin-right: 16px;
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .free-help__btn--persons {
        margin-top: 24px;
    }
}
@media (max-width: 576px) {
    .free-help {
        margin: 0;
    }
    .free-help__container {
        padding: 0 16px;
    }
    .free-help__intro-right {
        display: none;
    }
    .free-help__intro {
        background: none;
        padding-top: 35px;
        padding-bottom: 65px;
        margin-bottom: 0;
    }
    .free-help__title br {
        display: none;
    }
    .free-help__title {
        font-size: 28px;
        line-height: 36px;
    }
    .free-help__intro .free-help__title {
        margin-bottom: 23px;
    }
    .free-help__intro__text br {
        display: none;
    }
    .free-help__intro__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .free-help__intro-nav {
        flex-direction: column;
        margin-top: 20px;
    }
    .free-help__btn {
        font-size: 18px;
        line-height: 22px;
        height: 62px;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%;
    }
    .free-help__features-title br {
        display: block;
    }
    .free-help__features-item img {
        width: 53px;
        height: 53px;
    }
    .free-help__features-item {
        height: 160px;
        margin-bottom: 8px;
    }
    .free-help__features .free-help__title {
        margin-bottom: 24px;
    }
    .free-help__features-text span {
        display: none;
    }
    .free-help__features-content {
        margin-bottom: 65px;
    }
    .free-help__features-wrap {
        width: 100%;
        padding: 16px 36px;
        margin-bottom: 8px;
        margin-right: 0;
    }
    .free-help__features-wrap img {
        margin-left: auto;
    }
    .free-help__features-text {
        font-size: 14px;
        line-height: 20px;
        margin-right: 47px;
    }
    .free-help__features-title {
        font-size: 16px;
        line-height: 24px;
        margin-right: 10px;
    }
    .free-help__features-inner {
        margin-bottom: 65px;
    }
    .free-help__about .free-help__title {
        margin-bottom: 29px;
    }
    .free-help__subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .free-help__about {
        padding-top: 43px;
        padding-bottom: 54px;
        border-radius: 0;
    }
    .free-help__scheme {
        margin-top: 65px;
        margin-bottom: 65px;
    }
    .free-help__scheme .free-help__title {
        margin-bottom: 40px;
    }
    .free-help__chat-link {
        font-size: 18px;
        line-height: 30px;
    }
    .free-help__chat-link-arrow {
        margin-left: 14px;
    }
    .free-help__chat-left span {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 19px;
    }
    .free-help__chat-left .free-help__title {
        margin-bottom: 28px;
    }
    .free-help__slider .slick-list{
        padding:0 20% 0 0;
    }
    .free-help__slider {
        margin-right: -16px;
    }
    .free-help__about-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .free-help__btn--persons {
        margin-top: 16px;
    }
}