/* statistics row */
section.statistics-row {    background: #0F7AFF;
    padding: 26px 0 31px;
}
section.statistics-row .statistics-row-item {
    position: relative;
}
section.statistics-row .statistics-row-item:not(.item-6)::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 32px;
    background-color: rgba(255,255,255,.1);
    position: absolute;
    right: 0;
    top: 18px;
    
}
section.statistics-row .statistics-row-item .statistics-row-item-content {
    max-width: max-content;
    margin: 0 auto;
}
section.statistics-row .statistics-row-item .value {
    color: #FFF;
    font-family: Gilroy;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    margin: 0;
}
section.statistics-row .statistics-row-item .text {
    color: #FFF;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.8px;
    margin: 0;
}
/* END statistics row */



/* front-page-text-block-1 */
section.front-page-text-block-1 {
    background-color: #15181C;
    background-image: url('/wp-content/themes/main/images/front-page-text-block-bg.png');
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px 0 44px;
}
section.front-page-text-block-1 h2 {
    margin: 0 0 16px;
}
section.front-page-text-block-1 p.subtitle {
    text-align: center;
}
section.front-page-text-block-1 p.subtitle.subtitle-1 {
    margin: 0 auto 52px;
    max-width: 722px;
}
section.front-page-text-block-1 p.subtitle.subtitle-2 {
    margin: 0;
}
section.front-page-text-block-1 .img-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
section.front-page-text-block-1 img {
    display: block;
    margin: 0 auto 24px;
}
section.front-page-text-block-1 .text {
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}
/* END front-page-text-block-1 */



