:root {
    --main-color: #51654C;
    --main-hover-color: #465c40;
    --main-focus-color: #3f5937;
    --text-color: #202020;
    --title-color: #333333;
    --body-bacground: #FFFFFF;
    --footer-bacground: #1B1B1B;
    --header-bacground: #FAFAFA;
    --border-radius: 12px;
    --color-error: #FA4343;
    --color-success: #14BF2F;
    --color-checking: #A92AD6;
    --color-white: #fff;
    --color-black: #303030;
    --main-bacground: #fff;
}
* {
    word-wrap: break-word;
    scroll-behavior: smooth;
}
body {
    font-family: 'Raleway-400';
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    background-color: var(--body-bacground);
    overflow-x: hidden;
    margin: 0;
    position: relative;
}
html, body {
    height: 100%;
}
a {
    color: #303030;
}
a:hover {
    text-decoration: none;
    color: #303030;
}
body::-webkit-scrollbar-track {
    background-color: #edffff;
    box-shadow: inset 0 0 5px #d6fffe;
    cursor: pointer;
}
body::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: var(--main-color);
    height: 100px;
    cursor: pointer;
}
body::-webkit-scrollbar {
    width: 10px;
    cursor: pointer;
}
.plyr__video-wrapper.plyr__video-embed {
    height: 600px;
}
.logo100x {
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.form-log {
    display: block;
    /* margin: auto; */
    margin-left: auto;
    margin-right: 45px;
}
.content-wrapper {
    height: 100%;
}
.section-login {
    height: 100%;
    background-image: url('/images/section-logo/bg-logo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kiruhhh{
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    font-family: Raleway-700;

}
/* header styles */
.header {
    width: 100%;
    padding: 3px 0;
    background-color: #ffffff;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}
.menu-items {
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.menu-items .menu-item {
    display: flex;
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}
.menu-items .menu-item:hover {
    border-bottom: 1px solid #ffffff;
}
.menu-items .menu-item:not(:last-child) {
    margin-right: 20px;
}
.navbar, .navbar-brand {
    padding: 0;
}
.navbar-collapse-header {
    display: none;
}
.navbar-brand {
    min-width: 250px;
    height: 65px;
    margin-right: 50px;
    background-image: url('/images/mobile-logo.png');
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.navbar-toggler-icon {
    min-width: 28px;
    width: 28px;
    height: 28px;
}
.navbar-toggler {
    padding: 0;
}
.navbar-toggler-icon {
    background-image: url("/images/icons/burger-icon.svg");
}
.btn {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s all;
    color: #FFFFFF;
}
.btn:focus {
    box-shadow: none;
}
.btn-form-login {
    box-shadow: 0px 24px 34px rgba(102, 102, 204, 0.25);
}
.btn-login {
    min-width: 120px;
    height: 50px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--color-white);
    margin-left: 30px;
}
.btn-login > svg {
    margin-right: 10px;
}
.btn-login:hover {
    color: #fff;
    background: var(--main-hover-color);
}
.btn-login:hover > svg path {
    stroke: #fff;
    margin-right: 10px;
}
.btn-login:focus {
    color: #fff;
    background: var(--main-focus-color);
}
.content-left-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 15px;
}
.form-search {
    max-width: 625px;
    width: 100%;
    min-height: 50px;
    height: 50px;
    border-radius: var(--border-radius);
    margin-right: auto;
    background-clip: padding-box;
    /*border: solid 1px transparent;*/
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    margin-bottom: 30px;
}
.form-search-inner {
    width: 100%;
    height: 100%;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    /*border-radius: var(--border-radius);*/
    /*border-color: transparent;*/
}
.input-search {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
    margin-right: 10px;
    flex: 1 1 100%;
    caret-color: var(--main-color);
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}
.input-search:-webkit-autofill,
.input-search:-webkit-autofill:hover,
.input-search:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: none;
    transition: background-color 5000s;
}
.input-search:hover, .input-search:focus, .input-search:active {
    outline: none;
    border: none;
}
.input-search::placeholder {
    font-family: Raleway-300;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #AFAFAF;
}
.btn-search {
    border: none;
    min-width: 24px;
    height: 24px;
    padding: 0;
    background-image: url("/images/icons/search-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.btn-mobile-search {
    background-image: url("/images/icons/mobile-search-close-icon.svg");
}
.content-left-subtitle {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 35px;
}
.content-left-text {
    font-family: Raleway-300;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.5;
}
.section {
    padding: 40px 0;
    position: relative;
}
.section-title {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.section-main {
    background-image: url('/images/section-main/section-main.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.section-courses {
    background: #1C1C1C;
}
.section-platform {
    padding: 80px 0;
}
.section-platform-header {
    background: linear-gradient(180deg, #0E0E0E 0%, #370E0E 100%);
    border-radius: 30px;
    padding: 20px 40px;
}
.section-platform-header-text {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #FFFFFF;
}
.section-platform-body {
    margin-bottom: 50px;
}
.form-search-row {
    display: flex;
    justify-content: space-between;
}
.form-search-inner {
    max-width: 500px;
    width: 100%;
    height: 100%;
    padding: 14px 20px 14px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #101010;
    border-radius: var(--border-radius);
    border: 1px solid var(--main-color);
    background-image: url('/images/icons/search-icon.svg');
    background-repeat: no-repeat;
    background-position: left 15px center;
    -webkit-background-size: 24px;
    background-size: 24px;
    margin-right: 10px;
    color: #FFFFFF;
}
.form-search-inner::placeholder {
    color: #FFFFFF;
}
.btn-search {
    border: none;
    min-width: 120px;
    max-width: 120px;
    height: 50px;
}
.form-search-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.platform-info-title {
    font-family: Raleway-700;
    font-style: normal;
    font-weight: 700;
    font-size: 178px;
    line-height: 209px;
    color: #DF0809;
    text-shadow: 0 24px 34px rgba(223, 8, 9, 0.3);
    height: 209px;
    display: flex;
}
.platform-info-title.platform-info-title-3 {
    font-size: 88px;
}
.platform-info-description {
    font-family: Raleway-300;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 47px;
    color: #FFFFFF;
}
.platform-info-title-users {
    font-size: 70px;
    line-height: 103px;
}
.card {
    cursor: pointer;
    border: none;
    transition: 0.3s all ease;
    border-radius: var(--border-radius);
    background: var(--main-bacground);
    overflow: hidden;
    filter: none;
}
.card-login {
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.05);
}
.card:hover {
    fill: none;
}
.card-login .card-body {
    padding: 20px 40px 30px;
}
.card-login .card-header {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.card-header {
    background-color: transparent;
    border-bottom: none;
}
.card-header h3 {
    font-family: AtypText-Bold;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #202020;
    margin-bottom: 10px;
}
.card-header h5 {
    font-family: AtypText-Bold;
    font-style: normal;
    font-weight: 700;
    color: #202020;
    text-align: center;
}
.card-header p {
    font-family: 'Raleway-400';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #202020;
    margin-bottom: 0;
}
.card-status {
    background: var(--color-white);
    border-radius: var(--border-radius);
    width: 100%;
    height: 5px;
}
.card-status-block {
    margin-bottom: 15px;
}
.card-status.success {
    background: var(--color-success);
}
.card-success-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    margin: 0;
    color: var(--color-success);
}
.card-status.checking {
    background: var(--color-checking);
}
.card-checking-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    margin: 0;
    color: var(--color-checking);
}
.card-status.error {
    background: var(--color-error);
}
.card-error-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    margin: 0;
    color: var(--color-error);
}
.btn-back {
    width: 160px;
    height: 50px;
    background: #EAF1FF;
    color: var(--main-color);
    border: 1px solid #EAF1FF;
}
.section-header {
    margin-bottom: 30px;
}
.btn-back:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}
.btn-back:focus {
    color: var(--main-color);
    border-color: var(--main-color);
}
.btn-back svg {
    min-width: 24px;
    width: 24px;
    margin-right: 10px;
}
/* swiper */
.product-title {
    font-family: Raleway-700;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 20px;
}
.product-article {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #676767;
}
.product-item-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #676767;
}
.product-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product-item {
    margin-right: 10px;
    margin-bottom: 10px;
}
.product-item input[type=radio] {
    display: none;
}
.product-item .product-label {
    cursor: pointer;
    user-select: none;
    padding: 0 15px;
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #303030;
    margin-bottom: 0;
    transition: 0.3s all;
    min-width: 40px;
    width: max-content;
    min-height: 40px;
    max-height: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border: 1px solid #C9C9C9;
    border-radius: var(--border-radius);
}
.product-color-items .product-item .product-label {
    min-width: 100px;
}
/* Checked */
.product-item input[type=radio]:checked + .product-label {
    background: var(--color-black);
    border: 1px solid var(--color-black);
    border-radius: var(--border-radius);
    color: var(--color-white);
}
input[type=radio]:checked .product-item {
    background: red;
}
.product-item .product-label:hover {
    background: var(--color-black);
    color: #fff;
}
.product-row-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product-row-item {
    margin-right: 30px;
    margin-bottom: 10px;
}
.product-quantity-wrapper {
    min-width: 170px;
    width: max-content;
    min-height: 40px;
    height: 40px;
    border-radius: var(--border-radius);
    border: 1px solid #C9C9C9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-count {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #303030;
    border: 1px solid #333333;
    border-radius: var(--border-radius);
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    min-width: 100px;
    max-width: 100px;
    height: 40px;
    margin: 0 3px;
    /*padding: 0 10px 7px;*/
}
.btn-quantity {
    min-width: 60px;
    width: 60px;
    height: 40px;
    transition: 0.3s all;
}
.btn-quantity:hover {
    background-color: #303030;
}
.btn-quantity:hover svg rect {
    stroke: white;
}
.btn-quantity:focus {
    box-shadow: none;
}
.product-price {
    font-family: Raleway-700;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    color: #000000;
}
.btn-default {
    width: 100%;
    min-height: 50px;
    height: 50px;
    background: var(--main-color);
}
.btn-default:hover {
    color: #fff;
    background: var(--main-hover-color);
}
.btn-default:focus {
    color: #fff;
    box-shadow: none;
    background: var(--main-focus-color);
}
.btn-default-outline {
    width: 100%;
    min-height: 50px;
    height: 50px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background-color: transparent;
}
.btn-default-outline:hover {
    color: #fff;
    background: var(--main-hover-color);
}
.btn-default-outline:focus {
    color: #fff;
    box-shadow: none;
    background: var(--main-focus-color);
}
.btn-cart, .btn-order {
    width: 190px;
    margin-right: 30px;
    margin-bottom: 10px;
}
.btn-groups {
    display: flex;
    align-items: center;
}
.card-body-line {
    border-top-color: #C4C4C4;
    margin: 60px 0 40px;
}
.product-details {
    margin-bottom: 30px;
}
.product-detail-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000000;
}
.product-detail-description {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    overflow-x: auto;
}
.product-detail-description::-webkit-scrollbar-track {
    background-color: #edffff;
    box-shadow: inset 0 0 5px #d6fffe;
    cursor: pointer;
}
.product-detail-description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--main-color);
    height: 100px;
    cursor: pointer;
}
.product-detail-description::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    cursor: pointer;
}
/* swiper end */
/*
scascacsaascascascscascascscccccccccccccccc
*/
.auth-image {
    display: block;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 100%;
}
.auth-buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.auth-button svg {
    margin-right: 10px;
}
.auth-button {
    background: #6666CC;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Raleway-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    cursor: pointer;
    padding: 11px 14px;
    box-sizing: border-box;
    width: 156px;
}
.auth-button:hover {
    background: #5454AE;
}
.auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Exo2-500";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.auth-btn svg {
    margin-right: 10px;
    transition: .4s all ease;
}
.auth-btn:hover {
    text-decoration-line: none;
    transition: .4s all ease;
    color: #C4C4C4;
}
.auth-btn:hover svg path {
    transition: .4s all ease;
    fill: #C4C4C4;
}
.auth-mobile-links {
    display: none;
}
.dropdown-groups {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-cart {
    margin-right: 30px;
    margin-left: 30px;
}
.dropdown-cart .cart-result {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #676767;
}
.dropdown-cart-menu {
    min-width: 300px;
}
.dropdown-cart-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
    margin-bottom: 5px;
    transition: 0.3s all;
    border-radius: var(--border-radius);
}
.dropdown-cart-item:hover {
    background-color: var(--main-hover-color);
}
.dropdown-cart-item:hover * {
    color: #fff;
}
.dropdown-cart-item-image {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-right: 15px;
    border-radius: var(--border-radius);
    object-fit: cover;
}
.dropdown-item-content {
    width: 100%;
}
.dropdown-item-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
}
.dropdown-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dropdown-item-left,
.dropdown-item-right {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
}
.dropdown-item-link {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 5px;
    color: var(--main-color);
    border-bottom: 1px solid transparent;
    transition: 0.3s all;
}
.dropdown-item-link:hover {
    color: var(--main-hover-color);
    border-color: var(--main-hover-color);
}
.dropdown-item-link:focus, .dropdown-item-link:active {
    color: var(--main-focus-color);
    border-color: var(--main-focus-color);
}
.dropdown-toggle.dropdown-toggle-mobile:after {
    display: none;
}
.dropdown-toggle,
.dropdown-item,
.dropdown-item.active {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #333333;
    cursor: pointer;
}
.dropdown-toggle {
    color: #000000;
}
.dropdown.show .dropdown-toggle::after {
    transition: 0.4s ease all;
    transform: rotate(180deg);
}
.dropdown-toggle::after {
    all: unset;
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: center;
    content: "";
    width: 15px;
    height: 8px;
    background-image: url('/images/icons/dropdown-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transition: 0.4s ease all;
    padding: 1px;
}
.dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0 0 130px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: var(--border-radius);
    padding: 0.6rem;
    margin: 1.5rem 0 0;
}
.dropdown-item {
    margin-bottom: 5px;
}
.dropdown-item {
    color: #333333;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
    transition: 0.3s all;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.dropdown-item:hover {
    background-color: var(--main-hover-color);
}
.dropdown-item:focus {
    background-color: var(--main-focus-color);
}
.dropdown-item:focus .dropdown-item-svg path,
.dropdown-item:hover .dropdown-item-svg path {
    stroke: #fff;
}
.dropdown-item-svg {
    margin-right: 10px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: var(--main-color);
}
.dropdown-item.active .dropdown-item-svg path {
    stroke: #fff;
}
.dropdown-item.dropdown-item-logout:hover, .dropdown-item.dropdown-item-logout:focus {
    background-color: var(--color-error);
}
.dropdown-image {
    min-width: 35px;
    max-width: 35px;
    width: 35px;
    height: 35px;
    margin-right: 0.5em;
    border-radius: 100%;
    object-fit: cover;
    overflow: hidden;
}
.dropdown-item-image {
    min-width: 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 0.8em;
}
/* auth modal */
.modal-header {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 0;
    margin-bottom: 20px;
}
.modal-body {
    padding: 21px 30px;
}
.modal-content {
    border: none;
}
.modal-open .modal {
    background: rgba(0, 0, 0, .3);
}
.modal-header .close {
    margin: 0;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: #B4B4B4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: unset;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: unset;
    background-color: var(--main-hover-color);
}
.modal-header .close svg {
    min-width: 9px;
    width: 9px;
    min-height: 9px;
}
.modal-body-small-text {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #606060;
    margin: 20px auto;
}
.btn-modal-login {
}
.modal-body-reset-password-text {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: #606060;
    margin: 40px auto 5px;
}
.reset-password {
    width: max-content;
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--main-color);
    margin: 5px auto 0;
    border-bottom: 1px solid var(--main-color);
    transition: 0.3s all;
    cursor: pointer;
}
.reset-password:hover {
    border-bottom: 1px solid var(--main-color);
}
.form-group {
    margin-bottom: 10px;
}
.form-group label {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #909090;
}
.form-control {
    height: 50px;
    background: #FFFFFF;
    border-radius: var(--border-radius);
    border: 1px solid #51654C;
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 16px;
    color: #141414;
    padding: 0 15px;
    transition: 0.3s all;
    caret-color: var(--main-color);
}
.form-control:placeholder-shown{
    font-size: 16px;
}
textarea.form-control {
    padding: 10px 15px;
}
.form-control:hover {
    border-color: var(--main-hover-color)
}
.form-control:focus,
.form-control:active {
    border-color: var(--main-focus-color);
    background: transparent;
    box-shadow: none;
}
.form-control::placeholder {
    font-family: Raleway-300;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #909090;
}
.invalid-feedback {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-error);
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--color-error);
}
/* cabinet start */
.section-header-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    color: #333333;
    margin: 0;
}
.section-header-subtitle {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-top: 10px;
}
.card-body-title {
    font-family: Raleway-700;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #303030;
    margin-bottom: 20px;
}
.card-body-row {
    padding: 6px 0;
}
.cabinet-subtitle {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #909090;
}
.cabinet-text {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #303030;
}
.form-group-mobile {
    margin-bottom: 0;
}
.btn-edit {
    max-width: 220px;
    margin-top: 15px;
}
.btn-logout {
    margin-top: 15px;
    max-width: 220px;
}
.card-cabinet {
    margin-bottom: 20px;
    background: #F8F8F8;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox + label, .custom-checkbox + label > a {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-family: Raleway-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 115%;
    color: #6666CC;
    cursor: pointer;
    transition: none;
}
.custom-checkbox + label > a {
    transition: 0.3s all;
    border-bottom: 1px solid transparent;
}
.custom-checkbox + label > a:hover {
    border-bottom: 1px solid #6666CC;
    text-decoration-line: none;
}
.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #6666CC;
    border-radius: 100%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox:checked + label::before {
    border-color: #6666CC;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 3.99992L3.58 6.82992L9.25 1.16992' stroke='%236666CC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #6666CC;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
    background-color: transparent;
    border-color: #5454AE;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
    border-color: #3B3B8B;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}
.svgSuccessContainer, .svgErrorContainer {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 120px;
    min-width: 120px;
    height: 120px;
}
.no-border {
    border: 0 !important;
}
.swal2-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}
.swal-modal .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2em;
    height: 1.2em;
    transition: color 0.1s ease-out;
    border: none;
    outline: none;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 40px;
    cursor: pointer;
}
.swal2-close:focus {
    box-shadow: none;
}
.swal-modal .swal2-close:hover {
    color: #f27474;
}
.product-detail-description table {
    width: 100% !important;
    border: 1px solid #C4C4C4;
    table-layout: auto;
}
.product-detail-description tr:first-child td {
    background-color: #303030;
    border: none;
    font-family: Raleway-500 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    white-space: nowrap;
}
.product-detail-description tr:not(:first-child) td {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.product-detail-description th, td {
    padding: 16px;
}
.card-cart {
    margin-bottom: 5px;
    position: relative;
}
.cart-list-left {
    display: flex;
    /*flex-wrap: wrap;*/
}
.cart-list-img {
    max-width: 130px;
    width: 100%;
    height: 150px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-list-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cart-list-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 5px;
    transition: 0.3s all;
}
.cart-list-title:hover, .cart-list-title:active, .cart-list-title:focus {
    color: var(--main-color);
}
.cart-list-text {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #676767;
    margin-bottom: 5px;
}
.cart-list-footer-content {
    margin-top: auto;
}
.cart-list-footer {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 5px;
}
.cart-list-footer span {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #676767;
}
.copyright {
    padding: 20px 0 5px;
}
.cart-list-qty-wrapper {
    display: flex;
    align-items: center;
}
.cart-list-middle, .cart-list-right, .cart-list-end {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-list-price {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}
.cart-list-remove {
    min-width: 30px;
    width: 30px;
    height: 30px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.3s all;
}
.cart-list-remove:hover {
    background: #1949A5;
}
.cart-list-remove:hover svg rect {
    fill: #fff;
}
.btn-cart-qty {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: #F7F7F7;
    border-radius: 100%;
    transition: 0.3s all;
}
.btn-cart-qty svg {
    min-width: 24px;
    max-width: 24px;
    width: 24px;
}
.btn-cart-qty:hover {
    background: #1949A5;
}
.btn-cart-qty:hover svg rect {
    fill: #fff;
}
.cart-list-product-count {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin: 0 15px;
}
.card-cart-header-text {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.card-cart-header-text.count, .card-cart-header-text.price {
    text-align: center;
}
.card-cart-header-line {
    border-top: 1px solid #C4C4C4;
}
.card-cart-payment-count {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-cart-payment-count span {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #000000;
}
.card-cart-payment-price {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.card-cart-payment-price span {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.card-payment .card-body {
    padding: 40px;
}
.payment-left, .payment-right {
    display: flex;
    flex-direction: column;
}
.payment-card {
    max-width: 380px;
    width: 100%;
    margin-bottom: 20px;
}
.payment-info {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
}
.payment-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 10px;
}
.payment-subtitle {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #676767;
    margin-bottom: 15px;
}
/*.task-file, .task-file-uploaded {*/
/*    max-width: 300px;*/
/*}*/
.btn-send-check {
    margin-top: 20px;
}
.btn-send {
    width: 180px;
}
textarea.form-control:focus, textarea.form-control:active {
    background: #FFFFFF;
}
.task-file {
    margin-bottom: 10px;
}
.task-file label {
    margin-bottom: unset;
}
.task-file .input-file .text {
    font-family: Raleway-400;
    font-size: 16px;
    color: var(--main-color);
}
.form-payment {
    max-width: 300px;
}
.task-file .input-file {
    background: #EEEEEE;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    font-family: Raleway-400;
    font-size: 16px;
    color: var(--main-color);
    margin-bottom: unset;
    cursor: pointer;
}
.task-file .input-file svg {
    margin-right: 10px;
}
.task-file-uploaded {
    padding: 5px 10px 5px 15px;
    margin-bottom: 10px;
    background: #EEEEEE;
    border-radius: var(--border-radius);
    display: none;
}
.task-file-uploaded .file {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.task-file-uploaded .file span:not(.text) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: Raleway-500;
    font-size: 16px;
    line-height: 130%;
    color: var(--main-color);
}
.task-file-uploaded .file span.text {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}
.task-file-uploaded .file span.right {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    background: #FFE9E9;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}
.task-file-uploaded .file span.right:hover {
    background: var(--color-error);
}
.task-file-uploaded .file span.right:hover svg path {
    stroke: #fff;
}
.task-file-uploaded .file span.left svg {
    margin-right: 10px;
}
.task-file-uploaded .file span.right svg {
    cursor: pointer;
}
.card-status-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.svgCheckingContainer {
    display: inline-block;
    position: relative;
    width: 34px;
    min-width: 34px;
    height: 34px;
}
.card-status-svg-container {
    display: inline-block;
    position: relative;
    min-width: 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.checking-header {
    display: flex;
    align-items: center;
}
.card-status-header-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #000000;
    display: flex;
    align-items: center;
}
.card-status-header-title.checking {
    color: var(--color-checking);
}
.card-status-header-title.error {
    color: var(--color-error);
}
.card-status-header-title.success {
    color: var(--color-success);
}
.card-status-header-page-link {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: var(--main-color);
}
.card-status-header-page-link span {
    border-bottom: 1px solid #fff;
    transition: 0.3s all;
    padding-bottom: 2px;
}
.card-status-header-page-link:hover span {
    color: var(--main-hover-color);
    border-bottom: 1px solid var(--main-hover-color);
}
.card-status-header-page-link:focus span {
    color: var(--main-focus-color);
    border-bottom: 1px solid var(--main-focus-color);
}
.card-status-header-page-link svg {
    width: 24px;
    min-width: 24px;
    margin-left: 5px;
}
.card-status-body-image {
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: var(--border-radius);
}
.card-status-body-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.card-status-body-product-title {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 5px;
    margin-right: 20px;
}
.card-status-body-product-article {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #676767;
    margin-bottom: 5px;
}
.card-status-body-product-info {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 5px;
}
.card-status-body-product-info span {
    color: #676767;
}
.card-news .date {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #A5A7B0;
    margin-bottom: 10px;
}
.card-news .title {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #2A64D6;
    margin-bottom: 10px;
    display: inline-block;
}
.card-news .subtitle {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    color: #65676E;
    margin-bottom: 0;
}
/* accordion start*/
.accordion {
    width: 100%;
    padding: 0 0 25px;
}
.accordion-item {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid var(--main-color);
}
.accordion-heading {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Raleway-500';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    background: #FFFFFF;
    border-radius: 6px;
}
.accordion-heading.acc-open {
    background: #51654C;
    color: #fff;
}
.module-image {
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-right: 20px;
    object-fit: cover;
}
.accordion-heading svg {
    transform: rotate(0deg);
    transition: 0.4s all;
    margin-left: auto;
}
.accordion-heading.acc-open svg {
    transition: 0.4s all;
    transform: rotate(-180deg);
}
.accordion-heading.acc-open svg rect {
    fill: #fff;
}
.accordion-body {
    padding: 10px 5px;
    font-family: 'Raleway-400';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #2B2A29;
    background: #FFFFFF;
}
.accordion-body {
    padding: 0px;
}
.accordion-ul {
    margin: 0;
    padding: 0;
}
.accordion-li {
    list-style-type: none;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s all;
    border-bottom: 1px solid #C3C8CC;
}
.accordion-li a {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-break: break-all;
}
.accordion-li a img {
    margin-left: 15px;
}
.accordion-li:hover {
    background: #E9EEF3;
}
.accordion-li a {
    font-family: Raleway-700;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 155%;
    color: #333333;
    margin-right: 10px;
}
/* accordion end */
.section-payment-weight {
    margin-bottom: 20px;
}
.form-group-delivery {
    margin-bottom: 0;
}
.form-group-delivery label {
    margin-bottom: 0;
    top: -2px;
    position: relative;
}
.form-group-delivery input[type="radio"] {
    outline: none;
}
.form-control-message {
    resize: none;
    border-radius: 5px;
}
.form-group-content {
    display: none;
    margin-left: 17px;
    margin-bottom: 5px;
}
.form-group input:checked ~ .form-group-content {
    display: block;
}
.card-news {
    border-radius: var(--border-radius);
}
.card-news .news-image {
    width: 100%;
    height: 190px;
    min-height: 190px;
    max-height: 190px;
    object-fit: cover;
}
.card-body iframe {
    width: 100% !important;
    border-radius: var(--border-radius);
}
/*.panel-body img {*/
/*    border-radius: var(--border-radius);*/
/*}*/
.panel-body iframe {
    width: 100% !important;
    border-radius: var(--border-radius);
}
.card-price {
    font-family: Raleway-700;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 115%;
    color: #FFFFFF;
    margin-bottom: 20px;
}
/*whatsapp*/
.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 70px;
    transform: translate(-50%, -50%);
    background: #25d366;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25d366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.whatsapp-button:after {
    animation-delay: 0.5s;
}
@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.card-course {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: var(--border-radius);
}
.lesson-title {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.card-course-image {
    min-height: 246px;
    max-height: 366px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 25px;
}
.card-course-name {
    font-family: Raleway-700;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #333333;
}
.course-main {
    background: #F8F8F8;
    padding: 25px;
    border-radius: 10px;
}
.btn-course {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
    box-shadow: 0 24px 34px rgba(102, 102, 204, 0.2);
    margin-bottom: 10px;
}
.section-platform-learn-title {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.section-platform-learn-lists {
    display: flex;
    flex-direction: column;
}
.section-platform-learn-list {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.section-experts {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    color: #FFFFFF;
}
/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}
.expert-image {
    width: 100%;
    height: 366px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.expert-name {
    font-family: Raleway-700;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.expert-description {
    font-family: Raleway-300;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.card-expert {
    background-color: transparent;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.swiper-button-prev img {
    transform: rotate(180deg);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -35px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -35px;
}
.swiper-button-next, .swiper-button-prev {
    top: 40%;
}
.swiper-block {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.swiper-pagination {
    display: none;
}
.content-right-mobile {
    display: none;
}
.breadcrumb {
    padding: 10px 0;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb-item.active {
    color: #A0A0A0;
}
.breadcrumb-item, .breadcrumb-item > a {
    color: #A0A0A0;
}
.section-courses-page, .section-experts-page {
    background-color: #0E0E0E;
}
.breadcrumb-title {
    margin-bottom: 10px;
    font-family: Raleway-700;
    font-weight: bold;
    margin-top: 20px;
}
.card-expert {
    position: relative;
    transition: 0.3s all;
    padding-top: 10px;
    border: 1px solid transparent;
}
.card-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    align-items: center;
    justify-content: center;
}
.btn-expert-link {
    width: 212px;
}
.card-expert:hover .card-overlay {
    display: flex;
}
.card-expert:hover {
    border: 1px solid var(--main-color);
}
.comment {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F3F3;
    display: flex;
    flex-direction: column;
}
.comment.comment-user-reply {
    flex-direction: row;
}
.comment:last-child {
    border-bottom: 1px solid transparent;
}
.comment-main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.comment-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.comment-image {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}
.comment-author span {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #909090;
    margin-left: 5px;
}
.comment-text {
    margin-top: 5px;
    width: 100%;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 20px;
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #292929;
    word-break: break-all;
}
.form-group-reply {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-control-reply {
    margin-right: 10px;
    margin-bottom: 10px;
}
.btn-send-reply {
    background: var(--main-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #FFFFFF;
    height: 48px;
    margin-bottom: 10px;
    width: 180px;
}
.btn-send-reply:hover {
    color: #FFFFFF;
}
.text {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #303030;
}
.lesson-text {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #303030;
}
.comment-replies {
    width: 96%;
    padding: 15px 0 0;
    margin-left: auto;
}
.comment-reply {
    display: none;
}
.comment-reply-show {
    display: block;
}
.comment-reply-title {
    font-family: Raleway-700;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #8B8B8B;
    margin-bottom: 10px;
}
.comment-reply-title b {
    color: #fff;
}
.btn-reply {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #979797;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}
.btn-reply:hover {
    color: #292929;
}
.lesson-documents-ul {
    list-style-type: none;
    margin: 15px 0;
    width: 100%;
    padding: 0;
}
.lesson-document-li {
    padding: 20px;
    background: #F5F5F5;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.lesson-document-name span {
    font-family: Raleway-500;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #333333;
}
.lesson-document-download {
    font-family: Raleway-400;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: var(--main-color);
    border-bottom: 1px solid transparent;
    transition: 0.4s all;
}
.lesson-document-download:hover {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.lesson-wrapper .buttons {
    display: flex;
    align-items: center;
}
.buttons .btn-link {
    margin-right: 10px;
    margin-bottom: 10px;
}
.btn-link {
    width: 220px;
    transition: 0.3s all;
}
.btn-link:hover {
    text-decoration-line: none;
}
.btn-link:hover svg path {
    stroke: #fff;
}
.btn-link:active, .btn-link:focus {
    text-decoration-line: none;
}
