/*
Theme Name: Redpic MySekret Theme
Theme URI: https://redpic.org/wp/themes/redpic-theme
Author: Redpic team
Author URI: https://redpic.org/
Description: Short theme description
Requires at least: WordPress 4.9.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: redpic-theme
Tags: theme
*/

@import "grids.css";
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700|PT+Serif+Caption&display=swap&subset=cyrillic");
.blocks-gallery-item,
.post-meta li {
    padding-left: 0 !important;
}

.blocks-gallery-item:after,
.post-meta li:after {
    display: none !important;
}

.wp-block-pullquote {
    padding: 0 !important;
}

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

.leftList span {
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 60px
}

.left-col {
    width: 240px;
    background: #eee;
    padding: 0;
}

@media (max-width: 992px) {
    .left-col {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8000000 !important;
        width: 100%;
        height: 100%;
        display: none;
        padding: 1rem;
        overflow: auto;
    }
    .left-col .main-menu {
        width: 100%;
    }
    .left-col .widget {
        display: none;
    }
     .bilboard {
        display: none;
    }
}

@media (min-width: 992px) {
    .left-col .rp-close {
        display: none;
    }
    .left-col .search-form {
        display: none;
    }
    .left-col .main-menu {
        position: sticky;
        top: 1rem;
    }
   
}



.active-menu {
    display: block !important;
}

.right-col {
    width: 300px;
    padding: 0;
    background: #eee;
}

.all-content {
    background: #eee;
}

body {
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

body,
input,
textarea,
select,
button {
    font-family: "PT Sans", Arial, sans-serif;
}

.main-col {
    max-width: 1060px;
    background: #fff;
}

a {
    color: #bd7316;
    text-decoration: underline;
    background: none;
}

a:hover {
    text-decoration: none;
    color: #999;
}

a.btn {
    text-decoration: none;
}

.btn {
    border-radius: 0 !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #FDBA74;
    border-color: #FDBA74;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c44c4c;
    border-color: #c44c4c;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

header {
    background: #FDBA74;
}

header .right-col {
    background: none;
}

.for-logo {
    width: 240px;
    background: #fff;
    display: flex;
    align-items: center;
}

.logo img {
    width: auto;
    height: 55px;
}

@media(max-width:992px) {
    .logo img {
        height: 35px !important;
    }
}

.rp-mobile-menu-icon {
    cursor: pointer;
}

#rp-mobile-menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem;
    background: #eee;
    z-index: 7999999;
    height: 100%;
    overflow-y: scroll;
}

.rp-mobile-menu-block:target {
    display: block !important;
    pointer-events: auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.left-col input {
    border-bottom: #ccc 1px solid !important;
    color: #999;
}

.left-col input::-webkit-input-placeholder {
    /* Chrome */
    color: #999;
}

.left-col input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

.left-col input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    opacity: 1;
}

.left-col input:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #999;
    opacity: 1;
}

.rp-close {
    background: #FDBA74;
    color: #ffffff;
    line-height: 40px;
    right: 0px;
    text-align: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    top: 0;
    cursor: pointer;
}

#rp-mobile-menu .main-menu {
    width: 100%;
}

.mobile-menu-icon svg {
    fill: #222;
}

.search-form {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 40px;
}

.for-search {
    align-self: center;
    max-width: 1060px;
}

.search-form .btn {
    border-radius: 0;
    background: #FDBA74;
    color: #fff;
    border: none;
}

.search-form .btn svg {
    fill: #fff;
}

.search-field {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background: none;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #fff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: white;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: white;
    opacity: 1;
}

.screen-reader-text {
    display: none;
}

h1 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 38px;
    font-family: "PT Serif Caption", "Georgia", "Times New Roman", "serif";
    text-align: left;
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {
    .for-logo .row {
        width: auto;
    }
}

h2 {
    font-family: "PT Serif Caption", "Georgia", "Times New Roman", "serif";
    font-size: 24px;
    font-weight: 400;
    margin-top: 36px;
    margin-bottom: 20px;
    color: #000;
}

h3 {
    font-family: "PT Serif Caption", "Georgia", "Times New Roman", "serif";
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000;
}

h4 {
    font-family: "PT Serif Caption", "Georgia", "Times New Roman", "serif";
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000;
}

.as-h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 36px;
    margin-bottom: 20px;
}

.as-h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
}

.black {
    color: #000;
}

.h2-red span {
    border-bottom: 4px solid #FDBA74;
}

.h2-green span {
    border-bottom: 4px solid #47cf73;
}

.forma_lead {
    width: 100%;
    height: 410px;
    border: none;
}

.main-menu {
    margin: 15px 0 10px 0;
    width: 240px;
    padding: 0;
    list-style: none;
    font-family: "PT Sans", Arial, sans-serif;
}

.main-menu ol,
.main-menu ul {
    list-style: none;
}

.main-menu li a {
    display: block;
    padding: 7px 25px 7px 25px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    color: #222;
    font-family: "PT Sans", Arial, sans-serif;
    position: relative;
}

.main-menu li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #FDBA74;
}

.main-menu li .sub-menu li a {
    display: block;
    padding: 7px 25px 7px 45px;
    font-size: 14px;
    font-weight: 400;
}
.main-menu li .sub-menu li ul li a {

    padding: 7px 25px 7px 55px;
}

.main-menu li>a>span>.redpic_menu_arrow {
    display: none;
}

.main-menu li.menu-item-has-children>a>span>.redpic_menu_arrow {
    display: block;
}

.current-menu-item>a,
.current-post-parent>a {
    background-color: #fff;
}

.sub-menu {
    display: none;
}

.sub-menu.visible {
    display: block;
}

.redpic_menu_arrow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 40px;
    height: 40px;
}

.redpic_menu_arrow:before {
    border-right: 2px solid;
    border-top: 2px solid;
    content: "";
    display: block;
    height: 10px;
    opacity: 0.4;
    position: absolute;
    right: 22px;
    top: 17px;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    z-index: 0;
}

footer .current-menu-item>a,
footer .current-post-parent>a {
    background: none;
}


