/* fonts start */
@import "/assets/fonts/BebasNeuePro-Bold/style.css";

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Thin/Gilroy-Thin.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Thin/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Light/Gilroy-Light.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Light/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Regular/Gilroy-Regular.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Regular/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Medium/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Medium/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Bold/Gilroy-Bold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Bold/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-ExtraBold/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/assets/fonts/BebasNeue-Bold/BebasNeue-Bold.woff2') format('woff2'),
        url('/assets/fonts/BebasNeue-Bold/BebasNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satisfy';
    src: url('/assets/fonts/Satisfy-Regular/Satisfy-Regular.woff2') format('woff2'),
        url('/assets/fonts/Satisfy-Regular/Satisfy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* fonts end */

.page__topBanner {
    position: relative;
    z-index: 2;
}

/* buttons start */
.signBttn {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 63px;
    padding: 0 20px;
    color: #051020;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    background-color: #FCCC2A;
    border: none;
    transition: 500ms all;
    cursor: pointer;
}

.signBttn:hover {
    color: #051020;
    background-color: #f1c01f;
}

.signBttn:focus {
    color: #051020;
    background-color: #e4b10b;
    outline: none;
}

.signBttn-inline {
    width: auto;
    margin-right: 20px;
    display: inline-flex;
}

.signBttn-inline:last-child {
    margin-right: 0px;
}

.signBttn-margin {
    margin: 26px 0px 17px;
}

.signBttn.signBttn-disabled,
.signBttn.signBttn-disabled:hover,
.signBttn.signBttn-disabled:focus {
    background-color: #e0dcdc;
    color: #b7b5b5;
    cursor: default;
    font-weight: 400;
    text-shadow: 2px 2px #efefef;
    cursor: no-drop;
}

.signBttn-01 {
    color: #e7c771;
    background-color: #fff;
    border: 2px solid #e7c771;
}

.signBttn-01:hover {
    color: #fff;
    background-color: #e7c771;
}

.signBttn-01:focus {
    color: #fff;
    background-color: #cfb365;
    border: 2px solid #cfb365;
}

.signBttn-02 {
    color: #111112;
    background-color: #fff;
    border: 1px solid #0a131d;
}

.signBttn-02:hover {
    color: #111112;
    background-color: #f5f7fd;
}

.signBttn-02:focus {
    color: #111112;
    background-color: #f0f3fc;
    outline: none;
}

.signBttn-03 {
    color: #051020;
    background-color: #FCCC2A;
}

.signBttn-03:hover {
    color: #051020;
    background-color: #f1c01f;
}

.signBttn-03:focus {
    color: #051020;
    background-color: #e4b10b;
    outline: none;
}

.signBttn-03.signBttn-disabled,
.signBttn-03.signBttn-disabled:hover,
.signBttn-03.signBttn-disabled:focus {
    background-color: #e4b10b;
}

.signBttn-03.signBttn-disabled1,
.signBttn-03.signBttn-disabled1:hover,
.signBttn-03.signBttn-disabled1:focus {
    background-color: #bdbdbd;
}

.signBttn-04 {
    color: #051020;
    background-color: #f0f0f0;
}

.signBttn-04:hover {
    color: #051020;
    background-color: #dadada;
}

.signBttn-04:focus {
    color: #051020;
    background-color: #c4c4c4;
    outline: none;
}


.signBttn-md {
    height: 55px;
    padding: 0 15px;
    font-size: 19px;
}

.signBttn-sm {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
}

.signBttn-xs {
    height: 20px;
    padding: 0 10px;
    font-size: 12px;
}

.surveyBttn {
    max-width: 489px;
    height: 68px;
    width: calc(100% - 20px);
    border-radius: 2px;
    background-color: #fc2a2a;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 0px 1px 1px 0px rgba(13, 11, 11, 0.3);
    transition: 500ms all;
}

[lang='it'] .surveyBttn {
    font-size: 14px;
}

.surveyBttn:hover {
    background-color: #ff0f0f;
}

.surveyBttn:after {
    clear: both;
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #ffdd00;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
}

.gosCoin__logo {
    font-family: 'Bebas Neue';
    font-weight: bold;
    color: #be739b;
    font-size: inherit;
}

.tableEmpty__row {
    border: 1px solid #c3c3c3;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 6px;
    border-left: 10px solid #c3c3c3;
    font-weight: 500;
    color: #6f7180;
}

.gosWalllet-btn {
    transition: 200ms all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gosWalllet-btnImg {
    max-width: 36px;
}

.gosWalllet-btn:hover {
    opacity: 0.8;
    transform: scale(1.04);
}

.alertify-notifier .ajs-message.ajs-success {
    color: #fff;
    font-weight: 500;
}

.ambassador-btn {
    padding: 7px 16px;
    border: 1px solid rgb(199 37 37 / 50%);
    border-radius: 4px;
    transition: 500ms all;
}

.ambassadorBtn__img {
    filter: invert(19%) sepia(48%) saturate(5496%) hue-rotate(351deg) brightness(92%) contrast(87%);
    /* transition: 100ms all; */
}

.ambassador-btn:hover {
    background-color: #c72525;
}

.ambassador-btn:hover .ambassadorBtn__img {
    filter: initial;
}

.ambassadorBtn__img-mob {
    display: none;
}

.sideNavigation__ambLogo {
    margin-left: 20px;
    display: none;
    margin-bottom: 20px;
}

.sideNavigation__ambLogo-light {
    display: inline-block;
}

.sideNavigation__ambLogo-dark {
    display: none;
}

.menuBlock-new .menuBlock__link:after {
    content: "NEW";
    clear: both;
    position: absolute;
    color: #ffe000;
    font-size: 10px;
    font-weight: 900;
    background-color: #f03a3a;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 1px 7px;
    text-shadow: 0px 0px 1px rgb(0 0 0 / 80%);
    top: 4px;
    right: -6px;
}

.gosWalllet__btnWrap {
    position: relative;
}

.gosWalllet__info {
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    list-style: none;
    margin: 0;
    padding-top: 20px;
}

.gosWalllet__btnWrap:hover .gosWalllet__info {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    /* left: -90px; */
    left: -140px;
}

.gosWallletInfo__content {
    background: #fff;
    min-width: 210px;
    padding: 10px 10px 15px;
    border-radius: 4px;
    box-shadow: 0 13px 48px 0 rgb(0 0 0 / 15%);
    border: 1px solid #e2e9fa;
}

.gosWallletInfo__logoWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gosWallletInfo__logo {
    max-width: 60px;
}

.gosWallletInfo__rows {
    margin-top: 20px;
    display: grid;
    grid-gap: 6px;
}

.gosWallletInfo__row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.gosWallletInfo__row:after {
    content: "";
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #bfbfbf;
}

.gosWallletInfo__elem {
    color: #383838;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.gosWallletInfo__elem:first-of-type {
    padding-right: 5px;
}

.gosWallletInfo__elem:last-of-type {
    padding-left: 5px;
}



.gosWalllet__info-2 {}

.gosWalllet__info-2 .gosWallletInfo__content {
    min-width: 320px;
}

.gosWallet__small {
    margin-top: 10px;
}

.gosWalletSmall__statusNft {
    background-image: -moz-linear-gradient(0deg, rgb(0, 11, 116) 0%, rgb(234, 44, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 11, 116) 0%, rgb(234, 44, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 11, 116) 0%, rgb(234, 44, 0) 100%);
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    justify-content: space-between;
}

.gosWalletSmallStatusNft__label {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    /* position: absolute; */
    /* top: 2px; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
}

.gosWalletSmallStatusNft__value {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    text-align: center;
    /* padding: 14px 10px 1px; */
}


.gosWalletSmall__coins {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-top: 10px;
}


.gosWalletSmall__coin {
    border-radius: 6px;
    padding: 4px;
}

.gosWalletSmall__coin-gos {
    background-color: #e3a078;
}

.gosWalletSmallCoin__label {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    text-shadow: 0.707px 0.707px 1px rgb(0 0 0 / 60%);
    text-align: center;
}

.gosWalletSmallCoin__value {
    font-family: 'Bebas Neue';
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-shadow: 0.707px 0.707px 1px rgb(0 0 0 / 60%);
}

.gosWalletSmall__coin-gico {
    background-image: -moz-linear-gradient(45deg, rgb(215, 10, 132) 0%, rgb(81, 18, 127) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(215, 10, 132) 0%, rgb(81, 18, 127) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(215, 10, 132) 0%, rgb(81, 18, 127) 100%);
}

.gosWalletSmall__coin-gico .gosWalletSmallCoin__value {
    color: #fff;
}

.gosWalletSmall__coin-grdao {
    background-image: -moz-linear-gradient(45deg, rgb(128, 0, 0) 0%, rgb(255, 0, 0) 100%);
    background-image: -webkit-linear-gradient(45deg, rgb(128, 0, 0) 0%, rgb(255, 0, 0) 100%);
    background-image: -ms-linear-gradient(45deg, rgb(128, 0, 0) 0%, rgb(255, 0, 0) 100%);
}


.gosWalletSmall__coin-grdao .gosWalletSmallCoin__value {
    color: #fff;
}


.gosWalletSmall__maWrap {
    margin-top: 10px;
}

.gosWalletSmall__ma {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4ded0;
    margin-bottom: 10px;
    border-radius: 40px;
    padding: 5px 20px;
    border: 1px solid #be739b;
}

.gosWalletSmallMa__label {
    color: #961e12;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    text-shadow: 0.707px 0.707px 1px rgb(255 255 255 / 60%);
}

.gosWalletSmallMa__value {
    color: #b71f25;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    text-shadow: 0.707px 0.707px 1px rgb(255 255 255 / 60%);
}

.gosWalletSmall__grdao-advanced {
    padding: 10px;
    background-color: #fee985;
    border-radius: 6px;
}

.gosWalletSmallGrdaoAdvanced__label {
    text-align: center;
    color: #961e12;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    text-shadow: 0.707px 0.707px 1px rgb(255 255 255 / 60%);
}

.gosWalletSmallGrdaoAdvanced__value {
    color: #b71f25;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Bebas Neue';
    text-shadow: 0.707px 0.707px 1px rgb(255 255 255 / 60%);
    text-align: center;
}

.menuBlock-newWrap {
    position: relative;
}

.menuBlock-new {
    position: absolute;
    font-weight: bold;
    background-color: red;
    z-index: 1;
    padding: 2px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    top: -10px;
    right: 0px;
    box-shadow: 3px 3px 1px #b70202;
}


@media(min-width: 575px) {
    .signBttn {
        height: 72px;
        font-size: 25px;
    }

    .signBttn-md {
        height: 58px;
    }

    .signBttn-sm {
        height: 42px;
        font-size: 16px;
    }

    .signBttn-xs {
        height: 26px;
        font-size: 14px;
    }
}

@media(min-width: 768px) {
    .signBttn {
        height: 78px;
    }

    .signBttn-md {
        height: 60px;
    }

    .signBttn-sm {
        height: 47px;
        font-size: 18px;
    }

    .signBttn-xs {
        height: 32px;
        font-size: 16px;
    }

    .surveyBttn {
        font-size: 22px;
        height: 108px;
    }

    [lang='it'] .surveyBttn {
        font-size: 20px;
    }

    .surveyBttn:after {
        display: block;
    }
}

@media(min-width: 1024px) {
    .signBttn {
        height: 81px;
        padding: 0 35px;
    }

    .signBttn-margin {
        margin-top: 26px;
    }

    .signBttn-margin {
        margin: 32px 0px;
    }

    .signBttn-md {
        height: 63px;
    }

    .signBttn-sm {
        height: 55px;
    }

    .signBttn-xs {
        height: 36px;
        font-size: 18px;
    }
}

/* buttons end */

/* pagesList start */
.pagesList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.pagesList__bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 3px; */
}

.pagesList__bttn a {
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    width: 15px;
}

.pagesList__bttn svg {
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
}

.pagesList__bttn-prev {
    margin-top: -3px;
}

.pagesList__bttn-prev svg {
    transform: rotate(-90deg);
}

.pagesList__bttn svg path {
    stroke: #282E49;
    transition: 500ms all;
}

.pagesList__bttn:hover svg path {
    stroke: #CFAA24;
}

.pagesList__pages {
    margin: 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pagesList__page {
    font-size: 15px;
    font-weight: bold;
    color: #282E49;
    padding: 0px 6px;
    transition: 500ms all;
}

.pagesList__page:hover,
.pagesList__page-active {
    color: #CFAA24;
    text-decoration: none;
}

/* pagesList end */

* {
    box-sizing: border-box;
    font-family: 'Gilroy', sans-serif;
}

html,
body {
    min-height: 100vh;
    background-color: #fff;
}

body {
    position: relative;
}

img {
    max-width: 100%;
}

#preloaders {
    display: none;
}

div.preloaders {
    padding: 20px;
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

#body.disableScroll {
    overflow: hidden !important;
}

.flexBlock {
    display: flex;
}

.flexBlock-fdcr {
    flex-direction: column-reverse;
}

.flexBlock-jcsb {
    justify-content: space-between;
}

.flexBlock-jcsa {
    justify-content: space-around;
}

.flexBlock-jcfe {
    justify-content: flex-end;
}

.flexBlock-jcc {
    justify-content: center;
}

.flexBlock-shrink {
    flex-shrink: 1;
}

.flexBlock-grow {
    flex-grow: 1;
    width: 100%;
}

.flexBlock__item {
    flex: 1;
}

.flexBlock-flexCenter {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.flexBlock-aie {
    align-items: flex-end;
}

.flexBlock-aic {
    align-items: center;
}

#loadingBlock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 500ms all;
}

#loadingBlock.show {
    display: block;
}


.sk-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
}

