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

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

    --color-0: #000000;
    --color-1: #FFFFFF;
    --color-2: #5675A3;
    --color-3: #F6F6F6;
    --color-4: #0000001A;
    --color-5: #3E91B2;
    --color-6: #5382C9;
    --color-7: #515DAD;
}
@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;
}

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

/*Шапка*/
.l4_header {
    background-color: var(--color-2);
    color: var(--color-1);
    overflow: hidden;
}
.l4_header .l4_container {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 35px 10px;
}
.l4_header .l4_row {
    display: flex;
    gap: 0 60px;
    align-items: center;
}
.l4_header .l4_logo {
    display: inline-block;
}
.l4_header .l4_logo img {
    display: block;
    width: 117px;
}
.l4_header .l4_menu {
    display: none;
    gap: 5px 30px;
    flex-wrap: wrap;
    list-style: none;
}
.l4_header .l4_menu .menu-item a{
    color: var(--color-1);
    text-decoration: none;
}
.l4_header figure {
    margin: auto;
}
.l4_header .l4_cat_1 {
    display: none;
}
.l4_header .l4_cat_2 img {
    width: 80%;
}
.l4_header .l4_cat_1 img,
.l4_header .l4_cat_2 img
{
    transform-origin: bottom;
}
.l4_header .wp-block-column {
    text-align: center;
}
.l4_header h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.l4_header p {
    color: inherit;
}
.l4_header p:last-of-type {
    margin-bottom: 35px;
}
@media (min-width: 782px)
{ 
    .l4_header .l4_container {
        padding-top: 40px;
        padding-bottom: 135px;
        gap: 35px 10px;
    }
    .l4_header .l4_logo img {
        width: 192px;
    }
    .l4_header .l4_menu {
        display: flex;
    }
    .l4_header h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .l4_header p:last-of-type {
        margin-bottom: 60px;
    }
    .l4_header .l4_cat_1 {
        display: block;
    }
    .l4_header .l4_cat_1 img{
        transform: scale(1.4);
    }
    .l4_header .l4_cat_2 img {
        width: unset;
        transform: scale(1.4);
    }
}

/*Подвал*/
.l4_footer {
    background-color: var(--color-2);
    color: var(--color-1);
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.l4_footer .l4_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}
.l4_footer .l4_logo {
    display: inline-block;
}
.l4_footer .l4_logo img {
    display: block;
    width: 117px;
}
.l4_footer .l4_menu {
    display: none;
    gap: 5px 30px;
    flex-wrap: wrap;
    list-style: none;
}
.l4_footer .l4_menu .menu-item a{
    color: var(--color-1);
    text-decoration: none;
}
.l4_footer .l4_cat {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
@media (min-width: 782px)
{ 
    .l4_footer .l4_logo img {
        width: 235px;
    }
    .l4_footer .l4_menu {
        display: flex;
    }
}

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

.l4_content .l4_block {
    background-color: var(--color-1);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0px 4px 20px 0px var(--color-4);
}

@media (min-width: 782px)
{ 
    .l4_content {
        border-radius: 40px;
    }
    .l4_content .l4_container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .l4_content h1,
    .l4_content h2 {
        font-size: 40px;
        margin-bottom: 32px;
        text-align: center;
    }
    .l4_content .l4_block {
        border-radius: 30px;
        padding: 50px;
    }
}


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

/*Блок преимущиств*/
.l4_content .l4_options {
    text-align: center;
}
.l4_content .l4_options h3{
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--color-2);
}
.l4_content .l4_options .l4_block figure {
    width: 82px;
    height: 82px;
    background-color: var(--color-5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}
.l4_content .l4_options .l4_block figure.l4_icon_1 {
    background-color: var(--color-5);
}
.l4_content .l4_options .l4_block figure.l4_icon_2 {
    background-color: var(--color-6);
}
.l4_content .l4_options .l4_block figure.l4_icon_3 {
    background-color: var(--color-7);
}
.l4_content .l4_options .l4_block figure img {
    width: 40px;
}
@media (min-width: 782px)
{ 
    .l4_content .l4_options h3{
        font-size: 27px;
    }
    .l4_content .l4_options .l4_block figure {
        margin-bottom: 30px;
    }
}

/*Блок скачать*/
.l4_content .l4_download {
    text-align: center;
}
.l4_content .l4_download p{
    margin-bottom: 0;
}
.l4_content .l4_download h3{
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--color-2);
}
.l4_content .l4_download .l4_list {
    margin-bottom: 40px;
}
.l4_content .l4_download .l4_links{
    display: inline-flex;
}
.l4_content .l4_download .l4_block figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color-3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.l4_content .l4_download .l4_block figure img {
    width: 40px;
}
@media (min-width: 782px)
{ 
    .l4_content .l4_options h3{
        font-size: 27px;
    }
    .l4_content .l4_download .l4_list {
        margin-bottom: 60px;
    }
    .l4_content .l4_download .l4_block{
        padding: 30px;
    }
}