.page_subtitle {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #C9FA5B;
    width: 54%;
    margin-bottom: 32px;
}
.text_link {
    color: inherit;
    text-decoration: underline;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 48px;
}
.text_link:hover {
    color: inherit;
}
.page_title {
    width: 70%;
    margin-bottom: 0;
}
.page_list {
    column-count: 2;
    margin-bottom: 48px!important;
}
.page_item {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9DA9B5;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
}

.page_item::before {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    color: #fff;
    font-size: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    top: 3px;
}
.page_item:nth-child(1)::before {
    content: '1';
}
.page_item:nth-child(2)::before {
    content: '2';
}
.page_item:nth-child(3)::before {
    content: '3';
}
.page_item:nth-child(4)::before {
    content: '4';
}
.page_item:nth-child(5)::before {
    content: '5';
}
.page_item:nth-child(6)::before {
    content: '6';
}
.page_item:nth-child(7)::before {
    content: '7';
}
.page_item:nth-child(8)::before {
    content: '8';
}
.page_item:nth-child(9)::before {
    content: '9';
}
.page_item:nth-child(10)::before {
    content: '10';
}
.original_subtitle.page_subtitle {
    font-weight: 400;
}
.landing_list {
    list-style: disc!important;
}
.landing_item::marker {
    color: #C9FA5B;
}
.landing_item::before {
    display: none;
}
.landing_item {
    margin-left: 15px;
    padding-left: 0;
}
.banner_inner.page {
    margin: 48px 0 164px 0;
}
.problems_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}
.problems_title.title.page_title {
    margin: 0 0 24px 0;
    text-align: start;
    width: 100%;
}
.problems_title.title.page_title::after,
.problems_title.title.page_title::before {
    display: none;
}
.problems_text {
    width: 82%;
}
.problems_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 18px;
}
.problems_info {
    background: rgb(33 28 35);
    border-radius: 24px;
    position: relative;
    border: none;
    padding: 24px;
    width: 48%;
    margin-bottom: 30px;
    margin-right: 0;
}
.problems_info:nth-child(1),
.problems_info:nth-child(3) {
    margin-right: 30px;
}
.problems_info::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    border-radius: 24px;
    z-index: -1;
}
.problems_info_title {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
.problems_info_text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9DA9B5;
}
.problems_img {
    width: 100%;
}
.problems_img img {
    width: 304px;
    height: 290px;
    max-width: fit-content;
}
.banner_landing_wrapper{
    background: #1b1a1d;
    border-radius: 24px;
    position: relative;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_landing_wrapper:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    border-radius: 24px;
    z-index: -1;
}
.banner_spans {
    margin-bottom: 24px;
}
.banner_line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF -44.53%, rgba(255, 255, 255, 0) 112.24%);
    margin-bottom: 24px;
}
.banner_span {
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    height: 10px;
    background: linear-gradient(151.93deg, #FFFFFF 17.39%, rgba(196, 196, 196, 0) 87.2%);
}
.banner_landing_inner {
    width: 100%;
}
.banner_title {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 600;
    max-width: 700px;
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 160%;
}
.banner_landing {
    margin-bottom: 120px;
}

.assignment_title {
    max-width: 720px;
}
.assignment_text{
    max-width: 870px;
    margin: 0 auto 40px;
    text-align: center;
}
.main_text em {
    color: #9DA9B5;
}
.assignment .header_btn.free {
    margin: 0 auto;
}
.assignment {
    margin-bottom: 100px;
}
.related_title {
    width: fit-content;
    margin: 0 auto 85px;
}
.related_links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
    gap: 72px;
    justify-content: center;
}
.related_link {
    width: 360px;
    background-color: #313033;
    position: relative;
    padding: 24px;
    border-radius: 15px;
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;

    color: #FFFFFF;
}
.related_link:hover {
    color: #FFFFFF;
}
.related_link :before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    border-radius: 24px;
    z-index: -1;
}
.page_landing {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page .original_text {
    max-width: 615px;
    width: 100%;
    margin: 0;
}
.original .header_btn.free {
    margin: 0 auto;
}
.reviews_slider .slick-prev, .reviews_slider .slick-next {
    right: 50%;
    left: auto;
}
.reviews_slider .slick-next {
    left: 50%;
    margin-left: 10px;
}
.reviews_slider .slick-prev {
    margin-right: 10px;
}
.assignment_item img {
    width: 90px;
    height: 90px;
}
.samples_item {
    background: #1A191C;
    border-radius: 24px;
    position: relative;
    display: inline-block;
    padding: 32px 24px 16px;
    margin-right: 24px;
    vertical-align: middle;
}
.samples_text {
    color:  #9DA9B5;
    font-size: 14px;
    line-height: 24px;
}
.samples_main {
    color:  #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    margin-bottom: 16px;
}
.samples_main.link {
    cursor: pointer;

}
.samples_main.link:hover {
    color:  #FFF;
}
.samples_info {
    display: flex;
}
.samples_subinfo:first-child {
    margin-right: 132px;
}
.samples_item:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    border-radius: 24px;
    z-index: -1;
}
.samples_bottom {
    display: flex;
    margin-top: 8px;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.samples_bottom_label {
    display: flex;
}
.samples_bottom-text {
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin-left: 16px;
}

.samples_bottom:before {
    content: '';
    width: 316px;
    height: 1px;
    background: linear-gradient(144deg, rgba(255, 255, 255, 0.50) -20.52%, rgba(255, 255, 255, 0.00) 105.7%);
    position: absolute;
    top: 0;
    left: 0;
}
.samples_cta {
    width: 50px;
    height: 30px;
    border: 1px solid #C9FA5B;
    padding: 6px 16px;
    border-radius: 30px;
    display: block;
}
.samples_cta svg {
    display: block;
    width: 16px;
    height: 16px;
}
.samples_slider {
    position: relative;
}
.samples_subtitle {
    margin-bottom: 24px;
}
.samples .slick-prev, .samples .slick-next {
    top: -48px;
}






@media (max-width: 1170px) {
    .title.page_title {
        margin-top: 124px;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .page .original_text {
        max-width: 345px;
        margin-bottom: 12px;
    }
    .original_title.title.related_title {
        margin: 0 auto 52px;
    }
    .related_links {
        gap: 30px;
        margin-bottom: 60px;
    }
    .banner_landing_wrapper {
        padding: 24px 24px 32px;
    }
    .banner_img {
        width: 208px;
    }
    .banner_title {
        font-size: 28px;
    }
    .title.page_title {
        width: 100%;
    }
    .problems_title.title.page_title {
        width: 484px;
        margin-right: -80px;
    }
    .problems_text {
        width: 99%;
    }
    .problems_wrapper {
        align-items: flex-end;
    }
    .page_list {
        column-count: 1;
    }
    .page_subtitle {
        width: 95%;
    }
    .samples_title {
        margin: 0 auto 24px;
    }
    .samples_subtitle {
        margin-right: 150px;
    }
    .samples .slick-prev, .samples .slick-next {
        right: 0;
        left: auto;
    }
    .samples .slick-prev {
        right:64px;
    }
}
@media (max-width: 767px) {
    .page .original_text {
        max-width: 100%;
        margin-bottom: 12px;
    }
    .page_landing img {
        display: none;
    }
    .original_title.title.related_title {
        margin: 0 auto 42px;
    }
    .related_link {
        padding: 21px;
        font-size: 14px;
    }
    .banner_landing {
        margin-bottom: 60px;
    }
    .banner_title {
        font-size: 24px;
    }
    .banner_landing_wrapper {
        padding: 24px;
    }
    .banner_landing_wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .banner_content {
        text-align: center;
    }
    .banner_content .header_btn.free {
        margin: 0 auto 32px;
    }
    .page_subtitle {
        font-size: 16px;
    }
    .main_text {
        font-size: 14px;
    }
    .page_item {
        font-size: 14px;
    }
    .problems_info:nth-child(1), .problems_info:nth-child(3) {
        margin-right: 0;
    }
    .problems_wrapper {
        flex-direction: column;
    }
    .problems_title.title.page_title {
        margin: 0 0 24px 0;
        width: 100%;
        text-align: center;
    }
    .problems_text {
        width: 100%;
        margin-bottom: 24px;
    }
    .problems_img img {
        margin: 0 auto;
    }
    .samples_title {
        margin: 0 auto 24px;
        text-align: center;
    }
    .samples_subtitle {
        margin-right: 0;
    }
    .samples .slick-prev, .samples .slick-next {
        top: auto;
        left: 0;
        right: auto;
    }
    .samples .slick-next {
        left: 64px;
    }
    .samples_item {
        margin-right: 16px;
    }
}

