/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.iframe-section .iframe-elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.container .iframe-elements iframe {
    margin: 0px 0px 20px 0px;
}

/* -------------------------------- 

-------------------------------- */
.iframe-section {
    padding: 20px 0;
}

.iframe-section .iframe-elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.container .iframe-elements iframe {
    margin: 0px 0px 20px 0px;
}


.top-big-banner {
    margin-bottom: 40px;
    width: 100%;
}

/* -------------------------------- 

-------------------------------- */
.tab-documents .tab-documents__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}

.tab-documents .tab-documents__wrap a[href$=".xlsx"]::before,
.tab-documents .tab-documents__wrap a[href$=".xls"]::before,
.tab-documents .tab-documents__wrap a[href$=".csv"]::before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 35px;
    background: url(/bitrix/templates/bvizovy/images/docs_types.png) 0px -415px no-repeat;
    top: 7px;
    left: 0px;
}

.tab-documents .tab-documents__wrap a[href$=".doc"]::before,
.tab-documents .tab-documents__wrap a[href$=".docx"]::before,
.tab-documents .tab-documents__wrap a[href$=".txt"]::before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 35px;
    background: url(/bitrix/templates/bvizovy/images/docs_types.png) 0px -60px no-repeat;
    top: 7px;
    left: 0px;
}

.tab-documents .tab-documents__wrap a[href$=".pdf"]::before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 35px;
    background: url(/bitrix/templates/bvizovy/images/docs_types.png) 0px 0px no-repeat;
    top: 7px;
    left: 0px;
}

/* -------------------------------- 

-------------------------------- */


#stars { 
width:1100px;
position: absolute;
right: 0;
z-index: 1;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}


/* -------------------------------- 

-------------------------------- */

.bind-news {
    display: flex;
    flex-wrap: wrap;
}

.bind-news .news-entry {
    flex-basis: 32%;
    padding: 10px 20px;
    margin-right: 10px;
}

.bind-news .news-entry:last-child {
    margin-right: 0px;
}

.news-entry .news-entry__img img {
    width: 100%;
}

.news-entry .news-entry__name {
    font-weight: 600;
    margin-bottom: 15px;
}

.news-entry .news-entry__img {
    margin-bottom: 15px;
}

.news-entry .news-entry__desc {
    margin-bottom: 15px;
}

.news-entry .news-entry__desc p {
    margin: 0px;
}


/* -------------------------------- 

-------------------------------- */

.table-color tr td {
    border: 1px solid #48255b;
    padding: 4px 8px;
}

.table-color tr {
    
}
.table-color tr:nth-child(2n) {
    background: #f3f3f3;
}
.table-color tr:hover {
    background: #f9edff;
}

/* -------------------------------- 

-------------------------------- */

.stata-years {
    padding: 22px 10px 20px 10px;
}
.stata-years a {
    position: relative;
    color: #222;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 15px;
}
.stata-years a::after {
    content: "/";
    position: absolute;
    font-size: 1.2em;
    right: 0px;
    top: 2px;
    color: #48255b;
}
.stata-years a:last-child {
    margin-right: 0;
}
.stata-years a:last-child::after {
    content: none;
}

.stata-text {
    padding: 30px 10px 0 10px;
}

/* -------------------------------- 

-------------------------------- */



/* -------------------------------- 

-------------------------------- */



/* -------------------------------- 

-------------------------------- */