.std-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
    .std-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .std-container {
        max-width: 100%;
    }
}


@media (min-width: 1024px) {
    .std-container {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    .std-container {
        max-width: 1180px;
    }
}


@media (min-width: 1440px) {
    .std-container {
        max-width: 1300px;
    }
}



@font-face {
    font-family: "Spartan";
    src: url(/wp-content/themes/rocket/inc/fonts/Spartan-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Spartan";
    src: url(/wp-content/themes/rocket/inc/fonts/Spartan-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Spartan";
    src: url(/wp-content/themes/rocket/inc/fonts/Spartan-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: "Spartan";
    src: url(/wp-content/themes/rocket/inc/fonts/Spartan-Bold.ttf);
    font-weight: 700;
}

html,
body {
    background: #191C23;
    overflow-x: hidden;
}

body a,
a {
    text-decoration: none;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

body,
p,
body .text,
.text {
    font-family: "Spartan", sans-serif;
    color: #F3F3F5;
    font-weight: 400;
}

body .medium-text,
p.medium-text,
.medium-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
}

body .small-text,
.small-text p,
p.small-text,
.small-text,
.small-text {
    font-size: 14px;
    line-height: 38%;
}

ul {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

.dark-text
{
    color: #200000;
}

.text-yellow {
    color: #FFCF32;


}

body .h3,
h3 {
    font-weight: 600;
    line-height: 200%;
    font-size: 24px;
}

body .h1,
h1,
body .h2,
h2 {
    text-transform: uppercase;
}

body .h4,
h4,
body .h5,
h5 {
    font-size: 20px;
    line-height: 180%;
}

body .h1,
h1,
body .h2,
h2,
body .h3,
h3,
body .h4,
h4,
body .h5,
h5,
body .h6,
h6 {
    margin-top: 0;
}

.back-yellow {
    background: linear-gradient(180deg, #FFCF32 0%, #EAB13E 100%);
}

.back-grey {
    background: #272B34;

}

.back-black {
    background: #13161E;
}

.std-radius {
    border-radius: 20px;
}

.mb-title {
    margin-bottom: 20px;
}


img {
    width: 100%;
}

.border-yellow {
    border: 1px solid #FFCF32;
}

.button {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.gold-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: fit-content;
    padding: 16px 40px;
    background: linear-gradient(180deg, #FFCF32 0%, #EAB13E 100%);
    border-radius: 8px;
    color: #200000;
    font-size: 20px;
    line-height: 1.6;
    text-decoration: none;
    font-weight: 600;
    min-width: 240px;
    transition: all ease 0.7s;
}

.gold-button:active,
.gold-button:focus,
.gold-button:target,
.gold-button:hover,
.gold-button:visited,
.header__menu li a:target,
.header__menu li a:active,
.header__menu li a:focus,
.header__menu li a:hover,
.header__menu li a:visited,
.header__item-create:hover,
.header__item-create:active,
.header__item-create:focus,
.header__item-create:target,
.header__item-create:visited{
    border: 0;
    outline: 0;
    text-decoration: none;
    color: #200000;
}

.header__menu li a:target,
.header__menu li a:active,
.header__menu li a:focus,
.header__menu li a:hover,
.header__menu li a:visited {
    color: #FFCF32;
}

.gold-button:hover,
.reviews__button:hover,
.choice__button:hover{
    background: linear-gradient(180deg, #00ff8c 0%, #277136 100%);
    color: #200000;
}

.button.back-black.border-yellow:hover {
    background: linear-gradient(180deg, #FFCF32 0%, #EAB13E 100%);
    color: #13161E;
    border: 1px solid #13161E;
}

.header__menu li a {
    border-bottom: 1px solid transparent;
}

.header__menu li a:hover {
    color: #FFCF32;
    border-bottom: 1px solid #FFCF32;
}

p.without-margin {
    margin: 0;
}

.pll-parent-menu-item {
    position: relative;
}

body .header__menu li.pll-parent-menu-item a{
    color: white;
}

body .header__menu li.pll-parent-menu-item > a{
    display: flex;
    align-items: center;
    gap: 2px;
}

body .header__menu li.pll-parent-menu-item > a::after{
    content: '>';
    font-size: 12px;
    display: block;
    transform: rotate(90deg);
    transition: all ease 0.3s;
}

body .header__menu li.pll-parent-menu-item:hover > a::after{
    transform: rotate(-90deg);
    transition: all ease 0.3s;
}

body .header__menu .sub-menu {
    display: none;
    flex-direction: column;
    gap: 2px;
    position: absolute;
    left: -10px;
    margin: 0;
    background: #13161E;
    padding: 10px;
}

.header__menu li:hover > .sub-menu {
    display: flex;
    
}

@media (min-width: 1024px) {
    .std-mb {
        margin-bottom: 60px;
    }

    body .h1,
    h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 120%;
    }

    body .header__menu {
        flex-basis: 450px;
    }

    body .h2,
    h2 {
        font-weight: 500;
        font-size: 32px;
        line-height: 175%;
    }

    body,
    p,
    body .text,
    .text {
        font-size: 16px;
        line-height: 200%;
    }


    .button {
        max-width: fit-content;
        padding: 23px 40px;
    }

    .desktop-none {
        display: none;
    }
}

@media screen and (max-width: 1023.99px) {
    .std-mb {
        margin-bottom: 40px;
    }

    body .h1,
    h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 136%;
    }

    body .h2,
    h2 {
        font-weight: 600;
        font-size: 25px;
        line-height: 128%;
    }

    body,
    p,
    body .text,
    .text {
        font-size: 14px;
        line-height: 229%;
    }


    body .small-text,
    p .small-text,
    .small-text {
        font-weight: 500;
    }


    .mobile-none {
        display: none;
    }

    .sub-menu {
        display: none;
    }

    .sub-menu-opened .sub-menu {
        display: flex;
        flex-direction: column;
    }

    .header__menu-mobile .sub-menu li {
        margin-bottom: 0px;
    }

    .header__menu-mobile .sub-menu li a, body .header__menu-mobile a{
        color: white;
    }

    body .header__menu-mobile li.pll-parent-menu-item > a{
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: flex-end;
    }

body .header__menu-mobile li.pll-parent-menu-item > a::after{
    content: '>';
    font-size: 12px;
    display: block;
    transform: rotate(90deg);
    transition: all ease 0.3s;
}

body .header__menu-mobile li.pll-parent-menu-item.sub-menu-opened:hover > a::after{
    transform: rotate(-90deg);
    transition: all ease 0.3s;
}
}