.business-content-header-title {
  font-size: 2.19rem !important;
  margin: 0;
  color: #3a3a3a;
}

.business-content-header-description {
  color: #3a3a3a;
}

.business-content-header-btn {
  margin: 5.3rem 0 1rem;
}

.business-content-header-btn-disabled {
  margin: 5.3rem 0 1rem;
  pointer-events: none;
}

.business__mobile-nav-left {
    display: none;
}

.business__mobile-nav-right {
    display: none;
}

.business__nav-tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: none;
}

.business__nav-item a {
    font-size: 21px;
    font-family: "Bebas Neue";
    font-weight: bold;
}

.pfb {
    max-width: 100%;
}

.pfb-header {
    width: 1280px;
    margin: auto;
}

.pfb-tabs {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 30px 40px;
}

.pfb-tabs-mobile-nav-left {
    display: none;
}

.pfb-tabs-mobile-nav-right {
    display: none;
}

.pfb-tabs-mobile-nav-left:before {
    content: "\f053";
}

.pfb-tabs-mobile-nav-right:before {
    content: "\f054";
}

.pfb-tabs-nav {
    border: none !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.pfb-tabs-item-number {
    text-align: center;
    vertical-align: middle;
    display: none;
}

.pfb-content {
    width: 100%;
    overflow: hidden;
}

.pfb-tab {
    width: 1280px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pfb-tab-text-block {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pfb-tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    font-family: "Bebas Neue" !important;
    font-weight: 700 !important;
    padding-top: 15px
}

.pfb-tab-title-number {
    line-height: 45px;
    font-size: 75px;
    color: #3a3a3a;
}

.special__wrapper .pfb-tab-title-number {
  font-size: 8rem !important;
  line-height: 8rem !important;
}

.pfb-tab-title-text {
    font-size: 18px;
    line-height: 15px;
    text-align: left;
    margin-left: 1rem;
    display: block;
    color: #3a3a3a
}

.pfb-tab-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: none;
}

.pfb-tab-list {
    list-style-position: outside;
    margin-left: 15px;
    padding-left: 0;
    list-style-type: square;
    color: #767676;
    font-size: 16px;
    margin-bottom: 1.5rem;
    margin-right: 0;
}

.pfb-tab-subtitle {
    text-align: left;
    display: none;
    margin-bottom: .5rem;
    margin-top: 1rem;
}

.pfb-tab-clusters-subtitle {
  text-align: left;
  margin-bottom: .5rem;
  margin-top: 1rem;
}

.pfb-tab-text-block .gey-text {
  margin-bottom: 0;
}

.pfb-tab-text-block p {
    color: #767676;
}

.pfb-tab-text_show-desctop {
    display: none;
}

.pfb-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.pfb-buttons-red {
    font-family: "Roboto";
    color: #fff !important;
    background-color: #ef0f33;
    cursor: pointer;
    line-height: 2;
    font-size: 16px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    width: 100%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border-radius: 50rem;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}

.special__wrapper .pfb-buttons-red {
  background-color: black;
}

.special__wrapper .pfb-buttons-red:hover {
  text-decoration: underline;
}

.pfb-buttons-white {
  background: white;
  font-family: "Roboto";
  color: #3a3a3a;
  border: 1px solid #3a3a3a;
  line-height: 2;
  font-size: 16px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: .5rem;
  padding-top: .5rem;
  margin-top: 1.5rem;
  width: 100%;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-radius: 50rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.special__wrapper .pfb-buttons-white:hover {
  text-decoration: underline;
}

.pfb-tab-bottom-content {
    width: 1280px;
    margin: auto;
    padding-top: 1.5rem !important;
    padding-bottom: 0 !important;
    display: none;
}

.pfb-tab-bottom-content-title {
    line-height: 1.2;
    font-size: 21px;
    text-align: left;
    padding-top: .5rem;
    margin-bottom: 1rem;
}

.pfb-tab-bottom-columns {
    padding-bottom: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pfb-tab-bottom-column .pfb-buttons-red {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pfb-tab-bottom-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.pfb-tab-bottom-column_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pfb-tab-bottom-column_triple {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 75% !important;
    flex: 0 0 75% !important;
    max-width: 75% !important;
}

.pfb-tab-bottom-column_third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.pfb-tab-bottom-column_content-in-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pfb-tab-bottom-column_content-in-col {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pfb-tab-bottom-column-title {
  font-family: "Bebas Neue";
  font-weight: 700;
  padding-right: .5rem;
  line-height: 1.2;
}

.pfb-tab-bottom-column-title-number {
  font-size: 85px;
  margin-right: .5rem;
}

.special__wrapper .pfb-tab-bottom-column-title-number {
  font-size: 8rem !important;
  line-height: 8rem !important;
}

.pfb-tab-bottom-column-title-postfix {
  font-size: 36px;
}

.pfb-tab-bottom-column-list_no-indent {
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.pfb-tab-bottom-column_triple-list {
    list-style-position: outside;
    margin-left: 30px;
    padding-left: 0;
    list-style-type: square;
    color: #767676;
    font-size: 16px !important;
    margin-bottom: .5rem !important;
    margin-right: 3rem !important;
}

.pfb-tab-bottom-column-list {
    color: #767676;
    font-size: 14px;
    padding-left: 1rem;
    padding-bottom: .25rem;
    margin-top: 1rem;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 991px) {
    .pfb-tab-bottom-content {
        display: block !important;
    }

    .pfb-buttons {
        display: none !important;
    }

    .pfb-tab-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: block !important;
    }

    .pfb-tab-text-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pfb-tabs-item-number {
        min-width: 50px !important;
        display: inline-block !important;
        line-height: 45px !important;
    }

    .pfb-tabs-item span {
        min-width: 50px !important;
    }

    .pfb-tabs-item {
        width: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    }

    .pfb-tabs-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pfb-tabs_desctop {
        width: 1280px;
    }

    .pfb-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .business__nav-tabs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .business__events-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .business__tabs {
        width: 1280px;
    }

    .business__nav-item {
        width: auto !important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    }

        .business__nav-item a {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .business__nav-item span {
            min-width: 50px !important;
        }
}

@media (max-width: 991px) {
    .pfb-tabs-item a.active {
        border-bottom: 2px solid #3a3a3a !important;
    }

    .pfb-tabs-item {
        background-color: transparent;
        color: #767676 !important;
        border: none;
        font-family: "Bebas Neue";
        font-weight: bold;
        font-size: 18px;
    }

    .pfb-tabs-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .pfb-tabs-mobile-nav-left {
        display: block;
        position: absolute;
        margin-top: 10px;
        z-index: 2;
        left: 5px;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .pfb-tabs-mobile-nav-right {
        display: block;
        position: absolute;
        right: 6px;
        margin-top: 10px;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .pfb-tabs_desctop {
        width: 100%;
        overflow-x: auto;
        border: none !important;
        border-bottom: 1px solid #d1d1d1 !important;
        white-space: nowrap;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        overflow-y: hidden;
    }

    .pfb-tabs {
        margin: 0 20px;
        border-top: 0px none;
        padding: 20px 0;
    }

    .pfb {
        overflow: hidden;
    }

    .business__mobile-nav-left {
        display: block;
        position: absolute;
        margin-top: 10px;
        z-index: 2;
        left: 5px;
    }

    .business__mobile-nav-right {
        display: block;
        position: absolute;
        right: 6px;
        margin-top: 10px;
    }

    .ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
        border-bottom: 2px solid #3a3a3a;
    }

    .ui-state-default.ui-corner-top {
        color: #767676 !important;
        font-family: "Bebas Neue";
        font-weight: bold;
        font-size: 18px;
        margin: 0 18px 0 0;
    }

    .business__tabs {
        width: 100%;
        overflow-x: auto;
        border: none !important;
        border-bottom: 1px solid #d1d1d1 !important;
        white-space: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .business__events-tabs {
        margin: 0 20px;
    }

    .business__nav-tabs li:not(:last-child) {
        border-right: none !important;
    }

    .business__nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .business__nav-item {
        background-color: transparent;
        color: #767676 !important;
        border: none;
        font-family: "Bebas Neue";
        font-weight: bold;
        font-size: 18px;
    }

        .business__nav-item a {
            padding: 0 !important;
            color: #767676 !important;
            font-family: "Bebas Neue";
            font-weight: bold;
            font-size: 18px;
            margin: 0 18px 0 0;
            position: relative;
            border-radius: 0;
            background: transparent;
            border: none;
            color: #767676 !important;
            font-family: "Bebas Neue" !important;
            font-weight: bold !important;
            font-size: 18px !important;
            display: block;
        }

            .business__nav-item a.active {
                border-bottom: 2px solid #3a3a3a !important;
            }
}

@media (min-width: 768px) {
    .pfb-tab-bottom-content {
        padding-bottom: 1.5rem !important;
    }

    .pfb-buttons {
        padding-top: 1.5rem !important;
        padding-bottom: 1rem !important;
    }

    .pfb-tab-text_show-desctop {
        display: block !important;
    }

    .pfb-tab-subtitle {
        display: block !important;
    }

    .pfb-tab-list {
        margin-right: 3rem;
        margin-bottom: .5rem;
    }

    .pfb-header {
        margin-bottom: 1rem !important;
        margin-top: 0 !important;
    }

    .pfb-tabs-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pfb-tab-title {
        text-align: left !important;
        margin-top: .5rem !important;
        margin-bottom: 1rem;
    }

    .pfb-tab-title-text {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .pfb-tab-list {
        font-size: 14px;
    }

    .pfb-header {
        font-size: 24px !important;
        margin-top: 1.5rem !important;
        margin-bottom: 0 !important;
    }

    .pfb-tab-title-number {
        font-size: 65px;
    }
}


@media (max-width: 1449px) {
    .pfb-header {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .pfb-tab {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .pfb-tab-bottom-content {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 575px) {
  .business-content-header-title {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .business-content-header-btn {
    margin: 3.2rem 0 1rem;
  }
}

.b__mott {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .b__mott {
    display: none;
  }
}

@media (min-width: 320px) {
  .pfb-buttons {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pfb-buttons-red {
    margin-top: 0 !important;
  }
}

.special__wrapper .pfb-tab-bottom-column-list {
  word-break: break-word;
}
