/*@import url("_about.css?v=2");*/
/*@import url('/_module.css');*/
:root {
    --mb-20: 20px;
    --mb-30: 30px;
    --mb-40: 40px;
    --mb-50: 50px;
    --mb-70: 70px;
    --fz-40: 40px;
    --fz-40d: calc(1.5rem + 1.3vw);
    --fz-36: calc(1rem + 1vw);
    --fz-30: calc(1rem + 0.9vw);
    --fz-24: calc(1.07rem + 0.7vw);
    --fz-20: 20px;
    --fz-20d: calc(1.2rem + 0.3vw);
    --fz-16d: calc(0.9rem + 0.1vw);
    --fz-16: 16px;
    --fz-14: 14px;
    --subtitle-blue: #3949a0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    width: 100% !important;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*height: 100vh;*/
    /*font-size: 14px;*/
}

.student__doc{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.student__item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.student__title{
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
}
.student__link{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.student__news-link{
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.student__news-link:hover{
    color: #0c891e;
}

.student__doc{
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.container{
    /* max-width: 1350px !important; */
}

/* 06.08.2025 убрать невероятный осттуп в шапке*/
.nav li a {
    padding: 15px 5px !important;
}
/* 06.08.2025 - кто-то поменял bootstrap в каком-то файле и все плывет, вернул тут*/
@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
        /* width: 960px !important; */
    }
}
/* 06.08.2025 - исправление шапки классы тут начались*/
.custom-btns-default-index {
    flex-direction: column;
}
@media (min-width: 768px) {
    .custom-btns-default-index {
        flex-direction: row;
    }
}
.header_custom_dropdown__menu {
    margin: 0;
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    border-radius: 20px;
    list-style-type: none;
    padding: 0;
    overflow: clip;
    z-index: 5;
}
.header_custom_dropdown__menu .dropdown__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    user-select: none;
    width: 100%;
    height: auto;
    padding: 10px 16px 10px 20px;
    justify-content: center;
}
.nav.navbar-nav .nav-item a {
    color: #FFFFFF;
    font-size: 16px;
}
.nav.navbar-nav .nav-item {
    margin: 0 5px 0 5px;
}
.header_custom_dropdown__menu .dropdown__link:hover {
    text-decoration: underline;
}
.nav.navbar-nav .nav-item a:hover,
.nav.navbar-nav .nav-item a:focus {
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0);
}
.nav.navbar-nav#custom-navbar-nav {
    max-height: 0;
    transition: 0.5s;
    overflow: hidden;
}
.nav.navbar-nav.active#custom-navbar-nav {
    max-height: 1500px;
    transition: 0.5s;
}
.nav.navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle {
    display: none;
}
.navbar-header#custom-navbar-header {
    display: block;
}
.navbar-toggle {
    border: 1px solid #DDDDDD !important;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    background-color: black;
}
@media (min-width: 768px) {
    .navbar-header#custom-navbar-header {
        display: none;
    }
    .nav.navbar-nav#custom-navbar-nav {
        max-height: none;
        overflow: visible;
    }
    .header_custom_dropdown__menu {
        top: 100%;
    }
    .nav.navbar-nav li.nav-item.dropdown:hover .header_custom_dropdown__menu {
        display: flex;
    }
    .header_custom_dropdown__menu {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        flex-direction: column;
        right: -20px;
        left: inherit;
        box-shadow: 0px 3px 7px 0px #00000060, -1px 13px 13px 0px #00000017, -3px 28px 17px 0px #0000000D, -6px 50px 20px 0px #00000003, -9px 79px 22px 0px #00000000;
        width: 256px;
        padding: 10px;
    }
    .nav.navbar-nav .nav-item .dropdown__link {
        color: #000000
    }
    .header_custom_dropdown__menu .dropdown__link {
        color: #313131;
        text-transform: uppercase;
        font-weight: 700;
        justify-content: none;
    }
    .nav.navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle {
        display: block;
    }
}
@media (min-width: 1200px) {
    .header_custom_dropdown__menu {
        right: -40px;
    }
}
@media (min-width: 1400px) {
    .header_custom_dropdown__menu {
        right: -60px;
    }
}
/* 06.08.2025 - исправление шапки классы тут закончились */
/* 07.08.2025 - выпадающее меню классы тут начались */
.custom-dropdown-wrapper {
    /* border: 1px solid #00000000; */
    background-color: #238902;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    box-shadow: 5px 7px 3px 0px rgba(34, 60, 80, 0.2);;
    z-index: 6;
}
.custom-dropdown-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.custom-dropdown-body {
    position: absolute;
    top: 100%;
    /* display: none; */
    width: 100%;
    max-height: 150px;
    background-color: white;
    padding: 10px 10px 5px 10px;
    border-radius: 8px;
    z-index: 5;
    overflow-y: auto;
    box-shadow: 5px 7px 3px 0px rgba(34, 60, 80, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-dropdown-body .custom-dropdown-body-elem {
    display: flex;
    padding: 5px;
    align-items: center;
}
.custom-dropdown-body a:hover.custom-dropdown-body-elem svg path {
    stroke: #238902;
}
.custom-dropdown-body a:hover.custom-dropdown-body-elem p {
    text-decoration: underline;
    color: #238902;
}
/* .custom-dropdown-wrapper.active .custom-dropdown-body { */
.custom-dropdown-wrapper:hover .custom-dropdown-body {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}
.custom-dropdown-wrapper .custom-dropdown-header p {
    margin: 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.custom-dropdown-wrapper .custom-dropdown-body p {
    margin: 0 0 5px 0;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
/* 07.08.2025 - выпадающее меню классы тут закончились */
.custom-mt-5 { margin-top: 15px; }
@media (min-width:768px) { .custom-mt-5 { margin-top: 0px; } }

td, tr{
    padding: 10px;
}

h2 {
    text-align: center;
    font-weight: 800;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: var(--fz-30);
    margin: 10px 0 50px 0;
}

.future-code__blue-font {
    color: var(--subtitle-blue);
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.future-code__title {
    font-size: var(--fz-40d);
    max-width: 1000px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    color: var(--subtitle-blue);
}

.future-code__title2 {
    font-size: var(--fz-30);

}

.teacher-card {
    background: #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    /*padding: 40px 10px;*/
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /*max-width: 450px;*/
    /*margin: 50px auto 0 auto;*/
    position: relative;
}

.teacher-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 190px;

}

.modal-content {
    width:fit-content;
    display: block;
    margin: 20px auto;
}

.modal-header {
    background: #0c891e;
}

#btn_base1 {
    background: #0c891e;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    width: 100%;
}

.close {
    color: white;
    text-shadow: none;
    opacity: 1;

}

@media (max-width: 400px) {
    .teacher-img {
        width: 180px;
    }
}

.future-code__study-info {
    /*font-size: var(--fz-20d) ;*/
    padding: 5px;
    /*border: 1px solid var(--subtitle-blue);*/
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas:
    '. .'
    '. .'
    '. .'
    '. .'
    '. .';
}

.future-code__left-col {
    font-size: var(--fz-24);
    font-weight: 600;
    text-transform: uppercase;
}

.mb50 {
    margin-bottom: var(--mb-50);
}

.future-code__banner {
    width: 550px;
}

.future-code__banner img {
    width: inherit;
}

.future-code__banner-text {
    /*padding: 0 15px;*/
    font-size: var(--fz-24);
    font-weight: 600;
    text-align: justify;
}

.future-code__banner-wrapper {
    margin-bottom: var(--mb-40);
    gap: 20px;
}

.future-code__video-wrapper {
    margin-bottom: var(--mb-40);
}

.future-code__video-wrapper video {
    width: 100%;
    height: auto;
}

.future-code__card-wrapper {
    margin-bottom: var(--mb-40);

}

.future-code__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*margin: 0 auto var(--mb-40);*/
    gap: 4rem;
}

.future-code__card {
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    min-height: auto;
    min-width: 270px;
}

.future-code__subtitle {
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: var(--fz-20d);
    font-weight: 600;
    color: var(--subtitle-blue);
}

.future-code__text {
    font-size: var(--fz-20d);
    text-align: justify;
}

.future-code__specialties {

}

.future-code__specialties-nav {
    font-size: 25px;
}

.future-code__nav_link:not(.active) {
    color: var(--subtitle-blue);
}

.future-code__study-link {
    text-align: center;
    font-size: var(--fz-30);
}

.link_download__programm {
    display: block;
    width: auto;
    height: 20px;
}

.future-code__about-program {
    flex-direction: column;
    min-height: 220px;
    justify-content: flex-start;
    gap: 12px;
}

.future-code__content-title {
    font-size: var(--fz-24);
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.future-code__content-text {
    font-size: var(--fz-20d);
    text-align: justify;
}

.future-code__about-program-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 27px;
    justify-content: space-between;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-toggle {
    background: white;
}

#search_suggest {
    border: #D0DEE9 solid 1px;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(208, 222, 233, 0.88);
    -moz-box-shadow: 4px 4px 8px 0px rgba(208, 222, 233, 0.88);
    box-shadow: 4px 4px 8px 0px rgba(208, 222, 233, 0.88);

    padding: 10px 20px 10px 20px;
    margin: 10px 20px 10px 20px;
    border-radius: 10px;
    display: none;
}


.list-reset ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.about_org_info_header {
    background: #2ac405;
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 3px 5px;
}

/*FOOTER*/

.footer {
    /*height: 60px;*/
    background-color: #565656;
    border-top: 1px solid #ddd;
    padding: 20px;
}

.footer_full_name {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 992px) {
    .future-code__about-program-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 992px) {
    .future-code__wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    .footer_full_name {
        color: white;
        font-weight: bold;
        font-size: 15px;
        line-height: 17px;
    }

    .footer_short_name {
        font-size: 11px;
        line-height: 12px;
    }
}

.footer_links {
    color: white;
    font-weight: 600;
}

.footer_developer {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.footer_logo {
    text-align: center;
    background: white;
    border-radius: 100%;
    padding: 2%;
    /*-webkit-box-shadow: 0px 0px 48px 25px rgba(34, 60, 80, 0.44);*/
    /*-moz-box-shadow: 0px 0px 48px 25px rgba(34, 60, 80, 0.44);*/
    /*box-shadow: 0px 0px 48px 25px rgba(34, 60, 80, 0.44);*/
}

.footer_short_name {
    color: white;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/*Navbar // Навбар*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: rgb(183, 214, 185, 0.60);
    color: black;

}

.navbar {
    text-align: center;
    background-color: transparent;
    border: none;
}

#w0-collapse {
    padding: 15px 0;
    width: 100%;
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    height: 120%;
    margin-bottom: 10px;
    margin-left: -24px;

    border-radius: 10px;
    background: #565656;
    /*background: rgba(46, 184, 72, 0.8);*/
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    width: 100%;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff419 !important;
}

.prof-link {
    color: rgb(42, 196, 5) !important;
}

.prof-link .navbar-nav > li > a:hover {
    color: #fff419 !important;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: '\e151';
}

a.desc:after {
    content: '\e152';
}

.sort-numerical a.asc:after {
    content: '\e153';
}

.sort-numerical a.desc:after {
    content: '\e154';
}

.sort-ordinal a.asc:after {
    content: '\e155';
}

.sort-ordinal a.desc:after {
    content: '\e156';
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.nav li {
    /*padding-left: 5px;*/
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }


    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }

}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


/*HEADER // ШАПКА*/

#header {

    /* background: url("/img/technical/ephemeral_header02.jpg") round round; */

    /*background: rgb(12,137,30);*/
    /*background: linear-gradient(90deg, #0c891e 26%, rgba(255,239,0,0.8) 100%);*/
}

.header_img {
    max-width: 70%;
    border-radius: 10px;
}

.header_img_cont {
    /* padding: 20px;
    margin: 3px; */

}

.full_name {
    padding: 15px;
    margin-left: -10px;
    text-align: justify;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-right: 150px;
    line-height: 26px;

    /*font-family: 'Source Code Pro', monospace;*/
}

.full_name h1 {
    font-size: 20px;
    font-weight: 600;
}

.short_name {
    line-height: 14px;
    font-size: 10px;
    text-align: left;
    color: white;
    margin: -8px 0 0 0;
    font-weight: bold;
    margin-bottom: 7px;

}

.header_logo_block {
    color: white;
    /* min-height: 155px; */
    min-height: calc(100% - 30px);
    margin: 15px 0 15px 0;
    padding: 10px;
    border-radius: 10px;
    background: #565656;
    /*background-color: rgb(183, 214, 185, 0.60);*/
    /*background: rgba(46, 184, 72, 0.8);*/
}

.social_links_block {
    height: 140px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    /*padding: 35px;*/
    /*padding: 20px 20px 20px 20px;*/
    border-radius: 10px;
    background-color: rgb(183, 214, 185, 0.60);
}

.social_link_img {
    margin: 2px;
    width: 10%;
}

.header_block {
    margin-bottom: 15px;
    margin-top: 15px;
}


@media (max-width: 767px) {
    .header_img {
        max-width: 75%;
    }

    .header_logo_block {
        /*height: 20%;*/
        min-height: 100px;
    }

    .social_links_block {
        height: 20%;
    }

    .social_link_img {
        width: 14%;
    }

    .advantages_title {
        font-size: 25px;
    }

    .full_name {
        font-size: 18px;
        padding: 5px;
        margin-left: -10px;
        font-weight: 600;
        padding-right: 50px;
        line-height: 23px;
    }

    #get_doc_p {
        margin-top: 10px;
        margin-bottom: 55px;
    }

    .advantages_text {
        font-size: 10px;
    }

}

