@charset "utf-8";

a {
    text-decoration: none !important;
    color: #fff;
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
a:not([class]) {
    color: #ED1D24;
    border-bottom: 1px solid rgba(237, 29, 36, 0.5);
}
a:not([class]):hover {
    border-color: transparent;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-inline {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px;
}

hr {
    border: none;
    border-top: 2px solid rgba(255,255,255,0.2);
    display: block;
    flex: 0 0 auto;
    margin: 0;
    width: 100%;
}
hr.hr_mt {
    margin-top: 80px;
}
hr.hr_mt_md {
    margin-top: 60px;
}
hr.hr_mt_sm {
    margin-top: 40px;
}
hr.hr_mt_xs {
    margin-top: 20px;
}
hr.hr_mb_md {
    margin-bottom: 60px;
}
hr.hr_mb_sm {
    margin-bottom: 40px;
}
hr.hr_mb_xs {
    margin-bottom: 20px;
}
hr.hr_full {
    width: 100vw;
}
hr.hr_thin {
    border-width: 1px;
}
hr.hr_primary {
    border-color: #ED1D24;
}

.d-flex {
    display: flex;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-end {
    justify-content: flex-end;
}
.align-items-center {
    align-items: center;
}
.align-items-end {
    align-items: flex-end;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-nouppercase {
    text-transform: inherit !important;
    letter-spacing: 0 !important;
}
.text-primary {
    color: #ED1D24 !important;
}
.text-white {
    color: #fff !important;
}
.text-green {
    color: green !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-medium {
    font-weight: 500;
}
.text-semibold {
    font-weight: 600;
}

.cursor-not-allowed,
.cursor-not-allowed * {
    cursor: not-allowed !important;
}
.cursor-not-allowed * {
    pointer-events: none;
}

.overflow_hidden {
    overflow: hidden;
}

.font-noto-sans {
    font-family: 'Noto Sans';
}
.font-montserrat {
    font-family: 'Montserrat';
}

.mb0 {
    margin-bottom: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.hidden {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .hidden_mobile {
        display: none !important;
    }
    .flex-wrap_mobile {
        flex-wrap: wrap !important;
    }
}
@media screen and (min-width: 768px) {
    .visible_mobile {
        display: none !important;
    }
    .flex-wrap_mobile {
        flex-wrap: nowrap !important;
    }
}



.section {
    position: relative;
}
.section__bg,
.section__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section__bg-img {
    object-position: center center;
    object-fit: cover;
}
.section__content {
    position: relative;
    z-index: 3;
}
.section__content_not_z_index {
    z-index: auto
}
.section__title {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.23;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
.section__title_sm {
    font-size: 22px;
}
.section__title_md {
    font-size: 26px;
}
.section__title_sm {
    font-size: 20px;
}
.section__title_mt {
    margin-top: 20px;
}
.section__title_mb_sm {
    margin-bottom: 30px;
}
.section__title_mb_md {
    margin-bottom: 40px;
}
.section__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #FFFFFF;
}
.section__text p {
    margin: 0;
}
.section__text p + p {
    margin-top: 16px;
}
.section__text_lg {
    font-size: 18px;
    font-weight: 300;
}
.section__text_mb {
    margin-bottom: 45px;
}
.section_configurator .section__content {
    min-height: 400px;
    padding: 40px;
    display: flex;
    align-items: center;
}
.section_projects .section__content {
    padding-bottom: 70px;
}
.section_promo .section__content {
    padding-top: 80px;
}
.section_pt .section__content {
    padding-top: 60px;
}
.section_pb .section__content {
    padding-bottom: 50px;
}
.section_pb_lg .section__content {
    padding-bottom: 100px;
}
.section_first .section__content {
    padding-top: 80px;
    padding-bottom: 40px;
}
.section_bg_black {
    background: #000;
}
.section_mt {
    margin-top: 50px;
}
.section_mb {
    margin-bottom: 50px;
}
.section_overflow_hidden {
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .section__content-group {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .section__img {
        margin: 16px auto;
    }
    .section_first_mobile .section__content {
        padding-top: 90px;
    }
}
@media screen and (min-width: 768px) {
    .section__title {
        font-size: 48px;
    }
    .section__title_sm {
        font-size: 24px;
    }
    .section__title_md {
        font-size: 28px;
    }
    .section__text {
        font-size: 19px;
    }
    .section__text_lg {
        font-size: 26px;
    }
    .section_first .section__content {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .section_mt {
        margin-top: 80px;
    }
    .section_mb {
        margin-bottom: 80px;
    }
}

h1 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin: 0;
}
h2 {}
h3, .h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
h4 {}
h5 {}
h6 {}
@media screen and (min-width: 768px) {
    h1 {
        font-size: 40px;
    }
}

.page-header {
    margin-bottom: 30px;
}
.page-header__title-wrapper {
    max-width: 100%;
}
.page-header__title {
    text-transform: uppercase;
    margin: 0;
}
.page-header__helper {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.37;
    color: #ED1D24;
    margin-bottom: 8px;
}

.page-cover {
    margin-bottom: 15px;
}
.page-cover__img {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .page-cover {
        margin-bottom: 35px;
    }
}
@media screen and (min-width: 1520px) {
    .page-content__main_pd_desktop {
        padding-left: 80px;
    }
}


.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.breadcrumbs__item {
    position: relative;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}
.breadcrumbs__item:not(:last-child) {
    margin-right: 4px;
}
.breadcrumbs__item:not(:last-child):after {
    content: " —";
}
.breadcrumbs__link {
    color: rgba(255,255,255,0.4);
}
a.breadcrumbs__link:hover {
    color: #fff;
}

.swiper-container {
    overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
    width: 28px;
    height: 28px;
    top: 50%;
    margin: 0;
    transform: translate(0,-50%);
}
.swiper-button-prev {
    left: auto;
    right: 100%;
    margin-right: 25px;
}
.swiper-button-next {
    right: auto;
    left: 100%;
    margin-left: 25px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    content: none;
    display: none;
}
.swiper-button-prev:before,
.swiper-button-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\e901";
    font-family: "ural-icons";
    font-size: 28px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}
.swiper-button-prev:before {
    transform: translate(-50%,-50%) rotate(90deg);
}
.swiper-button-next:before {
    transform: translate(-50%,-50%) rotate(-90deg);
}
.swiper-button-disabled {
    opacity: 0.2;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
}
.swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    margin: 0 5px;
    border-radius: 0;
    background: #D9D9D9;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination_static {
    position: static;
    margin: 20px 0;
    justify-content: flex-start;
}
.swiper-pagination_circle {
    bottom: 0;
}
.swiper-pagination_circle .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #444448;
}
.swiper-pagination_circle .swiper-pagination-bullet-active {
    background: #ED1D24;
}

.js-scroll-container {
    padding-right: 15px;
}
.js-scroll-container .swiper-scrollbar {
    right: 1px;
    width: 8px;
    background: #2B2B2B;
    top: 0;
    height: 100%;
}
.js-scroll-container .swiper-scrollbar-drag {
    background: #ED1D24;
    left: 0;
    width: 8px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 48px;
    padding: 0 24px;
    border: none;
    background: none;
    text-decoration: none !important;
    color: #fff;
    cursor: pointer;
    border-radius: 50px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    min-width: 230px;
}
.btn_primary {
    background: rgba(0,0,0,0.1);
    border: 2px solid #ED1D24;
    box-shadow: 0px 0px 28px #FF0004;
}
.btn_primary:hover {
    color: #fff;
    background: #C50D2A;
    border-color: #C50D2A;
    box-shadow: 0px 0px 28px #C50D2A;
}
.btn_primary:active {
    color: #fff;
    background: #C50D2A;
    box-shadow: none;
}
.btn_secondary {
    background: #C50D2A;
    color: #fff;
    box-shadow: 0px 0px 28px #C50D2A;
}
.btn_secondary:hover {
    background: #C50D2A;
    color: #fff;
    box-shadow: none;
}
.btn_secondary:active {
    color: #C50D2A;
    background: #fff;
    box-shadow: none;
}
.btn_secondary[disabled],
.btn_secondary.btn_disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}
.btn_grey {
    background: rgba(255,255,255,0.2);
}
.btn_grey[disabled],
.btn_grey.btn_disabled {
    pointer-events: none;
    cursor: not-allowed;
}
.btn_block {
    width: 100%;
}
.btn_sm {
    height: 40px;
    font-size: 15px;
    padding: 0 15px;
}
.btn_mrg_y {
    margin-top: 24px;
    margin-bottom: 24px;
}
.btn_no_min {
    min-width: 0;
}
.btn_icon_play:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
    transition: border 0.2s ease;
}
.btn_icon_play.btn_active:before {
    border-width: 8px;
    border-color: #ffffff;
}
.btn_no_pointer {
    pointer-events: none;
}
.btn_wrap {
    white-space: normal;
    height: auto;
    min-height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
    .btn_lg {
        height: 54px;
        font-size: 21px;
        padding: 0 24px;
    }
    .btn_wide {
        min-width: 380px;
    }
}


.dropdown-block {
    position: relative;
    z-index: 3;
}
.dropdown-block__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.33;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 3;
}
.dropdown-block__name:after {
    content: "\e901";
    font-family: "ural-icons";
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    margin-left: 6px;
    transition: transform 0.3s ease;
}
.dropdown-block__link {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.33;
    color: #FFFFFF;
    white-space: nowrap;
}
.dropdown-block__link:hover {
    color: #ED1D24;
}
.dropdown-block__menu {
    position: absolute;
    top: 0;
    left: -15px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 25px 15px 10px;
}
.dropdown-block:hover .dropdown-block__menu {
    opacity: 1;
    visibility: visible;
}
.dropdown-block:hover .dropdown-block__name:after {
    transform: rotate(-180deg);
}
@media screen and (min-width: 768px) {
    .dropdown-block__link {
        font-size: 12px;
        letter-spacing: -0.06em;
    }
}
@media screen and (min-width: 992px) {
    .dropdown-block__link {
        letter-spacing: -0.03em;
    }
}
@media screen and (min-width: 1200px) {
    .dropdown-block__link {
        font-size: 15px;
        letter-spacing: 0;
    }
}

.quote-block {}
.quote-block__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    text-align: right;
    letter-spacing: -0.02em;
}
.quote-block__slogan {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5;
    text-align: right;
    color: #ED1D24;
}
.quote-block * + .quote-block__slogan {
    margin-top: 32px;
}
.quote-block__author {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.quote-block__author-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.23;
    text-align: right;
    letter-spacing: -0.02em;
}
.quote-block__author-sign {}
.quote-block * + .quote-block__author {
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .quote-block_mb_mobile {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 768px) {
    .quote-block__text {
        font-size: 24px;
    }
    .quote-block__slogan {
        font-size: 32px;
    }
}



.tags-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.tags-list__item {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #ED1D24;
    margin: 0 10px 6px;
    transition: color 0.3s ease;
}
a.tags-list__item:hover,
.tags-list__item.js-link:hover {
    color: #fff;
}

.nav-tags {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}
.nav-tags__link {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.29;
    color: rgba(255,255,255,0.9);
    background: #171719;
    border-radius: 50px;
    padding: 7px 12px;
    margin: 0 4px 8px;
}
.nav-tags__link.nav-tags__link-active,
.nav-tags__link:hover {
    background: #ED1D24;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .nav-tags {
        margin-left: -10px;
        margin-right: -10px;
    }
    .nav-tags__link {
        font-size: 14px;
        padding: 7px 19px;
        margin: 0 10px 10px;
    }
}

.pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.pagination__load {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    padding-top: 48px;
    position: relative;
}
.pagination__load:before {
    content: "\e90c";
    font-family: "ural-icons";
    font-size: 36px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0%);
}
.pagination__load:hover {
    color: #fff;
}


.features-block {}
.features-block__item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.features-block__icon-wrapper {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.features-block__icon {
    max-width: 100%;
    max-height: 100%;
}
.features-block__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #FFFFFF;
}


.property-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.property-block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    border-top: 1px dotted rgba(255,255,255,0.5);
    z-index: 1;
}
.property-block__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    max-width: 70%;
    background: #000;
    position: relative;
    z-index: 3;
}
.property-block__item:first-child {
    padding-right: 8px;
}
.property-block__item:last-child {
    padding-left: 8px;
}
.property-block + .property-block {
    margin-top: 16px;
}
@media screen and (min-width: 992px) {
    .property-block {
        max-width: 545px;
    }
}


.docs-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.docs-list__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #ED1D24;
    margin-bottom: 18px;
    position: relative;
}
.docs-list__helper {
    color: #fff;
}
.docs-list__link_pdf,
.docs-list__link_zip {
    padding-left: 38px;
}
.docs-list__link_pdf:before,
.docs-list__link_zip:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "ural-icons";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    color: #fff;
}
.docs-list__link_pdf:before {
    content: "\e910";
}
.docs-list__link_zip:before {
    content: "\e913";
}
.docs-list__hint {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.36;
    color: rgba(255,255,255,0.4);
}
.docs-list__hint:after {
    content: attr(data-hint);
}
.docs-list__link:not(.hidden) ~ .docs-list__hint:after {
    content: none;
}

