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

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

    --color-0: #000000;
    --color-1: #FFFFFF;
    --color-2: #060C2C;
    --color-3: #35306E;
    --color-4: #211F39;
    --color-5: #0000001A;
    --color-6: #525BB2;
    --color-7: #107F95;
    --color-8: #014459;
    --color-9: #443D99;

}
@media (min-width: 782px){ 
    :root { 
        font-size: 20px;
    }
}
body{
    font-family: inherit;
    color: var(--color-1);
    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;
}

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

/*Шапка*/
.l5_header {
    background-color: var(--color-2);
    color: var(--color-1);
    overflow: hidden;
}
.l5_header .l5_container {
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 35px 10px;
}
.l5_header .l5_row {
    display: flex;
    gap: 0 30px;
    align-items: center;
}
.l5_header .l5_logo {
    display: inline-block;
}
.l5_header .l5_logo img {
    display: block;
    width: 117px;
}
.l5_header .l5_menu {
    display: none;
    gap: 5px 30px;
    flex-wrap: wrap;
    list-style: none;
}
.l5_header .l5_menu .menu-item a{
    color: var(--color-1);
    text-decoration: none;
}
.l5_header figure {
    text-align: center;
    margin: auto;
}
.l5_header figure a{
    display: block;
}
.l5_header .wp-block-column {
    text-align: left;
}
.l5_header h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.l5_header p {
    color: inherit;
}
.l5_header p:last-of-type {
    margin-bottom: 35px;
}
@media (min-width: 782px)
{ 
    .l5_header .l5_container {
        padding-top: 40px;
        gap: 10px;
    }
    .l5_header .l5_logo img {
        width: 192px;
    }
    .l5_header .l5_menu {
        display: flex;
    }
    .l5_header h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .l5_header p:last-of-type {
        margin-bottom: 60px;
    }
    .l5_header figure {
        text-align: unset;
    }
}

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

/*Контент*/
.l5_content {
    display: flex;
    flex-direction: column;
    gap: 10px 40px;
    overflow: hidden;
}
.l5_content .l5_container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.l5_content h1,
.l5_content h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    text-align: left;
}
.l5_content p {
    margin-bottom: 1em;
}

@media (min-width: 782px)
{ 
    .l5_content {
        gap: 10px 80px;
    }
    .l5_content .l5_container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .l5_content h1,
    .l5_content h2 {
        font-size: 40px;
        margin-bottom: 32px;
        text-align: center;
    }
}


/*Блок о нас*/
.l5_content .l5_about {
}
.l5_content .l5_about h2 {
    text-align: left;
}
@media (min-width: 782px)
{ 
    .l5_content .l5_about {
        margin-bottom: 40px;
    }
}

/*Блок преимущиств*/
.l5_content .l5_options {
    text-align: center;
    background-image: radial-gradient(65.38% 224.13% at 69.5% 42.96%, var(--color-3) 0%, var(--color-4) 100%);
    box-shadow: 0px 0px 16.62px 0px var(--color-5);
    border-radius: 16px;
    padding: 30px;
}
.l5_content .l5_options h1{
    text-align: left;
    margin-bottom: 20px;
}
.l5_content .l5_options h3{
    font-size: 18px;
    margin-bottom: 1em;
}
.l5_content .l5_options  figure {
    width: 80px;
    height: 80px;
    background-color: var(--color-6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 0 auto 20px;
}
.l5_content .l5_options .l5_block figure img {
    width: 40px;
}
@media (min-width: 782px)
{ 
    .l5_content .l5_options {
        padding: 60px;
        margin-bottom: 80px;
    }
    .l5_content .l5_options h1{
        margin-bottom: 50px;
    }
    .l5_content .l5_options h3{
        font-size: 32px;
    }
    .l5_content .l5_options .l5_block figure {
        width: 100px;
        height: 100px;
        margin-bottom: 40px;
        border-radius: 17px;
    }
    .l5_content .l5_options .l5_block figure img {
        width: 47px;
    }
}

/*Блок скачать*/
.l5_content .l5_download {
    text-align: center;
    width: 100%;
}
.l5_content .l5_download p{
    margin-bottom: 0;
}
.l5_content .l5_download h2{
    text-align: left;
}
.l5_content .l5_download h3{
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.l5_content .l5_download .l5_block {
    border-radius: 21px;
    position: relative;
    padding: 43px 60px;
    box-shadow: 0px 0px 16.62px 0px var(--color-5);
    text-align: left;
    overflow: hidden;
    margin: 20px auto;
    width: 100%;
}
.l5_content .l5_download .l5_block.l5_block_1 {
    background: radial-gradient(65.68% 54.05% at 58.76% 60.34%, var(--color-7) 0%, var(--color-8) 100%);
    aspect-ratio: calc(520 / 540);
}
.l5_content .l5_download .l5_block.l5_block_2 {
    background: radial-gradient(65.38% 224.13% at 69.5% 42.96%, var(--color-9) 0%, var(--color-4) 100%);
    aspect-ratio: 2;
}
.l5_content .l5_download .l5_block.l5_block_3 {
    background: radial-gradient(65.38% 224.13% at 69.5% 42.96%, var(--color-9) 0%, var(--color-4) 100%);
    aspect-ratio: 2;
}
.l5_content .l5_download .l5_block figure {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    margin: auto;
    display: flex;
}
.l5_content .l5_download .l5_block figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    flex: 1;
}
@media (min-width: 782px)
{ 
    .l5_content .l5_options h3{
        font-size: 29px;
    }
    .l5_content .l5_download .l5_list {
        margin-bottom: 60px;
    }
    .l5_content .l5_download .l5_block{
        padding: 30px;
    }
}