@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    color: #121212;
    line-height: 20px;
    font-size: 14px;
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.container{
    padding: 0;
}
.about-link a, .about-link button, .interview-link a {
	background: linear-gradient(180deg, #E5E5E5 0%, #E2E2E2 100%);
    border: 1px solid #ccc;
    box-shadow: 0px 3px 4px -1px #00000026, 0px 1px 0px 0px #FFFFFF54 inset;
    letter-spacing: 0;
    border-radius: 12px;
	font: 600 14px/1.5 "Inter Tight", sans-serif;
    color: #121212;
	display: block;
	padding: 7px 20px;
	text-align: center;
	text-transform: none;
    height: 40px;
}
.about-content, .join-content, .position-content {
	background: transparent;
}
.position, #fullpage {
	background: transparent;
}
/*----------------------------------------------------------- header--------------------------------------------------- */
.header {
	z-index: 90;
}
.header h1 {
	float: left;
	width: 35%;
	border-left: 1px solid #eee;
	height: 80px;
	padding: 22px 0 20px 20px;
	font-size: 24px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 500;
	line-height: 1.5;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
    font-size: 14px;
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #7b7b7b;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-nav .nav-item.r-active .nav-link {
	color: #121212;
	text-decoration: none !important;
}
.navbar {
	display: block;
    height: 80px;
    border-bottom: 1px solid #eee;
}
.navbar-brand {
	float: left;
	margin: 19px 0 0 0;
	width: 220px;
	max-width: none;
    transition: none;
}
.nav-lang{
    float: right;
    position: relative;
    padding: 10px;
    display: block;
    right: 0;
    top: 19px;
    z-index: 9;
}
.nav-lang span{
    display: block;
    float: left;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 500;
}
.nav-lang span .select-arrow {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 8px;
  height: 7px;
  background-color: #000000;
  clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
}
.nav-lang-drop {
	display: none;
	position: absolute;
	top: 36px;
	left: -49px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 20px 0px #aaa;
	padding: 10px 0;
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.2);
    width: 115px;
    border: 1px solid #ECECEC;
}
.nav-lang-drop li{
    padding: 0 7px;
}
.nav-lang:hover .nav-lang-drop{
    display: block;
}
.nav-lang-drop li a{
    padding: 10px 5px 10px 32px;
    border-radius: 10px;
}
.nav-lang-drop li:hover a{
    background-color: #ECECEC;
    text-decoration: none !important;
    color: #121212;
}
.nav-lang-drop li a.active{
    padding-left: 12px;
    text-decoration: none !important;;
    color: #121212 !important;
}
.nav-lang-drop li a.active::before{
    content: "";
    border: solid #777;
    float: left;
    border-width: 0 1px 1px 0px;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 13px;
    margin: -2px 15px 0 0;
}
.link-login{
    float: right;
    margin: 20px 0 0 30px;
}
.about-link.link-login  a{
    width: auto;
    padding: 7px 25px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        position: relative;
        float: left;
        margin: 9px 0 0 0;
        overflow: hidden;
        display: block !important;
        height: 60px;
    }
    .navbar-collapse {
        max-width: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 27px;
        padding-right: 27px;
    }
}