/*
.pr-menu-knite a:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -20 512.00067 512' fill='rgb(171, 16, 16)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m238.722656 246.511719c2.535156 0 5.070313-.960938 7.019532-2.878907l.207031-.203124c3.929687-3.878907 3.976562-10.210938.097656-14.144532-3.875-3.933594-10.207031-3.976562-14.140625-.101562l-.207031.207031c-3.933594 3.875-3.976563 10.207031-.101563 14.140625 1.957032 1.984375 4.539063 2.980469 7.125 2.980469zm0 0'/%3E%3Cpath d='m507.75 118.753906c-4.386719-7.949218-11.609375-13.714844-20.335938-16.234375-8.722656-2.515625-17.910156-1.488281-25.859374 2.902344-7.949219 4.386719-13.714844 11.609375-16.234376 20.335937-1.566406 5.417969-1.757812 11.015626-.628906 16.382813l-16.09375 8.886719c-6.699218-11-14.375-21.230469-22.890625-30.601563l56.386719-56.386719c4.75 2.523438 10.160156 3.960938 15.898438 3.960938 18.75 0 34-15.253906 34-34s-15.25-34-34-34c-18.746094 0-33.996094 15.253906-33.996094 34 0 5.742188 1.433594 11.148438 3.957031 15.898438l-56.40625 56.40625c-49.386719-44.578126-119.753906-63.945313-188.582031-45.21875-52.0625 14.167968-95.492188 47.757812-122.289063 94.589843-26.796875 46.828125-33.753906 101.289063-19.589843 153.351563 3.546874 13.035156 8.308593 25.421875 14.113281 37.078125l-70.03125 38.660156c-4.832031 2.667969-6.589844 8.75-3.921875 13.585937 1.824218 3.304688 5.242187 5.167969 8.765625 5.167969 1.632812 0 3.292969-.402343 4.824219-1.246093l70.160156-38.730469c6.308594 10.023437 13.449218 19.382812 21.292968 28.015625l-63.359374 63.359375c-3.90625 3.90625-3.90625 10.238281 0 14.144531 1.953124 1.953125 4.511718 2.925781 7.070312 2.925781s5.121094-.972656 7.070312-2.925781l63.386719-63.386719c36.695313 33.125 84.96875 52.335938 135.59375 52.335938 17.503907 0 35.296875-2.296875 52.980469-7.109375 107.472656-29.242188 171.117188-140.46875 141.875-247.941406-3.273438-12.023438-7.578125-23.492188-12.78125-34.351563l16.230469-8.957031c3.941406 3.816406 8.78125 6.632812 14.203125 8.199218 3.125.902344 6.308594 1.347657 9.476562 1.347657 5.667969 0 11.28125-1.433594 16.382813-4.25 7.949219-4.386719 13.714843-11.609375 16.234375-20.335938 2.519531-8.722656 1.488281-17.90625-2.902344-25.859375zm-321.5 305.25c-1.648438-10.613281-2.488281-21.4375-2.488281-32.246094 0-42.949218 12.976562-84.167968 37.527343-119.207031 3.167969-4.523437 2.070313-10.757812-2.453124-13.929687-4.523438-3.167969-10.757813-2.070313-13.925782 2.453125-26.917968 38.417969-41.148437 83.609375-41.148437 130.683593 0 7.21875.351562 14.441407 1.027343 21.621094-13.40625-7.769531-25.832031-17.234375-36.921874-28.195312 1.582031-65.566406 26.449218-124.824219 66.769531-169.910156 1.871093-1.042969 3.390625-2.667969 4.28125-4.675782 46.597656-49.636718 112.417969-80.949218 186.273437-82.734375 10.871094 10.925781 20.421875 23.304688 28.320313 36.9375-7.21875-.683593-14.488281-1.039062-21.753907-1.039062-45.542968 0-89.507812 13.390625-127.144531 38.71875-4.582031 3.082031-5.792969 9.296875-2.710937 13.878906 1.929687 2.867187 5.089844 4.414063 8.304687 4.414063 1.921875 0 3.859375-.550782 5.574219-1.703126 34.324219-23.101562 74.429688-35.308593 115.976562-35.308593 10.851563 0 21.714844.84375 32.363282 2.503906 2.921875 7.058594 5.429687 14.382813 7.488281 21.945313 1.554687 5.707031 2.804687 11.425781 3.785156 17.140624-14.179687-3.710937-28.808593-5.59375-43.632812-5.59375-94.839844 0-171.996094 77.15625-171.996094 171.996094 0 14.820313 1.878906 29.4375 5.585937 43.613282-13.484374-2.324219-26.597656-6.15625-39.101562-11.363282zm-105.863281-120.226562c-.804688-2.957032-1.53125-5.917969-2.1875-8.886719 13.070312-8.429687 27.363281-14.789063 42.535156-18.917969 4.261719-1.160156 8.570313-2.125 12.90625-2.910156-13.0625 28.378906-21.363281 58.871094-24.472656 90.457031-12.84375-17.496093-22.753907-37.582031-28.78125-59.742187zm-5.011719-70.882813c9.867188-4.417969 20.160156-8.097656 30.65625-10.957031 20.945312-5.699219 42.261719-8.082031 63.601562-7.152344-9.269531 11.597656-17.578124 23.816406-24.851562 36.570313-9.855469.925781-19.6875 2.703125-29.296875 5.320312-14.320313 3.898438-27.953125 9.5625-40.671875 16.875-1.347656-13.605469-1.15625-27.226562.5625-40.65625zm402.617188-212.894531c7.71875 0 14 6.28125 14 14s-6.28125 14-14 14-14-6.28125-14-14 6.28125-14 14-14zm-269.777344 60.382812c15.9375-4.335937 31.957031-6.40625 47.734375-6.40625 39.125 0 76.691406 12.738282 107.457031 35.199219-16.484375 1.628907-32.667969 4.671875-48.410156 9.066407-36.457032-18.492188-76.105469-30.320313-116.527344-34.910157 3.210938-1.0625 6.457031-2.054687 9.746094-2.949219zm-48.023438 20.785157c43.597656-.035157 87.136719 9.003906 127.324219 26.285156-15.863281 6.253906-31.136719 13.960937-45.667969 23.019531-41.613281-12.457031-85.441406-15.125-128.203125-7.921875 13.078125-16.484375 28.800781-30.433593 46.546875-41.382812zm-62.527344 65.105469c40.382813-9.9375 82.332032-10.207032 122.542969-.871094-10.332031 7.859375-20.203125 16.457031-29.519531 25.796875-1.582031 1.585937-3.140625 3.1875-4.679688 4.804687-28.558593-3.210937-57.203124-.988281-85.226562 6.636719-7.027344 1.914063-13.96875 4.171875-20.773438 6.738281 3.964844-14.882812 9.863282-29.359375 17.65625-43.105468zm149.183594 271.488281c-4.703125-14.824219-7.085937-30.285157-7.085937-46.003907 0-83.8125 68.1875-152 151.996093-152 15.722657 0 31.1875 2.386719 46.011719 7.089844.640625 12.695313-.058593 25.277344-2.015625 37.558594-13.886718-5.679688-28.90625-8.648438-43.996094-8.648438-63.960937 0-115.996093 52.039063-115.996093 116 0 15.316407 2.910156 30.074219 8.644531 44-12.609375 2.003907-25.183594 2.636719-37.558594 2.003907zm179.023438-116.675781c-2.878906-7.53125-6.070313-14.929688-9.566406-22.171876 5.160156 1.359376 10.199218 3.15625 15.105468 5.390626-1.578125 5.691406-3.429687 11.289062-5.539062 16.78125zm-99.265625 56.394531c-3.609375-13.273438-8.777344-26.011719-15.355469-37.953125 6.859375-10.535156 15.722656-19.640625 26.050781-26.78125 10.621094 17.089844 18.699219 35.644531 24.039063 55.28125 2.847656 10.457031 4.882812 21.15625 6.078125 31.855468-10.613281 8.242188-22.238281 15.371094-34.753907 21.175782-.144531-14.65625-2.164062-29.265625-6.058593-43.578125zm-22.273438 53.96875c-5.683593-12.46875-8.574219-25.800781-8.574219-39.691407 0-10.15625 1.59375-19.949218 4.53125-29.144531 2.789063 6.511719 5.144532 13.230469 7.015626 20.117188 4.128906 15.175781 5.886718 30.714843 5.238281 46.253906-2.703125.878906-5.441407 1.699219-8.210938 2.464844zm81.003907-47.476563c-1.234376-7.125-2.796876-14.210937-4.695313-21.195312-5.757813-21.152344-14.414063-41.171875-25.769531-59.644532 11.363281-4.746093 23.824218-7.375 36.886718-7.375.144532 0 .289063.007813.433594.007813 8.847656 16.179687 16.011719 33.371094 21.335938 51.183594-7.761719 13.441406-17.226563 25.902343-28.191406 37.023437zm106.097656-244.90625c-1.035156 3.59375-3.410156 6.566406-6.683594 8.375s-7.054688 2.230469-10.648438 1.195313c-3.589843-1.039063-6.566406-3.410157-8.371093-6.683594-1.808594-3.273437-2.230469-7.058594-1.195313-10.648437 1.035156-3.59375 3.410156-6.566407 6.683594-8.375 2.101562-1.160157 4.410156-1.75 6.746094-1.75 1.304687 0 2.617187.183593 3.902344.554687 3.59375 1.039063 6.566406 3.414063 8.375 6.6875 1.808593 3.273437 2.230468 7.054687 1.191406 10.644531zm0 0'/%3E%3C/svg%3E");
}

.pr-menu-knite a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -20 512.00067 512' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m238.722656 246.511719c2.535156 0 5.070313-.960938 7.019532-2.878907l.207031-.203124c3.929687-3.878907 3.976562-10.210938.097656-14.144532-3.875-3.933594-10.207031-3.976562-14.140625-.101562l-.207031.207031c-3.933594 3.875-3.976563 10.207031-.101563 14.140625 1.957032 1.984375 4.539063 2.980469 7.125 2.980469zm0 0'/%3E%3Cpath d='m507.75 118.753906c-4.386719-7.949218-11.609375-13.714844-20.335938-16.234375-8.722656-2.515625-17.910156-1.488281-25.859374 2.902344-7.949219 4.386719-13.714844 11.609375-16.234376 20.335937-1.566406 5.417969-1.757812 11.015626-.628906 16.382813l-16.09375 8.886719c-6.699218-11-14.375-21.230469-22.890625-30.601563l56.386719-56.386719c4.75 2.523438 10.160156 3.960938 15.898438 3.960938 18.75 0 34-15.253906 34-34s-15.25-34-34-34c-18.746094 0-33.996094 15.253906-33.996094 34 0 5.742188 1.433594 11.148438 3.957031 15.898438l-56.40625 56.40625c-49.386719-44.578126-119.753906-63.945313-188.582031-45.21875-52.0625 14.167968-95.492188 47.757812-122.289063 94.589843-26.796875 46.828125-33.753906 101.289063-19.589843 153.351563 3.546874 13.035156 8.308593 25.421875 14.113281 37.078125l-70.03125 38.660156c-4.832031 2.667969-6.589844 8.75-3.921875 13.585937 1.824218 3.304688 5.242187 5.167969 8.765625 5.167969 1.632812 0 3.292969-.402343 4.824219-1.246093l70.160156-38.730469c6.308594 10.023437 13.449218 19.382812 21.292968 28.015625l-63.359374 63.359375c-3.90625 3.90625-3.90625 10.238281 0 14.144531 1.953124 1.953125 4.511718 2.925781 7.070312 2.925781s5.121094-.972656 7.070312-2.925781l63.386719-63.386719c36.695313 33.125 84.96875 52.335938 135.59375 52.335938 17.503907 0 35.296875-2.296875 52.980469-7.109375 107.472656-29.242188 171.117188-140.46875 141.875-247.941406-3.273438-12.023438-7.578125-23.492188-12.78125-34.351563l16.230469-8.957031c3.941406 3.816406 8.78125 6.632812 14.203125 8.199218 3.125.902344 6.308594 1.347657 9.476562 1.347657 5.667969 0 11.28125-1.433594 16.382813-4.25 7.949219-4.386719 13.714843-11.609375 16.234375-20.335938 2.519531-8.722656 1.488281-17.90625-2.902344-25.859375zm-321.5 305.25c-1.648438-10.613281-2.488281-21.4375-2.488281-32.246094 0-42.949218 12.976562-84.167968 37.527343-119.207031 3.167969-4.523437 2.070313-10.757812-2.453124-13.929687-4.523438-3.167969-10.757813-2.070313-13.925782 2.453125-26.917968 38.417969-41.148437 83.609375-41.148437 130.683593 0 7.21875.351562 14.441407 1.027343 21.621094-13.40625-7.769531-25.832031-17.234375-36.921874-28.195312 1.582031-65.566406 26.449218-124.824219 66.769531-169.910156 1.871093-1.042969 3.390625-2.667969 4.28125-4.675782 46.597656-49.636718 112.417969-80.949218 186.273437-82.734375 10.871094 10.925781 20.421875 23.304688 28.320313 36.9375-7.21875-.683593-14.488281-1.039062-21.753907-1.039062-45.542968 0-89.507812 13.390625-127.144531 38.71875-4.582031 3.082031-5.792969 9.296875-2.710937 13.878906 1.929687 2.867187 5.089844 4.414063 8.304687 4.414063 1.921875 0 3.859375-.550782 5.574219-1.703126 34.324219-23.101562 74.429688-35.308593 115.976562-35.308593 10.851563 0 21.714844.84375 32.363282 2.503906 2.921875 7.058594 5.429687 14.382813 7.488281 21.945313 1.554687 5.707031 2.804687 11.425781 3.785156 17.140624-14.179687-3.710937-28.808593-5.59375-43.632812-5.59375-94.839844 0-171.996094 77.15625-171.996094 171.996094 0 14.820313 1.878906 29.4375 5.585937 43.613282-13.484374-2.324219-26.597656-6.15625-39.101562-11.363282zm-105.863281-120.226562c-.804688-2.957032-1.53125-5.917969-2.1875-8.886719 13.070312-8.429687 27.363281-14.789063 42.535156-18.917969 4.261719-1.160156 8.570313-2.125 12.90625-2.910156-13.0625 28.378906-21.363281 58.871094-24.472656 90.457031-12.84375-17.496093-22.753907-37.582031-28.78125-59.742187zm-5.011719-70.882813c9.867188-4.417969 20.160156-8.097656 30.65625-10.957031 20.945312-5.699219 42.261719-8.082031 63.601562-7.152344-9.269531 11.597656-17.578124 23.816406-24.851562 36.570313-9.855469.925781-19.6875 2.703125-29.296875 5.320312-14.320313 3.898438-27.953125 9.5625-40.671875 16.875-1.347656-13.605469-1.15625-27.226562.5625-40.65625zm402.617188-212.894531c7.71875 0 14 6.28125 14 14s-6.28125 14-14 14-14-6.28125-14-14 6.28125-14 14-14zm-269.777344 60.382812c15.9375-4.335937 31.957031-6.40625 47.734375-6.40625 39.125 0 76.691406 12.738282 107.457031 35.199219-16.484375 1.628907-32.667969 4.671875-48.410156 9.066407-36.457032-18.492188-76.105469-30.320313-116.527344-34.910157 3.210938-1.0625 6.457031-2.054687 9.746094-2.949219zm-48.023438 20.785157c43.597656-.035157 87.136719 9.003906 127.324219 26.285156-15.863281 6.253906-31.136719 13.960937-45.667969 23.019531-41.613281-12.457031-85.441406-15.125-128.203125-7.921875 13.078125-16.484375 28.800781-30.433593 46.546875-41.382812zm-62.527344 65.105469c40.382813-9.9375 82.332032-10.207032 122.542969-.871094-10.332031 7.859375-20.203125 16.457031-29.519531 25.796875-1.582031 1.585937-3.140625 3.1875-4.679688 4.804687-28.558593-3.210937-57.203124-.988281-85.226562 6.636719-7.027344 1.914063-13.96875 4.171875-20.773438 6.738281 3.964844-14.882812 9.863282-29.359375 17.65625-43.105468zm149.183594 271.488281c-4.703125-14.824219-7.085937-30.285157-7.085937-46.003907 0-83.8125 68.1875-152 151.996093-152 15.722657 0 31.1875 2.386719 46.011719 7.089844.640625 12.695313-.058593 25.277344-2.015625 37.558594-13.886718-5.679688-28.90625-8.648438-43.996094-8.648438-63.960937 0-115.996093 52.039063-115.996093 116 0 15.316407 2.910156 30.074219 8.644531 44-12.609375 2.003907-25.183594 2.636719-37.558594 2.003907zm179.023438-116.675781c-2.878906-7.53125-6.070313-14.929688-9.566406-22.171876 5.160156 1.359376 10.199218 3.15625 15.105468 5.390626-1.578125 5.691406-3.429687 11.289062-5.539062 16.78125zm-99.265625 56.394531c-3.609375-13.273438-8.777344-26.011719-15.355469-37.953125 6.859375-10.535156 15.722656-19.640625 26.050781-26.78125 10.621094 17.089844 18.699219 35.644531 24.039063 55.28125 2.847656 10.457031 4.882812 21.15625 6.078125 31.855468-10.613281 8.242188-22.238281 15.371094-34.753907 21.175782-.144531-14.65625-2.164062-29.265625-6.058593-43.578125zm-22.273438 53.96875c-5.683593-12.46875-8.574219-25.800781-8.574219-39.691407 0-10.15625 1.59375-19.949218 4.53125-29.144531 2.789063 6.511719 5.144532 13.230469 7.015626 20.117188 4.128906 15.175781 5.886718 30.714843 5.238281 46.253906-2.703125.878906-5.441407 1.699219-8.210938 2.464844zm81.003907-47.476563c-1.234376-7.125-2.796876-14.210937-4.695313-21.195312-5.757813-21.152344-14.414063-41.171875-25.769531-59.644532 11.363281-4.746093 23.824218-7.375 36.886718-7.375.144532 0 .289063.007813.433594.007813 8.847656 16.179687 16.011719 33.371094 21.335938 51.183594-7.761719 13.441406-17.226563 25.902343-28.191406 37.023437zm106.097656-244.90625c-1.035156 3.59375-3.410156 6.566406-6.683594 8.375s-7.054688 2.230469-10.648438 1.195313c-3.589843-1.039063-6.566406-3.410157-8.371093-6.683594-1.808594-3.273437-2.230469-7.058594-1.195313-10.648437 1.035156-3.59375 3.410156-6.566407 6.683594-8.375 2.101562-1.160157 4.410156-1.75 6.746094-1.75 1.304687 0 2.617187.183593 3.902344.554687 3.59375 1.039063 6.566406 3.414063 8.375 6.6875 1.808593 3.273437 2.230468 7.054687 1.191406 10.644531zm0 0'/%3E%3C/svg%3E");
}

.pr-menu-cong a:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' fill='rgb(171, 16, 16)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.558594 61.320312c4.199218 0 7.605468-3.40625 7.605468-7.609374v-21.300782c0-4.199218-3.40625-7.605468-7.605468-7.605468-4.203125 0-7.609375 3.40625-7.609375 7.605468v21.300782c0 4.203124 3.40625 7.609374 7.609375 7.609374zm0 0'/%3E%3Cpath d='m207.558594 115.320312c4.199218 0 7.605468-3.40625 7.605468-7.609374v-21.300782c0-4.203125-3.40625-7.609375-7.605468-7.609375-4.203125 0-7.609375 3.40625-7.609375 7.609375v21.300782c0 4.203124 3.40625 7.609374 7.609375 7.609374zm0 0'/%3E%3Cpath d='m223.90625 77.667969h21.300781c4.203125 0 7.609375-3.40625 7.609375-7.605469 0-4.203125-3.40625-7.609375-7.609375-7.609375h-21.300781c-4.203125 0-7.609375 3.40625-7.609375 7.609375 0 4.199219 3.40625 7.605469 7.609375 7.605469zm0 0'/%3E%3Cpath d='m169.90625 77.667969h21.300781c4.203125 0 7.609375-3.40625 7.609375-7.605469 0-4.203125-3.40625-7.609375-7.609375-7.609375h-21.300781c-4.203125 0-7.609375 3.40625-7.609375 7.609375 0 4.199219 3.40625 7.605469 7.609375 7.605469zm0 0'/%3E%3Cpath d='m137.933594 148.6875c4.203125 0 7.609375-3.40625 7.609375-7.609375v-21.300781c0-4.203125-3.40625-7.609375-7.609375-7.609375-4.199219 0-7.605469 3.40625-7.605469 7.609375v21.300781c0 4.203125 3.40625 7.609375 7.605469 7.609375zm0 0'/%3E%3Cpath d='m137.933594 202.683594c4.203125 0 7.609375-3.40625 7.609375-7.605469v-21.300781c0-4.203125-3.40625-7.609375-7.609375-7.609375-4.199219 0-7.605469 3.40625-7.605469 7.609375v21.300781c0 4.199219 3.40625 7.605469 7.605469 7.605469zm0 0'/%3E%3Cpath d='m154.28125 165.035156h21.304688c4.199218 0 7.605468-3.40625 7.605468-7.609375 0-4.199219-3.40625-7.605469-7.605468-7.605469h-21.304688c-4.199219 0-7.605469 3.40625-7.605469 7.605469 0 4.203125 3.40625 7.609375 7.605469 7.609375zm0 0'/%3E%3Cpath d='m100.285156 165.035156h21.300782c4.203124 0 7.609374-3.40625 7.609374-7.609375 0-4.199219-3.40625-7.605469-7.609374-7.605469h-21.300782c-4.203125 0-7.609375 3.40625-7.609375 7.605469 0 4.203125 3.40625 7.609375 7.609375 7.609375zm0 0'/%3E%3Cpath d='m338.792969 375.496094c-4.203125 0-7.609375 3.40625-7.609375 7.609375v21.300781c0 4.199219 3.40625 7.605469 7.609375 7.605469 4.199219 0 7.605469-3.40625 7.605469-7.605469v-21.300781c0-4.203125-3.40625-7.609375-7.605469-7.609375zm0 0'/%3E%3Cpath d='m338.792969 429.496094c-4.203125 0-7.609375 3.40625-7.609375 7.609375v21.300781c0 4.199219 3.40625 7.605469 7.609375 7.605469 4.199219 0 7.605469-3.40625 7.605469-7.605469v-21.300781c0-4.203125-3.40625-7.609375-7.605469-7.609375zm0 0'/%3E%3Cpath d='m376.441406 413.148438h-21.300781c-4.203125 0-7.609375 3.40625-7.609375 7.605468 0 4.203125 3.40625 7.609375 7.609375 7.609375h21.300781c4.203125 0 7.609375-3.40625 7.609375-7.609375 0-4.199218-3.40625-7.605468-7.609375-7.605468zm0 0'/%3E%3Cpath d='m322.441406 413.148438h-21.300781c-4.203125 0-7.609375 3.40625-7.609375 7.605468 0 4.203125 3.40625 7.609375 7.609375 7.609375h21.300781c4.203125 0 7.609375-3.40625 7.609375-7.609375 0-4.199218-3.40625-7.605468-7.609375-7.605468zm0 0'/%3E%3Cpath d='m501.511719 74.5625-32.648438-32.652344c-2.972656-2.96875-7.789062-2.96875-10.757812 0-2.972657 2.972656-2.972657 7.789063 0 10.757813l32.648437 32.652343c3.742188 3.742188 5.804688 8.71875 5.804688 14.011719 0 5.296875-2.0625 10.273438-5.804688 14.015625l-26.8125 26.808594c-3.742187 3.746094-8.71875 5.808594-14.011718 5.808594-5.292969 0-10.269532-2.0625-14.015626-5.808594l-64.296874-64.296875c-7.730469-7.730469-7.730469-20.300781 0-28.027344l26.808593-26.8125c3.746094-3.742187 8.722657-5.804687 14.015625-5.804687 5.292969 0 10.269532 2.0625 14.011719 5.804687l9.070313 9.070313c2.972656 2.96875 7.789062 2.96875 10.757812 0 2.972656-2.972656 2.972656-7.789063 0-10.761719l-9.070312-9.066406c-6.617188-6.617188-15.414063-10.261719-24.769532-10.261719-9.359375 0-18.15625 3.644531-24.773437 10.261719l-26.8125 26.8125c-11.808594 11.8125-13.398438 30.023437-4.78125 43.570312l-27.617188 27.617188c-10.917969 10.914062-10.917969 28.675781 0 39.59375l33.367188 33.367187c5.457031 5.460938 12.628906 8.1875 19.796875 8.1875 7.171875 0 14.339844-2.726562 19.796875-8.1875l27.246093-27.242187c6.078126 4.664062 13.476563 7.199219 21.265626 7.199219 9.359374 0 18.15625-3.644532 24.773437-10.261719l26.8125-26.8125c6.617187-6.617188 10.261719-15.414063 10.261719-24.773438-.003906-9.355469-3.648438-18.152343-10.265625-24.769531zm-110.851563 95.902344c-4.984375 4.984375-13.09375 4.984375-18.078125 0l-33.367187-33.367188c-4.984375-4.984375-4.984375-13.09375 0-18.078125l27.019531-27.023437 51.445313 51.445312zm0 0'/%3E%3Cpath d='m307.289062 309.246094c7.160157 0 14.316407-2.726563 19.765626-8.175782 10.898437-10.898437 10.898437-28.632812 0-39.53125l-76.820313-76.820312c-10.898437-10.898438-28.632813-10.902344-39.53125 0-8.445313 8.445312-10.34375 20.992188-5.703125 31.285156l-26.6875 26.691406c-21.027344 21.023438-50.164062 32.8125-79.871094 32.371094-16.949218-.269531-33.484375 2.824219-49.160156 9.1875-15.699219 6.359375-29.734375 15.65625-41.707031 27.628906l-5.347657 5.347657c-2.96875 2.96875-2.96875 7.785156 0 10.757812 1.488282 1.484375 3.433594 2.226563 5.382813 2.226563 1.945313 0 3.894531-.742188 5.378906-2.226563l5.34375-5.34375c10.523438-10.523437 22.859375-18.695312 36.667969-24.289062 13.777344-5.59375 28.324219-8.304688 43.207031-8.074219 3.324219.050781 6.644531-.039062 9.953125-.253906 7.433594 30.832031 24.777344 58.761718 49.34375 79.226562 1.421875 1.183594 3.148438 1.761719 4.867188 1.761719 2.179687 0 4.34375-.929687 5.847656-2.738281 2.691406-3.230469 2.253906-8.027344-.972656-10.714844-21.621094-18.007812-37.007813-42.449219-43.886719-69.464844 24.6875-4.683594 47.78125-16.71875 65.710937-34.644531l25.414063-25.414063 69.253906 69.25-25.417969 25.410157c-11.972656 11.984375-21.269531 26.011719-27.636718 41.703125-2.765625 6.832031-4.914063 13.828125-6.4375 20.949218-11.007813-2.371093-21.660156-6.109374-31.742188-11.199218-3.75-1.890625-8.324218-.386719-10.21875 3.363281-1.894531 3.753906-.386718 8.328125 3.363282 10.222656 11.527343 5.816407 23.722656 10.058594 36.332031 12.6875-.386719 4.351563-.550781 8.734375-.484375 13.148438.460937 29.730469-11.332032 58.839843-32.363282 79.871093l-5.566406 5.566407c-2.972656 2.972656-2.972656 7.789062 0 10.757812 1.484375 1.488281 3.429688 2.230469 5.378906 2.230469 1.945313 0 3.894532-.742188 5.378907-2.230469l5.566406-5.566406c23.925781-23.925781 37.34375-57.042969 36.820313-90.863281-.226563-14.898438 2.488281-29.4375 8.074218-43.21875 5.597656-13.792969 13.773438-26.132813 24.296875-36.664063l26.691407-26.683593c3.648437 1.644531 7.582031 2.472656 11.515624 2.472656zm-85.828124-113.769532c2.40625-2.40625 5.605468-3.730468 9.007812-3.730468s6.601562 1.324218 9.007812 3.730468l76.820313 76.820313c4.964844 4.96875 4.964844 13.046875 0 18.015625-2.40625 2.40625-5.605469 3.730469-9.007813 3.730469-3.402343 0-6.601562-1.324219-9.007812-3.730469l-76.820312-76.820312c-2.40625-2.40625-3.730469-5.605469-3.730469-9.007813s1.324219-6.601563 3.730469-9.007813zm0 0'/%3E%3Cpath d='m309.832031 223.695312c1.484375 1.488282 3.433594 2.230469 5.378907 2.230469 1.949218 0 3.894531-.742187 5.378906-2.230469l29.378906-29.375c2.96875-2.972656 2.96875-7.789062 0-10.757812-2.972656-2.972656-7.789062-2.972656-10.757812 0l-29.378907 29.375c-2.96875 2.972656-2.96875 7.789062 0 10.757812zm0 0'/%3E%3Cpath d='m315.359375 159.710938-19.234375 19.230468c-2.96875 2.972656-2.96875 7.789063 0 10.757813 1.484375 1.488281 3.433594 2.230469 5.378906 2.230469 1.949219 0 3.894532-.742188 5.378906-2.230469l19.234376-19.230469c2.96875-2.972656 2.96875-7.789062 0-10.757812-2.972657-2.972657-7.789063-2.972657-10.757813 0zm0 0'/%3E%3Cpath d='m467.300781 207.3125c-66.875-9.550781-122.421875 29.683594-124.753906 31.355469-3.414063 2.453125-4.191406 7.207031-1.742187 10.617187 1.488281 2.070313 3.820312 3.171875 6.1875 3.171875 1.535156 0 3.085937-.464843 4.429687-1.429687.523437-.375 52.839844-37.347656 113.726563-28.648438 4.160156.589844 8.015624-2.296875 8.609374-6.457031s-2.296874-8.015625-6.457031-8.609375zm0 0'/%3E%3Cpath d='m260.390625 168.871094c1.34375.96875 2.894531 1.429687 4.433594 1.429687 2.363281 0 4.699219-1.097656 6.183593-3.167969 1.675782-2.332031 40.910157-57.875 31.355469-124.757812-.59375-4.15625-4.453125-7.050781-8.605469-6.453125-4.160156.59375-7.050781 4.445313-6.457031 8.605469 8.660157 60.601562-28.171875 113.054687-28.652343 113.730468-2.449219 3.414063-1.667969 8.164063 1.742187 10.613282zm0 0'/%3E%3C/svg%3E");
}

.pr-menu-cong a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m207.558594 61.320312c4.199218 0 7.605468-3.40625 7.605468-7.609374v-21.300782c0-4.199218-3.40625-7.605468-7.605468-7.605468-4.203125 0-7.609375 3.40625-7.609375 7.605468v21.300782c0 4.203124 3.40625 7.609374 7.609375 7.609374zm0 0'/%3E%3Cpath d='m207.558594 115.320312c4.199218 0 7.605468-3.40625 7.605468-7.609374v-21.300782c0-4.203125-3.40625-7.609375-7.605468-7.609375-4.203125 0-7.609375 3.40625-7.609375 7.609375v21.300782c0 4.203124 3.40625 7.609374 7.609375 7.609374zm0 0'/%3E%3Cpath d='m223.90625 77.667969h21.300781c4.203125 0 7.609375-3.40625 7.609375-7.605469 0-4.203125-3.40625-7.609375-7.609375-7.609375h-21.300781c-4.203125 0-7.609375 3.40625-7.609375 7.609375 0 4.199219 3.40625 7.605469 7.609375 7.605469zm0 0'/%3E%3Cpath d='m169.90625 77.667969h21.300781c4.203125 0 7.609375-3.40625 7.609375-7.605469 0-4.203125-3.40625-7.609375-7.609375-7.609375h-21.300781c-4.203125 0-7.609375 3.40625-7.609375 7.609375 0 4.199219 3.40625 7.605469 7.609375 7.605469zm0 0'/%3E%3Cpath d='m137.933594 148.6875c4.203125 0 7.609375-3.40625 7.609375-7.609375v-21.300781c0-4.203125-3.40625-7.609375-7.609375-7.609375-4.199219 0-7.605469 3.40625-7.605469 7.609375v21.300781c0 4.203125 3.40625 7.609375 7.605469 7.609375zm0 0'/%3E%3Cpath d='m137.933594 202.683594c4.203125 0 7.609375-3.40625 7.609375-7.605469v-21.300781c0-4.203125-3.40625-7.609375-7.609375-7.609375-4.199219 0-7.605469 3.40625-7.605469 7.609375v21.300781c0 4.199219 3.40625 7.605469 7.605469 7.605469zm0 0'/%3E%3Cpath d='m154.28125 165.035156h21.304688c4.199218 0 7.605468-3.40625 7.605468-7.609375 0-4.199219-3.40625-7.605469-7.605468-7.605469h-21.304688c-4.199219 0-7.605469 3.40625-7.605469 7.605469 0 4.203125 3.40625 7.609375 7.605469 7.609375zm0 0'/%3E%3Cpath d='m100.285156 165.035156h21.300782c4.203124 0 7.609374-3.40625 7.609374-7.609375 0-4.199219-3.40625-7.605469-7.609374-7.605469h-21.300782c-4.203125 0-7.609375 3.40625-7.609375 7.605469 0 4.203125 3.40625 7.609375 7.609375 7.609375zm0 0'/%3E%3Cpath d='m338.792969 375.496094c-4.203125 0-7.609375 3.40625-7.609375 7.609375v21.300781c0 4.199219 3.40625 7.605469 7.609375 7.605469 4.199219 0 7.605469-3.40625 7.605469-7.605469v-21.300781c0-4.203125-3.40625-7.609375-7.605469-7.609375zm0 0'/%3E%3Cpath d='m338.792969 429.496094c-4.203125 0-7.609375 3.40625-7.609375 7.609375v21.300781c0 4.199219 3.40625 7.605469 7.609375 7.605469 4.199219 0 7.605469-3.40625 7.605469-7.605469v-21.300781c0-4.203125-3.40625-7.609375-7.605469-7.609375zm0 0'/%3E%3Cpath d='m376.441406 413.148438h-21.300781c-4.203125 0-7.609375 3.40625-7.609375 7.605468 0 4.203125 3.40625 7.609375 7.609375 7.609375h21.300781c4.203125 0 7.609375-3.40625 7.609375-7.609375 0-4.199218-3.40625-7.605468-7.609375-7.605468zm0 0'/%3E%3Cpath d='m322.441406 413.148438h-21.300781c-4.203125 0-7.609375 3.40625-7.609375 7.605468 0 4.203125 3.40625 7.609375 7.609375 7.609375h21.300781c4.203125 0 7.609375-3.40625 7.609375-7.609375 0-4.199218-3.40625-7.605468-7.609375-7.605468zm0 0'/%3E%3Cpath d='m501.511719 74.5625-32.648438-32.652344c-2.972656-2.96875-7.789062-2.96875-10.757812 0-2.972657 2.972656-2.972657 7.789063 0 10.757813l32.648437 32.652343c3.742188 3.742188 5.804688 8.71875 5.804688 14.011719 0 5.296875-2.0625 10.273438-5.804688 14.015625l-26.8125 26.808594c-3.742187 3.746094-8.71875 5.808594-14.011718 5.808594-5.292969 0-10.269532-2.0625-14.015626-5.808594l-64.296874-64.296875c-7.730469-7.730469-7.730469-20.300781 0-28.027344l26.808593-26.8125c3.746094-3.742187 8.722657-5.804687 14.015625-5.804687 5.292969 0 10.269532 2.0625 14.011719 5.804687l9.070313 9.070313c2.972656 2.96875 7.789062 2.96875 10.757812 0 2.972656-2.972656 2.972656-7.789063 0-10.761719l-9.070312-9.066406c-6.617188-6.617188-15.414063-10.261719-24.769532-10.261719-9.359375 0-18.15625 3.644531-24.773437 10.261719l-26.8125 26.8125c-11.808594 11.8125-13.398438 30.023437-4.78125 43.570312l-27.617188 27.617188c-10.917969 10.914062-10.917969 28.675781 0 39.59375l33.367188 33.367187c5.457031 5.460938 12.628906 8.1875 19.796875 8.1875 7.171875 0 14.339844-2.726562 19.796875-8.1875l27.246093-27.242187c6.078126 4.664062 13.476563 7.199219 21.265626 7.199219 9.359374 0 18.15625-3.644532 24.773437-10.261719l26.8125-26.8125c6.617187-6.617188 10.261719-15.414063 10.261719-24.773438-.003906-9.355469-3.648438-18.152343-10.265625-24.769531zm-110.851563 95.902344c-4.984375 4.984375-13.09375 4.984375-18.078125 0l-33.367187-33.367188c-4.984375-4.984375-4.984375-13.09375 0-18.078125l27.019531-27.023437 51.445313 51.445312zm0 0'/%3E%3Cpath d='m307.289062 309.246094c7.160157 0 14.316407-2.726563 19.765626-8.175782 10.898437-10.898437 10.898437-28.632812 0-39.53125l-76.820313-76.820312c-10.898437-10.898438-28.632813-10.902344-39.53125 0-8.445313 8.445312-10.34375 20.992188-5.703125 31.285156l-26.6875 26.691406c-21.027344 21.023438-50.164062 32.8125-79.871094 32.371094-16.949218-.269531-33.484375 2.824219-49.160156 9.1875-15.699219 6.359375-29.734375 15.65625-41.707031 27.628906l-5.347657 5.347657c-2.96875 2.96875-2.96875 7.785156 0 10.757812 1.488282 1.484375 3.433594 2.226563 5.382813 2.226563 1.945313 0 3.894531-.742188 5.378906-2.226563l5.34375-5.34375c10.523438-10.523437 22.859375-18.695312 36.667969-24.289062 13.777344-5.59375 28.324219-8.304688 43.207031-8.074219 3.324219.050781 6.644531-.039062 9.953125-.253906 7.433594 30.832031 24.777344 58.761718 49.34375 79.226562 1.421875 1.183594 3.148438 1.761719 4.867188 1.761719 2.179687 0 4.34375-.929687 5.847656-2.738281 2.691406-3.230469 2.253906-8.027344-.972656-10.714844-21.621094-18.007812-37.007813-42.449219-43.886719-69.464844 24.6875-4.683594 47.78125-16.71875 65.710937-34.644531l25.414063-25.414063 69.253906 69.25-25.417969 25.410157c-11.972656 11.984375-21.269531 26.011719-27.636718 41.703125-2.765625 6.832031-4.914063 13.828125-6.4375 20.949218-11.007813-2.371093-21.660156-6.109374-31.742188-11.199218-3.75-1.890625-8.324218-.386719-10.21875 3.363281-1.894531 3.753906-.386718 8.328125 3.363282 10.222656 11.527343 5.816407 23.722656 10.058594 36.332031 12.6875-.386719 4.351563-.550781 8.734375-.484375 13.148438.460937 29.730469-11.332032 58.839843-32.363282 79.871093l-5.566406 5.566407c-2.972656 2.972656-2.972656 7.789062 0 10.757812 1.484375 1.488281 3.429688 2.230469 5.378906 2.230469 1.945313 0 3.894532-.742188 5.378907-2.230469l5.566406-5.566406c23.925781-23.925781 37.34375-57.042969 36.820313-90.863281-.226563-14.898438 2.488281-29.4375 8.074218-43.21875 5.597656-13.792969 13.773438-26.132813 24.296875-36.664063l26.691407-26.683593c3.648437 1.644531 7.582031 2.472656 11.515624 2.472656zm-85.828124-113.769532c2.40625-2.40625 5.605468-3.730468 9.007812-3.730468s6.601562 1.324218 9.007812 3.730468l76.820313 76.820313c4.964844 4.96875 4.964844 13.046875 0 18.015625-2.40625 2.40625-5.605469 3.730469-9.007813 3.730469-3.402343 0-6.601562-1.324219-9.007812-3.730469l-76.820312-76.820312c-2.40625-2.40625-3.730469-5.605469-3.730469-9.007813s1.324219-6.601563 3.730469-9.007813zm0 0'/%3E%3Cpath d='m309.832031 223.695312c1.484375 1.488282 3.433594 2.230469 5.378907 2.230469 1.949218 0 3.894531-.742187 5.378906-2.230469l29.378906-29.375c2.96875-2.972656 2.96875-7.789062 0-10.757812-2.972656-2.972656-7.789062-2.972656-10.757812 0l-29.378907 29.375c-2.96875 2.972656-2.96875 7.789062 0 10.757812zm0 0'/%3E%3Cpath d='m315.359375 159.710938-19.234375 19.230468c-2.96875 2.972656-2.96875 7.789063 0 10.757813 1.484375 1.488281 3.433594 2.230469 5.378906 2.230469 1.949219 0 3.894532-.742188 5.378906-2.230469l19.234376-19.230469c2.96875-2.972656 2.96875-7.789062 0-10.757812-2.972657-2.972657-7.789063-2.972657-10.757813 0zm0 0'/%3E%3Cpath d='m467.300781 207.3125c-66.875-9.550781-122.421875 29.683594-124.753906 31.355469-3.414063 2.453125-4.191406 7.207031-1.742187 10.617187 1.488281 2.070313 3.820312 3.171875 6.1875 3.171875 1.535156 0 3.085937-.464843 4.429687-1.429687.523437-.375 52.839844-37.347656 113.726563-28.648438 4.160156.589844 8.015624-2.296875 8.609374-6.457031s-2.296874-8.015625-6.457031-8.609375zm0 0'/%3E%3Cpath d='m260.390625 168.871094c1.34375.96875 2.894531 1.429687 4.433594 1.429687 2.363281 0 4.699219-1.097656 6.183593-3.167969 1.675782-2.332031 40.910157-57.875 31.355469-124.757812-.59375-4.15625-4.453125-7.050781-8.605469-6.453125-4.160156.59375-7.050781 4.445313-6.457031 8.605469 8.660157 60.601562-28.171875 113.054687-28.652343 113.730468-2.449219 3.414063-1.667969 8.164063 1.742187 10.613282zm0 0'/%3E%3C/svg%3E");
}

.pr-menu-dream a:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-21 -82 682.66669 682' fill='rgb(171, 16, 16)' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='m525-3.75h-155c-6.90625 0-12.5 5.597656-12.5 12.5 0 6.90625 5.59375 12.5 12.5 12.5h155c49.625 0 90 40.375 90 90v150.988281c0 49.628907-40.375 90-90 90-3.316406 0-6.492188 1.316407-8.835938 3.660157l-116.25 116.25v-107.410157c0-6.902343-5.597656-12.5-12.5-12.5h-272.414062c-49.625 0-90-40.371093-90-90v-150.988281c0-49.628906 40.375-90 90-90h155c6.90625 0 12.5-5.59375 12.5-12.5 0-6.902344-5.59375-12.5-12.5-12.5h-155c-63.414062 0-115 51.585938-115 115v150.988281c0 63.410157 51.585938 115 115 115h259.914062v125.085938c0 5.054687 3.046876 9.613281 7.71875 11.546875 1.542969.644531 3.167969.953125 4.78125.953125 3.25 0 6.449219-1.269531 8.835938-3.660157l134.046875-134.042968c60.960937-2.78125 109.703125-53.25 109.703125-114.878906v-150.992188c0-63.414062-51.585938-115-115-115zm0 0'/%3E%3Cpath d='m103.363281 256.5c2.152344 4.136719 6.425781 6.726562 11.089844 6.726562h77.378906c6.898438 0 12.5-5.59375 12.5-12.5 0-6.902343-5.601562-12.5-12.5-12.5h-53.386719l63.625-90.960937c2.671876-3.816406 3-8.808594.84375-12.9375-2.152343-4.136719-6.425781-6.726563-11.085937-6.726563h-77.375c-6.90625 0-12.5 5.597657-12.5 12.5 0 6.90625 5.59375 12.5 12.5 12.5h53.378906l-63.621093 90.964844c-2.671876 3.8125-3 8.800782-.847657 12.933594zm0 0'/%3E%3Cpath d='m536.636719 149.328125c-2.152344-4.132813-6.433594-6.726563-11.089844-6.726563h-66.882813c-6.90625 0-12.5 5.597657-12.5 12.5 0 6.90625 5.59375 12.5 12.5 12.5h42.882813l-53.128906 75.964844c-2.671875 3.816406-2.992188 8.800782-.839844 12.933594 2.152344 4.136719 6.425781 6.726562 11.085937 6.726562h66.882813c6.90625 0 12.5-5.59375 12.5-12.5 0-6.902343-5.59375-12.5-12.5-12.5h-42.886719l53.128906-75.960937c2.671876-3.816406 3-8.804687.847657-12.9375zm0 0'/%3E%3Cpath d='m386.492188 94.015625c-2.152344-4.136719-6.421876-6.726563-11.082032-6.726563h-105.574218c-6.902344 0-12.5 5.597657-12.5 12.5 0 6.90625 5.597656 12.5 12.5 12.5h81.574218l-91.816406 131.277344c-2.675781 3.816406-2.996094 8.800782-.84375 12.933594 2.152344 4.136719 6.425781 6.726562 11.085938 6.726562h105.574218c6.902344 0 12.5-5.59375 12.5-12.5 0-6.902343-5.597656-12.5-12.5-12.5h-81.578125l91.816407-131.273437c2.671874-3.816406 3-8.804687.84375-12.9375zm0 0'/%3E%3Cpath d='m320 21.25c6.882812 0 12.5-5.613281 12.5-12.5 0-6.882812-5.617188-12.5-12.5-12.5s-12.5 5.617188-12.5 12.5c0 6.886719 5.617188 12.5 12.5 12.5zm0 0'/%3E%3C/g%3E%3C/svg%3E");
}

.pr-menu-dream a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-21 -82 682.66669 682' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='m525-3.75h-155c-6.90625 0-12.5 5.597656-12.5 12.5 0 6.90625 5.59375 12.5 12.5 12.5h155c49.625 0 90 40.375 90 90v150.988281c0 49.628907-40.375 90-90 90-3.316406 0-6.492188 1.316407-8.835938 3.660157l-116.25 116.25v-107.410157c0-6.902343-5.597656-12.5-12.5-12.5h-272.414062c-49.625 0-90-40.371093-90-90v-150.988281c0-49.628906 40.375-90 90-90h155c6.90625 0 12.5-5.59375 12.5-12.5 0-6.902344-5.59375-12.5-12.5-12.5h-155c-63.414062 0-115 51.585938-115 115v150.988281c0 63.410157 51.585938 115 115 115h259.914062v125.085938c0 5.054687 3.046876 9.613281 7.71875 11.546875 1.542969.644531 3.167969.953125 4.78125.953125 3.25 0 6.449219-1.269531 8.835938-3.660157l134.046875-134.042968c60.960937-2.78125 109.703125-53.25 109.703125-114.878906v-150.992188c0-63.414062-51.585938-115-115-115zm0 0'/%3E%3Cpath d='m103.363281 256.5c2.152344 4.136719 6.425781 6.726562 11.089844 6.726562h77.378906c6.898438 0 12.5-5.59375 12.5-12.5 0-6.902343-5.601562-12.5-12.5-12.5h-53.386719l63.625-90.960937c2.671876-3.816406 3-8.808594.84375-12.9375-2.152343-4.136719-6.425781-6.726563-11.085937-6.726563h-77.375c-6.90625 0-12.5 5.597657-12.5 12.5 0 6.90625 5.59375 12.5 12.5 12.5h53.378906l-63.621093 90.964844c-2.671876 3.8125-3 8.800782-.847657 12.933594zm0 0'/%3E%3Cpath d='m536.636719 149.328125c-2.152344-4.132813-6.433594-6.726563-11.089844-6.726563h-66.882813c-6.90625 0-12.5 5.597657-12.5 12.5 0 6.90625 5.59375 12.5 12.5 12.5h42.882813l-53.128906 75.964844c-2.671875 3.816406-2.992188 8.800782-.839844 12.933594 2.152344 4.136719 6.425781 6.726562 11.085937 6.726562h66.882813c6.90625 0 12.5-5.59375 12.5-12.5 0-6.902343-5.59375-12.5-12.5-12.5h-42.886719l53.128906-75.960937c2.671876-3.816406 3-8.804687.847657-12.9375zm0 0'/%3E%3Cpath d='m386.492188 94.015625c-2.152344-4.136719-6.421876-6.726563-11.082032-6.726563h-105.574218c-6.902344 0-12.5 5.597657-12.5 12.5 0 6.90625 5.597656 12.5 12.5 12.5h81.574218l-91.816406 131.277344c-2.675781 3.816406-2.996094 8.800782-.84375 12.933594 2.152344 4.136719 6.425781 6.726562 11.085938 6.726562h105.574218c6.902344 0 12.5-5.59375 12.5-12.5 0-6.902343-5.597656-12.5-12.5-12.5h-81.578125l91.816407-131.273437c2.671874-3.816406 3-8.804687.84375-12.9375zm0 0'/%3E%3Cpath d='m320 21.25c6.882812 0 12.5-5.613281 12.5-12.5 0-6.882812-5.617188-12.5-12.5-12.5s-12.5 5.617188-12.5 12.5c0 6.886719 5.617188 12.5 12.5 12.5zm0 0'/%3E%3C/g%3E%3C/svg%3E");
}

.pr-menu-moda a:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-64 0 512 512' fill='rgb(171, 16, 16)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m383.324219 482.902344-73.191407-167.109375c-2.214843-5.0625-8.113281-7.363281-13.171874-5.148438-5.058594 2.214844-7.363282 8.113281-5.148438 13.171875l61.292969 139.9375c-4.957031-1.269531-10.105469-1.921875-15.355469-1.921875-16.425781 0-31.871094 6.398438-43.488281 18.015625-7.835938 7.835938-18.261719 12.152344-29.34375 12.152344-11.085938 0-21.507813-4.316406-29.347657-12.152344-23.976562-23.980468-62.996093-23.980468-86.972656 0-7.839844 7.835938-18.261718 12.152344-29.347656 12.152344-11.082031 0-21.503906-4.316406-29.34375-12.152344-11.617188-11.617187-27.058594-18.015625-43.484375-18.015625-5.25 0-10.398437.652344-15.355469 1.921875l114.175782-260.683594v59.242188c0 5.523438 4.476562 10 10 10 5.523437 0 10-4.476562 10-10v-74.3125h67.085937l25.269531 57.695312c1.644532 3.75 5.316406 5.988282 9.167969 5.988282 1.339844 0 2.699219-.269532 4.003906-.839844 5.058594-2.214844 7.367188-8.113281 5.148438-13.171875l-24.558594-56.078125c22.984375-16.984375 38.460937-42.363281 42.921875-70.839844l13.730469-87.683594c.902343-5.777343-.757813-11.636718-4.558594-16.078124-3.804687-4.445313-9.335937-6.992188-15.183594-6.992188-8.007812 0-15.214843 4.757812-18.367187 12.121094-10.265625 23.996094-27.378906 44.011718-49.488282 57.882812l-28.332031 17.769532-28.332031-17.769532c-22.109375-13.871094-39.222656-33.886718-49.488281-57.882812-3.148438-7.363282-10.359375-12.121094-18.367188-12.121094-5.847656 0-11.378906 2.546875-15.179687 6.988281-3.800782 4.445313-5.460938 10.304688-4.558594 16.078125l13.730469 87.6875c4.457031 28.476563 19.9375 53.855469 42.921875 70.839844l-131.96875 301.308594c-1.929688 4.40625-.449219 9.5625 3.523437 12.273437 3.972657 2.710938 9.308594 2.210938 12.707031-1.1875 16.183594-16.183593 42.511719-16.183593 58.691407 0 11.617187 11.613281 27.0625 18.011719 43.488281 18.011719s31.871094-6.394531 43.488281-18.011719c7.835938-7.839843 18.257813-12.15625 29.34375-12.15625 11.085938 0 21.507813 4.316407 29.347657 12.15625 11.613281 11.613281 27.058593 18.011719 43.484374 18.011719 16.429688 0 31.871094-6.398438 43.488282-18.011719 7.835937-7.839843 18.257812-12.15625 29.34375-12.15625 11.085937 0 21.507812 4.316407 29.347656 12.15625 3.398438 3.398438 8.738281 3.898438 12.707031 1.1875 3.972657-2.710937 5.453125-7.867187 3.523438-12.273437zm-273.675781-375.242188-13.777344-87.675781c11.875 27.761719 31.675781 50.917969 57.25 66.960937l32.378906 20.3125c1.828125 1.554688 4.144531 2.382813 6.496094 2.382813h.085937c2.359375.007813 4.734375-.808594 6.582031-2.382813l32.378907-20.3125c25.578125-16.042968 45.375-39.199218 57.207031-66.972656l-13.730469 87.6875c-3.867187 24.6875-17.875 46.53125-38.59375 60.339844h-87.683593c-20.722657-13.8125-34.730469-35.652344-38.59375-60.339844zm0 0'/%3E%3Cpath d='m155.242188 288.160156c-2.640626 0-5.210938 1.0625-7.070313 2.929688-1.867187 1.859375-2.929687 4.429687-2.929687 7.070312 0 2.628906 1.0625 5.210938 2.929687 7.070313 1.859375 1.859375 4.429687 2.929687 7.070313 2.929687 2.628906 0 5.210937-1.070312 7.070312-2.929687s2.929688-4.441407 2.929688-7.070313c0-2.640625-1.070313-5.210937-2.929688-7.070312-1.859375-1.871094-4.441406-2.929688-7.070312-2.929688zm0 0'/%3E%3C/svg%3E");
}

.pr-menu-moda a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-64 0 512 512' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m383.324219 482.902344-73.191407-167.109375c-2.214843-5.0625-8.113281-7.363281-13.171874-5.148438-5.058594 2.214844-7.363282 8.113281-5.148438 13.171875l61.292969 139.9375c-4.957031-1.269531-10.105469-1.921875-15.355469-1.921875-16.425781 0-31.871094 6.398438-43.488281 18.015625-7.835938 7.835938-18.261719 12.152344-29.34375 12.152344-11.085938 0-21.507813-4.316406-29.347657-12.152344-23.976562-23.980468-62.996093-23.980468-86.972656 0-7.839844 7.835938-18.261718 12.152344-29.347656 12.152344-11.082031 0-21.503906-4.316406-29.34375-12.152344-11.617188-11.617187-27.058594-18.015625-43.484375-18.015625-5.25 0-10.398437.652344-15.355469 1.921875l114.175782-260.683594v59.242188c0 5.523438 4.476562 10 10 10 5.523437 0 10-4.476562 10-10v-74.3125h67.085937l25.269531 57.695312c1.644532 3.75 5.316406 5.988282 9.167969 5.988282 1.339844 0 2.699219-.269532 4.003906-.839844 5.058594-2.214844 7.367188-8.113281 5.148438-13.171875l-24.558594-56.078125c22.984375-16.984375 38.460937-42.363281 42.921875-70.839844l13.730469-87.683594c.902343-5.777343-.757813-11.636718-4.558594-16.078124-3.804687-4.445313-9.335937-6.992188-15.183594-6.992188-8.007812 0-15.214843 4.757812-18.367187 12.121094-10.265625 23.996094-27.378906 44.011718-49.488282 57.882812l-28.332031 17.769532-28.332031-17.769532c-22.109375-13.871094-39.222656-33.886718-49.488281-57.882812-3.148438-7.363282-10.359375-12.121094-18.367188-12.121094-5.847656 0-11.378906 2.546875-15.179687 6.988281-3.800782 4.445313-5.460938 10.304688-4.558594 16.078125l13.730469 87.6875c4.457031 28.476563 19.9375 53.855469 42.921875 70.839844l-131.96875 301.308594c-1.929688 4.40625-.449219 9.5625 3.523437 12.273437 3.972657 2.710938 9.308594 2.210938 12.707031-1.1875 16.183594-16.183593 42.511719-16.183593 58.691407 0 11.617187 11.613281 27.0625 18.011719 43.488281 18.011719s31.871094-6.394531 43.488281-18.011719c7.835938-7.839843 18.257813-12.15625 29.34375-12.15625 11.085938 0 21.507813 4.316407 29.347657 12.15625 11.613281 11.613281 27.058593 18.011719 43.484374 18.011719 16.429688 0 31.871094-6.398438 43.488282-18.011719 7.835937-7.839843 18.257812-12.15625 29.34375-12.15625 11.085937 0 21.507812 4.316407 29.347656 12.15625 3.398438 3.398438 8.738281 3.898438 12.707031 1.1875 3.972657-2.710937 5.453125-7.867187 3.523438-12.273437zm-273.675781-375.242188-13.777344-87.675781c11.875 27.761719 31.675781 50.917969 57.25 66.960937l32.378906 20.3125c1.828125 1.554688 4.144531 2.382813 6.496094 2.382813h.085937c2.359375.007813 4.734375-.808594 6.582031-2.382813l32.378907-20.3125c25.578125-16.042968 45.375-39.199218 57.207031-66.972656l-13.730469 87.6875c-3.867187 24.6875-17.875 46.53125-38.59375 60.339844h-87.683593c-20.722657-13.8125-34.730469-35.652344-38.59375-60.339844zm0 0'/%3E%3Cpath d='m155.242188 288.160156c-2.640626 0-5.210938 1.0625-7.070313 2.929688-1.867187 1.859375-2.929687 4.429687-2.929687 7.070312 0 2.628906 1.0625 5.210938 2.929687 7.070313 1.859375 1.859375 4.429687 2.929687 7.070313 2.929687 2.628906 0 5.210937-1.070312 7.070312-2.929687s2.929688-4.441407 2.929688-7.070313c0-2.640625-1.070313-5.210937-2.929688-7.070312-1.859375-1.871094-4.441406-2.929688-7.070312-2.929688zm0 0'/%3E%3C/svg%3E");
}

.pr-menu-krasota a:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' fill='rgb(171, 16, 16)' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M506.135,221.963l-87.197-98.667c-1.898-2.148-4.627-3.378-7.493-3.378H100.556c-2.866,0-5.595,1.23-7.493,3.378 L5.865,221.963c-2.604,2.947-3.239,7.146-1.623,10.732c0.609,1.352,1.497,2.52,2.577,3.453c0.021,0.023,0.037,0.049,0.058,0.073 l241.642,272.415c1.898,2.14,4.621,3.364,7.481,3.364c2.86,0,5.583-1.225,7.481-3.364l241.642-272.415 c0.021-0.023,0.038-0.049,0.058-0.073c1.079-0.933,1.967-2.102,2.577-3.453C509.374,229.109,508.739,224.91,506.135,221.963z M393.713,139.917l-44.441,71.644l-71.22-71.644H393.713z M328.054,218.585H183.946L256,146.102L328.054,218.585z M233.948,139.918l-71.22,71.644l-44.441-71.644H233.948z M99.004,146.774l44.545,71.811H35.541L99.004,146.774z M35.709,238.585 h118.178l81.636,225.261L35.709,238.585z M276.848,463.428l57.038-154.372c1.914-5.181-0.734-10.932-5.914-12.846 c-5.183-1.916-10.933,0.733-12.846,5.914l-59.035,159.777L175.16,238.585h301.131L276.848,463.428z M368.451,218.585 l44.545-71.811l63.463,71.811H368.451z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0c-5.522,0-10,4.477-10,10v51.513c0,5.523,4.478,10,10,10c5.522,0,10-4.477,10-10V10C266,4.477,261.522,0,256,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M347.062,39.524c-3.905-3.905-10.235-3.905-14.143,0l-36.426,36.425c-3.905,3.905-3.905,10.237,0,14.142 c1.954,1.953,4.513,2.929,7.072,2.929c2.559,0,5.118-0.977,7.071-2.929l36.426-36.425 C350.967,49.761,350.967,43.429,347.062,39.524z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M213.558,75.949l-36.425-36.425c-3.904-3.905-10.234-3.905-14.143,0c-3.905,3.905-3.905,10.237,0,14.142l36.426,36.425 c1.953,1.953,4.512,2.929,7.071,2.929s5.118-0.977,7.071-2.929C217.463,86.186,217.463,79.854,213.558,75.949z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='337.43' cy='268.36' r='10'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.pr-menu-krasota a:hover:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' fill='white' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M506.135,221.963l-87.197-98.667c-1.898-2.148-4.627-3.378-7.493-3.378H100.556c-2.866,0-5.595,1.23-7.493,3.378 L5.865,221.963c-2.604,2.947-3.239,7.146-1.623,10.732c0.609,1.352,1.497,2.52,2.577,3.453c0.021,0.023,0.037,0.049,0.058,0.073 l241.642,272.415c1.898,2.14,4.621,3.364,7.481,3.364c2.86,0,5.583-1.225,7.481-3.364l241.642-272.415 c0.021-0.023,0.038-0.049,0.058-0.073c1.079-0.933,1.967-2.102,2.577-3.453C509.374,229.109,508.739,224.91,506.135,221.963z M393.713,139.917l-44.441,71.644l-71.22-71.644H393.713z M328.054,218.585H183.946L256,146.102L328.054,218.585z M233.948,139.918l-71.22,71.644l-44.441-71.644H233.948z M99.004,146.774l44.545,71.811H35.541L99.004,146.774z M35.709,238.585 h118.178l81.636,225.261L35.709,238.585z M276.848,463.428l57.038-154.372c1.914-5.181-0.734-10.932-5.914-12.846 c-5.183-1.916-10.933,0.733-12.846,5.914l-59.035,159.777L175.16,238.585h301.131L276.848,463.428z M368.451,218.585 l44.545-71.811l63.463,71.811H368.451z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0c-5.522,0-10,4.477-10,10v51.513c0,5.523,4.478,10,10,10c5.522,0,10-4.477,10-10V10C266,4.477,261.522,0,256,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M347.062,39.524c-3.905-3.905-10.235-3.905-14.143,0l-36.426,36.425c-3.905,3.905-3.905,10.237,0,14.142 c1.954,1.953,4.513,2.929,7.072,2.929c2.559,0,5.118-0.977,7.071-2.929l36.426-36.425 C350.967,49.761,350.967,43.429,347.062,39.524z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M213.558,75.949l-36.425-36.425c-3.904-3.905-10.234-3.905-14.143,0c-3.905,3.905-3.905,10.237,0,14.142l36.426,36.425 c1.953,1.953,4.512,2.929,7.071,2.929s5.118-0.977,7.071-2.929C217.463,86.186,217.463,79.854,213.558,75.949z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Ccircle cx='337.43' cy='268.36' r='10'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.pr-menu-magic a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='rgb(171, 16, 16)' viewBox='0 0 64 64'%3E%3Cg id='outline'%3E%3Cpath d='M57,27A25,25,0,1,0,17.017,47H12v6H7v9H57V53H52V47H46.983A24.991,24.991,0,0,0,57,27ZM55,55v5H53V58H51v2H49V58H47v2H17V58H15v2H13V58H11v2H9V55Zm-5-2H14V49H50Zm-6.675-6H20.675a23,23,0,1,1,22.65,0Z'/%3E%3Cpath d='M40,25a5.006,5.006,0,0,1,5-5,1,1,0,0,0,0-2,5.006,5.006,0,0,1-5-5,1,1,0,0,0-2,0,5.006,5.006,0,0,1-5,5,1,1,0,0,0,0,2,5.006,5.006,0,0,1,5,5,1,1,0,0,0,2,0Zm-3.413-6A7.036,7.036,0,0,0,39,16.587,7.036,7.036,0,0,0,41.413,19,7.036,7.036,0,0,0,39,21.413,7.036,7.036,0,0,0,36.587,19Z'/%3E%3Cpath d='M51,30a1,1,0,0,0-1-1,4,4,0,0,1-4-4,1,1,0,0,0-2,0,4,4,0,0,1-4,4,1,1,0,0,0,0,2,4,4,0,0,1,4,4,1,1,0,0,0,2,0,4,4,0,0,1,4-4A1,1,0,0,0,51,30Zm-6,1.69A6.044,6.044,0,0,0,43.31,30,6.044,6.044,0,0,0,45,28.31,6.044,6.044,0,0,0,46.69,30,6.044,6.044,0,0,0,45,31.69Z'/%3E%3Cpath d='M27,32a4,4,0,0,1-4-4,1,1,0,0,0-2,0,4,4,0,0,1-4,4,1,1,0,0,0,0,2,4,4,0,0,1,4,4,1,1,0,0,0,2,0,4,4,0,0,1,4-4,1,1,0,0,0,0-2Zm-5,2.69A6.044,6.044,0,0,0,20.31,33,6.044,6.044,0,0,0,22,31.31,6.044,6.044,0,0,0,23.69,33,6.044,6.044,0,0,0,22,34.69Z'/%3E%3Cpath d='M32,8l0-2c-.157,0-15.819.214-20.964,18.732l1.928.536C17.689,8.254,31.42,8,32,8Z'/%3E%3Crect x='34' y='6' width='2' height='2'/%3E%3Crect x='32' y='24' width='2' height='2'/%3E%3Crect x='48' y='21' width='2' height='2'/%3E%3Crect x='49' y='34' width='2' height='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pr-menu-magic a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='white' viewBox='0 0 64 64'%3E%3Cg id='outline'%3E%3Cpath d='M57,27A25,25,0,1,0,17.017,47H12v6H7v9H57V53H52V47H46.983A24.991,24.991,0,0,0,57,27ZM55,55v5H53V58H51v2H49V58H47v2H17V58H15v2H13V58H11v2H9V55Zm-5-2H14V49H50Zm-6.675-6H20.675a23,23,0,1,1,22.65,0Z'/%3E%3Cpath d='M40,25a5.006,5.006,0,0,1,5-5,1,1,0,0,0,0-2,5.006,5.006,0,0,1-5-5,1,1,0,0,0-2,0,5.006,5.006,0,0,1-5,5,1,1,0,0,0,0,2,5.006,5.006,0,0,1,5,5,1,1,0,0,0,2,0Zm-3.413-6A7.036,7.036,0,0,0,39,16.587,7.036,7.036,0,0,0,41.413,19,7.036,7.036,0,0,0,39,21.413,7.036,7.036,0,0,0,36.587,19Z'/%3E%3Cpath d='M51,30a1,1,0,0,0-1-1,4,4,0,0,1-4-4,1,1,0,0,0-2,0,4,4,0,0,1-4,4,1,1,0,0,0,0,2,4,4,0,0,1,4,4,1,1,0,0,0,2,0,4,4,0,0,1,4-4A1,1,0,0,0,51,30Zm-6,1.69A6.044,6.044,0,0,0,43.31,30,6.044,6.044,0,0,0,45,28.31,6.044,6.044,0,0,0,46.69,30,6.044,6.044,0,0,0,45,31.69Z'/%3E%3Cpath d='M27,32a4,4,0,0,1-4-4,1,1,0,0,0-2,0,4,4,0,0,1-4,4,1,1,0,0,0,0,2,4,4,0,0,1,4,4,1,1,0,0,0,2,0,4,4,0,0,1,4-4,1,1,0,0,0,0-2Zm-5,2.69A6.044,6.044,0,0,0,20.31,33,6.044,6.044,0,0,0,22,31.31,6.044,6.044,0,0,0,23.69,33,6.044,6.044,0,0,0,22,34.69Z'/%3E%3Cpath d='M32,8l0-2c-.157,0-15.819.214-20.964,18.732l1.928.536C17.689,8.254,31.42,8,32,8Z'/%3E%3Crect x='34' y='6' width='2' height='2'/%3E%3Crect x='32' y='24' width='2' height='2'/%3E%3Crect x='48' y='21' width='2' height='2'/%3E%3Crect x='49' y='34' width='2' height='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.pr-menu-other a:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1'  fill='rgb(171, 16, 16)'  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M250.956,382.77c-4.086-0.848-23.251,2.453-41.515-7.39c-3.649-1.967-8.197-0.602-10.163,3.044 c-1.965,3.647-0.602,8.196,3.044,10.163c1.556,0.838,3.116,1.6,4.679,2.293c-15.304,6.722-27.668,18.856-34.891,36.791 c-6.853-16.778-18.598-29.534-34.906-36.811c16.632-7.422,28.203-20.402,34.906-36.808c1.436,3.544,2.746,6.006,2.796,6.108 c1.882,3.689,6.402,5.153,10.092,3.271c3.69-1.883,5.154-6.401,3.271-10.092c-0.022-0.1-9.103-16.674-8.03-38.733 c0.613-4.135-2.285-8.245-6.704-9.058c-4.022-0.792-8.478,1.759-9.514,6.277c-0.536,2.341,3.344,42.848-26.052,61.642 c-19.137,12.208-40.863,8.414-44.911,9.332c-8.557,1.948-8.55,14.176,0,16.123c3.998,0.901,26.15-2.883,45.293,9.578 c28.428,18.522,25.291,57.953,25.481,59.719c0,9.249,13.217,11.331,16.134,2.307c0.987-3.073-3.164-42.18,24.905-61.4 c18.493-12.672,41.411-9.616,45.399-10.065C259.396,398.036,260.212,384.728,250.956,382.77z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M503.965,236.428c-13.713-1.523-111.464,12.208-154.185-77.488c-22.458-47.18-16.698-89.951-17.922-95.317 c-1.102-4.824-5.663-7.714-10.024-7.157c-4.973,0.563-8.272,4.681-8.272,8.827v19.464 c-3.389,66.912-33.839,123.872-97.781,143.921c-36.925,11.583-68.981,6.58-74.966,7.889c-9.598,2.178-9.67,15.963,0.102,18.134 c8.368,1.766,71.326-8.434,120.217,32.169c3.188,2.646,7.917,2.207,10.564-0.978c2.646-3.188,2.209-7.916-0.978-10.564 c-16.776-13.932-36.883-23.888-59.891-29.672c60.573-15.257,97.752-58.495,111.983-119.061 c14.112,60.195,50.984,103.816,112.208,118.997c-60.613,15.167-98.306,58.369-112.295,118.769 c-5.208-22.138-13.896-43.327-26.956-61.831c-2.389-3.385-7.069-4.192-10.454-1.804c-3.386,2.389-4.192,7.069-1.804,10.454 c4.604,6.522,8.747,13.629,12.319,21.124c21.189,44.516,17.445,89.806,17.752,94.175c0.791,11.16,18.999,11.722,18.429-2.077 c-1.029-24.872,0.9-109.129,68.956-149.111c45.923-26.952,97.009-19.079,103.828-20.613 C515.073,252.345,513.961,237.55,503.965,236.428z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M164.308,113.042c-5.079-1.053-45.121,6.036-63.009-30.052c-8.409-16.93-7.825-35.754-7.71-38.114 c0.602-4.085-2.234-8.238-6.711-9.055c-3.997-0.791-8.474,1.745-9.509,6.29c-0.534,2.33,3.343,42.837-26.05,61.631 c-18.466,11.78-40.018,8.737-44.08,9.19c-9.127,1.038-9.865,14.207-0.832,16.264c4.362,0.982,26.045-2.952,45.293,9.578 c20.514,13.364,24.777,37.908,25.482,51.479c0.097,7.756-0.246,8.658,0.363,10.548c1.121,3.469,4.29,5.798,7.884,5.798 c4.126,0.002,7.469-3.049,8.131-6.788c0.458-2.564-1.544-22.068,7.956-40.945c1.862-3.701,0.372-8.21-3.328-10.073 c-3.701-1.864-8.21-0.372-10.073,3.328c-0.948,1.885-1.829,3.84-2.642,5.856c-6.849-16.789-18.595-29.555-34.917-36.841 c16.631-7.425,28.201-20.402,34.904-36.809c6.699,16.527,18.176,29.448,34.878,36.835c-1.637,0.723-3.274,1.52-4.899,2.398 c-3.645,1.971-5,6.522-3.028,10.167c1.971,3.644,6.521,4.999,10.167,3.029c17.704-9.578,37.046-6.973,41.043-7.418 C172.796,128.286,173.492,114.985,164.308,113.042z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.pr-menu-other a:hover:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1'  fill='white'  xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M250.956,382.77c-4.086-0.848-23.251,2.453-41.515-7.39c-3.649-1.967-8.197-0.602-10.163,3.044 c-1.965,3.647-0.602,8.196,3.044,10.163c1.556,0.838,3.116,1.6,4.679,2.293c-15.304,6.722-27.668,18.856-34.891,36.791 c-6.853-16.778-18.598-29.534-34.906-36.811c16.632-7.422,28.203-20.402,34.906-36.808c1.436,3.544,2.746,6.006,2.796,6.108 c1.882,3.689,6.402,5.153,10.092,3.271c3.69-1.883,5.154-6.401,3.271-10.092c-0.022-0.1-9.103-16.674-8.03-38.733 c0.613-4.135-2.285-8.245-6.704-9.058c-4.022-0.792-8.478,1.759-9.514,6.277c-0.536,2.341,3.344,42.848-26.052,61.642 c-19.137,12.208-40.863,8.414-44.911,9.332c-8.557,1.948-8.55,14.176,0,16.123c3.998,0.901,26.15-2.883,45.293,9.578 c28.428,18.522,25.291,57.953,25.481,59.719c0,9.249,13.217,11.331,16.134,2.307c0.987-3.073-3.164-42.18,24.905-61.4 c18.493-12.672,41.411-9.616,45.399-10.065C259.396,398.036,260.212,384.728,250.956,382.77z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M503.965,236.428c-13.713-1.523-111.464,12.208-154.185-77.488c-22.458-47.18-16.698-89.951-17.922-95.317 c-1.102-4.824-5.663-7.714-10.024-7.157c-4.973,0.563-8.272,4.681-8.272,8.827v19.464 c-3.389,66.912-33.839,123.872-97.781,143.921c-36.925,11.583-68.981,6.58-74.966,7.889c-9.598,2.178-9.67,15.963,0.102,18.134 c8.368,1.766,71.326-8.434,120.217,32.169c3.188,2.646,7.917,2.207,10.564-0.978c2.646-3.188,2.209-7.916-0.978-10.564 c-16.776-13.932-36.883-23.888-59.891-29.672c60.573-15.257,97.752-58.495,111.983-119.061 c14.112,60.195,50.984,103.816,112.208,118.997c-60.613,15.167-98.306,58.369-112.295,118.769 c-5.208-22.138-13.896-43.327-26.956-61.831c-2.389-3.385-7.069-4.192-10.454-1.804c-3.386,2.389-4.192,7.069-1.804,10.454 c4.604,6.522,8.747,13.629,12.319,21.124c21.189,44.516,17.445,89.806,17.752,94.175c0.791,11.16,18.999,11.722,18.429-2.077 c-1.029-24.872,0.9-109.129,68.956-149.111c45.923-26.952,97.009-19.079,103.828-20.613 C515.073,252.345,513.961,237.55,503.965,236.428z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M164.308,113.042c-5.079-1.053-45.121,6.036-63.009-30.052c-8.409-16.93-7.825-35.754-7.71-38.114 c0.602-4.085-2.234-8.238-6.711-9.055c-3.997-0.791-8.474,1.745-9.509,6.29c-0.534,2.33,3.343,42.837-26.05,61.631 c-18.466,11.78-40.018,8.737-44.08,9.19c-9.127,1.038-9.865,14.207-0.832,16.264c4.362,0.982,26.045-2.952,45.293,9.578 c20.514,13.364,24.777,37.908,25.482,51.479c0.097,7.756-0.246,8.658,0.363,10.548c1.121,3.469,4.29,5.798,7.884,5.798 c4.126,0.002,7.469-3.049,8.131-6.788c0.458-2.564-1.544-22.068,7.956-40.945c1.862-3.701,0.372-8.21-3.328-10.073 c-3.701-1.864-8.21-0.372-10.073,3.328c-0.948,1.885-1.829,3.84-2.642,5.856c-6.849-16.789-18.595-29.555-34.917-36.841 c16.631-7.425,28.201-20.402,34.904-36.809c6.699,16.527,18.176,29.448,34.878,36.835c-1.637,0.723-3.274,1.52-4.899,2.398 c-3.645,1.971-5,6.522-3.028,10.167c1.971,3.644,6.521,4.999,10.167,3.029c17.704-9.578,37.046-6.973,41.043-7.418 C172.796,128.286,173.492,114.985,164.308,113.042z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.pr-menu-psi a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='rgb(171, 16, 16)' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 55 60' version='1.1'%3E%3Cg stroke='none' stroke-width='1'%3E%3Cg id='050---Human-Brain' transform='translate%280.000000, -1.000000%29' fill-rule='nonzero'%3E%3Cpath d='M55,24.067 C55.0589204,21.2011574 54.7063276,18.3416867 53.953,15.576 C52.9424252,12.1384648 50.8449656,9.12104233 47.975,6.976 C42.33,2.553 37.054,0.72 30.886,1.033 C27.6323429,1.25832648 24.3994413,1.72055152 21.213,2.416 C16.702,3.323 13.425,4.909 11.194,7.265 C9.42599143,9.14769443 8.06080295,11.3714 7.182,13.8 C6.80950037,14.8700729 6.50620773,15.9629953 6.274,17.072 L6.194,17.418 C5.98338059,18.1968975 5.69909851,18.9539785 5.345,19.679 C5.139,20.141 4.932,20.603 4.753,21.079 C4.5211656,21.6071418 4.42855272,22.1858863 4.484,22.76 C4.68745785,23.65331 5.20527991,24.4437073 5.943,24.987 C6.434,25.437 6.756,25.752 6.759,26.04 C6.7199014,26.1891608 6.6610473,26.3324285 6.584,26.466 C5.38644786,28.9909878 3.91852836,31.3786202 2.206,33.587 C1.488,34.464 0.736,35.487 0.889,36.526 C1.10754916,37.3144834 1.62820814,37.98498 2.338,38.392 C2.66888529,38.6198506 3.01769394,38.8205075 3.381,38.992 C3.812,39.212 4.535,39.58 4.581,39.845 C4.64581148,40.1817201 4.6078326,40.5301502 4.472,40.845 C4.323,41.157 4.172,41.427 4.037,41.662 C3.67,42.311 3.055,43.399 3.98,44.177 C4.196,44.367 4.566,44.658 4.904,44.917 C4.65425141,45.3562306 4.54207907,45.8603094 4.582,46.364 C4.636274,46.7554956 4.84929325,47.1073933 5.171,47.337 C5.395,47.496 5.634,47.637 5.871,47.769 C6.459,48.104 6.688,48.261 6.771,48.569 C6.82495806,48.9763489 6.78807579,49.3905915 6.663,49.782 C6.605,50.045 6.549,50.307 6.514,50.569 C6.41266812,51.4785492 6.52744641,52.3991738 6.849,53.256 C7.36609395,55.1565304 9.28142641,56.3188299 11.206,55.9 C14.0613687,55.2114782 16.8774695,54.3692517 19.642,53.377 C21.89,54.705 23.311,58.722 23.681,60.229 C23.7906017,60.6762787 24.1914886,60.9908779 24.652,60.991 L49.752,60.922 C50.0685974,60.9210151 50.3660269,60.7701651 50.5538666,60.5153101 C50.7417064,60.260455 50.797765,59.9317037 50.705,59.629 C50.4570825,58.9465429 50.1140285,58.3025172 49.686,57.716 C49.4496464,57.3767404 49.2358521,57.0223095 49.046,56.655 C48.5951858,55.7326557 48.217362,54.7763937 47.916,53.795 C47.345219,51.8633659 46.950935,49.8839128 46.738,47.881 C46.3836235,44.8907153 46.8352178,41.8600621 48.046,39.103 C48.7861466,37.5763366 49.6969609,36.1384912 50.761,34.817 C51.361,34.004 51.988,33.164 52.55,32.277 C54.1280805,29.827756 54.9777409,26.9805269 55,24.067 Z M49.156,33.634 C48.0006737,35.0764128 47.0136285,36.6458884 46.214,38.312 C44.8608317,41.3960049 44.3567624,44.7856985 44.754,48.13 C44.977919,50.2515557 45.3949819,52.3482504 46,54.394 C46.3314488,55.4718275 46.7460263,56.5223134 47.24,57.536 C47.4674742,57.9832931 47.725067,58.4146191 48.011,58.827 L48.083,58.936 L25.408,59 C24.7418963,56.6270958 23.5353853,54.4406583 21.883,52.612 C22.138,52.523 22.383,52.44 22.604,52.36 C23.362,52.095 23.935,51.894 24.221,51.804 C28.508,50.458 30.652,48.51 30.594,46.013 C30.5615395,45.4692606 30.1146638,45.0428959 29.57,45.036 C29.3047583,45.0422894 29.0528879,45.1537272 28.8698363,45.3457814 C28.6867846,45.5378357 28.5875579,45.7947619 28.594,46.06 C28.618,47.09 27.775,48.592 23.62,49.896 C23.32,49.99 22.729,50.196 21.942,50.473 C21.229,50.723 20.354,51.029 19.397,51.356 C16.5801243,52.3748121 13.7102779,53.24074 10.8,53.95 C9.86304892,54.1305498 8.9511242,53.537622 8.736,52.608 C8.52005899,52.0466195 8.43755494,51.4427309 8.495,50.844 C8.522,50.637 8.569,50.43 8.615,50.222 C8.82018121,49.5279987 8.85245273,48.7943366 8.709,48.085 C8.42193753,47.1668228 7.74850579,46.4196203 6.865,46.039 L6.651,45.916 C6.75809025,45.6976235 6.88637287,45.4902947 7.034,45.297 C7.20035925,45.0845495 7.27380157,44.8138856 7.23764592,44.5464845 C7.20149027,44.2790834 7.05880559,44.0376423 6.842,43.877 C6.602,43.699 6.03,43.271 5.62,42.942 C5.671,42.849 5.728,42.742 5.781,42.653 C5.935,42.382 6.11,42.069 6.281,41.712 C6.60083456,41.0127265 6.69485807,40.2311779 6.55,39.476 C6.317,38.249 5.15,37.651 4.289,37.215 C3.99871366,37.0774245 3.7204146,36.9158639 3.457,36.732 C3.24972627,36.587789 3.05320853,36.4287033 2.869,36.256 C2.869,36.106 3.029,35.74 3.798,34.801 C5.58474909,32.4972454 7.11668505,30.0067179 8.367,27.373 C8.60777144,26.9607266 8.74246385,26.4951444 8.759,26.018 C8.65706311,25.0114038 8.12234739,24.0989196 7.294,23.518 C6.894,23.148 6.508,22.798 6.465,22.49 C6.46896694,22.248066 6.5234659,22.009633 6.625,21.79 C6.789,21.356 6.98,20.93 7.171,20.504 C7.57865581,19.6627472 7.9038418,18.7839747 8.142,17.88 L8.223,17.531 C8.4365467,16.5044803 8.71578786,15.4927322 9.059,14.502 C9.84283928,12.3240431 11.0634761,10.329236 12.646,8.64 C14.583,6.6 17.515,5.2 21.607,4.377 C24.6970954,3.70073737 27.8324216,3.25087605 30.988,3.031 C36.646,2.731 41.503,4.445 46.739,8.553 C49.2832497,10.4288003 51.1408132,13.0884855 52.026,16.123 C52.7275753,18.7011654 53.0555844,21.3666604 53,24.038 C52.982478,26.5854621 52.2406031,29.0753732 50.861,31.217 C50.337,32.039 49.735,32.85 49.153,33.634 L49.156,33.634 Z' id='Shape'/%3E%3Cpath d='M21,18 L22,18 C22.5522847,18 23,17.5522847 23,17 C23,16.4477153 22.5522847,16 22,16 L21,16 C19.3431458,16 18,17.3431458 18,19 L18,20 C18,21.6568542 19.3431458,23 21,23 L22,23 C22.5522847,23 23,22.5522847 23,22 C23,21.4477153 22.5522847,21 22,21 L21,21 C20.4477153,21 20,20.5522847 20,20 L20,19 C20,18.4477153 20.4477153,18 21,18 Z' id='Shape'/%3E%3Cpath d='M28,15 C27.4477153,15 27,15.4477153 27,16 L27,18 C27,18.5522847 26.5522847,19 26,19 L25,19 C24.4477153,19 24,19.4477153 24,20 C24,20.5522847 24.4477153,21 25,21 L26,21 C27.6568542,21 29,19.6568542 29,18 L29,16 C29,15.4477153 28.5522847,15 28,15 Z' id='Shape'/%3E%3Cpath d='M32,15 L32,14 C32,12.3431458 30.6568542,11 29,11 L27,11 C25.3431458,11 24,12.3431458 24,14 L24,15 C24,15.5522847 24.4477153,16 25,16 C25.5522847,16 26,15.5522847 26,15 L26,14 C26,13.4477153 26.4477153,13 27,13 L29,13 C29.5522847,13 30,13.4477153 30,14 L30,15 C30,15.5522847 30.4477153,16 31,16 C31.5522847,16 32,15.5522847 32,15 Z' id='Shape'/%3E%3Cpath d='M35,22 L34,22 C33.4477153,22 33,21.5522847 33,21 L33,20 C33,19.4477153 32.5522847,19 32,19 C31.4477153,19 31,19.4477153 31,20 L31,21 C31,22.6568542 32.3431458,24 34,24 L35,24 C35.5522847,24 36,23.5522847 36,23 C36,22.4477153 35.5522847,22 35,22 Z' id='Shape'/%3E%3Cpath d='M40,19 C40,18.4477153 39.5522847,18 39,18 L38,18 C37.4477153,18 37,17.5522847 37,17 C37,16.4477153 37.4477153,16 38,16 L39,16 C39.5522847,16 40,15.5522847 40,15 C40,14.4477153 39.5522847,14 39,14 L38,14 C36.3431458,14 35,15.3431458 35,17 C35,18.6568542 36.3431458,20 38,20 L39,20 C39.5522847,20 40,19.5522847 40,19 Z' id='Shape'/%3E%3Cpath d='M43,19 C42.4477153,19 42,19.4477153 42,20 L42,22 C42,22.5522847 41.5522847,23 41,23 L40,23 C39.4477153,23 39,23.4477153 39,24 C39,24.5522847 39.4477153,25 40,25 L41,25 C42.6568542,25 44,23.6568542 44,22 L44,20 C44,19.4477153 43.5522847,19 43,19 Z' id='Shape'/%3E%3Cpath d='M50.96,22 C50.96,21.984 50.952,21.971 50.951,21.955 C50.8613293,20.1680696 50.5769805,18.3962546 50.103,16.671 C49.330047,14.0465827 47.7163132,11.7487776 45.51,10.131 C40.987,6.583 36.886,5 32.209,5 C31.841,5 31.469,5.01 31.088,5.028 C30.747,5.046 30.406,5.085 30.065,5.113 C30.042,5.113 30.023,5.1 30,5.1 C29.9475281,5.1057928 29.8956636,5.11616569 29.845,5.131 C27.2093501,5.38522514 24.5901741,5.78820099 22,6.338 C20.8640553,6.56172971 19.7463099,6.86957765 18.656,7.259 C18.633,7.268 18.61,7.273 18.588,7.283 C16.9021152,7.83756992 15.366481,8.77270543 14.1,10.016 C12.8740106,11.3326751 11.8974814,12.8611704 11.218,14.527 C11.1873174,14.5834274 11.1621991,14.6427067 11.143,14.704 C11.076,14.868 10.999,15.023 10.937,15.19 C10.63,16.023 10.147,18.097 10.086,18.358 C9.861,19.477 9.303,23.312 11.572,25.718 C13.012,27.244 15.214,27.808 18.106,27.398 L19.452,27.206 C25.868,26.283 29.088,25.82 31.859,28.53 C32.392,29.051 32.938,29.583 33.506,30.1 C32.877,32.078 32.061,36.3 35.406,38.8 C39,41.5 39,42.231 39,44 C38.9980979,44.3475069 39.1767435,44.6710847 39.4718336,44.8546237 C39.7669236,45.0381628 40.1361412,45.0553431 40.447,44.9 C40.709,44.764 43,43.488 43,39 C43,36.545 44.83,34.423 46.637,32.667 L46.667,32.64 C47.6468732,31.9673659 48.4943659,31.1198732 49.167,30.14 C49.8924722,28.9963865 50.4113612,27.7341967 50.7,26.411 C50.7591015,26.2820309 50.7897945,26.141866 50.79,26 C50.9156016,25.3440544 50.9858489,24.6787126 51,24.011 C51.01,23.34 50.995,22.675 50.959,22.018 C50.9597998,22.012035 50.9601341,22.0060169 50.96,22 Z M41,39 C41.0169618,39.8317031 40.8980655,40.6605991 40.648,41.454 C40.181,40.285 39.099,39.074 36.6,37.199 C34.613,35.711 34.753,33.237 35.182,31.499 C37.0555389,33.0028737 39.3796838,33.8342837 41.782,33.86 C42.1715681,33.8571151 42.5607375,33.8344192 42.948,33.792 C41.7464518,35.2681717 41.0621541,37.0976494 41,39 Z M47.48,29.074 C46.7801377,30.1229793 45.7902606,30.9457343 44.631,31.442 C42.7956612,32.0328341 40.8168986,32.0033161 39,31.358 L39,30 C39,29.4477153 39.4477153,29 40,29 L43,29 C43.5522847,29 44,28.5522847 44,28 C44,27.4477153 43.5522847,27 43,27 L40,27 C38.3431458,27 37,28.3431458 37,30 L37,30.311 C35.6568725,29.3568245 34.4033694,28.2823933 33.255,27.101 C32.0939849,25.9241675 30.6155088,25.110745 29,24.76 L29,24 C29,23.4477153 28.5522847,23 28,23 C27.4477153,23 27,23.4477153 27,24 L27,24.516 C24.372467,24.5212807 21.7505619,24.7592098 19.165,25.227 L17.823,25.418 C17.2196722,25.506902 16.6092719,25.5383762 16,25.512 L16,25 C16,24.4477153 15.5522847,24 15,24 C14.4477153,24 14,24.4477153 14,25 L14,25.048 C13.6348309,24.8754153 13.303848,24.638273 13.023,24.348 C12.4498589,23.6849786 12.0831393,22.8688101 11.968,22 L13,22 C14.6568542,22 16,20.6568542 16,19 C16,18.4477153 15.5522847,18 15,18 C14.4477153,18 14,18.4477153 14,19 C14,19.5522847 13.5522847,20 13,20 L11.879,20 C11.9061992,19.5907162 11.9593056,19.1835671 12.038,18.781 C12.169,18.213 12.538,16.681 12.771,16 L16,16 C16.5522847,16 17,15.5522847 17,15 C17,14.4477153 16.5522847,14 16,14 L13.682,14 C14.1890563,13.0533587 14.816612,12.176394 15.549,11.391 C16.2570998,10.6820426 17.0874279,10.1068092 18,9.693 L18,11 C18,12.6568542 19.3431458,14 21,14 C21.5522847,14 22,13.5522847 22,13 C22,12.4477153 21.5522847,12 21,12 C20.4477153,12 20,11.5522847 20,11 L20,8.91 C20.7885301,8.66394474 21.5896787,8.46031949 22.4,8.3 C23.252,8.128 24.124,7.963 25,7.806 L25,8 C25,8.55228475 25.4477153,9 26,9 C26.5522847,9 27,8.55228475 27,8 L27,7.473 C27.666,7.373 28.333,7.281 29,7.208 L29,8 C29,8.55228475 29.4477153,9 30,9 C30.5522847,9 31,8.55228475 31,8 L31,7.042 C31.063,7.042 31.127,7.03 31.189,7.026 C31.807,7 32.408,7 33,7.025 L33,11 C33,11.5522847 33.4477153,12 34,12 L36,12 C36.5522847,12 37,11.5522847 37,11 C37,10.4477153 36.5522847,10 36,10 L35,10 L35,7.243 C36.7496696,7.53951628 38.4415187,8.11055331 40.013,8.935 C40.013,8.958 40,8.977 40,9 L40,12 C40,12.5522847 40.4477153,13 41,13 C41.5522847,13 42,12.5522847 42,12 L42,10.09 C42.656,10.515 43.32,10.979 44,11.502 L44,14 C44,14.5522847 43.5522847,15 43,15 C42.4477153,15 42,15.4477153 42,16 C42,16.5522847 42.4477153,17 43,17 C44.6568542,17 46,15.6568542 46,14 L46,13.315 C47.0162913,14.4303449 47.7619136,15.7648686 48.179,17.215 C48.5180739,18.4540494 48.7469645,19.7206446 48.863,21 L47,21 C46.4477153,21 46,21.4477153 46,22 C46,22.5522847 46.4477153,23 47,23 L48.979,23 C48.986,23.327 49.002,23.652 48.997,23.982 C48.992,24.33 48.954,24.665 48.916,25 L47,25 C46.4477153,25 46,25.4477153 46,26 C46,26.5522847 46.4477153,27 47,27 L48.464,27 C48.2185545,27.7275643 47.8882799,28.4236918 47.48,29.074 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.pr-menu-psi a:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='white' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 55 60' version='1.1'%3E%3Cg stroke='none' stroke-width='1'%3E%3Cg id='050---Human-Brain' transform='translate%280.000000, -1.000000%29' fill-rule='nonzero'%3E%3Cpath d='M55,24.067 C55.0589204,21.2011574 54.7063276,18.3416867 53.953,15.576 C52.9424252,12.1384648 50.8449656,9.12104233 47.975,6.976 C42.33,2.553 37.054,0.72 30.886,1.033 C27.6323429,1.25832648 24.3994413,1.72055152 21.213,2.416 C16.702,3.323 13.425,4.909 11.194,7.265 C9.42599143,9.14769443 8.06080295,11.3714 7.182,13.8 C6.80950037,14.8700729 6.50620773,15.9629953 6.274,17.072 L6.194,17.418 C5.98338059,18.1968975 5.69909851,18.9539785 5.345,19.679 C5.139,20.141 4.932,20.603 4.753,21.079 C4.5211656,21.6071418 4.42855272,22.1858863 4.484,22.76 C4.68745785,23.65331 5.20527991,24.4437073 5.943,24.987 C6.434,25.437 6.756,25.752 6.759,26.04 C6.7199014,26.1891608 6.6610473,26.3324285 6.584,26.466 C5.38644786,28.9909878 3.91852836,31.3786202 2.206,33.587 C1.488,34.464 0.736,35.487 0.889,36.526 C1.10754916,37.3144834 1.62820814,37.98498 2.338,38.392 C2.66888529,38.6198506 3.01769394,38.8205075 3.381,38.992 C3.812,39.212 4.535,39.58 4.581,39.845 C4.64581148,40.1817201 4.6078326,40.5301502 4.472,40.845 C4.323,41.157 4.172,41.427 4.037,41.662 C3.67,42.311 3.055,43.399 3.98,44.177 C4.196,44.367 4.566,44.658 4.904,44.917 C4.65425141,45.3562306 4.54207907,45.8603094 4.582,46.364 C4.636274,46.7554956 4.84929325,47.1073933 5.171,47.337 C5.395,47.496 5.634,47.637 5.871,47.769 C6.459,48.104 6.688,48.261 6.771,48.569 C6.82495806,48.9763489 6.78807579,49.3905915 6.663,49.782 C6.605,50.045 6.549,50.307 6.514,50.569 C6.41266812,51.4785492 6.52744641,52.3991738 6.849,53.256 C7.36609395,55.1565304 9.28142641,56.3188299 11.206,55.9 C14.0613687,55.2114782 16.8774695,54.3692517 19.642,53.377 C21.89,54.705 23.311,58.722 23.681,60.229 C23.7906017,60.6762787 24.1914886,60.9908779 24.652,60.991 L49.752,60.922 C50.0685974,60.9210151 50.3660269,60.7701651 50.5538666,60.5153101 C50.7417064,60.260455 50.797765,59.9317037 50.705,59.629 C50.4570825,58.9465429 50.1140285,58.3025172 49.686,57.716 C49.4496464,57.3767404 49.2358521,57.0223095 49.046,56.655 C48.5951858,55.7326557 48.217362,54.7763937 47.916,53.795 C47.345219,51.8633659 46.950935,49.8839128 46.738,47.881 C46.3836235,44.8907153 46.8352178,41.8600621 48.046,39.103 C48.7861466,37.5763366 49.6969609,36.1384912 50.761,34.817 C51.361,34.004 51.988,33.164 52.55,32.277 C54.1280805,29.827756 54.9777409,26.9805269 55,24.067 Z M49.156,33.634 C48.0006737,35.0764128 47.0136285,36.6458884 46.214,38.312 C44.8608317,41.3960049 44.3567624,44.7856985 44.754,48.13 C44.977919,50.2515557 45.3949819,52.3482504 46,54.394 C46.3314488,55.4718275 46.7460263,56.5223134 47.24,57.536 C47.4674742,57.9832931 47.725067,58.4146191 48.011,58.827 L48.083,58.936 L25.408,59 C24.7418963,56.6270958 23.5353853,54.4406583 21.883,52.612 C22.138,52.523 22.383,52.44 22.604,52.36 C23.362,52.095 23.935,51.894 24.221,51.804 C28.508,50.458 30.652,48.51 30.594,46.013 C30.5615395,45.4692606 30.1146638,45.0428959 29.57,45.036 C29.3047583,45.0422894 29.0528879,45.1537272 28.8698363,45.3457814 C28.6867846,45.5378357 28.5875579,45.7947619 28.594,46.06 C28.618,47.09 27.775,48.592 23.62,49.896 C23.32,49.99 22.729,50.196 21.942,50.473 C21.229,50.723 20.354,51.029 19.397,51.356 C16.5801243,52.3748121 13.7102779,53.24074 10.8,53.95 C9.86304892,54.1305498 8.9511242,53.537622 8.736,52.608 C8.52005899,52.0466195 8.43755494,51.4427309 8.495,50.844 C8.522,50.637 8.569,50.43 8.615,50.222 C8.82018121,49.5279987 8.85245273,48.7943366 8.709,48.085 C8.42193753,47.1668228 7.74850579,46.4196203 6.865,46.039 L6.651,45.916 C6.75809025,45.6976235 6.88637287,45.4902947 7.034,45.297 C7.20035925,45.0845495 7.27380157,44.8138856 7.23764592,44.5464845 C7.20149027,44.2790834 7.05880559,44.0376423 6.842,43.877 C6.602,43.699 6.03,43.271 5.62,42.942 C5.671,42.849 5.728,42.742 5.781,42.653 C5.935,42.382 6.11,42.069 6.281,41.712 C6.60083456,41.0127265 6.69485807,40.2311779 6.55,39.476 C6.317,38.249 5.15,37.651 4.289,37.215 C3.99871366,37.0774245 3.7204146,36.9158639 3.457,36.732 C3.24972627,36.587789 3.05320853,36.4287033 2.869,36.256 C2.869,36.106 3.029,35.74 3.798,34.801 C5.58474909,32.4972454 7.11668505,30.0067179 8.367,27.373 C8.60777144,26.9607266 8.74246385,26.4951444 8.759,26.018 C8.65706311,25.0114038 8.12234739,24.0989196 7.294,23.518 C6.894,23.148 6.508,22.798 6.465,22.49 C6.46896694,22.248066 6.5234659,22.009633 6.625,21.79 C6.789,21.356 6.98,20.93 7.171,20.504 C7.57865581,19.6627472 7.9038418,18.7839747 8.142,17.88 L8.223,17.531 C8.4365467,16.5044803 8.71578786,15.4927322 9.059,14.502 C9.84283928,12.3240431 11.0634761,10.329236 12.646,8.64 C14.583,6.6 17.515,5.2 21.607,4.377 C24.6970954,3.70073737 27.8324216,3.25087605 30.988,3.031 C36.646,2.731 41.503,4.445 46.739,8.553 C49.2832497,10.4288003 51.1408132,13.0884855 52.026,16.123 C52.7275753,18.7011654 53.0555844,21.3666604 53,24.038 C52.982478,26.5854621 52.2406031,29.0753732 50.861,31.217 C50.337,32.039 49.735,32.85 49.153,33.634 L49.156,33.634 Z' id='Shape'/%3E%3Cpath d='M21,18 L22,18 C22.5522847,18 23,17.5522847 23,17 C23,16.4477153 22.5522847,16 22,16 L21,16 C19.3431458,16 18,17.3431458 18,19 L18,20 C18,21.6568542 19.3431458,23 21,23 L22,23 C22.5522847,23 23,22.5522847 23,22 C23,21.4477153 22.5522847,21 22,21 L21,21 C20.4477153,21 20,20.5522847 20,20 L20,19 C20,18.4477153 20.4477153,18 21,18 Z' id='Shape'/%3E%3Cpath d='M28,15 C27.4477153,15 27,15.4477153 27,16 L27,18 C27,18.5522847 26.5522847,19 26,19 L25,19 C24.4477153,19 24,19.4477153 24,20 C24,20.5522847 24.4477153,21 25,21 L26,21 C27.6568542,21 29,19.6568542 29,18 L29,16 C29,15.4477153 28.5522847,15 28,15 Z' id='Shape'/%3E%3Cpath d='M32,15 L32,14 C32,12.3431458 30.6568542,11 29,11 L27,11 C25.3431458,11 24,12.3431458 24,14 L24,15 C24,15.5522847 24.4477153,16 25,16 C25.5522847,16 26,15.5522847 26,15 L26,14 C26,13.4477153 26.4477153,13 27,13 L29,13 C29.5522847,13 30,13.4477153 30,14 L30,15 C30,15.5522847 30.4477153,16 31,16 C31.5522847,16 32,15.5522847 32,15 Z' id='Shape'/%3E%3Cpath d='M35,22 L34,22 C33.4477153,22 33,21.5522847 33,21 L33,20 C33,19.4477153 32.5522847,19 32,19 C31.4477153,19 31,19.4477153 31,20 L31,21 C31,22.6568542 32.3431458,24 34,24 L35,24 C35.5522847,24 36,23.5522847 36,23 C36,22.4477153 35.5522847,22 35,22 Z' id='Shape'/%3E%3Cpath d='M40,19 C40,18.4477153 39.5522847,18 39,18 L38,18 C37.4477153,18 37,17.5522847 37,17 C37,16.4477153 37.4477153,16 38,16 L39,16 C39.5522847,16 40,15.5522847 40,15 C40,14.4477153 39.5522847,14 39,14 L38,14 C36.3431458,14 35,15.3431458 35,17 C35,18.6568542 36.3431458,20 38,20 L39,20 C39.5522847,20 40,19.5522847 40,19 Z' id='Shape'/%3E%3Cpath d='M43,19 C42.4477153,19 42,19.4477153 42,20 L42,22 C42,22.5522847 41.5522847,23 41,23 L40,23 C39.4477153,23 39,23.4477153 39,24 C39,24.5522847 39.4477153,25 40,25 L41,25 C42.6568542,25 44,23.6568542 44,22 L44,20 C44,19.4477153 43.5522847,19 43,19 Z' id='Shape'/%3E%3Cpath d='M50.96,22 C50.96,21.984 50.952,21.971 50.951,21.955 C50.8613293,20.1680696 50.5769805,18.3962546 50.103,16.671 C49.330047,14.0465827 47.7163132,11.7487776 45.51,10.131 C40.987,6.583 36.886,5 32.209,5 C31.841,5 31.469,5.01 31.088,5.028 C30.747,5.046 30.406,5.085 30.065,5.113 C30.042,5.113 30.023,5.1 30,5.1 C29.9475281,5.1057928 29.8956636,5.11616569 29.845,5.131 C27.2093501,5.38522514 24.5901741,5.78820099 22,6.338 C20.8640553,6.56172971 19.7463099,6.86957765 18.656,7.259 C18.633,7.268 18.61,7.273 18.588,7.283 C16.9021152,7.83756992 15.366481,8.77270543 14.1,10.016 C12.8740106,11.3326751 11.8974814,12.8611704 11.218,14.527 C11.1873174,14.5834274 11.1621991,14.6427067 11.143,14.704 C11.076,14.868 10.999,15.023 10.937,15.19 C10.63,16.023 10.147,18.097 10.086,18.358 C9.861,19.477 9.303,23.312 11.572,25.718 C13.012,27.244 15.214,27.808 18.106,27.398 L19.452,27.206 C25.868,26.283 29.088,25.82 31.859,28.53 C32.392,29.051 32.938,29.583 33.506,30.1 C32.877,32.078 32.061,36.3 35.406,38.8 C39,41.5 39,42.231 39,44 C38.9980979,44.3475069 39.1767435,44.6710847 39.4718336,44.8546237 C39.7669236,45.0381628 40.1361412,45.0553431 40.447,44.9 C40.709,44.764 43,43.488 43,39 C43,36.545 44.83,34.423 46.637,32.667 L46.667,32.64 C47.6468732,31.9673659 48.4943659,31.1198732 49.167,30.14 C49.8924722,28.9963865 50.4113612,27.7341967 50.7,26.411 C50.7591015,26.2820309 50.7897945,26.141866 50.79,26 C50.9156016,25.3440544 50.9858489,24.6787126 51,24.011 C51.01,23.34 50.995,22.675 50.959,22.018 C50.9597998,22.012035 50.9601341,22.0060169 50.96,22 Z M41,39 C41.0169618,39.8317031 40.8980655,40.6605991 40.648,41.454 C40.181,40.285 39.099,39.074 36.6,37.199 C34.613,35.711 34.753,33.237 35.182,31.499 C37.0555389,33.0028737 39.3796838,33.8342837 41.782,33.86 C42.1715681,33.8571151 42.5607375,33.8344192 42.948,33.792 C41.7464518,35.2681717 41.0621541,37.0976494 41,39 Z M47.48,29.074 C46.7801377,30.1229793 45.7902606,30.9457343 44.631,31.442 C42.7956612,32.0328341 40.8168986,32.0033161 39,31.358 L39,30 C39,29.4477153 39.4477153,29 40,29 L43,29 C43.5522847,29 44,28.5522847 44,28 C44,27.4477153 43.5522847,27 43,27 L40,27 C38.3431458,27 37,28.3431458 37,30 L37,30.311 C35.6568725,29.3568245 34.4033694,28.2823933 33.255,27.101 C32.0939849,25.9241675 30.6155088,25.110745 29,24.76 L29,24 C29,23.4477153 28.5522847,23 28,23 C27.4477153,23 27,23.4477153 27,24 L27,24.516 C24.372467,24.5212807 21.7505619,24.7592098 19.165,25.227 L17.823,25.418 C17.2196722,25.506902 16.6092719,25.5383762 16,25.512 L16,25 C16,24.4477153 15.5522847,24 15,24 C14.4477153,24 14,24.4477153 14,25 L14,25.048 C13.6348309,24.8754153 13.303848,24.638273 13.023,24.348 C12.4498589,23.6849786 12.0831393,22.8688101 11.968,22 L13,22 C14.6568542,22 16,20.6568542 16,19 C16,18.4477153 15.5522847,18 15,18 C14.4477153,18 14,18.4477153 14,19 C14,19.5522847 13.5522847,20 13,20 L11.879,20 C11.9061992,19.5907162 11.9593056,19.1835671 12.038,18.781 C12.169,18.213 12.538,16.681 12.771,16 L16,16 C16.5522847,16 17,15.5522847 17,15 C17,14.4477153 16.5522847,14 16,14 L13.682,14 C14.1890563,13.0533587 14.816612,12.176394 15.549,11.391 C16.2570998,10.6820426 17.0874279,10.1068092 18,9.693 L18,11 C18,12.6568542 19.3431458,14 21,14 C21.5522847,14 22,13.5522847 22,13 C22,12.4477153 21.5522847,12 21,12 C20.4477153,12 20,11.5522847 20,11 L20,8.91 C20.7885301,8.66394474 21.5896787,8.46031949 22.4,8.3 C23.252,8.128 24.124,7.963 25,7.806 L25,8 C25,8.55228475 25.4477153,9 26,9 C26.5522847,9 27,8.55228475 27,8 L27,7.473 C27.666,7.373 28.333,7.281 29,7.208 L29,8 C29,8.55228475 29.4477153,9 30,9 C30.5522847,9 31,8.55228475 31,8 L31,7.042 C31.063,7.042 31.127,7.03 31.189,7.026 C31.807,7 32.408,7 33,7.025 L33,11 C33,11.5522847 33.4477153,12 34,12 L36,12 C36.5522847,12 37,11.5522847 37,11 C37,10.4477153 36.5522847,10 36,10 L35,10 L35,7.243 C36.7496696,7.53951628 38.4415187,8.11055331 40.013,8.935 C40.013,8.958 40,8.977 40,9 L40,12 C40,12.5522847 40.4477153,13 41,13 C41.5522847,13 42,12.5522847 42,12 L42,10.09 C42.656,10.515 43.32,10.979 44,11.502 L44,14 C44,14.5522847 43.5522847,15 43,15 C42.4477153,15 42,15.4477153 42,16 C42,16.5522847 42.4477153,17 43,17 C44.6568542,17 46,15.6568542 46,14 L46,13.315 C47.0162913,14.4303449 47.7619136,15.7648686 48.179,17.215 C48.5180739,18.4540494 48.7469645,19.7206446 48.863,21 L47,21 C46.4477153,21 46,21.4477153 46,22 C46,22.5522847 46.4477153,23 47,23 L48.979,23 C48.986,23.327 49.002,23.652 48.997,23.982 C48.992,24.33 48.954,24.665 48.916,25 L47,25 C46.4477153,25 46,25.4477153 46,26 C46,26.5522847 46.4477153,27 47,27 L48.464,27 C48.2185545,27.7275643 47.8882799,28.4236918 47.48,29.074 Z' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}*/

