html {
    font-family: 'Euclid', Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Carisma', "Times New Roman", sans-serif;
}

.f-carisma {
    font-family: 'Carisma', "Times New Roman", sans-serif;
}

body {
    background: #f6f6f6;
}

/* Main Intro section */
.page.page--main {
    background-image: url('/images/particles/tin_header_bg.png');
    background-repeat: no-repeat;
    background-position: right top;
}
.main-intro {
    display: flex;
    flex-direction: column;
}
.main-intro__title {
    margin-top: 200px;
    font-size: 72px;
    font-weight: 400;
    line-height: 100%;
}
.main-intro__slider {
    margin-top: 30px;
}
.main-intro__info {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.main-intro__text {
    font-size: 30px;
    line-height: 120%;
    width: 50%;
}
.main-intro__ya-block {
    display: flex;
    position: relative;
    top: -15px;
    width: 370px;
    gap: 30px;
    font-size: 14px;
    border-radius: 20px;
    padding: 15px 15px 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
}
.main-intro__ya-block a {
    color: #851F45;
    text-decoration: none;
}

.main-intro__stats {
    display: flex;
    gap: 35px;
    justify-content: space-between;
    margin-top: 50px;
    border-bottom: 1px solid #000;
    padding-bottom: 90px;
}
.main-intro__stat-title {
    font-size: 64px;
    font-weight: 400;
    color: #851F45;
    margin: 35px 0;
}
.main-intro__stat-label {
    font-size: 24px;
    margin: 35px 0;
    line-height: 130%;
}
.main-intro__stat-text {
    font-size: 18px;
}
.main-intro__stat-text--list {
    line-height: 150%;
}
.main-intro__actions {
    display: flex;
    gap: 25px;
}
.main-intro__actions-wa img {
    width: 50px;
}

@media (max-width: 960px) {
    .main-intro__slider {
        order: 0;
        margin-top: 60px;
    }
    .main-intro__title {
        order: 1;
        margin-top: 10px;
        font-size: 36px;
    }
    .main-intro__info {
        order: 2;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .main-intro__text {
        width: auto;
        font-size: 21px;
    }
    .main-intro__stats-title {
        order: 3;
        text-align: left !important;
        margin-top: 35px;
    }
    .main-intro__stat-label {
        margin: 15px 0;
    }
    .main-intro__stats {
        order: 4;
        flex-wrap: wrap;
        justify-content: start;
        gap: 35px 80px;
        margin-top: 15px;
        padding-bottom: 70px;
    }
    .main-intro__actions {
        order: 0;
        justify-content: center;
        z-index: 1;
        position: fixed;
        bottom: 20px;
        left: 0;
        width: calc(100% - 60px);
        align-items: center;
    }
    .main-intro__actions-btn {
        width: 90%;
        height: 50px;
        line-height: 50px;
    }
    .main-intro__actions-wa {
        display: none;
    }
    .main-intro__stat {
        order: 1;
    }
    .main-intro__slider .slider-btn {
        display: none;
    }
    .main-video__wrapper .block-title {
        margin-top: 0;
        text-align: left;
    }
}


/* Kubki */
.kubki {
    position: relative;
}

.kubki__img-light {
    width: 100%;
}

.kubki__img-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 2.5s;
}

.no-touchevents .kubki__img-dark:hover, .kubki__img-dark.is-hide {
    opacity: 0;
}

/** Guest visit */
.guest-visit {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 30px;
    border-bottom: 1px solid #000;
}
.gv__title {
    font-family: 'Carisma', "Times New Roman", sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}
.gv__text {
    font-size: 14px;
    margin: 5px 0;
}

@media (max-width: 640px) {
    .guest-visit {
        text-align: center;
        flex-direction: column;
        padding: 30px 0 20px;
    }
}

/* ------------ Main page --------------- */
.block-title {
    text-align: center;
    font-size: 86px;
    line-height: 94.6px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 400;
}
.block-title.block-title--left {
    text-align: left;
    max-width: none;
}
.block-title--small {
    font-size: 48px;
    line-height: 120%;
}

.block-text {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    max-width: 919px;
    margin: 0 auto;
}
.block-text.block-text--left {
    text-align: left;
    max-width: none;
}

/* Intro */
.intro {

    position: relative;
    z-index: 2;

    overflow: hidden;

    min-height: 100vh;

    display: flex;
    justify-content: space-between;
    flex-direction: column;

    padding: 0 75px;

}

.intro__video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro__video {
    position: absolute;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
}

.intro__slogan {
    font-size: 36px;
    line-height: 54px;
    padding-top: 150px;
    text-align: center;
}

.intro__title {
    font-family: 'Carisma', "Times New Roman", sans-serif;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.intro__title-title {
    font-family: 'Carisma', "Times New Roman", sans-serif;
    text-align: center;
    color: #000;
    font-size: 150px;
    line-height: 180px;
    white-space: nowrap;
}
.intro__title-subtitle {
    color: #555;
    font-size: 33px;
    line-height: 140%;
    max-width: 1000px;
    margin: 0 auto;
}

.more-btn {
    position: relative;
    text-align: center;
    width: 200px;
    height: 200px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.more-btn div {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: -17px;
    margin-right: -17px;
}

.more-btn div:after {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 0;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
    transform-origin: 100%;
}

.more-btn:hover {
    background: #fff;
}

.more-btn:hover div {
    border-top: 1px solid #75002C;
    border-right: 1px solid #75002C;
}

.more-btn:hover div:after {
    border-top: 1px solid #75002C;
}

.feedback-btn {
    width: 226px;
    height: 226px;
    border: 1px solid #75002C;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
    text-transform: uppercase;
    text-decoration: none;
    color: #75002C;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.feedback-btn.feedback-btn--rect {
    width: auto;
    height: auto;
    font-size: 16px;
    border-radius: 84px;
    padding: 20px 60px;
}

.feedback-btn.feedback-btn--small {
    width: 190px;
    height: 190px;
}

.feedback-btn:hover {
    border: 1px solid #A70340;
    color: #A70340;
}

.intro__feedback-btn {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: 345px;
    top: 63%;
}

.intro-list {
    display: flex;
}

.intro-list__item {
    box-sizing: border-box;
    padding: 80px 35px 90px 0;
    width: 25%;
    font-size: 26px;
    line-height: 36px;
}

.intro-list__item-title {
    margin-bottom: 18px;
}

/* Main Video */
.main-video__wrapper {
    margin: 50px 0 190px;
    padding-top: 50px;
}

.main-video__wrapper.main-video__wrapper--tin {
    margin-bottom: 90px;
    padding-top: 0;
}

.main-video {
    width: 100%;
}

.embed-container {
    --video--width: 1296;
    --video--height: 729;

    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;

}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Video player */
.video-player {
    position: relative;
}

.video-player__play {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

.video-player__play:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    margin-left: -12px;
    height: 0;
    width: 0;
    border: 24px solid transparent;
    border-left: 36px solid #fff;
}

.video-player.is-playing .video-player__play:before {
    content: none;
}

.video-player__play:after {
    content: none;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    height: 50px;
    width: 15px;
    border-right: 13px solid #fff;
    border-left: 13px solid #fff;
}

.video-player.is-playing .video-player__play:after {
    content: '';
}

.video-player__vol {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 40px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}

.video-player__control {
    opacity: 0;
    transition: opacity .2s;
}

.video-player.video-player--no-controls .video-player__control {
    display: none !important;
}

.video-player:hover .video-player__control {
    opacity: 0.5;
}

.video-player .video-player__control:hover {
    opacity: 1;
}

.video-player__vol--off {
    display: none;
}

.video-player.is-muted .video-player__vol--off {
    display: block;
}

.video-player.is-muted .video-player__vol--on {
    display: none;
}

.video-player__vol img {
    width: 19px;
}

/* Main info */
.main-info {
    padding: 0 0 160px;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.main-info b {
    font-family: 'Carisma', "Times New Roman", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #75002C;
}

/* Price */
.price {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 160px;
}

.price__particles {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 100%;
    height: 900px;
    background-image: url('/images/particles/part_3.png');
    background-repeat: no-repeat;
    background-position: top right;
    opacity: .3;
    margin-top: -500px;

}

.price__list {
    margin: 60px 0 50px;
}

.price__list-row, .price__list-row-2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.price__list-row {
    border-top: 1px solid #000;
    padding: 30px 0 0;
}
.price__list-row-2 {
    padding: 30px 0 30px;
}
.price__list-row-2:last-child {
    border-bottom: 1px solid #000;
}

.price__list-row.price__list-row--th {
    padding: 13px 0;
}

.price__list-row > div {
    flex-grow: 0;
    flex-shrink: 0;
}
.price__list-row > div:nth-child(1) {
    width: calc(100% - 100px);
}

.price__list-title {
    display: block;
    padding-right: 75px;
    box-sizing: border-box;
    font-family: 'Carisma', "Times New Roman", sans-serif;
    font-size: 60px;
    line-height: 68px;
}
.price__list-time {
    text-align: right;
    font-size: 24px;
    line-height: 24px;
    color: #75002C;
    text-transform: uppercase;
}

.price__list-price {
    font-size: 30px;
    line-height: 45px;
    white-space: nowrap;
}
.price__list-price-title {
    font-size: 24px;
    line-height: 16px;
    margin-bottom: 10px;
}
.price__list-price-value {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.price__list-price-value span {
    font-size: 24px;
    font-weight: 400;
}

/* Price Main */
.price-main {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 100px;
}

.price-main__particles {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 100%;
    height: 900px;
    background-image: url('/images/particles/part_3.png');
    background-repeat: no-repeat;
    background-position: top right;
    opacity: .3;
    margin-top: -500px;

}

.price-main__list {
    margin: 130px 0 50px;
}

.price-main__list-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 40px 0 60px;
}

.price-main__list-title-cont {
    position: relative;
}

.price-main__list-row.price-main__list-row--th {
    padding: 13px 0;
}

.price-main__list-row > div {
    flex-grow: 0;
    flex-shrink: 0;
}

.price-main__list-row > div:nth-child(1) {
    flex-grow: 0;
    width: 60%;
}

.price-main__list-row > div:nth-child(2) {
    width: 16%;
    text-align: center;
}

.price-main__list-row > div:nth-child(3) {
    width: 16%;
    text-align: center;
}

.price-main__list-row > div:nth-child(4) {
    width: 140px;
    text-align: right;
}

.price-main__list-th {
    font-size: 18px;
    line-height: 24px;
}

.price-main__list-title {
    position: relative;
    display: block;
    padding-right: 75px;
    box-sizing: border-box;
    font-family: 'Carisma', "Times New Roman", sans-serif;
    font-size: 47px;
    line-height: 58px;
}

.price-main__list-title-sup {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -65px;
    padding: 0;
    font-size: 18px;
    white-space: nowrap;
}

.price-main__list-price {
    font-size: 30px;
    line-height: 45px;
    white-space: nowrap;
}

.price-main__list-price .price-main__list-th {
    display: none;
}

.price-main__list-sign {
    font-size: 18px;
    color: #75002C;
    text-decoration: none;
    text-transform: uppercase;
}

.price-main__list-sign:hover {
    color: #A70340;
}

/* Visit */
.visit__schedule {
    margin: 80px 0 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #000;
}
.visit {
    margin: 180px 0 0;
    text-align: center;
}

.visit__btn {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

/* Contacts */
.contacts {
    padding: 50px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.contacts__info {
    font-size: 33px;
    line-height: 57px;
}

.contacts__info a {
    color: #851F45;
}

.contacts__phone {
    display: block;
    text-align: left;
    font-weight: 500;
    margin: 5px 0 30px;
}

.contacts__phone > div {
    position: relative;
}

.contacts__phone-number {
    position: relative;
    font-family: 'Carisma', "Times New Roman", sans-serif;
    text-align: center;
    font-size: 33px;
    line-height: 50px;
    color: #851F45;
    text-decoration: none;
}

.contacts__phone-number:hover {
    color: #A5023F;
}

.contacts__phone-sup {
    text-align: left;
    display: block;
    font-weight: 500;
    color: #75002C;
    margin-top: 5px;
    font-size: 27px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.contacts__phone-sup--2 {
    top: 35px;
}

.contacts__phone-sup:hover {
    color: #A5023F;
}

.contacts__extra {
    position: relative;
    height: 171px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.contacts__extra img {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

.contacts__img-map {
    cursor: pointer;
}

.contacts__img-marker {
    position: absolute;
    pointer-events: none;
    margin-left: -103px;
    margin-top: 50px;
    width: 45px;
    height: 63px;
}

.contacts__extra-items {
    position: relative;
    margin-left: 50px;
    width: calc(50% - 130px);
}

.contacts__extra-item {
    font-size: 33px;
    line-height: 57px;
    white-space: nowrap;
}

.contacts__extra-item--phone-title {
    display: none;
}

.contacts__extra-item a {
    color: #851F45;
}

/* Trainers */
.trainers {
    margin-top: 0;
}

.training-title {

}
.trainers__particles {
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0.65;
    width: 50%;
    height: 100vh;
    margin-top: -30vh;
    background-size: contain;
    background-image: url('/images/particles/trainers.png');
    background-repeat: no-repeat;
    background-position: left bottom;

}

/* Winner slider */
.winner-slider__wrapper {
    position: relative;
}

.winner-slider__overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+100&1+0,0+50,1+100 */
    background: -moz-linear-gradient(left, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 50%, rgba(246, 246, 246, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 50%, rgba(246, 246, 246, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 50%, rgba(246, 246, 246, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f6f6f6', GradientType=1); /* IE6-9 */
}

.winner-slider {
    margin: 60px 0;
}

.slick-slide {
    outline: none !important;
}

.winner-slider__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.winner-slider__slide img {
    width: 70px;
    height: 51px;
    margin-bottom: 4px;
}

/* Training */
.training {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /*height: 100vh;*/
    color: #fff;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    background: #666560;
}

.training.training--image {
    height: 100vh;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.training__video {
    position: relative;
    /*min-height: 100vh;*/
    min-width: 100vw;
    max-width: 250vw;
    width: 1920px;
}
img.training__video {
    filter: brightness(0.65);
}

.training__info-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.training__info {
    position: relative;
    font-size: 26px;
    line-height: 36px;
    margin-top: 67px;
    margin-left: 59px;
}

.training__title-cont {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}
.training__title-cont:hover {
    opacity: .7;
}

.training__title {
    position: relative;
    text-align: center;
    max-width: calc(100% - 230px);
}

.training__title-name {
    font-family: 'Carisma', "Times New Roman", sans-serif;
    font-size: 200px;
    line-height: 235px;
    font-weight: 300;
    text-transform: uppercase;
}
.training__title-name--small {
    font-size: 150px;
    line-height: 185px;
}

.training__title-sup {
    position: relative;
    margin-top: -30px;
    margin-right: -80px;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: right;
}

.training__more {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

/* Contacts popup */
.contacts-popup-overlay {
    position: fixed;
    z-index: 15;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    display: none;
}

.contacts-popup-overlay.is-active {
    display: block;
}

#map {
    width: 100%;
    height: 60vh;
}

.ymaps-2-1-77-ground-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.map-marker-info {
    position: relative;
    top: 65px;
    left: -60px;
    width: 170px;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    text-align: left;
}

/* Feedback */
.feedback-popup-overlay {
    position: fixed;
    z-index: 15;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 50px 140px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;

    transition: opacity .75s, visibility 0s .75s;
}

.feedback-popup-overlay.is-active {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;

    transition: all 0s;
}

.feedback-popup {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.feedback-popup.feedback-popup--white {
    padding: 35px 35px 45px;
    align-items: start;
}
.feedback-popup.feedback-popup--red {
    background: #75002C;
    color: #fff;
    padding: 35px 35px 45px;
    align-items: start;
}
.feedback-popup--red .help-block {
    color: #fff;
}

.feedback-popup--red .fp-title, .feedback-popup--white .fp-title {
    font-size: 48px;
    line-height: 106.5%;
    letter-spacing: -0.025em;
    text-transform: none;
    font-weight: 300;
    margin: 10px 0;
}

.feedback-popup--red .feedback__form, .feedback-popup--white .feedback__form {
    margin: 0 50px;
}
.feedback-popup--red .feedback__form input {
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.feedback-popup--white .feedback__form input {
    font-size: 18px;
}

.feedback-popup--red input::placeholder {
    color: #fff;
    opacity: .6;
}

.feedback-popup--red .feedback__submit-info {
    color: #fff;
    opacity: .6;
}
.feedback-popup--red .fp-success__title {
    color: #fff;
}

.feedback-popup--red .feedback-btn {
    color: #75002C;
    border: 1px solid #fff;
    background: #fff;
}

.feedback-popup {
    transform: scaleY(.5) translateY(-50px);
    opacity: 0;
    transition: transform .4s, opacity .25s;
    transform-origin: 0 0;
}

.feedback-popup-overlay.is-active .feedback-popup, .feedback-popup.is-active {
    transform: scaleY(1);
    opacity: 1;
    transition: transform .4s, opacity .75s;
}

.fp-success {
    display: none;
    padding-left: 150px;
}

.fp-success.is-active {
    display: block;
}

.feedback__submit-cont {
    display: flex;
}

.fp-title {
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 86px;
    text-align: left;
    text-transform: uppercase;
    width: 520px;
    flex-grow: 0;
    flex-shrink: 0;

}

.feedback__form-form.loading button[type=submit] {
    opacity: .65;
    pointer-events: none;
}
.feedback__submit-cont {
    margin-top: 70px;
    align-items: center;
}

.feedback__submit-info {
    font-size: 15px;
    line-height: 21px;
    margin-left: 80px;
    color: #7b7b7b;
}
.feedback-popup.feedback-popup--red .feedback__submit-info {
    margin-left: 30px;
}

.feedback__form {
    padding-left: 150px;
}

.feedback-popup.feedback-popup--red  .feedback__form {
    padding-left: 60px;
}

.feedback__form input {
    padding: 13px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 100%;
    outline: none !important;
}

.fp-success__title {
    text-transform: uppercase;
    font-weight: 500;
    color: #75002C;
    line-height: 120%;
}

.help-block {
    color: #75002C;
    font-size: 12px;
}

/* Page close */
.page__close {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 48px;
    height: 48px;
    z-index: 17;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    transition: background-color .5s;
    text-decoration: none;
}

.page__close:hover {
    background-color: #fff;
}

.page__close:hover .page__close-icon:before, .page__close:hover .page__close-icon:after {
    background: #A70340;
}

.page__close-icon:before, .page__close-icon:after {
    content: "";
    display: block;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 2px;
    background: #000;
}

.page__close-icon:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* Footer */
.footer__particles {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    height: 600px;
    background-image: url('/images/particles/part_4.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

/* Training view */
.training-banner {
    cursor: pointer;
    position: relative;
}
.training-banner img {
    width: 100%;
}

.tin__header {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 75px 0;
}

.tin__title-wrap {
    position: relative;
    margin-top: 10px;
    text-align: center;
}

.tin__title {
    font-size: 8vw;
    line-height: 100%;
    margin: 20px 0 0;
    font-weight: 300;
}
.tin__title.tin__title--0, .tin__title.tin__title--1 {
    font-size: 18vw;
}
.tin__title.tin__title--2 {
    font-size: 13vw;
}
.tin__title.tin__title--small {
    max-width: 80%;
    margin: auto;
    font-size: 130px;
    line-height: 130px;
}

.tin__title-text {
    display: inline-block;
}

.tin__name {
    text-align: center;
}

.tin__group {
    font-family: 'Euclid', Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    text-transform: none;
}

.tin__fb-cont {
    margin: 75px 0 70px;
}
.tin__feedback-btn {
    text-transform: uppercase;
    font-size: 24px;
    padding: 14px 65px;
    height: auto;
}

.tin__ad-list {
    display: flex;
    align-items: unset;
    flex-wrap: wrap;
    column-gap: 100px;
}

.tin__ad {
    font-size: 22px;
    line-height: 165%;
    width: calc(50% - 50px);
    flex-grow: 0;
    flex-wrap: wrap;
    flex-shrink: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
}

.tin__ad > div {
    font-family: 'Carisma', "Times New Roman", sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #77032c;
    margin: 45px 0 30px;
}

.tin__info {
    font-family: 'Carisma', "Times New Roman", sans-serif;
    text-align: center;
    font-size: 52px;
    line-height: 63px;
    margin: 170px 0;
}

.tin__h2 {
    font-size: 87px;
    font-style: normal;
    font-weight: 400;
    line-height: 95px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 65px;
}

.tin__exercises {
    margin-bottom: 90px;
    margin-top: 100px;
}

.tin__exercises-subtitle {
    font-size: 72px;
    line-height: 100%;
    font-weight: normal;
    margin: 10px;
    text-transform: uppercase;
}

.tin__ex-list {
}

.tin__ex {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    background: #fff;
    margin-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
}

.tin__ex--reverse {
    flex-direction: row-reverse;
}
.tin__ex-info {
    padding: 20px 20px 30px 0;
    flex-grow: 1;
}
.tin__ex--reverse .tin__ex-info {
    text-align: left;
    padding: 20px 20px 0 50px;
}

.tin__ex-poster {
    position: relative;
    height: 450px;
}
.tin__ex img, .tin__ex video {
    position: relative;
    height: 100%;
}
img+.tin__point-info {
    display: none !important;
}
.touchevents .tin__ex video+.tin__point-info {
    display: block;
    position: absolute;
    font-size: 0;
    color: transparent;;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url("/images/icons/play.svg") no-repeat;
    background-size: cover;
    pointer-events: none;
}
.touchevents .tin__ex video.is-playing+.tin__point-info {
    display: none;
}
.no-touchevents .tin__ex video+.tin__point-info {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 6px 15px;
    font-size: 12px;
    white-space: nowrap;
}
.no-touchevents .tin__ex-poster:hover .tin__point-info {
    display: none !important;
}
.tin__ex-title {
    font-family: 'Carisma', "Times New Roman", sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #77032c;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.tin__ex-text {
    font-size: 18px;
    line-height: 27px;
}

.tin__form {
    margin-bottom: 135px;
}

.tin__result-particles {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 800px;
    opacity: .5;

    background-image: url('/images/particles/part_2.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.tin__result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.tin__result {
    flex-grow: 0;
    flex-wrap: wrap;
    flex-shrink: 0;
    padding: 15px 35px 25px;
    box-sizing: border-box;
    width: calc(50% - 20px);
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.tin__result-header {
    font-family: 'Carisma', "Times New Roman", sans-serif;
    color: #75002C;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
.tin__result-title {
    font-size: 37px;
    line-height: 120%;
}

.tin__result-dig {
    font-size: 56px;
    font-weight: 300;
}


.tin__result p {
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
    margin: 30px 0 15px;
}

.tin__contacts {
    margin-top: 70px;
    border-top: 0;
}

/* Schedule */
.schedule-page {
    margin-top: 100px;
    font-size: 16px;
}
.schedule-page p {
    margin-bottom: 25px;
}


/* Whom */
.tin__whom-section {
    padding-top: 50px;
    padding-bottom: 150px;
}
.tin__whom {
   display: flex;
   align-items: flex-start;
   gap: 100px;
   margin: 25px 0;
   text-align: center;
}
.tin__whom-col {
  flex-grow: 1;
  flex-basis: 0;
}
.tin__whom-image {
    height: 190px;
}
.tin__whom-title {
    font-size: 36px;
    line-height: 120%;
    padding: 22px 20px 30px;
    border-bottom: 1px solid #e3e3e3;
    color: #75002C;
}
.tin__whom-text {
    font-size: 18px;
    line-height: 120%;
    padding: 30px 50px;
}

/* --------- Adaptive ---------- */
@media (max-width: 1650px) {

    .intro__title-title {
        font-size: 110px;
        line-height: 140px;
    }

    /* Price */
    .price__list-title {
        font-size: 47px;
        line-height: 58px;
    }

    .price__list-price {
        font-size: 30px;
        line-height: 45px;
    }

    /* Price Main */
    .price-main__list-title {
        font-size: 47px;
        line-height: 58px;
    }

    .price-main__list-price {
        font-size: 30px;
        line-height: 45px;
    }

    .price-main__list-th {
        font-size: 18px;
        line-height: 24px;
    }

    .price-main__list-title-sup {
        font-size: 18px;
        line-height: 24px;
    }

    /* Feedback */
    .fp-title {
        font-size: 56px;
        line-height: 67px;
        width: 430px;
    }

    /* Contacts */
    .contacts__extra-items {
        margin-left: 50px;
    }

}

@media (max-width: 1500px) {
    .tin__group {
        /*bottom: -20px;*/
    }

    .intro__slogan {
        font-size: 24px;
        line-height: 29px;
        padding-top: 100px;
    }

    .intro-list__item {
        padding-top: 105px;
        font-size: 18px;
        line-height: 24px;
    }

    .main-video__wrapper {
        margin: 0 0 50px;
        padding-top: 50px;
    }

    /* Price */
    .price__list-title {
        font-size: 42px;
        line-height: 52px;
    }

    .price__list-price {
        font-size: 24px;
        line-height: 36px;
    }

    /* Price Main */
    .price-main__list {
        margin-top: 90px;
    }

    .price-main__list-title {
        font-size: 42px;
        line-height: 52px;
    }

    .price-main__list-price {
        font-size: 24px;
        line-height: 36px;
    }

    .price-main__list-th {
        font-size: 14px;
        line-height: 24px;
    }

    .price-main__list-title-sup {
        font-size: 14px;
        line-height: 24px;
        top: -25px;
    }

    .price-main__list-row > div:nth-child(1) {
        width: 50%;
    }

    /* Main info */
    .main-info {
        padding: 30px 0 110px;
        text-align: center;
    }

    /* Trainings */
    .trainers {
        margin-top: 0;
    }

    .training__title-name {
        font-size: 13vw;
        line-height: 100%;
    }
    .training__title-name--small {
        font-size: 9vw;
        line-height: 120%;
    }

    .training__title-sup {
        font-size: 2vw;
    }

    .more-btn {
        width: 150px;
        height: 150px;
    }

    .more-btn div:after {
        width: 81px;
    }

    .more-btn div {
        width: 40px;
        height: 40px;
    }

    /* Feedback */
    .feedback-popup {
        flex-direction: column;
    }
    .feedback-popup.feedback-popup--red, .feedback-popup.feedback-popup--whited {
        flex-direction: row;
    }

    .feedback-popup--red .feedback__submit-info, .feedback-popup--white .feedback__submit-info {
        font-size: 10px;
        line-height: 130%;
        margin-left: 18px;
    }

    .fp-title {
        width: auto;
    }

    .feedback-btn.feedback-btn--rect {
        font-size: 12px;
        line-height: 17px;
        border-radius: 20px;
        padding: 11px 40px;
    }
    .feedback-popup--red .feedback__form input, .feedback-popup--white .feedback__form input {
        font-size: 16px;
        padding: 20px 0 0;
    }

    .feedback-popup.feedback-popup--red .fp-title, .feedback-popup.feedback-popup--white .fp-title {
        width: 470px;
        font-size: 32px;
        line-height: 106.5%;
    }


    .feedback-popup--red .feedback__form, .feedback-popup--white .feedback__form {
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .fp-success {
        padding-left: 0;
        width: 100%;
    }

    .tin__ex-poster {
        height: 30vw;
    }

}

@media (max-width: 1100px) {
    /* Price */
    .price__list-title {
        font-size: 32px;
        line-height: 38px;
    }

    .price-main__list-title {
        font-size: 32px;
        line-height: 38px;
    }

    /* Block text */
    .block-title {
        font-size: 64px;
        line-height: 72px;
    }

    .block-title--small {
        font-size: 27px;
        line-height: 120%;
    }

    .block-text {
        font-size: 22px;
        line-height: 32px;
    }

    /* Footer */
    .footer {
        padding-bottom: 100px;
    }

    /* Header */
    .intro {
        padding: 0 32px;
    }

    .intro__title-title {
        font-size: 10vw;
        line-height: 14vw;
    }
    .intro__title-subtitle {
        font-size: 24px;
    }

    .intro-list {
        flex-wrap: wrap;
    }

    .intro-list__item {
        width: 50%;
        padding: 25px 35px 25px 0;
    }

    .intro__feedback-btn {
        width: 150px;
        height: 150px;
        font-size: 15px;
        left: auto;
        right: 5%;
        top: 110%;
    }

    .feedback-btn.feedback-btn--small {
        width: 150px;
        height: 150px;
        top: 0;
        bottom: auto;
        right: 0;
        left: auto;
        margin-right: -100px;
        margin-top: -110px;
    }

    /* Main info */
    .main-info {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 0 60px;
        margin-top: 35px;
    }

    /* Trainings */
    .training__info {
        font-size: 24px;
        line-height: 30px;
        margin-top: 39px;
        margin-left: 42px;
    }
    .training__title {
        max-width: none;
    }
    .training__title.training__title--small .training__title-sup {
        margin-right: 25px;
    }

    .tin__exercises-subtitle {
        display: none;
    }

    .tin__ex-dance > div {
        width: calc(50% - 30px);
    }
    .tin__ex-dance-title {
        font-size: 36px;
        line-height: 104.5%;
        margin: 0;
    }
    .tin__ex-dance-anons {
        font-size: 24px;
        line-height: 140%;
    }
    .tin__ex-dance-btn {
        font-size: 14px;
        line-height: 24px;
        border-radius: 27px;
        padding: 12px 44px;
    }

    /* Contacts */
    .feedback-popup.feedback-popup--red {
        flex-direction: column;
    }
    .feedback-popup.feedback-popup--red .feedback__form {
        margin: 0;
        padding-left: 0;
    }

    .feedback__submit-btn {
        width: 150px;
        height: 150px;
        font-size: 15px;
    }
    .feedback-popup--red .fp-title {
        font-size: 32px;
        line-height: 136.5%;
    }

    /* Tin */
    .tin__header {
        padding: 0 35px;
    }

    .tin__h2 {
        font-size: 64px;
        line-height: 74px;
        margin: 70px 0 50px;
    }

    .tin__group {
        font-size: 2.4vw;
        line-height: 2.4vw;
    }

    /* Contacts */
    .contacts__extra-items {
        width: auto;
    }

    /* Visit schedule */
    .visit__schedule {
        margin: 70px 0 0;
        padding-top: 0;
    }


    /* Tin poster */
    .tin__ex {
        display: block;
    }
    .tin__ex-poster {
        height: auto;
    }
    .tin__ex img, .tin__ex video {
        width: calc(100% - 30px);
        padding: 20px 15px 0;
    }
    .tin__ex-info, .tin__ex--reverse .tin__ex-info {
        padding: 15px 15px 25px;
        text-align: left;
    }

}

@media (max-width: 780px) {

    .intro__video-wrapper {
        width: 100vw;
        height: 100vh;
    }

    /* Price */
    .price__particles {
        background-size: 70%;
        opacity: .25;
        margin-top: -500px;
    }

    .price__list {
        margin: 30px 0;
    }
    .price__list-row-2 {
        padding: 30px 0 50px;
    }
    .price__list-title {
        font-size: 24px;
        line-height: 29px;
        padding-right: 10px;
    }
    .price__list-time {
        font-size: 14px;
        line-height: 14px;
        white-space: nowrap;
    }
    .price__list-price-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .price__list-price-value {
        font-size: 21px;
        line-height: 25px;
    }

    /* Price Main */
    .price-main__particles {
        background-size: 70%;
        opacity: .25;
        margin-top: -500px;
    }

    .price-main__list-title {
        font-size: 27px;
        line-height: 38px;
    }

    .price-main__list {
        margin-top: 30px;
    }

    .price-main {
        padding-top: 60px;
        margin-top: 0;
    }

    .price-main__list-row--th {
        display: none;
    }

    .price-main__list-row {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 20px 0 10px;
    }

    .price-main__list-row > div {
        margin: 10px 0;
    }

    .price-main__list-row > div:nth-child(1) {
        width: 100%;
    }

    .price-main__list-row > div:nth-child(2), .price-main__list-row > div:nth-child(3) {
        width: 50%;
        text-align: left;
    }

    .price-main__list-row > div:nth-child(4) {
        width: 100%;
        text-align: left;
    }

    .price-main__list-price .price-main__list-th {
        display: block;
        margin-top: 0;
    }

    .price-main__list .price-main__list-row:nth-child(2) {
        border-top: 1px solid #000;
    }
    .price-main__list-title-sup {
        font-size: 14px;
        line-height: 24px;
        top: -16px;
        margin-left: -60px;
        left: auto;
        right: 0;
    }

    /* Block text */
    .block-title {
        font-size: 33px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .left-on-mobile {
        text-align: left !important;
    }

    .block-text {
        font-size: 16px;
        line-height: 24px;
    }

    /* Header */
    .intro {
        display: block;
        height: auto;
    }

    .intro__slogan {
        font-size: 16px;
        line-height: 24px;
        padding-top: 35vw;
    }


    .tin__ad {
        width: 100%;
        padding: 15px 0 35px 0;
        font-size: 19px;
        line-height: 150%;
    }

    .training-title {
        margin-top: 110px;
    }

    .intro__title .intro__title-title {
        position: relative;
        top: -50px;
    }

    .intro__title .intro__title-subtitle {
        position: relative;
        font-size: 18px;
        top: -50px;
    }

    .intro__feedback-btn {
        top: 50%;
        margin-top: 25px;
    }

    .intro-list {
        margin-top: 50px;
    }

    .main-video__wrapper {
        margin-bottom: 0;
    }
    /* Main info */
    .main-info {
        font-size: 17px;
        line-height: 25px;
        padding: 70px 0 40px;
        margin-top: 0;
    }

    .trainers {
        padding-top: 20px;
    }
    .price {
        margin-bottom: 60px;
    }

    /* Trainings */
    .training__title-sup {
        font-size: 2.6vw;
        margin-right: -40px;
    }
    .training__title-name {
        line-height: 100%;
    }

    .training__info {
        font-size: 18px;
        line-height: 24px;
        margin-top: 24px;
        margin-left: 23px;
    }

    .more-btn {
        width: 100px;
        height: 100px;
    }

    .more-btn div:after {
        width: 56px;
    }

    .more-btn div {
        width: 25px;
        height: 25px;
    }

    /* Contacts */
    .contacts {
        padding: 65px 0 40px;
    }

    .contacts__info {
        font-size: 18px;
        line-height: 28px;
        padding: 0 0 10px;
    }

    .contacts__phone {
        display: block;
        text-align: left;
        font-weight: 500;
        margin: 5px 0 30px;
    }
    .contacts__phone a {
        text-align: left;
        display: block;
        font-weight: 500;
    }

    .contacts__phone-number {
        font-size: 4vw;
        line-height: 5vw;
    }

    .contacts__phone-sup {
        position: static;
        color: #75002C;
        margin-top: 5px;
        font-size: 4vw;
        line-height: 5vw;
    }
    .contacts__extra {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        padding-bottom: 133px;
    }

    .contacts__extra-items {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    .contacts__extra-item {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0;
    }

    .contacts__extra-item--phone-title {
        display: block;
        margin: 0 0 15px;
    }

    .contacts__extra-item span {
        display: block;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 15px;
    }

    .contacts__extra img {
        position: absolute;
        left: 50%;
        margin-left: 0;
        transform: translateX(-50%);
    }

    .contacts__extra img.contacts__img-map {
        transform: translateX(-50%) scale(.6);
    }

    /* Feedback */
    .feedback-btn {
        width: 150px;
        height: 150px;
    }

    .feedback__form .feedback-btn.feedback-btn--rect {
        width: calc(100vw - 80px);
        border-radius: 25px;
        padding: 16px 40px;
    }
    .feedback-popup.feedback-popup--red .feedback__submit-info {
        font-size: 12px;
        line-height: 16px;
        margin: 20px 0 0;
    }

    .fp-title {
        font-size: 24px;
        line-height: 29px;
        padding-right: 140px;
    }
    .feedback-popup.feedback-popup--red .fp-title {
        padding-right: 0;
    }

    .feedback-btn.feedback-btn--small {
        margin-top: -130px;
    }

    .feedback__submit-cont {
        flex-direction: column;
    }

    .feedback__submit-info {
        margin: 35px 0 0;
        padding: 0;
        text-align: center;
    }

    .feedback-popup.feedback-popup--red .feedback__form input {
        line-height: 36px;
    }

    .feedback-popup.feedback-popup--red .fp-title {
        width: auto;
    }

    .feedback-popup-overlay {
        padding: 50px 70px;
    }

    .feedback__submit-cont {
        margin-top: 40px;
    }

    /* Footer */
    .footer {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 15px 0;
    }

    .footer > div {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    /* Tin */
    .tin__group {
        font-size: 18px;
        line-height: 24px;
    }

    .feedback-btn.tin__feedback-btn {
        margin-right: 0;
    }

    .tin__exercises {
        margin-bottom: 50px;
    }

    .tin__h2 {
        font-size: 33px;
        line-height: 40px;
        margin: 80px 0 30px;
    }

    .visit {
        margin: 50px 0 0;
    }
    .visit__schedule {
        margin-top: 40px;
        padding: 30px 0;
    }


    .contacts.tin__contacts {
        margin-top: 40px;
    }

    .winner-slider {
        margin: 50px 0;
    }

    /* Train results */
    .tin__result-list {
        display: block;
    }
    .tin__result {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 20px 5px;
    }
    .tin__result p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }
    .tin__fb-cont {
        margin: 75px 0 50px;
    }
    .tin__feedback-btn {
        font-size: 18px;
        padding: 9px 65px;
    }
    .tin__info {
        font-size: 23px;
        line-height: 28px;
        margin: 80px 0;
    }
    .tin__ex-title {
        font-size: 12px;
        line-height: 17px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .tin__ex-text {
        font-size: 14px;
        line-height: 21px;
    }
    .tin__form {
        padding: 0 !important;
        margin-bottom: 15px;
    }

    /* Whom */
    .tin__whom-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tin__whom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin: 25px 0;
        text-align: center;
    }
    .tin__whom-col {
        flex-grow: 1;
        flex-basis: 0;
    }
    .tin__whom-image {
        height: 190px;
    }
    .tin__whom-title {
        font-size: 36px;
        line-height: 120%;
        padding: 22px 20px 30px;
        border-bottom: 1px solid #e3e3e3;
        color: #75002C;
    }
    .tin__whom-text {
        font-size: 18px;
        line-height: 120%;
        padding: 30px 50px;
    }
}

@media (max-width: 610px) {

    .intro__video {
        max-height: 100vh;
    }

    .intro-list {
        margin-top: 30px;
    }

    .intro-list__item {
        font-size: 16px;
        line-height: 19px;
    }

    .feedback-btn.feedback-btn--small {
        margin-top: 40px;
    }
    .feedback-popup.feedback-popup--white {
        padding: 45px 0 0;
    }
    .feedback-popup.feedback-popup--red .fp-title, .feedback-popup.feedback-popup--white .fp-title {
        width: 100%;
    }

    .main-video__wrapper {
        padding-top: 40px;
    }
    .main-video__wrapper.main-video__wrapper--tin {
        margin-bottom: 30px;
    }

    /* Block text */
    .block-title {
        font-size: 28px;
        line-height: 34px;
    }

    .block-text {
        font-size: 16px;
        line-height: 27px;
    }

    .training__title-sup {
        font-size: 2.8vw;
    }

    .training__info {
        font-size: 14px;
        line-height: 20px;
        margin-top: 18px;
        margin-left: 15px;
    }

    .tin__ex-dance {
        display: block;
    }
    .tin__ex-dance > div {
        width: 100%;
    }
    .tin__ex-dance-title {
        font-size: 20px;
        line-height: 100%;
        margin: 15px 0;
    }
    .tin__ex-dance-anons {
        font-size: 13px;
        line-height: 140%;
        margin: 0 0 20px;
    }
    .tin__ex-dance-btn {
        width: 100%;
        font-size: 12px;
        line-height: 12px;
        border-radius: 19px;
        padding: 12px 44px;
    }


    /* Feedback */
    .feedback-popup-overlay {
        padding: 30px 30px;
    }

    /* Train results */
    .tin__result-title {
        font-size: 8vw;
    }

    .tin__header {
        margin-bottom: 0;
        padding: 0 15px;
    }

}

@media (max-width: 400px) {
    .main-intro__info {
        align-items: flex-start;
    }
    .main-intro__ya {
        width: 100%;
    }
    .main-intro__ya-block {
        box-sizing: border-box;
        max-width: 100%;
        gap: 10px;
    }
    .main-intro__ya img {
        width: 80px;
    }
}