

/* Start:/local/templates/tournaments/components/bitrix/news.detail/promo-detail/style.css?175249778237144*/
.container-main-newhead {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 32px;
    padding-right: 32px;
}
@media (max-width: 1299.9px) and (min-width: 960px) {
    .container-main-newhead {
        margin: 0 auto;
        max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
    }
}
@media screen and (max-width: 959.9px) {
    .container-main-newhead {
        margin: 0 auto;
        max-width: 600px;
		padding-left: 16px;
		padding-right: 16px;
    }
}

.container-main-promo {
    margin: 0 auto;
    max-width: 1252px;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--dop4-color);
	box-sizing: border-box;
}

.main-section .container-main-promo {
	border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

@media (max-width: 1299.9px) and (min-width: 960px) {
	.container-main-promo {
		max-width: 948px;
	}
}




.container-promo {
    width: 100%;
    overflow: hidden;
    max-width: 1252px;
    margin: 0 auto;
    margin-bottom: 0px;
    background: var(--dop4-color);
    padding-bottom: 24px;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}
@media (max-width: 1299.9px) and (min-width: 960px) {
    .container-promo {
        max-width: 948px;
    }
}
@media screen and (max-width: 959.9px) {
	.container-promo{
		max-width: 100%;
    	padding-bottom: 16px;
	}
}



body {
	margin: 0;
    background: rgba(18, 18, 18, 1);
}


.header-section{
    position: fixed;
    width: 100%;
    z-index: 900;
    top: 0;
}
.header-section-padding{
    padding-top: 72px;
    width: 100%;
    display: block;
}
.scrollblacktheme{
    background: #121212F5;
}




.news-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
	background: rgba(18, 18, 18, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.news-popup-content {
    position: relative;
    background: rgba(18, 18, 18, 1);
    width: 908px;
    min-height: 100px;
    max-height: calc(100vh - 120px);
    padding: 0px;
    border-radius: 44px;
    overflow-x: hidden;
    overflow-y: auto;
}
.news-popup-close {
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 10;
}
.news-popup-content::-webkit-scrollbar { width: 0 !important }

.news-popup-content-all-news-title{
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.03px;
    margin-bottom: 28px;
    color: var(--main-color);
}
.news-popup-content-all-news{
	padding: 28px;
    box-sizing: border-box;
    padding-bottom: 4px;
}
.news-popup-content-one-news {
    padding: 28px;
    box-sizing: border-box;
    max-width: 660px;
}
.news-popup-content-one-news-item{
	display:none;
}
.news-popup-content-one-news-item-show{
	display:block;
}
.news-popup-content-one-news-item-content{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03px;
    color: rgba(255, 255, 255, 1);
}

.news-popup-content-one-news-item-content a {
    color: rgba(255, 255, 255, 1);
}

.news-popup-content-all-news-list-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	cursor: pointer;
	margin-bottom: 24px;
}
.news-popup-content-all-news-list-item-name{
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.03px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 12px;
}
.news-popup-content-all-news-list-item-date{
	font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.03px;
    color: rgba(255, 255, 255, 0.34);
    padding-bottom: 12px;
}

.news-popup-content-one-news-item-content img{
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
}

@media screen and (max-width: 959.9px) {
    .news-popup-content {
        width: 100%;
        max-width: 600px;
    }
    .news-popup-content-all-news-title {
        max-width: calc(100% - 40px);
    }
	.news-popup-content-all-news-title {
		word-wrap: break-word;
	}
}




.promo-img{
	display: block;
	width: 100%;
}




.groups-block{

}
.groups-block-content{
	display: flex;
	justify-content: space-between;
	padding-left: 28px;
	padding-right: 28px;
	box-sizing: border-box;
    background: var(--dop1-color);
	border-radius: var(--radius);
	width: 1212px;
	margin: 0 auto;
	position: relative;
}

.groups-block-content-title{
	font-family: Inter;
	font-weight: 600;
	font-size: 28px;
	line-height: 72px;
	letter-spacing: -3%;
}

.groups-block-content-list {
    display: flex;
    gap: 4px;
    max-width: 600px;
}
.groups-block-content-list-mob{
    display: none;
}

.groups-block-content-list-item{
	font-family: Inter;
	font-weight: 600;
	font-size: 28px;
	line-height: 72px;
	letter-spacing: -3%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}
.groups-block-content-list-item-razd{
	font-family: Inter;
	font-weight: 600;
	font-size: 28px;
	line-height: 72px;
	letter-spacing: -3%;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.groups-block-content-list-item-active{
    color: var(--main-color);
}

.groups-block-content-list-mob-popup{
	display: none;
}




.promo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 1212px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 4px;
}
.promoblock-item{
	height: 600px;
	overflow: hidden;
	border-radius: var(--radius);

    position: relative;
}

.promo-size-pc3{
	flex: 0 0 908px;
}
.promo-size-pc2 {
    flex: 0 0 604px;
}
.promo-size-pc1{
	flex: 0 0 300px;
}


.main-color{
    color: var(--main-color);
}
.background-dop1color{
    background-color: #121212;
}
.background-dop2color{
    background-color: #121212;
}
.background-dop3color{
    background-color: #121212;
}

.whitetheme .background-dop1color{
    background-color: #FFFFFF;
}
.whitetheme .background-dop2color{
    background-color: #FFFFFF;
}
.whitetheme .background-dop3color{
    background-color: #FFFFFF;
}

.background-dop1color::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dop1-color);
}
.background-dop2color::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dop2-color);
}
.background-dop3color::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dop3-color);
}




