<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CTC Separate Stylesheet
Updated: 2025-04-26 21:53:01
*/

@font-face {
    font-family: 'Lato-Thin', sans-serif;
    src: url('../fonts/Lato-Thin.eot');
    src: url('../fonts/Lato-Thin.eot?iefix') format('eot'),
        url('../fonts/Lato-Thin.woff') format('woff'),
        url('../fonts/Lato-Thin.ttf') format('truetype'),
        url('../fonts/Lato.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
arrow
body,
html,
a {
    font-family: 'Lato', sans-serif;
    color: #212327;
    font-size: 16px;
}

a:hover {
    color: #395bca;
}

.container-fluid {
    padding: 0;
}

.container-content {
    max-width: 1920px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}


.page-title-wrap {
    width: 100%;
    padding: 20px 10px 10px;
    background: url('assets/img/bg-header.png') no-repeat center;
    height: auto;
}

.title-form {
    aspect-ratio: 16/9;
    font-size: clamp(1rem, calc(0.9rem + 0.5vw), 1.5rem);
}

.logo.logo-area {
    width: auto;
    margin: 0 auto 0 0;
    /*float: left;*/
}


.h1 {
    font-size: 60px;
    color: rgb(255, 255, 255) ! important;
    line-height: 1.2;
    font-family: 'Lato-Thin', sans-serif;
    margin: 0;
}

h2 {
    font-size: 40px;
    color: rgb(10, 8, 14);
    line-height: 1.2;
    text-align: left;
}

.h2 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: rgb(10, 8, 14);
    line-height: 1.2;
    text-align: left;
}

h3 {
    font-size: 100px;
    font-family: 'Lato', sans-serif;
    /*color: rgb(237, 237, 237);*/
    text-transform: uppercase;
    line-height: 1.2;
}

h5 {
    font-family: 'Lato', sans-serif;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.2;
}

.mobile-background-nav {
    display: inline;
}

#easy-menu {
    width: 100% !important;
}

#easy-menu &gt; ul {
    float: right;
    padding: 0 40px;
}

#easy-menu ul li a {
    font-size: 13.5px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
    color: #868686;
}

#easy-menu&gt;ul&gt;li&gt;a:focus {
    color: #fff;
}

#easy-menu&gt;ul&gt;li&gt;a:hover {
    color: #fff;
}

#easy-menu&gt;ul&gt;li.current-menu-item&gt;a {
    color: #fff;
}

.header-humberger-icon {
    position: relative;
    padding: 0;
    margin: 0 18% 7% 0;
}

i.fa-bars {
    color: #fff;
}

.bg {
    position: relative;
    background: #f6f6f6;
}

.main-content {
    background-color: #fff;
    padding-top: 0;
}

.lessons-wrapper {
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

header.lessons-header,
.main-menu-area-one {
    background-color: rgba(10, 8, 14, 1) ! important;
    padding: 25px 0;
}

.main-menu-area-one {
    max-width: 1170px;
    margin: 0 auto;
}

.lang-sw {
    width: max-content;
}

.lang-sw a {
    color: #fff;
}

/*-------form---------*/
.title-form {
    display: flex;
}

p.description-title {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    color: rgb(10, 8, 14);
    line-height: 1.2;
    padding-bottom: 38px;
}

p.description-txt {
    position: relative;
    padding-left: 20px;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    color: rgb(10, 8, 14);
    line-height: 1.2;
}

p.description-txt::before {
    content: "\25CB";
    color: #d0131c;
    margin-right: 5px;
}

p.description-info {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: rgb(10, 8, 14);
    line-height: 1.2;
    padding: 0 30px;
    margin-bottom: 13px;
}

.registration-form {
    flex-direction: column;
    display: flex;
    max-width: 472px;
    margin: 0 0 0 auto;
    background-color: rgb(233, 231, 230);
    opacity: 0.729;
}

.registration-form h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: rgb(10, 8, 14);
    line-height: 1.2;
    padding: 10px 0;
}

.registration-form input {
    width: 90%;
    border-radius: 2px;
    padding: 14px 33px 14px 45px;
    margin: 0 20px 20px 20px;
    background-color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: 'OpenSans', sans-serif;
    color: rgb(169, 169, 169);
    line-height: 1.2;
}

