body {
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #231f20;
    line-height: 1.5em;
    background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0 .5em;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

h1 {
    font-size: 21px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10px
}

a {
    color: #008fd4;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

a:focus,
a:hover {
    color: #ed1c24;
    text-decoration: underline
}

p {
    margin: 0 0 1em
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%
}

textarea {
    resize: vertical;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    -o-resize: vertical
}

ul {
    margin-bottom: 1em;
    padding-left: 1.3em
}

ul:last-child {
    margin-bottom: 0
}

ul li {
    list-style: none
}

ul li:before {
    content: '\2014\a0';
    float: left;
    margin-left: -1.3em
}

ul ul li {
    list-style: circle
}

ul ol li:before,
ul ul li:before {
    content: none
}

ul ol li {
    list-style: decimal
}

ol {
    padding-left: 1.3em
}

ol li:before {
    margin-left: -1.3em
}

.underline {
    text-decoration: none!important;
    border-bottom: 1px solid #008fd4;
    border-bottom: 1px solid rgba(0, 143, 213, .3)
}

.underline:hover {
    border-bottom: 1px solid #ed1c24
}

.dashed {
    text-decoration: none!important;
    border-bottom: 1px dashed #008fd4
}

.dashed:hover {
    border-bottom: 1px dashed #ed1c24
}

.button {
    display: inline-block;
    padding: 12px 16px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none!important;
    line-height: 1em;
    letter-spacing: normal;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background: #008fd4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    outline: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

.button:active,
.button:focus,
.button:hover {
    color: #fff;
    background: #ed1c24
}

.form-control {
    padding-right: .75em;
    padding-left: .75em;
    height: 40px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #231f20;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
    -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05)
}

.form-control::-webkit-input-placeholder {
    color: #939597
}

.form-control::-moz-placeholder {
    color: #939597
}

.form-control:-moz-placeholder {
    color: #939597
}

.form-control:-ms-input-placeholder {
    color: #939597
}

input[placeholder] {
    text-overflow: ellipsis
}

input::-moz-placeholder {
    text-overflow: ellipsis
}

input:-moz-placeholder {
    text-overflow: ellipsis
}

input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.modal-content {
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff
}

.modal-header {
    padding: 30px;
    border: none
}

.modal-title {
    padding-right: 40px;
    line-height: normal
}

.modal-body {
    padding: 0 30px
}

.modal-body .form-control {
    margin-bottom: 10px
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: red
}

.modal-footer {
    padding: 10px 30px 30px;
    border: none
}

#bannerModal {
    text-align: center
}

#bannerModal .modal-content {
    padding: 0;
    border-radius: 0
}

#bannerModal .modal-dialog {
    display: inline-block;
    width: auto;
    max-width: 80%
}

#bannerModal .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    float: none;
    width: 30px;
    height: 30px;
    opacity: 1;
    background: #fff;
    outline: 0
}

#bannerModal .close:after,
#bannerModal .close:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -1px;
    height: 2px;
    background: grey
}

#bannerModal .close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#bannerModal .close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#bannerModal .modal-body,
#bannerModal .modal-header {
    padding: 0
}

.container-fluid {
    padding-right: 30px;
    padding-left: 30px
}

.pages_cont {
    margin-bottom: 40px;
    text-align: center;
    font-size: 0
}

