/* грид */
body {
    background: #101010;
}
.t-records {
    background: rgb(255,255,255,0);
}
#allrecords {
    background-image: url(https://static.tildacdn.com/tild6539-3265-4465-a564-393439383962/grid_lines_1200.svg);
    background-position: center center;
    background-attachment: scroll;
    background-repeat: repeat !important;
    background-size: contain !important;
}
@media (max-width: 1199px) {
    #allrecords {
        background-image: url(https://static.tildacdn.com/tild3636-3162-4832-b365-346437623862/grid_lines_960.svg);
    }
}
@media (max-width: 959px) {
    #allrecords {
        background-image: url(https://static.tildacdn.com/tild6439-6566-4137-b835-386564303562/grid_lines_640.svg);
    }
}
@media (max-width: 639px) {
    #allrecords {
        background-image: url(https://static.tildacdn.com/tild3639-6332-4538-b262-313663613031/grid_lines_480.svg);
    }
}
@media (max-width: 479px) {
    #allrecords {
        background-image: url(https://static.tildacdn.com/tild6539-6561-4366-b037-616366383261/grid_lines_320.svg);
    }
}





/* шапка по скролу*/
#rec594950773 {
    position: relative;
    z-index: 1001 !important;
}
#rec594950774 {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 1000 !important;
    opacity: 0;
    transition: opacity .5s ease;
    will-change: opacity;
}
#rec594950774 .t396__artboard {
    overflow: inherit;
}
.shown {
    opacity: 1 !important;
}





/* главная кнопка в мобилках */
#rec518578965 {
    opacity: 1;
    transition: opacity .3s ease, transform .5s ease;
    position: fixed !important;
    bottom: 0 !important;
    width: 100%;
    z-index: 1000 !important;
}
.hidden {
    opacity: 0 !important;
    transform: scale(0);
}




/* выделение текста */
::selection {
    color: #fff;
    background-color: #5FCC75;
}





/* не выделение текста :) */
a, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}





/* скролл-бар */
/* Работает в Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #5FCC75 #101010;
}

/* Работает в Chrome, Edge и Safari */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #101010;
}

*::-webkit-scrollbar-thumb {
  background-color: #5FCC75;
  border-radius: 2px;
}





/* фак */
.t585 .t-col:first-child .t585__header  {
    border-top: 0px solid #303030 !important;
}
.t585__trigger-button {
    cursor: pointer;
}
.t585__border {
    height: 0 !important;
}
.t585__header:hover .t585__icon {
    opacity: 1;
}
.t585__content {
    will-change: max-height;
}
.t585__title {
    display: flex;
}
.t585__icon {
    width: 18px;
    height: 18px;
    padding: 0;
}
.t585__lines {
    will-change: transform;
}
.t585__icon svg {
    width: 18px;
    height: 18px;
}
.t585__circle {
    display: none;
}
.t585__title span {
    width: 10px;
    font-size: 12px;
    margin: 1px 3px 0 0;
}
@media (max-width: 959px) {
    .t585__trigger-button {
        padding: 15px 30px 15px 0 !important;
    }
    .t585__title {
        font-size: 15px !important;
    }
    .t585__text {
        font-size: 12px !important;
    }
    .t585__icon {
        width: 15px;
        height: 15px;
    }
    .t585__icon svg {
        width: 15px;
        height: 15px;
    }
    .t585__title span {
        width: 8px;
        font-size: 10px;
        margin: 1px 4px 0 0;
    }
}
@media (max-width: 639px) {
    .t585__trigger-button {
        padding: 14px 30px 14px 0 !important;
    }
    .t585__title {
        font-size: 14px !important;
    }
    .t585__icon {
        width: 14px;
        height: 14px;
    }
    .t585__icon svg {
        width: 14px;
        height: 14px;
    }
}





/* линки */
.link-in .tn-atom, .link-in_grey .tn-atom, .link_out .tn-atom {
    width: auto !important;
}
.link-in a, .link-in_grey a, .link_out a {
    display: inline-block;
    position: relative;
}
.link-in a::after, .link-in_grey a::after, .link_out a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #f8f8f8;
    will-change: transform;
    transition: transform 0.3s ease-out;
}
.link-in_grey a::after {
    background-color: #9B9B9B;
    transform: scaleX(0);
    transform-origin: bottom right;
}
.link-in a::after {
    transform: scaleX(0);
    transform-origin: bottom right;
}
.link-in a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.link-in_grey a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.link_out a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.link_out a:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right;
}





/* фикс мыльной фотки */
.juniors__img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
@media (max-width: 959px) {
    .juniors__img {
        border-radius: 12px;
    }
}
@media (max-width: 479px) {
    .juniors__img {
        border-radius: 8px;
    }
}