form#ajax-register-form input:-webkit-autofill {
    -webkit-text-fill-color: #777 !important;
    box-shadow: 0 0 0 1000px white inset !important;
}

.registration-form .custom-input {
    position: relative;
}

i.fa {
    position: absolute;
    top: 21%;
    left: 10%;
    width: 1em;
    height: 1em;
    font-size: 18px;
    display: inline-block;
    z-index: 10000;
}

.registration-form button {
    width: 100%;
    text-align: center;
    background: #fde400;
    border-top: 2px solid #000;
    padding: 20px 0;
    margin: auto 0 0 0;
    cursor: pointer;
}

.registration-form button:hover {
    background-color: #e0a800;
}

p#success-message {
    color: #fff;
}

#error-messages {
    font-size: 14px;
    padding: 0 0 10px 20px;
}

.registration-success-message {
    font-size: 24px;
}
/*-----------------*/
.bg-text-partners {
    font-size: 4vw;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(237, 237, 237);
}

/*------block-courses-------*/
.block-courses {
    position: relative;
    /*overflow: hidden;*/
    max-width: 1170px;
    margin: 0 auto ! important;
    z-index: 10;
    padding: 0 10px;
}

.fon-tutor {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    background: url('/wp-content/themes/lessons-child/assets/img/icon-mail.png') no-repeat center;
    
}

/*---------courses-----------*/
.courses-a,
.courses-b,
.courses-c {
    position: relative;
    z-index: 10;
}

.courses-c::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 44%;
    left: 13%;
    width: 532px;
    height: 288px;
    background: url('/wp-content/themes/lessons-child/assets/img/rectangle.png') no-repeat center;
    z-index: -1;
}

/*-----------------*/
.courses-tutor {
    position: relative;
    padding: 10% 20px 20px 5px;
}

.courses-tutor::before {
    content: '';
    display: block;
    position: absolute;
    top: 15%;
    right: 30%;
    width: 503px;
    height: 276px;
    background: url('/wp-content/themes/lessons-child/assets/img/bg-courses-tutor.png') no-repeat center;
    z-index: -1;
}

p.courses-inf a,
p.courses-inf {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: rgb(10, 8, 14);
    line-height: 1.2;
    text-align: left;
}

p.courses-inf a:hover {
    color: rgb(10, 8, 14);
}

.courses-title a,
.courses-title {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: rgb(10, 8, 14);
    line-height: 1.2;
    text-align: left;
}

.courses-title a:hover {
    color: rgb(10, 8, 14);
}

/*------btn----------*/
.btn-courses-form-tutor {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    padding: 25px 25px 25px 0;
    color: rgb(134, 134, 134);
    line-height: 1.2;
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(201, 200, 200);
    border-radius: 2px;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
}

.btn-courses-form-tutor a {
    z-index: 100;
    position: relative;
    padding-left: 50px;
}

.btn-courses-form-tutor::after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 15px;
    height: 15px;
    padding-left: 50px;
    background: url('/wp-content/themes/lessons-child/assets/img/icon-plus.png') no-repeat center;
}

.btn-courses-form-tutor img {
    max-width: 15px;
}

/*-----tutor------*/
.tutor-fw-medium {
    font-size: 20px;
}

.tutor-color-secondary,
.tutor-mt-20 {
    font-size: 18px;
}

.amount,
.tutor-course-name,
.tutor-fw-normal,
.tutor-color-black-60,
.available_balance,
.tutor-color-black,
.tutor-color-muted {
    font-size: 18px;
}

span.tutor-svg {
    font-size: 14px;
}

span.tutor-mt-4,
span.tutor-mt-4 a {
    font-size: 14px;
}

/*----audio------*/
figure.wp-block-audio {
    flex-basis: 50% !important;
    padding: 0 10px;
}



.tutor-table tr th {
    padding: 9px 5px;
}

.tutor-course-details-page .tutor-course-thumbnail img {
    max-width: 300px;
}


/*----widget-------*/
.widget_mslswidget {
    position: relative;
    width: auto;
    margin: 0 10px 0 0;
}

.lang-sw:first-child,
.lang-sw:nth-child(2) {
    /*padding-right: 50px;*/
}

.lang-sw:first-child a::after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 80px;
    width: 15px;
    height: 15px;
    background: url('/wp-content/themes/lessons-child/assets/img/arrow.png') no-repeat center;
}