footer {
    background: #222;
    color: #fff;
}

footer .right-col {
    background: none;
}

.footer-area {
    max-width: 1060px;
}

.footer-logo {
    background: #fff;
    width: 240px;
    display: flex;
    align-items: center;
}

.footer-content {
    padding: 1rem 0;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.footer-menu li {
    margin-right: 1rem;
}

.footer-menu li a {
    color: #fff;
}

.thumb-post {
    display: block;
    max-width: 100%;
    height: 300px;
    width: 344px;
    object-fit: cover;
}

.meta-category .badge {
    border-radius: 0;
    cursor: pointer;
    background: #eee;
    color: #222;
    text-decoration: none;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0 0 0.5rem 0;
    list-style: none;
    font-size: 12px;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
    padding-left: 0 !important;
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li:after {
    content: "/";
    padding: 0 8px;
    color: #dae1e8;
}

.single_company_logo {
    display: block;
    margin-bottom: 1rem;
}

.comment-respond {
    padding: 1.5rem;
    background: #efefef;
}

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

.children {
    margin-top: 1rem;
}

.comment-list .comment {
    margin-bottom: 1rem;
}

.all-comment {
    display: flex;
}

.comment-content {
    margin-left: 1rem;
    flex-grow: 1;
}

.comment-author {
    font-style: normal;
    margin-right: 1rem;
}

.comment-author a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.comment-author a:hover {
    text-decoration: underline;
}

.comment-link,
.comment-reply-link {
    font-size: 0.8rem;
    text-decoration: none;
    color: #ccc;
}

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

#cancel-comment-reply-link {
    color: #ccc;
    font-size: 0.8rem;
    margin-left: 1rem;
}

.comment-form-input {
    margin-bottom: 1rem;
}

.comment-form-input #comment,
.comment-form-input textarea,
.comment-form-input input {
    border: #ccc 1px solid;
    padding: 0.2rem;
    width: 100%;
}

.warning-comment {
    color: red;
    font-size: 0.8rem;
}

.comment-form-cookies {
    color: #999;
    font-size: 0.8rem;
}

.comment-form-cookies input {
    margin-right: 0.5rem;
}

#comment {
    border: #ccc 1px solid;
    padding: 0.2rem;
    width: 100%;
    display: block;
}

