.button,
.button a,
.confirm-btn,
body {
    font-family: 'Power Grotesk'
}

body,
html {
    overflow-x: hidden
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

@font-face {
    font-family: 'Power Grotesk';
    src: url('../../fonts/PowerGrotesk-Regular.ttf');
    font-display: swap
}

@font-face {
    font-family: 'Power Grotesk Light';
    src: url('../../fonts/PowerGrotesk-UltraLight.ttf');
    font-display: swap
}

@font-face {
    font-family: 'Plus Jakarta Sans', sans-serif;
    src: url('../../fonts/PlusJakartaSans-Regular.ttf');
    font-display: swap
}

a {
    text-decoration: none;
    color: unset
}

.hidden {
    display: none !important
}

body {
    position: relative
}

#bar-chart,
#bar-double-chart,
#bar-horizontal-chart,
#bar-pie-chart {
    scale: 1.5
}

.header-nav-container {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 6
}

.header-nav {
    padding: 2.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.burger-btn {
    cursor: pointer;
    z-index: 5
}

.burger-menu {
    position: absolute;
    top: 0;
    margin: 1.215rem;
    width: calc(100% - 2.43rem);
    padding: 7rem 0 4rem 6rem;
    font-size: 2rem;
    background-color: #00ffe2;
    z-index: 4;
    display: none
}

.burger-menu-logo img {
    max-width: 300px;
    width: 100%;
    padding: 1rem;
    background-color: #3401d5;
}

.dimmer,
.more-btn:hover,
.reg-btn:hover {
    background-color: #3401d5
}

.burger-btn img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 2px 5px 0 #0003
}

.WCAG-logo-picture-container img,
.dimmer,
.start-video,
.story img {
    width: 100%
}

.right-side-nav,
.top-slide-img-container_3 div {
    display: flex;
    align-items: center
}

.burger-item {
    margin-bottom: 1.5rem
}

.burger-menu :nth-child(6) {
    margin-bottom: 3rem
}

.start-section,
.start-section-WCAG {
    position: relative;
    overflow: hidden;
    margin: 1.25rem;
    border-radius: 35px
}

.start-section-video-container {
    position: relative;
    display: flex;
    justify-content: center
}

.dimmer,
.start-section-WCAG-text-container,
.start-section-text-container {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0
}

.dimmer {
    opacity: .3;
    z-index: 0;
    border-radius: 35px
}

.start-section-text-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s linear
}

.start-section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.start-section-text h1 {
    margin: 1.5rem 0;
    font-size: 1rem;
    font-weight: 100
}

.big-logo-picture img {
    width: 303px
}

.start-section-buttons {
    margin-top: 1rem;
    text-align: center
}

.more-btn,
.reg-btn {
    width: 204px;
    margin: 0 .5rem;
    box-shadow: 1px 2px 5px 0 #0003;
    color: #3401d5
}

button {
    border: none;
    cursor: pointer
}

.button {
    font-size: 1rem;
    padding: .75rem 1.8rem;
    border-radius: 25px
}

.reg-btn {
    padding: .75rem 1.5rem;
    background-color: #00ffe2
}

.reg-btn:hover {
    color: #00ffe2
}

.more-btn {
    background-color: #e9f900
}

.more-btn:hover {
    color: #e9f900
}

.HIW-card span,
.WCAG-body .comunity-img,
/* .WCAG-body .start-section, */
.profile-btn-mobile,
.start-section-WCAG {
    display: none
}

.start-section-WCAG-text-container {
    z-index: 2;
    width: 100%;
    padding: 10% 15% 0
}

.WCAG-logo-picture img {
    max-width: 245px;
    width: 100%
}

.WCAG-text-description {
    margin-top: .75rem;
    position: relative;
    font-weight: 400;
    font-size: 2rem;
    color: #00ffe2;
    z-index: 2
}

.WCAG-text-description strong {
    display: inline-block;
    background-color: #3401d5;
    padding: 3px .5rem
}

