/*
	Main styles
*/

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

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

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

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: 0.875em
}

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

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
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-display: swap;
    font-family: 'Bandera Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/BanderaPro.woff2') format('woff2'),
        url('../fonts/BanderaPro.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Bandera Pro';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/BanderaPro-Medium.woff2') format('woff2'),
        url('../fonts/BanderaPro-Medium.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Bandera Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/BanderaPro-Bold.woff2') format('woff2'),
        url('../fonts/BanderaPro-Bold.ttf') format('truetype');
}

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

body {
    position: relative;
    font-family: 'Bandera Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #564256;
    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;
    height: 100%;
}

.site-container {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 1300px;
    min-height: 100vh;
}

.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 15px;
    }
}

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

/* ## Headings */

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

h1,
.h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

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

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

.h3 {
    line-height: 1.43;
}

.h4 {
    font-weight: 500;
    line-height: 1.4;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.53;
}

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

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

    h1,
    h2,
    h3,
    h4,
    h5,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}

/* ## Links */

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

a {
    color: #625a8a;
    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;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #7ba800;
    line-height: 1.2;
    text-align: center;
    background-color: transparent;
    border: 3px solid #a3c513;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
}

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

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    color: #a4aeb9;
    background-color: #e4e8ec;
    cursor: not-allowed;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
    color: #fff;
    background-color: #a3c513;
}

.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);
}

/* ## Form */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="date"],
textarea,
select {
    --border: #eaefec;
    display: block;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    font-family: 'Bandera Pro', sans-serif;
    font-size: 15px;
    color: #223158;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
}

input[type="tel"],
input[type="date"] {
    font-family: 'Bandera Pro', sans-serif;
}

input.error,
textarea.error {
    --border: #eb3154;
}

select:hover {
    cursor: pointer;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="date"]:disabled,
textarea:disabled,
select:disabled {
    color: rgba(164, 174, 185, 1);
    background-color: #eceff2;
    cursor: not-allowed;
}

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

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

label {
    display: block;
}

/* ## Input select */

select {
    padding-right: 50px;
    color: #808080;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAANUlEQVQImYXMuw0AIAwD0Qv7ZVoGPBqK8BGksWw9JYDO52LmC2aUcoMJ0NRl2AEAKgUeH1UGNA0P+kwys8wAAAAASUVORK5CYII=);
    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: #564256;
    text-overflow: ellipsis;
    opacity: 0.5;
    transition: opacity ease 0.3s;
}

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

/* ## Overlay */

.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;
}

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

.site-header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(400px, 475px) minmax(300px, 475px);
    justify-content: space-between;
    padding-top: 30px;
}

.header-bg {
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    height: 100%;
    width: 100vw;
    overflow: hidden;
}

.site-header .header-bg picture {
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    height: 100%;
    width: 100vw;
    overflow: hidden;
}

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