.pages_cont a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.pages_cont a:focus,
.pages_cont a:hover {
    color: #fff;
    background: #008fd4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.pages_cont .active,
.pages_cont .active:hover {
    color: #fff;
    background: #939597;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3)
}

.breadcrumb {
    margin-bottom: 20px;
    padding: 0;
    font-size: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: 0 0
}

.breadcrumb li {
    margin-bottom: .5em;
    font-size: 16px
}

.breadcrumb>li+li:before {
    padding: 0;
    content: none
}

.breadcrumb>li:after {
    padding: 0 10px 0 15px;
    content: "/\00a0";
    color: #939597
}

.breadcrumb>.active {
    color: #939597
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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 {
    padding-right: 15px;
    padding-left: 15px
}

.top_cont {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 0
}

.top_cont .cont {
    float: none;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle
}

.top_cont .logo {
    text-align: center
}

.top_cont .logo img {
    width: 100%
}

.top_cont .lang_cont {
    font-size: 0;
    text-align: center
}

.top_cont .lang_cont .link {
    margin: 0 20px;
    font-size: 16px;
    font-weight: 400
}

.top_cont .lang_cont .link.active {
    color: rgba(0, 0, 0, .33);
    cursor: default;
    border-color: transparent
}

.top_cont .lang_cont .button {
    margin-top: 10px
}

.top_cont .tel_cont {
    vertical-align: top
}

.top_cont .tel_cont .tel {
    padding-top: 10px;
    padding-bottom: 10px
}

.top_cont .tel_cont .tel .title {
    font-size: 11px;
}

.top_cont .tel_cont .link {
    color: #231f20;
    text-decoration: none
}

.top_cont .tel_cont .link .title {
    font-size: 11px;
    line-height: normal
}

.top_cont .tel_cont .link .text {
    line-height: normal
}

.top_cont .address {
    vertical-align: top
}

.top_cont .address .text {
    padding-left: 20px;
    border-left: 2px solid #e6e7e8
}

.top_cont .category_menu_cont .button {
    position: relative;
    padding: 0;
    width: 24px;
    height: 16px;
    box-shadow: none;
    background: 0 0
}

.top_cont .category_menu_cont .button:after,
.top_cont .category_menu_cont .button:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    border-radius: 100px;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

.top_cont .category_menu_cont .button:before {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.top_cont .category_menu_cont .button:after {
    bottom: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.top_cont .category_menu_cont .button span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -1px;
    height: 2px;
    border-radius: 100px;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0)
}

.top_cont .category_menu_cont .button.collapsed:before {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.top_cont .category_menu_cont .button.collapsed:after {
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.top_cont .category_menu_cont .button.collapsed span:before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100)
}

.gradient {
    color: #fff;
    background: #666379;
    background: -webkit-linear-gradient(315deg, #666379 0, #cfcfd2 100%);
    background: linear-gradient(135deg, #666379 0, #cfcfd2 100%)
}

.body_block {
    padding-bottom: 40px
}

.category_menu_cont {
    overflow: hidden;
    margin-bottom: 60px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.category_menu_cont .button {
    width: 100%
}

.panel-group .panel+.panel {
    margin-top: 0
}

.category_menu_panel_group {
    margin: 0
}

.category_menu_panel {
    border: none;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -o-border-radius: 0!important
}

.category_menu_panel_heading {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}

.category_menu_panel_heading a {
    position: relative;
    display: block;
    padding: 1em 50px 1em 20px;
    text-decoration: none;
    line-height: normal
}

.category_menu_panel_heading a:focus,
.category_menu_panel_heading a:hover {
    color: #fff;
    color: rgba(255, 255, 255, .5)
}

.category_menu_panel_heading a .glyphicon {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -8px
}

.category_menu_panel_heading .collapsed .glyphicon-chevron-up,
.category_menu_panel_heading a .glyphicon-chevron-down {
    display: none
}

.category_menu_panel_heading .collapsed .glyphicon-chevron-down {
    display: inline
}

.category_menu_panel_body {
    padding: 15px 20px 15px 40px;
    border: none!important;
    background: #5a586b
}

.category_menu_panel_body ul {
    padding: 0
}

.category_menu_panel_body li {
    padding: 5px 0
}

.category_menu_panel_body li:before {
    content: ''
}

.category_menu_panel_body a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid transparent
}

.category_menu_panel_body a:hover {
    border-bottom-color: #fff
}

.buttons_block {
    margin-bottom: 40px
}

.buttons_block .button {
    margin-bottom: 20px;
    padding-right: 33%;
    width: 100%;
    min-height: 90px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    color: #008fd4;
    text-align: left;
    background-color: #f2f2f4;
    background-repeat: no-repeat;
    background-size: 33% auto;
    -webkit-background-size: 33% auto;
    -moz-background-size: 33% auto;
    -o-background-size: 33% auto;
    background-position: right center
}

.buttons_block .button:hover {
    color: #ed1c24
}

.buttons_block .call_center {
    background-image: url(images/call_center_img.png)
}

.buttons_block .news {
    background-image: url(images/news_img.png)
}

.buttons_block .auto {
    background-image: url(images/auto_img.png)
}

.buttons_block .school {
    padding-right: 100px;
    background-image: url(images/school_img.png)
}

.buttons_block .kdm {
    padding-right: 100px;
    background-image: url(images/kdm_img.png)
}

.slider_cont {
    position: relative;
    z-index: 1;
    margin-bottom: -4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.carousel {
    min-height: 40px
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0
}

.carousel-indicators li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border: 0 solid #fff;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -o-border-radius: 999px;
    background: #008fd4;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

.carousel-indicators li:hover {
    background: #ed1c24
}

.carousel-indicators .active,
.carousel-indicators .active:hover {
    margin: 0 5px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -o-border-radius: 999px;
    background: #008fd4
}

.carousel-control {
    width: 25%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    opacity: .1;
    -webkit-opacity: .1;
    -moz-opacity: .1;
    -o-opacity: .1;
    filter: alpha(opacity=10)
}

.carousel-control:focus,
.carousel-control:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 30px;
    width: 30px;
    height: 30px
}

.carousel-control .glyphicon-chevron-left {
    margin: -15px 0 0 -30px
}

.carousel-control .glyphicon-chevron-right {
    margin: -15px -30px 0 0
}

.menu_cont {
    margin-bottom: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.slider_cont+.menu_cont {
    padding-top: 4px
}

.navbar-default {
    text-align: left;
    border: none;
    background: 0 0
}

.navbar {
    position: static;
    margin: 0;
    min-height: auto
}

.navbar-collapse {
    padding: 0
}

.navbar-nav {
    float: none;
    display: block;
    font-size: 0
}

.nav>li {
    position: relative;
    float: none;
    display: inline-block;
    font-size: 16px
}

.nav>li:before {
    content: ''
}

.navbar-default .navbar-nav>li .glyphicon {
    position: relative;
    top: 2px;
    margin-left: .5em
}

.navbar-default .navbar-nav>li>a {
    padding: 1em 20px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1em
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: 0 0;
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    -o-opacity: .5;
    filter: alpha(opacity=50)
}

.navbar-nav>li>.dropdown-menu {
    padding: 20px;
    width: 240px;
    text-align: left;
    border: none;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -o-border-bottom-left-radius: 4px;
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .2);
    background: #666379
}

.dropdown-menu>li {
    display: block;
    margin-bottom: 1em;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal
}

.dropdown-menu>li:last-child {
    margin-bottom: 0
}

.dropdown-menu>li>a {
    display: inline;
    padding: 0;
    color: #fff;
    white-space: normal;
    border-bottom: 1px solid transparent
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    border-bottom-color: #fff;
    background: 0 0
}

.news_block .cont {
    margin-bottom: 40px;
    font-size: 0
}

.news_block .cont .pic {
    display: inline-block;
    width: 33.3333%;
    font-size: 16px;
    vertical-align: top
}

.news_block .cont .pic img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.news_block .cont .text_cont {
    display: inline-block;
    padding-left: 20px;
    width: 66.6666%;
    font-size: 16px;
    vertical-align: top
}

.news_block .cont .text_cont .link {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.5em
}

.news_block .cont .text_cont .data {
    padding-top: .5em;
    font-size: 14px;
    color: #939597;
    line-height: normal
}

.news_block .cont .text_cont .text {
    padding-top: .5em
}

.halloffame_cont {
    background: url(images/famebg.jpg)
}

.halloffame_cont .link {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.halloffame_cont .link:hover {
    border-bottom-color: #fff
}

.halloffame_cont .text {
    padding-top: .5em;
    font-size: 14px;
    line-height: 1.5em
}

.birth_cont {
    text-align: center;
    background: url(images/birthbg.jpg)
}

.birth_cont .pic {
    display: inline-block;
    width: 10vw;
    height: 10vw;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -o-border-radius: 999px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center
}

.birth_cont .name {
    padding-top: .5em;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal
}

.desk {
    margin-bottom: 40px;
    padding: 40px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.footer {
    background: #f1f1f2
}

.footer .container-fluid {
    padding-top: 40px;
    padding-bottom: 40px
}

.footer .copy .text {
    font-size: 14px;
    line-height: normal
}

.footer .copy .social {
    font-size: 0
}

.footer .copy .social img {
    margin: 20px 20px 0 0;
    width: 40px;
    height: 40px
}

.footer .contacts .title {
    margin-bottom: .5em;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal
}

.footer .contacts .text {
    font-size: 14px;
    line-height: 1.5em
}

.footer .madeby {
    font-size: 14px;
    text-align: right;
    line-height: normal
}

.footer .madeby a {
    font-weight: 700
}

.text_page {
    padding-bottom: 40px
}

.news_page .cont {
    margin-bottom: 40px
}

.news_page .cont .pic {
    text-align: center
}

.news_page .cont .pic img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.news_page .cont .link {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.5em
}

.news_page .cont .data {
    padding-top: .5em;
    font-size: 14px;
    color: #939597;
    line-height: normal
}

.news_page .cont .text {
    padding-top: .5em
}

.zoom {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    filter: alpha(opacity=0)
}

.gallery_page .cont {
    margin-bottom: 40px;
    text-align: center
}

.gallery_page .cont .link {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none
}

.gallery_page .cont .link:hover .zoom {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    filter: alpha(opacity=100)
}

.gallery_page .cont .pic {
    position: relative
}

.gallery_page .cont img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.gallery_page .cont .text_cont {
    padding-top: .5em;
    line-height: 1.5em
}

.gallery_page .cont .text {
    border-bottom: 1px solid rgba(0, 143, 213, .3);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s
}

.gallery_page .cont .link:focus .text,
.gallery_page .cont .link:hover .text {
    border-bottom-color: #ed1c24
}

.modal .modal-dialog .modal-content {
    padding-bottom: 22.5px;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff
}

.modal .modal-dialog .modal-content .modal-header {
    position: relative;
    padding: 45px 45px 22.5px;
    border: none
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    line-height: inherit
}

.modal .modal-dialog .modal-content .modal-header .close_button {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    background-image: url(../images/close.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0
}

.modal .modal-dialog .modal-content .modal-header .close_button:hover {
    background-image: url(../images/close_hover.png)
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 22.5px 45px 7.5px
}

.modal .modal-dialog .modal-content .modal-body .form-control {
    margin-bottom: 15px
}

.modal .modal-dialog .modal-content .modal-footer {
    padding: 22.5px 45px;
    border: none
}

.questions_page_accordion .panel-group .panel {
    border: none;
    box-shadow: none
}

.questions_page_accordion .panel-group .panel .panel-heading {
    padding: 0;
    background: 0 0
}

.questions_page_accordion .panel-group .panel .panel-heading a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 25px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #404040;
    text-decoration: none;
    line-height: normal;
    border-top: 1px solid #d9d9d9;
    background: #fff;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .1)
}

.questions_page_accordion .panel-group .panel .panel-heading a:after {
    content: "\2212";
    margin-left: auto;
    padding-left: 1em;
    font-family: 'Glyphicons Halflings'
}

.questions_page_accordion .panel-group .panel .panel-heading a.collapsed {
    background: #ededed
}

.questions_page_accordion .panel-group .panel .panel-heading a.collapsed:after {
    content: "\002b"
}

.questions_page_accordion .panel-group .panel .panel-collapse .panel-body {
    padding: 20px 25px;
    font-size: 16px;
    color: #000;
    line-height: 1.66em;
    border: none
}

.questions_page_accordion_add_button {
    margin-bottom: 15px
}

.applicants_page .sticky-wrapper {
    margin-bottom: 30px
}

.applicants_page_menu {
    z-index: 10!important;
    border-radius: 10px;
    background: #666379
}

.applicants_page_menu .navbar .navbar-header .navbar-toggle {
    padding: 11px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    background: #5a586b
}

.applicants_page_menu .navbar .navbar-header .navbar-toggle span {
    position: relative
}

.applicants_page_menu .navbar .navbar-header .navbar-toggle span:after {
    content: "\e114";
    margin-left: .66em;
    font-family: "Glyphicons Halflings";
    line-height: 1em;
    font-size: 66%
}

.applicants_page_menu .navbar .navbar-header .navbar-toggle.collapsed {
    background: #666379
}

.applicants_page_menu .navbar .navbar-collapse .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -22.5px;
    padding: 15px 30px 1px
}

.applicants_page_menu .navbar .navbar-collapse .navbar-nav>li {
    margin-bottom: 10px;
    padding: 0 22.5px
}

.applicants_page_menu .navbar .navbar-collapse .navbar-nav>li>a {
    padding: 0;
    font-size: 18px
}

.applicants_page_menu .navbar .navbar-collapse .navbar-nav .dropdown-toggle:after {
    content: "\e259";
    margin-left: .5em;
    font-family: "Glyphicons Halflings";
    font-size: 66%;
    line-height: 1em
}

.applicants_page_menu .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    margin-top: 5px;
    padding: 22.5px;
    min-width: 100%;
    background: #5a586b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

.applicants_page_menu .navbar .navbar-collapse .navbar-nav .dropdown-menu li+li {
    margin-top: 15px
}

.applicants_page_promo .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.applicants_page_promo .col {
    padding-right: 20px;
    padding-left: 20px
}

.applicants_page_promo_pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 40%
}

.applicants_page_promo_pic_box {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center
}

.applicants_page_promo_text {
    padding-bottom: 6.51041667vw;
    width: 60%
}

.applicants_page_promo_text_title {
    margin-bottom: 1em;
    font-size: 30px;
    color: #666379;
    text-transform: none
}

.applicants_page_promo_text_subtitle {
    margin-bottom: 1em;
    font-size: 24px;
    color: #000;
    text-transform: none
}

.applicants_page_promo_text_ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.applicants_page_promo_text_ul>li {
    position: relative;
    padding-left: 38px;
    font-size: 24px;
    line-height: 1.5em
}

.applicants_page_promo_text_ul>li:before {
    content: '';
    position: absolute;
    left: 0;
    margin: 0;
    width: 26px;
    height: 27px;
    background: url(images/applicants_page_promo_text_ul.png) center no-repeat;
    background-size: contain
}

.applicants_page_promo_text_ul>li+li {
    margin-top: .5em
}

.applicants_page_promo_text_link {
    font-size: 24px;
    color: #000;
    line-height: 150%;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.applicants_page_promo_text_link:focus,
.applicants_page_promo_text_link:hover {
    text-decoration: none;
    border-color: #ed1c24
}

.applicants_page_promo_text_button_cont {
    text-align: center
}

.applicants_page_promo_text_button {
    display: inline-block;
    padding: .66em 80px;
    font-size: 24px;
    color: #fff;
    text-decoration: none!important;
    border-radius: 10px;
    background: #fe8c55
}

.applicants_page_promo_text_button:focus,
.applicants_page_promo_text_button:hover {
    color: #fff;
    background: #e57e4d
}

.applicants_page_video {
    position: relative;
    margin-bottom: 6.51041667vw;
    padding: 0 60px;
    background: #f2f2f2
}

.applicants_page_video:after,
.applicants_page_video:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 6.51041667vw;
    background-size: 100% 100%
}

.applicants_page_video:before {
    bottom: 100%;
    background-image: url(images/applicants_page_video_top.png)
}

.applicants_page_video:after {
    top: 100%;
    background-image: url(images/applicants_page_video_bottom.png)
}

.applicants_page_video_title {
    margin-bottom: 55px;
    font-size: 45px;
    font-weight: 700;
    color: #666379;
    text-align: center;
    text-transform: none
}

.applicants_page_advantages {
    margin-bottom: 30px;
    padding-top: 30px
}

.applicants_page_advantages .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -30px;
    margin-left: -30px
}

.applicants_page_advantages .col {
    margin-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    width: 400px
}

.applicants_page_advantages_tab {
    text-align: center
}

.applicants_page_advantages_tab_pic {
    margin-bottom: 45px
}

.applicants_page_advantages_tab_text {
    font-size: 24px;
    font-weight: 700;
    color: #666379;
    line-height: normal
}

.applicants_page_documents {
    margin-bottom: 30px
}

.applicants_page_documents .applicants_page_video_title {
    margin-bottom: 115px
}

.applicants_page_documents .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px
}

.applicants_page_documents .col {
    margin-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    width: 33.33333333%
}

.applicants_page_documents_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.applicants_page_documents_tab_pic {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.applicants_page_documents_tab_text {
    padding-left: 30px
}

.applicants_page_contacts {
    margin-bottom: 50px;
    line-height: normal
}

.applicants_page_contacts .applicants_page_video_title {
    margin-bottom: 40px
}

.applicants_page_contacts .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px
}

.applicants_page_contacts .col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
    width: 33.33333333%
}

.applicants_page_contacts_tab {
    font-size: 24px
}

.applicants_page_contacts_tab_title {
    margin-bottom: 15px;
    color: #666379
}

.applicants_page_contacts_tab_ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.applicants_page_contacts_tab_ul>li {
    font-weight: 700;
    color: #666379
}

.applicants_page_contacts_tab_ul>li:before {
    content: none
}

.applicants_page_contacts_tab_link {
    color: #666379
}

.banner_cont {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .modal-dialog {
        width: 50vw
    }
    .top_cont .logo .mobile,
    .top_cont .tel_cont .dropdown-toggle {
        display: none
    }
    .top_cont .tel_cont .dropdown-menu {
        display: block;
        float: none;
        min-width: auto;
        position: static;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: 0 0;
        box-shadow: none
    }
    .top_cont .applicants_page_menu,
    .top_cont .category_menu_cont {
        display: none
    }
    .body_block {
        padding-top: 0!important
    }
    .category_menu_collapse {
        display: block
    }
    .news_page .cont .text_cont {
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .modal-dialog {
        width: 33vw
    }
}

@media (max-width:767.98px) {
    h1 {
        font-size: 18px
    }
    h2 {
        font-size: 16px
    }
    h3 {
        font-size: 14px
    }
    h4 {
        font-size: 12px
    }
    h5 {
        font-size: 10px
    }
    h6 {
        font-size: 8px
    }
    .button {
        padding: 16px;
        font-size: 18px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .form-control {
        height: 40px;
        font-size: 18px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
        -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
        -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05)
    }
    .modal-content {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px
    }
    .modal-header {
        padding: 20px
    }
    .modal-title {
        padding-right: 30px
    }
    .modal-body {
        padding: 0 20px
    }
    .modal-body .form-control {
        margin-bottom: 10px
    }
    .modal-footer {
        padding: 10px 20px 20px
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
    .pages_cont {
        margin-bottom: 40px
    }
    .pages_cont a {
        width: 45px;
        height: 45px;
        font-size: 18px;
        line-height: 45px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px
    }
    .pages_cont a:focus,
    .pages_cont a:hover {
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .pages_cont .active,
    .pages_cont .active:hover {
        box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3);
        -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3);
        -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3)
    }
    .breadcrumb {
        margin-bottom: 20px
    }
    .breadcrumb li {
        font-size: 16px
    }
    .breadcrumb>li:after {
        padding: 0 10px 0 15px
    }
    .top_cont {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 900;
        padding: 0;
        background: #666379;
        text-align: center
    }
    .top_cont .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 -10px;
        padding: 50px 20px 10px
    }
    .top_cont .row:after,
    .top_cont .row:before {
        content: none
    }
    .top_cont .cont {
        margin: 0!important;
        padding: 0 10px;
        font-size: 16px
    }
    .top_cont .logo img {
        width: auto;
        max-height: 53px
    }
    .top_cont .logo .desktop {
        display: none
    }
    .top_cont .lang_cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: static
    }
    .top_cont .lang_cont .link {
        margin: 0 .5em;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-transform: none;
        border-color: rgba(255, 255, 255, .25)
    }
    .top_cont .lang_cont .link.active {
        color: rgba(255, 255, 255, .5);
        border: none;
        cursor: default
    }
    .top_cont .lang_cont .button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin-top: 0;
        padding: 0;
        height: 40px;
        font-size: 18px;
        font-weight: 700;
        line-height: 40px;
        text-transform: none;
        border-radius: 0;
        box-shadow: none
    }
    .top_cont .tel_cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: static;
        font-size: 0
    }
    .top_cont .tel_cont .dropdown-toggle {
        padding: 0;
        width: 40px;
        height: 40px;
        border: none;
        background: url(images/tel.svg)
    }
    .top_cont .tel_cont .dropdown-menu {
        right: 0;
        left: 0;
        margin: 0;
        padding: 15px 15px 1px;
        border: none;
        border-radius: 0
    }
    .top_cont .tel_cont .row {
        display: block;
        margin: 0
    }
    .top_cont .tel_cont .tel {
        margin: 0 0 15px;
        padding: 0;
        width: 100%;
        float: none;
        display: inline-block
    }
    .top_cont .address {
        display: none
    }
    .top_cont .category_menu_cont {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        overflow: visible;
        display: block;
        box-shadow: none
    }
    .top_cont .category_menu_collapse {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 900;
        overflow-y: scroll;
        overflow-x: hidden;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }
    .top_cont .applicants_page_menu {
        display: block
    }
    .top_cont .lang_cont,
    .top_cont .logo {
        margin-bottom: 20px
    }
    .top_cont .tel_cont .link .title {
        font-size: 11px
    }
    .top_cont .address .text {
        padding-top: .5em;
        padding-left: 0;
        font-size: 12px;
        line-height: normal;
        border-left: none
    }
    .body_block {
        padding-bottom: 20px
    }
    .body_block>.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .body_block>.row .col-sm-9 {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
        padding-top: 20px
    }
    .category_menu_cont {
        display: none;
        margin-bottom: 30px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .category_menu_cont .button {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0
    }
    .category_menu_cont .button .glyphicon {
        position: relative;
        top: 2px;
        margin-right: .5em
    }
    .category_menu_panel_heading a {
        padding: 1em 50px 1em 20px
    }
    .category_menu_panel_heading a .glyphicon {
        right: 17px;
        margin-top: -8px
    }
    .category_menu_panel_body {
        padding: 15px 20px 15px 40px
    }
    .category_menu_panel_body li {
        padding: 5px 0
    }
    .category_menu_panel_body a {
        font-size: 14px
    }
    .buttons_block {
        margin-bottom: 20px
    }
    .buttons_block .button {
        margin-bottom: 10px;
        padding-right: 33%;
        min-height: 90px;
        font-size: 21px
    }
    .slider_cont {
        margin-bottom: 20px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .carousel {
        min-height: 40px
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px
    }
    .carousel-indicators {
        bottom: 20px
    }
    .carousel-indicators li {
        margin: 0 5px;
        width: 10px;
        height: 10px
    }
    .carousel-indicators .active,
    .carousel-indicators .active:hover {
        margin: 0 5px;
        width: 5px;
        height: 5px
    }
    .carousel-control {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        opacity: .25;
        -webkit-opacity: .25;
        -moz-opacity: .25;
        -o-opacity: .25;
        filter: alpha(opacity=25)
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        font-size: 30px;
        width: 30px;
        height: 30px
    }
    .carousel-control .glyphicon-chevron-left {
        margin: -15px 0 0 -30px
    }
    .carousel-control .glyphicon-chevron-right {
        margin: -15px -30px 0 0
    }
    .menu_cont {
        display: none;
        margin-bottom: 30px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .slider_cont+.menu_cont {
        padding-top: 4px
    }
    .navbar-toggle {
        float: none;
        margin: 0;
        padding: 20px 16px 16px;
        width: 100%;
        font-family: Roboto, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        line-height: 1em;
        border: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px
    }
    .navbar-toggle .glyphicon {
        position: relative;
        top: 2px;
        margin-right: .5em
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        color: rgba(255, 255, 255, .5);
        background: 0 0
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: rgba(255, 255, 255, .3)
    }
    .navbar-nav {
        display: block;
        margin: 0;
        padding: 10px 0;
        text-align: left
    }
    .nav>li {
        position: relative;
        float: none;
        display: block
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 20px;
        font-size: 16px
    }
    .navbar-nav .open .dropdown-menu {
        padding: 0 0 10px 40px;
        text-align: left
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        border: none
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li {
        display: block;
        margin: 0;
        padding: .5em 0;
        font-size: 12px
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        color: #fff;
        line-height: normal;
        border: none
    }
    .news_block .cont {
        margin-bottom: 25px
    }
    .news_block .cont .pic {
        font-size: 16px
    }
    .news_block .cont .pic img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .news_block .cont .text_cont {
        padding-left: 10px;
        font-size: 16px
    }
    .news_block .cont .text_cont .link {
        font-size: 18px
    }
    .news_block .cont .text_cont .data {
        font-size: 14px
    }
    .news_block .cont .text_cont .text {
        font-size: 12px;
        line-height: 1.5em
    }
    .halloffame_cont .text {
        font-size: 14px
    }
    .birth_cont .pic {
        width: 50vw;
        height: 50vw
    }
    .birth_cont .name {
        font-size: 18px
    }
    .desk {
        margin-bottom: 20px;
        padding: 40px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .footer {
        text-align: center
    }
    .footer .container-fluid {
        padding-top: 20px;
        padding-bottom: 40px
    }
    .footer .copy {
        margin-bottom: 20px
    }
    .footer .copy .text {
        font-size: 16px
    }
    .footer .copy .social img {
        margin: 20px 10px 0;
        width: 40px;
        height: 40px
    }
    .footer .contacts {
        margin-bottom: 20px
    }
    .footer .contacts .title {
        font-size: 16px
    }
    .footer .contacts .text {
        font-size: 14px
    }
    .footer .madeby {
        font-size: 14px;
        text-align: center
    }
    .text_page {
        padding-bottom: 20px
    }
    .news_page .cont {
        margin-bottom: 40px
    }
    .news_page .cont .pic {
        margin-bottom: 10px
    }
    .news_page .cont .pic img {
        width: 75%;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .news_page .cont .link {
        font-size: 21px
    }
    .news_page .cont .data {
        font-size: 14px
    }
    .gallery_page .cont {
        margin-bottom: 30px
    }
    .gallery_page .cont .link {
        font-size: 18px
    }
    .gallery_page .cont img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .applicants_page .questions_page_title,
    .applicants_page .sticky-wrapper {
        display: none
    }
    .applicants_page_menu {
        display: none;
        margin-bottom: 0;
        border-top: 1px solid #fff;
        border-radius: 0
    }
    .applicants_page_menu .navbar .navbar-collapse {
        background: #5a586b;
        box-shadow: none
    }
    .applicants_page_menu .navbar .navbar-collapse .navbar-nav {
        display: block;
        margin: 0
    }
    .applicants_page_menu .navbar .navbar-collapse .navbar-nav>li {
        margin-bottom: 20px;
        padding: 0
    }
    .applicants_page_menu .navbar .navbar-collapse .navbar-nav .dropdown-menu {
        margin: 0;
        padding: 15px 0 10px 20px;
        background: 0 0;
        box-shadow: none
    }
    .applicants_page_menu .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
        padding: 0
    }
    .applicants_page_menu .navbar .navbar-collapse .navbar-nav .dropdown-menu li a {
        font-size: 14px
    }
    .applicants_page_promo_pic_box {
        padding-bottom: 100%
    }
    .applicants_page_promo_text {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
        width: 100%
    }
    .applicants_page_promo_text_button {
        padding-right: 1em;
        padding-left: 1em;
        font-size: 21px
    }
    .applicants_page_video {
        padding-right: 20px;
        padding-left: 20px
    }
    .applicants_page_video_title {
        margin-bottom: 1em;
        font-size: 30px
    }
    .applicants_page_advantages_tab_pic {
        margin-bottom: 20px
    }
    .applicants_page_contacts .col {
        margin-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
        width: 315px
    }
    .applicants_page_contacts_tab {
        font-size: 21px
    }
    .modal .modal-dialog .modal-content {
        padding-bottom: 11.25px
    }
    .modal .modal-dialog .modal-content .modal-header {
        padding: 22.5px 22.5px 11.25px
    }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
        padding-right: 40px
    }
    .modal .modal-dialog .modal-content .modal-body {
        padding: 11.25px 22.5px 0
    }
    .modal .modal-dialog .modal-content .modal-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 11.25px 22.5px
    }
    .modal .modal-dialog .modal-content .modal-footer .button {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin: 0;
        padding-right: .5em;
        padding-left: .5em
    }
    .modal .modal-dialog .modal-content .modal-footer .button+.button {
        margin: 0 0 0 5px
    }
    .questions_page_accordion .panel-group .panel .panel-collapse .panel-body,
    .questions_page_accordion .panel-group .panel .panel-heading a {
        padding: 15px;
        font-size: 14px
    }
}

@media (max-width:479px) {
    .modal-footer .button {
        margin-bottom: 10px;
        width: 100%
    }
    .modal-footer .button:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    h1 {
        font-size: 21px
    }
    h2 {
        font-size: 18px
    }
    h3 {
        font-size: 16px
    }
    h4 {
        font-size: 14px
    }
    h5 {
        font-size: 12px
    }
    h6 {
        font-size: 10px
    }
    .button {
        padding: 16px;
        font-size: 18px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .form-control {
        height: 50px;
        font-size: 21px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
        -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05);
        -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .05)
    }
    .modal-content {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px
    }
    .modal-header {
        padding: 40px
    }
    .modal-title {
        padding-right: 30px
    }
    .modal-body {
        padding: 0 40px
    }
    .modal-body .form-control {
        margin-bottom: 10px
    }
    .modal-footer {
        padding: 10px 40px 40px
    }
    .pages_cont {
        margin-bottom: 40px
    }
    .pages_cont a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px
    }
    .pages_cont a:focus,
    .pages_cont a:hover {
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .pages_cont .active,
    .pages_cont .active:hover {
        box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3);
        -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3);
        -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .3)
    }
    .breadcrumb {
        margin-bottom: 20px
    }
    .breadcrumb li {
        font-size: 16px
    }
    .breadcrumb>li:after {
        padding: 0 10px 0 15px
    }
    .top_cont .cont {
        vertical-align: top;
        font-size: 16px
    }
    .top_cont .logo {
        width: 25%
    }
    .top_cont .lang_cont {
        margin-left: auto;
        width: auto;
        max-width: 75%;
        margin-bottom: 20px
    }
    .top_cont .tel_cont {
        width: 75%
    }
    .top_cont .tel_cont .clearfix {
        display: none
    }
    .top_cont .tel_cont .tel {
        width: 33.33333333%;
        font-size: 16px
    }
    .top_cont .address {
        width: 25%
    }
    .top_cont {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .top_cont .lang_cont .link {
        margin: 0 15px;
        font-size: 16px
    }
    .top_cont .tel_cont .link .title {
        font-size: 12px
    }
    .top_cont .address .text {
        font-size: 12px;
        line-height: normal
    }
    .body_block {
        padding-bottom: 20px
    }
    .category_menu_panel_heading a {
        font-size: 11px;
        padding: 15px 35px 15px 15px
    }
    .category_menu_cont {
        margin-bottom: 40px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .category_menu_panel_heading a .glyphicon {
        right: 10px;
        margin-top: -8px
    }
    .category_menu_panel_body {
        padding: 10px 15px 10px 30px
    }
    .category_menu_panel_body li {
        padding: 5px 0;
        line-height: normal
    }
    .category_menu_panel_body a {
        font-size: 12px
    }
    .buttons_block {
        margin-bottom: 40px
    }
    .buttons_block .button {
        margin-bottom: 20px;
        padding-right: 33%;
        min-height: 80px;
        font-size: 18px;
        line-height: normal;
        background-size: 33% auto;
        -webkit-background-size: 33% auto;
        -moz-background-size: 33% auto;
        -o-background-size: 33% auto
    }
    .slider_cont {
        margin-bottom: -4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .carousel {
        min-height: 40px
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px
    }
    .carousel-indicators {
        bottom: 20px
    }
    .carousel-indicators li {
        margin: 0 5px;
        width: 10px;
        height: 10px
    }
    .carousel-indicators .active,
    .carousel-indicators .active:hover {
        margin: 0 5px;
        width: 5px;
        height: 5px
    }
    .carousel-control {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        font-size: 30px;
        width: 30px;
        height: 30px
    }
    .carousel-control .glyphicon-chevron-left {
        margin: -15px 0 0 -30px
    }
    .carousel-control .glyphicon-chevron-right {
        margin: -15px -30px 0 0
    }
    .menu_cont {
        margin-bottom: 40px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .slider_cont+.menu_cont {
        padding-top: 4px
    }
    .nav>li {
        font-size: 16px
    }
    .navbar-default .navbar-nav>li .glyphicon {
        top: 2px
    }
    .navbar-default .navbar-nav>li>a {
        padding: 1em 15px;
        font-size: 16px
    }
    .navbar-nav>li>.dropdown-menu {
        padding: 15px;
        width: 240px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -o-border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -o-border-bottom-left-radius: 4px;
        box-shadow: inset 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .2)
    }
    .dropdown-menu>li {
        font-size: 12px
    }
    .news_block .cont {
        margin-bottom: 30px
    }
    .news_block .cont .pic {
        font-size: 16px
    }
    .news_block .cont .pic img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .news_block .cont .text_cont {
        padding-left: 15px;
        font-size: 16px
    }
    .news_block .cont .text_cont .link {
        font-size: 21px;
        line-height: 1.5em
    }
    .news_block .cont .text_cont .data {
        font-size: 14px
    }
    .news_block .cont .text_cont .text {
        font-size: 14px;
        line-height: 1.5em
    }
    .halloffame_cont .text {
        font-size: 12px
    }
    .birth_cont .name {
        font-size: 16px
    }
    .desk {
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .desk .title {
        font-size: 21px
    }
    .footer .container-fluid {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .footer .copy .text {
        font-size: 14px
    }
    .footer .copy .social img {
        margin: 20px 20px 0 0;
        width: 40px;
        height: 40px
    }
    .footer .contacts .text,
    .footer .contacts .title,
    .footer .madeby {
        font-size: 14px
    }
    .text_page {
        padding-bottom: 40px
    }
    .news_page .cont {
        margin-bottom: 40px
    }
    .news_page .cont .pic img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .news_page .cont .link {
        font-size: 24px
    }
    .news_page .cont .data {
        font-size: 14px
    }
    .gallery_page .cont {
        margin-bottom: 40px
    }
    .gallery_page .cont .link {
        font-size: 18px
    }
    .gallery_page .cont img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
    }
    .applicants_page_menu .navbar .navbar-collapse .navbar-nav>li {
        padding: 0 15px
    }
    .applicants_page_menu .navbar .navbar-collapse .navbar-nav>li>a {
        font-size: 14px
    }
    .applicants_page_video {
        padding-right: 20px;
        padding-left: 20px
    }
    .applicants_page_video_title {
        margin-bottom: .5em
    }
    .applicants_page_documents_tab_pic {
        width: 40px
    }
    .applicants_page_contacts .col {
        margin-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
        width: 50%
    }
    .applicants_page_contacts_tab {
        font-size: 18px
    }
}

@media (min-width:768px) and (max-width:991.98px),
(min-width:992px) and (max-width:1199.98px) {
    .top_cont .lang_cont .link {
        margin: 0 .5em
    }
    .top_cont .lang_cont .button {
        word-break: break-word
    }
    .applicants_page_promo_pic_box {
        padding-bottom: 50%
    }
    .applicants_page_promo_text {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
        padding-bottom: 20px;
        width: 100%
    }
}

@media (min-width:1200px) and (max-width:1599.98px) {
    .applicants_page_menu .navbar .navbar-collapse .navbar-nav>li {
        padding: 0 15px
    }
    .applicants_page_menu .navbar .navbar-collapse .navbar-nav>li>a {
        font-size: 16px
    }
    .applicants_page_documents .col {
        width: 50%
    }
}

@media (max-width:767.98px),
(min-width:768px) and (max-width:991.98px),
(min-width:992px) and (max-width:1199.98px) {
    .applicants_page_promo .row {
        margin-right: -15px;
        margin-left: -15px
    }
    .applicants_page_promo .col {
        padding-right: 15px;
        padding-left: 15px
    }
    .applicants_page_promo_pic {
        width: 100%
    }
    .applicants_page_advantages .row {
        margin-right: -15px;
        margin-left: -15px
    }
    .applicants_page_documents .applicants_page_video_title {
        margin-bottom: 1em
    }
    .applicants_page_documents .row {
        margin-right: -15px;
        margin-left: -15px
    }
    .applicants_page_documents_tab_text {
        padding-left: 15px;
        line-height: normal
    }
    .applicants_page_contacts .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (max-width:374.98px),
(min-width:375px) and (max-width:479.98px) {
    .applicants_page_promo_text_title {
        font-size: 24px
    }
    .applicants_page_promo_text_subtitle {
        font-size: 21px
    }
    .applicants_page_promo_text_link,
    .applicants_page_promo_text_ul>li {
        font-size: 18px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .applicants_page_video {
        padding-right: 30px;
        padding-left: 30px
    }
    .applicants_page_advantages .col {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding-right: 15px;
        padding-left: 15px;
        width: 50%
    }
    .applicants_page_documents .col {
        margin-bottom: 45px;
        padding-right: 15px;
        padding-left: 15px;
        width: 50%
    }
    .applicants_page_contacts .col {
        padding-right: 15px;
        padding-left: 15px;
        width: 50%
    }
}

@media (max-width:767.98px),
(min-width:768px) and (max-width:991.98px) {
    .applicants_page_advantages .col {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-bottom: 40px;
        padding-right: 15px;
        padding-left: 15px;
        width: 225px
    }
    .applicants_page_advantages_tab_pic_img {
        max-height: 80px
    }
    .applicants_page_advantages_tab_text {
        font-size: 18px
    }
    .applicants_page_documents .col {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-bottom: 30px;
        padding-right: 15px;
        padding-left: 15px;
        width: 265px
    }
    .applicants_page_documents_tab .applicants_page_promo_text_link {
        font-size: 18px
    }
    .applicants_page_contacts_tab_title {
        margin-bottom: .5em;
        font-size: 16px
    }
}

.questioning__question {
	text-transform: none;
}

.questioning__answers {
	margin-top: 30px;
}

.questioning__answers>div {
	margin-bottom: 20px;
}

.questioning__text>div {
	margin-bottom: 20px;
}

.questioning__answers .questioning__answer-own {
	margin-top: 20px;
}


.exams__select {
    max-width: 300px;
}


@keyframes exams__timer {
    0% {background: #D70000;}
    50% {background: #FF6363;}
    100% {background: #D70000;}
}

.exams__timer {
    z-index: 1;

    display: flex;
    flex-direction: row;
    padding: 15px 20px;

    position: fixed;
    right: 30px;
    bottom: 30px;

    border-radius: 5px;
    background: #D70000;
    color: #fff;
    
    animation: exams__timer 1s infinite ease-in-out;

}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.text-muted {
    color: #828282;
}

.text-inherit {
    text-transform: inherit;
}