body {
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

p {
    line-height: normal;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

.main-menu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
}

.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.main-menu a {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
}

.main-menu li {
    display: inline-block;
    padding-bottom: 1.5rem;
}

.main-menu .active {
    padding-bottom: 2rem;
}

.main-menu:not(.main-menu_new) > .active > a:not(.present-link-menu) {
    border-radius: 35px;
    background-color: #31ac7a;
    padding: 0.5rem 1.5rem 0.75rem;
    color: #fff;
}

.log_in {
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

.log_in:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #31ac7a;
    left: -4px;
    top: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.log_in:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.log_in:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    left: -1px;
    top: 9px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.log_in:hover:after {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.main_cap {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.btn-action {
    border-radius: 35px;
    background-color: #31ac7a;
    padding: 0.5rem 1.5rem 0.75rem;
    color: #fff;
    -webkit-box-shadow: 0 0 14px #3acc91;
    box-shadow: 0 0 14px #3acc91;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    font-size: 14px;
}

.btn-action:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 30px #3acc91;
    box-shadow: 0 0 30px #3acc91;
}

.video {
    height: 250px;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 1px solid transparent;
    border-radius: 100%;
    -webkit-animation: 1s border forwards 2s, 2s blink-border infinite 2.75s;
    animation: 1s border forwards 2s, 2s blink-border infinite 2.75s;
    margin: 0 auto;
}

.video:before {
    content: "";
    border: 1px solid #31ac7a;
    top: 11%;
    left: 11%;
    right: 11%;
    bottom: 11%;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-animation: 1s show forwards 1s, 2s blink infinite 2.5s;
    animation: 1s show forwards 1s, 2s blink infinite 2.5s;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink-half {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes blink-half {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes blink-border {
    0% {
        border-color: #31ac7a33;
    }

    50% {
        border-color: transparent;
    }

    100% {
        border-color: #31ac7a33;
    }
}

@keyframes blink-border {
    0% {
        border-color: #31ac7a33;
    }

    50% {
        border-color: transparent;
    }

    100% {
        border-color: #31ac7a33;
    }
}

.video:after {
    content: "";
    border: 1px solid #31ac7a;
    top: 6%;
    left: 6%;
    right: 6%;
    bottom: 6%;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-animation: 1s show-half forwards 1.5s, 2s blink-half infinite 2.65s;
    animation: 1s show-half forwards 1.5s, 2s blink-half infinite 2.65s;
}

.video img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    width: 220px;
    position: relative;
    z-index: 1;
}

.video-bg {
    position: relative;
    height: 100%;
    max-height: 500px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    overflow: hidden !important;
    cursor: pointer;
    z-index: 98;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: scaleIn 1s forwards;
            animation: scaleIn 1s forwards;
}
@media (max-width: 992px) {
    .video-bg {
        max-height: 300px;
    }
}
@media (max-width: 768px) {
    .video-bg {
        max-height: 220px;
    }
}
@media (max-width: 375px) {
    .video-bg {
        max-height: 220px;
    }
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.video-bg:before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background-color: #31ac7a;
    opacity: 0.4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    z-index: 2;
}

.video-bg:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    top: 0%;
    background-image: url(../images/play.svg);
    background-size: 16%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.video-bg:hover:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.show-video:before,
.show-video:after,
.show-video img {
    z-index: -1;
}

.def-cap {
    font-size: 30px;
    font-weight: 600;
}

.prod {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prod-desc {
    font-size: 12px;
    color: #4d4d4d;
}

.prod-cap {
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 12px;
}

.prod:hover .prod-cap {
    font-weight: 600;
    font-size: 26px;
    color: #31ac7a;
}

.prod .img {
    padding: 1rem;
    border: 2px solid #31ac7a;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
}

.prod:hover .img {
    background-color: #31ac7a;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.prod svg {
    fill: #31ac7a;
}

.prod:hover svg {
    fill: #fff;
}

.single-event {
    display: block;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 236px;
}

.single-event_bg {
    position: relative;
    width: 100%;
    height: 166px;
    background-image: url(../images/test-sob.jpg);
    background-size: cover;
    /* background-position: center; */
    background-position: right;
    border-radius: 10px;
}

.event-type {
    background-color: #fff;
    padding: 4px 18px;
    color: #31ac7a;
    border-radius: 30px;
    font-size: 8px;
}

.event-date {
    color: #fff;
    font-size: 12px;
}

.single-event_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 1rem;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
}

/* .single-event_info:before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    top: 0%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, transparent),
        to(#31ac7a)
    );
    background: -o-linear-gradient(transparent 50%, #31ac7a);
    background: linear-gradient(transparent 50%, #31ac7a);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-event_info:hover:before {
    opacity: 0.5;
    background-color: #31ac7a;
}

.tran-all .single-event_info:before {
    bottom: 33px;
    opacity: 1;
    background-color: transparent;
}

.tran-all .single-event_info:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    height: 34px;
    background-color: #31ac7a;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} */

.tran-all .single-event_info:hover:before {
    bottom: 49px;
}

.tran-all .single-event_info:hover:after {
    height: 50px;
}

.tran-all .single-event {
    width: 100%;
}

.tran-all {
    margin-right: 0;
    margin-left: 0;
}

.events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: -36px;
}

.white-bg {
    position: relative;
}

.hide:before {
    opacity: 0;
}

.nicescroll-rails {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    margin-top: 40px;
}

.main-bus {
    font-size: 34px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}

.bus-cap {
    font-size: 22px;
    font-weight: 500;
    color: #31ac7a;
}

.btn-action_no-shadow {
    padding: 12px 26px 14px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #31ac7a;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-action_no-shadow:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 20px #31ac7a;
    box-shadow: 0 0 20px #31ac7a;
}

.bus-round {
    position: relative;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 40px 0;
}

.bus-round:before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    top: 0%;
    background-image: url(../images/welcomepro-bus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: round 30s infinite linear;
    animation: round 30s infinite linear;
}

.pb-auto {
    padding-bottom: 81px;
}

.w-bg {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        color-stop(#f0f0f0),
        to(transparent)
    );
    background: -o-linear-gradient(transparent, #f0f0f0, transparent);
    background: linear-gradient(transparent, #f0f0f0, transparent);
    position: relative;
    z-index: 1;
}

.w-bg:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 10%;
    bottom: 10%;
    left: 9.5%;
    right: 9.5%;
    border-radius: 20px;
    z-index: -1;
}

.tran-add_cap {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
}

.tran-add_date {
    color: #fff;
    font-size: 12px;
}

.games-cap {
    font-size: 24px;
    font-weight: 600;
    color: #31ac7a;
    line-height: 26px;
}

.games-img {
    border-radius: 10px;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
}

.disc-form input[type="submit"] {
    padding: 12px 26px 14px;
    border-radius: 30px;
    font-size: 14px;
    color: #31ac7a;
    background-color: #fff;
    display: inline-block;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.disc-form input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
}

.green-bg > .row {
    background-color: #31ac7a;
    border-radius: 16px;
    padding: 35px 18px;
    margin: 0;
}

.discount > .row {
    background-image: url(../images/discount.svg);
    background-repeat: no-repeat;
    background-position: 111% 111%;
    background-size: 116px;
}

.disc-cap {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: -8px;
    line-height: 24px;
}

.disc-form small {
    font-size: 10px;
    color: #fff;
    line-height: 12px;
    display: inline-block;
}

.disc-form input[type="email"] {
    width: 100%;
    border-radius: 6px;
    background-color: #278a62;
    border: none;
    padding: 12px 26px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.disc-form input[type="email"]:focus {
    outline: none;
    background-color: #328061;
}

.disc-form input[type="email"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.disc-form input[type="email"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.disc-form input[type="email"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.disc-form input[type="email"]::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.disc-form input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
}

.disc-form input[type="email"]:-ms-input-placeholder {
    color: #fff;
}

.disc-form input[type="email"]::-ms-input-placeholder {
    color: #fff;
}

.logos img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}

.logos img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

footer {
    padding-top: 46px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

.foot-gr-cap {
    color: #31ac7a;
    font-size: 24px;
    display: block;
    font-weight: 500;
}

.foot-gr-cap:hover {
    color: #31ac7a;
    text-decoration: underline;
}

.foot-address {
    color: #808080;
    font-weight: 300;
    font-size: 14px;
}

footer .list-unstyled li {
    line-height: 41px;
    font-size: 14px;
}

footer .list-unstyled a:hover {
    text-decoration: underline;
}

.lnh {
    line-height: 40px;
}

.lnh:hover {
    text-decoration: underline;
}

.foot-social {
    padding-bottom: 55px;
    margin-top: 41px;
}

.foot-social a {
    display: inline-block;
    width: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 38px;
    height: 21px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.foot-social a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.foot-terms a {
    font-size: 12px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 14px;
}

.tg {
    background-image: url(../images/telegram.svg);
}

.inst {
    background-image: url(../images/instagram-logo.svg);
}

.fb {
    background-image: url(../images/facebook.svg);
}
.vk {
    background-image: url(../images/vk.svg);
    transform: scale(1.3);
}
.youtube {
    background-image: url(../images/youtube-foot.svg);
    width: 35px !important;
}

.foot-wp {
    font-size: 14px;
    font-weight: 300;
}

@-webkit-keyframes round {
    from {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    from {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.f-22 {
    font-size: 14px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 14px;
}

.container {
    padding-right: 36px;
    padding-left: 36px;
}

.tran-add_img {
    height: 135px;
    width: 100%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tran-add .row {
    background-color: #904d92;
    border-radius: 16px;
    padding: 30px 18px;
    margin: 0;
}

.logos-scroll {
    overflow-x: scroll;
    margin-right: -36px;
}

.logos-scroll .row {
    width: 300%;
}

.foot-info {
    border-top: 2px solid #dbdbdb;
    padding-top: 30px;
    margin-top: 38px;
}

.logo {
    width: 43px;
}

.mb-menu-btn {
    padding: 0;
    width: 25px;
    height: 25px;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4px;
    z-index: 100;
}

.line {
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #000;
    position: relative;
    border-radius: 2px;
}

.line:before,
.line:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.line:after {
    bottom: -8px;
    top: auto;
}

.close .line {
    height: 0;
}

.close .line:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close .line:after {
    bottom: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#courses .tran-menu {
    margin-left: 0;
    margin-right: -36px;
    overflow: scroll;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    padding-right: 15px;
}

.you-video {
    position: absolute;
    width: 180%;
    height: 160%;
    border-radius: 100%;
    left: -41%;
    top: -30%;
}

.not-main:not(body) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
}

.tran-cap {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.tran-menu li {
    display: inline-block;
}

.tran-menu a,
.tran-menu button {
    font-size: 16px;
    font-weight: 300;
    padding: 8px 15px 10px;
    border: 1px solid #31ac7a;
    display: inline-block;
    border-radius: 30px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
    margin-bottom: 10px;
}

.tran-menu .active {
    color: #fff;
    background-color: #31ac7a;
}

.tran-menu button {
    color: #fff;
    background-color: #31ac7a;
}

.tran-menu .collapsed {
    background-color: transparent;
    color: #000;
}

.tran-menu a:hover,
.tran-menu button:hover {
    color: #fff;
    background-color: #31ac7a;
}

.tran-menu li:last-child a,
.tran-menu button:last-child {
    margin-right: 0;
}

.tran-desc {
    font-size: 22px;
    line-height: 22px;
}

.tran-all .event-date {
    font-size: 14px;
}

.tran-bg {
    padding: 180px 0 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 9.5rem;
    text-align: left;
}

.tran-bg:before {
    background: -o-linear-gradient(330deg, #31ac7a, #7aebbd);
    background: linear-gradient(120deg, #31ac7a, #7aebbd);
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0%;
    top: 0%;
    z-index: -1;
    border-radius: 10px;
}

.tran-mark {
    font-size: 20px;
    color: #7aebbd;
}

.single-tran_cap {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.wc {
    color: #fff;
}

.tran-btn {
    color: #31ac7a;
    background-color: #fff;
    font-size: 18px;
    padding: 8px 26px 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    border: none;
    display: inline-block;
    border: 1px solid #fff;
}

.tran-btn:hover {
    -webkit-box-shadow: 0 0 20px rgb(255, 255, 255);
    box-shadow: 0 0 20px rgb(255, 255, 255);
    color: #31ac7a;
}

.tran-photo {
    position: absolute;
    width: 327px;
    height: 327px;
    border-radius: 100%;
    top: -12rem;
    margin-top: 1rem;
    background-image: url(../images/explaining-work.jpg);
    background-position: center;
    background-size: cover;
}

.grc {
    color: #31ac7a !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.acc-trans .col-lg-2,
.acc-trans .col {
    font-size: 18px;
    padding-right: 1.5rem;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #cccccc;
}

.accordion-button {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 1;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cccccc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    right: 0;
    z-index: -1;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.tran-speak_bg {
    border-radius: 0px;
    padding: 30px 0 60px;
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
    margin-left: 0px;
    margin-right: 0px;
    overflow: auto;
}

.single-speaker .fw-300 {
    line-height: 22px;
}

.single-speaker {
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    width: 300px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.course-reviews .single-speaker {
    text-align: left;
}

.single-speaker:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.single-speaker_img img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    margin-bottom: 26px;
}

.single-speaker_img {
    text-align: center;
}

.tran-speaks {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.not-main .nicescroll-rails {
    margin-top: 0;
    -webkit-transform: scale(0.793) translateY(-35px);
    -ms-transform: scale(0.793) translateY(-35px);
    transform: scale(0.793) translateY(-35px);
}

.cost-wrap {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    padding: 40px 25px 30px;
    text-align: left;
}

.cost-cap {
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
}

.the-cost {
    color: #31ac7a;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
}

.cost-tip {
    font-size: 14px;
    color: #4d4d4d;
}

.cost-after {
    position: relative;
    padding-top: 35px;
}

.cost-after .cost-tip {
    display: inline-block;
    margin-top: 20px;
}

.cost-after:before {
    content: "";
    position: absolute;
    left: 25%;
    height: 4px;
    width: 160px;
    border-radius: 30px;
    background-color: #31ac7a;
}

.cost-after .the-cost {
    font-size: 25px;
    color: #4d4d4d;
    font-weight: 400;
    line-height: 25px;
}

.cost-explain {
    font-size: 20px;
    color: #31ac7a;
    line-height: 22px;
}

.cost-check ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.cost-check li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
}

.cost-check li:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 12px;
    background-image: url(../images/check.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 15px;
}

.tran-cta {
    background-color: #31ac7a;
    border-radius: 10px;
    padding: 40px 0 30px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin: 0 10px;
}

.tran-cta_cap {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
}

.tran-cta input:not([type="submit"], [type="checkbox"]),
.tran-cta textarea,
.tran-cta select {
    border: none;
    background-color: transparent;
    padding: 10px 15px 10px 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 25px;
}

.tran-cta textarea {
    border: 1px solid #4d4d4d;
    border-radius: 4px;
    color: #000;
    padding: 10px 15px;
}

.tran-cta .cons-cta_cap {
    border: 1px solid #fff;
    color: #fff;
    resize: none;
    width: 100%;
    line-height: 1.2;
    height: 120px;
}

.tran-cta .cons-cta_cap::placeholder {
    color: #fff;
}

.course-cta input:not([type="submit"]) {
    border: none;
    background-color: transparent;
    padding: 10px 15px 10px 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 25px;
}

.tran-cta input:focus,
.course-cta input:focus,
.tran-cta select:focus {
    outline: none;
    background-color: #278a62;
    border-radius: 4px;
    border-bottom-color: transparent;
    padding: 10px 15px 10px 15px;
}

.tran-cta textarea:focus {
    border-color: #eee;
    outline: none;
    background-color: #eee;
}

.tran-cta input::-webkit-input-placeholder,
.course-cta input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.tran-cta input::-moz-placeholder,
.course-cta input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.tran-cta input:-ms-input-placeholder,
.course-cta input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.tran-cta input::-ms-input-placeholder,
.course-cta input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.tran-cta input::placeholder,
.course-cta input::placeholder {
    color: #fff;
    opacity: 1;
}

.tran-cta input:-ms-input-placeholder,
.course-cta input:-ms-input-placeholder {
    color: #fff;
}

.tran-cta input::-ms-input-placeholder,
.course-cta input::-ms-input-placeholder {
    color: #fff;
}

.tran-privacy {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.tran-last p {
    font-size: 25px;
    line-height: 25px;
}

.tran-last a:hover {
    text-decoration: underline;
}

#courses .multi-collapse {
    margin: 0 -36px;
}

.course-bg {
    background-color: #f5f5f5;
    padding: 30px 36px;
}

.course-after_cap {
    font-size: 20px;
}

.action-btn-small {
    padding: 8px 26px 10px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    background-color: #31ac7a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    display: inline-block;
    border: 1px solid #31ac7a;
}

.action-btn-small:hover {
    -webkit-box-shadow: 0 0 20px #31ac7a;
    box-shadow: 0 0 20px #31ac7a;
    color: #fff;
}

.course-how p {
    font-size: 18px;
    position: relative;
}

.course-how p:before {
    content: "";
    position: absolute;
    left: -38%;
    right: inherit;
    height: 2px;
    background-color: #31ac7a;
    top: 15px;
    border-radius: 30px;
    width: 100px;
}

.course-cert {
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.17);
}

.cert .cost-check li {
    margin-bottom: 11px;
    line-height: 16px;
    font-size: 16px;
}

.cert .cost-check li:before {
    top: 7px;
}

.course-cost-tip {
    font-size: 18px;
    color: #4d4d4d;
}

.course-cta {
    padding: 40px 25px 30px;
    background-color: #31ac7a;
    border-radius: 10px;
    color: #fff;
}

.course-reviews .single-speaker {
    width: 300px;
    padding-right: 15px;
}

.course-reviews:before {
    right: 210px;
    width: 323px;
}

.webs .col-lg-6 {
    margin-bottom: 3rem;
}

.web,
.web-sign {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
    padding: 40px 25px;
    /*height: 100%;*/
}

.web-sign {
    background-image: url(../images/like.svg);
    background-size: 56px;
    background-repeat: no-repeat;
    background-position: 91% 89%;
    padding-bottom: 120px;
}

.web-head {
    color: #fff;
    background-color: #31ac7a;
    margin: -40px -25px 0;
    border-radius: 8px 8px 0 0;
    padding: 15px 25px;
}

.web-head img {
    width: 100px;
    border-radius: 100%;
}

.web-date {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.web-head .web-date {
    font-size: 14px;
    line-height: 18px;
}

.web .cost-check li {
    line-height: 22px;
    margin-bottom: 22px;
}

.web .cost-check li:before {
    top: 6px;
}

.web-link {
    color: #31ac7a;
    font-weight: 600;
    position: relative;
}

.web-link:hover {
    color: #31ac7a;
}

.web-link:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0%;
    right: 0%;
    bottom: -5px;
    background-color: #31ac7a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.web-link:hover:before {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.wp-teams-package .col {
    padding-right: 0;
    margin-bottom: 2rem;
}

.wp-teams-package p {
    margin-bottom: 0;
}
.wp-teams_cost {
    --bs-gutter-x: 4rem;
}

.wp-teams_cost .col-lg-4 > div {
    padding: 40px 0 30px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.wp-teams_cost .col-lg-3 > div {
    padding: 37px 0 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.progs-cost .col-lg-3 > div {
    padding: 30px 0 25px;
    border-radius: 10px;
}
.wp-teams_cost .col-lg-4:hover .wp-teams_price {
    color: #fff;
}
.wp-teams_cost .col-lg-4:hover > div {
    color: #fff;
    background-color: #31ac7a;
}

.wp-teams_price {
    font-size: 35px;
    font-weight: 500;
    line-height: 60px;
    color: #31ac7a;
    margin-bottom: 30px;
}

/* .wp-teams_cost .col-lg-4:nth-child(2n) > div {
    color: #fff;
    background-color: #31ac7a;
} */

/* .wp-teams_cost .col-lg-4:nth-child(2n) .wp-teams_price {
    color: #fff;
} */

.wp-teams_cost .col-lg-4:nth-child(2n) .action-btn-small {
    color: #31ac7a;
    background-color: #fff;
}

.wp-teams_cost .col-lg-4:nth-child(2n) .action-btn-small:hover {
    -webkit-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
}

.wp-teams_cost .col-lg-3:nth-child(2n) > div {
    color: #fff;
    background-color: #31ac7a;
}

.wp-teams_cost .col-lg-3:nth-child(2n) .wp-teams_price {
    color: #fff;
}

.wp-teams_cost .col-lg-3:nth-child(2n) .action-btn-small {
    color: #31ac7a;
    background-color: #fff;
}

.wp-teams_cost .col-lg-3:nth-child(2n) .action-btn-small:hover {
    -webkit-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
}

.wp-teams_cta {
    background-color: #fff;
    border: 1px solid #31ac7a;
}

.wp-teams_cta input:not([type="submit"]) {
    color: #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
}

.wp-teams_cta input:not([type="submit"]):focus {
    background-color: #eee;
    border-bottom-color: #eee;
}

.wp-teams_cta .tran-privacy {
    color: #808080;
}

.wp-teams_cta .tran-cta_cap {
    color: #31ac7a;
}

.wp-teams_cta input::-webkit-input-placeholder {
    color: #4d4d4d;
    opacity: 1;
}

.wp-teams_cta input::-moz-placeholder {
    color: #4d4d4d;
    opacity: 1;
}

.wp-teams_cta input:-ms-input-placeholder {
    color: #4d4d4d;
    opacity: 1;
}

.wp-teams_cta input::-ms-input-placeholder {
    color: #4d4d4d;
    opacity: 1;
}

.wp-teams_cta input::placeholder {
    color: #4d4d4d;
    opacity: 1;
}

.wp-teams_cta input:-ms-input-placeholder {
    color: #4d4d4d;
}

.wp-teams_cta input::-ms-input-placeholder {
    color: #4d4d4d;
}

.lib-search {
    padding: 12px 15px;
    border-radius: 6px;
    border: 1px solid #808080;
    font-weight: 300;
    position: relative;
    width: 100%;
    background-image: url(../images/loupe.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 92% center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lib-search:focus {
    outline: none;
    background-color: #eee;
    background-position: 110% center;
}

.lib-cats {
    padding: 25px 36px 50px;
    background-color: #f5f5f5;
    border-radius: 0px;
    margin: 0 -36px;
}

.lib-cats .accordion-button {
    background-color: transparent;
    padding: 15px 25px 15px 0;
    font-size: 20px;
    font-weight: 500;
    border-bottom-color: transparent;
}

.lib-cats .accordion-button.collapsed {
    border-bottom-color: #cccccc;
}

.lib-cats .accordion-button::after {
    width: 1.25rem;
    height: 1.25rem;
    right: 0;
    top: 23px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.lib-cats ul a {
    font-weight: 300;
}

.lib-cats .active a {
    color: #31ac7a;
    font-weight: 500;
}

.form-check {
    margin-right: 40px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.form-check input,
.form-check label {
    cursor: pointer;
}

.form-check-input {
    border: 1px solid #999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #31ac7a;
    border-color: #999;
}

.form-check-input:checked[type="radio"] {
    background-image: url(../images/ring.svg);
}

.lib-filter {
    margin-top: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lib-file {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lib-files a {
    margin-bottom: 14px;
}

.lib-file img {
    width: 100%;
    height: 135px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.lib-ext {
    position: absolute;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background-color: #fff;
    top: 10px;
    right: 8px;
    background-image: url(../images/excel.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lib-files a:hover .lib-ext {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.lib-files a:hover .lib-file:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.lib-files a:hover .lib-file {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}

.lib-files {
    --bs-gutter-x: 3rem;
}

.lib-file:before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    top: 0%;
    border-radius: 8px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, transparent),
        to(#31ac7a)
    );
    background: -o-linear-gradient(transparent 50%, #31ac7a);
    background: linear-gradient(transparent 50%, #31ac7a);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lib-photo {
    width: 50%;
    display: block;
    margin: 0 auto;
    /* border-radius: 100%; */
    -o-object-fit: cover;
    object-fit: cover;
}

.lib-cap {
    font-size: 34px;
}

.lib-cap_sec {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    word-break: break-word;
}

.lib-ext_sec {
    color: #4d4d4d;
    font-size: 14px;
    background-image: url(../images/excel.svg);
    padding-left: 1.75rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    margin-bottom: 40px;
}

.lib-ext_sec a:hover {
    text-decoration: underline;
}

.lib-file_sec {
    margin-bottom: 40px;
}

.pdf {
    background-image: url(../images/pdf.svg);
    word-break: break-word;
}

.action-btn-small.bordered {
    background-color: transparent;
    color: #31ac7a;
    border: 1px solid #31ac7a;
}

.action-btn-small.bordered:hover {
    background-color: #31ac7a;
    color: #fff;
}

.lib-file_sec .col-lg-10 {
    padding-bottom: 48px;
    border-bottom: 1px solid #cccccc;
}

.blog-photo {
    width: 80px;
    border-radius: 100%;
    height: 100%;
}

.blog .action-btn-small {
    background-color: transparent;
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
}

.blog .action-btn-small:hover {
    background-color: #b2b2b2;
    color: #fff;
    -webkit-box-shadow: 0 0 20px #b2b2b2;
    box-shadow: 0 0 20px #b2b2b2;
}

.blog {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.lekc {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row .lekc:last-child {
    border-bottom: none;
}

.lekc-cap {
    font-size: 20px;
}

.lekc-speak {
    color: #808080;
}

.lekc .f-20 {
    line-height: 26px;
}

.col .blog:last-child {
    border-bottom: none;
}

.wphelper-img {
    width: 51px;
    height: auto;
}

.wphelper-docs .col-lg-6 {
    margin-bottom: 70px;
}

.wphelper-web .f-22 {
    font-size: 22px;
}

.wphelper-web {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
    padding: 25px 25px 30px;
    height: 100%;
    border: none;
}

.wphelper-web .card-body {
    padding: 0;
}

.wphelper-webs {
    --bs-gutter-x: 4rem;
}

.wphelper-webs .col {
    margin-bottom: 30px;
}

.test-wrap {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(45%, #31ac7a),
        to(transparent)
    );
    background: -o-linear-gradient(bottom, #31ac7a 45%, transparent);
    background: linear-gradient(0deg, #31ac7a 45%, transparent);
    border-radius: 20px;
    padding: 280px 0 35px;
    position: relative;
    overflow: hidden;
    width: 95%;
    text-align: center;
}

.test-wrap:before {
    content: "";
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 40%;
    background-image: url(../images/tests-bg.jpg);
    background-size: cover;
    z-index: -1;
    background-position: center;
}

.test-wrap .f-20 {
    line-height: 26px;
}

.test-wrap_cap {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}

.test-block {
    padding: 25px 30px 25px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
    height: 100%;
}

.test-block_pad {
    padding: 25px 30px 25px 30px;
}

.test-block_cap {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
}

.test-block_tip {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
}

.test-block_cap span {
    font-weight: 500;
}

.check-test {
    border-radius: 10px;
    border: 1px solid #31ac7a;
    padding: 30px 20px;
    margin-bottom: 60px;
}

.check-test .test-wrap_cap {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}

.check-test .test-wrap_cap {
    line-height: 25px;
}

.check-test_img {
    width: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    border-radius: 100%;
}

.cons-cta_cap {
    font-size: 25px;
    color: #fff;
    line-height: 25px;
}

.tran-cta .form-check {
    font-size: 18px;
    color: #fff;
}

.cons .form-check-input,
.cons .form-check-input:focus {
    border: 1px solid #fff;
    background-color: transparent;
    padding: 0;
}

.cons .form-check {
    margin-bottom: 12px;
}

.cons input,
.cons label {
    cursor: pointer;
}

.cons .form-check-input:checked {
    border: 1px solid #fff;
    background-color: #fff;
}

.cons .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2331AC7A' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.g-cons-prods.cons-stages {
    --bs-gutter-x: 3rem;
}

.g-cons-prods .grc {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}

.card {
    border: none;
}

.card-body {
    padding: 0;
}

.cons-stages .card {
    margin-top: 2rem;
    background-color: transparent;
}

.cons-stages .num {
    font-size: 100px;
    opacity: 0.04;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -27%;
    line-height: 85px;
    z-index: -1;
}

.cons-clients .single-speaker {
    padding: 40px 79px;
}

.cons-clients .single-speaker_img {
    padding-right: 0;
}

.cons-clients img {
    border-radius: inherit;
}

.about-cap {
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
}

.about-text_cap {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}

.about-contacts {
    padding: 30px 30px 36px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
}

.about-contacts_cap {
    font-size: 30px;
    font-weight: 500;
    line-height: 28px;
}

.about-contacts_phone,
.about-contacts_email {
    font-size: 16px;
    font-weight: 300;
    padding-left: 2.5rem;
    background-image: url(../images/phone.svg);
    background-size: 24px;
    background-position: left 75%;
    background-repeat: no-repeat;
}

.about-contacts_email {
    background-image: url(../images/mail.svg);
}

.about-contacts_phone a,
.about-contacts_email a {
    font-size: 20px;
    font-weight: 500;
    color: #31ac7a;
}

.about-contacts_phone a:hover,
.about-contacts_email a:hover {
    text-decoration: underline;
}

.about-contacts hr {
    background-color: #cccccc;
    margin: 35px 0 45px;
    opacity: 1;
}

.about-contacts_other {
    font-size: 20px;
}

.about-contacts_other a {
    font-weight: 500;
}

.about-cta {
    border-radius: 8px;
}

.youtube-frame {
    height: 175px;
}

.wphelper-web .f-20.mt-5 {
    color: #8d8d8d;
}

.reviews-nav a,
.reviews-nav span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.reviews-nav a:hover {
    background-color: #31ac7a;
    color: #fff;
}

.reviews-nav .active {
    background-color: #31ac7a;
    color: #fff;
}

.reviews-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.5' height='12.269' viewBox='0 0 24.5 12.269'%3E%3Cg id='right-arrow_4_' data-name='right-arrow (4)' transform='translate(0.25 0.322)'%3E%3Cg id='Сгруппировать_51' data-name='Сгруппировать 51' transform='translate(0)'%3E%3Cpath id='Контур_88' data-name='Контур 88' d='M.275,137.149h0l4.9-4.875A.938.938,0,0,1,6.5,133.6l-3.289,3.273H23.063a.937.937,0,1,1,0,1.875H3.208L6.5,142.023a.938.938,0,0,1-1.323,1.329l-4.9-4.875h0A.938.938,0,0,1,.275,137.149Z' transform='translate(0 -132)' stroke='%23000' stroke-width='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.reviews-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.5' height='12.269' viewBox='0 0 24.5 12.269'%3E%3Cg id='right-arrow_4_' data-name='right-arrow (4)' transform='translate(0.25 0.322)'%3E%3Cg id='Сгруппировать_51' data-name='Сгруппировать 51' transform='translate(0)'%3E%3Cpath id='Контур_88' data-name='Контур 88' d='M.275,137.149h0l4.9-4.875A.938.938,0,0,1,6.5,133.6l-3.289,3.273H23.063a.937.937,0,1,1,0,1.875H3.208L6.5,142.023a.938.938,0,0,1-1.323,1.329l-4.9-4.875h0A.938.938,0,0,1,.275,137.149Z' transform='translate(0 -132)' stroke='%23000' stroke-width='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.reviews-prev:hover,
.reviews-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24.5' height='12.269' viewBox='0 0 24.5 12.269'%3E%3Cg id='right-arrow_4_' data-name='right-arrow (4)' transform='translate(0.25 0.322)'%3E%3Cg id='Сгруппировать_51' data-name='Сгруппировать 51' transform='translate(0)'%3E%3Cpath id='Контур_88' data-name='Контур 88' d='M.275,137.149h0l4.9-4.875A.938.938,0,0,1,6.5,133.6l-3.289,3.273H23.063a.937.937,0,1,1,0,1.875H3.208L6.5,142.023a.938.938,0,0,1-1.323,1.329l-4.9-4.875h0A.938.938,0,0,1,.275,137.149Z' transform='translate(0 -132)' stroke='%23fff' stroke-width='0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
}

.faq-single {
    border: 1px solid #dddddd;
    padding: 30px 25px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
}

.faq-btn {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    padding-right: 30px;
    border: none;
    color: #31ac7a;
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq-btn:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url(../images/minus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 0;
    top: 5px;
}

.faq-btn.collapsed {
    color: #000;
    padding-bottom: 0px;
}

.faq-btn.collapsed:before {
    background-image: url(../images/plus.svg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wp-teams_cost.cost .col-lg-4 > div {
    padding: 30px 0 60px;
}

.cost .wp-teams_price {
    font-size: 22px;
    line-height: 45px;
    margin-bottom: 16px;
}

.prog-cost .wp-teams_price {
    font-size: 33px;
}

.cost.wp-teams_cost .col-lg-4:nth-child(2) .cost-tip {
    color: #e6e6e6;
}

.cost.wp-teams_cost .col-lg-3:nth-child(2n) .cost-tip {
    color: #e6e6e6;
}

.cost.wp-teams_cost .col-lg-4:nth-child(2) .grc {
    color: #7aebbd !important;
}

.cost.wp-teams_cost .col-lg-3:nth-child(2n) .grc {
    color: #7aebbd !important;
}

.ba.wp-teams_cost .col-lg-4:nth-child(2) > div {
    color: #000;
    background-color: #fff;
}

.ba.wp-teams_cost .col-lg-4:nth-child(2) .wp-teams_price {
    color: #31ac7a;
}

.ba .cost-tip {
    font-size: 16px;
}

.fw-400 {
    font-weight: 400;
}

.cost-personal {
    background-color: #31ac7a;
    padding: 50px 50px 30px 50px !important;
    border-radius: 0px;
    position: relative;
}

.cost-personal_men {
    position: absolute;
    bottom: 0;
    right: 80px;
}

.cost-personal .btn-action {
    color: #31ac7a;
    background-color: #fff;
}

.cost-personal_cap {
    font-size: 40px;
    color: #fff;
    line-height: 34px;
}

.cost-personal_cost {
    color: #fff;
    font-size: 40px;
    margin-right: 65px;
    display: inline-block;
}

.loged_in {
    font-size: 18px;
    position: relative;
    font-weight: 300;
    padding-left: 40px;
    display: inline-block;
}

@media (min-width: 1400px) {
    .loged_in {
        line-height: 29px;
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.loged_in:before {
    width: 29px;
    height: 29px;
    content: "";
    position: absolute;
    left: 0%;
    background-image: url(../images/user.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-color: #31ac7a;
}

.logout {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    background-image: url(../images/logout.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 4.5px;
}

.lk-btn {
    padding: 14px 11px 16px;
    border-radius: 5px;
    background-color: #31ac7a;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ba-btn {
    padding: 14px 11px 16px;
    border-radius: 5px;
    border: 1px solid #999999;
    background-size: 18px;
    font-size: 16px;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: 14% center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ba-btn:hover {
    background-color: #eee;
}

.lk-hr {
    height: 2px !important;
    background-color: #31ac7a;
    width: 68px;
    margin: 0 16px;
    opacity: 1;
}

.lk-nav {
    padding: 25px 20px 25px 30px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.nav-ba {
    padding: 25px 20px 25px 30px;
}

.lk-nav a {
    display: block;
    font-weight: 300;
    margin-bottom: 6px;
}

.lk-nav a:hover {
    text-decoration: underline;
}

.lk-nav_cap {
    font-size: 20px;
}

.lk-nav .active {
    font-weight: 500;
    color: #31ac7a;
}

.lk_def-cap {
    font-size: 30px;
    line-height: 30px;
}

.abs {
    font-size: 25px;
    line-height: 25px;
}

.lk-inputs {
    --bs-gutter-x: 50px;
}

.lk-inputs input:not([type="checkbox"], [type="radio"]),
.lk-inputs select,
.lk-inputs textarea,
.ms-choice {
    padding: 12px 26px 14px;
    border: 1px solid #999999;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 300;
}

.ms-choice > span {
    top: 14px !important;
}
.ms-choice {
    height: 53px !important;
    color: #000 !important;
    border: 1px solid #999999 !important;
    font-size: 18px !important;
}

.ms-drop input[type="checkbox"] {
    margin-bottom: 0;
}

.lk-inputs input:focus,
.lk-inputs select:focus,
.lk-inputs textarea:focus {
    border-color: #31ac7a;
    outline: none;
}

.lk-cost {
    --bs-gutter-x: 25px;
}

.cart-head {
    background-color: #f5f5f5;
    font-size: 20px;
    color: #999999;
    font-weight: 500;
    border-radius: 0px;
    padding: 16px 30px 18px 27px;
    margin: 0 -36px;
}

.cart-body {
    padding: 16px 30px 40px 27px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    border-bottom: 1px solid #cccccc;
    margin: 0 -36px;
}

.cart-delete {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -14px;
    top: 8px;
}

.cart-footer {
    padding-top: 30px;
    font-size: 18px;
}

.cart-cap {
    font-size: 25px;
}

.cart-pay-type {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #31ac7a;
}

.grc-bg {
    background-color: #31ac7a;
    border-radius: 0;
    padding: 40px 36px 30px;
    color: #fff;
    margin: 0 -36px;
}

.grc-bg p {
    font-size: 18px;
    line-height: 20px;
}

.lekc-single {
    padding: 20px;
    border: 1px solid #31ac7a;
    border-radius: 5px;
    height: 100%;
}

.lekc-single_cap {
    font-size: 21px;
    line-height: 21px;
}

.tran-col a {
    color: #31ac7a;
}

.tran-col a:hover {
    text-decoration: underline;
}

.breadcrumbs, .breadcrumbs a span {
    color: #808080;
}

.breadcrumbs span {
    color: #000;
}

.new-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.lekc-price {
    font-size: 28px;
    line-height: 26px;
    color: #fff;
}

.tran-btn.bordered {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.tran-btn.bordered:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    color: #31ac7a;
}

.f-14 {
    font-size: 14px;
}

.blog-date {
    font-size: 20px;
    color: #808080;
}

.blog-cap {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 40px;
}

.blog-desc p {
    margin-bottom: 30px;
}

.blog-dop_cap {
    font-size: 30px;
}

.record-tip {
    color: #808080;
    font-size: 12px;
}

.record-cap {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
}
.record-cap.viewed {
    color: #808080 !important;
    display: flex;
    align-items: flex-start;
}
.record-cap.viewed::after {
    content: '';
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    background-image: url(/images/new/viewed.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.webs-inst {
    font-size: 16px;
    color: #4d4d4d;
    text-decoration: underline;
    padding-right: 2.5rem;
    background-image: url(../images/pdf.svg);
    background-size: 20px;
    background-position: right center;
    background-repeat: no-repeat;
    font-weight: 300;
}

.webs-cal {
    font-size: 18px;
    font-weight: 300;
    color: #4d4d4d;
    text-decoration: underline;
}

.auth header,
.auth footer {
    display: none;
}

.auth {
    background-color: #f5f5f5;
}

.auth-wrap {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 14px;
}

.auth-cap {
    font-size: 40px;
    line-height: 56px;
}

.auth-tip {
    font-size: 14px;
    color: #808080;
    font-weight: 300;
}

.auth-input {
    border: none;
    border-bottom: 1px solid #808080;
    width: 90%;
    padding: 12px 24px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.auth-input:focus {
    outline: none;
    background-color: #eee;
    border-bottom-color: transparent;
    border-radius: 4px;
}

.lk-btn.no-active {
    background-color: transparent;
    color: #000;
    border: 1px solid #31ac7a;
}

.ba-btn.active {
    background-color: #31ac7a;
    color: #fff;
    border-color: #31ac7a;
    background-image: none;
    padding: 14px 11px 16px;
}

.ba-feats li {
    line-height: normal;
    margin-bottom: 25px;
}

.bas {
    --bs-gutter-x: 3rem;
}

.bas .col-lg-3 > div {
    height: 100%;
}

.tran-all .single-event_bg {
    height: 203px;
}

.tran-bg .f-20 {
    font-size: 18px;
    line-height: 18px;
}

.tran-bg .f-22 {
    font-size: 16px;
}

.tran-opis .f-20 {
    font-size: 16px;
}

.tran-opis .def-cap {
    font-size: 40px;
    line-height: 40px;
}
.tran-opis .def-cap_small {
    font-size: 30px;
    line-height: 30px;
}
.tran-opis a.def-cap:hover {
    text-decoration: underline;
}

.single-speaker .f-22 {
    font-size: 22px;
}

.cost-check .f-18 {
    font-size: 16px;
}

.course-reviews .fw-300 {
    font-size: 14px;
}

.course-reviews .f-22 {
    font-size: 18px;
}

.progs-cost .f-22 {
    font-size: 18px;
}

.progs-cost {
    --bs-gutter-x: 15px;
    padding: 1.5rem 2rem;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    overflow: scroll;
    margin: 0 -36px;
}

.progs-cost .col-lg-3 {
    max-width: 275px;
}

.lekc-single .f-20 {
    font-size: 20px;
    color: #7f7f7f;
}

.lekc .grc {
    font-size: 16px;
}

.tran-bg .f-14,
.webs .f-20,
.wp-teams_cost .f-22 {
    font-size: 18px;
}

.web .grc {
    font-size: 20px;
}

.wp-teams-package .f-18 {
    font-size: 16px;
}

.wp-teams-package img {
    width: 55px;
}

.after-sub {
    color: #fff;
    font-size: 20px;
    padding-bottom: 50px;
}

.cons-wrap {
    background-image: url(../images/new-cons.jpg);
}

.rec-wrap {
    background-image: url(/images/consulting-wrap.jpg);
}

.formError {
    width: auto;
}

.blog-desc img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 15px 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.webs {
    display: none;
}

.del.cart-delete {
    position: relative;
    border: none;
    background-color: transparent;
    left: 20px;
    top: inherit;
    margin-bottom: 40px;
}

.add,
.req {
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #31ac7a;
    background-color: transparent;
    width: auto;
    position: relative;
    padding-left: 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
}

.add:hover,
.req:hover {
    color: inherit;
}

.add:before,
.req:before {
    content: "+";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    top: 2px;
    border: 2px solid #31ac7a;
    line-height: 14px;
    font-size: 23px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.add:hover:before,
.req:hover:before {
    color: #fff;
    background-color: #31ac7a;
}

input[type="submit"] {
    border: none;
}

.lk_def-cap.dop-ad {
    font-size: 22px;
    color: #31ac7a;
}

.badge_other,
.badge {
    background-color: #31ac7a;
    color: #fff;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    font-size: 11px;
}

.has-task {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 7px solid #31ac7a;
    display: inline-block;
}

.hasnt-task {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 7px solid #9f9f9f;
    display: inline-block;
}
.stats td:not(.cart-head td) {
    padding: 16px 25px;
    border: 1px solid #d1d1d1;
    font-size: 18px;
    font-weight: 300;
}

.krugzad {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.cart-head td {
    padding: 16px 25px;
    border: 1px solid #f5f5f5;
    cursor: pointer;
}

.cart-head .p-0 {
    width: 5px !important;
}

.req-wrap {
    padding: 17px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}

.req-wrap a {
    display: block;
    color: #31ac7a;
    font-size: 18px;
    text-decoration: underline;
}

.show-req {
    opacity: 1;
    visibility: visible;
}

.border {
    font-size: 20px;
    padding: 25px 30px;
    border-radius: 5px;
    border: 1px solid #31ac7a !important;
    color: #31ac7a;
    display: inline-block;
}

.statistics input {
    width: auto;
    max-width: 150px;
    margin-bottom: 0;
}

.def-link {
    color: #707070;
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    word-break: break-all;
}

.def-link:hover {
    color: #000;
}

.border.events-tab {
    font-size: 16px;
    color: #000;
    max-height: 450px;
    overflow: scroll;
    border-radius: 4px;
    width: 100%;
}

.border.events-tab span {
    color: #31ac7a;
    display: block;
}

.web-video {
    width: 100%;
    height: 225px;
    min-width: 100px;
}

.blog .f-22 {
    font-size: 22px;
}

.accordion-collapse .f-18 {
    font-size: 16px;
}

.offset-lg-1 .f-20 {
    font-size: 16px;
}

.accordion-collapse .f-20 {
    font-size: 18px;
}

.lk-webs {
    margin: 0 -36px;
}

.first {
    position: relative;
    padding-right: 1.5rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.first:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
    background-position: center;
    position: absolute;
    content: "";
    right: 0;
    width: 23px;
    height: 23px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.open.first:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.teacher-stat {
    padding: 40px 00px 45px;
    border: 1px solid #31ac7a;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    margin-bottom: 40px;
}

.teacher-stat:hover {
    color: #fff;
    background-color: #31ac7a;
}

.teacher-stat:hover .stage_number {
    color: #fff;
}

.teacher-stat p {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 15px;
}

.teacher-stat .stage_number {
    font-size: 90px;
    color: #31ac7a;
    font-weight: 500;
    line-height: 90px;
    margin-left: 0px;
    margin-top: 0px;
}

.teachers {
    --bs-gutter-x: 115px;
}

.fancybox-inner,
.fancybox-wrap {
    width: auto !important;
}

.fancybox-wrap {
    right: 20px;
}

.line_step .select a,
.line_step .select span {
    border-radius: 3px;
    border: 1px solid #31ac7a !important;
    margin: 2px;
}

.line_step a,
.line_step span {
    border-radius: 3px;
    margin: 2px;
}

.web-sign {
    display: none;
}

input[type="submit"] {
    border: none !important;
    cursor: pointer;
}

.cookies-wrap {
    padding: 0.75rem 0.75rem;
    border-radius: 10px;
    background-color: #fff;
    position: fixed;
    bottom: 1rem;
    left: 5%;
    right: 95px;
    z-index: 99;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 12px;
}

.mb-cookies {
    width: 25px;
    height: 25px;
    background-image: url(/images/cancel-white.svg);
    background-size: 10px;
    background-color: #33ad7c !important;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
}

.cookies-wrap_close {
    border: none;
    color: #31ac7a;
    border-bottom: 2px solid #31ac7a;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

.stat {
    border: none;
    background-color: transparent;
    padding: 0;
    --bs-gutter-x: 0;
    font-weight: 400;
    text-align: left;
}

input[name="register_submit_button"] {
    width: auto !important;
}

.tran-add:before {
    background-size: 0;
}

.modal-header {
    border-bottom: none;
}

.change-view {
    margin-left: 0;
    margin-right: 0;
}

.change-view svg {
    width: 15px;
    fill: #fff;
    margin-top: -4px;
    margin-right: 5px;
}

.change-view .action-btn-small {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.change-view .action-btn-small:hover svg {
    fill: #fff;
}

.change-view .bordered svg {
    fill: #31ac7a;
}

.list .single-event {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.list .single-event_bg {
    background-image: none !important;
    height: auto !important;
}

.list .prod-cap {
    margin-top: 0px !important;
}

.list .single-event_info {
    position: relative !important;
    padding: 0;
}

.list .single-event_info:before,
.list .single-event_info:after {
    display: none !important;
}

.list .event-date {
    color: #000;
}

.menu_left.list .col {
    width: 100%;
    margin-bottom: 1rem !important;
}

.menu_left.list .lekc-single {
    padding: 15px 25px;
    flex-direction: row;
    align-items: center;
}

.menu_left.list .card-body {
    margin-bottom: 0;
    width: auto;
}

.menu_left.list .mt-4 {
    margin-top: 0 !important;
    width: 260px;
    flex: 0 0 auto;
}

.blog-desc div {
    font-family: "sofia-pro", sans-serif !important;
}

.lekc-block {
    display: none;
}

.video-js {
    border-radius: 10px;
}

.logo-ny {
    position: relative;
    display: inline-block;
}

.logo-ny:before {
    content: "";
    background-image: url(../images/hat.png);
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    top: -15px;
    left: 21px;
}

.ny-pres {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../images/gift.png);
    background-size: contain;
    transition: 0.3s;
    top: -3px;
}

.ny-pres:hover {
    transform: scale(1.2);
}

.iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png") !important;
    background-size: auto !important;
}

.iti {
    display: block !important;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .iti {
        margin-bottom: 15px;
    }

}
.cons .iti {
    padding-left: 0;
    padding-right: 0;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
    padding-right: 6px;
    padding-left: 95px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    width: 85px;
}

.iti__country.iti__highlight,
.iti__flag-box,
.iti__country-name {
    color: #000 !important;
}

.hide {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

#error-msg {
    background: #964693;
    position: absolute;
    left: 0;
    top: -75%;
    transition: 0.3s;
    z-index: 5001;
    color: #fff;
    padding: 0.5rem;
    border-radius: 5px;
}

:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.top-search_form {
    margin-top: 1rem;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.visible {
    visibility: visible;
    opacity: 1;
}

.top-search_form input {
    border-radius: 6px;
    padding: 10px 20px;
    border: 1px solid #999999;
}

.top-search {
    border: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
    background-image: url(/images/loupe-black.svg);
    background-size: contain;
    padding: 0;
    position: relative;
    bottom: -3px;
    transition: 0.3s;
}

.sale-end {
    background-color: #31ac7a;
    color: #fff;
    padding: 3px 17px 5px;
    border-radius: 3px;
}

#lightgallery img {
    height: 100%;
    object-fit: cover;
}

@media (min-width: 375px) {
    .video {
        height: 318px;
        width: 318px;
    }
}

@media (min-width: 768px) {
    .video {
        height: 438px;
        width: 438px;
    }

    .video img {
        width: 300px;
    }

    .w-bg:before {
        left: 7.5%;
        right: 7.5%;
    }

    .tran-add_img {
        height: 235px;
    }

    .f-20 {
        font-size: 16px;
    }

    .f-22 {
        font-size: 18px;
    }

    .tran-add_date {
        font-size: 14px;
    }

    .discount > .row {
        background-position: 104% 121%;
    }

    .prod-desc {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .logo-ny:before {
        width: 50px;
        height: 50px;
        top: -31px;
        left: 27px;
    }

    .ny-pres {
        position: absolute;
        left: -65px;
    }

    .container {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }

    .f-22 {
        font-size: 20px;
    }

    .main-bus {
        font-size: 40px;
        line-height: 40px;
    }

    .prod {
        text-align: center;
    }

    .f-20 {
        font-size: 20px;
    }

    .video {
        height: 500px;
        width: 500px;
    }

    .video img {
        width: 100%;
    }

    .main_cap {
        font-size: 50px;
        line-height: 50px;
    }

    .btn-action {
        font-size: 18px;
    }

    .def-cap {
        font-size: 40px;
    }

    .prod .img {
        height: 150px;
        width: 150px;
        padding: 1.5rem;
    }

    .prod-desc {
        font-size: 14px;
    }

    .prod-cap {
        font-size: 24px;
        margin-bottom: 24px;
        margin-top: 20px;
    }

    .single-event {
        width: 390px;
    }

    .single-event_bg {
        height: 270px;
    }

    .event-type {
        padding: 6px 26px;
        font-size: 16px;
    }

    .event-date {
        font-size: 20px;
    }

    .w-bg:before {
        top: 13%;
        left: 2%;
        right: 2%;
        bottom: 13%;
    }

    .bus-round {
        height: 440px;
        margin: 0;
    }

    .pb-auto {
        padding-bottom: 9%;
    }

    .bus-cap {
        font-size: 25px;
    }

    .btn-action_no-shadow {
        font-size: 18px;
    }

    .tran-add {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(transparent),
            color-stop(39%, #904d92)
        );
        background: -o-linear-gradient(left, transparent, #904d92 39%);
        background: linear-gradient(90deg, transparent, #904d92 39%);
        border-radius: 16px;
        padding-top: 30px;
        padding-bottom: 40px;
        position: relative;
        overflow: hidden;
    }

    .tran-add:before {
        content: "";
        position: absolute;
        top: 0%;
        right: 55%;
        left: 0%;
        bottom: 0%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

    .tran-add_date {
        font-size: 16px;
    }

    .tran-add_cap {
        font-size: 30px;
        line-height: 30px;
    }

    .games-img {
        height: 260px;
    }

    .games-cap {
        font-size: 30px;
        line-height: normal;
    }

    .tran-add .row {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .green-bg {
        background-color: #31ac7a;
        border-radius: 16px;
        padding-top: 55px;
        padding-bottom: 30px;
    }

    .disc-form input[type="email"] {
        width: 100%;
        font-size: 18px;
    }

    .disc-cap {
        font-size: 24px;
        line-height: 30px;
    }

    .disc-form input[type="submit"] {
        font-size: 18px;
    }

    .discount {
        background-image: url(../images/discount.svg);
        background-repeat: no-repeat;
        background-position: -9%;
    }

    .green-bg > .row {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .discount > .row {
        background-image: none;
        background-repeat: no-repeat;
        background-position: -5%;
    }

    .logos-scroll {
        overflow-x: inherit;
        margin-right: 0;
    }

    .logos-scroll .row {
        width: auto;
    }

    .events {
        margin-right: 0;
    }

    footer .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .foot-gr-cap {
        font-size: 21px;
    }

    footer {
        padding-top: 100px;
    }

    .foot-address {
        font-size: 16px;
    }

    footer .list-unstyled li {
        font-size: 16px;
    }

    .foot-social a {
        width: 25px;
        margin-right: 46px;
    }

    .foot-social a:last-child {
        margin-right: 0;
    }

    .foot-social {
        border-bottom: 1px solid #999999;
        padding-bottom: 32px;
        margin-top: 44px;
    }

    .foot-info {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

    .logo {
        width: 75px;
    }

    .log_in {
        font-size: 18px;
    }

    .log_in:before {
        width: 16px;
        height: 16px;
        top: 7px;
        left: -10px;
    }

    .log_in:after {
        width: 8px;
        height: 8px;
        top: 11px;
        left: -6px;
    }

    .main-menu {
        margin-left: 30px;
        background-color: transparent;
        position: relative;
        display: block;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .main-menu li {
        padding-bottom: 0;
        margin-right: 10px;
    }

    .main-menu .active {
        padding-bottom: 0;
    }

    .video {
        padding: 5rem;
    }

    .webs .col-lg-6:nth-child(odd) {
        padding-right: 2.5rem;
        padding-left: 0;
    }

    .webs .col-lg-6:nth-child(2n) {
        padding-left: 2.5rem;
        padding-right: 0;
    }

    .tran-cap {
        font-size: 65px;
        line-height: 55px;
        font-weight: 700;
    }

    .tran-menu a,
    .tran-menu button {
        font-size: 18px;
        padding: 10px 26px 12px;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .tran-menu a {
        margin-bottom: 0;
    }

    .tran-all {
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .tran-all .single-event {
        width: 390px;
    }

    .tran-all .single-event_bg {
        height: 270px;
    }

    .tran-desc {
        font-size: 28px;
        line-height: normal;
    }

    .tran-all .event-date {
        font-size: 16px;
    }

    .tran-photo {
        position: absolute;
        right: 40px;
        width: 350px;
        height: 350px;
        top: inherit;
    }

    .teacher .container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .teacher .tran-photo {
        width: 400px;
        height: 400px;
        right: 0px;
    }

    .tran-bg:before {
        left: 20px;
        right: 20px;
        border-radius: 20px;
    }

    .teacher:before {
        right: 120px;
    }

    .tran-bg {
        margin-top: 1.5rem;
        text-align: left;
        padding: 40px 0 60px;
        margin-bottom: 85px;
    }

    .tran-bg .f-20 {
        font-size: 20px;
        line-height: 20px;
    }

    .single-tran_cap {
        font-size: 40px;
        line-height: 46px;
    }

    .tran-mark {
        font-size: 26px;
    }

    .tran-bg .f-22 {
        font-size: 18px;
    }

    .tran-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 100px;
        -moz-column-gap: 100px;
        column-gap: 100px;
    }

    .tran-opis .f-20 {
        font-size: 20px;
    }

    .tran-opis .def-cap {
        font-size: 60px;
        line-height: 60px;
    }

    .tran-opis .def-cap_small {
        font-size: 40px;
        line-height: 46px;
    }

    .acc-trans .col-lg-2,
    .acc-trans .col {
        font-size: 26px;
    }

    .accordion-button::after {
        width: 2.25rem;
        height: 2.25rem;
    }

    .tran-speak_bg {
        border-radius: 20px;
        margin-left: 40px;
        margin-right: 40px;
        padding: 70px 30px 120px;
    }

    .single-speaker {
        width: 310px;
        margin-right: 30px;
        padding: 40px 15px 54px 40px;
        text-align: left;
    }

    .single-speaker_img {
        padding-right: 25px;
    }

    .not-main .nicescroll-rails {
        -webkit-transform: scale(0.793) translateY(-70px);
        -ms-transform: scale(0.793) translateY(-70px);
        transform: scale(0.793) translateY(-70px);
    }

    .cost-wrap {
        text-align: left;
    }

    .cost-cap {
        font-size: 48px;
        line-height: 56px;
    }

    .the-cost {
        font-size: 60px;
    }

    .cost-wrap {
        border-radius: 20px;
        -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 36px rgba(0, 0, 0, 0.16);
        padding: 70px 40px 70px;
        text-align: left;
    }

    .cost-after:before {
        left: 0%;
    }

    .cost-after .the-cost {
        font-size: 40px;
        line-height: 60px;
    }

    .cost-after {
        padding-top: 45px;
    }

    .cost-explain {
        font-size: 30px;
    }

    .cost-check .f-18 {
        font-size: 18px;
    }

    .cost-check li {
        line-height: 40px;
        margin-bottom: 0px;
    }

    .tran-cta {
        padding-left: 80px !important;
        padding-right: 80px !important;
        border-radius: 20px;
        padding: 40px 0 60px;
        margin: 0;
    }

    .tran-cta_cap {
        font-size: 46px;
        line-height: 50px;
    }

    .course-cta input:not([type="submit"]),
    .tran-cta input:not([type="submit"], [type="checkbox"]),
    .tran-cta textarea,
    .tran-cta select {
        padding: 10px 15px;
        margin-bottom: 50px;
        width: 418px;
        font-size: 20px;
    }

    .course-cta .iti {
        margin-bottom: 50px;
    }

    .course-cta input:not([type="submit"]) {
        width: 100%;
    }

    .tran-last p {
        font-size: 30px;
        line-height: 36px;
    }

    #courses .tran-menu {
        margin-left: 0;
        margin-right: 0;
        overflow: inherit;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 0px;
    }

    .course-bg {
        background-color: #f5f5f5;
        border-radius: 20px;
        padding: 60px 0 70px;
    }

    #courses .multi-collapse {
        margin: 0px;
    }

    .course-after_cap {
        font-size: 30px;
    }

    .course-how p {
        font-size: 22px;
        padding-right: 40px;
    }

    .course-how p:before {
        position: absolute;
        left: 0%;
        right: 40px;
        height: 6px;
        background-color: #31ac7a;
        top: -14px;
        border-radius: 30px;
    }

    .cert .cost-check li {
        margin-bottom: 2.5rem;
        line-height: 22px;
        font-size: 22px;
    }

    .course-cost-tip {
        font-size: 26px;
    }

    .course-cta {
        padding: 60px 60px 70px;
        border-radius: 20px;
    }

    .course-reviews .single-speaker {
        width: 810px;
        padding-right: 120px;
    }

    .course-reviews .fw-300 {
        font-size: 16px;
    }

    .course-reviews .f-22 {
        font-size: 22px;
    }

    .course-reviews .single-speaker {
        text-align: center;
    }

    .lib-search {
        padding: 17px 30px;
        border-radius: 10px;
    }

    .grc-bg {
        border-radius: 16px;
        margin: 0;
        padding: 44px 138px;
    }

    .grc-bg p {
        font-size: 24px;
        line-height: 28px;
    }

    .progs-cost .f-22 {
        font-size: 22px;
    }

    .progs-cost .col-lg-3 > div {
        padding: 30px 0 60px;
        border-radius: 20px;
    }

    .progs-cost {
        --bs-gutter-x: 4rem;
        padding: 0;
        overflow: inherit;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .lk-cost {
        --bs-gutter-x: 25px;
    }

    .progs-cost .col-lg-3 {
        max-width: 100%;
    }
    .prog-cost .wp-teams_price {
        font-size: 44px;
    }

    .lekc-single_cap {
        font-size: 24px;
        line-height: 30px;
    }

    .lekc-single {
        padding: 40px 30px;
        border-radius: 6px;
    }

    .blog-photo {
        width: 175px;
    }

    .lekc {
        padding-bottom: 45px;
        margin-bottom: 45px;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
    .lekc-cap {
        font-size: 26px;
    }

    .lekc .grc {
        font-size: 18px;
    }

    .reviews-nav a,
    .reviews-nav span {
        width: 60px;
        height: 60px;
        font-size: 26px;
        margin-right: 20px;
    }

    .reviews-prev {
        background-size: 24px;
    }

    .reviews-next {
        background-size: 24px;
    }

    .tran-bg .f-14 {
        font-size: 14px;
    }

    .web,
    .web-sign {
        background-color: #fff;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
        padding: 50px;
        height: 100%;
    }

    .web-date,
    .web-head .web-date {
        font-size: 24px;
        line-height: 26px;
    }

    .webs .f-20 {
        font-size: 20px;
    }

    .web-sign {
        padding-bottom: 110px;
    }

    .web-head {
        margin: -50px -50px 0;
        padding: 20px 50px;
    }

    .web-head img {
        width: 120px;
    }

    .web .grc {
        font-size: 22px;
    }

    .wp-teams-package .f-18 {
        font-size: 18px;
    }

    .wp-teams-package .col {
        padding-right: 3.5rem;
    }

    .wp-teams-package img {
        width: auto;
    }

    .accordion-button {
        padding: 30px 0;
    }

    .wp-teams_cost .col-lg-4 > div {
        padding: 70px 0 80px;
    }

    .wp-teams_price {
        font-size: 44px;
    }

    .wp-teams_cost .f-22 {
        font-size: 22px;
    }

    .after-sub {
        color: #fff;
        font-size: 20px;
        padding-bottom: 41px;
    }

    .g-cons-prods {
        --bs-gutter-x: 9rem;
    }

    .cons-cta_cap {
        font-size: 35px;
        line-height: 56px;
    }

    .tran-cta .form-check {
        font-size: 22px;
    }

    .lk_def-cap.dop-ad {
        font-size: 30px;
    }

    .web-video {
        height: 635px;
    }

    .logout {
        margin-left: 30px;
    }

    .about-cap {
        font-size: 90px;
        line-height: 80px;
    }

    .about-contacts {
        padding: 50px 50px 36px;
    }

    .about-contacts_cap {
        font-size: 46px;
    }

    .about-contacts_phone,
    .about-contacts_email {
        font-size: 19px;
    }

    .about-contacts_phone a,
    .about-contacts_email a {
        font-size: 24px;
    }

    .about-contacts_other {
        font-size: 24px;
    }

    .youtube-frame {
        height: 325px;
    }

    .lib-cats {
        padding: 35px 50px 50px;
        background-color: #f5f5f5;
        border-radius: 14px;
    }

    .lib-filter {
        margin-top: 15px;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }

    .blog {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }

    .reviews-nav a,
    .reviews-nav span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .blog-cap {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 40px;
    }

    .wphelper-web {
        border-radius: 14px;
        padding: 30px 40px 40px;
    }

    .wphelper-webs .col {
        margin-bottom: 70px;
    }

    .test-wrap_cap {
        line-height: 66px;
    }

    .test-block {
        padding: 34px 80px 34px 50px;
    }

    .test-block_cap {
        font-size: 26px;
        line-height: 30px;
    }

    .test-block_pad {
        padding: 50px 80px 50px 50px;
    }

    .check-test {
        border-radius: 20px;
        padding: 50px;
    }

    .check-test .test-wrap_cap {
        font-size: 40px;
        line-height: 46px;
    }

    .test-wrap {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(55%, #31ac7a),
            to(transparent)
        );
        background: -o-linear-gradient(left, #31ac7a 55%, transparent);
        background: linear-gradient(90deg, #31ac7a 55%, transparent);
        border-radius: 20px;
        padding: 60px 0 80px;
        position: relative;
        overflow: hidden;
        width: 100%;
        text-align: left;
    }

    .test-wrap:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        background-image: url(../images/tests-bg.jpg);
        background-size: cover;
        z-index: -1;
        background-position: center;
    }

    .cost-personal .col-lg-8 {
        width: 69%;
    }

    .cost-personal {
        padding: 50px 80px 30px 50px !important;
        border-radius: 16px;
    }

    .lk-btn {
        padding: 16px 40px 18px;
        border-radius: 10px;
        font-size: 25px;
        font-weight: 500;
    }

    .ba-btn {
        /* padding: 16px 25px 18px 60px; */
        padding: 16px 40px 18px;
        border-radius: 10px;
        font-size: 25px;
        font-weight: 500;
        /* background-image: url(../images/padlock.svg); */
    }

    .ba-btn.active {
        padding: 16px 40px 18px 40px;
    }

    .webs-inst {
        font-size: 20px;
        padding-left: 2.5rem;
        padding-right: 0;
        background-size: contain;
        background-position: left center;
    }

    .wp-teams_cost .col-lg-3 > div {
        padding: 30px 0 60px;
        border-radius: 20px;
    }

    .lk-nav {
        padding: 50px 70px 50px 50px;
        border-radius: 14px;
        max-width: 277px;
    }

    .nav-ba {
        padding: 50px 20px 50px 50px;
    }

    .lk_def-cap,
    .abs {
        font-size: 40px;
        line-height: 56px;
    }

    .lk-inputs input,
    .lk-inputs select {
        margin-bottom: 40px;
    }

    .cart-head {
        border-radius: 4px;
        padding: 16px 90px 18px 50px;
    }

    .cart-body {
        padding: 16px 90px 70px 50px;
        font-size: 22px;
    }

    .cart-delete {
        width: 15px;
        height: 15px;
        left: -40px;
        top: 10px;
    }

    .cart-footer {
        padding-left: 50px;
        font-size: 22px;
    }

    .cart-pay-type {
        padding: 35px 40px;
        border-radius: 14px;
    }

    .cart-cap {
        font-size: 28px;
    }

    .accordion-collapse .f-18 {
        font-size: 18px;
    }

    .offset-lg-1 .f-20 {
        font-size: 20px;
    }

    .accordion-collapse .f-20 {
        font-size: 20px;
    }

    .lk-webs {
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .border {
        font-size: 24px;
        padding: 37px 50px;
        border-radius: 10px;
    }

    .first {
        padding-right: 0rem;
    }

    .first:before {
        display: none;
    }

    .fancybox-inner,
    .fancybox-wrap {
        width: 800px !important;
    }

    .cookies-wrap {
        padding: 0.75rem 1.5rem;
        left: 23%;
        right: 23%;
        font-size: 1rem;
        bottom: 3rem;
    }

    .form-check {
        margin-right: 15px;
        font-size: 18px;
        width: auto;
    }

    .lib-cats {
        padding: 25px 30px 50px;
        border-radius: 5px;
        margin: 0;
    }

    .check-test_img {
        width: 300px;
    }

    .teacher-stat {
        padding: 40px 70px 45px;
        border: 1px solid #31ac7a;
        border-radius: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: auto;
        margin-bottom: 0;
    }

    .teacher-stat p {
        font-size: 26px;
        line-height: 30px;
        margin-left: 30px;
    }

    .teacher-stat .stage_number {
        font-size: 100px;
        line-height: 100px;
    }

    .faq-single {
        padding: 30px 50px;
        margin-bottom: 20px;
    }

    .faq-btn {
        font-size: 28px;
        line-height: 30px;
        padding-right: 110px;
    }

    .change-view {
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }

    .change-view .action-btn-small {
        font-size: 18px;
    }

    .close-search {
        transform: rotate(90deg);
        background-image: url(../images/close.svg);
    }

    .top-search_form {
        position: absolute;
        width: auto;
        left: 14%;
        top: 40%;
        right: 26%;
        background-color: #fff;
        z-index: 99;
        padding-bottom: 15px;
    }

    .not-main .top-search_form {
        top: 31%;
    }
	
	.main-menu a {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
    .video {
        height: 550px;
        width: 550px;
    }
	
	.main-menu a {
		font-size: 20px;
	}

    .f-22 {
        font-size: 22px;
    }

    .video:after {
        top: 6%;
        left: 6%;
        right: 6%;
        bottom: 6%;
    }

    .w-bg:before {
        top: 13%;
        left: 2%;
        right: 2%;
        bottom: 13%;
    }

    .main_cap {
        font-size: 60px;
        line-height: 60px;
    }

    .def-cap {
        font-size: 40px;
    }

    .main-menu li {
        margin-right: 64px;
    }

    .main-menu {
        margin-left: 30px;
    }

    .prod .img {
        height: 180px;
        width: 180px;
    }

    .prod-desc {
        font-size: 18px;
    }

    .mb-lg-0 .prod-desc {
        font-size: 17px;
    }

    .main-bus {
        font-size: 60px;
        line-height: 60px;
    }

    .bus-cap {
        font-size: 30px;
    }

    .tran-add:before {
        background-position: center;
        background-size: cover;
    }

    .games-img {
        height: 330px;
    }

    .disc-cap {
        font-size: 28px;
        line-height: 34px;
    }

    .discount {
        background-position: -6.5%;
    }

    .disc-form input[type="email"] {
        width: 285px;
        font-size: 20px;
    }

    .foot-gr-cap {
        font-size: 30px;
    }

    .tran-photo {
        width: 455px;
        height: 455px;
        right: 30px;
    }

    .tran-last p {
        font-size: 40px;
        line-height: 46px;
    }

    .tran-speak_bg {
        margin-left: 140px;
        margin-right: 140px;
        padding: 70px 0 120px;
    }

    .web-sign {
        padding-bottom: 50px;
    }

    .main-menu li {
        padding-bottom: 0;
        margin-right: 10px;
    }

    .tran-cta {
        padding-left: 140px !important;
        padding-right: 200px !important;
        border-radius: 20px;
        padding: 40px 0 60px;
        margin: 0;
    }

    .form-check {
        margin-right: 40px;
    }

    .check-test {
        padding: 50px 90px 50px 100px;
    }

    .tran-all .single-event {
        width: 330px;
    }

    .tran-all .single-event_bg {
        height: 230px;
    }
}

@media (min-width: 1400px) {
    .video {
        height: 650px;
        width: 650px;
    }

    .tran-bg .f-22 {
        font-size: 22px;
    }

    .main-menu {
        margin-left: 30px;
    }

    .tran-all .single-event {
        width: 390px;
    }

    .tran-all .single-event_bg {
        height: 270px;
    }

    .single-tran_cap {
        font-size: 54px;
        line-height: 60px;
    }

    .tran-speak_bg {
        margin-left: 70px;
        margin-right: 70px;
        padding: 70px 30px 120px;
    }

    .w-bg:before {
        top: 13%;
        left: 2%;
        right: 2%;
        bottom: 13%;
    }

    .video:after {
        top: 4%;
        left: 4%;
        right: 4%;
        bottom: 4%;
    }

    .video:before {
        top: 8%;
        left: 8%;
        right: 8%;
        bottom: 8%;
    }

    .main_cap {
        font-size: 80px;
        line-height: 80px;
    }

    .def-cap {
        font-size: 60px;
    }

    .tran-add:before {
        background-position: center;
    }

    .games-cap {
        font-size: 34px;
    }

    .discount > .row {
        background-position: -5%;
    }

    .white-bg:before {
        content: "";
        display: none;
        position: absolute;
        right: 0%;
        top: 0%;
        bottom: 0%;
        background-color: rgba(255, 255, 255, 0.75);
        width: 80px;
        z-index: 10;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .prod .img {
        height: 200px;
        width: 200px;
    }

    .games-img {
        height: 380px;
    }

    .tran-bg:before {
        left: 20px;
        right: 20px;
        border-radius: 20px;
    }

    .tran-photo {
        right: 30px;
    }

    /*.tran-speaks:before {
		content: '';
		position: absolute;
		right: 230px;
		top: 0%;
		bottom: 0%;
		background: linear-gradient(90deg, transparent, #fff);
		width: 120px;
		transition: .3s;
	}*/
}

@media (min-width: 1600px) {
    .w-bg:before {
        top: 13%;
        left: 7%;
        right: 7%;
        bottom: 13%;
    }

    .tran-speak_bg {
        margin-left: 140px;
        margin-right: 140px;
        padding: 70px 0px 120px;
    }

    .tran-photo {
        position: absolute;
        right: 200px;
        width: 450px;
        height: 450px;
        top: inherit;
    }

    .tran-bg:before {
        left: 120px;
        right: 20%;
        border-radius: 20px;
    }

    .video {
        height: 724px;
        width: 724px;
    }

    .video:before {
        top: 11%;
        left: 11%;
        right: 11%;
        bottom: 11%;
    }

    .video:after {
        top: 6%;
        left: 6%;
        right: 6%;
        bottom: 6%;
    }

    .video-bg {
        width: 500px;
    }
}

@-webkit-keyframes border {
    0% {
        border-color: transparent;
    }

    100% {
        border-color: #31ac7a33;
    }
}

@keyframes border {
    0% {
        border-color: transparent;
    }

    100% {
        border-color: #31ac7a33;
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes show-half {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes show-half {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}
.video-js .vjs-big-play-button {
    font-size: 3.2em !important;
}

.vjs-big-play-button {
	background: transparent !important;
	color: #C0C0C0 !important;
}


@media (min-width: 992px) {
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
}

/* Recruiting change */
.zapis__container {
    display: flex;
    justify-content: space-between;
}
.tran-cta.tran-cta_rec {
    width: 49%;
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.tran-cta.tran-cta_rec input:not([type="submit"], [type="checkbox"]), 
.tran-cta.tran-cta_rec textarea, 
.tran-cta.tran-cta_rec select {
    width: 100%;
}
.tran-cta.tran-cta_rec .iti {
    width: 100% !important;
}
.tran-cta.tran-cta_rec .tran-privacy {
    margin: 20px 0 0 !important;
    padding: 0 !important;
}

@media (max-width: 1200px) {
    .zapis__container {
        flex-wrap: wrap;
        padding: 0 20px !important;
    }
    .tran-cta.tran-cta_rec {
        width: 100%;
        margin: 0 0 40px;
    }
}

.file-d::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-flex;
    vertical-align: text-bottom;
    margin: 0 10px 0 0;
    background-image: url(/file-d.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.city-tran {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.city-tran li {
    position: relative;
    width: calc(33% - 10px);
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    /* border: 3px solid #33ad7c; */
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #31ac7a;
}
/* .city-tran li::before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 5px;
    top: -3px;
    left: 5px;
    background-color: #fff;
} */
@media (max-width: 768px) {
    .city-tran li {
        width: 49%;
        margin: 0 0 10px;
    }
    .city-tran {
        justify-content: space-between;
    }
}
@media (max-width: 420px) {
    .city-tran li {
        width: 100%;
    }
}

.cost-date-end {
    display: inline-block;
    margin: 0 0 10px;
    padding: 4px 20px 7px;
    color: #fff;
    background-color: #31ac7a;
    border-radius: 5px;
}


/* reviews new */
.review-item-wrapper {
	min-height: 440px;
}
.review-item {
	height: 100%;
}
.review-item__img-wrapper {
    display: flex;
	flex-direction: column;
    width: 420px;
    margin: 0 40px 0 0;
}
.review-item__img {
	width: 100%;
	height: 540px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    border-radius: 10px;
}
.review-item__name, .review-item__spec {
	line-height: 1;
    font-weight: 300;
	font-size: 16px;
    display: block;
    max-width: 400px;
    color: #999;
    font-style: italic;
}
.review-item__name {
    margin: 0 0 5px;
}
.review-item__info {
    width: calc(100% - 460px);
	display: flex;
	flex-direction: column;
}
.review-item__title {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}
.review-item__detail br {
	display: none;
}
.review-item__detail > *:last-child {
	margin-bottom: 0;
}
.review-item__btn {
    flex: 0 0 auto;
    margin: auto auto auto 0;
	align-self: baseline;
	color: #fff;
	display: inline-block;
	background-color: #31ac7a;
	border-radius: 5px;
	padding: 5px 35px 8px;
	transition: 0.4s ease;
    font-size: 20px;
    font-weight: 300;
}
.review-item__btn:hover {
	color: #fff;
	box-shadow: 0 0 20px #3acc91;
}
.review-item__detail.inactive + .review-item__btn {
	display: none;
}
.review-item__detail {
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0 0 40px;
    padding: 25px 0 0;
    border-top: 1px solid #31ac7a;
    font-size: 24px;
}
.review-item__detail.active {
	height: 300px;
    margin: 0 0 auto;
}
.review-item__detail.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(bottom, rgba(255,255,255, 0.0), #fff 100%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255, 0.0), #fff 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255,0, 0.0), #fff 100%);
    background: -ms-linear-gradient(bottom, rgba(255,255,255,0, 0.0), #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255, 0.0), #fff 100%);
}
.review-item__detail p {
    font-size: 24px;
}
.review-filter {
    margin: 0 0 50px;
}
.review-filter > a {
    margin: 0 0 10px;
    border-radius: 25px;
}
.review-filter > a:not(:last-child) {
    margin: 0 10px 10px 0;
}
.review-filter > a.active {
    background-color: #31ac7a;
    color: #fff;
}
.f-24 {
    font-size: 24px;
}
.review-item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-item__desc-wrapper {
    margin: 0 15px 0 0;
}
.mobile-show {
    display: none;
}
@media (max-width: 1200px) {
    .review-item__title {
        font-size: 18px;
    }
    .review-item__detail p {
        font-size: 18px;
    }
    .review-item__name, .review-item__spec {
        font-size: 14px;
    }
    .review-item__btn {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
	.review-item__info {
		width: 100%;
	}
    .review-item__img {
        height: 720px;
        margin: 0 0 10px;
    }
	.review-item__img-wrapper {
		margin: 0 0 30px;
        width: 100%;
	}
    .review-item__title {
        font-size: 22px;
    }
    .review-item__detail p, .review-item__detail {
        font-size: 22px;
    }
    .f-24 {
        font-size: 20px;
    }
    .review-item__bottom {
        margin: 20px 0 0;
    }
    .review-item__desc-wrapper {
        display: none;
    }
    .review-item__desc-wrapper.mobile-show {
        display: block;
    }
    .review-item__btn {
        margin: 0;
    }
}
@media (max-width: 768px) {
    .review-item__img {
        height: 520px;
    }
    .review-item__bottom {
        flex-wrap: wrap;
    }
    .review-item__desc-wrapper {
        width: 100%;
        margin: 0 0 20px;
    }
    
}
@media (max-width: 480px) {
	.review-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
    .review-item__img {
        height: 110vw;
    }
    .review-item__title {
        font-size: 16px;
    }
    .review-item__detail p, .review-item__detail {
        font-size: 16px;
    }
    .f-24 {
        font-size: 18px;
    }
}



.list_page_inline {
    margin-top: -47px;
}
@media (max-width: 992px) {
    .list_page_inline {
        margin-top: 0;
        text-align: left !important;
    }
}
.video-price_in-list {
    display: block;
    margin-top: 5px;
    color: #000;
    font-size: 18px;
}

@media (max-width: 768px) {
    .video-price_wrapper {
        flex-wrap: wrap;
    }
    .video-price_in-list {
        width: 100%;
    }
}

.main-btns {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.main-btns .btn-action {
    font-size: 14px;
    text-align: center;
    padding: 0.5rem 1rem 0.75rem;
}
.main-btns .btn-action:first-child {
    margin: 0 10px 0 0;
}
.btn-action.purple {
    background-color: #904e92;
    -webkit-box-shadow: 0 0 14px #904e92;
    box-shadow: 0 0 14px #904e92;
}

.btn-action.red {
    background-color: red;
    -webkit-box-shadow: 0 0 14px red;
    box-shadow: 0 0 14px red;
}
.main-link {
    color: #31ac7a;
    text-decoration: underline;
}
.main-link:hover {
    color: #31ac7a;
}

@media (min-width: 992px) {
    .prod {
        flex-direction: column;
    }
}
.prod:last-child svg {
    height: 70px;
}
.prod-row {
    flex-wrap: nowrap;
}
@media (max-width: 1400px) and (min-width: 992px) {
    .prod {
        flex: 1 0 33%;
    }
}
@media (max-width: 1400px) {
    .main-menu a {
        font-size: 16px;
    }
    .main-btns {
        flex-direction: column;
        align-items: baseline;
    }
    .main-btns .btn-action:first-child {
        margin: 0 10px 20px 0;
    }
    .prod-row {
        flex-wrap: wrap;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .main-menu li {
        margin-right: 0;
    }
    .main-menu li:not(:last-child) {
        margin-right: 10px;
    }
}
.static-page a {
    color: #31ac7a;
    text-decoration: underline;
}

.author-tabs {
    margin: 0 0 30px;
}
.author-tabs a {
    border-radius: 25px;
}
.author-tabs a.active {
    background-color: #31ac7a;
    color: #fff;
}
.author-tabs a:not(:last-child) {
    margin: 0 10px 0 0;
}
.author-content {
    display: none;
}
.author-content.active {
    display: block;
}
.txt-input {
    padding: 12px 26px 14px;
    border: 1px solid #999999;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 300;
}
.txt-input:focus {
    border-color: #31ac7a;
    outline: none;
}
.btn-folder {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 28px;
}
.hr-line {
    font-size: 28px;
}
.in_folder {
    display: none;
}
.btn-folder::after {
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cccccc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: contain;
    width: 20px;
    height: 20px;
    margin: 4px 0 0 10px;
    right: 0;
    z-index: -1;
    transition: 0.3s ease;
}
.btn-folder.active::after {
    transform: rotateX(180deg);
}
.btn-folder-wrapper {
    margin: 0 0 10px;
}
.library-item-book {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.library-item-book a {
    margin: auto 0 10px;
}
.tran-bg .f-22 i, .tran-all .event-date i {
    font-style: normal;
    text-transform: lowercase;
}
@media (min-width: 1200px) {
    .tran-bg {
        max-width: 1180px;
        padding-left: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1400px) {
    .tran-bg {
        max-width: 1360px;
        padding-left: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1600px) {
    .tran-bg {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
    }
    .tran-bg:before {
        left: 0;
        right: 220px;
    }
    .tran-photo {
        right: 0;
    }
}


.progs-cost .col-lg-4 {
    width: 50%;
}


.lib-doc-bread {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
.lib-doc-bread a, .lib-doc-bread p {
    width: auto;
    padding: 0;
    color: #31ac7a;
}
.lib-doc-bread p {
    display: inline-block;
    margin: 0;

    span {
        margin: 0;
    }
}
.lib-doc-bread a:hover {
    text-decoration: underline;
}
.lib-doc-bread span {
    margin: 0 10px;
    color: #31ac7a;
}
.lib-doc-bread a span {
    margin: 0;
}
.present-link-menu {
    position: relative;
    padding-right: 50px;
    display: flex;
    align-items: center;
}
.present-link-menu::before {
    content: '';
  position: absolute;
  right: 11px;
  height: 23px;
  width: 23px;
  background-image: url(/presents/images/giftbox-sec.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: drag .3s ease infinite;
} 
@keyframes drag {
	0% {
		transform: rotate(0deg);
	}
	
	50% {
		transform: rotate(15deg);
	}
	
	100% {
		transform: rotate(0deg);
	}
}

/* new year */
.new-year {
    position: relative;
}
.new-year::before {
    content: '';
    width: 75px;
    height: 80px;
    position: absolute;
    background-image: url(/images/hat.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -45px;
    left: 18px;
}
@media (max-width: 992px) {
    .new-year::before {
        width: 40px;
        height: 40px;
        top: -23px;
    }
}

/* tilda-ban */
.tilda-ban {
    position: relative;
    padding: 60px 0 80px;
    background-image: url(/images/restotour_1440.jpeg);
    background-position: center;
    background-size: cover;
}
.tilda-ban .container {
    position: relative;
    z-index: 1;
}
.tilda-ban::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.tilda-ban__title {
    margin: 0 0 25px;
    font-size: 60px;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 500;
    line-height: 1;
}
.tilda-ban__subtitle {
    color: #fff;
}
.tilda-ban__desc {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 30px;
    max-width: 970px;
}
.tilda-ban__slider {
    max-width: 600px;
    margin: 0 auto 0 0 !important;
    padding: 0 0 50px !important;
}
.tilda-ban__slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 0.6;
}
.tilda-ban__slider .swiper-pagination-bullet-active {
    background-color: #31ac7a;
    opacity: 1;
}
.tilda-ban__list {
    /* overflow: auto; */
    /* max-width: 700px; */
}
.tilda-ban__list_new .swiper-slide {
    
    height: auto !important;
}
.tilda-ban__item {
    display: flex !important;
    background-color: #fff;
    border-radius: 10px;
    /* max-width: 700px; */
    padding: 10px;
    /* flex-direction: column-reverse; */
}
.tilda-ban__item:not(:last-child) {
    margin: 0 0 20px;
}
.tilda-ban__img-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .tilda-ban__img-wrapper img {
        height: 35vw;
    }
}
.tilda-ban__date-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 20px 0 0;
    align-items: flex-end;
    padding: 10px 0 0 10px;
}
.tilda-ban__date {
    font-size: 56px;
    line-height: 1;
    color: #658b8e;
    margin: -6px 0 0;
}
.tilda-ban__month {
    font-size: 20px;
    color: #658b8e;
    line-height: 1;
}
.tilda-ban__info {
    display: flex;
    flex-direction: column;
    margin: 0 40px 0 0;
    padding: 10px 0 10px 10px;
}
.tilda-ban__caption {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 10px;
    color: #000;
}
.tilda-ban__item-desc {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px;
}
.tilda-ban__links {
    margin: auto 0 0;
    display: flex;
    align-items: center;
}
.tilda-ban__link {
    font-size: 18px;
    font-weight: 500;
    color: #3f6e72;
}
.tilda-ban__sep {
    font-size: 18px;
    font-weight: 500;
    color: #3f6e72;
    margin: 0 5px;
}
.tilda-ban__img-wrapper {
    position: relative;
    width: 250px;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
}
.tilda-ban__img-date {
    color: #fff;
    display: none;
    font-size: 24px;
    font-weight: 500;
}
.tilda-ban .tilda-ban__slider_2 {
    display: none;
}
@media (max-width: 1400px) {
    .tilda-ban__title {
        font-size: 60px;
    }
    .tilda-ban .tilda-ban__slider_1 {
        display: none;
    }
    .tilda-ban .tilda-ban__slider_2 {
        display: block;
    }
}
@media (max-width: 992px) {
    .tilda-ban__title {
        font-size: 46px;
    }
}
@media (max-width: 768px) {
    .tilda-ban__list {
        display: flex;
        padding: 0 0 20px;
    }
    .tilda-ban__item {
        /* flex: 0 0 auto; */
        /* width: 320px; */
        flex-direction: column;
        padding: 15px;
    }
    .tilda-ban__item:not(:last-child) {
        margin: 0 0 20px 0;
    }
    .tilda-ban__img-wrapper {
        order: -1;
        margin: 0 0 15px;
        width: 100%;
    }
    .tilda-ban__img-date {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .tilda-ban__img {
        width: 100%;
    }
    .tilda-ban__date-wrapper {
        display: none;
    }
    .tilda-ban__title {
        font-size: 34px;
    }
    .tilda-ban__desc {
        font-size: 20px;
    }
    .menu_left.list .lekc-single {
        flex-direction: column;
        align-items: baseline;
    }
    .menu_left.list .card-body {
        margin-bottom: 10px;
    }
    .lib-cap {
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
    .blog-desc a:not(.btn-action) {
        word-break: break-all;
    }
}


/* notice page */

.notice-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.notice-item__wrap {
    display: flex;
    align-items: center;
    margin: 0 40px 0 0;
}
.notice-item__icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #31ac7a;
    margin: 0 20px 0 0;
}
.notice-item__text {
    margin: 0;
}
.notice-item__contol {
    position: relative;
    display: flex;
    width: 40px;
    height: 16px;
    flex: 0 0 auto;
    border-radius: 20px;
    background-color: #ddd;
}
.notice-item__input {
    display: none;
}
.notice-item__btn {
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 50%;
    background-color: #333;
    width: 20px;
    height: 20px;
    transition: 0.4s ease;
}
.notice-item__input.active + .notice-item__btn {
    left: 20px;
    background-color: #3acc91;
}
.allthemes {
    margin: 20px 0 40px;
}
.wallpaper__img {
    width: 100%;
}
.wallpaper {
    position: relative;
}

.wallpaper .container {
    height: 100%;
}
.wallpaper__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wallpaper__inner {
    display: flex;
    padding: 30px 0;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.wallpaper span {
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 60px;
    font-weight: 500;
    top: 0;
}
.wallpaper a {
    align-self: baseline;
}
@media (max-width: 480px) {
    .wallpaper__container {
        height: calc(100% + 70px);
    }
    .wallpaper {
        margin: 0 -10px 100px;
    }
    .wallpaper__inner {
        padding: 15px 0 0;
    }
    .wallpaper span {
        font-size: 20px;
    }
}

.license-banner {
    margin-bottom: 20px;
}
.license-banner-red {
    border: 2px solid red;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
}
/* modal contact profile */
.modal-contact-profile {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);    
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity,visibility;
    transition-duration: 0.4s;
    transition-timing-function: ease;
}
.modal-contact-profile.active {
    opacity: 1;
    visibility: visible;
}
.modal-contact-profile__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.modal-contact-profile__close {
    font-size: 40px;
    line-height: 1;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    right: 10px;
}
.modal-contact-profile img {
    margin: 0 auto 15px;
}

/* web video nav */
.web-video__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}
.web-video__arrow_next {
    margin: 0 0 0 auto;
}

@media (max-width: 540px) {
    .web-video__nav {
        flex-direction: column;
    }
    .web-video__arrow_next {
        margin: 15px auto 0;
    }
}

.tg-link {
    display: inline-flex;
    justify-content: center;
    padding: 20px 15px;
    color: #fff;
    background: #0088cc;
    line-height: 1;
    align-items: center;
    margin-top: 25px;
    opacity: 0.75;
}

.tg-link:hover {
    opacity: 1;
    color: #fff;
}

.search-title {
    display: block;
    margin: 0 0 25px;
}

.search-row {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #6c6c6c;
    justify-content: space-between;
}

.search-row__left {
    padding: 0 20px 0 0;
}

@media (max-width: 480px) {
    .search-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        padding: 0 0 15px;
    }
}

.section-hidden-item ~ li {
    display: none;
}
.f-30 {
    font-size: 30px;
}

.lk-inputs__show-pass {
    position: absolute;
    top: 15px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    /* transition: 0.3s; */
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
}

.lk-inputs__show-pass svg {
    width: 100%;
    height: 100%;
}

.lk-inputs__wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.lk-inputs__wrap:hover .lk-inputs__show-pass {
    opacity: 1;
    visibility: visible;
}

.lk-inputs__wrap input::placeholder {
    /* transition: 0.2s; */
}
.lk-inputs__wrap:hover input::placeholder {
    opacity: 0;
}

@media (max-width: 1400px) {
    .f-30 {
        font-size: 24px;
    }
}
@media (max-width: 992px) {
    .f-30 {
        font-size: 18px;
    }
}

/* main menu new */

.main-menu__sublist {
    display: none;
    padding: 0;
}

.main-menu__sublist li.active, .main-menu__sublist li {
    padding: 0;
}

.main-menu__has-child {
    position: relative;
}

.main-menu_new li.active path {
    stroke: #31ac7a;
}

.main-menu_new .active > a {
    color: #31ac7a;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.main-menu__sublist a {
    font-weight: 300;
}

.main-menu_new li svg {
    transition: 0.3s;
}
.main-menu_new li a {
    transition: 0.3s;
}
/* .main-menu_new li a.invert {
    color: #87518E;
    font-weight: 600;
} */

.main-menu_new li a.invert {
    color: #fff;
    background-color: red;
    padding: 3px 7px 5px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.main-menu_new li:hover a.invert {
    color: #fff;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.4);
}

.main-menu_new li a .new {
    color: #fff;
    background-color: #31ac7a;
    padding: 2px 5px 3px;
    border-radius: 8px;
}

.main-menu_new li path {
    transition: 0.3s;
}

@media (min-width: 992px) {
    .main-menu__sublist {
        position: absolute;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 4px 18.8px 0px rgba(0, 0, 0, 0.09);
        padding: 15px 20px;
        opacity: 0;
        top: 100%;
        visibility: hidden;
        transition: 0.4s;
        display: grid !important;
        grid-auto-columns: max-content;
        gap: 8px;
    }
    .main-menu > li {
        padding: 10px 0;
    }
    .main-menu_new > li.active {
        padding-bottom: 10px;
    }
    .main-menu_new li:hover > a {
        color: #31ac7a;
    }
    .main-menu_new li:hover svg {
        transform: rotateX(180deg);
    }
    .main-menu_new li:hover path {
        stroke: #31ac7a;
    }
    .main-menu__has-child:hover .main-menu__sublist {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .main-menu__sublist li {
        display: block;
        text-align: center;
    }
    .main-menu__sublist {
        padding-top: 15px;
    }
    .main-menu__has-child.opened svg {
        transform: rotateX(180deg);
    }
    
    .main-menu_new li {
        text-align: center;
    }
}


.tran-all_new {
	gap: 30px 60px;
}

@media (min-width: 992px) {
	.tran-all_new {
		justify-content: space-between;
	}

	.tran-all_new .single-event {
		width: 420px;
	}
}
@media (min-width: 1200px) {
	.tran-all_new {
		justify-content: flex-start;
	}

	.tran-all_new .single-event {
		width: 330px;
	}
}

@media (min-width: 1400px) {
	.tran-all_new .single-event {
		width: 390px;
	}
}

.form_accept {
    margin-bottom: 20px;
    padding: 0;
}

.form_accept input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    max-width: 0;
    width: 0;
}

.form_accept span {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    color: #fff;
    font-size: 14px;
}

.form_accept span a {
    font-size: 14px;
}

.form_accept_green span {
    color: #31ac7a;
}

.form_accept span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 2px;
}

.form_accept_white span::before {
    background-color: #fff;
}

.form_accept_green span::before {
    border: 1px solid #31ac7a;
    background-color: #fff;
}

.form_accept span::after {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    width: 14px;
    height: 14px;
    opacity: 0;
    border-radius: 3px;
    top: 5px;
}

.form_accept_white span::after {
    background-color: #31ac7a;
}

.form_accept_green span::after {
    background-color: #31ac7a;
}

.form_accept input:checked + span::after {
    opacity: 1;
}

.new-qr-block {

    img {
        width: 100%;
        height: auto;
        display: block;
    }

    a {
        color: #31ac7a;

        &:hover {
            text-decoration: underline;
        }
    }

    ul {
        padding: 0 0 0 20px;
    }
}

.full-size {
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
}


.full-size-box {
    width: 100% !important;
}
.full-size-box.fancybox-wrap {
    width: calc(100% - 40px) !important;
}

.tran-col a.action-btn-small {
    color: #fff;
}

.tran-col a.action-btn-small:hover {
    text-decoration: none;
}

.tran-bg-exam {
    margin-top: 12.5rem;
}

@media (min-width: 992px) {
    .tran-bg-exam {
        margin-top: 3rem;
    }
}

@media (min-width: 1200px) {
    .tran-bg-exam {
        margin-top: 4rem;
        min-height: 300px;
    }
}

.modal-result {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-result.active {
    opacity: 1;
    visibility: visible;
}

.modal-result__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 16px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-result__inner {
    position: relative;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

.modal-result__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.open-exam-btn.hidden {
    pointer-events: none;
    opacity: 0.5;
}