@media screen and (max-width: 1300px) {
    .site-header .header-bg picture {
        display: none;
    }

    .header-bg {
        background-image: url(../img/header-bg.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 980px) {
    .site-header {
        grid-template-columns: 1fr;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

/* ## Header left */

.header-left .top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 30px;
}

@media screen and (max-width: 980px) {
    .header-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-left .top {
        justify-content: center;
        margin-bottom: 40px;
        padding-top: 0;
        width: 100%;
    }
}

/* ## Logo */

.logo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 50px;
    padding-left: 100px;
}

.logo picture {
    position: absolute;
    left: 0;
    top: 0;
}

.logo picture img {
    height: auto;
}

.logo h1,
.logo .h1 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    color: #413041;
    line-height: 1;
}

.logo h1 span,
.logo .h1 span {
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    background-color: #a3c513;
    border-radius: 12px;
}

.site-desc {
    margin-top: 8px;
    font-size: 13px;
    color: #564256;
    line-height: 1.4;
}

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

/* ## Search */

.header-search {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}

.search-form {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 30px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 7px 38px 0px rgba(45, 96, 154, 0.14);
    border-radius: 25px;
}

.search-form .search-submit {
    flex-shrink: 0;
    padding: 0;
    width: 38px;
    height: 38px;
    border: 0;
    background-color: #a3c513;
    background-image: url(../img/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer
}

.search-form .search-submit:hover {
    opacity: .5
}

.search-form input[type="search"] {
    padding: 8px 0;
    font-size: 14px;
    border: 0;
    background: none
}

.search-form input[type="search"]:focus {
    border: none
}

@media screen and (max-width: 980px) {
    .header-search {
        flex: 1;
        order: 3;
        margin-bottom: 0;
        margin-left: 90px;
    }
}

/* ## Social */

.social-wrap {
    display: flex;
    align-items: center;
}

.social-wrap span {
    font-size: 13px;
    line-height: 1.3;
    opacity: .5;
}

.site-header .social-wrap span {
    display: none;
}

.social {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center
}

.social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.social a:not(:last-child) {
    margin-right: 5px
}

.social a:hover {
    opacity: .8
}

.social a svg {
    height: 15px;
    fill: #9e9b97;
}

@media screen and (max-width: 980px) {
    .site-header .social-wrap {
        display: none;
    }
}

@media screen and (max-width: 728px) {
    .social-wrap {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .social {
        justify-content: center;
    }
}

/* ## Header info */

.header-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.header-info a {
    font-size: 14px;
    font-weight: 500;
    color: #ff8b36;
    line-height: 1.4;
}

.header-info a:first-child {
    margin-right: 40px;
}

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

@media screen and (max-width: 980px) {
    .header-info {
        justify-content: center;
    }
}

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

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

@media screen and (min-width: 981px) {
    .header-menu {
        display: flex;
        flex-direction: column;
        grid-column: span 2;
        width: 100%;
    }

    .header-menu .h7 {
        margin-bottom: 25px;
        font-size: 14px;
        color: #f67837;
    }

    /* ## Primary menu */

    .primary-menu {
        position: relative;
        width: 100%;
    }

    .primary-menu>ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .primary-menu>ul>li {
        position: relative;
        display: flex;
        align-items: center;
        margin: 10px 40px 10px 0;
        white-space: nowrap;
    }

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

    .primary-menu>ul>li>a {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
    }

    .primary-menu>ul>li:hover>a,
    .primary-menu>ul>.current-menu-item>a {
        color: #f67837;
    }

    .primary-menu>ul>[class^="cat-"]>a:before {
        content: '';
        flex-shrink: 0;
        margin-right: 15px;
        width: 45px;
        height: 45px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .primary-menu>ul>.cat-1>a:before {
        background-image: url(../img/cat-1.png);
    }

    .primary-menu>ul>.cat-2>a:before {
        background-image: url(../img/cat-2.png);
    }

    .primary-menu>ul>.cat-3>a:before {
        background-image: url(../img/cat-3.png);
    }

    .primary-menu>ul>.cat-4>a:before {
        background-image: url(../img/cat-4.png);
    }

    .primary-menu>ul>.cat-5>a:before {
        background-image: url(../img/cat-5.png);
    }

    .primary-menu>ul>.cat-6>a:before {
        background-image: url(../img/cat-6.png);
    }

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

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

    .primary-menu li ul {
        position: absolute;
        top: 45px;
        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 li:hover>a {
        color: #fff;
        background-color: #a3c513;
    }

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

    .primary-menu li:last-child ul ul {
        right: 100%;
        left: unset;
    }

    .primary-menu li ul ul:before {
        left: -3px;
        top: 20px;
        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));
    }

    .primary-menu li:last-child ul ul:before {
        right: -8px;
        left: unset;
        border-width: 6px 0 6px 6px;
        border-color: transparent transparent transparent white;
    }
}

/* ## Mobile menu */

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

@media screen and (max-width: 980px) {
    .header-menu {
        position: absolute;
        bottom: 25px;
        display: flex;
        margin-right: 30px;
    }

    .header-menu .h7 {
        display: none;
    }

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

    .mobile-menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23E5DCDD'/%3E%3Cpath stroke='%23413041' stroke-width='2' stroke-linecap='round' d='M14 15h26M10 31h34M10 23h34M14 39h26'/%3E%3C/svg%3E");
        transition: 0.3s;
        cursor: pointer;
    }

    .header-menu .primary-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        padding-top: 45px;
        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 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;
    }

    .header-menu .primary-menu .social {
        justify-content: center;
        flex-wrap: wrap;
        padding: 15px 10px;
    }

    .header-menu .primary-menu .social a {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        filter: invert();
    }

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

    /* ## Menu toggle */
    .site-header .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;
    }

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

    .site-header .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;
    }

    .site-header .toggle:hover:before {
        opacity: .8;
    }

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


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

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

.content-sidebar-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(580px, 855px) minmax(300px, 380px);
    gap: 50px 65px;
    margin-top: 55px;
}

.content-wrap {
    position: relative;
}

.post-excerpt {
    margin-bottom: 35px;
    font-size: 17px;
}

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

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

    .content-wrap {
        margin-bottom: 40px;
    }

    .post-excerpt {
        font-size: 18px;
    }
}

/* ## TOC */

#toc_container {
    position: relative;
    margin: 40px 0;
    padding: 35px 50px 40px;
    width: 100%;
    background-color: #f5f7f9;
    border-radius: 10px
}

.toc_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1
}

#toc_container .toc_toggle {
    margin-left: 30px;
    font-size: 0;
    text-transform: none;
    font-weight: 300
}

