/*
Theme Name: FreeCityVPN
Text Domain: l9.fcv.fastline.club
Version: 1.0.0
Tags: vpn, free, freeCity
Tested up to: 5.9
Stable tag: 1.0.0
Description: FreeCityVPN landind #9 theme for offer site
Author: KSI
*/

/*Версия 2411191200*/
:root {
    font-family: 'SF Pro Display';
    font-size: 14px;
    scroll-behavior: smooth;

    --color-0: #000000;
    --color-1: #FFFFFF;
    --color-2: #3A4E6B;
    --color-3: #F6F6F6;
    --color-4: #3F3C5D;
    --color-5: #0000001A;
    --color-6: #F9BA3F;
    --color-7: #7F76F5;
    --color-8: #7871D5;
    --color-9: #CAC5C5;
}
@media (min-width: 782px){ 
    :root { 
        font-size: 20px;
    }
}
body{
    font-family: inherit;
    color: var(--color-2);
    background-color: var(--color-3);
}
p {
    line-height: 1.35;
}

:root * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    user-select: none;
    font-family: inherit;
}

.l9_container {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

/*Шапка*/
.l9_header {
    background-color: var(--color-4);
    color: var(--color-1);
    overflow: hidden;
    background-image: url('./assets/images/header_bg.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.l9_header .l9_container {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 35px 10px;
}
.l9_header .l9_row {
    display: flex;
    gap: 35px;
    align-items: center;
}
.l9_header .l9_logo {
    display: inline-block;
}
.l9_header .l9_logo img {
    display: block;
    width: 117px;
}
.l9_header .l9_menu {
    display: none;
    gap: 5px 30px;
    flex-wrap: wrap;
    list-style: none;
}
.l9_header .l9_menu .menu-item a{
    color: var(--color-1);
    text-decoration: none;
}
.l9_header figure {
    margin: auto;
}
.l9_header .wp-block-column {
    text-align: center;
}
.l9_header h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.l9_header h2 strong {
    color: var(--color-7);
}
.l9_header p {
    color: inherit;
}
.l9_header p:last-of-type {
    margin-bottom: 35px;
}
@media (min-width: 782px)
{ 
    .l9_header .l9_container {
        padding-top: 40px;
        gap: 0 10px;
    }
    .l9_header .l9_logo img {
        width: 192px;
    }
    .l9_header .l9_menu {
        display: flex;
    }
    .l9_header h2 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .l9_header p:last-of-type {
        margin-bottom: 50px;
    }
    .l9_header .wp-block-column {
        text-align: left;
    }
}

/*Подвал*/
.l9_footer {
    background-color: var(--color-4);
    color: var(--color-1);
    min-height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.l9_footer .l9_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}
.l9_footer .l9_logo {
    display: inline-block;
}
.l9_footer .l9_logo img {
    display: block;
    width: 117px;
}
.l9_footer .l9_menu {
    display: none;
    gap: 5px 30px;
    flex-wrap: wrap;
    list-style: none;
}
.l9_footer .l9_menu .menu-item a{
    color: var(--color-1);
    text-decoration: none;
}
@media (min-width: 782px)
{ 
    .l9_footer .l9_logo img {
        width: 235px;
    }
    .l9_footer .l9_menu {
        display: flex;
    }
}

/*Контент*/
.l9_content {
    display: flex;
    flex-direction: column;
    gap: 0px 40px;
    overflow: hidden;
    background-color: var(--color-3);
}
.l9_content .l9_container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.l9_content h1,
.l9_content h2 {
    color: var(--color-2);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    text-align: left;
}
.l9_content p {
    margin-bottom: 1em;
}

.l9_content .l9_block {
    background-color: var(--color-1);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0px 4px 20px 0px var(--color-5);

}

@media (min-width: 782px)
{ 
    .l9_content .l9_container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .l9_content h1,
    .l9_content h2 {
        font-size: 40px;
        margin-bottom: 32px;
    }
    .l9_content .l9_block {
        border-radius: 30px;
        padding: 40px;
    }
}


/*Блок ТОП*/
.l9_content .l9_top 
{
    background-color: var(--color-3);
}
.l9_content .l9_top .l9_container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.l9_content .l9_top .wp-block-list {
    list-style: none;
    counter-reset: section;
}
.l9_content .l9_top .wp-block-list li {
    font-size: 16px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}
.l9_content .l9_top .wp-block-list li::before {
    counter-increment: section;
    content: counter(section);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    color: var(--color-1);
    background-color: var(--color-6);
    font-weight: 700;
    flex-shrink: 0;
}
@media (min-width: 782px)
{ 
    .l9_content .l9_top .wp-block-list {
        column-count: 2;
        column-gap: 90px;
    }
    .l9_content .l9_top .wp-block-list li {
        font-size: 23px;
        display: inline-flex;
        align-items: start;
    }
}

/*Блок карусель*/
.l9_content .l9_listvpn 
{
    background-color: var(--color-7);
}
.l9_content .l9_listvpn .splide__slide {
    text-align: center;
}
.l9_content .l9_listvpn figure {
    margin-bottom: 20px;
}
.l9_content .l9_listvpn h3 {
    margin-bottom: 15px;
    font-size: 1.6rem;
}
.l9_content .l9_listvpn .rating {
    margin-bottom: 15px;
}
.l9_content .l9_listvpn p{
    margin-bottom: 30px;
}
@media (min-width: 782px)
{ 
    .l9_content .l9_listvpn .splide__slide {
        padding: 0 15px;
    }
    .l9_content .l9_listvpn figure {
        margin-bottom: 25px;
    }
    .l9_content .l9_listvpn h3 {
        margin-bottom: 14px;
    }
    .l9_content .l9_listvpn .rating {
        margin-bottom: 31px;
    }
    .l9_content .l9_listvpn p{
        margin-bottom: 60px;
    }
}

/*Блок Голосования*/
.l9_content .vote{
    background-color: var(--color-3);
}
.l9_content .vote .vote_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.l9_content .vote .vote_form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.l9_content .vote .vote_form__left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.l9_content .vote .vote_form__left figure:first-of-type { 
    margin: auto;
}
.l9_content .vote .vote_form__left h3 {
    font-size: 1.6rem;
}
.l9_content .vote .vote_form__left .rating {
    justify-content: start;
}
.l9_content .vote .vote_form__left p {
    font-size: 18px;
}
.l9_content .vote .vote_form__left .wp-block-buttons {
    margin-top: auto;
}
.l9_content .vote .vote_form__right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: end;
    flex: 1;
}
.l9_content .vote .vote_form__right img {
    display: none;
}
@media (min-width: 782px)
{ 
    .l9_content .vote .vote_form {
        gap: 50px;
        padding: 60px;
    }
    .l9_content .vote .vote_form__left figure:first-of-type {
        display: none;
    }
    .l9_content .vote .vote_form {
        flex-direction: row;
    }
}


/*Блок выводов*/
.l9_content .l9_ps{
    background-color: var(--color-3);
}
.l9_content .l9_ps .l9_block {
    margin-bottom: 60px;
    background-color: var(--color-7);
    color: var(--color-1);
    overflow: hidden;
}
.l9_content .l9_ps h1,
.l9_content .l9_ps h2 {
    color: inherit;
}
.l9_content .l9_ps .l9_man{
    transform: scale(1.2);
}



/*Рейтинг*/
.l9_content .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.l9_content .rating .rating_list{
    display: flex;
    gap: 5px;
}
.l9_content .rating .rating_list img {
    display: block;
    width: 20px;
}
.l9_content .rating .rating_value {
    font-weight: 700;
    font-size: 1.35em;
}

/*арусель*/

.l9_content .splide__arrow {
    background-color: transparent;
    width: 12px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.l9_content .splide__arrow svg {
    display: none;
}
.l9_content .splide__arrow.splide__arrow--prev {
    background-image: url('./assets/images/arrow_left.svg');
}
.l9_content .splide__arrow.splide__arrow--next {
    background-image: url('./assets/images/arrow_right.svg');
}

/*Кнопки*/
.l9_content .wp-block-buttons 
{
    align-items: center;
}
.l9_content .wp-block-button 
{
    width: 100%;
}
.l9_content .wp-block-button__link {
    border-radius: 16px;
    background-color: var(--color-8);
    font-size: 0.9em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 57px;
    width: 100%;
    color: var(--color-1);
    padding: 14px;
    transition: filter 0.3s ease;
}
.l9_content .wp-block-button__link:hover {
    filter: brightness(1.1);
}

/*Селесебокс*/
.l9_content select {
    background-color: var(--color-1);
    border: solid 1px var(--color-9);
    border-radius: 17px;
    width: 100%;
    min-height: 56px;
    padding: 15px 34px;
    color: inherit;
    font-size: 0.9em;
}
