<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* --------------UZEX Styles -------------- */

@import url('cyrillic_latin/css.css');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #1d1d1b;
    position: relative;
}

* {
    outline: none !important;
}

header {
    position: relative;
    z-index: 999;
}

.back-fon {
    background: url(../img/wrapper.png) top center no-repeat;
    max-width: 1930px;
    margin: 0 auto;
}

.wrapper {
    width: 91%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
}

    .wrapper.additional-wrapper {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

.container {
    padding: 0;
}

/*-------------- HEADER TOP (ICONS, TIME, LANGUAGES) -------------- */

section.header-top .container {
    padding: 6px 0;
    text-align: center;
    border-bottom: 1px solid #ececec;
}

.left-icons, .time-gmt, .right-top, .authorization, .languages {
    display: inline-block;
}

.left-icons {
    float: left;
    display: flex;
    align-items: center;
}

.resizing {
    position: relative;
}

div.resizefont {
    width: auto;
    display: inline-flex;
    margin-left: 5px;
    align-items: baseline;
    cursor: pointer;
    position: relative;
}

.inside-resize {
    background: #fff;
    box-shadow: 0px 2px 2px 1px #ccc;
    padding: 5px 7px;
    position: absolute;
    top: 110%;
    cursor: pointer;
    display: none;
    width: 117px;
}

    .inside-resize .fa {
        background: #244083;
        color: #fff;
        padding: 7px 9px;
        font-size: 15px !important;
    }

i.fa.fa-minus.decrease-me {
    background: #11864a;
}

    i.fa.fa-minus.decrease-me:hover {
        color: #244083;
        background: #ccc;
    }

i.fa.fa-plus.increase-me:hover {
    color: #11864a;
    background: #ccc;
}

.inside-resize .reset-me {
    font-weight: bold;
    font-size: 19px !important;
    padding: 1px 9px;
    width: auto;
    height: auto;
    border: 1px solid #ddd;
    border-top: 0;
    margin: 0 -4px 0 -4px;
}



div.resizefont span {
    width: auto;
    height: auto;
    font-weight: bolder;
    color: #8b8b8b;
    font-size: !important;
    ;
}

span.mdfont {
    font-size: 14px !important;
}

span.bigfont {
    font-size: 16px !important;
}

span.lifont {
    font-size: 12px !important;
    margin-right: 3px;
}

div.resizefont i.fa.fa-sort-desc {
    color: #8b8b8b;
    display: flex;
    align-self: flex-start;
    margin-top: 2px;
    font-size: 13px !important;
}


.left-icons span {
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}

span.sound-support-on {
    background: url(../img/sound_on.gif) center no-repeat;
}

span.sound-support-off {
    background: url(../img/sound_off.gif) center no-repeat;
}

span.mobile-version {
    background: url(../img/ticon2.png) center no-repeat;
}

span.pc-version {
    background: url(../img/laptop-25.png) center no-repeat;
}

span.vision {
    background: url(../img/ticon3.png) center no-repeat;
}

.time-gmt {
    color: #818181;
    padding-left: 20px;
    margin-top: 4px;
    margin-left: 150px;
    background: url(../img/clock.png) left center no-repeat;
}

.right-top {
    float: right;
}

.authorization {
    padding: 4px;
    padding-left: 33px;
    margin-right: 10px;
    background: url(../img/auth.png) left center no-repeat;
}

    .authorization a {
        font-size: 13px;
        color: #818181;
    }

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

    .languages ul li {
        display: inline-block;
        width: 24px;
        height: 18px;
        border: 1px solid #eee;
        box-shadow: 0px 0.5px 1px 0px #ccc;
        margin-left: 12px;
    }

        .languages ul li.uz {
            background: url(../img/uz.png) center no-repeat;
        }

        .languages ul li.ru {
            background: url(../img/ru.png) center no-repeat;
        }

        .languages ul li.en {
            background: url(../img/en.png) center no-repeat;
        }

        .languages ul li a {
            text-indent: -9999px;
            display: block;
            margin-top: -2px;
        }

/*-------------- HEADER Logo, search field -------------- */

section.header-logo .container {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    text-align: center;
}

.logo {
    display: inline-block;
    float: left;
}

.slogan {
    width: 47%;
    display: inline-block;
    margin: 6px 0 4px 0px;
    text-align: center;
}

    .slogan h2 {
        font-size: 18px;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #254082;
        line-height: 1.2;
    }

.search-field {
    display: inline-block;
    float: right;
    position: relative;
    margin-top: 15px;
}

    .search-field input[type=search],
    .search-field input[type=text] {
        border: 0;
        font-size: 15px;
        width: 130px;
    }

    .search-field input[type=submit] {
        text-indent: -9999px;
        border: 0;
        background: url(../img/search.png) center no-repeat;
        padding: 0;
        width: 20px;
        height: 20px;
    }

/*-------------- MENU -------------- */
.navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        padding: 0 !important;
    }

ul.nav.navbar-nav li {
    margin-left: 13px;
    padding-right: 25px;
    position: initial;
}

nav#menuOne &gt; ul.nav.navbar-nav &gt; li:first-child {
    padding: 0px;
    margin: 0;
    margin-right: 20px;
    width: 23px;
}

ul.nav.navbar-nav {
    padding: 0;
    margin: 0;
    position: relative;
}

section.main-menu.fix_menu {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.94);
    width: 100%;
    left: 0;
    border-bottom: 1px solid #244083;
}

section.main-menu {
    background: rgba(255, 255, 255, 0.8);
}

nav#menuOne &gt; ul.nav.navbar-nav &gt; li:first-child a {
    background: url(../img/home.png) center no-repeat;
    text-indent: -99999px;
    padding: 20px 0px;
    display: block;
}

nav#menuOne &gt; ul.nav.navbar-nav &gt; li &gt; ul.item_dropdown {
    position: absolute;
    opacity: 0;
    padding: 8px 0;
    width: 100%;
    left: 0px;
    background: #fff;
    transition: all 0.5s ease 0s;
    z-index: 1;
    border: 1px solid #244083;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.59);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -moz-transform-origin: center top 0cm;
    -webkit-transform-origin: center top 0cm;
    -o-transform-origin: center top 0cm;
    -ms-transform-origin: center top 0cm;
    transform-origin: center top 0cm;
}

section.main-menu.fix_menu nav#menuOne &gt; ul.nav.navbar-nav &gt; li &gt; ul.item_dropdown {
    border-top: 0;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.59);
}

.row-fluid ul li a {
    color: #515151;
}

.row-fluid ul[class*="col"] {
    padding: 00;
}

    .row-fluid ul[class*="col"] li {
        padding: 2px 0px;
        margin: 0;
    }

.row-fluid ul li a:hover {
    padding-left: 20px;
    color: #254082;
}

    .row-fluid ul li a:hover:before {
        left: 10px;
        opacity: 1;
    }

.row-fluid ul li a {
    transition: 0.3s;
    position: relative;
    padding-left: 11px;
    text-decoration: none;
}

    .row-fluid ul li a:before {
        content: "\f101";
        font: normal normal normal 12px/1 FontAwesome;
        text-decoration: none;
        position: absolute;
        top: 4px;
        left: 0px;
        transition: 0.2s;
        opacity: 0;
    }

    .row-fluid ul li a:hover {
        background: #254082;
        color: #fff;
    }