#toc_container .toc_toggle a {
    display: block;
    padding: 6px 15px;
    font-size: 13px;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background-color: #ff8b36;
    border-radius: 5px
}

#toc_container .toc_toggle a:hover {
    opacity: .7
}

#toc_container ul.toc_list {
    margin-top: 25px;
    column-count: 2;
    column-gap: 30px;
    font-size: 16px
}

#toc_container ul {
    margin: 0
}

#toc_container li ul {
    margin-top: 10px
}

#toc_container ul li {
    display: block;
    padding-left: 25px;
    width: 100%;
    line-height: 1.5;
    break-inside: avoid-page;
}

#toc_container ul li:before {
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #a3c513;
    border-radius: 50%;
    border: none
}

#toc_container ul li a {
    color: #625a8a;
    text-decoration: none
}

#toc_container ul li a:hover {
    text-decoration: underline
}

@media screen and (max-width: 768px) {
    #toc_container {
        padding: 25px 30px
    }

    #toc_container ul.toc_list {
        column-count: 1
    }
}

@media screen and (max-width: 400px) {
    .toc_title {
        flex-direction: column
    }

    #toc_container .toc_toggle {
        margin-top: 10px;
        margin-left: 0
    }
}

/* ## Images */

.post img {
    content-visibility: auto;
}

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

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

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

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

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

.alignleft {
    float: left;
    margin: 30px 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: 0 auto 30px;
    }
}

/* ## 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: 10px;
    width: 11px;
    height: 12px;
    background-image: url(../img/marker.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.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: 5px;
    display: flex;
    justify-content: center;
    width: 23px;
    height: 23px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 23px;
    background-color: #a3c513;
    border-radius: 50%;
}

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

/* ## Table */

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

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

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

.post tr:first-child {
    color: #fff;
    background-color: #ff8b36;
}

.post table thead+tbody tr:first-child {
    color: #413041;
    background-color: #f5f7f9;
}

.post table thead+tbody tr:nth-child(even) {
    background-color: #fff;
}

.post table thead+tbody tr:nth-child(odd) {
    background-color: #f5f7f9;
}

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

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

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

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

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

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

.post table thead tr:last-child>td:last-child,
.post table thead tr:last-child>th:last-child {
    border-bottom-right-radius: 0;
}

.post table thead tr:last-child>td:first-child,
.post table thead tr:last-child>th:first-child {
    border-bottom-left-radius: 0;
}

.post table thead+tbody tr:first-child>td:first-child,
.post table thead+tbody tr:first-child>th:first-child {
    border-top-left-radius: 0;
}

.post table thead+tbody tr:first-child>td:last-child,
.post table thead+tbody tr:first-child>th:last-child {
    border-top-right-radius: 0;
}

/* ## Video */

.post-video iframe {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

@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;
    }
}

/* ## 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%;
    border-radius: 20px;
    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: 20px 20px 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:not([class]) {
    margin: 40px 0;
    padding: 20px 30px;
    font-size: 16px;
    background: #f5f7f9;
    border-radius: 10px;
}

.info-box,
.post__yellow,
.post__green,
.post__red {
    position: relative;
    margin: 40px 0;
    font-size: 16px;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
}

.info-box:not(:last-child) {
    margin-bottom: 40px;
}

.info-box:not(:first-child) {
    margin-top: 40px;
}

.info-box.green,
.post__green {
    border-color: #bddb40;
}

.info-box.yellow,
.post__yellow {
    border-color: #fbcc22;
}

.info-box.red,
.post__red {
    border-color: #ff8e70;
}

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

.button-block {
    display: inline-block;
    padding: 20px 40px;
}

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

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

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

    .info-box.yellow:before,
    .post__yellow:before {
        background-image: url(../img/yellow.png);
    }

    .info-box.red:before,
    .post__red:before {
        background-image: url(../img/red.png);
    }
}

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

    blockquote:not([class]) {
        font-size: 20px;
    }

    .info-box {
        padding: 20px;
    }
}

/* ## Post footer */

.post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    padding: 15px 30px;
    background-image: -moz-linear-gradient(0deg, rgb(246, 230, 228) 0%, rgb(252, 245, 227) 54%, rgb(218, 231, 240) 99%);
    background-image: -webkit-linear-gradient(0deg, rgb(246, 230, 228) 0%, rgb(252, 245, 227) 54%, rgb(218, 231, 240) 99%);
    background-image: -ms-linear-gradient(0deg, rgb(246, 230, 228) 0%, rgb(252, 245, 227) 54%, rgb(218, 231, 240) 99%);
    border-radius: 10px
}

@media screen and (max-width: 800px) {
    .post-footer {
        flex-direction: column
    }
}

/* ### Post footer rating */

.post-footer .rating {
    position: relative;
    display: flex;
    align-items: center;
    flex-basis: 500px;
    margin: 0;
    margin-right: 30px;
    font-weight: 400;
    font-size: 17px
}

