

/* Start:/local/templates/zadachi/components/bitrix/news.list/compgame/style.css?174026685729725*/
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 3997;
    background: none!important;
}
.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    border: none!important;
    background: none!important;
}

.fancybox-close {
    display: none;
}


.mob-fen {
	display: none!important;
}

.pctimetitle{
	display:inline;
}
.mobtimetitle{
	display: none;
}

.newfig .piece-417db {
    pointer-events: all;
}

.settings-namecolormob{
	display: none;
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 160% */
	letter-spacing: -0.5px;
}

.rez-uhenika,
.rez-comp {
	position: absolute;
    right: 8px;
    color: #D7A03D;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Playfair Display;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -1.08px;
}


.drop-figure-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    cursor: pointer;
    pointer-events: all;
    width: 19px;
    height: 19px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
}

.drop-figure-btn:before,
.drop-figure-btn:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
    width: 1px;
    height: 10px;
    background: #fff;
}

.drop-figure-btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.drop-figure-btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.piece-417db {
    z-index: 10;
    pointer-events: none;
}





.game-mod{
	display:none;
}
.time-comp {
    margin-top: 10px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}
.time-uhenika {
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}
.time-comp, .time-uhenika {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
}
.time-name {
	color: #666;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Inter;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 48px; /* 133.333% */
	letter-spacing: -3px;
}
.showtimercur {
	color: #866A4A;
}
.namecompshow, .nameuhshow {
	color: #666;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 123.077% */
	letter-spacing: -0.39px;
}
.activename{
	color: #866A4A;
}



.board-for-beginner {
    display: flex;
    justify-content: flex-end;
}

.game-set-fen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
    margin-top: 9px;
}
.game-set-fen-title {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.54px;
    flex: 1 0 100px;
    text-align: left;
}
.game-set-fen-title-hide{
	display: none;
}
.game-set-fen-block {
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 1 0;
}
.game-set-fen-block-title{
	color: #666;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; 
	letter-spacing: -0.22px;
}
.game-set-fen-block-input{
    border: 0;
    overflow: hidden;
    background: none;
    padding: 0;
    outline-offset: unset;
    outline: none;
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
	letter-spacing: -0.5px;
    caret-color: #D7A03D;
    flex: 1 0 200px;
    box-sizing: border-box;
    padding: 6px 12px;
    border: 1px solid rgba(41, 41, 41, 1);
    border-radius: 12px;
}
.game-set-fen-block-input:focus {
    border: 1px solid rgba(215, 160, 61, 0.5);
}

.newfig {
    width: 25px;
    position: absolute;
    top: 0;
    right: -30px;
}
.newfig .chessboard-63f37 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px;
}
.newfig .piece-417db {
    max-width: 24px;
    max-height: 24px;
}
.clear-board{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 210px;
    right: -35px;
    cursor: pointer;
}
.start-pos-board{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 250px;
    right: -35px;
    cursor: pointer;
}

.comp-game-start {
    order: 4;
    margin-top: 20px;
    background: rgba(215, 160, 61, 1);
    border-radius: 8px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.5px;
    padding: 6px;
    box-sizing: border-box;
    cursor: pointer;
}
.comp-game-start-noactive{
	opacity: 0.4;
}



body {
    user-select: none;
}