.logged-in-as {
    text-align: right;
    font-size: 0.8rem;
}

.logged-in-as a {
    color: #999;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    border: #ccc 1px solid;
    padding: 0.2rem;
    width: 100%;
    display: block;
}

.comment-form-cookies-consent {
    display: flex;
}

.comment-form-cookies-consent input {
    width: auto;
    margin: 0.3rem 1rem 0 0;
    align-self: flex-start;
}

.nav-links {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.nav-links .nav-previous {
    width: 50%;
    box-sizing: border-box;
    padding-right: 1rem;
}

.nav-links .nav-next {
    width: 50%;
    box-sizing: border-box;
    padding-left: 1rem;
    text-align: right;
}

.nav-links .meta-nav {
    font-size: 0.8rem;
}

.post iframe {
    max-width: 100%;
}





.toc_list li ul {
    margin-left: 0 !important;
}

.toc_list li {
    margin: 0.6rem 0 !important;
    padding-left: 25px !important;
    position: relative;
    z-index: 1;
}

.toc_list li:after {
    top: 8px !important;
}

.td-page-content blockquote,
.post blockquote,
.wpb_text_column blockquote,
.td_block_text_with_title blockquote,
.bbpress blockquote,
.woocommerce #tab-description blockquote,
.mce-content-body blockquote,
.comment-content blockquote,
.td-category-description blockquote {
    position: relative;
    margin: 20px 0;
    padding: 10px 20px;
    border-left: 2px solid #c44c4c;
    background: #f5f4f1;
    font-size: 15px;
    line-height: 26px;
    color: #222;
    text-transform: none;
    font-style: normal;
    clear: both;
}

.td-page-content blockquote p,
.post blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.bbpress blockquote p,
.woocommerce #tab-description blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p,
.td-category-description blockquote p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    text-transform: none;
    color: #222;
    word-wrap: break-word;
    margin-bottom: 0;
}

