@media screen and (min-width: 1180px) {
  .header .category_menu {
    position: absolute;
    left: 16px;
    bottom: 100%;
    height: 40px;
    align-items: center;
    font-weight: 500;
  }
  .header .category_menu li {
    margin-right: 16px;
  }
  .header .category_menu a.current:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 8px;
    height: 2px;
    left: 0;
    width: 100%;
    background: #7CE00B;
    border-radius: 2px 2px 0 0;
  }
  .header .website_menu {
    margin-right: 20px;
    position: relative;
    z-index: 10;
  }
  .header .website_menu .drop_btn {
    color: #DADCDA;
  }
  .header .website_menu .drop_btn:before {
    font-size: 2rem;
    color: #868D86;
  }
  .header .website_menu .drop_list {
    background: #1D201D;
    position: absolute;
    top: 100%;
    margin-top: 10px;
    border-radius: 16px;
    box-shadow: 0px 218px 87px rgba(0, 0, 0, 0.01), 0px 123px 74px rgba(0, 0, 0, 0.02), 0px 55px 55px rgba(0, 0, 0, 0.03), 0px 14px 30px rgba(0, 0, 0, 0.04);
    min-width: 160px;
  }
  .header .website_menu .drop_list:before, .header .website_menu .drop_list:after {
    display: block;
    content: "";
    height: 12px;
  }
  .header .website_menu .drop_list li {
    padding: 8px 16px;
  }
  .header .website_menu .drop_list a {
    padding: 4px 8px;
  }
  .header .website_menu.opened .drop_btn span {
    color: #ffffff;
    text-decoration-color: #ffffff;
  }
  .header .menu_block {
    flex: 1;
  }
  .header .main_menu {
    display: flex;
  }
  .header .main_menu > li {
    position: relative;
  }
  .header .main_menu > li > a {
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: 500;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1180px) and (hover: hover) {
  .header .main_menu > li > a:hover {
    background: #1D201D;
  }
  .header .main_menu > li > a:hover:before {
    color: #ffffff;
  }
}
@media screen and (min-width: 1180px) {
  .header .main_menu > li.opened > .submenu_btn {
    background: #1D201D;
  }
  .header .main_menu > li.opened > .submenu_btn:before {
    color: #ffffff;
  }
}
@media screen and (min-width: 1180px) {
  .header .main_menu .submenu_btn:before {
    margin-left: 2px;
    margin-right: -2px;
    color: #868D86;
    font-size: 2rem;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1180px) {
  .header .submenu_list {
    position: absolute;
    top: 100%;
    left: -12px;
    padding: 0 4px;
    z-index: 10;
    white-space: nowrap;
    font-size: 0;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 218px 87px rgba(0, 0, 0, 0.01), 0px 123px 74px rgba(0, 0, 0, 0.02), 0px 55px 55px rgba(0, 0, 0, 0.03), 0px 14px 30px rgba(0, 0, 0, 0.04);
  }
  .header .submenu_list:before {
    display: block;
    content: "";
    height: 26px;
  }
  .header .submenu_list:after {
    display: block;
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #232623;
    z-index: -1;
    border-radius: 16px;
  }
  .header .submenu_list ul {
    white-space: normal;
    width: 316px;
    font-size: 1.4rem;
  }
  .header .submenu_list ul:has(img) {
    padding: 6px;
  }
  .header .submenu_list ul:not(:has(img)) {
    padding: 16px 6px;
  }
  .header .submenu_list ul:not(:has(img)) li {
    padding: 0 6px;
  }
}
@media screen and (min-width: 1180px) {
  .header .shop_btn {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .header .search_block {
    height: 24px;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #3A3B3A;
  }
}
@media screen and (min-width: 1180px) {
  .header .menu_block .shop_btn,
.header .menu_btn, .header_bottom .website_menu {
    display: none;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1439px) {
  .header {
    font-size: 85.71%;
  }
  .header .main_logo {
    padding-right: 16px;
  }
  .header .main_logo a, .header .main_logo img {
    height: 40px;
  }
  .header .main_menu > li > a {
    padding: 8px;
  }
  .header .main_menu .submenu_btn:before {
    font-size: 1.8rem;
    margin-left: 0;
  }
  .header .shop_btn {
    margin-right: 12px;
  }
  .header .search_block {
    margin-right: 12px;
    padding-right: 12px;
  }
  .header .search_form {
    right: 12px;
  }
  .header .help_btn,
.header .website_menu,
.header .hotline {
    margin-right: 16px;
  }
  .header .lg_block .drop_btn:after,
.header .website_menu .drop_btn:before {
    font-size: 1.8rem;
    padding-left: 2px;
    margin-left: 0;
  }
  .header .website_menu .drop_list {
    border-radius: 12px;
    min-width: 120px;
  }
  .header .website_menu .drop_list:before, .header .website_menu .drop_list:after {
    height: 8px;
  }
  .header .website_menu .drop_list li {
    padding: 4px 12px;
  }
  .header .payment_block .drop_btn {
    padding: 7px 12px;
  }
  .header .payment_block .drop_list {
    width: 360px;
    border-radius: 12px;
  }
  .header .payment_block .title_block {
    padding: 16px 20px;
  }
  .header .payment_block a {
    padding: 14px 12px;
  }
  .header .payment_block .payment_logo {
    flex: 0 0 100px;
    max-width: 100px;
    height: 56px;
    margin-right: 12px;
    border-radius: 12px;
  }
  .header .submenu_list {
    left: -8px;
    padding: 0 2px;
    border-radius: 0 0 12px 12px;
  }
  .header .submenu_list:after {
    border-radius: 12px;
  }
  .header .submenu_list ul {
    width: 280px;
    font-size: 1.2rem;
  }
  .header .submenu_list ul:has(img) {
    padding: 4px;
  }
  .header .submenu_list ul:not(:has(img)) {
    padding: 12px 4px;
  }
  .header .submenu_list ul:not(:has(img)) li {
    padding: 0 4px;
  }
  .header .submenu_list ul:not(:has(img)) li:not(:first-child) {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1281px) {
  .footer_bottom {
    margin-top: 34px;
  }
  .footer .socials_list {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1280px) {
  .footer_bottom {
    margin-top: 24px;
  }
  .footer_menues {
    width: 66.67%;
  }
  .footer_contacts {
    width: 33.33%;
  }
  .footer_socials {
    width: 33.33%;
    max-width: 320px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1365px) {
  .uplay_faq .question_block,
.short_desc {
    font-size: 128.57%;
    line-height: 1.33em;
  }

  .main_section .welcome_desc {
    font-size: 142.86%;
  }

  .main_title {
    font-size: 285.71%;
  }

  .uplay_title {
    font-size: 228.57%;
  }

  .uplay_subtitle {
    font-size: 142.86%;
    line-height: 1.2em;
  }

  .video_section.top_video {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .video_section.bottom_video {
    padding-top: 120px;
    padding-bottom: 154px;
  }

  .rich_localized {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .rich_localized .bg_image {
    top: 100px;
  }
  .rich_localized .info_block {
    width: 640px;
    padding-left: 120px;
    padding-right: 120px;
  }
  .rich_localized .info_block:before, .rich_localized .info_block:after {
    top: 24px;
    width: 48px;
  }
  .rich_localized .info_block:before {
    left: 32px;
  }
  .rich_localized .info_block:after {
    right: 32px;
  }
  .rich_localized .info_block ul {
    margin-top: 40px;
  }
  .rich_localized .info_block .item_icon {
    flex: 0 0 40px;
    max-width: 40px;
  }
  .rich_localized .info_block .item_title {
    font-size: 171.43%;
    line-height: 1.17em;
  }

  .advanced_section {
    padding: 120px;
  }
  .advanced_section ul {
    margin-top: 45px;
  }

  .join_section {
    padding: 120px 0;
  }

  .join_list {
    margin-top: 48px;
  }

  .join_block {
    padding-left: 40px;
    padding-right: 40px;
  }
  .join_block .info_block {
    max-width: 640px;
  }
  .join_block .join_title {
    font-size: 171.43%;
    line-height: 1.17em;
  }

  .guide_section {
    padding: 120px 0;
  }
  .guide_section .stores_list {
    margin: 25px -20px -40px;
  }
  .guide_section .stores_list li {
    flex: 0 0 280px;
    margin: 0 20px 40px;
  }
  .guide_section .stores_list a {
    height: 80px;
  }
  .guide_section .stores_list a img {
    max-height: 56px;
  }
  .guide_section .uplay_faq {
    margin-top: 100px;
  }

  .uplay_faq_list > li {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page_faq {
    padding-top: 100px;
    padding-bottom: 135px;
  }

  .tv_section .more_btn {
    font-size: 142.86%;
    line-height: 1.2em;
  }
  .tv_section .tv_includes {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: -20px;
  }
  .tv_section .tv_includes > ul {
    max-width: 720px;
  }
  .tv_section .tv_includes > ul > li:not(:first-child) {
    margin-top: 100px;
  }
  .tv_section .include_icon {
    margin-right: 20px;
  }
  .tv_section .include_icon img {
    max-width: 90px;
    max-height: 70px;
  }
  .tv_section .tv_logoes {
    padding: 8px 0;
    gap: 24px;
  }
  .tv_section .stores_list {
    margin: 25px -20px -40px;
  }
  .tv_section .stores_list li {
    flex: 0 0 180px;
    margin: 0 20px 40px;
  }
  .tv_section .stores_list a {
    height: 56px;
  }

  .uplay_tariffs {
    padding-bottom: 100px;
  }
  .uplay_tariffs .other_option {
    padding-left: 40px;
    padding-right: 40px;
  }
  .uplay_tariffs .option_info {
    flex: 1;
    max-width: 700px;
  }
  .uplay_tariffs .uplay_btn {
    max-width: 310px;
  }
  .uplay_tariffs .option_title {
    font-size: 171.43%;
    line-height: 1.17em;
  }

  .tariffs_list .tariff_block {
    padding: 50px 30px 40px;
    min-height: 420px;
  }
  .tariffs_list .tariff_name {
    font-size: 157.14%;
    line-height: 1.18em;
  }

  .app_popup .stores_list {
    margin: 25px -20px -40px;
  }
  .app_popup .stores_list li {
    flex: 0 0 180px;
    margin: 0 20px 40px;
  }
  .app_popup .stores_list a {
    height: 56px;
  }
}
@media screen and (min-width: 1281px) {
  .page_head {
    padding-top: 49px;
    padding-bottom: 60px;
  }
}

/*# sourceMappingURL=uplay-l.css.map */