/* настройки главного видео */
.tn-clickup-video .tn-atom {
    display: flex;
    height: inherit;
}
.clickup-video-container {
    width: inherit;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #303030;
    transform: translate3d(0, 0, 0);
    height: 97.5%;
}
.clickup-video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.15);
    border-radius: 12px;
}
@media (max-width: 479px) {
    .clickup-video-container {
        border-radius: 8px;
        border: 1px solid #F8F8F8;
    }
    .clickup-video-container::after {
        border-radius: 8px;
    }
}





/* плей/офф видео */
video-play {
    cursor: pointer;
}
.reviews-list__card-player {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.reviews-list__card-video {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 156px;
    height: 156px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}
.reviews-list__card-video video {
    overflow: hidden;
    border-radius: 100vw;
}
.reviews-list__card-video::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 100vw;
    border: 3px solid #1c1c1c;
    overflow: hidden;
}
.reviews-list__card-play-btn {
    transition: all 0.3s ease;
}
.reviews-list__card-play-btn {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    border-radius: 100vw;
    background: rgb(16,16,16,60%);
}
.video-play.playing .reviews-list__card-play-btn {
    opacity: 0;
}
.reviews-list__card-play-btn-ico {
    width: 24px;
    height: 24px;
}
.reviews-list__card-player:hover .reviews-list__card-play-btn {
    transform: scale(0.9);
}
@media (max-width: 959px) {
    .reviews-list__card-video {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 479px) {
    .reviews-list__card-video {
        width: 118px;
        height: 118px;
    }
    .reviews-list__card-play-btn {
        padding: 9px;
    }
    .reviews-list__card-play-btn-ico {
        width: 18px;
        height: 18px;
    }
}





/* поп-ап */
.t-popup {
    will-change: opacity;
    transition: opacity ease 0.3s;
}
/* скролл-бар */
/* Работает в Firefox */
.t-popup {
  scrollbar-width: none;
}
/* Работает в Chrome, Edge и Safari */
.t-popup::-webkit-scrollbar {
  width: 0;
}
.t-popup__container {
    border-radius: 12px;
    max-width: 586px;
    right: 12px;
    left: 12px;
}
.t-popup__container-animated {
    will-change: transform;
    -webkit-transition: transform ease 0.4s;
    -moz-transition: transform ease 0.4s;
    -o-transition: transform ease 0.4s;
    transition: transform ease 0.4s;
}
@media (max-width: 1199px) {
    .t-popup__container {
        border-radius: 12px;
        max-width: 460px;
    }
}
@media (max-width: 639px) {
    .t-popup__close svg {
        width: 18px;
        height: 18px;
    }
    .t-popup {
        padding: 0 12px;
    }
}
.t390__wrapper {
    display: flex;
    flex-direction: column;
}
.t-popup__block-close-button {
    width: auto;
}
.t390__title {
    margin-bottom: 4px;
    padding-right: 30px;
}
.t390__uptitle {
    order: 2;
    margin-bottom: 0 !important;
    padding-right: 30px;
    letter-spacing: 0;
}
.t390__descr {
    order: 3;
    margin-top: 18px !important;
}
.t390__descr span {
    margin-bottom: 8px;
    display: inline-block;
}
/* Фикс дерганья крестика при ховере в сафари */
@media (min-width: 1199px) {
    .t-popup__close  {
        will-change: opacity;
    }
}
/* Фикс бага обрезки поп-апа на айфоне */
@media (max-width: 479px) {
    
}





/* разработчикам */
.developers__text .tn-atom {
    letter-spacing: -0.05vw;
}

@media (max-width: 479px) {
    .developers__text .tn-atom {
        
    }
}





/* мобильное меню */
.t450__container {
    padding: 72px 24px 48px 24px;
    display: flex;
    justify-content: space-between;
}
.t450__rightcontainer {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: end;
}
.t450__close {
    width: 50px;
    height: 50px;
    top: 0px;
    right: 14px;
}
.t450__close_icon {
    width: 30px;
    height: 30px;
}  
.t450__close_icon span {
    height: 1px;
}
.t450__close_icon span:nth-child(2), .t450__close_icon span:nth-child(3) {
    top: 15px;
}
.t450__list_item {
    display: flex;
    padding: 0px !important;
    margin-bottom: 14px;
}
.t450__list_item a {
    line-height: 1.1;
    margin-bottom: 0;
    display: flex;
}
.t450__list_item .t-active {
    opacity: .6;
}
.t450__right_descr {
    margin-top: 8px;
}
.t450__right_descr:first-child {
    width: 50%;
    font-size: 14px;
    line-height: 1.15;
    color: #f8f8f8;
}
.t450__right_descr:last-child {
    width: auto !important;
    position: relative;
}
.t450__right_descr:last-child a {
    line-height: 1.8;
    color: #f8f8f8 !important;
}
.t450__right_descr:last-child a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #f8f8f8;
    transition: transform 0.3s ease-out;
}
.t450__right_descr:last-child a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.t450__right_descr:last-child a:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right;
}
.t450__overlay {
    will-change: opacity;
    display: block;
    visibility: hidden;
    transition: opacity ease 0.25s;
}
.t450__menu_show {
    visibility: visible;
}
.t450 {
    will-change: transform;
    webkit-transition: transform cubic-bezier(.77, 0, .175, 1) 0.5s;
    -moz-transition: transform cubic-bezier(.77, 0, .175, 1) 0.5s;
    -o-transition: transform cubic-bezier(.77, 0, .175, 1) 0.5s;
    transition: transform cubic-bezier(.77, 0, .175, 1) 0.5s;
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
}
@media screen and (max-width: 640px) {
    .t450__container {
        padding: 72px 12px 48px 12px;
    }
    .t450__close {
        right: 2px;
    }
}





