body {
    color: #18191F;
    margin: 0;
    font-size: 1rem;
    /*font-family: "Roboto", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    background-color: #EDF1F9;
}
img {max-width:100%;}
a {
    text-decoration: none;
}
button:focus,
.accordion-button:focus {box-shadow:none;}
.Tests_list__UtK_G {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*max-width: 968px;*/
    /*margin: 40px auto 0;*/
}
.Tests_item__81Uoe {
    padding: 15px 10px;
    padding: 15px 0;
    text-align: center;
    position: relative;
    height: 100%;
}
.Tests_title__aCzy4 {
    font-size: 18px;
    font-weight: 500;
}
.Tests_itemInner__jkDuo {
    height: 100%;
    background: #dbe0ff;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    padding: 12px 10px 30px;
    color: #0d1f3c;
    transition: all .25s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    display: grid;
}
.Tests_itemInner__jkDuo:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
.Tests_itemInner__jkDuo.Tests_disabled__Ran31 {
    background: #e5e5e5;
    color: #6e798a;
    padding-bottom: 0;
    overflow: hidden;
}
.Tests_imgWrap__ba61l {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.Tests_itemInner__jkDuo .Tests_imgWrap__ba61l {
    margin: 0 auto 22px;
}
.Tests_imgWrap__ba61l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Tests_title__aCzy4 {
    font-size: 18px;
    font-weight: 500;
}
.Tests_caption__RaI5_ {
    font-size: 12px;
    color: #6e798a;
    margin-top: 5px;
}
.Tests_premium__ZoPJz {
    background: #fff;
    font-size: 14px;
    border-radius: 0 0 20px 20px;
    padding: 17px 15px;
    margin: auto -15px 0;
}
.site-auth-google-img {width:90px;}
.main-logo {height: 40px}
.sign-in-with-wrapper {border-top: 1px solid #ddd;}

.ticket-links {
    width: calc(100% + 10px);
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.additional .ticket-links {justify-content: flex-start;}
.ticket-links .ticket-item {
    flex: 0 0 80px;
    height: 50px;
    line-height: 50px;
    max-width: auto;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    color: #0064c6;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    transition: all .25s ease;
}
.ticket-links .ticket-item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
.ticket-links .ticket-link {display:block;color: #0d1f3c;}

.ticket-links .exam-item {
    flex: 0 0 auto;
    height: 50px;
    line-height: 50px;
    max-width: none;
    min-width: 120px;
    border: 1px solid #e3e3e3;
    color: #0064c6;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    transition: all .25s ease;
    position: relative;
    overflow: hidden;
}
.ticket-links .exam-item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}
.ticket-links .ticket-link {display:block;color: #0d1f3c;}

.modal-header {justify-content: space-between;}
.stop-test-ticket-dialog .modal-footer {justify-content: center;}

.topic-list .ticket-link:hover {color: #989da5;}
.footer-button-wrapper {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 1rem 0;
}

/******************/
.text {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
}

.text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 2px;
    background-color: #FF5733;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.text {
    color: #FF5733;
}

.blog-item:hover .text::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/******************/


.tr-more {
    display: block;
    text-decoration: none;
    background-color: rgba(10, 85, 172, 0.65);
    background-color: #E91E63;
    color: #fff;

    text-shadow: none;
    position: absolute;
    top: 0;
    left: -110%;
    width: 100%;
    height: 100%;
    padding: inherit;
    transition: left .5s cubic-bezier(.1, .39, .27, 1.35) .2s;
}
.exam-item:hover .tr-more{left: 0;}
.ticket-bg {
    background: #fff;
    /*background: #e7e9ed;*/
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 20px;
    width: 100%;
}
.ticket-links-title {
    border-bottom: 1px solid red;
    border-bottom: 1px solid rgba(255, 0, 0, .2);
    padding-bottom: .5rem;
    margin-bottom: 2rem;
}
.top-section .langs-menu .btn {
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
}

/*********/
.Section_wrap__ngn1F {
    position: relative;
    min-height: 50vh;
}
.MuiContainer-root {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 16px;
    padding-right: 16px;*/
}
.LectureSections_wrap__1ljnJ h2 {
    text-align: center;
}
.Section_wrap__ngn1F h2 {
    margin-bottom: 15px;
}
.CategoriesList_list__muN3y {
    max-width: 720px;
    margin: 6px auto 0;
}
.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.MuiButton-root {
    color: #18191F;
    padding: 1.0625rem 2.875rem;
    font-size: 1.125rem;
    min-width: 200px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1;
    border-radius: 1.625rem;
    letter-spacing: 0.2px;
    text-transform: none;
}
.MuiButton-contained {
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    background-color: #B5BBC9;
}
.MuiButton-fullWidth {
    width: 100%;
}
.CategoriesList_button__GB_1f {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    min-height: 70px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
}
.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.CategoriesList_button__GB_1f span {
    justify-content: flex-start;
}
.CategoriesList_wrap__ErYpx {
    display: flex;
    align-items: center;
    width: 100%;
}
.CategoriesList_wrap__ErYpx .CategoriesList_number__lBjci {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 25px;
    height: 25px;
    background: #b5bbc9;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.CategoriesList_wrap__ErYpx .CategoriesList_name__ROlAU {
    font-size: 14px;
    padding-right: 5px;
}
.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}
.MuiButton-root:hover {
    text-decoration: none;
    background-color: rgba(24, 25, 31, 0.04);
}
.MuiButton-contained:hover {
    box-shadow: none;
    background-color: #d5d5d5;
}
.MuiButton-contained:active {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.lectures-traffic-rules_subtitle__QPrbo {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    /*text-align: center;*/
    color: #485068;
}
.lectures-traffic-rules_list__zF7Fz {
    /*max-width: 720px;*/
    margin: 5px auto 0;
    padding: 24px 0;
}
.LectureItem_item__fkntb {
    border-radius: 26px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
}
.LectureItem_item__fkntb:not(:last-child) {
    margin-bottom: 10px;
}
.LectureItem_item__fkntb .LectureItem_button__c1Io3 {
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    background-color: #fff;
}
.LectureItem_left__9Vuvy {
    min-width: 100px;
    width: 100px;
}
.LectureItem_left__9Vuvy .LectureItem_imgWrap__o8SEf {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 3px solid #909198;
}
.LectureItem_left__9Vuvy .LectureItem_imgWrap__o8SEf.LectureItem_hasLecture__n21ZB {
    border: 3px solid #2eb371;
}
.LectureItem_left__9Vuvy .LectureItem_imgWrap__o8SEf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.LectureItem_left__9Vuvy .LectureItem_ratingWrap__RrcfT {
    margin-top: 16px;
}
.Rating_itemsList__OWFZW {
    display: flex;
}
.LectureItem_left__9Vuvy .LectureItem_list__BV9FD {
    justify-content: center;
}
.LectureItem_right__vFuKT {
    width: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    align-self: stretch;
    padding-left: 16px;
    text-align: left;
}
.LectureItem_right__vFuKT .LectureItem_name__DQ6Nt {
    line-height: 24px;
    color: #0d1f3c;
    font-weight: 600;
}
.MarkdownParser_wrap__e2_P_ {
    font-size: 16px;
}
.LectureItem_right__vFuKT .LectureItem_description__1WwX1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #6e798a;
    margin-top: 6px;
}
.MarkdownParser_wrap__e2_P_ p {
    margin-bottom: 1rem;
}
.LectureItem_right__vFuKT .LectureItem_description__1WwX1 p {
    white-space: break-spaces;
}
.LectureItem_right__vFuKT .LectureItem_access__wKIlq {
    width: 100%;
    margin-top: 6px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    color: #0d1f3c;
}
.LectureItem_right__vFuKT .LectureItem_success__lFM81 {
    color: #2eb371;
}
.MuiButton-outlined {
    border: 1px solid #d3d3d3;
    padding: calc(1.0625rem - 2px) calc(2.875rem - 2px);
}
.Lecture_btnWrap__9db7O .Lecture_btn__Ey0Kz {
    background-color: #fff;
}
.Lecture_btnWrap__9db7O {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
/*********/
.ticket--exam {
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    display: flex;
    position: relative;
}
.ticket--exam:after {content:'';}
.ticket--exam .ticket-bg {padding-top: 2rem;}
/************/
.news_date_format {
    font-family: "Times New Roman", "Times New Roman", Times, serif;
    color: rgb(0, 0, 0);
}
.custom_link, .ww_customStyle_custom_link {
    color: #000;
}
.custom_link_hover, .ww_customStyle_custom_link_hover, .custom_link:hover, .ww_customStyle_custom_link:hover {
    color: #f00;
    text-decoration: underline;
}
.wwTextContent .p_default_block, .wwTextContent .ww_customStyle_p_default_block, .wwTextContent p:not([class]):not(:last-child) {
    margin-bottom: 16px;
}
/************/
.fw-500 {
    font-weight: 500;
}
.breadcrumb {
    max-width: 100%;
}
.breadcrumb-item > a {color:#b9b9b9;}
.breadcrumb-item > a:hover {color:#a9a9a9;}
.breadcrumb-item.active {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    flex: 1;
    color: #bfbfbf;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6C757DFF;
    content: "»";
}
.index-description {}
.index-description p {margin-bottom: .25rem;}
.modal-link:last-child {}
.users-results-view {
    background: #fff;
    padding: 15px;
}
.footer-button-wrapper {
    position: sticky;
    bottom: 0px;
    background: #fff;
    padding: 1rem 0;
}
.w-145 {width: 145px;}
.im-ff {cursor: pointer;}
.account.section {background: #fff;padding: 15px;}
.dropstart.dropdown-menu-right .dropdown-menu {
    top: 3rem;
    right: 10%;
    left: auto;
}
.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    content:none;
}
.navbar-nav .dropstart.dropdown-menu-right .dropdown-menu .dropdown-item.active, .navbar-nav .nav-link .dropdown-item:active {
    color: #fff;
}
.reminder-modal {
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 1000;
    background-color: rgba(255, 243, 205, .68);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-in-out, visibility 0s linear .5s;
}
.reminder-modal:hover {
    background-color: rgba(255, 243, 205, 1);
}
.reminder-modal.alert-dismissible .btn-close {
    padding: 7px;
    font-size: 12px;
    box-shadow: none;
}
.reminder-modal.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 3s ease-in-out;
}
.tickets-block {
    min-height: 50vh;
    min-height: 41vh;
    align-items: center;
    display: flex;
}
.ticket--exam,
.tickets-block {
    min-height: 50vh;
    min-height: 41vh;
}
.breadcrumb {
    background-color: transparent;
    padding-left: 3px;
}
.breadcrumb-item > a {
    color: #6a88c2;
}
.breadcrumb-item.active {
    color: #93a0b9;
}
.blog-item {
    margin-bottom: 30px;
}
.blog-item .wrap {
    background: #fbfdfc;
    overflow: hidden;
    border-radius: 10px;
    /*box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);*/
    color: #4b4c58;
}
.blog-item .wrap .img {
    overflow: hidden;
    position: relative;
    margin: 12px 12px 0;
    border-radius: 7px;
}
.blog-item .wrap .img .date, .post-img .date {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fbfdfc;
    color: #2274a5;
    font-weight: 500;
    min-width: 60px;
    border-radius: 5px;
    padding: 8px 10px;
}
.blog-item .wrap .img .date span, .post-img .date span {
    display: block;
}
.blog-item .wrap .img .date .d, .post-img .date .d {
    font-size: 36px;
    line-height: 1em;
}
.blog-item .wrap .img .date .m, .post-img .date .m {
    font-size: 12px;
    line-height: 1em;
}
.blog-item .wrap .img>a {
    display: block;
    background-size: cover;
    background-position: 50%;
    max-height: 750px;
}
.blog-item .wrap .img img {
    display: block;
    margin: auto;
    /*width: 100%;*/
}
.blog-item .wrap .content {
    padding: 5px 35px 30px;
}
.blog-item .wrap .content > h6 {
    margin-bottom: 15px;
    line-height: 1.2em;
    word-wrap: break-word;
    margin-top: 20px;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    color: #2274a5;
}
.blog-item .wrap .content > h6 a {
    color: #003398;
}
.blog-item .wrap .text {
    line-height: 1.714em;
    font-size: 14px;
    color: #4b4c58;
    letter-spacing: -.025em;
    font-weight: 300;
    word-wrap: break-word;
}
.button-style2 {
    text-decoration: none;
    color: #2274a5;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    padding: 10px 22px;
    border: 1px solid #2274a5;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s ease;
}
.blog-item .wrap .readmore-link {
    padding: 10px 30px;
}
.blog-item .wrap .text+.readmore-link {
    margin: 17px 0 0;
}
.button-style2:hover {
    background: #003398;
    color: #fff;
}

.s-sidebar .w {
    position: sticky;
    top: 1.5rem;
}
.s-sidebar .widget {
    /*box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);*/
    margin-bottom: 55px;
    background: #fbfdfc;
    border-radius: 8px;
    position: relative;
    padding: 30px 35px;
}
.s-sidebar .widget .widget-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    background: #fbfdfc;
    position: absolute;
    top: 0;
    left: 50%;
    color: #2274a5;
    padding: 10px 17px;
    border-radius: 8px;
    box-shadow: 0px 3px 14.55px 0.45px rgba(149, 152, 200, 0.2);
    margin: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.widget_categories ul {
    background: none;
    padding: 0;
    margin: 0 0 -11px;
    font-size: 14px;
    text-align: left;
}
/*.s-sidebar .widget_archive ul {
    margin: 0 0 20px;
    color: #758092;
    padding-left: 0;
    font-weight: 300;
}*/
.widget_categories ul li {
    border: none;
    display: block;
    position: relative;
    padding: 5px 0;
}
.s-sidebar .widget_categories ul li {
    border-bottom: 1px solid #dbeaf6;
    padding: 15px 0;
}
.s-sidebar .widget_categories ul li {
    font-size: 14px;
    padding: 15px 0;
}
/*.widget_archive ul li a {
    text-decoration: none;
}*/
.widget_categories ul li a {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
}
.s-sidebar .widget_categories ul li a {
    border: none;
    /*padding-left: 30px;*/
    color: #2274a5;
}
.s-sidebar .widget_categories ul .blog-cat-item a i {
    font-size: 12px;
}

.s-sidebar .widget_categories ul li a span {margin-left: 5px;}
.s-sidebar .widget_categories ul li a[href]:before {
    /*content: "\f054";
    font-family: "Font Awesome 6 Free";*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4d519e;
    font-size: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.5em;
}
.post-container {
    background: #fbfdfc;
    padding: 20px 50px 25px;
    border-radius: 8px;
    position: relative;
    /*box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);*/
}
.post-content p, .project-content p {
    line-height: 1.875em;
    font-weight: 300;
    color: #4b4c58;
}
.post-img {
    text-align: center;
    margin: 0 -20px 30px;
    border-radius: 5px;
    overflow: hidden;
}
.post-img .date {
    top: 30px;
    left: 45px;
}
.post-img img {
    display: block;
    margin: 0 auto;
}
.post-container .page-title {
    position: relative;
    margin-bottom: 17px;
    margin-top: 33px;
}
.post-container .page-title .heading {
    margin: 0;
    font-weight: 500;
}
.top-section {
    padding: .75rem 0;
}