* {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    color: var(--color-base-text);
}

.m-only {
    display: none;
}

.no-click {
    pointer-events: none;
    cursor: default;
}

html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
}

.mob-menu-toggler, #mob-menu, #top-nav-mobile-menu {
    display: none;
}

#top-nav {
    width: 100%;
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.top-nav-inner {
    width: clamp(100px, 100%, 1400px);
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    background-color: var(--color-white);
}

#bg-global {
    width: clamp(100px, 100%, 1920px);
    margin: 0 auto;
    padding: 60px 0 60px 0;
    background-image: url('../images/bg-compass.png');
    background-repeat: no-repeat;
    background-position: top -50px left 40px;
}

#content-main {
    width: clamp(100px, 100%, 1400px);
    padding: 0;
    margin: 0 auto;
}

#header {
    width: 100%;
    margin: 0;
    padding: 0 0 60px 0;
}

.header-tag {
    display: inline;
    margin: 0 0 20px 0;
    border-radius: 20px;
    font-size: 16px;
    color: var(--color-white);
    padding: 5px 10px;
}

.header-tag-ped {
    background-color: var(--color-ogange);
}

.header-tag-ter {
    background-color: var(--color-red);
}

.header-title {
    margin: 20px 0 0 0;
    font-size: 36px;
}

.sticky-side {
    position: sticky;
    top: 15px;
}

#content {
    width: 100%;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

#content > div:first-child {
    width: 100%;
    max-width: 280px;
    margin: 0 20px 0 0;
    padding: 40px 0 0 0;
}

#content > div:last-child {
    width: 100%;
    max-width: 280px;
    margin: 0 0 0 20px;
}

.content-middle {
    width: clamp(100px, 100%, 800px);
}

.erid {
    font-size: 12px !important;
    text-align: right !important;
}

.article-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--color-red);
    color: var(--color-white);
    border-radius: 10px;
    text-decoration: none;
}

.content-article {
    background-color: var(--color-bg);
    border-radius: 30px 0 30px 30px;
    padding: 40px;
}

.content-article > table, .content-article > div.art-table-view > table {
    width: 100%;
    border: 1px solid var(--color-light-text);
    border-top: 2px solid var(--color-red);
}

.content-article > table > tbody > tr:nth-child(even), .content-article > div.art-table-view > table > tbody > tr:nth-child(even) {
  background-color: var(--color-white);
}

.content-article > table > tbody > tr > td, .content-article > div.art-table-view > table > tbody > tr > td {
    padding: 0 10px;
}

.content-article > p > img {
    max-width: 100%;
}

.content-article > p {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
}

.content-article > ol {
    padding-left: 20px;
}

.content-article > ol > li {
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    color: var(--color-sub-text);
    margin-bottom: 5px;
}

.content-article > h3 {
    font-size: 32px;
    font-weight: 400;
}

.content-article > blockquote {
    padding: 0 0 0 15px;
    border-left: 3px solid var(--color-red);
    margin-left: 0;
    margin-right: 0;
}

.content-article > blockquote > P {
    font-weight: bold;
}

.art-bad {
    font-size: 39px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: var(--color-light-text);
}

.content-infografika {
    background-color: var(--color-bg);
    border-radius: 30px 0 30px 30px;
    padding: 40px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/* justify-content: center;
	align-items: center;
	align-content: center; */
}

.content-infografika > img, .content-infografika > a > img {
    width: 100%;
    display: block;
}

.content-menu {
    margin: 0;
    padding: 0 0 30px 0;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.menu-item {
    padding: 10px 20px;
    color: var(--color-base-text);
    text-decoration: none;
    font-size: 18px;
    background-color: var(--color-bg);
    border-radius: 20px;
    margin-bottom: 5px;
    border: 1px solid var(--color-green);
}

.menu-item-active {
    background-color: var(--color-green) !important;
    color: var(--color-white) !important;
    border-radius: 20px;
}

.content-author {
    margin: 0;
    padding: 20px;
    background-color: var(--color-bg);
    border-radius: 20px;
}

.content-author-head {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.content-author-name {
    /* padding: 0 0 0 20px; */
    font-size: 16px;
}

.content-author-name > b {
    text-transform: uppercase;
    color: var(--color-green);
}

.content-author-text {
    font-size: 14px;
}

.video-top {
    width: clamp(100px, 100%, 800px);
    margin: 0;
    padding: 0;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end;
}

.video-top > img {
    display: block;
}

.video-player {
    width: clamp(100px, 100%, 800px);
}

.video-timer {
    cursor: pointer;
}

.video-nav-mob {
    display: none;
}

.video-nav {
    width: clamp(100px, 100%, 800px);
    background-color: var(--color-bg);
    border-radius: 0 0 20px 20px;
    padding: 15px 20px 10px 20px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    overflow: hidden;
}

.detri-prep-swiper-block {
    display: inline-block;
    overflow: hidden;
    width: 350px;
}

.detri-prep-swiper-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#slider-btns-vid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

#slider-btns-vid > div > img {
    max-width: 50px;
}

#slider-btns-vid > div:first-child {
    margin-right: 10px;
    cursor: pointer;
}