.post blockquote.quote:before,
.post blockquote.warning:before,
.post blockquote.info:before,
.post blockquote.danger:before,
.post blockquote.check:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post blockquote {
    position: relative;
    margin: 20px 0;
    padding: 10px 20px;
    border-left: 2px solid #FDBA74;
    background: #efefef;
    clear: both;
}

@media (min-width: 768px) {
    .post blockquote {
        margin: 35px 0;
    }
}

.post blockquote p {
    margin: 12px 0;
}

.post blockquote.quote {
    font-size: 1.1em;
}

@media (min-width: 576px) {
    .post blockquote.quote {
        font-size: 1.2em;
    }
}

.post blockquote.quote:before {
    content: "\f10d";
    position: absolute;
    top: -12px;
    left: -17px;
    font-size: 22px;
    color: #425d9d;
}

@media (min-width: 576px) {
    .post blockquote.quote:before {
        left: -36px;
    }
}

.post blockquote.warning,
.post blockquote.info,
.post blockquote.danger,
.post blockquote.check,
.post blockquote.quote {
    font-size: 100%;
    padding: 15px 20px 15px 65px;
    border-radius: 0 6px 6px 0;
    margin-left: 0px;
    border-left: none;
}

@media (min-width: 768px) {
    .post blockquote.warning,
    .post blockquote.info,
    .post blockquote.danger,
    .post blockquote.check,
    .post blockquote.quote {
        margin-left: 0px;
        padding: 20px 30px 20px 70px;
    }
}

@media (min-width: 1200px) {
    .post blockquote.warning,
    .post blockquote.info,
    .post blockquote.danger,
    .post blockquote.check,
    .post blockquote.quote {
        margin-left: 0px;
    }
}

.post blockquote.warning:before,
.post blockquote.info:before,
.post blockquote.danger:before,
.post blockquote.check:before,
.post blockquote.quote:before {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}

.post blockquote.warning {
    background: #fff4d4;
}