.row-fluid.coorporativ {
    column-count: 1;
}

    .row-fluid.coorporativ .col-sm-4 {
        padding: 0;
    }

ul.hiding-menu {
    display: none;
}

.row-fluid.coorporativ span.respond {
    display: block;
    padding: 3px 0;
    cursor: pointer;
}

.row-fluid ul li a {
    display: block;
    padding: 1px 0px;
}

.row-fluid ul {
    padding: 0;
}

ul.hiding-menu li {
    transition: 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.row-fluid ul li {
    padding: 2px 0 !important;
    margin: 0 !important;
}

ul.hiding-menu.go-acative li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
}

.row-fluid {
    column-count: 3;
}

    .row-fluid ul li {
        overflow: hidden;
    }

nav#menuOne &gt; ul.nav.navbar-nav &gt; li:hover ul.item_dropdown {
    opacity: 1;
    -moz-transform: perspective(600px) rotateX(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

ul.nav.navbar-nav .item .item_dropdown .item a {
    position: relative;
    display: block;
    color: #616161;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    padding: 2px 0;
}

ul.nav.navbar-nav .item .item_dropdown .item .item_dropdown {
    position: absolute;
    top: 0;
    left: 100.6%;
    width: 186px;
    display: none !important;
    padding-left: 0px;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid #244083;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

    ul.nav.navbar-nav .item .item_dropdown .item .item_dropdown a {
        color: #616161 !important;
    }

    ul.nav.navbar-nav .item .item_dropdown .item .item_dropdown .item:hover a {
        color: #fff !important;
    }

ul.nav.navbar-nav .item .item_dropdown .item:hover {
    transition: 0.3s;
    background: #fff;
}

ul.nav.navbar-nav .item .item_dropdown .item:hover {
    transition: 0.3s;
    background: #244083;
}

    ul.nav.navbar-nav .item .item_dropdown .item:hover a {
        color: #fff;
    }

ul.nav.navbar-nav .item .item_dropdown .item {
    position: relative;
    margin: 0;
}

    ul.nav.navbar-nav .item .item_dropdown .item:hover .item_dropdown {
        display: block !important;
        background-color: #fff;
    }

ul.item_dropdown li {
    padding: 2px 10px;
    display: block;
}

nav#menuOne &gt; ul.nav.navbar-nav &gt; li &gt; a {
    text-transform: uppercase;
    color: #515151;
    font-weight: bold;
    font-size: 13px;
    padding: 20px 0px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    position: relative;
}

    nav#menuOne &gt; ul.nav.navbar-nav &gt; li &gt; a:hover, nav#menuOne &gt; ul.nav.navbar-nav &gt; li &gt; a:focus {
        background-color: transparent;
    }

    nav#menuOne &gt; ul.nav.navbar-nav &gt; li &gt; a:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f0dd";
        right: -27px;
        position: absolute;
        top: 18px;
        color: #666666;
        background: #fff;
        width: 19px;
        height: 19px;
        text-align: center;
        border-radius: 2px;
        padding-right: 1px;
        box-shadow: inset 0px 0px 0px 1px #eceef4;
    }

    nav#menuOne &gt; ul.nav.navbar-nav &gt; li &gt; a:focus:after {
        content: "\f0de";
        padding-top: 5px;
    }

ul.nav.navbar-nav li:first-child a:after {
    display: none;
}

#border {
    height: 2px;
    background-color: #244083;
    position: absolute;
    top: 0 !important;
}



/*-------------- BANNER -------------- */
.big-banner {
    position: relative;
    background: url(../img/shadow-banner.png) bottom center no-repeat;
    background-position-y: 95%;
    background-size: 100%;
}

    .big-banner .text-presentation {
        display: inline-block;
        width: 57%;
        padding: 70px 0 0 80px;
    }

    .big-banner .image-presentation {
        display: inline-block;
    }

    .big-banner .presentation {
        height: 375px;
        position: relative;
    }

    .big-banner .image-presentation {
        display: inline-block;
        padding-top: 30px;
        /*    -moz-transform: translateX(1000%);
    -webkit-transform: translateX(1000%);
    -o-transform: translateX(1000%);
    -ms-transform: translateX(1000%);
    transform: translateX(1000%);
    -webkit-transition: 2s cubic-bezier(0, -0.01, 0.07, 1.13);
    -moz-transition: 2s cubic-bezier(0, -0.01, 0.07, 1.13);
    -ms-transition: 2s cubic-bezier(0, -0.01, 0.07, 1.13);
    -o-transition: 2s cubic-bezier(0, -0.01, 0.07, 1.13);*/
    }

.image-presentation.big-ban-img {
    padding: 0;
    /*  -moz-transform: translate3d(0, 1000%, 0);
    -webkit-transform: translate3d(0, 1000%, 0);
    -o-transform: translate3d(0, 1000%, 0);
    -ms-transform: translate3d(0, 1000%, 0);
    transform: translate3d(0, 1000%, 0);
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;*/
}

.big-ban-img img {
    height: 100%;
    width: 100%;
}




.big-banner .correcting {
    display: block;
    width: 1170px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
    height: 375px;
    display: flex;
    overflow: hidden;
}

.text-presentation h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    /*    -moz-transform: translate3d(0, -1000%, 0);
    -webkit-transform: translate3d(0, -1000%, 0);
    -o-transform: translate3d(0, -1000%, 0);
    -ms-transform: translate3d(0, -1000%, 0);
    transform: translate3d(0, -1000%, 0);
    transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -webkit-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -moz-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -ms-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -o-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);*/
}

.correcting.slick-slide.slick-current.slick-active .text-presentation h3,
.correcting.slick-slide.slick-current.slick-active .text-presentation span {
    /*    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);*/
}

.text-presentation span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 76%;
    height: 44px;
    overflow: hidden;
    -moz-transform: translate3d(0, 1000%, 0);
    -webkit-transform: translate3d(0, 1000%, 0);
    -o-transform: translate3d(0, 1000%, 0);
    -ms-transform: translate3d(0, 1000%, 0);
    transform: translate3d(0, 1000%, 0);
    -webkit-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -moz-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -ms-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -o-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.1);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.1)), color-stop(17%, rgba(255,255,255,0.1)), color-stop(83%, rgba(255,255,255,0.1)), color-stop(100%, rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.behind-img {
    width: 95px;
    height: 56px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.78);
    overflow: hidden;
    text-align: center;
    display: inline-block;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: 0.3s;
}

    .behind-img:hover {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

        .behind-img:hover .image-children {
            border: 1px solid #4f9ddb;
        }

.image-children {
    border: 1px solid transparent;
    width: 86px;
    margin: 0 auto;
    height: 48px;
    margin-top: 4px;
    background: #f1f1f1;
    border-radius: 2px;
    box-shadow: 0px 1px 1px 1px #ccc;
    transition: 0.3s;
}

    .image-children img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: inline-block;
    }

.children-banner {
    bottom: 95px;
    margin-bottom: -45px;
}

    .children-banner .slick-list.draggable {
        width: 600px;
        text-align: center;
        margin: 0 auto;
    }

.children-button {
    position: relative;
    height: 80px;
}

    .children-button:hover {
        cursor: pointer;
    }

    .children-button span {
        display: block;
        font-weight: bold;
        color: #fff;
    }

