/*
	Main styles
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dfe6e9;
}

a {
    background-color: transparent;
}

a:focus {
    outline: unset;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 14px
}

main img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
}

button {
    text-transform: none;
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    color: #333;
    background: #fff
}

svg:not(:root),
symbol {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Ruberoid';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Bold.eot');
    src: local(''),
        url('../fonts/Ruberoid-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Bold.woff2') format('woff2'),
        url('../fonts/Ruberoid-Bold.woff') format('woff'),
        url('../fonts/Ruberoid-Bold.ttf') format('truetype');
}

/* raleway-300 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v28-cyrillic_latin-300.woff2') format('woff2'),
        url('../fonts/raleway-v28-cyrillic_latin-300.ttf') format('truetype');
}

/* raleway-regular - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-cyrillic_latin-regular.woff2') format('woff2'),
        url('../fonts/raleway-v28-cyrillic_latin-regular.ttf') format('truetype');
}

/* raleway-500 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v28-cyrillic_latin-500.woff2') format('woff2'),
        url('../fonts/raleway-v28-cyrillic_latin-500.ttf') format('truetype');
}

/* raleway-600 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v28-cyrillic_latin-600.woff2') format('woff2'),
        url('../fonts/raleway-v28-cyrillic_latin-600.ttf') format('truetype');
}

/* raleway-700 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v28-cyrillic_latin-700.woff2') format('woff2'),
        url('../fonts/raleway-v28-cyrillic_latin-700.ttf') format('truetype');
}

/* raleway-800 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway-v28-cyrillic_latin-800.woff2') format('woff2'),
        url('../fonts/raleway-v28-cyrillic_latin-800.ttf') format('truetype');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #000;
    line-height: 1.76;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:empty,
p:last-child {
    margin-bottom: 0;
}

.site-container-wrap {
    position: relative;
}

.site-container {
    position: relative;
    margin: auto;
    max-width: 1300px;
    width: 100%;
}

.hide {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 1300px) {
    .site-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 980px) {
    .site-container {
        overflow: hidden;
    }
}

/* ## Headings */

h2,
h3,
h4,
h5,
.h2,
.h3 {
    line-height: 1.5;
    font-weight: 400;
}

h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 56px;
    line-height: 1.3;
    font-weight: 400;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 36px;
}

.h4,
.h5,
.h6,
.h7 {
    font-weight: 600;
    line-height: 1.3;
}

.h4 {
    font-size: 24px;
}

.h5 {
    font-size: 22px;
}

.h6 {
    font-size: 20px;
}

.h7 {
    font-size: 18px;
}

@media screen and (max-width: 640px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        word-break: break-word;
    }

    h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 400px) {
    h1 {
        font-size: 30px;
    }
}

/* ## Links */

a,
button,
input:focus {
    transition: .3s
}

a {
    color: #74a32f;
    text-decoration: none;
}

.post a {
    text-decoration: underline;
}

.post a:hover {
    text-decoration: none;
}

/* ## Buttons */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    background-color: #93d337;
    border: 0;
    border-radius: 35px;
    cursor: pointer;
    transition: .3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
    color: #29444a;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #93d337;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: unset;
}

.button-line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    font-size: 20px;
    color: #29444a;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #93d337;
    border-radius: 35px;
    cursor: pointer;
    transition: .3s;
}

.button-line:hover {
    color: #fff;
    background-color: #93d337;
}

.cross {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cross:before,
.cross:after {
    content: "";
    width: 1px;
}

.cross:before {
    transform: rotate(45deg);
}

.cross:after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {

    .button,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        background: linear-gradient(#93d337, #93d337);
    }
}

/* ## Form */

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="text"],
textarea,
select {
    display: block;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    font-size: 16px;
    color: #303549;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #ebf1f4;
    border-radius: 10px;
}

select:hover {
    cursor: pointer;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #e6eaee;
    border-radius: 5px;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto
}

label {
    display: block;
}

select {
    padding-right: 50px;
    color: #808080;
    background-image: url(../img/bottom.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

/* ## Placeholder */

::placeholder {
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    opacity: 0.3;
    transition: opacity ease 0.3s;
}

input:focus::placeholder {
    opacity: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
	z-index: 3
}

.site-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -2;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: #f4f9f2;
}

.site-header:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 885px;
    height: 244px;
    background-image: url(../img/header-top.png);
    background-position: center;
    background-repeat: no-repeat;
}

.site-header>picture {
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -2;
    display: block;
    height: 100%;
    width: 100vw;
}

