

/* Start:/local/templates/index/styles/style.css?1739450433141910*/
@font-face {
    font-family: Montserrat;
    src: url(/local/templates/index/styles/../fonts/montserrat-medium.eot);
    src: url(/local/templates/index/styles/../fonts/montserrat-medium.eot?#iefix) format('embedded-opentype'), url(/local/templates/index/styles/../fonts/montserrat-medium.woff2) format('woff2'), url(/local/templates/index/styles/../fonts/montserrat-medium.woff) format('woff'), url(/local/templates/index/styles/../fonts/montserrat-medium.ttf) format('truetype'), url(/local/templates/index/styles/../fonts/montserrat-medium.svg#Montserrat-Medium) format('svg');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/index/styles/../fonts/montserrat-mediumitalic.eot);
    src: url(/local/templates/index/styles/../fonts/montserrat-mediumitalic.eot?#iefix) format('embedded-opentype'), url(/local/templates/index/styles/../fonts/montserrat-mediumitalic.woff2) format('woff2'), url(/local/templates/index/styles/../fonts/montserrat-mediumitalic.woff) format('woff'), url(/local/templates/index/styles/../fonts/montserrat-mediumitalic.ttf) format('truetype'), url(/local/templates/index/styles/../fonts/montserrat-mediumitalic.svg#Montserrat-MediumItalic) format('svg');
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/index/styles/../fonts/montserrat-bold.eot);
    src: url(/local/templates/index/styles/../fonts/montserrat-bold.eot?#iefix) format('embedded-opentype'), url(/local/templates/index/styles/../fonts/montserrat-bold.woff2) format('woff2'), url(/local/templates/index/styles/../fonts/montserrat-bold.woff) format('woff'), url(/local/templates/index/styles/../fonts/montserrat-bold.ttf) format('truetype'), url(/local/templates/index/styles/../fonts/montserrat-bold.svg#Montserrat-Bold) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/index/styles/../fonts/montserrat-semibold.eot);
    src: url(/local/templates/index/styles/../fonts/montserrat-semibold.eot?#iefix) format('embedded-opentype'), url(/local/templates/index/styles/../fonts/montserrat-semibold.woff2) format('woff2'), url(/local/templates/index/styles/../fonts/montserrat-semibold.woff) format('woff'), url(/local/templates/index/styles/../fonts/montserrat-semibold.ttf) format('truetype'), url(/local/templates/index/styles/../fonts/montserrat-semibold.svg#Montserrat-SemiBold) format('svg');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(/local/templates/index/styles/../fonts/montserrat-extrabold.eot);
    src: url(/local/templates/index/styles/../fonts/montserrat-extrabold.eot?#iefix) format('embedded-opentype'), url(/local/templates/index/styles/../fonts/montserrat-extrabold.woff2) format('woff2'), url(/local/templates/index/styles/../fonts/montserrat-extrabold.woff) format('woff'), url(/local/templates/index/styles/../fonts/montserrat-extrabold.ttf) format('truetype'), url(/local/templates/index/styles/../fonts/montserrat-extrabold.svg#Montserrat-ExtraBold) format('svg');
    font-weight: 800;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #282828
}

body {
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 500;
    /* высота шапки */
    /*padding-top: 80px;*/
}

a {
    outline: 0;
    border: none;
    text-decoration: underline;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #1c355f;
    cursor: pointer;
    transition: all .3s ease
}

a * {
    cursor: pointer
}

:active, :focus {
    outline: 0
}

a:hover {
    text-decoration: none
}

button, input, select, textarea {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    transition: all .3s ease
}

button::-moz-focus-inner {
    border: 0
}

img {
    border: none;
    vertical-align: top
}

article, details, footer, header, section, summary {
    display: block
}

table {
    border-collapse: collapse
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 700;
    text-align: left
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 18px
}

h5, h6 {
    font-size: 14px
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.cl {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0
}

.b-wrap-all {
    height: 100%;
    width: 100%;
    overflow: hidden;
    min-width: 320px;
    table-layout: fixed;
    display: table
}

.b-wrap-all-tr {
    display: table-row;
    width: 100%;
    height: 100%
}

.b-container {
    min-width: 320px;
    max-width: 1290px;
    padding: 0 30px;
    margin: 0 auto
}

.b-header {
    position: relative;
    z-index: 504;
    padding-bottom: 80px;
}

.b-header-top-side {
    height: 80px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    position: fixed;
    top: 0;
    z-index: 505;
}

.b-htp-wrapper-cols {
    position: relative;
    padding: 0 120px;
    text-align: center
}

.b-htp-cols {
    display: flex;
    align-items: center;
    width: 100%
}

.b-htp-cols .b-htp-col-logo {
    display: table-cell;
    vertical-align: middle
}

.b-htp-cols .b-htp-col-logo .b-logo-list {
    font-size: 0;
    line-height: 0;
    list-style: none;
    vertical-align: middle;
    white-space: nowrap
}

.b-htp-cols .b-htp-col-logo .b-logo-list > li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px
}

.b-htp-cols .b-htp-col-nav {
    display: table-cell;
    vertical-align: middle
}

.b-htp-cols .b-htp-col-langs, .b-htp-cols .b-htp-col-search, .b-htp-cols .b-htp-col-soc {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.b-htp-cols .b-col-phone-link {
    right: 50px;
    top: 18px;
    position: absolute
}

.b-htp-cols .b-col-phone-link .b-phone-link {
    display: block;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e9f5fc;
    font-size: 0;
    line-height: 0;
    position: relative
}

.b-htp-cols .b-col-phone-link .b-phone-link:after {
    content: '';
    width: 14px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 13px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='17'%3e%3cpath d='M5.92 9.8c1.39 1.684 2.99 3.294 3.63 2.523.91-1.1 1.47-2.064 3.47-.109s.46 3.259-.42 4.328c-1.01 1.233-4.8.065-8.54-4.48S-.64 2.918.38 1.684c.88-1.069 1.95-2.937 3.56-.5s.82 3.112-.09 4.216c-.63.766.69 2.715 2.07 4.4z' fill='%232d446b' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat
}

.b-htp-cols .b-col-phone-link .b-phone-link:hover {
    background: #d1e6f2
}

.b-htp-cols .b-htp-ico-nav {
    left: 0;
    top: 0;
    position: absolute;
    width: 80px;
    height: 80px
}

.b-htp-cols .b-thp-ih-toggler {
    display: block;
    width: 80px;
    height: 80px;
    background: #1c355f;
    cursor: pointer;
    position: relative;
    transition: all .3s ease
}

.b-htp-cols .b-thp-ih-toggler:hover {
    background: #1500ff
}

.b-htp-cols .b-thp-ih-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.b-htp-cols .b-thp-ih-toggler span:nth-child(1) {
    top: 27px
}

.b-htp-cols .b-thp-ih-toggler span:nth-child(2), .b-htp-cols .b-thp-ih-toggler span:nth-child(3) {
    top: 35px
}

.b-htp-cols .b-thp-ih-toggler span:nth-child(4) {
    top: 43px
}

.b-htp-cols .b-thp-ih-toggler.active span:nth-child(1) {
    top: 35px;
    width: 0;
    left: 50%
}

.b-htp-cols .b-thp-ih-toggler.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.b-htp-cols .b-thp-ih-toggler.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.b-htp-cols .b-thp-ih-toggler.active span:nth-child(4) {
    top: 35px;
    width: 0;
    left: 50%
}

.b-htp-cols .b-head-nav-list {
    list-style: none;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    text-align: center;
    white-space: nowrap
}

.b-htp-cols .b-head-nav-list > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px 20px;
    text-align: left
}

.b-htp-cols .b-head-nav-list > li:hover > a {
    color: #8c2327;
    font-weight: 700;
}

.b-htp-cols .b-head-nav-list > li > a {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #1c355f
}

.b-htp-cols .b-head-nav-list .is-parent > a {
    position: relative;
    padding: 0 23px 0 0
}

.b-htp-cols .b-head-nav-list .is-parent > a:after {
    content: '';
    width: 10px;
    height: 6px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3e%3cpath data-name='Shape 8 copy' d='M10 1L6 5 5 6 0 1l1-1 4 4 4-4z' fill='%23868686' fill-rule='evenodd' opacity='.6'/%3e%3c/svg%3e") no-repeat;
    right: 0;
    top: 7px;
    position: absolute
}

.b-htp-cols .b-head-nav-list ul {
    list-style: none;
    vertical-align: top;
    left: 0;
    top: 40px;
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    min-width: 200px;
    padding: 5px 0
}

.b-htp-cols .b-head-nav-list ul li {
    display: block
}

.b-htp-cols .b-head-nav-list ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 20px;
    color: #1c355f;
    white-space: normal
}

.b-htp-cols .b-head-nav-list ul li a:hover {
    color: #1500ff
}

.b-htp-search {
    position: relative
}

.b-htp-search .b-input {
    display: block;
    width: 100%;
    height: 33px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
    padding: 0 30px 0 10px;
    font-size: 14px;
    color: #000;
    border: none
}

.b-htp-search .b-btn-search {
    display: block;
    cursor: pointer;
    border: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 9px;
    right: 12px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3e%3cpath d='M14.57 14.573a1.407 1.407 0 0 1-1.99 0l-2.48-2.484a6.617 6.617 0 1 1 1.99-1.99l2.48 2.484a1.407 1.407 0 0 1 0 1.99zm-8-12.7a4.691 4.691 0 1 0 4.69 4.691 4.691 4.691 0 0 0-4.69-4.688z' fill='%231500ff' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
    width: 15px;
    height: 15px
}

.b-list-langs {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    background: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap
}

.b-list-langs > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 12px;
    color: #999
}

.b-list-langs > li:after {
    content: '';
    width: 1px;
    height: 23px;
    left: 0;
    top: 5px;
    background: #e9e9e9;
    position: absolute
}

.b-list-langs > li:first-child:after {
    display: none
}

.b-list-langs a {
    color: #999;
    text-decoration: none
}

.b-list-langs .active a, .b-list-langs a:hover {
    color: #1500ff
}

.b-content {
    padding: 0 0 30px
}

.b-footer {
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    background: #ebebeb;
    padding: 40px 0 55px
}

.b-foot-cols {
    display: table;
    width: 100%;
    table-layout: fixed
}

.b-foot-cols .b-ftc-left {
    display: table-cell;
    vertical-align: top;
    width: 260px
}

.b-foot-cols .b-ftc-center {
    display: table-cell;
    vertical-align: top;
    padding: 0 30px;
    text-align: center
}

.b-foot-cols .b-ftc-right {
    display: table-cell;
    vertical-align: top;
    width: 260px;
    text-align: right;
    padding: 10px 0 0
}

.b-foot-cols .b-foot-logo {
    padding: 0 0 60px
}

.b-foot-cols .b-copyright {
    font-size: 11px;
    line-height: 18px;
    color: #000
}

.b-foot-cols .b-copyright span {
    display: block;
    font-weight: 600;
    color: #000;
    padding: 0 0 10px
}

.b-foot-cols .b-ftc-nav {
    list-style: none;
    vertical-align: top;
    display: inline-block;
    columns: 2;
    column-gap: 30px
}

.b-foot-cols .b-ftc-nav > li {
    text-align: left;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table
}

.b-foot-cols .b-ftc-nav .b-head {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px;
    padding: 10px 0 15px;
    color: #1c355f;
    font-weight: 700
}

.b-foot-cols .b-ftc-nav ul {
    list-style: none;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 18px
}

.b-foot-cols .b-ftc-nav ul > li {
    padding: 0 0 6px
}

.b-foot-cols .b-ftc-nav ul a {
    text-decoration: none;
    color: #000
}

.b-foot-cols .b-ftc-nav ul a:hover {
    text-decoration: underline
}

.b-foot-cols .b-phone {
    color: #1c355f;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 0
}

.b-foot-cols .b-phone a {
    color: #1c355f;
    text-decoration: none
}

.b-foot-cols .b-phone-label {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 10px
}

.b-foot-cols .b-fcontact {
    padding: 10px 0 25px;
    font-size: 13px;
    line-height: 18px;
    color: #515355
}

.b-foot-cols .b-fcontact a {
    color: #515355;
    text-decoration: none
}

.b-foot-cols .b-fcontact a:hover {
    text-decoration: underline
}

.b-foot-cols .b-fcontact address {
    display: block;
    font-style: normal
}

.b-list-soc {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 -20px
}

.b-list-soc > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 5px 20px
}

.b-list-soc > li a {
    display: block;
    position: relative
}

.b-list-soc > li a:after, .b-list-soc > li a:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease
}

.b-list-soc > li a:after, .b-list-soc > li a:hover:before {
    opacity: 0
}

.b-list-soc > li a:hover:after {
    opacity: 1
}

.b-list-soc .b-link-fb {
    width: 10px;
    height: 19px
}

.b-list-soc .b-link-fb:before {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9.28' height='19'%3e%3cpath d='M5.8 6.53V4.16a1.174 1.174 0 0 1 1.16-1.19h1.17V0H5.8a3.519 3.519 0 0 0-3.48 3.56v2.97H0V9.5h2.32V19H5.8V9.5h2.33l1.16-2.97H5.8z' fill-rule='evenodd' fill='%23a5aab0'/%3e%3c/svg%3e") no-repeat
}

.b-list-soc .b-link-fb:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9.28' height='19'%3e%3cpath d='M5.8 6.53V4.16a1.174 1.174 0 0 1 1.16-1.19h1.17V0H5.8a3.519 3.519 0 0 0-3.48 3.56v2.97H0V9.5h2.32V19H5.8V9.5h2.33l1.16-2.97H5.8z' fill-rule='evenodd' fill='%231c355f'/%3e%3c/svg%3e") no-repeat
}

.b-list-soc .b-link-vk {
    width: 18px;
    height: 11px
}

.b-list-soc .b-link-vk:before {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17.53' height='10.56'%3e%3cpath data-name='Forma 1' d='M17.43 9.54a.666.666 0 0 0-.06-.12 9.2 9.2 0 0 0-1.74-2.13l-.02-.02-.01-.01-.01-.01h-.01c-.39-.39-.63-.66-.74-.79a.755.755 0 0 1-.12-.78 6.94 6.94 0 0 1 .82-1.27c.25-.34.44-.61.59-.81 1.05-1.48 1.51-2.43 1.37-2.84l-.05-.09a.534.534 0 0 0-.29-.16 1.33 1.33 0 0 0-.58-.03L13.95.5a.382.382 0 0 0-.18.01l-.12.03-.05.02-.04.03a.464.464 0 0 0-.1.1c-.03.05-.06.11-.09.17a15.985 15.985 0 0 1-.97 2.17c-.23.4-.44.74-.62 1.03a4.553 4.553 0 0 1-.48.65 2.563 2.563 0 0 1-.35.33.309.309 0 0 1-.23.11 1.244 1.244 0 0 0-.16-.04.677.677 0 0 1-.2-.24.95.95 0 0 1-.11-.37 3.007 3.007 0 0 1-.03-.39v-.47c.01-.2.01-.33.01-.4 0-.24.01-.51.02-.8s.01-.51.02-.67.01-.35.01-.54a2.387 2.387 0 0 0-.03-.43 2.811 2.811 0 0 0-.1-.31.485.485 0 0 0-.19-.23.826.826 0 0 0-.3-.13 8.223 8.223 0 0 0-3.42.1 1.352 1.352 0 0 0-.35.29c-.11.14-.12.22-.04.23a1.1 1.1 0 0 1 .77.42l.06.11a2.653 2.653 0 0 1 .13.45 4.659 4.659 0 0 1 .08.7 7.95 7.95 0 0 1 0 1.2q-.045.51-.09.78a1.608 1.608 0 0 1-.12.46c-.06.11-.09.18-.11.21a.118.118 0 0 1-.05.05.644.644 0 0 1-.24.05.556.556 0 0 1-.31-.14 2.166 2.166 0 0 1-.38-.37 4.988 4.988 0 0 1-.44-.66c-.17-.28-.34-.62-.52-1l-.14-.28c-.09-.18-.22-.44-.38-.79s-.3-.67-.42-.99a.606.606 0 0 0-.22-.31L3.43.61a.5.5 0 0 0-.15-.08 1.033 1.033 0 0 0-.21-.07L.57.48a.588.588 0 0 0-.52.19L.01.72a.366.366 0 0 0-.02.16.694.694 0 0 0 .05.26c.37.9.76 1.78 1.19 2.62s.8 1.52 1.12 2.03.64 1 .97 1.46.55.75.65.87.19.23.25.29l.23.23a5.88 5.88 0 0 0 .64.56 10.437 10.437 0 0 0 .95.63 5.1 5.1 0 0 0 1.2.52 3.837 3.837 0 0 0 1.33.15h1.05a.716.716 0 0 0 .48-.21l.04-.05a.575.575 0 0 0 .07-.17 1.115 1.115 0 0 0 .03-.27 3 3 0 0 1 .06-.75 2.264 2.264 0 0 1 .16-.5 1.148 1.148 0 0 1 .19-.28.756.756 0 0 1 .16-.14.133.133 0 0 1 .07-.03.522.522 0 0 1 .52.15 3.177 3.177 0 0 1 .55.55c.18.23.39.47.63.75a4.449 4.449 0 0 0 .64.62l.18.11a2.178 2.178 0 0 0 .48.22.917.917 0 0 0 .51.04l2.33-.04a.982.982 0 0 0 .54-.12.432.432 0 0 0 .23-.26.727.727 0 0 0 .01-.33 1.784 1.784 0 0 0-.07-.25z' fill-rule='evenodd' fill='%23a5aab0'/%3e%3c/svg%3e") no-repeat
}

.b-list-soc .b-link-vk:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17.53' height='10.56'%3e%3cpath data-name='Forma 1' d='M17.43 9.54a.666.666 0 0 0-.06-.12 9.2 9.2 0 0 0-1.74-2.13l-.02-.02-.01-.01-.01-.01h-.01c-.39-.39-.63-.66-.74-.79a.755.755 0 0 1-.12-.78 6.94 6.94 0 0 1 .82-1.27c.25-.34.44-.61.59-.81 1.05-1.48 1.51-2.43 1.37-2.84l-.05-.09a.534.534 0 0 0-.29-.16 1.33 1.33 0 0 0-.58-.03L13.95.5a.382.382 0 0 0-.18.01l-.12.03-.05.02-.04.03a.464.464 0 0 0-.1.1c-.03.05-.06.11-.09.17a15.985 15.985 0 0 1-.97 2.17c-.23.4-.44.74-.62 1.03a4.553 4.553 0 0 1-.48.65 2.563 2.563 0 0 1-.35.33.309.309 0 0 1-.23.11 1.244 1.244 0 0 0-.16-.04.677.677 0 0 1-.2-.24.95.95 0 0 1-.11-.37 3.007 3.007 0 0 1-.03-.39v-.47c.01-.2.01-.33.01-.4 0-.24.01-.51.02-.8s.01-.51.02-.67.01-.35.01-.54a2.387 2.387 0 0 0-.03-.43 2.811 2.811 0 0 0-.1-.31.485.485 0 0 0-.19-.23.826.826 0 0 0-.3-.13 8.223 8.223 0 0 0-3.42.1 1.352 1.352 0 0 0-.35.29c-.11.14-.12.22-.04.23a1.1 1.1 0 0 1 .77.42l.06.11a2.653 2.653 0 0 1 .13.45 4.659 4.659 0 0 1 .08.7 7.95 7.95 0 0 1 0 1.2q-.045.51-.09.78a1.608 1.608 0 0 1-.12.46c-.06.11-.09.18-.11.21a.118.118 0 0 1-.05.05.644.644 0 0 1-.24.05.556.556 0 0 1-.31-.14 2.166 2.166 0 0 1-.38-.37 4.988 4.988 0 0 1-.44-.66c-.17-.28-.34-.62-.52-1l-.14-.28c-.09-.18-.22-.44-.38-.79s-.3-.67-.42-.99a.606.606 0 0 0-.22-.31L3.43.61a.5.5 0 0 0-.15-.08 1.033 1.033 0 0 0-.21-.07L.57.48a.588.588 0 0 0-.52.19L.01.72a.366.366 0 0 0-.02.16.694.694 0 0 0 .05.26c.37.9.76 1.78 1.19 2.62s.8 1.52 1.12 2.03.64 1 .97 1.46.55.75.65.87.19.23.25.29l.23.23a5.88 5.88 0 0 0 .64.56 10.437 10.437 0 0 0 .95.63 5.1 5.1 0 0 0 1.2.52 3.837 3.837 0 0 0 1.33.15h1.05a.716.716 0 0 0 .48-.21l.04-.05a.575.575 0 0 0 .07-.17 1.115 1.115 0 0 0 .03-.27 3 3 0 0 1 .06-.75 2.264 2.264 0 0 1 .16-.5 1.148 1.148 0 0 1 .19-.28.756.756 0 0 1 .16-.14.133.133 0 0 1 .07-.03.522.522 0 0 1 .52.15 3.177 3.177 0 0 1 .55.55c.18.23.39.47.63.75a4.449 4.449 0 0 0 .64.62l.18.11a2.178 2.178 0 0 0 .48.22.917.917 0 0 0 .51.04l2.33-.04a.982.982 0 0 0 .54-.12.432.432 0 0 0 .23-.26.727.727 0 0 0 .01-.33 1.784 1.784 0 0 0-.07-.25z' fill-rule='evenodd' fill='%231c355f'/%3e%3c/svg%3e") no-repeat
}

.b-list-soc .b-link-inst {
    width: 13px;
    height: 13px
}

.b-list-soc .b-link-inst:before {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.41' height='12.68'%3e%3cpath d='M1.61.01h9.2a1.614 1.614 0 0 1 1.59 1.62v9.42a1.614 1.614 0 0 1-1.59 1.62h-9.2a1.607 1.607 0 0 1-1.59-1.62V1.63A1.607 1.607 0 0 1 1.61.01zm7.43 1.4a.568.568 0 0 0-.56.57v1.37a.568.568 0 0 0 .56.57h1.4a.566.566 0 0 0 .55-.57V1.98a.566.566 0 0 0-.55-.57h-1.4zM11 5.36H9.91a3.936 3.936 0 0 1 .16 1.09 3.85 3.85 0 0 1-7.7 0 3.936 3.936 0 0 1 .16-1.09H1.39v5.35a.5.5 0 0 0 .49.51h8.63a.5.5 0 0 0 .49-.51V5.36zM6.22 3.85a2.465 2.465 0 1 0 2.49 2.46 2.478 2.478 0 0 0-2.49-2.46z' fill-rule='evenodd' fill='%23a5aab0'/%3e%3c/svg%3e") no-repeat
}