.promoblock-item-firstbl{
	box-sizing: border-box;
	padding: 26px 28px 36px 28px;
}
.promo-size-pc3 .promoblock-item-firstbl{
	width: 600px;
}
.promo-size-pc2 .promoblock-item-firstbl{
	width: 600px;
}
.promo-size-pc1 .promoblock-item-firstbl{
	width: 300px;
}

.promoblock-item-firstbl-title {
	height: 157px;
	overflow: hidden;
	font-family: Inter;
	font-weight: 600;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -3%;
    color: var(--main-color);
}

.promo-size-pc1 .promoblock-item-firstbl-title {
	height: 140px;
	font-size: 40px;
	line-height: 40px;
}



.promoblock-item-firstbl-desc{
	box-sizing: border-box;
	overflow: hidden;
	height: 189px;
	margin-bottom: 38px;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0.03px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.promo-size-pc1 .promoblock-item-firstbl-desc {
    box-sizing: border-box;
    overflow: hidden;
    height: 189px;
    margin-bottom: 28px;
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
    letter-spacing: 0.03px;
	vertical-align: bottom;

    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


.promoblock-item-firstbl-info{
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}
.promo-size-pc1 .promoblock-item-firstbl-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 27px;
    column-gap: 16px;
}


.promoblock-item-firstbl-info-item-el{
	flex: 0 0 258px;
	height: 63px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.promo-size-pc1 .promoblock-item-firstbl-info-item-el {
    flex: 0 0 114px;
    height: 76px;
}

.promoblock-item-firstbl-info-item-el-top {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
    line-height: 22px;
	letter-spacing: 0.03px;
	color: rgba(255, 255, 255, 1);
}
.promo-size-pc1 .promoblock-item-firstbl-info-item-el-top  {
	font-size: 16px;
	line-height: 20px;
}

.promoblock-item-firstbl-info-item-el-bot{
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
    line-height: 22px;
	letter-spacing: 0.03px;
	color: rgba(255, 255, 255, 1);
}
.promo-size-pc1 .promoblock-item-firstbl-info-item-el-bot  {
	font-size: 16px;
	line-height: 20px;
}








.promoblock-item-sponsorbl {
    position: relative;
    box-sizing: border-box;
    padding: 28px 28px 36px 28px;
    height: 100%;
    overflow-x: scroll;
}
.promoblock-item-sponsorbl::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.promoblock-item-sponsorbl-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0.03px;
    color: var(--main-color);
    position: absolute;
    top: 28px;
    left: 28px;
}

.promoblock-item-sponsorbl-content{
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: flex-end;
	flex-wrap: wrap;
}

.promoblock-item-sponsorbl-content-text{
	flex: 0 0 244px;
}

.promoblock-item-sponsorbl-content-img-block{
	flex: 0 0 464px;
}

.promoblock-item-sponsorbl-content-img{
	max-width: 100%;
}


.promoblock-item-sponsorbl-btn {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    width: 244px;
    box-sizing: border-box;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
}




.promoblock-item-sponsorbl-content-img-block{
	line-height: 0;
}

.promoblock-item-sponsorbl-content-text-main{
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
    letter-spacing: 0.03px;
    color: rgba(255, 255, 255, 1);
}

.promoblock-item-sponsorbl-btn-dop{
	display: none;
}

.promo-size-pc1 .promoblock-item-sponsorbl-content-img-block-main-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 572px;
    align-items: flex-end;
    flex-wrap: wrap;
}