@media screen and (max-width: 1280px){
    .navbar-expand-lg .navbar-collapse {
        padding: 0 !important;
        left: 0 !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 767px) {
  .section-first-screen {
    height: 80px;
  }
  .navbar-brand {
    display: block;
    height: auto;
    width: 125px;
    margin: 24px 0 0 0;
    min-width: 120px;
  }
  .navbar-brand img{
    width: 125px;
  }
  .navbar .link-login{
    display: none;
  }
  .header h1 {
	padding: 24px 0 20px 20px;
	font-size: 18px;
}
}
/*----------------------------------------------------------- mobile menu--------------------------------------------------- */
.c-hamburger span::after, .c-hamburger span::before {
	background-color: #7d7d7d;
	height: 2px;
	width: 100%;
}
.c-hamburger span::after {
	bottom: -4px;
}
.c-hamburger span::before {
	top: -4px;
}
.c-hamburger span {
	background: #fff;
	display: block;
	height: 2px;
	left: 3px;
	position: absolute;
	right: 0;
	top: 13px;
}
.c-hamburger {
    background: #fff;
	height: 30px;
	width: 30px;
    margin: 25px 0 0 20px;
}
@media screen and (max-width: 991px) {
    .navbar-account-mobile .link-login{
        margin-left: 0 !important;
        display: block !important;
    }
    .navbar-expand-lg .navbar-nav {
        padding: 0 10px;
        height: auto !important;
    }
    .navbar-light .navbar-toggler{
        float: right;
    }
    .header {
        background: #fff;
        height: inherit;
    }
    .header .navbar-collapse.show {
        position: fixed;
        left: 0;
    }
    .header .navbar-collapse {
        z-index: 9;
        position: fixed !important;
        margin-top: 80px;
        width: 100% !important;
    }
    .navbar-collapse {
        background: #fff;
        max-width: 100%;
    }
    .navbar-light .navbar-toggler {
        background: #fff;
        z-index: 11;
        position: relative;
    }
    .navbar-light .navbar-toggler.is-active {
        background: #fff;
    }
    .navbar-toggler-icon {
        width: 17px;
    }
    .navbar-nav {
        display: block;
    }
    .navbar-nav .nav-link{
        padding: 10px 25px;
        font-size: 24px;
    }
    .navbar-account-mobile {
        align-items: start;
        margin: 0;
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .z-wrapper .navbar-account-mobile .about-link {
        width: 100%;
        max-width: 325px;
        margin: 0;
    }
}
@media (min-height: 620px) and (max-height: 700px) {
  .navbar-expand-lg #navbarSupportedContent .navbar-nav {
        height: auto !important;
        justify-content: flex-start;
    }
}
@media screen and (max-height: 405px) {
  .header .navbar-collapse.show, .header .navbar-collapse {
    top: 0 !important;
  }
 .navbar-account-mobile .about-link a {
    font: 600 14px/1.5 "Inter Tight", sans-serif !important;;
    letter-spacing: 0 !important;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px){
    .navbar-expand-lg #navbarSupportedContent .navbar-nav {
        height: auto !important;
        justify-content: flex-start;
    }
}
/*----------------------------------------------------------- footer--------------------------------------------------- */
.footer-content {
	justify-content: center;
}
.footer-content a{
    font-family: "Inter Tight", sans-serif;
    color: #7b7b7b;
    font-size: 9px;
    text-decoration: underline !important;
}
.footer-content a:hover{
    text-decoration: none !important;
}
.footer-bottom {
	padding: 20px 0;
    position: relative;
    z-index: 9;
    mask: linear-gradient(transparent, white, white);
    backdrop-filter: blur(3px);
}
@media screen and (max-width: 767px) {
    #fullpage .section-6{
        margin: 0 !important;
        background: transparent;
    }
    .footer-bottom {
        padding: 20px 0 10px;
    }
    .footer-bottom, .footer-item-link svg {
        display: block;
    }
}
/*-----------------------------------------------------------section --------------------------------------------------- */
.section-new {
	height: calc(100vh - 140px);
}

