@media (max-width: 768px) {
    .wrapper-main-fire-one {
        background: url(../images/block_top_mobile.png) 0% 0% no-repeat, url(../images/block_bottom_mobile.png) 0% 100% no-repeat, url(../images/block-new-1.png) 0 23% no-repeat, url(../images/block-new-2.png) 0 50% no-repeat;
        background-size: 100% auto, 100% auto, 100% auto, auto 30%, 100% auto;
    }
  .wrapper-main-two {
    background: url(../images/block_top_mobile.png) 0% 0% no-repeat, url(../images/block_bottom_mobile.png) 0% 100% no-repeat;
    background-size: 100% auto, 100% auto, 100% auto, auto 30%, 100% auto;
  }

  .wrapper-error {
    background: url("../images/error-img/frame-green.png") no-repeat, url("../images/error-img/frame-blue.png") no-repeat;
    background-size: auto;
    background-position: center;
  }

  .wrapper-main-fire-two {
    background: url("../images/block_top_mobile.png") 0 100px no-repeat, url("../images/block-new-mob1.png") 0 275px no-repeat, url("../images/block-new-mob2.png") 0 550px no-repeat, url("../images/block-new-mob3.png") 0 780px no-repeat, url("../images/block-new-mob4.png") 0 1060px no-repeat;
    background-size: 100% auto, 100% auto, 100% auto, 100% auto, 100% auto;
  }

  .block-error__image-one {
    top: 34px;
    left: 32px;
  }
  .block-error__image-one img {
    width: 110px;
  }
  .block-error__title h1 {
    margin-bottom: 0;
  }
  .block-error__title h3 {
    margin-bottom: 32px;
  }
  .block-error__title .btn-main {
    width: 300px;
  }
  .block-error__image-two {
    bottom: 23px;
    right: 17px;
  }
  .block-error__image-two img {
    width: 156px;
  }

  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .container .header {
    display: grid;
    height: 70px;
    margin: 0;
    grid-template-columns: 50px 1fr 50px 50px;
  }
  .container .header .logo {
    z-index: 101;
    width: 64px;
    grid-column: 2;
    justify-self: center;
    margin-left: 50px;
    grid-row: 1;
  }
  .container .header .logo img {
    width: 64px;
  }
  .container .header .lang-buy-wrapper {
    display: block;
    width: 100vw;
    padding-right: 63px;
  }
  .container .header .menu {
    z-index: 101;
    width: 50px;
    height: 50px;
    display: block;
    justify-self: end;
    grid-column: 4;
    margin-right: 5px;
    grid-row: 1;
    border-radius: 15px;
    background-color: #EFF0F7;
  }
  .container .header .menu .menu {
    padding: 17px 17px;
  }
  .container .header .menu-main {
    width: 100%;
    min-height: 100vh;
    transform: translateY(-150%);
    animation: ani 0s forwards;
    flex-direction: column;
    background: #fff;
    background-image: url(/static/website/images/bg-menu.png);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    align-items: start;
    position: absolute;
    grid-column: 1;
    top: 0;
    z-index: 100;
    padding-top: 70px;
        justify-content: flex-start;
  }
  .container .header .menu-main ul {
    margin: 0 auto;
    flex-direction: column;
    list-style: none;
    text-align: center;
    padding: 18px 0 0 0;
  }
  .container .header .menu-main ul li {
    padding-bottom: 0;
  }
  .container .header .menu-main ul li:first-child a {
    padding-top: 0;
  }
  .container .header .menu-main ul li a {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .container .header .menu-main .main-mob-dop {
    position: relative;
    height: auto;
    margin-bottom: 8px;
    padding: 0;
    top: 0;
    left: 0;
  }
  .container .header .menu-main .main-mob-dop li:first-child a {
    padding-top: 10px;
  }
  .container .header .menu-main .ellipsis {
    display: none;
  }
  .container .header .menu-main .btn-buy-ticket {
    width: 90%;
    margin: 1rem auto;
  }
  .container .header .input-wrapper {
    width: 50px;
    margin-top: -16px;
    margin-left: 5px;
    justify-self: start;
    position: absolute;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
  }
  .container .header .dropdown-lang {
    float: right;
  }
  .container .header .dropdown-lang .sl-nav ul li:hover ul, .container .header .dropdown-lang .sl-nav ul li:hover .triangle {
    display: none;
  }
  .container .header .dropdown-lang .sl-nav ul li[data-open=true] ul, .container .header .dropdown-lang .sl-nav ul li[data-open=true] .triangle {
    display: block;
  }
  .container .header .dropdown {
    display: none;
  }
  .container .header .btn-main {
    width: 240px;
    display: block;
    margin: 0 auto;
    margin-bottom: 33px;
  }
  @keyframes ani {
    0% {
      transform: translateY(-150%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .container .burg {
    display: none;
  }
  .container .breadcrumbs {
    display: none !important;
  }
  .container .date-table {
    overflow-x: scroll;
    max-width: 720px;
    margin: 0 auto;
  }
  .container .date-table .table {
    border-radius: 0px;
  }
  .container .date-table .table tbody tr td {
    min-width: 56px;
    height: 48px !important;
    padding: 5px;
  }
  .container .date-table .table tbody tr td .kalendar-day {
    font-size: 12px;
  }
  .container .date-table .table tbody tr td .kalendar-date {
    font-size: 12px;
  }
  .container .date-table .table tbody tr td:nth-child(odd) {
    min-width: 55px;
  }
  .container .block-cards {
    height: 100%;
  }
  .container .block-cards .card {
    width: 350px;
    height: 100%;
    margin-bottom: 20px;
  }
  .container .block-cards .card__image-head img {
    width: 350px;
  }
  .container .block-cards .card__main {
    padding: 0;
  }
  .container .block-cards .card__main h1 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-align: left;
  }
  .container .block-cards .card__main p {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
  .container .block-cards .card__main-info {
    width: auto;
  }
  .container .block-cards .card__main-info span {
    font-size: 14px;
  }
  .container .select-table {
    max-width: 100%;
    border-radius: 0;
    margin-bottom: 0;
        width: 100%;
  }
  .container .select-table .selected .select-box {
    width: auto;
    margin: 10px;
  }
  .container .select-table .selected .select-box .options-container {
    border-radius: 7px;
    margin-top: 38px;
    width: auto;
  }
  .container .select-table .selected .select-box .options-container--large {
    margin-top: 53px;
  }
  .container .select-table .selected .select-box .options-container.active {
        max-height: unset;
    width: -webkit-fill-available;
  }
  .container .select-table .selected .select-box .options-container.active + .vid::after {
    top: -16px;
  }
  .container .select-table .selected .select-box .options-container.active + .vid--large::after {
    top: -22px !important;
  }
  .container .select-table .selected .select-box .options-container::-webkit-scrollbar {
    width: 4px;
  }
  .container .select-table .selected .select-box .options-container .option label {
    font-size: 12px;
    line-height: 15px;
    min-height: 30px;
    padding: 6px 0;
  }
  .container .select-table .selected .select-box .options-container .option .option-icon {
    width: 60px;
  }
  .container .select-table .selected .select-box .options-container .option .option-icon__country {
    width: 34px;
  }
  .container .select-table .selected .select-box .options-container .option .option-icon__sports {
    width: 46px;
    height: 35px;
    padding: 6px 0;
  }
  .container .select-table .selected,
  .container .select-table .selected .select-box .vid {
        width: 100%;
    }
  .container .select-table .selected .select-box .vid {
    padding: 10px 50px 10px 10px;
    border: 1px solid #FFC65E;
    margin: 0;
    border-radius: 7px;
    font-size: 12px;
    line-height: 15px;
    height: auto;
    border: none;
  }
  .container .select-table .selected .select-box .vid::after {
    width: 11px;
    right: 5px;
    top: 16px;
  }
  .container .select-table .selected .select-box .vid--large {
    height: 50px;
  }
  .container .select-table .selected .select-box .vid--large::after {
    top: 22px !important;
  }
  .container .select-table .selected:last-child .select-box:not(.select-box--only) {
    margin-top: 0;
  }
  .container h1 {
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    margin: 30px 0px 30px 0px;
  }
  .container .bottom-header {
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 6px;
    padding: 0 1rem;
  }
  .container .bottom-header__title {
    width: 100%;
    margin: 0 auto;
    order: -2;
  }
  .container .bottom-header__title h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0px 0px 6px 0px;
    text-align: center;
  }
  .container .bottom-header__title h4 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 21px;
  }
  .container .bottom-header__img {
    right: -16px;
    top: 164px;
  }
  .container .bottom-header__img img {
    width: auto;
    height: 100%;
  }
  .container .bottom-header .btn-main {
    width: 300px;
    height: 50px;
  }
  .container .bottom-header .frame {
    order: -1;
    align-items: start;
    flex-direction: column;
    margin: 0 0 20px 0;
        padding-left: 1rem;
  }
  .container .bottom-header .frame .frame-link {
    align-items: start;
    margin: 0 0 15px 0px;
  }
  .container .bottom-header .frame .frame-link h2 {
    font-size: 30px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .container .bottom-header .frame .frame-link span {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    text-align: left;
  }
  .container .bottom-header .frame .frame-link img {
    width: 54%;
  }
  .container .bottom-header .frame .frame-link:last-child {
    margin: 0;
  }
  .container .central-table {
    width: 100%;
    margin: 0 auto;
  }
  .container .central-table .main-table {
    font-size: 12px;
    margin-top: 3px;
    border-radius: 15px;
  }
  .container .central-table .main-table .section-head__table tr td:nth-child(1), .container .central-table .main-table .section-head__table tr th:nth-child(1) {
    padding: 0 23px 0 10px;
  }
  .container .central-table .main-table .section-head__table tr td:nth-child(1) .vector, .container .central-table .main-table .section-head__table tr th:nth-child(1) .vector {
    margin-left: 6px;
  }
  .container .central-table .main-table .section-head__table tr td:last-child, .container .central-table .main-table .section-head__table tr th:last-child {
    width: 43px;
    padding-left: 12px;
  }
  .container .central-table .main-table .section-head__table tr td:nth-child(n+3):nth-child(-n+5), .container .central-table .main-table .section-head__table tr th:nth-child(n+3):nth-child(-n+5) {
    width: 23px;
    padding: 0 0 0 14px;
  }
  .container .central-table .main-table .section-head__table tr td:nth-child(n+3):nth-child(-n+5) img, .container .central-table .main-table .section-head__table tr th:nth-child(n+3):nth-child(-n+5) img {
    width: 23px;
  }
  .container .central-table .main-table .section-head__table .stage-medal {
    width: 19px;
    height: 19px;
  }
  .container .central-table .main-table tr {
    height: 50px;
  }
  .container .central-table .main-table tr td:nth-child(1), .container .central-table .main-table tr th:nth-child(1) {
    width: 29px;
    font-weight: 700;
    padding: 0 14px 0 10px;
  }
  .container .central-table .main-table tr td:nth-child(1) img, .container .central-table .main-table tr th:nth-child(1) img {
    margin-left: 6px !important;
  }
  .container .central-table .main-table tr td:nth-child(2), .container .central-table .main-table tr th:nth-child(2) {
    width: 179px;
    padding: 0;
  }
  .container .central-table .main-table tr td:nth-child(2) div, .container .central-table .main-table tr th:nth-child(2) div {
    border-radius: 5px;
  }
  .container .central-table .main-table tr td:nth-child(2) div img, .container .central-table .main-table tr th:nth-child(2) div img {
    width: 34px;
    margin-right: 8px;
  }
  .container .central-table .main-table tr td:nth-child(n+3):nth-child(-n+5), .container .central-table .main-table tr th:nth-child(n+3):nth-child(-n+5) {
    text-align: end;
    width: 23px;
    padding: 0 2px 0 24px;
  }
  .container .central-table .main-table tr td:last-child, .container .central-table .main-table tr th:last-child {
    width: 42px;
  }
  .container .central-table .main-table .section-main__table tr th:last-child {
    padding-left: 42px;
  }
  .container .central-table .main-table .section-main__table tr th:last-child:last-child img {
    width: 12px;
    margin-left: 17px;
  }
  .container .btn-table {
    display: block;
    margin: 0 auto;
    border: 1px solid #FFC65E;
    width: 300px !important;
    height: 50px !important;
  }
  .container .show-block {
    margin-bottom: 0;
    padding: 0 5px;
  }
  .container .show-block h1 {
    margin: 0px 0px 20px 0px;
  }
  .container .show-block__value {
    display: none;
  }
  .container .show-block__fire {
    padding: 0;
  }
  .container .show-block__fire-city {
    justify-content: center;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .container .show-block__fire-city__item {
    width: 257px;
    height: 210px;
    justify-content: start;
    flex-direction: column-reverse;
    border-radius: 10px;
    margin: 0 0 40px 0 !important;
  }
  .container .show-block__fire-city__item:last-child {
    margin: 0 0 94px 0;
  }
  .container .show-block__fire-city__item-title {
    margin-top: 10px;
  }
  .container .show-block__fire-city__item-title h3 {
    font-size: 18px !important;
    margin-bottom: 7px;
  }
  .container .show-block__fire-city__item-title h6 {
    font-size: 18px !important;
  }
  .container .show-block__fire-city__item-img {
    width: 259px;
    height: 153px;
    border-radius: 0px 0px 20px 20px;
  }
  .container .show-block__fire-city__item:nth-child(odd) {
    margin: 0;
  }
  .container .show-block__fire-city__item:nth-child(odd) .fire img, .container .show-block__fire-city__item:nth-child(odd) .fire svg {
    left: 0;
    top: 130px;
  }
  .container .show-block__fire-city__item:nth-child(odd) .flame, .container .show-block__fire-city__item:nth-child(odd) .flame-out {
    bottom: 37px;
    left: -45px;
  }
  .container .show-block__fire-city__item:nth-child(even) {
    margin: 0;
  }
  .container .show-block__fire-city__item:nth-child(even) .fire img, .container .show-block__fire-city__item:nth-child(even) .fire svg {
    left: -42px;
    top: 130px;
  }
  .container .show-block__fire-city__item:nth-child(even) .flame, .container .show-block__fire-city__item:nth-child(even) .flame-out {
    bottom: 37px;
    left: 211px !important;
  }
  .container .show-block__fire-city .fire .fire-arrow-desktop {
    display: none;
  }
  .container .show-block__fire-city .fire .fire-arrow-mob {
    display: block;
  }
  .container .show-block__fire-city .fire .fire-arrow {
    top: 117px !important;
    left: -13px !important;
    width: 25px;
    height: 25px;
  }
  .container .show-block .btn-show {
    display: block;
    width: 330px;
    height: 50px;
    margin: 0 auto;
  }
  .container .news {
    margin-top: 55px;
    display: block !important;
  }
  .container .news-block {
    margin: 0 auto 1rem;
  }
  .container .news-block ~.btn-mobile {
    width: 90%;
  }
  .container .news-block h1 {
    margin: 55px 0px 20px 0px;
  }
  .container .news-block__items {
    width: auto;
    height: auto;
    margin: 0 1rem;
  }
  .container .news-block__items-sub {
    background: #fff;
    padding: 18px 27px 13px 20px;
  }
  .container .news-block__items-sub:hover {
    background: #fcf9f2;
  }
  .container .news-block__items-sub h6 {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .container .news-block__items-sub a {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 13px;
  }
  .container .news-block__items-sub span {
    font-size: 14px;
    line-height: 17px;
  }
  .container .news-block button {
    height: 50px;
  }
  .container .block-slider {
    max-width: 350px !important;
    height: 199px;
  }
  .container .block-slider .swiper {
    width: 350px;
    border-radius: 10px;
  }
  .container .block-slider .swiper-pagination-bullet {
    padding: 2px;
    border: 0.5px solid #0A152F;
    opacity: 0.7;
  }
  .container .block-slider .swiper-pagination-bullet-active {
    padding: 5px;
    border: none;
    background: rgba(10, 21, 47, 0.7);
  }
  .container .block-slider .swiper-button-next,
  .container .block-slider .swiper-button-prev {
    top: 50%;
    width: 44px;
    height: 44px;
  }
  .container .block-slider .swiper-button-next {
    right: 1px;
    transform: rotate(-360deg);
  }
  .container .block-slider .swiper-button-prev {
    left: 1px;
    transform: rotate(180deg);
  }
  .container .block-slider .swiper-button-next::after {
    content: url("../images/carousel-arrowmin.svg");
  }
  .container .block-slider .swiper-button-prev::after {
    content: url("../images/carousel-arrowmin.svg");
  }
  .container .block-slider .swiper-pagination {
    bottom: -46px;
    width: auto;
    left: 0;
    right: 0;
  }
  .container .introductory {
    margin: 55px 0px 55px 0px;
  }
  .container .introductory h1 {
    margin: 0px 0px 24px 0px;
  }
  .container .introductory .introductory-block {
    padding: 0 12px;
    margin-bottom: 123px;
  }
  .container .introductory .introductory-value {
    padding: 0 20px;
  }
  .container .introductory .introductory-value__items-sub {
    width: 100%;
    margin-bottom: 58px;
  }
  .container .introductory .introductory-value__items-sub:last-child {
    margin-bottom: 0;
  }
  .container .introductory .introductory-value__items-sub .introductory-value__image {
    width: 335px;
    margin-bottom: 16px;
  }
  .container .introductory .introductory-value__items-sub h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 7px;
    padding: 0 17px;
  }
  .container .introductory .introductory-value__items-sub h3:last-child {
    margin-bottom: 25px;
  }
  .container .introductory .introductory-value__items-sub .introductory-value__link {
    padding: 0 17px;
    margin-top: 0;
  }
  .container .introductory .introductory-value__items-sub .introductory-value__link a {
    font-size: 12px;
    line-height: 15px;
  }
  .container .introductory .introductory-value__items-sub .introductory-value__link img {
    margin: 0;
    margin-left: 6px;
  }
  .container .introductory .about-games {
    padding: 0 28px;
    margin-top: 50px;
  }
  .container .introductory .about-games__title {
    margin: 55px 0px 24px 0px;
  }
  .container .introductory .about-games__block {
    margin-bottom: 0;
  }
  .container .introductory .about-games__block-items div {
    margin-bottom: 20px;
    height: auto;
  }
  .container .introductory .about-games__block-items div p {
    font-size: 12px;
    line-height: 15px;
    color: #0A152F;
  }
  .container .introductory .about-games__block-items a {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
  }
  .container .introductory .about-games__block-items a img {
    margin-left: 2px;
    width: 12px;
  }
  .container .introductory .about-games__image {
    display: none;
  }
  .container .block-photo-gallery__item img {
    height: 75px !important;
  }
  .container .block-medal-standings .table-basic {
    max-width: 100%;
    margin: 0 auto;
  }
  .container .block-medal-standings .table-basic table {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 0 !important;
  }
  .container .block-medal-standings .table-basic table thead {
    vertical-align: middle !important;
    background: #fff;
  }
  .container .block-medal-standings .table-basic table thead tr th {
    font-weight: 400 !important;
    font-size: 12px;
    color: #b6b9c1;
    height: 50px !important;
  }
  .container .block-medal-standings .table-basic table thead tr th:nth-child(2) {
    width: min-content !important;
  }
  .container .block-medal-standings .table-basic table thead tr th:nth-child(7) {
    font-weight: 400 !important;
    font-size: 12px !important;
  }
  .container .block-medal-standings .table-basic table .table-body {
    font-size: 12px;
    background: #fff;
    vertical-align: middle !important;
    border: 1px solid rgba(38, 42, 54, 0.1) !important;
        overflow: auto;
  }
  .container .block-medal-standings .table-basic table .table-body .cell-1 {
    border-collapse: separate;
    background: #ffffff;
    cursor: pointer;
  }
  .container .block-medal-standings .table-basic table .table-body .cell-1 .table-elipse {
    cursor: pointer;
  }
  .container .block-medal-standings .table-basic table .table-body .cell-1.odd {
    background: rgba(103, 118, 165, 0.06);
  }
  .container .block-medal-standings .table-basic table .table-body .cell-1:hover {
    filter: drop-shadow(0px 0px 30px rgba(38, 42, 54, 0.15));
  }
  .container .block-medal-standings .table-basic table .table-body .row-child {
    background: linear-gradient(90deg, rgba(196, 196, 196, 0.29) 0%, rgba(255, 255, 255, 0) 100%);
    background-blend-mode: multiply;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s 0.1s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .container .block-medal-standings .table-basic table .table-body .row-child td {
    font-size: 12px;
  }
  .container .block-medal-standings .table-basic table .table-body .row-child td img {
    padding: 10px;
  }
  .container .block-medal-standings .table-basic table .table-body .row-child td:nth-child(2) img {
    width: 40px;
    height: 40px;
    padding: 7px;
    margin-right: 0;
  }
  .container .block-medal-standings .table-basic table .table-body .row-child td:nth-child(3) {
    padding-left: 0 !important;
  }
  .container .block-medal-standings .table-basic table .table-body td {
    height: auto;
  }
  .container .block-medal-standings .table-basic table thead tr td, .container .block-medal-standings .table-basic table tbody tr td {
    color: #262A36;
  }
  .container .block-medal-standings .table-basic table thead tr td, .container .block-medal-standings .table-basic table thead tr th, .container .block-medal-standings .table-basic table tbody tr td, .container .block-medal-standings .table-basic table tbody tr th {
    column-span: none !important;
    padding: 0 !important;
    border: none;
    display: flex;
    align-items: center;
  }
  .container .block-medal-standings .table-basic table thead tr td:nth-child(1), .container .block-medal-standings .table-basic table thead tr th:nth-child(1), .container .block-medal-standings .table-basic table tbody tr td:nth-child(1), .container .block-medal-standings .table-basic table tbody tr th:nth-child(1) {
    max-width: 35px;
  }
  .container .block-medal-standings .table-basic table thead tr td:nth-child(2), .container .block-medal-standings .table-basic table thead tr th:nth-child(2), .container .block-medal-standings .table-basic table tbody tr td:nth-child(2), .container .block-medal-standings .table-basic table tbody tr th:nth-child(2) {
    padding-left: 0;
    width: 194px;
  }
  .container .block-medal-standings .table-basic table thead tr td:nth-child(2) div .flag-table, .container .block-medal-standings .table-basic table thead tr th:nth-child(2) div .flag-table, .container .block-medal-standings .table-basic table tbody tr td:nth-child(2) div .flag-table, .container .block-medal-standings .table-basic table tbody tr th:nth-child(2) div .flag-table {
    width: 34px;
    border: none;
    padding: 0;
    border-radius: 2px;
    margin-right: 7px;
  }
  .container .block-medal-standings .table-basic table thead tr td:nth-child(3), .container .block-medal-standings .table-basic table thead tr td:nth-child(4), .container .block-medal-standings .table-basic table thead tr td:nth-child(5), .container .block-medal-standings .table-basic table thead tr th:nth-child(3), .container .block-medal-standings .table-basic table thead tr th:nth-child(4), .container .block-medal-standings .table-basic table thead tr th:nth-child(5), .container .block-medal-standings .table-basic table tbody tr td:nth-child(3), .container .block-medal-standings .table-basic table tbody tr td:nth-child(4), .container .block-medal-standings .table-basic table tbody tr td:nth-child(5), .container .block-medal-standings .table-basic table tbody tr th:nth-child(3), .container .block-medal-standings .table-basic table tbody tr th:nth-child(4), .container .block-medal-standings .table-basic table tbody tr th:nth-child(5) {
    width: 23px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
  }
  .container .block-medal-standings .table-basic table thead tr td:nth-child(3) img, .container .block-medal-standings .table-basic table thead tr td:nth-child(4) img, .container .block-medal-standings .table-basic table thead tr td:nth-child(5) img, .container .block-medal-standings .table-basic table thead tr th:nth-child(3) img, .container .block-medal-standings .table-basic table thead tr th:nth-child(4) img, .container .block-medal-standings .table-basic table thead tr th:nth-child(5) img, .container .block-medal-standings .table-basic table tbody tr td:nth-child(3) img, .container .block-medal-standings .table-basic table tbody tr td:nth-child(4) img, .container .block-medal-standings .table-basic table tbody tr td:nth-child(5) img, .container .block-medal-standings .table-basic table tbody tr th:nth-child(3) img, .container .block-medal-standings .table-basic table tbody tr th:nth-child(4) img, .container .block-medal-standings .table-basic table tbody tr th:nth-child(5) img {
    width: 23px;
  }
  .container .block-medal-standings .table-basic table thead tr td:nth-child(5), .container .block-medal-standings .table-basic table thead tr th:nth-child(5), .container .block-medal-standings .table-basic table tbody tr td:nth-child(5), .container .block-medal-standings .table-basic table tbody tr th:nth-child(5) {
    padding-right: 0px !important;
  }
  .container .block-medal-standings .table-basic table thead tr td:nth-child(7), .container .block-medal-standings .table-basic table thead tr th:nth-child(7), .container .block-medal-standings .table-basic table tbody tr td:nth-child(7), .container .block-medal-standings .table-basic table tbody tr th:nth-child(7) {
    display: none;
  }
  .container .block-result-discipline-sport .discipline-sport__title {
    flex-direction: column;
    margin: 30px 0;
  }
  .container .block-result-discipline-sport .discipline-sport__title-image {
    width: 79px;
    height: 79px;
    margin: 0;
  }
  .container .block-result-discipline-sport .discipline-sport__title-image img {
    width: 58%;
  }
  .container .block-result-discipline-sport .discipline-sport__title h1 {
    margin: 0 0 11px 0;
  }
  .container .block-result-discipline-sport .discipline-sport__title .table-participant span:first-child {
    margin-right: 11px;
  }
  .container .block-result-discipline-sport .discipline-sport__broadcast-wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    margin: 0;
  }
  .container .block-result-discipline-sport .discipline-sport__broadcast-wrapper a {
    text-align: center;
    margin: 0 5px;
  }
  .container .block-result-discipline-sport .discipline-sport__broadcast-wrapper a:nth-child(n+2) {
    margin-top: 10px;
  }
  .container .block-result-discipline-sport .table-basic table {
    border-radius: 0;
    margin: 0 !important;
  }
  .container .block-result-discipline-sport .table-basic table thead, .container .block-result-discipline-sport .table-basic table tbody {
    border: none !important;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td, .container .block-result-discipline-sport .table-basic table thead tr th, .container .block-result-discipline-sport .table-basic table tbody tr td, .container .block-result-discipline-sport .table-basic table tbody tr th {
    height: 50px;
    font-size: 10px !important;
    font-weight: 400;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(1), .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(1), .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(1), .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(1) {
    width: 10vw !important;
    line-height: 12px;
    padding: 0 41px 0 10px !important;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(2), .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(2), .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(2), .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(2) {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
    width: 20vw !important;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(2) img, .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(2) img, .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(2) img, .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(2) img {
    width: 28px;
    height: 38px;
    padding: 6px 0;
    margin-right: 0;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(2) span, .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(2) span, .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(2) span, .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(2) span {
    display: none;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(3), .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(3), .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(3), .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(3) {
    padding: 0 45px 0 0 !important;
    text-align: left;
    font-weight: 400;
    width: 40vw;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(3) span, .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(3) span, .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(3) span, .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(3) span {
    margin-right: 18px;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(4), .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(4), .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(4), .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(4) {
    width: 30vw;
    font-size: 18px;
    text-align: left;
    font-weight: 400 !important;
    padding: 0 !important;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(4) div, .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(4) div, .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(4) div, .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(4) div {
    display: flex;
    align-items: center;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(4) div .table-stadies-item, .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(4) div .table-stadies-item, .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(4) div .table-stadies-item, .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(4) div .table-stadies-item {
    min-width: 20px !important;
    height: 20px;
    margin-right: 5px;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(4) div .table-stadies-item img, .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(4) div .table-stadies-item img, .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(4) div .table-stadies-item img, .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(4) div .table-stadies-item img {
    width: 10.2px;
  }
  .container .block-result-discipline-sport .table-basic table thead tr td:nth-child(4) div .arrow, .container .block-result-discipline-sport .table-basic table thead tr th:nth-child(4) div .arrow, .container .block-result-discipline-sport .table-basic table tbody tr td:nth-child(4) div .arrow, .container .block-result-discipline-sport .table-basic table tbody tr th:nth-child(4) div .arrow {
    width: 9px;
    height: 15px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
    margin-left: auto;
    margin-right: 10px;
  }
  .container .block-result .selected:nth-child(1) .select-box {
    margin-bottom: 0px;
  }
  .container .block-result .table-basic table {
    border-radius: 0;
    margin-bottom: 0 !important;
  }
  .container .block-result .table-basic table thead tr th {
    font-weight: 400 !important;
  }
  .container .block-result .table-basic table .table-body .row-child:nth-child(3) {
    display: none;
  }
  .container .block-result .table-basic table thead, .container .block-result .table-basic table tbody {
    border: none !important;
  }
  .container .block-result .table-basic table thead tr td, .container .block-result .table-basic table thead tr th, .container .block-result .table-basic table tbody tr td, .container .block-result .table-basic table tbody tr th {
    font-size: 10px !important;
  }
  .container .block-result .table-basic table thead tr td:nth-child(1), .container .block-result .table-basic table thead tr th:nth-child(1), .container .block-result .table-basic table tbody tr td:nth-child(1), .container .block-result .table-basic table tbody tr th:nth-child(1) {
    max-width: 15vw !important;
    padding: 0 10px 0 10px !important;
  }
  .container .block-result .table-basic table thead tr td:nth-child(2), .container .block-result .table-basic table thead tr th:nth-child(2), .container .block-result .table-basic table tbody tr td:nth-child(2), .container .block-result .table-basic table tbody tr th:nth-child(2) {
    width: auto !important;
    font-weight: 600;
  }
  .container .block-result .table-basic table thead tr td:nth-child(2) div, .container .block-result .table-basic table thead tr th:nth-child(2) div, .container .block-result .table-basic table tbody tr td:nth-child(2) div, .container .block-result .table-basic table tbody tr th:nth-child(2) div {
    width: auto;
  }
  .container .block-result .table-basic table thead tr td:nth-child(2) div img, .container .block-result .table-basic table thead tr th:nth-child(2) div img, .container .block-result .table-basic table tbody tr td:nth-child(2) div img, .container .block-result .table-basic table tbody tr th:nth-child(2) div img {
    width: 28px;
    height: 38px;
    padding: 6px 0;
    margin-right: 8px;
  }
  .container .block-result .table-basic table thead tr td:nth-child(3), .container .block-result .table-basic table thead tr th:nth-child(3), .container .block-result .table-basic table tbody tr td:nth-child(3), .container .block-result .table-basic table tbody tr th:nth-child(3) {
    width: 36vw !important;
  }
  .container .block-result .table-basic table thead tr td:nth-child(3) .table-participant-item, .container .block-result .table-basic table thead tr th:nth-child(3) .table-participant-item, .container .block-result .table-basic table tbody tr td:nth-child(3) .table-participant-item, .container .block-result .table-basic table tbody tr th:nth-child(3) .table-participant-item {
    width: 55px;
    font-size: 10px;
    line-height: 10px;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4), .container .block-result .table-basic table thead tr th:nth-child(4), .container .block-result .table-basic table tbody tr td:nth-child(4), .container .block-result .table-basic table tbody tr th:nth-child(4) {
    width: 25vw !important;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) div, .container .block-result .table-basic table thead tr th:nth-child(4) div, .container .block-result .table-basic table tbody tr td:nth-child(4) div, .container .block-result .table-basic table tbody tr th:nth-child(4) div {
    display: flex;
    align-items: center;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) div .table-stadies-item, .container .block-result .table-basic table thead tr th:nth-child(4) div .table-stadies-item, .container .block-result .table-basic table tbody tr td:nth-child(4) div .table-stadies-item, .container .block-result .table-basic table tbody tr th:nth-child(4) div .table-stadies-item {
    margin-right: 12px;
    min-width: 20px !important;
    height: 20px;
    margin-right: 5px;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) div .table-stadies-item img, .container .block-result .table-basic table thead tr th:nth-child(4) div .table-stadies-item img, .container .block-result .table-basic table tbody tr td:nth-child(4) div .table-stadies-item img, .container .block-result .table-basic table tbody tr th:nth-child(4) div .table-stadies-item img {
    width: 10.2px;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) div .arrow, .container .block-result .table-basic table thead tr th:nth-child(4) div .arrow, .container .block-result .table-basic table tbody tr td:nth-child(4) div .arrow, .container .block-result .table-basic table tbody tr th:nth-child(4) div .arrow {
    width: 9px;
    height: 15px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
    margin-left: auto;
    margin-right: 10px;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) .stadies-result, .container .block-result .table-basic table thead tr th:nth-child(4) .stadies-result, .container .block-result .table-basic table tbody tr td:nth-child(4) .stadies-result, .container .block-result .table-basic table tbody tr th:nth-child(4) .stadies-result {
    margin: 16px 0 19px -216px;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) .stadies-result__title, .container .block-result .table-basic table thead tr th:nth-child(4) .stadies-result__title, .container .block-result .table-basic table tbody tr td:nth-child(4) .stadies-result__title, .container .block-result .table-basic table tbody tr th:nth-child(4) .stadies-result__title {
    margin-bottom: 9px !important;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) .stadies-result-item, .container .block-result .table-basic table thead tr th:nth-child(4) .stadies-result-item, .container .block-result .table-basic table tbody tr td:nth-child(4) .stadies-result-item, .container .block-result .table-basic table tbody tr th:nth-child(4) .stadies-result-item {
    width: 158px !important;
    padding: 4px 4px;
    margin-bottom: 4px;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) .stadies-result-item__medal, .container .block-result .table-basic table thead tr th:nth-child(4) .stadies-result-item__medal, .container .block-result .table-basic table tbody tr td:nth-child(4) .stadies-result-item__medal, .container .block-result .table-basic table tbody tr th:nth-child(4) .stadies-result-item__medal {
    width: 19px;
    height: 19px;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) .stadies-result-item__flag, .container .block-result .table-basic table thead tr th:nth-child(4) .stadies-result-item__flag, .container .block-result .table-basic table tbody tr td:nth-child(4) .stadies-result-item__flag, .container .block-result .table-basic table tbody tr th:nth-child(4) .stadies-result-item__flag {
    width: 20px;
    height: 15px;
    margin-left: 6px;
  }
  .container .block-result .table-basic table thead tr td:nth-child(4) .stadies-result-item span, .container .block-result .table-basic table thead tr th:nth-child(4) .stadies-result-item span, .container .block-result .table-basic table tbody tr td:nth-child(4) .stadies-result-item span, .container .block-result .table-basic table tbody tr th:nth-child(4) .stadies-result-item span {
    margin-left: 10px !important;
  }
  .container .block-teams-result__title {
    display: none;
  }
  .container .block-teams-result .table-info-country {
    padding: 11px 22px 12px 21px;
    border-radius: 0;
    margin: 30px 0 26px 0;
  }
  .container .block-teams-result .table-info-country .country-flag {
    width: 71px;
    border-radius: 6.5px;
    margin-top: 11px;
    padding: 1px;
  }
  .container .block-teams-result .table-info-country .country-name {
    order: -1;
    width: 100%;
    flex-direction: column;
  }
  .container .block-teams-result .table-info-country .country-name .hr {
    display: none;
  }
  .container .block-teams-result .table-info-country .country-name .hr-adap {
    width: 100%;
    height: 1px;
    background: rgba(38, 42, 54, 0.5);
  }
  .container .block-teams-result .table-info-country .country-name .name {
    margin-bottom: 4px;
  }
  .container .block-teams-result .table-info-country .country-name .name h1 {
    font-size: 30px;
  }
  .container .block-teams-result .table-info-country__place {
    padding: 17px 0 0 0;
  }
  .container .block-teams-result .table-info-country__place .place__medal {
    flex-direction: column;
    margin-right: 14px;
  }
  .container .block-teams-result .table-info-country__place .place__medal img {
    width: 25px;
  }
  .container .block-teams-result .table-info-country__place .place__medal span {
    margin: 7px 0 0 0;
    line-height: 15px;
    font-size: 12px;
  }
  .container .block-teams-result .table-info-country__place .place__medal:nth-child(3) {
    margin-right: 67px;
  }
  .container .block-teams-result .table-info-country__place .place__medal:last-child {
    margin: 5px 0 0 0;
  }
  .container .block-teams-result .table-info-country__place .place__medal:last-child span {
    margin: 0px 0 12px 0;
    line-height: 15px;
  }
  .container .block-teams-result .table-info-country__place .place__medal:last-child span:last-child {
    margin: 0;
    margin-left: auto;
  }
  .container .block-teams-result .tab-pane .select-table {
    border-top-left-radius: 0px !important;
  }
  .container .block-teams-result .tab-pane .select-table .selected:nth-child(1) .select-box {
    margin-bottom: 0px;
  }
  .container .block-teams-result .tab-pane .select-table .selected:nth-child(3) .select-box {
    width: 355px;
  }
  .container .block-teams-result .tab-pane .select-table .selected:nth-child(3) .select-box .options-container {
    width: 355px;
  }
  .container .block-teams-result .tab-pane:last-child .selected:nth-child(1) {
    margin-bottom: 10px;
  }
  .container .block-teams-result .table-result .table-basic table {
    border-radius: 0;
    margin: 0 !important;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td, .container .block-teams-result .table-result .table-basic table thead tr th, .container .block-teams-result .table-result .table-basic table tbody tr td, .container .block-teams-result .table-result .table-basic table tbody tr th {
    height: 50px;
    font-size: 10px !important;
    font-weight: 400;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(1), .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(1), .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(1), .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(1) {
    max-width: 42px !important;
    padding-left: 6px !important;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(2), .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(2), .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(2), .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(2) {
    width: 205px !important;
    padding: 0 0 0 36px !important;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(2) div, .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(2) div, .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(2) div, .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(2) div {
    width: auto;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(2) div img, .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(2) div img, .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(2) div img, .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(2) div img {
    width: 28px;
    height: 38px;
    padding: 4px 0;
    margin-right: 8px;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(2) .table-participant-item, .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(2) .table-participant-item, .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(2) .table-participant-item, .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(2) .table-participant-item {
    max-width: 55px;
    line-height: 8px;
    margin-left: 6px;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(3), .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(3), .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(3), .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(3) {
    padding: 0 8px !important;
    min-width: 80px !important;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(4), .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(4), .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(4), .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(4) {
    padding: 0 8px !important;
    min-width: 80px !important;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(5), .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(5), .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(5), .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(5) {
    min-width: 60px !important;
    font-size: 18px;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(6), .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(6), .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(6), .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(6) {
    min-width: 70px !important;
    padding: 0 8px !important;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(7), .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(7), .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(7), .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(7) {
    min-width: 50px !important;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(7) .medal, .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(7) .medal, .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(7) .medal, .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(7) .medal {
    margin-right: 10px;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(7) .medal img, .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(7) .medal img, .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(7) .medal img, .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(7) .medal img {
    width: 22px;
  }
  .container .block-teams-result .table-result .table-basic table thead tr td:nth-child(7) .medal .arrow, .container .block-teams-result .table-result .table-basic table thead tr th:nth-child(7) .medal .arrow, .container .block-teams-result .table-result .table-basic table tbody tr td:nth-child(7) .medal .arrow, .container .block-teams-result .table-result .table-basic table tbody tr th:nth-child(7) .medal .arrow {
    width: 9px;
    height: 15px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
  }
  .container .block-teams-result .table-sportsman .table-basic table {
    margin: 0 !important;
    border-radius: 0;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td, .container .block-teams-result .table-sportsman .table-basic table thead tr th, .container .block-teams-result .table-sportsman .table-basic table tbody tr td, .container .block-teams-result .table-sportsman .table-basic table tbody tr th {
    height: 50px;
    font-size: 10px !important;
    font-weight: 400;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(1), .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(1), .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(1), .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(1) {
    width: 40vw !important;
    padding: 10px !important;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(1) .table-sportsman-info__country-flag, .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(1) .table-sportsman-info__country-flag, .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(1) .table-sportsman-info__country-flag, .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(1) .table-sportsman-info__country-flag {
    display: none;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(1) .table-sportsman-info__logo, .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(1) .table-sportsman-info__logo, .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(1) .table-sportsman-info__logo, .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(1) .table-sportsman-info__logo {
    display: none;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(2), .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(2), .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(2), .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(2) {
    padding: 10px !important;
    width: 40vw !important;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(2) .kind-sport-wrapper:nth-child(n+2), .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(2) .kind-sport-wrapper:nth-child(n+2), .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(2) .kind-sport-wrapper:nth-child(n+2), .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(2) .kind-sport-wrapper:nth-child(n+2) {
    margin-top: 10px;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(2) .kind-sport-wrapper .kind-sport, .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(2) .kind-sport-wrapper .kind-sport, .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(2) .kind-sport-wrapper .kind-sport {
    display: none !important;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(3), .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(3), .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(3), .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(3) {
    padding: 10px 10px 10px 0 !important;
    width: 10vw !important;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(3) .table-sportsman-info__gender, .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(3) .table-sportsman-info__gender, .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(3) .table-sportsman-info__gender, .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(3) .table-sportsman-info__gender {
    margin-top: 0;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(4), .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(4), .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(4), .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(4) {
    display: none;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(5), .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(5), .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(5), .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(5) {
    display: none;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(6), .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(6), .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(6), .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(6) {
    width: 20vw !important;
    font-size: 18px;
    padding: 0 10px !important;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(6) .hide-mobile, .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(6) .hide-mobile, .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(6) .hide-mobile, .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(6) .hide-mobile {
    display: none;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(6) div, .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(6) div, .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(6) div, .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(6) div {
    display: flex;
    align-items: center;
  }
  .container .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(6) div .arrow, .container .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(6) div .arrow, .container .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(6) div .arrow, .container .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(6) div .arrow {
    width: 9px;
    height: 15px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
    margin-right: 13px;
  }
  .container .block-teams-result .nav .nav-item .nav-link {
    width: 182px !important;
    height: 53px;
    font-size: 14px;
    border-radius: 0 15px 0 0;
    margin-right: 0;
  }
  .container .block-teams-result .nav .nav-item:last-child {
    margin-left: auto;
  }
  .container .block-teams-result .nav .nav-item:last-child .nav-link {
    border-radius: 15px 0 0 0;
  }
  .container .block-schedule {
    display: flex;
    flex-direction: column;
  }
  .container .block-schedule .block-btn {
    width: 100%;
    justify-content: space-evenly;
  }
  .container .block-schedule .block-btn .btn-main,
  .container .block-schedule .block-btn .btn-main__light {
    width: 45%;
    height: 50px;
    margin-right: 0;
    text-shadow: 0 0 5px #ccc !important;
  }
  .container .block-schedule .description-icons-block {
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .container .block-schedule .description-icons-block__item-card {
    width: 148px;
    margin-bottom: 12px;
  }
  .container .block-schedule .description-icons-block__item-card span {
    margin-left: 9px;
    font-size: 12px;
    line-height: 14.63px;
    font-weight: 700;
    color: #000;
  }
  .container .block-schedule .description-icons-block__item:last-child {
    flex-direction: row;
  }
  .container .block-schedule .description-icons-block__item:last-child .description-icons-block__item-card:nth-child(2) {
    width: 148px;
  }
  .container .block-schedule .description-icons-block__item:last-child .description-icons-block__item-card:nth-child(3) {
    margin: 0;
  }
  .container .block-schedule .star-cell, .container .block-schedule .star-cell-c, .container .block-schedule .checked-cell, .container .block-schedule .final-cell, .container .block-schedule .simply-cell {
    width: 48px;
    height: 48px;
    padding: 15px !important;
  }
  .container .block-schedule .checked-cell {
    padding: 11px;
  }
  .container .block-schedule .simply-cell {
    border: 1px solid #F0F0F0;
    font-size: 18px;
    line-height: 22px;
  }
  .container .block-schedule .date-table-event-date .date-table {
    margin: 0;
    margin-left: 48px;
  }
  .container .block-schedule .date-table-event-date .date-table .table {
    margin: 0;
  }
  .container .block-schedule .date-table-event-date .date-table .table tbody tr td {
    max-width: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
  }
  .container .block-schedule .date-table-event-date .date-table .table tbody tr td:nth-child(1) {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
    position: absolute;
    left: 0;
  }
  .container .block-schedule .date-table-event-date .date-table .table tbody tr td:nth-child(1) .title {
    display: none;
  }
  .container .block-schedule .date-table-event-date .date-table .table tbody tr td:nth-child(1) .title-mob {
    display: block;
    line-height: 48px;
  }
  .container .block-schedule .date-table-event-date .date-table .table tbody tr td:nth-child(15) {
    display: none;
  }
  .container .block-schedule .select-table .selected:nth-child(1) .select-box {
    margin-bottom: 0;
  }
  .container .block-schedule .select-table .selected:nth-child(3) .select-box {
    width: auto;
  }
  .container .block-schedule .select-table .selected:nth-child(3) .select-box .options-container {
    width: 355px;
  }
  .container .block-schedule .date-table {
    max-width: 100%;
  }
  .container .block-schedule .date-table .kalendar-day, .container .block-schedule .date-table .kalendar-date, .container .block-schedule .date-table .kalendar-day__relax, .container .block-schedule .date-table .kalendar-date__relax {
    font-size: 12px !important;
  }
  .container .block-schedule .table-basic {
    max-width: 100%;
    margin-bottom: 55px;
  }
  .container .block-schedule .table-basic table {
    margin: 0 !important;
    border-radius: 0;
  }
  .container .block-schedule .table-basic table thead tr td, .container .block-schedule .table-basic table thead tr th, .container .block-schedule .table-basic table tbody tr td, .container .block-schedule .table-basic table tbody tr th {
    height: 50px;
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(1), .container .block-schedule .table-basic table thead tr th:nth-child(1), .container .block-schedule .table-basic table tbody tr td:nth-child(1), .container .block-schedule .table-basic table tbody tr th:nth-child(1) {
    min-width: 44px !important;
    padding-left: 10px !important;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2), .container .block-schedule .table-basic table thead tr th:nth-child(2), .container .block-schedule .table-basic table tbody tr td:nth-child(2), .container .block-schedule .table-basic table tbody tr th:nth-child(2) {
    width: 100% !important;
    height: 15vh;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) img, .container .block-schedule .table-basic table thead tr th:nth-child(2) img, .container .block-schedule .table-basic table tbody tr td:nth-child(2) img, .container .block-schedule .table-basic table tbody tr th:nth-child(2) img {
    width: 28px;
    height: 38px;
    padding: 6px 0;
    margin-right: 6px;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) span, .container .block-schedule .table-basic table thead tr th:nth-child(2) span, .container .block-schedule .table-basic table tbody tr td:nth-child(2) span, .container .block-schedule .table-basic table tbody tr th:nth-child(2) span {
    line-height: 12px;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) .event-description, .container .block-schedule .table-basic table thead tr th:nth-child(2) .event-description, .container .block-schedule .table-basic table tbody tr td:nth-child(2) .event-description, .container .block-schedule .table-basic table tbody tr th:nth-child(2) .event-description {
    padding: 16px 10px;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) .event-description__title, .container .block-schedule .table-basic table thead tr th:nth-child(2) .event-description__title, .container .block-schedule .table-basic table tbody tr td:nth-child(2) .event-description__title, .container .block-schedule .table-basic table tbody tr th:nth-child(2) .event-description__title {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) .event-description__teams, .container .block-schedule .table-basic table thead tr th:nth-child(2) .event-description__teams, .container .block-schedule .table-basic table tbody tr td:nth-child(2) .event-description__teams, .container .block-schedule .table-basic table tbody tr th:nth-child(2) .event-description__teams {
    align-items: center;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) .event-description__teams-name, .container .block-schedule .table-basic table thead tr th:nth-child(2) .event-description__teams-name, .container .block-schedule .table-basic table tbody tr td:nth-child(2) .event-description__teams-name, .container .block-schedule .table-basic table tbody tr th:nth-child(2) .event-description__teams-name {
    align-items: center;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) .event-description__teams-name img, .container .block-schedule .table-basic table thead tr th:nth-child(2) .event-description__teams-name img, .container .block-schedule .table-basic table tbody tr td:nth-child(2) .event-description__teams-name img, .container .block-schedule .table-basic table tbody tr th:nth-child(2) .event-description__teams-name img {
    height: 25px;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) .table-participant, .container .block-schedule .table-basic table thead tr th:nth-child(2) .table-participant, .container .block-schedule .table-basic table tbody tr td:nth-child(2) .table-participant, .container .block-schedule .table-basic table tbody tr th:nth-child(2) .table-participant {
    width: 100%;
    flex-direction: column;
    margin: 5px;
    align-items: flex-end;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) .table-participant-item, .container .block-schedule .table-basic table thead tr th:nth-child(2) .table-participant-item, .container .block-schedule .table-basic table tbody tr td:nth-child(2) .table-participant-item, .container .block-schedule .table-basic table tbody tr th:nth-child(2) .table-participant-item {
    width: 55px;
    font-size: 10px;
    line-height: 10px;
    margin: 0 0 3px 0;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(2) .table-participant-item:last-child, .container .block-schedule .table-basic table thead tr th:nth-child(2) .table-participant-item:last-child, .container .block-schedule .table-basic table tbody tr td:nth-child(2) .table-participant-item:last-child, .container .block-schedule .table-basic table tbody tr th:nth-child(2) .table-participant-item:last-child {
    margin: 0;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(3), .container .block-schedule .table-basic table thead tr th:nth-child(3), .container .block-schedule .table-basic table tbody tr td:nth-child(3), .container .block-schedule .table-basic table tbody tr th:nth-child(3) {
    padding: 10px !important;
    width: 100% !important;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(4), .container .block-schedule .table-basic table thead tr th:nth-child(4), .container .block-schedule .table-basic table tbody tr td:nth-child(4), .container .block-schedule .table-basic table tbody tr th:nth-child(4) {
    min-width: 126px;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(4) div .table-stadies-item, .container .block-schedule .table-basic table thead tr th:nth-child(4) div .table-stadies-item, .container .block-schedule .table-basic table tbody tr td:nth-child(4) div .table-stadies-item, .container .block-schedule .table-basic table tbody tr th:nth-child(4) div .table-stadies-item {
    min-width: 20px !important;
    height: 20px;
    margin-right: 5px;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(4) div .table-stadies-item img, .container .block-schedule .table-basic table thead tr th:nth-child(4) div .table-stadies-item img, .container .block-schedule .table-basic table tbody tr td:nth-child(4) div .table-stadies-item img, .container .block-schedule .table-basic table tbody tr th:nth-child(4) div .table-stadies-item img {
    width: 10px;
  }
  .container .block-schedule .table-basic table thead tr td:nth-child(4) div .arrow, .container .block-schedule .table-basic table thead tr th:nth-child(4) div .arrow, .container .block-schedule .table-basic table tbody tr td:nth-child(4) div .arrow, .container .block-schedule .table-basic table tbody tr th:nth-child(4) div .arrow {
    width: 9px;
    height: 15px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
    margin-right: 10px;
  }
  .container .table-schedule .table {
    border: none;
    border-radius: 0;
  }
  .container .table-schedule .table tbody tr {
    height: 40px !important;
  }
  .container .table-schedule .table tbody tr td {
    min-width: 48px !important;
    height: 40px !important;
  }
  .container .table-schedule .table tbody tr td .sports-table {
    width: 43px;
    height: 40px;
    padding: 6px;
    margin: 0;
  }
  .container .table-schedule .table tbody tr td .schedule-descript {
    display: none !important;
  }
  .container .table-schedule .table tbody tr td:nth-child(1) {
    width: 50px !important;
  }
  .container .table-schedule .table tbody tr td:nth-child(2), .container .table-schedule .table tbody tr td:nth-child(14) {
    height: 40px !important;
  }
  .container .table-schedule .table tbody tr td:nth-child(15) {
    display: none;
  }
  .container .table-schedule .table:nth-child(1) {
    margin: 0 !important;
    border-radius: 0;
  }
  .container .table-schedule .table:nth-child(1) tbody tr {
    background: #fff !important;
  }
  .container .table-schedule .table:nth-child(1) tbody tr td:nth-child(1) {
    border-right: 1px solid #F0F0F0 !important;
  }
  .container .table-schedule .table:nth-child(1) tbody tr td:nth-child(1) .schedule-icon {
    display: block;
    margin: 9px auto;
  }
  .container .table-schedule .table:nth-child(1) tbody tr td:nth-child(1) .schedule-icon path {
    fill: #0A152F;
  }
  .container .table-schedule .table:nth-child(1) tbody tr td:nth-child(2), .container .table-schedule .table:nth-child(1) tbody tr td:nth-child(14) {
    background: #fff;
  }
  .container .block-teams-result__sportsman {
    margin-top: 0;
  }
  .container .block-teams-result__sportsman .table-info-sportsman {
    flex-direction: column;
    min-height: auto;
    border-radius: 0;
    margin: 92px 0 0 0;
    padding: 0 15px;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    margin: 80px 0 17px 0;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__avatar {
    border: 4px solid #F3B229;
    top: -62px;
    left: auto;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__avatar img {
    width: 124px;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__result {
    margin: 0;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__result-place .place__medal {
    margin-right: 17px;
    flex-direction: row;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__result-place .place__medal:last-child {
    margin: 0;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__result-place .place__medal img {
    width: 25px;
    margin: 0 5px 0 0;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__result-place .place__medal span {
    font-size: 12px;
    margin-left: 6px;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__name {
    width: auto;
    margin: 0;
    order: -1;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__name h1 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 7px;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-personal__name h5 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 13px;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .hr {
    width: 100%;
    height: 1px;
    background: rgba(38, 42, 54, 0.3);
    margin: 0;
    border: none;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-info {
    max-width: 100%;
    padding: 10px 0 16px 0;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-info__overall {
    margin: 7px 0 0 0;
  }
  .container .block-teams-result__sportsman .table-info-sportsman .sportsman-info .item-title, .container .block-teams-result__sportsman .table-info-sportsman .sportsman-info .item-respon {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 3px;
  }
  .container .block-teams-result__sportsman .select-box {
    margin: 10px !important;
  }
  .container .block-teams-result__sportsman .table-basic table {
    margin: 0 !important;
    border-radius: 0;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(2) {
    padding-left: 34px !important;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td, .container .block-teams-result__sportsman .table-basic table thead tr th, .container .block-teams-result__sportsman .table-basic table tbody tr td, .container .block-teams-result__sportsman .table-basic table tbody tr th {
    font-size: 10px !important;
    height: 50px;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(1), .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(1), .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(1), .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(1) {
    max-width: 51px !important;
    padding-left: 10px !important;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(2), .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(2), .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(2), .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(2) {
    width: 130px !important;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(2) div, .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(2) div, .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(2) div, .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(2) div {
    width: auto;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(2) div img, .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(2) div img, .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(2) div img, .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(2) div img {
    width: 28px;
    height: 38px;
    padding: 4px 0;
    margin-right: 8px;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(3), .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(3), .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(3), .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(3) {
    padding: 0 !important;
    min-width: 46px !important;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(3) img, .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(3) img, .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(3) img, .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(3) img {
    width: 40px;
    margin: 0 auto;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(4), .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(4), .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(4), .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(4) {
    max-width: 80px !important;
    padding: 0 10px !important;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(5), .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(5), .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(5), .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(5) {
    max-width: 70px !important;
    padding: 0 10px !important;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(6), .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(6), .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(6), .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(6) {
    min-width: 60px !important;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(6) img, .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(6) img, .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(6) img, .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(6) img {
    width: 25px;
  }
  .container .block-teams-result__sportsman .table-basic table thead tr td:nth-child(6) .arrow, .container .block-teams-result__sportsman .table-basic table thead tr th:nth-child(6) .arrow, .container .block-teams-result__sportsman .table-basic table tbody tr td:nth-child(6) .arrow, .container .block-teams-result__sportsman .table-basic table tbody tr th:nth-child(6) .arrow {
    width: 9px;
    height: 15px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
    margin-right: 10px;
  }
  .container .block-athletes .selected:nth-child(1) .select-box {
    margin-bottom: 0;
  }
  .container .block-athletes .table-athletes .table-basic table {
    margin: 0 !important;
    border-radius: 0;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td, .container .block-athletes .table-athletes .table-basic table thead tr th, .container .block-athletes .table-athletes .table-basic table tbody tr td, .container .block-athletes .table-athletes .table-basic table tbody tr th {
    height: 50px !important;
    font-size: 10px !important;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(1), .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(1), .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(1), .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(1) {
    width: 35vw !important;
    padding: 0 10px !important;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(1) .table-athletes-info__logo, .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(1) .table-athletes-info__logo, .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(1) .table-athletes-info__logo, .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(1) .table-athletes-info__logo {
    align-items: flex-start;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(1) .table-athletes-info__logo img, .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(1) .table-athletes-info__logo img, .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(1) .table-athletes-info__logo img, .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(1) .table-athletes-info__logo img {
    width: 41px;
    margin-right: 9px;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(1) .table-athletes-info__logo .table-athletes-info__name, .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(1) .table-athletes-info__logo .table-athletes-info__name, .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(1) .table-athletes-info__logo .table-athletes-info__name, .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(1) .table-athletes-info__logo .table-athletes-info__name {
    margin-top: 9.5px;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(2), .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(2), .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(2), .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(2) {
    display: table-cell;
    vertical-align: middle;
    width: auto !important;
    padding: 5px !important;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(2) img, .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(2) img, .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(2) img, .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(2) img {
    display: none !important;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(3), .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(3), .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(3), .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(3) {
    vertical-align: top;
    width: 25vw !important;
    padding: 10px 5px !important;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(3) .kind-sport-wrapper, .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(3) .kind-sport-wrapper, .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(3) .kind-sport-wrapper, .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(3) .kind-sport-wrapper {
    align-items: center;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(3) .kind-sport-wrapper:nth-child(n+2), .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(3) .kind-sport-wrapper:nth-child(n+2), .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(3) .kind-sport-wrapper:nth-child(n+2), .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(3) .kind-sport-wrapper:nth-child(n+2) {
    margin-top: 10px;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(3) .kind-sport-wrapper .kind-sport, .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(3) .kind-sport-wrapper .kind-sport, .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(3) .kind-sport-wrapper .kind-sport, .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(3) .kind-sport-wrapper .kind-sport {
    display: none !important;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(4), .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(4), .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(4), .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(4) {
    padding: 10px 5px !important;
    width: 15vw !important;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(4) .medal, .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(4) .medal, .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(4) .medal, .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(4) .medal {
    margin-top: 0;
  }
  .container .block-athletes .table-athletes .table-basic table thead tr td:nth-child(4) .medal .arrow, .container .block-athletes .table-athletes .table-basic table thead tr th:nth-child(4) .medal .arrow, .container .block-athletes .table-athletes .table-basic table tbody tr td:nth-child(4) .medal .arrow, .container .block-athletes .table-athletes .table-basic table tbody tr th:nth-child(4) .medal .arrow {
    width: 9px;
    height: 15px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
    margin-right: 10px;
  }
  .container .place-discipline {
    border-radius: 0;
    padding: 21px 60px 10px 50px;
    margin: 0;
    flex: 0 1 278px;
  }
  .container .place-discipline__card {
    align-items: center;
    flex-direction: row;
    margin-bottom: 52px;
  }
  .container .place-discipline__card-head {
    margin-right: 14px;
  }
  .container .place-discipline__card-head .head-place {
    width: 54px;
    height: 54px;
    border: 1.5px solid #91C33F;
    font-size: 25px;
  }
  .container .place-discipline__card-head .head-place-athlete {
    top: 44px;
    left: -39px;
  }
  .container .place-discipline__card-head .head-place-country {
    top: 30px;
    left: -26px;
  }
  .container .place-discipline__card-head .head-image-athlete {
    width: 135px;
    height: 135px;
    border: 4px solid #F3B229;
  }
  .container .place-discipline__card-head .head-image-country {
    width: 152px;
    height: 115px;
    border: 2.5px solid #fff;
    border-radius: 14px;
  }
  .container .place-discipline__card-head .head-image-country img {
    width: 146px;
    border-radius: 14px;
  }
  .container .place-discipline__card-head .head-country {
    bottom: -22px;
    right: 45px;
  }
  .container .place-discipline__card-head .head-country img {
    width: 44px;
    border: 0.6px solid #FFFFFF;
    border-radius: 4px;
  }
  .container .place-discipline__card-name {
    align-items: start;
    width: auto;
    margin: 0;
  }
  .container .place-discipline__card-name__subtitle h5 {
    text-align: start;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 7px;
  }
  .container .place-discipline__card-name__subtitle .country {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 33px;
    text-align: left;
  }
  .container .place-discipline__card-name__rating {
    width: 61px;
    border-radius: 5.5px;
    font-size: 11.0759px;
    line-height: 14px;
    padding: 6.5px 0;
  }
  .container .head-discipline {
    border-radius: 0;
    padding: 21px 5px 10px 5px;
    margin: 0;
  }
  .container .head-discipline__info {
    display: flex;
    flex-direction: column;
    padding: 0 13px;
  }
  .container .head-discipline__info-time {
    display: flex;
    margin-bottom: 19px;
  }
  .container .head-discipline__info-time .info-time, .container .head-discipline__info-time .info-stage {
    font-size: 12px;
    line-height: 15px;
    margin-right: 24px;
  }
  .container .head-discipline__info-time .info-status {
    font-size: 12px;
    line-height: 15px;
  }
  .container .head-discipline__info-sport {
    order: -1;
    margin-bottom: 20px;
  }
  .container .head-discipline__info-sport .sport-icon {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    margin-right: 15px;
  }
  .container .head-discipline__info-sport .sport-event {
    align-items: start;
    flex-direction: column;
  }
  .container .head-discipline__info-sport .sport-event__type h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .container .head-discipline__info-sport .sport-event__categories .table-participant-item {
    width: 73px;
    padding: 3px 0;
    font-size: 13.2px;
    line-height: 16px;
    margin-right: 16px;
  }
  .container .head-discipline__info-sport .sport-event__categories-weight {
    font-size: 12px;
    line-height: 15px;
  }
  .container .head-discipline__extra {
    width: 100%;
  }
  .container .head-discipline__protocol-file {
    padding: 8px 12px;
  }
  .container .head-discipline__protocol-file .item__text {
    font-size: 12px;
    line-height: 15px;
    margin-left: 9.5px;
  }
  .container .head-discipline__protocol-file img, .container .head-discipline__protocol-file .item__actions img {
    max-height: 22px;
  }
  .container .head-discipline__protocol-file .item__actions {
    margin-left: 9.5px;
  }
  .container .head-discipline__venue {
    justify-content: start;
    width: 100%;
    height: 40px;
    padding: 5px 13px;
    margin: 10px 0 0 0;
  }
  .container .head-discipline__venue svg {
    width: 16px;
    height: 22px;
  }
  .container .head-discipline__venue span {
    margin-left: 9.5px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
  }
  .container .block-discipline__title {
    display: block;
  }
  .container .block-discipline .head-discipline .sport-event__type h5 {
    color: #fff;
  }
  .container .block-discipline .head-discipline .sport-event__categories-weight {
    font-weight: 400;
  }
  .container .block-discipline .table-discipline .table-basic table {
    border-radius: 0;
    margin: 0 !important;
  }
  .container .block-discipline .table-discipline .table-basic table thead .table-discipline-info__logo img, .container .block-discipline .table-discipline .table-basic table tbody .table-discipline-info__logo img {
    width: 61px;
    margin-right: 22px;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr.row-child .arrow, .container .block-discipline .table-discipline .table-basic table tbody tr.row-child .arrow {
    width: 9px;
    height: 15px;
    background: url(../images/adap-table-arrow.svg) no-repeat;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td, .container .block-discipline .table-discipline .table-basic table thead tr th, .container .block-discipline .table-discipline .table-basic table tbody tr td, .container .block-discipline .table-discipline .table-basic table tbody tr th {
    height: 50px;
    font-size: 10px !important;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(1), .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(1), .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(1), .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(1) {
    max-width: 15vw !important;
    padding-left: 10px !important;
    text-align: center;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(2), .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(2), .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(2), .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(2) {
    width: 45vw !important;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(2) img, .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(2) img, .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(2) img, .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(2) img {
    width: 41px;
    margin-right: 7px;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(2).no-athlete, .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(2).no-athlete, .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(2).no-athlete, .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(2).no-athlete {
    width: 65vw !important;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(3), .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(3), .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(3), .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(3) {
    padding: 0 !important;
    width: 10vw !important;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(3) img, .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(3) img, .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(3) img, .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(3) img {
    width: 41px;
    margin: 0 auto;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(3) span, .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(3) span, .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(3) span, .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(3) span {
    display: none;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(3).no-athlete, .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(3).no-athlete, .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(3).no-athlete, .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(3).no-athlete {
    width: 20vw !important;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(3).no-athlete .arrow, .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(3).no-athlete .arrow, .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(3).no-athlete .arrow, .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(3).no-athlete .arrow {
    width: 9px;
    height: 15px;
    margin-right: 5px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(4), .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(4), .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(4), .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(4) {
    width: 30vw !important;
    padding: 0 7px 0 33px !important;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(4) .medal, .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(4) .medal, .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(4) .medal, .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(4) .medal {
    padding-left: 20px;
  }
  .container .block-discipline .table-discipline .table-basic table thead tr td:nth-child(4) .medal .arrow, .container .block-discipline .table-discipline .table-basic table thead tr th:nth-child(4) .medal .arrow, .container .block-discipline .table-discipline .table-basic table tbody tr td:nth-child(4) .medal .arrow, .container .block-discipline .table-discipline .table-basic table tbody tr th:nth-child(4) .medal .arrow {
    width: 9px;
    height: 15px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
  }
  .container .block-discipline-teams__title {
    display: block;
  }
  .container .block-discipline-teams .place-discipline {
    padding: 24px 24px 10px 51px;
    flex: 0 1 296px;
  }
  .container .block-discipline-teams .place-discipline__card {
    width: 296px;
    margin-bottom: 30px;
  }
  .container .block-discipline-teams .place-discipline__card-head {
    margin-right: 18px;
  }
  .container .block-discipline-teams .place-discipline__card-name {
    margin: 0;
  }
  .container .block-discipline-teams .place-discipline__card-name__rating {
    width: 100px;
    height: 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .container .block-discipline-teams .table-discipline .table-basic table {
    border-radius: 0;
    margin: 0;
  }
  .container .block-discipline-teams .table-discipline .table-basic table thead tr th:nth-child(2) {
    padding-left: 56px !important;
  }
  .container .block-discipline-teams .table-discipline .table-basic table thead .row-child td:nth-child(2), .container .block-discipline-teams .table-discipline .table-basic table tbody .row-child td:nth-child(2) {
    padding-left: 57px !important;
  }
  .container .block-discipline-teams .table-discipline .table-basic table thead .row-child td:nth-child(3) .arrow, .container .block-discipline-teams .table-discipline .table-basic table tbody .row-child td:nth-child(3) .arrow {
    display: none;
  }
  .container .block-discipline-teams .table-discipline .table-basic table thead tr td, .container .block-discipline-teams .table-discipline .table-basic table thead tr th, .container .block-discipline-teams .table-discipline .table-basic table tbody tr td, .container .block-discipline-teams .table-discipline .table-basic table tbody tr th {
    height: 50px;
    font-size: 10px !important;
  }
  .container .block-discipline-teams .table-discipline .table-basic table thead tr td:nth-child(1), .container .block-discipline-teams .table-discipline .table-basic table thead tr th:nth-child(1), .container .block-discipline-teams .table-discipline .table-basic table tbody tr td:nth-child(1), .container .block-discipline-teams .table-discipline .table-basic table tbody tr th:nth-child(1) {
    max-width: 41px !important;
    padding-left: 10px !important;
  }
  .container .block-discipline-teams .table-discipline .table-basic table thead tr td:nth-child(2), .container .block-discipline-teams .table-discipline .table-basic table thead tr th:nth-child(2), .container .block-discipline-teams .table-discipline .table-basic table tbody tr td:nth-child(2), .container .block-discipline-teams .table-discipline .table-basic table tbody tr th:nth-child(2) {
    width: 234px !important;
  }
  .container .block-discipline-teams .table-discipline .table-basic table thead tr td:nth-child(2) img, .container .block-discipline-teams .table-discipline .table-basic table thead tr th:nth-child(2) img, .container .block-discipline-teams .table-discipline .table-basic table tbody tr td:nth-child(2) img, .container .block-discipline-teams .table-discipline .table-basic table tbody tr th:nth-child(2) img {
    width: 41px;
    margin-right: 15px;
  }
  .container .block-discipline-teams .table-discipline .table-basic table thead tr td:nth-child(3), .container .block-discipline-teams .table-discipline .table-basic table thead tr th:nth-child(3), .container .block-discipline-teams .table-discipline .table-basic table tbody tr td:nth-child(3), .container .block-discipline-teams .table-discipline .table-basic table tbody tr th:nth-child(3) {
    max-width: 100px !important;
    padding-right: 10px !important;
  }
  .container .block-discipline-teams .table-discipline .table-basic table thead tr td:nth-child(3) .arrow, .container .block-discipline-teams .table-discipline .table-basic table thead tr th:nth-child(3) .arrow, .container .block-discipline-teams .table-discipline .table-basic table tbody tr td:nth-child(3) .arrow, .container .block-discipline-teams .table-discipline .table-basic table tbody tr th:nth-child(3) .arrow {
    width: 9px;
    height: 15px;
    background: url("../images/adap-table-arrow.svg") no-repeat;
    margin-right: 0;
  }
  .container .place-discipline__not-result {
    padding: 30px 22px 0 22px;
    font-size: 20px;
    line-height: 24px;
    border-radius: 0;
  }
  .container .block-sports__cards {
    padding: 0 15px;
  }
  .container .block-sports__cards .sports-card {
    justify-content: center;
    flex: 0 0 40%;
    margin: 0 10px 1rem;
    padding: 0px 10px 11px 10px;
    min-height: 125px;
    border-radius: 20px;
  }
  .container .block-sports__cards .sports-card .teams-image {
    width: 43px;
    border: 0.2px solid rgba(38, 42, 54, 0.2);
    padding: 0.7px;
    border-radius: 4px;
    margin: 20px 0px 10px 0px;
  }
  .container .block-sports__cards .sports-card .teams-image.nepal {
    width: 30px;
  }
  .container .block-sports__cards .sports-card .type-sport-image {
    width: auto;
    height: 40px;
    margin: 13px 0px 10px 0px;
  }
  .container .block-sports__cards .sports-card span {
    width: 90px;
    font-size: 10px;
    line-height: 12px;
  }
  .container .block-sports__cards .sports-card span.federal-district {
    margin-top: 0;
  }
  .container .block-sports__cards::after {
    flex: none;
  }
  .container .block-event .block-cards {
    width: 350px;
    margin: 0 auto;
  }
  .container .block-event .block-cards .card__image-head {
    height: 170px;
  }
  .container .block-event .block-cards .card__main {
    padding: 16px 25px 24px 25px;
  }
  .container .block-event .block-cards .card__main h1 {
    margin-bottom: 10px !important;
    text-align: left !important;
  }
  .container .block-event .block-cards .card__main p {
    margin-bottom: 30px !important;
  }
  .container .block-event .block-cards .card__main-info {
    width: 213px !important;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .container .block-event .block-cards .card__main-info span {
    margin-left: 12px;
    line-height: 17px;
  }
  .container .block-event .block-cards .card__main-info .card-data {
    width: auto !important;
    height: auto !important;
    align-items: start;
    flex-direction: row;
    margin-bottom: 19px;
    height: 69px;
  }
  .container .block-event .block-cards .card__main-info .card-data div:first-child {
    margin-right: 51px;
  }
  .container .block-event .block-cards .card:nth-child(1) {
    width: 350px;
    height: 100%;
    flex-direction: column;
  }
  .container .block-event .block-cards .card:nth-child(1) .card__image-head {
    width: 350px;
    height: 170px;
    border-radius: 10px 10px 0 0;
  }
  .container .block-event .block-cards .card:nth-child(1) .card__main {
    flex-direction: column;
    padding: 16px 25px 24px 25px;
  }
  .container .block-event .block-cards .card:nth-child(1) .card__main-info {
    height: auto;
  }
  .container .block-event .block-cards .card:nth-child(1) .card__main-info .card-data {
    width: auto !important;
    height: auto !important;
    flex-direction: row;
    height: auto;
  }
  .container .block-event .block-cards .card:nth-child(1) .card__main .card-image {
    display: none;
  }
  .container .block-event .item-description {
    width: 100%;
    padding: 0 12px;
  }
  .container .block-event .item-description__image {
    width: 350px;
    height: 210px;
  }
  .container .block-event .item-description__time {
    width: auto;
    align-items: start;
    flex-direction: column;
    margin: 14px 0px 30px 0px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .container .block-event .item-description__time-item {
    display: flex;
    margin-bottom: 14px;
  }
  .container .block-event .item-description__time-item div {
    align-items: center;
  }
  .container .block-event .item-description__time-item div:first-child {
    margin-right: 54px;
  }
  .container .block-event .item-description__time span {
    font-size: 14px;
    line-height: 17px;
  }
  .container .block-event .item-description__content h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }
  .container .block-event .item-description__content p {
    width: auto;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
  }
  .container .block-event .item-description__content img {
    width: 350px;
    height: 210px;
    margin: 30px 0 20px 0;
  }
  .container .block-event .block-event__content {
    width: 350px;
    margin: 0 auto;
    margin-top: 55px;
  }
  .container .block-event .block-event__content .event-other__item {
    margin-bottom: 30px;
  }
  .container .block-event .block-event__content .event-other__item-subtitle {
    width: 350px;
    height: 90px;
  }
  .container .block-event .block-event__content .event-other__item-subtitle h1 {
    font-size: 16px;
    line-height: 20px;
    text-align: start;
    margin: 0;
  }
  .container .block-event .block-event__content .event-other__item-main {
    height: 120px;
    padding: 23px 0 0 29px;
    border-radius: 0 0 10px 10px;
    background: #faf6e6;
  }
  .container .block-event .block-event__content .event-other__item-main span {
    font-size: 14px;
    line-height: 17px;
  }
  .container .block-event .block-event__content .event-other__item:last-child {
    margin-bottom: 0;
  }
  .container .block-media {
    width: 350px;
    margin: 0 auto;
  }
  .container .block-media h1 {
    margin-bottom: 10px;
  }
  .container .block-media h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .container .block-media .block-btn {
    width: 350px;
    margin-bottom: 20px;
    justify-content: start !important;
  }
  .container .block-media .block-btn button {
    width: auto;
    height: 40px;
    margin: 0 14px 10px 0;
    padding: 0 1rem;
        border-radius: 15px;
  }
  .container .block-media .block-cards .card__image-head img {
    height: 130px;
  }
  .container .block-media .block-cards .card__image-head img.desktop {
    display: none;
  }
  .container .block-media .block-cards .card__image-head img.mobile {
    display: block;
  }
  .container .block-media .block-cards .card__main {
    padding: 10px 18px;
  }
  .container .block-media .block-cards .card__main h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .container .block-media .block-cards .card__main p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .container .block-media .block-cards .card__main span {
    display: block;
    font-size: 12px;
  }
  .container .block-media .item-description {
    width: 350px;
  }
  .container .block-media .item-description img {
    width: 350px;
    height: 210px;
  }
  .container .block-media .item-description__content h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0px 20px 0px;
  }
  .container .block-media .item-description__content p {
    width: 320px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .container .block-media .item-description__content p:last-child {
    margin: 0;
  }
  .container .block-media .item-description .block-slider {
    margin: 26px 0;
  }
  .container .block-media .news-block {
    width: 335px;
    margin-top: 55px;
  }
  .container .block-media .news-block__items {
    height: auto;
    margin-bottom: 0;
  }
  .container .block-media .news-block__items-sub {
    background: #fff;
  }
  .container .block-media .news-block__items-sub h6 {
    font-size: 18px;
    line-height: 22px;
  }
  .container .block-media .news-block__items-sub a {
    font-size: 12px;
    line-height: 15px;
  }
  .container .block-media .news-block__items-sub span {
    font-size: 14px;
    line-height: 17px;
  }
  .container .block-media .news-block__items-sub:hover {
    background: #fcf9f2;
  }
  .container .block-media .video-album__blocks {
    width: 100%;
    margin: -15px 0;
  }
  .container .block-media .video-album__block {
    width: 100%;
    margin: 15px 0;
  }
  .container .block-gid {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .container .block-gid button {
    height: 48.97px;
    border-radius: 15px;
  }
  .container .block-gid .block-btn {
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .container .block-gid .block-btn button {
    margin: 0 0 10px 0 !important;
  }
  .container .block-gid .block-btn button:nth-child(1) {
    order: -2;
        width: 55%;
  }
  .container .block-gid .block-btn button:nth-child(2) {
        width: 100%;
  }
  .container .block-gid .block-btn button:nth-child(3) {
    order: -1;
    margin-bottom: 10px !important;
        width: 40%;
  }
  .container .block-gid h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0 !important;
  }
  .container .block-gid .item-description__image {
    margin-bottom: 30px;
  }
  .container .block-gid .item-description__image div:first-child img {
    width: 350px;
    height: 207px;
  }
  .container .block-gid .item-description__image div:last-child {
    display: none;
  }
  .container .block-gid .item-description p {
    width: 320px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .container .block-gid .item-description p:last-child {
    margin-bottom: 55px;
  }
  .container .block-gid .btn-main__light {
    margin-bottom: 55px !important;
  }
  .container .block-gid .btn-main__light:last-child {
    margin-bottom: 44px !important;
  }
  .container .block-gid .block-cards {
    margin-bottom: 23px;
  }
  .container .block-gid .block-cards .card {
    height: auto;
  }
  .container .block-gid .block-cards .card__image-head img {
    width: 350px;
    height: 130px;
    border-radius: 10px 10px 0 0;
  }
  .container .block-gid .block-cards .card__main {
    padding: 17px 40px 17px 18px;
  }
  .container .block-gid .block-cards .card__main h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
  .container .block-gid .block-cards .card__main .card-data span {
    font-size: 12px;
    line-height: 15px;
  }
  .container .block-gid .block-cards .card:last-child {
    margin-bottom: 0;
  }
  .container .block-gid__map {
    margin: 0;
  }
  .container .block-gid__map iframe {
    width: 350px;
    height: 240px;
    border-radius: 10px;
  }
  .container .block-gid__map h1 {
    font-weight: 600;
    font-size: 16px;
  }
  .container .block-gid__showplace .description {
    margin: 0 auto;
  }
  .container .block-gid__showplace .description .item-description {
    width: 350px;
    margin: 0 auto;
  }
  .container .block-gid__showplace .description .item-description__image {
    margin-bottom: 20px;
  }
  .container .block-gid__showplace .description .item-description__image img {
    width: 350px;
    height: 207px;
  }
  .container .block-gid__showplace .description .item-description .card-data span {
    font-size: 14px;
    line-height: 17px;
  }
  .container .block-gid__showplace .description .item-description__content {
    margin: 30px 0 35px 0;
  }
  .container .block-gid__showplace .description .item-description__content p {
    width: 320px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .container .block-gid__showplace .block-cards {
    width: auto;
    margin-left: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
        display: none;
  }
  .container .block-gid__showplace .block-cards .card {
    min-width: 260px;
    height: 250px;
    margin: 20px 17px 20px 0px;
  }
  .container .block-gid__showplace .block-cards .card__image-head img {
    width: 100%;
    height: 130px;
  }
  .container .block-gid__showplace .block-cards .card__main {
    padding: 14px 18px 23px 18px;
  }
  .container .block-gid__showplace .block-cards .card__main h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .container .block-gid__showplace .block-cards .card__main .card-data span {
    font-size: 12px;
    margin-left: 12px;
  }
  .container .block-object {
    width: 350px;
    margin: 0 auto;
  }
  .container .block-object .block-cards .card {
    height: auto;
  }
  .container .block-object .block-cards .card__image-head img {
    width: 350px;
    height: auto;
  }
  .container .block-object .block-cards .card__main {
    padding: 27px 30px 16px 18px;
  }
  .container .block-object .block-cards .card__main h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 27px;
  }
  .container .block-object .block-cards .card__main .card-data span {
    font-size: 12px;
    line-height: 15px;
  }
  .container .block-object .block-cards .card:last-child {
    margin-bottom: 0;
  }
  .container .block-object-item .description {
    width: 100%;
    margin: 0 auto;
  }
  .container .block-object-item .description .item-description {
    width: 350px;
    margin: 0 auto;
  }
  .container .block-object-item .description .item-description__image {
    margin-bottom: 20px;
  }
  .container .block-object-item .description .item-description__image img {
    width: 350px;
    height: 207px;
  }
  .container .block-object-item .description .item-description .card-data span {
    font-size: 14px;
    line-height: 17px;
  }
  .container .block-object-item .description .item-description__content {
    margin-top: 30px;
  }
  .container .block-object-item .description .item-description__content h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }
  .container .block-object-item .description .item-description__content h2:last-child {
    margin-top: 55px !important;
  }
  .container .block-object-item .description .item-description__content p {
    width: 320px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .container .block-object-item .description .item-description__table {
    margin-bottom: 55px;
  }
  .container .block-object-item .description .item-description__table table {
    max-width: 375px !important;
    border-radius: 0;
  }
  .container .block-object-item .description .item-description__table table tr {
    height: 60px;
  }
  .container .block-object-item .description .item-description__table table tr td:nth-child(1) {
    width: 68px;
  }
  .container .block-object-item .description .item-description__table table tr td:nth-child(2) {
    width: 245px;
  }
  .container .block-object-item .description .item-description__table table tr td:nth-child(2) div {
    padding-right: 20px;
  }
  .container .block-object-item .description .item-description__table table tr td:nth-child(2) div span {
    font-size: 12px;
    line-height: 15px;
  }
  .container .block-object-item .description .item-description__table table tr td:nth-child(3) {
    width: 62px;
  }
  .container .block-object-item .description .item-description__table table tr td:nth-child(3) div {
    margin-right: 12px;
    flex-direction: column;
    justify-content: start;
  }
  .container .block-object-item .description .item-description__table table tr td:nth-child(3) div span {
    width: 50px;
    font-size: 8.5px;
    line-height: 10px;
    padding: 2px 0;
    margin: 0 0 3.9px 0;
  }
  .container .block-object-item .description .item-description__table table tr td:nth-child(3) div span:last-child {
    margin: 0;
  }
  .container .block-object-item .description .item-description__sports {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .container .block-object-item .description .item-description__sports .sports-card {
    flex: 0 1 100px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 12px 15px;
    width: 100px;
    height: 90px;
  }
  .container .block-object-item .description .item-description__sports .sports-card img {
    width: 30px;
  }
  .container .block-object-item .description .item-description__sports .sports-card span {
    font-size: 10px;
    line-height: 12px;
  }
  .container .block-object-item .description .item-description__sports::after {
    flex: 0 1 105px;
  }
  .container .block-object-item .block-cards {
    width: auto;
    margin-left: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .container .block-object-item .block-cards .card {
    min-width: 260px;
    height: auto;
    margin-right: 15px;
  }
  .container .block-object-item .block-cards .card__image-head img {
    width: 260px;
    height: 130px;
  }
  .container .block-object-item .block-cards .card__main {
    padding: 14px 30px 17px 18px;
  }
  .container .block-object-item .block-cards .card__main h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 19px;
  }
  .container .block-object-item .block-cards .card__main .card-data {
    display: flex;
  }
  .container .block-object-item .block-cards .card__main .card-data span {
    font-size: 12px;
    line-height: 15px;
  }
  .container .block-fire-relay .show-block {
    width: 100%;
    margin: 0 auto;
  }
  .container .block-fire-relay .show-block .flame, .container .block-fire-relay .show-block .flame-out {
    width: 89px;
    height: 89px;
  }
  .container .block-fire-item {
    margin-top: 30px;
  }
  .container .block-fire-item__title {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .container .block-fire-item__title .flame {
    min-width: 70px;
    min-height: 70px;
    margin: 0 0 10px 0;
  }
  .container .block-fire-item__title h1 {
    margin: 0 0 10px 0;
  }
  .container .block-fire-item__title div span {
    bottom: 4px;
    margin: 0;
  }
  .container .block-fire-item .item-description {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .container .block-fire-item .item-description__image {
    margin-bottom: 10px;
  }
  .container .block-fire-item .item-description__image img {
    width: 350px;
    height: 203px;
  }
  .container .block-fire-item .item-description__torchbearers h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .container .block-fire-item .item-description__torchbearers-name {
    margin: 0;
  }
  .container .block-fire-item .item-description__torchbearers-name span {
    font-weight: 700;
    font-size: 12px !important;
    line-height: 15px !important;
    margin-bottom: 8px;
  }
  .container .block-fire-item .item-description__torchbearers-name span:last-child {
    margin: 0;
  }
  .container .block-fire-item .item-description__torchbearers-name span .my-ckeditor-main-text {
    font-size: 12px !important;
    line-height: 15px !important;
  }
  .container .block-fire-item .item-description__content p {
    width: 320px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .container .block-fire-item .item-description .block-slider {
    height: auto;
  }
  .container .block-fire-item .item-description .block-slider .swiper-pagination {
    bottom: -57px;
  }
  .container .block-fire-item .item-description .block-slider .swiper-button-next {
    top: 229px;
    right: 0;
  }
  .container .block-fire-item .block-cards {
    width: 350px;
    margin: 0 auto;
  }
  .container .block-fire-item .block-cards .card {
    width: 350px;
    padding: 0 0 45px 0;
    margin-bottom: 0;
  }
  .container .block-fire-item .block-cards .card h1 {
    margin-top: 24px;
  }
  .container .block-fire-item .block-cards .fire {
    justify-content: center;
  }
  .container .block-fire-item .block-cards .fire .show-block__fire-path {
    right: 0;
    margin: 0 16px 0 0;
  }
  .container .block-about-games h1 {
    margin: 6px 0px 30px 0px;
  }
  .container .block-about-games .item-description {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .container .block-about-games .item-description__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .block-about-games .item-description__content {
    width: 100%;
  }
  .container .block-about-games .item-description__content h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0 20px 0;
  }
  .container .block-about-games .item-description__content p {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .container .block-about-games .item-description__content p:last-child {
    margin-bottom: 55px;
  }
  .container .block-about-games .item-description__content img {
    width: 350px;
    height: 203px;
    margin: 0;
  }
  .container .block-for-media {
    overflow: hidden;
  }
  .container .block-for-media .block-for-media__title .block-btn {
    width: 100%;
    margin: 0 auto 2rem;
    order: 0;
  }
  .container .block-for-media .block-for-media__title .block-btn .btn-main {
    height: 50px;
    margin: 0 auto;
  }
  .container .block-for-media .block-for-media__title-image {
    width: 100%;
    margin: 0 auto;
    top: -29px;
  }
  .container .block-for-media .block-for-media__title-image div {
    margin-right: 20px;
  }
  .container .block-for-media .block-for-media__title-image div img {
    width: 272px;
    height: 163px;
    position: relative;
    left: -80px;
    bottom: -34px;
  }
  .container .block-for-media .block-for-media__title-image div:last-child img {
    width: 147px;
    height: 131px;
    bottom: 32px;
  }
  .container .block-for-media .item-description {
    width: 335px;
    margin: 0 auto;
  }
  .container .block-for-media .item-description__content {
    margin-top: 20px;
  }
  .container .block-for-media .item-description__content p {
    width: 335px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
  }
  .container .block-for-media .item-description__content p:last-child {
    margin-bottom: 0px;
  }
  .container .block-volunteer {
    overflow: hidden;
  }
  .container .block-volunteer h1 {
    margin-bottom: 2rem;
  }
  .container .block-volunteer .volunteer-title {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .container .block-volunteer .volunteer-title__sub {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .container .block-volunteer .volunteer-title__sub h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24.52px;
    text-align: center;
    margin: 0 auto;
  }
  .container .block-volunteer .volunteer-title__sub .block-btn {
    margin-bottom: 35px;
  }
  .container .block-volunteer .volunteer-title__sub .block-btn .btn-main {
    height: 50px;
  }
  .container .block-volunteer .volunteer-title__sub-image {
    height: 202px;
    top: 30px;
    left: -40px;
    order: -1;
  }
  .container .block-volunteer .volunteer-title__sub-image .image-one {
    width: 135px;
    height: 179px;
    left: 138px;
    top: -34px;
  }
  .container .block-volunteer .volunteer-title__sub-image .image-two img {
    width: 414px;
    height: 167px;
  }
  .container .block-volunteer h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .container .block-volunteer .volunteer-description {
    margin-bottom: 55px;
  }
  .container .block-volunteer .volunteer-description__content {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .container .block-volunteer .volunteer-description__content h2 {
    margin-bottom: 20px;
  }
  .container .block-volunteer .volunteer-description__content p {
    font-size: 12px;
    line-height: 15px;
  }
  .container .block-volunteer .volunteer-stage {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .container .block-volunteer .volunteer-stage h2 {
    width: 100%;
    margin-bottom: 19px;
  }
  .container .block-volunteer .volunteer-stage__main {
    flex-direction: column;
  }
  .container .block-volunteer .volunteer-stage__main-one {
    width: 320px;
  }
  .container .block-volunteer .volunteer-stage__main-two {
    width: 320px;
  }
  .container .block-volunteer .volunteer-stage__main-two .volunteer-stage__main-item:last-child {
    margin: 0;
  }
  .container .block-volunteer .volunteer-stage__main-item {
    margin-bottom: 20px;
  }
  .container .block-volunteer .volunteer-stage__main-item .item-nubmer {
    min-width: 50px;
    height: 49px;
    margin-right: 19px;
    font-size: 26px;
  }
  .container .block-volunteer .volunteer-stage__main-item .item-description h6 {
    font-size: 12px;
    line-height: 15px;
  }
  .container .block-volunteer .volunteer-question {
    width: 100%;
    margin: 0 auto;
        padding: 0 1rem;
  }
  .container .block-volunteer .volunteer-question__title {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .container .block-volunteer .volunteer-question__title div {
    max-width: 50px !important;
    height: 49px;
    font-size: 25px;
    margin-right: 19px;
  }
  .container .block-volunteer .volunteer-question__title h2 {
    padding-right: 20px;
  }
  .container .block-volunteer .volunteer-question .accordion {
    margin-bottom: 55px;
  }
  .container .block-volunteer .volunteer-question .accordion-item {
    min-width: 100%;
    margin-bottom: 20px;
  }
  .container .block-volunteer .volunteer-question .accordion-item .accordion-header .accordion-button {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    padding: 18px;
  }
  .container .block-volunteer .volunteer-question .accordion-item .accordion-header .accordion-button::after {
    width: 50px;
    height: 50px;
  }
  .container .block-volunteer .volunteer-question .accordion-item .accordion-body {
    padding: 20px;
    font-size: 12px;
    line-height: 15px;
  }
  .container .block-volunteer .volunteer-question .accordion-item:last-child {
    margin: 0;
  }
  .container .block-volunteer .volunteer-question .accordion:last-child {
    margin: 0;
  }
  .container .block-contact {
    margin: 0;
  }
  .container .block-contact__image {
    width: auto;
    position: relative;
    margin-bottom: 10px;
  }
  .container .block-contact__image img {
    width: 161px;
    height: 117px;
    position: relative;
    left: 107px;
  }
  .container .block-contact__info {
    width: 100%;
    margin: 0 auto;
  }
  .container .block-contact__info h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
  .container .block-contact__info-main .contact-item {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .container .block-contact__info-main .contact-item:last-child {
    margin: 0;
  }
  .container .block-contact__info-main .contact-item__icon {
    margin: 0 0 10px 0;
  }
  .container .block-contact__info-main .contact-item__descript {
    width: 350px;
  }
  .container .block-contact__info-main .contact-item__descript h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .container .block-contact__info-main .contact-item__descript h6:nth-child(1) {
    width: auto;
  }
  .container .partner {
    margin: 75px 0px 120px 0px;
    padding: 0 15px;
  }
  .container .partner h1 {
    margin: 0px 0px 17px 0px;
  }
  .container .partner-slider {
    overflow: inherit;
  }
  .container .partner-slider .pre-btn,
.container .partner-slider .nxt-btn {
    width: 30px;
    height: 30px;
    background: none;
  box-shadow: none;
  }
  .container .partner-slider .pre-btn img,
.container .partner-slider .nxt-btn img {
    width: 14px;
  }
  .container .partner-slider .pre-btn {
    left: -10px;
  }
  .container .partner-slider .nxt-btn {
    right: -10px;
  }
  .partner-slider__container-card {
        height: auto;
    }
    .partner-slider .pre-btn, .partner-slider .nxt-btn {
        top: 65%;
    }
  .container .partner-slider__container-card {
    min-width: 100px;
    border-radius: 5px;
  }
  .container .partner-slider__container-card::after {
    flex: 0 1 105px;
  }
  .container .partner-slider__container-card .img-wrapper {
    width: 120px;
    height: 100%;
    max-height: 100px;
  }
  .container .partner-slider__container-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .container .partner-slider__container-card .h2-wrapper {
    margin-top: 10px;
  }
  .container .partner-slider__container-card .h2-wrapper h2 {
    font-size: 8px;
  }
  .container footer {
    margin-bottom: 100px;
  }
  .container footer h3, .container footer h6, .container footer span, .container footer p {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .container footer hr {
    border: 0.5px solid #0A152F;
    margin-bottom: 25px;
  }
  .container footer .footer {
    flex-direction: column-reverse;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
  }
  .container footer .footer__logo {
    display: none !important;
  }
  .container footer .footer__links {
    width: 100%;
    align-items: center;
  }
  .container footer .footer__links a {
    color: #000;
    padding-bottom: 14px;
    font-size: 12px;
  }
  .container footer .footer__links-top {
    width: 100%;
    padding: 0 1rem;
  }
  .container footer .footer__links-top .item__two {
    text-align: center;
  }
  .container footer .footer__links-top .item__three {
    text-align: end;
  }
  .container footer .footer__links-logomb {
    margin: 14px 0px 28px 0px;
    display: block;
  }
  .container footer .footer__links-logomb img {
    width: 112px;
  }
  .container footer .footer__links-bottom {
    width: 100%;
        padding: 0 1rem;
  }
  .container footer .footer__links-bottom ul:nth-child(n+2) {
    display: flex !important;
  }
  .container footer .footer__info {
  width: 100%;
    max-width: 100%;
    align-items: center;
    flex-direction: column-reverse;
  }
  .container footer .footer__info-main {
    width: 100%;
  }
  .container footer .footer__info-main__address h3 {
    width: 100%;
    margin: 0 auto;
  }
  .container footer .footer__info-main__address h6 {
    margin: 18px 0px 6px 0px;
  }
  .container footer .footer__info-main__address p {
    margin-bottom: 10px;
  }
  .container footer .footer__info-main__contact {
    align-items: center;
    flex-direction: column;
  }
  .container footer .footer__info-main__contact a {
    margin-bottom: 10px;
  }
  .container footer .footer__info-main__contact a:nth-child(2) {
    order: -1;
  }
  .container footer .footer__info-main__contact .social-media {
    margin-bottom: 25px;
  }
  .container footer .footer__info-main__contact .social-media a {
    margin-bottom: 0;
  }
  .container footer .footer__info-main__contact .social-media a:nth-child(2) {
    order: 1;
  }
  .container footer .footer__info .btn-main {
    width: 100%;
    margin-bottom: 13px;
  }
  .container footer .footer__extra {
    width: 100%;
        padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .container footer .footer__extra .btn-main {
    width: 300px;
    margin: 0 auto 25px;
  }
  .container footer .footer__extra .developed-by {
    display: none;
  }
  .bottom-header__flex {
    flex-direction: column;
  }
  .bottom-header__flex .img-left {
    display: none;
  }
  .bottom-header__flex .img-right {
    width: 100%;
    height: 273px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
        margin-bottom: 2rem;
  }
  .bottom-header__subtitle h4 {
    font-size: 18px;
    line-height: 22.07px;
  }
  .show-block,
  .partner {
    width: 100%;
  }
  .img-about-games {
    height: 210px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.35);
  }
  .table .table-body .d-flex.align-items-center {
    width: 100%;
    padding: 0;
  }
  .table-basic.table-responsive.table-borderless .table .table-body .d-flex.align-items-center {
    width: auto;
        padding: 10px;
  }
    .block-sports ~.partner,
    .block-media ~.partner,
    .block-object ~.partner {
        margin: 50px auto 75px !important;
    }
    .block-sports ~footer, .block-media ~footer, .block-object ~footer {
        top: 0;
    }
    .block-gid .item-description__image div:first-child {
      height: auto;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(153, 153, 153, 0.35);
    }
    .block-btn.d-flex .btn-main {
        height: 40px;
        font-size: 16px;
        font-weight: 700;
        line-height: 19.62px;
        padding: 0;
            text-shadow: 0 0 5px #333;
    }
    a[target="_blank"] {
        height: auto;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
    a[target="_blank"] img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .big-img {
        display: none;
    }
    .block-for-media .block-btn ~p{
            padding: 0 1rem;
    }
    .block-contact .subtitle {
        font-size: 20px;
        line-height: 24.52px;
        max-width: unset;
        text-align: center;
        padding: 0 1rem;
    }
    .block-contact__info-main {
        justify-content: center;
    }
    .block-contact__info-main .contact-item {
        width: 100%;
    }
    .container .block-contact__info-main .contact-item__descript {
        width: 100%;
        padding: 0 2rem;
    }
    .block-volunteer .volunteer-title__sub-image {
        display: none;
    }
    .block-volunteer .btn-order {
        width: 100%;
        height: 50px;
        font-weight: 700;
        font-size: 16px;
        line-height: 19.62px;
        margin: 1rem auto 0;
    }
    .block-volunteer .block-btn {
        width: 100%;
    }
    .date-table-awards-date__last,
    .col-location-place,
    .table-schedule .table tbody [rowspan],
    .table-schedule .table tbody [rowspan] ~ td {
        width: 100% !important;
    }
    .col-location-place .d-flex.align-items-center {
        justify-content: center;
    }
    .block-schedule .date-table-event-date .date-table .table tbody tr td:nth-child(1), .block-schedule .date-table-awards-date .date-table .table tbody tr td:nth-child(1) {
        min-width: 50px !important;
        max-width: 50px;
        overflow: hidden;
    }
    .block-schedule .date-table-awards-date .date-table .table tbody tr td {
        min-width: 48px !important;
    }
    .about-games__block-items {
        width: 100%;
    }
    .block-sports .block-sports__cards {
        justify-content: center !important;
        margin: 0 auto;
    }
    ._fixedHT {
        position: fixed !important;
        top: 54px !important;
        z-index: 1;
    }
    .block-schedule .table-basic table .table-body .cell-1 .sports-table {
        width: 50px !important;
        height: 50px !important;
    }
    .select-box .options-container ~.vid {
        width: fit-content;
    }
    .table-body .cell-1.cell-tr td:first-child {
        font-size: 14px;
        color: #56a5da;
    }
    .block-medal-standings .table-basic .table .stage-medal {
        width: 25px !important;
        height: 25px !important;
            flex: 0 0 auto;
    }
  .btn-main,
  .btn-main__light {
    text-shadow: 0 0 5px #333 !important;
        font-size: 16px !important;
  }
    .block-medal-standings .select-table .select-box .vid {
        width: auto;
    }
    .block-medal-standings .align-items-center .d-flex {
        margin-left: 0.5rem !important;
    }
    .block-medal-standings .align-items-center .d-flex img[alt="vector"] {
        width: 1rem;
    }
    .table-schedule .table .table-body tr td .schedule {
        width: 50px;
    }
    .block-schedule .table-basic table thead tr th:nth-child(2) {
        padding-left: 10px !important;
    }
    .schedule.d-flex.align-items-center.justify-content-between .sports-table {
        margin-left: 0;
    }
    .mySwiper .swiper-slide {
        height: 200px !important;
    }
    .item-description__content p iframe {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .block-athletes .select-table .select-box .vid {
        border: 1px solid #C9DA43 !important;
    }
    .block-athletes .select-table .selected:not(:first-child) {
    margin-top: 8px;
    }
    .block-athletes .table-athletes .table-basic table thead tr th {
        vertical-align: middle !important;
    }
    .block-medal-standings .table-basic .table tr,
    .block-medal-standings .table-basic table .table-body .cell-1 {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }
    .block-medal-standings .table-basic .table tr {
        padding: 0 1rem 0 0;
    }
    .block-medal-standings .table-basic.table-responsive.table-borderless .table .table-body .d-flex.align-items-center {
        width: -webkit-fill-available;
        padding: 0 10px 0 0 !important;
            min-width: 150px;
    }
    .block-medal-standings .table-basic table tbody tr td:nth-child(2) {
        width: auto !important;
    }
    .kind-sport-wrapper .table-basic.table-responsive.table-borderless .table .table-body .d-flex.align-items-center {
        padding: 0 !important;
    }
    .block-medal-standings .table-basic .table tr, .block-medal-standings .table-basic table .table-body .cell-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .table .table-body .d-flex.align-items-center {
        height: auto !important;
    }
    .header .flex-items {
        flex-direction: column;
    }
    .block-result .head {
        justify-content: center;
    }
    .block-result .head .btn-green {
        width: 75%;
        max-width: unset;
        margin: 0 auto 2rem;
    }
    .table .table-body .d-flex.align-items-center ~span {
        min-width: unset;
        padding: 0;
    }
    .block-teams-result .table-sportsman .table-basic table thead tr td, .block-teams-result .table-sportsman .table-basic table tbody tr td {
        vertical-align: middle;
    }
    .block-teams-result .table-sportsman .table-basic table thead tr td:nth-child(6) div, .block-teams-result .table-sportsman .table-basic table thead tr th:nth-child(6) div, .block-teams-result .table-sportsman .table-basic table tbody tr td:nth-child(6) div, .block-teams-result .table-sportsman .table-basic table tbody tr th:nth-child(6) div {
        margin-top: 0;
    }
    .kind-sport-wrapper .kind-sport.d-flex.align-items-center.justify-content-center {
        width: auto !important;
        padding: 0;
    }
    .block-teams-result .table-result .table-basic table thead tr td:nth-child(5), .block-teams-result .table-result .table-basic table thead tr th:nth-child(5), .block-teams-result .table-result .table-basic table tbody tr td:nth-child(5), .block-teams-result .table-result .table-basic table tbody tr th:nth-child(5) {
        width: auto !important;
        text-align: center;
        padding: 0 10px !important;
    }
    .block-medal-standings .select-table .select-box .vid {
        height: auto !important;
        padding: 5px 20px 5px 5px !important;
        margin: auto !important;
    }
    .block-medal-standings .table-basic .table tr {
        padding: 5px;
    }
    .block-medal-standings .td-total {
        width: fit-content !important;
        font-size: 10px !important;
    }
    .block-medal-standings .col-total {
        font-size: 12px !important;
        display: flex;
        justify-content: flex-end;
    }
    .block-medal-standings .col-medal {
        padding-left: 5px !important;
    }
    .block-medal-standings .stage-medal--gold,
    .block-medal-standings .stage-medal--silver,
    .block-medal-standings .stage-medal--bronze {
        position: relative;
    }
    .block-medal-standings .stage-medal--gold {
        right: -10px;
    }
    .block-medal-standings .stage-medal--silver {
        right: 0;
    }
    .block-medal-standings .stage-medal--bronze {
        left: -10px;
    }
    .collapse:not(.show) {
        display: none !important;
    }
}

/*# sourceMappingURL=main-media.css.map */
