.telimat_item {
    margin: 20px 0;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    position: relative;
    display: flex;
    height: calc(100% - 40px);
    flex-direction: column;
}
.telimat_item_image {
    position: relative;
}
.pt-56 {
    padding-top: 56%;
}
.box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.box_resize {
    position: absolute;
    top: 0;
    width: calc(100%);
    height: 100%;
}
.telimat_item_image--img {
    width: 100%;
}
.telimat_item_content {
    background-color: #ffffff;
    padding: 12px 15px;
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.telimat_item_content--header {
    color: #4b4545;
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    flex: 0 0 100%;
    margin-top: 0;
}
.telimat_item_content--category {
    color: #f7d03f;
    font-family: "Segoe UI";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px;
    flex: 0 0 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.telimat_item_image::after {
    content: url("/images/playy.svg");
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
}
a:hover {
    color: unset;
    text-decoration: none;
}



.section_video_head {
    background: #000000;
    position: relative;
}
.section_video_head:hover .section_video_head--control {
    opacity: 1;
    transition: all 0.1s
}
.section_video_head--control{
    position: absolute;
    z-index: 999;
    opacity: 0;
    top: 50%;
    ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.5s;
    transition-delay: 1000ms;
}
.section_video_head--control i{
    color: #505050;
    font-size: 40px;
}
.section_video_head--control:hover i{
    color: #474747;
    font-size: 40px;
}
.left--control {
    left: 35px;
}
.right--control {
    right: 35px;
}

.section_video_content .border-left {
    border-left: 1px solid #c9c9c9 !important;
}
.section_video_content_head {
    margin-top: 35px;
}
.section_video_content_head--header {
    color: #3e3e3e;
    font-family: "Segoe UI";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 10px;
}
.section_video_content_head--description {
    color: #4b4545;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
.section_video_content_head--category {
    color: #f7d03f;
    font-family: "Segoe UI";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12px;
}
.section_video_content_footer {
    margin-top: 60px;
}
.section_video_content_footer--header {
    color: #c5c5c5;
    font-family: "Segoe UI";
    font-size: 11px;
    font-weight: 700;
    padding-right: 10px;
}
.section_video_content_footer--icon {
    height: 26px !important;
    width: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #f7d03f !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    padding: unset !important;
    color: #ffffff;
}
.section_video_content_footer--icon i {
    color: #fff;
}
.section_video_content_footer--icon svg path {
    fill: #fff;
}
li.exs {
    margin-right: 25px;
}


.section_text_content {
    margin-bottom: 75px;
}
.section_text_content_head--header {
    color: #4b4545;
    font-family: "Segoe UI";
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 55px;
    text-align: center;
}

.social_menu {
    flex-direction: column;
    justify-content: flex-end;
}

.social_menu li{
    text-align: right;
}

.section_text_content_body--description {
    color: #4b4545;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.section_text_content_body--description,
.section_text_content_body--description p,
.section_text_content_body--description span,
.section_text_content_body--description a,
.section_text_content_body--description div {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    font-family: "Segoe UI",sans-serif !important;
}
.section_text_content_body--date {
    color: #f7d03f;
    font-family: "Segoe UI";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12px;
}

@media (max-width: 768px) {
    .social_menu {
        flex-direction: row;
        justify-content: center;
    }
    .social_menu {
        text-align: unset;
    }

    .section_telimat_head--header {
        font-size: 32px;
    }
    .section_telimat_head--description {
        font-size: 18px;
    }
    .section_telimat_content_group_tab--header {
        font-size: 24px;
    }
    .section_video_content .border-left {
        border-left: 0px solid #c9c9c9 !important;
    }
}

.back_to_page--description, .back_to_page--description:hover {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.back_to_page--description svg {
    margin-right: 10px;
}
/*.back_to_page--description::before {*/
/*    content: ur;*/
/*    padding-right: 10px;*/
/*}*/

.pt-7 {
    padding-top: 40px;
}

.telimat .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.section_video_content_head--link, .section_video_content_head--link:hover {
    color: #f7d03f;
    font-family: "Segoe UI";
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.12px;
    margin-top: 40px;
    display: block;
}

.hjty {
    color: #3e3e3e;
    font-family: "Segoe UI";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 10px;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background: #fff;
    border: 1px solid #8b7736;
    color: #c5c5c5;
    font-size: 10px;
    text-align: center;
    border-radius: 0px;
    padding: 5px 12px;
    position: absolute;
    font-weight: 700;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #8b7736 transparent transparent transparent;
}