.promo-size-pc3 .promoblock-item-sponsorbl-content-img-block .promoblock-item-sponsorbl-btn{
	display: none;
}


.promo-size-pc1 .promoblock-item-sponsorbl-content-text{
	display: none;
}
.promo-size-pc1 .promoblock-item-sponsorbl-content-img-block {
    flex: 0 0 244px;
}
.promo-size-pc1 .promoblock-item-sponsorbl-btn {
    margin-top: 28px;
    margin-bottom: 28px;
}


.promo-size-pc2 .promoblock-item-sponsorbl-content-img-block {
    flex: 0 0 272px;
}

.promo-size-pc2 .promoblock-item-sponsorbl-btn {
    display: none;
}
.promo-size-pc2 .promoblock-item-sponsorbl-btn-dop {
    display: block;
    width: 100%;
    letter-spacing: -0.5px;
}

.promo-size-pc2 .promoblock-item-sponsorbl-content {
    height: 484px;
    margin-bottom: 28px;
}

.promo-size-pc1 .promoblock-item-sponsorbl-content {
	align-items: flex-start;
}

.promo-size-pc3 .promoblock-item-sponsorbl-content-text-main-dop,
.promo-size-pc2 .promoblock-item-sponsorbl-content-text-main-dop
{
    display: none;
}

.promo-size-pc3 .promoblock-item-sponsorbl-content-text-main,
.promo-size-pc1 .promoblock-item-sponsorbl-content-text-main
{
    margin-bottom: 28px;
}

.promo-size-pc1 .promoblock-item-sponsorbl {
    padding: 28px 28px 0px 28px;
}




.promoblock-item-image {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}




.promoblock-item-textimage{
	box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
	display: flex;
	justify-content: space-between;
}

.promoblock-item-textimage-maintext{
	flex: 0 0 300px;
	box-sizing: border-box;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 28px;
	padding-bottom: 36px;
	position: relative;

	display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
    flex-wrap: wrap;
}

.promoblock-item-textimage-maintext-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.03px;
    color: var(--main-color);
    position: absolute;
    top: 28px;
    left: 28px;
}

.promoblock-item-textimage-maintext-content {
    flex: 0 0 244px;
}

.promoblock-item-textimage-maintext-content-text{
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
    letter-spacing: 0.03px;
	color: rgba(255, 255, 255, 1);
}

.promoblock-item-textimage-maintext-content-text a {
    color: rgba(255, 255, 255, 1);
}

.promoblock-item-textimage-maintext-content-btn {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    width: max-content;
    box-sizing: border-box;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 25px;
}

.promoblock-item-textimage-maintext-contentimg{
	flex: 1 1;
	box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}












.promoblock-item-topscore {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
	position: relative;
}
.promoblock-item-topscore-maintext-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.03px;
    color: var(--main-color);
    position: absolute;
    top: 28px;
    left: 28px;
}

.promoblock-item-topscore-maintext-content-btn {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    width: max-content;
    box-sizing: border-box;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
	position: absolute;
	left: 28px;
	bottom: 36px;
}

