/*!
Theme Name: Xcelsior
Theme URI: http://underscores.me/
Author: Quito
Author URI: https://quito.nl
Description: Custom WordPress Theme for Xcelsior
Version: 1.0.1
Tested up to: 6.3
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xcelsior
*/

:root {
    --title-color: #1b1c57;
    --highlight-color: #55a52d;
    --green-gradient: linear-gradient(to right, #97b816, #4ca22f);
    --green-gradient-hover: linear-gradient(to right, rgba(151, 184, 22, .8), rgba(76, 162, 47, .8));
    --blue-gradient: linear-gradient(to right, #34a0d0, #0b6da1);
    --blue-gradient-hover: linear-gradient(to right, rgba(52, 160, 208, .8), rgba(11, 109, 161, .8));
}

html {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4f5769;
}


body {
    background-color: #f4faf2;
    margin: 0;
    outline: 0;
    width: 100%;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

.site {
    overflow: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--title-color);
    font-weight: 700;
    margin: 0;
}

h1 {
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 12px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.content h2,
.content h1,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 22px;
}

p {
    margin: 0;
    line-height: 175%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 175%;
}

.content ul li {
    list-style-type: disc;
    margin-left: 16px;
    text-indent: 3px;
}
.content ol li {
    list-style-type: decimal;
    margin-left: 16px;
    text-indent: 3px;
}

.align-center .content ul,
.align-center .content ol {
    list-style-position: inside;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
}

.main-navigation,
.top-header,
.main-header > .button {
    display: none;
}
.site-header {
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 60px;
    z-index: 10;
    border-radius: 200px;
    background: #ffffff;
    padding: 20px 24px;
    box-sizing: border-box;
    max-width: 1440px;
    box-sizing: border-box;
    transition: opacity 0.2s linear;
}

.site-header.scrolled:not(:hover) {
    opacity: 0.7;
}

.site-header .logo {
    width: 128px;
}

.site-header .wrap {
    width: 100%;
}
.menu-icon,
.close {
    width: 54px;
    height: 36px;
    border-radius: 42px;
    position: absolute;
}
.close {
    background: #ffffff;
    top: 20px;
    right: 23px;
}
.menu-icon {
    background-image: var(--green-gradient);
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.hamburger,
.close .icon {
    height: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.hamburger {
    width: 18px;
}
.close .icon {
    width: 15px;
}
.menu-icon span,
.close .icon span {
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    transition: 0.3s linear;
    z-index: 5;
}
.menu-icon span {
    background: #ffffff;
    width: 18px;
}
.close .icon span {
    background-image: var(--green-gradient);
    width: 15px;
}
.menu-icon span:first-child {
    top: 0;
}

.menu-icon span:nth-child(2) {
    top: 5px;
}

.menu-icon span:last-child {
    bottom: 0;
    top: auto;
}

.menu-open {
    overflow: hidden;
}
.close .icon span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.close .icon span:last-child {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}
.mobile-navigation {
    background-image: var(--green-gradient);
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    transform: translateX(110%);
    transition: 0.3s ease-out;
    z-index: 20000000;
}
.menu-open:not(.locations-open) .mobile-navigation {
    transform: translateX(0);
}
.mobile-navigation .wrapper::-webkit-scrollbar {
    display: none;
}
.mobile-navigation .wrapper {
    height: calc(100% - 80px);
    overflow-y: scroll;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
    z-index: 5;
    letter-spacing: 0.05em;
    scrollbar-width: none;
}
.mobile-navigation li {
    position: relative;
    margin-top: 24px;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #ffffff;
    max-width: 420px;
}
.mobile-navigation .small {
    margin: 40px 0 83px;
}
.mobile-navigation .small li {
    font-weight: 500;
    font-size: 16px;
}
.mobile-navigation li li {
    background: none;
    display: block;
    /*margin: 0 0 0 24px;*/
    /*padding: 24px 0 0;*/
}
.mobile-navigation li li a {
    padding-left: 24px;
}
.mobile-navigation .toggle {
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    height: 40px;
    width: 40px;
    transition: 0.4s;
}
.mobile-navigation .toggle::after {
    display: block;
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #ffffff;
    background-image: url(inc/img/chevron-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
}
.mobile-navigation .open .toggle::after {
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.mobile-navigation .menu li:not(.menu-button) a {
    position: relative;
    display: block;
    font-size: 19px;
}
.mobile-navigation .sub-menu a {
    font-size: 16px;
    font-weight: 500;
}

.mobile-navigation .sub-menu {
    display: none;
}

.mobile-navigation .phone {
    color: #ffffff;
    font-size: 14px;
    margin: 25px 0 80px;
}
.mobile-navigation .phone a {
    display: inline-block;
    vertical-align: middle;
    line-height: 170%;
}
.mobile-navigation .phone a::before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    width: 11px;
    height: 15px;
    background-image: url(inc/img/phone.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.gradient-text {
    background: var(--green-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mobile-navigation .button {
    background-color: #ffffff;
    padding: 9px 9px 9px 28px;
    font-size: 19px;
}
.mobile-navigation .button .arrow {
    width: 30px;
    height: 30px;
    background-image: var(--green-gradient);
    margin-left: 20px;
    border-radius: 50%;
    position: relative;
}
.mobile-navigation .button .arrow::after {
    display: block;
    content: " ";
    width: 12px;
    height: 8px;
    background-image: url(inc/img/arrow-white.svg);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    font-size: 10px;
    font-weight: 700;
    box-sizing: border-box;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear;
    text-transform: uppercase;
    border-radius: 60px;
    padding: 16px 36px;
    position: relative;
}
.button.white {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.button.white:hover {
    background: rgba(255, 255, 255, 0.6);
}

.button {
    height: 60px;
    padding-right: 66px !important;
}
.button:after {
    content: "";
    position: absolute;
    right: 11px;
    width: 46px;
    height: 46px;
    background-image: url(inc/img/arrow-blue.svg);
    /*background: url(inc/img/arrow-white.svg);*/
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
.button.white:after {
    background-color: transparent;
    background-size: 20px;
    background-image: url(inc/img/arrow-white.svg);
}
.button.empty.green {
    height: auto;
    padding-right: 58px !important;
}
.button.empty.green:after {
    background-color: transparent;
    background-size: 20px;
    background-image: url(inc/img/arrow-green.svg);
}
@media (hover) {
    .button:hover:after {
        transform: rotate(-45deg);
    }
}



.button.white .arrow {
    width: 11px;
    height: 8px;
    background: url(inc/img/arrow-white.svg);
    background-size: 100%;
    margin-left: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.button.empty {
    text-transform: none;
    font-size: 12px;
    padding: 16px 36px;
}

.button.empty.green {
    color: #53a42e;
    border: 1px solid #4da32f;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, #4ca22f 50%, #97b816);
    background-size: 200% 100%;
    background-position: right center;
}

.button.empty.green:hover {
    background-position: left center;
    color: #ffffff;
}

.button.empty.green .arrow {
    width: 15px;
    height: 10px;
    background-image: url(inc/img/arrow-green.svg);
    background-size: 100%;
    margin-left: 12px;
    transition: background 0.2s linear;
}
.button.empty.green:hover .arrow {
    background-image: url(inc/img/arrow-white.svg);
}

.button.full {
    color: #ffffff;
    padding: 7px 7px 7px 36px;
    font-size: 15px;
}
.button.full.blue {
    background-image: var(--blue-gradient);
    transition: all .3s ease-in-out;

    @media (hover) {
        &:hover {
            background-image: var(--blue-gradient-hover);
        }
    }
}
.button.full.green {
    background-image: var(--green-gradient);

    transition: all .3s ease-in-out;

    @media (hover) {
        &:hover {
            background-image: var(--green-gradient-hover);
        }
    }
}
.button.full .arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    margin-left: 20px;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.2s linear;
}
.button.full.blue .arrow {
    background-image: url(inc/img/arrow-blue.svg);
}
.button.full.green .arrow {
    background-image: url(inc/img/arrow-green.svg);
}
.button.full:hover .arrow {
    transform: rotate(-45deg);
}

.complaints-section {
    margin: 80px 0 60px;
}

.complaints-section h2 {
    text-align: center;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.complaints-section .wrap {
    position: relative;
}

.complaints-section .wrap::before {
    display: block;
    content: " ";
    width: 450px;
    height: 450px;
    background-image: url(inc/img/complaints-title.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-45%) translateY(-33%);
    position: absolute;
    z-index: -1;
}

.complaints-section .indicator {
    display: block;
    width: 260px;
    margin: 0 auto;
    position: relative;
    mix-blend-mode: multiply;
}

.complaints-section .indicator::before {
    display: block;
    content: " ";
    width: 390px;
    height: 401px;
    background-image: url(inc/img/complaints-indicator-mobile.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-53.5%);
    animation: indicator-rotate 120s linear infinite;
}

@keyframes indicator-rotate {
    0% {
        transform: translateX(-50%) translateY(-53.5%) rotate(0);
    }

    100% {
        transform: translateX(-50%) translateY(-53.5%) rotate(360deg);
    }
}

.complaints-section .indicator img {
    display: block;
    width: 100%;
}

.indicator .dots span {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(inc/img/indicator-dot.svg);
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    display: none;
    transform: translateX(-50%) translateY(-50%);
}

.indicator .dots span::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: cd-pulse 1.2s infinite;
    border-radius: 50%;
    border: 1px solid #97b816;
    box-sizing: border-box;
}

.complaints a {
    font-size: 18px;
    font-weight: 700;
    color: var(--title-color);
    line-height: 100%;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    padding: 14px 25px 15px 41px;
    border-radius: 100px;
    background-image: linear-gradient(to left, #ffffff, #ffffff 50%, #4ca22f 50%, #97b816);
    background-size: 200% 100%;
    background-position: right center;
    box-shadow: 7px 7px 70px 0 rgba(0, 55, 97, 0.2);
    transition: background 0.25s ease-in-out, color 0.2s linear;
    margin: 0 auto 26px;
}

.complaints a:hover {
    background-position: left center;
    color: #ffffff;
}

.complaints a .arrow {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #eef4d9;
    background-image: url(inc/img/arrow-green.svg);
    background-repeat: no-repeat;
    background-size: 15px 11px;
    background-position: center;
    transition: background-color 0.3s linear;
    transition-delay: 0.1s;
}

.complaints a:hover .arrow {
    background-color: #ffffff;
}

@keyframes cd-pulse {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    50% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    52% {
        opacity: 1;
    }

    100% {
        width: 286%;
        height: 286%;
        opacity: 0;
    }
}

.cta {
    width: 90%;
    margin: 40px auto 60px;
    padding: 40px 5% 36px;
    color: #ffffff;
    text-align: center;
    border-radius: 60px;
    box-sizing: border-box;
    max-width: 1450px;
    position: relative;
    overflow: hidden;
}

.cta * {
    z-index: 2;
    position: relative;
}

.cta h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
}

.cta p {
    margin-bottom: 20px;
}

.cta.blue {
    background-image: linear-gradient(to right, #34a0d0, #0b6da1);
}

.cta.green {
    background-image: var(--green-gradient);
}

.cta.green::after {
    display: block;
    content: " ";
    width: 242px;
    height: 249px;
    width: 120px;
    height: 124px;
    background-image: url(inc/img/brand.svg);
    background-size: 100%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
}

.site-footer {
    background-color: #ecf6e8;
    padding: 40px 5%;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto 33px;
    border-radius: 40px;
    font-size: 14px;
    max-width: 1700px;
    color: var(--title-color);
}

.site-footer .wrap {
    max-width: 1230px;
}

.site-footer .logo {
    margin-bottom: 40px;
    width: 200px;
}

.site-footer .logo img {
    width: 100%;
}

.site-footer ul {
    margin-bottom: 17px;
    line-height: 240%;
    z-index: 2;
    position: relative;
}

.site-footer .column {
    position: relative;
}

.site-footer .column:not(.social) li:first-child {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 100%;
    margin-bottom: 10px;
}

.site-footer li span {
    color: var(--highlight-color);
}

.social {
    position: relative;
    margin-top: 40px;
}

.social::before,
.site-footer .column:first-child::before,
.testimonial-section .wrap::before {
    display: block;
    content: " ";
    position: absolute;
    width: 300px;
    height: 350px;
    background-image: url(inc/img/footer.svg);
    background-size: 100%;
}

.social::before {
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
}

.site-footer .column:first-child::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-25%);
}

.social a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.4px;
    gap: 0 16px;
}

.social li:not(:last-child) {
    margin-bottom: 20px;
}

.social figure {
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background-image: var(--green-gradient);
}

.social img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.site-footer a {
    transition: color 0.2s linear;
}

.site-footer a:hover {
    color: var(--highlight-color);
}

.testimonial-section {
    margin: 60px 0 100px;
}

.testimonial-section .wrap {
    max-width: 1521px;
    position: relative;
}
.testimonial-section .wrap::before {
    display: block;
    content: " ";
    position: absolute;
    width: 300px;
    height: 350px;
    background-image: url(inc/img/testimonial.svg);
    background-size: 100%;
    z-index: -1;
}
.testimonial-section .wrap::before {
    top: 0;
    left: 50%;
    transform: translateX(-25%) translateY(-15%);
}

.testimonial-section h2 {
    text-align: center;
    margin-bottom: 26px;
    position: relative;
}

.testimonial-section h2::before {
    display: block;
    content: " ";
    width: 67px;
    height: 53px;
    background-image: url(inc/img/quote.svg);
    background-size: 100%;
    margin-bottom: 13px;
}
.testimonial-slider {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.testimonial {
    background: #fafff8;
    border-radius: 30px;
    padding: 40px 45px 25px;
    color: #1e4f73;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

.testimonial.swiper-slide {
    height: auto;
}

.testimonial .rating {
    margin-bottom: 27px;
    width: 123px;
    height: 19px;
}

.testimonial .stars {
    display: block;
    height: 100%;
    background-image: url(inc/img/stars.svg);
    background-size: auto 100%;
    background-position: left top;
}

.testimonial p:not(.name) {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
    flex-grow: 1;
}

.testimonial p:not(.name)::before,
.testimonial p:not(.name)::after {
    content: '"';
}

.testimonial .name {
    font-weight: 700;
    font-size: 12px;
}

.specialist-section {
    background: #fafff8;
    padding: 57px 20px;
    border-radius: 80px;
    margin: 60px auto;
}

.specialist-section h2 {
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 50px;
    position: relative;
    max-width: 180px;
}
.specialist-card {
    text-align: center;
    width: calc(50% - 8px);
    color: var(--title-color);
    position: relative;
    max-width: 140px;
}
.specialist-card figure {
    width: 100%;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 18px;
    position: relative;
    z-index: 2;
}

.specialist-card img {
    width: 100%;
    display: block;
}

.specialist-card .name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 9px;
    line-height: 130%;
    position: relative;
    z-index: 2;
}
.specialist-card .function {
    font-size: 12px;
    line-height: 130%;
    position: relative;
    z-index: 2;
    max-width: 190px;
}

.specialist-section .content {
    display: none;
}

.specialists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px 16px;
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
}

.specialist-section .wrap {
    position: relative;
}
.specialist-section .wrap::before {
    display: block;
    content: " ";
    position: absolute;
    width: 480px;
    height: 473px;
    background-image: url(inc/img/specialists.svg);
    background-size: 100%;
    top: 0;
    left: 0;
    transform: translateX(-30%) translateY(-40%);
}
.go {
    display: block;
    width: 48px;
    height: 30px;
    border-radius: 100px;
    background-image: var(--green-gradient);
    position: relative;
    overflow: hidden;
}
.specialists .go {
    position: absolute;
    right: 0;
    top: 0;
}
.go::before {
    display: block;
    content: " ";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #f4faf2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 0.2s linear;
    z-index: 2;
    border-radius: 100px;
}
.specialists .go::before,
.job-card .go::before {
    background: #fafff8;
}
.go::after {
    display: block;
    content: " ";
    width: 12px;
    height: 9px;
    background-image: url(inc/img/arrow-green.svg);
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}
.go:hover::before {
    opacity: 0;
}
.go:hover::after {
    background-image: url(inc/img/arrow-white.svg);
}

.specialist-card:nth-of-type(8n + 1)::before,
.specialist-card:nth-of-type(8n + 4)::before,
.advice .avatar::before {
    display: block;
    content: " ";
    position: absolute;
    width: 380px;
    height: 380px;
    background-image: url(inc/img/specialists-blue.svg);
    background-size: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.specialist-card:nth-of-type(8n + 1)::before {
    transform: translateX(-40%) translateY(-25%);
}
.specialist-card:nth-of-type(8n + 4)::before,
.advice .avatar::before {
    transform: translateX(-30%) translateY(-15%);
}
.specialist-card:nth-of-type(4n + 2),
.specialist-card:nth-of-type(4n + 4) {
    top: 60px;
}

.news-section,
.video-section {
    margin: 60px 0 95px;
}

.news-section .button {
    margin: 54px auto 0;
}

.news-card {
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}

.news-section .news-card:not(:nth-of-type(1)) {
    display: none;
}

.news-card .thumbnail {
    overflow: hidden;
    border-radius: 200px;
    transition: box-shadow 0.2s ease-in-out;
}
.news-card .thumbnail img {
    width: 100%;
    display: block;
    transition: transform 0.2s ease-in-out;
}
.news-card:hover .thumbnail {
    box-shadow: 7px 7px 70px 0 rgba(0, 55, 97, 0.1);
}
.news-card:hover .thumbnail img {
    transform: scale(1.1, 1.1);
}
.specialist {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 8px;
}
.news-card .avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.news-card figure image {
    display: block;
    width: 100%;
}

.news-card .content {
    padding: 18px 24px 0 20px;
}

.specialist .name {
    font-size: 14px;
    font-weight: 700;
    color: var(--title-color);
}

.specialist .function {
    color: #888b97;
    font-size: 10px;
}

.news-card .title {
    font-size: 16px;
    margin-bottom: 9px;
}

.news-card .excerpt {
    font-size: 12px;
    margin-bottom: 14px;
}
main > section:first-child {
    margin-top: 100px;
}

.news-section .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    max-width: 1140px;
}
.news-section .wrap::before {
    display: block;
    content: " ";
    position: absolute;
    width: 350px;
    height: 350px;
    background-image: url(inc/img/news.svg);
    background-size: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-80%) translateY(-40%);
    z-index: -1;
}

.articles {
    width: 100%;
}

.large-text,
.unbold {
    font-size: 120%;
    line-height: 150%;
    font-weight: 400;
}
.small-text {
    font-size: 80%;
}
.video-section .wrap {
    width: 76%;
}

.video-section .title {
    text-align: center;
    position: relative;
}
.video-section .title * {
    position: relative;
}
.video-section .title p {
    margin-bottom: 22px;
}

.video-placeholder img {
    display: block;
    width: 100%;
}

.video-container {
    margin-bottom: 22px;
}

.video-container .wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 40px;
}

.video-container .wrapper::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(36deg, #4fa32f, #034e84 95%);
    opacity: 0.5;
    filter: contrast(1.2) brightness(1.2);
}

.video-section .content {
    text-align: center;
}

.content > p:not(:last-child),
.content > ul:not(:last-child),
.content > ol:not(:last-child),
.unbold {
    margin-bottom: 22px;
}
.counters {
    margin: 47px auto 36px;
}
.counters .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    width: 280px;
    margin: 0 auto;
}
.counter {
    width: 104px;
}

.counter .number {
    font-weight: 700;
    font-size: 40px;
    color: #4ca22f;
    line-height: 100%;
}

.counter p {
    font-size: 12px;
    color: var(--title-color);
    line-height: 133%;
    margin-top: 16px;
}

.counters .divide {
    display: block;
    width: 1px;
    height: 48px;
    opacity: 0.5;
    background: #4da32f;
    align-self: center;
}
.video-section .buttons {
    display: flex;
    gap: 10px 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.video-section .title::before {
    display: block;
    content: " ";
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(inc/img/video-title.svg);
    background-size: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-90%) translateY(30%);
    z-index: -1;
}
.video-container,
.video-placeholder {
    position: relative;
}

.video-container::before,
.image-section figure::before {
    display: block;
    content: " ";
    position: absolute;
    width: 240px;
    height: 260px;
    background-image: url(inc/img/video-container.svg);
    background-size: 100%;
    top: 0;
    right: 0;
    transform: translateX(45%) translateY(-70%);
    opacity: 0.75;
    z-index: -1;
}

.video-container::after,
.image-section figure::after {
    display: block;
    content: " ";
    position: absolute;
    width: 240px;
    height: 200px;
    background-image: url(inc/img/after-video.svg);
    background-size: 100%;
    bottom: 0;
    right: 0;
    transform: translateX(30%) translateY(30%);
    z-index: -1;
}

.video-container .play {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url(inc/img/play.svg);
    background-size: 100%;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.2s linear, opacity 0.2s linear;
}
.video-container .play:hover {
    transform: translateX(-50%) translateY(-50%) scale(1.1, 1.1);
}

.video-container.playing .play {
    opacity: 0;
    cursor: unset;
}

.video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.product-card {
    text-align: center;
    width: 90%;
    max-width: 280px;
    position: relative;
    transition: transform 0.2s linear;
}

.product-card:hover {
    transform: scale(1.06, 1.06);
}

.product-card a {
    border-radius: 70px;
    padding: 30px 0 50px;
    background: #ffffff;
    display: block;
    position: relative;
    z-index: 2;
}

.product-card::after {
    display: block;
    content: " ";
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(inc/img/product-card.svg);
    background-size: 100%;
    bottom: 0;
    right: 0;
    transform: translateX(28%) translateY(26%);
    z-index: -1;
}

.product-card .thumbnail {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.product-card .go {
    margin: 0 auto;
}

.product-card .go::before {
    background: #ffffff;
}

.product-card .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 160%;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.faq-section {
    margin: 80px 0;
}

.faq-section h2 {
    margin-bottom: 40px;
}
.faq-section .wrap {
    max-width: 1200px;
    position: relative;
}

.faq-item {
    border-top: 1px solid #4ca22f;
    padding: 13px 0;
    z-index: 2;
    position: relative;
}

.faq-item:last-child {
    border-bottom: 1px solid #4ca22f;
}

.faq-item .title {
    font-size: 20px;
    position: relative;
    padding: 10px 0;
    padding-right: 60px;
    cursor: pointer;
}

.faq-item .toggle {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4ca22f;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: transform 0.2s linear, background 0.2s linear;
}

.faq-item.open .toggle {
    background: #4ca22f;
}

.faq-item .toggle::before,
.faq-item .toggle::after {
    display: block;
    content: " ";
    background: #4ca22f;
    transition: transform 0.2s linear, background 0.2s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.faq-item.open .toggle::before,
.faq-item.open .toggle::after {
    background: #ffffff;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.faq-item .toggle::before {
    width: 12px;
    height: 1px;
}
.faq-item .toggle::after {
    width: 1px;
    height: 12px;
}

.faq-item .answer {
    padding-bottom: 13px;
    display: none;
    padding-top: 10px;
}

.faq-item .answer p,
.faq-item .answer ul,
.faq-item .answer ol {
    line-height: 200%;
}
.faq-section .wrap::before {
    display: block;
    content: " ";
    position: absolute;
    width: 360px;
    height: 240px;
    background-image: url(inc/img/faq.svg);
    background-size: 100%;
    top: 0;
    left: 0;
    transform: translateX(-40%) translateY(-40%);
    z-index: -1;
}
.intro-section .wrap::before {
    display: block;
    content: " ";
    position: absolute;
    width: 360px;
    height: 240px;
    background-image: url(inc/img/intro.svg);
    background-size: 100%;
    top: 0;
    left: 0;
    transform: translateX(-40%) translateY(-40%);
    z-index: -1;
}

.intro-section .wrap {
    position: relative;
}

.steps-section {
    text-align: center;
    margin: 60px 0;
}
.steps-section .wrap {
    max-width: 1009px;
}
.steps-section h2 {
    margin-bottom: 20px;
}
.steps-section .content {
    font-size: 16px;
    margin-bottom: 40px;
}

.step {
    width: 250px;
    margin: 0 auto 40px;
    position: relative;
}

.step .number {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #85bb4f;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e5f0cf;
    margin: 0 auto 20px;
    box-sizing: border-box;
    padding-bottom: 3px;
}
.step .title {
    font-weight: 600;
    color: var(--title-color);
    font-size: 18px;
    margin-bottom: 10px;
}

.step p:not(.title) {
    line-height: 200%;
}

.image-section,
.thumbnail-section {
    margin: 60px 0;
}

.image-section.half-width .wrap {
    max-width: 1000px;
}
.image-section figure {
    display: block;
    position: relative;
}
.image-section img,
.thumbnail-section .thumb img {
    display: block;
    width: 100%;
}

.image-section picture,
.thumbnail-section picture {
    border-radius: 60px;
    overflow: hidden;
    display: block;
}

.thumbnail-section .content {
    margin-bottom: 30px;
    position: relative;
}

.thumbnail-section .thumb {
    position: relative;
}

.portrait-thumbnail .thumb {
    max-width: 526px;
}
.wide-thumbnail .thumb {
    max-width: 1023px;
}
.wide-thumbnail .content::before {
    display: block;
    content: " ";
    position: absolute;
    width: 360px;
    height: 240px;
    background-image: url(inc/img/wide-thumb-title.svg);
    background-size: 100%;
    top: 0;
    left: 0;
    transform: translateX(-40%) translateY(-50%);
    z-index: -1;
}
.portrait-thumbnail .content::before {
    display: block;
    content: " ";
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(inc/img/portrait-thumb-title.svg);
    background-size: 100%;
    top: 0;
    left: 0;
    transform: translateX(-15%) translateY(-40%);
    z-index: -1;
}
.wide-thumbnail .thumb::before {
    display: block;
    content: " ";
    position: absolute;
    width: 400px;
    height: 400px;
    background-image: url(inc/img/wide-thumb-green.svg);
    background-size: 100%;
    bottom: 0;
    left: 0;
    transform: translateX(-5%) translateY(25%);
    z-index: -1;
}
.wide-thumbnail .thumb::after {
    display: block;
    content: " ";
    position: absolute;
    width: 400px;
    height: 360px;
    background-image: url(inc/img/wide-thumb-blue.svg);
    background-size: 100%;
    bottom: 0;
    right: 0;
    transform: translateX(25%) translateY(20%);
    z-index: -1;
    opacity: 0.75;
}
.portrait-thumbnail .thumb::before {
    display: block;
    content: " ";
    position: absolute;
    width: 400px;
    height: 400px;
    background-image: url(inc/img/portrait-thumb-green.svg);
    background-size: 100%;
    top: 50%;
    left: 0;
    transform: translateX(-40%) translateY(-50%);
    z-index: -1;
}

.text-section,
.columns-section,
.jobs,
.news {
    margin: 60px 0;
}
.text-section.align-center .content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.text-section.half-width .content {
    max-width: 1000px;
}
.content.white-background,
.content.green-background,
.job-card a {
    border-radius: 60px;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}

.job-card a {
    display: block;
    transition: box-shadow 0.2s linear;
    height: 100%;
}
.job-card a:hover {
    box-shadow: 7px 7px 70px 0 rgba(0, 55, 97, 0.05);
}

.content.white-background,
.job-card a {
    background: #fafff8;
}
.content.green-background {
    background: #e8f3e4;
}

.text-section .content.white-background::before,
.text-section .content.green-background::before {
    display: block;
    content: " ";
    position: absolute;
    width: 400px;
    height: 400px;
    background-image: url(inc/img/text-blue.svg);
    background-size: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-35%) translateY(35%);
    z-index: -1;
}

.text-section .content.white-background::after,
.text-section .content.green-background::after {
    display: block;
    content: " ";
    position: absolute;
    width: 350px;
    height: 350px;
    background-image: url(inc/img/text-green.svg);
    background-size: 100%;
    top: 0;
    right: 0;
    transform: translateX(30%) translateY(-25%);
    z-index: -1;
}

blockquote * {
    font-weight: 600;
    font-size: 180%;
    max-width: 900px;
    line-height: 140%;
    margin-bottom: 30px;
}

.content a:not(.button):not(.more):not(.go),
.advice a:not(.button):not(.more):not(.go) {
    color: #4ca22f;
    font-weight: 700;
}

.columns-section .content:last-child {
    margin-top: 40px;
}

.advice-section,
.product-section {
    margin: 80px 0 60px;
}

.advice-section .content {
    position: relative;
}

.advice-section .content::before {
    display: block;
    content: " ";
    position: absolute;
    width: 400px;
    height: 278px;
    background-image: url(inc/img/advice.svg);
    background-size: 100%;
    top: 0;
    left: 0;
    transform: translateX(-40%) translateY(-48%);
    z-index: -1;
}

.advice {
    background: #e8f3e4;
    border-radius: 60px;
    padding: 1px 40px 60px;
    box-sizing: border-box;
    margin: 100px auto 0;
    max-width: 400px;
}

.advice .avatar {
    margin: -60px auto 30px;
    width: 160px;
    position: relative;
}
.advice .avatar img {
    border-radius: 100px;
    position: relative;
    width: 100%;
    display: block;
}
.advice h2,
.advice h3,
.advice h4,
.advice h5,
.advice h6,
.advice p,
.advice ul,
.advice ol {
    margin-bottom: 22px;
}

.advice *:last-child {
    margin-bottom: 0;
}

.advice .button.full {
    font-size: 14px;
    padding: 18px 34px 18px 36px;
}

.advice .button.full .arrow {
    background: none;
    background-image: url(inc/img/arrow-white.svg);
    width: 16px;
    height: 12px;
    background-size: 100%;
    border-radius: 0;
    margin-left: 15px;
}

h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    margin-top: -4px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.section-title h2 {
    margin-bottom: 20px;
}

.product-section .button {
    margin: 54px auto 0;
}

.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
}

.product-section .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.product-section .wrap::before {
    display: block;
    content: " ";
    position: absolute;
    width: 350px;
    height: 350px;
    background-image: url(inc/img/news.svg);
    background-size: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-80%) translateY(-50%);
    z-index: -1;
}

.category-navigation ul,
.pagination nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    font-weight: 600;
}

.category-navigation a,
.pagination nav * {
    transition: opacity 0.2s linear;
    position: relative;
    display: block;
}
.category-navigation a:hover,
.pagination nav a:hover {
    opacity: 0.6;
}
.category-navigation a.current-link,
.pagination .current {
    color: #4ca22f;
}
.category-navigation a.current-link::after,
.pagination .current::after {
    display: block;
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #51a42e;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(6px);
}
section.small-margin {
    margin: 40px 0;
}

.news .news-card:not(:last-child) {
    margin-bottom: 40px;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: "Raleway", sans-serif;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-size: 12px;
    width: 100%;
    margin: 30px 0;
    border-radius: 100px;
    outline: 0;
    border: 1px dashed rgba(76, 162, 47, 0.4);
}

.toggle-container .title {
    display: block;
    font-weight: 700;
    color: #53a42e;
    width: 100%;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    padding: 14px 0;
}

.toggle-container .title::before {
    display: block;
    content: " ";
    width: 16px;
    height: 7px;
    background-image: url(inc/img/filter.svg);
    position: absolute;
    right: 6px;
    top: 20px;
    transition: transform 0.2s linear;
}
.toggle-container.open .title::before {
    transform: rotate(-180deg);
}

.toggle-container .title::after {
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    background-image: var(--green-gradient);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.toggle-container label {
    color: #3c4b70;
    line-height: 200%;
    position: relative;
    display: block;
    gap: 10px;
    cursor: pointer;
    padding-left: 25px;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + span {
    color: #53a42e;
}
label span::before {
    display: block;
    content: " ";
    width: 15px;
    height: 15px;
    background: #ffffff;
    transition: background-image 0.2s linear;
    position: absolute;
    top: 6px;
    left: 0;
}
input[type="checkbox"]:checked + span::before {
    background-image: var(--green-gradient);
    opacity: 0.5;
    width: 11px;
    height: 11px;
    margin-right: 14px;
    top: 8px;
    left: 2px;
}
input[type="submit"] {
    background: none;
}
.labels {
    display: none;
    padding: 14px 0 0;
}

.intro-section {
    margin: 60px 0;
}
.intro-section .container {
    position: relative;
    max-width: 1280px;
}
.intro-section .categories .title {
    color: #4da32f;
    font-weight: 700;
}
.intro-section .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 30px;
}
.intro-section .content {
    max-width: 720px;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}
.intro-section .thumbnail {
    overflow: hidden;
    border-radius: 60px;
    display: table;
    max-width: 801px;
    margin-bottom: 40px;
}
.intro-section .thumbnail img {
    display: block;
    width: 100%;
}

.intro-section h1 {
    margin-bottom: 40px;
}

.intro-section .specialist-card {
    display: none;
}

.qlwapp-text {
    display: none;
}
.qlwapp-whatsapp-icon {
    font-size: 24px;
}
body #qlwapp.qlwapp-button .qlwapp-toggle {
    height: 50px;
}
.mobile-navigation .language-switcher {
    display: flex;
    margin-top: 30px;
    gap: 30px;
}
.mobile-navigation .language-switcher li {
    font-size: 16px;
    font-weight: 400;
    width: auto;
}

.mobile-navigation .language-switcher .current-lang {
    opacity: 0.75;
    pointer-events: none;
}

.logo-gallery {
    margin: 60px 0;
}

.logo-gallery .wrap {
    text-align: center;
    max-width: 860px;
}
.logo-gallery .gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 30px;
    flex-wrap: wrap;
    margin: 30px auto 0;
}
.logo-gallery .gallery figure {
    width: 120px;
}

#page:not(.show-whatsapp) + #qlwapp {
    display: none;
    visibility: hidden;
}

@media screen and (min-width: 480px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 17px;
    }
    .large-text {
        font-size: 125%;
    }

    .video-section .large-text,
    .section-title .large-text,
    .unbold {
        font-size: 140%;
    }

    .complaints a {
        width: 320px;
    }

    .site-footer {
        padding: 50px 5%;
        border-radius: 50px;
    }

    .cta {
        margin: 60px auto 80px;
        padding: 45px 5% 40px;
        border-radius: 80px;
    }

    .cta h2 {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .cta p {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .button {
        font-size: 13px;
        padding: 18px 40px;
    }

    .cta.green::after {
        width: 160px;
        height: 166px;
    }
    .testimonial p:not(.name) {
        font-size: 16px;
    }
    .testimonial .name {
        font-size: 14px;
    }
    .testimonial-section h2 {
        margin-bottom: 40px;
    }
    .specialist-section {
        padding: 57px 35px;
    }
    .specialists {
        gap: 35px;
        width: 100%;
    }
    .specialist-section h2 {
        font-size: 24px;
        margin-bottom: 60px;
        position: relative;
        max-width: 250px;
    }
    .specialist-card {
        max-width: 150px;
    }
    .specialist-card .function {
        font-size: 13px;
    }
    .specialist-card .name {
        margin-bottom: 7px;
    }
    .specialist-card figure {
        margin: 0 auto 22px;
    }
    .video-section .title::before {
        width: 350px;
        height: 350px;
    }
    .video-container::before,
    .image-section figure::before {
        width: 280px;
        height: 320px;
    }
    .video-container::after,
    .image-section figure::after {
        width: 320px;
        height: 280px;
        transform: translateX(35%) translateY(35%);
    }
    main > section:first-child {
        margin-top: 120px;
    }
    .video-section .title p,
    .video-container {
        margin-bottom: 26px;
    }
    .faq-section {
        margin: 80px 0;
    }

    .faq-section h2 {
        margin-bottom: 60px;
    }
    .faq-item {
        padding: 16px 0;
    }
    .faq-item .title {
        font-size: 24px;
        padding: 15px 0;
        padding-right: 100px;
    }
    .faq-item .toggle {
        width: 50px;
        height: 50px;
        right: 15px;
    }
    .faq-item .toggle::before {
        width: 15px;
    }
    .faq-item .toggle::after {
        height: 15px;
    }
    .faq-item .answer {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 60px;
    }
    .steps-section,
    .image-section,
    .thumbnail-section,
    .text-section,
    .columns-section,
    .jobs,
    .news {
        margin: 80px 0;
    }

    .content.white-background,
    .content.green-background,
    .job-card a {
        padding: 50px 60px;
    }
    .advice-section,
    .product-section {
        margin: 100px 0 75px;
    }
    section.small-margin {
        margin: 50px 0;
    }
    #filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }
    .containers {
        width: 100%;
        margin-bottom: 34px;
    }
    input[type="search"] {
        width: 240px;
        margin: 0;
    }
    .intro-section {
        margin: 75px 0;
    }
    .intro-section h1 {
        margin-bottom: 50px;
    }
    .logo-gallery {
        margin: 75px 0;
    }
}

@media screen and (min-width: 600px) {
    .site-footer .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
    }

    .social {
        margin-top: 0;
    }

    .site-footer {
        padding: 50px 0;
        border-radius: 50px;
    }

    .site-footer ul:last-child {
        margin-bottom: 0;
    }

    .site-footer {
        width: 95%;
    }

    .cta {
        margin: 70px auto 90px;
        padding: 50px 5%;
        border-radius: 100px;
    }

    .cta h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .cta p {
        font-size: 18px;
        margin-bottom: 32px;
    }

    .button {
        padding: 20px 44px;
    }

    .button.white .arrow {
        position: relative;
        transform: translateX(75%);
        right: auto;
        top: auto;
        margin-left: 15px;
    }
    .specialist-card {
        width: calc(33.33% - 70px / 3);
    }
    .specialist-card:nth-of-type(4n + 2),
    .specialist-card:nth-of-type(4n + 4) {
        top: auto;
    }
    .specialist-card:nth-of-type(3n + 1),
    .specialist-card:nth-of-type(3n + 3) {
        top: 30px;
    }

    .specialists {
        padding-bottom: 30px;
    }
    .specialists .go {
        transform: translateY(-200%);
    }
    .specialist-card:nth-of-type(8n + 3)::before {
        display: block;
        content: " ";
        position: absolute;
        width: 380px;
        height: 380px;
        background-image: url(inc/img/specialists-blue.svg);
        background-size: 100%;
        top: 0;
        left: 0;
    }
    .specialist-card:nth-of-type(8n + 4)::before {
        display: none;
    }
    .specialist-card:nth-of-type(8n + 3)::before {
        transform: translateX(-30%) translateY(-15%);
    }
    .news-section,
    .video-section {
        margin: 80px 0 120px;
    }
    .video-section .title::before {
        width: 400px;
        height: 400px;
    }
    .video-container::before,
    .image-section figure::before {
        width: 320px;
        height: 340px;
    }
    .video-container::after,
    .image-section figure::after {
        width: 500px;
        height: 450px;
        transform: translateX(45%) translateY(40%);
    }
    .small-video .video-container {
        max-width: 600px;
        margin: 30px auto;
    }
    .video-container .wrapper {
        overflow: hidden;
        position: relative;
        border-radius: 70px;
    }
    .video-container .play {
        width: 100px;
        height: 100px;
    }

    .image-section picture,
    .thumbnail-section picture {
        border-radius: 80px;
    }
    .products .product-card {
        width: calc(50% - 20px);
    }
    .filter .containers {
        display: flex;
        justify-content: space-between;
    }
    .toggle-container {
        width: 30%;
        max-width: 180px;
    }
    #filter {
        max-width: 860px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
    .complaints-section .wrap::before {
        width: 520px;
        height: 520px;
    }

    .complaints-section h2 {
        margin-bottom: 30px;
    }

    .complaints-section .indicator::before {
        width: 480px;
        height: 520px;
    }

    .indicator .dots span {
        width: 24px;
        height: 24px;
    }

    .site-footer {
        padding: 60px 0;
        border-radius: 50px;
    }

    .social::before,
    .site-footer .column:first-child::before {
        width: 418px;
        height: 434px;
    }
    .site-footer .column:first-child::before {
        top: -15%;
    }

    .cta {
        margin: 80px auto 100px;
        padding: 60px 5%;
        border-radius: 500px;
    }

    .cta h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .cta p {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .button.white .arrow {
        width: 14px;
        height: 10px;
    }

    .cta.green::after {
        width: 180px;
        height: 186px;
    }

    .complaints a {
        width: 280px;
        z-index: 2;
        margin: 13px;
    }

    .complaints .indicator {
        width: 320px;
    }

    .complaints .links {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
    .testimonial-section {
        margin: 80px 0 100px;
    }
    .testimonial-section .wrap::before {
        width: 480px;
        height: 473px;
    }
    .testimonial-section .wrap::before {
        transform: translateX(-25%) translateY(-30%);
    }
    .testimonial-section h2 {
        margin-bottom: 50px;
    }
    .testimonial-section h2::before {
        display: inline-block;
        margin: 0 34px 10px -67px;
    }
    .testimonial-slider {
        max-width: 900px;
        padding-bottom: 30px;
    }
    .testimonial {
        transition: transform 0.6s ease-in-out;
    }
    .testimonial.swiper-slide-duplicate-next,
    .testimonial.swiper-slide-next {
        transform: translateY(30px);
    }

    .specialist-section h2 {
        font-size: 28px;
        margin-bottom: 80px;
        max-width: 300px;
    }
    .specialist-card {
        width: calc(25% - 105px / 4);
    }
    .specialist-card:nth-of-type(8n + 3)::before {
        transform: translateX(-30%) translateY(-15%);
    }

    .specialists .go {
        transform: translateY(-230%);
    }
    .specialist-card:nth-of-type(3n + 1),
    .specialist-card:nth-of-type(3n + 3) {
        top: auto;
    }
    .specialist-card:nth-of-type(4n + 1),
    .specialist-card:nth-of-type(4n + 3) {
        top: 30px;
    }
    .news-card {
        max-width: 1140px;
    }
    .news-card a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news-card .thumbnail {
        width: calc(50% - 30px);
        max-width: 516px;
    }
    .news-card .content {
        width: 50%;
        max-width: 560px;
        padding: 0;
    }
    .specialist .function {
        font-size: 12px;
    }
    .news-card .title {
        font-size: 18px;
    }
    .news-card .excerpt {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .specialist {
        margin-bottom: 10px;
    }
    .news-section .news-card:not(:nth-of-type(1)) {
        display: block;
    }
    .news-card:not(:last-child) {
        margin-bottom: 40px;
    }
    .news-section,
    .video-section {
        margin: 100px 0 150px;
    }
    .news-section .section-title {
        text-align: left;
        width: 100%;
    }
    .news-section .wrap::before {
        left: 0;
        transform: translateX(-20%) translateY(-40%);
    }
    .faq-item {
        padding: 20px 0;
    }
    .faq-section h2 {
        margin-bottom: 80px;
    }
    .faq-item .title {
        font-size: 26px;
        padding: 20px 0;
        padding-right: 120px;
    }
    .faq-item .toggle {
        width: 60px;
        height: 60px;
        right: 20px;
    }
    .faq-section {
        margin: 120px 0;
    }
    .faq-item .answer {
        padding-bottom: 24px;
        padding-right: 100px;
    }
    .faq-section .wrap::before,
    .intro-section .wrap::before {
        width: 420px;
        height: 300px;
        transform: translateX(-40%) translateY(-45%);
    }
    .steps-section {
        margin: 100px 0;
    }
    .steps-section .content {
        margin-bottom: 60px;
    }

    .steps {
        display: flex;
        gap: 30px;
    }
    .step .number {
        margin: 0 auto 30px;
        z-index: 2;
    }
    .step:nth-child(2)::before {
        display: block;
        content: " ";
        height: 1px;
        width: calc(200% + 60px);
        border-bottom: 1px dashed rgba(76, 162, 47, 0.4);
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .image-section {
        margin: 100px 0;
    }
    .thumbnail-section {
        margin: 120px 0;
    }
    .wide-thumbnail .content {
        max-width: 510px;
    }
    .portrait-thumbnail .content {
        max-width: 640px;
    }
    .wide-thumbnail .thumb {
        width: 55%;
    }
    .portrait-thumbnail .thumb {
        width: 50%;
    }
    .align-left.portrait-thumbnail .thumb {
        margin-left: 5%;
    }
    .align-right.portrait-thumbnail .thumb {
        margin-right: 5%;
    }
    .align-left.wide-thumbnail .thumb {
        margin-right: -11%;
        margin-left: 3%;
    }
    .align-right.wide-thumbnail .thumb {
        margin-left: -11%;
        margin-right: -3%;
    }
    .align-left.wide-thumbnail .thumb picture {
        border-radius: 80px 0 0 80px;
    }
    .align-right.wide-thumbnail .thumb picture {
        border-radius: 0 80px 80px 0;
    }
    .thumbnail-section .wrap {
        display: flex;
        align-items: center;
        max-width: 1370px;
    }
    .thumbnail-section.align-top .wrap {
        align-items: flex-start;
    }
    .thumbnail-section.align-bottom .wrap {
        align-items: flex-end;
    }
    .thumbnail-section .content {
        margin-bottom: 0;
        width: 50%;
        flex-shrink: 0;
    }
    .thumbnail-section.align-right .wrap {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .wide-thumbnail .content::before {
        width: 460px;
        height: 340px;
        transform: translateX(-38%) translateY(-50%);
    }
    .portrait-thumbnail .content::before {
        width: 380px;
        height: 380px;
    }
    .portrait-thumbnail.align-left .thumb::before {
        right: 0;
        left: auto;
        transform: translateX(40%) translateY(-50%) scaleX(-1);
    }

    .text-section .content.white-background,
    .text-section .content.green-background {
        padding: 60px 75px;
        border-radius: 80px;
    }
    .text-section,
    .columns-section,
    .jobs,
    .news {
        margin: 100px 0;
    }
    .columns-section .wrap,
    .jobs .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .jobs .wrap {
        gap: 40px;
    }
    .columns-section .content,
    .job-card {
        width: calc(50% - 20px);
    }
    .columns-section .content:last-child {
        margin-top: 0;
    }
    .text-section .content.white-background::before,
    .text-section .content.green-background::before {
        width: 500px;
        height: 500px;
        transform: translateX(-30%) translateY(35%);
    }
    .text-section .content.white-background::after,
    .text-section .content.green-background::after {
        width: 420px;
        height: 420px;
        transform: translateX(30%) translateY(-25%);
    }
    .advice-section .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .advice-section .content {
        width: 42%;
        max-width: 522px;
    }
    .advice {
        width: 51%;
        margin: 0;
        max-width: 650px;
    }
    .advice-section {
        margin: 150px 0 100px;
    }
    .product-section {
        margin: 120px 0 90px;
    }
    section.small-margin {
        margin: 60px 0;
    }
    .products .product-card {
        width: calc(33.33% - 80px / 3);
        max-width: 400px;
    }
    input[type="search"] {
        width: 280px;
    }
    #filter {
        padding: 20px 30px;
        border-radius: 30px;
        transition: background 0.2s linear;
        box-sizing: border-box;
        background: #fafff8;
    }
    .intro-section {
        margin: 90px 0;
    }
    .intro-section .categories {
        gap: 20px 40px;
        margin-bottom: 40px;
    }
    .intro-section .thumbnail {
        border-radius: 80px;
        margin-bottom: 50px;
    }
    .intro-section h1 {
        margin-bottom: 60px;
    }
    .logo-gallery {
        margin: 90px 0;
    }
    .logo-gallery .gallery {
        margin: 40px auto 0;
        gap: 30px 40px;
    }
}

@media screen and (min-width: 900px) {
    .specialists {
        gap: 40px;
    }
    .specialist-card {
        width: calc(25% - 30px);
    }

    .specialist-section {
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        max-width: 1494px;
        padding: 80px 35px 60px;
    }
    .columns-section .content {
        width: calc(50% - 25px);
    }
    .advice {
        padding: 1px 60px 60px;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 16px;
    }
    h1 {
        font-size: 42px;
    }
    .video-section h1,
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 19px;
    }
    .complaints-section h2 {
        margin-bottom: 40px;
    }

    .complaints .indicator {
        width: 380px;
    }

    .site-footer {
        padding: 75px 0;
        border-radius: 60px;
    }

    .cta {
        margin: 100px auto 120px;
        padding: 75px 8%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cta p {
        margin-bottom: 0;
    }

    .button {
        padding: 22px 48px;
    }

    .button.white .arrow {
        transform: translateX(60%);
        margin-left: 15px;
    }

    .complaints-section .indicator::before {
        width: 560px;
        height: 560px;
        background-image: url(inc/img/complaints-indicator.svg);
    }

    .complaints-section .wrap {
        max-width: 1400px;
    }

    .complaints a:nth-of-type(3) {
        transform: translateX(-30px);
    }

    .complaints a:nth-of-type(4) {
        transform: translateX(30px);
    }

    .indicator .dots span {
        width: 32px;
        height: 32px;
    }

    .complaints {
        display: grid;
        align-items: center;
    }

    .complaints .indicator,
    .complaints .links {
        grid-row: 1;
        grid-column: 1;
    }

    .complaints .links {
        display: grid;
        justify-content: space-between;
    }

    .complaints a:nth-of-type(odd) {
        grid-column: 1;
    }

    .complaints a:nth-of-type(even) {
        grid-column: 3;
    }

    .complaints a:nth-of-type(7) {
        margin-left: 60px;
    }

    .complaints a:nth-of-type(8) {
        margin-left: -60px;
    }

    .complaints a {
        font-size: 16px;
        margin: 15px 0;
        padding: 22px 20px 20px 41px;
        box-shadow: 7px 7px 70px 0 rgba(0, 55, 97, 0.1);
    }

    .complaints-section .indicator {
        width: 40%;
        max-width: 508px;
    }

    .complaints a .arrow {
        width: 48px;
        height: 48px;
    }
    .testimonial-section h2 {
        margin-bottom: 60px;
    }
    .testimonial p:not(.name) {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .specialist-section {
        padding: 100px 40px 80px;
        margin: 80px auto;
    }
    .specialists {
        gap: 45px;
        border-radius: 100px;
    }

    .specialist-card {
        width: calc(25% - 135px / 4);
        max-width: 202px;
    }
    .specialist-card figure {
        max-width: 160px;
    }
    .specialist-section h2 {
        font-size: 32px;
        margin-bottom: 100px;
        max-width: 380px;
    }
    .specialist-card .name {
        font-size: 18px;
    }
    .specialist-card .function {
        font-size: 14px;
    }
    .specialist-card:nth-of-type(8n + 1)::before {
        width: 488px;
        height: 482px;
    }
    .specialist-card:nth-of-type(8n + 1)::before {
        transform: translateX(-35%) translateY(-20%);
    }
    .specialist-card:nth-of-type(8n + 3)::before,
    .advice .avatar::before {
        transform: translateX(-20%) translateY(-5%);
    }
    .specialist-section .content {
        display: block;
        width: calc(100% - 460px);
        margin-left: 80px;
        margin-top: 10px;
    }
    .specialist-section .wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .more {
        color: #4ca22f;
        margin-top: 20px;
        display: table;
    }
    .more::after {
        display: inline-block;
        content: " ";
        width: 12px;
        height: 9px;
        background-image: url(inc/img/arrow-green.svg);
        background-size: 100%;
        margin-left: 10px;
        vertical-align: middle;
        transition: transform 0.2s linear;
    }

    .more:hover::after {
        transform: translateX(5px);
    }
    .go {
        width: 66px;
        height: 40px;
    }
    .go::after {
        width: 17px;
        height: 12px;
    }
    .news-section,
    .video-section {
        margin: 120px 0 160px;
    }
    .news-card .thumbnail {
        width: calc(50% - 40px);
    }
    .news-card:not(:last-child),
    .news .news-card:not(:last-child) {
        margin-bottom: 50px;
    }
    .specialist .name {
        font-size: 15px;
    }
    .specialist .function {
        font-size: 13px;
    }
    .news-card .title {
        font-size: 20px;
    }
    .news-card .excerpt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .button.empty {
        font-size: 14px;
        padding: 15px 36px;
    }
    .button.empty.green .arrow {
        width: 20px;
        height: 14px;
    }
    .news-section .wrap::before {
        width: 474px;
        height: 467px;
        left: 0;
        transform: translateX(-40%) translateY(-50%);
    }
    .product-section .wrap::before {
        width: 474px;
        height: 467px;
        transform: translateX(-100%) translateY(-50%);
    }
    .specialist {
        margin-bottom: 14px;
    }
    .video-section .buttons {
        justify-content: flex-start;
    }
    .video-section .wrap {
        display: grid;
        align-items: start;
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
    }
    .video-section .title {
        text-align: left;
        order: 1;
        align-self: self-end;
    }

    .video-section.align-left .title,
    .video-section.align-left .content,
    .video-section.align-right.small-video .video-container {
        grid-column: 1;
    }

    .video-section.align-right .title,
    .video-section.align-right .content,
    .video-section.align-left.small-video .video-container {
        grid-column: 2;
    }

    .video-section .content {
        text-align: left;
        order: 2;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: self-start;
    }
    .small-video .video-container {
        order: 3;
        grid-row: 1;
        grid-row-end: span 2;
        width: calc(50vw - 50px);
        max-width: 760px;
    }
    .video-section.align-left.small-video .video-container {
        margin: 0 0 0 50px;
    }
    .video-section.align-right.small-video .video-container {
        margin: 0 50px 0 0;
    }
    .video-container:first-child {
        grid-column-end: span 2;
    }
    main > section:first-child {
        margin-top: 140px;
    }
    .counters {
        margin-left: 0;
        order: 1;
        width: 100%;
    }
    .counters .container {
        width: 300px;
    }
    .video-section .content .button {
        margin-left: 0;
    }
    .content > p:not(:last-child),
    .content > ul:not(:last-child),
    .content > ol:not(:last-child) {
        margin-bottom: 26px;
    }
    .text-section .large-text {
        font-size: 140%;
    }
    .video-section .large-text,
    .section-title .large-text,
    .unbold {
        font-size: 160%;
    }
    .video-section .title::before {
        width: 570px;
        height: 597px;
        transform: translateX(-90%) translateY(20%);
    }
    .video-container::before,
    .image-section.full-width figure::before {
        width: 712px;
        height: 800px;
        opacity: 1;
        transform: translateX(45%) translateY(-30%);
    }
    .image-section.half-width figure::before {
        transform: translateX(45%) translateY(-30%);
    }
    .align-right .video-container::before {
        right: auto;
        left: 0;
        transform: translateX(-45%) translateY(-30%);
    }
    .align-right .video-container::after {
        right: auto;
        left: 0;
        transform: translateX(-45%) translateY(40%);
    }
    .video-container::after,
    .image-section.full-width figure::after {
        width: 675px;
        height: 606px;
    }
    .content .button {
        margin-top: 10px;
    }
    .counters .container {
        margin: 0;
    }
    .faq-section {
        margin: 160px 0;
    }
    .faq-item .title {
        font-size: 30px;
        padding: 25px 0;
        padding-right: 150px;
    }
    .faq-item .toggle {
        width: 75px;
        height: 75px;
    }
    .faq-item .toggle::before {
        width: 18px;
    }
    .faq-item .toggle::after {
        height: 18px;
    }
    .faq-item .answer {
        padding-top: 15px;
        padding-bottom: 30px;
        padding-right: 160px;
    }
    .steps {
        justify-content: space-between;
    }
    .step {
        margin: 0;
    }
    .step .number {
        font-size: 26px;
        width: 66px;
        height: 66px;
        margin: 0 auto 36px;
    }
    .step:nth-child(2)::before {
        width: calc(200% + 220px);
        top: 33px;
    }
    .step .title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .steps-section .content {
        font-size: 18px;
        margin-bottom: 60px;
    }
    .steps-section,
    .image-section {
        margin: 120px 0;
    }

    .thumbnail-section {
        margin: 140px 0;
    }
    .image-section picture,
    .thumbnail-section picture {
        border-radius: 100px;
    }
    .align-left.wide-thumbnail .thumb picture {
        border-radius: 100px 0 0 100px;
    }
    .align-right.wide-thumbnail .thumb picture {
        border-radius: 0 100px 100px 0;
    }
    .thumbnail-section .content {
        width: 40%;
    }
    .align-right.portrait-thumbnail .thumb {
        margin-right: 60px;
    }
    .align-left.portrait-thumbnail .thumb {
        margin-left: 60px;
    }
    .wide-thumbnail .thumb {
        width: 65%;
    }
    .align-left.wide-thumbnail .thumb {
        margin-left: 60px;
    }
    .align-right.wide-thumbnail .thumb {
        margin-right: 60px;
    }
    .wide-thumbnail .thumb::before {
        width: 560px;
        height: 560px;
    }
    .wide-thumbnail .thumb::after {
        width: 600px;
        height: 560px;
        transform: translateX(25%) translateY(25%);
    }
    .portrait-thumbnail .thumb::before {
        width: 540px;
        height: 540px;
        transform: translateX(-33%) translateY(-50%);
    }
    .portrait-thumbnail.align-left .thumb::before {
        transform: translateX(33%) translateY(-50%) scaleX(-1);
    }
    .content ul li {
        margin-left: 20px;
    }
    .text-section .content.white-background,
    .text-section .content.green-background {
        padding: 75px 100px;
        border-radius: 100px;
    }
    .text-section,
    .columns-section,
    .jobs,
    .news {
        margin: 120px 0;
    }
    blockquote * {
        margin-bottom: 40px;
    }
    .columns-section .content {
        width: calc(50% - 30px);
    }
    .text-section .content.white-background::before,
    .text-section .content.green-background::before {
        width: 600px;
        height: 600px;
        transform: translateX(-25%) translateY(35%);
    }
    .text-section .content.white-background::after,
    .text-section .content.green-background::after {
        width: 500px;
        height: 500px;
        transform: translateX(32%) translateY(-25%);
    }
    .advice-section .content::before {
        width: 480px;
        height: 333px;
    }
    .advice h2,
    .advice h3,
    .advice h4,
    .advice h5,
    .advice h6 {
        margin-bottom: 30px;
    }
    .advice p,
    .advice ul,
    .advice ol {
        margin-bottom: 24px;
    }
    .advice {
        padding: 50px 50px 50px 100px;
        position: relative;
        width: 49%;
    }
    .advice .avatar {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        transform: translateX(-50%) translateY(-50%);
        width: 140px;
    }
    .advice-section {
        margin: 180px 0 120px;
    }
    .product-section {
        margin: 150px 0 100px;
    }
    .section-title {
        margin-bottom: 60px;
    }
    .product-section .button {
        margin-top: 75px;
    }
    .products {
        gap: 50px;
    }
    .products .product-card {
        width: calc(33.33% - 100px / 3);
    }
    .product-card .title {
        font-size: 18px;
    }
    .jobs .wrap {
        gap: 60px;
    }

    .job-card {
        width: calc(50% - 30px);
    }
    section.small-margin {
        margin: 70px 0;
    }
    input[type="search"] {
        padding: 15px 20px;
        font-size: 14px;
    }
    .toggle-container .title {
        font-size: 16px;
    }
    input[type="search"] {
        font-size: 16px;
    }
    .containers {
        margin-bottom: 40px;
    }
    #filter {
        padding: 30px 40px;
    }
    .intro-section {
        margin: 120px 0;
    }
    .intro-section .thumbnail {
        border-radius: 100px;
        margin-bottom: 60px;
    }
    .intro-section .wrapper {
        position: relative;
        padding-right: 200px;
    }
    .intro-section .specialist-card {
        display: block;
        position: absolute;
        right: 0;
        top: 37px;
    }
    .logo-gallery {
        margin: 120px 0;
    }
}

@media screen and (min-width: 1280px) {
    body.menu-open {
        overflow: auto;
    }
    .site-header {
        height: 70px;
        padding: 0 12px 0 34px;
        top: 45px;
        width: 95%;
        position: absolute;
    }
    .site-header.scrolled {
        position: fixed;
        top: 15px;
    }
    .site-header .logo {
        width: 160px;
    }
    .mobile-navigation,
    .menu-icon {
        display: none;
        visibility: hidden;
    }
    .main-header {
        display: flex;
        align-items: center;
        gap: 0 20px;
        justify-content: space-between;
    }
    .main-navigation {
        display: block;
    }
    .main-header > .button {
        display: flex;
    }
    .main-navigation .menu > li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 34px;
        padding: 21px 0;
    }
    .main-navigation .menu > li > a {
        font-weight: 600;
        color: #3c4b70;
        font-size: 14px;
        position: relative;
        transition: color 0.2s linear;
    }
    .main-navigation .menu > li > a:hover {
        color: #51a42e;
    }
    .main-navigation .menu > li.current-menu-item > a,
    .main-navigation .menu > li.current-menu-ancestor > a {
        color: #51a42e;
    }
    .main-navigation .menu > li.current-menu-item > a::after,
    .main-navigation .menu > li.current-menu-ancestor > a::after {
        display: block;
        content: " ";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #51a42e;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) translateY(10px);
    }
    .main-navigation .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 100%;
        padding: 45px 45px 82px;
        box-sizing: border-box;
        border-top: 0;
        transform: translateX(-50%);
        display: none;
        background: #fafff8;
        border-radius: 0 0 30px 30px;
        z-index: -1;
        justify-content: center;
    }
    .main-navigation .sub-menu li {
        margin-bottom: 18px;
        width: 250px;
    }
    .main-navigation .sub-menu li:nth-of-type(odd) {
        grid-column: 1;
    }
    .main-navigation .sub-menu li:nth-of-type(even) {
        grid-column: 2;
    }
    .main-navigation .sub-menu a {
        font-weight: 700;
        color: #1e4f73;
        transition: color 0.2s linear;
    }
    .main-navigation .sub-menu a:hover,
    .main-navigation .sub-menu .current-menu-item a {
        color: #51a42e;
    }
    .main-navigation .sub-menu a::before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        width: 32px;
        height: 32px;
        background-color: rgba(170, 198, 67, 0.2);
        background-image: url(inc/img/arrow-green.svg);
        background-size: 10px auto;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
        margin-right: 17px;
    }
    .site-header::before {
        display: block;
        content: " ";
        z-index: -3;
        width: 100%;
        height: 50%;
        background: #fafff8;
        position: absolute;
        top: 50%;
        left: 0;
        transition: 0.2s linear;
        opacity: 0;
    }
    .main-navigation .sub-menu::before {
        display: block;
        content: " ";
        box-shadow: 7px 7px 70px 0 rgba(0, 55, 97, 0.1);
        width: 100%;
        height: 70px;
        border-radius: 200px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-100%);
    }
    .site-header.sub-open::before {
        opacity: 1;
    }
    .site-header::after {
        display: block;
        content: " ";
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 200px;
    }
    .main-header .button {
        background-image: var(--blue-gradient);
        color: #ffffff;
        padding: 7px 7px 7px 24px;
        font-size: 13px;
        transition: all .3s ease-in-out;

        @media (hover) {
            &:hover {
                background-image: var(--blue-gradient-hover);
            }
        }
    }
    .main-header .button .arrow {
        width: 33px;
        height: 33px;
        border-radius: 50%;
        background: #ffffff;
        margin-left: 20px;
        background-image: url(inc/img/arrow-blue.svg);
        background-size: 12px;
        background-position: center;
        background-repeat: no-repeat;
        transition: transform 0.2s linear;
    }
    .main-header .button:hover .arrow {
        transform: rotate(-45deg);
    }
    .top-header {
        position: absolute;
        display: flex;
        width: calc(95% - 60px);
        max-width: 1380px;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        justify-content: flex-end;
        align-items: center;
        font-size: 14px;
        color: #003761;
    }
    .top-navigation {
        margin-right: 36px;
    }
    .top-header a {
        transition: color 0.2s linear;
    }
    .top-header a:hover {
        color: #4fa32f;
    }
    .top-header .phone::before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        width: 11px;
        height: 15px;
        background-image: url(inc/img/phone-green.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        margin-right: 5px;
    }
    .top-navigation li {
        display: inline-block;
        margin-left: 22px;
    }
    .opening-hours {
        display: flex;
        align-items: center;
        margin-right: 36px;
    }
    .opening-hours .clock {
        width: 85px;
    }
    .opening-hours .clock::before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        width: 14px;
        height: 14px;
        background-image: url(inc/img/clock.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        margin-right: 10px;
    }
    .opening-hours i {
        font-style: normal;
        color: #4fa32f;
    }
    .opening-hours p::before {
        content: "|";
        margin-right: 5px;
        margin-left: -3px;
    }
    main > section:first-child {
        margin-top: 212px;
    }
    h1 {
        font-size: 48px;
    }
    .video-section h1,
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 34px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 24px;
    }
    h6 {
        font-size: 20px;
    }
    .video-section .large-text,
    .section-title .large-text,
    .unbold {
        font-size: 180%;
    }

    .complaints-section h2 {
        margin-bottom: 60px;
    }

    .complaints-section .wrap::before {
        width: 577px;
        height: 475px;
        transform: translateX(-30%) translateY(-40%);
    }

    .complaints-section .indicator::before {
        width: 676px;
        height: 679px;
    }

    .site-footer {
        padding: 90px 0 78px;
        border-radius: 70px;
    }

    .cta {
        margin: 120px auto 160px;
        padding: 80px 10%;
    }

    .cta h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .cta p {
        font-size: 24px;
    }

    .button {
        font-size: 15px;
        padding: 25px 50px;
    }

    .button.white .arrow {
        width: 16px;
        height: 12px;
    }

    .cta.green::after {
        width: 200px;
        height: 207px;
    }

    .complaints a {
        width: 340px;
        font-size: 20px;
        padding: 26px 35px 26px 44px;
        margin: 16px 0;
    }

    .complaints a .arrow {
        width: 54px;
        height: 54px;
        background-size: 19px 14px;
    }

    .indicator .dots span {
        width: 36px;
        height: 36px;
    }
    .testimonial-section {
        margin: 100px 0;
    }
    .testimonial-slider {
        max-width: 100%;
        padding-bottom: 42px;
    }
    .testimonial-section h2 {
        margin-bottom: 70px;
    }
    .testimonial.swiper-slide-duplicate-next,
    .testimonial.swiper-slide-next {
        transform: translateY(42px);
    }
    .testimonial {
        padding: 47px 45px 36px;
    }
    .testimonial .rating {
        margin-bottom: 23px;
    }
    .specialist-section h2 {
        font-size: 36px;
        margin-bottom: 120px;
        max-width: 500px;
        line-height: 140%;
    }
    .specialist-section {
        padding: 130px 40px 100px;
        margin: 100px auto;
    }
    .specialists {
        justify-content: flex-start;
    }
    .specialist-section .content {
        width: calc(100% - 600px);
        margin-left: 100px;
    }
    .specialists .go {
        transform: translateY(-150%);
        top: 50%;
        right: -60px;
    }
    .news-section,
    .video-section {
        margin: 140px 0 180px;
    }
    .news-card:not(:last-child),
    .news .news-card:not(:last-child) {
        margin-bottom: 60px;
    }
    .specialist .name {
        font-size: 16px;
    }
    .specialist .function {
        font-size: 14px;
    }
    .specialist {
        margin-bottom: 18px;
    }
    .news-card .title {
        font-size: 24px;
    }
    .news-section .button {
        margin: 80px auto 0;
    }
    .video-container .wrapper {
        border-radius: 90px;
    }
    .video-section .title p {
        margin-bottom: 20px;
    }
    .small-video .video-container {
        width: calc(52vw - 50px);
    }
    .counters {
        margin: 47px 0 0;
    }
    .video-container .play {
        width: 120px;
        height: 120px;
    }
    .faq-section {
        margin: 200px 0;
    }
    .faq-section h2 {
        margin-bottom: 100px;
    }
    .faq-item {
        padding: 22px 0;
    }
    .faq-item .title {
        font-size: 34px;
        padding: 30px 0;
        padding-right: 214px;
    }
    .faq-item .answer {
        font-size: 18px;
        padding-right: 214px;
        padding-top: 10px;
    }
    .faq-item .toggle {
        width: 100px;
        height: 100px;
    }
    .faq-item .toggle::before {
        width: 22px;
    }
    .faq-item .toggle::after {
        height: 22px;
    }
    .faq-section .wrap::before {
        width: 564px;
        height: 415px;
        transform: translateX(-40%) translateY(-45%);
    }
    .intro-section .wrap::before {
        width: 520px;
        height: 418px;
        transform: translateX(-40%) translateY(-45%);
    }
    .step .number {
        font-size: 36px;
        width: 73px;
        height: 73px;
        margin: 0 auto 46px;
        padding-bottom: 5px;
    }
    .step:nth-child(2)::before {
        top: 36px;
    }
    .step .title {
        font-size: 21px;
    }
    .steps-section .content {
        margin-bottom: 80px;
    }
    .steps-section {
        margin: 160px 0;
    }
    .steps-section h2 {
        margin-bottom: 23px;
    }
    .steps {
        gap: 125px;
    }
    .image-section.full-width {
        margin: 140px 0;
    }
    .image-section picture,
    .thumbnail-section picture {
        border-radius: 120px;
    }
    .align-left.wide-thumbnail .thumb picture {
        border-radius: 120px 0 0 120px;
    }
    .align-right.wide-thumbnail .thumb picture {
        border-radius: 0 120px 120px 0;
    }
    .thumbnail-section {
        margin: 160px 0;
    }
    .align-right.portrait-thumbnail .thumb {
        margin-right: 80px;
    }
    .align-left.portrait-thumbnail .thumb {
        margin-left: 80px;
    }
    .align-left.wide-thumbnail .thumb {
        margin-left: 90px;
    }
    .align-right.wide-thumbnail .thumb {
        margin-right: 90px;
    }
    .wide-thumbnail .content::before {
        width: 520px;
        height: 418px;
        transform: translateX(-36%) translateY(-50%);
    }
    .portrait-thumbnail .content::before {
        width: 466px;
        height: 451px;
        transform: translateX(-10%) translateY(-40%);
    }
    .wide-thumbnail .thumb::after {
        width: 750px;
        height: 700px;
        transform: translateX(25%) translateY(25%);
    }
    .thumbnail-section .content {
        width: 45%;
    }
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content > p:not(:last-child),
    .content > ul:not(:last-child),
    .content > ol:not(:last-child) {
        margin-bottom: 30px;
    }
    .text-section .content.white-background,
    .text-section .content.green-background {
        padding: 80px 120px;
        border-radius: 120px;
    }
    .text-section,
    .columns-section,
    .jobs,
    .news {
        margin: 140px 0;
    }
    .columns-section .content {
        width: calc(50% - 40px);
    }
    .columns-section .content.content.white-background,
    .columns-section .content.content.green-background {
        padding: 75px 90px;
        border-radius: 80px;
    }
    .text-section .content.white-background::before,
    .text-section .content.green-background::before {
        width: 768px;
        height: 698px;
        transform: translateX(-25%) translateY(30%);
    }
    .text-section .content.white-background::after,
    .text-section .content.green-background::after {
        width: 646px;
        height: 618px;
        transform: translateX(35%) translateY(-25%);
    }
    .advice-section .content::before {
        width: 566px;
        height: 393px;
    }
    .advice-section .content {
        width: 38%;
    }
    .advice {
        padding: 70px 70px 70px 130px;
        width: 48%;
        border-radius: 80px;
    }
    .advice .avatar {
        width: 150px;
    }
    .advice-section {
        margin: 220px 0 180px;
    }
    .product-section {
        margin: 180px 0 120px;
    }
    .section-title {
        margin-bottom: 80px;
    }
    .products {
        gap: 60px;
    }
    .products .product-card {
        width: calc(33.33% - 40px);
    }
    .product-card a {
        padding: 36px 0 56px;
        border-radius: 100px;
    }
    .product-card .thumbnail {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }
    .product-card .title {
        font-size: 20px;
    }
    .product-card::after {
        width: 400px;
        height: 400px;
    }
    #filter {
        padding: 40px 50px;
        margin-bottom: 80px;
    }
    .intro-section {
        margin: 140px 0;
    }
    .intro-section .thumbnail {
        border-radius: 120px;
        margin-bottom: 80px;
    }
    .intro-section h1 {
        margin-bottom: 70px;
    }
    .intro-section .wrapper {
        padding-right: 0;
    }
    .intro-section .thumbnail {
        width: 800px;
    }
    .qlwapp-text {
        display: block;
    }
    .advice .button.full {
        font-size: 15px;
        padding: 16px 34px 16px 36px;
    }
    .top-header .language-switcher {
        display: flex;
        gap: 10px;
    }
    .top-header .language-switcher li {
        font-size: 14px;
        font-weight: 400;
        width: auto;
    }
    .top-header .language-switcher .current-lang {
        color: #4fa32f;
        pointer-events: none;
    }
    .top-header .language-switcher .lang-item-first::after {
        content: " / ";
        margin-left: 8px;
        color: #003761;
    }
    .logo-gallery {
        margin: 150px 0;
    }
}

