@font-face {
    font-family: poppins;
    src: url("../pabaseballfantasy_fonts/pabaseballfantasy_poppins-regular.woff2")
}

@font-face {
    font-family: poppins-bold;
    src: url("../pabaseballfantasy_fonts/pabaseballfantasy_poppins-bold.woff2")
}

@font-face {
    font-family: Amaranth;
    src: url("../pabaseballfantasy_fonts/pabaseballfantasy_amaranth-bold.woff2")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}


a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    font-family: poppins;
    background: #130037;
}

.body__container {
    max-width: 1170px;
    margin: 0 auto
}

.pabaseballfantasy_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: #130037;
}

.pabaseballfantasy_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px
}

.pabaseballfantasy_header__box {
    padding-top: 70px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px
}

.pabaseballfantasy_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.pabaseballfantasy_header__burger {
    display: none
}

.pabaseballfantasy_header__link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.pabaseballfantasy_header__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0.5;
}

.header__list {
    width: 30px;
}

.pabaseballfantasy_header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 180px;
    width: 100%;
    height: 30px;
    max-width: 30px;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.header__lang {
    display: none;
}

.pabaseballfantasy_header__block {
    max-width: 820px;
    width: 100%;
}

.pabaseballfantasy_header__title {
    color: #FFF;
    font-family: Amaranth;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.pabaseballfantasy_header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 10px;
    padding-bottom: 30px;
    border-bottom: 5px solid #99EE2D;
}

.pabaseballfantasy_header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #111;
    text-align: center;
    font-family: poppins-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.item-content{
    background: #99EE2D;
    height: 46px;
    padding: 13px 27px;
}


.arrow-left{
    position: relative;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 46px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #99EE2D;
}

.arrow-right{
    position: relative;
    right: 1px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 46px solid transparent;
    border-left: 20px solid #99EE2D;
}

.pabaseballfantasy_header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}

.pabaseballfantasy_header {
    padding-top: 77px;
    padding-bottom: 77px;
    margin-bottom: 40px;
    background: url("../pabaseballfantasy_img/pabaseballfantasy-header-background.webp") no-repeat center;
    background-size: cover;
}

.pabaseballfantasy_header__image {
    width: 313px;
    height: 400px;
    background: url("../pabaseballfantasy_img/pabaseballfantasy-header-image.webp") no-repeat center;
}

.pabaseballfantasy_games {
    margin-bottom: 30px;
}
.pabaseballfantasy_games__title {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pabaseballfantasy_games__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 45px;
}
.pabaseballfantasy_games__item {
    max-width: 360px;
    width: 100%;
    min-height: 492px;
    border-bottom: 4px solid #99EE2D;
    background: rgba(255, 255, 255, 0.03);
}
.pabaseballfantasy_games__img {
    margin-bottom: 10px;
}
.pabaseballfantasy_games__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    color: #FFF;
    font-family: poppins-bold;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.pabaseballfantasy_games__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.pabaseballfantasy_games__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}
