/*
    Name: structure styles;
    by CRYCODE
*/
#chat-24-widget-container #chat-24-inner-container {
    margin-right: 0;
}
.__main-page .content {
    margin: 0;
}

.__main-page .wrap>.c-side {
    margin: 0;
    width: auto;
    max-width: none;
    display: block;
    padding: 0;
    table-layout: auto;
}

.__main-page .hidden-main-title {
    display: none;
}

/*header*/
a.h-l {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    border: 0;
    display: block;
    margin: -40px 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    z-index: 2;
}

.h-b {
    margin-top: 41px;
}

.h-b-i {
    font-size: 14px;
}

.h-b-i strong {
    font-size: 50px;
    display: block;
    line-height: 1;
    font-weight: 700;
}

.h-b-i p {
    margin: 0;
    font-weight: 600;
    color: #666;
}

a.btn.btn-h {
    font-size: 15px;
}

html.bx-no-touch a.btn.btn-h:hover, html.bx-touch a.btn.btn-h:active {
    color: #fff;
}

.h.h-menu .col-p-2 {
    display: none;
}

.h.h-menu .col-p-8 {
    width: 100%;
}

@media screen and (max-width: 1279px) {
    .h-t {
        position: relative;
        right: 0;
    }

    .h-fixed .h-t {
        position: fixed;
        z-index: 3;
    }

    .h-b {
        margin: 0;
        padding: 15px 0;
    }

    a.h-l {
        width: 130px;
        margin: 0 auto;
        height: 130px;
        padding: 0;
    }

    .h-b-i p {
        color: #fff;
        margin: 0;
    }

    .h-b-i strong {
        color: #fff;
    }
}

@media screen and (max-width: 1023px) {
    .h-b-i strong {
        font-size: 30px;
    }

    .h-b-i {
        font-size: 13px;
    }

    a.btn.btn-h {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    a.h-l {
        height: auto;
        width: auto;
        padding-bottom: 100%;
    }

    .h-b {
        height: 225px;
    }
}

/* / header*/
/*sitebar*/
.sb {
    background-color: #f0f0f0;
    width: 300px;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
}

button.btn.btn-sb-hide {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
    height: 35px;
    float: none;
    margin: 0;
    width: 35px;
    font-weight: 600;
    padding: 0;
    border-color: transparent;
    color: #999;
    font-size: 20px;
}

html.bx-no-touch .btn.btn-sb-h.btn-sb-hide:hover, html.bx-touch .btn.btn-sb-h.btn-sb-hide:active {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #00757c;
}

.sb-h {
    padding: 30px 10px;
    display: none;
}

ul.s-m li {
    float: left;
}

ul.s-m li+li {
    margin-left: 10px;
}

ul.s-m a {
    display: block;
    border: 0;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 24px;
    color: #fff;
    position: relative;
}

html.bx-no-touch ul.s-m a:hover, html.bx-touch ul.s-m a:active {
    color: #fff;
}

.btn.btn-sb-h {
    border-color: #666;
    color: #666;
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    float: left;
}

.sb-h-b .col-p-33 {
    padding: 0 5px;
}

.sb-h-b {
    margin: 0 -5px;
    font-size: 0;
}

.sb-h-b .btn {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    font-weight: 600;
}

html.bx-no-touch .btn.btn-sb-h:hover, html.bx-touch .btn.btn-sb-h:active {
    color: #fff;
}

.tg {
        background-color: #5682a3;
        border-radius: 3px;
}

html.bx-no-touch .tg:hover,
html.bx-touch .tg:active {
        background-color: #3a6d99;
}

.tk {
        background-color: #161823;
        border-radius: 3px;
}

.vk {
        /*background-color: #4d779d;*/
        background-color: #0077ff;
        border-radius: 3px;
}

html.bx-no-touch .vk:hover,
html.bx-touch .vk:active {
        /* background-color: #3e688e; */
        background-color: #0055ff;
}

.in {
    background-color: #b6a993;
    line-height: 32px;
    font-size: 28px;
}

html.bx-no-touch .in:hover, html.bx-touch .in:active {
    background-color: #a69985;
}

a.fb {
    background-color: #3d5a99;
    line-height: 38px!important;
}

html.bx-no-touch .fb:hover, html.bx-touch .fb:active {
    background-color: #2e4b8a
}

.fb i {
    position: relative;
    z-index: 1;
    font-size: 26px;
    margin-left: 4px;
}

.fb:after {
    content: '';
    position: absolute;
    background-color: #7188b2;
    bottom: 4px;
    left: 2px;
    right: 2px;
    height: 4px;
}

.ok {
        background-color: #f58220;
        border-radius: 3px;
}

html.bx-no-touch .ok:hover,
html.bx-touch .ok:active {
        background-color: #e67311
}

.yb {
        /* background-color: #c23937*/
        background-color: #ff0000;
        border-radius: 3px;
}

html.bx-no-touch .yb:hover,
html.bx-touch .yb:active {

        /*background-color: #b32a28*/
        background-color: #8a0000;
}

form.search-form {
    position: relative;
    margin: 10px 30px;
}

.btn.btn-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #999;
}

