/* .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 {
    padding: 0px 26px;
    font-family: 'MontRegular', sans-serif;
    overflow-x: hidden !important;
    height: 100%;
    position: relative;
    touch-action: pan-y;
}


/*Убрать полосу прокрутки для всей страницы*/

::-webkit-scrollbar {
    display: none !important;
}

body::-webkit-scrollbar {
    display: none;
}

b {
    font-weight: 900 !important;
    font-family: 'MontBold' !important;
}


/*------------------------------------------------------------------------*/

header {
    height: 870px;
    border-radius: 30px;
    margin-bottom: 110px;
    position: relative;
}

.xs_header_bg_2 {
    position: absolute;
    right: -26px;
    top: 143px;
    z-index: 0;
}

.xs_header__top {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.xs_header__top___partner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xs_header__top___partner:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #242731;
}

.xs_header__top___partner___btn {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 4px 137px rgba(0, 0, 0, 0.61);
    border-radius: 22px;
    padding: 10px 21px;
    display: flex;
    margin-left: 10px;
}

.xs_header__main {
    -webkit-box-shadow: 116px 77px 88px -111px rgba(243, 0, 0, 0.45);
    -moz-box-shadow: 116px 77px 88px -111px rgba(243, 0, 0, 0.45);
    box-shadow: 116px 77px 88px -111px rgba(243, 0, 0, 0.45);
    position: relative;
}

.xs_header__main {
    height: 870px;
    border-radius: 15px;
    padding-top: 50px;
}