.sk-circle .sk-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sk-circle .sk-child:before {
    display: block;
    width: 15%;
    height: 15%;
    margin: 0 auto;
    content: '';
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#loadingBlockGIGOS {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 500ms all;
}

#loadingBlockGIGOS.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

@keyframes spinner {
    100% {
        transform: rotate(315deg);
    }
}

@keyframes spinner2 {
    0% {
        transform: rotate(-45deg);
    }

    30% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(315deg);
    }
}

.loadingBlockGIGOS__wrapper {
    width: 0px;
    height: 0px;
    background-color: rgb(20 25 80);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 1000ms all;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
}

#loadingBlockGIGOS.show .loadingBlockGIGOS__wrapper {
    width: 120px;
    height: 120px;
}

.loadingBlockGIGOS__wrapper:after {
    content: '';
    position: absolute;

    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-top-color: rgb(20 25 80);
    border-left-color: rgb(20 25 80);

    /* Additional spinner styles */
    animation: spinner2 1.5s infinite ease;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-45deg);
}

.loadingBlockGIGOS__wrapper:before {
    content: '';
    position: absolute;

    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-top-color: #fccc2a;
    border-left-color: #fccc2a;

    /* Additional spinner styles */
    animation: spinner 1.5s infinite ease;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-45deg);
}