.WCAG-text-details {
    position: relative;
    margin-top: .5rem;
    font-family: 'Power Grotesk Light';
    font-size: 1.4rem;
    font-weight: 100;
    color: #fff;
    z-index: 2
}

.WCAG-text-details strong {
    padding: 3px .5rem;
    color: #3401d5;
    background-color: #00ffe2
}

.WCAG-text-input {
    position: relative;
    width: 60%;
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid #fff;
    overflow: hidden;
    z-index: 2
}

.WCAG-text-input input {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    border: none;
    padding-left: 2rem;
    z-index: 2
}

.WCAG-text-input input:focus {
    outline: 0
}

.WCAG-text-input label {
    font-size: 0
}

.WCAG-text-input ::-webkit-input-placeholder {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #000
}

.input-btn {
    background-color: #e9f900 !important;
    font-size: 1.125rem;
    color: #3401d5;
    padding: 1rem 2rem;
    border-radius: 30px
}

.nav-item-a,
.nav-item-profile {
    font-size: 1.25rem;
    color: #3401d5
}

.nav-item-profile,
.profile-btn-mobile {
    border-radius: 50%;
    box-shadow: 1px 2px 5px 0 #0003;
    cursor: pointer
}

.WCAG-body .story .story-subtitle,
.input-btn a {
    font-family: 'Power Grotesk';
    font-weight: 700
}

.WCAG-logo-picture-container {
    width: 100%;
    position: relative;
    display: flex
}

.WCAG-logo-picture-container picture {
    width: 100%;
    display: flex
}

.button,
.input-btn,
.nav-item-a,
.top-slide p {
    font-weight: 400
}

.nav-item-profile,
.top-slide-img-container_3 :first-child .percent-block,
.top-slide-img-container_4 :first-child .percent-block {
    background-color: #e9f900
}

.nav-item-a {
    text-shadow: 0 0 5px #fff;
    cursor: pointer
}

.nav-item-profile {
    margin-left: .75rem;
    padding: .5rem .75rem;
    height: 40px;
    z-index: 3;
    font-weight: 700
}

.log-in-btn,
.sing-in-btn {
    margin-left: 1.5rem;
    box-shadow: 1px 2px 5px 0 #0003
}

.log-in-btn {
    color: #3401d5;
    background-color: #00ffe2;
    cursor: pointer;
    z-index: 3
}

.FAQ-cards-container .card,
.HIW-card svg,
.blog-banner .slick-dots .slick-active button,
.join-us-banner,
.right-side-nav-extend,
.sing-in-btn,
.text-section,
.top-slide {
    background-color: #3401d5
}

.logo-container {
    z-index: 2;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.logo-container p {
    margin-block: 1.5rem;
    opacity: 0
}

.sing-in-btn {
    color: #00ffe2;
    z-index: 3
}

.text-section {
    position: relative;
    color: #fff;
    margin-top: 5rem;
    overflow: hidden;
    z-index: 1;
    padding-block: 2rem
}

.text-description {
    padding: 1rem 10%;
    color: #fff
}

.text-section p {
    color: #00ffe2;
    padding: 1rem;
    padding-inline: 1rem;
    padding-block: 0.4rem;
    font-size: 1rem
}

.text-section h2 {
    font-size: 1.25rem
}

.right-side-nav-extend {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    z-index: 10
}

.right-side-nav-extend img {
    max-width: 200px;
    margin-bottom: 2rem
}

.profile-btn-mobile {
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 2
}

.a-container .nav-item-a,
.h1-white,
a.second-slide .button {
    color: #fff
}

.right-side-nav-extend .nav-item-a {
    text-shadow: unset
}

.WCAG-body .burger-btn img,
.right-side-nav-extend .log-in-btn,
.right-side-nav-extend .nav-item-profile {
    box-shadow: unset
}

.right-side-nav-extend .buttons-container {
    display: flex;
    justify-content: space-between
}

.right-side-nav-extend .button {
    font-weight: 600;
    width: 15rem;
    text-align: center;
    cursor: pointer;
    margin-left: 0
}

.right-side-nav-extend .sing-in-btn {
    margin-left: 1rem;
    color: #3401d5;
    background-color: #fff;
    box-shadow: unset
}

.info-page .article-text h3,
.right-side-nav-extend .a-container {
    margin-top: 2rem
}

#FAQ,
#HIW,
#detail,
#form,
#second-slides,
#stories,
#text,
#reviews {
    height: 7rem;
    margin-top: -7rem;
    z-index: 0
}