.post-footer .rating span {
    font-size: 17px;
    font-weight: 500;
}

.rmp-rating-widget {
    margin-top: 10px;
    white-space: nowrap
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
    margin: 0;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    flex-shrink: 0;
    flex-basis: 140px;
    margin: 0
}

.rmp-rating-widget__msg.js-rmp-msg {
    font-size: 11px;
    font-weight: 300;
    color: #d42428
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {
    padding-left: 0
}

.rmp-rating-widget__results.js-rmp-results,
.rmp-results-widget__avg-rating,
.rmp-results-widget__vote-count {
    display: none
}

.post-footer .rmp-icon--ratings {
    color: #ccc;
    font-size: 20px;
    transition: .3s;
}

.post-footer .rmp-rating-widget .rmp-icon--full-highlight {
    color: #a3c513;
}

@media (hover: hover) {
    .post-footer .rmp-rating-widget .rmp-icon--hovered {
        color: #85a400;
    }
}

@media screen and (max-width: 980px) {
    .rating {
        margin-bottom: 15px
    }
}

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

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

    .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
        flex-basis: unset
    }
}

.share {
    flex-shrink: 0
}

.archive-description .share {
    margin-top: 30px
}

.post .ya-share2__list {
    margin: 0
}

.share .ya-share2__item {
    transition: .3s
}

.ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
    margin: 2px 8px 0 0
}

.share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 32px;
    width: 40px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (max-width: 728px) {
    .share .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
        height: 40px;
        width: 40px;
        background-size: 40px 40px
    }
}

/* ## Related */

.yarpp-related {
    margin-top: 60px;
}

.yarpp-related .h2 {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-wrap {
    margin-top: 60px;
}

.comments-wrap .h2 {
    margin-bottom: 40px;
}

ol.comment-list,
ol.children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list .children li {
    margin-left: 30px;
}

.comment-list .comment>div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.comment .avatar {
    flex-shrink: 0;
    margin-right: 30px;
    border-radius: 50%;
}

.comment .comment-inner {
    display: flex;
    flex-direction: column;
}

.comment-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1;
}

.comment-author {
    margin-right: 20px;
    font-size: 13px;
    color: #625a8a;
}

.comment-reply-link {
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 300;
    background-image: -moz-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;
}

.comment-reply-link:hover {
    opacity: 0.8;
}

.comment-text {
    font-size: 16px;
    line-height: 1.56;
}

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

.comment-time {
    font-size: 12px;
    opacity: 0.7;
}

@media screen and (max-width: 980px) {
    .comments-wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 728px) {
    .comment .avatar {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .comment-list .children li {
        margin-left: 0;
    }
}

/* ## Comment form */

.comment-respond {
    margin-top: 50px;
    padding: 40px 50px;
    background-color: #f5f7f9;
    border-radius: 10px;
}

.comment-respond form {
    position: relative;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 12px;
}

.form-row.col-2 {
    display: flex;
    margin-top: 20px;
}

.form-row.col-2>div {
    flex: 1;
}

.comment-form-author {
    margin-right: 15px;
}

.form-submit {
    display: inline-block;
    margin-top: 30px;
}

.form-submit .button {
    padding: 17px 30px;
}

@media screen and (max-width: 768px) {
    .comment-respond {
        padding: 30px 25px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .form-row.col-2 {
        display: block;
    }

    .comment-form-author {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .form-submit {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .form-submit .button {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

/* ### Content */

.item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

a.item {
    color: #413041;
}

a.h6,
a.h7 {
    color: #413041;
}

a.h6:hover,
a.h7:hover,
a.item:hover .h6,
a.item:hover .h7,
.item-image:hover~.h6 {
    color: #625a8a;
}

.item-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.43;
    opacity: .8;
}

.item-desc p:last-child {
    margin-bottom: 0;
}

.item-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

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

/* ## Item meta */

.item-categories {
    line-height: 1.3
}

.item-categories a {
    font-size: 14px;
    font-weight: 500;
    color: #ff8b36;
}

.item-categories a:hover {
    text-decoration: underline
}

/* ## Articles list */

.articles-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    margin-left: -30px;
    margin-right: -30px;
}

.articles-list .item {
    padding: 30px;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 20px;
    background-color: #fff;
    transition: .3s;
}

.articles-list .item:hover {
    border-color: #bddb40;
    box-shadow: 0px 0px 20px 0px rgba(110, 168, 99, 0.23);
}

.articles-list .item-image {
    margin-bottom: 20px;
    width: 100%;
    height: 160px;
    border-radius: 10px;
}

.articles-list .item-categories {
    margin-bottom: 15px;
}

.articles-list .item .h6 {
    font-size: 17px;
}

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

.archive-info {
    margin-bottom: 40px;
}

.archive-info h1 {
    position: relative;
    margin-bottom: 45px;
}

.archive-description {
    font-size: 18px;
}

.archive section h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
}

/* ## Subcat */

.subcat {
    margin-bottom: 70px;
}

.archive section.subcat h2 {
    margin-bottom: 40px;
}

.icons-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 15px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #625a8a;
    line-height: 1.3;
    text-align: center;
}

.icon-item:hover {
    color: #ff8b36;
}

.icon-item span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    box-shadow: 0 0 27px rgba(118, 117, 151, .26);
    overflow: hidden;
}

.icon-item span img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 640px) {
    .cat-icon {
        gap: 10px;
    }
}