.site-header>picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 980px) {
    .site-header:after {
        z-index: -1;
    }
}

/* ## Header top */

.header-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 60px;
}

.header-top:before {
    content: '';
    position: absolute;
    left: calc(-50vw + 50% - 200px);
    top: 130px;
    z-index: -1;
    width: 330px;
    height: 330px;
    background-image: url(../img/header-left.svg);
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 980px) {
    .header-top {
        z-index: unset;
    }
}

@media screen and (max-width: 640px) {
    .header-top {
        justify-content: space-between;
    }
}

/* ### Logo */

.logo {
    position: relative;
    flex-shrink: 0;
    margin-right: 90px;
    color: #29444a;
    line-height: 1;
}

.logo h1,
.logo .h1 {
    display: flex;
    flex-direction: column;
    font-size: 50px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.logo h1 span,
.logo .h1 span {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

@media screen and (max-width: 640px) {
    .logo {
        margin-right: 30px;
    }
}

@media screen and (max-width: 400px) {

    .logo h1,
    .logo .h1 {
        font-size: 40px;
    }
}

/* ## Header images */

.header-images {
    position: absolute;
    top: 30px;
    right: -20px;
    z-index: -1;
    width: 390px;
    height: 410px;
}

.image-wrap {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.header-images .image-wrap {
    border: 10px solid #fff;
    border-radius: 30px;
    box-sizing: content-box;
}

.header-images .image-wrap:nth-child(1) {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    width: 210px;
    height: 210px;
}

.header-images .image-wrap:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 75px;
    z-index: 3;
    width: 245px;
    height: 210px;
}

.header-images .image-wrap:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 190px;
    height: 250px;
}

.image-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 980px) {
    .header-images {
        right: -100px;
    }
}

@media screen and (max-width: 768px) {
    .header-images {
        display: none;
    }
}

/* ## Contacts */

.contacts .tel-wrap {
    display: flex;
    flex-direction: column;
}

.contacts .tel-wrap span {
    font-size: 13px;
}

.contacts .tel-wrap a {
    font-family: 'Ruberoid', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.contacts .address {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.56;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.menu {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
}

.menu a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 981px) {
    .header-menu {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 51px 0px rgba(168, 185, 187, 0.18);
        border-radius: 30px;
    }

    /* ## Primary menu */
    .primary-menu {
        position: relative;
    }

    .primary-menu .menu {
        align-items: center;
        flex-wrap: wrap;
    }

    .primary-menu>ul>li {
        position: relative;
        display: flex;
        white-space: nowrap;
    }

    .primary-menu a {
        color: #000;
    }

    .primary-menu>ul>li>a {
        position: relative;
        padding: 22px 20px;
        font-size: 15px;
        font-weight: 500;
    }

    .primary-menu>ul>li>a:after {
        content: '';
        position: absolute;
        bottom: 13px;
        left: calc(50% - 25px);
        width: 50px;
        height: 3px;
        background-color: transparent;
        border-radius: 2px;
        transition: .3s;
    }

    .primary-menu>ul>li:hover>a:after,
    .primary-menu>ul>.current-menu-item>a:after {
        background-color: #93d337;
    }

    .primary-menu a:hover {
        text-decoration: unset;
    }

    .header-menu .primary-menu li:hover>.sub-menu {
        display: flex;
    }

    .header-menu .primary-menu>ul>li:hover>a:not(:only-child) {
        border-radius: 10px 10px 0 0;
    }

    .primary-menu li ul {
        position: absolute;
        top: 59px;
        left: 50%;
        z-index: 999;
        display: none;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 10px;
        min-width: 170px;
        height: auto;
        list-style: none;
        background-color: #fff;
        box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
        border-radius: 30px;
        transform: translateX(-50%);
    }

    .primary-menu li ul:before {
        content: '';
        display: block;
        position: absolute;
        top: -6px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent white transparent;
        transform: translate3d(-50%, 0, 0);
        -webkit-filter: drop-shadow(1px 2px 1px rgba(100, 120, 164, 0.25));
        filter: drop-shadow(1px -1px 1px rgba(100, 120, 164, 0.25));
    }

    .primary-menu li ul li {
        position: relative
    }

    .primary-menu li ul a,
    .primary-menu .hide-menu a {
        display: block;
        padding: 8px 15px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        border-radius: 16px;
    }

    .primary-menu li ul a:hover {
        border-color: #93d337;
    }

    .primary-menu li ul ul {
        top: -10px;
        left: 100%;
        transform: translateX(0);
    }

    .primary-menu li ul ul:before {
        left: -3px;
        top: calc(50% - 6px);
        border-width: 6px 6px 6px 0;
        border-color: transparent white transparent transparent;
        -webkit-filter: drop-shadow(1px 5px 9px rgba(100, 120, 164, 0.25));
        filter: drop-shadow(1px 5px 9px rgba(100, 120, 164, 0.25));
    }

    /* ## Hide menu */

    .primary-menu .hide-menu {
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-left: auto;
        cursor: pointer;
    }

    .primary-menu .hide-menu .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        height: 40px;
        border-radius: 10px 10px 0 0;
        transition: 0.3s;
    }

    .primary-menu .hide-menu:hover .burger {
        background-color: #2c81e9;
    }

    .primary-menu .hide-menu .burger span,
    .primary-menu .hide-menu .burger span:before,
    .primary-menu .hide-menu .burger span:after {
        width: 15px;
        height: 3px;
        background-color: #2c81e9;
        border-radius: 2px;
        transition: 0.3s;
    }

    .primary-menu .hide-menu:hover .burger span,
    .primary-menu .hide-menu:hover .burger span:before,
    .primary-menu .hide-menu:hover .burger span:after {
        background-color: #fff;
    }

    .primary-menu .hide-menu .burger span {
        position: relative;
    }

    .primary-menu .hide-menu .burger span:before,
    .primary-menu .hide-menu .burger span:after {
        content: "";
        position: absolute;
    }

    .primary-menu .hide-menu .burger span:before {
        top: -7px;
    }

    .primary-menu .hide-menu .burger span:after {
        top: 7px;
    }

    .primary-menu .hide-menu ul {
        left: unset;
        right: 0;
        border-radius: 10px 0 10px 10px;
    }

    .primary-menu .hide-menu ul ul {
        right: 100%;
    }
}