.promoblock-item-topscore-pctopsvg{
	position: absolute;
	bottom: 0;
	left: 43px;
}
.promoblock-item-topscore-tabtopsvg {
    position: absolute;
    bottom: 0;
    left: 0px;
}

.promoblock-item-topscore-winner1{
	position: absolute;
	top: 150px;
	left: 319px;
	width: 267px;
}
.promoblock-item-topscore-winner2{
	position: absolute;
	top: 220px;
	left: 46px;
	width: 267px;
}
.promoblock-item-topscore-winner3{
	position: absolute;
	top: 250px;
	left: 592px;
	width: 267px;
}

.promoblock-item-topscore-winner-name{
	font-family: Inter;
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
    letter-spacing: 0.03px;
	text-align: center;
    text-shadow: 0px 14px 24px rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 1);
}
.promoblock-item-topscore-winner-dop{
	margin-top: 8px;
	font-family: Inter;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
    letter-spacing: 0.03px;
	text-align: center;
	color: rgba(255, 255, 255, 0.34);
}

.promoblock-item-topscore-winner2 .promoblock-item-topscore-winner-name{
	font-size: 20px;
	line-height: 22px;
}
.promoblock-item-topscore-winner3 .promoblock-item-topscore-winner-name{
	font-size: 20px;
	line-height: 22px;
}

.promoblock-item-topscore-winner2 .promoblock-item-topscore-winner-dop{
	margin-top: 8px;
}
.promoblock-item-topscore-winner3 .promoblock-item-topscore-winner-dop{
	margin-top: 8px;
}

.promo-size-pc2 .promoblock-item-topscore-winner1{
	position: absolute;
	top: 150px;
	left: 200px;
	width: 200px;
}
.promo-size-pc2 .promoblock-item-topscore-winner2{
	position: absolute;
	top: 220px;
	left: 0px;
	width: 180px;
}
.promo-size-pc2 .promoblock-item-topscore-winner3{
	position: absolute;
	top: 240px;
	left: 420px;
	width: 180px;
}
.promoblock-item-topscore-winner2 .promoblock-item-topscore-winner-name{
	font-size: 15px;
	line-height: 17px;
}
.promoblock-item-topscore-winner3 .promoblock-item-topscore-winner-name{
	font-size: 15px;
	line-height: 17px;
}

.promo-size-pc1 .promoblock-item-topscore-maintext-title{
	width: 244px;
}

.promoblock-item-topscore-winner-num {
    font-family: Inter;
    font-weight: 100;
    font-size: 79.14px;
    line-height: 60px;
    letter-spacing: 0.03px;
    vertical-align: bottom;
    color: var(--main-color);
    flex: 0 0 66px;
}


.promo-size-pc1 .promoblock-item-topscore-winner1, .promo-size-pc1 .promoblock-item-topscore-winner2, .promo-size-pc1 .promoblock-item-topscore-winner3 {
    display: flex;
    width: 244px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.promo-size-pc1 .promoblock-item-topscore-winner1 {
    top: 186px;
    left: 28px;
}
.promo-size-pc1 .promoblock-item-topscore-winner2 {
    top: 300px;
    left: 28px;
}
.promo-size-pc1 .promoblock-item-topscore-winner3 {
    top: 415px;
    left: 28px;
}

.promo-size-pc1 .promoblock-item-topscore-winner-name {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.03px;
    text-align: left;
}
.promo-size-pc1 .promoblock-item-topscore-winner-dop {
    margin-top: 12px;
    text-align: left;
}






.promoblock-item-news{
	box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
	position: relative;
}

.promoblock-item-news-maintext {
    flex: 0 0 600px;
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 28px;
    padding-bottom: 36px;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
    flex-wrap: wrap;
}

.promoblock-item-news-maintext-content {
    flex: 0 0 544px;
    position: absolute;
    bottom: 96px;
    width: 544px;
    left: 28px;
    max-height: 400px;
    overflow: hidden;
}

.promoblock-item-news-maintext-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.03px;
    color: var(--main-color);
    position: absolute;
    top: 28px;
    left: 28px;
}