.advantages_text {
    font-size: 15px;
}

.address {
    margin: 3px;
    font-size: 17px;
    font-weight: 500;
}

.phones_head {
    /*margin: 3px;*/
    font-size: 17px;
    font-weight: 500;
    color: white;

}

@media (max-width: 767px) {
    .phones_head {
        font-size: 13px;
    }

    .address {
        font-size: 15px
    }

    button.bad_vision_button {
        font-size: 13px;
        padding: 0;
    }
}

.location_contact_img {
    max-width: 50px;
}

.contacts {
    font-size: 15px;
    color: white;
    /* min-height: 155px; */
    min-height: calc(100% - 30px);
    margin: 15px 0 15px 0;
    padding: 10px;
    border-radius: 10px;
    background: #565656;;
    /*background-color: rgba(183, 214, 185, 0.9);*/
    /*background: rgba(46, 184, 72, 0.8);*/
}

@media (max-width: 767px) {
    .contacts {
        min-height: 120px;
    }

    .search_header {
        margin: 0 0 0 -15px;
    }
}

.bad_vision_button {
    margin-top: 8px;
    color: black;
    font-size: 14px;
    padding: 6px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 57px 13px rgba(34, 60, 80, 0.24);
    -moz-box-shadow: 0px 0px 57px 13px rgba(34, 60, 80, 0.24);
    box-shadow: 0px 0px 57px 13px rgba(34, 60, 80, 0.24);
}