#loadingBlockGIGOS svg {
    width: 75%;
}

#loadingBlockGIGOS.show svg path {
    transition: 500ms all;
}

#loadingBlockGIGOS.show svg path.st0 {
    fill: #fff;
}

#loadingBlockGIGOS.show svg #elem1 {
    animation-name: loadingBlockGIGOS__dark;
    /* animation-delay: 0s; */
}

#loadingBlockGIGOS.show svg #elem2 {
    animation-name: loadingBlockGIGOS__light;
    /* animation-delay: 0.2s; */
}

#loadingBlockGIGOS.show svg #elem3 {
    animation-name: loadingBlockGIGOS__light;
    /* animation-delay: 0.4s; */
}

#loadingBlockGIGOS.show svg #elem4 {
    animation-name: loadingBlockGIGOS__dark;
    /* animation-delay: 0.6s; */
}

#loadingBlockGIGOS.show svg #elem5 {
    animation-name: loadingBlockGIGOS__dark;
    /* animation-delay: 0.8s; */
}

#loadingBlockGIGOS.show svg #elem6 {
    animation-name: loadingBlockGIGOS__light;
    /* animation-delay: 0.9s; */
}

#loadingBlockGIGOS.show svg #elem1,
#loadingBlockGIGOS.show svg #elem2,
#loadingBlockGIGOS.show svg #elem3,
#loadingBlockGIGOS.show svg #elem4,
#loadingBlockGIGOS.show svg #elem5,
#loadingBlockGIGOS.show svg #elem6 {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

}

@keyframes loadingBlockGIGOS__dark {
    0% {
        /* fill: #051020; */
        top: -100px;
    }

    50% {
        /* fill: #fff; */
        top: 0px;
    }

    100% {
        /* fill: #051020; */
        top: 100px;
    }
}

@keyframes loadingBlockGIGOS__light {
    0% {
        fill: #FCCC2A;
    }

    50% {
        fill: #051020;
    }

    100% {
        fill: #FCCC2A;
    }

}

