/* Common =========================================================================================================== */

body {
    margin: 0;
}

.c-default-section h2,
.c-default-h2 {
    font-size: 36px;
    font-weight: normal;
    margin: 0 auto 30px;
}

/* Welcome ========================================================================================================== */

.welcome-to-course .container {
    padding: 100px 0 50px;
    justify-content: space-between;
}

.welcome-label {
    border: 1px solid black;
    color: black;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    opacity: .3;
    text-transform: uppercase;
}

.welcome-to-course .welcome-links a {
    padding: 15px 20px;
}

.timer-wrap .container {
    display: flex;
}

.timer-wrap .sale {
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
}

.timer-sale-percent {
    font-size: 32px;
}

.timer {
    display: flex;
    background-color: #222;
    border-radius: 5px;
    width: 337px;
    position: relative;
}

.timer-value {
    background-color: white;
    height: calc(100% - 20px);
    top: 10px;
    border-radius: 5px;
    padding: 15px 20px 20px;
    box-sizing: border-box;
    font-weight: bold;
    position: absolute;
    right: 10px;
    font-family: monospace;
    font-size: 34px;
}

.timer-labels {
    position: absolute;
    top: 57px;
    right: 30px;
    display: flex;
    font-size: 12px;
}

.timer-labels .x-seconds {
    margin-left: 20px;
}

.timer-labels .x-minutes {
    margin-left: 24px;
}

.offer-details {
    border: 3px solid #ddd;
    border-radius: 5px;
    margin-right: 20px;
    width: calc(100% - 337px);
}

.offer-details ul {
    display: flex;
    padding: 0px 20px;
    list-style: none;
}

.offer-details ul li {
    margin-right: 20px;
}

.offer-details b {
    margin-bottom: 5px;
    display: block;
}

/* Certificates ===================================================================================================== */

.certificates {
    padding: 50px 0;
    background: #F6F8F9;
    margin: 100px 0 50px;
}

.certificates .x-text-wrap {
}

.certificates img {
    width: 200px;
    margin-right: 20px;
}

.certificates .x-images-wrap {
    width: calc(100% - 650px);
    height: 320px;
    display: flex;
}

.certificates .subtitle {
    font-size: 24px;
}

.certificates .x-text-wrap {
    max-width: 620px;
    margin-right: 30px;
}

.certificates .container {
    display: flex;
}

.certificate-img {
    width: 230px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 34px;
}

/* Video ============================================================================================================ */

.course_video h2 span {
    font-weight: bold;
    color: rgba(255, 88, 88, 1);
}

.video_course .x-text-wrap {
    width: 50%;
    display: inline-block;
}

.course_video .container {
    display: flex;
}

.video-item {
    display: flex;
    margin-bottom: 20px;
}

.video-item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.video-item-text {
    width: 350px;
}

.video-items {
    margin: 50px 0;
}

.course_video a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.course_video .x-text-wrap {
    width: 620px;
}

.course_video h2 {
    font-size: 36px;
}