/*main carousel*/
#main_carousel {
    margin-top: -20px;
    background-color: #E8EFE5;
    padding: 20px;
}

.carousel-control {
    width: 7%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 20px;
}

.btn_lk {
    bottom: 2%;
    color: white;
    font-size: 16px;
    background: #f06322;
    border-color: #f06322;
    padding: 5px 10px 5px 10px;
}

.btn_lk:hover {
    background: #f06322;
    border-color: #f06322;
}

.carousel_caption_background {
    float: right;
    padding: 10px 50px 10px 50px;
    border-radius: 2px;
    width: 100%;
    background: linear-gradient(to left, #334F69, transparent);
}

.show-xs {
    display: none;
}

.list5a {
    margin-top: 15px;
    padding: 0;
    list-style: none;

}

.list5a li {
    position: relative;
    padding: 10px 30px;
    background: linear-gradient(to left, rgb(183, 214, 185, 0.60) 0%, #FFF, rgb(183, 214, 185, 0.60));
    border: 2px solid #0c891e;
    color: #506a6b;
    /*box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);*/
    margin-bottom: 5px;
    text-align: center;
    background-size: 100% 100%;
    z-index: 1;
    border-radius: 5px;
    font-weight: bold;
}

.list5a li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: linear-gradient(to left, #0c891e 0%, #FFF, #0c891e);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    cursor: pointer;
}

.list5a li:hover:before {
    width: 100%;
    opacity: 1;
    cursor: pointer;
}

.list5a li:hover {
    cursor: pointer;
}


.main_carousel_img {
    width: 100%;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transition: 0.3s;
}

.main_carousel_img:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.main_carousel {
    margin-bottom: 15px;
}

.carousel-inner {
    border-radius: 10px;
}

.main_carousel_caption_left {
    float: left;
    text-align: left;
}

.main_carousel_caption_left h3 {
    color: white;
}

.main_carousel_caption_right {
    float: right;
    text-align: right;
}

.main_carousel_caption_right h3 {
    color: white;
}

@media (max-width: 767px) {
    .main_carousel_caption_right p {
        font-size: 10px;
    }

    .main_carousel_caption_right h3 {
        font-size: 12px;
    }

    .main_carousel_caption_left {
        font-size: 10px;
    }

    .main_carousel_caption_left h3 {
        font-size: 12px;
    }

    .show-xs {
        display: block;
    }


}


.carousel-control,
.carousel-control:hover {
    filter: none;
    opacity: 1;
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

/* 2. */
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    /*background-color: rgba(82, 192, 212, 0.5);*/
    font-size: 40px !important;
    color: #2d2d2d;
    height: 50px;
    line-height: 32px;
    margin-top: -16px;
    width: 32px;

}

.carousel-control .glyphicon-chevron-left {
    left: 10px;
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-right {
    right: 10px;
    margin-right: 0;
}

.carousel-indicators li {
    background-color: #646464;
    height: 13px;
    width: 13px;
}

.carousel-indicators .active {
    background: black;
    height: 16px;
    width: 16px;


}


/* 3. */
@media (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        width: 50px;
    }
}


/*ABOUT // Сведения*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #0c891e;
}

.tab_content_class {
    /*background-color: rgb(215, 255, 213);*/
    background-color: rgba(210, 210, 210, 0.6);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
}

#about {
    padding: 25px;
    margin-top: -20px;
    background-color: rgba(219, 239, 222, 0.6);
}