/* pricing-plans */
section.pricing-plans {
    background-color: #15181C;
    padding: 44px 0 64px;
}
section.pricing-plans h2 {
    margin: 0 0 16px;
}
section.pricing-plans .subtitle {
    max-width: 722px;
    margin: 0 auto 64px;
    text-align: center;
}
section.pricing-plans .pricing-block-slider {
    margin-bottom: 70px;
}
section.pricing-plans .pricing-block-slider .slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 100;
    top: unset;
    transform: unset;
    bottom: -72px;
}
section.pricing-plans .pricing-block-slider .slick-track {
    display: flex !important;
}
section.pricing-plans .pricing-block-slider .slick-prev {
    left: calc(50% - 510px);
    transform: translateX(-50%);
}
section.pricing-plans .pricing-block-slider .slick-next {
    right: calc(50% - 540px);
    transform: translateX(-50%);
}
section.pricing-plans .pricing-block-slider .slick-arrow::before {
    font-size: 30px;
    line-height: 30px;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item {
    padding: 15px 15px 25px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
    margin: 0 20px;
    border: 2px solid #fff;
    height: inherit !important;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item:hover {
    background: url('/wp-content/themes/main/images/pricing-plans-hover-bg.png'), linear-gradient(135deg, #16FFA1 0%, #03FF4C 100%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .plan-name {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 15px;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item:hover .plan-name {
    color: #15181C;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .plan-name span {
    color: #FFF;
    font-family: Gilroy;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 2px;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item:hover .plan-name span {
    color: #15181C;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .plan-name img {
    margin-right: 12px;
    width: 24px;
    height: 16px;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item:hover .plan-name img {
    filter: brightness(0%);
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .plan-cost {
    color: #FFF;
    font-family: Gilroy;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 2px;
    margin: 0;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item:hover .plan-cost {
    color: #15181C;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .plan-description {
    color: #FFF;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.8px;
    margin: 0 0 16px;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item:hover .plan-description {
    color: #15181C;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .call-to-action-btn {
    display: block;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    margin: 0 0 16px;
    transition: ease .25s all;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .call-to-action-btn:hover {
    text-decoration: none;
    transform: scale(1.02);
}
section.pricing-plans .pricing-block-slider .pricing-slider-item:hover .call-to-action-btn {
    background-color: #15181C;
    color: #fff;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .benefits-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .benefits-list li {
    display: block;
    color: #FFF;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-left: 36px;
    position: relative;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item:hover .benefits-list li {
    color: #15181C;
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .benefits-list li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/main/images/check-green.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
section.pricing-plans .pricing-block-slider .pricing-slider-item:hover .benefits-list li::before {
    background-image: url('/wp-content/themes/main/images/check-black.svg');
}
section.pricing-plans .pricing-block-slider .pricing-slider-item .benefits-list li:not(:last-child) {
    margin: 0 0 12px;
}
section.pricing-plans .pricing-block-slider .slick-dots {
    bottom: -65px;
}
section.pricing-plans .pricing-block-slider .slick-dots li,
section.pricing-plans .pricing-block-slider .slick-dots li button,
section.pricing-plans .pricing-block-slider .slick-dots li button:before {
    width: 120px;
    height: 4px;
}
section.pricing-plans .pricing-block-slider .slick-dots li {
    margin: 0;
}
section.pricing-plans .pricing-block-slider .slick-dots li button {

}
section.pricing-plans .pricing-block-slider .slick-dots li button:before {
    content: '';
    background: rgba(255, 255, 255, 0.10);
    transition: all ease .3s;
}
section.pricing-plans .pricing-block-slider .slick-dots li.slick-active button:before {
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
}
section.pricing-plans .pricing-block-slider .slick-dots li:first-child button:before {
    border-radius: 12px 0 0 12px;
}
section.pricing-plans .pricing-block-slider .slick-dots li:last-child button:before {
    border-radius: 0 12px 12px 0;
}
/* END pricing-plans */



/* feel-the-difference */
section.feel-the-difference {
    padding: 65px 0;
}
section.feel-the-difference h2 {
    margin: 0 0 16px;
}
section.feel-the-difference .subtitle {
    margin: 0 auto 48px;
    max-width: 722px;
    text-align: center;
}
section.feel-the-difference .feel-the-difference-table {
    width: 100%;
}
section.feel-the-difference .feel-the-difference-table .tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}
section.feel-the-difference .feel-the-difference-table .tr:nth-child(even) .td:first-child,
section.feel-the-difference .feel-the-difference-table .tr:nth-child(even) .td:last-child {
    background-color: #F5F8FB;
    border-radius: 8px;
}
section.feel-the-difference .feel-the-difference-table .tr .th:first-child,
section.feel-the-difference .feel-the-difference-table .tr .td:first-child {
    max-width: calc(100% - 270px);
    width: 100%;
}
section.feel-the-difference .feel-the-difference-table .tr .th:last-child,
section.feel-the-difference .feel-the-difference-table .tr .td:last-child {
    margin-left: 42px;
    max-width: 228px;
    width: 100%;
}
section.feel-the-difference .feel-the-difference-table .tr .th.bold-title {
    color: #2F3444;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
section.feel-the-difference .feel-the-difference-table .tr .th,
section.feel-the-difference .feel-the-difference-table .tr .td {
    color: #2F3444;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 14px 32px;
}
section.feel-the-difference .feel-the-difference-table .tr .th:not(:first-child),
section.feel-the-difference .feel-the-difference-table .tr .td:not(:first-child) {
    text-align: center;
}
section.feel-the-difference .feel-the-difference-table .tr .td img {
    display: block;
    margin: 0 auto;
}
/* END feel-the-difference */



/* expert-support */
section.expert-support {
    padding: 64px 0;
}
section.expert-support h2 {
    margin: 0 0 16px;
}
section.expert-support p.subtitle {
    max-width: 722px;
    margin: 0 auto 24px;
    text-align: center;
}
section.expert-support a.support-centre {
    display: block;
    max-width: max-content;
    margin: 0 auto 48px;
    color: #0F7AFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
}
section.expert-support .expert-support-content-block {

}
section.expert-support .expert-support-content-block .expert-support-content-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
section.expert-support .expert-support-content-block .expert-support-accordion-item:not(:last-child) {
    margin-bottom: 52px;
}
section.expert-support .expert-support-content-block .item-title {
    color: #2F3444;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    min-width: max-content;
    margin: 0;
}
section.expert-support .expert-support-content-block .line {
    display: inline-block;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #D9D9D9;
    margin: 0 34px 0 40px;
}
section.expert-support .expert-support-content-block .expert-support-item-body p {
    padding: 30px;
    margin: 0;
}
section.expert-support .expert-support-content-block .expert-support-accordion-item-header:not(.collapsed) .plus-img {
    display: none;
}
section.expert-support .expert-support-content-block .expert-support-accordion-item-header.collapsed .minus-img {
    display: none;
}
/* END expert-support */



/* bottom-text-block */
section.bottom-text-block {
    padding: 96px 0;
    background: 
        url('/wp-content/themes/main/images/bottom-text-block-bg-fade.png'), 
        url('/wp-content/themes/main/images/bottom-text-block-bg-img.png'), 
        linear-gradient(#e3dadb, #e2dada, #e1d8d9, #dfd7d7, #dcd4d5);
    background-repeat: no-repeat;
    background-position: 0 50%, calc(50% + 300px) 50%;
    background-size: 100% 100%, auto;
}
section.bottom-text-block h2 {
    text-align: left;
    margin: 0 0 20px;
}
section.bottom-text-block p.subtitle {
    max-width: 689px;
    text-align: left;
    margin: 0 0 48px;
}
section.bottom-text-block a {

}
section.bottom-text-block a.button {
    margin: 0 0 64px;
}
section.bottom-text-block .img-block {

}
section.bottom-text-block .img-block img:not(:last-child) {
    margin-right: 32px;
}
/* END bottom-text-block */

/* front-page-middle-text-block */
.front-page-middle-text-block {
    background-color: #1D1D1B;
    background-image: 
        url('/wp-content/themes/main/images/cards-image.png'), 
        url('/wp-content/themes/main/images/red-figure-bg.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 80px) 50%, 100% 0;
    background-size: contain, contain;
    padding: 160px 0 195px;
}
.front-page-middle-text-block h2 {
    text-align: left;
    margin: 0 0 48px;
}
.front-page-middle-text-block p {
    margin: 0 0 48px;
}
/* .front-page-middle-text-block .buttons-block {
    
} */
.front-page-middle-text-block .buttons-block a.button-red {
    margin: 0 40px 0 0;
}
/* END front-page-middle-text-block */

/* page about us */

section.page-about-us-top-block {
    padding: 256px 0 150px;
}

section.page-about-us-top-block h1,
section.page-about-us-top-block p.subtitle {
    text-align: center;
}

section.page-about-us-top-block h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 5px;
}

section.page-about-us-top-block p.subtitle {
    margin: 0;
}

section.page-about-us-block-1 {
    padding-top: 50px;
}

section.page-about-us-block-1 h2 {
    margin: 0 0 16px;
}

section.page-about-us-block-1 p.text {
    margin: 0 0 45px;
}

section.page-about-us-block-1 .btn-block a:first-child {
    margin-right: 40px;
}

section.page-about-us-block-2 {
    padding: 72px 0;
    background-color: #F4F8FB;
}

section.page-about-us-block-2 img {
    border-radius: 5px;
    margin: 0 0 48px;
    width: 100%;
}

/* END page about us */

/* page market overview */

.trading-category-page {
    overflow: hidden;
}

.trading-category-page h1 {
    margin: 0 0 42px;
}

.trading-category-page .subtitle {
    margin: 0 0 48px;   
}

.trading-category-page img {
    width: auto;
    max-width: initial;
    height: 500px;
    display: block;
    margin: 0 0 0 auto;
}

.trading-category-page .currency-stripe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 72px 0 32px;
    height: 88px;
}

.trading-category-page .currency-stripe-item {
    display: inline-block;
    max-width: calc(100% / 8 - 18px);
    width: 100%;
    margin: 0 9px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(32px);
    border: 2px solid rgba(255,255,255,.7);
    padding: 10px;
    height: 100%;
}
.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-meta {
    margin: 0;
    height: 14px;
    line-height: 14px;
}
.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-meta .cryptowp-coin-percent,
.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-meta .cryptowp-coin-symbol {
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
    vertical-align: top;
}
.trading-category-page .currency-stripe-item .coin-decrease .cryptowp-grid .cryptowp-coin-meta .cryptowp-coin-percent {
    color: #c87533 ;
}
.trading-category-page .currency-stripe-item .coin-increase .cryptowp-grid .cryptowp-coin-meta .cryptowp-coin-percent {
    color: #16FFA3;
}
.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-meta .cryptowp-coin-symbol {
    color: rgba(255,255,255,.5);
}
.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-price {
    color: #FFF;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.6px;
    margin: 0 0 8px !important;
}
.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-name {
    color: #FFF;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.6px;
    margin: 0;
    position: absolute;
    left: 32px;
    top: 10px;
}
.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-inner {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-inner .cryptowp-coin-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
}
.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-inner .cryptowp-coin-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
}
.trading-category-page .currency-stripe-item .cryptowp-grid .cryptowp-coin-inner .cryptowp-coin-stats {
    padding: 26px 0 0;
    width: 100%;
}

section.text-block-3 {
    background-color: #15181C;
    padding: 70px 0;
}

section.text-block-3 img {
    border-radius: 5px;
}

section.text-block-3 h2 {
    margin: 0 0 16px;
}

section.text-block-3 p {
    margin: 0 0 43px;
}

section.text-block-3 .btn-block a:first-child {
    margin: 0 40px 0 0;
}

section.section-exchange-table {
    margin: 64px 0;
}

section.section-exchange-table table {
    width: 100%;
}

section.section-exchange-table table td {
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.25%;
    letter-spacing: 0.8px;
    padding: 12px 32px;
}

section.section-exchange-table table td:first-child {
    border-radius: 8px 0 0 8px;
}

section.section-exchange-table table td:last-child {
    border-radius: 0 8px 8px 0;
}

section.section-exchange-table table tr {
    border-radius: 8px;
}
section.section-exchange-table table tbody tr:not(.active-page) {
    display: none !important;
}

section.section-exchange-table table tr:nth-child(even) {
    background: rgba(179, 179, 179, 0.05);
}

section.section-exchange-table table tr th {
    color: #BABABA;
    font-weight: 400;
    padding: 12px 32px;
}

section.section-exchange-table table .name-value .name {
    color: #1D1D1B;
    margin: 0 0 6px;
}

section.section-exchange-table table .name-value .name-full {
    color: #BABABA;
    margin: 0;
}

section.section-exchange-table table .buy-value {
    color: #1D1D1B;
}

section.section-exchange-table table .sell-value {
    color: #0F7AFF;
}

section.section-exchange-table table .spread-1-value {
    color: #c87533 ;
}

section.section-exchange-table table .spread-2-value.spread-plus {
    color: #16FFA3;
}
section.section-exchange-table table .spread-2-value.spread-minus {
    color: #c87533 ;
}
section.section-exchange-table table .spread-2-value.spread-zero {
    color: #1D1D1B;
}

section.section-exchange-table .menu-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 31px;
}

section.section-exchange-table .menu-items .menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

section.section-exchange-table .menu-items .menu-list li {
    display: inline-block;
    color: #c87533 ;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.25%;
    letter-spacing: 0.8px;
    cursor: pointer;
    border-radius: 24px;
    padding: 12px 20px;
    transition: all .3s ease;
}

section.section-exchange-table .menu-items .menu-list li.active,
section.section-exchange-table .menu-items .menu-list li:hover {
    color: #fff;
    background: #c87533 ;
}

section.section-exchange-table .pagination-block {
    padding: 16px 0 16px 32px;
}
section.section-exchange-table .pagination-block span {
    display: inline-block;
    color: #1D1D1B;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.8px;
    margin: 0 16px 0  0;
    cursor: pointer;
}
section.section-exchange-table .pagination-block span.active {
    color: #c87533 ;
}
/* section.section-exchange-table .menu-items .menu-list li:not(:last-child) {
    margin-right: 40px;
} */

section.section-exchange-table .menu-items select {
    padding: 12px 63px 12px 24px;
    appearance: none;
    border: none;
    background-color: #c87533 ;
    background-image: url('/wp-content/themes/main/images/chevron-down-white.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%;
    border-radius: 40px;
    color: #FFF;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.25%;
    letter-spacing: 0.8px;
}

section.section-exchange-table .menu-items select:focus {
    outline: none;
}

section.section-exchange-table .menu-items select option {
    background-color: #fff;
    color: #1D1D1B;
}

section.trading-platforms {
    background-color: #15181C;
    padding: 64px 0;
}

section.trading-platforms .h2-w {
    margin: 0 0 16px;
}

section.trading-platforms .subtitle.s-w {
    max-width: 722px;
    margin: 0 auto 40px;
    text-align: center;
}

section.trading-platforms .trading-platforms-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

section.trading-platforms .trading-platforms-block.top-block {
    margin-bottom: 24px;
}

section.trading-platforms .trading-platforms-block-item {
    max-width: calc(100% / 3 - 24px);
    margin: 0 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
    border: 2px solid rgba(255,255,255,.5);
    padding: 24px;
    transition: all .3s ease;
}

section.trading-platforms .trading-platforms-block-item .item-name {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 24px;
}

section.trading-platforms .trading-platforms-block-item .item-name img {
    margin-right: 12px;
    max-width: 32px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

section.trading-platforms .trading-platforms-block-item .item-name span {
    color: #FFF;
    font-family: Gilroy;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.6px;
}

section.trading-platforms .trading-platforms-block-item .text-content {
    color: #FFF;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.8px;
    margin: 0 0 24px
}

section.trading-platforms .trading-platforms-block-item .action-btn {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    color: #15181C;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.8px;
    text-align: center;
    transition: all .25s ease;
}

section.trading-platforms .trading-platforms-block-item .action-btn:hover {
    transform: scale(1.02);
    text-decoration: none;
}

section.trading-platforms .trading-platforms-block-item:hover {
    border: 2px solid rgba(236, 27, 46, .5);
}
    
section.trading-platforms .trading-platforms-block-item:hover .action-btn {
    color: #fff;
    background-color: #c87533 ;
}

section.gainers-and-losers {
    padding: 48px 0;
    background: linear-gradient(180deg, rgba(244, 248, 251, 0.00) 0%, #F4F8FB 100%);
}

section.gainers-and-losers .gainers-and-losers-toggler-row {
    display: none;
}

section.gainers-and-losers .gainers-and-losers-toggler-row .gainers-and-losers-toggler {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #F5F8FB;
    padding: 3px;
    border-radius: 8px;
    margin: 0 0 24px;
}

section.gainers-and-losers .gainers-and-losers-toggler-row .action-btn {
    display: inline-block;
    max-width: 50%;
    width: 100%;
    color: #BABABA;
    text-align: center;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.6px;
    padding: 7px 12px;
    border-radius: 5px;
    cursor: pointer;
}
section.gainers-and-losers .gainers-and-losers-toggler-row .action-btn.active {
    color: #fff;
    background-color: #c87533 ;
}
  
section.gainers-and-losers .h2-b {
    margin: 0 0 16px;
}

section.gainers-and-losers .subtitle {
    max-width: 722px;
    margin: 0 auto 40px;
    text-align: center;
}

section.gainers-and-losers .gainers-and-losers-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.05);
    padding: 12px 24px 12px 12px;
}

section.gainers-and-losers .gainers-and-losers-item:not(:last-child) {
    margin: 0 0 16px;
}

section.gainers-and-losers .gainers-and-losers-item img {
    margin-right: 16px;
}

section.gainers-and-losers .gainers-and-losers-item .left-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section.gainers-and-losers .gainers-and-losers-item .name {
    color: #1D1D1B;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.25%;
    letter-spacing: 0.8px;
    margin: 0 0 2px;
}

section.gainers-and-losers .gainers-and-losers-item .full-name {
    color: #BABABA;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.25%;
    letter-spacing: 0.8px;
    margin: 0;
}

section.gainers-and-losers .gainers-and-losers-item .percent {
    text-align: right;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.25%;
    letter-spacing: 0.8px;
}

section.gainers-and-losers .gainers-and-losers-item .percent.increase {
    color: #0F7AFF;
}

section.gainers-and-losers .gainers-and-losers-item .percent.decrease {
    color: #c87533 ;
}

section.market-news  {
    background: linear-gradient(180deg, rgba(244, 248, 251, 0.00) 0%, #F4F8FB 100%);
    padding: 64px 0;
    position: relative;
}

section.market-news .h2-b {
    margin: 0 0 16px;
}

section.market-news .subtitle.s-b {
    max-width: 722px;
    margin: 0 auto 51px;
    text-align: center;
}

section.market-news .showmore-btn {
    color: #c87533 ;
    text-align: right;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: absolute;
    top: 0;
    right: 15px;
}
section.market-news .showmore-btn:hover {
    text-decoration: none;
}
section.market-news .market-news-item {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.05);
    transition: all .3s ease;
}

section.market-news .market-news-item:hover {
    transform: scale(1.02);
}

section.market-news .market-news-item .market-news-img-block {
    position: relative;
}

section.market-news .market-news-item .market-news-img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 160px;
}

section.market-news .market-news-item .post-date {
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: 0.6px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.20);
    padding: 1px 4px;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

section.market-news .market-news-item .market-news-text-block {
    padding: 16px;
}

section.market-news .market-news-item .market-news-title {
    color: #111929;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.8px;
    margin: 0 0 24px;
}

section.market-news .market-news-item .market-news-subtitle {
    color: #111929;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.8px;
    margin: 0 0 48px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.market-news .market-news-item .readmore-btn {
    display: block;
    width: 100%;
    padding: 15px;
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.25%;
    letter-spacing: 0.8px;
    border-radius: 8px;
    background: #15181C;
    transition: all .25s ease;
}

section.market-news .market-news-item .readmore-btn:hover {
    text-decoration: none;
    transform: scale(1.02);
}

/* END page market overview */

/* page sponsorship */

.page-sponsorship-top-block {
    background-image: url('/wp-content/themes/main/images/football-field-bg.png');
    background-position: calc(50% + 410px) 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: -184px;
    padding-top: 184px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-sponsorship-top-block .subtitle.s-b {
    max-width: 347px;
    margin: 0 0 88px;
    position: relative;
    padding-top: 16px;
    max-height: 160px;
}
.page-sponsorship-top-block .subtitle.s-b::before {
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #c87533 ;
    position: absolute;
    left: 0;
    top: 0;
}
.page-sponsorship-top-block .page-sponsorship-h1 {
    color: #1D1D1B;
    font-family: Gilroy;
    font-size: 112px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 32px;
}
.page-sponsorship-top-block .btns-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 78px;
}
.page-sponsorship-top-block .button.button-red {
    margin-right: 40px;
}
.page-sponsorship-top-block .button.learn-more-btn {
    text-align: left;
    color: #c87533 ;
}
.page-sponsorship-top-block .subtitle.s-g {
    margin: 0 0 46px;
}
.page-sponsorship-top-block .football-player-img {
    display: inline-block;
    background-image: url('/wp-content/themes/main/images/football-player.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 978px;
    height: 800px;
    position: absolute;
    left: calc(50% - 250px);
    top: 0;
    z-index: 2;
}

.video-slider-section {
    padding: 64px 0 96px;
    background-color: #1D1D1B;
}
.video-slider-section .h2-w {
    margin: 0 0 16px;
}
.video-slider-section .subtitle {
    display: block;
    max-width: 772px;
    margin: 0 auto 64px;
    text-align: center;
}
.video-slider-section .video-slider-block iframe {
    display: block;
    margin: 0 auto;
    width: 878px;
    height: 480px;
    border-radius: 20px;
    margin: 0 19px;
}

/* END page sponsorship */

/* page webinars */

section.page-webinars-top-block {
    padding: 256px 0 150px;
}

section.page-webinars-top-block h1,
section.page-webinars-top-block p.subtitle {
    text-align: center;
}

section.page-webinars-top-block h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 5px;
}

section.page-webinars-top-block p.subtitle {
    margin: 0;
}

.next-webinar-section {
    padding: 72px 0;
}
.next-webinar-section .next-webinar {
    color: #1D1D1B;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.8px;
    margin: 0 0 12px;
}
.next-webinar-section .next-webinar-h2 {
    color: #1D1D1B;
    font-family: Gilroy;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    margin: 0 0 16px;
}
.next-webinar-section .subtitle.s-b {
    margin: 0 0 36px;
    max-width: 464px;
}
.next-webinar-section .btn-block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.next-webinar-section .btn-block .button {
    margin: 0 32px 0 0;
}
.next-webinar-section .btn-block .webinar-date {
    color: #1D1D1B;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.8px;
}
.next-webinar-section .btn-block .webinar-date img {
    margin: 0 8px 0 0;
}
.next-webinar-section iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 289px;
    border-radius: 8px;
}

.more-webinars-section {
    padding: 72px 0 101px;
    background: linear-gradient(180deg, #F4F8FB 0%, rgba(244, 248, 251, 0.00) 100%);
}
.more-webinars-section .h2-b {
    margin: 0 0 16px;
}
.more-webinars-section .subtitle.s-b {
    max-width: 722px;
    text-align: center;
    margin: 0 auto 48px;
}
.more-webinars-section .more-webinars-slider .slick-arrow {
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 75px;
    transform: unset;
}
.more-webinars-section .more-webinars-slider .slick-next {
    right: -40px;
}
.more-webinars-section .more-webinars-slider .slick-prev {
    left: -40px;
}
.more-webinars-section .more-webinars-slider .slick-arrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.more-webinars-section .more-webinars-slider .slick-prev::before {
    background-image: url('/wp-content/themes/main/images/chevron-left-black.svg');
}
.more-webinars-section .more-webinars-slider .slick-next::before {
    background-image: url('/wp-content/themes/main/images/chevron-right-black.svg');
}
.more-webinars-section .more-webinars-slider .more-webinars-slider-item {
    margin: 0 14px;
}
.more-webinars-section .more-webinars-slider .more-webinars-slider-item iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 182px;
    border-radius: 8px;
    margin: 0 0 24px;
}
.more-webinars-section .more-webinars-slider .more-webinars-slider-item .more-webinars-slider-item-title,
.more-webinars-section .more-webinars-slider .more-webinars-slider-item .more-webinars-slider-item-subtitle {
    color: #111929;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.8px;
}
.more-webinars-section .more-webinars-slider .more-webinars-slider-item .more-webinars-slider-item-title {
    font-weight: 700;
    margin: 0 0 16px;
}
.more-webinars-section .more-webinars-slider .more-webinars-slider-item .more-webinars-slider-item-subtitle {
    font-weight: 400;
    margin: 0;
}

/* END page webinars */

/* page trading academy */

section.page-trading-academy-top-block {
    padding: 256px 0 150px;
}

section.page-trading-academy-top-block h1,
section.page-trading-academy-top-block p.subtitle {
    text-align: center;
}

section.page-trading-academy-top-block h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 5px;
}

section.page-trading-academy-top-block p.subtitle {
    margin: 0;
}

.trading-academy-essentials-section {
    padding: 72px 0;
    background: linear-gradient(180deg, rgba(244, 248, 251, 0.00) 0%, #F4F8FB 100%);
}
.trading-academy-essentials-section .top-block {
    margin: 0 0 32px;
}
.trading-academy-essentials-section .showmore-btn {
    color: #c87533 ;
    text-align: right;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.trading-academy-essentials-section .showmore-btn:hover {
    text-decoration: none;
}
.trading-academy-essentials-section .trading-academy-essentials-slider .slick-arrow {
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 75px;
    transform: unset;
}
.trading-academy-essentials-section .trading-academy-essentials-slider .slick-next {
    right: -40px;
}
.trading-academy-essentials-section .trading-academy-essentials-slider .slick-prev {
    left: -40px;
}
.trading-academy-essentials-section .trading-academy-essentials-slider .slick-arrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.trading-academy-essentials-section .trading-academy-essentials-slider .slick-prev::before {
    background-image: url('/wp-content/themes/main/images/chevron-left-black.svg');
}
.trading-academy-essentials-section .trading-academy-essentials-slider .slick-next::before {
    background-image: url('/wp-content/themes/main/images/chevron-right-black.svg');
}
.trading-academy-essentials-section .trading-academy-essentials-slider .trading-academy-essentials-slider-item {
    margin: 0 14px;
}
.trading-academy-essentials-section .trading-academy-essentials-slider .trading-academy-essentials-slider-item iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 182px;
    border-radius: 8px;
    margin: 0 0 24px;
}
.trading-academy-essentials-section .trading-academy-essentials-slider .trading-academy-essentials-slider-item .trading-academy-essentials-slider-item-title,
.trading-academy-essentials-section .trading-academy-essentials-slider .trading-academy-essentials-slider-item .trading-academy-essentials-slider-item-subtitle {
    color: #111929;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.8px;
}
.trading-academy-essentials-section .trading-academy-essentials-slider .trading-academy-essentials-slider-item .trading-academy-essentials-slider-item-title {
    font-weight: 700;
    margin: 0 0 16px;
}
.trading-academy-essentials-section .trading-academy-essentials-slider .trading-academy-essentials-slider-item .trading-academy-essentials-slider-item-subtitle {
    font-weight: 400;
    margin: 0;
}

.trading-academy-popular-section {
    padding: 72px 0;
    background: linear-gradient(180deg, rgba(244, 248, 251, 0.00) 0%, #F4F8FB 100%);
}
.trading-academy-popular-section .top-block {
    margin: 0 0 32px;
}
.trading-academy-popular-section .showmore-btn {
    color: #c87533 ;
    text-align: right;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.trading-academy-popular-section .showmore-btn:hover {
    text-decoration: none;
}
.trading-academy-popular-section .trading-academy-popular-slider .slick-arrow {
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 75px;
    transform: unset;
}
.trading-academy-popular-section .trading-academy-popular-slider .slick-next {
    right: -40px;
}
.trading-academy-popular-section .trading-academy-popular-slider .slick-prev {
    left: -40px;
}
.trading-academy-popular-section .trading-academy-popular-slider .slick-arrow::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.trading-academy-popular-section .trading-academy-popular-slider .slick-prev::before {
    background-image: url('/wp-content/themes/main/images/chevron-left-black.svg');
}
.trading-academy-popular-section .trading-academy-popular-slider .slick-next::before {
    background-image: url('/wp-content/themes/main/images/chevron-right-black.svg');
}
.trading-academy-popular-section .trading-academy-popular-slider .trading-academy-popular-slider-item {
    margin: 0 14px;
}
.trading-academy-popular-section .trading-academy-popular-slider .trading-academy-popular-slider-item iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 182px;
    border-radius: 8px;
    margin: 0 0 24px;
}
.trading-academy-popular-section .trading-academy-popular-slider .trading-academy-popular-slider-item .trading-academy-popular-slider-item-title,
.trading-academy-popular-section .trading-academy-popular-slider .trading-academy-popular-slider-item .trading-academy-popular-slider-item-subtitle {
    color: #111929;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.8px;
}
.trading-academy-popular-section .trading-academy-popular-slider .trading-academy-popular-slider-item .trading-academy-popular-slider-item-title {
    font-weight: 700;
    margin: 0 0 16px;
}
.trading-academy-popular-section .trading-academy-popular-slider .trading-academy-popular-slider-item .trading-academy-popular-slider-item-subtitle {
    font-weight: 400;
    margin: 0;
}

/* END page trading academy */

/* page news and insides */

.page-news-insights-top-block {
    position: relative;
    overflow: hidden;
}
.page-news-insights-top-block .bg-img {
    display: inline-block;
    width: 668px;
    height: 667px;
    background-image: url('/wp-content/themes/main/images/news-and-insides-main-bg.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.page-news-insights-top-block .h1.h1-w {
    max-width: 554px;
    color: #FFF;
    font-family: Gilroy;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 90px 0 42px;
}
.page-news-insights-top-block .subtitle.subtitle-1 {
    max-width: 554px;
    margin: 0 0 40px;
}
.page-news-insights-top-block .subtitle.subtitle-2 {
    max-width: 554px;
    margin: 0 0 48px;
}
.page-news-insights-top-block .btn-block {
    margin: 0 0 194px;
}
.page-news-insights-top-block .btn-block .button.call-to-action {
    margin: 0 40px 0 0;
}
.page-news-insights-top-block .btn-block .button.learn-more {
    color: #c87533 ;
    text-align: left;
}

.search-blue-line {
    padding: 38px 0 36px;
    background-color: #0F7AFF;
}
.search-blue-line .search-form-block img {
    margin: 0 20px 0 0;
}
.search-blue-line .search-form-block input[type="text"] {
    background: transparent;
    border: none;
    color: #fff;
    font-family: Gilroy;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.search-blue-line .search-form-block input[type="text"]:focus {
    outline: none;
}
.search-blue-line .search-form-block input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.50);
    font-family: Gilroy;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.search-blue-line .search-form-block input[type="submit"] {
    display: none;
}

.articles-list-block {
    padding: 72px 0 48px;
    background: linear-gradient(180deg, rgba(244, 248, 251, 0.00) 0%, #F4F8FB 100%);
}
.articles-list-block .articles-list-block-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.articles-list-block .articles-list-block-item:not(:last-child) {
    margin: 0 0 48px;
}
.articles-list-block .img-block {
    margin: 0 38px 0 0;
}
.articles-list-block .img-block img {
    max-width: unset;
    width: 200px;
    height: auto;
    border-radius: 8px;
}
.articles-list-block .text-block .articles-list-title {
    display: block;
    max-width: max-content;
    color: #15181C;
    font-family: Gilroy;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 16px;
}
.articles-list-block .text-block .articles-list-subtitle {
    color: #15181C;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.8px;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.articles-list-block .text-block .articles-list-date {
    color: #1D1D1B;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.8px;
    margin: 0;
}
.articles-list-block .text-block .articles-list-date img {
    margin: 0 8px 0 0;
    vertical-align: text-bottom;
	filter: brightness(0) saturate(100%) invert(42%) sepia(94%) saturate(376%) hue-rotate(344deg) brightness(102%) contrast(89%);
}
.articles-list-block .pagination {
    margin-top: 48px;
}
.articles-list-block .pagination .page-numbers {
    display: inline-block;
    color: #1D1D1B;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.8px;
    margin-right: 16px;
}
.articles-list-block .pagination .page-numbers.current {
    color: #c87533 ;
}
/* END page news and insides */

/* page faq */

section.page-faq-top-block {
    padding: 256px 0 150px;
}

section.page-faq-top-block h1,
section.page-faq-top-block p.subtitle {
    text-align: center;
}

section.page-faq-top-block h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 5px;
}

section.page-faq-top-block p.subtitle {
    margin: 0;
}

section.faq-content-block {
    padding: 72px 0;
}
section.faq-content-block .categories-label-table {
    border-radius: 8px;
    background: #F5F7F9;
    padding: 16px;
}
section.faq-content-block .categories-label-table .categories-label-table-item {
    color: #1D1D1B;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0.8px;
    padding: 24px 16px 23px 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all .3s ease;
}
section.faq-content-block .categories-label-table .categories-label-table-item:not(:last-child) {
    margin-bottom: 16px;
}
section.faq-content-block .categories-label-table .categories-label-table-item.active {
    color: #fff;
    border-radius: 8px;
    background: #0F7AFF;
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.05);
}
section.faq-content-block .categories-faq-table .categories-faq-table-item:not(.active) {
    display: none !important;
}

section.faq-content-block .faq-content-block {

}
section.faq-content-block .faq-content-block .faq-content-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
section.faq-content-block .faq-content-block .faq-accordion-item:not(:last-child) {
    margin-bottom: 52px;
}
section.faq-content-block .faq-content-block .item-title {
    color: #2F3444;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    min-width: max-content;
    margin: 0;
}
section.faq-content-block .faq-content-block .line {
    display: inline-block;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #D9D9D9;
    margin: 0 34px 0 40px;
}
section.faq-content-block .faq-content-block .faq-item-body p {
    padding: 30px;
    margin: 0;
}
section.faq-content-block .faq-content-block .faq-accordion-item-header:not(.collapsed) .plus-img {
    display: none;
}
section.faq-content-block .faq-content-block .faq-accordion-item-header.collapsed .minus-img {
    display: none;
}

/* END page faq */

/* page search results */


section.page-search-results-top-block {
    padding: 256px 0 150px;
}

section.page-search-results-top-block h1,
section.page-search-results-top-block p.subtitle {
    text-align: center;
}

section.page-search-results-top-block h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 5px;
}

section.page-search-results-top-block p.subtitle {
    margin: 0;
}
.search-results-block {
    padding: 72px 0;
}
.search-results-block .search-result-item {
    margin: 0 0 40px;
    border-radius: 12px;
    background: #FFF;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
}
.search-results-block .seatch-result-title {
    color: #2F3444;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.search-results-block .excerpt {
    color: #1D1D1B;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.8px;
    text-align: left;
}

/* END page search results */

/* page contact us */


section.page-contact-us-top-block {
    padding: 256px 0 150px;
}

section.page-contact-us-top-block h1,
section.page-contact-us-top-block p.subtitle {
    text-align: center;
}

section.page-contact-us-top-block h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 5px;
}

section.page-contact-us-top-block p.subtitle {
    margin: 0 0 80px;
}
.contacts-content-block .contacts-content-item {
    padding: 24px 15px;
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
}
.contacts-content-block .contacts-content-item img.icon {
    display: block;
    margin: 0 0 16px;
}
.contacts-content-block .contacts-content-item .contacts-content-item-title {
    color: #FFF;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.8px;
}
.contacts-content-block .contacts-content-item .contacts-content-item-subtitle {
    color: #FFF;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.8px;
    margin: 0 0 42px;
}
.contacts-content-block .contacts-content-item .contacts-content-item-link {
    background: #FFF;
    backdrop-filter: blur(2px);
    color: #2F3444;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
}

.contact-us-bottom-block {
    padding: 120px 0 150px;
    background-color: #15181C;
    background-image: url('/wp-content/themes/main/images/contact-us-bottom-block-bg.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.contact-us-bottom-block .content {
    max-width: 462px;
}
.contact-us-bottom-block .h2-w {
    margin: 0 0 16px;
    text-align: left;
}
.contact-us-bottom-block .subtitle.s-w {
    margin: 0 0 48px;
}
.contact-us-bottom-block .button.button-red {

}

/* END page contact us */

/* single post page */

section.single-post-top-block {
    padding: 256px 0 150px;
}

section.single-post-top-block h1,
section.single-post-top-block p.subtitle {
    text-align: center;
}

section.single-post-top-block h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 5px;
}

section.section-single-post-content {
    padding: 40px 0;
}

.single-post-thumbnail {
    max-width: 100%;
    width: 100%;
    margin: 0 0 40px;
}

/* END single post page */