body {
    margin: 0;
    font-family: 'Minecraft Rus'; 
    font-weight: normal; 
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-top: 60px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Intro */
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 110vh;
    background: #eb3734;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-background-size: cover;
    background-size: cover;
}

.intro__inner {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

/* Header */
.header {
    width: 100%;
    padding-top: 4px;
    position: absolute;
    background: rgba(0, 0, 0,.8);
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-left: 200px;
    text-decoration: none;

}

/* Nav */
.nav {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    margin: 20px;
    margin-left: 440px;
}

.nav__link {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: color .6s linear;
}

.nav__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #58bf49;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: opacity .3.5s linear;
}

.nav__link:hover {
    color: #58bf49;
    text-decoration: none;
}

.nav__link:hover:after,
.nav__link.active:after {
    opacity: 1;
}

.nav__link.active {
    color: #fff;
}


* {
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 30%;
    padding: 10px;
    height: 380px; 
    margin-left: 20px;
    border-radius: 20px;
    border: 1px solid grey;
    margin-bottom: 20px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Nav Left */
.sidenav {
    width: 130px;
    z-index: 1;
    top: 150px;
    left: 1048px;
    position: absolute;
    overflow-x: hidden;
    padding: 8px 0;
    background: #eee;
    width: 20%;
    height: 650px;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    font-size: 15px;
    color: black;
    display: block;
    text-decoration: none;
    transition: color .4s linear;
}


.sidenav a:hover {
    color: #58bf49;
}

.main {
    margin-left: 140px;
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* Footer */
.footer {
    margin-left: 235px;
    font-size: 18px;
    margin-top: 20px;
}

.footer__link {
    color: #58bf49;
    text-decoration: none;
}

.strelka {
    margin-left: 290px;
    text-decoration: none;
    color: #000;
    font-size: 24px;

}


.button {
 color: #29b027;
 padding: 10px 15px;
 width: 250px;
 text-decoration:none;
 text-align:center;
 margin-left: 40px;
 display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#29b027 50%,#29b027);
 background-position: 100% 0;
 background-size: 200% 100%;
 transition: all .25s ease-in;
 border: 1px solid #29b027;
}

.button:hover {
    background-position: 0 0;
    color:#fff;
}


.column-dm-p {
    color: #000;
    text-decoration: none;
}


/* Nav Botoom */
.nav-cl {
    margin-left: 365px;
    color: #000;
}

.nav-cl-link {
    text-decoration: none;
    color: #000;
    transition: color .4s linear;
}

.nav-cl-link:hover {
    color: #58bf49;
    text-decoration: none;
}

.nav-cl-link:hover:after,
.nav-cl-link.active:after {
    opacity: 1;
}

.nav-cl-link.active {
    color: #fff;
}

.sid-tb {
    border: 1px solid grey;

}

a.glo{
 color: #29b027;
 padding: 10px 15px;
 text-transform: uppercase;
 width: 200px;
 text-decoration:none;
 text-align:center;
 margin-left: 60px;
 display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#29b027 50%,#29b027);
 background-position: 100% 0;
 background-size: 200% 100%;
 transition: all .25s ease-in;
 font: 400 18px tahoma;
 border: 1px solid #29b027;
 margin-top: 15px;
 margin-bottom: 10px;
}
a.glo:hover {
background-position: 0 0;
color:#fff;
}

.table_dw {
    border: 1px solid grey;
    border-radius: 0 30px;
    width: 400px;
}


/* Content */
.content {
    margin-left: 80px;
}