/* NEWS / НОВОСТИ*/

#news {
    background-color: #E8EFE5;
    padding-bottom: 30px;
}

.title_line {
    margin-bottom: 20px;
    background: url('/img/technical/ephemeral_header02.jpg') round round;
    /*background: rgb(12,137,30);*/
    /*background: linear-gradient(90deg, #0c891e 26%, rgba(255,239,0,0.8) 100%);*/
}

.title_text {
    text-align: center;
    font-size: 40px;
    color: white;
    font-weight: bold;
}

.news-img {
    margin-top: 10px;
    width: 90%;
}

.news-text {
    text-align: justify;
    margin: 15px 5px 15px 5px;
}

.thumbnail-news {
    background-color: rgba(188, 255, 166, 0.1);
    /*height: 900px;*/
    text-align: center;
    box-shadow: 0 0 7px rgb(0 0 0 / 50%);
}

/*.thumbnail {*/
/*    text-align: center;*/
/*}*/

.thumbnail p, .list-news p {
    color: grey;
    font-weight: 700;
    text-align: left;
}

.thumbnail h4 {
    font-weight: bold;
    text-align: left;
}

.list-news {
    margin: 0 0 15px 0;
    background-color: rgba(188, 255, 166, 0.1);
    padding: 20px;
    box-shadow: 0 0 7px rgb(0 0 0 / 50%);
}

.list-news h4 {
    font-weight: bold;
    text-align: left;
}

.news-a {
    text-align: right;
}

.news-a a:hover {
    cursor: pointer;
}

.all_news_link {
    width: 100%;
    float: right;
    font-size: 18px;
    text-decoration: underline;
    text-align: right;
    margin-bottom: 10px;
}

.thumbnail_news {
    border-radius: 20px;
    background-color: rgba(245, 245, 245, 0.82);
    width: 100%;
    height: auto;
}

.news_list_img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.view_news_img {
    border-radius: 7px;
    width: 590px;
}

.news_cation_link {
    text-align: right;
    /*float: right;*/
    margin: 18px 5px;
}

.caption_news_date {
    letter-spacing: 2px;
    margin: 10px;
}

.caption h4 {
    height: 40px;
}

.news_page_img_cont {
    padding: 0 0 25px 20px;
    float: right;

}

.news_page_text_cont {
    font-size: 17px;
    padding: 5px;
}

.other_news_p {
    margin-top: 15px;
    font-weight: 600;
}

.about_title {
    font-size: 20px;
}

/*АБИТУРИЕНТУ*/

#term_docs {
    margin-top: -20px;
    background-color: #E8EFE5;
}

.enrollee_links {
    border-radius: 4px;

    color: white;
    /*height: 10px;*/
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #27a243;
    transition: all 0.1s ease-in-out;
    -webkit-box-shadow: 4px 6px 14px -3px rgba(34, 60, 80, 0.71);
    -moz-box-shadow: 4px 6px 14px -3px rgba(34, 60, 80, 0.71);
    box-shadow: 4px 6px 14px -3px rgba(34, 60, 80, 0.71);
}

.enrollee_links:hover {
    box-shadow: none;
    color: white;
    background: #186428;
}


.enrollee_href {
    color: #0055f0;
}


.term_docs_title {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    margin: 10px;
}

.term_docs_cont {
    color: white;
    padding: 20px;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: rgb(12, 137, 30);
    text-align: justify;
    border-radius: 15px;

}

.term_docs_cont1 {
    color: #222121;
    padding: 20px;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    background: white;
    text-align: justify;
    border-radius: 5px;
    border: rgb(12, 137, 30) 1px solid;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);

}

.term_docs_btn {
    text-align: center;
    padding: 12px;
    height: 65px;
    width: 100%;
    font-size: 15.5px;
    border: 2px solid #f7d625;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    background-color: #f9d609;
    color: #4f4f4f;
    -webkit-box-shadow: 5px 7px 3px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 5px 7px 3px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 5px 7px 3px 0px rgba(34, 60, 80, 0.2);
    margin-bottom: 15px;
}

.term_docs_btn:hover {
    background-color: #dec021;
    box-shadow: none;
}


.term_docs_link {
    text-decoration: none;
}


.term_specialty_link {
    color: #2b2b44;
    text-decoration: underline;
}

.term_specialty_link:hover {
    color: #2b2b44;
}

.people_img {
    width: 100%;
    margin-top: -110px;
    margin-left: -20px;

}


/*reception*/

#reception {
    background-color: #39accb;
}

.reception_text {
    color: white;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify;
}

.page_develop {
    color: #484848;
    font-size: 25px;
    font-weight: bold;
}