.post blockquote.warning:before {
    content: "";
    color: #f58128;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='rgb(245, 129, 40)' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M501.362,383.95L320.497,51.474c-29.059-48.921-99.896-48.986-128.994,0L10.647,383.95 c-29.706,49.989,6.259,113.291,64.482,113.291h361.736C495.039,497.241,531.068,433.99,501.362,383.95z M256,437.241 c-16.538,0-30-13.462-30-30c0-16.538,13.462-30,30-30c16.538,0,30,13.462,30,30C286,423.779,272.538,437.241,256,437.241z M286,317.241c0,16.538-13.462,30-30,30c-16.538,0-30-13.462-30-30v-150c0-16.538,13.462-30,30-30c16.538,0,30,13.462,30,30 V317.241z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}

.post blockquote.info {
    background: #e3f1f4;
}

.post blockquote.info:before {
    content: " ";
    color: #3da2e0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M257,0C116.39,0,0,114.39,0,255s116.39,257,257,257s255-116.39,255-257S397.61,0,257,0z M383.22,338.79 c11.7,11.7,11.7,30.73,0,42.44c-11.61,11.6-30.64,11.79-42.44,0L257,297.42l-85.79,83.82c-11.7,11.7-30.73,11.7-42.44,0 c-11.7-11.7-11.7-30.73,0-42.44l83.8-83.8l-83.8-83.8c-11.7-11.71-11.7-30.74,0-42.44c11.71-11.7,30.74-11.7,42.44,0L257,212.58 l83.78-83.82c11.68-11.68,30.71-11.72,42.44,0c11.7,11.7,11.7,30.73,0,42.44l-83.8,83.8L383.22,338.79z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.post blockquote.danger {
    background: #ffe3db;
}

.post blockquote.danger:before {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='rgb(255, 101, 71)' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 0 0;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M257,0C116.39,0,0,114.39,0,255s116.39,257,257,257s255-116.39,255-257S397.61,0,257,0z M383.22,338.79 c11.7,11.7,11.7,30.73,0,42.44c-11.61,11.6-30.64,11.79-42.44,0L257,297.42l-85.79,83.82c-11.7,11.7-30.73,11.7-42.44,0 c-11.7-11.7-11.7-30.73,0-42.44l83.8-83.8l-83.8-83.8c-11.7-11.71-11.7-30.74,0-42.44c11.71-11.7,30.74-11.7,42.44,0L257,212.58 l83.78-83.82c11.68-11.68,30.71-11.72,42.44,0c11.7,11.7,11.7,30.73,0,42.44l-83.8,83.8L383.22,338.79z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.post blockquote.check {
    background: #def9e5;
}

.post blockquote.check:before {
    content: " ";
    color: #34bc58;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -21 512.016 512' fill='rgb(52, 188, 88)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m234.667969 469.339844c-129.386719 0-234.667969-105.277344-234.667969-234.664063s105.28125-234.6679685 234.667969-234.6679685c44.992187 0 88.765625 12.8203125 126.589843 37.0976565 7.425782 4.78125 9.601563 14.679687 4.820313 22.125-4.796875 7.445312-14.675781 9.597656-22.121094 4.820312-32.640625-20.972656-70.441406-32.042969-109.289062-32.042969-111.746094 0-202.667969 90.921876-202.667969 202.667969 0 111.742188 90.921875 202.664063 202.667969 202.664063 111.742187 0 202.664062-90.921875 202.664062-202.664063 0-6.679687-.320312-13.292969-.9375-19.796875-.851562-8.8125 5.589844-16.621094 14.378907-17.472656 8.832031-.8125 16.617187 5.589844 17.472656 14.378906.722656 7.53125 1.085937 15.167969 1.085937 22.890625 0 129.386719-105.277343 234.664063-234.664062 234.664063zm0 0'/%3E%3Cpath d='m261.332031 288.007812c-4.09375 0-8.191406-1.558593-11.304687-4.691406l-96-96c-6.25-6.253906-6.25-16.386718 0-22.636718s16.382812-6.25 22.632812 0l84.695313 84.695312 223.335937-223.339844c6.253906-6.25 16.386719-6.25 22.636719 0s6.25 16.382813 0 22.632813l-234.667969 234.667969c-3.136718 3.113281-7.230468 4.671874-11.328125 4.671874zm0 0'/%3E%3C/svg%3E");
}

.post blockquote.quote {
    background: #eff4f5;
}

.post blockquote.quote:before {
    content: " ";
    top: 25px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='rgb(171, 16, 16)' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 298.667 298.667' style='enable-background:new 0 0 298.667 298.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpolygon points='0,170.667 64,170.667 21.333,256 85.333,256 128,170.667 128,42.667 0,42.667 '/%3E%3Cpolygon points='170.667,42.667 170.667,170.667 234.667,170.667 192,256 256,256 298.667,170.667 298.667,42.667 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.post table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}

.post blockquote.wpcr3_content {
    margin: 10px 0 35px 0 !important;
}

.post img,
figure {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.post figure {
    margin-bottom: 1rem;
}

.post figure img {
    margin-bottom: 0rem;
}

.post figcaption {
    font-size: 0.9rem;
    font-style: italic;
}

.views-count {
    display: none;
}

.params {
    min-height: 120px;
}

.params-head {
    min-height: 62px;
    font-size: 21px;
}

.params-head2 {
    font-size: 21px;
}

.params .row:nth-child(2n) {
    background: #f0f0f0;
    /* Цвет фона */
}

.params-img {
    border: #efefef 1px solid;
}

.p404 input.search-field {
    border: #efefef 1px solid;
    color: #222;
}

.single-offer-image {
    display: block;
    margin: 0 auto 1rem auto;
    border: #eee 1px solid;
}

.rp-icon {
    margin-right: 15px;
    width: 40px;
    height: 40px;
}

.as-table .row {
    border-bottom: #eee 1px dotted;
}

.as-table .row:nth-child(odd) {
    background: #f0f0f0;
}

.production_method strong {
    line-height: 1.2rem;
    display: block;
}

.main-list {
    background: #f5f4f1;
}

.main-list2 {
    background: #f5f4f1;
}

.post ul.main-list2 li {
    padding: 0;
}

.main-list2 li:after {
    display: none;
}

.text-center {
    text-align: center;
}

.related-list {
    background: transparent;
}

.related-list li:after {
    display: none;
}

.widget {
    background: #fff;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
}

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

.widget ul li {
    line-height: 1.2rem;
}

.widget ul li a {
    color: #222;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.widget-title span {
    border-bottom: 4px solid #FDBA74;
}

.widget-ul-text li {
    padding-left: 22px;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.widget-ul-text li:after {
    position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #FDBA74;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget-ul-img li img {
    display: block;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.widget-ul-img-small li img {
    display: block;
    width: 70px;
    height: 70px;
    min-width: 70px;
}

.widget-ul-img-small li a {
    display: flex;
}

.left-col .widget {
    background: none;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
}

.left-col .widget .box-item {
    margin-bottom: 0.75rem;
}

.left-col .widget .box-item-img img {
    width: 216px;
}

.right-col .widget {
    margin-bottom: 0.75rem;
    padding: 0.75rem;
}

.right-col .widget .box-item {
    margin-bottom: 0.75rem;
}

.right-col .widget .box-item-img img {
    width: 244px;
}

#redpic_theme_widget-2 .widget-title span,
#redpic_theme_widget-4 .widget-title span {
    border-bottom: 4px solid #FDBA74;
}

#redpic_theme_widget-3 .widget-title span {
    border-bottom: 4px solid #47cf73;
}

.widget_search .p-3 {
    padding: 0 !important;
}

.box-item-without-img {
    line-height: 1.2;
    margin: 0.8rem 0;
}

.box-item-img img {
    display: block;
    border: #ccc 1px solid;
    margin: 0 auto 0.5rem auto;
}

.box-item {
    display: flex;
    margin-bottom: 0.2rem;
}

.box-item .box-title {
    font-size: 1rem;
    line-height: 1rem;
    padding-left: 0.5rem;
}

.archive-list li {
    border-bottom: #eee 1px solid;
    font-weight: 700;
}

.download_files_block {
    text-align: center;
}

.top-box {
    margin-bottom: 10px;
}

.btn-box {
    display: inline-block;
}

.btn-box a {
    display: block;
    margin: 2px 0 0;
    padding: 10px 20px;
    color: #fff;
    background: #0a88cd;
}

.btn-box a:hover {
    color: #fff;
}

.table-ofer-img {
    min-width: 200px;
    margin-right: 1rem;
}

.table-ofer-img img {
    max-width: 200px;
}

.table-ofer h4 {
    color: #222 !important;
}

.table-ofer {
    display: flex;
}

@media screen and (max-width: 960px) {
    .table-ofer {
        display: block;
    }
    .table-ofer-img {
        margin: 0 0 1rem 0;
        text-align: center;
    }
}

.image-3-col {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
    margin-bottom: 1rem;
}

.image-3-col div img {
    display: block !important;
    margin-bottom: 0 !important;
}

.image-3-col div figure {
    width: 100% !important;
}

.image-3-col div figcaption {
    width: 100% !important;
    display: block;
    font-size: 0.8rem;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .image-3-col {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    #leadia_science_widget {
        display: none;
    }
}

.w3eden {
    margin-bottom: 1rem;
}

.w3eden .stack-xs {
    display: flex;
}

.w3eden .media-body {
    flex-basis: 99%;
}

.w3eden .stack-xs .media {
    display: flex;
}

.w3eden h3.package-title {
    font-size: 16px;
    font-weight: 500;
}

.main-archive-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-archive-list li {
    font-weight: 700;
}

.main-red-block {
    background: #FDBA74;
}

.main-red-block h2 {
    color: #fff;
    margin-top: 0;
}

.main-red-block a {
    color: #fff;
}

.comment-reply-title {
    margin-top: 0 !important;
}

footer.comment-meta {
    color: #222;
    background: none;
}

.comment-metadata time {
    display: none;
}

.left-stiky,
.right-stiky {
    top: 1rem;
    background: none;
    padding-top: 0 !important;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .right-stiky {
        position: relative;
    }
    .left-stiky {
        position: sticky;
    }
}

@media (min-width: 1200px) {
    .left-stiky {
        position: sticky;
    }
    .right-stiky {
        position: relative;
    }
}

.social-buttons {
    text-align: center;
    display: flex;
}

.social-buttons a {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: contain;
    border: #fff 3px solid;
    margin: 0 4px 0 0;
}

.icon-facebook {
    background-image: url("data:image/svg+xml,%3Csvg  fill='rgb(171, 16, 16)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.997 3.985h2.191v-3.816c-.378-.052-1.678-.169-3.192-.169-3.159 0-5.323 1.987-5.323 5.639v3.361h-3.486v4.266h3.486v10.734h4.274v-10.733h3.345l.531-4.266h-3.877v-2.939c.001-1.233.333-2.077 2.051-2.077z'/%3E%3C/svg%3E");
}

.icon-facebook:hover {
    background-image: url("data:image/svg+xml,%3Csvg   xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.997 3.985h2.191v-3.816c-.378-.052-1.678-.169-3.192-.169-3.159 0-5.323 1.987-5.323 5.639v3.361h-3.486v4.266h3.486v10.734h4.274v-10.733h3.345l.531-4.266h-3.877v-2.939c.001-1.233.333-2.077 2.051-2.077z'/%3E%3C/svg%3E");
}

.icon-insta {
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(171, 16, 16)' height='20pt' viewBox='0 0 511 511.9' width='20pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m510.949219 150.5c-1.199219-27.199219-5.597657-45.898438-11.898438-62.101562-6.5-17.199219-16.5-32.597657-29.601562-45.398438-12.800781-13-28.300781-23.101562-45.300781-29.5-16.296876-6.300781-34.898438-10.699219-62.097657-11.898438-27.402343-1.300781-36.101562-1.601562-105.601562-1.601562s-78.199219.300781-105.5 1.5c-27.199219 1.199219-45.898438 5.601562-62.097657 11.898438-17.203124 6.5-32.601562 16.5-45.402343 29.601562-13 12.800781-23.097657 28.300781-29.5 45.300781-6.300781 16.300781-10.699219 34.898438-11.898438 62.097657-1.300781 27.402343-1.601562 36.101562-1.601562 105.601562s.300781 78.199219 1.5 105.5c1.199219 27.199219 5.601562 45.898438 11.902343 62.101562 6.5 17.199219 16.597657 32.597657 29.597657 45.398438 12.800781 13 28.300781 23.101562 45.300781 29.5 16.300781 6.300781 34.898438 10.699219 62.101562 11.898438 27.296876 1.203124 36 1.5 105.5 1.5s78.199219-.296876 105.5-1.5c27.199219-1.199219 45.898438-5.597657 62.097657-11.898438 34.402343-13.300781 61.601562-40.5 74.902343-74.898438 6.296876-16.300781 10.699219-34.902343 11.898438-62.101562 1.199219-27.300781 1.5-36 1.5-105.5s-.101562-78.199219-1.300781-105.5zm-46.097657 209c-1.101562 25-5.300781 38.5-8.800781 47.5-8.601562 22.300781-26.300781 40-48.601562 48.601562-9 3.5-22.597657 7.699219-47.5 8.796876-27 1.203124-35.097657 1.5-103.398438 1.5s-76.5-.296876-103.402343-1.5c-25-1.097657-38.5-5.296876-47.5-8.796876-11.097657-4.101562-21.199219-10.601562-29.398438-19.101562-8.5-8.300781-15-18.300781-19.101562-29.398438-3.5-9-7.699219-22.601562-8.796876-47.5-1.203124-27-1.5-35.101562-1.5-103.402343s.296876-76.5 1.5-103.398438c1.097657-25 5.296876-38.5 8.796876-47.5 4.101562-11.101562 10.601562-21.199219 19.203124-29.402343 8.296876-8.5 18.296876-15 29.398438-19.097657 9-3.5 22.601562-7.699219 47.5-8.800781 27-1.199219 35.101562-1.5 103.398438-1.5 68.402343 0 76.5.300781 103.402343 1.5 25 1.101562 38.5 5.300781 47.5 8.800781 11.097657 4.097657 21.199219 10.597657 29.398438 19.097657 8.5 8.300781 15 18.300781 19.101562 29.402343 3.5 9 7.699219 22.597657 8.800781 47.5 1.199219 27 1.5 35.097657 1.5 103.398438s-.300781 76.300781-1.5 103.300781zm0 0'/%3E%3Cpath d='m256.449219 124.5c-72.597657 0-131.5 58.898438-131.5 131.5s58.902343 131.5 131.5 131.5c72.601562 0 131.5-58.898438 131.5-131.5s-58.898438-131.5-131.5-131.5zm0 216.800781c-47.097657 0-85.300781-38.199219-85.300781-85.300781s38.203124-85.300781 85.300781-85.300781c47.101562 0 85.300781 38.199219 85.300781 85.300781s-38.199219 85.300781-85.300781 85.300781zm0 0'/%3E%3Cpath d='m423.851562 119.300781c0 16.953125-13.746093 30.699219-30.703124 30.699219-16.953126 0-30.699219-13.746094-30.699219-30.699219 0-16.957031 13.746093-30.699219 30.699219-30.699219 16.957031 0 30.703124 13.742188 30.703124 30.699219zm0 0'/%3E%3C/svg%3E");
}

.icon-insta:hover {
    background-image: url("data:image/svg+xml,%3Csvg height='20pt' viewBox='0 0 511 511.9' width='20pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m510.949219 150.5c-1.199219-27.199219-5.597657-45.898438-11.898438-62.101562-6.5-17.199219-16.5-32.597657-29.601562-45.398438-12.800781-13-28.300781-23.101562-45.300781-29.5-16.296876-6.300781-34.898438-10.699219-62.097657-11.898438-27.402343-1.300781-36.101562-1.601562-105.601562-1.601562s-78.199219.300781-105.5 1.5c-27.199219 1.199219-45.898438 5.601562-62.097657 11.898438-17.203124 6.5-32.601562 16.5-45.402343 29.601562-13 12.800781-23.097657 28.300781-29.5 45.300781-6.300781 16.300781-10.699219 34.898438-11.898438 62.097657-1.300781 27.402343-1.601562 36.101562-1.601562 105.601562s.300781 78.199219 1.5 105.5c1.199219 27.199219 5.601562 45.898438 11.902343 62.101562 6.5 17.199219 16.597657 32.597657 29.597657 45.398438 12.800781 13 28.300781 23.101562 45.300781 29.5 16.300781 6.300781 34.898438 10.699219 62.101562 11.898438 27.296876 1.203124 36 1.5 105.5 1.5s78.199219-.296876 105.5-1.5c27.199219-1.199219 45.898438-5.597657 62.097657-11.898438 34.402343-13.300781 61.601562-40.5 74.902343-74.898438 6.296876-16.300781 10.699219-34.902343 11.898438-62.101562 1.199219-27.300781 1.5-36 1.5-105.5s-.101562-78.199219-1.300781-105.5zm-46.097657 209c-1.101562 25-5.300781 38.5-8.800781 47.5-8.601562 22.300781-26.300781 40-48.601562 48.601562-9 3.5-22.597657 7.699219-47.5 8.796876-27 1.203124-35.097657 1.5-103.398438 1.5s-76.5-.296876-103.402343-1.5c-25-1.097657-38.5-5.296876-47.5-8.796876-11.097657-4.101562-21.199219-10.601562-29.398438-19.101562-8.5-8.300781-15-18.300781-19.101562-29.398438-3.5-9-7.699219-22.601562-8.796876-47.5-1.203124-27-1.5-35.101562-1.5-103.402343s.296876-76.5 1.5-103.398438c1.097657-25 5.296876-38.5 8.796876-47.5 4.101562-11.101562 10.601562-21.199219 19.203124-29.402343 8.296876-8.5 18.296876-15 29.398438-19.097657 9-3.5 22.601562-7.699219 47.5-8.800781 27-1.199219 35.101562-1.5 103.398438-1.5 68.402343 0 76.5.300781 103.402343 1.5 25 1.101562 38.5 5.300781 47.5 8.800781 11.097657 4.097657 21.199219 10.597657 29.398438 19.097657 8.5 8.300781 15 18.300781 19.101562 29.402343 3.5 9 7.699219 22.597657 8.800781 47.5 1.199219 27 1.5 35.097657 1.5 103.398438s-.300781 76.300781-1.5 103.300781zm0 0'/%3E%3Cpath d='m256.449219 124.5c-72.597657 0-131.5 58.898438-131.5 131.5s58.902343 131.5 131.5 131.5c72.601562 0 131.5-58.898438 131.5-131.5s-58.898438-131.5-131.5-131.5zm0 216.800781c-47.097657 0-85.300781-38.199219-85.300781-85.300781s38.203124-85.300781 85.300781-85.300781c47.101562 0 85.300781 38.199219 85.300781 85.300781s-38.199219 85.300781-85.300781 85.300781zm0 0'/%3E%3Cpath d='m423.851562 119.300781c0 16.953125-13.746093 30.699219-30.703124 30.699219-16.953126 0-30.699219-13.746094-30.699219-30.699219 0-16.957031 13.746093-30.699219 30.699219-30.699219 16.957031 0 30.703124 13.742188 30.703124 30.699219zm0 0'/%3E%3C/svg%3E");
}

.icon-vk {
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(171, 16, 16)' viewBox='0 -121 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m457.742188 95.480469c52.980468-71.726563 41.230468-73.070313 54.257812-95.480469h-101.527344s-7.214844 25.050781-9.417968 29.535156c-19.5 39.660156-63.238282 99.167969-89.691407 105.25-26.046875 5.992188-22.589843-55.5625-20.984375-82.226562 1.511719-24.714844 1.253906-33.363282.527344-37.632813-1.0625-6.238281-6.296875-10.789062-12.578125-11.582031-12.949219-1.640625-36.445313-3.960938-62.757813-2.742188l-23.539062.78125c9.28125 20.761719 15.550781 14.398438 18.96875 38.417969 3.859375 28.121094 2.339844 96.546875-25.355469 96.546875-44.398437 0-94.234375-133.34375-95.820312-136.347656h-89.824219l8.21875 20.566406c66.238281 165.820313 149.082031 242.621094 262.429688 249.007813l14.75.425781 1.054687-14.324219c1.59375-22.121093 12.691406-53.964843 32.375-53.964843 29.082031 0 37.484375 8.46875 56.664063 32.167968 18.441406 22.722656 31.148437 36.121094 60.90625 36.121094h75.601562l-10.78125-21.679688c-16.835938-33.800781-50.605469-62.777343-63.792969-79.585937-4.777343-6.328125-9.480469-16.332031-4.613281-28.433594 3.980469-10.539062 15.832031-32.519531 24.929688-44.820312zm0 0'/%3E%3C/svg%3E");
}

.icon-vk:hover {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -121 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m457.742188 95.480469c52.980468-71.726563 41.230468-73.070313 54.257812-95.480469h-101.527344s-7.214844 25.050781-9.417968 29.535156c-19.5 39.660156-63.238282 99.167969-89.691407 105.25-26.046875 5.992188-22.589843-55.5625-20.984375-82.226562 1.511719-24.714844 1.253906-33.363282.527344-37.632813-1.0625-6.238281-6.296875-10.789062-12.578125-11.582031-12.949219-1.640625-36.445313-3.960938-62.757813-2.742188l-23.539062.78125c9.28125 20.761719 15.550781 14.398438 18.96875 38.417969 3.859375 28.121094 2.339844 96.546875-25.355469 96.546875-44.398437 0-94.234375-133.34375-95.820312-136.347656h-89.824219l8.21875 20.566406c66.238281 165.820313 149.082031 242.621094 262.429688 249.007813l14.75.425781 1.054687-14.324219c1.59375-22.121093 12.691406-53.964843 32.375-53.964843 29.082031 0 37.484375 8.46875 56.664063 32.167968 18.441406 22.722656 31.148437 36.121094 60.90625 36.121094h75.601562l-10.78125-21.679688c-16.835938-33.800781-50.605469-62.777343-63.792969-79.585937-4.777343-6.328125-9.480469-16.332031-4.613281-28.433594 3.980469-10.539062 15.832031-32.519531 24.929688-44.820312zm0 0'/%3E%3C/svg%3E");
}

.icon-ok {
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(171, 16, 16)' id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.721 12.881c-.613 1.205.083 1.781 1.671 2.765 1.35.834 3.215 1.139 4.413 1.261-.491.472 1.759-1.692-4.721 4.541-1.374 1.317.838 3.43 2.211 2.141l3.717-3.585c1.423 1.369 2.787 2.681 3.717 3.59 1.374 1.294 3.585-.801 2.226-2.141-.102-.097-5.037-4.831-4.736-4.541 1.213-.122 3.05-.445 4.384-1.261l-.001-.001c1.588-.989 2.284-1.564 1.68-2.769-.365-.684-1.349-1.256-2.659-.267 0 0-1.769 1.355-4.622 1.355-2.854 0-4.622-1.355-4.622-1.355-1.309-.994-2.297-.417-2.658.267z'/%3E%3Cpath d='m11.999 12.142c3.478 0 6.318-2.718 6.318-6.064 0-3.36-2.84-6.078-6.318-6.078-3.479 0-6.319 2.718-6.319 6.078 0 3.346 2.84 6.064 6.319 6.064zm0-9.063c1.709 0 3.103 1.341 3.103 2.999 0 1.644-1.394 2.985-3.103 2.985s-3.103-1.341-3.103-2.985c-.001-1.659 1.393-2.999 3.103-2.999z'/%3E%3C/svg%3E");
}

.icon-ok:hover {
    background-image: url("data:image/svg+xml,%3Csvg id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.721 12.881c-.613 1.205.083 1.781 1.671 2.765 1.35.834 3.215 1.139 4.413 1.261-.491.472 1.759-1.692-4.721 4.541-1.374 1.317.838 3.43 2.211 2.141l3.717-3.585c1.423 1.369 2.787 2.681 3.717 3.59 1.374 1.294 3.585-.801 2.226-2.141-.102-.097-5.037-4.831-4.736-4.541 1.213-.122 3.05-.445 4.384-1.261l-.001-.001c1.588-.989 2.284-1.564 1.68-2.769-.365-.684-1.349-1.256-2.659-.267 0 0-1.769 1.355-4.622 1.355-2.854 0-4.622-1.355-4.622-1.355-1.309-.994-2.297-.417-2.658.267z'/%3E%3Cpath d='m11.999 12.142c3.478 0 6.318-2.718 6.318-6.064 0-3.36-2.84-6.078-6.318-6.078-3.479 0-6.319 2.718-6.319 6.078 0 3.346 2.84 6.064 6.319 6.064zm0-9.063c1.709 0 3.103 1.341 3.103 2.999 0 1.644-1.394 2.985-3.103 2.985s-3.103-1.341-3.103-2.985c-.001-1.659 1.393-2.999 3.103-2.999z'/%3E%3C/svg%3E");
}

.icon-tg {
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(171, 16, 16)' id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.417 15.181-.397 5.584c.568 0 .814-.244 1.109-.537l2.663-2.545 5.518 4.041c1.012.564 1.725.267 1.998-.931l3.622-16.972.001-.001c.321-1.496-.541-2.081-1.527-1.714l-21.29 8.151c-1.453.564-1.431 1.374-.247 1.741l5.443 1.693 12.643-7.911c.595-.394 1.136-.176.691.218z'/%3E%3C/svg%3E");
}

.icon-tg:hover {
    background-image: url("data:image/svg+xml,%3Csvg id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.417 15.181-.397 5.584c.568 0 .814-.244 1.109-.537l2.663-2.545 5.518 4.041c1.012.564 1.725.267 1.998-.931l3.622-16.972.001-.001c.321-1.496-.541-2.081-1.527-1.714l-21.29 8.151c-1.453.564-1.431 1.374-.247 1.741l5.443 1.693 12.643-7.911c.595-.394 1.136-.176.691.218z'/%3E%3C/svg%3E");
}

.icon-zen {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='rgb(171, 16, 16)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM3.46886 44.5305C0.0330411 41.0127 0.00012207 33.8361 0.00012207 24.2653C10.6274 24.586 15.4872 24.8521 19.3632 28.637C23.1479 32.513 23.4141 37.3727 23.7348 47.9995C13.8422 47.9995 6.98745 47.9675 3.46886 44.5305ZM24.2653 47.9995C24.586 37.3727 24.8522 32.513 28.637 28.637C32.5129 24.8521 37.3727 24.586 48 24.2653C47.999 33.8361 47.9661 41.0127 44.5303 44.5305C41.0117 47.9675 34.158 47.9995 24.2653 47.9995ZM24.2653 0C24.586 10.6277 24.8522 15.4874 28.637 19.3634C32.5129 23.1483 37.3727 23.4144 48 23.7351C47.999 14.1643 47.9661 6.98765 44.5303 3.46985C41.0117 0.0338522 34.158 0.000940338 24.2653 0Z' fill='%232C3036'/%3E%3Cpath clip-rule='evenodd' d='M28.637 28.637C24.8522 32.513 24.586 37.3727 24.2653 47.9995C34.158 47.9995 41.0117 47.9675 44.5303 44.5305C47.9661 41.0127 47.999 33.8361 48 24.2653C37.3728 24.586 32.5129 24.8521 28.637 28.637ZM0.00012207 24.2653C0.00012207 33.8361 0.0330411 41.0127 3.46886 44.5305C6.98745 47.9675 13.8422 47.9995 23.7348 47.9995C23.4141 37.3727 23.1479 32.513 19.3632 28.637C15.4872 24.8521 10.6274 24.586 0.00012207 24.2653ZM23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM28.637 19.3634C24.8522 15.4874 24.586 10.6277 24.2653 0C34.158 0.000940338 41.0117 0.0338522 44.5303 3.46985C47.9661 6.98765 47.999 14.1643 48 23.7351C37.3728 23.4144 32.5129 23.1483 28.637 19.3634Z' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9999 24.2655V24.0003V23.736C37.3726 23.4144 32.5128 23.1493 28.6368 19.3635C24.8521 15.4883 24.5859 10.6287 24.2652 0.000976562H23.9999H23.7347C23.414 10.6287 23.1478 15.4883 19.363 19.3635C15.487 23.1493 10.6272 23.4144 0 23.736V24.0003V24.2655C10.6272 24.587 15.487 24.8522 19.363 28.6371C23.1478 32.5132 23.414 37.3728 23.7347 48.0005H23.9999H24.2652C24.5859 37.3728 24.8521 32.5132 28.6368 28.6371C32.5128 24.8522 37.3726 24.587 47.9999 24.2655Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='48' y1='47.9995' x2='48' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.47509' stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.76042' stop-color='white' stop-opacity='0.04271'/%3E%3Cstop offset='0.99531' stop-color='white' stop-opacity='0.09855'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.icon-zen:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM3.46886 44.5305C0.0330411 41.0127 0.00012207 33.8361 0.00012207 24.2653C10.6274 24.586 15.4872 24.8521 19.3632 28.637C23.1479 32.513 23.4141 37.3727 23.7348 47.9995C13.8422 47.9995 6.98745 47.9675 3.46886 44.5305ZM24.2653 47.9995C24.586 37.3727 24.8522 32.513 28.637 28.637C32.5129 24.8521 37.3727 24.586 48 24.2653C47.999 33.8361 47.9661 41.0127 44.5303 44.5305C41.0117 47.9675 34.158 47.9995 24.2653 47.9995ZM24.2653 0C24.586 10.6277 24.8522 15.4874 28.637 19.3634C32.5129 23.1483 37.3727 23.4144 48 23.7351C47.999 14.1643 47.9661 6.98765 44.5303 3.46985C41.0117 0.0338522 34.158 0.000940338 24.2653 0Z' fill='%232C3036'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.637 28.637C24.8522 32.513 24.586 37.3727 24.2653 47.9995C34.158 47.9995 41.0117 47.9675 44.5303 44.5305C47.9661 41.0127 47.999 33.8361 48 24.2653C37.3728 24.586 32.5129 24.8521 28.637 28.637ZM0.00012207 24.2653C0.00012207 33.8361 0.0330411 41.0127 3.46886 44.5305C6.98745 47.9675 13.8422 47.9995 23.7348 47.9995C23.4141 37.3727 23.1479 32.513 19.3632 28.637C15.4872 24.8521 10.6274 24.586 0.00012207 24.2653ZM23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM28.637 19.3634C24.8522 15.4874 24.586 10.6277 24.2653 0C34.158 0.000940338 41.0117 0.0338522 44.5303 3.46985C47.9661 6.98765 47.999 14.1643 48 23.7351C37.3728 23.4144 32.5129 23.1483 28.637 19.3634Z' fill='url(%23paint0_linear)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9999 24.2655V24.0003V23.736C37.3726 23.4144 32.5128 23.1493 28.6368 19.3635C24.8521 15.4883 24.5859 10.6287 24.2652 0.000976562H23.9999H23.7347C23.414 10.6287 23.1478 15.4883 19.363 19.3635C15.487 23.1493 10.6272 23.4144 0 23.736V24.0003V24.2655C10.6272 24.587 15.487 24.8522 19.363 28.6371C23.1478 32.5132 23.414 37.3728 23.7347 48.0005H23.9999H24.2652C24.5859 37.3728 24.8521 32.5132 28.6368 28.6371C32.5128 24.8522 37.3726 24.587 47.9999 24.2655Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='48' y1='47.9995' x2='48' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.47509' stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.76042' stop-color='white' stop-opacity='0.04271'/%3E%3Cstop offset='0.99531' stop-color='white' stop-opacity='0.09855'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.icon-facebook-footer {
    background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.997 3.985h2.191v-3.816c-.378-.052-1.678-.169-3.192-.169-3.159 0-5.323 1.987-5.323 5.639v3.361h-3.486v4.266h3.486v10.734h4.274v-10.733h3.345l.531-4.266h-3.877v-2.939c.001-1.233.333-2.077 2.051-2.077z'/%3E%3C/svg%3E");
}

.icon-facebook-footer:hover {
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(171, 16, 16)'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.997 3.985h2.191v-3.816c-.378-.052-1.678-.169-3.192-.169-3.159 0-5.323 1.987-5.323 5.639v3.361h-3.486v4.266h3.486v10.734h4.274v-10.733h3.345l.531-4.266h-3.877v-2.939c.001-1.233.333-2.077 2.051-2.077z'/%3E%3C/svg%3E");
}

.icon-insta-footer {
    background-image: url("data:image/svg+xml,%3Csvg height='20pt' viewBox='0 0 511 511.9' width='20pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m510.949219 150.5c-1.199219-27.199219-5.597657-45.898438-11.898438-62.101562-6.5-17.199219-16.5-32.597657-29.601562-45.398438-12.800781-13-28.300781-23.101562-45.300781-29.5-16.296876-6.300781-34.898438-10.699219-62.097657-11.898438-27.402343-1.300781-36.101562-1.601562-105.601562-1.601562s-78.199219.300781-105.5 1.5c-27.199219 1.199219-45.898438 5.601562-62.097657 11.898438-17.203124 6.5-32.601562 16.5-45.402343 29.601562-13 12.800781-23.097657 28.300781-29.5 45.300781-6.300781 16.300781-10.699219 34.898438-11.898438 62.097657-1.300781 27.402343-1.601562 36.101562-1.601562 105.601562s.300781 78.199219 1.5 105.5c1.199219 27.199219 5.601562 45.898438 11.902343 62.101562 6.5 17.199219 16.597657 32.597657 29.597657 45.398438 12.800781 13 28.300781 23.101562 45.300781 29.5 16.300781 6.300781 34.898438 10.699219 62.101562 11.898438 27.296876 1.203124 36 1.5 105.5 1.5s78.199219-.296876 105.5-1.5c27.199219-1.199219 45.898438-5.597657 62.097657-11.898438 34.402343-13.300781 61.601562-40.5 74.902343-74.898438 6.296876-16.300781 10.699219-34.902343 11.898438-62.101562 1.199219-27.300781 1.5-36 1.5-105.5s-.101562-78.199219-1.300781-105.5zm-46.097657 209c-1.101562 25-5.300781 38.5-8.800781 47.5-8.601562 22.300781-26.300781 40-48.601562 48.601562-9 3.5-22.597657 7.699219-47.5 8.796876-27 1.203124-35.097657 1.5-103.398438 1.5s-76.5-.296876-103.402343-1.5c-25-1.097657-38.5-5.296876-47.5-8.796876-11.097657-4.101562-21.199219-10.601562-29.398438-19.101562-8.5-8.300781-15-18.300781-19.101562-29.398438-3.5-9-7.699219-22.601562-8.796876-47.5-1.203124-27-1.5-35.101562-1.5-103.402343s.296876-76.5 1.5-103.398438c1.097657-25 5.296876-38.5 8.796876-47.5 4.101562-11.101562 10.601562-21.199219 19.203124-29.402343 8.296876-8.5 18.296876-15 29.398438-19.097657 9-3.5 22.601562-7.699219 47.5-8.800781 27-1.199219 35.101562-1.5 103.398438-1.5 68.402343 0 76.5.300781 103.402343 1.5 25 1.101562 38.5 5.300781 47.5 8.800781 11.097657 4.097657 21.199219 10.597657 29.398438 19.097657 8.5 8.300781 15 18.300781 19.101562 29.402343 3.5 9 7.699219 22.597657 8.800781 47.5 1.199219 27 1.5 35.097657 1.5 103.398438s-.300781 76.300781-1.5 103.300781zm0 0'/%3E%3Cpath d='m256.449219 124.5c-72.597657 0-131.5 58.898438-131.5 131.5s58.902343 131.5 131.5 131.5c72.601562 0 131.5-58.898438 131.5-131.5s-58.898438-131.5-131.5-131.5zm0 216.800781c-47.097657 0-85.300781-38.199219-85.300781-85.300781s38.203124-85.300781 85.300781-85.300781c47.101562 0 85.300781 38.199219 85.300781 85.300781s-38.199219 85.300781-85.300781 85.300781zm0 0'/%3E%3Cpath d='m423.851562 119.300781c0 16.953125-13.746093 30.699219-30.703124 30.699219-16.953126 0-30.699219-13.746094-30.699219-30.699219 0-16.957031 13.746093-30.699219 30.699219-30.699219 16.957031 0 30.703124 13.742188 30.703124 30.699219zm0 0'/%3E%3C/svg%3E");
}

.icon-insta-footer:hover {
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(171, 16, 16)' height='20pt' viewBox='0 0 511 511.9' width='20pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m510.949219 150.5c-1.199219-27.199219-5.597657-45.898438-11.898438-62.101562-6.5-17.199219-16.5-32.597657-29.601562-45.398438-12.800781-13-28.300781-23.101562-45.300781-29.5-16.296876-6.300781-34.898438-10.699219-62.097657-11.898438-27.402343-1.300781-36.101562-1.601562-105.601562-1.601562s-78.199219.300781-105.5 1.5c-27.199219 1.199219-45.898438 5.601562-62.097657 11.898438-17.203124 6.5-32.601562 16.5-45.402343 29.601562-13 12.800781-23.097657 28.300781-29.5 45.300781-6.300781 16.300781-10.699219 34.898438-11.898438 62.097657-1.300781 27.402343-1.601562 36.101562-1.601562 105.601562s.300781 78.199219 1.5 105.5c1.199219 27.199219 5.601562 45.898438 11.902343 62.101562 6.5 17.199219 16.597657 32.597657 29.597657 45.398438 12.800781 13 28.300781 23.101562 45.300781 29.5 16.300781 6.300781 34.898438 10.699219 62.101562 11.898438 27.296876 1.203124 36 1.5 105.5 1.5s78.199219-.296876 105.5-1.5c27.199219-1.199219 45.898438-5.597657 62.097657-11.898438 34.402343-13.300781 61.601562-40.5 74.902343-74.898438 6.296876-16.300781 10.699219-34.902343 11.898438-62.101562 1.199219-27.300781 1.5-36 1.5-105.5s-.101562-78.199219-1.300781-105.5zm-46.097657 209c-1.101562 25-5.300781 38.5-8.800781 47.5-8.601562 22.300781-26.300781 40-48.601562 48.601562-9 3.5-22.597657 7.699219-47.5 8.796876-27 1.203124-35.097657 1.5-103.398438 1.5s-76.5-.296876-103.402343-1.5c-25-1.097657-38.5-5.296876-47.5-8.796876-11.097657-4.101562-21.199219-10.601562-29.398438-19.101562-8.5-8.300781-15-18.300781-19.101562-29.398438-3.5-9-7.699219-22.601562-8.796876-47.5-1.203124-27-1.5-35.101562-1.5-103.402343s.296876-76.5 1.5-103.398438c1.097657-25 5.296876-38.5 8.796876-47.5 4.101562-11.101562 10.601562-21.199219 19.203124-29.402343 8.296876-8.5 18.296876-15 29.398438-19.097657 9-3.5 22.601562-7.699219 47.5-8.800781 27-1.199219 35.101562-1.5 103.398438-1.5 68.402343 0 76.5.300781 103.402343 1.5 25 1.101562 38.5 5.300781 47.5 8.800781 11.097657 4.097657 21.199219 10.597657 29.398438 19.097657 8.5 8.300781 15 18.300781 19.101562 29.402343 3.5 9 7.699219 22.597657 8.800781 47.5 1.199219 27 1.5 35.097657 1.5 103.398438s-.300781 76.300781-1.5 103.300781zm0 0'/%3E%3Cpath d='m256.449219 124.5c-72.597657 0-131.5 58.898438-131.5 131.5s58.902343 131.5 131.5 131.5c72.601562 0 131.5-58.898438 131.5-131.5s-58.898438-131.5-131.5-131.5zm0 216.800781c-47.097657 0-85.300781-38.199219-85.300781-85.300781s38.203124-85.300781 85.300781-85.300781c47.101562 0 85.300781 38.199219 85.300781 85.300781s-38.199219 85.300781-85.300781 85.300781zm0 0'/%3E%3Cpath d='m423.851562 119.300781c0 16.953125-13.746093 30.699219-30.703124 30.699219-16.953126 0-30.699219-13.746094-30.699219-30.699219 0-16.957031 13.746093-30.699219 30.699219-30.699219 16.957031 0 30.703124 13.742188 30.703124 30.699219zm0 0'/%3E%3C/svg%3E");
}

.icon-vk-footer {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -121 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m457.742188 95.480469c52.980468-71.726563 41.230468-73.070313 54.257812-95.480469h-101.527344s-7.214844 25.050781-9.417968 29.535156c-19.5 39.660156-63.238282 99.167969-89.691407 105.25-26.046875 5.992188-22.589843-55.5625-20.984375-82.226562 1.511719-24.714844 1.253906-33.363282.527344-37.632813-1.0625-6.238281-6.296875-10.789062-12.578125-11.582031-12.949219-1.640625-36.445313-3.960938-62.757813-2.742188l-23.539062.78125c9.28125 20.761719 15.550781 14.398438 18.96875 38.417969 3.859375 28.121094 2.339844 96.546875-25.355469 96.546875-44.398437 0-94.234375-133.34375-95.820312-136.347656h-89.824219l8.21875 20.566406c66.238281 165.820313 149.082031 242.621094 262.429688 249.007813l14.75.425781 1.054687-14.324219c1.59375-22.121093 12.691406-53.964843 32.375-53.964843 29.082031 0 37.484375 8.46875 56.664063 32.167968 18.441406 22.722656 31.148437 36.121094 60.90625 36.121094h75.601562l-10.78125-21.679688c-16.835938-33.800781-50.605469-62.777343-63.792969-79.585937-4.777343-6.328125-9.480469-16.332031-4.613281-28.433594 3.980469-10.539062 15.832031-32.519531 24.929688-44.820312zm0 0'/%3E%3C/svg%3E");
}

.icon-vk-footer:hover {
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(171, 16, 16)' viewBox='0 -121 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m457.742188 95.480469c52.980468-71.726563 41.230468-73.070313 54.257812-95.480469h-101.527344s-7.214844 25.050781-9.417968 29.535156c-19.5 39.660156-63.238282 99.167969-89.691407 105.25-26.046875 5.992188-22.589843-55.5625-20.984375-82.226562 1.511719-24.714844 1.253906-33.363282.527344-37.632813-1.0625-6.238281-6.296875-10.789062-12.578125-11.582031-12.949219-1.640625-36.445313-3.960938-62.757813-2.742188l-23.539062.78125c9.28125 20.761719 15.550781 14.398438 18.96875 38.417969 3.859375 28.121094 2.339844 96.546875-25.355469 96.546875-44.398437 0-94.234375-133.34375-95.820312-136.347656h-89.824219l8.21875 20.566406c66.238281 165.820313 149.082031 242.621094 262.429688 249.007813l14.75.425781 1.054687-14.324219c1.59375-22.121093 12.691406-53.964843 32.375-53.964843 29.082031 0 37.484375 8.46875 56.664063 32.167968 18.441406 22.722656 31.148437 36.121094 60.90625 36.121094h75.601562l-10.78125-21.679688c-16.835938-33.800781-50.605469-62.777343-63.792969-79.585937-4.777343-6.328125-9.480469-16.332031-4.613281-28.433594 3.980469-10.539062 15.832031-32.519531 24.929688-44.820312zm0 0'/%3E%3C/svg%3E");
}

.icon-ok-footer {
    background-image: url("data:image/svg+xml,%3Csvg id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.721 12.881c-.613 1.205.083 1.781 1.671 2.765 1.35.834 3.215 1.139 4.413 1.261-.491.472 1.759-1.692-4.721 4.541-1.374 1.317.838 3.43 2.211 2.141l3.717-3.585c1.423 1.369 2.787 2.681 3.717 3.59 1.374 1.294 3.585-.801 2.226-2.141-.102-.097-5.037-4.831-4.736-4.541 1.213-.122 3.05-.445 4.384-1.261l-.001-.001c1.588-.989 2.284-1.564 1.68-2.769-.365-.684-1.349-1.256-2.659-.267 0 0-1.769 1.355-4.622 1.355-2.854 0-4.622-1.355-4.622-1.355-1.309-.994-2.297-.417-2.658.267z'/%3E%3Cpath d='m11.999 12.142c3.478 0 6.318-2.718 6.318-6.064 0-3.36-2.84-6.078-6.318-6.078-3.479 0-6.319 2.718-6.319 6.078 0 3.346 2.84 6.064 6.319 6.064zm0-9.063c1.709 0 3.103 1.341 3.103 2.999 0 1.644-1.394 2.985-3.103 2.985s-3.103-1.341-3.103-2.985c-.001-1.659 1.393-2.999 3.103-2.999z'/%3E%3C/svg%3E");
}

.icon-ok-footer:hover {
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(171, 16, 16)' id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.721 12.881c-.613 1.205.083 1.781 1.671 2.765 1.35.834 3.215 1.139 4.413 1.261-.491.472 1.759-1.692-4.721 4.541-1.374 1.317.838 3.43 2.211 2.141l3.717-3.585c1.423 1.369 2.787 2.681 3.717 3.59 1.374 1.294 3.585-.801 2.226-2.141-.102-.097-5.037-4.831-4.736-4.541 1.213-.122 3.05-.445 4.384-1.261l-.001-.001c1.588-.989 2.284-1.564 1.68-2.769-.365-.684-1.349-1.256-2.659-.267 0 0-1.769 1.355-4.622 1.355-2.854 0-4.622-1.355-4.622-1.355-1.309-.994-2.297-.417-2.658.267z'/%3E%3Cpath d='m11.999 12.142c3.478 0 6.318-2.718 6.318-6.064 0-3.36-2.84-6.078-6.318-6.078-3.479 0-6.319 2.718-6.319 6.078 0 3.346 2.84 6.064 6.319 6.064zm0-9.063c1.709 0 3.103 1.341 3.103 2.999 0 1.644-1.394 2.985-3.103 2.985s-3.103-1.341-3.103-2.985c-.001-1.659 1.393-2.999 3.103-2.999z'/%3E%3C/svg%3E");
}

.icon-tg-footer {
    background-image: url("data:image/svg+xml,%3Csvg id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.417 15.181-.397 5.584c.568 0 .814-.244 1.109-.537l2.663-2.545 5.518 4.041c1.012.564 1.725.267 1.998-.931l3.622-16.972.001-.001c.321-1.496-.541-2.081-1.527-1.714l-21.29 8.151c-1.453.564-1.431 1.374-.247 1.741l5.443 1.693 12.643-7.911c.595-.394 1.136-.176.691.218z'/%3E%3C/svg%3E");
}

.icon-tg-footer:hover {
    background-image: url("data:image/svg+xml,%3Csvg fill='rgb(171, 16, 16)' id='Bold' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.417 15.181-.397 5.584c.568 0 .814-.244 1.109-.537l2.663-2.545 5.518 4.041c1.012.564 1.725.267 1.998-.931l3.622-16.972.001-.001c.321-1.496-.541-2.081-1.527-1.714l-21.29 8.151c-1.453.564-1.431 1.374-.247 1.741l5.443 1.693 12.643-7.911c.595-.394 1.136-.176.691.218z'/%3E%3C/svg%3E");
}

.icon-zen-footer:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='rgb(171, 16, 16)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM3.46886 44.5305C0.0330411 41.0127 0.00012207 33.8361 0.00012207 24.2653C10.6274 24.586 15.4872 24.8521 19.3632 28.637C23.1479 32.513 23.4141 37.3727 23.7348 47.9995C13.8422 47.9995 6.98745 47.9675 3.46886 44.5305ZM24.2653 47.9995C24.586 37.3727 24.8522 32.513 28.637 28.637C32.5129 24.8521 37.3727 24.586 48 24.2653C47.999 33.8361 47.9661 41.0127 44.5303 44.5305C41.0117 47.9675 34.158 47.9995 24.2653 47.9995ZM24.2653 0C24.586 10.6277 24.8522 15.4874 28.637 19.3634C32.5129 23.1483 37.3727 23.4144 48 23.7351C47.999 14.1643 47.9661 6.98765 44.5303 3.46985C41.0117 0.0338522 34.158 0.000940338 24.2653 0Z' fill='%232C3036'/%3E%3Cpath clip-rule='evenodd' d='M28.637 28.637C24.8522 32.513 24.586 37.3727 24.2653 47.9995C34.158 47.9995 41.0117 47.9675 44.5303 44.5305C47.9661 41.0127 47.999 33.8361 48 24.2653C37.3728 24.586 32.5129 24.8521 28.637 28.637ZM0.00012207 24.2653C0.00012207 33.8361 0.0330411 41.0127 3.46886 44.5305C6.98745 47.9675 13.8422 47.9995 23.7348 47.9995C23.4141 37.3727 23.1479 32.513 19.3632 28.637C15.4872 24.8521 10.6274 24.586 0.00012207 24.2653ZM23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM28.637 19.3634C24.8522 15.4874 24.586 10.6277 24.2653 0C34.158 0.000940338 41.0117 0.0338522 44.5303 3.46985C47.9661 6.98765 47.999 14.1643 48 23.7351C37.3728 23.4144 32.5129 23.1483 28.637 19.3634Z' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9999 24.2655V24.0003V23.736C37.3726 23.4144 32.5128 23.1493 28.6368 19.3635C24.8521 15.4883 24.5859 10.6287 24.2652 0.000976562H23.9999H23.7347C23.414 10.6287 23.1478 15.4883 19.363 19.3635C15.487 23.1493 10.6272 23.4144 0 23.736V24.0003V24.2655C10.6272 24.587 15.487 24.8522 19.363 28.6371C23.1478 32.5132 23.414 37.3728 23.7347 48.0005H23.9999H24.2652C24.5859 37.3728 24.8521 32.5132 28.6368 28.6371C32.5128 24.8522 37.3726 24.587 47.9999 24.2655Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='48' y1='47.9995' x2='48' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.47509' stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.76042' stop-color='white' stop-opacity='0.04271'/%3E%3Cstop offset='0.99531' stop-color='white' stop-opacity='0.09855'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.icon-zen-footer {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='rgb(00, 00, 00)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM3.46886 44.5305C0.0330411 41.0127 0.00012207 33.8361 0.00012207 24.2653C10.6274 24.586 15.4872 24.8521 19.3632 28.637C23.1479 32.513 23.4141 37.3727 23.7348 47.9995C13.8422 47.9995 6.98745 47.9675 3.46886 44.5305ZM24.2653 47.9995C24.586 37.3727 24.8522 32.513 28.637 28.637C32.5129 24.8521 37.3727 24.586 48 24.2653C47.999 33.8361 47.9661 41.0127 44.5303 44.5305C41.0117 47.9675 34.158 47.9995 24.2653 47.9995ZM24.2653 0C24.586 10.6277 24.8522 15.4874 28.637 19.3634C32.5129 23.1483 37.3727 23.4144 48 23.7351C47.999 14.1643 47.9661 6.98765 44.5303 3.46985C41.0117 0.0338522 34.158 0.000940338 24.2653 0Z' fill='%232C3036'/%3E%3Cpath clip-rule='evenodd' d='M28.637 28.637C24.8522 32.513 24.586 37.3727 24.2653 47.9995C34.158 47.9995 41.0117 47.9675 44.5303 44.5305C47.9661 41.0127 47.999 33.8361 48 24.2653C37.3728 24.586 32.5129 24.8521 28.637 28.637ZM0.00012207 24.2653C0.00012207 33.8361 0.0330411 41.0127 3.46886 44.5305C6.98745 47.9675 13.8422 47.9995 23.7348 47.9995C23.4141 37.3727 23.1479 32.513 19.3632 28.637C15.4872 24.8521 10.6274 24.586 0.00012207 24.2653ZM23.7354 0C13.8428 0.000940338 6.98806 0.0338522 3.46947 3.46985C0.0336545 6.98765 0.000735498 14.1643 0.000735498 23.7351C10.628 23.4144 15.4878 23.1483 19.3638 19.3634C23.1485 15.4874 23.4147 10.6277 23.7354 0ZM28.637 19.3634C24.8522 15.4874 24.586 10.6277 24.2653 0C34.158 0.000940338 41.0117 0.0338522 44.5303 3.46985C47.9661 6.98765 47.999 14.1643 48 23.7351C37.3728 23.4144 32.5129 23.1483 28.637 19.3634Z' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.9999 24.2655V24.0003V23.736C37.3726 23.4144 32.5128 23.1493 28.6368 19.3635C24.8521 15.4883 24.5859 10.6287 24.2652 0.000976562H23.9999H23.7347C23.414 10.6287 23.1478 15.4883 19.363 19.3635C15.487 23.1493 10.6272 23.4144 0 23.736V24.0003V24.2655C10.6272 24.587 15.487 24.8522 19.363 28.6371C23.1478 32.5132 23.414 37.3728 23.7347 48.0005H23.9999H24.2652C24.5859 37.3728 24.8521 32.5132 28.6368 28.6371C32.5128 24.8522 37.3726 24.587 47.9999 24.2655Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='48' y1='47.9995' x2='48' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.47509' stop-color='white' stop-opacity='0.01'/%3E%3Cstop offset='0.76042' stop-color='white' stop-opacity='0.04271'/%3E%3Cstop offset='0.99531' stop-color='white' stop-opacity='0.09855'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.fb-like-block {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
    background: #f9eaea;
    padding: 0.2rem 0.5rem;
}

.fb-like-block>div:first-child {
    margin-right: 10px;
}

.fb-like-block>div>div {
    font-size: 0.8rem;
}

.rt-pagination li a,
.rt-pagination li>span {
    display: block;
    padding: 6px;
}

.comment-body {
    background: #efefef;
    padding: 0.5rem;
    border: #ccc 1px dashed;
}

.opinion {
    background: #FDBA74;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    position: relative;
}

.arrow_box {
    position: relative;
    background: #FDBA74;
    border: 4px solid #e88e8e;
}

.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #FDBA74;
    border-width: 20px;
    margin-left: -20px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #e88e8e;
    border-width: 26px;
    margin-left: -26px;
}

.post-meta {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.7rem;
}

.post-meta span {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    color: #999;
}

.post-meta span:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #999;
}

.rt-icon-comments span:before {
    -webkit-mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3,15H1V3A2,2 0 0,1 3,1H19V3H3V15M12,23A1,1 0 0,1 11,22V19H7A2,2 0 0,1 5,17V7A2,2 0 0,1 7,5H21A2,2 0 0,1 23,7V17A2,2 0 0,1 21,19H16.9L13.2,22.71C13,22.89 12.76,23 12.5,23H12M9,9V11H19V9H9M9,13V15H17V13H9Z' /%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3,15H1V3A2,2 0 0,1 3,1H19V3H3V15M12,23A1,1 0 0,1 11,22V19H7A2,2 0 0,1 5,17V7A2,2 0 0,1 7,5H21A2,2 0 0,1 23,7V17A2,2 0 0,1 21,19H16.9L13.2,22.71C13,22.89 12.76,23 12.5,23H12M9,9V11H19V9H9M9,13V15H17V13H9Z' /%3E%3C/svg%3E") no-repeat 50% 50%;
}

.rt-icon-views a:before,
.rt-icon-views span:before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z' /%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z' /%3E%3C/svg%3E") no-repeat 50% 50%;
}

.rt-icon-date span:before {
    -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' style='enable-background:new 0 0 480 480;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M412,16h-24V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8 s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8H164V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8 s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8H68V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8H28c-4.418,0-8,3.582-8,8v376 c0,4.418,3.582,8,8,8h232.4c4.418,0.011,8.009-3.562,8.02-7.98c0-0.193-0.006-0.387-0.02-0.58l-0.064-0.928 c-0.176-2.16-0.336-4.32-0.336-6.512c0.026-7.918,0.96-15.807,2.784-23.512c1.78-7.67,4.44-15.109,7.928-22.168 c0.344-0.704,0.656-1.416,1.016-2.112c1.064-2.032,2.216-4,3.408-5.96c0.376-0.616,0.744-1.248,1.136-1.856 c1.296-2.032,2.661-4.013,4.096-5.944c0.296-0.408,0.6-0.8,0.904-1.216c1.6-2.091,3.261-4.117,4.984-6.08l0.24-0.264 c11.428-12.754,25.792-22.532,41.848-28.488l1.408-0.52c2.16-0.76,4.352-1.432,6.568-2.056c1-0.28,2.016-0.536,3.032-0.8 c1.872-0.464,3.752-0.896,5.656-1.256c1.6-0.296,3.264-0.52,4.904-0.744c1.448-0.208,2.88-0.44,4.344-0.576 c3.2-0.304,6.456-0.496,9.744-0.496c2.168,0,4.304,0.168,6.4,0.312l1,0.072c0.064,0,0.136,0,0.2,0 c10.1,0.759,20.036,2.982,29.496,6.6c4.117,1.604,8.754-0.433,10.358-4.55c0.36-0.924,0.545-1.906,0.546-2.898V24 C420,19.582,416.418,16,412,16z M268.432,331.704c-0.28,0.456-0.576,0.888-0.832,1.344c-1.152,2.024-2.192,4.112-3.2,6.208 c-0.568,1.152-1.144,2.296-1.672,3.472c-0.872,1.928-1.688,3.896-2.456,5.88c-0.08,0.2-0.168,0.384-0.248,0.584V312h22.808 C277.379,318.065,272.555,324.667,268.432,331.704z M308,290.672c-2.752,1.744-5.408,3.6-8,5.552V296h-40v-48h48V290.672z M308,232h-48v-48h48V232z M308,168h-48v-48h48V168z M372,184v48h-48v-48H372z M324,168v-48h48v48H324z M372.016,272 c-3.744,0-7.44,0.216-11.104,0.56c-1.6,0.144-3.096,0.392-4.648,0.592c-1.96,0.264-3.912,0.536-5.84,0.896 c-1.928,0.36-4.048,0.8-6.048,1.288c-1.224,0.296-2.448,0.608-3.664,0.944c-2.4,0.656-4.8,1.368-7.2,2.168 c-0.304,0.112-0.6,0.232-0.904,0.336c-2.912,1.016-5.792,2.08-8.592,3.304V248h48V272z M404,276.416 c-5.251-1.472-10.597-2.582-16-3.32V112c0-4.418-3.582-8-8-8H60c-4.418,0-8,3.582-8,8v256c0,4.418,3.582,8,8,8h193.192 c-0.754,5.301-1.152,10.646-1.192,16H36V88h368V276.416z M196,296v-48h48v48H196z M244,312v48h-48v-48H244z M196,232v-48h48v48 H196z M196,168v-48h48v48H196z M132,296v-48h48v48H132z M180,312v48h-48v-48H180z M132,232v-48h48v48H132z M132,168v-48h48v48H132 z M68,296v-48h48v48H68z M116,312v48H68v-48H116z M68,232v-48h48v48H68z M68,168v-48h48v48H68z M404,72H36V32h16v8 c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8 c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h112v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8 c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16V72z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M372,304c-48.601,0-88,39.399-88,88c0,48.601,39.399,88,88,88c48.601,0,88-39.399,88-88 C459.943,343.423,420.577,304.057,372,304z M372,464c-39.764,0-72-32.236-72-72c0-39.765,32.236-72,72-72 c39.765,0,72,32.235,72,72C443.956,431.746,411.746,463.956,372,464z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M417.46,346.344c-3.1-2.995-8.016-2.995-11.116,0L372,380.688l-18.344-18.344c-3.178-3.07-8.242-2.982-11.312,0.196 c-2.995,3.1-2.995,8.016,0,11.116l24,24c3.124,3.123,8.188,3.123,11.312,0l40-40C420.726,354.478,420.638,349.414,417.46,346.344z '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' style='enable-background:new 0 0 480 480;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M412,16h-24V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8 s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8H164V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8 s-8,3.582-8,8v8h-16V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8H68V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v8H28c-4.418,0-8,3.582-8,8v376 c0,4.418,3.582,8,8,8h232.4c4.418,0.011,8.009-3.562,8.02-7.98c0-0.193-0.006-0.387-0.02-0.58l-0.064-0.928 c-0.176-2.16-0.336-4.32-0.336-6.512c0.026-7.918,0.96-15.807,2.784-23.512c1.78-7.67,4.44-15.109,7.928-22.168 c0.344-0.704,0.656-1.416,1.016-2.112c1.064-2.032,2.216-4,3.408-5.96c0.376-0.616,0.744-1.248,1.136-1.856 c1.296-2.032,2.661-4.013,4.096-5.944c0.296-0.408,0.6-0.8,0.904-1.216c1.6-2.091,3.261-4.117,4.984-6.08l0.24-0.264 c11.428-12.754,25.792-22.532,41.848-28.488l1.408-0.52c2.16-0.76,4.352-1.432,6.568-2.056c1-0.28,2.016-0.536,3.032-0.8 c1.872-0.464,3.752-0.896,5.656-1.256c1.6-0.296,3.264-0.52,4.904-0.744c1.448-0.208,2.88-0.44,4.344-0.576 c3.2-0.304,6.456-0.496,9.744-0.496c2.168,0,4.304,0.168,6.4,0.312l1,0.072c0.064,0,0.136,0,0.2,0 c10.1,0.759,20.036,2.982,29.496,6.6c4.117,1.604,8.754-0.433,10.358-4.55c0.36-0.924,0.545-1.906,0.546-2.898V24 C420,19.582,416.418,16,412,16z M268.432,331.704c-0.28,0.456-0.576,0.888-0.832,1.344c-1.152,2.024-2.192,4.112-3.2,6.208 c-0.568,1.152-1.144,2.296-1.672,3.472c-0.872,1.928-1.688,3.896-2.456,5.88c-0.08,0.2-0.168,0.384-0.248,0.584V312h22.808 C277.379,318.065,272.555,324.667,268.432,331.704z M308,290.672c-2.752,1.744-5.408,3.6-8,5.552V296h-40v-48h48V290.672z M308,232h-48v-48h48V232z M308,168h-48v-48h48V168z M372,184v48h-48v-48H372z M324,168v-48h48v48H324z M372.016,272 c-3.744,0-7.44,0.216-11.104,0.56c-1.6,0.144-3.096,0.392-4.648,0.592c-1.96,0.264-3.912,0.536-5.84,0.896 c-1.928,0.36-4.048,0.8-6.048,1.288c-1.224,0.296-2.448,0.608-3.664,0.944c-2.4,0.656-4.8,1.368-7.2,2.168 c-0.304,0.112-0.6,0.232-0.904,0.336c-2.912,1.016-5.792,2.08-8.592,3.304V248h48V272z M404,276.416 c-5.251-1.472-10.597-2.582-16-3.32V112c0-4.418-3.582-8-8-8H60c-4.418,0-8,3.582-8,8v256c0,4.418,3.582,8,8,8h193.192 c-0.754,5.301-1.152,10.646-1.192,16H36V88h368V276.416z M196,296v-48h48v48H196z M244,312v48h-48v-48H244z M196,232v-48h48v48 H196z M196,168v-48h48v48H196z M132,296v-48h48v48H132z M180,312v48h-48v-48H180z M132,232v-48h48v48H132z M132,168v-48h48v48H132 z M68,296v-48h48v48H68z M116,312v48H68v-48H116z M68,232v-48h48v48H68z M68,168v-48h48v48H68z M404,72H36V32h16v8 c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8 c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h112v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8 c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16v8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8h16V72z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M372,304c-48.601,0-88,39.399-88,88c0,48.601,39.399,88,88,88c48.601,0,88-39.399,88-88 C459.943,343.423,420.577,304.057,372,304z M372,464c-39.764,0-72-32.236-72-72c0-39.765,32.236-72,72-72 c39.765,0,72,32.235,72,72C443.956,431.746,411.746,463.956,372,464z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M417.46,346.344c-3.1-2.995-8.016-2.995-11.116,0L372,380.688l-18.344-18.344c-3.178-3.07-8.242-2.982-11.312,0.196 c-2.995,3.1-2.995,8.016,0,11.116l24,24c3.124,3.123,8.188,3.123,11.312,0l40-40C420.726,354.478,420.638,349.414,417.46,346.344z '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
}

.rt-icon-author span:before {
    -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19.738 19.738' style='enable-background:new 0 0 19.738 19.738;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M18.18,19.738h-2c0-3.374-2.83-6.118-6.311-6.118s-6.31,2.745-6.31,6.118h-2 c0-4.478,3.729-8.118,8.311-8.118C14.451,11.62,18.18,15.26,18.18,19.738z'/%3E%3Cpath style='fill:%23010002;' d='M9.87,10.97c-3.023,0-5.484-2.462-5.484-5.485C4.385,2.461,6.846,0,9.87,0 c3.025,0,5.486,2.46,5.486,5.485S12.895,10.97,9.87,10.97z M9.87,2C7.948,2,6.385,3.563,6.385,5.485S7.948,8.97,9.87,8.97 c1.923,0,3.486-1.563,3.486-3.485S11.791,2,9.87,2z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 19.738 19.738' style='enable-background:new 0 0 19.738 19.738;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M18.18,19.738h-2c0-3.374-2.83-6.118-6.311-6.118s-6.31,2.745-6.31,6.118h-2 c0-4.478,3.729-8.118,8.311-8.118C14.451,11.62,18.18,15.26,18.18,19.738z'/%3E%3Cpath style='fill:%23010002;' d='M9.87,10.97c-3.023,0-5.484-2.462-5.484-5.485C4.385,2.461,6.846,0,9.87,0 c3.025,0,5.486,2.46,5.486,5.485S12.895,10.97,9.87,10.97z M9.87,2C7.948,2,6.385,3.563,6.385,5.485S7.948,8.97,9.87,8.97 c1.923,0,3.486-1.563,3.486-3.485S11.791,2,9.87,2z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;
}

.ggoogle {
    min-height: 312px;
}

.concurs {
    background-color: #efefef;
    border: #ccc 1px dashed;
}

.concurs-head {
    background: #FDBA74;
    color: #fff;
    text-align: center;
    padding: 0.2rem;
    position: relative;
}

.concurs-body {
    padding: 0.5rem 1rem;
}

.redpic-tg {
    margin-top: 1.5rem;
    margin-bottom: calc(1.5rem - 10px);
    margin-left: 0;
    margin-right: 0;
}

.redpic-tg>* {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.redpic-tg a {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 2px 14px rgb(0 0 0 / 8%);
    transition: box-shadow 0.5s;
    will-change: box-shadow;
    border-radius: 8px;
    height: 100%;
}

.redpic-tg-block:hover {
    box-shadow: 0 4px 20px rgb(0 0 0 / 16%);
}

.redpic-tg a figure {
    position: relative;
    display: block;
    padding-top: 56.25%;
    height: auto;
}

.redpic-tg a figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-position: right top;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.redpic-tg-block .redpic-tg-block-title,
.crp_title {
    margin: .5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.redpic-tg-block a {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-decoration: none;
}

.redpic-tg-block a:hover {
    color: #476A93;
}

.redpic-tg-header {
    font-size: 28px;
    margin-bottom: .5rem;
}
/* 
.crp_title {
    display: block;
    padding: 4px 10px 10px 10px;
}

.crp_related {
    font-size: 100%;
    padding: 15px 20px 15px 65px;
    border-radius: 0 6px 6px 0;
    margin-left: 0px;
    border-left: none;
    background: #def9e5;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .crp_related {
        margin-left: 0px;
        padding: 20px 30px 20px 70px;
    }
}

@media (min-width: 1200px) {
    .crp_related {
        margin-left: 0px;
    }
}

.crp_related:before {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
}

.crp_related::before {
    content: " ";
    color: #34bc58;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -21 512.016 512' fill='rgb(52, 188, 88)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m234.667969 469.339844c-129.386719 0-234.667969-105.277344-234.667969-234.664063s105.28125-234.6679685 234.667969-234.6679685c44.992187 0 88.765625 12.8203125 126.589843 37.0976565 7.425782 4.78125 9.601563 14.679687 4.820313 22.125-4.796875 7.445312-14.675781 9.597656-22.121094 4.820312-32.640625-20.972656-70.441406-32.042969-109.289062-32.042969-111.746094 0-202.667969 90.921876-202.667969 202.667969 0 111.742188 90.921875 202.664063 202.667969 202.664063 111.742187 0 202.664062-90.921875 202.664062-202.664063 0-6.679687-.320312-13.292969-.9375-19.796875-.851562-8.8125 5.589844-16.621094 14.378907-17.472656 8.832031-.8125 16.617187 5.589844 17.472656 14.378906.722656 7.53125 1.085937 15.167969 1.085937 22.890625 0 129.386719-105.277343 234.664063-234.664062 234.664063zm0 0'/%3E%3Cpath d='m261.332031 288.007812c-4.09375 0-8.191406-1.558593-11.304687-4.691406l-96-96c-6.25-6.253906-6.25-16.386718 0-22.636718s16.382812-6.25 22.632812 0l84.695313 84.695312 223.335937-223.339844c6.253906-6.25 16.386719-6.25 22.636719 0s6.25 16.382813 0 22.632813l-234.667969 234.667969c-3.136718 3.113281-7.230468 4.671874-11.328125 4.671874zm0 0'/%3E%3C/svg%3E");
}

.crp_related>div>p {
    padding: 0 0 0 15px !important;
    margin: 10px 0 10px 0px !important;
    list-style: none;
    position: relative;
}

.crp_related>div>p:after {
    display: none !important;
}

.crp_related>div>p:before {
    position: absolute;
    background: rgba(52, 188, 88, 1);
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    content: "";
} */

.post blockquote.blockquote_crp {
    position: relative;
    margin: 0;
    padding: 0;
    border-left: none;
    background: none;
    clear: both;
}

.telegram-block {
    padding: 15px;
    text-align: center;
    display: block;
    font-size: 25px;
    background: #dfe8f5;
    border: #0d6efd 2px solid;
    color: #000;
    margin-bottom: 20px;
}

.telegram-block img {
    display: block;
    margin: 0 auto 10px auto;
    width: 100px;
}

.post ul.r-red li:after,
.post ul.r-blue li:after,
.post ul.r-green li:after,
.post ul.r-yellow li:after {
    display: none;
}

.r-red,
.r-blue,
.r-green,
.r-yellow {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 0!important
}

.r-red li,
.r-blue li,
.r-green li,
.r-yellow li {
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    display: inline-grid;
    margin-bottom: 1.5rem!important;
    padding: 7px 20px!important;
    position: relative;
    width: 100%
}

.r-red li {
    background: #fbe4e4;
}

.r-red li:hover {
    background: #e1cbcb
}

.r-blue li {
    background: #ececf9
}

.r-blue li:hover {
    background: #d5d5e1
}

.r-green li {
    background: #cffbcf
}

.r-green li:hover {
    background: #bae3ba
}

.r-yellow li {
    background: #f7f7bd
}

.r-yellow li:hover {
    background: #e3e3b7
}

.rp-fire-icon {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 7px 15px hsl(0deg 0% 46% / 50%);
    box-shadow: 1px 7px 15px hsl(0deg 0% 46% / 50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    background: #FDBA74;
    z-index: 99998;
}

.rp-fire-icon img {
    width: 70%;
    height: 70%;
}

.rp-fire-wrapper {
    position: fixed;
    background: #eee;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: -100vh;
    transition: margin-bottom 1s;
    z-index: 99999;
    overflow-y: auto;
}

.rp-fire-wrapper>div {
    padding: 1rem;
}

.rp-fire-show {
    margin-bottom: 0;
}

.rp-fire-wrapper-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border: #ccc 1px solid;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
}

.overflow-hidden {
    overflow: hidden;
}


.arrows {
    width: 60px;
    height: 72px;
    position: relative;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
}

.arrows path {
    stroke: #2994D1;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow
/*Safari and Chrome*/

{
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari 和 Chrome */
}

.wp-block-latest-posts__list li {
    margin-bottom: 1rem;
}

.wp-block-latest-posts__featured-image img {
    width: 100%;
    margin-bottom: 5px;
}

.wp-block-latest-posts__featured-image {
    margin-bottom: 1.2rem
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 5px;
}

.rp_related_link img,
.thumb-post {
    width: 100%;
 
}
.post figure img {
   
    height: auto !important;
}
.rp_related_link img
 {
  
        height: auto;
}

.related_inarticle {
    margin-bottom: 15px;
}

.related_inarticle .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.related_inarticle .row {
    margin-bottom: 0 !important;
}

.related_inarticle .row li {
    border: none !important;
    flex: 0 0 70%;
}

.related_inarticle .widget-title {
    text-align: center;
}

@media (max-width: 768px) {
    .related_inarticle {
        margin: 0 -0 15px 0;
        background: #efefef;
        padding: 10px 20px 0 20px;
        max-width: 100%;
    }
    .related_inarticle .row li img {
        max-height: 165px;
        object-fit: cover;
    }
}

@media (min-width: 769px) {
    .related_inarticle .row li img {
        max-height: 273px;
    }
}


/* @media (max-width: 769px) {
    .tr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    }
    .top-related {

        padding: 10px 25px 20px 25px !important; 

    }
    }
     */

.right-lists-rp li {
    display: flex;
    margin-bottom: 15px !important;
}

.right-lists-rp li>div {
    max-width: 50px;
    width: 150px;
    margin-bottom: 0px !important;
    font-size: 13px;
}

.right-lists-rp li>a {
    font-size: 13px;
}

.wp-block-table table {
    border-left: #efefef 1px solid;
    border-top: #efefef 1px solid;
}

.wp-block-table table td {
    border-right: #efefef 1px solid;
    border-bottom: #efefef 1px solid;
    padding: 6px;
}

.wp-block-table table th {
    background: #efefef;
    padding: 6px;
}

.table_8cols td {
    min-width: 200px
}

.table_8cols td:first-child {
    min-width: 100px
}

#shareBox {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: calc(100% + 10px);
    right: 15px;
    display: none;
    flex-direction: column;
    padding: 10px;
    z-index: 99999;
    min-width: 210px;
    text-align: center;
}

#shareBox a {
    display: flex;
    margin: 3px 0;
    text-decoration: none;
}

#shareBox a span {
    margin: 0 0 0 10px
}


.newimg {max-width:150px}
.newimg img{
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
   object-fit: cover;}





@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

div#PR {
    background: transparent;
    padding-top: 10px;
}
.w_heading{
    margin-bottom: 15px;
}
.page-heading {
    margin-bottom: 0px;
}