.lang-sw:nth-child(2) a::after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 80px;
    width: 15px;
    height: 15px;
    background: url('/wp-content/themes/lessons-child/assets/img/arrow.png') no-repeat center;
}

/*----list autor----*/
ul#authorlist {
    font-size: 12px;
    color: #555;
    list-style: none;
    margin: 0;
}

.textauthor {
    margin-left: 10px;
    overflow: hidden;
}

.textauthor span {
    font-weight: bold;
}

.authorava {
    float: left;
    width: 110px;
    text-align: center;
}

.authorname {
    width: 100px;
    font-weight: bold;
    color: #458ea1;
}

.authname {
    margin: 20px 0 0 10px;
    float: left;
}

.partners {
    display: inline-block;
    max-width: 295px;
    text-align: left;
}

.partners-card {
    display: flex;
    flex-direction: column;
}

.foto-partners {
    border-bottom: 4px solid #858383;
}

.partners-card .foto-title {
    padding: 10px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: rgb(51, 51, 51);
    line-height: 1.2;
}

.partners-card .foto-info p {
    margin: auto 0 10px 0;
    padding: 10px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: rgb(51, 51, 51);
    line-height: 1.2;
}

/*---------mail------*/
.mail {
    border: 2px solid #fff;
    padding: 5px;
    position: absolute;
    top: 160px;
    right: 160px;
}

.mail a {
    color: #fff;
}

.mail a:hover,
.mail a:focus {
    color: #fff;
}

/*----------carousel------------*/
.slick-slider {
    min-height: 150px;
}

.block-bg-carousel {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    background: #f6f6f6;
}

.bg-text-sl {
    position: absolute;
    top: -21px;
    max-width: 60%;
    left: 24%;
    z-index: -1;
}

.bg-text-sl h2 {
    font-size: 4vw;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(237, 237, 237);
}

.block-content-carousel {
    position: relative;
    max-width: 1170px;
    margin: 0 auto !important;
    z-index: 10;
}

/*.slick-slide {
    position: relative;
    display: flex;
    flex-direction: column;
}*/
p.txt-carousel {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    color: rgb(10, 8, 14);
    line-height: 1.2;
    max-width: 250px;
    margin: 0 auto;
}

/*------------book-pict---------*/
.books-tutor {
    position: relative;
    padding: 10% 20px 20px 5px;
}

.books-tutor::before {
    content: '';
    display: block;
    position: absolute;
    top: 18%;
    right: 30%;
    width: 503px;
    height: 276px;
    background: url('/wp-content/themes/lessons-child/assets/img/bg-courses-tutor.png') no-repeat center;
    z-index: -1;
}

.book-pict {
    position: relative;
    z-index: 10;
}

.book-pict::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 36%;
    left: 13%;
    width: 532px;
    height: 288px;
    background: url('/wp-content/themes/lessons-child/assets/img/rectangle.png') no-repeat center;
    z-index: -1;
}

.book-pict::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 532px;
    height: 288px;
    background: url('/wp-content/themes/lessons-child/assets/img/books.png') no-repeat center;
    z-index: 20;
}

/*-------------block-courses----------*/
.block-courses h2 {
    padding-bottom: 30px;
    /*max-width: 400px;*/
}

.bl-example-courses {
    position: relative;
    padding: 40px 0;
    background: #f6f6f6;
}

.bg-text-bl {
    position: absolute;
    top: -21px;
    max-width: 60%;
    left: 24%;
    z-index: -1;
}

.bg-text-bl h2 {
    font-size: 4vw;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(237, 237, 237);
    padding: 10px;
}

p.courses-info {
    position: relative;
    max-width: 400px;
    z-index: 10;
}

/*----------media-----------*/