#main_form {
    /*padding: 25px;*/
    margin-top: -30px;
    background: url('/img/technical/form_background.png') center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.form-page {
    height: 650px;
    width: 100%;
    background: url('/img/pictures/college/form_background.png') center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-cont {
    background-color: rgba(220, 220, 220, 0.47);
    height: 650px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #fdfdfd;
    margin-bottom: -10px;
}

.form-page h2 {
    font-size: 40px;
    color: rgba(26, 26, 26, 0.89);
    font-family: 'Roboto', Arial, sans-serif;
}


.form-container {
    margin-left: auto;
    margin-right: auto;
    /*background-color: rgba(56, 236, 39, 0.36);*/
    background-color: rgba(232, 232, 232, 0.82);

}

form {
    /*text-align: left;*/
}

.form-control-lg {
    height: 45px;

}


.form-group {
    margin-top: 20px;
}

.form-btn {
    color: #ffffff;
    margin-bottom: 30px;
    background: rgb(255, 239, 0);
    background: linear-gradient(90deg, rgba(255, 239, 0, 0.64) 0%, rgba(14, 149, 32, 0.73) 100%);
    border-color: white;
    height: 50px;
    border: solid 4px;
    font-size: 23px;
    margin-top: 80px;
}

.form-btn:hover {
    background-color: #d49900;
}


@media (max-width: 767px) {
    .form-btn {
        color: #ffffff;
        background-color: #d49900;
        border-color: white;
        height: 50px;
        border: solid 4px;
        font-size: 23px;
        margin-top: 80px;
    }

    .form-page {
        height: 800px;
        width: 100%;
        /*background-color: transparent;*/
        /*background-image: url("/img/common/form_background.jpg") ;*/
        background: url('/img/common/form_background.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .has-error .help-block, .has-error .control-label, .has-error
    .radio, .has-error .checkbox, .has-error .radio-inline, .has-error
    .checkbox-inline, .has-error.radio label, .has-error.checkbox label,
    .has-error.radio-inline label, .has-error.checkbox-inline label {
        color: rgba(255, 0, 0, 0.87) !important;
        margin-bottom: 20px !important;
        margin-left: 20px;
    }

    .form-page h2 {
        font-size: 20px;
        color: black;
        font-family: 'Roboto', Arial, sans-serif;
    }

    .title_text {
        font-size: 30px;
    }

    .form-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .thumbnail_news {
        border-radius: 20px;
        background-color: rgba(245, 245, 245, 0.82);
        min-height: 250px;
    }

}

#programms {
    background: url('/img/technical/imgonline-com-ua-BrightnessContrast-8Zrg8n4xttVL.jpg');
    /*background-color: #394E41;*/

}

.text-white {
    color: #fff !important;
}

#education {
    margin-top: 0px;
}

.education_background {
    background: url('/img/technical/background_education.png');
}
.nav-item{
    margin: 10px 10px 0 10px;
    width: 30%;

}

.programms_title {
    margin-bottom: 25px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.programm_item {
    padding: 15px;

    /*background: linear-gradient(90deg, #2b8a74e8 0%, #308f5de8 100%);*/
    border-radius: 10px;
    height: 470px;
    color: white;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.54);
    transition: all 0.2s ease-in-out;
    margin-bottom: 15px;
}

.programm_item:hover {

    /*box-shadow: none;*/
    /*background: linear-gradient(90deg, rgba(44, 188, 155, 0.91) 0%, rgba(47, 186, 113, 0.91) 100%);*/
}

.programm_item_title {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    height: 60px;
}


.programm_item_info {
    height: 75px;
    font-size: 20px;
    margin-bottom: 40px;
}

.programm_item_info_text {
    font-size: 15px;
    margin-bottom: 10px;
}

.specialty_thumbnail_btn {
    padding: 6px;
    margin-top: 25px;
    border-radius: 5px;
    background-color: #0d452d;
    border: solid 1px;
    margin-bottom: 5px;
    width: 90%;
}

.specialty_thumbnail_btn:hover {
    background-color: #0d452d;
}

.specialty_thumbnail_btn_cons {
    padding: 4px;
    margin-top: 10px;
    border-radius: 5px;
    width: 90%;
    border: solid 1.5px #f6ab12 !important;
    color: black !important;
    font-weight: bold;
    background-color: #ffffffbd;

}

.programm_img {
    width: 110px;
    opacity: 0.4;
    z-index: -10;

}

/*подача документов*/
#send_doc {
    background-color: #ffffff;
    padding: 25px;
    padding-bottom: 50px;
}

.send_doc_text {
    background-color: #f2f3eb;
    padding: 15px;
    border-radius: 15px;
}

.send_doc_text_1 {
    font-size: 17px;
}

.send_doc_block {
    background-color: #dde3d9;
    border-radius: 15px;
    margin: 15px;
    padding: 10px;
    text-align: justify;
    font-size: 15px;
}

.send_doc_foreigner_block {
    background-color: #dde3d9;
    border-radius: 15px;
    padding: 10px;
    text-align: justify;
}

.hr {
    background-color: grey;
    height: 1px;
}

.send_doc_foreigner_p {
    font-size: 20px;
    font-weight: 600;
}

#med_info, #educational_loan {
    background-color: #E8EFE5;
}

.med_info_bock {
    margin: 15px;
    background-color: #f7faff;
    padding: 15px;
    border-radius: 15px;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 32px 5px rgba(34, 60, 80, 0.19);
    -moz-box-shadow: 0px 0px 32px 5px rgba(34, 60, 80, 0.19);
    box-shadow: 0px 0px 32px 5px rgba(34, 60, 80, 0.19);

}

.med_info_bock.left{
    margin: 25px 0 25px 0;
}

#start_exams  {
    background-color: #c4d1d866;
}

.med_info_text {
    font-size: 17px;
    margin-top: 20px;
    background-color: #f6fdff;
    padding: 15px;
    border-radius: 15px;

    -webkit-box-shadow: 0px 0px 32px 5px rgba(34, 60, 80, 0.19);
    -moz-box-shadow: 0px 0px 32px 5px rgba(34, 60, 80, 0.19);
    box-shadow: 0px 0px 32px 5px rgba(34, 60, 80, 0.19);
}

.news_page_text_cont {
    font-size: 17px;
    padding: 5px;
}

.other_news_p {
    margin-top: 15px;
    font-weight: 600;
}

.about_title {
    font-size: 20px;
}

.current_post {
    background-color: #e8efe5;
    margin-bottom: -25px;
    padding: 10px 0 30px 0;
}

#news_page {
    margin-top: -20px;
    margin-bottom: -15px;
}