.b-list-soc .b-link-inst:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12.41' height='12.68'%3e%3cpath d='M1.61.01h9.2a1.614 1.614 0 0 1 1.59 1.62v9.42a1.614 1.614 0 0 1-1.59 1.62h-9.2a1.607 1.607 0 0 1-1.59-1.62V1.63A1.607 1.607 0 0 1 1.61.01zm7.43 1.4a.568.568 0 0 0-.56.57v1.37a.568.568 0 0 0 .56.57h1.4a.566.566 0 0 0 .55-.57V1.98a.566.566 0 0 0-.55-.57h-1.4zM11 5.36H9.91a3.936 3.936 0 0 1 .16 1.09 3.85 3.85 0 0 1-7.7 0 3.936 3.936 0 0 1 .16-1.09H1.39v5.35a.5.5 0 0 0 .49.51h8.63a.5.5 0 0 0 .49-.51V5.36zM6.22 3.85a2.465 2.465 0 1 0 2.49 2.46 2.478 2.478 0 0 0-2.49-2.46z' fill-rule='evenodd' fill='%231c355f'/%3e%3c/svg%3e") no-repeat
}

.b-list-soc .b-link-in {
    width: 15px;
    height: 14px
}

.b-list-soc .b-link-in:before {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14.43' height='13.71'%3e%3cpath d='M14.44 8.39v5.31h-3.09V8.75c0-1.24-.45-2.09-1.57-2.09a1.686 1.686 0 0 0-1.59 1.12 2.164 2.164 0 0 0-.1.75v5.17h-3.1s.04-8.39 0-9.26h3.1v1.32a.053.053 0 0 0-.02.03h.02v-.03a3.067 3.067 0 0 1 2.79-1.53c2.04 0 3.56 1.32 3.56 4.16zM1.75-.02a1.605 1.605 0 1 0-.04 3.2h.02a1.606 1.606 0 1 0 .02-3.2zM.18 13.7h3.1V4.44H.18v9.26z' fill-rule='evenodd' fill='%23a5aab0'/%3e%3c/svg%3e") no-repeat
}

.b-list-soc .b-link-in:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14.43' height='13.71'%3e%3cpath d='M14.44 8.39v5.31h-3.09V8.75c0-1.24-.45-2.09-1.57-2.09a1.686 1.686 0 0 0-1.59 1.12 2.164 2.164 0 0 0-.1.75v5.17h-3.1s.04-8.39 0-9.26h3.1v1.32a.053.053 0 0 0-.02.03h.02v-.03a3.067 3.067 0 0 1 2.79-1.53c2.04 0 3.56 1.32 3.56 4.16zM1.75-.02a1.605 1.605 0 1 0-.04 3.2h.02a1.606 1.606 0 1 0 .02-3.2zM.18 13.7h3.1V4.44H.18v9.26z' fill-rule='evenodd' fill='%231c355f'/%3e%3c/svg%3e") no-repeat
}

.b-list-soc .b-link-q {
    width: 18px;
    height: 16px
}

.b-list-soc .b-link-q:before {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17.53' height='15.84'%3e%3cpath d='M12.89 7.98c-.24-.08-.41-.13-.28-.47a2.059 2.059 0 0 0 .01-1.82c-.56-.84-2.09-.8-3.84-.02 0 0-.55.26-.41-.21a2.186 2.186 0 0 0-.19-2.13c-.94-1.01-3.47.04-5.63 2.34a8.07 8.07 0 0 0-2.56 5.12c0 3.02 3.64 5.04 7.2 5.04 4.68 0 7.78-3.07 7.78-5.36a2.7 2.7 0 0 0-2.08-2.49zm-5.69 6.5c-2.84.29-5.29-1.06-5.48-3.02s1.97-3.78 4.82-4.08 5.29 1.05 5.48 3.01-1.97 3.79-4.82 4.09zm10.33-8.96A5.409 5.409 0 0 0 12.24 0a.646.646 0 0 0 0 1.29 4.147 4.147 0 0 1 4.06 4.23.628.628 0 0 0 .61.65.636.636 0 0 0 .62-.65zm-2.45-.09a3.623 3.623 0 0 0-2.75-2.87.607.607 0 0 0-.72.5.636.636 0 0 0 .48.76 2.347 2.347 0 0 1 1.78 1.87.624.624 0 0 0 .73.5.654.654 0 0 0 .48-.76zM5.75 9.3a2.033 2.033 0 0 0-1.73 2.24 1.948 1.948 0 0 0 2.42 1.37 2.033 2.033 0 0 0 1.73-2.24A1.952 1.952 0 0 0 5.75 9.3z' fill-rule='evenodd' fill='%23a5aab0'/%3e%3c/svg%3e") no-repeat
}

.b-list-soc .b-link-q:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17.53' height='15.84'%3e%3cpath d='M12.89 7.98c-.24-.08-.41-.13-.28-.47a2.059 2.059 0 0 0 .01-1.82c-.56-.84-2.09-.8-3.84-.02 0 0-.55.26-.41-.21a2.186 2.186 0 0 0-.19-2.13c-.94-1.01-3.47.04-5.63 2.34a8.07 8.07 0 0 0-2.56 5.12c0 3.02 3.64 5.04 7.2 5.04 4.68 0 7.78-3.07 7.78-5.36a2.7 2.7 0 0 0-2.08-2.49zm-5.69 6.5c-2.84.29-5.29-1.06-5.48-3.02s1.97-3.78 4.82-4.08 5.29 1.05 5.48 3.01-1.97 3.79-4.82 4.09zm10.33-8.96A5.409 5.409 0 0 0 12.24 0a.646.646 0 0 0 0 1.29 4.147 4.147 0 0 1 4.06 4.23.628.628 0 0 0 .61.65.636.636 0 0 0 .62-.65zm-2.45-.09a3.623 3.623 0 0 0-2.75-2.87.607.607 0 0 0-.72.5.636.636 0 0 0 .48.76 2.347 2.347 0 0 1 1.78 1.87.624.624 0 0 0 .73.5.654.654 0 0 0 .48-.76zM5.75 9.3a2.033 2.033 0 0 0-1.73 2.24 1.948 1.948 0 0 0 2.42 1.37 2.033 2.033 0 0 0 1.73-2.24A1.952 1.952 0 0 0 5.75 9.3z' fill-rule='evenodd' fill='%231c355f'/%3e%3c/svg%3e") no-repeat
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    width: 100%;
    height: auto;
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-inner, .fancybox-outer {
    position: relative;
    overflow: visible !important
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
    height: auto
}

.fancybox-lock body {
    overflow: hidden !important;
    height: auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, .7);
    width: 100% !important;
    min-height: 100% !important
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-close {
    width: 10px;
    height: 10px;
    background: url(/local/templates/index/styles/../images/close.png) no-repeat;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
    right: 15px;
    top: 15px;
    position: absolute
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-search--dropdown {
    display: none !important
}

.select2-container {
    min-width: 250px
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single {
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 14px;
    padding-right: 35px;
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 400
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 16px;
    height: 9px;
    right: 14px;
    top: 16px;
    position: absolute;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.557L1.256 0l6.769 5.46L13.953.04l1.35 1.476-7.197 6.58L0 1.556z' fill='%23036'/%3e%3c/svg%3e") no-repeat
}

.select2-results__option {
    line-height: 22px;
    font-size: 13px
}

.select2-dropdown {
    border: 1px solid #ddd
}

input[type=checkbox] {
    display: none
}

input[type=checkbox] + label {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 0 32px;
    color: #6f6f6f
}

input[type=checkbox]:disabled + label {
    cursor: default
}

input[type=checkbox] + label:before {
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    position: absolute;
    border: none;
    transition: all .3s ease;
    box-sizing: border-box;
    background: #dce2eb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

input[type=checkbox] + label:after {
    content: '';
    width: 11px;
    height: 7px;
    left: 4px;
    top: 7px;
    position: absolute;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3e%3cpath data-name='Shape 11 copy' d='M11 1.75l-3.667 3.5L5.5 7 3.667 5.25 0 1.75 1.833 0 5.5 3.5 9.166 0z' fill='%23fff' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
    transition: all .3s ease;
    opacity: 0
}

input[type=checkbox]:checked + label:after {
    opacity: 1
}

input[type=checkbox]:checked + label:before {
    background: #1c355f;
    border-color: #f35369
}

input[type=radio] {
    display: none
}

input[type=radio] + label {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 0 0 25px
}

input[type=radio]:disabled + label {
    cursor: default
}

input[type=radio] + label:before {
    content: '';
    width: 13px;
    height: 13px;
    left: 0;
    top: 3px;
    position: absolute;
    border: 1px solid #5f5e5e;
    transition: all .2s ease;
    box-sizing: border-box;
    border-radius: 50%
}

input[type=radio] + label:after {
    content: '';
    width: 7px;
    height: 7px;
    left: 3px;
    top: 6px;
    position: absolute;
    background: #f35369;
    transition: all .2s ease;
    opacity: 0;
    border-radius: 50%
}

input[type=radio]:checked + label:after {
    opacity: 1
}

input[type=radio]:checked + label:before {
    border-color: #f35369
}

.b-mn-slider, .b-section-mn-slider {
    position: relative;
    z-index: 1
}

.b-mn-slider .b-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center !important
}

.b-mn-slider .b-txt-tb {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    table-layout: fixed
}

.b-mn-slider .b-txt-tb .b-txt-td {
    display: flex;
    width: 100%;
    height: 100%;
    vertical-align: unset;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    padding: 30px 0 0;
    justify-content: center;
    align-items: center;
}

.b-mn-slider .b-txt-tb .b-txt-td p {
    padding: 0 0 20px;
    margin: 0
}

.b-mn-slider .b-head {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 48px;
    padding: 0 0 15px
}

.b-mn-slider .b-txt-tb .b-txt-td .b-container {
    width: 100%;
}

.b-mn-slider .b-btn-more {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 204px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #1500ff;
  /*  box-shadow: 0 5px 22px rgba(149, 26, 29, .66)*/
}

.b-mn-slider .b-btn-more:hover {
    opacity: .85
}

.b-mn-slider .slick-dots {
    z-index: 12;
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 10px;
    margin: auto;
    width: 100%;
    text-align: center;
}

.b-mn-slider .slick-dots > li {
    display: inline-block;
    padding: 2px 0;
    margin: 0;
    font-size: 0;
    line-height: 0
}

.b-mn-slider .slick-dots button {
    display: block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer
}

.b-mn-slider .slick-dots button:after {
    content: '';
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    transition: all .3s ease;
    left: 5px;
    top: 5px
}

.b-mn-slider .slick-dots .slick-active button:after {
    background: #1500ff
}

.b-section-glight {
    padding: 50px 0 0;
    position: relative;
    z-index: 1
}

/*.b-section-glight:before {
    content: '';
    width: 100%;
    height: 80px;
    background: #fff;
    left: 0;
    bottom: 0;
    position: absolute
}*/

.b-th-adv {
    margin: 0 0 85px;
    position: relative;
    z-index: 2
}

.b-th-adv .b-link {
    display: block;
    position: relative;
    text-decoration: none;
    color: #edf3fc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    height: 87px;
    padding: 17px 20px 10px 430px;
    text-transform: uppercase;
    font-weight: 800
}

.b-th-adv .b-link:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 46px 53px;
    border-color: transparent transparent #1500ff;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2
}

.b-th-adv .b-link:after {
    content: '';
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11'%3e%3cpath fill-rule='evenodd' fill='%23FFF' d='M11.593 0l4.151 4.224L17 5.5 11.593 11l-1.255-1.276 3.26-3.319H0V4.601h13.603l-3.266-3.325L11.593 0z'/%3e%3c/svg%3e") no-repeat;
    right: 8px;
    bottom: 8px;
    position: absolute;
    z-index: 2;
    width: 17px;
    height: 11px
}

.b-th-adv .b-link img {
    left: 0;
    top: 0;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.b-th-adv .b-link .b-head {
    display: block;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    z-index: 2
}

.b-th-adv .b-link .b-subhead {
    padding: 8px 0 0;
    display: block;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 2
}

.b-select-ege {
    position: relative;
    z-index: 2;
    background: #000000;
    color: white;
}

@media (max-width: 768px) {
    .b-select-ege {
        display: none;
    }
}

.b-select-ege .b-inner {
    padding: 35px 80px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.b-select-ege .b-inner p {
    padding: 0 0 18px;
    margin: 0
}

.b-select-ege .b-head {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 15px
}

.b-select-ege .b-programs-list {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -10px;
    padding: 20px 0 0
}

.b-select-ege .b-programs-list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 10px 10px;
    line-height: 20px
}

.b-select-ege .b-btn-send {
    display: block;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 255px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #1500ff;
    position: absolute;
    right: 95px;
    bottom: 35px
}

.b-select-ege .b-btn-send:hover {
    opacity: .85
}

.b-select-ege input[type=checkbox] + label {
    color: white !important;
    font-weight: 700;
}


.b-select-ege input[type=checkbox] + label::before,
.b-select-ege input[type=checkbox]:checked + label:before {
    background: #003aff;
}

.b-mb-info-tabs {
    padding: 80px 0 0;
    border-bottom: 2px solid #eee;
    margin: 0 0 80px
}

.b-mitabs-nav {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border-bottom: 2px solid #eee;
    padding: 0;
    margin: 0
}

.b-mitabs-nav > li {
    display: inline-block;
    vertical-align: top
}

.b-mitabs-nav > li + li {
    padding: 0 0 0 65px
}

.b-mitabs-nav a {
    position: relative;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 9px;
    text-transform: uppercase;
    display: block
}

.b-mitabs-nav a:hover {
    color: #1500ff
}

.b-mitabs-nav a:after {
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: 100%;
    position: absolute;
    background: #1500ff;
    transition: all .3s ease;
    opacity: 0
}

.b-mitabs-nav .ui-tabs-active a {
    color: #1500ff
}

.b-mitabs-nav .ui-tabs-active a:after {
    opacity: 1
}

.b-mitab-item .b-inner {
    padding: 60px 0 10px;
    position: relative
}

.b-mitab-item .b-all-items {
    position: absolute;
    top: -33px;
    right: 0;
    white-space: nowrap;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600
}

.b-mitab-item .b-all-items a {
    color: #1500ff;
    text-decoration: none;
    padding: 0 30px 0 0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11'%3e%3cpath data-name='Shape 20 copy 13' d='M11.59 0l4.15 4.22L17 5.5 11.59 11l-1.25-1.28 3.26-3.31H0V4.6h13.6l-3.26-3.32z' fill='%231500ff' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

.b-mitab-item .b-all-items a:hover {
    text-decoration: underline
}

.b-mitab-item .b-info-nlist {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -20px;
    padding: 0
}

.b-mitab-item .b-info-nlist > li {
    padding: 0 20px 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: top
}

.b-mitab-item .b-info-nlist .b-head {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 0 0 15px;
    color: #1c355f;
    margin: 0
}

.b-mitab-item .b-info-nlist .b-head a {
    color: #1c355f;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.b-mitab-item .b-info-nlist .b-head a:hover {
    color: #1500ff
}

.b-mitab-item .b-info-nlist .b-meta-list {
    list-style: none;
    vertical-align: top;
    margin: 0 0 0 -24px;
    padding: 0
}

.b-mitab-item .b-info-nlist .b-meta-list > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px 24px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px
}

.b-mitab-item .b-info-nlist .b-meta-list .b-date {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: #000000;
    text-decoration: none;
    padding: 0 0 0 18px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10'%3e%3cpath d='M0 1h11v9H0V1zm1 1h9v7H1V2zm1-2h2v2H2V0zm5 0h2v2H7V0zM2 3h1v1H2V3zm2 0h1v1H4V3zm2 0h1v1H6V3zm2 0h1v1H8V3zM2 5h1v1H2V5zm2 0h1v1H4V5zm2 0h1v1H6V5zm2 0h1v1H8V5zM2 7h1v1H2V7zm2 0h1v1H4V7z' fill='%23000000' fill-rule='evenodd'/%3e%3c/svg%3e") 0 2px no-repeat
}

.b-mitab-item .b-info-nlist .b-meta-list .b-views {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: #000000;
    text-decoration: none;
    padding: 0 0 0 24px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10'%3e%3cpath data-name='Forma 1' d='M9 0C4.608 0 .355 4.34.185 4.53A.661.661 0 0 0 0 5a.622.622 0 0 0 .185.46C.371 5.66 4.608 10 9 10s8.644-4.34 8.814-4.54A.623.623 0 0 0 18 5a.662.662 0 0 0-.186-.47C17.644 4.34 13.407 0 9 0zm0 8.67c-3.078 0-6.248-2.6-7.439-3.69C2.752 3.89 5.922 1.3 9 1.3s6.247 2.59 7.438 3.68C15.247 6.07 12.077 8.67 9 8.67zM6.726 4.98a2.29 2.29 0 1 0 2.289-2.37 2.334 2.334 0 0 0-2.289 2.37zm3.294 0a1.021 1.021 0 1 1-2.041 0A1.024 1.024 0 0 1 9 3.93a1.053 1.053 0 0 1 1.02 1.05z' fill='%23000000' fill-rule='evenodd'/%3e%3c/svg%3e") 0 center no-repeat
}

.b-edu-prodgrams {
    padding: 0 0 30px;
    position: relative
}

.b-edu-prodgrams .b-edp-head {
    line-height: 36px;
    color: #000000;
    padding: 0 0 65px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.b-edu-prodgrams .b-edp-head span {
    position: relative;
    z-index: 2
}

/*.b-edu-prodgrams .b-edp-head:before {
    content: 'ИОН';
    font-size: 94px;
    font-weight: 800;
    color: #f6f9fe;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='490' height='66'%3e%3cpath d='M3 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zM3 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zM3 40a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zM3 60a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm21-60a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm21-60a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm21-60a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm21-60a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm-80 20a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zm20 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3z' fill='%23282828' fill-rule='evenodd' opacity='.1'/%3e%3c/svg%3e") right 0 no-repeat;
    padding: 0 510px 0 0;
    right: 0;
    top: 50px;
    position: absolute;
    line-height: 66px;
    z-index: 0
}*/

.b-edp-list {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -15px
}

.b-edp-list > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 15px 30px
}

.b-edp-list .b-link {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.b-edp-list .b-pic {
    display: block
}

.b-edp-list .b-pic img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.b-edp-list .b-pic:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(28, 53, 95, .1);
    transition: all .3s ease
}

.b-edp-list .b-pic:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='349' height='168'%3e%3cpath fill-rule='evenodd' fill='%231500FF' d='M349 121v42a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V0l349 121z'/%3e%3c/svg%3e") 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all .3s ease;
    opacity: 1;
}

.b-edp-list .b-link:hover .b-pic:before {
    background: rgba(0, 58, 255, .6);
}

.b-edp-list .b-link:hover .b-pic:after {
    opacity: 0;
}

.b-edp-list .b-label {
    left: 20px;
    top: 25px;
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    padding: 4px 15px;
    font-size: 16px;
    font-weight: 700;
    background: #3276e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content
}

.b-edp-list .b-txt {
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 0 10px 30px 28px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.b-edp-list .b-txt .b-num {
    display: block;
    font-size: 60px;
    line-height: 60px;
    padding: 0 0 5px
}

.b-edp-list .b-txt .b-dir {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 20px;
    padding: 0 30px 0 0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14'%3e%3cpath data-name='Shape 20 copy 9' d='M15 0l5.372 5.38L22 7l-7 7-1.625-1.62 4.219-4.23H0V5.86h17.6l-4.226-4.24z' fill='%23fff' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

.b-mob-nav {
    display: none;
    width: 26px;
    height: 20px;
    left: 15px;
    top: 25px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100
}

.b-mob-nav.active {
    z-index: 1000
}

.b-mob-nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1500ff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.b-mob-nav span:nth-child(1) {
    top: 0
}

.b-mob-nav span:nth-child(2), .b-mob-nav span:nth-child(3) {
    top: 8px
}

.b-mob-nav span:nth-child(4) {
    top: 16px
}

.b-mob-nav.active span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%
}

.b-mob-nav.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.b-mob-nav.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.b-mob-nav.active span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%
}

.b-sitemap {
    background: #f5f5f5
}

.b-stp-tabs {
    display: table;
    width: 100%;
    table-layout: fixed
}

.b-stp-tabs .b-stpt-left {
    display: table-cell;
    vertical-align: top;
    width: 340px;
    padding: 40px 25px;
    background: #fff
}

.b-stp-tabs .b-stpt-left .b-head {
    font-size: 16px;
    font-weight: 700;
    color: #282828;
    line-height: 20px;
    padding: 0 25px 30px
}

.b-stp-tabs .b-stpt-right {
    display: table-cell;
    vertical-align: top;
    padding: 45px 125px
}

.b-stpt-nav {
    list-style: none;
    vertical-align: top
}

.b-stpt-nav > li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0
}

.b-stpt-nav > li > a {
    color: #1c355f;
    padding: 3px 25px;
    display: block;
    vertical-align: top
}

.b-stpt-nav > .active > a {
    text-decoration: none;
    color: #951b1e;
    position: relative
}

.b-stpt-nav > .active > a:after {
    content: '';
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10'%3e%3cpath d='M1 0l4 4 1 1-5 5-1-1 4-4-4-4z' fill='%23868686' fill-rule='evenodd' opacity='.6'/%3e%3c/svg%3e") no-repeat;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 7px
}

.b-stpt-nav > .active > ul {
    display: block
}

.b-stpt-nav ul {
    list-style: none;
    vertical-align: top;
    display: none
}

.b-stpt-nav ul li {
    padding: 3px 0
}

.b-stpt-nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #616161;
    padding: 3px 25px;
    line-height: 16px;
    position: relative
}

.b-stpt-nav ul li a:hover {
    background: #f1f1f1
}

.b-stpt-nav ul > li:first-child {
    padding-top: 10px
}

.b-stpt-nav ul .active a {
    background: #f1f1f1
}

.b-stp-item-in {
    display: none
}

.b-stp-item-in .b-head {
    font-size: 24px;
    font-weight: 700;
    color: #282828;
    padding: 0 0 30px
}

.b-stp-item-in .b-list {
    list-style: none;
    vertical-align: top;
    padding: 0 0 50px;
    margin: 0;
    font-size: 14px;
    line-height: 20px
}

.b-stp-item-in .b-list > li {
    padding: 0 0 16px
}

.b-stp-item-in .b-list a {
    color: #1c355f
}

.b-stp-item-in.active {
    display: block
}

.b-hide {
    display: none
}

.c-mob-pop-sitemap {
    background: #f5f5f5;
    top: 80px !important
}

.c-mob-pop-sitemap:after {
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: -1px;
    position: absolute;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.b-outer-nav {
    left: 0;
    top: 100%;
    width: 100%;
    position: absolute;
    padding: 45px 0 0;
    z-index: 10
}
.fancybox-margin .b-outer-nav {
    display: none;
}

.b-outer-nav .b-list {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 -1em;
    display: table;
    width: 100%;
}

.b-outer-nav .b-list > li {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    min-width: 100px;
}
.b-outer-nav .b-list > li:first-child {
    text-align: left;
}
.b-outer-nav .b-list > li:last-child {
    text-align: right;
}

.b-outer-nav .b-list > li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 4px
}

