

/* Start:/local/templates/zadachi/components/bitrix/news.list/listpartyhistory/style.css?17402668574828*/
.hystory-list-content{
    width: 230px;
    margin: 0 auto;
}

.hystory-list-seach {
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    display: flex;
}



.hystory-list-content-title{
    padding-top: 14px;
	color: #666;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 13px; /* 118.182% */
	letter-spacing: -0.11px;
}

.hystory-list-items {
    padding-top: 9px;
    max-height: 600px;
    overflow-y: scroll;
}
.hystory-list-items::-webkit-scrollbar,
.hystory-list-items::-webkit-scrollbar {
    width: 0;
}

.hystory-list-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    cursor: pointer;
}

.hystory-list-item-act{
	border-radius: 10px;
	background: #866A4A;
}

.hystory-list-item-year{
	color: #666;
	text-align: center;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 218.182% */
	letter-spacing: -0.22px;
}
.hystory-list-item-year span {
    color: #FFF;
}

.hystory-list-item-name{
	color: #666;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: -0.5px;
}
.hystory-list-item-name span {
    color: #FFF;
}

.hystory-list-item-act .hystory-list-item-year{
	color: #FFFFFF;
}
.hystory-list-item-act .hystory-list-item-name{
	color: #FFFFFF;
}


.hystory-list-seach-block {
    display: flex;
    gap: 6px;
    padding: 12px;
    align-items: center;
    flex: 1 0 156px;
    width: 156px;
    height: 48px;
}

.hystory-list-seach-input {
    border: 0;
    overflow: hidden;
    background: none;
    padding: 0;
    outline-offset: unset;
    outline: none;
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    caret-color: #D7A03D;
    flex: 1 0 80px;
}

.hystory-list-seach-close{
	cursor: pointer;
    display: none;
}
.hystory-list-seach-close-show{
    display: block;
}

.hystory-list-period-block {
    flex: 0 0 104px;
    border-left: 1px solid rgba(102, 102, 102, 0.2);
    padding: 6px 12px;
    position: relative;
}

.hystory-list-period-pop {
    display: block;
    width: 120px;
    height: auto;
    border-radius: 10px;
    background: rgba(27, 28, 30, 0.88);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.60), 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(30px);
    position: absolute;
    z-index: 10000;
    top: 44px;
    left: -4px;
    padding: 6px;
}
.hystory-list-period-pop-hide {
    display: none;
}

.hystory-list-period-block-hide{
    display: none;
}

.hystory-list-period-block-title{
	color: #666;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.22px;
}

.hystory-list-period-activereriod {
    display: flex;
    margin-top: 2px;
    align-items: center;
    gap: 2px;
    cursor: pointer;
}

.hystory-list-period-activereriod-text {
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.5px;
    overflow: hidden;
    text-wrap: nowrap;
    max-width: 65px;
}

.hystory-list-period-activereriod-act .hystory-list-period-activereriod-text{
	color: #866A4A;
}
.hystory-list-period-activereriod-act .hystory-list-period-activereriod-svg{
    transform: rotate(180deg);
}

.hystory-list-period-activereriod-svg path{
    fill: white;
}
.hystory-list-period-activereriod-act .hystory-list-period-activereriod-svg path{
    fill: #866A4A;
}

.hystory-list-period-item {
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.26px;
    cursor: pointer;
    padding-left: 10px;
}
.hystory-list-period-item-act {
    border-radius: 10px;
    background: #866A4A;
}

.hystory-list-period-item-group-block{
    display: flex;
}
.hystory-list-period-item-group-block svg {
margin-left: 10px;
    margin-right: 0px;
}

.hystory-list-period-item-group-block-content{
    flex: 1 0;
}

.hystory-list-items-notfound{
    display: none;
    color: #666;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 260px;
}




@media (max-width: 1279px) {
	.razdely-area {
			flex: 0 0 230px;
	}
	.hystory-list-seach-block {
		flex: 1 0 129px;
		width: 129px;
	}
	.hystory-list-seach-input {
		flex: 1 0 68px;
	}

}

@media (max-width: 767px) {

.logomob-title-str2 {
    max-width: 184px;
}

.hystory-list-content {
    width: 288px;
    margin: 0 auto;
}
.hystory-list-period-pop {
    top: 5px;
    left: -32px;
}
.hystory-list-items-notfound {
    margin-top: 20px;
    margin-bottom: 20px;
}

}
/* End */


/* Start:/local/templates/zadachi/components/bitrix/news.list/forhystory/style.css?174026685718029*/
.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;
}


body {
    user-select: none;

}

.copylink {
    display: none;
    position: absolute;
    top: 10px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 8px 20px;
    box-sizing: border-box;
    z-index: 1000;
}

.zaprna-probn-pc {
    display: flex;
    gap: 11px;
    bottom: 0px;
    left: 0px;
    position: relative;
    padding-top: 10px;
    user-select: none;
}

.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;
}

.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;
}

@media (max-width: 1279px) {

.sharegame-pc {
    display: none;
}
.sharegame-mob {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    width: 200px;
    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: 1024px;
		margin: 0 auto;
	}


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


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

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

	.board-beginner-dop {
		flex: 0 0 227px;
	}
	.probnimg{
		width: 100px;
		height: 100px;
	}
	.navigation__decor {
		display: none!important;
	}

}

@media (max-width: 1023px) {

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

.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;
    order: 3;
}

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

.sharegame-pc {
    display: none;
}
.sharegame-mob {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    width: auto;
    margin: unset;
    width: 500px;
    margin: 0 auto;
    margin-top: 14px;
    order: 4;
}
.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: 768px;
		margin: 0 auto;
	}

	.activeboard-area {
		flex: 0 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;
		margin-left: 15px;
	}

	.lickBlock-pc {
		display: none;
	}
	.lickBlock-mob {
		display: flex;
		position: relative;
		text-align: center;
		gap: 10px;
		order: 6;
		width: 100%;
		align-items: center;
		margin-top: 16px;
	}

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

	.notation {
		margin-left: 15px;
    	order: 2;
	}

}




@media (max-width: 767px) {

.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: 0 0 300px;
		position: relative;
    	width: 300px;
	}
	.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 {
    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: 1023px) {
	.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;
	}

}


@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;
	}

}

/* End */
/* /local/templates/zadachi/components/bitrix/news.list/listpartyhistory/style.css?17402668574828 */
/* /local/templates/zadachi/components/bitrix/news.list/forhystory/style.css?174026685718029 */