#reviews {
    height: 4rem;
    margin-top: 4rem
}

#stories {
    height: 1rem;
    margin-top: -1rem
}

.stories-section-logo {
    width: 80px
}

.section-title {
    color: #3401d5;
    font-size: 2.5rem;
    margin-top: 3rem;
    text-align: center
}

.NIE-percents,
.TAK-percents {
    font-size: 2rem;
    position: relative;
    z-index: 2
}

.second-slides-section {
    overflow: hidden;
    margin-top: 4rem;
    z-index: 2;
    padding-inline: 10%
}

.second-slides-section picture {
    width: 100%;
    height: 100%
}

.second-slides-div {
    height: 180px;
    width: 300px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    margin: .5rem;
    cursor: pointer
}

.top-slide-img-container_3 .percent-block,
.top-slide-img-container_4 .percent-block {
    min-width: 70px !important;
    background-color: #00ffe2;
    border-radius: 10px;
    padding: .5rem 1rem;
    margin-top: 1rem
}

.second-slides-section img {
    height: 100%
}

.second-slides-div-empik img {
    height: 109%
}

.second-slides-div-steam img {
    height: 115%
}

.second-slides-div-paysafecard img,
.second-slides-div-play img {
    height: 107%
}

.top-slides-section {
    left: 20%;
    overflow: hidden;
    margin-top: 4rem;
    margin-left: 1.5rem;
    display: flex;
    justify-content: center;
    transition: left 1s linear;
    z-index: 2
}

.top-slide {
    max-width: 680px;
    height: 600px;
    padding: 2.5rem;
    border-radius: 35px
}

.top-slide-last {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between
}

.info-page .article-text h2,
.top-slide-img-container {
    margin-top: 3rem
}

/* .WCAG-body .start-section-WCAG, */

.banner picture,
.top-slide-img-container_1 {
    display: flex
}

.TAK-percents {
    display: flex;
    color: #00ffe2;
    text-align: right;
    flex: 1;
    align-self: flex-end
}

.NIE-percents p,
.TAK-percents p {
    margin-left: 5px;
    display: inline;
    color: #fff
}

.percents-circles {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 320px;
    height: 320px;
    transform: scale(1.5)
}

.NIE-percents {
    display: flex;
    color: #e9f900;
    text-align: left;
    flex: 1;
    align-self: flex-start
}

.top-slide-img-container_2 {
    width: fit-content;
    margin: 3rem auto 0
}

.top-slide-img-container_2 span {
    display: block;
    color: #00ffe2;
    font-size: 4rem
}

.top-slide-img-container_2 strong {
    color: #fff;
    font-size: 10rem;
    line-height: 125px
}

.top-slide-img-container_2 p {
    display: inline;
    font-size: 5rem;
    color: #fff
}

.top-slide h2 {
    font-size: 2rem;
    color: #00ffe2;
    margin-bottom: 2rem
}

.top-slide p {
    font-size: 1.125rem;
    position: relative;
    color: #fff;
    margin-bottom: .3rem;
    z-index: 2
}

.top-slide-img-container_3 {
    margin-top: 4rem
}

.top-slide-img-container_3 .percent-block {
    font-size: 2rem;
    color: #3401d5
}

.top-slide-img-container_3 p {
    display: inline;
    color: #fff;
    font-size: 1.5rem;
    margin-left: .5rem
}

.top-slide-img-container_4 p {
    color: #fff;
    text-align: center;
    font-size: 1.5rem
}

.blog-page .info-section .mail,
.form-info .mail,
.info-page .info-section .mail,
.top-slide-img-container_4 :first-child .percent-block {
    color: #e9f900
}