/* ## Other */

.error404 .h4 {
    margin-bottom: 35px;
}

/*--------------------------------------------------------------
# Company
--------------------------------------------------------------*/

.company-card {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}

.card-top {
    display: grid;
    grid-template-columns: minmax(200px, 290px) 1fr;
    gap: 40px;
    padding: 40px;
    background-image: -moz-linear-gradient(0deg, rgb(246, 230, 228) 0%, rgb(252, 245, 227) 54%, rgb(218, 231, 240) 99%);
    background-image: -webkit-linear-gradient(0deg, rgb(246, 230, 228) 0%, rgb(252, 245, 227) 54%, rgb(218, 231, 240) 99%);
    background-image: -ms-linear-gradient(0deg, rgb(246, 230, 228) 0%, rgb(252, 245, 227) 54%, rgb(218, 231, 240) 99%);
    border-radius: 10px 10px 0 0;
}

.card-top .post-image {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(48, 62, 80, 0.21);
}

.card-top .post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-top .right {
    display: flex;
    flex-direction: column;
}

.card-top .address {
    margin-bottom: 10px;
    font-style: 16px;
    line-height: 1.3;
}

.card-top .tel-wrap {
    display: flex;
    flex-wrap: wrap;
}

.card-top .tel {
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #413041;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.card-top .tel .code {
    color: #836e83;
}

.card-top .site {
    font-size: 16px;
    color: #625a8a;
    line-height: 1.3;
}

.company-rating {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fefcf7;
}

.company-stars {
    margin-right: 40px;
    margin-top: 3px;
}

.company-comments {
    font-size: 14px;
    font-weight: 500;
    color: #7ba800;
}

.card-map {
    height: 390px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .card-top {
        grid-template-columns: 1fr;
    }
}

/* ## List */

.yarpp-related .h2~.company-list {
    margin-top: 40px;
}

.company-list {
    --min: 275px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--min), 1fr));
    gap: 20px;
}

.company-list .item {
    flex-direction: row;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 38px 0px rgba(110, 168, 99, 0.23);
    border-radius: 20px;
}

.company-list .item-image {
    margin-right: 30px;
    width: 140px;
    height: 90px;
    box-shadow: 0px 0px 18px 0px rgba(48, 62, 80, 0.21);
    border-radius: 10px;
}

.company-list .item .right {
    display: flex;
    flex-direction: column;
}

.company-list .item .h7 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.47;
}

.company-list .item .text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.43;
    opacity: .7;
}

.company-list .item-comments {
    font-size: 14px;
    font-weight: 500;
    color: #f67837;
    line-height: 1.43;
}

.archive .rating-list {
    background-color: #fff;
    box-shadow: 0px 0px 38px 0px rgba(110, 168, 99, 0.23);
    border-radius: 10px;
}

.rating-list .item-comments {
    flex-shrink: 0;
    margin-left: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #7ba800;
    line-height: 1.4;
}

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

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

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

.page-numbers {
    display: flex;
    justify-content: center;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    font-size: 17px;
    font-weight: 600;
    line-height: 53px;
    color: #3d5c8e;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e6ed;
    border-radius: 10px;
}

.page-numbers.current,
.page-numbers:hover {
    color: #fff;
    background-color: #3d5c8e;
    border-color: #3d5c8e;
}

.page-numbers.next,
.page-numbers.prev {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    border: 0;
}

.page-numbers.next:hover,
.page-numbers.prev:hover {
    color: #ff8b36;
    background-color: unset;
}

.page-numbers.next {
    margin-left: 30px;
}

.page-numbers.prev {
    margin-right: 30px;
}

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

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

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: end;
    margin: 0 0 35px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
}

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

.breadcrumbs a {
    display: flex;
    align-items: center;
    color: #ff8b36;
    transition: 0.3s linear;
}

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

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

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

@media screen and (max-width: 800px) {
    .breadcrumbs {
        font-size: 16px;
    }
}

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

.sidebar-primary {
    position: relative;
}

.sidebar .widget {
    margin-bottom: 60px;
}

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

#__okGroup0,
#vk_groups {
    width: 100% !important;
}

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

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

