:root {
	--primary: #fc4878; /* #00a7e1; */
	--border: #EFF0F5;
	--text: #002B70;
	--text-muted: rgba(0,43,112,.5);
	--text-inverted: #fff;
	--text-grey: #979797;
	--error: #E0333E;
	--muted: #F5F6FB;
	--disabled: #F3F4FA;
}

code, m {
	font-family: "Courier", "Lucida Console", monospace;
	color: gray;
}

.Header__title {
	display: inline;
    position: absolute;
    color: white;
    left: 240px;
    top: -36px;
}

.Header__mtitle {
	display: none;
}

.Page__wrapper {
	overflow:hidden;
}

.Page__content {
    padding: 40px 0;
}

.Page__button {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.PageTitle {
    margin-bottom: 30px;
    padding-top: 60px;
}

.PageTitle__wrapper {
	margin-bottom: 10px;
}

@media screen and (max-width: 1240px) {
	.Header__title {
		display: none;
	}
	
	.Header__mtitle {
		display: inline;
		position: absolute;
		color: white;
		left: 170px;
		top: 7px;
	}
	
	.PageTitle__wrapper {
		padding-left: 100px;
	}
	
}

@media screen and (max-width: 767px) {
	.Header__mtitle {
		left: 160px;
		top: 9px;
	}
	
	.Page__content {
		padding: 0;
	}
	
	.PageTitle__wrapper {
		padding-left: 70px;
	}
	
}

/*******************************/

.field {
	width: 100%;
	max-width: 200px;
	height: 44px;
	padding: 0 16px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	text-align: left;
	color: var(--text);
	background: white;
	border: 2px solid var(--border);
	border-radius: 6px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	margin-bottom: 5px;
}
.field:focus {
	/* border-color: var(--primary); */
	outline: none;
}
.field::-webkit-input-placeholder {
	color: var(--text-grey);
}
.field::-moz-placeholder {
	color: var(--text-grey);
}
.field:-ms-input-placeholder {
	color: var(--text-grey);
}
.field::-ms-input-placeholder {
	color: var(--text-grey);
}
.field::placeholder {
	color: var(--text-grey);
}
.field--error {
	border-color: var(--error) !important;
}
.field-label {
	 /* display: block; */
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 5px;
}

.field--date {
	max-width: 200px;
}
.field--time {
	max-width: 200px;
}

.field--disabled {
	color: var(--disabled);
	cursor: not-allowed !important;
}

/* ------------------------- */

input.disabled,
select.disabled,
textarea.field--text.disabled,
message.disabled, message.forwarded
{
    /* background: #eee !important; */
    background: var(--disabled)  !important;
    cursor: not-allowed !important;
}

/* ------------------------- */


.field--select {
	padding-right: 30px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0L5 6L10 0H0Z' fill='%23002B70'/%3E%3C/svg%3E%0A");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: auto 6px;
	
	width: 100%;
	max-width: 300px;
}
.field--select::-ms-expand {
	display: none;
}

.field--text {
	width: 100%;
	max-width: none;
    height: 500px;
    
	width: 100%;
	max-width: none;
	display:block;
	max-width:100%;
	line-height:1.5;
	padding:15px 15px 30px;
    
    /** /
    background:linear-gradient(#F9EFAF, #F7E98D);
    background:-o-linear-gradient(#F9EFAF, #F7E98D);
    background:-ms-linear-gradient(#F9EFAF, #F7E98D);
    background:-moz-linear-gradient(#F9EFAF, #F7E98D);
    background:-webkit-linear-gradient(#F9EFAF, #F7E98D);
    
	border-radius:3px;
    border:1px solid #F7E98D;
    font:13px Tahoma, cursive;
    transition:box-shadow 0.5s ease;
    box-shadow:0 4px 6px rgba(0,0,0,0.1);
    font-smoothing:subpixel-antialiased;
    
    /**/
}

/* ---------------- */

.label-input {
    margin-bottom: 4px;
    line-height: 1.25;
    text-wrap: nowrap;
}

/* ************************************ */

.select-list--button {
	display: inline-block;
}

.select-list--wrapper {
	display: none;
}

.select-list--items {
	display: inline-block;
    margin: 10px 5px;
    padding: 0px;
}

/* ul */
.select-list--wrapper ul {
	display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.select-list--wrapper li {
	display: inline-block;
	/* max-width: 200px; */
	/* overflow: hidden; */
	
	background-color: #F7E98D;
    
    width: auto;
	font-weight: normal;
	
    margin: 0px 15px 10px 0px;
    padding: 0px;
    
    /* height: 37px; */
    height: auto;
    font-size: 14px;
    
    border-style: solid;
    border-width: 2px;
	border-radius: 20px;
	border-color: var(--border);
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	
}

.select-list--wrapper .item-value {
	display: inline-block;
	position: relative;
	
	text-wrap: nowrap;
	vertical-align: baseline;
	
    margin: 2px 0px 2px 10px;
    padding: 0px 0px 0px 0px;
    
}

.select-list--wrapper .item-view {
    margin: 2px 10px 2px 10px;
}

.select-list--wrapper .item-close {
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	position: relative;
	background-color: var(--color-main);
    margin: 0px;
    padding: 0px;
    top: 0px;
	right: -5px;
    cursor: pointer;
    border-radius: 15px;
    
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
    
}

.select-list--wrapper .item-close:after{
	content: "\00d7"; /* This will render the 'X' */
}

button, .select-list--button {
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
    
}


/* ************************************ */

@media screen and (max-width: 767px) {
	
	.field-label {
		display: block;
		font-size: 1rem;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	.field, .field--select, .field--date, .field--time {
		max-width: none;
	}
	
	.label-input {
		text-wrap: wrap;
	}
	
}

/* ************************************ */

/* MODAL + */

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	
	/* outline: 0; */
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	pointer-events: none;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.fade {
	opacity: 0.2;

	/** /
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	/**/

	/* ///+++000 */
	background-color: rgba(0, 0, 0, 0.4);
}
.fade.in {
	opacity: 1;
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal.fade .modal-dialog {
	/** /
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	/**/
}
.modal.in .modal-dialog {
	/** /
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	transition-delay: 0.2s;
	/**/
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-body p {
	line-height: 28px;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.modal-header:after,
.modal-footer:after {
	clear: both;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	/* opacity: 0.2; */ 
	/* filter: alpha(opacity=20); */
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	font-family: inherit;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header .close {
	margin-top: -2px;
	margin-left: 10px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	color: inherit;
	font-size: 18px;
	font-weight: normal;
}
.modal-body {
	position: relative;
	padding: 15px;
	/* font-family: "Rubik", sans-serif; */
}

.modal-body-loader {
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-btn {
	font-family: inherit;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 30px;
	color: black;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	
	border-color: #ccc;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modal-btn-cancel {
	margin-left: 20px;
}
.modal-btn-default {
	color: #333;
	background-color: #fff;
}
.modal-btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	text-decoration: none;
}
.modal-btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.modal-btn:active,
.modal-btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal-btn:focus,
.modal-btn:active:focus,
.modal-btn.active:focus,
.modal-btn.focus,
.modal-btn:active.focus,
.modal-btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.modal-btn-default:active,
.modal-btn-default.active,
.modal .open > .dropdown-toggle.modal-btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.modal-btn-default:active,
.modal-btn-default.active,
.modal .open > .dropdown-toggle.modal-btn-default {
	background-image: none;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}

@media screen and (min-width: 1240px) {
	.modal-dialog {
		width: 1100px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}

.fa {
    display: inline-block;
    /* font: normal normal normal 14px / 1 FontAwesome;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-times-circle:before {
    /* content: "\f057"; */
    content: "\00d7"; /* This will render the 'X' */
    font-size: 18px;
    color: #000;
}

/* MODAL + */

#js-console {
	z-index:10004;
	
	position:fixed;
	top: 0px;
	left: 0px;
	color: rgba(255,0,0,0.5);
	background: rgba(255,255,255,0.8);
	font-family: sans-serif;
}

.clearFix{
	clear : both;
}

/* ------------------------------------------------- */

.ItemsList {
    padding: 57px 0;
    scroll-margin: var(--scroll-margin)
}

@media screen and (max-width: 1023px) {
    .ItemsList {
        padding-top:30px
    }
}

@media screen and (max-width: 767px) {
    .ItemsList {
        padding-bottom:30px
    }
}

.ItemsList__wrapper {
    display: grid;
    gap: 50px;
    grid-template-columns: 250px 1fr
}

@media screen and (max-width: 1023px) {
    .ItemsList__wrapper {
        gap:30px;
        grid-template-columns: 200px 1fr
    }
}

@media screen and (max-width: 767px) {
    .ItemsList__wrapper {
        display:block
    }
}

.ItemsList__text {
    position: relative
}

@media screen and (max-width: 767px) {
    .ItemsList__text {
        padding-right:70px
    }
}

.ItemsList__medal {
    background: url(../images/ico-medal-2.svg) no-repeat 50%;
    height: 72px;
    margin-bottom: 20px;
    padding-left: 5px;
    width: 74px
}

@media screen and (max-width: 767px) {
    .ItemsList__medal {
        background-size:contain;
        height: 70px;
        padding-left: 2px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 60px
    }
}

.ItemsList__medal-number {
    color: #a36f1e;
    font-size: 22px;
    font-weight: 500;
    line-height: 20px;
    opacity: .85;
    padding-top: 20px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .ItemsList__medal-number {
        font-size:18px;
        line-height: 20px;
        padding-top: 20px
    }
}

.ItemsList__medal-text {
    color: #a36f1e;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .ItemsList__medal-text {
        font-size:8px;
        line-height: 10px
    }
}

.ItemsList__list-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3,1fr);
    padding-top: 15px
}

@media screen and (max-width: 1023px) {
    .ItemsList__list-wrapper {
        grid-template-columns:repeat(2,1fr)
    }
}

@media screen and (max-width: 767px) {
    .ItemsList__list-wrapper {
        gap:0;
        grid-template-columns: 1fr
    }
}

@media screen and (min-width: 768px) {
    .ItemsList__list-col {
        display:block!important
    }
}

@media screen and (max-width: 767px) {
    .ItemsList__list-col {
        border-bottom:1px solid #e7e7ff;
        padding: 0
    }
}

.ItemsList__list-col--full {
    grid-column: 1/4
}

@media screen and (max-width: 1023px) {
    .ItemsList__list-col--full {
        grid-column:1/3
    }
}

@media screen and (max-width: 767px) {
    .ItemsList__list-col--full {
        grid-column:1/2
    }
}

.ItemsList__list-col--full .ItemsList__list {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 60px;
    column-gap: 60px
}

@media screen and (max-width: 1023px) {
    .ItemsList__list-col--full .ItemsList__list {
        -moz-column-count:2;
        column-count: 2
    }
}

@media screen and (max-width: 767px) {
    .ItemsList__list-col--full .ItemsList__list {
        -moz-column-count:1;
        column-count: 1
    }
}

.ItemsList__list-col--full .ItemsList__list-item {
    display: block;
    width: 100%
}

.ItemsList__list-title {
    color: var(--color-main);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .ItemsList__list-title {
        margin-bottom:0;
        padding: 15px 30px 10px 0
    }
}

.ItemsList__list-title:before {
    border: 4px solid var(--color-main);
    border-radius: 50%;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 16px
}

@media screen and (max-width: 767px) {
    .ItemsList__list-title:before {
        display:none
    }
}

.ItemsList__list-title.active .ItemsList__list-title-arrow {
    transform: rotate(180deg)
}

.ItemsList__list-title-arrow {
    background-image: url(../images/ico-select.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    display: none;
    height: 20px;
    position: absolute;
    right: 0;
    top: 14px;
    transition: transform .2s ease;
    width: 20px
}

@media screen and (max-width: 767px) {
    .ItemsList__list-title-arrow {
        display:block
    }
}

.ItemsList__list {
    line-height: 0;
    margin-bottom: 30px!important;
    margin-left: 25px!important
}

@media screen and (min-width: 768px) {
    .ItemsList__list {
        display:block!important
    }
}

@media screen and (max-width: 767px) {
    .ItemsList__list {
        margin-bottom:0!important;
        margin-left: 15px!important;
        padding-bottom: 10px!important;
        padding-top: 5px!important
    }
}

.ItemsList__list-item {
    margin-bottom: 8px
}

.ItemsList__link {
    color: var(--color-text);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    transition: color .2s ease
}

.ItemsList__link:hover {
    color: var(--color-main)
}

/* ------------------------------------------------- */