/*MODAL*/
#modal_universal_content {
    font-size: 17px;
    padding: 30px;
    text-align: justify;
}

#modal_universal_content h2 {
    margin: 0;
}

.title-check-form {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.name-check-programm {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.checks-form-btn {
    color: white;
    background: linear-gradient(90deg, #0c891e 26%, rgba(255, 239, 0, 0.8) 100%);
    /*background-color: #127b0b;*/
    border-color: white;
    height: 50px;
    border: solid 4px;
    font-size: 23px;
    margin-top: 80px;
}

.checks-form-btn:hover {
    color: white;
    background: linear-gradient(90deg, #074e12 26%, rgba(203, 190, 0, 0.8) 100%);
    /*background-color: #0d5708;*/
    border-color: white;
    height: 50px;
    border: solid 4px;
    font-size: 23px;
    margin-top: 80px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox,
.has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label,
.has-error.radio-inline label, .has-error.checkbox-inline label {
    color: red;
    margin-bottom: -10px;
}


/*СПЕЦИАЛЬНОСТЬ*/
.specialty_page_cont {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #e8efe5;
    /*background: url("/img/technical/specialty_background.png") no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.specialty_footer {
    background-color: rgba(243, 243, 243, 0.93);
    border-radius: 15px;
    padding: 15px;
    padding-top: -15px;
    -webkit-box-shadow: 0px 0px 100px 9px rgba(34, 60, 80, 0.27);
    -moz-box-shadow: 0px 0px 100px 9px rgba(34, 60, 80, 0.27);
    box-shadow: 0px 0px 100px 9px rgba(34, 60, 80, 0.27);


}

element.style {
}

.sidebar_item_head {
    padding: 7px 0 0 15px;
    letter-spacing: 1px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background: rgb(255, 239, 0);
    background: linear-gradient(90deg, rgb(14, 149, 32) 0%, rgb(255, 239, 0) 100%);
}

.sidebar_item_head h1 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 0 0 10px 0
}

.sidebar_search {
    border-radius: 18px;
}

.specialty_main_info {
    padding: 15px;

}

.specialty_shadow {
    -webkit-box-shadow: -1px 1px 43px 24px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -1px 1px 43px 24px rgba(34, 60, 80, 0.2);
    box-shadow: -1px 1px 43px 24px rgba(34, 60, 80, 0.2);
}


.specialty_description_text {
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.specialty_description_diplom {
    margin-top: 10px;
    font-size: 16px;
}

.specialty_description {
    font-size: 15px;
    margin-bottom: 15px;
}

.specialty_description_test {
    color: #262626;
    font-size: 19px;
    margin-top: 10px;
}

.specialty_cont {
    text-align: justify;
}

.specialty_description ul {
    list-style-image: url('/img/technical/check.png');
    /*line-height: 20px;*/
}

.specialty_description ul li {
    margin-bottom: 0.5em;
}

.terms_education {
    font-weight: bold;
    color: #2d2d2d;
    font-size: 17px;
    padding: -10px;
    text-align: justify;
}

.terms_cost {
    margin-top: 10px;
}

.thumbnail_specialties {
    text-align: center;
    /*background-color: rgba(255, 223, 1, 0.28);*/
    background-color: rgba(232, 232, 232, 0.69);
}

.specialties_caption {
    font-size: 20px;
    background-color: rgb(224, 224, 224);
    margin: 7px -14px 13px -14px;
}

.specialties_img {
    width: 100%;
}

.specialty_thumbnail_btn {
    background-color: #169d0d3b;
    border: solid 1px;
    margin-bottom: 5px;
    width: 100%;
    font-weight: bold;
}

.specialty_thumbnail_btn:hover {
    background-color: #127b0b;
}

.specialty_thumbnail_btn_cons {
    width: 100%;
    border: solid 1.5px #f6ab12 !important;
    color: black !important;

}

.img_cont_specialty {
    padding: 0 10px 0 10px;
}

.img_specialty_page {
    width: 103%;
    min-height: 180px;

    max-height: 210px;
    /*border: solid 2px black;*/
    /*border-radius: 10px;*/
}

.specialty_description_p {
    font-size: 18px;
    margin-bottom: 15px;
}


.gray_out {
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(236, 236, 236, 0.76);
}

.gray_out_2 {
    padding: 15px;
    background-color: rgba(236, 236, 236, 0.76);
}

.specialty_about_text {
    padding: 15px;
    border-radius: 10px;
    background-color: #f8f8f8;
    /*background: #dddddd;*/
    font-size: 15px;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 100px 9px rgba(34, 60, 80, 0.27);
    -moz-box-shadow: 0px 0px 100px 9px rgba(34, 60, 80, 0.27);
    box-shadow: 0px 0px 100px 9px rgba(34, 60, 80, 0.27);
}

/*ПРЕИМУЩЕСТВА*/
#advantages {
    margin-top: 50px;
    /*background: #191970d4;*/
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.advantages_title {
    color: black;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.advantage-header {
    height: 90px;
    color: #434762;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    min-height: 150px;
    border: solid 1px white;
    margin-top: 20px;
    border-radius: 20px;
    /*background: rgb(147, 156, 162);*/
    background: rgb(231 245 255);
    transition: all 0.3s;
}

.advantage-header:hover {
    background: rgba(113, 113, 184, 0.83);
    color: white;

    -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.5);
}

#important_btn {
    background: url('/img/technical/body_background.png');
}

.important_btn_class {
    border: 1px solid green;
    color: white;
    font-weight: 700;
    border-radius: 10px;
    width: 100%;
    /*margin: 10px;*/
    margin-bottom: 15px;
    margin-left: -10px;
    text-align: center;
    padding: 1px;
    font-size: 20px;
    background: #3e3e3e;
    transition: 0.3s;
    transition-delay: revert;
    height: 20px;

    -webkit-box-shadow: 0px 0px 36px -10px rgba(18, 120, 0, 0.96);
    -moz-box-shadow: 0px 0px 36px -10px rgba(18, 120, 0, 0.96);
    box-shadow: 0px 0px 36px -10px rgba(18, 120, 0, 0.96);
}

.important_btn_class:hover {
    background: #0ca721;
    color: white;
    box-shadow: none;
}


@media (max-width: 767px) {
    .view_news_img {
        width: 100%;
        object-fit: cover;
    }

    .important_btn_class {
        min-height: 50px;
        margin: 5px;
        font-size: 12px;
        padding: 15px;
    }

    .carousel-control .glyphicon-chevron-right {
        font-size: 17px !important;
    }

    .carousel-control .glyphicon-chevron-left {
        font-size: 17px !important;
    }
}

/*Advantages*/
.preim-col-bg {
    background-color: #f7d625;
    border-radius: 10px;
    width: 100%;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 100%;
}

#preim {
    background: #f5f5f5;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.pad-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.preim-col {
    background: linear-gradient(to right, rgb(0, 159, 3), rgb(42, 196, 5));
    border-radius: 10px;
    padding: 20px 10px 20px 10px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    height: 200px;
    color: white;
    font-size: 17px;
}

.preim-col:hover {
    background: url('../../assets/img/ico11_bg.png') -70px center no-repeat, linear-gradient(to right, rgba(0, 135, 3, 0), rgba(38, 174, 4, 0));
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.preim-col:hover img {
    filter: invert(80%);
}

.preim-col:hover p {
    filter: invert(80%);
}

.preim-col-bg-img {
    position: absolute;
    top: 0;
    left: -50px;
}

@media (max-width: 767px) {
    .preim-col {
        padding: 20px 40px 20px 10px;
    }
}

.pad-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*Преимущества*/
@media (max-width: 767px) {
    .docs-bg {
        height: 550px;
        /* border-radius: 0 0 70px 70px;*/
        background: rgb(0, 121, 2, 0.9);
    }
}

@media (min-width: 768px) {
    .docs-bg {
        height: 550px;
        /*border-radius: 0 0 150px 150px;*/
        background: rgba(0, 121, 2, 0.9);
    }
}

.image-bg, .image-bg2 {
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: -1000px;
    right: -1000px;
}

@media (max-width: 575px) {
    .txt40 {
        font-size: 25px;
        line-height: 31px;
    }

    .full_name h1 {
        font-size: 15px;
    }

    .news_page_img_cont {
        padding: 5px;
        float: none;

    }

    /*img {*/
    /*    width: 100% !important;*/
    /*    object-fit: cover;*/
    /*}*/

    h2 {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .txt40 {
        font-size: 40px;
        line-height: 47px;
    }
}

.txt120 {
    font-size: 120px;
    line-height: 120px;
}

.back-title {
    text-transform: uppercase;
    opacity: 0.05;
    margin-top: -140px;
}

@media (max-width: 767px) {
    .docs-row {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .docs-row {
        margin-top: 130px;
    }
}

.mar-bot-30 {
    margin-bottom: 30px;
}


@media (max-width: 767px) {
    .docs-bg {
        height: 550px;
        /* border-radius: 0 0 70px 70px;*/
        /*background: #00a704;*/
        background-image: url('/img/1(1).png');
    }
}

@media (min-width: 768px) {
    .docs-bg {
        height: 550px;
        /* border-radius: 0 0 150px 150px;*/
        /*background: #00a704;*/
        background-image: url('/img/1(1).png');
    }
}

@media (max-width: 767px) {
    .docs-row {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .docs-row {
        margin-top: 130px;
    }
}

.doc {
    border-radius: 10px;
    border: 2px solid #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.doc-grad {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 64, 1, 0.8), rgba(0, 64, 1, 0) 50%);
    transition: all 0.3s ease-in-out;
}

.doc-grad:hover {
    width: 100%;
    height: 100%;
    background: rgba(0, 64, 1, 0.7);
    transition: all 0.3s ease-in-out;
    padding-bottom: 30%;
}

.doc-grad-hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    transition: all 0.3s ease-in-out;
    padding: 0 30px;
}

.doc-read-more {
    color: #ed8419;
}

.doc-read-more:hover {
    color: #ed8419;
}

@media (max-width: 991px) {
    .doc-grad:hover .doc-grad-hover {
        transition: all 0.3s ease-in-out;
        bottom: 50px;
    }
}

@media (min-width: 992px) {
    .doc-grad:hover .doc-grad-hover {
        transition: all 0.3s ease-in-out;
        bottom: 150px;
    }
}

.doc-grad:hover .doc-read-more {
    display: flex;
}

.doc-read-more {
    display: none;
}

.btn-yellow {
    display: none;
}

.doc-grad:hover .btn-yellow {
    display: inline-block;
}

.btn-all-doc {
    border: 1px solid #ed8419;
    border-radius: 7px;
    padding: 13px 20px 10px 20px;
    color: #ed8419;
    transition: all 0.3s ease-in-out;
}

.btn-all-doc:hover {
    background: #ed8419;
    border: 1px solid #ed8419;
    color: #fff;
    padding: 13px 30px 10px 30px;
    transition: all 0.3s ease-in-out;
}

.read-more-btn {
    border: 1px solid #26ae04;
    border-radius: 7px;
    padding: 10px 20px 10px 20px;
    color: #26ae04;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.read-more-btn:hover {
    background: #26ae04;
    border: 1px solid #26ae04;
    color: #fff;
    padding: 13px 20px 13px 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.btn-all-doc:hover img {
    filter: brightness(0%) invert(100%);
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .doc {
        height: 390px;
    }
}

@media (max-width: 991px) {
    .doc {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .txt18 {
        font-size: 18px;
        line-height: 23px;
        color: white;
    }
}

@media (max-width: 767px) {
    .txt18 {
        font-size: 15px;
        line-height: 20px;
        color: white;
    }
}

.semibold {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

.btn-yellow {
    background: #f7d625;
    padding: 10px 20px;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: black;
}

.btn-yellow:hover {
    color: #3e3e3e;
    text-decoration: none;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out;
}

.btn-yellow {
    display: none;
}

.doc-grad:hover .btn-yellow {
    display: inline-block;
}

.img-fluid {
    width: 100%;
}

.image-bg, .image-bg2 {
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: -1000px;
    right: -1000px;
}

.parallax-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    display: block;
    z-index: 0;
}

#documents {
    /*padding-bottom: 70px;*/
    position: static;
    overflow: hidden;
    height: auto;
}

#get_doc_p {
    margin-top: 20px;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    #get_doc_p {
        margin-top: 10px;
        font-size: 20px;
        line-height: 20px;
        margin: 10px 0 70px 0;
    }
}


/*TABLE*/
.table-wrap {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 2rem 2rem;
    color: #000;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
}

table th {
    /*color: #fff;*/
    /*background-color: #444;*/
    /*text-transform: uppercase;*/
    font-size: 14px;
    letter-spacing: 1px;
}

#about .opinion__table .opinion__table-col {
    text-align: left !important;
    padding: 5px 3px;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table td {
        display: block;
        text-align: justify;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        border-right: 1px solid transparent;
    }

    table td {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .table-striped > tbody > tr {
        background-color: #f9f9f9 !important;
    }

}


/*Contacts*/
@media (max-width: 767px) {
    #contact-txt1 {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    #contact-txt1 {
        font-size: 18px;
        line-height: 23px;
    }
}

#contact-txt1 {
    font-weight: 600;
    color: #2a2a2a;
}

#contact-txt2 {
    font-weight: 400;
    color: #2a2a2a;
    margin: 0;
}

@media (max-width: 575px) {
    #contact-txt2 {
        font-size: 14px;
    }

}

@media (min-width: 576px) {
    #contact-txt2 {
        font-size: 16px;
        line-height: 23px;
    }
}