.top-slide-img-container_4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.top-slide-img-container_4 div {
    width: 90%
}

.top-slide-img-container_4 .percent-block {
    font-size: 2rem;
    color: #00ffe2
}

.HIW-section {
    margin-top: 6rem;
    color: #3401d5
}

.HIW-section .section-title {
    margin: 0;
    padding: 4rem 0;
    color: #3401d5
}

.HIW-section .section-title h2 {
    font-size: 2.5rem;
    font-weight: 400
}

.HIW-cards-container {
    position: relative;
    right: 100%;
    display: flex;
    justify-content: center;
    padding: 0 10%;
    transition: right 1s linear;
    font-size: 1.5rem
}

.HIW-card {
    position: relative
}

.HIW-card img {
    width: 120%;
    transform: rotateZ(20deg);
    transition: 1s linear
}

.HIW-card svg {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 12%;
    align-items: center;
    justify-content: center;
    color: #00ffe2;
    border-radius: 50%;
    z-index: 2;
    display: none
}

.HIW-cards-container :nth-child(3) {
    position: relative;
    top: -10px
}

.HIW-cards-container :nth-child(2),
.HIW-cards-container :nth-child(4) {
    position: relative;
    top: 20px
}

.HIW-map {
    font-size: 1.5rem;
    text-align: center;
    padding: 4rem 10% 4rem 15%
}

.HIW-map img {
    margin: 0 1rem
}

.FAQ-section .section-title,
.stories-section .section-title {
    margin-top: 7rem
}

.stories-container {
    padding: 0 15%;
    margin-top: 5rem
}