/* ## Cats */

.cats-widget {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border: 2px solid #bddb40;
    border-radius: 20px;
}

.cats-widget .widgettitle {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1;
}

.cats-widget .widgettitle span {
    font-size: 20px;
    font-weight: 300;
}

.cats-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cats-widget .category-list>li {
    position: relative;
    padding: 10px 15px;
}

.cats-widget .category-list>li>a {
    position: relative;
    display: block;
    padding: 3px 25px 3px;
    font-size: 18px;
    color: #413041;
    font-weight: 500;
    line-height: 1.56;
    background-color: transparent;
    border-radius: 15px;
    text-decoration: none;
}

.cats-widget a:hover,
.cats-widget .current-cat>a {
    text-decoration: underline;
}

.cats-widget .category-list>li>a:hover {
    color: #ff8b36;
}

.cats-widget .category-list>li.current-cat>a {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    border-radius: 15px;
}

.cats-widget .category-list>li>ul {
    position: relative;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 25px;
    background-color: #fff;
    border-radius: 10px;
}

.cats-widget .category-list>.current-cat>ul,
.cats-widget .category-list>.current-cat-ancestor>ul {
    display: flex;
}

.cat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cats-widget .category-list>li>ul a {
    margin-bottom: 2px;
    padding: 6px 20px;
    color: #625a8a;
    text-decoration: none;
    border-radius: 15px;
    transition: 0.3s;
}

.cats-widget .category-list>li>ul>li>a {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.cats-widget .category-list>li>ul>li>a:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    background: linear-gradient(#a3c513, #a3c513) no-repeat 1px 1px/3px 3px, linear-gradient(#a3c513, #a3c513) no-repeat 0 2px/100% 1px, linear-gradient(#a3c513, #a3c513) no-repeat 2px 0/1px 100%;
}

.cats-widget .category-list>li>ul ul a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.cats-widget .category-list>li>ul a:hover {
    color: #ff8b36;
}

.category-list .current-cat-ancestor ul .current-cat>a,
.cats-widget .category-list li .current-cat-parent>a {
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
}

.cats-widget .category-list>li>ul a:not(:last-of-type) {
    margin-bottom: 5px;
}

.category-list .current-cat-ancestor ul .current-cat>a:before,
.cats-widget .category-list li .current-cat-parent>a:before {
    content: none;
}

.cats-widget .category-list li ul ul {
    margin-left: 20px;
}

.cats-widget .category-list>li.has_children>a>span {
    position: absolute;
    top: 0;
    right: -25px;
    cursor: pointer;
}

.cats-widget .category-list>li.has_children>a>span:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.cats-widget .category-list>li>a.active>span:before,
.cats-widget .category-list>li.current-cat>a>span:before,
.cats-widget .category-list>li.current-cat-ancestor>a>span:before {
    background-image: url(../img/top.svg);
}

.cats-widget .category-list>li.current-cat>a.active>span:before,
.cats-widget .category-list>li.current-cat-ancestor>a.active>span:before {
    background-image: url(../img/bottom.svg);
}

.post-count {
    position: absolute;
    right: 40px;
    top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(65, 48, 65, .5);
    line-height: 1;
}

.children .post-count {
    display: none;
}

/* ## Popular */

.articles-column {
    display: flex;
    flex-direction: column;
}

.articles-column .item {
    flex-direction: row;
    align-items: center;
}

.articles-column .item:not(:last-child) {
    margin-bottom: 30px;
}

.articles-column .item-image {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.articles-column .item .right {
    display: flex;
    flex-direction: column;
}

.articles-column .item-categories {
    margin-bottom: 8px;
}

.articles-column .item .h7 {
    font-size: 15px;
    font-weight: 400;
    color: #413041;
}

.articles-column .item .h7:hover {
    color: #625a8a;
}

/* ## Advice */

.widget.advices-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 25px;
    background-image: -moz-linear-gradient(0deg, rgb(246, 230, 228) 0%, rgb(252, 245, 227) 54%, rgb(218, 231, 240) 99%);
    background-image: -webkit-linear-gradient(0deg, rgb(246, 230, 228) 0%, rgb(252, 245, 227) 54%, rgb(218, 231, 240) 99%);
    background-image: -ms-linear-gradient(0deg, rgb(246, 230, 228) 0%, rgb(252, 245, 227) 54%, rgb(218, 231, 240) 99%);
    border-radius: 20px;
}

.advices-widget .widgettitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.advices-widget .widgettitle:before {
    content: '';
    margin-bottom: 25px;
    width: 70px;
    height: 78px;
    background-image: url(../img/advice.png);
    background-position: center;
    background-repeat: no-repeat;
}

.advices-widget .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
}

/* ## Rating */