.b-outer-nav .b-list > li a:hover {
    border-color: #fff
}

.b-outer-nav .b-list:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 1em
}

.b-mobv-nav-active .b-mobile-nav {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.b-mobile-nav {
    left: 0;
    top: 70px;
    position: absolute;
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    transform: translateX(-101%);
    width: 100%;
    min-height: 100%;
    z-index: 999;
    transition: all .5s ease
}

.b-mobile-nav .b-inner {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.b-mobile-nav .b-inner > .b-item {
    padding: 10px 15px;
    border-top: 1px solid #ccc
}

.b-mobile-nav .b-list-langs, .b-mobile-nav .b-list-soc {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.b-head-nav-list-mob {
    list-style: none;
    vertical-align: top;
    padding: 0 0 10px
}

.b-head-nav-list-mob > li {
    padding: 4px 0
}

.b-head-nav-list-mob > li > a {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600
}

.b-head-nav-list-mob ul {
    list-style: none;
    vertical-align: top;
    padding: 4px 0 0 20px;
    font-size: 15px;
    line-height: 20px
}

.b-head-nav-list-mob ul > li {
    padding: 3px 0
}

.b-head-nav-list-mob ul a {
    text-decoration: none
}

.b-outer-nav-rel {
    position: static;
    left: auto;
    top: auto;
    background: #f5f5f5;
    padding: 19px 0 16px;
    margin: 0 0 30px
}

.b-outer-nav-rel .b-list > li a {
    color: #282828
}

.b-outer-nav-rel .b-list > li a:hover {
    border-color: #282828
}

.b-bread {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 30px;
    padding: 0
}

.b-bread > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 5px;
    font-size: 12px;
    color: #000000;
    line-height: 20px
}

.b-bread li + li:before {
    content: '-';
    padding: 0 8px
}

.b-bread a {
    color: #000000;
    text-decoration: none
}

.b-bread a:hover {
    color: #1c355f
}

.b-bread .b-link-home {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    background: #e9f5fc;
    margin: -5px 0
}

.b-bread .b-link-home:after, .b-bread .b-link-home:before {
    content: '';
    width: 16px;
    height: 13px;
    position: absolute;
    left: 7px;
    top: 8px;
    transition: all .3s ease
}

.b-bread .b-link-home:before {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13'%3e%3cpath d='M6.456 9.169v1.043-1.043zM8 0L0 6.63l.889 1.089L8 1.826l7.111 5.893L16 6.63zm0 3.185L2.836 7.479V13h3.623V7.516h3.087V13h3.616V7.5L8 3.185z' fill='%23919191' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat
}

.b-bread .b-link-home:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13'%3e%3cpath d='M6.456 9.169v1.043-1.043zM8 0L0 6.63l.889 1.089L8 1.826l7.111 5.893L16 6.63zm0 3.185L2.836 7.479V13h3.623V7.516h3.087V13h3.616V7.5L8 3.185z' fill='%231c355f' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
    opacity: 0
}

.b-bread .b-link-home:hover:before {
    opacity: 0
}

.b-bread .b-link-home:hover:after {
    opacity: 1
}

.b-page-head {
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 33px;
    padding: 0 0 40px;
    color: #1c355f
}

.b-page-head h1 {
    color: #1c355f;
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 33px
}

.b-list-line-filt {
    display: table;
    list-style: none;
    margin: 0 0 55px;
    width: 100%
}

.b-list-line-filt > li {
    display: table-cell;
    vertical-align: bottom;
    border-bottom: 2px solid #eee;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    padding: 0 20px 0 0;
    position: relative
}

.b-list-line-filt > li a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding: 0 0 10px
}

.b-list-line-filt > li a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1500ff;
    opacity: 0
}

.b-list-line-filt > li a:hover {
    color: #1500ff
}

.b-list-line-filt > .active a:after {
    opacity: 1
}

.b-list-line-filt > .active a, .b-list-line-filt > .active a:hover {
    color: #282828
}

.b-ant-cols {
    display: table;
    width: 100%;
    table-layout: fixed
}

.b-ant-cols .b-ant-left {
    display: table-cell;
    vertical-align: top;
    width: 288px;
    padding: 0 28px 0 0
}

.b-ant-cols .b-ant-right {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 94px;
    border-left: 1px solid #ddd
}

.b-ant-side-box {
    padding: 0 0 25px;
    margin: 0
}

.b-ant-side-box .b-head {
    font-size: 14px;
    font-weight: 700;
    color: #282828;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 0 20px
}

.b-ant-side-box .b-param-list {
    list-style: none;
    vertical-align: top;
    padding: 0;
    margin: 0
}

.b-ant-side-box .b-param-list > li {
    padding: 0 0 16px
}

.b-ant-side-box + .b-ant-side-box {
    border-top: 1px solid #ddd;
    padding-top: 35px
}

.b-ant-side-box input[type=checkbox] + label {
    color: #000000;
}

.b-list-ant-items {
    list-style: none;
    vertical-align: top;
    padding: 0 0 15px
}

.b-list-ant-items > li {
    padding: 0 0 40px
}

.b-list-ant-items .b-in {
    display: table;
    width: 100%;
    table-layout: fixed
}

.b-list-ant-items .b-pic {
    display: table-cell;
    vertical-align: middle;
    width: 285px;
    padding: 0 30px 0 0
}

.b-list-ant-items .b-pic img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.b-list-ant-items .b-txt {
    display: table-cell;
    vertical-align: middle
}

.b-list-ant-items .b-label {
    color: #1500ff;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 10px
}

.b-list-ant-items .b-head {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #1c355f;
    padding: 0 0 10px
}

.b-list-ant-items .b-head a {
    text-decoration: none;
    color: #1c355f;
    display: inline-block;
    vertical-align: top
}

.b-list-ant-items .b-head a:hover {
    color: #1500ff
}

.b-list-ant-items .b-time {
    font-size: 16px;
    color: #282828;
    line-height: 24px
}

.b-btn-help-list {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 -30px
}

.b-btn-help-list > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    width: 285px
}

.b-btn-help-list .b-btn-show-more {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #282828;
    line-height: 41px;
    border: 3px solid #dce2eb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%
}

.b-btn-help-list .b-btn-show-more:hover {
    color: #1500ff;
    border-color: #1500ff
}

.b-btn-help-list .b-btn-suscribe {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 47px;
    height: 47px;
    background: #1500ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
   /* box-shadow: 0 5px 22px rgba(149, 26, 29, .66)*/
}

.b-btn-help-list .b-btn-suscribe:hover {
    box-shadow: none
}

.b-ant-date-box {
    padding: 0 0 40px
}

.ui-datepicker {
    width: 100%;
    box-sizing: border-box
}

.ui-datepicker-header {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 5px 15px;
    border-bottom: 1px solid #f2f3f4
}

.ui-datepicker-header .ui-datepicker-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    color: #2c3e50
}

.ui-datepicker .ui-datepicker-prev {
    width: 5px;
    height: 9px;
    background: 0 0;
    left: 0;
    top: 11px;
    position: absolute;
    font-size: 0;
    line-height: 0
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '';
    width: 5px;
    height: 9px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='4.313' height='7.5'%3e%3cpath d='M.078 3.547L3.816.096a.3.3 0 0 1 .417 0 .3.3 0 0 1 0 .42L.495 3.966a.293.293 0 0 1-.417 0 .3.3 0 0 1 0-.419zm0-.026a.3.3 0 0 1 .417 0l3.737 3.451a.3.3 0 0 1 0 .419.293.293 0 0 1-.417 0L.078 3.941a.3.3 0 0 1 0-.42z' fill='%232c3e50' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease
}

.ui-datepicker .ui-datepicker-prev:after {
    content: '';
    width: 5px;
    height: 9px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='4.313' height='7.5'%3e%3cpath d='M.078 3.547L3.816.096a.3.3 0 0 1 .417 0 .3.3 0 0 1 0 .42L.495 3.966a.293.293 0 0 1-.417 0 .3.3 0 0 1 0-.419zm0-.026a.3.3 0 0 1 .417 0l3.737 3.451a.3.3 0 0 1 0 .419.293.293 0 0 1-.417 0L.078 3.941a.3.3 0 0 1 0-.42z' fill='%231c355f' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease;
    opacity: 0
}

.ui-datepicker .ui-datepicker-prev:hover:before {
    opacity: 0
}

.ui-datepicker .ui-datepicker-prev:hover:after {
    opacity: 1
}

.ui-datepicker .ui-datepicker-next {
    width: 5px;
    height: 9px;
    background: 0 0;
    right: 0;
    top: 11px;
    position: absolute;
    font-size: 0;
    line-height: 0
}

.ui-datepicker .ui-datepicker-next:before {
    content: '';
    width: 5px;
    height: 9px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='4.344' height='7.469'%3e%3cpath d='M4.242 3.522L.514.077a.293.293 0 0 0-.415 0 .3.3 0 0 0 0 .419l3.727 3.445a.294.294 0 0 0 .416 0 .3.3 0 0 0 0-.419zm0-.025a.292.292 0 0 0-.416 0L.099 6.942a.3.3 0 0 0 0 .418.292.292 0 0 0 .416 0l3.727-3.445a.3.3 0 0 0 0-.418z' fill='%232c3e50' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease
}

.ui-datepicker .ui-datepicker-next:after {
    content: '';
    width: 5px;
    height: 9px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='4.344' height='7.469'%3e%3cpath d='M4.242 3.522L.514.077a.293.293 0 0 0-.415 0 .3.3 0 0 0 0 .419l3.727 3.445a.294.294 0 0 0 .416 0 .3.3 0 0 0 0-.419zm0-.025a.292.292 0 0 0-.416 0L.099 6.942a.3.3 0 0 0 0 .418.292.292 0 0 0 .416 0l3.727-3.445a.3.3 0 0 0 0-.418z' fill='%231c355f' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease;
    opacity: 0
}

.ui-datepicker .ui-datepicker-next:hover:before {
    opacity: 0
}

.ui-datepicker .ui-datepicker-next:hover:after {
    opacity: 1
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    position: relative
}

.ui-datepicker .ui-datepicker-calendar th {
    font-size: 9px;
    color: #2c3e50;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    padding: 4px;
    border-bottom: 1px solid #f2f3f4
}

.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    vertical-align: middle;
    padding: 2px
}

.ui-datepicker .ui-datepicker-calendar td a {
    font-size: 11px;
    color: #2c3e50;
    text-decoration: none;
    display: block;
    line-height: 28px;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
    color: #1500ff
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a:hover {
    background: #1500ff;
    color: #fff
}

.ui-datepicker .ui-datepicker-calendar td .ui-priority-secondary {
    color: #abb0b5
}

.b-wht-intro {
    padding: 180px 1000px 160px;
    margin: 0 -1000px
}

.b-wht-intro .b-bread, .b-wht-intro .b-bread a {
    color: #fff
}

.b-wht-intro .b-page-head {
    max-width: 900px;
    font-size: 36px;
    line-height: 44px
}

.b-wht-intro .b-page-head h1 {
    font-size: 36px;
    line-height: 44px;
    text-transform: none;
    color: #fff
}

.b-wht-intro .b-page-head h1 a {
    color: #fff
}

.b-wht-intro .b-meta {
    font-size: 18px;
    line-height: 30px;
    color: #c5c5c5;
    padding: 0 0 35px
}

.b-wht-intro .b-meta span {
    font-size: 24px;
    font-weight: 700
}

.b-wht-intro .b-meta-asp {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.b-wht-intro .b-btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 255px;
    height: 47px;
    line-height: 41px;
    border: 3px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}

.b-wht-intro .b-btn:hover {
    border-color: #1500ff;
    color: #1500ff
}

.b-article {
    font-size: 18px;
    line-height: 30px;
    color: #282828;
    padding: 0 285px 0 0;
    position: relative
}

.b-article h2 {
    font-size: 28px;
    color: #282828;
    font-weight: 800;
    line-height: 32px;
    padding: 0 0 20px
}

.b-article h3 {
    font-size: 16px;
    color: #282828;
    font-weight: 700;
    line-height: 25px;
    padding: 20px 0 20px
}

.b-article p {
    margin: 0;
    padding: 0 0 50px
}

.b-article .b-light-box {
    margin: 0 0 50px;
    border: 5px solid #ddd;
    padding: 25px 30px;
    font-size: 18px;
    color: #1500ff;
    font-style: italic
}

.b-article figure {
    display: block;
    position: relative;
    margin: 0 0 80px
}

.b-article figure img {
    display: block;
    width: 100%;
    height: auto
}

.b-article figure figcaption {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 0 30px 30px
}

.b-article .b-2cols {
    columns: 2;
    column-gap: 50px;
    margin: -10px 0 20px
}

.b-article .b-2cols p {
    padding: 0;
    margin: 10px 0 0
}

.b-article .b-2cols p:first-child {
    margin: 0
}

.b-article ul {
    list-style: none;
    vertical-align: top;
    padding: 0 0 45px;
    margin: -10px 0 0
}

.b-article ul > li {
    position: relative;
    padding: 0 0 5px 25px
}

.b-article ul > li:before {
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 10px;
    position: absolute;
    background: #000000
}

.b-article .b-phone-contact {
    margin: 0 0 80px;
    padding: 30px 20px 30px 95px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='35'%3e%3cpath d='M14.872 18.86h.234a6.768 6.768 0 0 0 5.149-2.21c2.812-3.15 2.344-8.54 2.293-9.05-.182-3.87-2.023-5.72-3.542-6.58A8.236 8.236 0 0 0 15.077 0h-.125a8.2 8.2 0 0 0-3.929.99c-1.534.87-3.4 2.71-3.586 6.61-.051.51-.518 5.9 2.293 9.05a6.742 6.742 0 0 0 5.142 2.21zM9.387 7.78c0-.02.007-.05.007-.06.242-5.2 3.959-5.76 5.551-5.76h.088c1.972.05 5.324.84 5.55 5.76a.155.155 0 0 0 .008.06c.007.05.518 4.98-1.8 7.57a4.785 4.785 0 0 1-3.761 1.55h-.074a4.772 4.772 0 0 1-3.754-1.55C8.883 12.77 9.38 7.82 9.387 7.78zM30 27.8v-.02c0-.06-.008-.12-.008-.18-.043-1.44-.138-4.79-3.308-5.86l-.073-.03a20.783 20.783 0 0 1-6.062-2.74.993.993 0 0 0-1.373.24.981.981 0 0 0 .241 1.37 23.121 23.121 0 0 0 6.668 3.02c1.7.6 1.892 2.41 1.943 4.06a1.548 1.548 0 0 0 .007.18 13.1 13.1 0 0 1-.153 2.24 29.369 29.369 0 0 1-25.76-.01 12.334 12.334 0 0 1-.153-2.24c0-.06.007-.11.007-.18.051-1.65.241-3.46 1.943-4.06a23.121 23.121 0 0 0 6.668-3.02.97.97 0 0 0 .241-1.36.984.984 0 0 0-1.373-.24 21.147 21.147 0 0 1-6.062 2.74.168.168 0 0 0-.073.02C.15 22.81.055 26.16.011 27.59a1.384 1.384 0 0 1-.007.18v.03a11.048 11.048 0 0 0 .373 3.28.938.938 0 0 0 .379.46C.975 31.68 6.227 35 15.013 35s14.037-3.33 14.256-3.46a.979.979 0 0 0 .38-.46A11.631 11.631 0 0 0 30 27.8z' fill-rule='evenodd'/%3e%3c/svg%3e") 35px center no-repeat #f3f3f3
}

.b-cform {
    max-width: 540px;
    padding: 0 0 65px
}

.b-cform .b-item {
    position: relative;
    margin: 0 0 22px
}

.b-cform .b-item .b-input {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px 40px 5px 49px;
    font-size: 14px;
    color: #282828;
    font-weight: 500;
    height: 45px
}

.b-cform .b-item .b-label {
    left: 44px;
    top: -6px;
    position: absolute;
    background: #fff;
    padding: 0 5px;
    color: #9a9a9a;
    font-size: 11px;
    line-height: 12px;
    transition: all .3s ease;
    opacity: 0
}

.b-cform .b-item-correct:after {
    content: '';
    width: 17px;
    height: 12px;
    position: absolute;
    right: 18px;
    top: 16px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='12'%3e%3cpath d='M17 1.33l-9.2 9.34L6.5 12 0 5.33 1.3 4l5.2 5.33L15.7 0z' fill='%231c355f' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat
}

.b-cform .b-item-user:before {
    content: '';
    width: 16px;
    height: 18px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18'%3e%3cpath d='M7.932 9.7h.124a3.658 3.658 0 0 0 2.747-1.14c1.5-1.62 1.25-4.39 1.223-4.65a3.766 3.766 0 0 0-1.89-3.38 4.328 4.328 0 0 0-2.1-.53H7.97a4.538 4.538 0 0 0-2.1.51 3.774 3.774 0 0 0-1.913 3.4c-.027.26-.276 3.03 1.224 4.65A3.639 3.639 0 0 0 7.932 9.7zM5.006 4v-.03a2.787 2.787 0 0 1 2.961-2.96h.046a2.793 2.793 0 0 1 2.961 2.96.078.078 0 0 0 0 .03c0 .03.276 2.56-.962 3.89a2.619 2.619 0 0 1-2.006.8h-.039a2.611 2.611 0 0 1-2-.8C4.738 6.57 5 4.02 5.006 4zM16 14.3v-.01-.1c-.023-.73-.074-2.46-1.765-3.01a.056.056 0 0 0-.039-.01 11.552 11.552 0 0 1-3.233-1.41.537.537 0 0 0-.732.12.488.488 0 0 0 .129.7 12.222 12.222 0 0 0 3.556 1.56c.908.31 1.009 1.23 1.036 2.08a.756.756 0 0 0 0 .1 6.53 6.53 0 0 1-.082 1.15 16.137 16.137 0 0 1-13.738-.01 5.966 5.966 0 0 1-.082-1.15v-.09c.027-.85.128-1.78 1.036-2.09a12.343 12.343 0 0 0 3.556-1.55.488.488 0 0 0 .129-.7.541.541 0 0 0-.733-.13 11.08 11.08 0 0 1-3.232 1.41.064.064 0 0 1-.039.01C.076 11.73.025 13.46.002 14.19a.678.678 0 0 1 0 .09v.01a5.455 5.455 0 0 0 .2 1.69.5.5 0 0 0 .2.24 17.13 17.13 0 0 0 15.207 0 .521.521 0 0 0 .2-.24A5.7 5.7 0 0 0 16 14.3z' fill-rule='evenodd' opacity='.4'/%3e%3c/svg%3e") no-repeat;
    position: absolute;
    left: 15px;
    top: 12px
}

.b-cform .b-item-mail:before {
    content: '';
    width: 15px;
    height: 12px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12'%3e%3cpath d='M13.169 0H1.834A1.882 1.882 0 0 0 0 1.93v8.14A1.888 1.888 0 0 0 1.834 12h11.332A1.889 1.889 0 0 0 15 10.07V1.93A1.884 1.884 0 0 0 13.169 0zm1 10.07a1.025 1.025 0 0 1-1 1.05H1.834a1.025 1.025 0 0 1-1-1.05V1.93a1.025 1.025 0 0 1 1-1.05h11.332a1.025 1.025 0 0 1 1 1.05v8.14zM9.464 5.9l3.668-3.46a.454.454 0 0 0 .031-.62.409.409 0 0 0-.592-.04L7.512 6.56l-.987-.93a.02.02 0 0 1-.007-.01 1.036 1.036 0 0 0-.068-.06L2.434 1.78a.4.4 0 0 0-.593.04.453.453 0 0 0 .034.62l3.712 3.49-3.7 3.64a.454.454 0 0 0-.019.62.425.425 0 0 0 .308.14.4.4 0 0 0 .285-.12l3.752-3.69 1.018.96a.432.432 0 0 0 .28.11.391.391 0 0 0 .279-.12l1.046-.98 3.731 3.73a.409.409 0 0 0 .288.12.417.417 0 0 0 .3-.14.454.454 0 0 0-.015-.62z' fill-rule='evenodd' opacity='.4'/%3e%3c/svg%3e") no-repeat;
    position: absolute;
    left: 15px;
    top: 17px
}

.b-cform .b-item-phone:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15.03'%3e%3cpath d='M14.614 11.08l-1.865-1.87a1.327 1.327 0 0 0-1.864 0l-.848.85a1 1 0 0 1-1.413 0L4.95 6.38a1.008 1.008 0 0 1 0-1.42c.137-.14.529-.53.848-.85a1.324 1.324 0 0 0 0-1.87L3.933.38a1.307 1.307 0 0 0-1.863 0c-.384.38-.508.5-.68.67a4.781 4.781 0 0 0 0 6.74l5.821 5.84a4.732 4.732 0 0 0 6.725 0l.678-.68a1.327 1.327 0 0 0 0-1.87zM2.69 1a.443.443 0 0 1 .622 0l1.865 1.86a.451.451 0 0 1 0 .63l-.311.31-2.485-2.49zm5.143 12.01L2.012 7.17a3.884 3.884 0 0 1-.242-5.23l2.477 2.48A1.891 1.891 0 0 0 4.329 7l3.674 3.69a1.883 1.883 0 0 0 2.568.08l2.477 2.48a3.849 3.849 0 0 1-5.215-.24zm6.159-.68l-.31.31-2.487-2.49.311-.31a.426.426 0 0 1 .622 0l1.864 1.87a.437.437 0 0 1 0 .62z' fill-rule='evenodd' opacity='.4'/%3e%3c/svg%3e") no-repeat;
    position: absolute;
    left: 17px;
    top: 15px
}

.b-cform .b-item.focus .b-label {
    opacity: 1
}

.b-cform .b-btn-send {
    width: 255px;
    height: 47px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #1500ff;
    cursor: pointer;
    margin: 20px 0 0
}

.b-cform .b-btn-send:hover {
    box-shadow: none
}

.b-an-mbox {
    border-top: 1px solid #ddd;
    padding: 70px 0 40px;
    position: relative
}

.b-an-mbox .b-anb-head {
    font-size: 28px;
    color: #282828;
    font-weight: 800;
    line-height: 30px;
    padding: 0 0 40px
}

.b-an-mbox .b-all-items {
    position: absolute;
    top: 75px;
    right: 0;
    white-space: nowrap;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600
}

