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

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

    --color-0: #000000;
    --color-1: #FFFFFF;
    --color-2: #4F4A4A;
    --color-3: #F6F6F6;
    --color-4: #22677A;
    --color-5: #0000001A;
    --color-6: #296B7C;
    --color-7: #419EAD;
    --color-8: #A3ECF7;
    --color-9: #296B7C;
}
@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;
}

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

/*Шапка*/
.l7_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%;
}
.l7_header .l7_container {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 35px 10px;
}
.l7_header .l7_row {
    display: flex;
    gap: 35px;
    align-items: center;
}
.l7_header .l7_logo {
    display: inline-block;
}
.l7_header .l7_logo img {
    display: block;
    width: 117px;
}
.l7_header .l7_menu {
    display: none;
    gap: 5px 30px;
    flex-wrap: wrap;
    list-style: none;
}
.l7_header .l7_menu .menu-item a{
    color: var(--color-1);
    text-decoration: none;
}
.l7_header figure {
    margin: auto;
}
.l7_header .wp-block-column {
    text-align: center;
}
.l7_header h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.l7_header p {
    color: inherit;
}
.l7_header p:last-of-type {
    margin-bottom: 35px;
}
@media (min-width: 782px)
{ 
    .l7_header .l7_container {
        padding-top: 40px;
        gap: 0 10px;
    }
    .l7_header .l7_logo img {
        width: 192px;
    }
    .l7_header .l7_menu {
        display: flex;
    }
    .l7_header h2 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .l7_header p:last-of-type {
        margin-bottom: 50px;
    }
    .l7_header .wp-block-column {
        text-align: left;
    }
}

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

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

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

}

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


/*Блок о нас*/
.l7_content .l7_about 
{
    background-color: var(--color-1);
}
.l7_content .l7_about .l7_container {
    padding-bottom: 0;
}
.l7_content .l7_about .l7_container > .wp-block-column:last-child {
    padding-bottom: 70px;
}
.l7_content .l7_about figure img{
    margin: auto;
    display: block;
}

/*Блок преимущиств*/
.l7_content .l7_options {
    text-align: center;
    background-color: var(--color-7);
}
.l7_content .l7_options h1,
.l7_content .l7_options h2{
    color: var(--color-1);
}
.l7_content .l7_options h3{
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--color-9);
}
.l7_content .l7_options p {
    color: var(--color-9);
}
.l7_content .l7_options p:last-child {
    margin-bottom: 0;
}
.l7_content .l7_options .l7_block {
    padding: 25px;
}
.l7_content .l7_options .l7_block figure {
    width: 82px;
    height: 82px;
    background-color: var(--color-8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
}
.l7_content .l7_options .l7_block figure img {
    width: 40px;
}
@media (min-width: 782px)
{ 
    .l7_content .l7_options h3{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .l7_content .l7_options .l7_block figure {
        width: 100px;
        height: 100px;
        margin-bottom: 30px;
    }
}

/*Блок скачать*/
.l7_content .l7_download {
    text-align: center;
    position: relative;
}
.l7_content .l7_download p{
    margin-bottom: 0;
    color: var(--color-9);
}
.l7_content .l7_download h3{
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--color-9);
}
.l7_content .l7_download .l7_block p:last-child {
    margin-bottom: 0;
}
.l7_content .l7_download .l7_block figure {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--color-7);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.l7_content .l7_download .l7_block figure img {
    width: 40px;
}
.l7_content .l7_download .l7_box {
    right: 0;
    bottom: 0px;
    display: block;
    pointer-events: none;
    max-width: 248px;
    text-align: right;
    margin-left: auto;
}
@media (min-width: 782px)
{ 
    .l7_content .l7_options h3{
        font-size: 25px;
    }
    .l7_content .l7_download .l7_block {
        margin-bottom: 60px;
    }
    .l7_content .l7_download .l7_box {
        position: absolute;
    }
}