.burgerMenuBlock {
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.burgerMenu {
    position: relative;
    left: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    z-index: 10;
    display: flex;
    width: 23px;
    height: 22px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    transition: 500ms all;
    transition-delay: 0ms;
    cursor: pointer;
}

.burgerMenu:focus {
    outline: none;
}

.burgerMenu__line {
    position: relative;
    width: 14px;
    height: 2px;
    margin: 1px;
    background-color: #0a131d;
    transition: 500ms all;
}

.burgerMenu__opened {
    position: absolute;
    top: 29px;
    left: 216px;
}

.burgerMenu__opened .burgerMenu__line {
    width: 16px;
}

.burgerMenu__opened .burgerMenu__line:nth-child(1) {
    position: absolute;
    transform: rotate(45deg) translate(0px, 0px);
}

.burgerMenu__opened .burgerMenu__line {
    opacity: 0;
}

.burgerMenu__opened .burgerMenu__line:nth-child(3) {
    transform: rotate(-45deg) translate(1px, 0px);
}

.burgerMenu__opened:after {
    color: #0a131d;
    content: '+';
    font-size: 36px;
    font-weight: 400;
    transform: rotate(-45deg);
}

.header {
    position: sticky;
    top: 0;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    display: flex;
    width: 100%;
    padding-top: 27px;
    padding-right: 23px;
    padding-bottom: 23px;
    padding-left: 23px;
    background-color: #fff;
    border-bottom: 1px solid #e2e9fa;
    border-left: 1px solid #e2e9fa;
}

.header__rightSide {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.header__avatara {
    font-size: 0;
}

.header__avatara img {
    max-width: 28px;
    border-radius: 50%;
}

.pageContent {
    width: 100%;
}

.header__navButton {
    display: none;
}

.userInfo {
    position: absolute;
    right: 60px;
    align-items: center;
    display: grid;
    margin-right: 17px;

    grid-auto-flow: column;
    grid-gap: 17px;
}

.userInfo__name,
.userInfo__uid {
    display: none;
    color: #08141d;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}

.userInfo__sep {
    width: 1px;
    height: 17px;
    background-color: #030b17;
}

.pageBlock {
    position: relative;
    display: flex;
}

.sideNavigation {
    position: fixed;
    top: 0;
    left: -259px;
    z-index: 100;
    width: 258px;
    height: 100vh;
    min-width: 258px;
    overflow: auto;
    background-color: #fff;
    border-right: 1px solid #e2e9fa;
    transition: 500ms all;
}

.sideNavigation__opened {
    left: 0;
}

.sideNavigation__logo {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-size: 0;
}

.sideNavigation__logo svg {
    width: 106px;
}

.headerBlock .container {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding-top: 21px;
}

.headerBlock__logoBlock {
    font-size: 0;
}

.headerBlock__logo svg {
    width: 129px;
}


.footerBlock {
    padding-bottom: 23px;
}

.footerBlock .container {
    flex-direction: column-reverse;
    display: flex;
}

.footerBlock__copyright {
    max-width: 220px;
    color: #191a20;
    font-size: 13px;
    font-weight: 500;
}

.footerBlock__menuBlock {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfe0e2;
}

.footerBlock__menuBlock a {
    position: relative;
    display: inline-block;
    color: #191a20;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.footerBlock__menuBlock a:not(:last-child) {
    padding-right: 15px;
}

.footerBlock__menuBlock a:before,
.footerBlock__menuBlock a:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.footerBlock__menuBlock a:hover:before {
    transform: scaleX(1);
}

.footerBlock__menuBlock a:hover:before {
    position: absolute;
    content: '';
    transition: transform 0.5s ease;
}

.footerBlock__menuBlock a:hover {
    text-decoration: none;
}

.bodyContent {
    min-height: calc(100vh - 517px);
    padding-bottom: 20px;
    border-left: 1px solid #e2e9fa;
}

.bodySimple .bodyContent {
    align-items: center;
    display: flex;
    min-height: calc(100vh - 209px);
    padding: 30px 0;
}

.bodySimple .bodyContent .section {
    flex-grow: 1;
}


.container,
.gig2-container {
    margin: 0 10px;
}

.bodySimple .container {
    /* margin: 0 23px; */
    width: calc(100% - 46px);
    margin: 0 auto;
}


.footer {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #fff;
    border-top: 1px solid #e2e9fa;
}

.flexBlock {
    display: flex;
}

.footerMenuBlock {
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footerMenu__columnn {
    margin: 10px;
}

.footerMenu__columnn>h2 {
    color: #12131a;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.footerMenu__columnn div {
    margin-bottom: 12px;
}

.footerMenu__columnn div:last-child {
    margin-bottom: 0;
}

.footerMenu__columnn div>a {
    color: #12131a;
    font-size: 14px;
    font-weight: 500;
}

.appBlock {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 70px 0;
}

.logoBlock {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin: 0 28px;
}

.logoBlock__link {
    font-size: 0;
}

.logoBlock__link svg {
    width: 106px;
}

.logoBlock__p {
    margin-top: 30px;
    color: #12131a;
    font-size: 15px;
    font-weight: 500;
    line-height: 160%;
    text-align: justify;
}

.footerBottom {
    flex-direction: column-reverse;
    display: flex;
}

.footerBottom__right {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin: 30px 0;
}

.footerBottom__link {
    margin-bottom: 20px;
    color: #12131a;
    font-size: 13px;
    font-weight: 500;
}

.footerBottom__link:last-of-type {
    margin-bottom: 0;
}

.footerBottom__p {
    margin: 0;
    color: #12131a;
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}

.getUp__arrow-up {
    display: none;
    -webkit-transition: bottom 500ms;
    transition: bottom 500ms;
}

/* .getUp__arrow-up.getUp__arrow-active {
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.75);
    border: 1px solid #dedee0;
    border-radius: 50%;
    outline: none;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: getUp-up-mobile;
    cursor: pointer;
    opacity: 1;
} */

/* .getUp__arrow-up.getUp__arrow-active:hover {
    opacity: 1;
} */

#getUp__arrowDown,
#getUp__arrowUp {
    display: none;
    opacity: 0;
}

.getUp__arrow-active {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 99;
    display: block !important;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: getUp-up-mobile;
    cursor: pointer;
    opacity: 1 !important;
}

.getUp__arrow-active svg circle {
    transition: 500ms all;
}

.getUp__arrow-active:hover svg circle {
    fill: #dbdbe1;
}

#getUp__arrowDown.getUp__arrow-active {
    transform: rotate(180deg);
}

/* .getUp__arrow-up.getUp__arrow-active:before {
    position: absolute;
    top: 16px;
    right: 9px;
    display: block;
    width: 12px;
    height: 3px;
    clear: both;
    content: '';
    background-color: #12131a;
    border-radius: 3px;
    transform: rotate(45deg);
}

.getUp__arrow-up.getUp__arrow-active:after {
    position: absolute;
    top: 16px;
    left: 9px;
    display: block;
    width: 12px;
    height: 3px;
    clear: both;
    content: '';
    background-color: #12131a;
    border-radius: 3px;
    transform: rotate(-45deg);
} */

/* .getUp__arrow-down {
    display: none;
} */



.getUp__arrow-down.getUp__arrow-active {
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.75);
    border: 1px solid #dedee0;
    border-radius: 50%;
    outline: none;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: getUp-down-mobile;
    cursor: pointer;
    opacity: 1;
}

.getUp__arrow-down.getUp__arrow-active:before {
    position: absolute;
    top: 19px;
    right: 9px;
    display: block;
    width: 12px;
    height: 3px;
    clear: both;
    content: '';
    background-color: #12131a;
    border-radius: 3px;
    transform: rotate(135deg);
}

.getUp__arrow-down.getUp__arrow-active:after {
    position: absolute;
    top: 19px;
    left: 9px;
    display: block;
    width: 12px;
    height: 3px;
    clear: both;
    content: '';
    background-color: #12131a;
    border-radius: 3px;
    transform: rotate(-135deg);
}

@keyframes getUp-up-mobile {
    0% {
        bottom: 0;
        opacity: 0;
    }

    100% {
        bottom: 20px;
        opacity: 1;
    }
}

@keyframes getUp-down-mobile {
    0% {
        bottom: 50px;
        opacity: 0;
    }

    100% {
        bottom: 20px;
        opacity: 1;
    }
}

.footerMenu__columnn a:before,
.footerBottom__link:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.footerMenu__columnn a:after,
.footerBottom__link:after {
    position: absolute;
    content: '';
    transition: transform 0.3s ease;
}

.footerMenu__columnn a:hover,
.footerBottom__link:hover {
    text-decoration: none;
}

.footerMenu__columnn a:hover:before,
.footerBottom__link:hover:before {
    transform: scaleX(1);
}

/* breadcrumbs */
.breadcrumbs {
    align-items: center;
    display: none;
}

.breadcrumbs__ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.breadcrumbs__li {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0;
    margin-right: 14px;
}

.breadcrumbs__link {
    padding: 6px 22px;
    color: #999ca0;
    font-size: 13px;
    font-weight: bold;
    background-color: #fff;
    box-shadow: 0 5px 12px 0 rgba(212, 216, 222, 0.19);
    border: 1px solid #e2e9fa;
    border-radius: 14px;
    transition: 500ms all;
}

.breadcrumbs__link-home {
    font-size: 0;
}

.breadcrumbs__link-home:hover,
.breadcrumbs__link-home:focus {
    background-color: #fff !important;
}

.breadcrumbs__li:last-child .breadcrumbs__link {
    color: #252a48;
    background-color: #f1f4fa;
}

.breadcrumbs__link svg {
    width: 14px;
}

.breadcrumbs__link svg path {
    transition: 500ms all;

    fill: #999ca0;
}

.breadcrumbs__link:hover svg path {
    fill: #252a48;
}

.breadcrumbs__link:hover {
    color: #252a48;
    background-color: #f7f8ff;
}

.notificationBlock {
    position: absolute;
    left: 70px;
    margin-right: 10px;
    font-size: 0;
}

.notif-block {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.notificationBlock svg {
    width: 20px;
}

.notificationBlock svg path {
    transition: 500ms all;
}

.notificationBlock svg path.ring {
    fill: #979b9f;
}

.notificationBlock:hover svg path.ring,
.notificationBlock-active svg path.ring {
    fill: #030b17;
}

.notificationBlock svg path.elipse {
    display: none;

    fill: #ccac44;
}

.notificationBlock-active svg path.elipse {
    display: block;
}

.notificationBlock-active svg {
    transition: 500ms all;
    cursor: pointer;
    -webkit-animation: opacityStyle 2s infinite;
    -moz-animation: opacityStyle 2s infinite;
    -o-animation: opacityStyle 2s infinite;
}

.notificationBlock-active:hover svg,
.notificationBlock-active:focus svg {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
}

@-webkit-keyframes opacityStyle {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.2
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes opacityStyle {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.2
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes opacityStyle {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.2
    }

    100% {
        opacity: 1
    }
}

#preloaders {
    display: none;
}

.sideNavigation__block {
    padding-bottom: 20px;
}

.sideNavigation__li {
    min-height: 45px;
    margin-bottom: 5px;
}

.sideNavigation__link {
    position: relative;
    align-items: center;
    display: flex;
    height: 45px;
    color: #6f7180;
    font-size: 24px;
    font-weight: 600;
    border-radius: 0;
    transition: 200ms all;
}

.sideNavigation__link-utos {
    border-radius: 30px;
    border: 2px solid #e36ac9;
    font-size: 0px !important;
    overflow: hidden;
}

.sideNavigation__link-utos:hover {
    filter: brightness(1.2);
}

.sideNavigation__link:hover {
    color: #252a48;
}

.sideNavigationSubmenu {
    display: none;
    transition: 500ms all;
}

.sideNavigation__li:hover .sideNavigationSubmenu {
    display: block;
}

.sideNavigation__link-active~.sideNavigationSubmenu {
    display: block;
}

.sideNavigationSubmenu,
.sideNavigation__link {
    padding-right: 25px;
    padding-left: 40px;
    margin-right: 3px;
}

.sideNavigationSubmenu__li {
    margin: 10px 0;
}

.sideNavigationSubmenu__link {
    position: relative;
    color: #6c6e70;
    font-size: 15px;
    font-weight: bold;
    transition: 500ms all;
}

.sideNavigationSubmenu__link:hover,
.sideNavigationSubmenu__link-active {
    color: #404142;
}

.sideNavigationSubmenu__link-active:before {
    position: absolute;
    top: 50%;
    left: -14px;
    display: block;
    width: 4px;
    height: 4px;
    clear: both;
    content: '';
    background-color: #404142;
    border-radius: 4px;
    transform: translateY(-50%);
}

.sideNavigation__link.sideNavigation__link-fractal {
    padding-left: 25px;
    margin-left: 25px;
    color: #d3be33;
    background-color: #fffae0;
    border: 1px solid #faf5dc;
    border-radius: 23.5px;
}

.menuBlock__link.sideNavigation__link-fractal {
    align-items: center;
    display: flex;
    height: 40px;
    padding-left: 40px;
    color: #d3be33;
    background-color: #fffae0;
    border: 1px solid #faf5dc;
    border-radius: 23.5px;

    grid-gap: 10px;
}

.menuBlock__link.menuBlock__link-fractalNew:before {
    position: absolute;
    left: -16px;
    display: block;
    width: 7px;
    height: 7px;
    clear: both;
    content: '';
    background-color: #dac564;
    border-radius: 50%;
}

.sideNavigation__link-fractal svg {
    width: 34px;
    margin-right: 14px;
}

.sideNavigation__link-gv {
    font-size: 0;
}

.sideNavigation__link-gv img {
    transition: 500ms all;
}

.sideNavigation__link-gv:hover img {
    filter: brightness(1.7);
    border-radius: 20px;
}

.sideNavigation__link-gsm:hover img {
    filter: brightness(0.8);
}

.sideNavigation__link-pf img {
    transition: 500ms all;
}

.sideNavigation__link-pf:hover img {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5)) brightness(0.9) contrast(1.4);
}