.widget.rating-widget {
    background-color: #fff;
    box-shadow: 0px 0px 38px 0px rgba(110, 168, 99, 0.23);
    border-radius: 10px;
}

.rating-widget .widgettitle {
    margin-bottom: 0;
    padding: 35px 40px 20px;
    display: flex;
    align-items: center;
}

.rating-widget .widgettitle:before {
    content: '';
    flex-shrink: 0;
    margin-right: 30px;
    width: 28px;
    height: 27px;
    background-image: url(../img/rating.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rating-list {
    display: flex;
    flex-direction: column;
}

.rating-list .item {
    flex-direction: row;
    align-items: center;
    padding: 15px 40px 15px 35px;
}

.rating-list .item:nth-child(even) {
    background-color: #f5f7f9;
}

.rating-list .item-image {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 18px 0px rgba(48, 62, 80, 0.21);
}

.rating-list .num {
    margin-right: 35px;
    font-size: 32px;
    font-weight: 500;
    color: #a3c513;
}

.rating-list .item-heading {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #eef3f7;
}

.rating-widget .rating-list .item-heading {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.rating-list .h6 {
    font-size: 17px;
    line-height: 1.4;
    transition: .3s;
}

.rating-list .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.4;
    opacity: .7;
}

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

.rating-list .item-rating {
    display: flex;
    align-items: end;
    margin-top: -5px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #f67837;
    line-height: 1;
}

.rating-list .item-rating:before {
    content: '';
    flex-shrink: 0;
    margin-right: 10px;
    width: 18px;
    height: 19px;
    background-image: url(../img/like.png);
    background-position: center;
    background-repeat: no-repeat;
}

.rating-list .rmp-icon--ratings {
    font-size: 13px;
}

.rating-list .rmp-icon--full-highlight {
    color: #fbcb14;
}

@media screen and (max-width: 980px) {
    .rating-list .rating-wrap {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    .rating-list .item {
        flex-wrap: wrap;
    }

    .rating-list .item-heading {
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }

    .rating-list .rating-wrap {
        margin-left: 120px;
        margin-top: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .blocks .rating h2 {
        align-items: start;
        flex-direction: column;
    }

    .blocks .rating h2:before {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .rating-list .rating-wrap {
        margin-left: 50px;
    }
}

/* ## Problems */

.problems-widget {
    margin-top: 35px;
}

.problems-widget .articles-column a {
    position: relative;
    padding-left: 60px;
    font-size: 17px;
    line-height: 1.42;
}

.problems-widget .articles-column a:not(:last-child) {
    margin-bottom: 30px;
}

.problems-widget .articles-column a:hover {
    color: #f67837;
}

.problems-widget .articles-column a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 4px;
    background-image: -moz-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(251, 201, 0) 0%, rgb(255, 123, 58) 100%);
    border-radius: 2px;
}

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

.site-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
}

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

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

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

.footer-bottom {
    padding-top: 20px;
}

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

/* ## Footer top */

.footer-top>div {
    flex: 1
}

.footer-top>div:not(:last-child) {
    margin-right: 70px;
}

.footer-block .logo {
    justify-content: center;
    padding-left: 70px;
    margin-right: 0;
    height: 50px;
    width: 220px;
}

.footer-block .logo img {
    width: 50px;
}

.footer-block .logo .h1 {
    font-size: 21px;
}

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

.footer-block .social-wrap {
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.footer-block .social-wrap span {
    margin-left: 20px;
}

.footer-block .copyright {
    padding-left: 70px;
    font-size: 13px;
    line-height: 1.43;
}

.footer-block .copyright p {
    margin-bottom: 15px;
}

.footer-block .copyright p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 980px) {
    .footer-top>div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .footer-block:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-block .copyright {
        margin-top: 30px;
        padding-left: 0;
        text-align: center;
    }
}

/* ## Footer info menu */

.footer-info.menu {
    flex-direction: column;
}

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

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

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

/* ## Footer main menu */

.footer-main-menu>ul {
    flex-wrap: wrap;
    justify-content: center;
}

.footer-main-menu>ul>li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 30px;
    white-space: nowrap;
}

.footer-main-menu a {
    color: #413041;
}

.footer-main-menu>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.footer-main-menu>ul>li:hover>a,
.footer-main-menu>ul>.current-menu-item>a {
    color: #f67837;
}

.footer-main-menu>ul>[class^="cat-"]>a:before {
    content: '';
    flex-shrink: 0;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-main-menu>ul>.cat-1>a:before {
    background-image: url(../img/cat-1.png);
}

.footer-main-menu>ul>.cat-2>a:before {
    background-image: url(../img/cat-2.png);
}

.footer-main-menu>ul>.cat-3>a:before {
    background-image: url(../img/cat-3.png);
}

.footer-main-menu>ul>.cat-4>a:before {
    background-image: url(../img/cat-4.png);
}

.footer-main-menu>ul>.cat-5>a:before {
    background-image: url(../img/cat-5.png);
}

.footer-main-menu>ul>.cat-6>a:before {
    background-image: url(../img/cat-6.png);
}

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

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

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

/* ## Footer design */

.footer-design {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 9px;
    color: #868686;
}

.footer-design:after {
    content: "";
    flex-shrink: 0;
    margin-left: 20px;
    width: 74px;
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAYCAMAAABqSJu/AAAC61BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgweUZtuAeuuIjxeYevOMexeYcveMevuQAAAAAAAAivuQgveQbs+AhxucgweQhyOcAAAAgweUgxOYeuuIZsN8Hf8wjyegjx+cjyeglyOgjyegjyecgweUjx+cBecoAfMsHgc4EgM0Becobt+EAeMoBecoAeMkEgM0BecoAeMkAeMkHgc4EessNidEHh9AEfMsKkdMHg84Gi9EEfMsKhM8KjtIHf8wAg84Hg84Hhc8Hgc4Hgc4NltUbq90AAAANjdIAAAANmtYNktQbs+AQn9cQp9sQo9kWp9sQn9gWq90NltQWr94Qm9YQo9kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEfMsbt+EBecoHf80gveQcweUeuuIewOUjxeYjx+cZtN8br98NltUWq90Qm9YWp9sQo9kTntggueIevuQcveMcu+IgweUexeYgxOYlw+Yex+cEgM0AfMsNktQNjdIGidABf8wDjtINidEKhtAHhc8Hg84NktIGjdIZtOEWr98QkNSy5286AAAAznRSTlMAEZmWggtdEowOpIh2pZFxnINrcEMFAaNNA54MBySNFYSTbAlTqHdvf16SUHwCLycWaRRXHQoYIIaOi50Gn2qQfWFjE4l5HF+FgaCmFy5oqZdaR0BKZLY2IxpUexBRKaKPImIqc3o4PBuUr2BylX4heJubXwb1110fQhto1yUjoDrMOh1JISz4pm3JI/E4ojsYyfqvJXKq7jjMLGYpsR/5V9tWaBKOcXftBU2Q4eOAI0+ifSOEpPTg8ru8feCEM0tmMJu+sSwNmHRJVYerXIkRFAcAAALjSURBVHjarZJVWCJhFIYPMDADSBqANLZid3e3rt2x6xqr293d3d3d3d1hd2539+WCuOiVF8J7M+ecZ+Z9zv/PB5oxd+H8BYtAKyx529Q0b9oU0AIzX79pbHw1ZhRoztQZixteNtTVDVe1qXoJCdPHD1Q2cdLY57W1z8Ypa2NLbwolWWfgm40e+bS+/sUsgKuevqYkC9kETY45oqqqahWAv6c8s2fCDySrCnKgc39fGhgAeKGoUe9kcnPz71NQ6J2lal0C3KQYuwLAxgyTIk9wYGseoA98+8FkHOIIYJ2PDDXSKRODMNzHOlsUZJl7lMv7r5rd8qflEmQw9bo7fdNIeTw7Isw6imDIIFFjY8DmsUSxARbpEFVyHyCLRhHyI+K8IPRWDNjaW3HTqSYp6rWOtLVdADlepbLFu+GAx2KiRRRdxWZSkcCJEOzkIjSno2JmDKQyWXRXojsSUkD3DVG8fteZfJ1zXK0609FxDoI9Vaohw+TsMh2mu7MVTXEcMivOzgWTxOEJkiBUbOjIs2Q/NHQlUiWEHIkQIDq8+B6BRb+mVl3p7DwLMk56j6qczWCU5oGFSkWwc7Est3pgHO6OivHxFobOXJorEUO4/h6hAjCNJKXc8Y8YpFad7uo6D1Yc8zTlX8nGYxXdU2PlAaOl7gInvDJsfsWoWITcvAGhHFdirhuATokeBHMKAGQ5vaoT7e2XwY5K8dDV9dM1Ypu4keILzaxDlNf+KNYeomPD9IEsojlEMU1IAD7JQr43Pg2KblMNLExMk8KCaMZq1eHW1osATkkIhnn4ALkUodOxfF53GFikvmHIkAkAuFRFGBgOgDL8HDLNRL6JeUjif9P2Dz//nlQWRBzq1f1EcbyeiBL7Tbc+gJ2g72DPl4+/joFW2Pnp6xbQAgd2A3z7vhU0ZvmmHfsPHfyxDzRlzop172o+19TsBY1ZVln5vrJy2y7QnPXV1dUrl24GLbBxw9o1q3vqf5Wous0GWh9gAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 980px) {
    .footer-design {
        justify-content: center;
        margin-left: 0;
    }
}

/* ## 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;
    }
}