@media screen and (max-width: 991px){
    #wrapper {
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
}
}
/*----------------------------------------------------------- slider --------------------------------------------------- */
.sectionnew-slider-nav {
	margin: 13px -6px 0 -6px;
	width: calc(100% + 12px);
}
.sectionnew-wrap {
	margin: 0;
}
.slick-list, .slick-slider {
	border-radius: 20px;
}
.sectionnew-slider-for-item-inf {
	background: linear-gradient(90deg,rgba(23, 23, 23, 0.7),rgba(23, 23, 23, 0) 100%);
    padding: 25px 60px;
    width: 75%;
}
.sectionnew-slider-for-item-inf.backgr{
    background: linear-gradient(90deg,rgba(23, 23, 23, 0.7),rgba(23, 23, 23, 0) 100%);
}
.sectionnew-slider-for-item-inf-text {
	color: #fff;
	max-width: 450px;
	padding-bottom: 60px;
	padding-top: 15px;
    line-height: 1.5;
    font-size: 24px;
    font-family: "Inter Tight", sans-serif;
}
.sectionnew-slider-for-item-inf-title {
	color: #fff;
	font: 36px/1.45 "Inter Tight", sans-serif;
}
.sectionnew-slider-for-item-inf h3 + .about-link{
    margin-top: 30px;
}
.sectionnew-slider-for-item-inf li {
	background-size: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #fff;
}
.sectionnew-slider-nav-item:hover::before, .slick-current .sectionnew-slider-nav-item::before {
	display: none;
}
.sectionnew-slider-nav-item {
	background: #F8F7F7;
	border: 1px solid #ECECEC;
    margin: 0;
    padding: 7px;
	height: 80px;
	position: relative;
	transition: .3s;
	border-radius: 20px;
    text-align: left;
    font: 600 14px/20px "Inter Tight", sans-serif;
}
.sectionnew-slider-nav-item:hover, .slick-current .sectionnew-slider-nav-item {
	background: #fff;
	box-shadow: 0px 10px 21px 0px #00000012;
    backdrop-filter: blur(12px);
    color: #121212;
}
.sectionnew-slider-nav .slick-slide{
    padding: 10px 6px 20px;
}
.slick-slide .about-link a, .about-link button, .interview-link a {
    background: rgba(252, 252, 252, 0.15);
    border: 1px solid #FCFCFC40;
	box-shadow: none;
	letter-spacing: 0;
	border-radius: 24px;
	font: 500 20px "Inter Tight", sans-serif;
	color: #fff;
	display: block;
	padding: 18px 37px;
	text-align: center;
	text-transform: none;
	height: 64px;
    width: auto;
    float: left;
     backdrop-filter: blur(2px)
}
.sectionnew-slider-nav-item img {
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
.sectionnew-slider-nav-item {
	display: flex;
	align-items: center;
}
.sectionnew-slider-for-item-inf li {
	background: url(../img/new-life/check.png) no-repeat 0;
	background-size: 24px;
    padding: 7px 0 7px 35px;
	color: #fff;
    font: 400 18px/20px "Inter Tight", sans-serif;
}
.sectionnew-slider-for-item-inf h3{
    color: #fff;
    font: 400 40px/1.2 "Inter Tight", sans-serif;
    margin-bottom: 8px;
    width: 70%;
    max-width: 400px;
}
.sectionnew-slider-for-item-inf ul {
	padding-bottom: 45px;
}
.sectionnew-slider-for .games-check{
    display: none;
}
.section-new{
    padding-top: 20px;
}
@media screen and (max-height: 800px) {
  .sectionnew-slider-for-item {
    height: calc(100vh - 275px);
  }
  .sectionnew-slider-for-item .sectionnew-slider-for-item-photo img {
	height: calc(100vh - 250px);
}
}
@media screen and (min-width: 992px){
    .slick-slider.sectionnew-slider-nav .slick-list, .slick-slider.sectionnew-slider-nav .slick-track {
        transform: translateZ(0) !important;
    }
}
@media screen and (max-width: 1200px) {
  .sectionnew-slider-for-item, .sectionnew-slider-for-item .sectionnew-slider-for-item-photo img {
    height: calc(100vh - 280px);
  }
}
@media screen and (max-width: 991px){
    .sectionnew-slider-for-item-inf h3 {
        width: 100%;
    }
    .sectionnew-slider-for-item-inf h3 + .about-link {
        margin-top: 15px;
    }
    .sectionnew-slider-for-item-inf ul {
        padding-bottom: 25px;
    }
    .sectionnew-slider-for-item-inf-text {
        max-width: 350px;
        padding: 5px 0 10px;
        line-height: 1.5;
    }
    .sectionnew-slider-for-item-inf-title, .sectionnew-slider-for-item-inf h3 {
        font-size: 26px;
    }
    .slick-slide .about-link a{
        border-radius: 14px;
        font-size: 14px;
        padding: 13px 15px;
        height: 46px;
    }
    .section-new{
        display: block !important;
    }
    .sectionnew-slider-nav-item img {
        margin: 0 13px 0 0;
        width: 48px;
    }
    .sectionnew-slider-nav-item {
        padding: 5px;
        height: 64px;
        border-radius: 10px;
        line-height: 1.2;
    }
    .sectionnew-slider-nav .slick-slide {
        padding: 10px 5px 20px;
    }
    .sectionnew-slider-nav {
        margin: 10px -5px 0 -5px;
        width: calc(100% + 10px);
    }
    .sectionnew-arrow{
        display: none !important;
    }
}
@media (orientation: landscape) and (max-width: 991px){
    .sectionnew-slider-nav{
        display: none;
    }
    .sectionnew-slider-for-item, .sectionnew-slider-for-item .sectionnew-slider-for-item-photo img {
        height: calc(100vh - 180px);
    }
    .sectionnew-slider-for-item-inf-text {
        font-size: 17px;
    }
    .sectionnew-slider-for-item-inf-title, .sectionnew-slider-for-item-inf h3 {
        font-size: 24px;
    }
    .slick-slide .about-link a{
        border-radius: 14px;
        font-size: 14px;
        padding: 13px 15px;
        height: 46px;
    }
    .sectionnew-slider-for-item-inf ul {
        padding-bottom: 10px;
    }
    .sectionnew-slider-for-item-inf li {
        background-size: 19px;
        padding: 2px 0 2px 26px;
        font-size: 16px;
    }
}
@media (orientation: portrait) and (max-width: 640px){
    .sectionnew-slider-for-item-inf .about-link {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
        box-sizing: border-box;
    }
    .sectionnew-slider-for-item-inf {
        padding: 25px;
        width: 100%;
        justify-content: flex-start;
    }
    .slick-slide .about-link a, .about-link button, .interview-link a {
        width: 100%;
    }
    .slick-slide .about-link a{
        border-radius: 24px;
        font-size: 18px;
        padding: 20px 0;
        height: 64px;
    }
}
/*----------------------------------------------------------- 404 --------------------------------------------------- */
.site-error {
	align-items: center;
	-webkit-align-items: center;
	background: #fff;
	color: #121212;
	display: flex;
	flex-direction: column;
	font: 300 14px/20px "Inter Tight", sans-serif;
	height: auto;
	justify-content: center;
	letter-spacing: 0;
	padding: 0;
	text-align: center;
	text-transform: none;
	max-width: 600px;
	width: 100%;
	align-items: center;
	margin: 0 auto;
}
.site-error-photo {
	max-width: 600px;
    margin-bottom: 0;
}
.site-error-txt{
    max-width: 460px;
    padding-bottom: 40px;
}
.site-error strong{
    font: 400 48px/1.15 "Inter Tight", sans-serif;
    color: #121212;
    margin-bottom: 15px;
    display: block;
}
.site-error p{
    font: 400 18px/1.5 "Inter Tight", sans-serif;
    color: #7b7b7b;
}
.site-error .about-link {
	margin-top: 34px;
}
.site-error .about-link a {
	padding: 7px 20px;
	width: auto;
    display: inline-block;
}
@media screen and (max-width: 991px){
    .site-error strong {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px){
    .site-error strong {
        font-size: 32px;
    }
}
/*----------------------------------------------------------- modal--------------------------------------------------- */
.modal.modal-registration button.close {
	color: #000;
	cursor: pointer;
	font-size: 69px;
	position: fixed;
	left: 20px;
	top: 0;
	z-index: 111;
	right: auto;
	font-weight: 100;
}
.modal-dialog {
	margin: 0 !important;
}
.modal-registration .modal-body {
	padding: 0 20px 0 20px;
}
.modal-registration .modal-dialog {
	height: 100%;
    background-color: #fff;
	min-height: 100vh;
}
.modal.modal-registration .nav-pills {
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.modal.modal-registration .nav-pills .nav-link:hover span {
	border-color: transparent;
	color: #121212;
}
.modal-registration .nav-pills .nav-link.active span, .modal-registration .nav-pills .show > .nav-link span{
    color: #121212;
    font: 400 32px/1.5 "Inter Tight", sans-serif;
    text-transform: none;
    padding: 0;
    border: none;
    letter-spacing: 0;
}
.modal.modal-registration form label {
	color: #040b13;
	display: block;
	font: 500 12px/1.2 "Inter Tight", sans-serif;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: none;
}
.modal.modal-registration form label span {
	color: #7b7b7b;
    font: 500 11px/1.5 "Inter Tight", sans-serif;
	letter-spacing: 0;
	line-height: 1;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 0 auto;
    max-width: 100%;
  }
}
.login-form {
	float: left;
	width: 45%;
	padding: 0 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.login-form-wrapper{
    width: 320px;
    margin: 0 auto;
}
.login-form .tab-content, .login-form #pills-tab{
    margin-bottom: 34px !important;
}
.modal.modal-registration form {
	padding: 0;
}
.login-form-img{
    float: left;
    width: 55%;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 0;
}
.login-form-img img {
	height: calc(100vh - 40px);
	-o-object-fit: cover;
	object-fit: cover;
    border-radius: 12px;
    float: left;
    width: 100%;
}
.price-service{
    color: #7b7b7b;
	display: block;
	font: 400 9px/1.2 "Inter Tight", sans-serif;
	letter-spacing: 0;
	margin-bottom: 10px;
    padding: 0 5px;
	text-transform: none;
}
.modal.modal-registration form input, .modal.modal-registration form textarea {
	background: #fff;
	border: 2px solid #E2E2E2;
	border-radius: 12px;
	box-sizing: border-box;
	color: #7b7b7b;
    font: 400 13px/1.1 "Inter Tight", sans-serif;
	padding: 5px 23px 5px;
    height: 48px;
	width: 100%;
}
.modal.modal-registration form input::placeholder, .modal.modal-registration form textarea::placeholder{
    font: 400 13px/1.1 "Inter Tight", sans-serif;
}
.modal.modal-registration form .form-item {
	margin-bottom: 22px;
}
.modal.modal-registration form #modal-btn, 
.modal.modal-registration form #modal-btn-login, 
.modal.modal-registration form #modal-btn-support, 
.modal.modal-registration form .modal-btn{
    background: linear-gradient(180deg, #323232 0%, #222222 100%);
    border-radius: 12px;
    text-transform: none;
    height: 47px;
    letter-spacing: 0;
    font: 600 14px/1.1 "Inter Tight", sans-serif;
    transition: none;
    border: none;
    box-shadow: 0px 0px 0px 1px rgba(51, 51, 51, 1);
    box-shadow: 0px 0.5px 1px 0px rgba(255, 255, 255, 0.15) inset;
    padding: 0;
}
.modal.modal-registration .footer-content{
    padding: 25px 0 13px;
}
.modal.modal-registration .footer-content .pact {
	padding: 0 5px;
}
.modal.modal-registration .footer-content a{
    color: #121212;
}
.modal.modal-registration form .form-item {
	margin-bottom: 0;
	width: 100%;
	background: #fff;
	box-shadow: none;
	color: #121212;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
}
.form-msg span {
	background: #121212;
	color: #fff;
	padding: 3px 10px;
}
#modal-btn-2 {
	font-size: 13px;
	font-weight: 500;
}
#modal-btn-2:hover{
	color: #121212;
}
.code-not-sended, .code-timer{
    padding: 10px 0;
    margin: 0;
}
.check {
	border: 1px solid #121212 !important;
	margin-right: 12px !important;
}
.checkboxed-wrap{
    margin: 15px 0;
}
.check.checked {
	background: #121212 !important;
}
.checkboxed-wrap a {
    color: #121212;
	text-decoration: none !important;
    font: 400 13px/1.1 "Inter Tight", sans-serif;
}
.checkboxed-wrap a:hover {
    color: #121212;
	text-decoration: none !important;
}
.stub{
    display: none;
}
@media screen and (max-width: 991px){
    .modal.modal-registration button.close {
        font-size: 58px;
        left: 7px;
        top: -10px;
    }
}
@media (max-width: 980px){
    .login-form {
        width: 50%;
        padding: 0 30px;
    }
    .login-form-img {
        width: 50%;
    }
    .price-service {
        padding: 0;
    }
    .modal-registration .nav-pills .nav-link.active span, .modal-registration .nav-pills .show > .nav-link span {
        font: 400 27px/1.5 "Inter Tight", sans-serif;
    }
    .login-form .tab-content, .login-form #pills-tab {
        margin-bottom: 20px !important;
    }
    #modal-btn-2 {
        padding-top: 10px;
    }
    .modal.modal-registration form label {
        margin-bottom: 7px;
    }
    .modal.modal-registration form input, .modal.modal-registration form textarea {
        height: 44px;
    }
    .modal.modal-registration .footer-content {
        padding: 15px 0 7px;
    }
}
@media (max-width: 767px){
    .login-form-img{
        display: none;
    }
    .login-form {
        width: 100%;
    }
}
@media (max-height: 570px){
    .login-form .tab-content, .login-form #pills-tab {
        margin-bottom: 0 !important;
        font-size: 18px;
    }
    .price-service {
        display: none;
    }
    .modal.modal-registration form label {
        margin-bottom: 5px;
    }
    .modal.modal-registration .form-group {
        margin-bottom: 10px;
    }
}
@media screen and (max-height: 405px) {
     .modal.modal-registration form .form-item {
        margin-bottom: 0 !important
    }
    .modal.modal-registration .nav-pills .nav-link span {
        font: 400 27px/1.5 "Inter Tight", sans-serif !important;
        letter-spacing: 0 !important;
    }
    .modal-registration .modal-body {
        padding: 0 20px 0 20px !important;
    }
}
/*----------------------------------------------------------- about--------------------------------------------------- */
.about, .about-second-screen-body-item-other {
    color: inherit;
	font: 400 14px/1.5 "Inter Tight", sans-serif;
}
.about .about-first-screen span {
    color: inherit;
	font: 600 22px/1.5 "Inter Tight", sans-serif;
}
.about_wrap{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 0;
}
.about_wrap img{
    width: 100%;
}
.about_wrap h1{
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 40px;
}
.about_wrap h2 {
	font-size: 28px;
	line-height: 1.3;
    color: #7B7B7B;
    margin: 0 0 40px;
}
.about_wrap p{
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 1.5;
}
.about_wrap h6 {
	font-weight: 700;
    margin: 0 0 10px;
}
.about_wrap ul{
    margin: 0 0 20px 15px;
}
.about_wrap ul li{
	list-style-type: disc;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .about_wrap{
        padding-bottom: 0;
    }
    .about_wrap h1{
        font-size: 32px;
        margin: 0 0 30px;
    }
    .about_wrap h2 {
        font-size: 22px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 480px) {
    .about_wrap{
        padding-top: 25px;
    }
    .about_wrap h1{
        font-size: 28px;
        margin: 0 0 20px;
    }
    .about_wrap h2 {
        font-size: 18px;
        margin: 0 0 20px;
    }
}
/*----------------------------------------------------------- games--------------------------------------------------- */
.sidebar {
	width: 220px;
	float: left;
	top: -2px !important;
	z-index: 99;
	background-color: #fff;
    padding: 10px 0 0 10px;
}
.games-content-item.sidebar {
    width: 220px;
    position: absolute;
    left: 0;
	height: calc(100vh - 100px);
	overflow-y: scroll;
}
.games-sidebar-item:not(:last-child){
    border: none;
    padding-bottom: 0;
}
.games-content-collections-block-item {
	flex-basis: calc(33% - 12px);
	margin: 0 6px 10px;
    border: 1px solid #ECECEC;
    padding: 7px;
    border-radius: 24px;
}
.games-content-collections-block{
    padding: 24px 0 0 45px;
}
.games-content-item.collections{
    width: calc(100% - 220px);
    float: left;
    border-left: 1px solid #eee;
    padding-left: 0;
    margin-left: 220px;
}
.games-content-item.sidebar .nav-link{
    color: #121212;
	font: 600 12px/1.5 "Inter Tight", sans-serif;
    padding: 12px 0;
}
.games .position-content {
	padding: 0;
}
.games-content-collections-block-item-photo {
	border-radius: 16px;
	overflow: hidden;
}
.games-content-collections-block-item-title {
	color: #121212;
	font: 400 18px/1.5 "Inter Tight", sans-serif;
	letter-spacing: 0;
	margin-top: 15px;
	max-width: 220px;
	text-transform: none;
}
.games-sidebar-item-title{
    text-transform: none;
    letter-spacing: 0;
    font: 600 12px/1.2 "Inter Tight", sans-serif;
    padding: 8px 0 10px 30px;
    background: url(../img/new-life/menu_icon.png) no-repeat -4px 0;
}
.games-content .games-sidebar {
	margin-right: 0;
	max-width: 220px;
	padding: 0;
	width: 100%;
    font: 400 18px/1.5 "Inter Tight", sans-serif;
}
.games-content-collections-block-item-title{
    padding: 0 12px 15px;
}
.games-content-collections-block-item-title div{
    font: 400 18px/1.25 "Inter Tight", sans-serif;
}
.games-content-collections-block-item-title span{
    font: 500 11px/1.25 "Inter Tight", sans-serif;
    color: #7b7b7b;
}
.games-sidebar-item-check label {
	color: #8a8a8a;
	font: 600 12px/1.2 "Inter Tight", sans-serif;
	margin: 2px 0 0;
    cursor: pointer;
}
.container {
    max-width: 100%;
}
.games-content-collections-block-item-photo img {
    height: 27vh !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .games-sidebar-item-check .jq-radio{
    display: none;
} 
.games-card .about-title, .clock.time, .games-card-bottom-item-level, .games-card-bottom-item-text{
    font-family: "Inter Tight", sans-serif !important;
}
.games-sidebar-item-check-option {
	padding-top: 0;
}
.games-sidebar-item-check{
    margin-left: 10px;
}
.games-sidebar-item-check-option a{
    position: relative;
    padding: 7px 0 8px 30px;
    color: #8a8a8a;
}
/* ОКРУГЛЕНА ЛІНІЯ */
.games-sidebar-item-check-option a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 18px;
  height: 20px;
  border-left: 2px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
  border-radius: 0 0 0 8px;
  transform: translateY(-50%);
}
.games-sidebar-item-check-option a::after{
    content: "";
    width: 2px;
    background-color: #e2e2e2;
    height: 52px;
    left: 0;
    top: 0;
    position: absolute;
}
.games-sidebar-item-check-option:last-child a::after {
  height: 12px;
}
@media screen and (max-width: 992px) {
    .games-content-collections-block {
	padding: 14px 0 0 15px;
}
  .games-content-collections-block-item {
    flex-basis: calc(50% - 12px);
  }
}
@media screen and (max-height: 405px) {
  .games-content-collections-block-item {
    flex-basis: calc(50% - 12px) !important;
  }
}
@media screen and (max-width: 991px) {
    .sidebar {
      padding: 0;
    }
    .games-content-item.sidebar {
        width: 220px;
    }
   .games-sidebar-item {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .position.games{
        overflow: visible;
    }
    .games-sidebar-item-check-option a {
        padding: 3px 0 5px 17px !important;
    }
    .games-content-item.sidebar {
        width: 125px !important;
    }
    .games-content-item.sidebar, .position-pagination.games {
        display: block !important;
    }
    .games-content-item.collections {
        width: calc(100% - 125px);
        margin-left: 125px;
    }
    .games-sidebar-item-check label {
        font-size: 11px;
    }
    .games-sidebar-item:not(:last-child) {
        padding-right: 5px;
    }
    .games-sidebar-item-check-option a::before {
        top: 7px;
        width: 14px;
        height: 16px;
        border-radius: 0 0 0 6px;
    }
    .games-sidebar-item-check-option a::after {
        height: 40px;
    }
    .games-sidebar-item-title {
        padding: 8px 0 8px 20px;
        background-position: -7px 2px;
        background-size: 28px auto;
    }
    .games-sidebar-item-check {
        margin-left: 0;
    }
    .games-content-item.sidebar .nav-link {
        padding: 8px 0;
    }
}
@media screen and (max-width: 480px) {
  .games-content-collections-block-item {
    flex-basis: 100% !important;
    margin: 0 auto 7px;
  }
}
@media screen and (max-height: 405px) {
  .games-content-collections-block {
    padding: 10px 0 0 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .games-content-collections-block-item {
	padding: 4px 0;
	border-radius: 10px;
}
  .games-content-collections-block-item-photo {
	height: 120px;
	border-radius: 10px;
}
.games-content-collections-block-item-title {
	padding: 0 3px 8px;
}
}
/*----------------------------------------------------------- ai modal --------------------------------------------------- */
.chat-link {
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	background-color: #e2e2e2;
	height: 60px;
	width: 60px;
	padding: 18px 0;
	font-size: 30px;
	text-align: center;
	z-index: 99;
}
.ai_footer{
    float: left;
    width: 100%;
}
.ai-modal__header {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  flex: 0 0 auto;
}

.ai-modal__title {
  font-size: 14px;
  font-weight: 600;
  color: #7b7b7b;
}
.ai-modal__scroll{
    max-width: 820px;
    margin: 0 auto;
    width: 95%;
}


/* ===== Muted bubbles (сіруваті блоки як на скріні) ===== */
.ai-bubble {
  background: #F1F1F1;
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  border-radius: 18px;
  padding: 14px 16px;
  margin: 10px 0 14px;
  float: right;
  max-width: 80%;
}

/* ===== AI agent answer layout ===== */
.ai-agent {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  padding: 6px 4px 14px;
  width: 100%;
  float: left;
}

.ai-agent__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffe2e2;           /* як рожевий круг під аватаром */
  display: grid;
  place-items: center;
  font-size: 20px;
  user-select: none;
}

.ai-agent__content {
  min-width: 0;
}

.ai-agent__head {
  margin-top: 2px;
  margin-bottom: 8px;
}

.ai-agent__name {
  font-weight: 700;
  font-size: 13px;
  color: #111;
  line-height: 1.2;
}

.ai-agent__role {
  font-size: 11px;
  color: #121212;
  margin-top: 2px;
  font-weight: 500;
}

.ai-agent__text {
  font-size: 13px;
  line-height: 1.5;
  color: #7b7b7b;
}

/* (опціонально) щоб довгі слова не ламали верстку */
.ai-agent__text { overflow-wrap: anywhere; }
.ai-fixed-input {
  position: fixed;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
  max-width: calc(100vw - 40px);
  background: #fff;
  border-radius: 24px;
  padding: 18px 20px 18px 30px;
  display: flex;
  gap: 8px;
  z-index: 110;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
  border: 1px solid #E2E2E2;
}
.ai-fixed-input input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
}
.ai-fixed-input button {
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #E5E5E5 0%, #E2E2E2 100%);
  border: 1px solid #ccc;
  box-shadow: 0px 3px 4px -1px #00000026, 0px 1px 0px 0px #FFFFFF54 inset;
  border-radius: 12px;
  font: 300 20px/1.5 "Inter Tight", sans-serif;
  color: #121212;
}

.box_blur{
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
.box_blur::before{
    content: "";
    height: 150px;
    position: absolute;
    width: 100%;
    mask: linear-gradient(transparent, white, white);
    backdrop-filter: blur(3px);
    left: 0;
    bottom: 0;
}
.box_blur::after{
    content: "";
    height: 65px;
    position: absolute;
    width: 540px;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0) 100%);
    left: 50%;
    margin-left: -270px;
    bottom: 0;
}
.ai-modal_content{
    padding-bottom: 150px;
}
@media screen and (max-width: 991px){
    .ai-fixed-input {
        padding: 10px 10px 10px 20px;
        border-radius: 17px;
        bottom: 40px;
    }
    .ai-fixed-input button {
        width: 35px;
        height: 35px;
        border-radius: 10px;
    }
    .footer-bottom{
        padding: 7px 0;
    }
    .ai-bubble {
        max-width: 90%;
    }
    .box_blur::before {
	height: 70px;
}
}
@media screen and (max-height: 405px) {
  #fullpage .section.section-6 {
    margin-top: 0 !important;
  }
}

.about-title-section{
    font: 500 24px/1.5 "Inter Tight", sans-serif;
}
.global-shadow {
	box-shadow: none;
}
.pagination-lg .page-link {
	font-size: 14px;
	line-height: 1.5;
	padding: .7rem 1.2rem;
}
.about-content-body-position {
	padding: 25px 0;
}
@media screen and (min-width: 992px){
    .position .about-title-section {
        background: #fff;
        color: #121212;
        padding: 24px 60px 0;
    }
}