input.search-input {
    padding-left: 35px;
}

.sb-abiturient {
    display: block;
    border: 0;
    font-weight: 600;
    padding: 40px 0 40px 60px;
    font-size: 26px;
    color: #fff!important;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.sb-abiturient-bg {
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -65px;
    bottom: -27px;
    width: 268px;
    height: 163px;
    background-size: 90%;
}

.selection-committee {
    padding: 20px 30px;
}

.s-c-phone {
    border-bottom: 1px solid #ababab;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.s-c-phone strong {
    display: block;
    margin-bottom: 5px;
}

.s-c-phone a {
    border: 0;
}

ul.sb-m li+li {
    margin-top: 10px;
}

.sb-m-t {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: -5px;
}

ul.sb-m a {
    font-size: 15px;
}

.sb-m-b ul {
    margin: 25px 30px;
}

ul.sb-m+ul.sb-m {
    border-top: 1px solid #ababab;
    margin-top: 25px;
    padding-top: 25px;
}

a.sb-m-h {
    background-repeat: no-repeat;
    background-position: 30px center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0;
    color: #fff!important;
    text-transform: uppercase;
    display: table;
    width: 100%;
    padding: 10px 30px;
    font-size: 0;
    height: 62px;
}

a.sb-m-h strong {
    font-size: 14px;
    line-height: 1.1;
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
}

.btn.sb-h-h {
    display: none;
}

.sb_overlay {
    content: "";
    left: 0;
    right: 0;
    top: -58px;
    bottom: 0;
    position: absolute;
    background-color: transparent;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 10;
}

.sb_open .sb_overlay {
    background-color: rgba(0,0,0,.6);
    visibility: visible;
}

.sb_open, .sb_open body {
    overflow: hidden;
}

.sb-h-i {
    padding: 10px 30px;
}

.sb-h-t {
    padding: 30px 30px 10px;
}

.sb-h-s {
    padding: 10px 30px 30px;
    text-align: center;
}

ul.s-m {
    display: table;
    font-size: 0;
    margin: 0 auto;
}

.sb-scroll {
    display: none;
}

.sb-m-h+.sb-m-h {
    margin-top: 10px;
}

.ps-theme-sb-scroll .ps-scrollbar-x-rail,.ps-theme-sb-scroll .ps-scrollbar-y-rail {
    display: none!important;
}

@media screen and (min-width: 1600px) {
    .sb::-webkit-scrollbar {
        display: none;
    }

    .sb-scroll {
        background-color: rgba(0,0,0,.8);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 300px;
        visibility: hidden;
        opacity: 0;
        display: block;
    }

    .sb-scroll.selected {
        visibility: visible;
        opacity: 1;
    }

    .sb-mouse-b {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        right: 0;
        position: absolute;
        text-align: center;
        z-index: 1;
    }

    .sb-scroll-text {
        color: #fff;
        font-weight: 600;
    }

    .sb-no-scroll .sb-scroll {
        opacity: 0!important;
        visibility: hidden!important;
    }

    .sb-mouse {
        background-color: #fff;
        border-radius: 50px;
        width: 46px;
        height: 74px;
        position: relative;
        margin: 0 auto 15px;
    }

    .sb-mouse:after {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 8px;
        height: 18px;
        border-radius: 20px;
        z-index: 1;
    }
}