.xs_header__main h1 {
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.xs_header__main___subtitle {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.xs_header__main___subtitle___icon {
    border: 1px solid rgba(255, 2552, 255, 0.3);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.xs_header__main___subtitle___text b {
    font-family: 'MontThin' !important;
    font-weight: 300;
}

.xs_header__main___content {
    width: 80%;
    position: relative;
}

.xs_header__main___item {
    display: flex;
    margin-right: 80px;
    margin-bottom: 50px;
}

.xs_header__main___item:first-child {
    display: flex;
    margin-right: 38px;
    margin-bottom: 50px;
}

.xs_header__main___items {
    display: flex;
    flex-wrap: wrap;
    width: 82%;
}

.xs_header__main___item h6 {
    margin: 0;
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.xs_header__main___item span {
    font-family: 'MontThin';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.xs_header__main___item___text {
    margin-left: 5px;
}

.xs_header__main___images {
    position: absolute;
    bottom: -108px;
    z-index: 999;
}

.xs_header__main___images img {
    width: 220px;
    height: 220px;
}

.xs_header__main___images___content a {
    width: 220px;
    height: 220px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.xs_header__main___images___content a div {
    width: 190px;
    height: 190px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
}

.xs_header__main___images___content {
    display: flex;
}

.xs_header__main___images___content a div span:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    color: #CACACA;
}

.xs_header__main___images___content a div span:last-child {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.xs_header__main___images___content img {
    margin-right: 20px;
}

.xs_header__main___bottom_text span:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    width: 80%;
    display: block;
}

.xs_header__main___bottom_text {
    position: relative;
}

.xs_header__main___bottom_text___icon {
    position: absolute;
    bottom: -50px;
    left: 15%;
}

.xs_block_1 {
    margin-top: 0px;
    border-radius: 15px;
    background-color: #EDEDED;
    padding-top: 148px;
    padding-bottom: 100px;
}

.xs_block_1__item___text {
    width: 42%;
}

.xs_block_1__item___text h2 {
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 45px;
    color: #1F222B;
}

.xs_block_1__item___text b {
    font-size: 19px;
}

.xs_block_1__item___text p {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #1F222B;
    font-family: 'MontThin';
    margin-bottom: 50px;
}

.xs_block_1__item___text____bottom {
    display: flex;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #1F222B;
    font-family: 'MontThin';
}

.xs_block_1__item___text____bottom svg {
    margin-right: 15px;
}

.xs_block_1__item___text___images {
    margin-top: 60px;
}

.xs_block_1__item___img img {
    position: absolute;
}

.xs_block_1___content {
    display: flex;
    justify-content: space-between;
}

.xs_block_1__item___img {
    display: flex;
    width: 58%;
    position: relative;
}

.xs_block_1__item___img img {
    position: absolute;
    bottom: -100px;
    left: -46px;
}

.xs_block_1__item___img___info___round {
    width: 322px;
    height: 322px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.xs_block_1__item___img___info {
    position: absolute;
    bottom: -226px;
    left: -162px;
    display: flex;
    align-items: center;
}

.xs_block_1__item___img___info___round span:last-child {
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    font-family: 'MontBold';
}

.xs_block_2 {
    margin-top: 40px;
    /* height: 767px; */
    height: auto;
    padding-bottom: 50px;
    border-radius: 15px;
    padding-top: 92px;
    padding-left: 40px;
    padding-right: 40px;
}

.xs_block_1__item___img___info a {
    display: inline-block;
    background: linear-gradient(31.9deg, #F3AF00 17.62%, #FBCB09 80.79%);
    border: 3px solid #DDA004;
    box-sizing: border-box;
    box-shadow: 0px 18px 32px rgba(255, 3, 3, 0.39), inset 0px 1px 22px #DA9E04;
    border-radius: 98px;
    padding: 27px 34px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-family: 'MontBold';
    margin-bottom: 60px;
    margin-left: 60px;
}

.xs_block_2__title {
    margin-bottom: 30px;
}

.xs_block_2__title h2 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 49px;
    text-align: center;
    color: #1F222B;
    font-family: 'RoadRadio';
}

.xs_block_2__list {
    background-color: #fff;
    box-shadow: 0px 136px 163px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: -100px;
}

.xs_block_2__list___item {
    width: 31%;
}

.xs_block_2__list___item img {
    max-width: 100%;
}

.xs_block_3 {
    margin-top: 100px;
    padding-bottom: 40px;
}

.xs_block_3__images___list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xs_block_3___content {
    display: flex;
    margin-top: 130px;
}

.xs_block_3___content___text {
    width: 50%;
}

.xs_block_3___content___text h2 {
    margin-bottom: 40px;
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 49px;
    color: #1F222B;
}

.xs_block_3___content___text___subtitle span:first-child {
    padding: 3px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.xs_block_3___content___text___subtitle {
    display: flex;
    position: relative;
    margin-bottom: 80px;
}

.xs_block_3___content___text___subtitle_____text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #1F222B;
    font-family: 'MontThin' !important;
}

.xs_block_3___content___text___subtitle___arrow {
    position: absolute;
    bottom: -49px;
    right: 17px;
}

.xs_block_3___content___text___ul ul {
    list-style-type: none;
    padding-left: 0;
}

.xs_block_3___content___text___ul li {
    display: flex;
    margin-bottom: 15px;
}

.xs_block_3___content___text___ul li span:first-child {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    margin-right: 12px;
}

.xs_block_3___content___text___ul h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 20px;
    color: #1F222B;
    font-family: 'MontBold';
}

.xs_block_3___content___img {
    position: relative;
    width: 50%;
}

.xs_block_3___content___img img {
    position: absolute;
    top: -102px;
    right: -24px;
}

.xs_block_3___content___text___ul li span:last-child {
    width: 91%;
}

.xs_block_4 {
    height: auto;
    border-radius: 15px;
    margin-top: 40px;
    padding: 60px 0 140px 0;
}

.xs_block_4__content {
    display: flex;
}

.xs_block_4__content__itemtext {
    width: 70%;
}

.xs_block_4__content__itemtext h2 {
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 49px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.xs_block_4__content__itemtext___items_1 span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid rgba(192, 172, 172, 0.3);
    margin-right: 10px;
}

.xs_block_4__content__itemtext___items_1 span:last-child {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
}

.xs_block_4__content__itemtext___items_1 {
    display: flex;
    align-items: center;
    margin-bottom: 76px;
}

.xs_block_4__content__itemtext h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 76px;
}

.xs_block_4__content__itemtext h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 76px;
    margin-bottom: 30px;
}

.xs_block_4__content__itemtext h3 span {
    color: #F93535;
}

.xs_block_4__content__itemtext___items_2_item {
    display: flex;
    align-items: center;
}

.xs_block_4__content__itemtext___items_2_item img {
    margin-right: 20px;
}

.xs_block_4__content__itemtext___items_2_item span:last-child {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.xs_block_4__content___img {
    position: relative;
    width: 30%;
}

.xs_block_4__content___img img {
    position: absolute;
    right: -444px;
    bottom: -258px;
}

.xs_block_5 {
    height: auto;
    background-color: red;
    margin-top: 30px;
    background-color: #EDEDED;
    border-radius: 15px;
    padding-top: 60px;
}

.xs_block_5__content__item_text___items span:first-child {
    display: flex;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.xs_block_5__content__item_text h2 {
    font-family: 'RoadRadio';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 49px;
    color: #1F222B;
}

.xs_block_5__content__item_text___items {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.xs_block_5__content__item_text___items span:last-child {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #1F222B;
    font-family: 'MontThin';
    margin-left: 15px;
}

.xs_block_5__content__item_text__info {
    width: 551px;
    background-color: #F3F3F3;
    padding: 27px 0 40px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.xs_block_5__content__item_text__info span:first-child {
    display: flex;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.xs_block_5__content__item_text__info span:last-child {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 31px;
    color: #1F222B;
    margin-left: 35px;
    font-family: 'MontBold';
}

.xs_block_5__content__item_text__info__line_1 {
    display: flex;
    align-items: flex-start;
}

.xs_block_5__content__item_text__info__line_2 span:first-child {
    display: flex;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
}

.xs_block_5__content__item_text__info__line_2 a {
    display: inline-block;
    background: linear-gradient(31.9deg, #FE1919 17.62%, #F45A5A 80.79%);
    border: 3px solid #F45959;
    box-sizing: border-box;
    box-shadow: 0px 18px 32px rgba(255, 3, 3, 0.39), inset 0px 1px 22px #F08585;
    border-radius: 98px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 21px 32px;
    position: relative;
    z-index: 999;
}

.xs_block_5__content__item_text__info__line_2 {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    padding-left: 70px;
}

.xs_block_5__content__item_text__info__line_3 span:first-child {
    display: flex;
    width: 41px;
    height: 41px;
    background-color: #fff;
    border: 50%;
}

.xs_block_5__content__item_text__info__line_3 a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #1F222B;
    font-family: 'MontBold';
    margin-left: 33px;
}

.xs_block_5__content__item_text__info__line_3 {
    display: flex;
    align-items: center;
    margin-top: 72px;
}

.xs_block_5__content__item_text {
    width: 80%;
}

.xs_block_5__content___img {
    width: 20%;
    position: relative;
}

.xs_block_5__content___img img {
    position: absolute;
    top: -171px;
    left: -583px;
}

.xs_block_5__content {
    display: flex;
}

.xs_block_5__content__item_text__info__line_1 span:last-child {
    width: 80%;
}

.xs_header__main___item img {
    width: 75px;
    height: 75px;
}

@media screen and (max-width: 1684px) {
    .xs_header_bg_2 {
        position: absolute;
        right: -140px;
        top: 143px;
        z-index: 0;
    }
}

@media screen and (max-width: 1460px) {
    .xs_header_bg_2 {
        position: absolute;
        right: -210px;
        top: 143px;
        z-index: 0;
    }
}

@media screen and (max-width: 1444px) {
    .xs_header__main___images img {
        width: 180px;
        height: 180px;
    }
    .xs_header__main___images___content a {
        width: 180px;
        height: 180px;
    }
    .xs_header__main___images {
        position: absolute;
        bottom: -88px;
        left: 10%;
    }
    .xs_header__main___images___content a div span:last-child {
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        color: #000000;
    }
    .xs_header__main___images___content a div span:first-child {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: #CACACA;
    }
    .xs_header__main___images___content a div {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 1330px) {
    .xs_header_bg_2 {
        position: absolute;
        right: -329px;
        top: 143px;
        z-index: 0;
    }
}

@media screen and (max-width: 1200px) {
    .xs_header__main___images {
        left: 4%;
    }
    .xs_block_1__item___text h2 {
        font-size: 38px;
        line-height: 41px;
    }
    .xs_block_2__title h2 {
        text-align: center;
        font-weight: 700;
        font-size: 38px;
        line-height: 41px;
        text-align: center;
        color: #1F222B;
        font-family: 'RoadRadio';
    }
    .xs_block_3___content___text h2 {
        font-size: 38px;
        line-height: 41px;
    }
    .xs_block_3___content___text___subtitle_____text {
        font-size: 16px;
        line-height: 25px;
    }
    .xs_block_4__content___img img {
        position: absolute;
        right: -580px;
        bottom: -258px;
    }
    .xs_block_5__content__item_text h2 {
        font-size: 50px;
        line-height: 49px;
    }
    .xs_block_5__content___img img {
        position: absolute;
        top: -141px;
        left: -583px;
    }
    .xs_header_bg_2 {
        display: none;
    }
    .xs_header__main___item {
        display: flex;
        margin-right: 60px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1110px) {
    .xs_header__main___images img {
        width: 160px;
        height: 160px;
    }
    .xs_header__main___images___content a div {
        width: 140px;
        height: 140px;
    }
    .xs_header__main___images___content a {
        width: 160px;
        height: 160px;
    }
    .xs_header__main___images___content a div span:last-child {
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        color: #000000;
    }
    .xs_header__main___images___content a div span:first-child {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        color: #CACACA;
    }
    header {
        height: 820px;
    }
    .xs_header__main {
        height: 820px;
    }
    .xs_header__main h1 {
        font-size: 46px;
        line-height: 45px;
    }
    .xs_header__main___item {
        margin-right: 60px;
        margin-bottom: 40px;
    }
    .xs_header__main___items {
        width: 100%;
    }
    .xs_header__main___bottom_text___icon {
        left: 21%;
    }
    .xs_block_1__item___img___info {
        bottom: -226px;
        left: -105px;
    }
    .xs_block_4__content__itemtext {
        width: 70%;
    }
    .xs_block_4__content__itemtext h3 {
        font-size: 21px;
        line-height: 28px;
    }
    .xs_block_4__content__itemtext h4 {
        font-size: 21px;
        line-height: 28px;
    }
    .xs_block_4__content__itemtext___items_2_item span:last-child {
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 25px;
        color: #FFFFFF;
    }
    .xs_block_5__content___img img {
        position: absolute;
        top: -110px;
        left: -439px;
    }
}

@media screen and (max-width: 992px) {
    .xs_header__main___item {
        width: 45%;
        margin: 0;
        margin-right: 10px;
        margin-bottom: 30px;
    }
    .xs_header__main___content {
        width: 100%;
        position: relative;
    }
    .xs_header__main___bottom_text {
        display: none;
    }
    .xs_header__main___images {
        display: none;
    }
    header {
        height: 680px;
    }
    .xs_header__main {
        height: 680px;
    }
    .xs_header__main h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .xs_block_1___content {
        flex-direction: column;
    }
    .xs_block_1__item___text {
        width: 100%;
    }
    .xs_block_1__item___img img {
        display: none;
    }
    .xs_block_1__item___img___info {
        position: static;
        flex-direction: column;
        margin-top: 30px;
    }
    .xs_block_1__item___img {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .xs_block_1__item___img___info a {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 30px;
    }
    .xs_block_1 {
        padding-top: 50px;
    }
    .xs_block_3___content___img {
        display: none;
    }
    .xs_block_3___content___text {
        width: 100%;
    }
    .xs_block_3___content___text___subtitle___arrow {
        display: none;
    }
    .xs_block_3___content {
        margin-top: 50px;
    }
    .xs_block_2__title h2 {
        margin-top: 0;
    }
    .xs_block_2 {
        padding-top: 50px;
    }
    .xs_block_4__content__itemtext {
        width: 100%;
    }
    .xs_block_4__content__itemtext h3 br {
        display: none;
    }
    .xs_block_4__content__itemtext h2 br {
        display: none;
    }
    .xs_block_4__content___img {
        display: none;
    }
    .xs_block_4 {
        height: auto;
        border-radius: 15px;
        margin-top: 40px;
        padding: 60px 0 55px 0;
    }
    .xs_block_5__content___img {
        display: none;
    }
    .xs_block_5__content___img img {
        display: none;
    }
    .xs_block_5__content__item_text h2 {
        font-size: 50px;
        line-height: 49px;
    }
    .xs_block_5__content__item_text {
        width: 100%;
    }
    .xs_block_5 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .xs_block_5__content__item_text___items span:first-child {
        display: none;
    }
}

@media screen and (max-width: 893px) {
    .xs_block_3__images___list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .xs_block_3___content___text h2 {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .xs_header__top {
        flex-direction: column;
    }
    .xs_header__top___logo {
        margin-bottom: 30px;
    }
    .xs_header__main___item span {
        font-size: 12px;
    }
    .xs_header__main h1 {
        font-size: 33px;
        line-height: 36px;
    }
    .xs_header__main___items {
        justify-content: space-between;
    }
    .xs_header__main {
        height: 620px;
    }
    .xs_header__main___subtitle {
        font-size: 22px;
        line-height: 28px;
    }
    .xs_header__main___item {
        width: 47%;
        margin-right: 0;
    }
    .xs_block_1__item___text h2 {
        font-size: 32px;
        line-height: 35px;
    }
    .xs_block_2__title h2 {
        font-size: 32px;
        line-height: 35px;
    }
    .xs_block_3___content___text h2 {
        font-size: 32px;
        line-height: 35px;
    }
    .xs_block_2__list {
        padding: 20px;
    }
    .xs_block_3___content___text___ul h4 {
        font-size: 18px;
    }
    .xs_block_4__content__itemtext h2 {
        font-size: 32px;
        line-height: 35px;
    }
    .xs_block_4__content__itemtext___items_1 span:last-child {
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 27px;
        color: #FFFFFF;
    }
    .xs_block_5__content__item_text h2 {
        font-size: 32px;
        line-height: 35px;
    }
    .xs_block_5__content__item_text___items span:last-child {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        color: #1F222B;
        font-family: 'MontThin';
    }
    .xs_block_5__content__item_text___items span br {
        display: none;
    }
    .xs_block_5__content__item_text__info span:last-child {
        font-size: 21px;
        line-height: 26px;
    }
    .xs_block_5__content__item_text__info {
        width: auto;
    }
}

@media screen and (max-width: 576px) {
    .xs_header__main h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .xs_header__main___subtitle {
        font-size: 20px;
        line-height: 24px;
    }
    .xs_header__main___subtitle___icon {
        width: 35px;
        height: 35px;
    }
    .xs_header__main___subtitle___icon svg {
        width: 25px;
        height: 26px;
    }
    .xs_header__main___item img {
        width: 47px;
        height: 47px;
    }
    .xs_header__main___item h6 {
        font-size: 17px;
        line-height: 17px;
    }
    .xs_header__main___item span {
        font-size: 13px;
        line-height: 13px;
    }
    body {
        padding: 0px 10px;
    }
    .xs_block_1__item___text h2 {
        font-size: 32px;
        line-height: 35px;
    }
    header {
        margin-bottom: 30px;
    }
    .xs_block_1__item___text h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .xs_block_2__title h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .xs_block_3___content___text h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .xs_block_3___content___text___subtitle {
        flex-direction: column;
    }
    .xs_block_3___content___text___subtitle_____text {
        font-size: 15px;
        line-height: 20px;
    }
    .xs_block_5__content__item_text h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .xs_block_5__content__item_text___items span:last-child {
        font-size: 17px;
        line-height: 22px;
    }
    .xs_block_5__content__item_text__info__line_2 {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
        padding-left: 18px;
        flex-direction: column;
        align-items: flex-start;
    }
    .xs_block_5__content__item_text__info__line_2 a {
        margin-top: 40px;
    }
    .xs_block_5__content__item_text__info__line_2 span:first-child {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .xs_header__main___items {
        flex-direction: column;
    }
    header {
        height: auto;
    }
    .xs_header__main {
        height: auto;
    }
    .xs_header__main h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .xs_header__main___subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .xs_header__main___item {
        width: 100%;
    }
    .xs_header__top___partner {
        flex-direction: column;
    }
    body {
        padding: 0px 2px;
    }
    .xs_block_2 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .xs_block_5__content__item_text__info__line_2 span:first-child {
        display: none;
    }
    .xs_block_5__content__item_text__info__line_1 span:first-child {
        display: none !important;
    }
    .xs_block_5__content__item_text__info__line_2 a {
        font-size: 17px;
        line-height: 26px;
        padding: 15px 20px;
    }
    .xs_block_5__content__item_text__info__line_1 span:last-child {
        width: 100%;
    }
    .xs_block_5__content__item_text__info span:last-child {
        margin-left: 18px;
    }
    .xs_block_5 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .xs_block_5__content__item_text__info__line_2 {
        padding-left: 0;
    }
    .xs_block_5__content__item_text__info__line_3 a {
        text-decoration: none;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 29px;
        color: #1F222B;
        font-family: 'MontBold';
        margin-left: 18px;
    }
    .xs_block_5__content__item_text___items span:last-child {
        margin-left: 3px;
    }
}

@media screen and (max-width: 420px) {
    .xs_block_1__item___text h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .xs_block_5__content__item_text h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .xs_block_1__item___text b {
        font-size: 17px;
    }
    .xs_block_1__item___text p {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 25px;
        color: #1F222B;
        font-family: 'MontThin';
        margin-bottom: 50px;
    }
    .xs_block_1__item___text____bottom {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        color: #1F222B;
        font-family: 'MontThin';
    }
    .xs_block_1__item___img___info___round {
        width: 270px;
        height: 270px;
    }
    .xs_block_1__item___img___info___round svg {
        width: 104px;
        height: 108px;
    }
    .xs_block_1__item___img___info___round span:last-child {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #000000;
        font-family: 'MontBold';
    }
    .xs_block_1__item___text___images img {
        max-width: 100%;
    }
    .xs_block_1__item___img___info a {
        font-size: 18px;
        line-height: 15px;
    }
    .xs_block_3__images___list {
        display: none;
    }
    .xs_block_1__item___text h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .xs_block_2__title h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .xs_block_3___content___text h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .xs_block_4__content__itemtext h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .xs_block_4__content__itemtext h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .xs_block_4__content__itemtext h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .xs_block_4__content__itemtext___items_2_item span:last-child {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #FFFFFF;
    }
    .xs_block_3 {
        padding-bottom: 0px;
    }
    .xs_block_5__content__item_text__info__line_2 a {
        padding: 16px 25px;
    }
}