.course_video .x-video-wrap {
    width: 500px;
    height: 320px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.course_video .x-video-poster {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.course_video .x-video-overlay {
    background: black;
    opacity: .4;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
}

.course_video .x-video-play-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
    z-index: 3;
    background-image: url('https://trendup.pro/wp-content/themes/trading/css/fp_2023/img/course-play.png');
}

/* Tariffs ========================================================================================================== */

section.tariffs {
    margin: 50px 0;
}

.tariffs {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 50px;
}

.tariff {
    width: calc(33% - 30px);
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tariff h3 {
    text-align: center;
    margin-top: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0 15px;
    font-size: 24px;
}

.tariff .button {
    width: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
    margin-top: 40px;
}

.tariff-price-old {
    font-size: 32px;
    color: #6D6D6D;
    text-decoration: line-through;
    opacity: .5;
}

.tariff-price {
    font-size: 48px;
}

.tariff-tag {
    position: absolute;
    top: -15px;
    right: -13px;
    background-color: #FF5858;
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.tariff-price-desc-bold {
    font-weight: bold;
    margin: 10px 0;
}

.tariff-price-desc {
    margin: 10px 0;
}

.tariff-details {
    margin: 5px 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}

.tariff-details div {
    margin: 0 0 5px;
}

.tariff-details div:before {
    content: '•';
    margin-right: 5px;
}

.tariff:nth-child(2) {
    background: #212121;
    color: white;
}

.tariff:nth-child(3) {
    background: #8A9FEB;
    color: white;
}

.tariffs .subtitle {
    font-size: 24px;
}

.tariff:first-child {
    background: #F8FAFF;
    border: 1px solid #EAEAEA;
}

.tariff:nth-child(2) h3, .tariff:nth-child(2) .tariff-details {
    border-color: rgba(255, 255, 255, .1);
}

.tariff:nth-child(3) .tariff-price-old {
    color: white;
    opacity: .7;
}


/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/

.c-default-section .x-text-wrap {
    width: 60%;
    padding-right: 15px;
}

.c-many-headers .container {
    display: flex;
}

.c-default-section {
    padding: 40px 0;
}

.c-default-section .x-media-wrap {
    width: 40%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.c-default-section .x-media-wrap .x-image {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.c-many-headers_item-title {
    font-size: 24px;
    margin-bottom: 5px;
}

.c-many-headers_item {
    margin-bottom: 15px;
    position: relative;
    padding-left: 32px;
}

.c-many-headers_item:before {
    content: '✅';
    filter: grayscale(100%);
    position: absolute;
    top: 2px;
    left: 0;
}

.c-curators {
    overflow-x: hidden;
}

.c-curators-slider .swiper-slide {
    background-color: #eee;
    padding: 20px;
    display: flex;
}

.curator-profile {
    width: 50%;
    position: relative;
    padding: 70px 20px 70px 200px;
    box-sizing: border-box;
}

.curator-avatar {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 75px);
    left: 30px;
}

.curator-title {
    font-size: 24px;
    font-weight: bold;
}

.curator-login {
    color: #aaa;
}

.curator-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 500px;
}

.c-card {
    padding: 20px;
    height: 450px;
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
}

.c-card-white-bg {
    position: absolute;
    width: 100%;
    height: 130px;
    left: 0;
    top: 0;
    background-color: white;
}

.c-cards {
    background-color: #eee;
    margin: 20px 0;
    z-index: -1;
}

.c-cards-slider {
    margin-top: 50px;
}

.c-card_title {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: bold;
}

.c-card_description {
    position: relative;
    z-index: 1;
    font-size: 18px;
    margin: 20px 0 0;
}

.c-students-results_item {
    margin: 0 0 50px;
    position: relative;
    min-height: 40px;
    padding-left: 120px;
    padding-top: 10px;
}

.c-student-result-image {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}

.c-student-result-name {
    font-size: 24px;
    font-weight: bold;
}

.c-students-says_row {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}

.c-student-says_item {
    display: block;
    width: calc(50% - 20px);
    border-radius: 5px;
    padding: 30px 50px 30px 200px;
    background-position: left bottom;
    background-color: #222;
    background-size: 180px auto;
    background-repeat: no-repeat;
    color: white;
    box-sizing: border-box;
}

.c-student-says_photo-mobile {
    display: none;
}

.c-student-says_title {
    font-size: 20px;
    margin-bottom: 15px;
}

.c-student-says_description {
    font-size: 28px;
    font-weight: bold;
}

.show-reply-btn {
    margin: 20px 0 0;
    width: auto;
    display: inline-block;
    background-color: white;
    color: black;
}

.c-programm-item_text {
    width: 60%;
}

.c-programm-item_special-text {
    width: 35%;
}

.ac-text {
    display: flex;
}

.tariff-button {
    cursor: pointer;
}

.c-curators-slider-pagination {
    text-align: center;
    margin-top: 30px;
}

.c-tariffs-anchor-section {
    text-align: center;
    padding-bottom: 100px;
}

.c-tariffs-anchor-section .button {
    padding: 18px 50px;
}
