@font-face {
    font-family: 'Fira Code';
    src: url('/wp-content/themes/twentytwenty/assets/fonts/FiraCode-Medium.woff2') format('woff2');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Fira Code';
    src: url('/wp-content/themes/twentytwenty/assets/fonts/FiraCode-SemiBold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/wp-content/themes/twentytwenty/assets/fonts/Lato-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/wp-content/themes/twentytwenty/assets/fonts/Lato-Semibold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('/wp-content/themes/twentytwenty/assets/fonts/Lato-Bold.woff2') format('woff2');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: 'Lato';
    font-weight: 400;
    color: #fff;
}
.dropdown-toggle::after {
    vertical-align: middle;
}
.dropdown-menu {
    --bs-dropdown-bg: transparent;
}
.dropdown-menu.show {
    border: 1px solid #7a787b;
    background: rgb(25 20 28);
    padding: 10px;
}
.dropdown-item {
    font-size: 14px;
    color: #fff;
    padding: 5px 0 0 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #495057;
    background-color: transparent;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
    padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background-color: #010003;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
    list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a {
    text-decoration: none;
    font-size: 14px;
    color: inherit;
}

/* Упрощаем работу с изображениями */
img {
    max-width: 100%;
    display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
    font: inherit;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.header_nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 15px;
    z-index: 9999;
    background-image: url(https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/Blur.png);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #010003;
}
.header_content-text.marginTop {
    margin-top: 150px;
}
.header_nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1110px;
    margin: 0 auto;
}
.menu_list {
    display: flex;
}

.header_btns {
    display: flex;
    align-items: center;
}
.menu_list-item.btn_mob {
    display: none;
}
.header_btns li:not(:last-child) {
    margin-right: 32px;
}
.menu_list-item a:hover, .header_btn.sign:hover {
    padding-bottom: 5px;
    border-bottom: 1px solid #C9FA5B;
    color: inherit;
}
.menu_list-item {
    font-size: 14px;
}

.menu_list-item:not(:last-child) {
    margin-right: 32px;
}
.logo_img {
    margin: 14px 0;
}
.header_btn.free {
    color: #010003;
    text-transform: uppercase;
    width: 144px;
    font-size: 12px;
    font-weight: 700;
    background: #C9FA5B;
    border-radius: 4px;
    display: block;
    line-height: 36px;
    transition: .4s;
    cursor: pointer;
    text-align: center;
}
.choose .header_btn.free {
    margin: 24px auto 0;
}
.header_btn.free:hover {
    background: #97BC43;
}
.menu_img-wrapper {
    display: none;
}

/*--------------Header_content-------------*/
.header_content-wrapper {
    display: flex;
    padding-top: 124px;
}
.header_content-text {
    width: 56%;
    margin-right: 42px;
}
.header_title {
    font-family: 'Fira Code';
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 24px;
}
.header_title span {
    color: #C9FA5B;
    font-weight: 600;
    text-shadow: 0px -2px 45px #5D7526;
}
.header_text {
    color: #9DA9B5;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 48px;
}
.header_content-btns {
    display: flex;
    align-items: center;
}

.header_btn.free.header_content-btn {
    margin-right: 24px;
}
.header_btn-live {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #C9FA5B;
    border-radius: 4px;
    width: 144px;
    text-transform: uppercase;
    text-align: center;
    transition: .4s;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    cursor: pointer;
}
.header_btn-live:hover {
    background: #C9FA5B;
    color: #010003;
}
.howitworks {
    overflow: hidden;
    padding-bottom: 40px;
}
.title {
    font-family: 'Fira Code';
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    position: relative;
    width: fit-content;
    margin: 164px 0 48px 0px;
}
.title::before {
    content: '';
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/Tag.png");
    position: absolute;
    width: 14px;
    height: 25px;
    left: -20px;
    bottom: 50%;
    transform: translateY(50%);
}
.title::after {
    content: '';
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/Tag.png");
    position: absolute;
    width: 14px;
    height: 25px;
    right: -20px;
    bottom: 50%;
    transform: translateY(50%)rotate(180deg);
}
.howitworks_info {
    display: none;
    min-height: 400px;
    align-items: flex-end;
    justify-content: space-between;
}
.howitworks_info-text {
    position: relative;
    width: 55%;
    padding: 60px 32px 32px 24px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    margin-top: 25px;
}
.howitworks_info-text:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    width: 90px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 999;
}
.howitworks_info-text.place:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/01.png");
}
.howitworks_info-text.meet:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/02.png");
}
.howitworks_info-text.make:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/03.png");
}
.howitworks_info-text.get:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/04.png");
}

.carousel-indicators {
    bottom: -45px;
    width: 360px;
    margin: 0 auto;
}
.carousel-indicators:after {
    content: '04';
    color: #C9FA5B;
    position: absolute;
    top: -3px;
    right: -30px;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 18px;
}

