.rules {
    display: block;
    font-size: 9px;
    cursor: pointer;
    margin-top: 8px;
    text-align: left;
    font-weight: bold;
}
.rules:hover{
	text-decoration: underline;
}
.modal-back.open {
    display: block;
    color: #000;
}

/*.table_n{
	max-width: 600px;
    margin: 0 auto;
    
}*/
.links.c-footer__terms li{
	display: inline-block;
    margin-left: 10px;
    border-left: 1px solid hsl(0deg 0% 16%);
    padding-left: 10px;
}
.links.c-footer__terms li:first-child{
	border: none; padding-left: 0px;
}
.table_n td strong{
	display: block; text-align: center;
}
.s-content table td{
	color: #fff;
	    background: #1f1f1f;border: 1px solid #3e3e3e;
}

.list_n .c-services__header{
	display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 33.33%;
    padding: 0 20px;
}
.ui-accordion .ui-accordion-header{padding-left: 0px !important}
.list_n2 {
	    display: block; margin: 0px !important;
}
.list_n2 .c-title {
    margin-bottom: 20px;    color: #f8ff13; font-size: 3vh; text-align: left !important;
}
.list_n .s-content{
	    display: block;
    width: 100%;
    max-width: 66.67%;
    padding: 0 20px;
}
.list_n2 .s-content ul li{
	margin-bottom: 10px;
}

.maxtable{max-width: 800px; margin: 0 auto;}


@media (max-width:1300px){
	
	.list_n .c-services__header br{display: none;}
	
}

@media (max-width:991px){
	
	.list_n .c-services__header, .list_n .s-content{max-width: 600px;padding: 0px;}
	.list_n .c-services__header .c-title{text-align: center !important;width: 100%;}
	.list_n .c-services__header br{display: block;}
	.list_n  .s-content table td, .s-content table th {padding: 9px;}
}

/* add 28.01.2022 */



.c-section-node .jq-accordion .ui-widget-content {
	height: auto !important;
}
.read_more {
	display: none;
}

.checkbox_read_more {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0px;
}

.checkbox_read_more:checked + label .s {
  display: none;
}
.checkbox_read_more:checked + label .h {
  display: block;
}
.checkbox_read_more:checked ~ .read_more {
	display: block;
}
.checkbox_read_more:checked ~ .read_more_bg {
	display: none;
}
.btn_read_more {
	margin-top: 15px;
	display: inline-block;
	text-decoration: underline;
	color: #f8ff13;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	z-index: 2;
}
.btn_read_more:hover {
	text-decoration: none;
}
.btn_read_more .h {
	display: none;
}
.btn_read_more.active .s {
	display: none;
}
.btn_read_more.active .h {
	display: block;
}
.read_more_wr {
	position: relative;
	padding-bottom: 60px;
}
.read_more_bg {
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000 100%);
}
.header_sub_style {
	left: 0;
	right: 0;
	top: 88px;
	background: #1f1f1f;
	z-index: 5;
}
.header_sub_style ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    padding: 14px 0;
}
.header_sub_style li {
    margin-right: 15px;
    margin-left: 15px;
}
.header_sub_style a  {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease;
}
.header_sub_style a.active,
.header_sub_style a:hover {
	color: #f8ff13;
}
.nav_select {
	display: none;
}

@media (max-width:1399px){
	.c-header__link {
		font-size: 14px;
	}
	.c-header .navbar ul li:not(:last-child) {
	    margin-right: 28px;
	}
}
@media (max-width:1119px){
	.c-header .navbar .icon-link {
		display: none;
	}
	.c-header .navbar ul li:not(:last-child) {
	    margin-right: 18px;
	}
	.header_sub_style li {
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.header_sub_style li a {
		font-size: 14px;
	}
}
@media (max-width:1024px){
	.header_sub_style {
		top: 68px;
	}
	.read_more_wr {
		padding-bottom: 40px;
	}
	.c-header__link {
		font-size: 12px;
	}
	.header_sub_style li a {
		font-size: 12px;
	}
}
@media (max-width:800px){
	.c-header .navbar ul li:not(:last-child) {
	    margin-right: 14px;
	}
}
@media (max-width:767px){
	.nav_select {
		display: block;
	}
.c-footer__copyright{
    order: 0;
    margin-top: 20px;
}
	.links.c-footer__terms{text-align: center; order: -1;}
.links.c-footer__terms li{
	display: block;
    margin-left: 0px;
    border:none;
    padding-left: 0px;
}
	.header_sub_style {
		top: 56px;
	}
	.nav_select_wr {
        position: relative;
    }
    .nav_select_wr .nav_select {
    	position: relative;
        cursor: pointer;
        font-style: normal;
	    font-weight: 600;
	    font-size: 16px;
	    line-height: 1.5;
	    color: #fff;
	    text-decoration: none;
	    transition: all .2s ease;
	    padding: 10px 30px 10px 0;
    }
	.nav_select_wr .nav_options {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1f1f1f;
        z-index: 10;
        display: none;
        max-height: calc(100vh - 100px);
        overflow-x: hidden;
    }
    .nav_select_wr .nav_options > li {
        padding: 8px 15px;
        cursor: pointer;
    }
    .nav_select_wr .nav_select:after {
		position: absolute;
		content: '';
		right: 10px;
		top: 20px;
		width: 0px;
		height: 0px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 6px solid #fff;
	}
	.header_sub_style li a {
		font-size: 14px;
	}
	.read_more_wr {
	    padding-bottom: 30px;
	}
}