.alert-block {
    padding: 20px;
    border: 2px solid #ED1D24;
    display: flex;
    align-items: center;
}
.alert-block__icon-wrapper {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-block__icon {}
.alert-block__desc {}
.alert-block__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
    text-transform: uppercase;
    color: #ED1D24;
    margin-bottom: 8px;
}
.alert-block__text {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #FFFFFF;
}
.alert-block_max {
    max-width: 530px;
}
.alert-block_mx_auto {
    margin-left: auto;
    margin-right: auto;
}
.alert-block_sm {
    padding: 4px 12px;
    border-width: 1px;
    opacity: 0.7;
}
.alert-block_sm .alert-block__text {
    text-transform: none;
    font-weight: 500;
}
.alert-block_mb {
    margin-bottom: 12px;
}
.alert-block_mb_md {
    margin-bottom: 32px;
}
.alert-block_success {
    border-color: green;
}
.alert-block_column {
    flex-direction: column;
    align-items: flex-start;
}

.text-section {
    margin-bottom: 30px;
}
.text-section__title {
    padding-left: 67px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.23;
    color: #ED1D24;
    text-transform: uppercase;
}
.text-section__icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.text-section__text {
    padding-left: 67px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
}
.text-section__text a:not([class]) {
    color: #ED1D24;
}


