
@media screen and (max-width:768px) {
    .wrap {
        padding: 0
    }
    header .header__wrap {
        background-image: none;
        height: auto;
        margin: 0;
       
    }
    header .header__burger, header .header__logo {
        display: block
    }
    header .header__burger.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
    header .header__burger.active span:nth-child(2) {
        width: 0
    }
    header .header__burger.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
    header .header__nav {
        width: auto;
        left: 35px;
        top: -100%;
        bottom: auto;
        padding: 5px 20px;
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
    header .header__nav.active {
        top: 0;
        opacity: 1;
        visibility: visible
    }
    header .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    main .main__wrap {
        margin-bottom: 0
    }
    aside {
        display: none
    }
}
@media screen and (max-width:480px) {
    .content__block table {
        font-size: 10px
    }
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
body, html {
    overflow-x: hidden
}
body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    line-height: 1.5;
    background-color: #fff;
}
a {
    color: inherit;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
a:hover {
    color: inherit;
    text-decoration: none
}
ol, ul {
    list-style-position: inside
}
.wrap {
    width: 100%;
    max-width: 920px;
    padding: 0 15px;
    margin: 0 auto
}
header .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 150px;
    background-image: url("logo.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-bottom: 10px
}
header .header__burger {
    display: none;
    position: relative;
    width: 25px;
    height: 20px;
    margin-left: 6px
}
header .header__burger span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
header .header__burger span:nth-child(2) {
    top: 9px
}
header .header__burger span:nth-child(3) {
    top: 18px
}
header .header__logo {
    display: block;
    margin: 0 auto;
}
header .header__logo img {
   margin-bottom: 40px;
    width: auto
}
header .header__nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
   
}
header .header__nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
header .header__nav ul li {
    padding: 12px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1
}
header .header__nav ul li.current-item {
    color: #00baff
}
header .header__nav ul li:hover a {
    text-decoration: underline
}
main .main__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px;
    margin-bottom: 10px;
    background-color: 
}
main .main__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00baff;
    text-align: center;
}
article {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.content__block {
    padding: 20px 10px 6px;
    background-color: ;
    border-radius: 20px
}
.content__block>* {
    margin-bottom: 10px;
    font-size: 12px
}
.content__block h1, .content__block h2, .content__block h3, .content__block h4, .content__block h5, .content__block h6 {
    color: #00baff
}
.content__block h1 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.content__block h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}
.content__block h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}
.content__block h4, .content__block h5 {
    font-size: 12px;
    font-weight: 600
}
.content__block img.full {
    width: 100%;
    height: auto
}
.content__block img.left {
    float: left;
    margin: 0 15px 10px 0
}
.content__block img.right {
    float: right;
    margin: 0 0 10px 15px
}
.content__block blockquote {
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 40px
}
.content__block blockquote:before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/blockquote.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}
.content__block table {
    width: 100%;
    border-collapse: collapse
}
.content__block table td {
    border: 1px solid #fff;
    background-color: rgba(236, 236, 236, .11);
    text-align: center;
    padding: 5px
}
.content__block .read-all {
    display: block;
    text-align: right;
    margin: 0;
    text-decoration: underline
}
.content__item {
    border-bottom: 1px solid #6a6a6a;
    margin-bottom: 35px;
    padding-bottom: 10px;
    font-size: 12px
}
.content__item:last-child {
    border: none
}
.content__title {
    background-color: #013659;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #00baff;
    padding: 5px 10px;
    margin-bottom: 10px
}
aside {
    width: 250px;
    margin: 30px 0 0 6px
}
aside img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto 20px
}
.aside-nav ul{
    list-style-type: none;
    margin-bottom: 15px;
}


aside h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 15px;
    text-align: left;
}

footer .footer__copyright {
    background-color:;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 10px
}
@media screen and (max-width:768px) {
    .wrap {
        padding: 0
    }
    header .header__wrap {
        background-image: none;
        height: auto;
        margin: 0;
        background-color: #013659
    }
    header .header__burger, header .header__logo {
        display: block
    }
    header .header__burger.active span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
    header .header__burger.active span:nth-child(2) {
        width: 0
    }
    header .header__burger.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
    header .header__nav {
        width: auto;
        left: 35px;
        top: -100%;
        bottom: auto;
        padding: 5px 20px;
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease
    }
    header .header__nav.active {
        top: 0;
        opacity: 1;
        visibility: visible
    }
    header .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    main .main__wrap {
        margin-bottom: 0
    }
    aside {
        display: none
    }
}
@media screen and (max-width:480px) {
    .content__block table {
        font-size: 10px
    }
}