.mar-bot-20 {
    margin-bottom: 20px;
}

#green-link {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: green;
}

#social-link img {
    margin: -10px 10px 0;
}

.col-review {
    margin-bottom: 30px;
}

#contact-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    margin: 30px 0;
}

@media (min-width: 576px) {
    #contact-title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    #contact-title {
        font-size: 20px;
        line-height: 25px;
    }
}

.map-cont {
    margin: 20px 10px 20px 0;
}

#buttonTop {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 90px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

#buttonTop.show {
    opacity: 1;
    visibility: visible;
}

#buttonTop:hover {
    cursor: pointer;
    background-color: #333;
}

#buttonTop:active {
    background-color: #555;
}

#buttonTop::after {
    content: '\f077';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#buttonTop {
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}

/*Политика конфиденциальности*/
.policy_cont {
    text-align: justify;
    margin-bottom: 25px;
    margin-top: 25px;

}

.policy_title {
    font-weight: 600;
    margin-top: 15px;
}
#search_data_id{
    width: 70%;
}

@media screen and (min-device-width: 1200px) {

    .video_youtube {
        width: 1060px;
        height: 415px;

    }

}

@media screen and (max-device-width: 1200px) {

    .video_youtube {
        width: 860px;
        height: 415px;

    }

}

@media screen and (max-device-width: 1000px) {

    .video_youtube {
        width: 650px;
        height: 315px;

    }

}

