

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


.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 300px;
    position: relative;
}

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

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

.show-posk {
    display: flex;
    gap: 8px;
    background: #1B1C1E;
    width: 242px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
	cursor: pointer;
}
.show-ans{
	display: flex;
	gap: 8px;
    background: #1B1C1E;
    width: 242px;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 8px;
	cursor: pointer;
}

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

.lickBlock-pc {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 200px;
    left: -53px;
    text-align: center;
    gap: 8px;
}

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

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

.begin-nav-prob-menu-numprob-and-dropDown{
    position: relative;
}

.lickBlock-mob {
	display:none;
}








.dropDawn {
    display: block;
    width: 120px;
    height: 240px;
    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: 0px;
    left: 0px;
}

.dropDawn-hide{
	display: none;
}

.dropDawn-finder {
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(102, 102, 102, 1);
    box-sizing: border-box;
}

.dropDawn-search{
	margin-left: 16px;
	border: 0;
	width: 50px;
	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; /* 123.077% */
	letter-spacing: -0.26px;
	caret-color: #D7A03D;;

}

.dropDawn-clear-search{
	margin-right: 12px;
}

.dropDawn-content{
	display: block;
	height: 204px;
	box-sizing: border-box;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	overflow-y: scroll;
}

.dropDawn-content::-webkit-scrollbar {
    width: 0;
}

.dropDawn-content-item{
	padding-left: 10px;
	color: #666;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 123.077% */
	letter-spacing: -0.26px;
	cursor: pointer;
}

.dropDawn-content-item span{
	color: #FFF;
}

.dropDawn-content-item-act{
	background-color: rgba(134, 106, 74, 1);
	border-radius: 10px;
	color: #FFF;
}

.dropDawn-content-noitem {
    display: none;
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.26px;
    width: 92px;
    margin: 0 auto;
    padding-top: 58px;
}








@media (max-width: 1279px) {
	.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;
	}
	.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;
	}

}





















@media (max-width: 1279px) {
	.board-for-beginner {
		display: flex;
		flex-wrap: wrap;
		width: 300px;
	}

.logomob-title-str1 {
    color: #666;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.11px;
}
.logomob-title-str2 {
    margin-top: 2px;
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.logomob-title-act .logomob-title-str2-name {
    color: #866A4A;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.5px;
}
.logomob-title-str2-name {
    max-width: 170px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

	.razdely-area {
		flex: 0 0 288px;
		box-sizing: border-box;
		border: none;
		display: none;
	}
	.razdely-area-mob-open {
		display: block;
	}

	.navigation {
		padding: 0 !important;
		width: 300px !important;
		margin: 10px auto !important;
		gap: 10px !important;
	}

	.logo1280 {
		display: none !important;
	}

	.navigation__hamb {
		display: block !important;
	}

	.logo320 {
		display: block !important;
	}

	.menu-fixed {
		position: inherit !important;
		padding-bottom: 0px !important;
		background: #000 !important;
	}

	.navigation__menu, .navigation__personal {
		display: none !important;
	}

	.navigation-container {
		max-width: 375px!important;
	}
}

@media (max-width: 1279px) {
	.container-full {
		max-width: 300px;
		margin: 0 auto;
	}
}



@media (max-width: 1279px) {
	.board-koord-main {
		flex: 0 0 300px;
	}
	.board-koord-main-cont {
		width: 300px;
		margin-left: 0px;
	}
	.board-koord-dop {
		flex: 0 0 300px;
		position: relative;
	}

	.board-koord {
		display: flex;
		flex-wrap: wrap;
	}

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

	.board-koord-main-info {
		display: flex;
		justify-content: space-between;
		margin-top: 0px;
		margin-bottom: 25px;
		align-items: center;
		flex-wrap: wrap;
	}

	.board-koord-main-info-cord {
		display: flex;
		gap: 8px;
		align-items: center;
		justify-content: left;
		flex-direction: row-reverse;
		margin-top: 12px;
		flex: 0 0 300px;
		order: 3;
	}

	.board-koord-main-info-score {
		flex: 0 0 160px;
		display: flex;
		gap: 5px;
		order: 1;
	}

	.board-koord-main-info-time {
		flex: 0 0 130px;
		order: 2;
		text-align: right;
	}

	.current-field {
		position: absolute;
		top: 115px;
		left: 97px;
		pointer-events: none;
		z-index: 10;
		width: 100px;
		height: auto;
		color: rgba(253, 241, 212, 0.6);
		font-feature-settings: 'clig' off, 'liga' off;
		font-family: Inter;
		font-size: 80px;
		font-style: normal;
		font-weight: 300;
		line-height: 64px;
		letter-spacing: -3.2px;
		text-align: center;
	}

	.board-koord-main-cont-title {
		margin-top: 10px;
		margin-bottom: 14px;
	}

  .logomob-title {
		 width: 220px;
   }

}
/* End */
/* /local/templates/zadachi/components/bitrix/news.list/forbegin/style.css?174026685710455 */