.rating-progress {
    width: 95px;
    height: 18px;
    position: relative;
}
.rating-progress:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(100);
    opacity: 0.4;
    z-index: 1;
}
.rating-progress:before,
.rating-progress__line {
    background-size: auto 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAwTDExLjAyMDYgNi4yMTg4NUgxNy41NTk1TDEyLjI2OTQgMTAuMDYyM0wxNC4yOTAxIDE2LjI4MTJMOSAxMi40Mzc3TDMuNzA5OTMgMTYuMjgxMkw1LjczMDU2IDEwLjA2MjNMMC40NDA0OTIgNi4yMTg4NUg2Ljk3OTM3TDkgMFoiIGZpbGw9IiNFRDFEMjQiLz48L3N2Zz4=");
}
.rating-progress__line {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.rating-progress_lg {
    width: 127px;
    height: 24px;
}


.bank-block {
    display: flex;
    align-items: center;
}
.bank-block__img-wrapper {
    flex: 0 0 auto;
    margin-right: 10px;
}
.bank-block__img {
    width: auto;
    max-height: 48px;
}
.bank-block__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #FFFFFF;
    border-bottom: 1px solid #FFE900;
    padding-bottom: 3px;
    transition: border-color 0.3s ease;
}
.bank-block:hover .bank-block__text {
    border-color: transparent;
}

.img-link {
    
}

.content-styles {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #FFFFFF;
}
.content-styles p {
    margin: 0;
}
.content-styles p + p {
    margin-top: 16px;
}
.content-styles h3 {
    margin-bottom: 20px;
}
.content-styles * + h3 {
    margin-top: 64px;
}
.content-styles img:not([class]) {
    margin: 45px auto;
}
.content-styles .video-frame {
    margin: 45px 0;
}
.content-styles__col {
    margin-bottom: 16px;
}
.content-styles_lg {
    font-size: 19px;
}
.content-styles_mt {
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
    .content-styles_lg {
        font-size: 24px;
    }
}


* + .content-gallery {
    margin-top: 45px;
}
.content-gallery {
    position: relative;
    padding-bottom: 35px;
}
.content-gallery__img {
    display: block;
    margin: 0 auto;
}

.share-block {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 80px;
}
.share-block__title {
    margin-bottom: 20px;
}
.share-block_mt {
    margin-top: 40px;
}

.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
}
.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 32px 32px !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    margin: 2px 12px 0 0 !important;
}