.promoblock-item-news-maintext-contentimg{
	flex: 1 1;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.promoblock-item-news-maintext-content-btn {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    width: max-content;
    box-sizing: border-box;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    left: 28px;
    bottom: 36px;
    cursor: pointer;
}

.promoblock-item-textimage-maintext-news{
	padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
	margin-bottom: 20px;
	cursor: pointer;
}
.promoblock-item-textimage-maintext-news:last-child{
	margin-bottom: 0px;
}


.promoblock-item-textimage-maintext-news-title{
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
    letter-spacing: 0.03px;
	color: rgba(255, 255, 255, 1);
}
.promoblock-item-textimage-maintext-news-date {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.03px;
    color: rgba(255, 255, 255, 0.34);
    padding-top: 10px;
}



.promo-size-pc1 .promoblock-item-news-maintext {
    flex: 0 0 300px;
}
.promo-size-pc1 .promoblock-item-news-maintext-content {
    flex: 0 0 244px;
    width: 244px;
    max-height: 424px;
}









.promoblock-item-place {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.promoblock-item-place-maintext {
    flex: 0 0 300px;
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 36px;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
    flex-wrap: wrap;
}

.promoblock-item-place-maintext-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.03px;
    color: var(--main-color);
    position: absolute;
    top: 28px;
    left: 28px;
}


.promoblock-item-place-maintext-content-btn {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    width: max-content;
    box-sizing: border-box;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    left: 28px;
    bottom: 36px;
}

.promoblock-item-place-maintext-content {
    flex: 0 0 252px;
    position: absolute;
    bottom: 96px;
    width: 252px;
    left: 28px;
    max-height: 400px;
    overflow: hidden;
}

.promoblock-item-maintext-place-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03px;
    color: rgba(255, 255, 255, 1);
}

.promoblock-item-place-date {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03px;
    color: rgba(255, 255, 255, 0.34);
    padding-top: 10px;
}

.promoblock-item-place .promoblock-item-textimage-maintext-news {
    cursor: default;
}