.children-banner button.slick-prev {
    right: auto;
    left: 21%;
    top: 33px;
    background: url(../img/big-arrow.png) bottom center no-repeat;
}

.children-banner button.slick-next {
    left: auto;
    right: 21%;
    top: 33px;
    background: url(../img/big-arrow.png) top center no-repeat;
}
/*-------------- BALANCE -------------- */
.all-prices {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

    .all-prices span {
        font-weight: bold;
    }

span.t-red {
    color: #f00;
    margin-left: 5px;
    margin-right: 15px;
}

span.t-green {
    color: #00ff00;
    margin-left: 5px;
    margin-right: 15px;
}

.all-prices span i.fa {
    font-size: 30px;
    margin-top: -11px;
    position: absolute;
}

span.t-green i.fa {
    margin-top: 0px;
}

.balance {
    position: relative;
    overflow: hidden;
    height: 21px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.6);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(0,0,0,0.6) 5%, rgba(0,0,0,0.6) 95%, rgba(255,255,255,0.6) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.6)), color-stop(5%, rgba(0,0,0,0.6)), color-stop(95%, rgba(0,0,0,0.6)), color-stop(100%, rgba(255,255,255,0.6)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(0,0,0,0.6) 6%, rgba(0,0,0,0.6) 95%, rgba(255,255,255,0.6) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(0,0,0,0.6) 6%, rgba(0,0,0,0.6) 95%, rgba(255,255,255,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(0,0,0,0.6) 6%, rgba(0,0,0,0.6) 95%, rgba(255,255,255,0.6) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.6) 0%, rgba(0,0,0,0.6) 6%, rgba(0,0,0,0.6) 95%, rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}


/*-------------- RESULTS -------------- */

section.results .col-sm-3 {
    padding: 20px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    section.results .col-sm-3 &gt; span {
        position: absolute;
        width: 100%;
        left: 0;
        top: -50px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
        padding: 5px;
        z-index: 1;
        transition: 0.3s ease;
    }

    section.results .col-sm-3:hover span {
        top: 0;
    }

    section.results .col-sm-3:nth-child(odd) {
        background-color: #f5f5f5;
    }

    section.results .col-sm-3:nth-child(even) {
        background-color: #eeeeee;
    }

.circle {
    width: 165px;
    height: 165px;
    background-color: #f3f3f3;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 14px;
    text-align: center;
    box-shadow: 0px 1px 2px 1px #ccc, inset 0px 2px 4px -1px #fff, inset 0px -4px 7px -4px #ddd;
}

.circle-color {
    width: 136px;
    height: 136px;
    border-radius: 100%;
    border: 4px solid #d4e7de;
    margin: 0px auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3), inset 0px 5px 5px -2px rgba(0, 0, 0, 0.4);
}

    .circle-color span {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }

section.results .col-sm-3 h3 {
    font-size: 16px;
    color: #646464;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*-------------- CAPTION -------------- */
section.main-content {
    /*margin-top: 10px;*/
    padding-bottom: 15px;
}

.caption {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

    .caption h3 {
        /*font-size: 20px;*/
        font-size: 18px;
        color: #254082;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: -1px;
        display: inline-block;
        /*width: 210px;*/
        width: auto;
        border-bottom: 2px solid #254082;
        padding: 15px 0;
    }

    .caption a {
        font-size: 12px;
        color: #254082;
        font-weight: bold;
        position: relative;
        float: right;
        margin-right: 10px;
    }

        .caption a:after {
            content: "\f101";
            position: absolute;
            font: normal normal normal 10px/1 FontAwesome;
            top: 4px;
            font-weight: bold;
            right: -8px;
        }

/* ----------------  NEWS  ----------------- */
.image-side.slick-slide.slick-current.slick-active {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden;
}



.image-side img {
    transition: all 1s ease-in-out;
    opacity: 0.5;
}

.image-side.slick-slide.slick-current.slick-active img {
    opacity: 1;
    transition: all 1s ease-in-out;
}

.image-side.slick-slide.slick-current.slick-active ~ .image-side img {
    opacity: 0.5;
    transition: all 1s ease-in-out;
}





.all-news, .slider-img-news {
    position: relative;
    overflow: hidden;
}

.image-side {
    display: inline-block;
    width: 48% !important;
    float: left;
}

    .image-side img {
        width: 100%;
        height: 263px;
        display: inline-block;
    }

.text-side {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 51%;
    background: url(../img/decor.png) top center no-repeat;
}

.news-body p {
    margin: 0;
}

.news-body {
    border: 1px solid #cfcfcf !important;
    margin-bottom: 7px;
    border-radius: 3px;
    padding: 29.5px 15px;
    color: #58585a;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 2px -1px #ccc;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;
    height: 60.5px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center;
}

    .news-body.slick-slide.slick-current.slick-active, .news-body:hover {
        background: #254082;
        border-color: #254082 !important;
        color: #fff;
        box-shadow: none;
    }

.archive-rss {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.archive {
    float: left;
}

    .archive a {
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        background: #254082;
        padding: 8px 30px;
        border-radius: 50px;
        border: 1px solid #254082;
        transition: 0.3s;
    }

        .archive a:hover {
            color: #254082;
            background-color: #fff;
        }

.rss {
    float: right;
    color: #fb9214;
}

    .rss a {
        color: #fb9214;
        margin-right: 2px;
    }

    .rss i.fa {
        font-size: 16px;
        display: inline-block;
        margin-top: 2px;
        margin-right: 5px;
    }


/* OBYAVLENIE I NOVOE NA PORTALE */

.bg-shadow {
    padding: 45px 20px;
    min-height: 460px;
    background: url(../img/shadow-bg.png) top center/cover no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    box-shadow: 0px 2px 4px -2px #ccc;
    position: relative;
}

    .bg-shadow .slick-slider {
        position: initial;
    }

.reclam-news {
    height: 358px;
    overflow: hidden;
    padding-top: 10px;
}

.bg-shadow:hover {
    min-height: 460px;
    background: url(../img/shadow-bg-hover.png) top center/cover no-repeat;
}

.bg-shadow time {
    color: #878787;
    margin-left: 5px;
    font-size: 13px;
}

.reclam-body a {
    color: #58585a;
    font-weight: bold;
    text-decoration: none;
}

    .reclam-body a:hover {
        color: #254082;
    }

.reclam-body {
    margin-top: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .reclam-body p {
        height: 36px;
        overflow: hidden;
        font-size: 13px;
    }

button.slick-arrow {
    position: absolute;
    width: 30px;
    height: 28px;
    border: 0;
    border-radius: 50px;
    text-indent: -9999px;
}

.reclam-news button.slick-prev {
    top: 15px;
    left: 46%;
    z-index: 99;
    background: url(../img/arrow.png) left center no-repeat;
}

    .reclam-news button.slick-prev:hover {
        background: url(../img/arrow_hover.png) right center no-repeat;
    }

.reclam-news button.slick-next {
    bottom: 15px;
    left: 46%;
    z-index: 99;
    background: url(../img/arrow.png) right center no-repeat;
}

    .reclam-news button.slick-next:hover {
        background: url(../img/arrow_hover.png) left center no-repeat;
    }

.next-button, .prev-button {
    position: absolute;
    width: 100%;
    height: 17%;
    top: 0;
    left: 0;
}

.prev-button {
    bottom: 0;
    top: auto;
}

/*  actaul banner */
.actual {
    margin-top: 10px;
}

.slider-actual {
    margin-top: 10px;
}

.actual-body {
    text-align: center;
}

.actual-img {
    display: inline-block;
}

.actual-body img {
    -webkit-filter: brightness(1.3) grayscale(1);
    filter: brightness(1.3) grayscale(1);
    transition: 0.4s;
}

.actual-body:hover img {
    filter: none;
}

.actual-body:hover .actual-text span {
    color: #254082;
}

.actual-text span {
    color: #58585a;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-flex;
    height: 35px;
    overflow: hidden;
    align-items: center;
}

.slider-actual .slick-arrow {
    width: 30px;
    height: 30px;
}

.slider-actual button.slick-prev {
    background: url(../img/navig.png) left center no-repeat;
    z-index: 9;
    top: 25%;
}

    .slider-actual button.slick-prev:hover {
        background: url(../img/navig_hover.png) left center no-repeat;
        z-index: 9;
    }

.slider-actual button.slick-next {
    background: url(../img/navig.png) right center no-repeat;
    right: 0;
    top: 25%;
}

    .slider-actual button.slick-next:hover {
        background: url(../img/navig_hover.png) right center no-repeat;
    }



/* ------------ PARTNERS ------------- */

.partners {
    margin-bottom: 15px;
}

.part-img {
    margin-right: 36px;
}

/* ----------------- SIDEBAR  ------------------ */

.sidebar {
    padding-top: 20px;
}

/* POLL */
.poll-block, .useful-links {
    position: relative;
}

.visible-block {
    margin-top: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-shadow: 0px 2px 3px -2px #ccc, inset 0px 1px 1px 1px #fff;
    background: rgba(243,247,255,1);
    background: -moz-linear-gradient(top, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,247,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7ff', endColorstr='#ffffff', GradientType=0 );
}

    .visible-block span {
        position: relative;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: #254082;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 18px;
        padding-left: 47px;
        background: url(../img/poll.png) 12px center no-repeat;
        background-size: 30px;
    }

.useful-links .visible-block span {
    background: url(../img/link.png) 12px center no-repeat;
    background-size: 30px;
}

.visible-body {
    display: none;
    position: absolute;
    top: 105%;
    width: 100%;
    padding: 10px;
    z-index: 9;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-shadow: 0px 2px 3px -2px #ccc, inset 0px 1px 1px 1px #fff;
    background: rgba(243,247,255,1);
    background: -moz-linear-gradient(top, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,247,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(243,247,255,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7ff', endColorstr='#ffffff', GradientType=0 );
}

.useful-links .visible-body {
    bottom: 100%;
    top: auto;
}

.visible-block span:after {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f0dd";
    right: 10px;
    position: absolute;
    color: #666666;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    padding-top: 1px;
    padding-right: 1px;
    box-shadow: inset 0px 0px 0px 1px #eceef4;
}

.visible-block.o-pen span:after {
    content: "\f0de";
    padding-top: 7px;
}

.visible-body a {
    display: block;
    color: #244083;
    font-weight: 600;
    line-height: 1.5;
}
/* ----------------- SIDEBAR  SLIDER ------------------ */
.slider-sidebar .slick-arrow {
    background-color: rgba(0, 0, 0, 0.4) !important;
    z-index: 9;
    border-radius: 0;
    width: 34px;
    height: 34px;
    opacity: 0.7;
    transition: 0.3s;
}

    .slider-sidebar .slick-arrow:hover {
        opacity: 1;
    }

.slider-sidebar button.slick-prev {
    background: url(../img/nav-ban.png) -3px center no-repeat;
    z-index: 9;
    top: 44%;
}

.slider-sidebar button.slick-next {
    background: url(../img/nav-ban.png) -43px center no-repeat;
    right: 0;
    top: 44%;
    z-index: 0;
}

.middle-sidebar {
    text-align: center;
    margin: 15px 0px;
}

    .middle-sidebar img {
        border: 1px solid #c5c6c6;
    }

/* --------------- FOOTER ----------------- */
section.footer-top {
    background: #373737;
    padding: 25px;
    position: relative;
    color: #fff;
}

.footer-right {
    width: 27%;
    display: inline-block;
    float: left;
}

    .footer-right img {
        display: block;
        margin-bottom: 5px;
    }

.footer-center {
    display: inline-block;
    padding: 0px 56px;
    padding-right: 0;
}

ul.footer-menu {
    padding: 0;
    list-style: none;
    columns: 2;
}

    ul.footer-menu li {
        margin-right: 50px;
        padding-left: 15px;
    }

        ul.footer-menu li a {
            color: #fff;
            position: relative;
        }

            ul.footer-menu li a:after {
                content: "\f101";
                position: absolute;
                font: normal normal normal 10px/1 FontAwesome;
                top: 2px;
                font-weight: bold;
                left: -12px;
            }

.dst-sprites {
    width: 21%;
    display: inline-block;
    float: right;
    text-align: right;
}

    .dst-sprites a {
        color: #fff;
        text-decoration: none;
    }

    .dst-sprites span {
        margin-bottom: 10px;
        display: inline-block;
    }

.sprites span {
    margin-top: 10px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

    .sprites span.fb {
        background: #3b5998;
    }

    .sprites span.tw {
        background: #00aced;
    }

.sprites i.fa {
    font-size: 19px;
}

section.footer-bottom {
    background: #292929;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.cheks {
    display: inline-block;
    margin-top: 5px;
}

.uzex {
    width: 33%;
    text-align: left;
    float: left;
}

.checking-mistakes {
    float: right;
    text-align: right;
}

    .checking-mistakes img {
        float: right;
        margin-top: 5px;
    }

    .checking-mistakes h3 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
    }

.text-check {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
}

    .text-check span {
        font-size: 12px;
        font-weight: bold;
    }


.scroll-top {
    position: fixed;
    bottom: 15px;
    right: -90px;
    z-index: 9999;
    cursor: pointer;
    font-size: 32px;
    font-weight: 700;
    background: #254082;
    color: #fff;
    padding-bottom: 2px;
    text-align: center;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    transition: 0.5s;
    overflow: hidden;
}

    .scroll-top.scrollToTop {
        right: 15px;
    }

        .scroll-top.scrollToTop i.fa {
            margin-top: 6px;
            display: block;
        }

.hide-right a {
    display: block;
    padding: 17px;
    padding-left: 60px;
    color: #fff;
    right: 0;
    text-decoration: none;
    position: relative;
    transition: 0.4s;
    background: url(../img/top-icons.png) left 10px no-repeat;
    background-color: #254082 !important;
    background-position-x: 3px !important;
}

    .hide-right a:nth-child(2) {
        background: url(../img/top-icons.png) left -47px no-repeat;
    }

    .hide-right a:nth-child(3) {
        background: url(../img/top-icons.png) left -100px no-repeat;
    }

    .hide-right a:nth-child(4) {
        background: url(../img/top-icons.png) left -157px no-repeat;
    }

    .hide-right a:nth-child(5) {
        background: url(../img/top-icons.png) left -211px no-repeat;
    }

    .hide-right a:nth-child(6) {
        background: url(../img/top-icons.png) left -266px no-repeat;
    }

    .hide-right a:nth-child(7) {
        background: url(../img/top-icons.png) left -320px no-repeat;
    }

    .hide-right a:nth-child(8) {
        background: url(../img/top-icons.png) left -378px no-repeat;
    }

.hide-right {
    position: fixed;
    z-index: 9999;
    right: -195px;
    top: 62px;
}

    .hide-right a:after {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid;
        left: 11px;
        bottom: 0;
    }

    .hide-right a:last-child:after {
        display: none;
    }

    .hide-right a:hover {
        -moz-transform: translateX(-195px);
        -webkit-transform: translateX(-195px);
        -o-transform: translateX(-195px);
        -ms-transform: translateX(-195px);
        transform: translateX(-195px);
        background-color: #007e40 !important;
    }

        .hide-right a:hover:after {
            display: none;
        }


/*--------------- authorization form ---------------*/


/* Pen Title */
.pen-title {
    padding: 50px 0;
    text-align: center;
    letter-spacing: 2px;
}

    .pen-title h1 {
        margin: 0 0 20px;
        font-size: 48px;
        font-weight: 300;
    }

    .pen-title span {
        font-size: 12px;
    }

        .pen-title span .fa {
            color: #33b5e5;
        }

        .pen-title span a {
            color: #33b5e5;
            font-weight: 600;
            text-decoration: none;
        }

/* Form Module */
.blur {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    transition: 1;
}

.form-module {
    position: fixed;
    background: #ffffff;
    max-width: 400px;
    width: 100%;
    border-top: 5px solid #244083;
    box-shadow: 0px 7px 16px 0px rgba(4, 127, 63, 0.5);
    left: 34%;
    top: 10%;
    z-index: 0;
    -moz-transform: perspective(1000px) rotate3d(61,0,0,90deg);
    -webkit-transform: perspective(1000px) rotate3d(61,0,0,90deg);
    -o-transform: perspective(1000px) rotate3d(61,0,0,90deg);
    -ms-transform: perspective(1000px) rotate3d(61,0,0,90deg);
    transform: perspective(1000px) rotate3d(61,0,0,90deg);
    -moz-transform-style: flat;
    -webkit-transform-style: flat;
    -o-transform-style: flat;
    -ms-transform-style: flat;
    transform-style: flat;
    -webkit-transition: 0.8s cubic-bezier(0.25, 0.1, 0.4, 2.36);
    -moz-transition: 0.8s cubic-bezier(0.25, 0.1, 0.4, 2.36);
    -ms-transition: 0.8s cubic-bezier(0.25, 0.1, 0.4, 2.36);
    -o-transition: 0.8s cubic-bezier(0.25, 0.1, 0.4, 2.36);
}

.module.form-module.transform-pop-up {
    display: block;
    z-index: 9999;
}

.module.form-module.transform-pop-up {
    display: block;
    z-index: 9999;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
}

.form-module .toggle {
    cursor: pointer;
    position: absolute;
    top: -0;
    right: -0;
    background: #244083;
    width: auto;
    padding: 4px 20px;
    margin: -5px 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.toggle.fa-pencil span:first-child,
.toggle.fa-pencil:before,
.toggle span:last-child {
    display: none;
}

.toggle.fa-pencil span:last-child {
    display: block;
}

.form-close {
    position: absolute;
    top: -5px;
    right: -27px;
    color: #fff;
    background: #047f3f;
    padding: 3px 8px;
    z-index: 9;
    cursor: pointer;
}

.form-module .toggle .tooltip {
    position: absolute;
    top: 5px;
    right: -65px;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: auto;
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

    .form-module .toggle .tooltip:before {
        content: '';
        position: absolute;
        top: 5px;
        left: -5px;
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid rgba(0, 0, 0, 0.6);
    }

.form-module .form {
    display: none;
    padding: 40px;
}

    .form-module .form:nth-child(2) {
        display: block;
    }

.form-module h2 {
    margin: 0 0 20px;
    color: #244083;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.form-module input, .form-module select {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-wieght: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .form-module input:focus, .form-module select:focus {
        border: 1px solid #33b5e5;
        color: #333333;
    }

    .form-module input[type=submit] {
        cursor: pointer;
        background: #047f3f;
        width: 100%;
        border: 0;
        padding: 10px 15px;
        color: #ffffff;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .form-module input[type=submit]:hover {
            background: #178ab4;
        }

.form-module .cta {
    background: #f2f2f2;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

    .form-module .cta a {
        color: #333333;
        text-decoration: none;
    }

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
    background: transparent;
}



/*-------------- BANNER -------------- */
.big-banner {
    position: relative;
    background: url(../img/shadow-banner.png) bottom center no-repeat;
    background-position-y: 95%;
    background-size: 100%;
}

    .big-banner .text-presentation {
        display: inline-block;
        width: 57%;
        padding: 70px 0 0 80px;
    }



    .big-banner .image-presentation {
        display: inline-block;
    }

    .big-banner .presentation {
        height: 375px;
        position: relative;
    }

    .big-banner .image-presentation {
        display: inline-block;
        padding-top: 30px;
        -webkit-transition: 2s cubic-bezier(0, -0.01, 0.07, 1.13);
        -moz-transition: 2s cubic-bezier(0, -0.01, 0.07, 1.13);
        -ms-transition: 2s cubic-bezier(0, -0.01, 0.07, 1.13);
        -o-transition: 2s cubic-bezier(0, -0.01, 0.07, 1.13);
        position: absolute;
        right: -100%;
    }

.correcting.slick-slide.slick-current.slick-active ~ div .image-presentation {
    right: 100%;
}

.image-presentation.big-ban-img {
    padding: 0;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.big-ban-img img {
    height: 100%;
    width: 100%;
}

.correcting.slick-slide.slick-current.slick-active .image-presentation {
    right: 4%;
}

.big-banner .correcting {
    display: block;
    width: 1170px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
    height: 375px;
    display: flex;
    overflow: hidden;
}

.text-presentation h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.correcting.slick-slide.slick-current.slick-active .text-presentation h3,
.correcting.slick-slide.slick-current.slick-active .text-presentation span {
    left: 8%;
}

.text-presentation span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 76%;
    height: 44px;
    overflow: hidden;
    -moz-transform: translate3d(0, 1000%, 0);
    -webkit-transform: translate3d(0, 1000%, 0);
    -o-transform: translate3d(0, 1000%, 0);
    -ms-transform: translate3d(0, 1000%, 0);
    transform: translate3d(0, 1000%, 0);
    -webkit-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -moz-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -ms-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    -o-transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
    transition: 0.5s cubic-bezier(0, -0.01, 0.07, 1.13);
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.1);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.1)), color-stop(17%, rgba(255,255,255,0.1)), color-stop(83%, rgba(255,255,255,0.1)), color-stop(100%, rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0.1) 17%, rgba(255,255,255,0.1) 83%, rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.behind-img {
    width: 95px;
    height: 56px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.78);
    overflow: hidden;
    text-align: center;
    display: inline-block;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: 0.3s;
}

    .behind-img:hover {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

        .behind-img:hover .image-children {
            border: 1px solid #4f9ddb;
        }

.image-children {
    border: 1px solid transparent;
    width: 86px;
    margin: 0 auto;
    height: 48px;
    margin-top: 4px;
    background: #f1f1f1;
    border-radius: 2px;
    box-shadow: 0px 1px 1px 1px #ccc;
    transition: 0.3s;
}

    .image-children img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: inline-block;
    }

.children-banner {
    bottom: 95px;
    margin-bottom: -45px;
}

    .children-banner .slick-list.draggable {
        width: 600px;
        text-align: center;
        margin: 0 auto;
    }

.children-button {
    position: relative;
    height: 80px;
}

    .children-button:hover {
        cursor: pointer;
    }

    .children-button span {
        display: block;
        font-weight: bold;
        color: #fff;
    }

.children-banner button.slick-prev {
    right: auto;
    left: 21%;
    top: 33px;
    background: url(../img/big-arrow.png) bottom center no-repeat;
}

.children-banner button.slick-next {
    left: auto;
    right: 21%;
    top: 33px;
    background: url(../img/big-arrow.png) top center no-repeat;
}


.text-presentation {
    z-index: 9;
}

    .text-presentation h3 {
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        left: 100%;
        width: 100%;
        transition: 2s cubic-bezier(0, -0.01, 0.07, 1);
        -webkit-transition: 2s cubic-bezier(0, -0.01, 0.07, 1);
        -moz-transition: 2s cubic-bezier(0, -0.01, 0.07, 1);
        -ms-transition: 2s cubic-bezier(0, -0.01, 0.07, 1);
        -o-transition: 2s cubic-bezier(0, -0.01, 0.07, 1);
    }

.big-ban-img {
    position: absolute;
    height: 100%;
}

    .big-ban-img img {
        height: 100%;
    }

.ban1.text-presentation h3 {
    font-size: 50px;
    text-shadow: 1px 1px 3px #000;
    width: 50%;
}

.ban2.text-presentation h3 {
    margin: 0;
}

.ban2.text-presentation {
    padding: 40px !important;
}

.ban3.text-presentation h3 {
    color: #324b89;
    text-shadow: 7px 1px 25px #fff, -16px 1px 25px #fff, 1px 1px 49px #fff, 1px 1px 88px #fff;
    position: inherit;
}

.ban5.text-presentation h3 {
    color: #324b89;
    text-shadow: 7px 1px 25px #fff, -16px 1px 25px #fff, 1px 1px 49px #fff, 1px 1px 88px #fff;
}

.ban3.text-presentation h3 {
    -moz-transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}

.correcting.slick-slide.slick-current.slick-active .ban3.text-presentation h3 {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}




.correcting.slick-slide.slick-current.slick-active .ban2.text-presentation h3 {
    width: 57%;
    left: 4% !important;
}

.correcting.slick-slide.slick-current.slick-active .ban4.text-presentation h3,
.correcting.slick-slide.slick-current.slick-active .ban5.text-presentation h3 {
    left: -6% !important;
    top: 4%;
}

.ban4.text-presentation h3,
.ban5.text-presentation h3 {
    left: -6% !important;
    top: -40%;
}

.correcting.slick-slide.slick-current.slick-active ~ div .ban4.text-presentation h3,
.correcting.slick-slide.slick-current.slick-active ~ div .ban5.text-presentation h3,
.correcting.slick-slide.slick-current.slick-active ~ div .ban7.text-presentation h3 {
    top: 150%;
}


.correcting.slick-slide.slick-current.slick-active .ban6.text-presentation h3 {
    width: 30%;
}

.ban6.text-presentation h3 {
    width: 30%;
}

.ban7.text-presentation h3 {
    width: 41%;
}

.ban3.text-presentation {
    width: 62%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}

.correcting.slick-slide.slick-current.slick-active .image-presentation.big-ban-img {
    top: 0;
}

.image-presentation.big-ban-img {
    right: 0 !important;
    top: 100%;
}

.ban4.text-presentation h3 {
    text-shadow: 0px 0px 31px #4b6085, 0px 0px 31px #4b6085, 0px 0px 30px #4b6085, 0px 0px 31px #4b6085;
}

.ban4.text-presentation,
.ban5.text-presentation {
    padding: 0;
    text-align: center;
    width: 87%;
    padding-top: 15px;
}

.ban6.text-presentation h3 {
    color: #1a7fc4;
    text-shadow: 0px 0px 20px #fff, 0px 0px 30px #fff, 0px 0px 20px #fff, 0px 0px 30px #fff;
}

.ban7.text-presentation h3 {
    color: #2b566f;
    text-align: center;
    text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
}

.ban7.text-presentation {
    width: 47%;
}

.ch-ban {
    text-align: center;
}

    .ch-ban img {
        display: inline-block;
    }

.index2 .children-button {
    position: relative;
    height: 85px;
}

.ch-ban {
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: 0.3s;
}

    .ch-ban:hover {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

.index2 .children-button span {
    opacity: 0;
    transition: 0.3s;
}

.index2 .children-button:hover span {
    opacity: 1;
}

.index2 .children-banner button.slick-prev {
    right: auto;
    left: 22%;
    top: 40px;
}

.index2 .children-banner button.slick-next {
    left: auto;
    right: 22%;
    top: 40px;
}


.correcting.slick-slide.slick-current.slick-active ~ div div[class*=ban] &gt; h3 {
    left: -100%;
}



.useful-links a img {
    width: 36px;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
    display: inline-flex;
    align-items: center;
}

.useful-links a {
    display: block;
    color: #363636;
    padding: 8px 0px;
    font-size: 13px;
    border-bottom: 1px dotted #ddd;
}

    .useful-links a:last-child {
        border: 0;
    }


/* page  news */

.page-fons {
    height: 310px;
    margin-top: -61px;
    background-size: calc(100% + 18%) !important;
    margin-bottom: -57px;
}

.left-list-menus {
    padding-left: 0;
}

.head-menu {
    background: rgba(4, 127, 63, 0.87);
    color: #fff;
    padding: 18.5px 15px;
}

    .head-menu h2 {
        margin: 0;
        font-size: 19px;
        text-transform: uppercase;
        font-weight: 600;
    }

.left-list-menus ul {
    padding: 0;
    list-style: none;
}

.left-list-menus ul {
    padding: 0;
    list-style: none;
    padding-top: 10px;
}

    .left-list-menus ul li a {
        color: #363636;
        text-decoration: none;
        font-size: 13px;
        padding: 5px 10px;
        display: block;
        transition: 0.2s;
        position: relative;
        border-bottom: 1px dotted #ddd;
    }

        .left-list-menus ul li a:hover {
            color: #fff;
            background: #254082;
        }

    .left-list-menus ul li:last-child a {
        border: 0;
    }

    .left-list-menus ul li a:after {
        content: "\f100";
        position: absolute;
        font: normal normal normal 13px/1 FontAwesome;
        top: 8px;
        font-weight: bold;
        right: 4px;
        color: rgba(16, 124, 68, 0.52);
        transition: 0.2s;
    }

    .left-list-menus ul li a:hover:after {
        color: #fff;
    }

.page-caption {
    background: rgba(37, 64, 130, 0.9);
}

.content-news {
    padding: 0;
}

/* version print buttons*/
.print-buttons {
    text-align: right;
}

    .print-buttons a {
        padding: 11px;
        display: inline-block;
        font-size: 12px;
        color: #363636;
        padding-left: 35px;
        background-size: 28px !important;
    }

a.for-printer {
    background: url(../img/printer.png) left center no-repeat;
}

a.for-pdf {
    background: url(../img/pdf.png) left center no-repeat;
}

.news-block {
    padding-left: 0;
    margin-bottom: 30px;
}

    .news-block:nth-child(odd) {
        padding-left: 15px;
        padding-right: 0;
    }

    .news-block img {
        width: 215px;
        height: auto;
        float: left;
        margin-right: 10px;
    }

.text-news h4 {
    margin-top: 0;
    font-size: 14px;
    color: #254082;
    font-weight: 600;
    height: 50px;
    overflow: hidden;
}

.news-block time {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 9px;
    display: block;
    position: absolute;
    top: 0;
    background: #08723b;
    padding: 5px;
}

.news-block p {
    text-align: justify;
}

.news-block i.fa.fa-calendar {
    margin-right: 4px;
}

.text-news {
    position: relative;
    height: 196px;
    overflow: hidden;
}

a.more-info {
    float: right;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    background: url(../img/clip-text.png) no-repeat;
    -webkit-background-clip: text;
    background-color: #254082;
    background-size: 0 100%;
    color: transparent;
    transition: 0.5s;
}

    a.more-info:hover {
        background-size: 100% 100%;
    }

    a.more-info:after {
        content: "\f101";
        position: absolute;
        font: normal normal normal 11px/1 FontAwesome;
        top: 6px;
        font-weight: bold;
        left: -10px;
        color: #08723b;
    }

.latest-new img {
    width: 320px;
    float: left;
    margin-right: 10px;
}

.latest-new time {
    position: initial;
    background: #fff;
    color: #9a9494;
    padding: 0;
}

.latest-new .text-news {
    height: auto;
}

    .latest-new .text-news p {
        height: 93px;
        overflow: hidden;
        text-align: justify;
    }

.latest-new {
    margin-top: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}


/* photo gallery */
.photo-page .page-fons {
    filter: blur(3px);
    margin-top: -60px;
    margin-bottom: -53px;
    background-size: calc(100% + 3%) !important;
}

.content-photos {
    padding: 0;
}

.slides-photo {
    margin-top: 20px;
}

.slides-photo {
    margin-top: 20px;
}

    .slides-photo ul li a, .slides-photo ul li.active a, .slides-photo ul li a:hover, .slides-photo ul li.active a:hover,
    .slides-photo ul li a:focus, .slides-photo ul li.active a:focus {
        border-color: rgba(37, 64, 130, 0.7);
        border-bottom: 0;
        color: #254082;
        font-size: 15px;
        font-weight: bold;
        -webkit-transition: 0.3s time;
        -moz-transition: 0.3s time;
        -ms-transition: 0.3s time;
        -o-transition: 0.3s time;
        transition: 0.3s time;
        box-shadow: inset 0px 4px 2px 0px rgba(36, 143, 87, 0.48);
    }

        .slides-photo ul li a:hover {
            background: #fff;
            paddin-top: 15px;
        }

    .slides-photo ul li.active a {
        color: #248f57 !important;
    }

    .slides-photo ul li:hover {
        paddin-top: 15px;
    }

ul.nav.nav-tabs {
    border-color: rgba(37, 64, 130, 0.7);
}

.album-once img {
    width: 250px;
}

#fancybox-thumbs {
    z-index: 10000;
}

.fancybox-lock .fancybox-overlay {
    z-index: 9999;
}

.album-once {
    position: relative;
    width: 33%;
    height: 234px;
    margin-top: 40px;
    margin-bottom: 35px;
}

    .album-once img {
        border: 10px solid #fff;
        box-shadow: 0px 0px 2px 1px #ddd;
        border-radius: 3px;
        position: absolute;
        top: 0;
        height: 180px;
    }

    .album-once a:first-child img {
        z-index: 9;
    }

    .album-once a:nth-child(2n) img {
        transform: rotate(-6deg);
    }

    .album-once a:nth-child(3n) img {
        transform: rotate(6deg);
    }

    .album-once a:nth-child(4n) img {
        transform: rotate(-7deg);
    }

span.theme-album {
    position: absolute;
    bottom: 0;
    z-index: 9;
    text-align: center;
    left: 0;
    height: 36px;
    overflow: hidden;
    width: 100%;
    color: #254082;
    font-weight: bold;
    cursor: default;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.photo-video:hover span,
.album-once:hover span {
    color: #238e57;
}

#fancybox-thumbs ul li {
    opacity: 0.7;
}

    #fancybox-thumbs ul li.active {
        opacity: 1;
    }

.types-result {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    background: rgba(0, 0, 0, 0.14);
    height: 100%;
    transition: 0.8s;
}

section.results .col-sm-3:hover .types-result {
    top: 31px;
}

.info_div span {
    font-weight: bold;
    font-size: 20px;
    color: #254082;
}

.coverage_press span {
    font-weight: 600;
    text-transform: uppercase;
}

.coverage_press &gt; span {
    display: block;
    padding: 12px;
    background: rgba(0, 101, 51, 0.8);
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.blue-one .coverage_press &gt; span {
    background: rgba(37, 64, 130, 0.8);
}

.orange-one .coverage_press &gt; span {
    background: rgba(245, 122, 62, 0.8);
}

.sky-one .coverage_press &gt; span {
    background: rgba(87, 200, 232, 0.8);
}

.info_div {
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}



/* accioneram */
.list-accioner span {
    display: block;
    padding: 10px;
    color: #254082;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px dotted #ddd;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 3px;
}

    .list-accioner span:hover, .list-accioner span.respond.active {
        background: rgba(4, 127, 63, 0.6);
        color: #fff;
        border-color: #254082;
        border-bottom-left-radius: 0px;
        border-bottom-color: transparent;
    }

.list-accioner {
    margin-bottom: 40px;
}

.block-accioner {
    margin-bottom: 10px;
}


.item-accioner {
    padding: 10px 25px;
    border-left: 5px solid #68b28b;
    display: none;
}




/* faq */
ul.list-unstyled {
    margin-bottom: 20px;
    padding: 0;
}

    ul.list-unstyled li {
        padding-left: 15px;
    }

.faq.question {
    border: 1px solid rgba(69, 71, 74, 0.39);
    padding: 10px;
    margin-bottom: 20px;
}

    .faq.question h4 {
        margin: 0;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
    }

        .respond.active, .faq.question h4:hover {
            color: #254082;
        }

.answer {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
    display: none;
}

span.word-answer {
    text-transform: uppercase;
    color: #137d45;
    font-weight: 700;
}

.content-faqs .print-buttons {
    margin-bottom: 10px;
}

.new-page .col-md-9 {
    padding: 0;
}


/* grafika */


.graph-static ul.nav.nav-tabs a {
    padding: 4px 3px;
    border: 1px solid #254082;
    color: #fff;
    background: #254082;
}

.graph-static li.active a {
    border: 0;
}

.graph-static ul.nav.nav-tabs li.active a {
    background: #fff;
    color: #254082;
}

.graph-static {
    height: 240px;
    position: relative;
}

span.tab-graph {
    display: block;
    padding: 2px 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #007e40;
    font-weight: bold;
    position: relative;
}

.graph-hover {
    position: absolute;
    z-index: 1;
    width: 50%;
    background: #fff;
    right: 0;
    top: -40px;
}

    .graph-hover ul {
        position: absolute;
        z-index: 9;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        padding: 0;
        list-style: none;
        padding: 0px 10px;
        border: 1px solid #ddd;
        border-top: 0;
        transition: 0.3s;
        height: 0;
        overflow: hidden; 
    }

span.tab-graph:after {
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    color: #007e40;
    position: absolute;
    right: 5px;
}

.graph-hover ul li a {
    text-decoration: none;
    display: block;
    padding: 3px;
    color: #363636;
    transition: 0.3s;
    font-weight: bold;
    border-bottom: 1px solid #ddd !important;
}

.graph-hover ul li:last-child a {
    border: 0 !important;
}

.graph-hover:hover ul {
    height: 180px;
}

.graph-hover ul li a:hover {
    background: rgba(0, 126, 64, 0.8);
    color: #fff;
}

section.content-graphs .col-sm-4 {
    padding-left: 0;
}

section.content-graphs h4 {
    border-bottom: 1px solid #ddd;
    padding: 0px 0 10px;
    margin-top: 0;
    color: #254082;
    font-size: 14px;
    font-weight: 600;
}

.graph-table table {
    width: 100%;
    border: 1px solid #254082;
    font-size: 12px !important;
}

th.change-col {
    width: 20%;
    text-align: center;
}

.graph-table table tr {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

    .graph-table table tr:hover {
        background: rgba(175, 210, 243, 0.44);
    }

    .graph-table table tr:nth-child(odd) {
        background: rgba(175, 210, 243, 0.44);
    }

    .graph-table table tr td {
        padding: 3.5px 5px;
    }

.col-sm-4.graph-two.index-uzex {
    padding: 0;
    overflow: hidden;
    ;
}

.graph-table table tr th {
    padding: 4px;
    border: 1px solid #254082;
}

.item-accioner ul {
    list-style: none;
    padding: 0;
}

    .item-accioner ul li {
        padding: 3px;
    }

        .item-accioner ul li a {
            color: #254082;
            text-decoration: none;
            font-weight: 600;
            font-size: 13px;
        }

.graph-table table tr td:last-child span {
    margin: 0;
    display: block;
    text-align: right;
}

    .graph-table table tr td:last-child span.t-green {
        color: #16c525;
    }

.graph-table table tr td:first-child {
    font-weight: 700;
}

.more-one.caption {
    margin: 0;
    margin-top: 5px;
    border: 0;
    display: inline-block;
}

{
}

.absolute-graph div#container,
.absolute-graph div#container2,
.absolute-graph div#container3 {
    position: absolute;
    z-index: 1;
    left: -10px;
    width: 290px !important;
}

.absolute-graph .graph-hover {
    position: initial;
    width: 100%;
}

.absolute-graph span.tab-graph {
    padding: 5px;
}

g.highcharts-scrollbar {
    display: none;
}

g.highcharts-navigator {
    display: none;
}

.head-table {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 1px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .head-table h4 {
        border: 0 !important;
        display: inline;
        padding: 0 !important;
    }

input.search-table {
    border: 1px solid #dddddd;
    padding: 2px 5px;
    width: 130px;
    margin-bottom: -3px;
}

g.highcharts-axis-labels.highcharts-yaxis-labels {
    transform: translate(10px);
    font-weight: bold !important;
    position: relative !important;
    z-index: 99999 !important;
}

    g.highcharts-axis-labels.highcharts-yaxis-labels text,
    g.highcharts-axis-labels.highcharts-xaxis-labels text {
        fill: #254082 !important;
        font-size: 10px !important;
    }

.highcharts-container {
    margin-left: -10px;
    overflow: visible !important;
}

.caption .rss a {
    font-weight: normal;
    font-size: 13px;
}

    .caption .rss a:after {
        display: none;
    }

g.highcharts-legend-item.highcharts-column-series.highcharts-color-0.highcharts-series-0 {
    display: none;
}

/* second map uzb */
.regions {
    margin-bottom: 40px;
    padding-top: 70px;
}

#regions-hover-map {
    z-index: 50;
}

#active-map {
    width: 675px;
    height: 285px;
    position: relative;
    clear: both;
    background: url(../img/map/blank.png) no-repeat;
    margin: 0 auto;
}

    #active-map .active-regions div {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
    }

span.green-note {
    position: absolute;
    display: block;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.76);
    z-index: 9999;
    border-radius: 5px;
    border: 1px solid rgba(37, 64, 130, 0.7);
}

    span.green-note span {
        display: block;
        line-height: 40px;
        background-position: left -80px;
        color: #254082;
        font-weight: bold;
        font-size: 15px;
    }

#active-map .empty {
    z-index: 50;
    position: relative;
}

.col-sm-4 .video-once {
    padding: 0;
    position: relative;
    height: 100%;
}

.col-sm-4.video-block {
    padding: 15px 15px 15px 0;
    height: 255px;
}

.photo-video img {
    width: 100%;
    height: auto;
}

.photo-video a {
    position: absolute;
}

    .photo-video a img {
        border-radius: 10px;
    }

.photo-video {
    border-radius: 10px;
    overflow: hidden;
}

    .photo-video a:after {
        content: "\f16a";
        font: normal normal normal 60px/1 FontAwesome;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        border-radius: 10px;
        padding: 60px 110px;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.78);
    }

    .photo-video a:hover:after {
        color: rgba(255, 0, 0, 0.8);
    }

.fancybox-skin {
    background: transparent;
}

div#fancybox-thumbs {
    bottom: 20px !Important;
}

