/*
Theme Name: Lexpertise
Author: Maciej Noworyta (Invenze)
Author URI: https://invenze.com
*/

:root {
    --lex-primary: #285677;
    --lex-blue: #4D9CE0;
    --lex-pink: #E5227F;
    --lex-green: #0F9363;
    --lex-granat: #285677;
    --white: #FFFFFF;
    --font-size-base: 18px;
    --font-size-h1: 52px;
    --font-size-h2: 36px;
    --font-size-h3: 28px;
    --font-size-h4: 22px;
    --font-size-h5: 18px;
    --font-size-h6: 14px;
    --font-size-title: 52px;
}

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, time, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
    display: block;
}

a, ins, del {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

strong {
    font-weight: 700;
}

caption, th {
    text-align: left;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
}

a {
    color: var(--lex-primary);
    text-decoration: none;
    transition: all 300ms ease-out 0s;
}

a:hover, a:focus {
    color: var(--lex-primary);
    text-decoration: underline;
    outline: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html, body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.4;
    color: var(--lex-primary);
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.transition {
    opacity: 0.85;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.transition:hover {
    opacity: 1;
}

.container {
    width: 100%;
    max-width: 1308px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}


p {
    margin: 0 0 16px;
    line-height: 1.4;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: var(--lex-primary);
    line-height: 1.2;
}

h1, .h1 {
    font-size: var(--font-size-h1);
}

h2, .h2 {
    font-size: var(--font-size-h2);
}

h3, .h3 {
    font-size: var(--font-size-h3);
}

h4, .h4 {
    font-size: var(--font-size-h4);
}

h5, .h5 {
    font-size: var(--font-size-h5);
}

h6, .h6 {
    font-size: var(--font-size-h6);
}

/* Sections */
.section {
    padding: 64px 0;
    background: linear-gradient(0deg, rgba(158, 213, 248, 0.10) 70%, rgba(255, 255, 255, 0.00) 100%);
}

.section.reverse {
    background: linear-gradient(180deg, rgba(158, 213, 248, 0.10) 70.65%, rgba(255, 255, 255, 0.00) 100.65%);
}

.section-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.section-heading .superscription:before {
    content: "";
    width: 82px;
    height: 2px;
    background: var(--lex-blue);
    position: absolute;
    bottom: 4px;
    left: 0;
}

.section-heading .superscription {
    font-size: 24px;
    font-weight: 600;
    color: var(--lex-blue);
    line-height: 1;
    position: relative;
    display: block;
    padding-left: 106px
}

.section-heading .title {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(93deg, #285677 2.24%, #52A7F0 71.91%, #9DD4F7 97.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.125;
}

.section-heading .title.reverse {
    background: linear-gradient(271deg, #285677 -96.12%, #52A7F0 85.93%, #9DD4F7 153.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-heading .description {
    font-size: 16px;
    font-weight: 600;
    color: rgba(40, 86, 119, 0.60);
}

.bg-blue {
    background: var(--lex-blue);
}

.bg-pink {
    background: var(--lex-pink);
}

.bg-green {
    background: var(--lex-green);
}

#main {
    padding-top: 96px;
}

#main:not(.home) {
    background: #F5FBFE;
}

.slicknav_menu {
    display: none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0px 25px 0px 25px;
}

.alignleft {
    float: left;
    margin: 0px 25px 0px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 25px 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1280px) {
}

@media (max-width: 1140px) {
    .section {
        padding: 48px 0;
    }

    .slicknav_menu {
        display: block;
    }

    .slicknav_btn {
        position: absolute;
        top: 15px;
        right: 16px;
        border: 0;
        background: transparent;
    }

    .slicknav_icon {
        width: 40px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
    }

    .slicknav_icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: var(--lex-granat);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .slicknav_icon span:nth-child(1) {
        top: 1px;
    }

    .slicknav_icon span:nth-child(2) {
        top: 12px;
    }

    .slicknav_icon span:nth-child(3) {
        top: 24px;
    }

    .slicknav_open .slicknav_icon span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .slicknav_open .slicknav_icon span:nth-child(2) {
        opacity: 0;
        left: -30px;
    }

    .slicknav_open .slicknav_icon span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .slicknav_nav {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 100%;
        left: 0;
        top: 60px;
        padding-top: 15px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    }

    .slicknav_nav a {
        color: var(--lex-granat);
        font-weight: 700;
        display: block;
        padding: 10px 15px;
        text-align: center;
        border-top: 1px solid #f2f2f2;
    }

    .slicknav_nav .current-menu-item a,
    .home .slicknav_nav .current-menu-item.is-active a,
    .slicknav_nav a:hover {
        color: var(--white);
        background: var(--lex-granat);
    }

    .home .slicknav_nav .current-menu-item a {
        background: none;
        color: var(--lex-granat);
    }

    .slicknav_item {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .slicknav_arrow {
        position: absolute;
        top: 0;
        right: 15px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

@media (max-width: 1140px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    #main {
        padding-top: 65px;
    }
}

@media (max-width: 992px) {
    .section-heading .superscription:before {
        width: 42px;
    }

    .section-heading .superscription {
        padding-left: 66px;
        font-size: 18px;
    }

    .section-heading .title {
        font-size: 24px;
    }

    .section-heading .description {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 32px 0;
    }
}