@font-face {
    font-family: "Arial Black";
    src: url("/wp-content/themes/gitr/fonts/Arial-Black.eot");
    src: url("/wp-content/themes/gitr/fonts/Arial-Black.eot?#iefix") format("rembedded-opentype"),
    url("/wp-content/themes/gitr/fonts/Arial-Black.woff") format("woff"),
    url("/wp-content/themes/gitr/fonts/Arial-Black.ttf") format("truetype"),
    url("/wp-content/themes/gitr/fonts/Arial-Black.svg#Arial%20Black") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Roman.eot");
    src: url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("rembedded-opentype"),
    url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Roman.woff") format("woff"),
    url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Roman.ttf") format("truetype"),
    url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Medium.eot");
    src: url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("rembedded-opentype"),
    url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Medium.woff") format("woff"),
    url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"),
    url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Bold.eot");
    src: url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("rembedded-opentype"),
    url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Bold.woff") format("woff"),
    url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"),
    url("/wp-content/themes/gitr/fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "FontAwesome";
    src: url("/wp-content/themes/gitr/fonts/fa-solid-900.eot");
    src: url("/wp-content/themes/gitr/fonts/fa-solid-900.eot?#iefix") format("rembedded-opentype"),
    url("/wp-content/themes/gitr/fonts/fa-solid-900.woff") format("woff"),
    url("/wp-content/themes/gitr/fonts/fa-solid-900.ttf") format("truetype"),
    url("/wp-content/themes/gitr/fonts/fa-solid-900.svg#fa-solid-900") format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "FontAwesome";
    src: url("/wp-content/themes/gitr/fonts/fa-regular-400.eot");
    src: url("/wp-content/themes/gitr/fonts/fa-regular-400.eot?#iefix") format("rembedded-opentype"),
    url("/wp-content/themes/gitr/fonts/fa-regular-400.woff") format("woff"),
    url("/wp-content/themes/gitr/fonts/fa-regular-400.ttf") format("truetype"),
    url("/wp-content/themes/gitr/fonts/fa-regular-400.svg#fa-regular-400") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "FontAwesomeBrands";
    src: url("/wp-content/themes/gitr/fonts/fa-brands-400.eot");
    src: url("/wp-content/themes/gitr/fonts/fa-brands-400.eot?#iefix") format("rembedded-opentype"),
    url("/wp-content/themes/gitr/fonts/fa-brands-400.woff") format("woff"),
    url("/wp-content/themes/gitr/fonts/fa-brands-400.ttf") format("truetype"),
    url("/wp-content/themes/gitr/fonts/fa-brands-400.svg#fa-brands-400") format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    -webkit-overflow-scrolling: touch
}

body,
html {
    min-height: 100%;
    font-family: HelveticaNeueCyr,Arial,sans-serif;
}

body h1,h2,h3,h4,h5,h6{
    font-family: HelveticaNeueCyr,Arial,sans-serif;
    color: #262626;
}

.footer,
.page-wrap {
    width: 100%;
    margin: 0 auto
}
.page-wrap h1,
.page-wrap h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 40px;
    position: relative;
    display: block;
    color: #262626;
    font-weight: 600;
}


.page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    height: 100%
}

.page-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: #fbfbfb
}

.page-body>.container {
    background-color: #fff
}

body.scroll-disabled {
    overflow: hidden;
    position: fixed
}

.container-fluid {
    width: 100%;
    max-width: 1920px
}

.page-content {
    font-family: HelveticaNeueCyr,Arial,sans-serif !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    margin-bottom: 60px;
    overflow: hidden
}

@media (max-width:1440px) {
    .page-content {
        padding-left: 30px;
    }
}

@media (max-width:1024px) {
    .page-content {        
        padding-left: 30px;
    }
}

@media (max-width:768px) {
    .page-content {
        padding-left: 20px;
        margin-bottom: 30px;
    }
}

.page-content.mod-inner-sidebar {
    margin-bottom: 0
}

.page-content-head {
    padding-top: 40px
}

@media (max-width:1499px) {
    .page-content-head {
        padding-top: 30px
    }
}

@media (max-width:1499px) {
    .page-content-head {
        padding-top: 20px
    }
}

.page-content-head.mod-article-img-container {
    padding-top: 0;
    margin-bottom: 25px
}

@media (max-width:1023px) {
    .page-content-head.mod-article-img-container img {
        min-height: 320px
    }
}

.page-content-head.mod-article-img-container .article-main-img {
    height: 500px
}

@media (max-width:1023px) {
    .page-content-head.mod-article-img-container .article-main-img {
        height: 300px
    }
}

.page-content-head.mod-mb-none {
    margin-bottom: 0
}

.page-content-head .breadcrumbs {
    margin-bottom: 18px
}

@media (max-width:1499px) {
    .page-content-head .breadcrumbs {
        margin-bottom: 10px
    }
}

.page-content-body {
    margin-top: 11px
}