.promoblock-item-place-maintext-contentimg {
    flex: 1 1;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.promoblock-item-place-img {
    position: absolute;
    bottom: 36px;
    right: 28px;
    max-width: 536px;

    border-radius: 50%;
}
.promoblock-item-place-img-pc1{
	display: none;
}

.promo-size-pc2 .promoblock-item-place-img{
    max-width: 272px;
}



.promo-size-pc1 .promoblock-item-place-maintext-title {
    max-width: 200px;
}
.promo-size-pc1 .promoblock-item-place-maintext-contentimg{
	display: none;
}
.promo-size-pc1 .promoblock-item-place-img-pc1 {
    display: block;
    max-width: 244px;
    margin-bottom: 28px;
}











.promoblock-item-group {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.promoblock-item-group-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 26px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 36px;
    box-sizing: border-box;
	justify-content: space-between;
	gap: 12px;
}

.promoblock-item-group-content-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.promoblock-item-group-content-link-inv{
	background: var(--main-color);
	box-shadow: 0px 12px 24px 0px var(--main-color-shad);
	font-family: Inter;
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.03px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: rgba(255, 255, 255, 1);
	border-radius: 30px;
	cursor: pointer;
}

.promoblock-item-group-content-link-pol{
    background: rgba(255, 255, 255, 0.2);
	font-family: Inter;
	font-weight: 500;
	font-size: 13px;
	line-height: 32px;
	letter-spacing: 0.03px;
	text-align: center;
	text-decoration: none;
	width: 168px;
	color: rgba(255, 255, 255, 1);
	border-radius: 30px;
}

.promoblock-item-group-content-razd {
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    flex: 1 1 5px;
	margin: 0 auto;
}

.promoblock-item-group-content-place{
	font-family: Inter;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.03px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}
.promoblock-item-group-content-time{
	font-family: Inter;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0.03px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.promoblock-item-group-content-doptime{
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.promoblock-item-group-content-date{
	font-family: Inter;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0.03px;
	text-align: center;
    color: var(--main-color);
}
.promoblock-item-group-content-name{
	font-family: Inter;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.03px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}
.promoblock-item-group-content-timeanddate{
	flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.promoblock-item-group-content-timeanddate-pc3{
    display: none;
}


.promo-size-pc3 .promoblock-item-group-content-link-inv{
	width: 410px;
}
.promo-size-pc3 .promoblock-item-group-content-link-pol {
    width: 410px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}
.promo-size-pc3 .promoblock-item-group-content-name{
	font-family: Inter;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 0.03px;
	text-align: left;
}
.promo-size-pc3 .promoblock-item-group-content-timeanddate{
	display: none;
}

.promo-size-pc3 .promoblock-item-group-content-timeanddate-pc3{
	flex: 1 1;
    display: flex;
    justify-content: flex-start;
	padding-bottom: 10px;
	gap: 28px;
}
.promo-size-pc3 .promoblock-item-group-content-timeanddate-pc3-col{
	flex: 0 0 410px;
    display: flex;
    flex-direction: column;
	gap: 8px;
}
.promo-size-pc3 .promoblock-item-group-content-razd {
    margin: 0;
}
.promo-size-pc3 .promoblock-item-group-content-time {
    text-align: left;
}
.promo-size-pc3 .promoblock-item-group-content-doptime{
    text-align: left;
}


.promo-size-pc3 .promoblock-item-group-content-place {
    text-align: left;
	font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.03px;
}
.promo-size-pc3 .promoblock-item-group-content-date {
    text-align: left;
}



.promoblock-item-pgn{
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.promoblock-item-pgn-maintext-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.03px;
    color: var(--main-color);
    position: absolute;
    top: 28px;
    left: 28px;
}

.promoblock-item-pgn-first {
    position: absolute;
    left: 28px;
    top: 68px;
}
.promoblock-item-pgn-vtor{
    position: absolute;
    left: 466px;
    top: 68px;
}

.promoblock-item-pgn-btn {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.03px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    width: max-content;
    box-sizing: border-box;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    left: 28px;
    bottom: 36px;
    cursor: pointer;
}


.promo-size-pc2 .promoblock-item-pgn-first {
    position: absolute;
    left: 28px;
    top: 154px;
}
.promo-size-pc2 .promoblock-item-pgn-vtor {
    position: absolute;
    left: 314px;
    top: 154px;
}
.promo-size-pc1 .promoblock-item-pgn-first {
    position: absolute;
    left: 28px;
    top: 225px;
}



.promoblock-item-double{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.promoblock-item-double-round {
    width: 100%;
    height: 298px;
    text-align: center;
    display: flex;
    align-items: center;
    color: var(--main-color);
    border-radius: 300px;
    justify-content: center;
    font-family: Inter;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.03px;
	position: relative;
	background-color: var(--dop1-color);
    padding: 30px;
    box-sizing: border-box;
}

.promoblock-item-double-round::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.mone-color-background.background-dop1color::before {
    background-color: #121212;
}
.no-color-background {
    background-color: unset;
}




.whitetheme .header-section {
    background: #FFFFFFF5;
}



@media screen and (max-width: 959.9px) {
    .promo-size-pc3,
    .promo-size-pc2 {
        display: none;
    }

    .promo-grid {
        width: 100%; 
		max-width: 600px;
        margin: 0 auto;
    }

    .promo-size-pc1 {
        position: sticky;
        top: 55px;
        flex: 0 0 100%;
    }

}

@media (min-width: 1300px) {
	.promoblock-item-onlytabshow {
		display:none;
	}
	.promoblock-item-onlymobshow {
		display:none;
	}
}
@media (max-width: 1299.9px) and (min-width: 960px) {
    .promoblock-item-onlypcshow {
        display:none;
    }
	.promoblock-item-onlymobshow {
        display:none;
	}

	.promo-grid {
		width: 908px;
	}

	.groups-block-content {
		width: 908px;
	}

	.promoblock-item-pgn-maintext-title {
		max-width: 530px;
	}

}
@media screen and (max-width: 959.9px) {
    .promoblock-item-onlypcshow {
        display:none;
    }
	.promoblock-item-onlytabshow {
		display:none;
	}

	.groups-block-content-list{
        display:none;
	}
    .groups-block-content {
        width: 100%;
        max-width: 600px;
        position: relative;
    }
	.groups-block-content-title {
		font-family: Inter;
		font-weight: 600;
		font-size: 21px;
        line-height: 67px;
		letter-spacing: 0.03px;
	}
    .groups-block-content-list-mob {
        display: flex;
        flex: 0 0 160px;
        justify-content: flex-end;
        align-items: center;
        gap: 6px;
		cursor: pointer;
    }
    .groups-block-content-list-mob-name {
        font-family: Inter;
        font-weight: 600;
        font-size: 21px;
        line-height: 21px;
        letter-spacing: 0.03px;
        color: var(--main-color);
        max-width: 148px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
	.groups-block-content-list-mob-popup{
        width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(18, 18, 18, 1);
		border-radius: 35px;
		padding: 28px;
		padding-bottom: 0px;
		box-sizing: border-box;
		display: none;
        z-index: 10;
	}
	.groups-block-content-list-mob-popup-act{
		display: block;
	}
	.groups-block-content-list-item-mob{
		font-family: Inter;
		font-weight: 600;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0.03px;
		color: rgba(255, 255, 255, 1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
		box-sizing: border-box;
		padding-bottom: 10px;
		margin-bottom: 28px;
		cursor: pointer;
	}
	.groups-block-content-list-item-mob.groups-block-content-list-item-active {
		color: var(--main-color);
	}

	.promoblock-item-pgn-maintext-title {
		max-width: 240px;
	}

	.promo-size-pc1 .promoblock-item-news-maintext {
		flex: 0 0 100%;
	}

	.promo-size-pc1 .promoblock-item-news-maintext-content {
		flex: 0 0 calc(100% - 56px);
		width: calc(100% - 56px);
		max-height: 424px;
	}

	.promo-size-pc1 .promoblock-item-firstbl-info-item-el {
		flex: 0 0 calc(50% - 8px);
		height: 76px;
	}

	.promo-size-pc1 .promoblock-item-firstbl {
		width: 100%;
	}
	.promoblock-item-sponsorbl-btn {
		width: 100%;
	}

	.promo-size-pc1 .promoblock-item-topscore-winner1, .promo-size-pc1 .promoblock-item-topscore-winner2, .promo-size-pc1 .promoblock-item-topscore-winner3 {
		width: calc(100% - 56px);
	}
    .promoblock-item-place-maintext {
        flex: 0 0 100%;
    }
	.promo-size-pc1 .promoblock-item-place-maintext-title {
		max-width: calc(100% - 56px);
	}
	.promoblock-item-textimage-maintext-contentimg {
		display: none;
	}
	.promoblock-item-textimage-maintext {
		flex: 0 0 100%;
	}
	.promoblock-item-textimage-maintext-title {
		max-width: calc(100% - 56px);
	}
	.promoblock-item-textimage-maintext-content {
		flex: 0 0 100%;
	}

	.promo-size-pc1 .promoblock-item-sponsorbl-content-img-block-main-content {
		align-items: center;
	}
	.promo-size-pc1 .promoblock-item-sponsorbl-content-img-block {
		flex: 0 0 100%;
	}
	.promoblock-item-sponsorbl-content-img {
		max-width: 100%;
		max-height: 385px;
	}
	.promoblock-item-place-maintext-content {
		flex: 0 0 100%;
		position: absolute;
		bottom: 96px;
		width: calc(100% - 56px);
		left: 28px;
		max-height: 400px;
		overflow: hidden;
	}

}

@media (max-width: 960px) and (min-width: 490px) {
	.promo-size-pc1 .singletournament-games_md .board-show-square {
		width: 40px!important;
		height: 40px!important;
	}
	.promo-size-pc1 .promoblock-item-pgn-first {
		position: absolute;
		left: 28px;
		top: 140px;
	}
	.boardList {
		width: 320px!important;
	}
	.promo-size-pc1 .singletournament-games_md .stgames-item {
		width: 320px!important;
		max-width: 320px!important;
	}
	.promo-size-pc1 .singletournament-games_md .board-show {
		width: 320px!important;
	}
	.promo-size-pc1 .stgames-item-info__wrap {
		max-width: 320px!important;
	}

}


.hideGroupBl{
    display: none !important;
}



.whitetheme .promoblock-item-firstbl-desc,
.whitetheme .groups-block-content-list-item-razd,
.whitetheme .groups-block-content-list-item,
.whitetheme .promoblock-item-firstbl-info-item-el-top,
.whitetheme .promoblock-item-firstbl-info-item-el-bot,
.whitetheme .promoblock-item-sponsorbl-btn,
.whitetheme .promoblock-item-sponsorbl-content-text-main,
.whitetheme .promoblock-item-topscore-winner-name,
.whitetheme .promoblock-item-topscore-maintext-content-btn,
.whitetheme .promoblock-item-maintext-place-title,
.whitetheme .promoblock-item-place-maintext-content-btn,
.whitetheme .promoblock-item-group-content-name,
.whitetheme .promoblock-item-group-content-time,
.whitetheme .promoblock-item-group-content-doptime,
.whitetheme .promoblock-item-group-content-place,
.whitetheme .promoblock-item-group-content-link-pol,
.whitetheme .promoblock-item-textimage-maintext-content-text,
.whitetheme .promoblock-item-textimage-maintext-content-btn,
.whitetheme .promoblock-item-pgn-btn,
.whitetheme .promoblock-item-textimage-maintext-news-title,
.whitetheme .promoblock-item-news-maintext-content-btn,
.whitetheme .promoblock-item-textimage-maintext-content-text a
{
    color: #000;
}
.whitetheme .groups-block-content-list-item-active {
    color: var(--main-color);
}
.whitetheme .promoblock-item-firstbl-info-item-el,
.whitetheme .promoblock-item-firstbl-desc,
.whitetheme .promo-size-pc1 .promoblock-item-topscore-winner1, 
.whitetheme .promo-size-pc1 .promoblock-item-topscore-winner2, 
.whitetheme .promo-size-pc1 .promoblock-item-topscore-winner3,
.whitetheme .promoblock-item-textimage-maintext-news
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.whitetheme .promoblock-item-topscore-winner-dop,
.whitetheme .promoblock-item-place-date,
.whitetheme .promoblock-item-textimage-maintext-news-date
{
    color: rgba(0, 0, 0, 0.4);
}
.whitetheme .promoblock-item-group-content-razd
{
    background: rgba(0, 0, 0, 0.2);
}
.whitetheme .promoblock-item-sponsorbl-btn,
.whitetheme .promoblock-item-topscore-maintext-content-btn,
.whitetheme .promoblock-item-topscore-maintext-content-btn,
.whitetheme .promoblock-item-place-maintext-content-btn,
.whitetheme .promoblock-item-group-content-link-pol,
.whitetheme .promoblock-item-textimage-maintext-content-btn,
.whitetheme .promoblock-item-pgn-btn,
.whitetheme .promoblock-item-news-maintext-content-btn
{
    background: rgba(0, 0, 0, 0.1);
}

.whitetheme .promoblock-item-topscore-white-path{
    fill: rgba(0, 0, 0, 1);
}
.whitetheme .promoblock-item-topscore-white-linearGradient *{
	stop-color: rgba(0, 0, 0, 1);
}


.promoblock-item-textimage-maintext-content-text a {
    color: var(--main-color) !important;
    text-decoration: none;
}

.whitetheme .no-color-background {
    background-color: unset;
}
.no-color-background::before {
    background-color: unset;
}
.whitetheme .mone-color-background.background-dop1color::before {
    background-color: #FFFFFF;
}
/* End */
/* /local/templates/tournaments/components/bitrix/news.detail/promo-detail/style.css?175249778237144 */