.zaprna-probn-pc {
    display: flex;
    gap: 11px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.board-for-beginner{
	display: flex;
}

.begin-nav-prob {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
	margin-bottom: 11px;
}

.board-beginner-main {
    flex: 0 0 698px;
}

.board-beginner-dop {
    flex: 0 0 310px;
    position: relative;
}


.board-beginner-main-cont {
    width: 500px;
    margin-left: 126px;
    display: flex;
    flex-direction: column;
}

.begin-nav-prob-prev,
.begin-nav-prob-next{
	flex: 0 0 48px;
	cursor: pointer;
}

.begin-nav-prob-menu{
	display: flex;
	gap: 12px;
	align-items: center;
}
.begin-nav-prob-menu-hide{
	display:none;
}

.begin-nav-prob-menu-win{
	display:flex;
    justify-content: center;
}
.begin-nav-prob-menu-win-hide{
	display:none;
}
.begin-nav-prob-menu-lose{
	display:flex;
    justify-content: center;
}
.begin-nav-prob-menu-lose-hide{
	display:none;
}

.begin-nav-prob-menu-namerazd {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.54px;
}

.begin-nav-prob-menu-numprob {
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
    display: flex;
    gap: 5px;
    align-items: center;
    border: 1px solid #666;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 4px 6px;
    cursor: pointer;
    position: relative;
}

.begin-prob-text{
	color: #666;
	text-align: center;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 123.077% */
	letter-spacing: -0.26px;
	margin-bottom: 30px;
}

.begin-board-block{
	width: 500px;
	position: relative;
}
.game-board-block {
    width: 500px;
    position: relative;
    order: 2;
}

.comp-startsettings{
    order: 3;
}

.board-pods-block {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    justify-content: space-between;
    align-items: center;
}

.show-compgame {
    display: flex;
    gap: 8px;
    background: #1B1C1E;
    width: 138px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}
.show-analiz{
    display: flex;
	visibility: hidden;
    gap: 8px;
    background: #1B1C1E;
    width: 138px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}
.show-video{
    display: flex;
    gap: 8px;
    background: #1B1C1E;
    width: 138px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}
.show-flip{
    cursor: pointer;
}
.show-resign{
    display: flex;
    gap: 8px;
    background: #1B1C1E;
    width: 216px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}
.show-back{
    display: flex;
    gap: 8px;
    background: #1B1C1E;
    width: 138px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}
.show-repeat{
	display: flex;
    gap: 8px;
    background: #1B1C1E;
    width: 138px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}

.show-next{
	display:none;
}
.show-next-block{
    display: flex;
    background: #1B1C1E;
    width: 130px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
    cursor: pointer;
}


.show-false-ans-block{
    display: flex;
    align-items: center;
    justify-content: right;
    width: 215px;
}
.show-false-ans-name{
	color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.5px;
    margin-left: 6px;
    margin-right: 26px;
}

.repeat-cur-prob {
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.show-true-ans-block{
    display: flex;
    align-items: center;
    gap: 6px;
}
.show-true-ans-name{
	color: #FFF;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Inter;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px; 
	letter-spacing: -3px;
}

.show-compgame-text, show-video-text{
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 160% */
	letter-spacing: -0.5px;
}
.show-ans-text{
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 160% */
	letter-spacing: -0.5px;
}













.hystory-top-name-rez {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    order: 1;
}

.hystory-bot-name-rez{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    order: 3;
}
.begin-board-block {
    order: 2;
}
.board-pods-block {
    order: 4;
}

.hystory-top-name-rez-name, .hystory-bot-name-rez-name{
color: #F3F3F3;
font-variant-numeric: lining-nums proportional-nums;
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 300;
line-height: 48px; /* 133.333% */
letter-spacing: -3px;
}
.hystory-top-name-rez-rez, .hystory-bot-name-rez-rez{
color: #D7A03D;
text-align: center;
font-variant-numeric: lining-nums proportional-nums;
font-family: Playfair Display;
font-size: 36px;
font-style: italic;
font-weight: 400;
line-height: 52px; /* 144.444% */
letter-spacing: -1.08px;
}

.sharegame-pc {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 218px;
    left: -67px;
    text-align: center;
    gap: 4px;
    cursor: pointer;
}

.sharegame-pc-text {
color: #666;
text-align: center;
font-family: Inter;
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 13px; /* 118.182% */
letter-spacing: -0.22px;
}

.sharegame-mob{
	display: none;
}

.notation-navigation{
    display: flex;
    gap: 4px;
    width: 220px;
    margin: 0 auto;
    margin-top: 5px;
}
.notation-navigation-prev, .notation-navigation-next{
    width: 36px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 36px;
    cursor: pointer;
}


.rezult-pgn-download {
    display: flex;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: space-between;
}

.rezult-pgn-text{
	font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
}

.downLoadCurPGN {
    color: #866A4A;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.39px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.comp-board-settings {
    order: 3;
    margin-top: 16px;
}

.play-settings {
    max-width: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.settings-container {
    display: flex;
    flex-direction: column;
    width: 113px;
}

.settings-title {
    color: #666;
    font-family: 'Inter';
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.22px;
    margin-bottom: 5px;
}

.settings-value {
    color: #FFF;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.54px;
    margin-bottom: 10px;
}

.settings-switch__slider {
    width: 100%;
    height: 2px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #666;
    position: relative;
}

.settings-switch__progress {
    position: absolute;
    background: #866A4A;
    height: 4px;
    border-radius: 5px;
    top: -1px;
}

.settings-switch__range {
    position: relative;
}

.settings-switch__range input {
    position: absolute;
    top: -4px;
    height: 2px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    pointer-events: none;
    margin-left: 0;
}

input[type="range"]::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-appearance: none;
    pointer-events: auto;
    background: #000;
    cursor: pointer;
    border: 2px solid #fff;
}

input[type="range"]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    pointer-events: auto;
    -moz-appearance: none;
    background: #000;
    border: 2px solid #fff;
}

.settings-switch_difficulty .settings-switch__progress {
    left: 0%;
    right: calc( (1 - 4 / 4) * 100%);
}

.settings-switch_time .settings-switch__progress {
    left: 0%;
    right: calc( (1 - 0 / 6) * 100%);
}

.settings-switch_increment .settings-switch__progress {
    left: 0%;
    right: calc( (1 - 0 / 4) * 100%);
}

.settings-switch_color {
    display: flex;
    height: 38px;
    border: 1px solid #292929;
    max-width: 98px;
    border-radius: 10px;
    margin-top: 5px;
}

.settings-color-container, .settings-color-container-move {
    height: 100%;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.settings-color-container[data-color="w"], .settings-color-container-move[data-color="w"] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.settings-color-container[data-color="b"], .settings-color-container-move[data-color="b"] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.settings-color__active {
    background: #866A4A;
}

@media (max-width: 1279px) {

	.board-for-beginner {
		display: flex;
		flex-direction: column;
	}

	.container-full {
		max-width: 1024px;
		margin: 0 auto;
	}

	.setting-section-buttom {
		left: 0px;
	}

	.board-beginner-main {
		flex: 0 0 515px;
	}

	.board-beginner-main-cont {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.board-beginner-dop {
		flex: 0 0 227px;
	}

	.zaprna-probn-pc {
		display: flex;
		gap: 11px;
		position: relative;
		bottom: 0px;
		left: 0px;
		width: 500px;
		margin: 0 auto;
    	margin-top: 30px;
	}

	.probnimg{
		width: 100px;
		height: 100px;
	}
	.navigation__decor {
		display: none!important;
	}

}

@media (max-width: 1023px) {

.rezult-pgn-download {
    display: flex;
    width: 495px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    justify-content: flex-start;
    gap: 12px;
}

.notation-navigation {
    display: flex;
    gap: 4px;
    width: 500px;
    margin: 0 auto;
    margin-top: 5px;
}


	.container-full {
		max-width: 768px;
		margin: 0 auto;
	}

	.activeboard-area {
		flex: 1 0 515px;
		overflow: hidden;
	}

	.board-for-beginner {
		display: flex;
		flex-direction: column;
	}

	.board-beginner-main {
		flex: 0 0 530px;
	}

	.board-beginner-main-cont {
		width: 500px;
	}

	.zaprna-probn-pc {
		display: flex;
		gap: 11px;
		position: relative;
		bottom: unset;
		left: unset;
		margin-top: 30px;
	}

	.notation {
		margin-left: 15px;
	}

}




@media (max-width: 767px) {

.settings-switch-icon{
	width: 24px;
    height: 24px;
    margin-right: 5px;
}

.settings-namecolormob{
	display: block;
}

.mob-fen {
	display: flex!important;
}

.game-set-fen-block-input-mob {
    border: 0;
    overflow: hidden;
    background: none;
    padding: 0;
    outline-offset: unset;
    outline: none;
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
    caret-color: #D7A03D;
    flex: 0 0 36px;
    box-sizing: border-box;
    padding: 6px 12px;
    border: 1px solid rgba(41, 41, 41, 1);
    border-radius: 12px;
}

.newfig {
    width: 150px;
    position: relative;
    top: 0;
    right: 0px;
    margin: 0 auto;
    margin-top: 16px;
}
.newfig .chessboard-63f37 {
    min-height: auto;
    gap: 8px;
}
.clear-board {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 315px;
    right: 0px;
    cursor: pointer;
}
.start-pos-board {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 315px;
    left: 0px;
    cursor: pointer;
}

.game-board-block {
    width: 300px;
}

.pctimetitle{
	display:none;
}
.mobtimetitle{
	display: inline;
}

.game-mod{
    width: 300px;
}

.time-name {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -3px;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
}
.time-comp, .time-uhenika {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    column-gap: 8px;
}
.rez-uhenika, .rez-comp {
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Playfair Display;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.54px;
}

	.comp-game-start {
		margin-top: 24px;
	}


.sharegame-pc {
    display: none;
}

.sharegame-mob {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    width: 290px;
    margin: 0 auto;
    margin-top: 14px;
}
.sharegame-mob-text{
    color: #666;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.5px;
}

	.container-full {
		max-width: 300px;
		margin: 0 auto;
	}


.hystory-top-name-rez, .hystory-bot-name-rez {
    width: 100%;
}
.hystory-bot-name-rez {
    order: 3;
}
.hystory-top-name-rez {
    order: 1;
}
.hystory-top-name-rez-name, .hystory-bot-name-rez-name {
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
}
.hystory-top-name-rez-rez, .hystory-bot-name-rez-rez {
    color: #D7A03D;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Playfair Display;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.54px;
}

.rezult-pgn-download {
    display: flex;
    width: 280px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    justify-content: flex-start;
    gap: 12px;
}


	.activeboard-area {
		flex: 0 0 300px;
		box-sizing: border-box;
	}

	.navigation__decor {
		display: block!important;
	}

	.board-for-beginner {
		display: flex;
		flex-wrap: wrap;
	}
	.board-beginner-main {
		flex: 0 0 300px;
	}
	.board-beginner-main-cont {
		width: 300px;
		margin-left: 0px;
		display: flex;
		flex-wrap: wrap;
	}
	.board-beginner-dop {
		flex: 1 0 150px;
		position: relative;
		width: 300px;
		height: auto;
	}

	.zaprna-probn-pc {
		display: flex;
		gap: 11px;
		position: relative;
		bottom: unset;
		left: unset;
		margin-top: 25px;
	}

	.begin-board-block {
		width: 300px;
		position: relative;
		order: 2;
	}

	.board-pods-block {
		display: flex;
		gap: 10px;
		margin-top: 16px;
		order: 3;
		width: 100%;
	}

	.begin-nav-prob {
		display: flex;
		justify-content: space-between;
		margin-top: 5px;
		margin-bottom: 14px;
		order: 1;
		width: 100%;
		align-items: center;
	}

	.begin-prob-text {
		color: #666;
    	text-align: left;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: 16px;
		letter-spacing: -0.26px;
		margin-bottom: 0;
		margin-top: 24px;
		order: 4;
	}

	.lickBlock-pc {
		display: none;
	}

	.board-beginner-dop .zaprna-probn-pc {
		margin-top: 30px;
	}

	.begin-nav-prob-prev, .begin-nav-prob-next {
		flex: 0 0 36px;
		cursor: pointer;
		width: 36px;
		height: 36px;
	}
	.begin-nav-prob-prev svg, .begin-nav-prob-next svg {
		max-width: 100%;
		max-height: 36px;
	}

	.begin-nav-prob-menu {
		display: flex;
		gap: 6px;
		align-items: center;
		justify-content: center;
	}
	.begin-nav-prob-menu-namerazd {
		text-align: right;
	}

	.lickBlock-mob {
		display: flex;
		position: relative;
		text-align: center;
		gap: 10px;
		order: 6;
		width: 100%;
		align-items: center;
		margin-top: 16px;
	}
	.lickBlock-mob-text{
		color: #666;
		font-family: Inter;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: 16px; /* 123.077% */
		letter-spacing: -0.26px;
	}

	.lickBlock-mob-like,
	.lickBlock-mob-dislike {
		cursor: pointer;
	}

	.begin-nav-prob-menu-hide {
		display: none;
	}

	.begin-nav-prob-menu-lose svg, .begin-nav-prob-menu-win svg{
		width: 40px;
		height: 40px;
	}

	.container-full {
		overflow: hidden;
	}



.show-analiz {
    width: 46px;
}

	.notation-navigation {
		display: none;
	}


}






.notation {
    width: 220px;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
}

.list-move {
    max-width: 220px;
}

.list-move-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
}

.list-move-name-item {
    color: rgba(255, 255, 255, 0.3);
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
}

.list-move-name-item_m {
    width: 62px;
}

.list-move-name-item_w {
    width: 72px;
}

.list-move-name-item_b {
    width: 66px;
}

.list-move-content {
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow-y: auto;
}

.list-move-content::-webkit-scrollbar {
    width: 0;
}

.move {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 10px;
}

.move:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.move-number {
    width: 62px;
    color: rgba(255, 255, 255, 0.3);
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
}

.move-white {
    width: 72px;
}

.move-black {
    width: 66px;
}

.list-move span {
    padding: 5px 3px;
}

.move-white, .move-black {
    color: #FFF;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
    cursor: pointer;
}

.list-secondline {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 8px 10px;
    background: #0C0C0D;
    border-radius: 6px;
    margin-top: -1px;
    gap: 6px;
}

.secondline-move {
    display: flex;
    font-family: 'Inter';
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.33px;
    column-gap: 4px;
}

.secondline-move-white, .secondline-move-black {
    cursor: pointer;
}

.secondline-move-number {
    color: #666;
}

.move-active span {
    background: #D7A03D;
    border-radius: 5px;
    padding: 5px 8px;
}

@media screen and (max-width: 1279px) {
	.notation {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 1279px) {
	.notation {
		padding: 0 0px;
		margin-top: 24px;
	}


    .list-move {
        max-width: 100%;
    }

    .list-move-name {
        display: none;
    }

	.list-move-content {
		max-height: none;
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 12px;
		overflow-y: auto;
		padding: 0 6px;
	}

	.secondline-move-number {
		color: #666;
	}

	.move {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: auto;
		border-bottom: none;
		margin: 0 2px;
	}

	.move:first-child {
		border-top: none;
	}

	.move-number {
		width: auto;
		color: #666;
		margin-right: 2px;
	}

    .move-white, .move-black {
        width: auto;
    }

	.move-white {
		margin-right: 0px;
	}

	.list-secondline {
		min-width: 100%;
		margin: 0 -6px;
	}

    .move-white > span, .move-black > span {
        padding: 3px 4px;
        border-radius: 4px;
    }

	.list-move span {
		padding: 2px;
		border-radius: 4px;
	}

}


@media screen and (max-width: 767px) {
	.notation {
		width: 100%;
		padding: 0 0px;
		margin-top: 24px;
		margin-left: 0px;
	}


    .list-move {
        max-width: 100%;
    }

    .list-move-name {
        display: none;
    }

	.list-move-content {
		max-height: none;
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 12px;
		overflow-y: auto;
		padding: 0 6px;
	}

	.secondline-move-number {
		color: #666;
	}

	.move {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: auto;
		border-bottom: none;
		margin: 0 2px;
	}

	.move:first-child {
		border-top: none;
	}

	.move-number {
		width: auto;
		color: #666;
		margin-right: 2px;
	}

    .move-white, .move-black {
        width: auto;
    }

	.move-white {
		margin-right: 0px;
	}

	.list-secondline {
		min-width: 100%;
		margin: 0 -6px;
	}

    .move-white > span, .move-black > span {
        padding: 3px 4px;
        border-radius: 4px;
    }

	.list-move span {
		padding: 2px;
		border-radius: 4px;
	}

}



.comp-board-settings {
    order: 3;
    margin-top: 16px;
}

.play-settings {
    max-width: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.settings-container {
    display: flex;
    flex-direction: column;
    width: 113px;
}

.settings-title {
    color: #666;
    font-family: 'Inter';
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.22px;
    margin-bottom: 5px;
}

.settings-value {
    color: #FFF;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.54px;
    margin-bottom: 10px;
}

.settings-switch__slider {
    width: 100%;
    height: 2px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #666;
    position: relative;
}

.settings-switch__progress {
    position: absolute;
    background: #866A4A;
    height: 4px;
    border-radius: 5px;
    top: -1px;
}

.settings-switch__range {
    position: relative;
}

.settings-switch__range input {
    position: absolute;
    top: -4px;
    height: 2px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    pointer-events: none;
    margin-left: 0;
}

input[type="range"]::-webkit-slider-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-appearance: none;
    pointer-events: auto;
    background: #000;
    cursor: pointer;
    border: 2px solid #fff;
}

input[type="range"]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    pointer-events: auto;
    -moz-appearance: none;
    background: #000;
    border: 2px solid #fff;
}

.settings-switch_difficulty .settings-switch__progress {
    left: 0%;
    right: calc( (1 - 4 / 4) * 100%);
}

.settings-switch_time .settings-switch__progress {
    left: 0%;
    right: calc( (1 - 0 / 6) * 100%);
}

.settings-switch_increment .settings-switch__progress {
    left: 0%;
    right: calc( (1 - 0 / 4) * 100%);
}

.settings-switch_color {
    display: flex;
    height: 38px;
    border: 1px solid #292929;
    max-width: 98px;
    border-radius: 10px;
    margin-top: 5px;
}

.settings-color-container, .settings-color-container-move {
    height: 100%;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.settings-color-container[data-color="w"], .settings-color-container-move[data-color="w"] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.settings-color-container[data-color="b"], .settings-color-container-move[data-color="b"] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.settings-color__active {
    background: #866A4A;
}

@media screen and (max-width: 1279px) {

	input[type="range"]::-webkit-slider-thumb {
		height: 16px;
		width: 16px;
	
	}
	
	input[type="range"]::-moz-range-thumb {
		height: 16px;
		width: 16px;
	}

}


@media screen and (max-width: 767px) {
	.comp-board-settings {
		max-width: 300px;
	}
	.game-set-fen-block {
		display: none;
	}
	.game-set-fen-title {
		text-align: center;
	}

    .play-settings {
        max-width: 100%;
        flex-direction: column;
        row-gap: 20px;
    }

    .settings-container {
        width: 100%;
    }

    .settings-switch_color {
        max-width: 100%;
        margin-top: 0;
    }

    .settings-color-container, .settings-color-container-move {
        width: 100%;
    }
}
/* End */
/* /local/templates/zadachi/components/bitrix/news.list/compgame/style.css?174026685729725 */