.carousel-indicators [data-bs-target] {
    margin: 0;
    height: 2px;
    background-color: #495057;
    opacity: 1;
    width: 100%;
}
.carousel-indicators .active {
    background-color: #C9FA5B;
}
.btnSlide {
    position: relative;
}
.btnSlide:before {
    position: absolute;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 18px;
    color: #C9FA5B;
    top: -13px;
}
.btnSlide.btnSlide1.active:before {
    content: '01';
    right: -390px;
}
.btnSlide.btnSlide2.active:before {
    content: '02';
    right: -300px;
}
.btnSlide.btnSlide3.active:before {
    content: '03';
    right: -210px;
}
.btnSlide.btnSlide4.active:before {
    content: '04';
    right: -120px;
}

.howitworks_text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}
.howitworks_list {
    list-style: disc!important;
    margin-left: 20px!important;
}
.howitworks_list-item {
    color: #9DA9B5;
    font-size: 14px;
    line-height: 22px;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
}
.sub_title {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}
.text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Lato';
    color: #9DA9B5;
}
.main_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato';
    color: #9DA9B5;
}

.assignment {
    margin-top: 124px;
}
.assignment_title {
    text-align: center;
    margin: 0 auto 48px;
}
.assignment_inner {
    background: #1A191C;
    border-radius: 24px;
    position: relative;
    padding: 64px;
    display: flex;
    margin-bottom: 44px;
}
.assignment_inner: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;

}

.assignment_item:not(:last-child) {
    margin-right: 48px;
}
.choose_slider-item {
    background: #1A191C;
    border-radius: 24px;
    position: relative;
    display: inline-block;
    padding: 60px 16px 70px;
    margin-right: 24px;
    min-height: 282px;
    vertical-align: middle;
}
.choose_slider-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;
}
.choose_slider {
    position: relative;
    margin-bottom: 48px;
}
.slick-list.draggable {
    overflow: hidden;
    padding-top: 24px;
}
.choose_slider-item:before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
}
.choose_slider-item.great:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/choose1.png");
}
.choose_slider-item.clean:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/choose2.png");
}
.choose_slider-item.fast:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/choose3.png");
}
.choose_slider-item.practicing:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/choose4.png");
}
.choose_slider-item.various:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/choose5.png");
}
.choose_slider-item.rock:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/choose6.png");
}

.choose_title {
    text-align: center;
    width: 67%;
}
.choose_text {
    margin-bottom: 48px;
    width: 70%;
}
.green {
    color: #C9FA5B;
}
.orange {
    color: #FBB40D;
}
.pink {
    color: #FE53BB;
}
.blue {
    color: #12E6C5;
}
.violet {
    color: #7545FF;
}
.slick-prev, .slick-next {
    top: -88px;
    right: 0;
    left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid #393F49;
    border-radius: 50%;
}
.slick-next:before, .slick-prev:before {
    content: '';
    width: 8px;
    height: 14px;
    position: absolute;
    top: 13px;
    background-repeat: no-repeat;

}
.slick-prev:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/arrowprev.png");
    left: 16px;
}
.slick-next:before {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/arrownext.png");
    left: 18px;
}
.slick-prev:hover, .slick-next:hover {
    border: 1px solid #C9FA5B;
}
.slick-prev:active, .slick-next:active {
    background-color: #9ec14e;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    right: 83px;
}

/*---------Homework-------------------*/
.homework_title {
    width: 78%;
}
.homework_text {
    width: 55%;
    margin-bottom: 48px;
}
.homework_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}
.homework_lang {
    display: flex;
    width: 55%;
}
.homework_card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 32px 0 32px 24px;
    width: 50%;
    border: 1px solid #fff;
}
.homework_card:first-child {
    margin-right: 24px;
}
.homework_list {
    list-style: disc!important;
    padding-left: 24px!important;
}

/*---------------Custom--------------------------*/
.custom_title {
    width: 70%;
}
.custom_text {
    width: 70%;
    margin-bottom: 48px;
}
.custom_programing-title, custom_calc-title {
    color: #C9FA5B;
    font-size: 18px;
    line-height: 24px;
    font-family: "Fira Code";
    font-weight: 600;
}
.custom_programing-text, .custom_calc-text {
    color: #9DA9B5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Lato";
}
.custom_calc-title, .custom_calc-text {
    color: #495057;
}
.custom_calc-title {
    font-size: 18px;
}
.custom_switch {
    display: flex;
    margin-bottom: 48px;
    width: 395px;
    border-bottom: 1px solid #495057;
    padding: 0 24px;
}
.custom_programing {
    padding-right: 48px;
    border-right: 1px solid #495057;
    margin-bottom: 16px;
}
.custom_calc {
    padding-left: 48px;
}
.custom_wrap {
    width: 65%;
}
.accordion-item:first-of-type .accordion-button {
    background-color:  #010003;
    color: #9DA9B5;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 40px 20px 0;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item {
    border: none;
}
.accordion-button:after, .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: #C9FA5B;
    width: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    font-size: 35px;
    right: 0;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #C9FA5B;
    text-align: center;
    vertical-align: middle;
}
.accordion-button:after {
    content: '+';
    font-size: 30px;
}
.accordion-button:not(.collapsed)::after {
    content: '-';
    line-height: 18px;
}
.accordion-body {
    background-color: #010003;
    padding: 0;
}
.custom_acc {
    list-style: disc!important;
    padding-left: 20px!important;
}
.custom_acc-text {
    color: #9DA9B5;
}
.original_title {
    width: 80%;
}
.reviews_title {
    text-align: center;
    width: 63%;
    margin: 164px auto 48px;
}
.original_text {
    margin-bottom: 48px;
    width: 80%;
}
.original_info {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    border: 1px solid #fff;
    padding: 32px 24px;
}
.original_subtitle {
    font-size: 18px;
    line-height: 22px;
    color: #C9FA5B;
    font-weight: 700;
    margin-bottom: 16px;
}
.original_list {
    list-style: disc!important;
    padding-left: 20px!important;
}
.original_item {
    color: #9DA9B5;
    font-size: 14px;
    line-height: 24px;
}
.original_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    align-items: center;
}
.original_info {
    width: 60%;
    margin-right: 48px;
}