@media screen and (min-width: 1440px) {
    .site-header {
        height: 84px;
        padding: 0 12px 0 46px;
    }
    .site-header .logo {
        width: 183px;
    }
    .main-navigation .menu > li > a {
        font-size: 16px;
    }
    .main-navigation .menu > li {
        margin-left: 40px;
        padding: 28px 0;
    }
    .main-header .button {
        padding: 7px 7px 7px 30px;
    }
    .main-header .button .arrow {
        width: 40px;
        height: 40px;
        margin-left: 24px;
    }
    h1 {
        font-size: 52px;
    }
    .video-section h1,
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 36px;
    }
    h4 {
        font-size: 30px;
    }
    .complaints-section h2 {
        margin-bottom: 80px;
    }
    .complaints a {
        width: 400px;
        font-size: 22px;
        padding: 31px 50px 31px 44px;
        margin: 18px 0;
    }

    .complaints a:nth-of-type(7) {
        margin-left: 80px;
    }

    .complaints a:nth-of-type(8) {
        margin-left: -80px;
    }

    .complaints a .arrow {
        width: 58px;
        height: 58px;
    }

    .site-footer {
        padding: 110px 0 78px;
        border-radius: 80px;
    }

    .cta {
        padding: 90px 10%;
    }
    .cta h2 {
        font-size: 44px;
    }
    .cta p {
        font-size: 28px;
    }
    .button {
        font-size: 17px;
        padding: 30px 52px;
    }
    .button.white .arrow {
        width: 20px;
        height: 14px;
    }
    .cta.green::after {
        width: 220px;
        height: 229px;
    }
    .indicator .dots span {
        width: 40px;
        height: 40px;
    }
    .testimonial-section {
        margin: 130px 0 120px;
    }
    .testimonial-section h2 {
        margin-bottom: 90px;
    }
    .testimonial-section h2::before {
        margin: 0 34px 17px -67px;
        width: 77px;
        height: 60px;
    }
    .testimonial p:not(.name) {
        font-size: 20px;
    }
    .testimonial {
        padding: 47px 45px 44px;
    }
    .specialist-section .wrap::before {
        transform: translateX(-30%) translateY(-35%);
    }
    .specialist-section {
        padding: 160px 40px 125px;
        border-radius: 120px;
        margin: 120px auto;
    }
    .specialist-section h2 {
        max-width: 570px;
        margin-bottom: 160px;
    }
    .specialists {
        gap: 60px;
        margin-left: 30px;
    }
    .specialist-section .content {
        width: calc(100% - 750px);
        margin-left: 180px;
    }
    .specialists .go {
        right: -20px;
    }
    .news-section,
    .video-section {
        margin: 160px 0 210px;
    }
    .news-card:not(:last-child),
    .news .news-card:not(:last-child) {
        margin-bottom: 67px;
    }
    .video-section .wrap {
        align-items: center;
    }
    .small-video .video-container {
        width: calc(52vw - 60px);
    }
    .video-section.align-left.small-video .video-container {
        margin: 0 0 0 60px;
    }
    .video-section.align-right.small-video .video-container {
        margin: 0 60px 0 0;
    }
    .video-container .wrapper {
        border-radius: 120px;
    }
    .video-section .large-text,
    .unbold {
        font-size: 188%;
    }
    .faq-section {
        margin: 250px 0;
    }
    .faq-item {
        padding: 25px 0;
    }
    .faq-item .answer {
        padding-bottom: 35px;
    }
    .faq-section h2 {
        margin-bottom: 120px;
    }
    .steps-section .content {
        margin-bottom: 100px;
    }
    .steps-section,
    .thumbnail-section {
        margin: 200px 0;
    }
    .image-section.full-width {
        margin: 160px 0;
    }
    .image-section.full-width picture {
        border-radius: 140px;
    }
    .align-right.portrait-thumbnail .thumb {
        margin-right: 100px;
    }
    .align-left.portrait-thumbnail .thumb {
        margin-left: 100px;
    }
    .wide-thumbnail .thumb {
        width: 72%;
    }
    .align-left.wide-thumbnail .thumb {
        margin-left: 130px;
        margin-right: -16%;
    }
    .align-right.wide-thumbnail .thumb {
        margin-right: 130px;
        margin-left: -16%;
    }
    .wide-thumbnail .thumb::before {
        width: 723px;
        height: 709px;
        transform: translateX(-5%) translateY(28%);
    }
    .wide-thumbnail .thumb::after {
        width: 1050px;
        height: 942px;
        transform: translateX(30%) translateY(25%);
    }
    .portrait-thumbnail .thumb::before {
        width: 600px;
        height: 627px;
    }
    .text-section .content.white-background,
    .text-section .content.green-background {
        padding: 96px 160px;
    }
    .text-section,
    .columns-section,
    .jobs,
    .news {
        margin: 160px 0;
    }
    .columns-section .content {
        width: calc(50% - 50px);
    }
    .columns-section .content.white-background,
    .columns-section .content.green-background {
        padding: 90px 120px;
        border-radius: 100px;
    }
    .advice .avatar {
        width: 186px;
    }
    .advice {
        padding: 90px 90px 90px 150px;
        border-radius: 80px;
    }
    .advice-section {
        margin: 250px 0 200px;
    }
    .product-section {
        margin: 210px 0 150px;
    }
    .products {
        gap: 80px;
    }
    .products .product-card {
        width: calc(33.33% - 160px / 3);
    }
    .product-card a {
        padding: 43px 0 66px;
    }
    .product-card .thumbnail {
        width: 234px;
        height: 234px;
    }
    .product-card::after {
        width: 574px;
        height: 565px;
    }
    #filter {
        padding: 50px 66px;
        margin-bottom: 100px;
    }
    .top-navigation li {
        margin-left: 28px;
    }
}