.pabaseballfantasy_games__arrow-left {
    position: relative;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 46px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #99EE2D;
}
.pabaseballfantasy_games__item-content {
    color: #111;
    text-align: center;
    font-family: poppins-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.2px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background: #99EE2D;
    height: 46px;
    padding: 13px 27px;
}
.pabaseballfantasy_games__arrow-right {
    position: relative;
    right: 1px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 46px solid transparent;
    border-left: 20px solid #99EE2D;
}
.pabaseballfantasy_tournaments {
    margin-bottom: 30px;
}
.pabaseballfantasy_tournaments__title {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pabaseballfantasy_tournaments__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pabaseballfantasy_tournaments__images {
    width: 472px;
    height: 354px;
    background: url("../pabaseballfantasy_img/pabaseballfantasy-tournaments-background.webp") no-repeat center;
}
.pabaseballfantasy_tournaments__content {
    max-width: 601px;
    width: 100%;
}
.pabaseballfantasy_tournaments__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-left: 0;
    list-style: none;
}
.pabaseballfantasy_tournaments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.pabaseballfantasy_tournaments__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pabaseballfantasy_tournaments__arrow-left {
    position: relative;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 46px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #99EE2D;
}
.pabaseballfantasy_tournaments__item-content {
    height: 46px;
    padding: 10px 20px;
    background: #99EE2D;
    color: #FFF;
    text-align: center;
    font-family: poppins-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.pabaseballfantasy_tournaments__arrow-right {
    position: relative;
    right: 1px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 46px solid transparent;
    border-left: 20px solid #99EE2D;
}
.pabaseballfantasy_tournaments__text{
    color: #FFF;
    font-family: poppins-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
.pabaseballfantasy_about {
    margin-bottom: 30px;
}
.pabaseballfantasy_about__title {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pabaseballfantasy_about__text {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; 
    opacity: 0.55;
}
.pabaseballfantasy_info {
    margin-bottom: 30px;
}
.pabaseballfantasy_info__items {
    padding-left: 0;
    list-style: none;
    padding: 30px;
    background: #0D0026;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}
.pabaseballfantasy_info__item {
    max-width: 540px;
    width: 100%;
}
.pabaseballfantasy_info__title {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 14px;
}
.pabaseballfantasy_info__text {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.pabaseballfantasy_faq {
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.pabaseballfantasy_faq__title {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.pabaseballfantasy_faq__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pabaseballfantasy_faq__image {
    width: 396px;
    height: 440px;
    background: url("../pabaseballfantasy_img/pabaseballfantasy-faq-background.webp") no-repeat center;
}
.pabaseballfantasy_contact {
    margin-bottom: 30px;
}
.pabaseballfantasy_contact__wrap {
    padding: 30px 120px;
    background: url("../pabaseballfantasy_img/pabaseballfantasy-header-background.webp") no-repeat center;
    background-size: cover;
}
.pabaseballfantasy_contact__content {
    max-width: 624px;
    width: 100%;
    margin: 0 auto;
}
.pabaseballfantasy_contact__title {
    color: #FFF;
    font-family: poppins-bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.pabaseballfantasy_contact__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}
.pabaseballfantasy_contacts__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.pabaseballfantasy_contacts__input {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    background: transparent;
    border: none;
    padding-bottom: 30px;
    border-bottom: 5px solid #99EE2D;
    width: 100%;
    margin-bottom: 24px;
}
.pabaseballfantasy_contacts__input::-webkit-input-placeholder{
    color: #FFF;
}
.pabaseballfantasy_contacts__input::-moz-placeholder{
    color: #FFF;
}
.pabaseballfantasy_contacts__input:-ms-input-placeholder{
    color: #FFF;
}
.pabaseballfantasy_contacts__input::-ms-input-placeholder{
    color: #FFF;
}
.pabaseballfantasy_contacts__input::placeholder{
    color: #FFF;
}
.pabaseballfantasy_contacts__messages {
    display: none;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.pabaseballfantasy_contacts__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    border: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.pabaseballfantasy_contacts__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.pabaseballfantasy_contact__arrow-left {
    position: relative;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 46px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 20px solid #99EE2D;
}
.pabaseballfantasy_contact__item-content {
    color: #111;
    font-family: poppins-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    background: #99EE2D;
    height: 46px;
    padding: 13px 27px;
    width: 178px;
}
.pabaseballfantasy_contact__arrow-right {
    position: relative;
    right: 1px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 46px solid transparent;
    border-left: 20px solid #99EE2D;
}
.pabaseballfantasy_footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #0D0026;
}
.pabaseballfantasy_footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}
.pabaseballfantasy_footer__item {
    max-width: 585px;
    width: 100%;
}
.pabaseballfantasy_footer__text {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.pabaseballfantasy_footer__info {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.pabaseballfantasy_footer__info:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.pabaseballfantasy_footer__networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-left: 0;
    list-style: none;
    padding-top: 20px;
    margin-bottom: 50px;
}
.pabaseballfantasy_footer__network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 33px;
}
.footer__network_1{
    background: url("../pabaseballfantasy_img/pabaseballfantasy-footer-icon-instagram.webp") no-repeat center;
}
.footer__network_2{
    background: url("../pabaseballfantasy_img/pabaseballfantasy-footer-icon-tg.webp") no-repeat center;
}
.pabaseballfantasy_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 51px;
}
.pabaseballfantasy_footer__age {
    width: 50px;
    height: 24px;
    background: url("../pabaseballfantasy_img/pabaseballfantasy-footer-icon-age.webp") no-repeat center;
}
.pabaseballfantasy_footer__link {
    color: #99EE2D;
    font-family: poppins-bold;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.pabaseballfantasy_footer__link:hover {
    color: #FFF;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}
.pabaseballfantasy_footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
.pabaseballfantasy_footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.pabaseballfantasy_footer__phone::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 21px;
    height: 21px;
    background: url("../pabaseballfantasy_img/pabaseballfantasy-footer-icon-phone.webp") no-repeat center;
}
.pabaseballfantasy_footer__messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
}

.pabaseballfantasy_footer__messages::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 28px;
    height: 21px;
    background: url("../pabaseballfantasy_img/pabaseballfantasy-footer-icon-message.webp") no-repeat center;
}

.pabaseballfantasy_footer__phone:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.pabaseballfantasy_footer__messages:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion {
    max-width: 736px;
    width: 100%;
    padding-left: 0;
    list-style: none;
}

.accordion__item {
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #567082;
    padding: 24px;
}

.pabaseballfantasy_faq__arrow {
    position: absolute;
    right: 0;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../pabaseballfantasy_img/pabaseballfantasy-faq-icon-plus.webp);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__arrow_rotated {
    background-image: url(../pabaseballfantasy_img/pabaseballfantasy-faq-icon-minus.webp);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__header {
    position: relative;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.accordion__header::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion__text {
    max-width: 100%;
    margin-bottom: 0px;
}

.accordion__content {
    color: #CFC9D4;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}


.terms__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content__title,
.info__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px
}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px
}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px
}

.desc__top {
    padding-top: 140px;
    padding-bottom: 50px
}

.games__img_mobile{
    display: none;
}

@media (max-width: 1199px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .pabaseballfantasy_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .pabaseballfantasy_header__links {
        display: none
    }

    .pabaseballfantasy_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .pabaseballfantasy_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .pabaseballfantasy_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .pabaseballfantasy_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px
    }

    .pabaseballfantasy_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        background: #130037;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 83px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pabaseballfantasy_header__block{
        max-width: 68vw;
    }

    .item-content {
        background: #99EE2D;
        height: 46px;
        padding: 13px 4px;
    }

    .arrow-left{
        left: 0;
    }

    .arrow-right{
        right: 0;
    }

    .pabaseballfantasy_games__arrow-left{
        left: 0;
    }

    .pabaseballfantasy_games__arrow-right{
        right: 0;
    }

    .pabaseballfantasy_tournaments__arrow-left{
        left: 0;
    }

    .pabaseballfantasy_tournaments__arrow-right{
        right: 0;
    }

    .pabaseballfantasy_tournaments__content{
        max-width: 45vw;
    }

    .accordion{
        max-width: 55vw;
    }
}
@media (max-width: 991px) {
    .pabaseballfantasy_header__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .pabaseballfantasy_header__image{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 169px;
        background-size: 169px;
        height: 216px;
    }

    .pabaseballfantasy_header{
        padding-bottom: 40px;
    }

    .pabaseballfantasy_header__box{
        padding-top: 40px;
    }

    .pabaseballfantasy_header__block{
        max-width: 100%;
    }

    .pabaseballfantasy_header__items{
        max-width: 575px;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .item-content{
        width: 100%;
    }

    .pabaseballfantasy_header__title{
        font-size: 35px;
        text-align: center;
    }

    .pabaseballfantasy_tournaments__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .pabaseballfantasy_tournaments__content{
        max-width: 100%;
    }

    .pabaseballfantasy_tournaments__title{
        text-align: center;
    }

    .pabaseballfantasy_games__title{
        text-align: center;
    }

    .pabaseballfantasy_info__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 28px;
    }
    .pabaseballfantasy_info__item{
        max-width: 100%;
    }

    .pabaseballfantasy_faq__title{
        text-align: center;
    }

    .pabaseballfantasy_faq__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .pabaseballfantasy_faq__image{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .accordion{
        max-width: 100%;
    }

    .pabaseballfantasy_contact__title{
        text-align: center;
    }

    .pabaseballfantasy_footer__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .pabaseballfantasy_footer__networks{
        margin-bottom: 20px;
    }

    .pabaseballfantasy_footer__item{
        max-width: 100%;
    }

    .pabaseballfantasy_footer__item:nth-child(1){
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}
@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .pabaseballfantasy_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .pabaseballfantasy_tournaments__images {
        width: 300px;
        height: 225px;
        background: url(../pabaseballfantasy_img/pabaseballfantasy-tournaments-background.webp) no-repeat center;
        background-size: 300px
    }

    .pabaseballfantasy_faq__image {
        width: 300px;
        height: 335px;
        background: url(../pabaseballfantasy_img/pabaseballfantasy-faq-background.webp) no-repeat center;
        background-size: 300px
    }

    .pabaseballfantasy_contact__wrap{
        padding: 20px;
    }

    .pabaseballfantasy_header {
        background: url(../pabaseballfantasy_img/pabaseballfantasy-header-background-mob.webp) no-repeat center;
        background-size: cover;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .pabaseballfantasy_header__box {
        padding-top: 10px;
    }

    .pabaseballfantasy_header__title{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .pabaseballfantasy_header__logo{
        max-width: 259px;
    }

    .menu{
        top: 64px;
    }

    .pabaseballfantasy_header__items{
        padding-bottom: 10px;
    }

    .pabaseballfantasy_tournaments__title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .pabaseballfantasy_tournaments__text{
        font-size: 16px;
    }

    .pabaseballfantasy_tournaments{
        margin-bottom: 20px;
    }

    .pabaseballfantasy_about__title{
        margin-bottom: 10px;
        text-align: center;
        font-size: 20px;
    }

    .pabaseballfantasy_about__text{
        font-size: 14px;
        text-align: center;
    }

    .pabaseballfantasy_about{
        margin-bottom: 20px;
    }

    .pabaseballfantasy_info__title{
        text-align: center;
        font-size: 16px;
    }

    .pabaseballfantasy_info__text{
        font-size: 14px;
        text-align: center;
    }

    .pabaseballfantasy_info{
        margin-bottom: 20px;
    }

    .pabaseballfantasy_faq__title{
        margin-bottom: 10px;
        font-size: 20px;
    }

    .accordion__item{
        margin-bottom: 10px;
    }

    .pabaseballfantasy_faq{
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .pabaseballfantasy_contact__title{
        font-size: 20px;
        margin-bottom: 8px;
    }

    .pabaseballfantasy_contact__subtitle{
        font-size: 16px;
    }

    .pabaseballfantasy_contact__item-content{
        width: 100%;
    }

    .pabaseballfantasy_contacts__btn{
        width: 100%;
    }

    .pabaseballfantasy_footer__links{
        gap: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .pabaseballfantasy_contact{
        margin-bottom: 20px;
    }

    .pabaseballfantasy_tournaments__items{
        gap: 10px;
    }

    .item-content {
        background: #99EE2D;
        height: 33px;
        padding: 7px 4px;
    }

    .arrow-left {
        border-top: 33px solid transparent;
    }

    .arrow-right {
        border-bottom: 33px solid transparent;
    }

    .pabaseballfantasy_games__content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 214px;
        width: 100%;
    }

    .pabaseballfantasy_games__item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        min-height: auto;
    }

    .games__img_desctop{
        display: none;
    }

    .games__img_mobile{
        display: block;
    }

    .pabaseballfantasy_games__img{
        margin-bottom: 0;
    }

    .pabaseballfantasy_games__items{
        gap: 10px;
    }

    .pabaseballfantasy_games__name{
        height: 104px;
    }

    .pabaseballfantasy_games__item-content{
        height: 33px;
        padding: 7px 15px;
    }

    .pabaseballfantasy_games__arrow-left{
        border-top: 33px solid transparent;
    }

    .pabaseballfantasy_games__arrow-right{
        border-bottom: 33px solid transparent;
    }

    .pabaseballfantasy_games__title{
        margin-bottom: 10px;
        font-size: 20px;
    }

    .pabaseballfantasy_games__item{
        max-width: 328px;
    }
}