.menuBlock {
    display: grid;
    padding: 10px 20px;
    margin: 0 20px;
    margin-bottom: 15px;

    grid-gap: 10px;
}

.menuBlock-icon {
    margin-bottom: 0;
}

.menuBlock-icon a {
    font-size: 0px;
}

.menuBlock:last-of-type {
    margin-bottom: 0;
}

.menuBlock__title {
    padding-bottom: 10px;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    border-bottom: 3px solid #fccc2a;
}

.menuBlock__ul {
    display: grid;
    grid-gap: 7px;
}

.menuBlock__link {
    position: relative;
    color: #6f7180;
    font-size: 18px;
    font-weight: 500;
    transition: 500ms all;
}

.menuBlock__link-sm {
    font-size: 18px;
}

.menuBlock__link:hover,
.menuBlock__link-active {
    color: #000;
}

.menuBlock__ul-submenu {
    margin-top: 7px;
    margin-left: 20px;
}

.menuBlock__ul-submenu .menuBlock__link {
    font-size: 16px;
}

.menuBlock__ul-fractal .menuBlock__ul-submenu {
    padding-left: 20px;
    margin-left: 0;
    border-left: 2px solid #eac46f;
}

.menuBlock__link-new:after {
    padding: 0 3px;
    margin-left: 3px;
    clear: both;
    color: #bd6060;
    content: 'new';
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
    vertical-align: top;
    border: 1px solid #bc5f5f;
    border-radius: 5.5px;
}

.menuBlock__link-new-yellow:after {
    padding: 0 3px;
    margin-left: 3px;
    clear: both;
    color: #ffff00;
    content: 'new';
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
    vertical-align: top;
    border: 1px solid #ffff00;
    border-radius: 5.5px;
}

.menuBlock__link-launched {
    display: inline-block;
    color: #d3be33;
    font-size: 24px;
    font-weight: 600;
}

.menuBlock__link-launched:hover {
    color: #c5b026;
}

.menuBlock__link-launched:after {
    padding: 0 3px;
    margin-left: 3px;
    clear: both;
    color: #bd6060;
    content: 'launched';
    font-size: 7px;
    font-weight: 800;
    text-transform: uppercase;
    vertical-align: top;
    border: 1px solid #bc5f5f;
    border-radius: 5.5px;
}

.menuBlock-link-newSpan {
    display: inline-block;
    padding: 1px 2px;
    margin-top: 4px;
    color: #bd6060;
    font-size: 7px;
    font-weight: 800;
    vertical-align: top;
    border: 1px solid #bd6060;
    border-radius: 5.5px;
}

.sideNavigation__link.sideNavigation__link-fractal:hover,
.menuBlock__link.sideNavigation__link-fractal:hover {
    background-color: #fff3b7;
    border: 1px solid #eac46f;
}

.menuBlock__link-nextStep {
    font-family: 'Satisfy';
    background-color: #101010;
    width: 100%;
    display: flex;
    text-align: center;
    color: #fdffac;
    border-radius: 23.5px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 2px 2px 0 0 #ffe136;
    margin-top: 20px;
    padding-top: 6px;
    border-top: 1px solid #656565;
    border-left: 1px solid #656565;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 1);
}

.menuBlock__link-nextStep:hover {
    color: #fff;
    background-color: #fe0000;
    border-color: #fe0000;
}

.sideNavigation__link:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 100%;
    clear: both;
    content: '';
    background-color: #f5f5f5;
    border-radius: 0 21.5px 21.5px 0;
    transition: 500ms all;
}

.menuBtnBlock {
    margin-bottom: 20px;
    text-align: center;
}

.menuBtnBlock:last-of-type {
    margin-bottom: 0;
}

.menuBtn {
    align-items: center;
    justify-content: center;
    display: grid;
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #e6c96d;
    transition: 500ms all;
}

.menuBtn:hover {
    color: #252a48;
    background-color: #f7e2a0;
}

.langWrap__row {
    display: block;
    padding: 10px;
    margin: 0;
    color: #08141d;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.langWrap__row:hover {
    text-decoration: none;
    background-color: whitesmoke;
}

.langWrap__row.langWrap__row-selected {
    background-color: transparent;
}

.langWrap__row.langWrap__row-selected:hover {
    color: #546e7a;
    background-color: transparent;
}

.langWrap__row-hidden {
    display: none;
}

.lightblue {
    margin-left: -4px;
    color: #03a9f4;
}

.show-sel {
    background-color: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.18);
}

.langWrap__all {
    position: absolute;
    z-index: 99;
    display: inline-block;
}

.langWrap__all:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    clear: both;
    content: '';
    border-color: #d0a749 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 2.5px 0 2.5px;
    transform: translate(-50%, -50%);
}

.langWrap__all-wrap {
    position: relative;
    align-items: center;
    justify-content: center;
    display: grid;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
}

.langWrap__all-wrap-open {
    align-items: initial;
}

.langWrap__all.show-sel::after {
    content: none;
}

.langWrap__all.show-sel .langWrap__row-selected {
    background-color: whitesmoke;
}