.b-an-mbox .b-all-items a {
    color: #1500ff;
    text-decoration: none;
    padding: 0 30px 0 0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11'%3e%3cpath data-name='Shape 20 copy 13' d='M11.59 0l4.15 4.22L17 5.5 11.59 11l-1.25-1.28 3.26-3.31H0V4.6h13.6l-3.26-3.32z' fill='%231500ff' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

.b-an-mbox .b-all-items a:hover {
    text-decoration: underline
}

.b-an-mbox .b-list-ant-items {
    font-size: 0;
    line-height: 0;
    margin: 0 -15px
}

.b-an-mbox .b-list-ant-items > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 15px 30px
}

.b-an-mbox .b-list-ant-items .b-in {
    display: block
}

.b-an-mbox .b-list-ant-items .b-pic {
    display: block;
    width: 100%;
    padding: 0
}

.b-an-mbox .b-list-ant-items .b-txt {
    display: block;
    width: 100%;
    padding: 20px 0 0
}

.b-box-share {
    position: absolute;
    float: right;
    right: 65px;
    width: 95px;
    top: 0
}

.b-box-share .b-label {
    font-size: 14px;
    line-height: 18px;
    color: #1c355f;
    padding: 0 0 15px
}

.b-box-share .b-list-soc {
    list-style: none;
    vertical-align: top;
    margin: 0 !important;
    padding: 0 !important;
    width: 65px;
    background: #f3f3f3;
    white-space: normal
}

.b-box-share .b-list-soc > li {
    display: block;
    padding: 0 !important;
    margin: 0 !important
}

.b-box-share .b-list-soc > li:after, .b-box-share .b-list-soc > li:before {
    display: none
}

.b-box-share .b-list-soc > li div {
    width: 65px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-top: 2px solid #fff
}

.b-box-share .b-list-soc > li a {
    margin: auto
}

.b-text-intro {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 70px
}

.b-asp-ilist {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -15px;
    padding: 0 0 15px
}

.b-asp-ilist > li {
    display: flex;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 15px 30px 0 !important;
}

.b-asp-ilist > li:before {
    display: none !important;
}

.b-asp-ilist .b-in {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 9px #e0e0e0;
    background: #e6e6e6;
    padding: 0 4px 0 0
}

.b-asp-ilist .b-inner {
    height: 100%;
    background: #efefef;
    border-right: 4px solid #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.b-asp-ilist .b-wt {
    height: 100%;
    padding: 25px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

.b-asp-ilist .b-head {
    display: table;
    margin: 0 0 10px;
    table-layout: fixed;
    width: 100%
}

.b-asp-ilist .b-head .b-ico {
    display: table-cell;
    width: 52px;
    vertical-align: middle;
    height: 60px
}

.b-asp-ilist .b-head .b-txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #1c355f
}

.b-asp-ilist .b-head .b-txt .b-head-in {
    max-height: 60px;
    overflow: hidden
}

.b-asp-ilist .b-head .b-txt .b-head-in a:hover {
    color: #1500ff
}

.b-asp-ilist .b-head .b-txt a {
    color: #1c355f;
    text-decoration: none
}

.b-asp-ilist .b-head .b-txt a:hover {
    color: #1500ff
}

.b-asp-ilist .b-info {
    list-style: none;
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
    color: #000000
}

.b-asp-ilist .b-info > li {
    display: table;
    width: 100%;
    margin: 8px 0 0
}

.b-asp-ilist .b-info .b-label {
    display: table-cell;
    vertical-align: top;
    font-weight: 700;
    width: 50%;
    padding: 0 5px 0 0
}

.b-asp-ilist .b-info .b-value {
    display: table-cell;
    vertical-align: top
}

.b-asp-ilist .b-head-pv {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 20px 0
}

.b-asp-ilist .b-list-pv {
    list-style: none;
    vertical-align: top;
    padding: 0 0 10px
}

.b-asp-ilist .b-list-pv > li {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 10px 17px;
    position: relative
}

.b-asp-ilist .b-list-pv > li:before {
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1500ff;
    left: 0;
    top: 8px;
    position: absolute
}

.b-asp-ilist .b-rules-pv {
    font-size: 16px;
    line-height: 24px
}
















.b-list-xfilter {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 35px -10px
}

.b-list-xfilter > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px 10px
}

.b-list-xfilter a {
    display: block;
    text-decoration: none;
    line-height: 23px;
    white-space: nowrap;
    font-size: 12px;
    color: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    padding: 0 8px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%
}

.b-list-xfilter a:hover {
    color: #1c355f;
    border-color: #1c355f
}

.b-list-news {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -15px;
    padding: 0 0 15px
}

.b-list-news > .b-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 30px
}

.b-list-news .b-item-w100 {
    width: 100%
}

.b-list-news .b-item-w100 .b-link {
    height: 349px
}

.b-list-news .b-item-w50 {
    width: 50%
}

.b-list-news .b-item-w33 {
    width: 33.3333%
}

.b-list-news .b-item-w25 {
    width: 25%
}

.b-list-news .b-link {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    height: 327px;
    display: block;
    background-color: #282828
}

.b-list-news .b-link .b-pic {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: .5;
    transition: all .3s ease;
    background-position: center 0 !important
}

.b-list-news .b-link:hover .b-pic {
    opacity: .7
}

.b-list-news .b-link .b-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    text-shadow: 0 1px 2px #000
}

.b-list-news .b-link .b-text .b-label {
    display: inline-block;
    vertical-align: top;
    line-height: 23px;
    padding: 0 8px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px
}

.b-list-news .b-link .b-text .b-head {
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0;
    line-height: 20px
}

.b-list-news .b-link .b-text .b-date {
    display: block;
    font-size: 12px;
    line-height: 15px
}

.b-list-news .b-item-rever .b-link .b-text {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    color: #282828;
    text-shadow: none
}

.b-list-news .b-item-rever .b-link .b-text .b-label {
    border-color: #000;
    color: #000
}

.b-list-news .b-item-w25 .b-link .b-text {
    padding: 20px
}

.b-list-news .b-item-w100 .b-link .b-text .b-head {
    font-size: 20px;
    line-height: 28px;
    max-width: 380px
}

.b-news-cols {
    display: table;
    width: 100%;
    table-layout: fixed
}

.b-news-cols .b-nc-left {
    display: table-cell;
    vertical-align: top
}

.b-news-cols .b-nc-right {
    display: table-cell;
    vertical-align: top;
    width: 285px;
    padding: 0 0 0 30px
}

.b-news-cols .b-nc-right .b-artmeta-list {
    padding: 0 !important
}

.b-side-news .b-sd-head {
    font-size: 24px;
    font-weight: 800;
    color: #282828;
    line-height: 30px;
    padding: 0 0 30px
}

.b-side-news .b-sd-list {
    list-style: none;
    vertical-align: top
}

.b-side-news .b-sd-list > li {
    border: 1px solid #ddd;
    margin: 0 0 15px;
    padding: 20px
}

.b-side-news .b-sd-list .b-head {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 0 0 10px
}

.b-side-news .b-sd-list .b-head a {
    text-decoration: none
}

.b-side-news .b-sd-list .b-head a:hover {
    color: #1500ff
}

.b-side-news .b-all-items {
    text-align: right;
    white-space: nowrap;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 20px
}

.b-side-news .b-all-items a {
    display: inline-block;
    vertical-align: top;
    color: #1500ff;
    text-decoration: none;
    padding: 0 30px 0 0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11'%3e%3cpath data-name='Shape 20 copy 13' d='M11.59 0l4.15 4.22L17 5.5 11.59 11l-1.25-1.28 3.26-3.31H0V4.6h13.6l-3.26-3.32z' fill='%231500ff' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

.b-side-news .b-all-items a:hover {
    text-decoration: underline
}

.b-artmeta-list {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 -20px !important;
    padding: 0 0 30px !important
}

.b-artmeta-list > li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #9b9b9b;
    padding: 0 0 0 20px !important;
    margin: 0 !important
}

.b-artmeta-list > li:after, .b-artmeta-list > li:before {
    display: none !important
}

.b-artmeta-list .b-time {
    color: #000000;
    padding: 0 0 0 18px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='10'%3e%3cpath d='M0 1h11v9H0V1zm1 1h9v7H1V2zm1-2h2v2H2V0zm5 0h2v2H7V0zM2 3h1v1H2V3zm2 0h1v1H4V3zm2 0h1v1H6V3zm2 0h1v1H8V3zM2 5h1v1H2V5zm2 0h1v1H4V5zm2 0h1v1H6V5zm2 0h1v1H8V5zM2 7h1v1H2V7zm2 0h1v1H4V7z' fill='%239b9b9b' fill-rule='evenodd'/%3e%3c/svg%3e") 0 center no-repeat
}

.b-artmeta-list .b-views {
    padding: 0 0 0 24px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10'%3e%3cpath d='M9 0C4.61 0 .36 4.343.19 4.535a.664.664 0 0 0 0 .93C.37 5.657 4.61 10 9 10s8.64-4.343 8.81-4.535a.664.664 0 0 0 0-.93C17.64 4.342 13.41 0 9 0zm0 8.67c-3.08 0-6.25-2.6-7.44-3.686C2.75 3.894 5.92 1.298 9 1.298s6.25 2.6 7.44 3.686C15.25 6.072 12.08 8.669 9 8.669zM6.73 4.984a2.287 2.287 0 1 0 2.29-2.372 2.336 2.336 0 0 0-2.29 2.371zm3.29 0A1.021 1.021 0 1 1 9 3.926a1.056 1.056 0 0 1 1.02 1.057z' fill='%239b9b9b' fill-rule='evenodd'/%3e%3c/svg%3e") 0 center no-repeat
}

.b-article-full {
    padding: 0 0 40px 95px
}

.b-article-full .b-page-head {
    /*margin: 0 0 0 -95px;*/
    color: #282828;
    padding: 0 0 30px
}

.b-article-full .b-page-head h1 {
    color: #282828
}

.b-article-full .b-box-share {
    right: auto;
    top: auto;
    left: 0
}

.b-article-full .b-box-share .b-label {
    font-size: 11px;
    line-height: 15px;
    width: 75px
}

.b-article-full .b-artmeta-list {
    margin: 0 0 0 -115px !important
}

.b-article-full figure {
    margin: 0 0 40px -95px
}

.b-article-full p {
    padding: 0 0 30px
}

.b-article-full .b-quote {
    margin: 0 0 50px -60px;
    position: relative;
    border: 2px solid #1500ff;
    padding: 20px 20px 20px 58px
}

.b-article-full .b-quote:before {
    content: '';
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='64' height='52.75'%3e%3cpath d='M22.213 29.86q-5.7-4.095-5.7-7.9 0-5.025 5.988-13.7c1.456-2.05 2.184-3.27 2.184-3.65 0-.54-.675-1.27-2.023-2.18l-.809-.49q-2.59-1.95-3.4-1.95-1.214 0-5.623 4.38T4.213 17.22a36.062 36.062 0 0 0-4.207 16 22.781 22.781 0 0 0 4.288 13.5q4.287 6.03 11.166 6.04a12.022 12.022 0 0 0 8.94-3.57 11.693 11.693 0 0 0 3.52-8.51 12.7 12.7 0 0 0-5.707-10.82zm36.046 0q-5.747-4.095-5.745-7.9 0-5.025 6.068-13.7c1.457-2.05 2.185-3.27 2.185-3.65 0-.54-.675-1.27-2.023-2.18l-.809-.49q-2.59-1.95-3.4-1.95-2.833 0-10.64 11.19-7.809 11.175-7.808 22.04a22.782 22.782 0 0 0 4.289 13.5q4.287 6.03 11.165 6.04a12.059 12.059 0 0 0 8.9-3.57 11.625 11.625 0 0 0 3.56-8.51 12.676 12.676 0 0 0-5.742-10.82z' fill='%23ccc' fill-rule='evenodd'/%3e%3c/svg%3e") 0 center no-repeat #fff;
    width: 64px;
    height: 86px;
    position: absolute;
    left: -37px;
    top: 17px
}

.b-article-full .b-quote q {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    padding: 0 0 10px;
    font-weight: 600
}

.b-article-full .b-quote .b-author {
    font-size: 14px;
    color: grey;
    line-height: 20px
}

.b-article-links {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    padding: 0 0 35px
}

.b-article-meta {
    padding: 30px 0;
    border-top: 1px solid #ddd
}

.b-article-meta .b-list-tags {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 15px -10px
}

.b-article-meta .b-list-tags > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px 10px;
    line-height: 25px;
    font-size: 13px;
    color: #8f9a9f
}

.b-article-meta .b-list-tags a {
    display: block;
    text-decoration: none;
    line-height: 23px;
    white-space: nowrap;
    font-size: 12px;
    color: #616161;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b2b2b2;
    padding: 0 8px
}

.b-article-meta .b-list-tags a:hover {
    color: #1c355f;
    border-color: #1c355f
}

.b-box-share-line {
    position: static;
    right: auto;
    left: auto;
    top: auto;
    width: auto
}

.b-box-share-line .b-label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0
}

.b-box-share-line .b-list-soc {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    background: 0 0;
    white-space: nowrap
}

.b-box-share-line .b-list-soc > li {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    text-align: center
}

.b-wht-btns-list {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 -15px
}

.b-wht-btns-list > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 15px
}

.b-wht-btns-list a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 0 33px;
    border: 3px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 41px;
    white-space: nowrap
}

.b-wht-btns-list a:hover {
    color: #fff;
    border-color: #1c355f;
    background: #1c355f
}

.b-wrap-line-nav {
    background: #eee;
    margin: -76px -1000% 50px;
    padding: 0 1000%
}

.b-wrap-line-nav .b-line-nav {
    list-style: none;
    font-size: 0;
    line-height: 0;
    border-right: 1px solid #d6d6d6;
    display: inline-block;
    vertical-align: top
}

.b-wrap-line-nav .b-line-nav > li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #d6d6d6
}

.b-wrap-line-nav .b-line-nav a {
    display: block;
    text-decoration: none;
    line-height: 60px;
    height: 60px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: #282828;
    text-transform: uppercase;
    padding: 0 40px
}

.b-wrap-line-nav .b-line-nav a:hover {
    color: #1500ff
}

.b-wrap-line-nav .b-line-nav > .active {
    position: relative
}

.b-wrap-line-nav .b-line-nav > .active a {
    margin: 0 -1px;
    padding: 0 41px;
    background: #1500ff;
    color: #fff
}

.b-wrap-line-nav .b-line-nav > .active a:hover {
    color: #fff
}

.b-wrap-list-bks {
    padding: 70px 0 0
}

.b-wrap-list-bks .b-wlb-head {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c355f;
    line-height: 30px;
    padding: 0 0 30px
}

.b-wrap-list-bks .b-wt {
    padding-bottom: 85px
}

.b-wrap-list-bks .b-btm-txt {
    left: 0;
    bottom: 25px;
    position: absolute;
    padding: 0 30px;
    width: 100%;
    font-size: 12px;
    color: #616161;
    line-height: 15px;
    max-height: 45px;
    overflow: hidden
}

.b-wrap-list-bks + .b-mb-info-tabs {
    padding: 40px 0 0
}

.b-wrt-col {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: -40px 0 0
}

.b-wrt-col .b-wrt-cleft {
    display: table-cell;
    vertical-align: top;
    width: 255px
}

.b-wrt-col .b-wrt-cright {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 45px
}

.b-wrt-side-nav {
    background: #f3f3f3;
    padding: 18px 25px;
    min-width: 255px;
    border-radius: 4px;
}

.b-wrt-side-nav .b-side-nav-list {
    list-style: none;
    vertical-align: top
}

.b-wrt-side-nav .b-side-nav-list > li {
    padding: 12px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.b-wrt-side-nav .b-side-nav-list a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    color: #1c355f
}

.b-wrt-side-nav .b-side-nav-list a:hover {
    color: #1500FF;
}

.b-wrt-side-nav .b-side-nav-list .active > a {
    color: #1500FF;
    border-color: #1500FF;
}

.b-wrt-side-nav .b-side-nav-list .active > a:hover {
    border-color: #1500FF;
}

.b-text-intro + .b-list-xfilter {
    margin-top: -35px
}

.b-asp-ilist .b-wrap-sci-head .b-head .b-ico {
    height: auto
}

.b-asp-ilist .b-mpst {
    font-size: 14px;
    line-height: 15px;
    color: #000000;
    padding: 5px 0 0 52px
}

.b-asp-ilist .b-wrap-sci-head {
    height: 120px;
    margin: 0 0 5px;
    overflow: hidden
}

.b-manage {
    color: #282828;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 18px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.b-manage span {
    display: block;
    font-weight: 500;
    color: #000
}

.b-student-box {
    padding: 0 0 30px
}

.b-student-box .b-sdb-head {
    font-size: 28px;
    font-weight: 800;
    padding: 0 0 30px
}

.b-th-adv + .b-student-box {
    margin: -30px 0 0
}

.b-sdb-cols {
    display: table;
    width: 100%;
    table-layout: fixed
}

.b-sdb-cols .b-sdb-left {
    display: table-cell;
    vertical-align: top
}

.b-sdb-cols .b-sdb-right {
    display: table-cell;
    vertical-align: top;
    width: 380px;
    padding: 0 0 0 30px
}

.b-sdb-side-nav {
    list-style: none;
    vertical-align: top
}

.b-sdb-side-nav > li {
    padding: 0 0 7px
}

.b-sdb-side-nav a {
    display: block;
    text-decoration: none;
    color: #000000;
    background: #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 35px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700
}

.b-sdb-side-nav a:hover {
    color: #efefef;
    background-color: #000000 !important;
}

.b-sdb-cols .b-asp-ilist > li {
    width: 50%
}

.b-sdb-cols .b-asp-ilist .b-stda-head {
    font-size: 18px;
    font-weight: 700;
    color: #1500ff;
    line-height: 25px;
    padding: 0 0 10px
}

.b-sdb-cols .b-asp-ilist .b-stda-list {
    list-style: none;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px
}

.b-sdb-cols .b-asp-ilist .b-stda-list > li {
    padding: 4px 0
}

.b-student-box + .b-mb-info-tabs {
    padding: 20px 0 0
}

.b-sim-text {
    font-size: 16px;
    line-height: 25px;
    color: #fff
}

.b-sim-text a {
    color: #fff
}

.b-article-about, .b-article-about h2 {
    padding: 0 0 30px
}

.b-article-about p + h2 {
    padding-top: 20px
}

.b-wrt-cright .b-article-full .b-page-head {
    margin: 0
}

.b-wrt-cright .b-article-full figure {
    margin-left: 0
}

.b-wrt-cright .b-article, .b-wrt-cright .b-article-full {
    font-size: 16px;
    padding: 0
}

.b-bac-info {
    border: 5px solid #ddd;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 4px;
}

.b-bac-info p {
    padding: 0 0 5px !important
}

.b-bac-info .b-price {
    color: #1500ff;
    padding: 40px 0
}

.b-bac-info .b-price .b-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 0 10px 0 0
}

.b-bac-info .b-price .b-summ {
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px
}

.b-bac-info .b-price .b-summ i {
    font-style: normal;
    font-size: 18px
}

.b-adg-box {
    background: #f7f7f7;
    padding: 70px 1000% 40px;
    margin: 0 -1000% 70px
}

.b-adg-box .b-adg-list {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -15px;
    padding: 0 !important
}

.b-adg-box .b-adg-list > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px 45px
}

.b-adg-box .b-adg-list > li:after, .b-adg-box .b-adg-list > li:before {
    display: none !important
}

.b-adg-box .b-adg-list .b-in {
    display: table
}

.b-adg-box .b-adg-list .b-in .b-ico {
    display: table-cell;
    vertical-align: top;
    width: 90px
}

.b-adg-box .b-adg-list .b-in .b-txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: black;
    font-weight: 700
}

.b-list-teachs {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -15px !important;
    padding: 0 0 30px !important
}

.b-list-teachs > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px 30px !important
}

.b-list-teachs > li:after, .b-list-teachs > li:before {
    display: none !important
}

.b-list-teachs .b-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content
}

.b-list-teachs .b-pic {
    margin: 0 0 10px
}

.b-list-teachs .b-pic img {
    display: block;
    width: 100%;
    height: auto
}

.b-list-teachs .b-post {
    font-size: 12px;
    line-height: 18px;
    color: #616161;
    font-weight: 400;
    padding: 2px 0 0
}

.b-hr-right {
    margin: 0 -1000% 70px 0;
    padding: 0 1000% 0 0;
    border-top: 1px solid #ddd
}

.b-article ul.b-2cols > li {

}

.b-btn-single {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #000000;
    border: 2px solid #ebebeb;
    background-color: #ebebeb;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 30px;
    line-height: 1.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    margin: 0 0 20px
}

.b-btn-single:hover {
    color: #ebebeb;
    border-color: #000000 !important;
    background-color: #000000 !important;
}

.b-article ul.b-2cols + .b-btn-single {
    margin: -20px 0 30px
}

.b-partners-list {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -15px !important;
    padding: 0 0 60px !important
}

.b-partners-list > li {
    display: inline-block;
    vertical-align: top;
    width: 16.6666%;
    padding: 0 15px 15px !important
}

.b-partners-list > li:after, .b-partners-list > li:before {
    display: none !important
}

.b-partners-list > li .b-in {
    display: table;
    width: 100%;
    text-decoration: none
}

.b-partners-list > li .b-in:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.b-partners-list > li .b-in .b-td {
    display: table-cell;
    width: 100%;
    height: 130px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd
}

.b-partners-list > li .b-in .b-td img {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto
}

.b-wrt-cright .b-partners-list > li {
    width: 25%
}

.b-program-fin {
    background: #f5f5f5;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 4px;
}

.b-program-fin h2 {
    padding: 0 0 15px
}

.b-program-fin p {
    padding: 0 !important
}

.b-program-fin p + p {
    padding: 15px 0 0 !important
}


.b-program-fin-color {
    background: #73d6d2;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 4px;
}

.b-program-fin-color h2 {
    padding: 0 0 15px
}

.b-program-fin-color p {
    padding: 0 !important
}

.b-program-fin-color p + p {
    padding: 15px 0 0 !important
}




.b-i-fact {
    margin: 0 0 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #e6e6e6;
    padding: 0 4px 0 0;
    box-shadow: 0 1px 9px #e0e0e0
}

.b-i-fact .b-if-in {
    background: #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 4px 0 0
}

.b-i-fact .b-in {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 4px 0 0
}

.b-i-fact .b-tb {
    display: table;
    width: 100%;
    table-layout: fixed
}

.b-i-fact .b-tb .b-left {
    display: table-cell;
    vertical-align: top;
    background: #f4f4f4;
    padding: 30px 25px;
    width: 400px;
    font-size: 13px;
    line-height: 20px;
    color: #000
}

.b-i-fact .b-tb .b-left p {
    padding: 0 0 20px
}

.b-i-fact .b-tb .b-left b {
    color: #282828
}

.b-i-fact .b-tb .b-right {
    display: table-cell;
    vertical-align: top;
    padding: 30px 60px
}