.story {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.video-container {
    position: relative;
    margin: 2rem
}

.story video {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    transform: rotateZ(-4deg);
    border-radius: 35px
}

.video2-container img {
    transform: rotateZ(10deg)
}

.video2-container video {
    transform: scaleX(-1) rotateZ(-4deg)
}

.story-description {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.top-slide-text-container {
    margin-bottom: 0.5rem;
}

.story-description strong {
    font-size: 1.875rem;
    color: #3401d5;
    background-color: #00ffe2;
    width: fit-content;
    padding: .25rem 1rem
}

.story-description .story-subtitle {
    font-family: 'Power Grotesk Light';
    color: #3401d5;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.125rem
}

.FAQ-cards-container .FAQ-card-text,
.details-text .h4-5,
.info-page .article-text,
.story-description .story-text {
    font-family: 'Plus Jakarta Sans', sans-serif
}

.story-description .story-text {
    font-weight: 400;
    margin-top: 1rem;
    font-size: 1rem;
    text-align: justify
}

.blog-banner {
    margin-top: calc(5rem - 50px);
    padding: 0 10%
}

.blog-banner .slick-list {
    padding-top: 50px;
    overflow: hidden
}

.blog-banner a {
    position: relative;
    height: 550px;
    background-image: url('../img/banner_photo.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-radius: 25px
}

a.second-slide {
    background-image: url('../img/banner_photo2.webp')
}

.banner-text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 5%;
    color: #3401d5;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, #e9f900, transparent);
    border-radius: 25px
}

a.second-slide .banner-text-container {
    background: linear-gradient(to right, #00ffe2, transparent)
}

.banner-text-container strong {
    font-size: 3rem
}

.banner-text-container h3 {
    margin-top: 1rem;
    font-size: 1.475rem;
    font-weight: 100
}

.banner-text-container .button {
    width: 205px;
    margin-top: 2rem;
    background-color: #3401d5;
    color: #e9f900;
    text-align: center;
}

.blog-banner img {
    position: absolute;
    right: 10%;
    top: -10%;
    z-index: 10000
}

.blog-banner .slick-dots {
    margin-top: 2rem;
    display: flex;
    justify-content: center
}

.blog-banner .slick-dots li {
    list-style-type: none
}

.blog-banner .slick-dots button {
    margin: 0 5px;
    border-radius: 50%;
    border: none;
    width: 18px;
    height: 18px;
    font-size: 0;
    cursor: pointer;
    background-color: #f0f0f0
}

.join-us-banner {
    padding: 0 10%;
    margin-top: 7rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.join-us-banner .banner {
    display: flex;
    align-items: center;
    color: #00ffe2;
    font-size: 2.5rem
}

.FAQ-cards-container .card,
.form-section {
    justify-content: space-between;
    border-radius: 20px
}

.join-us-banner .WCAG-text-input {
    width: 50%
}

.FAQ-section {
    padding: 0 10%
}

.FAQ-cards-container {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 2rem;
    color: #00ffe2;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.details-section,
.form {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
}

.FAQ-cards-container .FAQ-card-text {
    color: #3401d5;
    margin-top: 1rem;
    font-weight: 400;
    padding-bottom: .5rem
}

.FAQ-cards-container .card {
    display: flex;
    padding: 2.5rem 1.5rem;
    margin: 1rem;
    cursor: pointer;
    z-index: 5
}

.FAQ-cards-container .card .card-question {
    color: #00ffe2;
    font-size: 1.25rem
}

.FAQ-cards-container .card img {
    margin-top: -1.5rem;
    margin-right: -.5rem;
    width: 20px;
    height: 20px
}

.details-section {
    position: relative;
    padding: 4rem 10% 5rem;
    display: grid;
    margin-top: 7rem;
    background-color: #3401d5;
    overflow: hidden
}

.comunity-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    opacity: .3
}

.details-logo-container {
    z-index: 5
}

.details-logo {
    max-width: 245px;
    max-height: 131px;
    grid-column: 1/span 2;
    grid-row: 1
}

.details-text {
    grid-column: 1;
    grid-row: 2;
    z-index: 5
}

.details-text .details-subtitle {
    color: #00ffe2;
    margin-top: 1.875rem
}

.details-text .h4-5 {
    margin-top: 2rem;
    font-weight: 400;
    color: #fff
}

.details-text .h4-5 li {
    list-style-type: none;
    margin-bottom: 1rem
}

.details-prices {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
    z-index: 5
}

.details-prices strong {
    color: #00ffe2;
    font-size: 3.125rem
}

.details-prices h2 {
    font-size: 1rem;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #fff
}

.details-prices .yellow {
    padding: 0 .5rem;
    color: #3401d5;
    display: inline-block;
    width: fit-content;
    background-color: #e9f900
}

.form-section {
    position: relative;
    margin: 7rem 10% 0;
    display: flex;
    color: #fff;
    background-color: #3401d5;
    overflow: hidden;
    z-index: 1
}

.form-info {
    padding: 6rem 5% 2rem
}

.form-text {
    margin-top: 2rem;
    font-size: .8rem;
    color: #3401d5
}

.form-info div {
    position: relative;
    bottom: -100%;
    transition: bottom .4s linear
}

.blog-page .info-section .tell,
.form-info .tell,
.info-page .info-section .tell {
    color: #00ffe2
}

.form-info h3,
.form-info h4 {
    font-family: 'Power Grotesk Light';
    font-weight: 400;
    position: relative
}

.form-info h4 {
    font-size: .875rem
}

.WCAG-body .HIW-card span,
.WCAG-body .HIW-map span,
.WCAG-body .details-prices h2,
.WCAG-body .details-subtitle,
.WCAG-body .form-section label,
.WCAG-body .section-title,
.WCAG-body .story .story-text,
.WCAG-form-section label,
.WCAG-body .reg-btn,
.WCAG-body .more-btn,
.form-info h3:first-of-type {
    font-weight: 700
}

.WCAG-body .reg-btn,
.WCAG-body .more-btn {
    text-transform: uppercase;
}

.WCAG-body .h1-white {
    padding: 5px;
    color: #3401d5;
    font-weight: 700;
    background-color: #e9f900;
}

.form-info img {
    position: absolute;
    top: -1500px;
    left: -800px;
    width: 140px;
    z-index: 100;
    transition: .4s linear
}

.form-inputs {
    position: relative;
    left: 100%;
    width: 70%;
    padding: 2rem 4rem;
    background-color: #00ffe2;
    border-radius: 19px;
    transition: left .5s linear
}

.form-inputs .section-title {
    margin: 0;
    text-align: unset
}

.form {
    margin-top: 2rem;
    display: grid
}

.form div {
    padding: 0 1rem
}

.form input,
.form textarea {
    margin-top: .5rem;
    display: block;
    width: 100%;
    border: none;
    padding: .7rem;
    border-radius: 20px
}

.form textarea {
    resize: none
}

.form label {
    padding-left: .5rem;
    font-weight: 400;
    color: #3401d5
}

.form div:last-of-type {
    height: 8rem;
    margin-top: 2rem;
    grid-column: 1/span 2;
    grid-row: 2
}

.confirm {
    color: #3401d5;
    display: flex;
    margin-top: 3rem;
    justify-content: space-between;
    align-items: center
}

.confirm-btn {
    background-color: #3401d5;
    color: #00ffe2;
    font-weight: 400;
    cursor: pointer;
    border: none
}

.flags-section {
    display: flex;
    justify-content: space-around;
    padding: 4rem 10%
}

.up-btn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 20
}

.WCAG-body .log-in-btn,
.WCAG-body .sing-in-btn {
    text-transform: uppercase;
    font-weight: 700
}

.WCAG-body .burger-btn {
    position: relative;
    top: -3px;
    background-color: #3401d5;
    display: flex;
    align-items: center;
    border-radius: 35px;
    padding-right: 1rem;
    box-shadow: 0 0 10px #fff
}

.WCAG-body .burger-btn picture {
    position: relative;
    display: flex
}

.WCAG-body .burger-btn::after {
    content: 'MENU';
    color: #00ffe2;
    font-size: 1.5rem;
    padding-left: .5rem
}

.WCAG-body .story strong {
    font-size: 1.9rem
}

.WCAG-body .join-us-banner .input-btn {
    text-transform: uppercase;
    background-color: #3401d5
}

.WCAG-body .FAQ-section .card {
    background-color: #00ffe2 !important
}

.WCAG-body .form-section .mail,
.WCAG-body .form-section .tell,
.info-page .article-text a {
    color: #3401d5
}

.WCAG-body .card-question {
    color: #3401d5 !important;
    font-weight: 700
}

.WCAG-body .FAQ-card-text {
    font-weight: 600 !important
}

.WCAG-body .FAQ-section .input-btn {
    background-color: #3401d5 !important
}

.WCAG-body .form-section .tell-strong {
    padding: 3px .5rem;
    background-color: #00ffe2;
    color: #3401d5
}

.WCAG-body .form-section .mail-strong {
    display: inline-block;
    margin-top: 1rem;
    padding: 3px .5rem;
    background-color: #e9f900;
    color: #3401d5
}

.WCAG-body .form-section label {
    font-size: 1rem
}

.blog-page .info-section,
.info-page .info-section {
    font-family: 'Power Grotesk Light';
    font-weight: 100;
    padding: 2rem;
    margin: 5rem 5% 0;
    background-color: #3401d5;
    color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.blog-page .info-section :nth-child(4),
.info-page .info-section :nth-child(4) {
    padding-top: 1rem
}

.blog-page .info-section .company-info,
.blog-page .info-section .contacts,
.info-page .info-section .company-info,
.info-page .info-section .contacts {
    font-size: 1.2rem;
    padding: .5rem
}

@media only screen and (max-width:800px) {

    .blog-page .info-section .company-info,
    .blog-page .info-section .contacts,
    .info-page .info-section .company-info,
    .info-page .info-section .contacts {
        margin-top: 3rem
    }

    .blog-page .flags-section,
    .info-page .flags-section {
        padding: 0
    }
}

.burger-button {
    display: flex;
    width: fit-content;
    background: #3401D5;
    padding: 1rem;
    border-radius: 30px;
    color: white;
    padding: 0.8rem 2rem;
}

.burger-button>img {
    margin-right: 1rem;
}