.ad_notice {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #999;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
.svk-ad-block-button-outer {
    display: none;
    width: 57px;
    height: 45px;
}



.has-image.article-list>li {
    margin-bottom: 10px;
}
.has-image .image-link {
    position: relative;
    height: 80px;
    width: 105px;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 10px;
    float: left;
}
.article-image {
    position: absolute;
    top: 50%!important;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ad_notice {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 115px;
    color: #999;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}


.crp_related  {margin:0 0 1rem 0; list-style:none}
.crp_related.crp-grid ul {

display: grid;
  grid-template-columns:1fr 1fr 1fr;
	grid-gap: 1rem;
	margin-bottom:0 !important;
	
}


.crp_related li  {list-style:none; width:100%}
.crp_related li figure {
	overflow:hidden;

}
.crp_related li:hover img {
	transform: scale(1.1);
}
.crp_related li:hover .crp_title {
	text-decoration:none;
}



.crp_related li:before {display:none}
.crp_related.crp-grid ul li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: 200px;
	transition:transform 0.5s;
}
.crp_title {
	margin-top:0.5rem !important;
	font-weight: bold;
	line-height: 22px;
	text-decoration: underline;
}
 @media (max-width:767.98px) {
.crp_related.crp-grid ul {
 grid-template-columns: 1fr !important;
    }
	 .crp_related li {

		 margin-bottom:1rem !important;
	 }
}

.crp_related .archive-list img{
    display: block;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}



    .letters-block {
        text-align: center;
    }
    .letters-block a {
       display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    background: #efefef;
    margin: 2px;
    font-size: 20px;
    font-weight: bold;
    }
    .letters-block strong {
        display: block;
        margin-bottom: 10px;
    }

    .letters-list h2 a {
        color: #000;
    }
.letters-more a {
    color: #666;
}
.sni-search input {
    border: #ccc 1px solid;
    color: #999;
}

.sni-search input::-webkit-input-placeholder {
    /* Chrome */
    color: #999;
}

.sni-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

.sni-search input::-moz-placeholder {
    /* Firefox 19+ */
     color: #999;
    opacity: 1;
}

.sni-search input:-moz-placeholder {
    /* Firefox 4 - 18 */
     color: #999;
    opacity: 1;
}
.sni-search form {
    padding: 0 !important;
}


    #randomButton {
            width:100%; position: sticky; top:0; left:0; background:#000; border: #000; border-bottom:#FDBA74 3px solid ; z-index: 999;
        }

.btn-secondary {
    background-color: #218838;
    border-color: #218838;
}
.btn-secondary2 {
    background-color: #FDBA74;
    border-color: #FDBA74;
    color: #fff;
}

/* Общие стили для модального окна */
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Фиксированное положение */
    top: 0;
    left: 0;
    z-index: 1050; /* Z-index выше стандартного контента */
    width: 100%;
    height: 100%;
    overflow: hidden; /* Скрыть прокрутку при открытии модального окна */
    outline: 0;
    background: rgba(0, 0, 0, 0.7);
}