.bodySimple .headerBlock__rightBlock {
    align-items: center;
    display: flex;
    margin-top: 30px;
}

.bodySimple .headerBlock__langBar {
    margin-right: 20px;
}

.exitBtnWrap {
    padding: 0 30px;
}

.headerBlockWrapper {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 100%;
}

.headerBlock__rightBlock {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.rulesBlock table {
    width: 100%;
    box-shadow: 0 0 18px 0 rgba(212, 216, 222, 0.4);
}

.rulesBlock table tr th {
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #fbfefe;
    border: 1px solid #e4e9fa;
}

.rulesBlock table tr td {
    padding: 10px;
    color: #252a48;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #e4e9fa;
}

.tableHeader {
    font-weight: bold !important;
    background-color: #fbfefe;
}

.tableHeader>p,
.tableHeader>p>strong {
    font-size: 14px;
    font-weight: bold !important;
}

.rulesBlock p {
    margin: 10px 0;
}

.withUsBlock {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 30px;
    font-weight: bold;
    text-align: center;
    background-color: #fafafa;
    box-shadow: 0 0 18px 0 rgba(212, 216, 222, 0.4);
    border: 1px solid #e4e9fa;
    border-radius: 6px;
}

.verticalScroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
}

@supports (-webkit-overflow-scrolling: touch) {
    .verticalScroll {
        max-width: 320px;
        margin: 0 auto;
    }
}

.verticalScroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.verticalScroll::-webkit-scrollbar {
    height: 6px;
    background-color: #f5f5f5;
}

.verticalScroll::-webkit-scrollbar-thumb {
    background-color: #e8d20c;
    border-radius: 3px;
}

.body__h1 {
    display: inline-block;
    margin-bottom: 30px;
    color: #040b17;
    font-size: clamp(29px, 5.4vw, 62px);
    font-weight: 900;
    border-bottom: clamp(4px, 0.8vw, 7px) solid #e6c96d;
}

.body__h2 {
    display: inline-block;
    margin-bottom: 30px;
    color: #040b17;
    font-size: clamp(24px, 2.9vw, 32px);
    font-weight: 900;
    border-bottom: clamp(4px, 0.5vw, 5px) solid #e6c96d;
}

.body__h3 {
    display: inline-block;
    color: #030b17;
    font-size: clamp(24px, 2.9vw, 32px);
    font-weight: 600;
    border-bottom: clamp(4px, 0.5vw, 5px) solid #e6c96d;
}

.body__p {
    color: #989ea6;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}

.body__p-830px {
    max-width: 830px;
}

.body__p-small {
    font-size: 12px;
    font-weight: 400;
}

.no__border {
    border-bottom: none !important;
}

.gig2-container {
    width: 100%;
}

.topBannerBlock__wrapper-cruiseBanner {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #fec93b;
    transition: 500ms all;
}

.topBannerBlock__wrapper-renewalDocs {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #F50F3C;
    transition: 500ms all;
    text-transform: uppercase;
    min-height: 62px;
    padding: 5px 10px;
}

.topBannerBlock__link:hover .topBannerBlock__wrapper-renewalDocs {
    background-color: #c50027;
}

.renewalDocs__text {
    color: #FEFF00;
    font-weight: bold;
    font-size: clamp(16px, 2.7vw, 24px);
    margin-right: 10px;
    text-align: center;
}

.renewalDocs__arrow {
    position: relative;
    width: 49.5px;
    min-width: 49.5px;
    height: 49.5px;
    min-height: 49.5px;
    border-radius: 50%;
    background-color: #000000;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-items: center;

}

.renewalDocs__arrow:before,
.renewalDocs__arrow:after {
    clear: both;
    content: '';
    display: block;
    width: 19px;
    height: 6px;
    background-color: #ffff00;
    position: absolute;
    left: 16px;
    transition: 500ms all;
}

.renewalDocs:hover .renewalDocs__arrow:before,
.renewalDocs:hover .renewalDocs__arrow:after {
    background-color: #e6e600;
}

.renewalDocs__arrow:before {
    transform: rotate(45deg);
    top: 17px;
}

.renewalDocs__arrow:after {
    transform: rotate(-45deg);
    bottom: 17px;
}

.topBannerBlock__wrapper-broadcastAnnons {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #fec93b;
    transition: 500ms all;
}

.broadcastAnnons__text {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Bebas Neue';
    text-align: center;
    padding: 0px 10px;
}

.topBannerBlock__link:hover .topBannerBlock__wrapper-cruiseBanner {
    background-color: #f1b61b;
}

.cruiseBanner__img-1 {
    width: 55px;
}

.cruiseBanner__img-2 {
    width: 100px;
    margin: 0 5px;
}

.cruiseBanner__text {
    padding-top: 5px;
    color: #051020;
    font-family: 'Bebas Neue';
    font-size: 38px;
    font-weight: bold;
}

.cruiseBanner__img-3 {
    width: 26px;
    margin-left: 10px;
}

.topBannerBlock__wrapper-bcCS {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #0d0d0d;
    transition: 500ms all;
}

.topBannerBlock__link:hover .topBannerBlock__wrapper-bcCS {
    background-color: #000;
}

.maintenanceBlock {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

.maintenanceBlock__close {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 28px;
    background-color: #FCCC2A;
    box-shadow: 2px 2px 12px 0px rgb(130 130 130 / 59%);
    font-weight: bold;
    transform: rotate(-45deg);
    cursor: pointer;
    transition: 500ms all;
}

.maintenanceBlock__close:hover {
    transform: rotate(105deg);
    background-color: #f1c01f;
}

.maintenanceBlock__wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #FCCC2A;
    transition: 500ms all;
}

.maintenanceBlock__wrapper:hover {
    background-color: #f1c01f;
}

.maintenanceBlock__text {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    /* padding: 0px 10px; */
    line-height: 100%;
    text-align: center;
}

.maintenanceBlock__text strong {
    font-weight: 900;
}

.maintenanceBlock__text span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px 3px 9px;
    background-color: #fa0000;
    border-radius: 50%;
}

.maintenanceBlock__svg {
    width: 30px;
}

.maintenanceBlock__svg svg {
    width: 30px;
}

.maintenanceBlock__svg svg path {
    fill: #000
}

.topBannerBlock__wrapper-bcLIVE {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #b50000;
    transition: 500ms all;
}

.topBannerBlock__link:hover .topBannerBlock__wrapper-bcLIVE {
    background-color: #900;
}

.bcCS {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    text-align: center;
    margin: 9px 10px 11px;
    display: flex;
    align-items: center;
}

.bcCS strong {
    font-weight: 900;
}

.bcCS span {
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin: 0 5px 3px 9px;
    background-color: #fa0000;
    border-radius: 50%;
}

