.lang-flag img{
	width:20px;
    height: 10px;
    margin-right: 5px;
}

header ul.menu > li {    
    max-width: 100px;
    margin-left: 14px;
    text-align: center;
}    
@media(min-width: 1200px) {
    header ul.menu > li {    
        max-width: 120px;
        margin-left: 16px;
    }    
}

header ul.menu > li:last-child a {    
    text-align: center;
}

.case_sect1 .case-wrap .img-wrap img {
    height: 100%;
    width: 100%!important;
    object-fit: contain;
}



@media(max-width: 1200px) {
	.img-wrap img {
		width: 130%!important;
	}
    .single-case  .img-wrap img {
		width: 100%!important;
	}
    .market_sect4 .container .row:nth-child(odd) .img-wrap,
    .market_sect4 .container .row:nth-child(even) .img-wrap {
        transform: translateX(0) translateY(0);
    	margin-bottom: 15px;
    }    
}


@media (max-width: 1000px){
    .csgo-gambling thead {
        display: none;
    }
    .csgo-gambling tbody tr {
    	flex-direction: column;
        display: flex;
        margin-bottom: 10px;
    }
    .csgo-gambling tbody td {
    	margin-bottom: 10px;
        display: flex;
        justify-content: center;
    }
    .body_content .container.term {
    	width: 100%!important;
    }
	.csgo-gambling .slogo img {
        width: 240px!important;
        height: 100%;
        object-fit: contain;        
    }    
    .csgo-gambling a.button {        
        display: block;
        max-width: 200px;
        margin: 0 auto;
    }
}

@media(max-width: 991px) {
	.img-wrap img {
		width: 100%!important;
	}
}

@media screen and (max-width: 768px) {
    .market_sect4 .row .col-sm-3 img {
        width: 60%!important;
        margin-left: 0; 
    }
    .market_sect4 .container .row .img-wrap {
        display: flex;
    	align-items: center;
        justify-content: center;
    }       
    .case_sect1 .case-wrap .img-wrap img {        
        width: 300px!important;        
    }

}
@media(max-width: 580px) {
    .frame_blc{
      overflow:hidden;
      position:relative;
      padding-bottom:56.25%;
      padding-top:30px;
      height:0;
    }
    .frame_blc iframe {
      position:absolute;
      width:100%;
      height:100%;
      left:0;
      top:0;
    }
}

@media screen and (max-width: 420px) {
    .case_sect1 .case-wrap .img-wrap img {        
        width: 240px!important;        
    }
    .term ul li {
        letter-spacing: -1px;
    }
}


.header-top__lang {
    order: 3;
    position: relative;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.header-top__lang-current {
    border-bottom: 3px solid #fff;
	font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    width: 60px;
    margin-left: 10px;
    text-align: center;
}

.header-top__lang-current img {    
    transition: all .3s ease 0s;
}
.header-top__lang-current  .lang-title{
	color: #fff;
}

.header-top__lang:hover .header-top__lang-current::after {
    transform: rotate3d(1, 0, 0, 180deg);
}

.header-top__lang:hover .header-top__lang-list {
    transform: translateY(0) scaleY(1);
}

.header-top__lang-list li {
    margin-left: 10px;
}

.header-top__lang-list li a {
    padding: 0 4px;
    color: #010215;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.links-top {
    padding: 0;
    margin-top: 8px;
}

.links-top__grid {
    display: flex;
    gap: 8px;
}

.links-top__link {
    font-family: 'Bai Jamjuree';
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 14px;
    background: linear-gradient(360deg, #3D2F73 -167.86%, #101011 282.14%);
    border-radius: 12px;
    text-align: center;

}

.links-top .breadcrumbs {
    margin-top: 17px;
}

.links-top .breadcrumbs .breadcrumb_last {
    font-family: 'Space Grotesk';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #222222;
    opacity: .64;
    
}

.links-top .breadcrumbs a {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #222222;
}

.main-title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #222222;
    text-align: center;
    margin: 0;
}

.author {
    padding: 0;
    margin-top: 20px;
}

.author__grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 24px;
}


.author-card {
    background: #fff;
    border-radius: 12px;
    gap: 12px;
    align-items: center;
    padding: 8px 32px;
    display: flex;
}

.author-card img {
    max-width: 64px;
    width: 100%;
    height: 64px;
    border-radius: 50%;
}

.author-card__title {
    font-family: 'Bai Jamjuree';
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #191B1C;
    margin-bottom: 8px;
}

.author__update {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid rgba(34, 34, 34, 0.12);
    padding-top: 8px;
    text-align: center;
    color: #191B1C;
    margin-top: 20px;
}

.section-text {
    padding: 0;
    margin-top: 24px;
}

 .section-text img{
    border-radius: 12px;
    width: auto;
 }

 .section-text ul img {
    border-radius: 0;
 }

.section-text p {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191B1C;
    max-width: 100%;
    text-align: left;
    width: 100%;
}

.section-text__description p{
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #191B1C;
    max-width: 100%;
    text-align: left;
    width: 100%;
}

.section-text h1,
.section-text h2,
.section-text h3,
.section-text h4,
.section-text h5,
.section-text h6 {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: -0.015em;
    color: #222222;
    margin-top: 12px;
    margin-bottom: 8px;
}

.section-text__description {
    margin-top: 16px;
}

.section-text__description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    text-align: left;
    max-width: 100%;
}

.section-text__description h3 {
    font-size: 24px;
    margin-bottom: 14px;
}



@media(max-width: 1024px) {
    .header-top__lang .header-top__lang-current,
    .header-top__lang .header-top__lang-list {
        display:none;
    }    
	.mobile-menu .header-top__lang-current {
    	display: block;
    }    
    .mobile-menu .header-top__lang-list {
        display: flex;    
        padding: 0;
        margin: 0;
        list-style: none;
        transition: all .3s ease 0s;
        flex-direction: column;
        padding: 3px 0;
        border-radius: 4px;
        } 
    .mobile-menu .header-top__lang-list li a  .lang-flag img{
	    width: 30px;
		height: 15px;
	}
    .mobile-menu .header-top__lang-list li a  .lang-title{
        color: #fff;
        font-size: 24px;
    }
}
@media screen and (min-width: 1025px) {
    .header-top__lang .header-top__lang-current {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-top__lang .header-top__lang-current:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid white;
    }
    .header-top__lang  .header-top__lang-list >li:hover>a .lang-title{
		color: red !important;
	}
    .header-top__lang .header-top__lang-list {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        padding: 0;
        margin: 0;
        list-style: none;
        transition: all .3s ease 0s;
        background-color: lightgray;
        position: absolute;
        top: 160%;
        right: 0;
        flex-direction: column;
        padding: 3px 0;
        background: #ffffff;
        border: 1px solid #ccc;
        border-radius: 4px;
        transform: translateY(-50%) scaleY(0);
        min-width: 190px;
    }
}

.current-language {
	text-decoration: underline !important;
}

.header-top__lang-list li a {    
    white-space: nowrap;
}

