.content {
    margin-right: 3rem;
    margin-left: 3rem;
}

.navigation .box .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    /*! height: 2.5rem; */
    margin-top: 0;
}

.navigation .box .mob-menu {
    display: none;
    justify-content: space-between;
    align-items: center;
}

.navigation .box .menu .see {
    display: inherit;
}

.navigation {
    width: 100%;
}

.navigation .box {
    margin: 0;
}

.navigation .box .mob-menu .title {
    font-weight: 600;
    color: white;
    display: none;
}

.navigation .box .mob-menu .button {
    cursor: pointer;
    float: right;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navigation .box .mob-menu .button img {
    height: 1.5rem;
}

.navigation .box .menu li {
    font-weight: 500;
    transition: ease-in-out 0.3s;
    padding: 1rem 1.7rem 1rem 1rem;
    color: white;
    cursor: pointer;
    position: static;
    position: initial;
}

.navigation .box .menu li ul {
    transform: scaleY(0);
    position: absolute;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /*! background: beige; */
    margin-left: -1rem;
    transform-origin: center top;
    margin-top: 1rem;
    box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.3);
    display: block;
    max-height: 34rem;
    overflow-y: hidden;
}

.navigation .box .menu li ul li {
    max-width: 20rem;
    font-weight: 400;
    margin-right: 0;
    font-size: 0.85rem;
    line-height: 1.2rem;
}

.navigation .box .menu li a {
    color: #FFF;
}

.navigation .box .menu li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.navigation .box .menu li:hover > ul {
    background: #0032a0;
    transform: scaleY(1);
    z-index: 1000;
    max-height: 34rem;
    overflow-y: auto;
}

.navigation .box .menu .parent:after {
    content: '';
    background: url(../images/arrow_down.svg) no-repeat right center;
    width: 0.5rem;
    height: 0.3rem;
    position: relative;
    float: right;
    top: 6px;
    right: -8px;
    margin-bottom: -1rem;
}

.navigation .box .menu .active {
    background: rgba(255, 255, 255, 0.2);
}

.navigation .box .menu .see a img {
    border: 1px solid #FFF;
    padding: 0.3rem;
    width: 2rem;
}

.menu-left {
    order: 0;
    width: 25%;
}

.menu-left .box .item ul {
    margin-right: 2rem;
}

.menu-left .box .item ul li {
    margin-bottom: 2rem;
}

.main-content {
    width: 75%;
}

.main-content .text .box p img {
    max-width: 100x%;
    margin-right: 2rem;
    width: inherit;
}
.main-content .text .box img {
    max-width: 33.3333%;
    float: left;
    margin-right: 2rem;
    width: inherit;
}

.links-list .item {
    width: 25%;
}

.slider .box .flexslider .slides li .item .photo {
    width: 33.3333%;
    float: left;
    margin-bottom: 1rem;
    margin-right: 2rem;
}

.slider .box .flexslider .slides li .item .introtext {
    display: inherit;
}

.slider .box .flexslider .slides li .item .title {
    padding-bottom: 0;
}

.tabs .tabs-items .tab-item {
    width: 33.3333%;
    margin-bottom: 0;
    background: white;
    margin: 1rem;
}

.tabs .tabs-items .tab-item .title {
    margin-right: 2rem;
}

.tabs .tabs-items .tab-item .tab-text {
    margin-right: 2rem;
}

header .gerb {
    max-width: 3.5rem;
    width: 8.3333%;
    padding-right: 1rem;
    display: block;
}

header .name {
    width: 75%;
}

header .logo {
    width: 16.6666%;
}

.user-form {
    background: white;
    margin: 1rem;
    width: 100%;
}

.user-form .wrap-form-element {
    max-width: 51%;
    margin-top: 1rem;
}

.user-form .wrap-form-element .item {
    display: flex;
}

.user-form .wrap-form-element .item label {
    text-align: right;
}

.extlinks {
    display: flex;
    flex-flow: row wrap;
    background: white;
    justify-content: center;
    align-items: baseline;
    margin: 1rem;
    width: 100%;
}

.extlinks .item {
    width: 25%;
    padding: 1rem;
    margin-bottom: 0;
}

.extlinks .item a .logo {
    width: 100%;
}

footer .span .content .item {
    width: 25%;
}

footer .item2 .box .title {
    margin-bottom: 2rem;
}

footer .item2 .box ul li a {
    color: #FFF;
    border-bottom: 1px dotted #FFF;
    font-size: 0.8125rem;
    transition: ease-in-out all 0.3s;
}

footer .item2 .box ul li a:hover {
    color: #69b3e7;
    border-bottom: 1px dotted transparent;
}

footer .item2 .box ul {
    display: flex;
    flex-flow: row wrap;
    /*! justify-content: space-between; */
    /*! align-items: flex-start; */
}

footer .item2 .box ul li {
    margin-bottom: 1rem;
    /*! margin-right: 3rem; */
    max-width: 20rem;
    padding-right: 3rem;
}

footer .span .content .item2 {
    width: 100%;
    margin-top: 1rem;
}

footer .span .content .item2 .box ul li img {
    max-width: 1.5rem;
    float: left;
    margin-right: 1rem;
}

.full #vacancy {
    display: inherit;
}

.quest {
    margin-right: 3rem;
}

.content .full .text .box .column2 {
    /*! background: #9C0; */
    column-count: 2;
    column-gap: 6rem;
    margin-bottom: 2rem;
}

.hot_line .box {
    max-width: 50%;
}

.hot_line {
    flex-flow: row nowrap;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    header .span .content .box {
        max-height: 4.5rem;
    }
    .navigation .box .menu .parent:after {
        top: -11px;
        right: -13px;
        position: relative;
        content: '';
        background: url(../images/arrow_down.svg) no-repeat right center;
        width: 0.5rem;
        height: 0.3rem;
        float: right;
        margin-bottom: -1rem;
    }
    footer object {
        min-width: 1.5rem;
        max-width: 1.5rem;
        width: 100%;
    }
}