@font-face {
    font-family: "DIN";
    src: url("/fonts/bloks/dincondensedc.ttf");
}

.head-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 50px;
}

.head-section-block {
    height: 330px;
    width: calc(95%/2.2);
    max-width: 480px;
    position: relative;
}

.head-section-block_heading{
	cursor: pointer;
	border: #00D7DC 1px solid;
}

.chess_heading{
    background: #191b22 !important;
    border: #68B3F9 1px solid !important;	
}

.reaction_heading{
    background: #191b22 !important;
    border: #00D7DC 1px solid !important;
	margin-left: 137px !important;
}

.reaction_heading_active{
    background: #68B3F9 !important;
    border: #68B3F9 1px solid !important;
	margin-left: 137px !important;
}

.head-section-block_first .block-wrap {
    /*background: rgba(0, 226, 227, 0.2);*/
    background: #00D7DC;

}

.layer_reaction_chess .block-wrap {
    /*background: rgba(0, 226, 227, 0.2);*/
    background: #68B3F9;

}

.head-section-block_first .head-section-block_heading {
    background: #00D7DC;
	width: unset;
}

.head-section-block_second .block-wrap {
    background: rgba(74, 144, 226, 0.2);
}

.head-section-block_second .head-section-block_heading {
    background: #F3AE46;
	width: unset;
}

.head-section-block_third .block-wrap {
    background: rgba(255, 185, 80, 0.08);
}

.head-section-block_third .block-wrap-background {
    background: url(/images/bm/group6.png) no-repeat;
    background-size: contain;
    z-index: -5;
}

.head-section-block_third .head-section-block_heading {
    background: #FFB950;
}


.head-section-block .block-wrap {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(20px 0, 0 0, 100% 0, 100% -webkit-calc(100% - 20px), -webkit-calc(100% - 20px) 100%, 30% 100%, 0 100%, 0 20px);
    /*clip-path: polygon(20px 0, 0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 30% 100%, 0 100%, 0 20px);*/
    clip-path: polygon(0 0, 0 0, 100% 0, 100% calc(100% - 20px), 100% 100%, 30% 100%, 0 100%, 0 20px);
    position: relative;
    top: 2px;
    left: 2px;
    display: block;

}

.head-section-block .block-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    /*background-color: rgba(23, 25, 33, 0.8);*/
    background: #171A24;
    -webkit-clip-path: polygon(20px 0, 0 0, 100% 0, 100% -webkit-calc(100% - 20px), -webkit-calc(100% - 20px) 100%, 30% 100%, 0 100%, 0 20px);
    clip-path: polygon(20px 0, 0 0, 100% 0, 100% -webkit-calc(100% - 20px), -webkit-calc(100% - 20px) 100%, 30% 100%, 0 100%, 0 20px);

}

.head-section-block .block-inner {
    position: relative;
    padding: 30px;
    height: 100%;
}

.head-section-block .searchtrinner {
    padding-top: 70px;
}

.head-section-block_heading {
    padding: 25px 15px;
    border-radius: 2px;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    text-transform: uppercase;
    color: #101117;
    height: 32px;
    width: 280px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 35px;
    top: -24px;
    z-index: 1;
}

.head-section-block_first .head-section-block_heading, .head-section-block_second .head-section-block_heading, .head-section-block_third .head-section-block_heading {
    color: white;
}

.block-inner_content_head {
    padding-top: 1em;
    display: flex;
    //justify-content: space-around;
    align-items: center;
}