.userInfo__privilege {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 30px;
    height: 20px;
    margin: 0 auto;
    font-size: 0;
    background: url(/assets/images/mx/privilege/diamond.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.header__navButton {
    display: none !important;
}

.topBannerBlock__wrapper-gsmBanner {
    padding: 10px 0;
    background-color: #f9c825;
    transition: 500ms all;
}

.topBannerBlock__wrapper-gsmBanner:hover {
    filter: brightness(0.9);
}

.ldpBanner__img-2 {
    width: 200px;
    margin: 10px;
    margin-top: 16px;
}

.gsmBanner__img-2 {
    width: 110px;
    margin: 10px;
    margin-top: 16px;
}

.userInfo__exitBttn {
    font-size: 0;
}

.userInfo__exitIcon {
    display: flex;
    width: 17px;
}

.userInfo__exitIcon svg {
    width: 100%;

    fill: #d0a749;
}

.flexBlock-flexCenter {
    margin-bottom: 20px !important;
}

.flexBlock-jcsb2 {
    flex-direction: column !important;
    align-items: center !important;
}

.goalsetMaster__informer-new {
    margin-bottom: 20px !important;
}

.goal__titleWrap {
    margin-bottom: 40px;
}

.questionProgressBar {
    position: relative;
    display: grid;
    height: 30px;
    overflow: hidden;
    background-color: #f2f4f7;
    border-radius: 3px;
}

.questionProgressBar__span {
    align-items: center;
    justify-content: center;
    z-index: 2;
    display: grid;
    color: #252a48;
    font-size: 15px;
    font-weight: bold;
}

.questionProgressBar__active {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: #facf04;
    transition: 0.3s;
}

.dashboarInfo {
    background-color: #fff;
    padding: 25px 20px;
    border: 1px solid #e4e9fa;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.dashboarInfo__p {
    color: #030b17;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.dashboarInfo__p:last-of-type {
    margin-bottom: 0;
}

.notif-preload {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.gigInformer {
    margin: 50px 0;
    padding: 30px 26px;
    border: 1px solid #e3e9f9;
    border-radius: 2px;
    color: #535b65;
    font-size: 16px;
    font-weight: 500;
}

.gigInformer p {
    margin-bottom: 10px;
}

.gigInformer p.title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.gigInformer p:last-of-type {
    margin-bottom: 10px;
}

.gigInformer__btnWrap {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}

.gigInformer__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: #facf04;
    color: #051020;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    transition: 500ms all;
    text-align: center;
}

.gigInformer__btn:focus {
    outline: none;
}

.gigInformer__btn:hover {
    background-color: #deb806;
}


.topBannerBlock__wrapper-surveyBanner {
    background-color: #1946AF;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 500ms all;
}

.topBannerBlock__wrapper-surveyBanner-invert {
    background-color: #ffdc00;
}

.topBannerBlock__wrapper-surveyBanner:hover {
    background-color: #3367E0;
}

.topBannerBlock__wrapper-surveyBanner-invert:hover {
    background-color: #FFC700;
}


.surveyBanner__svgLogo {
    width: 45px;
    margin-right: 10px;
}

.surveyBanner__svgLogo path {
    fill: #FFDC00;
}

.topBannerBlock__wrapper-surveyBanner-invert .surveyBanner__svgLogo path {
    fill: #0344B6;
}

.surveyBanner__text {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Bebas Neue';
}

.topBannerBlock__wrapper-surveyBanner-invert .surveyBanner__text {
    color: #323232;
}

.surveyBanner__svgNext {
    width: 22px;
    margin-left: 10px;
}

.surveyBanner__svgNext path {
    fill: #FFDC00;
}

.topBannerBlock__wrapper-surveyBanner-invert .surveyBanner__svgNext path {
    fill: #0344B6;
}

.menuBlock__li + .menuBlock-icon {
    margin-top: 35px;
}

.actionLink__img2 {
    font-size: 20px;
}

@media(min-width: 575px) {
    .bodySimple .headerBlock__rightBlock {
        margin-top: 0;
    }

    .headerContent {
        margin: 18px 22px;
    }

    .headerBlock .container {
        padding-top: 30px;
    }

    .bodyContent {
        padding-top: 30px;
    }

    .bodySimple .bodyContent {
        min-height: calc(100vh - 158px);
        padding: 40px 0;
    }

    .footerBlock {
        padding-bottom: 33px;
    }

    .container,
    .gig2-container {
        margin: 0 22px;
    }


    .logoBlock {
        margin-top: 40px;
    }

    .footerMenuBlock {
        flex-wrap: wrap;
        justify-content: space-around;
        flex-direction: row;
        align-items: initial;
        text-align: initial;
    }

    .footerMenuBlock h2,
    .footerMenuBlock a {
        margin: 10px 0;
        color: #12131a;
        font-size: 14px;
        font-weight: bold;
    }

    .footerMenu__columnn a {
        position: relative;
        text-decoration: none;
        transition: 500ms all;
    }

    .appBlock a {
        border-radius: 4px;
        transition: 100ms all;
    }

    .appBlock a:before {
        content: none !important;
    }

    .footerMenu__columnn a:hover,
    .footerBottom__link:hover {
        text-decoration: none;
    }

    .appBlock a:hover {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    }

    .footerBottom__p,
    .footerBottom__link {
        position: relative;
    }

    .footer {
        padding-bottom: 20px;
    }

    .headerBlockWrapper {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .headerBlock__rightBlock {
        justify-content: initial;
        width: initial;
    }

    .cruiseBanner__img-1 {
        width: 64px;
    }

    .cruiseBanner__img-2 {
        width: 140px;
        margin: 0 5px;
    }

    .gsmBanner__img-2 {
        width: 110px;
        margin: 10px 15px;
        margin-top: 16px;
    }

    .ldpBanner__img-2 {
        width: 342px;
        margin: 10px 15px;
        margin-top: 16px;
    }

    .cruiseBanner__text {
        font-size: 46px;
    }

    .cruiseBanner__img-3 {
        width: 35px;
        margin-left: 10px;
    }

    .body__p {
        font-size: 18px;
    }

    .body__p-small {
        font-size: 14px;
    }

    .userInfo {
        grid-gap: 20px;
    }

    .notificationBlock {
        position: initial;
        left: initial;
    }

    /* .footerMenu__columnn > h2 {
        margin-bottom: 0;
    } */

    .maintenanceBlock__close {
        right: 20px;
    }

    .maintenanceBlock__text {
        font-size: 14px;
    }
}

@media(min-width: 768px) {
    .bodySimple .bodyContent {
        min-height: calc(100vh - 163px);
        padding: 50px 0;
    }

    .footerMenu__columnn {
        margin: 0;
    }

    .headerBlock .container {
        padding-top: 40px;
    }

    .footerBlock {
        padding-bottom: 43px;
    }

    .bodySimple .container {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .footerBlock__copyright {
        flex: 1;
        max-width: initial;
    }

    .footerBlock__menuBlock {
        flex: 1;
        justify-content: flex-end;
        padding: 0;
        margin: 0;
        text-align: right;
        border-bottom: none;
    }

    .footerBlock__menuBlock a {
        font-size: 13px;
    }

    .footerBlock__menuBlock a:not(:last-child) {
        padding-right: 15px;
    }

    .container,
    .gig2-container {
        max-width: 1200px;
        padding-right: 22px;
        padding-left: 22px;
        margin: 0 auto;
    }

    .bodySimple .container.gig2-container {
        width: 100%;
        max-width: 1200px;
        padding-right: 22px;
        padding-left: 22px;
        margin: 0 auto;
    }


    .appBlock {
        justify-content: flex-start;
        width: initial;
        margin: 0;
    }

    .getUp__arrow-up.getUp__arrow-active {
        animation-name: getUp-up-desk;
    }

    .getUp__arrow-down.getUp__arrow-active {
        animation-name: getUp-down-desk;
    }

    .getUp__arrow-up.getUp__arrow-active,
    .getUp__arrow-down.getUp__arrow-active {
        right: 20px;
        bottom: 40px;
    }

    @keyframes getUp-up-desk {
        0% {
            bottom: 0;
            opacity: 0;
        }

        100% {
            bottom: 40px;
            opacity: 1;
        }
    }

    @keyframes getUp-down-desk {
        0% {
            bottom: 60px;
            opacity: 0;
        }

        100% {
            bottom: 40px;
            opacity: 1;
        }
    }

    .body__p {
        font-size: 20px;
    }

    .body__p-small {
        font-size: 16px;
    }

    /* .header__rightSide {
        margin-right: 90px;
    } */

    .flexBlock-flexCenter {
        margin-bottom: 0 !important;
    }

    .flexBlock-jcsb2 {
        flex-direction: row !important;
        align-items: flex-end !important;
    }

    .surveyBanner__svgLogo {
        width: 80px;
        margin-right: 26px;
    }

    .surveyBanner__svgNext {
        width: 42px;
        margin-left: 28px;
    }

    .surveyBanner__text {
        font-size: 54px;
    }

    .topBannerBlock__wrapper-maintenance {
        padding: 0px 20px;
    }

    .maintenanceBlock__text {
        font-size: 16px;
        /* padding: 0px 20px; */
    }

    .bcCS,
    .broadcastAnnons__text {
        font-size: 19px;
    }
}

@media(min-width: 1024px) {
    .notificationBlock {
        position: relative;
        left: initial;
        margin-right: 30px;
        font-size: 0;
    }

    .header__rightSide {
        margin-right: 0;
    }

    .pageContent {
        padding-top: 0;
    }

    .verticalScroll {
        overflow-x: initial;
        overflow-y: initial;
    }

    .sideNavigation {
        position: initial;
        border-right: none;
    }

    #body.disableScroll {
        overflow: hidden !important;
    }

    .sideNavigationSubmenu,
    .sideNavigation__link {
        padding-right: 35px;
        padding-left: 50px;
        margin-right: 3px;
    }

    body {
        overflow: initial !important;
    }

    .header {
        position: relative;
    }

    /* .pageContent {
        padding-left: 298px;
    } */

    .footerBlock__menuBlock a:not(:last-child) {
        padding-right: 32px;
    }

    .bodyContent {
        padding: 0;
        padding: 50px 0;
    }

    .burgerMenu__opened {
        display: none;
    }

    .burgerMenuBlock {
        display: none;
    }

    .sideNavigation__logo {
        margin-top: 28px;
        margin-bottom: 50px;
        margin-left: 40px;
        text-align: left;
    }

    .sideNavigation {
        top: initial;
        left: initial;
        display: block;
        width: 298px;
        height: auto;
        min-width: 298px;
        overflow-y: hidden;
    }

    .breadcrumbs {
        display: flex;
    }

    .userInfo {
        position: initial;
        display: grid;
    }

    .userInfo__name,
    .userInfo__uid {
        display: block;
    }

    .userInfo__name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header__navButton {
        display: flex;
    }

    .bodySimple .bodyContent {
        min-height: calc(100vh - 288px);
    }

    .headerBlock .container {
        padding-top: 55px;
    }

    .header__avatara {
        display: none;
    }

    .footerBlock {
        padding-bottom: 53px;
    }

    body.bodySimple {
        background: url(/assets/images/body/pattern_left.svg) no-repeat top left, url(/assets/images/body/pattern_right.svg) no-repeat bottom right;
        background-size: 18%, 16%;
    }

    .footerBlock__menuBlock {
        text-align: left;
    }

    .flexBlock {
        flex-direction: row;
    }

    .footer {
        padding-top: 75px;
        padding-bottom: 50px;
    }

    .logoBlock {
        align-items: flex-start;
        flex: 2;
        justify-content: flex-start;
        margin: 0;
    }

    .footerMenuBlock {
        flex: 3;
        justify-content: space-around;
        display: flex;
        margin-bottom: 0;
    }

    .logoBlock__p {
        margin-top: 40px;
        margin-right: 80px;
        line-height: 190%;
    }

    .footerBottom {
        flex-direction: row;
        margin-top: 40px;
    }

    .footerBottom__left {
        width: 100%;
        text-align: center;
    }

    .footerBottom__p {
        text-align: center;
    }

    .footerBottom__right {
        flex: 3;
        flex-direction: row;
        justify-content: flex-end;
        margin: 0;
    }

    .footerBottom__link {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .footerBottom__link:last-child {
        margin-right: 0;
    }

    .body__p {
        font-size: 22px;
    }

    .body__p-small {
        font-size: 18px;
    }

    .userInfo__privilege {
        min-width: 92px;
        color: #d3a749;
        font-size: 16px;
        font-weight: bold;
        background: none;
        transition: 500ms all;
    }

    .userInfo__privilege:hover {
        text-decoration: underline;
    }

    .userInfo__exitIcon {
        display: none;
    }

    .userInfo__exitBttn {
        color: #d0a749;
        font-size: 14px;
        font-weight: bold;
    }

    .userInfo__exitBttn:hover {
        color: #ab8631;
    }

    .userInfo {
        margin-right: 20px;

        grid-gap: 20px;
    }

    .header__navButton {
        display: inline-flex !important;
        width: initial;
    }

    body.it .header__navButton {
        font-size: 18px;
    }

    body.es .header__navButton {
        font-size: 17px;
    }

    .maintenanceBlock__text {
        font-size: 18px;
    }

    .bcCS,
    .broadcastAnnons__text {
        font-size: 26px;
    }
}

@media(min-width: 1200px) {
    .userInfo {
        margin-right: 37px;
        grid-gap: 30px;
    }

    .bcCS,
    .broadcastAnnons__text {
        font-size: 30px;
    }
}

.bootstrap-dialog-close-button button {
    color: white;
    background: unset;
    border: 0;
}

.bootstrap-dialog.type-default .modal-header {
    background-color: #fccc2a !important;
}

@media(max-width: 1140px) {
    .ambassadorBtn__img-mob {
        display: block;
    }

    .ambassadorBtn__img-desk {
        display: none;
    }

    .ambassador-btn {
        width: 43px;
        height: 31px;
    }
}

@media(max-width: 1023px) {
    .bodyContent {
        border-left: none;
        margin-left: 10px;
        margin-right: 10px;
    }


    .menuBlock-new .menuBlock__link:after {
        top: 3px;
        right: -12px;
    }

    .menuBlock__link.sideNavigation__link-fractal {
        padding-left: 10px;
    }
}

@media(max-width: 768px) {
    .notificationBlock {
        position: absolute;
        left: 70px;
        margin-right: 10px;
        font-size: 0;
    }

    
}

@media(max-width: 576px) {
    .userInfo {
        margin-right: 3px;
        grid-gap: 9px;
    }

    .gosWalllet-btnImg {
        max-width: 23px;
    }

    .header__avatara {
        display: none;
    }

    .userInfo {
        right: 20px;
    }

    .langWrap__all-wrap {
        margin-left: -12px;
    }

    .bodySimple .container {
        width: calc(100% - 10px);
    }
}