/*-------------When-----------------*/
.when_title {
    width: 82%;
}
.when_text-header {
    width: 55%;
}
.when_text {
    width: 59%;
    text-align: start;
    margin: 0 0 48px auto;
}
.original_info.when_info {
    margin-right: 0;
}
.original_content.when_content {
    margin-bottom: 32px;
}


/*-----------------Banner----------------------*/
.banner_inner {
    margin: 164px 0 164px;
}
.banner_tablet, .banner_mob {
    display: none;
}
.bannerAsk {
    position: relative;
}
.btn-of-help {
    position: absolute;
    bottom: 56px;
    left: 48px;
}
.btn-of-help .header_btn.free.header_content-btn {
    margin-right: 0;
}

/*=---------------Reviews------------------------------*/
.reviews_sub_title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}

.author {
    display: flex;
    justify-content: space-between;
}
.reviews_slider-item {
    padding: 32px 24px;
    min-height: 300px!important;
}
.reviews_slider-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 236px;
}

.reviews_slider {
    position: relative;
}

.reviews_slider .slick-prev, .reviews_slider .slick-next {
    bottom: -76px;
    right: 0;
    left: 0;
    top: auto;
    transform: none;
}
.reviews_slider .slick-next {
    left: 67px;
}
.choose_inner {
    margin-bottom: 216px;
}
/*---------------------FAQ-----------------------------*/
.faq_title {
    width: fit-content;
    margin: 164px auto 48px;
}
.faq_inner {
    padding-bottom: 164px;
}
.faq_accordion_btn {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #fff!important;
    border-bottom: 1px solid #495057!important;
}
.faq_accordion_text {
    margin-bottom: 24px;
}
.faq_span {
    display: block;
    margin-bottom: 8px;
}
.accordion-item .accordion-button.faq_accordion_btn {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px 50px 24px 0;
}

.accordion-button.faq_accordion_btn:after, .accordion-button.faq_accordion_btn:not(.collapsed)::after {
    content: '';
    color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    border: none;
    background-image: none;
}
.accordion-button.faq_accordion_btn:not(.collapsed)::after {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/faq_minus.svg");
}
.accordion-button.faq_accordion_btn:after {
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/faq_plus_2.svg");
}

.faq .accordion-header {
    margin-bottom: 24px;
}
/*--------------------ScrollTop--------------------------------*/
#scroll_top_full {
    transform: rotate(270deg);
    display: none;
    width: 46px;
    height: 54px;
    z-index: 97;
    position: fixed;
    bottom: 120px;
    right: 24px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://wowassignment.com/wp-content/themes/twentytwenty/assets/images/img/scrollUp.svg");
}

/*------------------------------Footer-----------------*/
.footer {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -5.6%, rgba(255, 255, 255, 0.1) 100%);
}
.footer_list-link:hover {
    color: #495057;
}
.footer_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
}
.footer_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(157, 169, 181, 0.15);
}
.footer_info {
    width: 50%;
}
.footer_payment {
    width: 23%;
}
.footer_powered {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: flex-end;
}
.footer_poweredDMCA, .footer_poweredWOW {
    width: 180px;
}
.footer_poweredDMCA {
    height: 25px;
}
.footer_poweredWOW {
    height: 40px;
}
.footer_accept {
    width: 23%;
}
.footer_cards {
    display: flex;
    flex-wrap: wrap;
}
.footer_lists {
    display: flex;
    justify-content: space-between;
}
.footer_list-item {
    margin-bottom: 20px;
}
.footer_card {
    margin-bottom: 6px;
}
.footer_card:not(:last-child) {
    margin-right: 15px;
}
.footer_copyright {
    padding: 25px 0 48px;
    display: flex;
    justify-content: space-between;
}
.copyright {
    color: #9DA9B5;
    opacity: 0.5;
    font-size: 14px;
    line-height: 17px;
}

.menu_img-wrapper.active .menu_img {
    display: none;
}
.menu_img-wrapper.active .close {
    display: block;
}
.close {
    position: absolute;
    right: 15px;
    top: 24px;
    width: 32px;
    height: 32px;
    display: none;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #C9FA5B;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}