/* ## Mobile menu */

.mobile-menu-button,
#mobile-menu-toggle {
    display: none;
}

@media screen and (max-width: 980px) {
    .mobile-menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 15px;
        height: 50px;
        background-color: #93d337;
        border-radius: 10px;
        transition: 0.3s;
        cursor: pointer;
    }

    .mobile-menu-button:after {
        content: 'РњРµРЅСЋ';
        margin-left: 10px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

    .mobile-menu-button span {
        position: relative;
    }

    .mobile-menu-button span,
    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        width: 20px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        content: "";
        position: absolute;
    }

    .mobile-menu-button span:before {
        top: -8px;
    }

    .mobile-menu-button span:after {
        top: 8px;
    }

    .header-menu .primary-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        padding-top: 35px;
        width: 320px;
        font-size: 1em;
        color: #e2e2e2;
        background-color: #303030;
        box-shadow: 0px 0px 29px 0px rgba(104, 136, 209, 0.16);
        transition: -webkit-transform 0.35s ease-out;
        transition: transform 0.35s ease-out;
        transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
        transform: translate3d(-400px, 0, 0);
        overflow-y: scroll;
    }

    .header-menu .primary-menu ul {
        display: block;
        line-height: 1;
    }

    .header-menu .primary-menu .top-menu {
        margin-bottom: 0;
    }

    .header-menu .primary-menu li {
        position: relative;
        border-top: 1px solid #4d4d4d;
    }

    .header-menu .primary-menu .menu>li:first-child {
        border-top: 0;
    }

    .header-menu .primary-menu li a {
        display: flex;
        padding: 20px 15px;
        color: #e2e2e2;
    }

    .header-menu .primary-menu .sub-menu {
        display: none;
        padding: 0;
        list-style: none;
    }

    .header-menu .primary-menu .sub-menu li {
        text-transform: none;
    }

    .header-menu .primary-menu .sub-menu li a {
        align-items: center;
        padding-left: 40px;
    }

    .header-menu .primary-menu .sub-menu li a:before {
        content: "";
        flex-shrink: 0;
        margin-right: 10px;
        width: 3px;
        height: 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFAQMAAAC6v8ThAAAABlBMVEVHcEwAmqjMic0bAAAAAXRSTlMAQObYZgAAABBJREFUeNpjaGA4wPAAiBsAEOoDYca3kSkAAAAASUVORK5CYII=);
        filter: grayscale(100%);
        opacity: 0.8;
        background-position: center;
        background-repeat: no-repeat;
    }

    #mobile-menu-toggle:checked~.primary-menu {
        transform: translate3d(0, 0, 0);
    }

    .header-menu .primary-menu .cross {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 100;
        margin-bottom: 5px;
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }

    .header-menu .primary-menu .cross:before,
    .header-menu .primary-menu .cross:after {
        height: 30px;
        background-color: #fff;
    }

    body.mobile-menu-active {
        overflow: hidden;
    }

    /* ## Menu toggle */
    .toggle {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 57px;
        background-color: rgba(255, 255, 255, 0.09);
        cursor: pointer;
    }

    .toggle:hover {
        background-color: rgba(255, 255, 255, 0.13);
    }

    .toggle:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGcgaWQ9Il94MzFfMF8zNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA0LjUwMSwxMzQuNzgyYy05Ljk5OS0xMC4wNS0yNi4yMjItMTAuMDUtMzYuMjIxLDBMMzA2LjAxNCw0MjIuNTU4TDQzLjcyMSwxMzQuNzgyICAgICBjLTkuOTk5LTEwLjA1LTI2LjIyMy0xMC4wNS0zNi4yMjIsMHMtOS45OTksMjYuMzUsMCwzNi4zOTlsMjc5LjEwMywzMDYuMjQxYzUuMzMxLDUuMzU3LDEyLjQyMiw3LjY1MiwxOS4zODYsNy4yOTYgICAgIGM2Ljk4OCwwLjM1NiwxNC4wNTUtMS45MzksMTkuMzg2LTcuMjk2bDI3OS4xMjgtMzA2LjI2OEM2MTQuNSwxNjEuMTA2LDYxNC41LDE0NC44MzIsNjA0LjUwMSwxMzQuNzgyeiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        opacity: .5;
        transition: .3s;
    }

    .toggle:hover:before {
        opacity: .8;
    }

    .toggle.active:before {
        transform: scale(-1);
    }

    .primary-menu .sub-menu {
        display: none;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        background: #000;
        visibility: hidden;
        opacity: 0;
        transition: opacity .35s ease-in;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: .5;
    }
}

