:root {
	--global-bg: #fff;
	--global-txt: #000;
	--global-white-opacity: #ffffff9e;
	--global-color: #5c76ff;
	--global-color-opa: #0021b90f;
	--global-accent: #a0ff00;
	
	--grid-margin: 2.5px;
	--grid-standart-size: 400px;
	--rule-trans: .3s ease-in-out;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background:  #00000024;
}
::-webkit-scrollbar-thumb {
	background: #00000024;
}
::-webkit-scrollbar-track {
	
}

body {
	/*overflow: hidden;*/
	overflow-x: hidden;
	margin: unset!important;
	
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-style: normal;
  
	background-color: var(--global-bg);
}

footer {
	font-size: 0.8em;
	margin-top: 30px;
	padding: 15px 30px;
	border-top: 1px solid;
	display: flex;
	justify-content: space-between;
}

a {
	text-decoration: unset;
	color: var(--global-txt);
	transition: font-weight var(--rule-trans);
}

a:not(.item-container):hover {
	font-weight: 600;
	transition: font-weight var(--rule-trans);
}

input {
	margin-bottom: 10px;
}

label {
	display: block;
    font-size: 13px;
}

button:not(disabled), .btn:not(.disabled), .c-data-selector, [class^=month-] {
	cursor: pointer!important;
}

button {
	font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
	border: unset;
}

button, .btn {
	display: block;
    /*height: 30px;*/
	font-size: 12px;
    min-width: 100px;
    background-color: #e5e5e5;
    text-transform: uppercase;
	text-align: center;
    font-weight: 700;
    padding: 5px 10px;
}

button disabled, .btn.disabled {
    color: #8b8b8b;
}

h1, h2, h3, h4, h5, h6, .header-bar, .item-price, .project-creator, .btn, button, .c-data-selector {
	user-select: none!important;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
    margin-block-start: unset;
	margin-block-end: unset;
}

h1 {
	line-height: 30px;
}

form {
	margin: unset;
}

@media (min-width: 1891px) {/* 300 + 15 */
	
}

@media (max-width: 1890px) {/* 300 + 15 */
	
}

@media (max-width: 1575px) {
	
}

@media (min-width: 1041px) {
	[class^=month-] {
        width: calc(100% / 4) !important;
        height: 0 !important;
        padding-bottom: calc(100% / 4) !important;
    }
	
	.monthsBlock {
		margin: 0 auto;
	}
	
	.months-container.uota>.monthsBlock {
		/*max-width: calc(2498px - 5px);
		transition: max-width .3s ease-in-out;*/
	}
}

@media (max-width: 1040px) {
	[class^=month-] {
		width: calc(100% / 4) !important;
        height: 0 !important;
        padding-bottom: calc(100% / 4) !important;
	}
}

@media (max-width: 900px) {
	[class^=month-] {
		width: calc(100% / 3) !important;
        height: 0 !important;
        padding-bottom: calc(100% / 3) !important;
	}
}

@media (max-width: 700px) {
	
}

@media (max-width: 600px) {
	footer {
		flex-direction: column!important;
	}
	
	.footer-left, .footer-right {
		width: 100%!important;
	}
	
	[class^=month-] {
		width: calc(100% / 2) !important;
        height: 0 !important;
        padding-bottom: calc(100% / 2) !important;
	}
}

@media (max-width: 530px) {

}

.hidden {
	display: none!important;
}

.hidden-o {
	opacity: 0!important;
	transition: opacity var(--rule-trans);
}

.f-wrap, .container-grid {
	display: flex;
	flex-wrap: wrap;
}

.f-only, .container-grid .item-shield-main, .item-desctop-block {
	display: flex;
}

.title, h1 {
	font-weight: 700;
}

.title, h1, .footer-left {
	text-transform: uppercase;
}

.project-creator {
	padding: 5px 10px;
	border-radius: 5px;
	background-color: var(--global-accent);
	font-size: small;
	width: fit-content;
}

.footer-left {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: flex-start;
	height: 70px;
	width: 70%;
}

.footer-right {
	width: 30%;
}

.footer-left>a {
	margin-right: 15px;
}

.footer-group {
	display: flex;
    flex-direction: column;
}

.footer-group:not(:last-child) {
	margin-right: 30px;
}

.footer-group>label {
	font-size: 8px;
    color: #00000099;
}

.container-default {
	margin: 15px;
    height: 100%;
}