.block-inner_content_head-player {
    display: flex;
    //justify-content: center;
    align-items: center;
    //border-left: 1px solid #2A2E3C;
    padding-left: 10px;
	
	background-image: linear-gradient(99deg, #003f52, #003343) !important;
    width: 330px;
    height: 80px;
    border-radius: 2px !important;
	margin-left: 100px;
}

.block-inner_content_head-player-co {
	background-image: linear-gradient(99deg, #17345d, #17345d) !important;
}

.block-inner_content_head-player-name {
    font-family: DIN;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 14px;
}
.block-inner_content_head-player-name div:nth-child(2) {
    color: #fffff;
}

.block-inner_content_head-player-name span.big {
    font-size: 24px;
    line-height: 28px;
}

.block-inner_content_head-player-name span.cyan {
    color: #00E2E3;
}

.block-inner_content-text {
    font-family: DIN;
    padding-top: 0.5em;
    font-size: 21px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 14px;
}

.head-section-block .action_block--button {
    /*margin-top: 20px;*/
    margin-top: 25px;
    margin-bottom: 20px;
    height: 80px;
    display: block;
    width: 100%;
    box-shadow: 0 10px 50px 0 rgba(0, 184, 197, 0.24), 0 10px 10px 0 rgba(21, 23, 30, 0.75);
    background-color: transparent;
    //clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 0, 100% 80%, calc(100% - 10px) 100%, 20% 100%, 0 100%, 0% 20%);
    position: relative;
    transition: 0.2s ease-in-out;
}

.head-section-block .action_block--button-orange {
    margin-top: 15px;
    background-color: #FFB950;
}

.head-section-block .action_block--button:before {
    content: "";
    position: absolute;
    /*background-image: linear-gradient(99deg, #003f52, #003343);*/
    background: #F3AE46;
    clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 0, 100% 80%, calc(100% - 10px) 100%, 20% 100%, 0 100%, 0% 20%);
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
}

.head-section-block .action_block--button.action_block--button-orange:before {
    /*background: linear-gradient(135deg, #2B2217 0%, #674419 100%);*/
    background-color: #d9caaf;
}

.head-section-block .action_block--button a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

.head-section-block .action_block--button:hover {
    background-image: linear-gradient(99deg, #003f52, #003343);
    opacity: 0.8;
}

.head-section-block .action_block--button.action_block--button-orange:hover {
    background: linear-gradient(135deg, #2B2217 0%, #674419 100%);
    opacity: 0.8;
}

.head-section-block .action_block--button a span {
    font-family: DIN;
    font-size: 32px;
    font-weight: bold;
    font-stretch: condensed;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    line-height: 90px;
    z-index: 9;
}

.head-section-block .action_block--button a:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    /*border-left: 6px solid rgba(0, 176, 195, 1);
    border-bottom: 6px solid rgba(0, 176, 195, 1);*/
    border-left: 6px solid rgb(161 110 10);
    border-bottom: 6px solid rgb(161 110 10);
}

.head-section-block .action_block--button.action_block--button-orange a:before {
    border-left: 6px solid rgba(255, 185, 80, 1);
    border-bottom: 6px solid rgba(255, 185, 80, 1);

}

.head-section-block .action_block--button a:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    /*border-right: 6px solid rgba(0, 176, 195, 1);
    border-top: 6px solid rgba(0, 176, 195, 1);*/
    border-right: 6px solid rgb(161 110 10);
    border-top: 6px solid rgb(161 110 10);
}

.head-section-block .action_block--button.action_block--button-orange a:after {
    border-right: 6px solid rgba(255, 185, 80, 1);
    border-top: 6px solid rgba(255, 185, 80, 1);

}

.head-section-block .speed_selector {
    display: flex;
    overflow: hidden;
}

.head-section-block .speed_selector input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.head-section-block .speed_selector label {
    font-family: DIN;
    background-color: transparent;
    width: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 16px;
    border: solid 1px #fff;
    transition: all 0.3s ease-in-out;
    opacity: 0.4;
}

.head-section-block .speed_selector label:hover {
    cursor: pointer;
}

.head-section-block .speed_selector input:checked + label {
    border: solid 1px #00b8c5;
    box-shadow: none;
    color: #00B8C5;
    opacity: 1;
}

.block-inner_content .tournament-list {
    margin-top: 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-inner_content .tournament-list_block {
    color: #fff;
    font-family: DIN;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px;
    background: rgba(44, 48, 64, 0.3);
    border: 1px solid #2B2E3D;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
    margin-bottom: 0.8em;
}

.block-inner_content .tournament-list_block .tournament-list_block-left {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin-right: 5px;
}

.block-inner_content .tournament-list_block .tournament-list_block-text {
    padding-left: 10px;
}

.block-inner_content .tournament-list_block .tournament-list_block-text div:first-child {   
	font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    text-overflow: clip;
    overflow: hidden;
    width: 190px;
    white-space: nowrap;
}

.block-inner_content .tournament-list_block .tournament-list_block-text div:nth-child(2) {   
	font-size: 13px;
}

.block-inner_content .tournament-list_block .tournament-list_block-text div:second-child {
    font-size: 12px;
    line-height: 14px;
}

.block-inner_content .tournament-list_block .tournament-list_block-text span.red {
    color: #fd6449;
}

.block-inner_content .tournament-list_block .tournament-list_block-text span.green {
    color: #50ac59;
}

.tournament-list_block-button a {
    padding: 7px 12px;
    background: #F3AE46;
    box-shadow: inset 0px -3px 0px #c57d0d ;
    transition: 0.3s all ease-in-out;
    text-align: center;
    display: block;	
	width: 100px;
    color: #000000;
}

.tournament-list_block-button a img{
    display: inline-block;    
    vertical-align: unset;
}

.tournament-list_block-button a span{
    display: inline-block;
    font-size: 21px;
	padding-left: 5px;
}

.tournament-list_block-button a:hover {
    background: #02858b;
	box-shadow: inset 0px -3px 0px #013d40;
}

.tournament-list_block.tournament-list_block-showall {
    justify-content: center;
}

.tournament-list_block-showall a {
    display: block;
    color: #fff;
    text-decoration: none;
    opacity: 0.4;
    transition: 0.3s all ease-in-out;
	width: 100%;
    text-align: center;
}

.tournament-list_block-showall a:hover {
    opacity: 1;
}

.skill-training-adv h1 {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 42px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 2px; 
    color: #fff;
    mix-blend-mode: normal;
    margin-bottom: 0;
    background: linear-gradient(90deg, #fff 50%, rgba(0,0,0,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.skill-training-adv p {
    font-family: Montserrat;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFB950;
    width: 75%;
    margin-top: 5px;
}


.head-section-block_first {
    max-width: 650px;
    width: 650px;
    margin-right: 30px; 
}

@media screen and (max-width: 768px) {
    .head-section {
        flex-direction: column;
    }

    .head-section-block {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .head-section-block_first {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }

    .block-inner_content-text {
        margin-top: 14px;
    }
}


.head-section-block_second .block-wrap {
        background: #F3AE46;
    }
	
   .action_block--button {
        height: 82px;
    clip-path: none;
}

.head-section-block_first .action_block--button {
    background-color: transparent
}

.head-section-block_first .action_block--button:before,
.head-section-block_first .action_block--button a:before,
.head-section-block_first .action_block--button a:after
{
    content: none;
}

.head-section-block_first .action_block--button:hover {
    background-image: none;
}

.head-section-block_first .action_block--button a {
    background: url(/images/nchbutton.svg) no-repeat;
    background-size: 100%;
    /* height: 150px; */
    /* background-size: contain; */
	height: 100px;
}

.layer_reaction_chess .action_block--button a {
    background: url(/images/nchbutton2.svg) no-repeat;
    background-size: 100%;
    /* height: 150px; */
    /* background-size: contain; */
	height: 100px;
}

.head-section-block_first .action_block--button a span {
    line-height: 83px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 31px;
	padding-bottom: 7px;
}


.sgimge img{
	width: 32px;
	height: 32px;
}

#cyanspan1{
	cursor: pointer;
}

#cyanspan2{
	cursor: pointer;
}

#cyanspan1:hover{
	opacity: 0.4;
}

#cyanspan2:hover{
	opacity: 0.4;
}