.b-i-fact .b-tb .b-right .b-head {
    font-size: 14px;
    font-weight: 700;
    color: #1500ff;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 0 5px
}

.b-i-fact .b-tb .b-right .b-shead {
    font-size: 12px;
    font-weight: 700;
    color: #282828;
    line-height: 20px;
    padding: 5px 0 0
}

.b-i-fact .b-tb .b-right .b-caf-list {
    list-style: none;
    vertical-align: top;
    padding: 0 0 20px
}

.b-i-fact .b-tb .b-right .b-caf-list li {
    font-size: 13px;
    line-height: 18px;
    padding: 3px 0;
    color: #000
}

.b-i-fact .b-tb .b-right .b-caf-list li a {
    color: #000;
    text-decoration: none
}

.b-i-fact .b-tb .b-right .b-caf-list li a:hover {
    color: #1c355f;
    text-decoration: underline
}

.b-i-fact .b-ft-head {
    display: table;
    margin: 0 0 25px
}

.b-i-fact .b-ft-head .b-ico {
    display: table-cell;
    vertical-align: middle;
    width: 60px
}

.b-i-fact .b-ft-head .b-txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #1c355f
}

.b-i-fact .b-ft-head .b-txt a {
    text-decoration: none
}

.b-i-fact .b-ft-head .b-txt a:hover {
    color: #1500ff
}

.b-i-fact .b-cti-head {
    font-size: 13px;
    font-weight: 700;
    color: #1500ff;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 0 5px
}

.b-i-fact address {
    display: block;
    padding: 0 0 20px;
    font-style: normal
}

.b-i-fact .d-decan {
    display: table;
    margin: 20px 0 30px
}

.b-i-fact .d-decan .b-ico {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    padding: 0 15px 0 0
}

.b-i-fact .d-decan .b-ico img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: auto
}

.b-i-fact .d-decan .b-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-weight: 700
}

.b-i-fact .d-decan .b-name .b-post {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 18px
}

.b-i-fact .b-more {
    font-size: 12px;
    line-height: 15px
}

.b-i-fact .b-more a {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3e%3cpath d='M8.183 0l2.93 3.072L12 4 8.184 8l-.887-.928 2.3-2.414H0V3.346h9.6L7.3.928z' fill='%231c355f' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

.b-wrt-cright .b-asp-ilist {
    padding: 30px 0;
    margin: 0 -15px !important
}

.b-wrt-cright .b-asp-ilist > li {
    width: 50%;
    padding: 0 15px 30px !important
}

.b-wrt-cright .b-asp-ilist > li:after, .b-wrt-cright .b-asp-ilist > li:before {
    display: none !important
}

.b-wrt-cright .b-asp-ilist .b-wdecan {
    border-top: 1px solid #ddd;
    margin: 0 -20px;
    padding: 0 20px
}

.b-wrt-cright .b-asp-ilist .d-decan {
    display: table;
    width: 100%;
    margin: 20px 0 0
}

.b-wrt-cright .b-asp-ilist .d-decan .b-ico {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    padding: 0 15px 0 0
}

.b-wrt-cright .b-asp-ilist .d-decan .b-ico img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: auto
}

.b-wrt-cright .b-asp-ilist .d-decan .b-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-weight: 700
}

.b-wrt-cright .b-asp-ilist .d-decan .b-name .b-post {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #616161;
    line-height: 18px
}

.b-asp-ilist .b-info, .b-asp-ilist .b-info > li {
    padding: 0 !important
}

.b-asp-ilist .b-info > li:after, .b-asp-ilist .b-info > li:before {
    display: none !important
}

.b-page-head-edu {
    position: relative;
    padding-right: 320px
}

.b-phe-box-nav {
    position: absolute;
    right: 0;
    top: 0
}

.b-edu-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap
}

.b-edu-link a {
    display: inline-block;
    text-decoration: none;
    color: #616161;
    padding: 0 0 0 23px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12'%3e%3cpath d='M0 0h14v1.437H0V0zm0 5.281h14v1.438H0V5.281zm0 5.281h14V12H0v-1.438z' fill='%23616161' fill-rule='evenodd'/%3e%3c/svg%3e") 0 center no-repeat
}

.b-edu-link a:hover {
    text-decoration: underline
}

.b-phe-popup {
    right: 0;
    top: 33px;
    position: absolute;
    background: #fff;
    z-index: 200;
    width: 100%;
    min-width: 200px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: none
}

.b-phe-popup .b-phe-popup-list {
    list-style: none;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px
}

.b-phe-popup .b-phe-popup-list > li {
    padding: 0;
    margin: 0
}

.b-phe-popup .b-phe-popup-list > li + li {
    border-top: 1px solid #eee
}

.b-phe-popup .b-phe-popup-list a {
    display: block;
    text-decoration: none;
    padding: 7px 25px;
    font-weight: 600;
    text-transform: uppercase
}

.b-phe-popup .b-phe-popup-list a:hover {
    color: #1500ff
}

.b-select-progs {
    border: 1px solid #ddd;
    padding: 30px;
    margin: 0 0 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.b-select-progs .b-btn-send {
    display: block;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 190px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #1500ff;
   /* box-shadow: 0 5px 22px rgba(149, 26, 29, .66)*/
}

.b-select-progs .b-btn-send:hover {
    box-shadow: none
}

.b-select-progs-tb {
    font-size: 0;
    line-height: 0;
    margin: 0 -15px
}

.b-select-progs-tb .b-col-td {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 25px;
    width: 260px
}

.b-select-progs-tb .b-col-td .b-head {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 0 0 10px
}

.b-select-progs-tb .b-col-td .b-programs-list {
    list-style: none;
    vertical-align: top
}

.b-select-progs-tb .b-col-td .b-programs-list > li {
    padding: 5px 0
}

.b-select-progs-tb .sel-fac-text {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 15px;
    color: #6f6f6f
}

.b-select-choice {
    margin: 0 0 30px
}

.b-select-choice .b-list {
    list-style: none;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    margin: 0 -4px
}

.b-select-choice .b-list > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 8px;
    line-height: 25px;
    font-size: 12px
}

.b-select-choice .b-label {
    color: #616161;
    font-weight: 700;
    font-size: 14px;
    padding: 0 5px 0 0
}

.b-select-choice .b-link-reset {
    text-decoration: none;
    color: #1500ff;
    border-bottom: 1px dashed #1500ff;
    font-size: 14px;
    white-space: nowrap;
    margin: 0 0 0 5px
}

.b-select-choice .b-link-reset:hover {
    border-color: transparent
}

.b-select-choice .b-item {
    line-height: 23px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b2b2b2;
    padding: 0 23px 0 9px;
    font-size: 12px;
    color: #616161
}

.b-select-choice .b-link-remove {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 7px;
    height: 7px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7'%3e%3cpath d='M7 1.094L4.667 3.281 3.5 4.375 2.333 3.281 0 1.094 1.167 0 3.5 2.187 5.833 0zm0 4.812L4.667 3.718 3.5 2.625 2.333 3.718 0 5.906 1.167 7 3.5 4.812 5.833 7z' fill='%231500ff' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat
}

.b-res-prog .b-asp-ilist > li {
    padding: 0 15px 30px !important
}

.b-res-prog .b-asp-ilist > li:after, .b-res-prog .b-asp-ilist > li:before {
    display: none
}

.b-res-prog .b-asp-ilist > li .b-btm-txt {
    left: 0;
    bottom: 25px;
    position: absolute;
    padding: 0 30px;
    width: 100%;
    font-size: 12px;
    color: #616161;
    line-height: 15px;
    max-height: 45px;
    overflow: hidden
}

.b-res-prog {
    padding: 0
}

.b-res-prog .b-article .b-asp-ilist {
    margin: 0 -15px !important;
    padding-top: 10px !important
}

.b-res-prog .b-article .b-asp-ilist .b-info {
    padding-top: 10px !important
}

.b-sht-soc-rel {
    position: relative;
    margin: 0 0 -50px;
    padding: 0 0 50px
}

.b-sht-soc {
    display: none
}

.b-sht-soc .b-sht {
    display: block;
    position: relative;
    width: 18px;
    height: 16px
}

.b-sht-soc .b-sht:after, .b-sht-soc .b-sht:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s ease
}

.b-sht-soc .b-sht:after, .b-sht-soc .b-sht:hover:before {
    opacity: 0
}

.b-sht-soc .b-sht:hover:after {
    opacity: 1
}

.b-sht-soc .b-sht:before {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17.53' height='15.84'%3e%3cpath d='M12.89 7.98c-.24-.08-.41-.13-.28-.47a2.059 2.059 0 0 0 .01-1.82c-.56-.84-2.09-.8-3.84-.02 0 0-.55.26-.41-.21a2.186 2.186 0 0 0-.19-2.13c-.94-1.01-3.47.04-5.63 2.34a8.07 8.07 0 0 0-2.56 5.12c0 3.02 3.64 5.04 7.2 5.04 4.68 0 7.78-3.07 7.78-5.36a2.7 2.7 0 0 0-2.08-2.49zm-5.69 6.5c-2.84.29-5.29-1.06-5.48-3.02s1.97-3.78 4.82-4.08 5.29 1.05 5.48 3.01-1.97 3.79-4.82 4.09zm10.33-8.96A5.409 5.409 0 0 0 12.24 0a.646.646 0 0 0 0 1.29 4.147 4.147 0 0 1 4.06 4.23.628.628 0 0 0 .61.65.636.636 0 0 0 .62-.65zm-2.45-.09a3.623 3.623 0 0 0-2.75-2.87.607.607 0 0 0-.72.5.636.636 0 0 0 .48.76 2.347 2.347 0 0 1 1.78 1.87.624.624 0 0 0 .73.5.654.654 0 0 0 .48-.76zM5.75 9.3a2.033 2.033 0 0 0-1.73 2.24 1.948 1.948 0 0 0 2.42 1.37 2.033 2.033 0 0 0 1.73-2.24A1.952 1.952 0 0 0 5.75 9.3z' fill-rule='evenodd' fill='%23a5aab0'/%3e%3c/svg%3e") no-repeat
}

.b-sht-soc .b-sht:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17.53' height='15.84'%3e%3cpath d='M12.89 7.98c-.24-.08-.41-.13-.28-.47a2.059 2.059 0 0 0 .01-1.82c-.56-.84-2.09-.8-3.84-.02 0 0-.55.26-.41-.21a2.186 2.186 0 0 0-.19-2.13c-.94-1.01-3.47.04-5.63 2.34a8.07 8.07 0 0 0-2.56 5.12c0 3.02 3.64 5.04 7.2 5.04 4.68 0 7.78-3.07 7.78-5.36a2.7 2.7 0 0 0-2.08-2.49zm-5.69 6.5c-2.84.29-5.29-1.06-5.48-3.02s1.97-3.78 4.82-4.08 5.29 1.05 5.48 3.01-1.97 3.79-4.82 4.09zm10.33-8.96A5.409 5.409 0 0 0 12.24 0a.646.646 0 0 0 0 1.29 4.147 4.147 0 0 1 4.06 4.23.628.628 0 0 0 .61.65.636.636 0 0 0 .62-.65zm-2.45-.09a3.623 3.623 0 0 0-2.75-2.87.607.607 0 0 0-.72.5.636.636 0 0 0 .48.76 2.347 2.347 0 0 1 1.78 1.87.624.624 0 0 0 .73.5.654.654 0 0 0 .48-.76zM5.75 9.3a2.033 2.033 0 0 0-1.73 2.24 1.948 1.948 0 0 0 2.42 1.37 2.033 2.033 0 0 0 1.73-2.24A1.952 1.952 0 0 0 5.75 9.3z' fill-rule='evenodd' fill='%231c355f'/%3e%3c/svg%3e") no-repeat
}

.b-article-sing {
    padding: 0 190px 0 0
}

.b-pv-inner-box {
    padding: 0 0 0 25px
}

.b-side-affix {
    z-index: 400
}

.b-btn-single-red {
    display: inline-block;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #1500ff;
    box-shadow: 0 5px 22px rgba(149, 26, 29, .66)
}

.b-btn-single-red:hover {
    box-shadow: none
}

.b-select-by-course {
    margin: -20px 0 50px
}

.b-course-mhead {
    font-weight: 800;
    color: #292929;
    padding: 0 0 30px;
    font-size: 24px
}

.b-i-fact-mayn .b-ft-head {
    margin: 0 0 15px
}

.b-i-fact-mayn .b-ft-head .b-ico {
    vertical-align: top
}

.b-i-fact-mayn .b-ft-subhead {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #282828;
    padding: 0 0 20px
}

.b-i-fact-mayn .b-mayn-listc {
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 10px 0 0
}

.b-i-fact-mayn .b-mayn-listc > li {
    padding: 0 0 5px 18px;
    position: relative
}

.b-i-fact-mayn .b-mayn-listc > li:before {
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #921a1b;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 6px
}

.b-article iframe {
    max-width: 100%;
}

.b-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.b-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.b-popup-form {
    width: 500px;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center
}

.b-popup-form h3 {
    text-align: center;
    font-size: 18px;
    padding: 0 0 20px;
    line-height: 25px;
    color: #282828
}

.b-popup-form .b-cform {
    padding: 0 0 10px
}

.seo-moving-item {
    position: relative;
    left: 200%;
    left: 200vw;
}

.b-2cols-marking-list {
    display: flex;
}
.b-2cols-marking-list > ul {
    display: block;
    width: 50%;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index:10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: none;
    width: 20px;
    height: 20px;

    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    transition: all 0.5s 0s;
}

.slick-slider:hover .slick-prev:before,
.slick-slider:hover .slick-next:before {
    display: block;
}

.slick-prev {
    left: 25px;
}
[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
}
.slick-prev:before,
[dir='rtl'] .slick-next:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NSA0NTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTIyNy41LDBDMTAxLjg1NSwwLDAsMTAxLjg1NSwwLDIyNy41UzEwMS44NTUsNDU1LDIyNy41LDQ1NVM0NTUsMzUzLjE0NSw0NTUsMjI3LjVTMzUzLjE0NSwwLDIyNy41LDB6IE0yNzYuNzcyLDMzNC40MTEKCWwtMjEuMjQ4LDIxLjE3OEwxMjcuODUyLDIyNy41TDI1NS41MjQsOTkuNDExbDIxLjI0OCwyMS4xNzhMMTcwLjIwOSwyMjcuNUwyNzYuNzcyLDMzNC40MTF6Ii8+Cjwvc3ZnPgo=);
}
.slick-next:before,
[dir='rtl'] .slick-prev:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NSA0NTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTIyNy41LDBDMTAxLjg1NSwwLDAsMTAxLjg1NSwwLDIyNy41UzEwMS44NTUsNDU1LDIyNy41LDQ1NVM0NTUsMzUzLjE0NSw0NTUsMjI3LjVTMzUzLjE0NSwwLDIyNy41LDB6IE0xOTkuNDc2LDM1NS41ODkKCWwtMjEuMjQ4LTIxLjE3OEwyODQuNzkxLDIyNy41TDE3OC4yMjgsMTIwLjU4OWwyMS4yNDgtMjEuMTc4TDMyNy4xNDgsMjI3LjVMMTk5LjQ3NiwzNTUuNTg5eiIvPgo8L3N2Zz4=);
}
.slick-next {
    right: 25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 25px;
}
/* add 10/3/2020 */
.b-outer-nav .b-list {
    background: rgba(0, 0, 0, 0.3);
    margin: 0 -30px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}
.b-outer-nav .b-list > li {
    padding: 25px 30px;
    line-height: 20px;
}
.b-outer-nav .b-list > li a {
    border: none;
}
.b-outer-nav .b-list > li a:hover {
    color: #1500ff;
}
.b-outer-nav .b-list:after {
    display: none;
}
.b-sitemap {
    background: #fff;
}
.b-sitemap .b-container {
    max-width: 1260px;
}
.b-stp-tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 75px 0 100px 0;
}
.b-stp-tabs .b-stpt-left,
.b-stp-tabs .b-stpt-right {
    display: block;
    padding: 0;
}
.b-stp-tabs .b-stpt-left {
    width: 255px;
    min-width: 255px;
}
.b-stp-tabs .b-stpt-center {
    width: 255px;
    min-width: 255px;
    margin: 0 20px;
}
.b-stp-tabs .b-stpt-right {
    width: 450px;
    max-width: 450px;
}
.b-stp-tabs .b-stpt-right .b-head {
    font-size: 22px;
    font-weight: 700;
    color: #1500ff;
    padding: 0 0 30px 0;
    text-align: center;
}
.b-stp-tabs .b-stpt-right .b-cform .b-btn-send {
    margin: 35px auto;
    display: block;
}
.b-cform .b-textarea {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    color: #282828;
    font-weight: 500;
    resize: none;
}
.b-cform .b-item-textarea .b-label {
    left: 15px;
}
.b-cform .b-item-error .b-input,
.b-cform .b-item-error .b-textarea {
    border-color: #f11a48;
}
.b-stpt-btns-nav {
    list-style: none;
}
.b-stpt-btns-nav > li {
    padding: 0 0 20px 0;
}
.b-stpt-btns-nav-link,
.b-stpt-btns-nav a {
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #1c355f;
    height: 68px;
    border: 1px solid #1c355f;
    border-radius: 4px;
}
.b-stpt-btns-nav-link:hover,
.b-stpt-btns-nav a:hover {
    background: #1500ff;
    border-color: #1500ff;
    color: #fff;
   /* box-shadow: 0 8px 20px rgba(149, 26, 29, 0.53);*/
}
.b-stpt-btns-nav-link_inline {
    display: inline-flex;
    width: auto;
    min-width: 250px;
    padding: 0 50px;
}
.b-stpt-nav > li {
    font-size: 16px;
}
.b-stpt-nav > li li {
    font-size: 14px;
}
.b-wlb-tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -5px 0 30px -10px;
}
.b-wlb-tags > li {
    padding: 0 0 10px 10px;
}
.b-wlb-tags a {
    display: flex;
    padding: 0 9px;
    text-decoration: none;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    line-height: 23px;
    font-size: 12px;
}
.b-wlb-tags .b-link-tag-1 {
    color: #cc5ee3;
}
.b-wlb-tags .b-link-tag-2 {
    color: #86c303 ;
}
.b-wlb-tags .b-link-tag-3 {
    color: #f81515;
}
.b-wlb-tags .b-link-tag-4 {
    color: #84a8e4;
}
.b-wlb-tags .b-link-tag-5 {
    color: #ff8401;
}
.b-asp-ilist > li .b-wt:before {
    content: '';
    width: 7px;
    height: 49px;
    left: 0;
    top: 20px;
    position: absolute;
}
.b-asp-ilist .b-asp-item-tg-1 .b-wt:before {
    background: #cc5ee3;
}
.b-asp-ilist .b-asp-item-tg-2 .b-wt:before {
    background: #86c303;
}
.b-asp-ilist .b-asp-item-tg-3 .b-wt:before {
    background: #f81515;
}
.b-asp-ilist .b-asp-item-tg-4 .b-wt:before {
    background: #84a8e4;
}
.b-asp-ilist .b-asp-item-tg-5 .b-wt:before {
    background: #ff8401;
}
.b-asp-ilist .b-head {
    margin-top: -10px;
}
.b-foot-subscribe {
    background: #3276e9 url("/local/templates/index/styles/../images/bg-subscr.png") 33% bottom no-repeat;
    color: #fff;
}
.b-subsc-container {
    padding: 30px 0;
    display: flex;
}
.b-subsc-container .b-text-col {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.b-subsc-container .b-head {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 0 16px 0;
}
.b-subsc-container .b-btn-col {
    width: 285px;
    min-width: 285px;
    padding: 10px 0 0 30px;
}
.b-subsc-container .b-form-col,
.b-subsc-container .b-cform {
    padding: 10px 0 0 30px;
    min-width: 33%;
    width: 33%;
    font-size: 12px;
}
.b-subsc-container input[type="checkbox"] + label {
    color: #fff;
    font-size: 12px;
}
.b-subsc-container input[type="checkbox"] + label a {
    color: #fff;
}
.b-subsc-container .b-btn-send {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    background: #40b9ff;
    box-shadow: 0 5px 22px rgba(0, 54, 146, 0.66);
    border: none;
}
.b-subsc-container .b-btn-send:hover {
    background: #00aeef;
    box-shadow: none;
}
@media (max-width: 980px) {
    .b-subsc-container {
        flex-wrap: wrap;
    }
    .b-subsc-container .b-text-col {
        width: 100%;
        flex-grow: 1;
        padding: 0 0 20px 0;
    }
    .b-subsc-container .b-form-col,
    .b-subsc-container .b-cform {
        flex-grow: 1;
        padding: 0;
        max-width: 100%;
    }
    .b-subsc-container .b-btn-col {
        padding: 0 0 0 20px;
    }
}
@media (max-width: 620px) {
    .b-subsc-container .b-form-col,
    .b-subsc-container .b-cform {
        width: 100%;
    }
    .b-subsc-container .b-btn-col {
        margin: auto;
        padding: 0;
        max-width: 280px;
    }
}

#struktura-programmy, #struktura-programmy .b-program-fin, #struktura-programmy-, #struktura-programmy- .b-program-fin, #preimushchestva, #preimushchestva .b-program-fin{
    margin: 0px;
}

#struktura-programmy br, #struktura-programmy- br, #preimushchestva br{
   /* display: none;*/
}

#preimushchestva+#praktiki, #preimushchestva+#struktura-programmy{
    margin-top: 20px;
}

.b-article#nekotorye-kursy- h2, .b-article#nekotorye-kursy-programmy h2, .b-article#nekotorye-kursy-programmy- h2{
    margin-top: 20px;
}

.text-cafedry p, .text-cafedry ul{
    padding: 0;
    margin: -10px 0 30px;
}

/* End */


/* Start:/local/templates/index/styles/responsive.css?173945043325771*/
@media (max-width: 1420px) {
    .b-htp-cols .b-head-nav-list > li {
        padding: 10px
    }

    .b-htp-cols .b-head-nav-list ul li a {
        padding: 5px 10px
    }

    .b-htp-wrapper-cols {
        padding: 0 80px 0 90px
    }

    .b-htp-cols .b-col-phone-link {
        right: 20px
    }

    .b-list-langs > li {
        display: none
    }

    .b-list-langs > li.active {
        display: inline-block
    }
}

@media (max-width: 1280px) {
    .b-mn-slider .slick-dots {
    }

    .b-wrt-col .b-wrt-cright {
        padding: 0 0 0 45px
    }

    .b-sht-soc {
        display: block
    }

    .b-htp-col-soc .b-list-soc {
        display: none;
        right: -75px;
        top: 36px;
        position: absolute;
        width: 160px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        text-align: center;
        margin: 0
    }

    .b-htp-col-soc .b-list-soc > li {
        display: inline-block;
        padding: 10px 8px
    }

    .b-htp-col-soc {
        position: relative
    }

    .b-htp-cols .b-htp-col-search {
        width: 130px;
        padding: 0
    }

    .b-htp-cols .b-head-nav-list > li > a {
        font-size: 13px
    }

    .b-htp-cols .b-head-nav-list .is-parent > a {
        padding: 0 20px 0 0
    }
}