@media screen and (min-width: 1560px) {
    h1 {
        font-size: 56px;
    }
    .main-navigation .menu > li {
        margin-left: 47px;
    }
    .main-header .button {
        padding: 7px 7px 7px 36px;
        font-size: 15px;
    }
    .main-header .button .arrow {
        width: 46px;
        height: 46px;
    }
    .cta {
        padding: 90px 190px;
    }

    .cta h2 {
        font-size: 48px;
    }

    .cta.green::after {
        width: 242px;
        height: 249px;
    }
    .specialist-section .content {
        width: calc(100% - 800px);
        margin-left: 230px;
    }
    .specialists {
        margin-left: 60px;
    }
    .specialists .go {
        right: 20px;
    }
    .small-video .video-container {
        width: calc(52vw - 84px);
    }
    .video-section.align-left.small-video .video-container {
        margin: 0 0 0 84px;
    }
    .video-section.align-right.small-video .video-container {
        margin: 0 84px 0 0;
    }
    .advice {
        padding: 110px 95px 125px 170px;
        border-radius: 80px;
    }
    .top-navigation li {
        margin-left: 36px;
    }
}

@media screen and (min-width: 1700px) {
    .align-left.wide-thumbnail .thumb picture,
    .align-right.wide-thumbnail .thumb picture {
        border-radius: 120px;
    }
}

.qlwapp__button {
    transition: opacity .3s ease-in-out;

    @media (hover) {
        &:hover {
            opacity: .8;
        }
    }
}
