/*mobile nav*/
.t450__burger_container.t450__small {
    width: 36px;
    height: 36px;
}
.t450 .t-menu__link-item {
    max-width: 300px;
    width: fit-content;
    background: #ffffff;
    padding: 0 20px;
    position: relative;
    border-radius: 30px;
    border: 1px solid #00dfc8;
    display: flex!important;
    height: 45px;
    align-items: center;
    justify-content: center!important;
    text-align: center;
    transition:all .2s ease-in-out!important;
}
.t450 .t-menu__link-item:hover {
    background: #00dfc8;
    color:fff;
}
.t450__logo strong {
    color:#00dfc8!important;
}
.t450 .t-btn {
    position: relative;
}
.t450 .t-btn table::after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    background: url(https://static.tildacdn.com/tild3563-3230-4562-b337-326333623863/Frame_1.svg);
    right: 11px;
    top: 16px;
    background-size: contain!important;
    transition:all .2s ease-in-out!important;
}
.t450 .t-btn:hover table::after {
    background: url(https://static.tildacdn.com/tild6364-3431-4735-b734-373031313037/Frame_2.svg);
}


/*show more blog btn*/
.t-feed__button-container {
    font-weight: 500!important;
}

/*nav*/
.t229.t229__positionabsolute {
    pointer-events: none;
}
.t229__list_item {
    pointer-events: all;
}

/*blog options*/
.t220 {
    position: relative;
    z-index: 1;
}
/*text block
1 - align
2 - list item*/
.t004 {
    text-align: justify;
}
.t004 li::marker {
    font-weight:500;
    color:#00DFC8;
}
/*tittle bottom space*/
.t795__title {
    margin-bottom: 0px;
}
/*image border radius*/
.t107 img {
    overflow: hidden;
    border-radius: 10px;
}
/*code block
macOS style*/
.t264__wrapper {
    border-radius: 0 0 10px 10px;
}
.t264__descr {
    position: relative;
    padding: 4px 70px;
    justify-content: center;
    display: flex;
    background: #1E1E1E;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0.5px 0px rgba(0, 0, 0, 0.15), inset 0px -0.5px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
    color: #FFF;
}
.t264__descr::before {
    content: '';
    position: absolute;
    left: 8px;
    top: calc(50% - 8px);
    display: block;
    width: 52px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: url(https://static.tildacdn.com/tild3131-3031-4661-a438-333137343864/Group_2.svg);
}
.hljs {
    color: #aaaaaa;
}
.hljs-keyword, .css .rule .hljs-keyword, .hljs-winutils, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status {
    color: #ff55ff;
    font-weight: bold;
}

/*blog feed options
blog /home
blog /blog*/
/*blog feed image radius*/
#rec291399923 .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper,
#rec291776235 .t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    border-radius:10px;
}
/*label bg color*/
#rec291399923 .t-feed__post-label,
#rec291776235 .t-feed__post-label {
    background-color: #00DFC8;
}
/*label txt color*/
#rec291399923 .t-feed__post-label span,
#rec291776235 .t-feed__post-label span {
    color:#fff!important;
}

/*blog CTA*/
.cta-img {
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}
.t607__tooltip::after {
    display:none;
}
/*voite form*/
    #rec292786199 .t696 .t-input-block {
        display: grid;
    }
    #rec292786199 .t696__content {
        border: none;
        padding: 24px;
    }
    #rec292786199 .t696 .t-img-select__container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        margin: 0;
    }
    #rec292786199 .t696 .t-img-select__control {
        width: 100%;
        max-width: 100px;
        margin: 0px auto;
    }
    #rec292786199 .t696 .t-img-select__indicator_1-1 {
        background-color: #17f1d7;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
    }
    #rec292786199 .t696 .t-img-select__indicator {
        border-radius: 10px;
        transition: all .3s ease-in-out!important;
    }
    #rec292786199 .t696 .t-img-select__indicator:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        transform: translateY(-3px);
    }
    #rec292786199 .t696 .t-img-select__indicator:active {
        box-shadow: 0 2px 5px rgba(0,0,0,0.5)!important;
        transform: translateY(0px);
        transition: all .1s ease-in-out!important;
    }
    #rec292786199 .t696 .t-img-select__text {
        margin-top: 10px!important;
        font-size: 20px;
        text-align:center;
    }
    #rec292786199 .t696 .t-img-select__indicator:after {
        background-color: #000;
    }
/*adaptive*/
@media screen and (max-width: 960px) {
    .t220 {
        width: 96%;
        margin: 0 auto;
    }
    .cta-img {
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }
    .t508__separator {
        margin-bottom: 14px!important;
    }
}
@media screen and (max-width: 640px) {
    #rec292786199 .t696 .t-form__submit {
        padding-bottom: 0;
    }
    
}
/*popup*/ 
@media screen and (max-width: 560px) {
    .t281 .t-popup__close {
        background: transparent;
    }
    .t281 .t-popup_show .t-popup__container {
        bottom: auto;
    }
}
@media screen and (max-width: 480px) {
    .t107 .t-align_center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .t107 img {
        max-width: 320px;
    }
    .t264__descr {
        padding: 4px 20px;
        justify-content: left;
    }
    .t264__descr::before {
        display:none;
    }
}

/*mobile container*/
@media screen and (max-width: 640px) {
    .t-container {
        max-width: 500px;
    }
}
@media screen and (max-width: 480px) {
    .t-container {
        max-width: 360px;
    }
}
/*course list*/
   #rec292678792 .t849 .t-container:nth-child(1) {
        border: solid #000;
        border-width: 1px 1px 0 1px;
        padding-top: 40px;
        position: relative;
    }
    #rec292678792 .t849 .t-container:nth-child(2) {
        border: solid #000;
        border-width: 0 1px 0 1px;
        padding-bottom: 40px;
    }
    #rec292678792 .t849 .t-container:nth-child(1)::before {
        content: '';
        width: 64px;
        height: 64px;
        position: absolute;
        top: -1px;
        right: -1px;
        background-image: linear-gradient(45deg,#000 50%,#fff 50%,#fff 100%);
    }
    #rec292678792 .t849__text span[style="font-weight: 700;"] {
        width: 100%;
        border-bottom: #000 0.05rem dashed;
        padding-bottom: 10px;
        display: block;
    }
    #rec292707859 .t120 .t-container {
        border: solid #000;
        border-width: 0 1px 1px 1px;
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
    }
    @media screen and (max-width: 480px) {
        #rec292678792 .t849 .t-container:nth-child(1)::before {
            width: 34px;
            height: 34px;
        }
        #rec292678792 .t-container,
        #rec292707859 .t-container {
            max-width: 320px;
        }
        #rec292707859 .t120 .t-container {
            padding-top: 0px;
        }
    }