.head-section-block .block-wrap:after {
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.head-section-block:after {
    display: block;
    position: absolute;
    content: "";
    height: 6px;
    width: 220px;
    top: 10px;
    right: 40px;
    clip-path: polygon(0 0, 100% 1%, 95% 100%, 5% 100%);
}

.head-section-block:before {
    display: block;
    position: absolute;
    content: "";
    height: 6px;
    width: 220px;
    bottom: 6px;
    left: 40px;
    z-index: 9;
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
}

.head-section-block.head-section-block_first:after,
.head-section-block.head-section-block_first:before {
    background-color: #00D7DC;
}

.head-section-block.layer_reaction_chess:after,
.head-section-block.layer_reaction_chess:before {
    background-color: #68B3F9;
}

.head-section-block.head-section-block_second:after,
.head-section-block.head-section-block_second:before {
    background-color: #F3AE46;
}

.block-inner_content_head-player-name span.big {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 240px;
}

@media screen and (max-width: 768px) {
    .new_s_chess_button {
        height: 56px;
    }
    
    .head-section-block_first .action_block--button a span {
        line-height: 56px;
        font-size: 28px;
    }
	
	.block-inner_content_head-player{
		width: 100%;
		margin-left: 10px;
	}
	
	.head-section-block .action_block--button{
		height: 80px;
		box-shadow: unset;
	}
	

}

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

    .mainpage-content .row._table > .row__cell,
    .mainpage-content .central {
        width: 100% !important;
    }

    .footer_sk {
        padding-left: 0;
    }

    .head-section-block:after {       
        width: 90px;
        clip-path: polygon(0 0, 100% 5%, 92% 100%, 8% 100%);
    }

    .tournament-list_block-button a {
        width: 40px;
    }

    .tournament-list_block-button a span {
        display: none;
    }

    .block-inner_content_head-player img {
        width: 54px !important;
        height: 54px !important;
    }

    .block-inner_content_head-player-name span.big {
        width: 75px;
    }

    .head-section-block_first .action_block--button a{
        height: 53px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .head-section-block_first .block-wrap {
        background: transparent;
        border: 1px solid #00D7DC;
    }
    
    .head-section-block_second .block-wrap {
        background: transparent;
        border: 1px solid #F3AE46;
    }
}