.logo {
    align-self: flex-start;
    margin-top: 1em;
}
.contacts-block {       	
    padding: 7em 0 2em;
}
.contacts-block:after {
    bottom: -31px;
    left: 4em;
    height: 13em;
    transform: scale(.7);
    z-index: 1;
}
.news {
    padding-top: 2em;
}
.content a {
    color: #00284f;    
}
.content .news-list {
    margin-bottom: 0;
}
.bread-crumbs {
    width: 100%;
    padding: 1.5em 0;
    font-family: 'Ubuntu';
    font-size: 1em;
}
.bread-crumbs a {
    position: relative;
    color: #5cc5ed;
    margin-right: 2em;
    padding-right: 2em;
}
.bread-crumbs a:after {
    content: '';
    position: absolute;
    top: calc(50% - .5em);
    right: -.5em;
    background: url(/img/icon-list.svg) no-repeat center center;
    width: 1em;
    height: 1em;
}
.bread-crumbs .no-link {
    position: relative;
    margin-right: 2em;
    padding-right: 2em;
}
.bread-crumbs .no-link:after {
    content: '';
    position: absolute;
    top: calc(50% - .5em);
    right: -.5em;
    background: url(/img/icon-list.svg) no-repeat center center;
    width: 1em;
    height: 1em;
}
.content-wrap {
    width: 100%;
    padding-bottom: 5em;
}
.catalog-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.catalog-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 73%;
    margin-left: 4%;
}
.whell_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73%;
    margin-left: 27%;
}
.whell_link a {
    margin: 1em;
}
.whell_link span {
    margin: 1em;
}
.catalog-item {
    position: relative;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5.5%;
    padding: .5em;
    border-bottom: 4px solid #5dc5ed;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.catalog-item:nth-child(3n) {
    margin-right: 0;
}
.item-image {
    width: 100%;
    height: 20em;
    margin-bottom: 2em;
}
.item-image img {
    display: block;
    width: 100%;
    margin: 0 auto 2em;
}
.item-name {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5dc5ed;
    min-height: 5em;
    border-radius: .5em;
    font-family: 'Ubuntu';
    text-align: center;
}
.item-name span {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}
.catalog-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.catalog__menu {
    width: 23%;
    font-family: 'Ubuntu';
    font-weight: bold;
    text-transform: uppercase;
}
.catalog__menu__title {
    position: relative;
    background: #00285b;
    padding: 1em;
    color: #fff;
    font-size: 0.875em;
    cursor: pointer;
}
.catalog__nav {
    background: #fff;
    padding: 0 .4em .4em;
    font-size: 1.125em;
    border-bottom: 4px solid #5dc5ed;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,.3);
}
.catalog__nav-wrap {
    padding: 1em 0;
    border: 1px solid #000;
    border-top: none;
}
.catalog__nav__item {
    position: relative;
}
.catalog__nav__item.active,
.catalog__nav__item:hover {
    background: #00285b;
}
.catalog__nav__item.active:after,
.catalog__nav__item:hover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #5dc5ed;
    width: .5em;
    height: 100%;
}
.catalog__item__link a {
    display: block;
    height: 100%;
    width: 100%;
    padding: .5em 0 .5em .4em;
    color: inherit;
    text-decoration: none;
}
.catalog__nav__item.active .catalog__item__link a,
.catalog__item__link:hover a {
    color: #fff;
}
h1 {
    margin-bottom: 1.5em;
    font-size: 1.5em;
    color: #054c7a;
    text-align: center;
}
.content-wrap p {
    margin-bottom: 1.5em;
    font-size: .91em;
}
.content-wrap ul {
    margin-bottom: 1.5em;
    font-size: .91em;
    list-style: none;
}
.content-wrap li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
}
.content-wrap li:last-child {
    margin-bottom: 0;
}
.content-wrap li:before {
    content: '';
    position: absolute;
    top: .3em;
    left: 0;
    background: url(/img/icon-list.svg) no-repeat center center;
    width: 1em;
    height: 1em;
}
.image-right {
    float: right;
    margin: 1em 0 1em 1em;
}
.image-right img {
    display: block;
}
.image-left {
    float: left;
    margin: 1em 1em 1em 0;
}
.image-right img {
    display: block;
}
.image-center {
    margin: 0 0 2em;
}
.image-center img {
    display: block;
}
.three-in-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.three-in-row a {
    width: 30%;
}
.inner-table {
    background: url(/img/background-table.png) no-repeat top center;
    background-size: cover;
    width: 100%;
    margin: 0 auto 2em;
    font-weight: bold;
    font-family: 'Ubuntu';
    color: #054c7a;
    border-collapse: collapse;
}
.inner-table tr:nth-child(2n+1) {
    background: rgba(94,170,196,.1);
}
.inner-table th {
    padding: 1em 2em;
    font-size: 1.125em;
    font-weight: bold;
}
.inner-table td {
    padding: 1em 2em;
    font-size: 1.125em;
}
.position-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 5em;
}
.pos-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #5dc5ed; */
    width: 40%;
    height: 40em;
    padding: 2em;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    border-bottom: 4px solid #5dc5ed;
}
.photo-wrap {
    background: #fff;
    width: 100%;
    height: 100%;
}
.pos-desc {
    width: 60%;
    padding-left: 5%;
}
strong {
    font-weight: bold;
}
.image-center {
    margin: 1em 0;
}
.image-center img {
    display: block;
}
.image-center.double {
    display: flex;
width: 100%;
margin: 5% 0;
}
.news_block .image-center.double {
padding-top: 5%;
}
.image-center.double a {
    display: block;
width: 45%;
margin-right: 5%;
text-align: center;
}
.image-center.double a:last-child {
margin-right: 0;
}
.image-center.double img {
width: 100%;
}
.image-four-in-row {
display: flex;
flex-wrap: wrap;
}
.image-four-in-row a {
width: 21.25%;
margin-right: 5%;
margin-bottom: 5%;
}
.image-four-in-row a:nth-child(4) {
margin-right: 0;
}
.image-four-in-row img {
width: 100%;
display: block;
}
.video-content {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 5%;
}
.video-content video {
width: 30%;
margin: 0 auto;
}