/* Ð­ÐºÑÑ‚Ñ€Ð°Ð¼Ð°Ð»Ñ‹Ðµ Ð´ÐµÐ²Ð°Ð¹ÑÑ‹ (Â«Ð¿Ð¾Ñ€Ñ‚Ñ€ÐµÑ‚Ð½Ñ‹Ðµ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ñ‹Â», &lt; 576px)*/
@media (max-width: 575.98px) {
    h1 {
        font-size: 28px;
    }

    .registration-form h2 {
        font-size: 24px;
        padding: 8px 0;
    }

    p.description-txt {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .title-form {
        flex-wrap: wrap;
    }

    p.description-title {
        font-size: 18px;
    }

    .courses-c::before,
    .book-pict::before,
    .book-pict::after,
    .books-tutor::before,
    .courses-tutor::before {
        width: 0;
        height: 0;
    }

    .book-pict::after {
        left: 30%;
    }

    .bg-text-partners,
    .bg-text-sl h2 {
        font-size: 9vw;
    }

    .bg-text-bl h2 {
        font-size: 6vw;
    }

    p.txt-carousel {
        font-size: 18px;
    }
}

/* ÐœÐ°Ð»Ñ‹Ðµ Ð´ÐµÐ²Ð°Ð¹ÑÑ‹ (Â«Ð»Ð°Ð½Ð´ÑˆÐ°Ñ„Ñ‚Ð½Ñ‹ÐµÂ», &gt;= 575px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        font-size: 28px;
    }

    .title-form {
        flex-wrap: wrap;
    }

    .courses-c::before,
    .book-pict::before,
    .book-pict::after,
    .books-tutor::before,
    .courses-tutor::before {
        width: 0;
        height: 0;
    }

    .book-pict::after {
        left: 30%;
    }

    .block-courses h2 {
        text-align: center;
    }

    .bg-text-partners,
    .bg-text-sl h2 {
        font-size: 9vw;
    }

    .bg-text-bl h2 {
        font-size: 6vw;
    }

    p.txt-carousel {
        font-size: 20px;
    }
}

/* Ð¡Ñ€ÐµÐ´Ð½Ð¸Ðµ Ð´ÐµÐ²Ð°Ð¹ÑÑ‹ (Â«Ñ‚Ð°Ð±Ð»ÐµÑ‚ÐºÐ¸Â», &gt;= 768px)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 30px;
    }

    .courses-c::before {
        bottom: 47%;
        left: 23%;
    }

    .book-pict::before {
        bottom: 25%;
    }

    .bg-text-partners,
    .bg-text-sl h2,
    .bg-text-bl h2 {
        font-size: 7vw;
    }

    .bg-text-partners,
    .bg-text-sl h2 {
        font-size: 9vw;
    }

    .bg-text-bl h2 {
        font-size: 6vw;
    }

    p.txt-carousel {
        font-size: 22px;
    }
}

/* Ð‘Ð¾Ð»ÑŒÑˆÐ¸Ðµ Ð´ÐµÐ²Ð°Ð¹ÑÑ‹ (Ð±Ð¾Ð»ÑŒÑˆÐ¸Ðµ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ñ‹, &gt;= 992px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .bg-text-sl {
        left: 17%;
    }

    .bg-text-partners {
        font-size: 6vw;
    }

    .bg-text-bl h2 {
        font-size: 5vw;
    }

    .bg-text-bl {
        left: 20%;
    }

    .bg-text-sl h2 {
        font-size: 6vw;
    }

    .block-courses {
        overflow: visible;
    }
}

/* Ð‘Ð¾Ð»ÑŒÑˆÐ¸Ðµ Ð´ÐµÐ²Ð°Ð¹ÑÑ‹ (Ð±Ð¾Ð»ÑŒÑˆÐ¸Ðµ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ñ‹, &gt;= 1200px)*/
@media (min-width: 1200px) {

    .bg-text-partners,
    .bg-text-sl h2 {
        font-size: 4vw;
    }

    .bg-text-bl h2 {
        font-size: 4vw;
    }

    .block-courses {
        overflow: visible;
    }
}

/*------------------*/

/*----------------*/

.comment-title,
.checkout h3,
.woocommerce-checkout h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

/*------portfolio--------*/
.portfolio {
    padding: 10px 20px;
}

h2.title-portfolio {
    padding: 10px 0 20px 100px;
}

p.p-link {
    line-height: 20px;
    padding: 10px;
    margin: 0 auto;
    max-width: 250px;
}

.img-portfolio {
    max-width: 40%;
    margin: 0 auto;
    transition: transform 0.5s;
    cursor: pointer;
}

.img-portfolio:hover {
    transform: scale(2.6);
}


.page-id-2862 .lessons-header {
    display: none;
}
</pre></body></html>