/* Затемняющая подложка для фона */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный фон */
    z-index: 1040; /* На слой ниже модального окна */
    display: none; /* Скрыто по умолчанию */
}

/* Основное содержимое модального окна */
.modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Центрирование окна */
    max-width: 500px; /* Максимальная ширина окна */
    width: 100%; /* Ширина окна */
    margin: 0; /* Убираем внешние отступы */
    z-index: 1050; /* Z-index выше подложки */
    pointer-events: auto; /* Включение событий */
}

/* Контейнер контента модального окна */
.modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto; /* Включение событий для контента */
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2); /* Границы */
    border-radius: 0.3rem; /* Скругленные углы */
    outline: 0;
}

/* Стили для заголовка модального окна */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  
    background: #FDBA74;
    color: #fff;
}

/* Стили для кнопки закрытия */
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    font-size: 1.5rem;
    line-height: 1;
        color: #FFF;
}

/* Стили для кнопки при наведении */
.modal-header .close:hover {
    opacity: 0.75;
}

/* Стили для тела модального окна */
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    font-size: 25px;
}

/* Стили для нижней части модального окна */
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

/* Стили для кнопок в футере модального окна */
.modal-footer .btn + .btn {
    margin-left: 0.5rem; /* Отступы между кнопками */
}

/* Анимация появления и скрытия модального окна */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out; /* Плавный переход для появления */
    transform: translate(-50%, -50%);
    opacity: 0; /* Начальная непрозрачность */
}

.modal.show .modal-dialog {
    opacity: 1; /* Полная видимость */
}

/* Анимация для затемняющей подложки */
.modal.fade .modal-backdrop {
    opacity: 0; /* Начальная непрозрачность */
    transition: opacity 0.15s linear; /* Плавный переход для подложки */
}

.modal.show .modal-backdrop {
    display: block; /* Отображение затемнения */
    opacity: 0.5; /* Конечная полупрозрачность */
}



    .dream {
    padding: 1rem;
    background: #f9f6f6;
    margin-bottom: 2rem;
    border: #000 2px solid;
    }
    .dream h2 {margin-top:0}
    .dream h3 {color: #000;}
    .dream textarea {
        width: 100%;
        height: 120px;
    }
    .dream button {margin-bottom: 2px;}
    .dream div {
        margin-bottom: 1rem;
    }
#response { margin-top: 1rem;}


.offers-container img {
    display: block;
    height: 200px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}
.offers-container p {padding: 0; margin: 0 0 5px 0; font-size: 14px;}

.offers-container .offer-name { font-family: "PT Serif Caption", "Georgia", "Times New Roman", "serif";
    font-size: 18px;
    font-weight: 400;
     color: #FDBA74;}



.post > ol {
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.post > ol > li {
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: 1.5rem !important;
    background: #efefef;
    color: #333;
    border-radius: 12px;
    padding: 7px 35px 7px 20px !important;
    font-size: 17px;
    position: relative;
}

.post > ol > li:hover {
    background: #e5e5e5;
}

.post > ol > li:hover:before {
    border-bottom-color: #e5e5e5;
}

.post > ol > li:before {
    border: 12px solid transparent;
    border-bottom-color: #efefef;
    bottom: 0;
    left: -12px !important;
    content: '' !important;
    display: none;
    position: absolute;
}

.post > ol > li:after {
    background-image: url('/wp-content/themes/rp-mysekret/images/copy.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    top: 5px;
    right: 9px;
    width: 17px;
    
    height: 17px;
    opacity: 0.5;
    display: block !important;
    position: absolute;
    content: '';
}

.post > ol > li.copied:after {
    display: block;
    content: 'Скопировано';
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: .75rem;
    background-color: #4d8310;
    color: #fff;
    padding: 0.2rem 1rem;
    position: absolute;
    opacity: 1;
    background-image: none;
    transition: opacity 1s linear, visibility 1s linear;
}

.child-pages-list li, .zachto-block li, .zvanie-block li, .znaki-list li, .vnimanie-list li, .zachto_list li, .vnimanie_list li, .years-list li, .komu-list li {display: inline-block; margin: 0 5px 5px 0;}
.child-pages-list li a, .zachto-block li a, .zvanie-block li a, .znaki-list li a, .vnimanie-list li a, .zachto_list li a, .vnimanie_list li a, .years-list li a, .komu-list li a {display: inline-block;
    text-decoration: none;
    background: #FFF7ED;
  border: 1px solid #e9eef3;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0,0,0,.05);
padding:2px 5px;
color: #000;}

.zvanie-block, .child-pages-list {
    margin-bottom: 20px;
}
    

.post table.imena-table, .post table.child-pages-table {border: none;}
.post table.child-pages-table tr td:first-child {width: 1%; padding-right: 10px;}


.mainpage-menu > li  {
    text-align: center;
    margin-bottom: 25px;
}
.mainpage-menu > li > a {
    font-size: 25px;
}



/* Контейнер подменю как сетка */
.mainpage-menu .sub-menu,
.sobitie-block ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 в ряд */
  gap: 16px;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

/* Мобильная версия: 2 в ряд */
@media (max-width: 767px){
  .mainpage-menu .sub-menu,
.sobitie-block ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Сброс отступов у элементов */
.mainpage-menu .sub-menu > li,
.sobitie-block ul li {
  margin: 0;
  padding: 0;
}

/* Карточка-ссылка заполняет всю высоту ячейки */
.mainpage-menu .sub-menu > li > a,
.sobitie-block ul > li > a
{
  display: flex;
  flex-direction: column;
  justify-content: center;      /* выровнять контент по центру */
  align-items: center;
  height: 100%;
  /* Если нужно сделать абсолютно одинаковую высоту у всех плиток — раскомментируйте одну из строк ниже */
  /* min-height: clamp(140px, 18vw, 220px); */   /* фиксированная по диапазону высота */
  /* aspect-ratio: 4 / 3; */                     /* вариант с соотношением сторон */

  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e9eef3;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.mainpage-menu .sub-menu > li > a:hover,
.sobitie-block ul > li > a:hover
{
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  border-color: #dfe6ec;
}

/* Красивые заголовки/описания внутри ссылок (если есть) */
.mainpage-menu .sub-menu > li > a .title,
.sobitie-block ul > li > a .title
{
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 .25rem;
}
.mainpage-menu .sub-menu > li > a .desc,
.sobitie-block ul  > li > a .desc
{
  color: #6b7280;
  font-size: .95rem;
}