@media (max-width:767px) {
    .page-content-body {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.page-content-body.mod-border-top {
    border-top: 1px solid #e6e6e6
}

.page-content-inner,
.page-content-sidebar {
    padding-bottom: 60px
}

@media (max-width:767px) {
    .page-content-inner,
    .page-content-sidebar {
        padding-bottom: 30px
    }
}

.page-content-inner.mod-page-content-no-padding,
.page-content-sidebar.mod-page-content-no-padding {
    padding-left: 0;
    padding-right: 0
}

.page-content-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 20px
}

@media (max-width:1499px) {
    .page-content-inner {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width:767px) {
    .page-content-inner {
        padding-top: 10px
    }
}

.page-content-inner.mod-pt-none {
    padding-top: 0
}

@media (min-width:769px) {
    .page-content-inner.mod-side-wrap {
        max-width: -webkit-calc(100% - 370px);
        max-width: calc(100% - 370px)
    }
}

@media (max-width:1499px) {
    .page-content-inner.mod-side-wrap {
        max-width: 100%
    }
}

.page-content-sidebar {
    -webkit-flex-basis: 370px;
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
    padding-top: 40px
}

@media (min-width:1401px) {
    .page-content-sidebar {
        border-left: 1px solid #e6e6e6
    }
}

@media (max-width:1499px) {
    .page-content-sidebar {
        padding-top: 20px
    }
}

@media (max-width:767px) {
    .page-content-sidebar {
        -webkit-flex-basis: 320px;
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px
    }
}

.page-content-sidebar--no-border {
    border: none
}

@media (max-width:1024px) {
    .page-content-sidebar--mobile-full {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
button,
input,
select,
textarea {
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    line-height: 1.2rem
}

.clear {
    clear: both
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

code,
pre {
    font-family: monospace
}

p {
    color: #595959;
}

a {
    display: inline-block;
    outline: 0;
    text-decoration: none;
    cursor: pointer
}

img {
    position: relative;
    display: inline-block;
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    font: 300 12px/1 Arial, sans-serif;
    text-align: center
}

img:after {
    content: "Broken Image of " attr(alt);
    display: block;
    color: #646464;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

svg {
    pointer-events: all
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

textarea {
    resize: none
}

input {
    vertical-align: middle;
    margin: 0;
    padding: 0
}

input ::-ms-clear,
input ::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

button,
input[type=button],
input[type=image],
input[type=reset],
input[type=submit] {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: 0 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center
}

b {
    font-weight: 600
}

label {
    cursor: pointer
}

::-moz-selection {
    background: #1e90ff;
    color: #fff
}

::selection {
    background: #1e90ff;
    color: #fff
}

.btn-circle-icon,
.el-btn,
.search-result-submit,
.social-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-circle-icon:after,
.btn-circle-icon:before,
.el-btn:after,
.el-btn:before,
.search-result-submit:after,
.search-result-submit:before,
.social-item:after,
.social-item:before {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    content: ""
}

@media (max-width:1023px) {
    .container {
        width: 100%
    }
}

@media (max-width:1499px) {
    .container,
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:1023px) {
    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:1499px) {
    .row {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (max-width:1023px) {
    .row {
        margin-left: -20px;
        margin-right: -20px
    }
}

.row.mod-gutter-small {
    margin-left: -20px;
    margin-right: -20px
}

.col {
    padding-left: 40px;
    padding-right: 40px
}

@media (min-width:768px) {
    .col-sm-auto {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}
/*
@media (max-width:1499px) {
    .col,
    [class*=col-lg],
    [class*=col-md],
    [class*=col-sm],
    [class*=col-xs] {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:1023px) {
    .col,
    [class*=col-lg],
    [class*=col-md],
    [class*=col-sm],
    [class*=col-xs] {
        padding-left: 20px;
        padding-right: 20px
    }
}
*/

.col.mod-gutter-small,
[class*=col-lg].mod-gutter-small,
[class*=col-md].mod-gutter-small,
[class*=col-sm].mod-gutter-small,
[class*=col-xs].mod-gutter-small {
    padding-left: 20px;
    padding-right: 20px
}

.col.visible-md,
[class*=col-lg].visible-md,
[class*=col-md].visible-md,
[class*=col-sm].visible-md,
[class*=col-xs].visible-md {
    display: none
}

@media (max-width:1023px) {
    .col.visible-md,
    [class*=col-lg].visible-md,
    [class*=col-md].visible-md,
    [class*=col-sm].visible-md,
    [class*=col-xs].visible-md {
        display: block
    }
}

@media (max-width:1499px) {
    .col.hidden-md,
    [class*=col-lg].hidden-md,
    [class*=col-md].hidden-md,
    [class*=col-sm].hidden-md,
    [class*=col-xs].hidden-md {
        display: none
    }
}

@media (max-width:1023px) {
    .col.hidden-sm,
    [class*=col-lg].hidden-sm,
    [class*=col-md].hidden-sm,
    [class*=col-sm].hidden-sm,
    [class*=col-xs].hidden-sm {
        display: none
    }
}

@media (max-width:767px) {
    .col.hidden-xs,
    [class*=col-lg].hidden-xs,
    [class*=col-md].hidden-xs,
    [class*=col-sm].hidden-xs,
    [class*=col-xs].hidden-xs {
        display: none
    }
}

@media (max-width:1023px) {
    .owl-carousel {
        width: 100vw
    }
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.icon-arrow-down {
    width: 1em
}

.icon-arrow-left {
    width: .61905em
}

.icon-arrow-right {
    width: .61905em
}

.icon-cross {
    width: 1em
}

.icon-eye {
    width: 1.83333em
}

.icon-phone {
    width: 1em
}

.icon-search {
    width: 1em
}

.icon-social-fc {
    width: 1em
}

.icon-social-teleg {
    width: 1.2em
}

.icon-social-tw {
    width: 1.21429em
}

.icon-social-vk {
    width: 1.54545em
}

.icon-social-yt {
    width: 1.33333em
}

.icon-star {
    width: 1.09091em
}

.loader-circle-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.5s;
    transition: all 1.5s
}

.blind-radio__input:checked+.loader-circle-container.blind-radio__label,
.is-loading .loader-circle-container,
.loader-circle-container.is-active,
.page-phone-inner.is-active .loader-circle-container.page-phone-btn,
.page-phone-inner.is-active .loader-circle-container.page-phone-view {
    opacity: 1;
    visibility: visible
}

.loader-circle,
.loader-circle:after,
.loader-circle:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.loader-circle {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-top-color: #ff2626;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.loader-circle:after,
.loader-circle:before {
    content: "";
    position: absolute
}

.loader-circle:before {
    top: 13.33333px;
    left: 13.33333px;
    right: 13.33333px;
    bottom: 13.33333px;
    border-top-color: #ff2626;
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.loader-circle:after {
    top: 26.66667px;
    left: 26.66667px;
    right: 26.66667px;
    bottom: 26.66667px;
    border-top-color: #ff2626;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.is-loading {
    overflow: hidden
}

.el-label {
    color: #c9c9c9;
    font-family: Cousine, HelveticaNeueCyr, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .33px
}

.el-title {
    position: relative;
    display: block;
    color: #262626;
    font-size: 1.938rem;
    line-height: 2.25rem;
    font-weight: 600
}

@media (max-width:1499px) {
    .el-title {
        font-size: 1.563rem;
        line-height: 1.75rem
    }
}

@media (max-width:767px) {
    .el-title {
        font-size: 1.313rem;
        line-height: 1.45rem
    }
}

.el-title.mod-size-large {
    font-size: 3rem;
    line-height: 3.2rem
}

@media (max-width:1499px) {
    .el-title.mod-size-large {
        font-size: 1.938rem;
        line-height: 2.25rem
    }
}

@media (max-width:767px) {
    .el-title.mod-size-large {
        font-size: 1.313rem;
        line-height: 1.5rem
    }
}

.el-title.mod-size-middle {
    font-size: 1.313rem;
    line-height: 1.5rem
}

@media (max-width:767px) {
    .el-title.mod-size-middle {
        font-size: 1.125rem;
        line-height: 1.3rem
    }
}

.el-title.mod-size-small {
    font-size: .938rem;
    line-height: 1.2rem
}

.el-title.mod-border-bottom {
    padding-bottom: 5px;
    border-bottom: 2px solid currentColor
}

.el-title.mod-border-bottom.mod-border-small {
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6
}

.el-title.mod-mar-input {
    padding-bottom: 15px
}

.el-title.mod-white {
    color: #fff
}

.el-content-label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 2px 10px 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: .625rem;
    font-weight: 600;
    line-height: 1.2rem;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.el-content-label.mod-news {
    background-color: #ff2626
}

.el-content-label.mod-rating {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #33f;
    font-size: .688rem;
    font-weight: 700
}

.el-content-label .icon {
    margin-top: 2px;
    margin-right: 5px;
    font-size: .688rem
}

.el-link {
    font-family: Cousine, HelveticaNeueCyr, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #c9c9c9;
    -webkit-transition: color ease .15s;
    transition: color ease .15s
}

@media (min-width:1024px) and (max-width:1499px) {
    .el-link {
        font-size: .688rem
    }
}

.el-link:hover {
    color: #fff;
    text-decoration: underline
}

.el-link.mod-lowercase {
    text-transform: lowercase
}

.el-link.mod-contrast {
    font-weight: 400;
    color: #fff;
    letter-spacing: .33px
}

.el-link.mod-red {
    color: #ff2626
}

.el-link.mod-icon-arrow:hover {
    text-decoration: none
}

.el-link.mod-icon-arrow .icon {
    margin-top: -2px;
    font-size: .625rem;
    -webkit-transition: -webkit-transform ease .25s;
    transition: -webkit-transform ease .25s;
    transition: transform ease .25s;
    transition: transform ease .25s, -webkit-transform ease .25s
}

.el-link .icon {
    margin-left: 4px
}

.info-row-container {
    margin-bottom: 40px
}

.info-row-container.mod-small {
    margin-bottom: 30px
}

.info-row-title {
    margin-top: 26px;
    margin-bottom: 14px
}

.el-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    color: #595959;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.2rem
}

@media (max-width:1499px) {
    .el-info-row {
        padding: 10px 0;
        font-size: .938rem
    }
}

.el-info-row:first-child {
    border-top: 1px solid #e6e6e6
}

.el-info-row.mod-small {
    padding: 10px 0 11px;
    font-size: .938rem
}

@media (max-width:1499px) {
    .el-info-row.mod-small {
        font-size: .875rem
    }
}

.el-info-row .info-col {
    padding-left: 5px;
    padding-right: 5px
}

.el-info-row .info-col__last {
    text-align: right
}

.el-info-row .link-mail {
    font-size: .938rem;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    font-weight: 400
}

@media (max-width:1499px) {
    .el-info-row .link-mail {
        font-size: .813rem
    }
}

.el-link-default {
    color: #ff2626;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

.el-link-default:hover {
    color: inherit;
    text-decoration: underline
}

.video-wrap {
    position: relative;
    width: 100%
}

.el-video {
    position: relative;
    width: 100%;
    overflow: hidden
}

.el-video.mod-16-9 {
    height: 0;
    padding-top: 41.66666666666667%
}

.el-checkbox,
.el-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

input[type=checkbox].error~.checkbox-icon,
input[type=checkbox].error~.radio-icon,
input[type=radio].error~.checkbox-icon,
input[type=radio].error~.radio-icon {
    border-color: #ff2626
}

input[type=checkbox]+.field-msg-error,
input[type=radio]+.field-msg-error {
    display: none
}

.el-radio input:checked~.radio-icon:before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 7px;
    -ms-flex: 0 7px;
    flex: 0 7px;
    height: 7px;
    background-color: #262626;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: ""
}

.el-checkbox input:checked~.checkbox-icon:before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 9px;
    -ms-flex: 0 9px;
    flex: 0 9px;
    height: 7px;
    background: url(/img/icon-check.svg) no-repeat center;
    background-size: 9px;
    content: ""
}

.checkbox-icon,
.radio-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 15px;
    -ms-flex: 0 15px;
    flex: 0 15px;
    width: 15px;
    height: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ccc;
    background-color: #f2f2f2
}

.radio-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.checkbox-label,
.radio-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6px;
    color: #262626;
    font-size: .938rem;
    line-height: 1.15rem;
    font-weight: 400
}

.human {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.human__description {
    padding-left: 20px;
    max-width: -webkit-calc(100% - 70px);
    max-width: calc(100% - 70px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.human__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.human__name {
    font-size: .938rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #262626
}

.human__position {
    color: #999;
    font-size: .688rem;
    line-height: .813rem;
    text-transform: uppercase
}

.field-group {
    margin-bottom: 32px
}

.field-group.mod-border-top {
    padding-top: 25px;
    border-top: 1px solid #d9d9d9
}

.field-group.mod-field-group-no-mar {
    margin-bottom: 0
}

.field-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px
}

.field-row.mod-small-offset {
    margin-left: -5px;
    margin-right: -5px
}

@media (max-width:1023px) {
    .field-row {
        margin-bottom: 0
    }
}

.field-row-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -14px;
    margin-left: -5px;
    margin-right: -5px
}

.field-col {
    margin-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px
}

.field-col.mod-small-offset {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width:1023px) {
    .field-col {
        margin-bottom: 25px
    }
}

.field-col-radio {
    padding-top: 30px
}

@media (max-width:1023px) {
    .field-col-radio {
        padding-top: 0
    }
}

.field-col-inner {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 14px
}

.field-label {
    display: block;
    margin-bottom: 6px;
    color: #262626
}

.field-label-description {
    font-size: .938rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #595959;
    margin-bottom: 10px;
    display: block
}

.field-group-title {
    margin-bottom: 24px
}

.field-msg-error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 5px;
    color: #ff2626;
    font-weight: 300;
    font-size: .75rem;
    line-height: .9
}

.el-hidden-field {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none
}

.el-form-field {
    position: relative
}

.el-form-field input,
.el-form-field textarea {
    width: 100%;
    padding: 13px 16px 11px;
    background-color: #f2f2f2;
    color: #262626;
    font-size: .938rem;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.el-form-field input.error,
.el-form-field textarea.error {
    border-color: #ff2626
}

.el-form-field input:disabled,
.el-form-field textarea:disabled {
    opacity: .3
}

.el-form-field input {
    height: 40px
}

.el-form-field.mod-form-field-check-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.el-form-field.mod-form-field-check-input .el-checkbox,
.el-form-field.mod-form-field-check-input .el-radio {
    width: 25px
}

.el-form-field.mod-form-field-check-input .el-form-field {
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px)
}

.el-form-field.error .el-dropdown {
    border-color: #ff2626
}

::-webkit-input-placeholder {
    color: #999;
    font-size: .938rem
}

::-moz-placeholder {
    color: #999;
    font-size: .938rem
}

:-ms-input-placeholder {
    color: #999;
    font-size: .938rem
}

::placeholder {
    color: #999;
    font-size: .938rem
}

.field-search .field-search-input {
    width: 280px;
    padding-left: 22px;
    padding-right: 60px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.field-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    color: #999
}

.field-search-submit:hover {
    color: #ff2626
}

.field-search-submit .icon {
    font-size: .875rem;
    -webkit-transition: color ease .15s;
    transition: color ease .15s
}

.field__error {
    font-size: .938rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #ff2626;
    margin-top: 15px;
    opacity: 0;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

.field__error.is-visible {
    opacity: 1
}

.field-margin {
    margin-bottom: 24px
}

input[type=date] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

.ui-content p {
    margin-bottom: 15px;
    /* color: #595959; */
    line-height: 1.5rem;
    font-weight: 400
}

.ui-content p .gitr-acc-head .h4{
    font-family: HelveticaNeueCyr,Arial,sans-serif;
    font-size: 2.313rem !important;
    line-height: 1.5rem;
    font-weight: bold;
    color: #262626 !important;
}

@media (max-width:1499px) {
    .ui-content p {
        margin-bottom: 8px;
    }
}

@media (max-width:767px) {
    .ui-content p {
        margin-bottom: 4px;
    }
}

.ui-content ol,
.ui-content ul {
    margin-bottom: 18px
}

@media (max-width:767px) {
    .ui-content ol,
    .ui-content ul {
        margin-bottom: 8px
    }
}

.ui-content ul li {
    padding-left: 20px;
    /* font-size: 1.2em !important; */
}

.ui-content ul li a{
    color: #565656;
}

.ui-content ul li:before {
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ff2626;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: ""
}

.ui-content ol {
    margin-left: 20px;
    list-style: decimal
}

.ui-content ol li {
    padding-left: 5px
}

.ui-content a,
.ui-content li {
    color: #595959;
    font-size: 1.063rem;
    font-weight: 400
}

@media (max-width:1499px) {
    .ui-content a,
    .ui-content li {
        font-size: .938rem
    }
}

@media (max-width:767px) {
    .ui-content a,
    .ui-content li {
        font-size: .875rem
    }
}

.ui-content li {
    position: relative
}

.ui-content li+li {
    margin-top: 5px
}

.ui-content a:hover {
    text-decoration: underline
}

.ui-content a.mod-red {
    color: #ff2626
}

.ui-content .map {
    width: 100%;
    height: 360px
}

@media (max-width:1023px) {
    .ui-content .map {
        height: 300px
    }
}

@media (max-width:767px) {
    .ui-content .map {
        height: 240px;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px)
    }
}

.ui-content .map,
.ui-content img {
    margin-right: 8px;
    margin-bottom: 8px
}

@media (max-width:767px) {
    .ui-content .map,
    .ui-content img {
        max-width: -webkit-calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px
    }
}

.ui-content .video-wrap {
    margin-top: 25px;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .ui-content .video-wrap {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .content-group {
        margin-bottom: 10px
    }
}

.content-group.mod-back-down {
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e6e6e6
}

@media (max-width:1023px) {
    .content-group.mod-back-down {
        margin-bottom: 20px;
        padding-bottom: 12px
    }
}

.content-group-title {
    margin-bottom: 24px
}

@media (max-width:1499px) {
    .content-group-title {
        margin-bottom: 14px
    }
}

@media (max-width:767px) {
    .content-group-title {
        margin-bottom: 6px
    }
}

.about {
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .about-row {
      border-bottom: 1px solid #e6e6e6; } }
  .about.about-welcome {
    flex: 1;
    color: #fff;
    position: relative; }
    .about.about-welcome:before {
      content: "";
      display: block;
      padding-bottom: 100%; }
      @media (max-width: 767px) {
        .about.about-welcome:before {
          display: none; } }
    .about.about-welcome .about-content {
      padding: 37px 40px 40px; }
      @media (max-width: 1499px) {
        .about.about-welcome .about-content {
          padding: 30px; } }
      @media (max-width: 767px) {
        .about.about-welcome .about-content {
          padding: 0; } }
    @media (max-width: 1499px) {
      .about.about-welcome {
        padding: 30px; } }
    @media (max-width: 767px) {
      .about.about-welcome {
        flex-basis: 100%;
        padding: 20px; } }
    .about.about-welcome .el-btn.mod-bg-transparent:hover {
      background-color: #fff; }
    @media (max-width: 767px) {
      .about.about-welcome .el-btn.mod-bg-transparent {
        border-color: currentColor;
        color: #262626; } }
  .about.about-simple {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .about.about-simple .about-desc {
      color: #595959;
      font-size: .938rem;
      line-height: 1.5rem;
      font-weight: 400;
      width: 100%; }
      @media (max-width: 1023px) {
        .about.about-simple .about-desc {
          font-size: .875rem; } }
      @media (max-width: 767px) {
        .about.about-simple .about-desc {
          margin-bottom: 14px;
          height: auto; } }
    .about.about-simple .about-footer {
      margin-top: 0;
      align-self: flex-end; }
    .about.about-simple .about-title {
      width: 100%; }
      @media (max-width: 1023px) {
        .about.about-simple .about-title {
          margin-bottom: 12px; } }
      @media (max-width: 767px) {
        .about.about-simple .about-title {
          height: auto; } }
  .about.about-teacher .about-head-col-left {
    height: 140px;
    overflow: hidden; }
  .about.about-teacher .about-teacher-avatar {
    width: 120px;
    filter: grayscale(100%); }
  .about.about-teacher .about-head {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .about.about-teacher .about-head {
        margin-bottom: 15px; } }
  .about.about-teacher .about-head-row {
    margin-left: -10px;
    margin-right: -10px; }
  .about.about-teacher .about-head-col {
    padding-left: 10px;
    padding-right: 10px; }
  .about.about-teacher .about-head-col-right {
    flex: 1; }
    @media (min-width: 1500px) {
      .about.about-teacher .about-head-col-right {
        padding-right: 60px; } }
  .about.about-teacher .about-desc {
    color: #595959;
    font-weight: 400; }
    @media (max-width: 767px) {
      .about.about-teacher .about-desc {
        margin-bottom: 0; } }
  .about.mod-bg-red {
    background-color: #ff2626; }
    @media (max-width: 767px) {
      .about.mod-bg-red {
        color: #ff2626; } }
    .about.mod-bg-red .el-btn.mod-bg-transparent:hover {
      color: #ff2626; }
  .about.mod-bg-green {
    background-color: #1dbf38; }
    @media (max-width: 767px) {
      .about.mod-bg-green {
        color: #1dbf38; } }
    .about.mod-bg-green .el-btn.mod-bg-transparent:hover {
      color: #1dbf38; }
  .about.mod-bg-blue {
    background-color: #3333ff; }
    @media (max-width: 767px) {
      .about.mod-bg-blue {
        color: #3333ff; } }
    .about.mod-bg-blue .el-btn.mod-bg-transparent:hover {
      color: #3333ff; }
  @media (max-width: 767px) {
    .about[class*="mod-bg"] {
      background-color: #fff;
      border-top: 3px solid; } 
}

.content-group-title.mod-border-bottom {
    margin-bottom: 36px;
    padding-bottom: 12px
}

@media (max-width:1499px) {
    .content-group-title.mod-border-bottom {
        margin-bottom: 25px
    }
}

@media (max-width:1023px) {
    .content-group-title.mod-border-bottom {
        margin-bottom: 25px;
        padding-bottom: 8px
    }
}

.video-wrap {
    width: 100%
}

.video-wrap::after {
    content: "";
    display: table;
    clear: both
}

.video__youtube {
    margin: 0 auto;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    max-width: 100%
}

.video__youtube .video__img,
.video__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.video-wrap--img {
    height: 200px
}

.tabs-content__item {
    display: none
}

.tabs-content__item.active {
    display: block
}

.color--black {
    color: #262626
}

.color--red {
    color: #ff2626
}

.color--blue {
    color: #33f
}

.page-title {
    margin-bottom: 40px
}

@media (max-width:1499px) {
    .page-title {
        margin-bottom: 20px
    }
}

@media (max-width:1023px) {
    .page-title {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .page-title {
        margin-bottom: 10px
    }
}

.link-default {
    color: inherit;
    text-decoration: none
}

.link-default:hover {
    text-decoration: underline
}

.text-default {
    color: #595959;
    font-size: 1.063rem;
    line-height: 1.2rem;
    font-weight: 400
}

@media (max-width:767px) {
    .text-default {
        font-size: .938rem
    }
}

.text-default.mod-size-small {
    font-size: .938rem
}

.text-default.mod-white {
    color: #fff
}

.text-default.mod-subtitle {
    margin-bottom: 20px
}

.last-post-list-head {
    padding: 30px 0 12px;
    border-bottom: 4px solid #262626
}

@media (max-width:767px) {
    .last-post-list-head {
        padding-top: 25px;
        padding-bottom: 5px;
        border-bottom-width: 3px
    }
}

.last-post-list-head.mod-padding-top-small {
    padding-top: 10px
}

.last-post-list-head-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media (max-width:1499px) {
    .table-news-list {
        display: block
    }
}

.table-news-list .el-table-row {
    position: relative
}

@media (max-width:1499px) {
    .table-news-list .el-table-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 13px;
        padding-bottom: 11px;
        border-bottom: 1px solid #e6e6e6
    }
}

@media (max-width:767px) {
    .table-news-list .el-table-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.table-news-list .el-table-cell {
    width: 170px;
    padding-top: 42px;
    padding-bottom: 38px
}

@media (min-width:1500px) {
    .table-news-list .el-table-cell {
        border-bottom: 1px solid #e6e6e6
    }
}

@media (max-width:1499px) {
    .table-news-list .el-table-cell {
        display: block;
        padding-top: 16px;
        padding-bottom: 26px
    }
}

@media (max-width:767px) {
    .table-news-list .el-table-cell {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media (max-width:1499px) and (min-width:768px) {
    .table-news-list .cell-news-receiver {
        -webkit-box-flex: 0;
        -webkit-flex: 0 22%;
        -ms-flex: 0 22%;
        flex: 0 22%;
        padding-top: 42px
    }
}

@media (max-width:767px) {
    .table-news-list .cell-news-receiver {
        padding-top: 2px
    }
}

.table-news-list .cell-news-title {
    width: auto
}

@media (min-width:1500px) {
    .table-news-list .cell-news-title {
        padding-top: 37px
    }
}

@media (max-width:1499px) and (min-width:768px) {
    .table-news-list .cell-news-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1 70%;
        -ms-flex: 1 70%;
        flex: 1 70%;
        padding-left: 20px
    }
}

.table-news-list .cell-news-title .el-title {
    font-weight: 500
}

@media (max-width:1499px) and (min-width:768px) {
    .table-news-list .cell-news-date {
        position: absolute;
        top: 22px;
        left: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 10px
    }
}

@media (max-width:767px) {
    .table-news-list .cell-news-date {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 9px
    }
}

.news-container .el-table-row:last-child .el-table-cell {
    border-bottom: none
}

.row-slider+.search-top-filter .sort-col {
    padding-top: 30px
}

.row-slider+.search-top-filter .field-search {
    margin-top: 0
}

.slider .slider-body:not(.owl-loaded) .slider-item:not(:first-child) {
    position: absolute;
    visibility: hidden;
    height: 0
}

.slider-news {
    position: relative;
    width: 100%
}

.slider-news .slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 540px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px 40px 36px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:1499px) {
    .slider-news .slider-item {
        min-height: 410px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:1023px) {
    .slider-news .slider-item {
        min-height: 380px
    }
}

@media (max-width:767px) {
    .slider-news .slider-item {
        min-height: 320px;
        padding-bottom: 70px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.slider-news .slider-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    max-width: 100%
}

.slider-news .slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: 36px;
    right: 37px
}

@media (max-width:1499px) {
    .slider-news .slider-nav {
        right: 27px
    }
}

@media (max-width:1023px) {
    .slider-news .slider-nav {
        right: 17px
    }
}

@media (max-width:767px) {
    .slider-news .slider-nav {
        right: auto;
        left: 15px;
        bottom: 12px
    }
}

.slider-news .slider-nav-btn {
    margin: 5px
}

.slider-news .slider-item-content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 210px
}

@media (max-width:1023px) {
    .slider-news .slider-item-content {
        padding-right: 150px
    }
}

@media (max-width:767px) {
    .slider-news .slider-item-content {
        padding-right: 0
    }
}

.slider-news .slider-item-content:before {
    position: absolute;
    top: -40px;
    bottom: -36px;
    left: -40px;
    right: -40px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7) 0, transparent 100%);
    content: ""
}

@media (max-width:1499px) {
    .slider-news .slider-item-content:before {
        left: -30px;
        right: -30px
    }
}

@media (max-width:767px) {
    .slider-news .slider-item-content:before {
        bottom: -70px;
        left: -20px;
        right: -20px
    }
}

.slider-news .slider-item-content .post-preview-desc {
    position: relative;
    color: #bdbdbd
}

.slider-news .slider-item-content .post-rating {
    margin-bottom: 0;
    margin-right: 10px
}

.slider-news .el-content-label {
    position: relative;
    margin-bottom: 17px
}

@media (max-width:767px) {
    .slider-news .el-content-label {
        margin-bottom: 12px
    }
}

.social-row {
    margin-left: -5px;
    margin-right: -5px
}

.social-col {
    padding: 5px;
    
}

.social-item {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid currentColor;
    color: #999;
    font-size: .813rem;
    -webkit-transition: all ease .15s;
    transition: all ease .15s
}

.social-item:hover {
    color: #fff
}

.social-label {
    margin-bottom: 12px
}

.link-blink {
    cursor: pointer
}

.link-blink:hover {
    color: #ff2626
}

.acquainted-accordion .accordion-head {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.acquainted-accordion .accordion-head-col {
    padding-top: 10px;
    padding-bottom: 10px
}

.acquainted-accordion .accordion-body,
.acquainted-accordion .accordion-head-main-col {
    padding-right: 70px
}

@media (max-width:767px) {
    .acquainted-accordion .accordion-body,
    .acquainted-accordion .accordion-head-main-col {
        padding-right: 10px
    }
}

.acquainted-accordion .accordion-title {
    font-weight: 400
}

.acquainted-accordion .accordion-body {
    padding-top: 10px
}

@media (max-width:767px) {
    .acquainted-accordion .accordion-body {
        padding-top: 0
    }
}

.acquainted-accordion .ui-content p {
    margin-bottom: 10px;
    font-size: .875rem
}

.acquainted-title {
    margin-bottom: 16px
}

.accordion-head-size {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.553rem;
    width: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    padding-right: 20px;
    color: #595959
}

@media (max-width:767px) {
    .accordion-head-size {
        width: 100%;
        padding-left: 36px;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 15px
    }
}

.accordion-head-size__num {
    padding-left: 5px
}

@media (max-width:767px) {
    .accordion-head--download {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.accordion-head--download .accordion-icon-static {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

.accordion-head--download .accordion-head-col--before-size {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    padding-top: 20px;
    padding-bottom: 19px
}

@media (max-width:767px) {
    .accordion-head--download .accordion-head-col--before-size {
        width: 100%
    }
}

.accordion-head--download:hover .accordion-icon-static {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.page-content-body {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width:1399px) {
    .page-content-body {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.page-header {
    background-color: #000;
    padding-bottom: 0px;
    margin: 0px 0 0px;
}

.page-header .logo-desc {
    font-weight: 400;
    font-size: .75rem;
    color: #c9c9c9
}

@media (min-width:1024px) and (max-width:1499px) {
    .page-header .logo-desc {
        font-size: .688rem
    }
}

@media (max-width:767px) {
    .page-header .logo-desc {
        font-size: .563rem
    }
}

@media (max-width:1499px) {
    .page-header .logo-desc-md-hidden {
        display: none
    }
}

.header-logo-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 370px;
    -ms-flex: 0 370px;
    flex: 0 370px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:1024px) {
    .header-logo-col {
        padding-right: 0
    }
}

@media (max-width:1499px) {
    .header-logo-col {
        -webkit-flex-basis: 255px;
        -ms-flex-preferred-size: 255px;
        flex-basis: 255px
    }
}

@media (max-width:1023px) {
    .header-logo-col {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.header-logo {
    padding-top: 8px
}

@media (max-width:1499px) {
    .header-logo {
        padding-top: 6px
    }
}

@media (max-width:1023px) {
    .header-logo {
        padding-top: 0
    }
}

.header-logo .logo-img {
    width: 109px;
    vertical-align: middle
}

@media (max-width:1499px) {
    .header-logo .logo-img {
        width: 86px
    }
}

@media (max-width:767px) {
    .header-logo .logo-img {
        width: 63px
    }
}

.logo-title {
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    font-family: "Arial Black", Arial, sans-serif;
    letter-spacing: -2.8px;
    text-transform: uppercase
}

@media (max-width:1499px) {
    .logo-title {
        padding-left: 10px;
        font-size: 42px;
        letter-spacing: -1.5px
    }
}

@media (max-width:1023px) {
    .logo-title {
        padding-left: 0;
        font-size: 1.938rem;
        letter-spacing: -1px
    }
}

@media (max-width:1023px) {
    .logo-title-desktop {
        display: none
    }
}

.logo-title-mobile {
    display: none
}

@media (max-width:1023px) {
    .logo-title-mobile {
        display: block;
        margin-right: auto
    }
}

.header-main-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .header-main-col {
        border-left: 1px solid #333
    }
}

@media (max-width:1023px) {
    .header-nav {
        padding-left: 40px
    }
}

@media (max-width:767px) {
    .header-nav {
        padding-left: 20px
    }
}

.header-nav-inner {
    margin-left: -20px;
    margin-right: -20px
}

@media (max-width:1499px) {
    .header-nav-inner {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width:1023px) {
    .header-nav-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header-nav-col {
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:1499px) {
    .header-nav-col {
        padding-left: 10px;
        padding-right: 10px
    }
}

.header-nav-item {
    font-family: HelveticaNeueCyr,Arial,sans-serif;
    display: block;
    color: #fff;
    font-size: 1.313rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-align: center;
    -webkit-transition: color ease .15s;
    transition: color ease .15s
}

.header-nav-item:hover {
    color: #ff2626
}

@media (max-width:1023px) {
    .header-nav-item {
        padding: 10px;
        border-bottom: 1px solid rgba(63, 63, 63, .1);
        font-size: 1rem;
        color: #000
    }
}

.header-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width:1023px) {
    .header-line {
        margin-left: -20px
    }
}

.header-line-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.188rem;
    letter-spacing: -1px
}

@media (max-width:1499px) {
    .header-line-col .row {
        margin-left: -12px;
        margin-right: -12px
    }
}

@media (max-width:1499px) {
    .header-line-col .col {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (max-width:1499px) {
    .header-line-col {
        padding-left: 12px;
        padding-right: 12px
    }
}

.header-line-col .el-link {
    color: #c9c9c9
}

.header-line-col .el-link:hover {
    color: #fff
}

.header-line-top {
    padding: 31px 0 30px;
    border: 0 solid #333
}

@media (min-width:1024px) {
    .header-line-top {
        border-bottom-width: 1px
    }
}

@media (max-width:1499px) {
    .header-line-top {
        padding: 19px 12px
    }
}

@media (max-width:1023px) {
    .header-line-top {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        border-top-width: 1px
    }
}

@media (max-width:767px) {
    .header-line-top {
        padding-top: 9px;
        padding-bottom: 14px;
        margin-left: -24px
    }
}

@media (max-width:1023px) {
    .header-line-top .header-line-col {
        margin-left: -20px
    }
}

.header-line-bottom {
    min-height: 80px;
    padding: 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1499px) {
    .header-line-bottom {
        min-height: 60px;
        padding-top: 8px;
        padding-bottom: 12px;
        padding-right: 12px;
        padding-left: 12px;
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (max-width:1023px) {
    .header-line-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        min-height: 50px;
        padding-top: 12px;
        padding-bottom: 10px;
        margin-right: -20px
    }
}

@media (max-width:767px) {
    .header-line-bottom {
        padding-top: 9px;
        padding-bottom: 3px;
        padding-left: 0;
        padding-right: 0;
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (max-width:1023px) {
    .mobile-nav {
        display: none;
        position: fixed;
        z-index: 10;
        top: 141px;
        min-height: -webkit-calc(100% - 141px);
        min-height: calc(100% - 141px);
        left: 0;
        right: 0;
        background-color: rgba(242, 242, 242, .95);
        -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 12px rgba(0, 0, 0, .2);
        border-bottom: 2px solid #ed2323
    }
}

@media (max-width:767px) {
    .mobile-nav {
        top: 115px;
        min-height: -webkit-calc(100% - 115px);
        min-height: calc(100% - 115px)
    }
}

@media (min-width:1024px) {
    .mobile-nav-footer {
        display: none
    }
}

.mobile-nav-footer .mobile-nav-footer-col {
    padding: 10px 30px
}

.mobile-nav-footer-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.lng-toggle-mobile {
    color: #999;
    font-size: .75rem;
    font-weight: 700
}

.lng-toggle-mobile:hover {
    color: #000
}

.log-link-mobile {
    color: #ff2626;
    font-size: .75rem
}

.log-link-mobile:hover {
    color: #000
}

.btn-toggle-nav {
    width: 20px;
    height: 14px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer
}

.btn-toggle-nav:hover .burger-line {
    background-color: #ff2626
}

@media (min-width:1024px) {
    .btn-toggle-nav {
        display: none
    }
}

.btn-toggle-nav.open .burger-line.left {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.btn-toggle-nav.open .burger-line.center {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.btn-toggle-nav.open .burger-line.right {
    top: 16px;
    -webkit-transform: rotate(-135deg) translate(7px, 7px);
    -ms-transform: rotate(-135deg) translate(7px, 7px);
    transform: rotate(-135deg) translate(7px, 7px)
}

.btn-toggle-nav .burger-line {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.btn-toggle-nav .burger-line.left {
    top: 0
}

.btn-toggle-nav .burger-line.center {
    top: 6px
}

.btn-toggle-nav .burger-line.right {
    top: 12px
}

.page-search-line {
    position: relative
}

.page-search-btn {
    position: relative;
    z-index: 2;
    margin-right: -20px;
    padding: 20px;
    font-size: 1.186rem;
    color: #fff;
    -webkit-transition: color ease .15s;
    transition: color ease .15s
}

@media (max-width:1499px) {
    .page-search-btn {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media (max-width:767px) {
    .page-search-btn {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.page-search-btn:hover {
    color: #ff2626
}

.page-search-field {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: width ease .3s, opacity .1s;
    transition: width ease .3s, opacity .1s
}

@media (max-width:1023px) {
    .page-search-field {
        right: 60px
    }
}

@media (max-width:767px) {
    .page-search-field {
        right: 40px
    }
}

.page-search-field.open {
    opacity: 1;
    width: 100%
}

@media (max-width:1023px) {
    .page-search-field.open {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px)
    }
}

@media (max-width:767px) {
    .page-search-field.open {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px)
    }
}

.page-search-field input {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-right: 60px;
    background-color: #000;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: .938rem;
    color: #fff
}

@media (max-width:767px) {
    .page-search-field input {
        padding-right: 30px
    }
}

.page-phone-btn {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: all .15s;
    transition: all .15s;
    margin-right: -20px;
    padding: 20px;
    font-size: 1.186rem;
    color: #fff;
    visibility: visible
}

.blind-radio__input:checked+.page-phone-btn.blind-radio__label,
.is-loading .page-phone-btn.loader-circle-container,
.page-phone-btn.is-active,
.page-phone-inner.is-active .page-phone-btn {
    opacity: 0;
    visibility: hidden
}

.page-phone-view {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    white-space: nowrap;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s;
    transition: all .15s
}

@media (max-width:767px) {
    .page-phone-view {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.blind-radio__input:checked+.page-phone-view.blind-radio__label,
.is-loading .page-phone-view.loader-circle-container,
.page-phone-inner.is-active .page-phone-view,
.page-phone-view.is-active {
    opacity: 1;
    visibility: visible;
    right: 0
}

@media (max-width:360px) {
    .blind-radio__input:checked+.page-phone-view.blind-radio__label,
    .is-loading .page-phone-view.loader-circle-container,
    .page-phone-inner.is-active .page-phone-view,
    .page-phone-view.is-active {
        width: 57vw;
        text-align: center
    }
}

.page-phone-inner {
    position: relative;
    z-index: 2;
    -webkit-transition: all .15s;
    transition: all .15s
}

.page-footer {
    background-color: #000
}

.footer-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:767px) {
    .footer-col {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.footer-fixed-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 370px;
    -ms-flex: 0 370px;
    flex: 0 370px
}

@media (max-width:1499px) and (min-width:768px) {
    .footer-fixed-col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:1499px) {
    .footer-fixed-col {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%
    }
}

@media (max-width:767px) {
    .footer-fixed-col {
        margin-bottom: 15px
    }
}

.footer-fixed-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
}

.footer-fixed-inner-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

@media (max-width:1499px) and (min-width:768px) {
    .footer-fixed-inner-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .footer-fixed-inner-bottom {
        margin-top: 25px;
        text-align: center
    }
}

@media (max-width:1499px) and (min-width:768px) {
    .footer-fixed-inner-bottom .social-label {
        margin-bottom: 0;
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .footer-fixed-inner-bottom .social-row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-top-line {
    padding: 33px 0 39px
}

@media (max-width:1499px) {
    .footer-top-line {
        padding-top: 26px
    }
}

@media (max-width:767px) {
    .footer-top-line {
        padding-top: 18px;
        padding-bottom: 0
    }
}

.footer-top-line .footer-col {
    padding-top: 5px;
    padding-bottom: 5px
}

@media (max-width:1499px) {
    .footer-top-line .footer-col {
        padding-left: 30px
    }
}

@media (max-width:1023px) {
    .footer-top-line .footer-col {
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .footer-top-line .footer-col {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center
    }
}

.footer-top-line .footer-col+.footer-col {
    border: 0 solid #262626
}

@media (min-width:768px) {
    .footer-top-line .footer-col+.footer-col {
        border-left-width: 1px
    }
}

@media (max-width:767px) {
    .footer-top-line .footer-col+.footer-col {
        border-top-width: 1px
    }
}

.footer-col-title {
    margin-bottom: 10px
}

.footer-bottom-line {
    padding: 39px 0;
    border-top: 1px solid #262626
}

@media (max-width:1499px) {
    .footer-bottom-line {
        padding: 19px 0 10px
    }
}

@media (max-width:1499px) {
    .footer-bottom-line .row {
        display: block;
        text-align: center
    }
}

@media (max-width:1499px) {
    .footer-bottom-info-col {
        margin-bottom: 15px
    }
}

.footer-bottom-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-col-list .list-item+.list-item {
    margin-top: 5px
}

.footer-col .menu a {
    margin-top: 5px
}

@media (max-width:1023px) {
    .footer-col-list .list-item+.list-item {
        margin-top: 6px
    }
    .footer-col .menu a {
        margin-top: 6px
    }
}

@media (max-width:767px) {
    .footer-col-list .list-item+.list-item {
        margin-top: 4px
    }
    .footer-col .menu a {
        margin-top: 4px
    }
}

.footer-list-link {
    color: #999
}

@media (max-width:1023px) {
    .footer-list-link {
        font-size: .625rem
    }
}

.footer-list-link:hover {
    color: #fff
}

.footer-tel {
    margin-left: 10px
}

@media (max-width:1023px) {
    .footer-tel {
        margin-right: 0
    }
}

.sidebar {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 370px;
    -ms-flex: 0 370px;
    flex: 0 370px;
    background-color: #f2f2f2
}

@media (min-width:1024px) {
    .sidebar {
        border-right: 1px solid #f2f2f2
    }
}

@media (max-width:1499px) {
    .sidebar {
        -webkit-flex-basis: 255px;
        -ms-flex-preferred-size: 255px;
        flex-basis: 255px
    }
}

@media (max-width:1023px) {
    .sidebar {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%
    }
}

.sidebar.open .sidebar-inner {
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto
}

.sidebar.open .btn-toggle-sidebar .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-toggle-sidebar .icon {
    -webkit-transition: -webkit-transform ease .2s;
    transition: -webkit-transform ease .2s;
    transition: transform ease .2s;
    transition: transform ease .2s, -webkit-transform ease .2s
}

.sidebar-inner {
    padding: 36px 0;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.sidebar-inner .sidebar-group {
    width: 100%
}

.sidebar-inner .el-btn {
    text-align: center
}

@media (max-width:767px) {
    .sidebar-inner .el-btn {
        width: 100%
    }
}

@media (max-width:1499px) {
    .sidebar-inner {
        padding: 26px 0
    }
}

@media (max-width:1023px) {
    .sidebar-inner {
        position: absolute;
        z-index: -1;
        top: 0;
        visibility: hidden;
        opacity: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sidebar-group {
    margin-bottom: 28px
}

.sidebar-group-title {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    cursor: pointer;
    text-align: center;
}

.blind-radio__input:checked+.sidebar-group-title.blind-radio__label,
.is-loading .sidebar-group-title.loader-circle-container,
.page-phone-inner.is-active .sidebar-group-title.page-phone-btn,
.page-phone-inner.is-active .sidebar-group-title.page-phone-view,
.sidebar-group-title.is-active,
.sidebar-group-title:hover {
    color: #ff2626;
    border-color: #ff2626
}

.blind-radio__input:checked+.sidebar-group-title.blind-radio__label,
.is-loading .sidebar-group-title.loader-circle-container,
.page-phone-inner.is-active .sidebar-group-title.page-phone-btn,
.page-phone-inner.is-active .sidebar-group-title.page-phone-view,
.sidebar-group-title.is-active {
    pointer-events: none;
    cursor: default
}

.sidebar-group a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #262626;
    font-size: .938rem;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all ease .15s;
    transition: all ease .15s
}
.sidebar-group li.menu-item-has-children > a {
    border-bottom: 2px solid #000;
}

.sidebar-group a.active {
    pointer-events: none;
    border-color: #ff2626
}

.sidebar-group a.active,
.sidebar-group a:hover {
    color: #ff2626
}

@media (max-width:1499px) {
    .sidebar-group a {
        font-size: .875rem
    }
}

.sidebar-mobile-toggle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

@media (min-width:1024px) {
    .sidebar-mobile-toggle {
        display: none
    }
}

.sidebar-drop__title {
    position: relative
}

.sidebar-drop__title .sidebar-group-title {
    padding-right: 20px
}

.sidebar-drop__menu {
    display: none
}

.sidebar-drop__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    color: #999;
    font-size: .75rem;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

.sidebar-drop.is-open .sidebar-drop__arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.rating {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.rating>input {
    display: none
}

.rating>label {
    color: #999;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

.rating>label:before {
    margin: 1px;
    font-size: .688rem;
    line-height: 1.25rem;
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    content: "\f005"
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
    overflow: hidden;
    width: .388rem
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label,
.rating>input:checked~label {
    color: #33f
}

.rating:not(:checked)>label:hover:before,
.rating:not(:checked)>label:hover~label:before,
.rating>input:checked~label:before {
    font-weight: 900
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #33f
}

.rating+.rating-container__count {
    padding-left: 20px
}

.html-blind.html-blind-blue .rating:not(:checked)>label:hover,
.html-blind.html-blind-blue .rating:not(:checked)>label:hover~label,
.html-blind.html-blind-blue .rating>input:checked~label,
.html-blind.html-blind-dark .rating:not(:checked)>label:hover,
.html-blind.html-blind-dark .rating:not(:checked)>label:hover~label,
.html-blind.html-blind-dark .rating>input:checked~label,
.html-blind.html-blind-white .rating:not(:checked)>label:hover,
.html-blind.html-blind-white .rating:not(:checked)>label:hover~label,
.html-blind.html-blind-white .rating>input:checked~label,
.rating.mod-rating-contrast:not(:checked)>label:hover,
.rating.mod-rating-contrast:not(:checked)>label:hover~label,
.rating.mod-rating-contrast>input:checked~label {
    color: #000
}

.html-blind.html-blind-blue .rating>input:checked+label:hover,
.html-blind.html-blind-blue .rating>input:checked~label:hover,
.html-blind.html-blind-blue .rating>input:checked~label:hover~label,
.html-blind.html-blind-blue .rating>label:hover~input:checked~label,
.html-blind.html-blind-dark .rating>input:checked+label:hover,
.html-blind.html-blind-dark .rating>input:checked~label:hover,
.html-blind.html-blind-dark .rating>input:checked~label:hover~label,
.html-blind.html-blind-dark .rating>label:hover~input:checked~label,
.html-blind.html-blind-white .rating>input:checked+label:hover,
.html-blind.html-blind-white .rating>input:checked~label:hover,
.html-blind.html-blind-white .rating>input:checked~label:hover~label,
.html-blind.html-blind-white .rating>label:hover~input:checked~label,
.rating.mod-rating-contrast>input:checked+label:hover,
.rating.mod-rating-contrast>input:checked~label:hover,
.rating.mod-rating-contrast>input:checked~label:hover~label,
.rating.mod-rating-contrast>label:hover~input:checked~label {
    color: #000
}

.html-blind.html-blind-blue .rating>label,
.html-blind.html-blind-dark .rating>label,
.html-blind.html-blind-white .rating>label,
.rating.mod-rating-contrast>label {
    color: #000
}

.rating-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rating-container__count {
    color: #33f;
    font-size: .688rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: .66px
}

.rating-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 310px
}

@media (max-width:767px) {
    .rating-button-container {
        width: 100%
    }
}

.rating-button-container .el-btn,
.rating-button-container .rating-container {
    width: 50%
}

.rating-button-container .el-btn {
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    padding-left: 7px!important
}

.rating-button-container .rating-container {
    background-color: #f2f2f2;
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px
}

.bunner-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #999;
    padding-top: 20px;
    padding-bottom: 20px
}

.bunner-footer .post-preview-desc {
    display: block
}

@media (max-width:767px) {
    .bunner-footer .post-preview-desc {
        padding-bottom: 10px
    }
}

@media (max-width:767px) {
    .bunner-footer>* {
        width: 100%
    }
}

.bunner-footer--mb {
    margin-bottom: 38px
}

.col__rating-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1599px) {
    .col__rating-container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.col__rating-container .post-preview-desc {
    padding-right: 20px
}

@media (max-width:1599px) {
    .col__rating-container .post-preview-desc {
        padding-right: 0;
        width: 100%;
        padding-bottom: 5px;
        text-align: center
    }
}

.btn-red{
    /* display: block; */
    position: relative;
    padding: 6px 20px 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    color: #fff !important;
    background-color: #ff2626;
    font-size: .75rem;
    text-align: center;
}

.btn-red:hover {
    background-color: #d90000
}


.el-btn {
    position: relative;
    min-width: 146px;
    height: 40px;
    padding: 6px 20px 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff !important;
    background-color: #ff2626;
    border: 2px solid transparent;
    font-size: .75rem;
    line-height: .9rem;
    text-align: center;
    text-transform: uppercase;
    font-family: Cousine, HelveticaNeueCyr, Arial, sans-serif;
    font-weight: 600;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    letter-spacing: .33px
}

.el-btn:hover {
    background-color: #d90000
}

.el-btn--blue {
    background-color: #33f
}

.el-btn--blue:hover {
    background-color: #0000e6
}

.el-btn.mod-min-with-small {
    min-width: 110px
}

.el-btn.mod-min-with-middle {
    min-width: 120px
}

.el-btn.mod-with-auto {
    min-width: auto
}

.el-btn.mod-bg-white {
    color: #262626;
    background-color: #fff;
    border-color: #ff2626
}

.el-btn.mod-bg-white:hover {
    color: #fff;
    background-color: #ff2626
}

.el-btn.mod-bg-transparent {
    background-color: transparent;
    border: 2px solid currentColor
}

.el-btn.mod-bg-transparent:hover {
    color: #ff2626;
    background-color: #fff;
    border-color: #fff
}

@media (max-width:1499px) {
    .el-btn.mod-bg-transparent {
        text-align: center
    }
}

.el-btn.mod-inner-between {
    display: block
}

.el-btn.mod-inner-between .btn-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.el-btn.mod-icon-left,
.el-btn.mod-icon-right {
    padding-left: 30px;
    padding-right: 30px
}

.el-btn.mod-icon-left .icon,
.el-btn.mod-icon-right .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.el-btn.mod-icon-right .icon {
    right: 14px
}

.el-btn.mod-icon-left .icon {
    left: 14px
}

.el-btn.disabled {
    background-color: #f2f2f2;
    color: #ccc;
    pointer-events: none
}

.el-btn.disabled .icon {
    pointer-events: none
}

.el-btn .icon {
    margin-top: -1px;
    margin-left: 10px;
    font-size: .688rem
}

.accordion-head:hover .btn-accordion-icon,
.btn-circle-icon.mod-grey:hover {
    border-color: #ff2626;
    color: #fff
}

.btn-circle-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    font-size: 1.125rem
}

@media (max-width:767px) {
    .btn-circle-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem
    }
}

.btn-circle-icon:hover {
    background-color: #ff2626
}

.btn-circle-icon.mod-grey {
    border-color: #d9d9d9;
    color: #262626
}

.btn-circle-icon.mod-small {
    width: 30px;
    height: 30px;
    font-size: .688rem
}

.breadcrumbs {
    position: relative
}

.breadcrumbs-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs-col {
    padding-left: 4px;
    padding-right: 4px;
    color: #999;
    font-size: 0;
    position: relative
}

.breadcrumbs-col+.breadcrumbs-col:before {
    position: absolute;
    left: 0;
    top: -3px;
    margin-right: 6px;
    font-size: .75rem;
    line-height: 1.3rem;
    content: '/'
}

.breadcrumbs-col+.breadcrumbs-col .breadcrumbs-link {
    margin-left: 5px
}

.breadcrumbs-link {
    color: inherit;
    font-size: .688rem;
    font-weight: 600;
    font-family: Cousine, HelveticaNeueCyr, Arial, sans-serif;
    line-height: .75rem;
    text-transform: uppercase;
    -webkit-transition: color ease .15s;
    transition: color ease .15s
}

.breadcrumbs-link:hover {
    color: #000;
    text-decoration: underline
}

.breadcrumbs-link.active {
    pointer-events: none
}

/* pagination */
.navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
    border-top: #d9d9d9
}

.pagination.mod-border-top {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6
}
.wp-paginate,
.pager {
    margin-top: 20px;
}
.wp-paginate,
.pager,
.pagination-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
    border-top: #d9d9d9;
}


.wp-paginate a {
    color: #999 !important;
    font-size: .875rem;
    font-weight: 600;
    -webkit-transition: color ease .15s;
    transition: color ease .15s;
    background: #fff;
    border: 0;
    margin-right: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.wp-paginate a.current {
    color: #262626 !important;
}
.wp-paginate a:hover {
    color: #262626 !important;
}

.wp-paginate a.prev,
.wp-paginate a.next {
    padding: 0 30px;
    min-width: 120px;
    position: relative;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff !important;
    background-color: #ff2626;
    border: 2px solid transparent;
    font-size: .75rem;
    line-height: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    font-family: Cousine,HelveticaNeueCyr,Arial,sans-serif;
    font-weight: 600;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    letter-spacing: .33px;
}
.wp-paginate a.prev:hover,
.wp-paginate a.next:hover {
    background-color: #d90000;
}

@media (max-width:767px) {
    .pager,
    .pagination-list {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .pagination-next,
    .pagination-prev {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.content-nav-next-pre {
    display: none;
}
/* // pagination */

.el-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 40px;
    padding-left: 18px;
    padding-right: 26px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    cursor: pointer
}

.drop-menu {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    display: none;
    min-width: 100%;
    width: 100%;
    max-height: 240px;
    margin-top: 2px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    overflow: auto
}

.drop-menu.upward {
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 2px;
    -webkit-box-shadow: 0 -10px 50px rgba(0, 0, 0, .05);
    box-shadow: 0 -10px 50px rgba(0, 0, 0, .05)
}

.drop-item {
    padding: 10px 18px;
    -webkit-transition: color ease .15s;
    transition: color ease .15s
}

.drop-item:not(:last-child) {
    border-bottom: 1px solid #f2f2f2
}

.drop-item.selected,
.drop-item:hover {
    color: #ff2626
}

.drop-text {
    padding-top: 4px;
    color: #262626;
    font-size: .938rem;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.drop-text.default {
    color: #999
}

.drop-icon {
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.el-accordion {
    margin-bottom: 25px
}

.el-accordion.mod-border-top {
    border-top: 1px solid #e6e6e6
}

.el-accordion.mod-vertical-top .accordion-head-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.el-accordion.mod-title-regular .el-title {
    font-weight: 400
}

.accordion-item {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6
}

.accordion-item--center .accordion-head {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.accordion-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 26px;
    cursor: pointer
}

@media (max-width:1499px) {
    .accordion-head {
        padding-top: 18px;
        padding-bottom: 18px
    }
}

.accordion-head.active {
    padding-bottom: 20px
}

@media (max-width:1499px) {
    .accordion-head.active {
        padding-bottom: 14px
    }
}

.accordion-head.active .btn-accordion-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #e6e6e6
}

.accordion-head.active .accordion-check {
    border-bottom: 1px solid #f2f2f2
}

.accordion-head:hover .btn-accordion-icon {
    background-color: #ff2626
}

.accordion-head.mod-padding-to-col {
    padding-top: 0;
    padding-bottom: 0
}

.accordion-head-row {
    margin-left: -20px;
    margin-right: -20px
}

.accordion-head-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px
}

.accordion-head-main-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.accordion-body {
    display: none;
    padding-bottom: 12px
}

.accordion-body.active {
    display: block
}

.accordion-icon {
    padding-left: 20px
}

.btn-accordion-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease .25s;
    transition: all ease .25s
}

.accordion-check {
    -webkit-box-flex: 0;
    -webkit-flex: 0 65px;
    -ms-flex: 0 65px;
    flex: 0 65px;
    padding-left: 15px;
    border-left: 1px solid #f2f2f2
}

@media (max-width:767px) {
    .accordion-check {
        -webkit-flex-basis: 40px;
        -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
        padding-left: 10px
    }
}

.accordion-icon-static {
    font-size: .625rem;
    line-height: .8rem;
    color: #ff2626;
    margin-top: 0px;
    padding-right: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.accordion-title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.accordion-title .accordion-icon-static {
    display: inline-block;
    vertical-align: middle
}

.repost-container {
    margin-top: 40px;
    border: 1px solid #e6e6e6
}

@media (max-width:1499px) {
    .repost-container {
        margin-bottom: 20px
    }    
}

@media (max-width:767px) {
    .repost-container {
        margin-top: 30px
    }
}

.repost-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.repost-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

.repost-col+.repost-col {
    border-left: 1px solid #e6e6e6
}

.repost-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 17px 10px;
    display: block;
    color: #999;
    font-size: .688rem;
    text-transform: uppercase;
    text-align: center
}

.repost-link {
    -webkit-transition: all ease .15s;
    transition: all ease .15s
}

.repost-link:hover {
    color: #fff
}

.repost-link:hover.link-fc {
    background-color: #4961b5
}

.repost-link:hover.link-vk {
    background-color: #507299
}

.repost-link:hover.link-tw {
    background-color: #63ccff
}

.repost-link:hover.link-yt {
    background-color: #f31a11
}

.sequence-step-group.hidden {
    margin-bottom: 24px
}

.sequence-step-group.hidden .field-group-title {
    color: #9b9b9b
}

.sequence-step-group.hidden .field-group-body {
    display: none
}

.sequence-step-group.completed .sequence-step-btn {
    display: none
}

.sequence-step-container--mar-top {
    margin-top: 50px
}

.sequence-step-container .sequence-step-group>.el-title {
    margin-bottom: 14px
}

.sequence-step-btn {
    padding-top: 3px
}

.sequence-step-btn__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sequence-step-btn__description .text-default {
    line-height: 1.25rem
}

.sequence-step-btn__description .el-btn+* {
    padding-left: 30px
}

@media (max-width:767px) {
    .sequence-step-btn__description .el-btn+* {
        padding-left: 0;
        width: 100%;
        padding-top: 15px
    }
}

.remodal {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.remodal-overlay {
    background-color: rgba(0, 0, 0, .9)
}

.modal {
    max-width: 400px;
    text-align: left;
    padding: 40px
}

@media (max-width:767px) {
    .modal {
        padding: 20px
    }
}

.modal__title {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .modal__title {
        margin-bottom: 20px
    }
}

.modal__title:hover {
    color: inherit;
    border-color: inherit
}

.modal__description {
    border-top: 1px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 20px
}

.modal__cross {
    color: #fff;
    position: absolute;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px);
    top: 0;
    font-size: 1.25rem;
    line-height: 1.25rem;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

@media (max-width:767px) {
    .modal__cross {
        position: fixed;
        left: auto;
        right: 10px;
        top: 10px;
        color: red
    }
}

.modal__cross:hover {
    color: #ff2626
}

.modal .remodal-close {
    left: 100%
}

.modal .link-default {
    color: #ff2626
}

.modal .el-btn {
    min-width: 130px
}

.modal .field-row {
    margin-bottom: 0
}

.modal .field-col {
    margin-bottom: 20px
}

.table-wrap {
    width: 100%;
    max-width: 100%;
    overflow: auto
}

.el-table {
    display: table;
    width: 100%
}

.el-table-row {
    display: table-row
}

.el-table-cell {
    display: table-cell
}

.table {
    border-collapse: collapse;
    color: #595959;
    min-width: 640px;
    width: 100%
}

.table.mod-table-2 .table__td,
.table.mod-table-2 .table__th {
    width: 25%
}

.table.mod-table-programm .table__td:last-child,
.table.mod-table-programm .table__th:last-child {
    text-align: right;
    width: 80px
}

.table.mod-table-programm .table__td--programm-first,
.table.mod-table-programm .table__th--programm-first {
    width: 130px;
    vertical-align: top
}

.table.mod-table-week .table {
    min-width: 1000px
}

.table.mod-table-week .table__td,
.table.mod-table-week .table__th {
    width: 16.6%
}

.table.mod-table-week .table__th {
    border-bottom-color: #262626
}

.table.mod-table-week:not(.mod-table-week--without-time) .table__td,
.table.mod-table-week:not(.mod-table-week--without-time) .table__th {
    width: 156px
}

.table.mod-table-week:not(.mod-table-week--without-time) .table__td:first-child,
.table.mod-table-week:not(.mod-table-week--without-time) .table__th:first-child {
    width: 60px;
    border-right-color: #262626;
    font-weight: 700
}

.table__td,
.table__th {
    border: 1px solid #e6e6e6;
    padding: 15px 10px 12px;
    vertical-align: middle
}

.table__td:first-child,
.table__th:first-child {
    border-left: none;
    padding-left: 0
}

.table__td:first-child.table__td--pad-left,
.table__td:first-child.table__th--pad-left,
.table__th:first-child.table__td--pad-left,
.table__th:first-child.table__th--pad-left {
    padding-left: 10px
}

.table__td:last-child,
.table__th:last-child {
    border-right: 0;
    padding-right: 0
}

.table__td--half,
.table__th--half {
    width: 45.4%
}

.table__td--quard,
.table__th--quard {
    width: 25%
}

.table__td--80,
.table__th--80 {
    width: 80px
}

.table__th {
    font-size: .688rem;
    font-weight: 700;
    line-height: .938rem;
    text-transform: uppercase;
    letter-spacing: .33px;
    text-align: left;
    color: #262626;
    border-bottom-color: #262626
}

.table__td {
    font-size: .938rem;
    font-weight: 400;
    line-height: 1.25rem
}

.table__line {
    display: block
}

.table__line--pad {
    padding-top: 10px
}

.table a:not(.el-link-default) {
    color: inherit;
    text-decoration: none
}

.blind-panel {
    display: none;
    z-index: 10;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

.blind__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blind__list+* {
    margin-left: 50px
}

.blind__item+.blind__item .blind-radio__label {
    border-left: none
}

.blind__description {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700;
    display: block
}

.blind__description+.blind__list {
    margin-left: 30px
}

.blind--black,
.html-blind.html-blind-dark .blind-panel {
    background-color: #000;
    color: #fff
}

.blind-radio {
    position: relative;
    display: block;
    font-size: 1.25rem;
    line-height: 1.375rem
}

.blind-radio__label {
    position: relative;
    width: 60px;
    height: 60px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000
}

.blind-radio__label:before {
    opacity: 0;
    border: 2px solid #ff2626;
    content: "";
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.blind-radio__input:checked+.blind-radio__label:before,
.blind-radio__label.is-active:before,
.is-loading .blind-radio__label.loader-circle-container:before,
.page-phone-inner.is-active .blind-radio__label.page-phone-btn:before,
.page-phone-inner.is-active .blind-radio__label.page-phone-view:before {
    opacity: 1;
    left: -1px;
    top: -1px;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-border-radius: 0;
    border-radius: 0
}

.blind-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0
}

.blind-radio--font-sm {
    font-size: .75rem;
    line-height: .875rem
}

.blind-radio--font-md {
    font-size: 1rem;
    line-height: 1.125rem
}

.blind-radio--font-lg {
    font-size: 1.375rem;
    line-height: 1.5rem
}

.blind-radio--bg-white .blind-radio__label {
    background-color: #fff;
    color: #000;
    font-weight: 700
}

.blind-radio--bg-black .blind-radio__label {
    background-color: #000;
    color: #fff;
    font-weight: 700
}

.blind-radio--bg-blue .blind-radio__label {
    background-color: #83bae7;
    color: #fff;
    font-weight: 700;
    border-color: #83bae7
}

.upload__place {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 150px;
    width: 150px;
    position: relative
}

.upload__place-zone {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden
}

.upload__place-text {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    position: relative;
    padding: 15px;
    z-index: 2
}

.upload__preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.upload__preview img {
    width: 100%
}

.upload__input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed #595959;
    background-color: #f2f2f2;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%
}

.upload__input.error {
    border-color: #ff2626
}

.upload__hide {
    display: none
}

@-webkit-keyframes uploadFile {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 0
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1
    }
}

@keyframes uploadFile {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 0
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1
    }
}

.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .about-row {
        border-bottom: 1px solid #e6e6e6
    }
}

.about.about-welcome {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    position: relative
}

.about.about-welcome:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

@media (max-width:767px) {
    .about.about-welcome:before {
        display: none
    }
}

.about.about-welcome .about-content {
    padding: 37px 40px 40px
}

@media (max-width:1499px) {
    .about.about-welcome .about-content {
        padding: 30px
    }
}

@media (max-width:767px) {
    .about.about-welcome .about-content {
        padding: 0
    }
}

@media (max-width:1499px) {
    .about.about-welcome {
        padding: 30px
    }
}

@media (max-width:767px) {
    .about.about-welcome {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 20px
    }
}

.about.about-welcome .el-btn.mod-bg-transparent:hover {
    background-color: #fff
}

@media (max-width:767px) {
    .about.about-welcome .el-btn.mod-bg-transparent {
        border-color: currentColor;
        color: #262626
    }
}

.about.about-simple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about.about-simple .about-desc {
    color: #595959;
    font-size: .938rem;
    line-height: 1.5rem;
    font-weight: 400;
    width: 100%
}

@media (max-width:1023px) {
    .about.about-simple .about-desc {
        font-size: .875rem
    }
}

@media (max-width:767px) {
    .about.about-simple .about-desc {
        margin-bottom: 14px;
        height: auto
    }
}

.about.about-simple .about-footer {
    margin-top: 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.about.about-simple .about-title {
    width: 100%
}

@media (max-width:1023px) {
    .about.about-simple .about-title {
        margin-bottom: 12px
    }
}

@media (max-width:767px) {
    .about.about-simple .about-title {
        height: auto
    }
}

.about.about-teacher .about-head-col-left {
    height: 140px;
    overflow: hidden
}

.about.about-teacher .about-teacher-avatar {
    width: 120px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.about.about-teacher .about-head {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .about.about-teacher .about-head {
        margin-bottom: 15px
    }
}

.about.about-teacher .about-head-row {
    margin-left: -10px;
    margin-right: -10px
}

.about.about-teacher .about-head-col {
    padding-left: 10px;
    padding-right: 10px
}

.about.about-teacher .about-head-col-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:1500px) {
    .about.about-teacher .about-head-col-right {
        padding-right: 60px
    }
}

.about.about-teacher .about-desc {
    color: #595959;
    font-weight: 400
}

@media (max-width:767px) {
    .about.about-teacher .about-desc {
        margin-bottom: 0
    }
}

.about.mod-bg-red {
    background-color: #ff2626
}

@media (max-width:767px) {
    .about.mod-bg-red {
        color: #ff2626
    }
}

.about.mod-bg-red .el-btn.mod-bg-transparent:hover {
    color: #ff2626
}

.about.mod-bg-green {
    background-color: #1dbf38
}

@media (max-width:767px) {
    .about.mod-bg-green {
        color: #1dbf38
    }
}

.about.mod-bg-green .el-btn.mod-bg-transparent:hover {
    color: #1dbf38
}

.about.mod-bg-blue {
    background-color: #33f
}

@media (max-width:767px) {
    .about.mod-bg-blue {
        color: #33f
    }
}

.about.mod-bg-blue .el-btn.mod-bg-transparent:hover {
    color: #33f
}

@media (max-width:767px) {
    .about[class*=mod-bg] {
        background-color: #fff;
        border-top: 3px solid
    }
}

.about-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%
}

@media (max-width:767px) {
    .about-content {
        position: relative
    }
}

.about-content>* {
    max-width: 100%;
    width: 100%
}

.about-content .about-footer {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.about-text-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-text-list>:last-child {
    padding-left: 10px;
    display: inline-block
}

.about-title {
    margin-bottom: 20px;
    color: inherit
}

@media (max-width:767px) {
    .about-title {
        margin-bottom: 6px
    }
}

@media (max-width:767px) {
    .about-title,
    .about-title.mod-border-bottom {
        border: none
    }
}

.about-teacher-name {
    margin-bottom: 10px
}

.about-title-caption {
    color: #595959;
    font-size: .875rem
}

.about-desc {
    margin-bottom: 30px;
    font-size: 1.063rem;
    line-height: 1.5rem;
    font-weight: 500
}

@media (max-width:1499px) {
    .about-desc {
        margin-bottom: 20px;
        font-size: .813rem;
        line-height: 1.3rem
    }
}

@media (max-width:1023px) {
    .about-desc {
        font-size: .875rem
    }
}

@media (max-width:767px) {
    .about-desc {
        color: #262626
    }
}

.about-footer {
    margin-top: auto
}

.admission-page-content .page-content-inner {
    padding-top: 10px
}

@media (max-width:1499px) {
    .admission-page-content .page-content-inner {
        padding-top: 0
    }
}

.disable-faculty-border .faculty-col+.faculty-col {
    border: none
}

.post-date {
    color: grey;
    font-size: .938rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr, Arial, sans-serif;
    font-weight: 400
}

@media (max-width:767px) {
    .post-date {
        font-size: .688rem
    }
}

.post-date.mod-size-small {
    font-size: .688rem;
    font-weight: 600
}

.post-receiver {
    font-size: .875rem;
    color: #ff2626;
    font-family: Cousine, HelveticaNeueCyr, Arial, sans-serif
}

.post-receiver:hover {
    text-decoration: underline
}

.post-receiver.mod-large {
    font-size: .938rem
}

@media (max-width:767px) {
    .post-receiver.mod-large {
        font-size: .625rem
    }
}

@media (max-width:767px) {
    .post-receiver {
        text-transform: uppercase;
        font-size: .688rem;
        font-weight: 700
    }
}

.post-preview-col:not(:last-child) {
    border-right: 1px solid #d9d9d9
}

.post-preview-row {
    padding-top: 34px
}

@media (max-width:767px) {
    .post-preview-row {
        padding-top: 18px
    }
}

@media (min-width:768px) {
    .post-preview-row:not(:first-child) {
        padding-top: 0;
        border-top: 1px solid #d9d9d9
    }
}

.post-preview {
    padding-bottom: 20px;
    font-size: 0
}

@media (max-width:767px) {
    .post-preview {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 8px;
        border-bottom: 1px solid #e6e6e6
    }
}

.post-preview .post-type {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .post-preview .post-type {
        margin-bottom: 10px
    }
}

.post-preview .preview-img {
    position: relative;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width:767px) {
    .post-preview .preview-img {
        margin-bottom: 16px
    }
}

.post-preview .post-rating {
    position: absolute;
    z-index: 1;
    left: 8px;
    top: 10px
}

.post-preview .post-date {
    margin-bottom: 13px
}

@media (max-width:767px) {
    .post-preview .post-date {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.post-preview .el-video {
    height: 160px
}

@media (max-width:1499px) {
    .post-preview .el-video {
        height: 110px
    }
}

@media (max-width:1023px) {
    .post-preview .el-video {
        padding-top: 41.66666666666667%;
        width: 100%;
        height: 0
    }
}

.post-preview .video__youtube {
    padding-bottom: 57.355%
}

.post-preview-desc {
    color: #999;
    font-size: .875rem;
    line-height: 1.3rem
}

@media (max-width:767px) {
    .post-preview-desc {
        display: none
    }
}

.post-preview-title {
    margin-bottom: 9px;
    -webkit-transition: color ease .15s;
    transition: color ease .15s
}

.post-preview-title:hover {
    color: #ff2626
}

.post-preview-title--static:hover {
    color: initial
}

.post-type {
    color: #262626;
    font-family: Cousine, HelveticaNeueCyr, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer
}

.post-type:hover {
    text-decoration: underline
}

@media (max-width:767px) {
    .post-type {
        font-size: .625rem
    }
}

.post-title {
    -webkit-transition: color ease .15s;
    transition: color ease .15s
}

.post-title:hover {
    color: #ff2626
}

.article {
    margin-top: 26px
}

@media (max-width:767px) {
    .article {
        margin-top: 16px
    }
}

.article .post-date {
    margin-bottom: 20px
}

@media (max-width:1499px) {
    .article .post-date {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .article .post-date {
        margin-bottom: 10px
    }
}

.article .post-receiver {
    margin-bottom: 20px
}

@media (max-width:1499px) {
    .article .post-receiver {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .article .post-receiver {
        margin-bottom: 10px
    }
}

.article-title {
    margin-bottom: 20px;
    line-height: 1.1
}

@media (max-width:1499px) {
    .article-title {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .article-title {
        margin-bottom: 8px
    }
}

.page-content-head .article-main-img {
    height: 500px
}

.page-content-head .article-main-img.mod-project {
    height: auto
}

.article-main-img {
    position: relative;
    margin-right: -30px;
    margin-left: -30px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:1500px) {
    .article-main-img {
        margin-right: -40px;
        margin-left: -40px
    }
}

@media (max-width:1023px) {
    .article-main-img {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media (max-width:767px) {
    .article-main-img.mod-container .main-img-content {
        display: none
    }
}

.article-main-img.mod-container .el-title {
    color: #fff
}

@media (max-width:767px) {
    .article-main-img.mod-container .el-title {
        margin-top: auto;
        margin-bottom: 0
    }
}

.article-main-img.mod-container .breadcrumbs {
    margin-bottom: 14px
}

.article-main-img.mod-container .breadcrumbs-col {
    color: #fff
}

.article-main-img.mod-container .breadcrumbs-link:hover {
    color: #fff
}

@media (min-width:1500px) {
    .article-main-img img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
        height: auto;
        max-height: none;
        max-width: none;
        min-height: 100%;
        min-width: 100%
    }
}

.article-main-img .el-video {
    height: 100%
}

@media (max-width:1024px) {
    .article-main-img .el-video {
        height: 400px
    }
}

@media (max-width:768px) {
    .article-main-img .el-video {
        height: 200px
    }
}

@media (max-width:767px) {
    .article-main-img .video__youtube {
        padding-bottom: 50%
    }
}

.article-main-img .main-img-content,
.article-main-img .main-img-content-top {
    position: absolute;
    left: 38px;
    right: 38px
}

@media (min-width:1500px) {
    .article-main-img .main-img-content,
    .article-main-img .main-img-content-top {
        padding-right: 32%
    }
}

@media (max-width:1499px) {
    .article-main-img .main-img-content,
    .article-main-img .main-img-content-top {
        left: 28px;
        right: 28px
    }
}

@media (max-width:767px) {
    .article-main-img .main-img-content,
    .article-main-img .main-img-content-top {
        left: 15px;
        right: 15px
    }
}

.article-main-img .main-img-content-top {
    top: 38px
}

@media (max-width:1499px) {
    .article-main-img .main-img-content-top {
        top: 28px
    }
}

@media (max-width:767px) {
    .article-main-img .main-img-content-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 20px;
        bottom: 20px
    }
}

.article-main-img .main-img-content {
    bottom: 38px
}

@media (max-width:1499px) {
    .article-main-img .main-img-content {
        bottom: 28px
    }
}

@media (max-width:767px) {
    .article-main-img .main-img-content {
        bottom: 15px
    }
}

.article-main-img .main-img-content:before {
    position: absolute;
    top: -90px;
    bottom: -38px;
    left: -38px;
    right: -38px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7) 0, transparent 100%);
    content: ""
}

.article-main-img .main-img-content-inner {
    position: relative
}

@media (max-width:767px) {
    .article-main-img .main-img-title {
        font-size: 1rem
    }
}

.article-main-img .main-img-caption {
    margin-top: 10px;
    color: #999;
    font-size: .875rem;
    line-height: 1.2rem
}

@media (max-width:767px) {
    .article-main-img .main-img-caption {
        margin-top: 5px;
        font-size: 12px
    }
}

.article-main-img .main-img-desc {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4rem;
    font-weight: 300
}

@media (max-width:1499px) {
    .article-main-img .main-img-desc {
        font-size: 1.125rem
    }
}

.article-main-img .main-img-desc a {
    color: inherit;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.article-main-img .main-img-desc a:hover {
    color: #ff2626
}

.faculty-row {
    position: relative;
    margin-bottom: 35px
}

@media (max-width:1023px) {
    .faculty-row {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .faculty-row {
        margin-bottom: 0
    }
}

.faculty-row:after {
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    border-bottom: 1px solid #e6e6e6;
    content: ""
}

@media (max-width:1499px) {
    .faculty-row:after {
        left: 30px;
        right: 30px
    }
}

@media (max-width:1023px) {
    .faculty-row:after {
        left: 20px;
        right: 20px
    }
}

@media (max-width:767px) {
    .faculty-row:after {
        display: none
    }
}

.faculty-row.mod-faculty-row-without-border:after {
    display: none
}

.faculty-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

@media (max-width:1023px) {
    .faculty-col {
        margin-bottom: 30px
    }
}

.faculty-col+.faculty-col {
    border-left: 1px solid #e6e6e6
}

.banner-news {
    color: #fff;
    height: 280px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
    font-size: 1.313rem;
    line-height: 1.553rem;
    letter-spacing: -.32px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.banner-news:after,
.banner-news:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .15s linear;
    transition: all .15s linear
}

.banner-news:before {
    background-color: rgba(0, 0, 0, .25)
}

.banner-news:after {
    border: 5px solid #ff2626;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px
}

.banner-news__content {
    position: relative;
    z-index: 2;
    padding: 35px
}

.banner-news:hover:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.search-result-head {
    padding: 44px 40px 64px;
    background-color: #f2f2f2;
    text-align: center
}

@media (max-width:1499px) {
    .search-result-head {
        padding-left: 90px;
        padding-right: 90px
    }
}

@media (max-width:767px) {
    .search-result-head {
        padding: 24px 20px 34px
    }
}

.search-result-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.search-result-title {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .search-result-title {
        margin-bottom: 20px
    }
}

.search-result-field {
    position: relative;
    height: 70px;
    margin-bottom: 22px
}

@media (max-width:767px) {
    .search-result-field {
        height: 60px
    }
}

.search-result-input {
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 70px;
    color: #595959;
    font-size: 1.313rem;
    font-weight: 400;
    border: none
}

@media (max-width:767px) {
    .search-result-input {
        font-size: 1.125rem
    }
}

.search-result-submit-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70px
}

@media (max-width:767px) {
    .search-result-submit-wrap {
        width: 60px
    }
}

.search-result-submit-wrap:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 1px;
    width: 1px;
    background-color: #e6e6e6;
    content: ""
}

.search-result-submit {
    width: 100%;
    height: 100%;
    font-size: 1.125rem;
    color: #000;
    -webkit-transition: color ease .15s;
    transition: color ease .15s
}

.search-result-submit:hover {
    color: #ff2626
}

.sidebar-search-filter {
    background-color: #fff
}

.search-result-post {
    margin-bottom: 22px;
    padding-bottom: 38px;
    border-bottom: 1px solid #d9d9d9
}

@media (max-width:1499px) {
    .search-result-post {
        margin-bottom: 14px;
        padding-bottom: 26px
    }
}

@media (max-width:1023px) {
    .search-result-post {
        padding-bottom: 22px
    }
}

@media (max-width:1499px) {
    .search-result-post:last-child {
        margin-bottom: 20px
    }
}

.search-result-post .post-type {
    margin-bottom: 15px;
    color: #999
}

.search-result-post .post-desc {
    line-height: 1.4rem
}

@media (max-width:1023px) {
    .search-result-post .post-desc {
        line-height: 1.5rem
    }
}

@media (max-width:1499px) {
    .search-result-post .post-title {
        margin-bottom: 8px
    }
}

@media (max-width:1023px) {
    .search-result-post .post-title {
        margin-bottom: 6px
    }
}

.search-result-post-row {
    margin-left: -15px;
    margin-right: -15px
}

.search-result-post-col {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:1023px) {
    .search-result-post-col {
        width: 100%
    }
}

.search-top-filter {
    margin-bottom: 24px;
    border-bottom: 1px solid #d9d9d9
}

@media (max-width:1499px) {
    .search-top-filter {
        margin-bottom: 14px
    }
}

@media (max-width:1023px) {
    .search-top-filter {
        margin-bottom: 9px
    }
}

@media (max-width:767px) {
    .search-top-filter {
        padding-top: 30px
    }
}

.search-top-filter.mod-without-tab {
    border-bottom: none;
    padding-top: 0
}

.search-top-filter.mod-without-tab .search-top-filter-row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9
}

.search-top-filter.mod-without-tab .field-search {
    margin-top: 0
}

.search-top-filter.mod-without-border {
    border-bottom: none;
    padding-top: 0;
    margin-bottom: 0
}

.search-top-filter.mod-without-border .sort-col {
    padding-top: 33px
}

@media (max-width:1023px) {
    .search-top-filter.mod-without-border .sort-col {
        padding-top: 28px
    }
}

@media (max-width:767px) {
    .search-top-filter.mod-without-border .sort-col {
        padding-top: 18px
    }
}

.search-top-filter .sort-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width:1023px) {
    .search-top-filter .sort-row {
        margin-left: -20px;
        margin-right: -20px
    }
}

.search-top-filter .sort-col {
    padding-top: 60px
}

@media (max-width:1023px) {
    .search-top-filter .sort-col {
        padding-top: 28px
    }
}

@media (max-width:767px) {
    .search-top-filter .sort-col {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 18px
    }
}

.search-top-filter .sort-col.mod-gutter-small {
    padding-left: 15px;
    padding-right: 15px
}

.search-top-filter .sort-link {
    margin-bottom: -1px;
    padding-bottom: 28px;
    color: #262626;
    font-size: .938rem;
    font-weight: 500;
    border-bottom: 4px solid transparent;
    -webkit-transition: color ease .15s;
    transition: color ease .15s;
    display: block;
    white-space: nowrap;
    cursor: pointer
}

@media (max-width:1023px) {
    .search-top-filter .sort-link {
        padding-bottom: 22px
    }
}

@media (max-width:767px) {
    .search-top-filter .sort-link {
        padding-bottom: 18px
    }
}

.search-top-filter .sort-link.active,
.search-top-filter .sort-link:hover {
    color: #ff2626
}

.search-top-filter .sort-link.active {
    border-color: #ff2626
}

.search-top-filter .search-result-count {
    margin-top: 30px
}

.search-top-filter .field-search {
    margin-top: 30px
}

@media (max-width:1023px) {
    .search-top-filter .field-search {
        margin-top: 0
    }
}

.search-top-filter-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .search-top-filter-col+.search-top-filter-col {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .search-top-filter-col.col-right {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
}

.search-result-post-list--mar-big .search-result-post {
    margin-bottom: 38px
}

.search-result-post-list--mar-big .search-result-post:last-child {
    border-bottom: none
}

.slider-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.slider-list .owl-item {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.slider-item {
    background-color: #fff
}

.friend-container {
    margin-top: 42px
}

.friend-row {
    margin-bottom: 10px
}

.friend-row+.friend-row {
    margin-top: 40px
}

@media (max-width:1023px) {
    .friend-row+.friend-row {
        margin-top: 20px
    }
}

@media (min-width:768px) {
    .friend-row:not(:last-child) {
        border-bottom: 1px solid #e6e6e6
    }
}

.friend-col {
    margin-bottom: 40px
}

@media (max-width:1023px) {
    .friend-col {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .friend-col {
        margin-bottom: 10px;
        border-top: 1px solid #e6e6e6
    }
}

@media (min-width:768px) {
    .friend-col+.friend-col {
        border-left: 1px solid #e6e6e6
    }
}

.friend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 35px
}

@media (max-width:1499px) {
    .friend {
        padding-top: 30px;
        padding-bottom: 25px
    }
}

@media (max-width:767px) {
    .friend {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.friend:hover .friend-name {
    color: #ff2626
}

.friend-img {
    margin-bottom: 42px;
    display: block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1499px) {
    .friend-img {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .friend-img {
        width: 130px
    }
}

.friend-name {
    display: block;
    color: #595959;
    font-size: .875rem;
    text-align: center
}

.reviews-page-content .page-content-inner {
    padding-top: 0
}

.review-item {
    padding-top: 35px;
    padding-bottom: 35px
}

@media (max-width:1499px) {
    .review-item {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.review-item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

.review-item.is-open .mod-icon-arrow .icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.review-author {
    margin-bottom: 14px
}

@media (max-width:1499px) {
    .review-author {
        margin-bottom: 5px
    }
}

.review-author-type {
    font-size: .875rem;
    color: #595959
}

@media (max-width:1499px) {
    .review-author-type {
        font-size: 12px
    }
}

.review-item-col-left {
    padding-right: 0
}

.review-text {
    margin-bottom: 6px
}

@media (max-width:1499px) {
    .review-text {
        margin-top: 15px
    }
}

.review-text p {
    margin-bottom: 0
}

.review-text p+p {
    margin-top: 15px
}

@media (max-width:1499px) {
    .review-text p+p {
        margin-bottom: 8px
    }
}

@media (max-width:767px) {
    .review-text p+p {
        margin-bottom: 4px
    }
}

.speciality-page-content .page-content-head {
    margin-bottom: 0
}

.speciality-page-content .page-content-body {
    margin-top: 0
}

.speciality-col {
    padding-top: 36px;
    padding-bottom: 40px;
    border-color: #d9d9d9;
    border-style: solid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.speciality-col .speciality-button-container {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width:1499px) {
    .speciality-col {
        padding-top: 26px;
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    .speciality-col {
        border-bottom-width: 1px
    }
}

@media (min-width:768px) {
    .speciality-col+.speciality-col {
        border-left-width: 1px
    }
}

.speciality-top {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:768px) {
    .speciality-row:not(:last-child) .speciality-col {
        border-bottom-width: 1px
    }
}

.speciality-title {
    margin-bottom: 20px;
    width: 100%
}

@media (max-width:1499px) {
    .speciality-title {
        margin-bottom: 15px
    }
}

.speciality-desc {
    margin-bottom: 32px;
    width: 100%
}

@media (max-width:1499px) {
    .speciality-desc {
        margin-bottom: 24px
    }
}

.speciality-info-container {
    margin-bottom: 30px;
    width: 100%
}

@media (max-width:1499px) {
    .speciality-info-container {
        margin-bottom: 24px
    }
}

.program-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.program-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .program-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media (min-width:768px) {
    .program-item:nth-child(odd) .program-body {
        border-right-width: 1px
    }
}

.program-order {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff url(/img/program-order-bg.jpg) no-repeat center;
    background-size: cover
}

@media (max-width:1499px) {
    .program-order {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width:1023px) {
    .program-order {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.program-order .program-desc {
    line-height: 1.5rem
}

.program-order .program-title {
    margin-bottom: 10px
}

.program-order-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    padding: 35px 36px 38px;
    background-color: #ff2626
}

@media (max-width:1499px) {
    .program-order-inner {
        padding: 30px
    }
}

@media (max-width:1023px) {
    .program-order-inner {
        padding: 20px
    }
}

.program-order-footer {
    margin-top: auto
}

.program-img {
    position: relative;
    overflow: hidden;
    height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.program-img-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 30px
}

@media (max-width:1499px) {
    .program-img-content {
        padding-bottom: 20px
    }
}

@media (max-width:1023px) {
    .program-img-content {
        padding-bottom: 10px
    }
}

.program-img-content:before {
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7) 0, transparent 100%);
    content: ""
}

.program-desc {
    margin-bottom: 24px;
    line-height: 1.4rem;
    height: 92px;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width:1023px) {
    .program-desc {
        margin-bottom: 18px
    }
}

@media (max-width:767px) {
    .program-desc {
        height: auto
    }
}

.program-body {
    padding-top: 34px;
    padding-bottom: 55px;
    border-color: #e6e6e6;
    border-style: solid
}

@media (max-width:1499px) {
    .program-body {
        padding-top: 25px;
        padding-bottom: 40px
    }
}

@media (max-width:1023px) {
    .program-body {
        padding-top: 20px
    }
}

@media (max-width:767px) {
    .program-body {
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    .graduates-container {
        padding-top: 5px
    }
}

@media (max-width:767px) {
    .graduates-container .content-group-title {
        margin-top: 10px
    }
}

.graduates-row-wrap:not(:last-child) {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .graduates-row-wrap:not(:last-child) {
        border-bottom: 1px solid #e6e6e6
    }
}

@media (max-width:1499px) {
    .graduates-row-wrap:not(:last-child) {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .graduates-row-wrap:not(:last-child) {
        margin-bottom: 0
    }
}

.graduates-col {
    margin-bottom: 40px
}

@media (max-width:1499px) {
    .graduates-col {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .graduates-col {
        margin-bottom: 15px
    }
}

@media (min-width:768px) {
    .graduates-col:not(:first-child) {
        border-left: 1px solid #e6e6e6
    }
}

@media (max-width:767px) {
    .graduates-item {
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6
    }
}

.graduates-title {
    margin-bottom: 20px;
    line-height: 1;
    word-wrap: break-word
}

@media (max-width:1499px) {
    .graduates-title {
        margin-bottom: 15px
    }
}

@media (max-width:1023px) {
    .graduates-title {
        margin-bottom: 10px
    }
}

.graduates-info-item {
    color: #595959;
    font-size: .875rem;
    line-height: 1.4rem
}

.project-list-container {
    margin-top: -20px
}

@media (max-width:1499px) {
    .project-list-container {
        margin-top: -10px
    }
}

@media (max-width:767px) {
    .project-list-container {
        margin-top: 30px
    }
}

.project-list-container .post-preview-row {
    padding-top: 30px
}

@media (max-width:767px) {
    .project-list-container .post-preview-row {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .project-list-container .post-preview-row:last-child .post-preview-col:last-child .post-preview {
        border-bottom: none
    }
}

.project-list-container .post-preview-col {
    margin-bottom: 34px
}

@media (max-width:767px) {
    .project-list-container .post-preview-col {
        margin-bottom: 0
    }
}

.project-list-container .post-preview {
    padding-bottom: 0
}

.project-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.teleamnia-page-content .page-content-head {
    margin-bottom: 0
}

.teleamnia-page-content .page-content-body {
    margin-top: 0
}

.teleamnia-page-content .friend,
.teleamnia-page-content .post-preview {
    width: 100%
}

.teleamnia-page-content .content-group+.content-group {
    margin-top: 50px
}

.teleamnia-page-content .content-group:first-child {
    margin-top: 30px
}

.teleamnia-page-content .content-group.mod-content-group-border+.mod-content-group-border {
    margin-top: 40px
}

.teleamnia-page-content .content-group.mod-content-group-border+.mod-content-group-border:not(.mod-content-group-without-border) {
    border-top: 1px solid #e6e6e6;
    padding-top: 40px
}

.teleamnia-page-content .content-group.mod-content-group-border:first-child {
    margin-top: 10px
}

.page-campaign .page-content-body {
    margin-top: 0
}

.page-campaign .content-group {
    margin-top: 40px
}

.field-row-application {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.field-row-application .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 110px;
    -ms-flex: 1 1 110px;
    flex: 1 1 110px
}

[data-education] {
    display: none
}

.html-blind .blind-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.html-blind .slider {
    display: none
}

@media (max-width:1499px) {
    .html-blind .logo-title {
        padding-left: 0
    }
}

.html-blind .page-content-head .article-main-img {
    display: none
}

.html-blind .page-content-head .article-main-img.mod-project {
    display: block
}

.html-blind .search-top-filter-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.html-blind .program-img {
    height: 200px
}

.html-blind .program-img img {
    display: none
}

.html-blind .program-img-content {
    position: relative
}

.html-blind .program-img-content:before {
    display: none
}

.html-blind .program-desc {
    height: auto
}

.html-blind .program-order {
    background-image: none
}

.html-blind .header-line-col .mod-gutter-small {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.html-blind.html-blind-white {
    background: #fff
}

.html-blind.html-blind-white .el-label,
.html-blind.html-blind-white .el-link,
.html-blind.html-blind-white .header-nav-item,
.html-blind.html-blind-white .logo-title,
.html-blind.html-blind-white .page-body,
.html-blind.html-blind-white .page-footer,
.html-blind.html-blind-white .page-header,
.html-blind.html-blind-white .page-phone-btn,
.html-blind.html-blind-white .page-search-btn,
.html-blind.html-blind-white .post-date,
.html-blind.html-blind-white .post-preview-desc,
.html-blind.html-blind-white .post-receiver,
.html-blind.html-blind-white .post-title,
.html-blind.html-blind-white .sidebar,
.html-blind.html-blind-white .sidebar-item,
.html-blind.html-blind-white  .footer-col.col.mod-custom-gutter ul.menu li:first-child a {    
    color: #000
}

.html-blind.html-blind-white .el-label .logo-desc,
.html-blind.html-blind-white .el-link .logo-desc,
.html-blind.html-blind-white .header-nav-item .logo-desc,
.html-blind.html-blind-white .logo-title .logo-desc,
.html-blind.html-blind-white .page-body .logo-desc,
.html-blind.html-blind-white .page-footer .logo-desc,
.html-blind.html-blind-white .page-header .logo-desc,
.html-blind.html-blind-white .page-phone-btn .logo-desc,
.html-blind.html-blind-white .page-search-btn .logo-desc,
.html-blind.html-blind-white .post-date .logo-desc,
.html-blind.html-blind-white .post-preview-desc .logo-desc,
.html-blind.html-blind-white .post-receiver .logo-desc,
.html-blind.html-blind-white .post-title .logo-desc,
.html-blind.html-blind-white .sidebar .logo-desc,
.html-blind.html-blind-white .sidebar-item .logo-desc {
    color: #000
}

.html-blind.html-blind-white .el-label>.mod-contrast,
.html-blind.html-blind-white .el-link>.mod-contrast,
.html-blind.html-blind-white .header-nav-item>.mod-contrast,
.html-blind.html-blind-white .logo-title>.mod-contrast,
.html-blind.html-blind-white .page-body>.mod-contrast,
.html-blind.html-blind-white .page-footer>.mod-contrast,
.html-blind.html-blind-white .page-header>.mod-contrast,
.html-blind.html-blind-white .page-phone-btn>.mod-contrast,
.html-blind.html-blind-white .page-search-btn>.mod-contrast,
.html-blind.html-blind-white .post-date>.mod-contrast,
.html-blind.html-blind-white .post-preview-desc>.mod-contrast,
.html-blind.html-blind-white .post-receiver>.mod-contrast,
.html-blind.html-blind-white .post-title>.mod-contrast,
.html-blind.html-blind-white .sidebar-item>.mod-contrast,
.html-blind.html-blind-white .sidebar>.mod-contrast {
    background: #fff!important;
    color: #000!important
}

.html-blind.html-blind-white .el-label:hover,
.html-blind.html-blind-white .el-link:hover,
.html-blind.html-blind-white .header-nav-item:hover,
.html-blind.html-blind-white .logo-title:hover,
.html-blind.html-blind-white .page-body:hover,
.html-blind.html-blind-white .page-footer:hover,
.html-blind.html-blind-white .page-header:hover,
.html-blind.html-blind-white .page-phone-btn:hover,
.html-blind.html-blind-white .page-search-btn:hover,
.html-blind.html-blind-white .post-date:hover,
.html-blind.html-blind-white .post-preview-desc:hover,
.html-blind.html-blind-white .post-receiver:hover,
.html-blind.html-blind-white .post-title:hover,
.html-blind.html-blind-white .sidebar-item:hover,
.html-blind.html-blind-white .sidebar:hover {
    color: #000
}

.html-blind.html-blind-white .page-phone-view {
    background: #fff
}

.html-blind.html-blind-white .el-btn {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.html-blind.html-blind-white .el-btn:hover {
    color: #fff!important;
    border-color: #000!important
}

.html-blind.html-blind-white .el-btn.mod-bg-transparent {
    color: #000!important;
    border-color: #000;
    background-color: #fff
}

.html-blind.html-blind-white .el-btn.mod-bg-transparent:hover {
    color: #000!important
}

.html-blind.html-blind-white .el-btn.mod-bg-white {
    color: #fff
}

.html-blind.html-blind-white .el-btn.mod-bg-white:hover {
    background-color: #000
}

.html-blind.html-blind-white .social-item {
    color: #000;
    border-color: #000!important
}

.html-blind.html-blind-white .btn-circle-icon {
    color: #000
}

.html-blind.html-blind-white .btn-circle-icon:hover {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.html-blind.html-blind-white .btn-circle-icon.mod-grey {
    border-color: #fff
}

.html-blind.html-blind-white .accordion-head:hover .btn-accordion-icon {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.html-blind.html-blind-white .accordion-head.active .btn-accordion-icon {
    background-color: #fff;
    border-color: #000;
    color: #000
}

.html-blind.html-blind-white .breadcrumbs-col,
.html-blind.html-blind-white .el-info-row {
    color: #000
}

.html-blind.html-blind-white .friend .friend-name {
    color: #000
}

.html-blind.html-blind-white .friend:hover .friend-name {
    color: #000
}

.html-blind.html-blind-white .program-order-inner {
    background-color: #fff;
    border: 1px solid #000
}

.html-blind.html-blind-white .accordion-head-size,
.html-blind.html-blind-white .el-title,
.html-blind.html-blind-white .text-default {
    color: #000
}

.html-blind.html-blind-white .rating-container__count {
    color: #000
}

.html-blind.html-blind-white .el-content-label {
    color: #000
}

.html-blind.html-blind-white .el-content-label.mod-rating {
    background: #fff
}

.html-blind.html-blind-white .pagination-link {
    color: #000
}

.html-blind.html-blind-white .banner-news:before {
    border-color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.html-blind.html-blind-white .banner-news:after {
    border-color: #000
}

.html-blind.html-blind-white .repost-container {
    border-color: #000
}

.html-blind.html-blind-white .repost-item {
    color: #000
}

.html-blind.html-blind-white .repost-link {
    color: #000
}

.html-blind.html-blind-white .repost-link:hover {
    color: #fff;
    background-color: #000!important
}

.html-blind.html-blind-white .repost-col+.repost-col {
    border-color: #000
}

.html-blind.html-blind-white .table {
    color: #000
}

.html-blind.html-blind-white .table__td,
.html-blind.html-blind-white .table__th {
    border-color: #000
}

.html-blind.html-blind-white .ui-content ul li:before {
    background-color: #000
}

.html-blind.html-blind-white .ui-content a,
.html-blind.html-blind-white .ui-content li,
.html-blind.html-blind-white .ui-content p {
    color: #000
}

.html-blind.html-blind-white .search-top-filter .sort-link.active {
    border-color: #000
}

.html-blind.html-blind-white .search-top-filter .sort-link.active,
.html-blind.html-blind-white .search-top-filter .sort-link:hover {
    color: #000
}

.html-blind.html-blind-white .about-simple .about-desc {
    color: #000
}

.html-blind.html-blind-white .about-welcome {
    background-color: #fff!important;
    color: #000!important
}

.html-blind.html-blind-white .about-title-caption {
    color: #000
}

.html-blind.html-blind-white .about-desc {
    color: #000!important
}

.html-blind.html-blind-white .graduates-info-item,
.html-blind.html-blind-white .post-type {
    color: #000
}

.html-blind.html-blind-white .page-body>.container {
    background-color: #fff
}

.html-blind.html-blind-white .search-top-filter .sort-link {
    color: #000
}

.html-blind.html-blind-white .table .table__td,
.html-blind.html-blind-white .table .table__th {
    border-color: #000!important;
    color: #000!important
}

.html-blind.html-blind-white .last-post-list-head {
    border-bottom-color: #000
}

.html-blind.html-blind-white .el-link-default {
    color: #000
}

.html-blind.html-blind-white .review-author-type {
    color: #000
}

.html-blind.html-blind-white .search-result-head {
    background-color: #fff
}

.html-blind.html-blind-white .human__name,
.html-blind.html-blind-white .human__position {
    color: #000
}

.html-blind.html-blind-white .el-info-row,
.html-blind.html-blind-white .page-content-sidebar,
.html-blind.html-blind-white .sidebar,
.html-blind.html-blind-white .sidebar-item {
    border-color: #000
}

.html-blind.html-blind-white .sidebar-drop__arrow {
    color: #000
}

.html-blind.html-blind-white .page-content-body.mod-border-top {
    border-color: #000
}

.html-blind.html-blind-white .search-result-input {
    background-color: #f2f2f2
}

.html-blind.html-blind-dark {
    background: #000
}

.html-blind.html-blind-dark .el-label,
.html-blind.html-blind-dark .el-link,
.html-blind.html-blind-dark .header-nav-item,
.html-blind.html-blind-dark .logo-title,
.html-blind.html-blind-dark .page-body,
.html-blind.html-blind-dark .page-footer,
.html-blind.html-blind-dark .page-header,
.html-blind.html-blind-dark .page-phone-btn,
.html-blind.html-blind-dark .page-search-btn,
.html-blind.html-blind-dark .post-date,
.html-blind.html-blind-dark .post-preview-desc,
.html-blind.html-blind-dark .post-receiver,
.html-blind.html-blind-dark .post-title,
.html-blind.html-blind-dark .sidebar,
.html-blind.html-blind-dark .sidebar-item {
    background: #000;
    color: #fff
}

.html-blind.html-blind-dark .el-label .logo-desc,
.html-blind.html-blind-dark .el-link .logo-desc,
.html-blind.html-blind-dark .header-nav-item .logo-desc,
.html-blind.html-blind-dark .logo-title .logo-desc,
.html-blind.html-blind-dark .page-body .logo-desc,
.html-blind.html-blind-dark .page-footer .logo-desc,
.html-blind.html-blind-dark .page-header .logo-desc,
.html-blind.html-blind-dark .page-phone-btn .logo-desc,
.html-blind.html-blind-dark .page-search-btn .logo-desc,
.html-blind.html-blind-dark .post-date .logo-desc,
.html-blind.html-blind-dark .post-preview-desc .logo-desc,
.html-blind.html-blind-dark .post-receiver .logo-desc,
.html-blind.html-blind-dark .post-title .logo-desc,
.html-blind.html-blind-dark .sidebar .logo-desc,
.html-blind.html-blind-dark .sidebar-item .logo-desc {
    color: #fff
}

.html-blind.html-blind-dark .el-label>.mod-contrast,
.html-blind.html-blind-dark .el-link>.mod-contrast,
.html-blind.html-blind-dark .header-nav-item>.mod-contrast,
.html-blind.html-blind-dark .logo-title>.mod-contrast,
.html-blind.html-blind-dark .page-body>.mod-contrast,
.html-blind.html-blind-dark .page-footer>.mod-contrast,
.html-blind.html-blind-dark .page-header>.mod-contrast,
.html-blind.html-blind-dark .page-phone-btn>.mod-contrast,
.html-blind.html-blind-dark .page-search-btn>.mod-contrast,
.html-blind.html-blind-dark .post-date>.mod-contrast,
.html-blind.html-blind-dark .post-preview-desc>.mod-contrast,
.html-blind.html-blind-dark .post-receiver>.mod-contrast,
.html-blind.html-blind-dark .post-title>.mod-contrast,
.html-blind.html-blind-dark .sidebar-item>.mod-contrast,
.html-blind.html-blind-dark .sidebar>.mod-contrast {
    background: #000!important;
    color: #fff!important
}

.html-blind.html-blind-dark .el-label:hover,
.html-blind.html-blind-dark .el-link:hover,
.html-blind.html-blind-dark .header-nav-item:hover,
.html-blind.html-blind-dark .logo-title:hover,
.html-blind.html-blind-dark .page-body:hover,
.html-blind.html-blind-dark .page-footer:hover,
.html-blind.html-blind-dark .page-header:hover,
.html-blind.html-blind-dark .page-phone-btn:hover,
.html-blind.html-blind-dark .page-search-btn:hover,
.html-blind.html-blind-dark .post-date:hover,
.html-blind.html-blind-dark .post-preview-desc:hover,
.html-blind.html-blind-dark .post-receiver:hover,
.html-blind.html-blind-dark .post-title:hover,
.html-blind.html-blind-dark .sidebar-item:hover,
.html-blind.html-blind-dark .sidebar:hover {
    color: #fff
}

.html-blind.html-blind-dark .page-phone-view {
    background: #000
}

.html-blind.html-blind-dark .el-btn {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.html-blind.html-blind-dark .el-btn:hover {
    color: #000!important;
    border-color: #fff!important
}

.html-blind.html-blind-dark .el-btn.mod-bg-transparent {
    color: #fff!important;
    border-color: #fff;
    background-color: #000
}

.html-blind.html-blind-dark .el-btn.mod-bg-transparent:hover {
    color: #fff!important
}

.html-blind.html-blind-dark .el-btn.mod-bg-white {
    color: #000
}

.html-blind.html-blind-dark .el-btn.mod-bg-white:hover {
    background-color: #fff
}

.html-blind.html-blind-dark .social-item {
    color: #fff;
    border-color: #fff!important
}

.html-blind.html-blind-dark .btn-circle-icon {
    color: #fff
}

.html-blind.html-blind-dark .btn-circle-icon:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.html-blind.html-blind-dark .btn-circle-icon.mod-grey {
    border-color: #000
}

.html-blind.html-blind-dark .accordion-head:hover .btn-accordion-icon {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.html-blind.html-blind-dark .accordion-head.active .btn-accordion-icon {
    background-color: #000;
    border-color: #fff;
    color: #fff
}

.html-blind.html-blind-dark .breadcrumbs-col,
.html-blind.html-blind-dark .el-info-row {
    color: #fff
}

.html-blind.html-blind-dark .friend .friend-name {
    color: #fff
}

.html-blind.html-blind-dark .friend:hover .friend-name {
    color: #fff
}

.html-blind.html-blind-dark .program-order-inner {
    background-color: #000;
    border: 1px solid #fff
}

.html-blind.html-blind-dark .accordion-head-size,
.html-blind.html-blind-dark .el-title,
.html-blind.html-blind-dark .text-default {
    color: #fff
}

.html-blind.html-blind-dark .rating-container__count {
    color: #fff
}

.html-blind.html-blind-dark .el-content-label {
    color: #fff
}

.html-blind.html-blind-dark .el-content-label.mod-rating {
    background: #000
}

.html-blind.html-blind-dark .pagination-link {
    color: #fff
}

.html-blind.html-blind-dark .banner-news:before {
    border-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.html-blind.html-blind-dark .banner-news:after {
    border-color: #fff
}

.html-blind.html-blind-dark .repost-container {
    border-color: #fff
}

.html-blind.html-blind-dark .repost-item {
    color: #fff
}

.html-blind.html-blind-dark .repost-link {
    color: #fff
}

.html-blind.html-blind-dark .repost-link:hover {
    color: #000;
    background-color: #fff!important
}

.html-blind.html-blind-dark .repost-col+.repost-col {
    border-color: #fff
}

.html-blind.html-blind-dark .table {
    color: #fff
}

.html-blind.html-blind-dark .table__td,
.html-blind.html-blind-dark .table__th {
    border-color: #fff
}

.html-blind.html-blind-dark .ui-content ul li:before {
    background-color: #fff
}

.html-blind.html-blind-dark .ui-content a,
.html-blind.html-blind-dark .ui-content li,
.html-blind.html-blind-dark .ui-content p {
    color: #fff
}

.html-blind.html-blind-dark .search-top-filter .sort-link.active {
    border-color: #fff
}

.html-blind.html-blind-dark .search-top-filter .sort-link.active,
.html-blind.html-blind-dark .search-top-filter .sort-link:hover {
    color: #fff
}

.html-blind.html-blind-dark .about-simple .about-desc {
    color: #fff
}

.html-blind.html-blind-dark .about-welcome {
    background-color: #000!important;
    color: #fff!important
}

.html-blind.html-blind-dark .about-title-caption {
    color: #fff
}

.html-blind.html-blind-dark .about-desc {
    color: #fff!important
}

.html-blind.html-blind-dark .graduates-info-item,
.html-blind.html-blind-dark .post-type {
    color: #fff
}

.html-blind.html-blind-dark .page-body>.container {
    background-color: #000
}

.html-blind.html-blind-dark .search-top-filter .sort-link {
    color: #fff
}

.html-blind.html-blind-dark .table .table__td,
.html-blind.html-blind-dark .table .table__th {
    border-color: #fff!important;
    color: #fff!important
}

.html-blind.html-blind-dark .last-post-list-head {
    border-bottom-color: #fff
}

.html-blind.html-blind-dark .el-link-default {
    color: #fff
}

.html-blind.html-blind-dark .review-author-type {
    color: #fff
}

.html-blind.html-blind-dark .search-result-head {
    background-color: #000
}

.html-blind.html-blind-dark .human__name,
.html-blind.html-blind-dark .human__position {
    color: #fff
}

.html-blind.html-blind-dark .el-info-row,
.html-blind.html-blind-dark .page-content-sidebar,
.html-blind.html-blind-dark .sidebar,
.html-blind.html-blind-dark .sidebar-item {
    border-color: #fff
}

.html-blind.html-blind-dark .sidebar-drop__arrow {
    color: #fff
}

.html-blind.html-blind-dark .page-content-body.mod-border-top {
    border-color: #fff
}

.html-blind.html-blind-blue {
    background: #9dd1ff
}

.html-blind.html-blind-blue .el-label,
.html-blind.html-blind-blue .el-link,
.html-blind.html-blind-blue .header-nav-item,
.html-blind.html-blind-blue .logo-title,
.html-blind.html-blind-blue .page-body,
.html-blind.html-blind-blue .page-footer,
.html-blind.html-blind-blue .page-header,
.html-blind.html-blind-blue .page-phone-btn,
.html-blind.html-blind-blue .page-search-btn,
.html-blind.html-blind-blue .post-date,
.html-blind.html-blind-blue .post-preview-desc,
.html-blind.html-blind-blue .post-receiver,
.html-blind.html-blind-blue .post-title,
.html-blind.html-blind-blue .sidebar,
.html-blind.html-blind-blue .sidebar-item {
    background: #9dd1ff;
    color: #000
}

.html-blind.html-blind-blue .el-label .logo-desc,
.html-blind.html-blind-blue .el-link .logo-desc,
.html-blind.html-blind-blue .header-nav-item .logo-desc,
.html-blind.html-blind-blue .logo-title .logo-desc,
.html-blind.html-blind-blue .page-body .logo-desc,
.html-blind.html-blind-blue .page-footer .logo-desc,
.html-blind.html-blind-blue .page-header .logo-desc,
.html-blind.html-blind-blue .page-phone-btn .logo-desc,
.html-blind.html-blind-blue .page-search-btn .logo-desc,
.html-blind.html-blind-blue .post-date .logo-desc,
.html-blind.html-blind-blue .post-preview-desc .logo-desc,
.html-blind.html-blind-blue .post-receiver .logo-desc,
.html-blind.html-blind-blue .post-title .logo-desc,
.html-blind.html-blind-blue .sidebar .logo-desc,
.html-blind.html-blind-blue .sidebar-item .logo-desc {
    color: #000
}

.html-blind.html-blind-blue .el-label>.mod-contrast,
.html-blind.html-blind-blue .el-link>.mod-contrast,
.html-blind.html-blind-blue .header-nav-item>.mod-contrast,
.html-blind.html-blind-blue .logo-title>.mod-contrast,
.html-blind.html-blind-blue .page-body>.mod-contrast,
.html-blind.html-blind-blue .page-footer>.mod-contrast,
.html-blind.html-blind-blue .page-header>.mod-contrast,
.html-blind.html-blind-blue .page-phone-btn>.mod-contrast,
.html-blind.html-blind-blue .page-search-btn>.mod-contrast,
.html-blind.html-blind-blue .post-date>.mod-contrast,
.html-blind.html-blind-blue .post-preview-desc>.mod-contrast,
.html-blind.html-blind-blue .post-receiver>.mod-contrast,
.html-blind.html-blind-blue .post-title>.mod-contrast,
.html-blind.html-blind-blue .sidebar-item>.mod-contrast,
.html-blind.html-blind-blue .sidebar>.mod-contrast {
    background: #9dd1ff!important;
    color: #000!important
}

.html-blind.html-blind-blue .el-label:hover,
.html-blind.html-blind-blue .el-link:hover,
.html-blind.html-blind-blue .header-nav-item:hover,
.html-blind.html-blind-blue .logo-title:hover,
.html-blind.html-blind-blue .page-body:hover,
.html-blind.html-blind-blue .page-footer:hover,
.html-blind.html-blind-blue .page-header:hover,
.html-blind.html-blind-blue .page-phone-btn:hover,
.html-blind.html-blind-blue .page-search-btn:hover,
.html-blind.html-blind-blue .post-date:hover,
.html-blind.html-blind-blue .post-preview-desc:hover,
.html-blind.html-blind-blue .post-receiver:hover,
.html-blind.html-blind-blue .post-title:hover,
.html-blind.html-blind-blue .sidebar-item:hover,
.html-blind.html-blind-blue .sidebar:hover {
    color: #000
}

.html-blind.html-blind-blue .page-phone-view {
    background: #9dd1ff
}

.html-blind.html-blind-blue .el-btn {
    background-color: #000;
    border-color: #000;
    color: #9dd1ff
}

.html-blind.html-blind-blue .el-btn:hover {
    color: #9dd1ff!important;
    border-color: #000!important
}

.html-blind.html-blind-blue .el-btn.mod-bg-transparent {
    color: #000!important;
    border-color: #000;
    background-color: #9dd1ff
}

.html-blind.html-blind-blue .el-btn.mod-bg-transparent:hover {
    color: #000!important
}

.html-blind.html-blind-blue .el-btn.mod-bg-white {
    color: #9dd1ff
}

.html-blind.html-blind-blue .el-btn.mod-bg-white:hover {
    background-color: #000
}

.html-blind.html-blind-blue .social-item {
    color: #000;
    border-color: #000!important
}

.html-blind.html-blind-blue .btn-circle-icon {
    color: #000
}

.html-blind.html-blind-blue .btn-circle-icon:hover {
    border-color: #000;
    background-color: #000;
    color: #9dd1ff
}

.html-blind.html-blind-blue .btn-circle-icon.mod-grey {
    border-color: #9dd1ff
}

.html-blind.html-blind-blue .accordion-head:hover .btn-accordion-icon {
    background-color: #000;
    border-color: #000;
    color: #9dd1ff
}

.html-blind.html-blind-blue .accordion-head.active .btn-accordion-icon {
    background-color: #9dd1ff;
    border-color: #000;
    color: #000
}

.html-blind.html-blind-blue .breadcrumbs-col,
.html-blind.html-blind-blue .el-info-row {
    color: #000
}

.html-blind.html-blind-blue .friend .friend-name {
    color: #000
}

.html-blind.html-blind-blue .friend:hover .friend-name {
    color: #000
}

.html-blind.html-blind-blue .program-order-inner {
    background-color: #9dd1ff;
    border: 1px solid #000
}

.html-blind.html-blind-blue .accordion-head-size,
.html-blind.html-blind-blue .el-title,
.html-blind.html-blind-blue .text-default {
    color: #000
}

.html-blind.html-blind-blue .rating-container__count {
    color: #000
}

.html-blind.html-blind-blue .el-content-label {
    color: #000
}

.html-blind.html-blind-blue .el-content-label.mod-rating {
    background: #9dd1ff
}

.html-blind.html-blind-blue .pagination-link {
    color: #000
}

.html-blind.html-blind-blue .banner-news:before {
    border-color: #9dd1ff;
    background-color: rgba(0, 0, 0, .5)
}

.html-blind.html-blind-blue .banner-news:after {
    border-color: #000
}

.html-blind.html-blind-blue .repost-container {
    border-color: #000
}

.html-blind.html-blind-blue .repost-item {
    color: #000
}

.html-blind.html-blind-blue .repost-link {
    color: #000
}

.html-blind.html-blind-blue .repost-link:hover {
    color: #9dd1ff;
    background-color: #000!important
}

.html-blind.html-blind-blue .repost-col+.repost-col {
    border-color: #000
}

.html-blind.html-blind-blue .table {
    color: #000
}

.html-blind.html-blind-blue .table__td,
.html-blind.html-blind-blue .table__th {
    border-color: #000
}

.html-blind.html-blind-blue .ui-content ul li:before {
    background-color: #000
}

.html-blind.html-blind-blue .ui-content a,
.html-blind.html-blind-blue .ui-content li,
.html-blind.html-blind-blue .ui-content p {
    color: #000
}

.html-blind.html-blind-blue .search-top-filter .sort-link.active {
    border-color: #000
}

.html-blind.html-blind-blue .search-top-filter .sort-link.active,
.html-blind.html-blind-blue .search-top-filter .sort-link:hover {
    color: #000
}

.html-blind.html-blind-blue .about-simple .about-desc {
    color: #000
}

.html-blind.html-blind-blue .about-welcome {
    background-color: #9dd1ff!important;
    color: #000!important
}

.html-blind.html-blind-blue .about-title-caption {
    color: #000
}

.html-blind.html-blind-blue .about-desc {
    color: #000!important
}

.html-blind.html-blind-blue .graduates-info-item,
.html-blind.html-blind-blue .post-type {
    color: #000
}

.html-blind.html-blind-blue .page-body>.container {
    background-color: #9dd1ff
}

.html-blind.html-blind-blue .search-top-filter .sort-link {
    color: #000
}

.html-blind.html-blind-blue .table .table__td,
.html-blind.html-blind-blue .table .table__th {
    border-color: #000!important;
    color: #000!important
}

.html-blind.html-blind-blue .last-post-list-head {
    border-bottom-color: #000
}

.html-blind.html-blind-blue .el-link-default {
    color: #000
}

.html-blind.html-blind-blue .review-author-type {
    color: #000
}

.html-blind.html-blind-blue .search-result-head {
    background-color: #9dd1ff
}

.html-blind.html-blind-blue .human__name,
.html-blind.html-blind-blue .human__position {
    color: #000
}

.html-blind.html-blind-blue .el-info-row,
.html-blind.html-blind-blue .page-content-sidebar,
.html-blind.html-blind-blue .sidebar,
.html-blind.html-blind-blue .sidebar-item {
    border-color: #000
}

.html-blind.html-blind-blue .sidebar-drop__arrow {
    color: #000
}

.html-blind.html-blind-blue .page-content-body.mod-border-top {
    border-color: #000
}

.mod-notransform {
    text-transform: none;
    font-weight: 400;
}

@media (max-width: 668px) {
    .search-top-filter .sort-row {
        flex-wrap: wrap;
    }
}

.video_preview {
    position: relative;
    cursor: pointer;
}

.video_preview .video_play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('/wp-includes/js/mediaelement/mejs-controls.png') no-repeat scroll left bottom;
    width: 80px;
    height: 80px;
}

.video_preview:hover .video_play_btn {
    background-position: -80px bottom;
}

.videoblockhidden {
    opacity: 0;
    overflow: hidden !important;
    position: absolute;
    z-index: -1;
}

.about-teacher-name.about-title {
    color: #262626
}

.loader {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999
}

.laoder-frame {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.svg-loader {
    width: 110px;
    -webkit-animation: svg-loader 1s linear infinite;
    animation: svg-loader 1s linear infinite
}

@-webkit-keyframes svg-loader {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes svg-loader {
    from {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#hiden {
    display: none
}

.post-receiver:hover {
    text-decoration: none
}

#vechernaya {
    display: none
}

#zaochnaya {
    display: none
}

#yscorenaya {
    display: none
}

#aspirantyra {
    display: none
}

.page-campaign .content-group .last-post-list {
    margin-bottom: 20px
}

.hidens {
    display: none
}

.default-page h1 {
    position: relative;
    display: block;
    color: #262626;
    font-size: 1.938rem;
    line-height: 2.25rem;
    font-weight: 600
}

.default-page h2 {
    position: relative;
    display: block;
    color: #262626;
    font-size: 1.313rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 24px
}

.default-page .post-preview {
    width: 100%
}

.search-top-filter-my {
    margin-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap
}

.search-top-filter-my .sort-col {
    padding-top: 0
}

.search-top-filter-my .sort-link.active {
    border-color: #ff2626
}

.search-top-filter-my .sort-link:hover,
.search-top-filter-my .sort-link.active {
    color: #ff2626
}

.search-top-filter-my .sort-link {
    margin-bottom: -1px;
    padding-bottom: 28px;
    color: #262626;
    font-size: .938rem;
    font-weight: 500;
    border-bottom: 4px solid transparent;
    transition: color ease .15s;
    display: block;
    white-space: nowrap;
    cursor: pointer
}

.search-top-filter-my .sort-col.mod-gutter-small {
    padding-left: 15px;
    padding-right: 15px
}

.teleamnia-page-content .post-preview-row {
    padding-top: 30px
}

.winner-block-jobs {
    display: none
}

.second-block-jobs-all {
    display: none
}

#otcnaya {
    display: none
}

#vechernaya {
    display: none
}

#zaochnaya {
    display: none
}

#yscorenaya {
    display: none
}

#aspirantyra {
    display: none
}

.post-type.hide-hover:hover {
    text-decoration: none
}

@media (max-width:375px) {
    .about-head-col.about-head-col-left.mod-margin {
        margin-bottom: 20px
    }
}

.not-display-hover:hover {
    text-decoration: none
}

.about-head-row.mod-fix-img .about-head-col-left {
    height: 160px;
    margin-bottom: 20px
}

.about-head-row.mod-fix-img .about-teacher-avatar {
    width: 120px;
    filter: grayscale(0)
}

.post-remove-ajax-gitr-tv .project-list-container .post-preview-row {
    padding-top: 40px
}

.video__img-name {
    font-size: 1.313rem;
    line-height: 1.5rem;
    color: #262626;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px
}

.video__img-date {
    font-size: 1rem;
    line-height: 1.2;
    color: #262626;
    font-weight: 400;
    text-align: center
}

.page-template-telemaniya .post-type {
    text-decoration: none
}

.borders+.borders {
    border-left: 1px solid #e6e6e6 !important
}

.teleamnia-page-content .about-teacher-avatar {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.text-after-contact a {
    color: #ff2626
}

.text-default {
    line-height: 1.6rem
}

@media (max-width:1499px) {
    .text-default {
        font-size: .938rem
    }
}

.sort-link-act {
    margin-bottom: -1px;
    padding-bottom: 28px;
    color: #262626;
    font-size: .938rem;
    font-weight: 500;
    border-bottom: 4px solid transparent;
    -webkit-transition: color ease .15s;
    transition: color ease .15s;
    display: block;
    white-space: nowrap;
    cursor: pointer
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

@media (max-width:450px) {
    .teleamnia-page-content .page-content-head.mod-article-img-container .article-main-img {
        height: 200px
    }
}

@font-face {
    font-family: 'font804fd1f5dcf24572821e1675b19da96a';
    src: url('https://nomail.com.ua/files/eot/804fd1f5dcf24572821e1675b19da96a.eot?#iefix') format('embedded-opentype'), url('https://nomail.com.ua/files/woff/804fd1f5dcf24572821e1675b19da96a.woff') format('woff'), url('https://nomail.com.ua/files/woff2/804fd1f5dcf24572821e1675b19da96a.woff2') format('woff2')
}

@font-face {
    font-family: 'HelveticaMonospacedW1G-Rg';
    src: local('HelveticaMonospacedW1G-Rg'), url('https://nomail.com.ua/files/woff/804fd1f5dcf24572821e1675b19da96a.woff') format('woff')
}

.sort-row.row.mod-gutter-small.search-top-filter-my,
.logo-desc-md-hidden {
    display: none
}

@media (max-width:1024px) {
    .svdobobrorg {
        position: absolute;
        top: 2px;
        right: 0;
        padding-right: 10px !important;
        z-index: 5
    }
    .svdobobrorg a {
        font-size: .5rem !important
    }
    #header .container>.row {
        position: relative
    }
    #header .header-line-top {
        padding-bottom: 9px
    }
}

@media (min-width:765px) and (max-width:1024px) {
    .svdobobrorg {
        padding-right: 23px !important
    }
    .svdobobrorg a {
        font-size: .65rem !important
    }
}

.post-date,
.post-preview-desc {
    font-family: HelveticaMonospacedW1G-Rg;
    color: #999;
    letter-spacing: -1px
}

.post-date.mod-size-small {
    font-weight: 400;
    color: #999;
    letter-spacing: 0px !important
}





.dropzone,
.dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -webkit-linear-gradient(top, #eee, #ddd);
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
    background: -webkit-linear-gradient(top, #666, #444);
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
    background: -webkit-linear-gradient(top, #be2626, #a92222);
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

body.compensate-for-scrollbar {
    overflow: hidden
}

#footer a:hover {
    color: #fff;
}
.footer-col.col.mod-custom-gutter ul.menu li a {
    position: relative;
    display: block;
    color: #999;
    font-family: Cousine, HelveticaNeueCyr, Arial, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color ease .15s;
    transition: color ease .15s;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.footer-col.col.mod-custom-gutter ul.menu > li:first-child > a {
    position: relative;
    display: block;
    line-height: 1.2rem;
    margin-bottom: 5px;
    color: #fff;
}

/* news */
.page-content a {
    color: #ff2626;
}
.page-content a:hover {
    color: #d90000;
 }
h3.the-title,
h3.the-title a {
    position: relative;
    display: block;
    color: #262626;
    font-size: 1.938rem;
    line-height: 2.25rem;
    font-weight: 600;
    text-transform: inherit;
}
h3.the-title a:hover {
    color: #ff2626;
}
.seopress-entry-meta,
.seopress-entry-meta a {
    color: grey;
    font-size: .938rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr,Arial,sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
.seopress-entry-meta .categoryurl a {
    color: #ff2626;
    margin-left: 16px;
    margin-right: 16px;
}

.header-logo .logo-title.logo-title-desktop {
    color: #fff;
}
.wp-post-image {
    position: relative;
    display: inline-block;
    border: none;
    vertical-align: top;
    width: 100%;
    height: auto;
    font: 300 12px/1 Arial,sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.entry-content p {
    margin-bottom: 15px;
    color: #595959;
    font-size: 1.063rem;
    line-height: 1.5rem;
    font-weight: 400;
}

#commentcount {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}
#commentcount .media {
    margin-top: 20px;
}
#commentcount .media .media-left {
    display: block;
    float: left;
    position: relative;
    width: 15%;
}
#commentcount .media .media-body {
    display: inline-block;
    position: relative;
    width: 85%;
}
#commentcount .media .media-body a {
    color: #595959;
    font-size: 1.063rem;
    line-height: 1.5rem;
    font-weight: 400;
}
#commentcount textarea {
    width: 100%;
    padding: 13px 16px 11px;
    background-color: #f2f2f2;
    color: #262626;
    font-size: .938rem;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.comment-respond {
    margin-top: 20px;
}
.logged-in-as {
    margin-top: 20px;
    margin-bottom: 20px;
}
#commentcount .form-submit {
    margin-top: 20px;
}
#commentcount input[type=submit] {
    position: relative;
    min-width: 146px;
    height: 40px;
    padding: 6px 20px 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #ff2626;
    border: 2px solid transparent;
    font-size: .75rem;
    line-height: .9rem;
    text-align: center;
    text-transform: uppercase;
    font-family: Cousine,HelveticaNeueCyr,Arial,sans-serif;
    font-weight: 600;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    letter-spacing: .33px;
}
#commentcount input[type=submit]:hover {
    background-color: #d90000;
}
/* // news */

/* breadcrumb */
ul.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
ul.breadcrumb li {
    padding-left: 4px;
    padding-right: 4px;
    color: #999;
    font-size: 0;
    position: relative;
}
ul.breadcrumb li a {
    color: inherit;
    font-size: .688rem;
    font-weight: 600;
    font-family: Cousine,HelveticaNeueCyr,Arial,sans-serif;
    line-height: .75rem;
    text-transform: uppercase;
    -webkit-transition: color ease .15s;
    transition: color ease .15s;
}
/* // breadcrumb */

/*left sidebar*/
.sidebar .sidebar-inner ul.menu > li > a {
    font-weight: bold;
    font-size: 1.313rem;
    line-height: 1.5rem;
}
/* // left sidebar*/

/*spoiler*/
.c-accordion__item {
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #e6e6e6;
    border-left-width: 2px;
    clear: both;
    display: block;
    margin-bottom: 25px;
    padding-top: 24px;
    padding-bottom: 0px;
} /* The accordion item container */
.c-accordion__item.is-open {} /* is-open is added to open accordion items */
.c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */
.c-accordion__title {
    position: relative !important;
    font-size: 1.3rem !important;
    line-height: 1.5rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: block !important;
    margin-left: 0px !important;
    padding: 0px !important;
    text-align: left !important;
    margin-bottom: 25px !important;
    margin-top: 24px !important;
    padding-bottom: 0px !important;
} /* An accordion item title */
.c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
.c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content {} /* An accordion item content container */
.is-open .c-accordion__title:after,
.c-accordion__title:after {
    text-align: center;
    font-family: 'FontAwesome';
    display: block;
    transition: width .3s;
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 0;
    right: 10px;
}
.c-accordion__title:after {
    padding-top: 0px;
    content: "\f078";
    background: #fff;
    color: #262626;
    border: 2px solid #d9d9d9;
}
.is-open .c-accordion__title:after {
    padding-top: 0px;
    content: "\f077";
    background: #e6e6e6;
    color: #262626;
    border: 2px solid #d9d9d9;
}
.is-open .c-accordion__title:hover:after,
.c-accordion__title:hover:after {
    border: 2px solid #ff2626;
    background: #ff2626;
    color: #fff;
}

/* // spoiler*/

.cover-font{
    font-weight: bold;
    font-size: 2em;
    color: #fff;
    padding-top: 0.5em;
    padding-left: 0.5em;
    line-height: 1.1em;
}

li.tabs-nav-items.r-tabs-tab.r-tabs-state-active.tabs-nav-items a.r-tabs-anchor{
    color: #ff2626 !important;
}
.tabs-flat ul.tabs-nav li.tabs-nav-items a:hover{
    color: #ff2626 !important;
}

.gitr-tabs-header-col{
    
}
ul.gitr-tabs{
    display: inline-block;
    margin-top: 0.5em;
}
ul.gitr-tabs li{
    display: inline-block;
    font-weight: bold;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    cursor: pointer;       
}
ul.gitr-tabs li:before{
    content: "" !important;
}
ul.gitr-tabs li:hover{
    color: #ff2626 !important;
}
ul.gitr-tabs li.active-tab{
    color: #ff2626 !important;
    /* border-bottom: 1px dashed #ff2626; */
}
li.gitr-tabs-li{
    text-align: center;
    align-content: center;
}

.gitr-acc{
    display: flex;
    justify-content: space-between;
    overflow: hidden; 
    cursor: pointer;
}
.gitr-acc-content{
    display: none;
}
.gitr-acc-content.active-acc{
    display: block;
}

.gitr_grid_col{
    
}
.gitr_grid_col img{
    min-height:140px; 
    max-height: 140px;   
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */

}

/************* Использование кукисов *****************/
#cookie_notification{
  display: none;
  /* justify-content: space-between; */
  /* align-items: flex-end; */
  position: fixed;
  bottom: 10px;
  left: 160px;
  width: 300px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 99999;
  color: #555555;
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

#cookie_notification a{
  color: red;
}

@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }  
}

p strong {
    color: #262626;
    padding-bottom: 18px;
}

.col-hd_big-1, .col-hd_big-10, .col-hd_big-11, .col-hd_big-12, .col-hd_big-2, .col-hd_big-3, .col-hd_big-4, .col-hd_big-5, .col-hd_big-6, .col-hd_big-7, .col-hd_big-8, .col-hd_big-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width:1440px) {
    .col-hd_big-1, .col-hd_big-10, .col-hd_big-11, .col-hd_big-12, .col-hd_big-2, .col-hd_big-3, .col-hd_big-4, .col-hd_big-5, .col-hd_big-6, .col-hd_big-7, .col-hd_big-8, .col-hd_big-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-left: 30px;
        padding-right: 40px;
    }
}

@media (max-width:1024px) {
    
}

@media (max-width:768px) {
    .col-hd_big-1, .col-hd_big-10, .col-hd_big-11, .col-hd_big-12, .col-hd_big-2, .col-hd_big-3, .col-hd_big-4, .col-hd_big-5, .col-hd_big-6, .col-hd_big-7, .col-hd_big-8, .col-hd_big-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 40px;
    }
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-arrow-down {
  width: 1em; }

img.grid_photo{
    display: inline-block;
    min-width: 112px;
    max-width: 112px;
    float: left;
}
span.grid_title{ 
    display: inline-block;
    font-size: 1.313rem;
    word-wrap: normal;
}

a.more_link_btn{
    display: inline-block;
    border-radius: 20px;    
    padding: 2px 15px 2px;
    font-family: Cousine, HelveticaNeueCyr, Arial, sans-serif;
    font-size: 14px;
    color: #ffffff;
    background-color: #ff2626;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .33px;
    
}
a.more_link_btn:hover{
    background-color: #d90000;
    text-decoration: none;
    color: #ffffff;
}