@media screen and (max-width: 1279px) {
    .sb {
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px);
        left: 0;
        right: auto;
        z-index: 11;
    }

    button.btn.btn-sb-hide {
        display: block;
    }

    .sb_open .sb {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .sb-h-t,.sb-h-s {
        display: none;
    }

    .sb-h {
        background-color: #f0f0f0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px 0;
        width: 100%;
        display: block;
    }

    .sb-h .btn.sb-h-h {
        width: 35px;
        height: 35px;
        margin-left: 10px;
        color: #666;
        font-size: 28px;
        line-height: 1;
        display: block;
        float: right;
    }

    .sb-h ul.s-m {
        float: right;
    }

    .sb-h .btn.btn-sb-h.selected:not([data-toggle="view"]) {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .sb-h-s {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .sb-h-t {
        display: block;
    }

    .sb .sb-h-b {
        display: block!important;
    }
    ul.sb-m a {
        font-size: 13px;
    }
    .sb-m-t {
        font-size: 14px;
    }
}

/* /sitebar*/
/* main */
.__main-page .breadcrumbs-slider {
    display: none;
}

.page-content-title {
    position: relative;
    margin-bottom: 15px;
}

.page-content-title h1 {
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: inline-block;
    padding: 0 15px;
}

.page-content-title:after {
    background-color: #ccc;
    content: '';
    height: 2px;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
}

.c-side {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.wrap>.c-side {
    min-height: 300px;
    padding: 30px 20px;
}

.container {
    -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
    z-index: 1;
    position: relative;
    margin-right: 300px;
}

.content {
    margin: 30px 0 50px;
}

.main-section {
    padding: 50px 0;
}

.main-content-title {
   /* margin-bottom: 15px;*/
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    display: table;
    width: 100%;
    height: 35px;
}

.main-content-title h2, .main-content-title h1 {
    display: table-cell;
    margin: 0;
    padding: 0 10px;
    letter-spacing: 1px;
    vertical-align: middle;
}

.main-content-title span {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    color: #000;
}

.main-content-title span:after {
    background-color: #ccc;
    content: '';
    height: 2px;
    display: block;
    width: 100%;
}

span+a.main-content-menu-btn:before {
    position: absolute;
    content: '';
    left: -12px;
    width: 10px;
    background-color: #fff;
    top: 0;
    bottom: 0;
}

ul.main-content-menu {
    text-align: center;
    font-size: 0;
    min-height: 35px;
}

a.main-content-menu-btn {
    position: absolute;
    top: 0;
    right: 0;
}

ul.main-content-menu li {
    display: inline-block;
}

ul.main-content-menu li+li {
    margin-left: 40px;
}

ul.main-content-menu a {
    border-bottom-color: #666;
    display: block;
    font-size: 13px;
    color: #666;
    height: 28px;
    line-height: 35px;
}

.main-content-menu-c {
    position: relative;
}

.cry.__main-page .hidden-main-title {
    display: none;
}
.bform-auth {
    max-width: 420px;
}
.bform-btn-auth {
    margin-top: 16px;
    background-color: transparent;
    border: 2px solid #00757c;
    padding: 6px 12px;
    width: 225px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00757c;
    text-align: center;
}
.bform-btn-send-link:hover {
    border: 2px solid transparent;
    background-color: #00757c;
    color: #fff !important;
 }   
 .bform-btn-send-link {
    text-decoration: none !important;
    background-color: transparent;
    border: 2px solid #00757c;
    padding: 6px 12px;
    width: 225px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #00757c;
    text-align: center;
    transition: all .3s ease-out;
 }

/* /main */
@media screen and (max-width: 1279px) and (min-width: 1024px) {
    form.search-form {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1279px) {
    ul.main-content-menu li+li {
        margin-left: 30px;
    }

    .c-side {
        max-width: 1024px
    }

    .wrap {
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
        box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
        top: 56px;
        position: relative;
        z-index: 1;
    }

    .container {
        background-color: #fff;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }
}

@media screen and (max-width: 1023px) {
    .c-side {
        max-width: 768px;
    }

    ul.main-content-menu li+li {
        margin-left: 20px;
    }

    form.search-form {
        border-bottom: 1px solid #ababab;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    a.main-content-menu-btn {
        display: none;
    }

    ul.main-content-menu li {
        margin: 0 20px 0 0;
    }

    ul.main-content-menu li+li {
        margin-left: 0;
    }

    .c-side {
        max-width: 480px;
    }

    .main-content-title {
        white-space: normal;
        height: auto;
    }

    .main-content-title span {
        display: none;
    }

    .main-content-title h2, .main-content-title h1 {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .c-side {
        max-width: 320px;
    }

    .main-content-title span {
        display: none;
    }
}

/*footer*/
footer.f {
    display: block;
    width: 100%;
}

.f-b-info {
    background-color: #4f4f4f;
    padding: 15px 0;
    color: #ccc;
}

.f-b-side {
    background-color: #333;
    padding: 25px 0 20px;
}

.f-t-menu {
    background-color: #f0f0f0;
    padding: 40px 0 10px;
}

.f-b-info a {
    color: #ccc;
    border-bottom-color: #ccc;
}

html.bx-no-touch .f-b-info a:hover, html.bx-touch .f-b-info a:active {
    color: #fff;
    border-bottom-color: #fff;
}

button.btn.f-u {
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 40px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.4);
    border-radius: 100%;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 320px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

button.btn.f-u i {
    display: inline-block;
    vertical-align: top;
}

button.btn.f-u i.fa-angle-up {
    margin-top: -5px;
}

ul.f-m>li>a {
    font-weight: 700;
    font-size: 16px;
    border: 0;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px;
    display: block;
    position: relative;
}

ul.f-m-s>li+li {
    margin-top: 10px;
}

ul.f-m-s a {
    font-size: 15px;
}

.f-t-menu ul.f-m>li {
    margin-bottom: 30px;
    position: relative;
}

.f-h-title {
    margin: 0 0 0 15px;
    line-height: 1.4;
}

.f-h-logo {
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    border: 0;
    height: 118px;
    width: 124px;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

ul.f-h-b {
    float: right;
    margin-bottom: -15px;
}

.f-h-b>li {
    float: left;
    position: relative;
}

.f-h-b>li>a.btn {
    margin: 0 0 15px 15px;
    width: 220px;
}

.f-h-b>li:first-child a.btn {
    margin-left: 0;
}

.f-b-slider {
    position: relative;
    margin-bottom: -5px;
}

.f-b-slider .swiper-button-prev, .f-b-slider .swiper-button-next {
    color: #666;
}

html.bx-no-touch .f-b-side .swiper-button-prev:not(.swiper-button-disabled):hover, html.bx-no-touch .f-b-side .swiper-button-next:not(.swiper-button-disabled):hover, html.bx-touch .f-b-side .swiper-button-prev:not(.swiper-button-disabled):active, html.bx-touch .f-b-side .swiper-button-next:not(.swiper-button-disabled):active {
    color: #fff;
}

.h .h-t .grid [class*="col-"],.f-b-info .grid [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
}

.h .h-t .grid,.f-b-info .grid {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
    .f-b-slider {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1279px) {
    ul.f-m {
        margin: -15px;
    }

    button.btn.f-u {
        right: 30px;
    }

    ul.f-m-s {
        display: block;
        margin: 0;
    }

    ul.f-m>li>a {
        margin-bottom: 5px;
        padding: 0;
    }

    ul.f-m-s {
        margin: 10px 15px;
        display: none;
    }

    .open ul.f-m-s {
        display: block;
    }

    ul.f-m>li.open>a:before {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .f-t-menu ul.f-m>li {
        margin-bottom: 0;
    }

    ul.f-m>li>a {
        margin: 0;
        padding: 15px 0;
        padding-left: 50px;
        font-size: 14px;
    }

    ul.f-m>li>a:before {
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out;
        content: '\f105';
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 30px;
        color: #666;
        font-family: FontAwesome;
        width: 30px;
        text-align: center;
    }

    .f-t-menu {
        padding: 20px 0;
    }

    .f-t-menu ul.f-m {
        margin-left: 100px;
    }
}

@media screen and (min-width: 1024px) {
    button.btn.f-u.selected {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 1023px) {
    .f-b-slider .swiper-button-prev {
        display: none;
    }

    .f-b-slider .swiper-button-next {
        display: none;
    }

    .f-h {
        padding: 15px 0;
    }

    .f-h-title, .f-t-menu ul.f-m {
        margin: 0;
    }

    ul.f-h-b {
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .f-h-b>li>a.btn {
        width: auto;
    }
    ul.f-m-s a {
        font-size: 13px;
    }
}

@media screen and (max-width: 479px) {
    .f-h-logo {
        background-size: contain;
        margin-top: -15px;
        height: 78px;
        width: 84px;
    }

    ul.f-h-b.clear-l {
        position: absolute;
        top: 100%;
        left: -80px;
        margin: -10px;
        right: 5px;
        float: none;
    }

    .f-h {
        height: 180px;
    }

    .f-h-b>li {
        float: none;
        display: inline-block;
        padding: 10px;
        width: 50%;
    }

    .f-h-b>li>a.btn {
        display: block;
        width: 100%;
        padding: 6px 0;
        margin: 0;
    }

    ul.f-m>li>a {
        padding: 10px 0 10px 40px;
    }

    ul.f-m>li>a:before {
        left: 0;
    }
}

/* /footer*/
ul.view-list {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    bottom: -60px;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    visibility: hidden;
    background-color: #000;
    padding: 10px;
    color: #fff;
    font-size: 0;
    z-index: 2;
    white-space: nowrap;
}

ul.view-list.selected {
    bottom: 0;
    visibility: visible;
}

ul.view-list li .btn {
    background-color: #000;
    border-color: #fff;
    color: #fff;
    font-weight: 600;
    height: 40px;
    width: 40px;
    line-height: 0;
}

ul.view-list li .btn.fz16 {
    font-size: 16px;
}

ul.view-list li .btn.fz20 {
    font-size: 20px;
}

ul.view-list li .btn.fz24 {
    font-size: 24px;
}

ul.view-list li {
    display: inline-block;
    vertical-align: middle;
}

ul.view-list li+li {
    margin-left: 10px;
}

ul.view-list li.full-v .btn {
    padding: 0 10px;
    height: 40px;
    width: auto;
    font-size: 14px;
}

ul.view-list li.selected .btn {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

button[data-toggle="view"].btn-sb-h.selected {
    display: none!important;
}

@media screen and (max-width: 1279px) {
    ul.view-list {
        margin: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 479px) {
    ul.view-list {
        padding: 5px;
    }

    ul.view-list li+li {
        margin-left: 5px;
    }

    ul.view-list li:not(.full-v) .btn {
        height: 30px;
        width: 30px;
    }

    ul.view-list li.full-v .btn {
        height: 30px;
        font-size: 13px;
    }
}

.swiper-button-disabled {
    display: none;
}

.browsers {
    background-color: #00757C;
    display: none!important;
}

.bx-ie8 .browsers,.bx-ie7 .browsers {
    display: block!important;
}

.bx-ie8 .cry,.bx-ie7 .cry {
    display: none!important;
}

.bx-ie8 body,.bx-ie7 body {
    background-color: #00757C;
    color: #fff;
}

.browsers .body {
    margin: 0 auto;
    max-width: 800px;
    padding: 50px 15px;
    font-size: 14px;
}

.browsers p a {
    border: 0;
    text-decoration: underline;
    color: #fff;
}

.browsers h3 {
    margin: 0 0 15px;
    color: #fff;
    text-transform: none;
    font-size: 20px;
    line-height: 1.2;
}

.browsers ul.list {
    overflow: hidden;
    font-size: 0;
    margin-top: 30px;
}

.browsers ul.list li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    float: left;
}

.browsers ul.list li a {
    border: 0;
}

.browsers ul.link {
    font-size: 0;
    margin: 30px -15px -15px;
}

.browsers ul.link li {
    display: inline-block;
    width: 33.33%;
    padding: 15px;
}

.browsers ul.link li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #00575e;
    border-bottom: 3px solid #004a50;
    line-height: 1.4;
    font-weight: 600;
}

.browsers ul.link li a:hover {
    border-bottom: 3px solid #eee;
    background-color: #fff;
    color: #00575e;
}

.browser__icon {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url(//yastatic.net/browser-updater/choice/img/icons.png) no-repeat;
}

.browser__icon_type_chrome {
    background-position: -5px 0
}

.browser__icon_type_fx {
    background-position: -87px 0;
}

.browser__icon_type_ie {
    background-position: -172px 0
}

.browser__icon_type_yabro {
    background-position: -252px 0;
}

.browser__icon_type_opera {
    background-position: -337px 0
}

.browser__name {
    font-size: 14px;
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: 600;
}

a.button.metrika {
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    background-color: #00575e;
    border-radius: 3px;
}

a.button.metrika:hover {
    background-color: #fff;
    color: #00757c;
}

/**
 * Кнопки Поделиться
 */
.news-detail-share {
	float: right;
}
.ya-share2__list ul {
	list-style-type: none!important;
}
li.ya-share2__item {
	padding: 0!important;
}
a.ya-share2__link {
	border: 0;
}

ul.clear-l li {
    padding: 0 !important;
}
ul.clear-l li:before {
    display: none;
}

/* Блок направление подготовки */
.redactor .science-innovation-block ul li:before {
    display: none;
}
.redactor .science-innovation-block ul li {
    padding: 10px;
}
ul.science-innovation-list {
    margin: 0 -10px;
}
.grid-col-3 {
    width: 33.3% !important;
}
.grid-col-4 {
    width: 25% !important;
}
@media all and (max-width: 1279px) {
    .grid-col-4 {
        width: 33.3% !important;
    }
}
@media all and (max-width: 1023px) {
    .grid-col-3,
    .grid-col-4 {
        width: 50% !important;
    }

}
@media all and (max-width: 767px) {
    .grid-col-3,
    .grid-col-4 {
        width: 100% !important;
    }
