@import "reset.css";
@import "slider_style.css";
@font-face {
    font-family: TerminalDosis;
    src: url(../fonts/terminal-dosis.light.ttf);
}
#wrapper {
    max-width: 1000px;
    min-width: 320px;
    margin: 0 auto;
}
header {
    padding: 30px 60px 5px;
}
.header_left_side {
    display: inline-block;
}
.header_right_side {
    float: right;
}
h1 {
    font-size: 74px;
    font-family: "TerminalDosis";
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
}
h1 span {
    color: rgb(19, 197, 255);
}
h3 {
    font-size: 40px;
    font-family: "TerminalDosis";
    color: rgb(15, 15, 15);
    margin-bottom: 20px;
}
h4,
h4 a {
    font-weight: bold;
    color: #000;
}
p {
    margin-bottom: 20px;
}
.header_left_side p {
    font-size: 26px;
    font-family: "TerminalDosis";
    color: rgb(180, 180, 180);
    margin-left: 5px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
}
#search_01 {
    height: 30px;
    width: 160px;
    vertical-align: bottom;
    outline: none;
    border: none;
    padding: 2px 10px;
}
::-webkit-input-placeholder {
    opacity: 0.4;
}
.header_right_side div {
    float: right;
}
nav {
    clear: both;
    margin-top: 80px;
    height: auto;
}
nav li a {
    font-size: 16px;
    font-family: "Arial";
    color: #fff;
    line-height: 1.6;
}
nav li a:hover {
    color: #13c5ff;
}
.header_right_side label {
    display: inline-block;
    background: url(../images/search.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 30px;
    cursor: pointer;
    vertical-align: bottom;
}
header,
.slider {
    background: linear-gradient(to left, #1c1c1c, #3a3a3a, #1c1c1c)
}
nav li {
    display: inline-block;
    margin-left: 10px;
}
nav li:first-child {
    margin-left: 0;
}
nav a {
    text-decoration: none;
    display: inline-block;
}
nav a::before {
    content: "";
    display: inline-block;
    background: url(../images/nav_logo.png) no-repeat;
    background-size: auto;
    background-position: center;
    height: 12px;
    width: 12px;
    margin-right: 5px;
}
main {
    font-size: 14px;
    font-family: "Arial";
    line-height: 1.4;
}
main img {
    border: 8px solid #fff;
    box-sizing: border-box;
    box-shadow: 0px 6px 5px 2px #00000020;
    float: left;
    margin: 0 25px 25px 0;
}
article {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    box-sizing: border-box;
}
#section_01 {
    background-color: #f3f3f3;
    padding: 80px 55px 100px;
    position: relative;
}
#section_01 article {
    width: 33%;
    border-right: 1px solid #e9e9e9;
    box-shadow: 1px 0px #ffffff;
}
#section_01 p {
    color: #0f0f0f;
}
#section_01 p span {
    font-weight: bold;
}
#section_01 p a {
    color: #13c5ff;
}
#section_01 article:first-child {
    padding-left: 0;
}
#section_01 article:last-child {
    padding-right: 0;
    border-right: none;
    box-shadow: none;
}
#section_01 article:nth-child(2) ul {
    margin-left: 15px;
}
#section_01 article:nth-child(2) li {
    list-style: disc;
    color: #13c5ff;
}
#section_02 {
    background-color: #434343;
    padding: 50px 55px 100px;
    position: relative;
}
#section_02 p {
    color: #fff;
}
#section_02 p span {
    font-weight: bold;
}
#section_02 p a {
    font-weight: bold;
    color: #fff;
}
#section_02 article:first-child p a {
    color: #13c5ff;
}
#section_02 article:first-child {
    width: 66%;
    border-right: 1px solid #2f2f2f;
    box-shadow: 1px 0px #505050;
    box-sizing: border-box;
    padding-left: 0;
}
#section_02 article:last-child {
    width: 33%;
    padding-right: 0;
    box-sizing: border-box;
}
.btn_01 {
    background-color: #13c5ff;
    border: none;
    outline: none;
    height: 30px;
    position: absolute;
    bottom: 40px;
}
.btn_01:hover {
    background-color: #119cca;
}
.btn_01 a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 5px;
}
#section_02 h3 {
    color: #f1f1f1;
}
footer {
    background-color: #111111;
    padding: 40px 0;
}
.footer_left {
    display: inline-block;
    width: 66%;
    text-align: center;
}
footer ul {
    display: inline-block;
    width: 33%;
    text-align: center;
}
footer li {
    display: inline-block;
}
.footer_left p {
    font-size: 12px;
    font-family: "Arial";
    color: rgb(133, 133, 133);
    line-height: 1.667;
    margin: 0;
}
.footer_left a {
    color: #13c5ff;
}
time {
    text-align: center;
    display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-right: 5%;
}
time p {
    margin: 0;
    font-family: "TerminalDosis";
    line-height: 0.7;
    color: rgb(19, 197, 255) !important;
}
.date_news {
    width: 70%;
    display: inline-block;
}
.date {
    font-size: 53px;
}
.monts {
    font-size: 30px;
    margin-top: 5px;
}
.clear {
    clear: both;
}
#burger,
#label_burger {
    display: none;
}
@media screen and (max-width: 980px) {
    header {
        padding: 20px 30px 5px;
    }
    #section_01,
    #section_02 {
        padding: 20px 30px 45px;
    }
    #section_01 {
        padding-top: 60px;
    }
    .btn_01 {
        bottom: 15px;
    }
    #section_01 article {
        width: 32%;
    }
    #section_02 article:first-child {
        width: 65%;
    }
    #section_01 article,
    #section_02 article {
        padding: 0 15px;
    }
    .header_right_side {
        float: none;
    }
    .header_left_side {
        display: block;
        border-bottom: 1px solid #2f2f2f;
        box-shadow: 0px 1px #505050;
        margin-bottom: 5px;
        padding-bottom: 7px;
    }
    nav {
        clear: none;
        margin-top: 0px;
        height: 30px;
        border-bottom: 1px solid #2f2f2f;
        box-shadow: 0px 1px #505050;
        padding-bottom: 5px;
    }
    ul {
        padding-top: 7px;
    }
    nav li a {
        font-size: 14px;
    }
    .header_left_side h1 {
        display: inline-block;
    }
    .header_left_side p {
        display: inline-block;
        margin-bottom: 0px;
        float: right;
        margin-top: 23px;
    }
    main #section_01 img {
        margin: 0 0 25px 0;
        width: 100%;
    }
    h3 {
        font-size: 28px;
    }
    p {
        margin-bottom: 10px;
    }
    .date {
        font-size: 40px;
    }
    .monts {
        font-size: 25px;
    }
    time {
        width: 20%;
    }
}
@media screen and (max-width: 700px) {
    .header_right_side div {
        display: none;
    }
    h1 {
        font-size: 60px;
    }
    h3 {
        margin-bottom: 0;
    }
    .header_left_side p {
        font-size: 20px;
    }
    nav {
        text-align: center;
    }
    nav li {
        width: 16%;
        margin-left: 0;
    }
    #section_02 article:first-child,
    #section_02 article:last-child,
    #section_01 article,
    #section_02 article {
        width: auto;
        display: block;
        border-right: none;
        border-bottom: 1px solid #000;
        box-shadow: 0px 1px #505050;
    }
    #section_01 article,
    #section_02 article {
        position: relative;
        padding: 0 0 30px 0;
    }
    #section_01 {
        padding-top: 60px;
    }
    main #section_01 img {
        width: auto;
        float: left;
        margin: 0 25px 25px 0;
    }
    main img,
    main #section_01 img {
        width: 50%;
        margin: 0 10px 0 0;
    }
    article {
        clear: both;
    }
    .date {
        font-size: 28px;
    }
    .monts {
        font-size: 18px;
    }
    time {
        width: auto;
        margin-right: 15px;
    }
    article li {
        min-height: 50px;
    }
    .btn_01 {
        bottom: 5px;
        right: 0px;
    }
    footer {
        text-align: center;
    }
    .footer_left {
        width: auto;
    }
    footer ul {
        width: auto;
        margin-left: 30px;
    }
}
@media screen and (max-width: 599px) {
    header {
        padding: 10px 10px 5px;
    }
    h1 {
        font-size: 48px;
    }
    .header_left_side p {
        font-size: 18px;
    }
    #section_01,
    #section_02 {
        padding: 20px 10px 25px;
    }
    nav li {
        width: auto;
        margin-right: 1%;
    }
    footer {
        padding: 10px 0;
    }
    .footer_left {
        display: block
    }
    footer ul {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}
@media screen and (max-width: 420px) {
    h1 {
        font-size: 38px;
    }
    .header_left_side p {
        font-size: 14px;
        margin-top: 15px;
    }
    nav {
        height: auto;
    }
    .header_right_side nav li {
        display: block;
        margin: 0;
    }
    nav li a {
        font-size: 20px;
        width: 100%;
    }
    nav li {
        position: relative;
    }
    nav a::before {
        position: absolute;
        left: 11px;
        top: 9px;
    }
    
    #label_burger {
        display: block;
        width: 100%;
        text-align: center;
        font-family: Arial, sans-serif;
        font-size: 20px;
        color: #fff;
        margin: 0;
        padding: 5px 0;
        height: auto;
        background: url(../images/nav.png) no-repeat;
        background-size: auto;
        background-position: 5px 5px;
    }
    nav {
        display: none;
       height: 0px;
       
    }
    #burger:checked ~ .nav {
        display: block;
        height: auto;
        transition: 0.5s all;
    }
    #burger:checked ~ #label_burger {
        background: url(../images/nav_hover.png)no-repeat;
        background-size: auto;
        background-position: 5px 5px;
        transition: 0.5s all;
        color: rgb(19, 197, 255);
    }
}