@media (max-width: 1120px) {
    .b-ant-cols .b-ant-right {
        padding: 0 0 0 30px
    }

    .b-th-adv .b-link .b-head {
        font-size: 16px
    }

    .b-th-adv .b-link .b-subhead {
        font-size: 14px
    }

    .b-foot-cols .b-ftc-nav {
        column-gap: 20px
    }

    .b-foot-cols .b-ftc-center {
        padding: 0 20px
    }

    .b-container {
        padding: 0 15px
    }

    .b-select-ege .b-inner {
        padding: 35px 370px 35px 30px
    }
}

@media (max-width: 1080px) {
    .b-htp-cols .b-col-phone-link {
        right: 5px
    }

    .b-htp-wrapper-cols {
        padding-right: 60px
    }

    .b-htp-cols .b-htp-col-search {
        padding: 0 0 0 5px
    }

    .b-htp-cols .b-htp-col-logo .b-logo-list > li img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: 42px
    }

    .b-htp-cols .b-htp-col-logo .b-logo-list > li {
        padding: 19px 10px
    }

    .b-htp-cols .b-head-nav-list > li > a {
        font-size: 12px
    }

    .b-htp-cols .b-head-nav-list .is-parent > a {
        padding: 0 16px 0 0
    }
}

@media (min-width: 980px) {
    .b-wrt-side-nav {
        max-width: 255px
    }
}

@media (max-width: 980px) {
    .b-edu-link {
        position: static;
        right: auto;
        top: auto;
        padding: 10px 0 0
    }

    .b-asp-ilist .b-head .b-txt {
        font-size: 14px;
        line-height: 20px
    }

    .b-wrt-cright .b-asp-ilist .d-decan .b-name {
        font-size: 13px
    }

    .b-i-fact .b-tb .b-left {
        width: 320px
    }

    .b-i-fact .b-tb .b-right {
        padding: 30px
    }

    .b-partners-list > li {
        width: 20%
    }

    .b-wht-intro br + br {
        display: none
    }

    .b-wrap-list-bks .b-wlb-head {
        font-size: 18px;
        line-height: 24px
    }

    .b-side-news .b-sd-head {
        font-size: 18px;
        line-height: 25px;
        padding: 0 0 20px
    }

    .b-list-news .b-item-w25 .b-link .b-text .b-head {
        font-size: 13px;
        line-height: 18px
    }

    .b-list-news .b-link .b-text {
        padding: 20px
    }

    .b-article {
        font-size: 16px;
        line-height: 25px
    }

    .b-article p {
        padding: 0 0 30px
    }

    .b-article .b-light-box {
        margin: 0 0 30px;
        font-size: 16px
    }

    .b-article figure {
        margin: 0 0 40px
    }

    .b-article figure figcaption {
        font-size: 18px
    }

    .b-article ul {
        padding: 0 0 25px
    }

    .b-article h2 {
        padding: 10px 0 20px
    }

    .b-an-mbox .b-anb-head, .b-article h2 {
        font-size: 21px
    }

    .b-article .b-2cols {
        columns: 1
    }

    .b-bread {
        margin: 15px 0
    }

    .b-page-head h1 {
        font-size: 24px;
        line-height: 30px
    }

    .b-page-head {
        font-size: 24px;
        line-height: 25px;
        padding: 0 0 20px
    }

    .b-list-ant-items > li {
        padding: 0 0 25px
    }

    .b-list-ant-items .b-pic {
        width: 215px;
        padding: 0 20px 0 0;
        vertical-align: top
    }

    .b-list-ant-items .b-head {
        font-size: 15px;
        line-height: 20px
    }

    .b-list-ant-items .b-time {
        font-size: 14px;
        line-height: 20px
    }

    .b-outer-nav, .b-select-ege .b-inner:before {
        display: none
    }

    .b-select-ege .b-inner {
        padding: 20px
    }

    .b-th-adv {
        display: none
    }

    .b-select-ege .b-btn-send {
        position: static;
        right: auto;
        bottom: auto
    }

    .b-select-ege .b-programs-list {
        padding: 0 0 10px
    }

    .b-htp-cols .b-col-phone-link {
        right: 15px;
        top: 13px
    }

    .b-htp-cols .b-htp-col-logo .b-logo-list > li img {
        max-height: 50px
    }

    .b-htp-cols .b-htp-col-logo .b-logo-list > li {
        padding: 10px 15px
    }

    .b-htp-wrapper-cols {
        padding: 0 60px
    }

    .b-htp-cols .b-htp-ico-nav .b-thp-ih-toggler {
        width: 70px;
        height: 70px
    }

    .b-htp-cols .b-htp-ico-nav .b-thp-ih-toggler:after {
        left: 18px;
        top: 22px
    }

    .b-header-top-side {
        height: 70px
    }
    body {
        padding-top: 66px;
    }

    .b-htp-cols .b-htp-ico-nav {
        display: none
    }

    .b-mob-nav {
        display: block
    }

    .b-mn-slider .b-item {
       /* height: 400px*/
    }

    .b-mn-slider .b-head {
        font-size: 32px;
        line-height: 32px
    }

    .b-mn-slider .b-txt-tb .b-txt-td {
        font-size: 16px;
        line-height: 22px
    }

    .b-section-glight {
        padding: 20px 0 0
    }

    .b-mitab-item .b-info-nlist > li {
        width: 50%
    }

    .b-mitabs-nav a {
        font-size: 20px
    }

    .b-mitabs-nav > li + li {
        padding: 0 0 0 30px
    }

    .b-btn-help-list > li {
        width: 50%
    }

    .b-btn-help-list .b-btn-show-more, .b-btn-help-list .b-btn-suscribe {
        font-size: 14px
    }

    .b-asp-ilist > li {
        width: 50%
    }

    .b-news-cols, .b-news-cols .b-nc-left {
        display: block
    }

    .b-news-cols .b-nc-right {
        display: block;
        width: 100%;
        padding: 30px 0 0
    }

    .b-side-news .b-sd-list {
        font-size: 0;
        line-height: 0;
        margin: 0 -1%
    }

    .b-side-news .b-sd-list > li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: 0 1% 30px
    }
}

@media (max-width: 920px) {
    .b-course-mhead {
        font-size: 21px;
        padding: 0 0 20px
    }

    .b-select-by-course {
        margin: 0 0 30px
    }

    .b-select-progs-tb .b-col-td {
        width: 50%
    }

    .b-wrt-cright .b-partners-list > li {
        width: 33.3333%
    }

    .b-hr-right {
        margin-bottom: 40px
    }

    .b-list-teachs .b-name {
        font-size: 12px
    }

    .b-adg-box {
        padding-top: 40px;
        padding-bottom: 10px;
        margin-bottom: 40px
    }

    .b-adg-box .b-adg-list .b-in .b-txt {
        font-size: 14px;
        line-height: 20px
    }

    .b-bac-info .b-price .b-summ {
        font-size: 32px;
        line-height: 52px
    }

    .b-wht-btns-list {
        padding: 0 0 40px
    }

    .b-sim-text {
        color: #fff;
        padding: 0 0 10px;
        font-size: 15px;
        line-height: 22px
    }

    .b-sim-text a {
        color: #fff;
    }

    .b-text-intro + .b-list-xfilter {
        margin-top: 0
    }

    .b-wrap-line-nav {
        margin-top: -10px
    }

    .b-wht-btns-list a {
        color: #1c355f;
        border-color: #1c355f
    }

    .b-article-full .b-page-head, .b-article-full figure {
        margin-left: 0 !important
    }

    .b-article-full .b-artmeta-list {
        margin-left: -20px !important
    }

    .b-article-full .b-quote {
        margin-left: 30px !important
    }

    .b-article-full .b-quote q {
        font-size: 15px;
        line-height: 20px
    }

    .b-article-full .b-box-share .b-label {
        display: block;
        vertical-align: middle;
        width: auto;
        padding: 0 0 5px;
        line-height: 20px
    }

    .b-list-news {
        margin: 0 -10px
    }

    .b-list-news > .b-item {
        padding: 0 10px 20px
    }

    .b-text-intro {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 30px;
        margin: -10px 0 0
    }

    .b-student-box .b-sdb-head {
        font-size: 21px;
        line-height: 25px;
        padding: 10px 0 20px
    }

    .b-wht-intro {
        padding: 0 0 30px;
        margin: 0;
    }

    .b-wht-intro .b-bread, .b-wht-intro .b-bread a {
        color: #919191
    }

    .b-wht-intro .b-meta-asp {
        color: #282828;
        font-size: 16px;
        line-height: 24px;
        padding: 0
    }

    .b-wht-intro .b-page-head {
        max-width: 100%;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700
    }

    .b-wht-intro .b-page-head h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        color: #fff;
    }

    .b-wht-intro .b-page-head h1 a {
        color: #fff;
    }

    .b-wht-intro .b-meta {
        font-size: 16px;
        line-height: 22px;
        color: #282828;
        padding: 0 0 20px
    }

    .b-wht-intro .b-meta span {
        font-size: 20px
    }

    .b-wht-intro .b-btn {
        border: 3px solid #1500ff;
        color: #1500ff
    }

    .b-wht-intro .b-btn:hover {
        border-color: #1500ff;
        color: #1500ff
    }

    .b-article {
        padding: 0
    }

    .b-article .b-box-share {
        position: static;
        float: none;
        right: auto;
        top: auto;
        width: 100%;
        margin: 0 0 50px
    }

    .b-article .b-box-share .b-list-soc {
        display: block;
        font-size: 0;
        line-height: 0;
        margin: 0 0 0 -2px;
        width: auto;
        background: 0 0
    }

    .b-article .b-box-share .b-list-soc > li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 2px !important;
        padding: 0;
        background: #f3f3f3
    }

    .b-foot-cols {
        display: block;
        font-size: 0;
        line-height: 0;
        width: auto;
        margin: 0 -10px
    }

    .b-foot-cols .b-ftc-center, .b-foot-cols .b-ftc-left {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px
    }

    .b-foot-cols .b-ftc-right {
        display: block;
        width: auto;
        text-align: center;
        padding: 30px 10px 0
    }

    .b-edp-list > li {
        width: 50%
    }

    .b-edu-prodgrams .b-edp-head:before {
        right: auto;
        left: 220px
    }

    .b-edu-prodgrams .b-edp-head {
        font-size: 24px;
        line-height: 30px
    }

    .b-list-line-filt {
        display: block;
        margin: 0 0 30px
    }

    .b-list-line-filt > li {
        display: block;
        padding: 8px 0 0
    }

    .b-list-line-filt > li a {
        display: block
    }

    .b-wrt-cright .b-an-mbox .b-all-items {
        position: static;
        right: auto;
        top: auto
    }
}

@media (max-width: 880px) {
    .b-ant-cols .b-ant-left {
        display: none
    }

    .b-ant-cols .b-ant-right {
        border: none;
        padding: 0
    }

    .b-sdb-cols, .b-sdb-cols .b-sdb-left {
        display: block
    }

    .b-sdb-cols .b-sdb-right {
        display: block;
        width: auto;
        padding: 10px 0 0
    }

    .b-sdb-side-nav a {
        padding: 20px 30px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 768px) {
    .b-list-teachs > li {
        width: 33%
    }

    .b-i-fact .b-ft-head .b-txt {
        font-size: 18px;
        line-height: 24px
    }

    .b-i-fact .b-tb .b-left {
        padding: 20px;
        width: 260px
    }

    .b-i-fact .b-tb .b-right {
        padding: 20px
    }

    .b-partners-list > li {
        width: 25%
    }

    .b-article, .b-wrt-cright .b-article-full {
        font-size: 14px
    }

    .b-wrt-col {
        display: block
    }

    .b-wrt-col .b-wrt-cleft {
        display: block;
        width: 100%
    }

    .b-wrt-col .b-wrt-cright {
        display: block;
        padding: 30px 0 0
    }

    .b-wrt-side-nav {
        padding: 10px 20px
    }

    .b-wrt-side-nav .b-side-nav-list > li {
        padding: 5px 0;
        font-size: 15px
    }

    .b-sdb-cols .b-asp-ilist .b-stda-head {
        font-size: 16px;
        line-height: 22px
    }

    .b-sdb-cols .b-asp-ilist .b-stda-list {
        font-size: 15px;
        line-height: 20px
    }

    .b-list-news .b-item-w25, .b-list-news .b-item-w33 {
        width: 50%
    }

    .b-list-news .b-link .b-pic {
        -webkit-background-size: cover !important;
        background-size: cover !important
    }

    .b-list-news .b-link .b-text .b-head {
        font-size: 13px;
        line-height: 18px
    }

    .b-asp-ilist .b-head .b-txt, .b-asp-ilist .b-list-pv > li, .b-asp-ilist .b-rules-pv {
        font-size: 15px
    }

    .b-asp-ilist .b-head-pv {
        font-size: 15px;
        line-height: 22px
    }

    .b-text-intro, .b-wht-intro .b-meta-asp {
        font-size: 14px;
        line-height: 20px
    }

    .b-asp-ilist .b-wt {
        padding: 20px
    }

    .b-wrap-list-bks .b-wt {
        padding-bottom: 70px
    }

    .b-wrap-list-bks .b-btm-txt {
        bottom: 20px;
        padding: 0 20px
    }

    .b-asp-ilist {
        margin: 0 -10px
    }

    .b-asp-ilist > li {
        padding: 0 10px 20px
    }

    .b-an-mbox .b-list-ant-items > li {
        width: 50%;
        padding-bottom: 50px
    }

    .b-an-mbox .b-all-items {
        position: static;
        right: auto;
        top: auto
    }

    .b-article .b-phone-contact {
        margin: 0 0 40px;
        -webkit-background-size: 20px auto;
        background-size: 20px auto;
        background-position: 20px center;
        padding: 20px 20px 20px 60px
    }

    .b-article .b-phone-contact b {
        display: block;
        font-size: 16px
    }

    .b-article {
        font-size: 14px;
        line-height: 22px
    }

    .b-article .b-light-box {
        font-size: 15px;
        line-height: 21px;
        padding: 20px
    }

    .b-article figure figcaption {
        font-size: 14px;
        padding: 0 20px 20px
    }

    .b-box-share .b-list-soc > li div {
        width: 40px
    }

    .b-wht-intro .b-page-head, .b-wht-intro .b-page-head h1 {
        font-size: 21px;
        line-height: 28px
    }

    .b-wht-intro .b-meta {
        font-size: 15px
    }

    .b-wht-intro .b-meta span {
        font-size: 16px
    }

    .b-an-mbox .b-anb-head, .b-article h2 {
        font-size: 18px;
        padding: 0 0 20px;
        line-height: 25px
    }

    .b-mitab-item .b-all-items {
        position: static;
        right: auto;
        top: auto;
        text-align: right;
        margin: -10px 0 10px
    }

    .b-select-ege .b-programs-list > li {
        width: 50%
    }

    .b-edp-list .b-txt .b-num {
        font-size: 40px;
        line-height: 40px
    }

    .b-edp-list .b-txt .b-dir {
        font-size: 16px
    }

    .b-edp-list .b-label {
        font-size: 14px;
        line-height: 20px
    }

    .b-foot-cols .b-ftc-center {
        display: none
    }

    .b-foot-cols .b-ftc-left {
        display: block;
        width: 100%;
        text-align: center
    }

    .b-foot-cols .b-foot-logo {
        padding: 0 0 30px
    }

    .b-footer {
        padding: 30px 0
    }

    .b-select-ege .b-head {
        font-size: 18px
    }

    .b-select-ege .b-inner {
        font-size: 13px;
        line-height: 18px
    }

    .b-wrap-line-nav .b-line-nav a {
        padding: 0 20px
    }

    .b-wrap-line-nav .b-line-nav > .active a {
        padding: 0 21px
    }

    .b-wht-btns-list a {
        padding: 0 20px
    }

    .b-wrap-list-bks {
        padding: 40px 0 0
    }

    .b-select-progs {
        padding: 20px
    }

    .b-article iframe {
        width: 100vw;
        height: calc(100vw / 16 * 9);
    }
}

@media (max-width: 620px) {
    .b-wrt-cright .b-asp-ilist > li {
        width: 100%
    }

    .b-partners-list > li {
        width: 33.3333%
    }

    .b-manage {
        white-space: normal;
        overflow: visible
    }

    .b-asp-ilist .b-mpst {
        padding-top: 0
    }

    .b-asp-ilist .b-wrap-sci-head {
        height: auto;
        margin: 0 0 15px
    }

    .b-asp-ilist .b-head .b-ico {
        height: auto
    }

    .b-asp-ilist .b-head .b-txt .b-head-in {
        max-height: 100px
    }

    .b-asp-ilist .b-head {
        margin: 0 0 10px
    }

    .b-wrap-list-bks .b-wt {
        padding-bottom: 20px
    }

    .b-wrap-list-bks .b-btm-txt {
        padding: 10px 0 0;
        position: static;
        left: auto;
        bottom: auto
    }

    .b-asp-ilist > li {
        width: 100%
    }

    .b-mitab-item .b-info-nlist > li {
        padding-bottom: 25px
    }

    .b-mitab-item .b-inner {
        padding: 30px 0 0
    }

    .b-mn-slider .b-head {
        font-size: 24px;
        line-height: 25px
    }

    .b-mn-slider .b-txt-tb .b-txt-td {
        padding: 0 30px 0 0;
        font-size: 14px;
        line-height: 20px
    }

    .b-mn-slider .b-item {
        /*height: 300px*/
    }

    .b-edp-list {
        margin: 0 -10px
    }

    .b-edp-list > li {
        padding: 0 10px 20px
    }

    .b-mb-info-tabs {
        padding: 40px 0 0;
        margin: 0 0 40px
    }

    .b-side-news .b-sd-list > li {
        width: 100%;
        margin: 0 0 20px;
        padding: 15px
    }

    .b-page-head h1 {
        font-size: 21px;
        line-height: 25px
    }

    .b-wrap-line-nav .b-line-nav a {
        font-size: 12px;
        padding: 0 15px;
        height: 40px;
        line-height: 40px
    }

    .b-select-choice .b-list > li:first-child, .b-select-choice .b-list > li:last-child {
        display: block
    }
}

@media (max-width: 580px) {
    .b-popup-form {
        width: 280px
    }

    .b-list-teachs > li {
        width: 50%
    }

    .b-popup-form h3 {
        font-size: 16px;
        line-height: 20px
    }

    .b-popup-form .b-btn-send {
        margin: 0;
        width: 100%;
        padding: 0
    }

    .b-popup-form .b-item-icheck {
        padding: 0 0 15px
    }

    .b-i-fact .b-tb {
        display: block
    }

    .b-i-fact .b-tb .b-left, .b-i-fact .b-tb .b-right {
        display: block;
        width: 100%;
        background: 0 0
    }

    .b-i-fact .b-tb .b-left {
        padding-bottom: 0
    }

    .b-mitabs-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .b-mitabs-nav > li {
        margin: 0;
        margin-bottom: 9px;
        width: auto;
        text-align: center;
        padding: 0 !important;
    }
    .b-mitabs-nav > li > a{
        padding-bottom: 0;
    }
}

@media (max-width: 500px) {
    .b-list-xfilter a {
        white-space: normal
    }

    .b-htp-cols .b-htp-col-logo .b-logo-list > li {
        display: block
    }

    .b-htp-cols .b-htp-col-logo .b-logo-list > li + li {
        padding-top: 0
    }

    .b-header-top-side {
        height: 66px;
    }
    body {
        padding-top: 66px;
    }


    .b-program-fin {
        padding: 20px;
        margin: 0 0 20px
    }

    .b-adg-box .b-adg-list {
        margin: 0 -10px !important
    }

    .b-adg-box .b-adg-list > li {
        padding: 0 10px 30px !important
    }

    .b-adg-box .b-adg-list .b-in .b-ico {
        width: 80px
    }

    .b-adg-box .b-adg-list .b-in .b-txt {
        font-size: 13px
    }

    .b-bac-info {
        padding: 20px;
        margin: 0 0 20px
    }

    .b-bac-info .b-price {
        padding: 20px 0
    }

    .b-bac-info .b-price .b-summ {
        font-size: 24px
    }
}

@media (max-width: 480px) {


    .b-select-progs .b-btn-send {
        width: 100%
    }

    .select2-container {
        width: 100% !important
    }

    .b-select-progs-tb .b-col-td {
        width: 100%
    }

    .b-partners-list > li {
        width: 50%
    }

    .b-adg-box .b-adg-list > li {
        width: 100%
    }

    .b-adg-box .b-adg-list .b-in .b-txt {
        font-size: 15px;
        line-height: 22px
    }

    .b-list-teachs > li {
        width: 100%
    }

    .b-list-teachs .b-name {
        display: block;
        margin: auto;
    }

    .b-partners-list {
        margin: 0 -10px !important
    }

    .b-partners-list > li {
        padding: 0 10px 10px !important
    }

    .b-wrt-cright .b-partners-list > li {
        width: 50%
    }

    .b-sdb-cols .b-asp-ilist > li {
        width: 100%
    }

    .b-list-xfilter a {
        font-size: 11px
    }

    .b-wht-btns-list > li {
        display: block;
        padding-top: 15px
    }

    .b-wrap-line-nav .b-line-nav {
        border: none;
        display: block
    }

    .b-wrap-line-nav .b-line-nav > li {
        border: none;
        display: block;
        margin: 0 -20px
    }

    .b-wrap-line-nav .b-line-nav li + li {
        border-top: 1px solid #d6d6d6
    }

    .b-wrap-line-nav .b-line-nav a {
        padding: 0 30px
    }

    .b-wrap-line-nav .b-line-nav .active a {
        padding: 0 31px
    }

    .b-article-full .b-quote:before {
        display: none
    }

    .b-article-full .b-quote {
        margin-left: 0 !important;
        padding: 20px;
        margin-bottom: 30px
    }

    .b-list-news > .b-item {
        width: 100%
    }

    .b-list-news > .b-item .b-link {
        height: auto
    }

    .b-list-news > .b-item .b-link .b-pic {
        height: 150px;
        display: block;
        position: static;
        left: auto;
        top: auto
    }

    .b-list-news .b-item-w100 .b-link .b-text .b-head {
        font-size: 16px;
        line-height: 22px
    }

    .b-list-news .b-link .b-text {
        position: static;
        left: auto;
        bottom: auto;
        display: block
    }

    .b-wht-intro .b-btn {
        width: 100%
    }

    .b-list-ant-items .b-in .b-txt {
        padding: 10px 0 0
    }

    .b-an-mbox .b-list-ant-items > li {
        width: 100%;
        padding-bottom: 30px
    }

    .b-cform .b-btn-send {
        margin: 10px 0 0;
        width: 100%
    }

    .b-btn-help-list > li {
        padding: 0 0 30px 30px;
        width: 100%
    }

    .b-list-ant-items .b-head {
        font-size: 13px;
        line-height: 18px;
        padding: 0 0 5px
    }

    .b-list-ant-items .b-label, .b-list-ant-items .b-time {
        font-size: 12px;
        line-height: 15px;
        padding: 0 0 5px
    }

    .b-mitabs-nav a {
        font-size: 15px;
        font-weight: 800;
        line-height: 20px
    }

    .b-mitabs-nav > li + li {
        padding: 0 0 0 15px
    }

    .b-edu-prodgrams .b-edp-head {
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        display: block;
        width: 100%;
        padding: 0 0 30px
    }

    .b-edu-prodgrams .b-edp-head:before {
        display: none
    }

    .b-edp-list {
        margin: 0 10px
    }

    .b-edp-list > li {
        width: 100%
    }

    .b-select-ege .b-btn-send {
        width: 100%;
        display: block
    }

    .b-select-ege .b-programs-list > li {
        width: 100%
    }

    .b-mn-slider .b-head {
        font-size: 21px;
        line-height: 22px
    }

    .b-mitab-item .b-info-nlist > li {
        width: 100%;
        padding-bottom: 20px
    }

    .b-mitab-item .b-info-nlist .b-head {
        padding: 0 0 10px
    }

    .b-list-ant-items .b-in {
        display: block
    }

    .b-list-ant-items .b-in .b-pic {
        display: block;
        width: 100%;
        padding: 0 0 10px
    }

    .b-list-ant-items .b-in .b-txt {
        display: block;
        width: 100%
    }

    .b-list-ant-items {
        font-size: 0;
        line-height: 0;
        margin: 0 -10px
    }

    .b-list-ant-items > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px 30px
    }

    .b-article .b-box-share {
        margin: 0 0 30px
    }
    .main-opendays-content {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
        justify-content: start;
        align-items: self-start;
    }
    .main-opendays-item {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 32px;
    }

}