/* френдли эффект )) */
body {
    overflow-x: hidden;
}
.we__img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    will-change: transform;
    max-width: 15vw;
    height: auto;
    border-radius: 0.667vw;
}
@media (max-width: 1199px) {
    .we__img {
        display: none;
        position: relative;
        
    }
}





/* форма */
.tn-atom .t-radio__control {
    width: auto !important;
}
#tilda-popup-for-error {
    display: none !important;
}
.t-input-group:nth-child(1), .t-input-group:nth-child(3), .t-input-group:nth-child(4) {
    margin-bottom: 24px !important;
}
.t-form__inputsbox {
    line-height: 1.15;
}
.t-input-title {
    line-height: 1.3;
    padding-bottom: 18px !important;
}
.t-radio__control {
    padding: 8px 16px;
    display: inline-block;
    margin-right: 6px !important;
    margin-bottom: 12px !important;
    line-height: 1.3;
}
.t-radio__control:first-child {
    margin: 0;
}
.t-radio__indicator {
    border-style: solid;
    border-width: 1px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 8px;
    opacity: 1;
}
.t-radio__indicator:after {
    display: none;
}
.t-radio__control .t-radio:checked ~ .t-radio__indicator {
    border: 1px solid #5fcc75 !important;
    border-radius: 8px;
    opacity: 1;
}
[data-input-lid="1531306540094"], [data-input-lid="1669125591612"] {
      width: calc(50% - 12px);
      display: inline-block;
}
[data-input-lid="1531306540094"] {
      margin-right: 24px;
}
.t-form__inputsbox ~ div {
    margin-top: 14px !important;
    font-size: 12px !important;
    line-height: 1.3;
}
@media (max-width: 1199px) {
    .tn-atom__form form {
        width: 444px;
    }
}
@media (max-width: 959px) {
    .tn-atom__form form {
        width: 592px;
    }
}
@media (max-width: 639px) {
    .tn-atom__form form {
        width: 456px;
    }
    .t-input-group:nth-child(1), .t-input-group:nth-child(2) {
        margin-bottom: 30px !important;
    }
    t-input-group:nth-child(3), .t-input-group:nth-child(4) {
        margin-bottom: 20px !important;
    }
    .t-input-title {
        line-height: 1.15;
        padding-bottom: 12px !important;
    }
    .t-radio__indicator {
        border-radius: 6px;
    }
    .t-radio__control {
        margin-right: 6px !important;
        margin-bottom: 6px !important;
    }
    .t-radio__control .t-radio:checked ~ .t-radio__indicator {
        border-radius: 6px;
    }
    [data-input-lid="1531306540094"], [data-input-lid="1669125591612"] {
          width: calc(50% - 6px);
    }
    [data-input-lid="1531306540094"] {
          margin-right: 12px;
    }
    .t-form__bottom-text {
        font-size: 10px !important;
        margin-top: 8px !important;
    }
    .t-form__inputsbox ~ div {
        font-size: 10px !important;
        margin-top: 8px !important;
    }
    .tn-form__submit {
        margin-top: 40px !important;
    }
}
@media (max-width: 479px) {
    .t-form__inputsbox {
        line-height: 1.2;
    }
    .tn-atom__form form {
        width: 296px;
    }
}





/* фикс отсутвия скейла в фоксе декстоп */
@-moz-document url-prefix() {
    .t585 .t-container {
        max-width: 100%;
    }
    .t585 .t-col {
        max-width: 100%;
        padding: 0 3.750vw !important;
        margin: 0 !important;
    }
    @media screen and (min-width: 480px) {
        .t585 .t-col {
            padding: 0 2.500vw !important;
        }
    }
    @media screen and (min-width: 640px) {
        .t585 .t-col {
            padding: 0 3.750vw !important;
        }
    }
    @media screen and (min-width: 960px) {
        .t585 .t-col {
            padding: 0 2.500vw !important;
        }
    }
    @media (min-width: 1200px) {
        .t585 .t-col {
            padding: 0 2vw !important;
        }
    }
}