.container-default>.title {
	margin-bottom: 15px;
}

.container-default .subscript {
	margin: 15px 0;
}

.center-co-default {
	position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 300px;
    max-width: 700px;
    background: var(--global-bg);
    margin: auto;
}

.center-with-img {
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.overflow-container {
	position: fixed;
	z-index: 99;
	height: 100%;
    width: 100%;
    background: var(--global-white-opacity);
}

.overflow-container>.container-default {
	position: relative;
    top: 50%;
    transform: translate(0, -50%);
	min-height: unset !important;
    max-height: 300px;
    max-width: 700px;
    background: var(--global-bg);
    margin: auto;
	padding: 15px;
}

[class^=month-]:not(.uota-img):hover, .uota-img.selected {
    background-color: var(--global-color);
	color: #fff;
}

[class^=month-]:not(.uota-img):hover .mon-name, .uota-img.selected .mon-name {
	background-color: var(--global-accent);
}

[class^=month-] {
	position: relative;
    width: 250px;
    height: 250px;
    background-color: var(--global-color-opa);
	color: #000;
	transition: background-color .1s  ease-in-out, color .1s  ease-in-out, width .3s  ease-in-out, height .3s  ease-in-out;
}

.uota-img {
	width: 500px;
    height: 500px;
	transition: width .6s  ease-in-out, height .6s  ease-in-out;
}

.mon-name {
	background: url(https://memecalendar.mohu.tech/upds/desi/c-brush.svg) no-repeat center / 150%;
    font-weight: 700;
	padding: 7.5px 15px;
}

[class^=img-month-] {
	z-index: 2;
}

[class^=sub-img-month-] {
	z-index: 1;
}

[class^=img-month-], [class^=sub-img-month-] {
	position: absolute;
	width: calc(100% - 30px);
    height: calc(100% - 30px);
	opacity: 1;
	transition: opacity .1s ease-in-out;
}

.img-month-container {
	padding: 15px;
}

.head-container {
	position: fixed;
    z-index: 20;
}

.head-container>.c-data-selector {
	margin: 15px;
    background-color: var(--global-accent);
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}

.main-container {
	min-height: calc(100% - 131px);
}

.months-container {
	overflow: hidden;
    overflow-y: auto;
	width: 100%;
	transition: width .3s ease-in-out;
}

.months-container.uota {
	width: 200%; /* потому что увеличиваем х2 */
	transition: width .6s ease-in-out;
}

.overview {
	opacity: 0;
	transition: opacity .4s ease-in-out;
}

.monthsBlock {
	position: relative;
	/*min-height: calc(100%); /* - 131px */
	/*max-width: calc(1040px - 5px);*/
	height: auto;
    display: flex;
    flex-wrap: wrap;
    place-content: center;
	left: 0px;
	top: 0px;
    transition: left .3s ease-in-out, top .3s ease-in-out, max-width .3s ease-in-out;
}

.months-container.uota>.monthsBlock {
	/*max-width: 2498px;*/
	transition: left .6s ease-in-out, top .6s ease-in-out, max-width .3s ease-in-out;
}

.uota-img:not(.selected)>.dark-curtain {
	position: absolute;
	z-index: 15;
	
	background-color: #0000005c;
	transition: background-color .4s ease-in-out;
	
    width: 100%;
    height: 100%;
}

.uota-img.selected>.img-month-container {
	top: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.uota-img.selected>.more-month {
	position: absolute;
	width: calc(100% - 32px);
    height: calc(100% - 32px - 39px);
	margin: 15px 15px 0;
    border: 1px solid;
}

.more-month-container {
	position: absolute;
	width: calc(100% - 30px);
    bottom: 0;
    display: flex;
    margin: 15px;
    z-index: 10;
    justify-content: space-between;
    align-items: center;
	transition: margin .3s ease-in-out, width .4s ease-in-out;
}

[class^="month-"]:not(.selected) .more-month-container {
	width: calc(100% - 20px);
	margin: 10px;
	transition: margin .3s ease-in-out, width .3s ease-in-out;
}

[class^="more-month-desc-"], [class^="more-month-image-desc-"] {
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.m-opa {
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

[class^="more-month-image-desc-"] {
	bottom: 0;
    position: absolute;
    padding: 15px;
    width: calc(100% - 30px);
	background: linear-gradient(#ffffff00, #091945);
}	