@media screen and (max-device-width: 700px) {

    .video_youtube {
        width: 500px;
        height: 315px;

    }

}

@media screen and (max-device-width: 540px) {

    .video_youtube {
        width: 350px;
        height: 215px;

    }

}

@media screen and (max-device-width: 400px) {

    .video_youtube {
        width: 250px;
        height: 190px;

    }

}

/* 06.08.2025 */
@media (max-width: 767px) {
    .navbar-nav {
        display: block;
        margin-left: 2px;
    }
}

@media (min-width: 300px)and (max-width: 500px) {
    .partners {
        display: none;
    }
    /* .navbar-nav{
        display: block;
        margin-left: 2px;
    } */
    #w0-collapse{
        padding: 1px 10px;
    }
    #search_data_id{
        width: 100%;

    }
    .button_search_data_id{
        margin-top: 10px;
    }
    .term_docs_btn{
        height: auto;
    }
    .future-code__banner-wrapper.flex-container{
        display: flex;
        flex-direction: column;

    }
    .future-code__banner img{
        width: 60%;
        margin-left: 110px;
    }
    .modal-content{
        max-width: 100%;
        display: block;
        margin: 0px auto;
    }


}

.container_agreement{
    display: flex;
    flex-direction: row;
}
.form-group.field-checks-is_agree{
    width: 10px;
    height: 10px;
    margin: 0px 10px 10px 0px;
}
.agree_checkbox{
    width: 20px;
    height: 20px;
    transform: translateY(-10px);

}
.btn.btn-warning.button_question, .btn.btn-warning.button_appeal{
    /* margin: 10px 50px 5px 180px; */
    background: linear-gradient(#9FC60F, #CECD10);
    border: none;
    width: 300px;
}
/*{*/
/*    margin: 5px 0px 0px 210px;*/
/*}*/

@media (min-width: 300px) and (max-width: 500px){
    .btn.btn-warning.button_question
    {
        margin: 10px 0px;
        width: 97%;
    }
    .btn.btn-warning.button_appeal{
        margin: 10px 0px;
        width: 97%;
    }
}

.modal_universal_content{
    width: 50%;
    margin: 0 auto
}

@media (min-width: 300px) and (max-width: 500px){
    .modal_universal_content{
        width: 100%;
    }
    #modal_universal_content{
        text-align: left;
    }

}


.share_vk{
    border: none;
    background-color: white;
}

.button_like {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 40px;
    margin-left: 20px;
}

.button_like + .button_like {
    margin-left: 15px;
}


.button_like[aria-pressed=true] svg {
    fill: red;
}



/* стили для policy-matrics  */

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    display: none;
}
.cookie-consent a {
    color: #ffcc00;
}
.cookie-consent button {
    margin-left: 15px;
    padding: 5px 10px;
    border: none;
    background: #ffcc00;
    cursor: pointer;
}















