.row-fluid.coorporativ span.respond b {
    position: relative;
}

    .row-fluid.coorporativ span.respond b:after {
        content: "\f0dd";
        font: normal normal normal 14px/1 FontAwesome;
        margin-left: 7px;
        position: absolute;
        top: 0px;
    }

g.highcharts-axis-labels.highcharts-xaxis-labels.highcharts-navigator-xaxis {
    display: none;
}

input.highcharts-range-selector.hasDatepicker {
    border: none !important;
    margin-left: -9px;
    margin-top: 1px;
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

g.highcharts-series-group {
    transform: scaleY(1.3) translate(0, -45px);
    -webkit-transform: scaleY(1.3) translate(0, -45px);
    -moz-transform: scaleY(1.3) translate(0, -45px);
    -ms-transform: scaleY(1.3) translate(0, -45px);
    -o-transform: scaleY(1.3) translate(0, -45px);
    transform: scaleY(1.3) translate(0, -45px);
}


/* DEMO-SPECIFIC STYLES */
.typewriter a {
    color: red;
    font-size: 14px;
}

    .typewriter a:hover {
        text-decoration: none;
    }

.typewriter .visible-block {
}

    .typewriter .visible-block span {
        padding: 10px;
        background: none;
    }

        .typewriter .visible-block span:after {
            content: none;
        }

.typewriter a strong {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid black; /* The typwriter cursor */
    white-space: normal; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em; /* Adjust as needed */
    animation: typing 3.5s steps(30, end), blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: black;
    }
}
</pre></body></html>