.clearfix:after {
    content: " ";
    display: table;
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio[controls],
canvas,
video {
    display: inline-block;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

nav li {
    list-style-type: none;
}

body {
    font-family: 'MuseoRegular', sans-serif;
    overflow-x: hidden;
}

b {
    font-weight: 900 !important;
    font-family: 'MontBold' !important;
}

img {
    max-width: 100%;
    height: auto;
}


/*------------------------------------------------------------------------*/

header {
    height: 750px;
    padding-top: 43px;
    color: #fff;
}

.xs_header__top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
}

.xs_header__logo {
    margin-right: 100px;
}

.xs_header__text {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 28px;
    color: #FFFFFF;
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 76px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

header h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 47px;
    font-family: 'MuseoBoldSuper', sans-serif;
}

.xs_header__content a {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    background: #B90902;
    box-shadow: 0px 4px 8px rgba(185, 9, 2, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    padding: 17px 32px;
    text-decoration: none;
    margin-bottom: 26px;
}

.block_1 {
    margin-top: 100px;
}

.block_1 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
    color: #161E1E;
    margin-bottom: 50px;
    font-family: 'MuseoBoldSuper', sans-serif;
}

.block_1 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.block_1 ul li {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    background: #F5BC1B;
    box-shadow: 0px 4px 8px rgba(185, 9, 2, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    padding: 17px 32px;
    cursor: pointer;
}

.tab__active {
    background: #B90902 !important;
    box-shadow: 0px 4px 8px rgba(185, 9, 2, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.16) !important;
    border-radius: 40px !important;
    color: #fff !important;
}

.fade_anim {
    animation-name: fade_anim;
    animation-duration: 1.5s;
}

@keyframes fade_anim {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

.xs_tab__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.xs_tab__item {
    width: 32%;
}

.xs_tab__item img {
    width: 100%;
    height: 225px;
    margin-bottom: 20px;
}

.xs_tabs__btn {
    text-align: center;
    margin-top: 85px;
}

.xs_tabs__btn span {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 32px;
    display: inline-block;
    background: #B90902;
    box-shadow: 0px 4px 8px rgba(185, 9, 2, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    cursor: pointer;
}


/* footer */

footer {
    padding: 40px 0;
    margin-top: 60px
}

.footer_item_date {
    font-weight: 600;
}

.footer_item_col_1 {
    font-weight: 500;
}

.footer_item_copy {
    color: #ba0700;
    display: inline-block;
    font-size: 14px;
}

.footer_item_portal_link a {
    color: #ba0700;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.footer_item_portal_link {
    margin-bottom: 20px;
}

.footer_item_soc_list {
    display: flex;
}

.footer_item_soc_list a {
    padding: 0 5px;
}

.footer_item_soc_list {
    margin-bottom: 20px;
}

.footer_item_politic a {
    color: #ba0700;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.footer_prog_build a {
    color: #ba0700;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    text-decoration: none;
}

.footer_item_col_4 {
    text-align: right;
}

.footer_item_quest_text {
    font-weight: 600;
}

.footer_item_quest_phone a {
    color: #111;
    text-decoration: none;
}

.footer_item_quest_mail a {
    color: #ba0700;
    display: inline-block;
    text-decoration: none;
}


/* end footer */

.marquiz__container {
    display: flex;
    justify-content: flex-start;
}

.xs_wrap .marquiz__container {
    display: flex;
    justify-content: center;
}

.marquiz__button {
    border: none !important;
}

.xs_wrap .marquiz__container a.marquiz__button {
    margin-top: 50px;
}

.xs_wrap a {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px 32px;
    display: inline-block;
    background: #B90902;
    box-shadow: 0px 4px 8px rgba(185, 9, 2, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    cursor: pointer;
}