.toggle-block {
    background: #171719;
}
.toggle-block + .toggle-block {
    margin-top: 16px;
}
.toggle-block__head {
    padding: 15px 35px 15px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}
.toggle-block__head:after {
    content: "\e901";
    font-family: "ural-icons";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #ED1D24;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    transition: transform 0.2s ease;
}
.toggle-block__head_active:after {
    transform: translate(0,-50%) rotate(-180deg);
}
.toggle-block__body {
    padding: 15px;
    border-top: 1px solid #000;
    display: none;
}
.toggle-block__section + .toggle-block__section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.07);
}
@media screen and (max-width: 575px) {
    .badge-default_grey {
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 768px) {
    .toggle-block__head {
        padding: 20px 60px 20px 40px;
        font-size: 18px;
    }
    .toggle-block__head:after {
        right: 40px;
        font-size: 18px;
    }
    .toggle-block__body {
        padding: 30px 40px;
    }
}


dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #FFFFFF;
    margin: 0 -8px;
}
* + dl {
    margin-top: 16px;
}
dt {
    padding: 0 8px;
}
dd {
    padding: 0 8px;
    text-align: right;
}
@media screen and (min-width: 768px) {
    dl {
        font-size: 18px;
    }
}

.badge-default {
  display: inline-flex;
  align-items: center;
  text-align: center;
  height: 14px;
  padding: 0 4px;
  background: #ED1D24;
  border-radius: 50px;
  font-family: 'Noto Sans';
  font-weight: 700;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.badge-default_md {
    height: 18px;
    padding: 0 6px;
    font-size: 13px;
}
.badge-default_lg {
    height: 24px;
    padding: 0 8px;
    font-size: 15px;
}
.badge-default_muted {
    background: #333;
}
.badge-default_grey {
    padding: 4px 8px;
    height: auto;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
}


.text-cutter {}
.text-cutter__inner {
    max-height: 290px;
    overflow: hidden;
}
.text-cutter__inner_sm {
    max-height: 60px;
}
.text-cutter_expanded .text-cutter__inner {
    max-height: none;
}
.text-cutter__content {}
.text-cutter__toggle {
    margin-top: 16px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #ED1D24;
    border-bottom: 1px dashed rgba(237, 29, 36, 0.5);
    display: none;
    cursor: pointer;
}
.text-cutter__inner_sm + .text-cutter__toggle {
    margin-top: 4px;
}
.text-cutter_active .text-cutter__toggle {
    display: inline-flex;
}
@media screen and (min-width: 768px) {
    .text-cutter__inner_sm {
        max-height: 72px;
    }
}

.panel-block {
    background: #000;
    border: 2px solid #ED1D24;
    border-radius: 2px;
    padding: 24px;
    filter: drop-shadow(0px 20px 50px rgba(244, 67, 54, 0.2));
}
.panel-block__title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 24px;
}

.table-default {}
.table-default > .row.table-default__row {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
}
.table-default > .row.table-default__row:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    height: 1px;
    background: rgba(255,255,255,0.2);
}
.table-default > .row.table-default__row:nth-child(2n+1) {
    background: #171719;
}
.table-default_mt {
    margin-top: 32px;
}

.popup-window-overlay {
    background-color: transparent !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.social_mt {
    margin-top: 20px;
}
.social_mb {
    margin-bottom: 20px;
}
.social-login__notice {
    background-color: #000;
    border: 1px solid #ED1D24;
    border-radius: 8px;
    box-shadow: none;
    color: #FFFFFF;
    padding: 8px 20px;
}

._loading_fullscreen {
    position: relative;
}
body._loading_fullscreen {
    overflow: hidden;
}
._loading_fullscreen:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 10000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 80px;
    background-image: url('../images/logo/ural.svg');
}
._loading_fullscreen:after,
._loading:after,
._loading_behind:after {
    content: "";
    width: 42px;
    height: 42px;
    position: fixed;
    left: 50%;
    top: calc(50% + 80px);
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10001;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid #EA072B;
    border-radius: 50%;
    border-top-color: transparent;
    animation: preloader-spin 1s infinite linear;
}
._loading:after,
._loading_behind:after {
    top: 50%;
    position: absolute;
}
._loading_behind:after {
    z-index: -1;
}
@keyframes preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}