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

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

    --color-0: #000000;
    --color-1: #FFFFFF;
    --color-2: #5B4FE9;
    --color-3: #5675A3;
    --color-4: #4F4A4A;
    --color-5: #F6F6F6;


}
@media (min-width: 782px){ 
    :root { 
        font-size: 20px;
    }
}
body{
    font-family: inherit;
    color: var(--color-0);
    background-color: var(--color-2);
}
p {
    line-height: 1.35;
}

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

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

@media (min-width: 782px){ 
    body, 
    p{
        color: var(--color-4);
    }
}

/*Шапка*/
.l3_header {
    background-color: var(--color-2);
    color: var(--color-1);
    background-image: url('./assets/images/header_bg.svg');
    background-position: right -170px bottom -318px;
    background-size: 580px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.l3_header .l3_container {
    padding: 35px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 60px 10px;
}
.l3_header .l3_row {
    display: flex;
    gap: 0 60px;
    align-items: center;
}
.l3_header .l3_logo {
    display: inline-block;
}
.l3_header .l3_logo img:first-child {
    display: block;
}
.l3_header .l3_logo img:last-child{
    display: none;
}
.l3_header .l3_menu {
    display: none;
    gap: 5px 30px;
    flex-wrap: wrap;
    list-style: none;
}
.l3_header .l3_menu .menu-item a{
    color: var(--color-1);
    text-decoration: none;
}
.l3_header figure {
    margin: auto;
}
.l3_header .wp-block-column {
    text-align: center;
}
.l3_header h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.l3_header p {
    font-weight: 500;
    color: inherit;
}
.l3_header p:last-of-type {
    margin-bottom: 40px;
}
.l3_header .l3_man
{
    transform-origin: bottom;
}
@media (min-width: 782px)
{ 
    .l3_header {
        background-position: right -250px bottom -300px;
        background-size: 785px;
    }
    .l3_header .l3_container {
        padding: 40px 20px 0;
        gap: 60px 10px;
    }
    .l3_header .l3_logo img:first-child{
        display: none;
    }
    .l3_header .l3_logo img:last-child {
        display: block;
    }
    .l3_header .l3_menu {
        display: flex;
    }
    .l3_header .wp-block-column {
        text-align: left;
    }
    .l3_header h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .l3_header p:last-of-type {
        margin-bottom: 50px;
    }
    .l3_header .l3_man
    {
        transform: scale(1.2);
    }
}

/*Подвал*/
.l3_footer {
    background-color: var(--color-2);
    color: var(--color-1);
    min-height: 144px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l3_footer .l3_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}
.l3_footer .l3_logo {
    display: inline-block;
}
.l3_footer .l3_logo img:first-child {
    display: block;
}
.l3_footer .l3_logo img:last-child{
    display: none;
}
.l3_footer .l3_menu {
    display: none;
    gap: 5px 30px;
    flex-wrap: wrap;
    list-style: none;
}
.l3_footer .l3_menu .menu-item a{
    color: var(--color-1);
    text-decoration: none;
}
@media (min-width: 782px)
{ 
    .l3_footer .l3_logo {
        display: inline-block;
    }
    .l3_footer .l3_logo img:first-child {
        display: none;
    }
    .l3_footer .l3_logo img:last-child{
        display: block;
    }
    .l3_footer .l3_menu {
        display: flex;
    }
}

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

@media (min-width: 782px)
{ 
    .l3_content {
        border-radius: 0;
    }
    .l3_content .l3_container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .l3_content h1,
    .l3_content h2 {
        font-size: 40px;
        margin-bottom: 32px;
    }
    .l3_content p {
        color: var(--color-4);
    }
}


/*Блок о нас*/
.l3_content .l3_about .l3_links {
    margin-bottom: 80px;
    display: none;
}
.l3_content .l3_about .l3_links figure {
    margin: auto;
}
@media (min-width: 782px)
{ 
    .l3_content .l3_about .l3_links {
        display: block;
    }
}

/*Блок преимущиств*/
.l3_content .l3_options {
    text-align: center;
    background-color: var(--color-5);
}
.l3_content .l3_options h3{
    font-size: 18px;
    margin-bottom: 15px;
}
.l3_content .l3_options figure {
    margin-bottom: 15px;
}
@media (min-width: 782px)
{ 
    .l3_content .l3_options {
        text-align: left;
    }
    .l3_content .l3_options h3{
        font-size: 27px;
        
    }
    .l3_content .l3_options figure {
        margin-bottom: 30px;
    }
}

/*Блок скачать*/
.l3_content .l3_download p{
    margin-bottom: 15px;
    font-size: 18px;
}
.l3_content .l3_download .l3_btns{
    margin-bottom: 20px;
}
.l3_content .l3_download .l3_links figure{
    display: flex;
    align-items: center;
    gap: 20px;
}
.l3_content .l3_download .l3_links a {
    font-size: 18px;
    text-decoration: none;
    color: var(--color-2);
}
@media (min-width: 782px)
{ 
    .l3_content .l3_download p{
        margin-bottom: 20px;
        font-size: 27px;
    }
    .l3_content .l3_download .l3_btns{
        margin-bottom: 90px;
    }
}