#slider-btns-vid > div:last-child {
    margin-left: 10px;
    cursor: pointer;
}

.video-nav > div {
    min-width: 190px;
}

.video-nav > div:not(:last-child) {
    margin-right: 10px;
}

.video-nav-time {
    font-size: 14px;
    font-weight: bold;
    color: var(--color-bg-nav);
    margin: 0 0 5px 0;
}

.video-nav-info {
    font-size: 12px;
    margin: 5px 0 0 0;
}

.video-text {
    width: clamp(100px, 100%, 800px);
    margin: 20px 0;
    font-size: 18px;
}

.prep-about {
    margin: 50px 0 20px 0;
    font-size: 34px;
    font-weight: 400;
}

.prep-block {
    width: clamp(100px, 100%, 800px);
    border-top: 1px solid var(--color-green);
    padding: 60px 0 0 0;
}

.prep-block-head {
    padding: 0 0 40px 0;
}

.prep-block-head-title {
    margin: 0 0 5px 0;
    font-size: 40px;
    font-weight: bold;
    color: var(--color-green);
}

.prep-block-head-info {
    margin: 5px 0 0 0;
    font-size: 20px;
}

.prep-block-info {
    padding: 0 0 50px 0;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.prep-block-info > div:last-child {
    padding-left: 20px;
}

.prep-block-info-table {
    margin: 0 0 10px 0;
}

.prep-block-info-table > tbody > tr > td > img {
    display: block;
}

.prep-block-info-table > tbody > tr > td {
    vertical-align: middle;
    padding-bottom: 10px;
}

.prep-block-info-table > tbody > tr > td:last-child {
    padding-left: 10px;
}

.prep-block-info-text {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.prep-block-info-btn {
    background-color: var(--color-ogange);
    border-radius: 50px;
    padding: 10px 40px;
    margin: 40px 0 0 0;
    color: var(--color-white);
    text-decoration: none;
    display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.prep-block-info-btn > img {
    display: block;
    margin-right: 5px;
}

.prep-block-bad {
    margin: 0 0 10px 0;
    color: var(--color-light-text);
    font-size: 29px;
    font-weight: 200;
    text-align: center;
}

.nav-tiles-mobile {
    display: none;
}

.tile {
    background-color: var(--color-bg);
    border-radius: 10px;
    margin: 0 0 10px 0;
    padding: 20px;
    width: 100%;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.tile-active {
    background-color: var(--color-green);
}

.tile-active > div > p {
    color: var(--color-white);
}

.tile > div:not(:last-child) {
    margin-right: 10px;
}

.tile-title {
    color: var(--color-green);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.tile-soon {
    margin: 0 0 10px 0;
    color: var(--color-red);
    font-size: 12px;
    font-weight: bold;
}

.tile-text {
    font-size: 12px;
    margin: 5px 0 10px 0;
}

.tile-hash {
    display: inline-block;
    border-radius: 20px;
    padding: 4px 10px;
    margin: 0 0 2px 0;
    font-size: 10px;
    color: var(--color-white);
}

.tile-hash-ter {
    background-color: var(--color-red);
}

.tile-hash-ped {
    background-color: var(--color-ogange);
}

#footer {
    width: 100%;
    background-color: var(--color-white);
    padding: 30px 0;
    margin: 0;
    border-top: 1px solid var(--color-green);
}

#footer-inner {
    width: clamp(100px, 100%, 1200px);
    margin: 0 auto;
}

.footer-text {
    margin: 0;
    font-size: 12px;
}

.footer-text-center {
    text-align: center;
}

#footer-uni {
    width: clamp(100px, 100%, 750px);
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

#footer-uni > div:first-child > img {
    margin-right: 30px;
}

#footer-uni > div:last-child > p {
    margin-bottom: 5px;
}

.footer-link {
    text-decoration: none;
    color: var(--color-base-text);
}

.footer-contacts, .footer-contacts > img {
    vertical-align: middle;
}

.footer-contacts > img:not(:first-child) {
    margin-left: 10px;
}

:root {
    --color-bg: #F4F7FA;
    --color-bg-nav: #C7D9E5;
    --color-green: #008294;
    --color-red: #EA4E2B;
    --color-ogange: #F1974E;
    --color-white: #FFFFFF;
    --color-base-text: #2F4157;
    --color-sub-text: #577C8E;
    --color-light-text: #CADFE4;
}
