body {
    background: #e7feff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

body {
    color: black;
    font: 16px / 1 sans-serif;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    pointer-events: none;
}

main {
    background: white;
    box-shadow: 0 8px 40px -4px #96faf5;
    border-radius: 8px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}



.page {display: grid;height: 100%;}
.container {width: 100%;}
.main {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.content {padding: 24px;}

/* BTN */
.btn {
    display: flex;
    justify-content: center;
    
    
    padding: 15px 35px;
    
    
    border-radius: 10px;
    background: #ededed;
    color: #5f5f5f;
    margin: 15px 0;
    text-transform: uppercase;
        width: fit-content;
            letter-spacing: .03em;
            
                text-align: center;
            
                
    font-size: 14px;font-weight: 500;
    line-height: 1.4;

}
.btn:hover {
    background: #d4edeb;
}
.btn:active {
    background: #002b2a;
    color: #ffffff;
    transition: none;
}

/* HEADER */
header {color: white;height: 55px;padding: 7px 0;background: #00FEF5;}

.logo {background: url(https://vtg-tv.ru/assets/templates/images/svg/logo_vtg.svg) no-repeat center left;background-size: auto 54px;display: block;height: 55px;width: 55px;left:0;}
.logo:before {
    background: url(https://vtg-tv.ru/assets/templates/images/svg/logosmall.svg) no-repeat 15px center;
    background-size: auto 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    content: '';
    display: block;
    height: 55px;
    padding: 0 0 0 10px;
    width: 175px;
    margin-left: 60px;
}


.menu a {
    background: transparent;
    color: black;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    
    text-decoration: none;
}


.menu {right: 0;    padding-top: 10px;}
.menu ul {margin: 0;display: flex;list-style-type: none;}
.logo, .menu {position:absolute;}






/* DOC */
.doc_post {display: flex;text-decoration: none;align-items: center;padding-bottom: 10px;}
.doc_icon {background: url(/assets/doc.svg) no-repeat center left;background-size: auto 38px;display: block;height: 38px;width: 34px;}
.doc_name {color: black;font-size: 22px;padding-left: 8px;}


/* PARTNERS */
.partners_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 70px;
}

.partners_grid_card {
    text-decoration: none;
}

.partners_grid_card img {
    width: 100%;
    height: 190px;
    -o-object-fit: contain;
    object-fit: contain;
}

.partners_grid_card div {
    color: black;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    margin-top: 10px;
}


.partners_menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    
}


.partners_menu a.active{
    background: #002b2a;
    border: 1px solid #002b2a;
    color: white;
}
.partners_menu a {
    border: 1px solid #a8a8a8;
    color: #5f5f5f;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px 29px;
    margin-right: 20px;
    font-size: 16px;
    text-decoration: none;
}


/* RO */
.regoin h1 {font-size: 35px;line-height: 1.4;font-weight: 700;text-transform: uppercase;margin-right: auto;margin-bottom: 20px;margin-top: 50px;}

.regoin_image {background: #000;height: 400px;}
.regoin_image img {opacity: 0.6;height: 100%;width: 100%;object-fit: cover;}
.regoin_image div {position: absolute;width: 50%;height: 50%;overflow: hidden;text-align: center;left: 50%;top: 50%;transform: translate(-50%, -50%);margin: 0 auto;font-size: 30px;font-weight: 900;color: white;}


.regoin_project, .region_news {display: grid;grid-gap: 25px;grid-template-columns: repeat(3, 1fr);}

.regoin_project_post {position: relative;overflow: hidden;display: flex;flex-direction: column;background: no-repeat center / cover;text-decoration: none;justify-content: flex-end;border-radius: 10px;box-shadow: 6px 6px 16px 0 rgba(44, 44, 44, .25);align-items: flex-start;transition: box-shadow 300ms ease;height: 220px;width: 100%;}
.regoin_project_post:before {background: linear-gradient(0deg, #000 0, transparent 73.44%);opacity: .8;}
.regoin_project_post:after {background: linear-gradient(0deg, rgba(0, 0, 0, .35) 15.62%, transparent 100%);opacity: 0;}
.regoin_project_post:after, .regoin_project_post:before {content: "";position: absolute;left: 0;right: 0;top: 23.33%;bottom: 0;pointer-events: none;transition: opacity 300ms ease;border-radius: 10px;}
.regoin_project_post span {padding: 19px 30px;z-index: 1;color: white;font-weight: 700;line-height: 1.3;font-size: 20px;}

.region_news {padding-bottom: 15px;}
.region_news_post img {height: 220px;width: 100%;object-fit: cover;border-radius: 10px;}
.region_news_post span {display: block;padding: 10px 8px;color: #5f5f5f;font-size: 14px;}
.region_news_name {font-size: 20px;line-height: 1.2;font-weight: 700;margin: 0 8px;color: black;}

.region_rukovodstvo {display: flex;}
.region_rukovodstvo img {width: 150px;height: 150px;background: #8cfffa;border-radius: 100px;object-fit: cover;}
.region_rukovodstvo_name {font-weight: 700;font-size: 24px;text-transform: uppercase;margin-top: 5px;margin-bottom: 10px;padding-left: 10px;}
.region_rukovodstvo_text {font-size: 18px;margin-bottom: 25px;padding-left: 10px;}



/* HEPL */
.help_menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    
}


.help_menu a.active{
    background: #002b2a;
    border: 1px solid #002b2a;
    color: white;
}
.help_menu a {
    border: 1px solid #a8a8a8;
    color: #5f5f5f;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px 29px;
    margin-right: 20px;
    font-size: 16px;
    text-decoration: none;
}