@media (max-width: 420px) {
    .b-list-ant-items > li {
        width: 100%
    }
    .b-mn-slider.no-initial .b-item:not(:nth-child(2)) {
        position: absolute;
        z-index: -999;
        visibility: hidden;
    }
    .b-article-full .b-page-head h1 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 700
    }
    .ix-footer-contacts {
        padding: 50px 0;
    }
    .ix-footer-contacts-phone-block {
        display: block;
        margin: 0 0 20px 0;
    }
    .ix-footer-contacts-cols__phones .b-phone {
        width: 170px;
        display: inline-block;
    }
    .ix-footer-contacts-cols__phones .b-phone-label {
        margin: 0 0 0 20px;
        font-size: 16px;
        display: inline-block;
        width: 90px;
    }
}

@media (max-width: 360px) {
    .b-mitabs-nav a {
        font-size: 14px
    }

    .b-i-fact .b-ft-head .b-txt {
        line-height: 20px;
        font-size: 15px
    }
}

/* End */


/* Start:/local/templates/index/styles/snippet-colors.css?17394504339495*/
/*
 * снипет "текст в градиентом"
 */
 .block-gradient {
    padding: 35px 80px;
    box-shadow: 0 16px 46px #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.block-gradient.ix-bg-blue {
    background: rgb(237,242,252);
    background: -moz-linear-gradient(180deg, rgba(237,242,252,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(237,242,252,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(237,242,252,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf2fc",endColorstr="#ffffff",GradientType=1);
}
.block-gradient.ix-bg-green {
    background: rgb(211,240,237);
    background: -moz-linear-gradient(180deg, rgba(211,240,237,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(211,240,237,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(211,240,237,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3f0ed",endColorstr="#ffffff",GradientType=1);
}
.block-gradient.ix-bg-pink {
    background: rgb(255,226,251);
    background: -moz-linear-gradient(180deg, rgba(255,226,251,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,226,251,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(255,226,251,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe2fb",endColorstr="#ffffff",GradientType=1);
}
.block-gradient.ix-bg-purple {
    background: rgb(222,209,255);
    background: -moz-linear-gradient(180deg, rgba(222,209,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(222,209,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(222,209,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ded1ff",endColorstr="#ffffff",GradientType=1);
}
.block-gradient.ix-bg-red {
    background: rgb(254,228,231);
    background: -moz-linear-gradient(180deg, rgba(254,228,231,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(254,228,231,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(254,228,231,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fee4e7",endColorstr="#ffffff",GradientType=1);
}
.block-gradient.ix-bg-yellow {
    background: rgb(255,251,228);
    background: -moz-linear-gradient(180deg, rgba(255,251,228,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,251,228,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(255,251,228,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbe4",endColorstr="#ffffff",GradientType=1);
}
/*
 * образовательные программы
 */
.b-edp-list .b-label {
    background: rgba(177, 182, 189, 0.75);
}
.b-edp-list .b-link:hover .b-label {
    background: rgba(177, 182, 189, 1);
}
.b-edp-list.ix-bg-green {
    background: transparent;
}
.b-edp-list.ix-bg-green .b-link:hover .b-label {
    background: rgb(211, 240, 237);
}
.b-edp-list.ix-bg-green .b-pic:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='349' height='168'%3e%3cpath fill-rule='evenodd' fill='%23D3F0ED' d='M349 121v42a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V0l349 121z'/%3e%3c/svg%3e") 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.b-edp-list.ix-bg-green .b-label,
.b-edp-list.ix-bg-green .b-link:hover .b-pic:before {
    background: rgba(211, 240, 237, 0.6);
}

.b-edp-list.ix-bg-blue {
    background: transparent;
}
.b-edp-list.ix-bg-blue .b-link:hover .b-label {
    background: #edf2fc;
}
.b-edp-list.ix-bg-blue .b-pic:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='349' height='168'%3e%3cpath fill-rule='evenodd' fill='%23edf2fc' d='M349 121v42a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V0l349 121z'/%3e%3c/svg%3e") 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.b-edp-list.ix-bg-blue .b-label,
.b-edp-list.ix-bg-blue .b-link:hover .b-pic:before {
    background: rgba(237, 242, 252, 0.6);
}

.b-edp-list.ix-bg-pink {
    background: transparent;
}
.b-edp-list.ix-bg-pink .b-link:hover .b-label {
    background: #ffe2fb;
}
.b-edp-list.ix-bg-pink .b-pic:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='349' height='168'%3e%3cpath fill-rule='evenodd' fill='%23ffe2fb' d='M349 121v42a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V0l349 121z'/%3e%3c/svg%3e") 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.b-edp-list.ix-bg-pink .b-label,
.b-edp-list.ix-bg-pink .b-link:hover .b-pic:before {
    background: rgba(255, 226, 251, 0.6);
}

.b-edp-list.ix-bg-purple {
    background: transparent;
}
.b-edp-list.ix-bg-purple .b-link:hover .b-label {
    background: #ded1ff;
}
.b-edp-list.ix-bg-purple .b-pic:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='349' height='168'%3e%3cpath fill-rule='evenodd' fill='%23ded1ff' d='M349 121v42a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V0l349 121z'/%3e%3c/svg%3e") 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.b-edp-list.ix-bg-purple .b-label,
.b-edp-list.ix-bg-purple .b-link:hover .b-pic:before {
    background: rgba(222, 209, 255, 0.6);
}

.b-edp-list.ix-bg-red {
    background: transparent;
}
.b-edp-list.ix-bg-red .b-link:hover .b-label {
    background: #fee4e7;
}
.b-edp-list.ix-bg-red .b-pic:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='349' height='168'%3e%3cpath fill-rule='evenodd' fill='%23fee4e7' d='M349 121v42a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V0l349 121z'/%3e%3c/svg%3e") 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.b-edp-list.ix-bg-red .b-label,
.b-edp-list.ix-bg-red .b-link:hover .b-pic:before {
    background: rgba(254, 228, 231, 0.6);
}

.b-edp-list.ix-bg-yellow {
    background: transparent;
}
.b-edp-list.ix-bg-yellow .b-link:hover .b-label {
    background: #fffbe4;
}
.b-edp-list.ix-bg-yellow .b-pic:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='349' height='168'%3e%3cpath fill-rule='evenodd' fill='%23fffbe4' d='M349 121v42a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V0l349 121z'/%3e%3c/svg%3e") 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.b-edp-list.ix-bg-yellow .b-label,
.b-edp-list.ix-bg-yellow .b-link:hover .b-pic:before {
    background: rgba(255, 251, 228, 0.6);
}
/*
 * образовательные программы (текст)
 */
.b-edp-list.ix-edu-text-gray * {
    color: #494d4e;
}
.b-edp-list.ix-edu-text-gray .b-txt .b-dir {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14'%3e%3cpath data-name='Shape 20 copy 9' d='M15 0l5.372 5.38L22 7l-7 7-1.625-1.62 4.219-4.23H0V5.86h17.6l-4.226-4.24z' fill='%23494d4e' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

.b-edp-list.ix-edu-text-blue * {
    color: #15325f;
}
.b-edp-list.ix-edu-text-blue .b-txt .b-dir {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14'%3e%3cpath data-name='Shape 20 copy 9' d='M15 0l5.372 5.38L22 7l-7 7-1.625-1.62 4.219-4.23H0V5.86h17.6l-4.226-4.24z' fill='%2315325f' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

.b-edp-list.ix-edu-text-red * {
    color: #961317;
}
.b-edp-list.ix-edu-text-red .b-txt .b-dir {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14'%3e%3cpath data-name='Shape 20 copy 9' d='M15 0l5.372 5.38L22 7l-7 7-1.625-1.62 4.219-4.23H0V5.86h17.6l-4.226-4.24z' fill='%23961317' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

.b-edp-list.ix-edu-text-white * {
    color: #ffffff;
}
.b-edp-list.ix-edu-text-white .b-txt .b-dir {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14'%3e%3cpath data-name='Shape 20 copy 9' d='M15 0l5.372 5.38L22 7l-7 7-1.625-1.62 4.219-4.23H0V5.86h17.6l-4.226-4.24z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

.b-edp-list.ix-edu-text-black * {
    color: #000000;
}
.b-edp-list.ix-edu-text-black .b-txt .b-dir {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='14'%3e%3cpath data-name='Shape 20 copy 9' d='M15 0l5.372 5.38L22 7l-7 7-1.625-1.62 4.219-4.23H0V5.86h17.6l-4.226-4.24z' fill='%23000000' fill-rule='evenodd'/%3e%3c/svg%3e") right center no-repeat
}

/* End */


/* Start:/local/templates/index/components/bitrix/news.list/teachers/style.css?17394504321154*/
.b-list-teachs img {
    margin-left: 0px !important;
}
.b-list-teachs .b-pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0 auto 25px;
    height: 165px;
    width: 165px;
    border-radius: 50%;
    position: relative;
}
.b-list-teachs li {
    padding: 16px;
}

.b-list-teachs .b-pic-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.b-list-teachs .b-pic-icon--open {
    z-index: 3;
}

.b-list-teachs .b-pic-info {
    position: absolute;
    top: 30px;
    left: -22px;
    width: 250px;
    max-width: 95vw;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    padding: 20px;
    font-size: 12px;
    line-height: 145%;
    color: #000000;
    z-index: 2;
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
}

.b-list-teachs .b-pic-info--open {
    display: block;
    opacity: 1;
}

/* End */


/* Start:/local/components/idex/custom.list/templates/.default/style.css?1739450431108*/
/* все стили в файле: local/templates/index/components/bitrix/news.list/teachers/style.css */

/* End */


/* Start:/local/templates/index/components/bitrix/news.detail/gallery/style.css?1739450432837*/
.ix-custom-fotorama .fotorama__thumb-border {
    border-color: #951A1D;
}
.ix-custom-fotorama-item {
    width: 800px;
    height: 600px;
}
.ix-custom-fotorama.fotorama--fullscreen {
    background: rgba(0,0,0,0.7);
}
.ix-custom-fotorama.fotorama--fullscreen .fotorama__nav,
.ix-custom-fotorama.fotorama--fullscreen .fotorama__stage {
    background: rgba(0,0,0,0);
}
.ix-custom-fotorama .fotorama__nav {
    margin-top: 5px;
}
body.fullscreen {
    background-color: white;
}
.ix-custom-fotorama .fotorama__arr {
    background: url('/local/templates/index/images/arrow-left.svg') no-repeat center;
    background-size: contain;
}
.ix-custom-fotorama .fotorama__arr--next {
    background-image: url('/local/templates/index/images/arrow-right.svg');
}

.b-article.b-article-full.block-margin .ix-custom-fotorama img {
    margin: 0;
}

/* End */


/* Start:/local/templates/index/js/fotorama/fotorama.css?173945043315141*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/index/js/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/index/js/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */


/* Start:/local/templates/index/components/bitrix/news.list/socials/style.css?1739450432330*/
.b-list-soc.ix-list-soc {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    min-width: 50px;
    justify-content: center;
    align-items: center;
}
.b-list-soc.ix-list-soc > li {
    padding: 5px;
}
@media (max-width: 1280px) {
    .b-htp-col-soc .b-list-soc.ix-list-soc {
        display: none;
    }
}

/* End */


/* Start:/local/components/idex/sitemap/templates/.default/style.css?1739450431198*/
.b-sitemap .active {
    display: block !important;
}
.b-stp-item {
    display: none;
}

.b-stp-item.active {
    display: block;
}

.b-stp-item-in {
    display: block !important;
}

/* End */


/* Start:/local/templates/index/styles.css?17394504314625*/
.b-program-fin-color {
    background: #73d6d2;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 4px;
}

.b-program-fin-color h2 {
    padding: 0 0 15px
}

.b-program-fin-color p {
    padding: 0 !important
}

.b-program-fin-color p + p {
    padding: 15px 0 0 !important
}

.block-gradient-color {
    background: rgb(115,214,210);
    background: -moz-linear-gradient(180deg, rgba(115,214,210,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(115,214,210,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(180deg, rgba(115,214,210,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbe4",endColorstr="#ffffff",GradientType=1);

}


.b-btn-single-color {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #000000;
    border: 2px solid #73d6d2;
    background-color: #73d6d2;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 30px;
    line-height: 1.5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    margin: 0 0 20px
}

.b-btn-single-color:hover {
    color: #ebebeb;
    border-color: #000000 !important;
    background-color: #000000 !important;
}
.b-bac-info {}
.b-page-head {}
.b-text-intro {}
.image-left-margins {}
.ix-border-blue {
    border-color: #bfeaff !important;
}
.ix-border-green {
    border-color: #cef7c5 !important;
}
.ix-border-pink {
    border-color: #ffe2fb !important;
}
.ix-border-purple {
    border-color: #cacef7 !important;
}
.ix-border-red {
    border-color: #edc0c7 !important;
}
.ix-border-yellow {
    border-color: #ffe08b !important;
}
.ix-bg-blue {
    background-color: #bfeaff !important;
}
.ix-bg-green {
    background-color: #cef7c5 !important;
}
.ix-bg-pink {
    background-color: #ffe2fb !important;
}
.ix-bg-purple {
    background-color: #cacef7 !important;
}
.ix-bg-red {
    background-color: #edc0c7 !important;
}
.ix-bg-yellow {
    background-color: #ffe08b !important;
}
a.ix-bg-green:hover,
.b-btn-single.ix-bg-green:hover {
    color: #cef7c5 !important;
}
a.ix-bg-blue:hover,
.b-btn-single.ix-bg-blue:hover {
    color: #bfeaff !important;
}
a.ix-bg-pink:hover,
.b-btn-single.ix-bg-pink:hover {
    color: #ffe2fb !important;
}
a.ix-bg-purple:hover,
.b-btn-single.ix-bg-purple:hover {
    color: #cacef7 !important;
}
a.ix-bg-red:hover,
.b-btn-single.ix-bg-red:hover {
    color: #edc0c7 !important;
}
a.ix-bg-yellow:hover,
.b-btn-single.ix-bg-yellow:hover {
    color: #ffe08b !important;
}
.ix-text-gray *,
.ix-text-gray {
    color: #494d4e !important;
}
.b-wrt-side-nav.ix-text-gray .b-side-nav-list .active > a {
    border-color: #494d4e !important;
}

.ix-text-blue *,
.ix-text-blue {
    color: #15325f !important;
}
.b-wrt-side-nav.ix-text-blue .b-side-nav-list .active > a {
    border-color: #15325f !important;
}

.ix-text-red *,
.ix-text-red {
    color: #961317 !important;
}
.b-wrt-side-nav.ix-text-red .b-side-nav-list .active > a {
    border-color: #961317 !important;
}

.ix-text-black *,
.ix-text-black {
    color: #000000;
}
.b-wrt-side-nav.ix-text-red .b-side-nav-list .active > a {
    border-color: #000000 !important;
}

.ix-text-white *,
.ix-text-white {
    color: #ffffff !important;
}
.b-wrt-side-nav.ix-text-white .b-side-nav-list .active > a {
    border-color: #ffffff !important;
}

/* для отображения в редакторе */
.ix-hover-tr-bg-blue {}
.ix-hover-tr-bg-green {}
.ix-hover-tr-bg-pink {}
.ix-hover-tr-bg-purple {}
.ix-hover-tr-bg-red {}
.ix-hover-tr-bg-yellow {}
/* ------ */
.ix-hover-tr-bg-blue tr:hover,
tr.ix-hover-tr-bg-blue:hover {
    background-color: #bfeaff;
}
.ix-hover-tr-bg-green tr:hover,
tr.ix-hover-tr-bg-green:hover {
    background-color: #cef7c5;
}
.ix-hover-tr-bg-pink tr:hover,
tr.ix-hover-tr-bg-pink:hover {
    background-color: #ffe2fb;
}
.ix-hover-tr-bg-purple tr:hover,
tr.ix-hover-tr-bg-purple:hover {
    background-color: #cacef7;
}
.ix-hover-tr-bg-red tr:hover,
tr.ix-hover-tr-bg-red:hover {
    background-color: #edc0c7;
}
.ix-hover-tr-bg-yellow tr:hover,
tr.ix-hover-tr-bg-yellow:hover {
    background-color: #ffe08b;
}
.ix-10w {
    width: 10%;
}
.ix-15w {
    width: 15%;
}
.ix-20w {
    width: 20%;
}
.ix-25w {
    width: 25%;
}
.ix-30w {
    width: 30%;
}
.ix-40w {
    width: 40%;
}
.ix-50w {
    width: 50%;
}
.ix-img-center {
    display: block;
    margin: 0 auto !important;
}

.ix-table-scroll-container {
    overflow: hidden;
    overflow-x: auto;
}
.ix-table-scroll-container table {
    min-width: 100%;
}

.ix-fluid-width-video-wrapper {

}
/* End */


/* Start:/local/templates/index/template_styles.css?173945043124629*/
[v-cloak] { display: none; }

.b-select-ege--short .b-programs-list > li {
    width: 100%;
}

label.error {
    color: #af0000;
    font-size: 12px;
    position: absolute;
    bottom: -24px;
    left: 0;
}

.b-wht-intro .b-bread > li {
    color: #fff;
}

.menu-top-programs-2-placeholder {
    height: 47px;
}


.b-phe-box-nav li {
    font-size: 14px;
    line-height: 18px;
    list-style: none;
    padding:0;
    margin: 10px 0;
}

.b-phe-box-nav li a {
    text-decoration: none;
    color: #616161;
    text-transform: none;
    font-weight: normal;
}

.b-phe-box-nav li a:hover {
    text-decoration: underline;
}

.b-phe-box-nav ul {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 100;
    background: #f5f5f5;
    padding: 5px 20px;
    max-height: 500px;
    overflow: auto;
}

.ix-menu-head-side-body {
    display: none!important;
}

.ix-menu-head-side-body.open {
    display: block!important;
}

.b-wrap-all {
    position: relative;
}

.ix-select-list {
    position: relative;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 40px;
    width: 250px;
    cursor: pointer;
}

.ix-select-list-selected:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 9px;
    right: 14px;
    top: 16px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.557L1.256 0l6.769 5.46L13.953.04l1.35 1.476-7.197 6.58L0 1.556z' fill='%23036'/%3e%3c/svg%3e") no-repeat;
}

.ix-select-list-selected {
    position: relative;
    line-height: 36px;
    padding-left: 14px;
    padding-right: 35px;
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 400;
}

.ix-select-list-items {
    display: none;
    position: absolute;
    z-index: 10;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    min-width: 100%;
    max-height: 240px;
    overflow: auto;
}

.ix-select-list-open .ix-select-list.open .ix-select-list-items {
    display: block;
}

.ix-select-list-layout {
    display: none;
    z-index: 5;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
}

.ix-select-list-open .ix-select-list-layout {
    display: block;
}


.no-bg {
    margin-top: 0;
}


.b-bread span {
    outline: 0;
    border: none;
    text-decoration: none;
    text-transform: none;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-weight: 500;
    transition: all .3s ease
}

.ui-datepicker .ui-datepicker-calendar td a {
    font-weight: bold;
}


.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
    font-size: 11px;
    color: #2c3e50;
    text-decoration: none;
    display: block;
    line-height: 28px;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month span {
    color: rgb(171, 176, 181);
}


.header-underline {
    clear: both;
    margin: 35px 0;
}

.b-text-intro {
    padding: 0 !important;
}
.b-wrap-list-bks {
    padding: 0 !important;
}
.b-mb-info-tabs {
    padding: 0px !important;
}

.block-margin {
    margin-bottom: 35px;
}


.b-wrt-col {
    margin-top: 0;
}

.b-htp-cols .b-head-nav-list ul {
    box-shadow: 0px 8px 4px 2px rgba(0, 0, 0, .5);
    /* padding: 15px 0; */
    min-width: 252px;

}
.b-htp-cols .b-head-nav-list ul li a {
    /* line-height: 15px;
    padding: 14px 20px; */
}

.b-wht-intro {
    padding: 140px 1000px 100px;
    margin-bottom: 60px;
    min-height: 300px !important;
    min-height: 22vw !important;
    background-size: 100% auto !important;
    background-attachment: fixed !important;
    background-position: center 80px !important;
}

.b-page-head {
    padding: 0;
}
.b-page-head  h1{
    margin-bottom: 40px;
}

.banner-block .b-page-head h1 {
    margin-bottom: 0;
}


.b-wht-btns-list {
    margin-top: 40px;
}

.b-wht-intro .b-meta {
    margin-top: 20px;
}

.b-mobile-nav {
    z-index: 10153;
}
.b-mobile-nav {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 66px;
    bottom: 0;
}

.contacts-scheme img{
    width: 100%;
}

.contacts-map iframe {
    width: 100%;
}

.additional-events .b-pic {
    min-height: 230px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}


#obshchaya-informatsiya .b-page-head {
    padding: 0;
}

.b-list-allnews a{
    color: #fff;
    border: 2px solid #1500ff;
    font-weight: 700;
    background-color: #1500ff;
}
.b-list-allnews a:hover{
    color: #fff;
    border-color: #1c355f;
    background-color: #1c355f;
}

.b-list-news .b-item-w100 .b-link .b-text .b-head {
    max-width: 520px;

}

.b-list-langs > li {
    display: inline-block;
}

.article-no-padding {
    padding: 0px;
}

.b-list-ant-items .b-pic a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 169px;
    min-width: 255px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.jscroll-added .b-article-full {
    margin-top: 120px;
}

.image-left-margins {
    margin: 10px 20px 5px 0;
}

.ix-pl-no {
    padding-left: 0!important;
}

.b-asp-ilist .b-mpst {
    margin: 0px 0 10px 0;
}

.b-stp-tabs .b-stpt-left .b-head {
    display: block;
    text-decoration: none;
}

.b-wht-intro .b-btn {
    background-color: #1500ff;
    border-color: #1500ff;
    color: #fff!important;
}

.b-wht-intro .b-btn:hover {
    box-shadow: 0 5px 22px rgba(21, 0, 255, .66);
    color: #fff!important;
}

@media (max-width: 451px) {
    .b-phe-box-nav {
        right: auto;
        left: 0;
        top: 85px!important;
    }
}

@media (max-width: 500px) {
    .b-htp-cols .b-htp-col-logo {
        width: 100%;
        height: 66px;
    }
    .b-htp-cols .b-htp-col-logo .b-logo-list {
        height: auto!important;
    }
    .b-htp-cols .b-htp-col-logo .b-logo-list > li {
        display: inline-block;
        width: 50%;
    }

    .b-htp-cols .b-htp-col-logo .b-logo-list > li + li {
        padding-top: 10px;
    }
}
@media (max-width: 480px) {
    .b-wrap-line-nav {
        margin-top: -10px;
    }

    .b-side-affix {
        margin-top: 20px;
    }
    .b-box-share {
        margin-top: 20px!important;
    }
    .ya-share2 ul {
        flex-direction: row!important;
    }
}

@media (max-width: 620px) {
    .list-item-with-dop-text .b-wt {
        padding-bottom: 70px;
    }

    .b-mn-slider .b-btn-more {
        display: none;
    }
}

@media (max-width: 768px) {
    .b-wht-intro .b-page-head {
        /*min-height: 80px;*/
    }

    .b-htp-cols .b-htp-col-logo .b-logo-list {
        height: 100%;
    }

    .b-wht-intro {
        background-position: center 70px !important;
    }
    .b-wht-intro .banner-block {
        padding: 30px;
    }

    .banner-block .b-page-head h1 {
        margin-bottom: 16px;
    }
    .b24-widget-button-position-bottom-right {
        right: 20px!important;
        bottom: 20px!important;
    }
    .b-wht-btns-list {
        margin-top: 0;
    }
    .b-box-share {
        margin-top: 20px!important;
    }
    .ya-share2 ul {
        flex-direction: row!important;
    }

    .b-phe-box-nav {
        right: auto;
        left: 0;
        top: 61px;
    }

    .b-text-intro {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 920px) {
    .b-wht-intro {
        padding: 0px 0px 30px!important;
        margin-bottom: 0px;
        min-height: auto;
    }
}
.b-article.b-article-full.block-margin img {
    /* margin-left: -95px; */
}

.b-article.b-article-full.block-margin .b-program-fin img {
    margin-left: 0;
}

.b-article.b-article-full.block-margin .b-adg-box img {
    margin-left: 0;
}

.b-wrt-cright .b-article.b-article-full.block-margin img {
    margin-left: unset;
}

.b-asp-ilist .b-wrap-sci-head {
    height: auto !important;
}

.b-asp-ilist .b-head .b-txt .b-head-in {
    max-height: 100% !important;
}

.ix-section .b-manage {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.block-quote {
    margin: 0 0 50px -60px;
    position: relative;
    border: 2px solid #1500ff;
    padding: 20px 20px 20px 58px
}

.block-quote:before {
    content: '';
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='64' height='52.75'%3e%3cpath d='M22.213 29.86q-5.7-4.095-5.7-7.9 0-5.025 5.988-13.7c1.456-2.05 2.184-3.27 2.184-3.65 0-.54-.675-1.27-2.023-2.18l-.809-.49q-2.59-1.95-3.4-1.95-1.214 0-5.623 4.38T4.213 17.22a36.062 36.062 0 0 0-4.207 16 22.781 22.781 0 0 0 4.288 13.5q4.287 6.03 11.166 6.04a12.022 12.022 0 0 0 8.94-3.57 11.693 11.693 0 0 0 3.52-8.51 12.7 12.7 0 0 0-5.707-10.82zm36.046 0q-5.747-4.095-5.745-7.9 0-5.025 6.068-13.7c1.457-2.05 2.185-3.27 2.185-3.65 0-.54-.675-1.27-2.023-2.18l-.809-.49q-2.59-1.95-3.4-1.95-2.833 0-10.64 11.19-7.809 11.175-7.808 22.04a22.782 22.782 0 0 0 4.289 13.5q4.287 6.03 11.165 6.04a12.059 12.059 0 0 0 8.9-3.57 11.625 11.625 0 0 0 3.56-8.51 12.676 12.676 0 0 0-5.742-10.82z' fill='%23ccc' fill-rule='evenodd'/%3e%3c/svg%3e") 0 center no-repeat #fff;
    width: 64px;
    height: 86px;
    position: absolute;
    left: -37px;
    top: 17px
}

.block-quote q {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    padding: 0 0 10px;
    font-weight: 600
}

.block-quote .b-author {
    font-size: 14px;
    color: grey;
    line-height: 20px
}

a.no-link * {
    cursor: default!important;
}
a.no-link:hover {
    cursor: default!important;
    box-shadow: none!important;
}

.ix-format-tags a.active {
    background: #eee;
}

.ix-slider-animation-btn {
    position: absolute;
}
.ix-slider-animation-btn-wrapper {
    position: relative;
}

.ix-slick-preview {
    opacity: 0;
    display: none;
    position: absolute;
    bottom: 50px;
    background: white;
    background-size: cover;
    width: 160px;
    height: 90px;
    /* height: auto; */
    left: calc(50% - 80px);
    box-shadow: 0 0 5px;
    transition: all 0.3s 0s;
    z-index: 50;
}
.ix-slick-preview canvas {
    width: 100% !important;
    height: auto !important;
}

.b-developer-link {
    color:#000;
    margin-top: 15px;
}

.ix-banner-menu-blue a {
    color: #1c355f !important;
}
.ix-banner-menu-blue a:hover {
    border-color: #1c355f !important;
}


.b-htp-cols .b-head-nav-list > li:hover > a {
    font-weight: normal;
    text-shadow: 0.25px 0.1px 0px #8c2327, -0.25px -0.1px 0px #8c2327;
}

.b-asp-ilist > li .b-wt .b-stick {
    width: 7px;
    height: 49px;
    left: 0;
    top: 20px;
    position: absolute;
}

.b-partners-list > li .b-in .b-td img {
    margin: inherit;
}

.fancybox-overlay {
    z-index: 503;
}

.ix-form-subscribe .b-item-error input {
    border-color: #af0000;
}

.b-item-error label::before {
    background-color: #af0000!important;
}

.ix-form-callback input[type="checkbox"]:checked + label::before {
    background: #1500ff;
}

.ix-form-callback label a {
    color: inherit;
}

/* #11620 - баннер фон */
.b-outer-nav-rel.ix-banner-menu-wrap {
    background: white;
}
/* банер фон конец */

.ix-banner-menu-wrap .b-list {
    margin: 0;
}
.ix-banner-menu-wrap .b-list > li {
    padding: 15px 30px;
}
.ix-banner-menu-wrap.b-outer-nav:not(.b-outer-nav-rel) {
    padding-top: 15px;
}

/* #11629 - стрелка при наведении */
.ix-b-stpt-nav > .active > a:after {
    display: none !important;
}
/* стрелка при наведении конец */

.b-asp-ilist .b-head-no-margin {
    margin-top: 0px;
}

.b-wrt-col article img {
    margin: 0 5px;
}

/* #11703 - правки мобильной версии */
.b-mobile-nav {
    min-height: auto;
}
.b-wrt-cright .block-quote {
    margin-left: 50px;
}
@media (max-width: 920px) {
    .block-quote {
        margin-left: 50px;
    }
    .b-wht-intro:not(.ix-wht-intro_adaptive) {
        padding: 30px !important;
        margin: 0 -15px;
    }
}
@media (max-width: 980px) {
    .b-header {
        padding-bottom: 5px;
    }
    .b-article img {
        max-width: 100%;
    }
}
@media (max-width:600px) {
    .block-quote {
        margin-left: 0;
        padding-left: 20px;
    }
    .block-quote::before {
        top: 5px;
        width: 40px;
        background-size: contain;
    }
    .b-wht-intro:not(.ix-wht-intro_adaptive) {
        background-size: cover !important;
        background-position: top !important;
        background-attachment: initial !important;
    }

    .b-an-mbox .b-list-ant-items > li {
        width: 100%;
    }

    .b-btn-single {
        white-space: normal;
    }
}
/* правки мобильной версии конец */

/* #12441 - адаптация баннера ДОД и анонсов */
@media (max-width:1200px) {
    .ix-wht-intro_adaptive.b-wht-intro {
        height: 37.6vw !important;
        padding-top: 12.5vw !important;
    }
}
@media (max-width:980px) {
    .ix-wht-intro_adaptive.b-wht-intro {
        padding-top: 8.33333333334vw !important;
    }
}
@media (max-width:920px) {
    .ix-wht-intro_adaptive.b-wht-intro {
        padding: 0 !important;
    }
    .ix-wht-intro_adaptive.b-wht-intro .banner-block {
        padding: 30px;
    }
    .ix-wht-intro_adaptive.b-wht-intro .b-page-head h1 {
        color: white;
    }
    .ix-wht-intro_adaptive.b-wht-intro .b-meta {
        color: #c5c5c5;
    }
    .ix-wht-intro_adaptive .breacrumbs-block {
        margin: 0;
        padding: 0 30px;
        padding-top: 20px;
    }
    .ix-wht-intro_adaptive .breacrumbs-block + .banner-block {
        padding-top: 0;
    }
}
@media (max-width:768px) {
    .ix-wht-intro_adaptive .breacrumbs-block {
        padding-top: 10px;
    }
}
@media (max-width:650px) {
    .ix-wht-intro_adaptive.b-wht-intro {
        overflow: unset !important;
        position: relative;
        margin-bottom: 70px;
    }
    .ix-wht-intro_adaptive.b-wht-intro .b-btn {
        position: absolute;
        left: 0px;
        bottom: -56px;
    }
    .ix-wht-intro_adaptive.b-wht-intro .banner-block * {
        font-size: 18px;
    }
}
@media (max-width:500px) {
    .ix-wht-intro_adaptive.b-wht-intro {
        height: auto !important;
        min-height: 200px !important;
        background-size: cover !important;
        background-attachment: initial !important;
        background-position: center !important;
    }
}
/* конец - адаптация баннера ДОД и анонсов */

/* #11733 - блок анонса */
@media (max-width: 1100px) {
    .b-wrt-cright .b-mitabs-nav a {
        font-size: 20px;
    }
    .b-wrt-cright .b-mitab-item .b-all-items {
        position: static;
        right: auto;
        top: auto;
        text-align: right;
        margin: -10px 0 10px;
    }
}
/* блок анонса конец */

/* #11705 - обрезаются карточка */
.ix-section.no-icon .b-mpst {
    padding-left: 0;
}
/* обрезаются карточка конец */

.ix-b-btn-search {
    display: block;
    cursor: pointer;
    border: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 9px;
    right: 10px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3e%3cpath d='M14.57 14.573a1.407 1.407 0 0 1-1.99 0l-2.48-2.484a6.617 6.617 0 1 1 1.99-1.99l2.48 2.484a1.407 1.407 0 0 1 0 1.99zm-8-12.7a4.691 4.691 0 1 0 4.69 4.691 4.691 4.691 0 0 0-4.69-4.688z' fill='%23951a1d' fill-rule='evenodd'/%3e%3c/svg%3e") no-repeat;
    width: 15px;
    height: 15px;
}

.b-mitab-item .b-all-items {
    top: 10px;
}

.b-adg-box {
    background: transparent !important;
}
.b-htp-cols {
    height: 80px;
}
.b-htp-cols .b-htp-col-logo .b-logo-list > li img {
    height: 40px;
}
@media (max-width: 1160px) {
    .b-htp-cols .b-htp-col-logo .b-logo-list > li img {
        height: 30px;
    }
}
@media (max-width: 980px) {
    .b-htp-cols .b-htp-col-logo .b-logo-list > li img {
        height: 40px;
    }
}
@media (max-width: 490px) {
    .b-htp-cols .b-htp-col-logo .b-logo-list > li img {
        width: 100%;
        height: auto !important;
    }
}
.b-stpt-btns-nav .ix-contacts-socs a {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* #12625 - правки картинок в тексте */
.b-article img {
    max-width: 100%;
    height: auto;
}
/* конец #12625 - правки картинок в тексте */

.b-adg-box {
    background: transparent !important;
}
.b-htp-cols {
    height: 80px;
}
.b-htp-cols .b-htp-col-logo .b-logo-list > li img {
    height: 40px;
}
@media (max-width: 1160px) {
    .b-htp-cols .b-htp-col-logo .b-logo-list > li img {
        height: 30px;
    }
}
@media (max-width: 980px) {
    .b-htp-cols .b-htp-col-logo .b-logo-list > li img {
        height: 40px;
    }
}
.b-stpt-btns-nav .ix-contacts-socs a {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* #12626 - правки на сайте */
@media (max-width: 500px) {
    .block-gradient {
        padding: 20px;
    }
}
.b-wrt-cright .b-hr-right {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 70px;
}
.b-btn__banner {
    margin: 35px 0 0 0;
}
.b-txt-tb {
    top: 0;
}

/* конец #12626 - правки на сайте */

/* 14304 - правки подвала */
.ix-footer-contacts {
    padding: 50px;
    background: #000000;
}
.ix-footer-contacts a {
    text-decoration: none;
}
.ix-footer-contacts a:hover {
    color: blue;
}
.ix-footer-contacts * {
    color: white;
}
.ix-footer-contacts-cols {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 768px) {
    .ix-footer-contacts-cols {
        flex-direction: column;
        align-items: center;
    }
}
.ix-footer-contacts-cols__socs ul {
    list-style-type: none;
    padding: 0;
}
.ix-footer-contacts-cols__socs ul li {
    margin: 0;
    padding: 0 0 20px 0;
}
.ix-footer-contacts-cols__socs ul a {
    font-size: 28px;
}
.ix-footer-contacts-cols__phones * {
    font-size: 20px;
}
.ix-footer-contacts-cols__phones .b-phone {
    width: 170px;
}
.ix-footer-contacts-cols__phones .b-phone-label {
    margin: 0 0 0 20px;
    font-size: 16px;
}
.ix-footer-contacts-phone-block {
    display: flex;
    margin: 0 0 20px 0;
}
/* конец 14304 - правки подвала */

/* 14306 - Форма подписки на рассылку  */
.b-foot-subscribe.ix-black-style * {
    color: #f7f5fb;
}
.b-foot-subscribe.ix-black-style {
    background: black;
}
.b-foot-subscribe.ix-black-style .b-item-mail {
    margin: 0 0 10px 0;
}
.b-foot-subscribe.ix-black-style .b-item-mail::before {
    display: none;
}
.b-foot-subscribe.ix-black-style .b-item-mail input[type='email'] {
    color: #f7f5fb;
    background: black;
    border-radius: 20px;
    padding: 5px 20px;
}
.b-foot-subscribe.ix-black-style .ix-message {
    padding: 0 0 0 20px;
}
.b-foot-subscribe.ix-black-style .b-btn-send {
    background: black;
    border: 1px solid #f7f5fb;
    border-radius: 20px;
    margin: 0 0 10px 0;
}
.b-foot-subscribe.ix-black-style .b-btn-send:hover {
    color: #1500ff;
    border-color: #1500ff;
}
.b-foot-subscribe.ix-black-style a:hover {
    color: #1500ff;
}
.b-foot-subscribe.ix-black-style input[type=checkbox]:checked + label:before {
    background: #1500ff;
}
/* 14306 - Форма подписки на рассылку конец  */

/* 14305 - Верхнее меню */
.b-header.ix-black-style * {
    color: black;
}
.b-header.ix-black-style .b-head-nav-list a {
    text-transform: uppercase;
    color: black;
}
.b-header.ix-black-style .b-head-nav-list > li {
    padding: 10px 25px;
}
.b-header.ix-black-style .b-head-nav-list a.level-1 {
    font-size: 18px;
}
.b-header.ix-black-style .b-list-langs {
    background: none;
}
.b-header.ix-black-style .b-list-langs li {
    width: auto;
    height: auto;
}
.b-header.ix-black-style .b-list-langs li:first-child {
    margin-right: 10px;
}
.b-header.ix-black-style .b-list-langs > li::after {
    display: none;
}
.b-header.ix-black-style .b-list-langs li a {
    text-transform: uppercase;
    font-size: 18px;
}
.b-header.ix-black-style .b-list-langs .active a,
.b-header.ix-black-style .b-list-langs a:hover {
    color: #1500ff;
}
.b-header.ix-black-style .ix-b-btn-search {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><path d='M14.57 14.573a1.407 1.407 0 0 1-1.99 0l-2.48-2.484a6.617 6.617 0 1 1 1.99-1.99l2.48 2.484a1.407 1.407 0 0 1 0 1.99zm-8-12.7a4.691 4.691 0 1 0 4.69 4.691 4.691 4.691 0 0 0-4.69-4.688z' fill='%23000000' fill-rule='evenodd'/></svg>");
}
.b-header.ix-black-style .ix-b-btn-search:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><path d='M14.57 14.573a1.407 1.407 0 0 1-1.99 0l-2.48-2.484a6.617 6.617 0 1 1 1.99-1.99l2.48 2.484a1.407 1.407 0 0 1 0 1.99zm-8-12.7a4.691 4.691 0 1 0 4.69 4.691 4.691 4.691 0 0 0-4.69-4.688z' fill='%231500ff' fill-rule='evenodd'/></svg>");
}
.b-header.ix-black-style .b-htp-cols .b-thp-ih-toggler {
    background: black;
}
.b-header.ix-black-style .b-htp-cols .b-thp-ih-toggler:hover {
    background: #1500ff;
}
.b-header.ix-black-style .b-htp-cols .b-head-nav-list > li:hover > a,
.b-header.ix-black-style a:hover {
    color: #1500ff !important;
}
.b-header.ix-black-style .ix-header-right-block {
    width: 160px;
    margin-left: auto;
}
@media (max-width: 500px) {
    .b-header.ix-black-style .ix-header-right-block {
        display: none;
    }
}
@media (max-width: 1500px) {
    .b-header.ix-black-style .b-head-nav-list > li {
        padding: 10px 10px;
    }
    .b-header.ix-black-style .b-head-nav-list > li > a.level-1 {
        font-size: 14px;
    }
}
@media (max-width: 1100px) {
    .b-header.ix-black-style .b-htp-col-nav {
        display: none;
    }
}
/* 14305 - Верхнее меню конец */

/* 14307 - Квадраты с уровнями образования на главной странице */
.b-edp-list .b-pic::after {
    display: none;
}
.b-edp-list .b-label {
    border-radius: 0;
}
.b-edp-list .b-txt {
    padding: 10px;
    margin: 0 0 20px 20px;
    min-width: calc(80% - 50px);
    width: auto;
}
.b-edp-list .b-link:hover .b-label,
.b-edp-list .b-txt,
.b-edp-list .b-label {
    background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 920px) {
    .ix-edp-list-scroll-wrapper {
        overflow: hidden;
        margin: -20px 0 0 0;
    }
    .ix-edp-list-scroll-wrapper .b-edp-list {
        overflow-x: scroll;
        white-space: nowrap;
        position: relative;
        top: 20px;
    }
    .b-edp-list .b-pic {
        min-height: 349px;
        height: 349px;
    }

    .b-edp-list .b-pic img {
        object-fit: cover;
        height: 100%
    }
    .b-edp-list > li {
        width: auto
    }
}

@media (max-width: 620px) {
   /* .b-edp-list > li {
        width: 100%;
    }*/
}

@media (max-width: 445px) {
    .b-edp-list .b-pic {
        min-height: calc(79vw - 20px);
        height: calc(79vw - 20px);
    }
    .b-edp-list > li {
        max-width: 79vw;
    }
}
/* 14307 - Квадраты с уровнями образования на главной странице конец */
.program-fin__container {
    display: flex;
}
.program-fin__img-container {
    min-width: fit-content;
    margin-right: 8px;
}
.program-fin__img {
    height: unset !important;
}
.b-program-fin ul {
    padding: 20px 0 0 0;
}
@media (max-width: 480px) {
    .h1{
        font-size: 26px;
    }
    .ix-footer-contacts {
        padding: 50px 0;
    }
    .ix-footer-contacts-phone-block {
        display: block;
        margin: 0 0 20px 0;
    }
    .ix-footer-contacts-cols__phones .b-phone {
        width: 170px;
        display: inline-block;
    }
    .ix-footer-contacts-cols__phones .b-phone-label {
        margin: 0 0 0 20px;
        font-size: 16px;
        display: inline-block;
        width: 90px;
    }
}
/* 15452 - Картинка в мобильной версии не адаптируется */
.b-container img {
    max-width: 100%;
    height: auto;
}

.lang_en .b-header.ix-black-style .b-head-nav-list > li {
    padding: 10px 10px 10px 5px;
}
.lang_en .b-header.ix-black-style .b-head-nav-list a.level-1 {
    font-size: 17px;
}

/* End */
/* /local/templates/index/styles/style.css?1739450433141910 */
/* /local/templates/index/styles/responsive.css?173945043325771 */
/* /local/templates/index/styles/snippet-colors.css?17394504339495 */
/* /local/templates/index/components/bitrix/news.list/teachers/style.css?17394504321154 */
/* /local/components/idex/custom.list/templates/.default/style.css?1739450431108 */
/* /local/templates/index/components/bitrix/news.detail/gallery/style.css?1739450432837 */
/* /local/templates/index/js/fotorama/fotorama.css?173945043315141 */
/* /local/templates/index/components/bitrix/news.list/socials/style.css?1739450432330 */
/* /local/components/idex/sitemap/templates/.default/style.css?1739450431198 */
/* /local/templates/index/styles.css?17394504314625 */
/* /local/templates/index/template_styles.css?173945043124629 */