@media screen and (max-width: 400px) {
    .primary-menu {
        padding-bottom: 20px;
        width: 100%;
    }

    .mobile-menu-button:after {
        content: none;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content-sidebar-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(580px, 1fr) minmax(270px, 290px);
    grid-gap: 70px 150px;
    padding-top: 40px;
}

.post-excerpt {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.6;
}

@media screen and (max-width: 1240px) {
    .content-sidebar-wrap {
        gap: 40px;
    }
}

@media screen and (max-width: 980px) {
    .content-sidebar-wrap {
        display: block;
    }

    .content-sidebar-wrap h1 {
        padding-right: 270px;
    }
}

@media screen and (max-width: 768px) {
    .content-sidebar-wrap h1 {
        padding-right: 0;
    }
}

/* ## Lists */

.post ul,
.post ol {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.post ul li,
.post ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.post ul li:last-child,
.post ol li:last-child {
    margin-bottom: 0;
}

.post ul>li:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 9px;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #93d337;
    border-radius: 50%;
}

.post ol {
    counter-reset: listCounter;
}

ol[start] {
    counter-reset: listCounter calc(var(--start) - 1);
}

.post ol>li {
    counter-increment: listCounter;
}

.post ol>li:before {
    content: counter(listCounter);
    position: absolute;
    left: 0;
    top: 4px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 23px;
    height: 23px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    background-color: #93d337;
    border-radius: 50%;
}

.post li ul,
.post li ol {
    margin: 10px 0;
}

/* ## Table */

.post-table {
    margin: 40px 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.post table {
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    border: unset;
    border-collapse: collapse;
    border-spacing: 0;
}

.post tr:nth-child(even) {
    background-color: #f0f7fb;
}

.post tr:first-child {
    font-weight: 600;
    background-color: #e3ebef;
}

.post td {
    padding: 10px 20px;
    text-align: center;
    border: unset
}

.post td:first-of-type {
    text-align: left;
}

.post table>tbody>tr:first-child>td:first-child,
.post table>tbody>tr:first-child>th:first-child {
    border-radius: 10px 0 0 0
}

.post table>tr:first-child>td:first-child,
.post table>tr:first-child>th:first-child {
    border-radius: 10px 0 0 0
}

.post table>tbody>tr:first-child>td:last-child,
.post table>tbody>tr:first-child>th:last-child {
    border-radius: 0 10px 0 0
}

.post table>tr:first-child>td:last-child,
.post table>tr:first-child>th:last-child {
    border-radius: 0 10px 0 0
}

.post table>tbody>tr:last-child>td:last-child,
.post table>tbody>tr:last-child>th:last-child {
    border-radius: 0 0 10px 0
}

.post table>tr:last-child>td:last-child,
.post table>tr:last-child>th:last-child {
    border-radius: 0 0 10px 0
}

.post table>tbody>tr:last-child>td:first-child,
.post table>tbody>tr:last-child>th:first-child {
    border-radius: 0 0 0 10px
}

.post table>tr:last-child>td:first-child,
.post table>tr:last-child>th:first-child {
    border-radius: 0 0 0 10px
}

/* ## Video */

.post-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

@supports not (aspect-ratio: 1) {
    .post-video {
        position: relative;
        padding: 56.25% 0 0;
        height: 0;
        overflow: hidden;
    }

    .post-video iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* ## Images */

.post img {
    content-visibility: auto;
    border-radius: 20px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img {
    display: block;
    border-radius: 20px 20px 5px 5px;
}

.wp-caption-text {
    padding: 10px;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    background-color: #f0f7fb;
    border-radius: 5px 5px 20px 20px;
}

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

.alignright {
    float: right;
    margin: 6px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 6px 30px 30px 0;
}

.alignnone {
    display: block;
    margin: 30px auto;
}

@media screen and (max-width:728px) {

    .alignright:not(.wp-caption),
    .alignleft:not(.wp-caption) {
        display: table;
    }

    .alignright,
    .alignleft {
        float: none;
        margin: 30px auto;
    }
}

/* ## Standard gallery */

.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.gallery-item {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}

.gallery-icon.landscape {
    height: 100%;
}

.gallery-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 100%;
    overflow: hidden;
}

.gallery-item a:hover {
    opacity: 0.8;
}

.gallery-icon img {
    margin: 0 auto;
    display: block;
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-icon:not(:only-child) img {
    border-radius: 30px 30px 0 0;
}

@media screen and (min-width: 640px) {
    .gallery-columns-1 .gallery-item {
        flex-basis: calc(100% - 5px);
    }

    .gallery-columns-2 .gallery-item {
        flex-basis: calc(50% - 5px);
    }

    .gallery-columns-3 .gallery-item {
        flex-basis: calc(33.3333333333% - 5px);
    }

    .gallery-columns-4 .gallery-item {
        flex-basis: calc(25% - 5px);
    }

    .gallery-columns-5 .gallery-item {
        flex-basis: calc(20% - 5px);
    }

    .gallery-columns-6 .gallery-item {
        flex-basis: calc(16.6666666667% - 5px);
    }

    .gallery-columns-7 .gallery-item {
        flex-basis: calc(14.2857142857% - 5px);
    }

    .gallery-columns-8 .gallery-item {
        flex-basis: calc(12.5% - 5px);
    }

    .gallery-columns-9 .gallery-item {
        flex-basis: calc(11.1111111111% - 5px);
    }
}

@media screen and (max-width: 640px) {
    .gallery-item {
        flex-basis: calc(50% - 5px);
    }
}

@media screen and (max-width: 400px) {
    .gallery-item {
        flex-basis: calc(100% - 5px);
    }
}

/* ## Blockquote, blocks */

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

blockquote {
    position: relative;
    margin: 60px 0 50px;
    padding: 40px 50px;
    width: 100%;
    font-size: 26px;
    text-align: center;
    border-top: 1px solid #eaefec;
    border-bottom: 1px solid #eaefec;
}

blockquote:before {
    content: '';
    position: absolute;
    top: -16px;
    left: calc(50% - 40px);
    width: 80px;
    height: 33px;
    background-color: #fff;
    background-image: url(../img/quote-2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.info-box {
    position: relative;
    margin: 40px 0;
    font-size: 16px;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
}

.info-box:first-child {
    margin-top: 0;
}

.info-box:last-child {
    margin-bottom: 0;
}

.green {
    border-color: #93d337;
}

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

.post-content .mark,
.post-content mark {
    padding: 3px;
    background-color: #ffff8e;
}

@media screen and (min-width: 641px) {
    .info-box {
        padding: 25px 105px;
    }

    .info-box:before {
        content: "";
        position: absolute;
        left: 30px;
        top: calc(50% - 22px);
        z-index: 1;
        width: 54px;
        height: 44px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .green:before {
        background-image: url(../img/green.png);
    }
}

@media screen and (max-width: 640px) {
    blockquote {
        padding: 20px;
        font-size: 20px;
    }

    .info-box {
        padding: 20px;
    }

}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/

.archive-info h1 {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 40px;
}

.archive-description {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.6;
}

@media screen and (max-width: 640px) {
    .archive-description {
        font-size: 18px;
    }
}

.articles-list {
    --minmax: 200px;
    --gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--minmax), 1fr));
    grid-gap: var(--gap);
}

.articles-list .item {
    padding: 20px 40px;
    color: #000;
    background-color: #f0f7fb;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 30px;
}

.articles-list .item:hover {
    background-color: #fff;
    border-color: #93d337;
    box-shadow: inset 0 0 0 1px #93d337;
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/

.reviews.main-block {
    grid-column: span 2;
}

.reviews header {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.reviews header h2 {
    margin-bottom: 0;
    margin-right: 40px;
}

.reviews header .read-more {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
}

.reviews header .read-more:hover {
    text-decoration: underline;
}

/* ## Swiper */

.reviews-slider {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: -60px;
    margin-right: -60px;
}

.reviews-slider .item {
    padding: 20px 40px;
    background-color: #f0f7fb;
    border-radius: 30px;
}

.reviews-slider .top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reviews-slider .image-wrap,
.reviews-list .image-wrap {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.reviews-slider .item-name {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.swiper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper-container {
    position: relative;
}

.swiper-nav {
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.swiper-nav>div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.swiper-nav .swiper-next {
    background-image: url(../img/right.svg);
}

.swiper-nav .swiper-prev {
    background-image: url(../img/left.svg);
}

@media screen and (max-width: 1300px) {
    .reviews-slider {
        display: block;
    }

    .swiper-nav {
        position: relative;
        justify-content: center;
        margin-top: 20px;
    }

    .swiper-nav>div {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* ## Review archive */

.reviews-list {
    --minmax: 270px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--minmax), 1fr));
    grid-gap: 30px;
	margin-bottom: 70px;
}

.reviews-list .item {
    padding: 20px 40px;
    background-color: #f0f7fb;
    border-radius: 30px;
}

.reviews-list .top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reviews-list .item-name {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
}

.item-rating {
    display: flex;
    align-items: center;
}

.item-rating .review-star {
    flex-shrink: 0;
    padding: 0;
    margin: 0;
    width: 19px;
    height: 17px;
    background-image: url(../img/star.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.item-rating .review-star.active {
    background-image: url(../img/star-active.svg);
}

.item-desc {
    position: relative;
    padding-left: 80px;
    min-height: 30px;
    font-size: 16px;
    line-height: 1.56;
}

.item-desc:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 60px;
    height: 22px;
    background-image: url(../img/quote.png);
    background-position: center;
    background-repeat: no-repeat;
}

.load-more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 100%;
    color: #2c81e9;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background-color: #ecf1f5;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}

.load-more:hover {
    opacity: .8;
}

@media screen and (max-width: 400px) {
    .reviews-list .item {
        padding: 25px;
    }
}

/* ## Review form */

.review-form-wrap {
    padding: 40px 50px;
    background-color: #ecf1f5;
    border-radius: 20px;
}

.review-row {
    display: flex;
    margin-bottom: 20px;
}

.row-columns>*:not(:last-child) {
    margin-right: 15px;
}

.review-row .label {
    font-size: 15px;
    font-weight: 400;
    opacity: .7;
}

.form-rating {
    display: flex;
    align-items: stretch;
    margin-top: 2px;
}

.form-star {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/star-active.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    cursor: pointer;
}

.form-star:hover {
    opacity: .8;
}

.form-rating input:checked~label {
    background-image: url(../img/star.svg);
}

.form-rating input:checked+label {
    background-image: url(../img/star-active.svg);
}

.form-rating input {
    display: none;
}

.review-form-info {
    display: none;
    margin-top: 20px;
    padding: 20px;
    font-size: 15px;
    border-radius: 15px;
}

.review-form-info.success {
    display: block;
    background-color: #d5f9d5;
}

.review-form-info.error {
    display: block;
    background-color: #fbdbdb;
}

@media screen and (max-width: 640px) {
    .review-form-wrap {
        padding: 30px 25px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .review-row {
        display: block;
    }

    .row-columns>*:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .review-form .button {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Contacts
--------------------------------------------------------------*/

.main-block {
    position: relative;
}

.main-block.border {
    border: 1px solid #e6eff9;
    border-radius: 30px;
}

.main-block h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.contacts-info {
    display: flex;
    grid-column: span 2;
    overflow: hidden;
}

.contacts-info .left {
    flex-shrink: 0;
    padding: 50px 60px;
    max-width: 270px;
    box-sizing: content-box;
}

.contacts-info .h2 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 400;
}

.contacts-info .contacts>div {
    margin-bottom: 30px;
}

.contacts-info .button {
    margin-bottom: 30px;
    font-size: 16px;
    white-space: nowrap;
}

.contacts-info .email {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.contacts-info .email a {
    font-size: 15px;
    font-weight: 500;
    color: #2ca4d1;
}

.contacts-info .email a:hover {
    text-decoration: underline;
}

.contacts-info .map {
    flex: 1;
}

.contacts-info .map iframe {
    height: 100%;
}

@media screen and (max-width: 980px) {
    .main-block {
        margin-top: 70px;
    }

    .contacts-info {
        flex-direction: column;
    }

    .contacts-info .left {
        max-width: 100%;
    }

    .contacts-info .contacts {
        display: flex;
        justify-content: space-between;
    }

    .contacts-info .tel-wrap {
        margin-right: 30px;
    }

    .contacts-info .map {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .contacts-info .contacts {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    .contacts-info .left {
        padding: 30px;
    }
}

@media screen and (max-width: 400px) {
    .main-block h2 {
        font-size: 26px;
    }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-primary {
    position: relative;
    margin-top: 280px;
}

.sidebar .widget {
    margin-bottom: 50px
}

.widgettitle {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 980px) {
    .sidebar {
        display: none
    }
}

.sidebar-sticky {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column
}

/* ## Sidebar contacts */

.sidebar-contacts {
    position: relative;
    max-width: 260px;
    background-image: url(../img/contacts-blue.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
	max-height: 160px
}

.sidebar-contacts:before {
    content: '';
    position: absolute;
    right: -15px;
    top: -20px;
    width: 80px;
    height: 80px;
    background-color: #2ca4d1;
    background-image: url(../img/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.sidebar-contacts>div {
    position: relative;
    padding: 30px;
}

.sidebar-contacts>div:not(:first-child) {
    margin-top: -35px;
}

.sidebar-contacts>div:last-child {
    background-color: #f0f7fc;
    border-radius: 30px;
}

.sidebar-contacts>div:before {
    content: '';
    position: absolute;
    top: 36px;
    left: -4px;
    width: 8px;
    height: 8px;
    background-color: #93d337;
    border-radius: 50%;
}

.sidebar-contacts .address {
    padding-right: 90px;
}

/* ## Sidebar buttons */

.sidebar-buttons {
    display: flex;
    flex-direction: column;
    max-width: 260px;
}

.sidebar-buttons .button-line {
    white-space: nowrap;
}

.sidebar-buttons .button {
    margin-bottom: 20px;
    white-space: nowrap;
}

/* ### Contact form */

.call-order-wrap {
    position: relative;
}

.contact-form-popup {
    position: absolute;
    z-index: 99;
    display: none;
}

.contact-form-popup-inner {
    position: relative;
    padding: 20px 10px;
    width: 260px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
}

.contact-form-popup-inner:before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent;
    transform: translate3d(-50%, 0, 0);
    -webkit-filter: drop-shadow(1px 2px 1px rgba(100, 120, 164, 0.25));
    filter: drop-shadow(1px -1px 1px rgba(100, 120, 164, 0.25));
}

.footer-call .contact-form-popup-inner:before {
    top: auto;
    bottom: -9px;
    transform: scaleY(-1);
}

.contact-form-popup p {
    position: relative;
    margin-bottom: 10px;
}

.contact-form-popup p:last-of-type {
    margin-bottom: 0;
}

.contact-form-popup .wpcf7-text {
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}

.contact-form-popup .wpcf7-text::placeholder {
    font-size: 14px;
}

.contact-form-popup .wpcf7-submit {
    padding: 11px 20px;
    width: 100%;
    font-size: 16px;
}

.contact-form-popup .wpcf7-not-valid-tip {
    font-size: 13px;
    text-align: center;
}

.contact-form-popup .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 10px;
}

.contact-form-popup .wpcf7-spinner {
    position: absolute;
    top: 8px;
    right: 0;
    background-color: #7f9f50;
}

.contact-form-popup .top {
    display: none;
}

@media screen and (max-width: 640px) {
    .contact-form-popup {
        position: fixed;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-form-popup.active {
        top: 0;
    }

    .contact-form-popup-inner {
        width: 90%;
    }

    .contact-form-popup-inner:before {
        content: none;
    }

    .contact-form-popup .wpcf7-text {
        font-size: 16px;
    }

    .contact-form-popup .wpcf7-text::placeholder {
        font-size: 16px;
    }

    .contact-form-popup .top {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .contact-form-popup .cross {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 100;
        margin-bottom: 5px;
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }

    .contact-form-popup .cross:before,
    .contact-form-popup .cross:after {
        height: 30px;
        background-color: #2ca4d1;
    }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
    margin-top: 50px;
    margin-bottom: 70px;
}

.nav-links {
    display: flex;
    align-items: center;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #29444a;
    background-color: #ecf1f5;
    border-radius: 10px;
}

.page-numbers.current,
.page-numbers:hover {
    color: #fff;
    background-color: #93d337;
}

@media screen and (max-width: 800px) {
    .nav-links {
        justify-content: center;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 35px;
    padding: 0;
    font-size: 15px;
    list-style: none;
}

.breadcrumbs li {
    margin-right: 15px;
}

.breadcrumbs a {
    display: flex;
    align-items: center;
    color: #74a32f;
    font-size: 13px;
    transition: 0.3s linear;
}

.breadcrumbs span {
    display: flex;
    align-items: center;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs li:first-child a:before {
    content: "";
    width: 11px;
    height: 9px;
    margin-right: 20px;
    background-image: url(../img/bread-1.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s linear;
}

.breadcrumbs li:not(:only-child):not(:last-child) a:after {
    content: "";
    width: 3px;
    height: 5px;
    margin-left: 15px;
    width: 46px;
    height: 8px;
    background-image: url(../img/bread-2.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s linear;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    position: relative;
    margin-top: 70px;
}

.site-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: #f3f9f5;
}

@media screen and (max-width: 1240px) {
    .site-footer {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 800px) {
    .site-footer {
        justify-content: center;
        flex-direction: column;
        flex-basis: unset;
        width: 100%;
    }
}

/* ## Footer top */

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1eaf1;
}

.footer-top .logo {
    margin-right: 40px;
}

.footer-top .logo .h1 {
    font-size: 34px;
}

.footer-top .logo .h1 span {
    font-size: 10px;
}

.footer-top .copyright {
    font-size: 12px;
    line-height: 1.5;
}

.footer-contacts {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.footer-contacts .tel-wrap {
    margin-right: 50px;
}

.footer-contacts .button-line {
    padding: 13px 33px;
    font-size: 16px;
}

@media screen and (max-width: 1140px) {
    .footer-top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-contacts {
        justify-content: center;
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer-contacts {
        flex-wrap: wrap;
    }

    .footer-contacts .tel-wrap {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .footer-contacts .tel-wrap:nth-child(2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .footer-contacts {
        flex-direction: column;
    }

    .footer-contacts .tel-wrap {
        margin-right: 0;
    }
}

@media screen and (max-width: 420px) {
    .footer-top {
        flex-direction: column;
    }

    .footer-top .logo {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* ## Footer bottom */

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 1140px) {
    .footer-bottom {
        flex-direction: column;
    }
}

/* ### Footer main menu */

.footer-main.menu {
    margin-left: -20px;
}

.footer-main.menu a {
    position: relative;
    display: block;
    padding: 22px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.footer-main.menu a:hover {
    text-decoration: none;
}

.footer-main.menu a:after {
    content: '';
    position: absolute;
    bottom: 13px;
    left: calc(50% - 25px);
    width: 50px;
    height: 3px;
    background-color: transparent;
    border-radius: 2px;
    transition: .3s;
}

.footer-main.menu li:hover>a:after,
.footer-main.menu .current-menu-item>a:after {
    background-color: #93d337;
}

.footer-bottom .sub-menu {
    display: none;
}

@media screen and (max-width: 980px) {
    .footer-main.menu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ### Footer info menu */

.footer-info.menu a {
    padding: 10px 15px;
    font-size: 12px;
}

@media screen and (max-width: 1140px) {
    .footer-info.menu {
        margin-top: 30px;
        margin-left: -20px;
    }

    .footer-info.menu a {
        font-size: 14px;
    }
}

/* ## Scroll to top */

#scroll-button {
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 1099;
    display: flex;
    flex-direction: column;
    width: 35px;
    text-align: center;
}

#scroll-button_up,
#scroll-button_down {
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.3s;
}

#scroll-button_up svg,
#scroll-button_down svg {
    display: block;
    margin: auto;
    width: 14px;
    height: 16px;
}

#scroll-button_up:hover,
#scroll-button_down:hover {
    opacity: 1;
}

#scroll-button_middle {
    font-size: 10px;
    font-weight: 700;
    opacity: 0.5;
}

@media screen and (max-width: 800px) {
    #scroll-button {
        display: none;
    }
}