.search-bar{margin:20px 0}@media screen and (max-width:1026px){.search-bar .full-search-location{display:none}}.search-bar__form{position:relative}.search-bar__form fieldset{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:768px){.search-bar__form fieldset{-moz-column-gap:10px;column-gap:10px}}.search-bar__form fieldset input{margin:0}.search-bar__form fieldset input:not([type=submit]){background-color:var(--color-white);border:1px solid var(--color-brown);border-radius:8px;box-shadow:inset 0 0 0 1px #0000;color:var(--color-brown);display:block;font-family:var(--font-montserrat);font-size:16px;font-weight:600;height:70px;line-height:1.18;padding:2px 12px 0 61px;transition:border-color .4s,box-shadow .4s;width:100%}.search-bar__form fieldset input:not([type=submit])::placeholder{color:var(--color-brown);font-weight:500}.search-bar__form fieldset input:not([type=submit]):hover{box-shadow:0 0 0 1px var(--color-brown) inset}.search-bar__form fieldset input:not([type=submit]):focus{border-color:var(--color-green);box-shadow:0 0 0 1px var(--color-green) inset}@media screen and (max-width:1024px){.search-bar__form fieldset input:not([type=submit]){height:54px;padding-top:0}}@media screen and (max-width:768px){.search-bar__form fieldset input:not([type=submit]){height:50px}}@media screen and (max-width:512px){.search-bar__form fieldset input:not([type=submit]){padding:2px 41px 0}}.search-bar__form fieldset input[type=submit]{height:70px;padding-top:22px}@media screen and (max-width:1024px){.search-bar__form fieldset input[type=submit]{height:54px;padding:2px 22px 0}}@media screen and (max-width:768px){.search-bar__form fieldset input[type=submit]{height:50px}}.search-bar__input-wrap{position:relative}.search-bar__input-wrap.target{width:calc(50% - 10px)}.search-bar__input-wrap.target.search-bar__input-wrap-home{width:calc(80% - 10px)}@media screen and (max-width:768px){.search-bar__input-wrap.target{flex:1;width:auto}}@media screen and (max-width:1026px){.search-bar__input-wrap.target{flex:auto;margin-bottom:14px;width:100%}}.search-bar__input-wrap.location{width:calc(33.4% - 10px)}@media screen and (max-width:768px){.search-bar__input-wrap.location{flex:1;width:auto}}@media screen and (max-width:767px){.search-bar__input-wrap.location{flex:auto;width:calc(70% - 5px)}}@media screen and (max-width:512px){.search-bar__input-wrap.location{margin-bottom:14px;width:100%}}.search-bar__input-wrap.submit{min-width:132px;width:calc(16.6% - 10px)}@media screen and (max-width:1026px){.search-bar__input-wrap.submit{width:100%}}@media screen and (max-width:767px){.search-bar__input-wrap.submit{flex:auto;width:calc(30% - 5px)}}@media screen and (max-width:512px){.search-bar__input-wrap.submit{width:100%}}.search-bar__input-wrap .input__hint{display:none!important}.search-bar__input-icon{align-items:center;background-color:initial;display:flex;height:30px;justify-content:center;left:22px;position:absolute;top:calc(50% - 15px);width:30px;z-index:1}@media screen and (max-width:512px){.search-bar__input-icon{left:8px}}.search-bar__input--clear-icon{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;height:30px;justify-content:center;padding:0;position:absolute;right:22px;top:calc(50% - 15px);transition:opacity .3s;width:30px;z-index:1}@media screen and (max-width:512px){.search-bar__input--clear-icon{right:8px}}.search-bar__input--clear-icon img,.search-bar__input--clear-icon svg{display:block;height:auto;width:12px!important}.search-bar__input--clear-icon:focus,.search-bar__input--clear-icon:hover{opacity:.65}.search-bar__results--list{background-color:var(--color-white);border-radius:6px;box-shadow:0 6px 10px #0000000d;left:0;list-style:none;margin:8px 0 0;max-height:0;min-width:100%;overflow-y:auto;padding:0;position:absolute;top:100%;transition:max-height .2s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:30}@media screen and (max-width:768px){.search-bar__results--list{width:calc(100vw - 50px)}}.search-bar__results--list li{font-family:var(--font-raleway);font-size:16px;font-weight:500;padding:12px 25px 12px 30px}@media screen and (max-width:767px){.search-bar__results--list li{font-size:14px;padding-left:15px}}.search-bar__results--list li:not(:last-child){border-bottom:1px solid var(--color-grey)}.search-bar__results--list li:last-child{margin-bottom:13px}.search-bar__results--list li mark{background-color:initial;font-weight:700}.search-bar__results--list li:not(.search-bar__results--subtitle){cursor:pointer;transition:background-color .3s}.search-bar__results--list li:not(.search-bar__results--subtitle):hover{background-color:var(--color-grey)}.search-bar__results--list li.search-bar__results--subtitle{border:none;color:var(--color-green);font-family:var(--font-raleway);font-size:14px;font-weight:600;line-height:1.14;padding:25px 25px 10px 15px}.search-bar__results--list--creating{background-color:var(--color-white);border-radius:6px;box-shadow:0 6px 10px #0000000d;left:0;list-style:none;margin:8px 0 0;max-height:0;min-width:auto;overflow-y:auto;padding:0;position:absolute;top:45px;transition:max-height .2s;width:auto;z-index:2}.search-bar__results--list--creating li{font-family:var(--font-raleway);font-size:16px;font-weight:500;padding:12px 25px 12px 30px}@media screen and (max-width:767px){.search-bar__results--list--creating li{font-size:14px;padding-left:15px}}.search-bar__results--list--creating li:not(:last-child){border-bottom:1px solid var(--color-grey)}.search-bar__results--list--creating li:last-child{margin-bottom:13px}.search-bar__results--list--creating li mark{background-color:initial;font-weight:700}.search-bar__results--list--creating li:not(.search-bar__results--subtitle){cursor:pointer;transition:background-color .3s}.search-bar__results--list--creating li:not(.search-bar__results--subtitle):hover{background-color:var(--color-grey)}.search-bar__results--list--creating li.search-bar__results--subtitle{border:none;color:var(--color-green);font-family:var(--font-raleway);font-size:14px;font-weight:600;line-height:1.14;padding:25px 25px 10px 15px}.search-bar__locations-window{background-color:var(--color-white);border-radius:6px;box-shadow:0 6px 10px #0000000d;left:0;list-style:none;margin:8px 0 0;max-height:0;min-width:100%;overflow-y:auto;padding:0;position:absolute;top:100%;transition:max-height .3s;width:100%;z-index:2}@media screen and (max-width:512px){.search-bar__locations-window{top:calc(100% - 64px)}}.search-bar__locations-window--header{padding:21px 25px 19px}@media screen and (max-width:991px){.search-bar__locations-window--header{padding:16px 20px 14px}}@media screen and (max-width:620px){.search-bar__locations-window--header{padding:16px 15px 14px}}.search-bar__locations-window--header{align-items:center;border-bottom:1px solid var(--color-border-grey);display:flex;flex-wrap:wrap;justify-content:space-between}.search-bar__locations-window--controll{color:var(--color-green);cursor:pointer;font-family:var(--font-raleway);font-size:14px;font-weight:600;line-height:1.14;text-decoration:none;transition:opacity .3s}@media screen and (max-width:768px){.search-bar__locations-window--controll{font-size:12px}}.search-bar__locations-window--controll:focus,.search-bar__locations-window--controll:hover{opacity:.65}.search-bar__locations-window--back{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1 1 6l5 5' stroke='%233e5b7f'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;color:var(--color-green);-moz-column-gap:14px;column-gap:14px;cursor:pointer;display:flex;font-family:var(--font-raleway);font-size:14px;font-weight:600;line-height:1.14;text-decoration:none;transition:opacity .3s}@media screen and (max-width:768px){.search-bar__locations-window--back{font-size:12px}}@media screen and (max-width:620px){.search-bar__locations-window--back{margin-bottom:15px;padding:6px 0;width:100%}}.search-bar__locations-window--back:focus,.search-bar__locations-window--back:hover{opacity:.65}.search-bar__locations-window--back img,.search-bar__locations-window--back svg{height:auto!important;transform:translateY(-1px);width:7px!important}@media screen and (max-width:768px){.search-bar__locations-window--back img,.search-bar__locations-window--back svg{transform:translateY(-2px);width:6px!important}}.search-bar__locations-window--content{-moz-column-gap:20px;column-gap:20px;display:flex;flex-wrap:wrap;padding:20px 25px}@media screen and (max-width:991px){.search-bar__locations-window--content{padding:5px 20px}}@media screen and (max-width:620px){.search-bar__locations-window--content{padding:0 15px}}.search-bar__locations-window--content ul{-moz-columns:4 auto;column-count:4;list-style:none;padding:0;width:100%}@media screen and (max-width:991px){.search-bar__locations-window--content ul{-moz-columns:3 auto;column-count:3}}@media screen and (max-width:767px){.search-bar__locations-window--content ul{-moz-columns:2 auto;column-count:2}}@media screen and (max-width:512px){.search-bar__locations-window--content ul{-moz-columns:1 auto;column-count:1}}.search-bar__locations-window--content ul li{cursor:pointer;padding:3px 0}.search-bar__locations-window--content ul li:hover{text-decoration:underline}@media screen and (max-width:620px){.search-bar__locations-window--content ul li{padding:6px 0}}.search-bar__locations-window--location,.search-bar__locations-window--region{display:none}.search-bar__locations-window.level-1 .search-bar__locations-window--region,.search-bar__locations-window.level-2 .search-bar__locations-window--location{display:block}@media screen and (max-width:1024px){.block-search,.block-search .location-only{width:100%}.block-search .location-only .input-wrap.has--suggestions.has--content{max-width:300px}}@media screen and (max-width:512px){.block-search,.block-search .location-only{width:100%}.block-search .location-only .input-wrap.has--suggestions.has--content{max-width:none;width:100%}}.creating-form__category-popup--list{display:flex;gap:0}.creating-form__category-popup--column{border-right:1px solid #f0f0f0;flex:1;min-width:0;overflow-y:auto}.creating-form__category-popup--column:last-child{border-right:none}@media screen and (max-width:1024px){.creating-form__category-popup--list{display:grid!important;grid-template-columns:100%;grid-template-rows:100%;height:70vh;margin:0;min-height:400px;overflow:hidden;padding:0;position:relative}.creating-form__category-popup--column{-webkit-overflow-scrolling:touch;background-color:#fff;border:none;grid-column:1/-1;grid-row:1/-1;height:100%;margin:0;overflow-y:auto;width:100%}.creating-form__category-popup--column.level-1{z-index:10}.creating-form__category-popup--column.level-2{z-index:20}.creating-form__category-popup--column.level-3{z-index:30}.creating-form__category-popup--current-category{align-items:center;background-color:#205b37;color:#fff;display:flex;gap:15px;margin-bottom:10px;padding:15px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.creating-form__category-popup--back-button{align-items:center;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.creating-form__category-popup--back-button svg,.creating-form__category-popup--back-button svg path{fill:#fff!important}.creating-form__category-popup--current-category--icon img{max-width:40px}.creating-form__category-popup--current-category--data mark{background:#0000;color:#fff;font-weight:700}}@keyframes catPopupFadeIn{0%{opacity:0}to{opacity:1}}.categories__section{padding-top:40px}.categories__section .categories__grid{padding:0 50px}@media screen and (max-width:1280px){.categories__section .categories__grid{padding:0}}@media screen and (max-width:1024px){.categories__section .categories__grid{display:none}}.categories__section .categories__grid_row{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:flex-start}.categories__section .categories__grid_subcategories{padding-bottom:20px;padding-top:20px}.categories__section .categories__grid_titling{align-items:center;display:none;justify-content:space-between;margin-bottom:20px}@media screen and (max-width:1024px){.categories__section .categories__grid_titling{display:flex}}.categories__section .categories__grid_all-button{color:var(--color-green);font-family:var(--font-montserrat)!important;font-size:12px;font-weight:400;padding:0;text-decoration:underline}.categories__section .categories__grid_all-button:focus,.categories__section .categories__grid_all-button:hover{opacity:.65;text-decoration:none}.categories__section .categories__grid_all-window{background-color:var(--base-background-color);display:block;height:calc(100% - 60px);height:calc(var(--app-height) - 60px);padding:0 30px 80px;top:60px}@media screen and (max-width:768px){.categories__section .categories__grid_all-window{padding:0 15px 60px}}.categories__section .categories__grid_all-window .popup-window--times{align-items:center;color:var(--color-green);cursor:pointer;display:flex;font-size:12px;font-weight:600;line-height:1.17;margin-bottom:10px;padding:15px 0;position:static}.categories__section .categories__grid_all-window .popup-window--times svg{margin-right:8px}.categories__section .categories__grid_all-window--title{font-weight:700;margin-bottom:25px}.categories__section .categories__grid_all-window--list{display:flex;flex-wrap:wrap;gap:15px 15px}@media screen and (max-width:767px){.categories__section .categories__grid_all-window--list{gap:10px 10px}}.categories__section .categories__grid_all-window--item{align-items:center;background-color:var(--color-white);border-radius:8px;box-shadow:0 6px 10px #0000000d;-moz-column-gap:20px;column-gap:20px;display:flex;overflow:hidden;padding:11px 20px;text-decoration:none;transition:opacity .3s;width:calc(50% - 8px)}@media screen and (max-width:767px){.categories__section .categories__grid_all-window--item{width:100%}}.categories__section .categories__grid_all-window--item .categories__grid_card__amount-label{background-color:initial;border:none;box-shadow:none;color:var(--color-green);font-size:12px;font-weight:600;line-height:1.17;min-width:0;padding:0 5px;position:static}.categories__section .categories__grid_all-window--item:focus,.categories__section .categories__grid_all-window--item:hover{opacity:.65}.categories__section .categories__grid_all-window--icon{align-items:center;border-radius:50%;display:flex;height:48px;justify-content:center;overflow:hidden;width:48px}.categories__section .categories__grid_all-window--icon>img,.categories__section .categories__grid_all-window--icon>svg{height:100%!important;object-fit:cover;object-position:center center;width:100%!important}.categories__section .categories__grid_all-window--name{color:var(--color-darken-grey);flex:1;font-family:var(--font-raleway);font-size:12px;font-weight:600;line-height:1.17}.categories__section .categories__grid_mobile{display:none;margin:0 -15px;padding:15px 10px 40px}@media screen and (max-width:1024px){.categories__section .categories__grid_mobile{display:grid;grid-template-columns:repeat(5,1fr);justify-items:center}}@media screen and (max-width:765px){.categories__section .categories__grid_mobile{display:grid;grid-template-columns:repeat(4,1fr);justify-items:center}}@media screen and (max-width:455px){.categories__section .categories__grid_mobile{grid-template-columns:repeat(3,1fr)}}.categories__section .categories__grid_card{align-items:center;background-color:initial;border:none;color:var(--color-darken-grey);cursor:pointer;display:flex;flex:1;flex-direction:column;font-family:var(--font-raleway);font-size:13px;font-weight:600;line-height:1.2;max-width:calc(11.11111% - 4px);text-align:center;text-decoration:none;transition:opacity .4s}@media screen and (max-width:1024px){.categories__section .categories__grid_card{box-sizing:initial;flex:unset;margin-right:10px;max-width:140px;padding:5px;width:100%}}.categories__section .categories__grid_card__icon{align-items:center;background-color:var(--color-white);border-radius:50%;box-shadow:0 4px 4px #0000000d;display:flex;height:72px;justify-content:center;margin-bottom:15px;position:relative;transition:all .4s;width:72px}.categories__section .categories__grid_card__icon--wrapper{border-radius:50%;height:100%;overflow:hidden;width:100%}.categories__section .categories__grid_card__icon--wrapper>img,.categories__section .categories__grid_card__icon--wrapper>svg{height:100%!important;object-fit:cover;object-position:center center;width:100%!important}.categories__section .categories__grid_card__amount-label{background-color:var(--color-white);border:1px solid var(--color-brown);border-radius:30px;box-shadow:0 4px 4px #0000000d;display:block;font-family:var(--font-raleway);font-size:10px;font-weight:600;min-width:24px;padding:4px 6px;position:absolute;right:-4px;text-align:center;top:-8px;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.categories__section .categories__grid_card__name{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;padding:9px 0;width:100%;word-break:break-word}.categories__section .categories__grid_card:focus,.categories__section .categories__grid_card:hover{opacity:.6}.categories__section .categories__grid_card.active .categories__grid_card__icon{transform:scale(1.1)}.categories__section .categories__popup{background-color:var(--color-white);border:1px solid var(--color-light-green);border-radius:6px;display:none;font-family:var(--font-raleway);margin-bottom:20px;padding:36px 40px 4px;position:relative;width:100%}.categories__section .categories__popup.visible{animation:catPopupFadeIn .6s forwards;display:block}.categories__section .categories__popup_pointer{background-color:var(--color-white);border-left:1px solid var(--color-light-green);border-radius:2px;border-top:1px solid var(--color-light-green);height:18px;left:18px;position:absolute;top:-9px;transform:rotate(45deg);width:18px}.categories__section .categories__popup_header{display:flex;justify-content:space-between}.categories__section .categories__popup_all-link{border-bottom:1px solid var(--color-green);color:var(--color-green);display:block;font-weight:600;padding-bottom:2px;text-decoration:none;transition:all .4s}.categories__section .categories__popup_all-link:focus,.categories__section .categories__popup_all-link:hover{border-bottom:1px solid #0000;opacity:.6}.categories__section .categories__popup_plus-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.429 5.571v.858a.322.322 0 0 1-.322.321H6.75v2.357a.322.322 0 0 1-.321.322H5.57a.322.322 0 0 1-.321-.322V6.75H2.893a.322.322 0 0 1-.322-.321V5.57c0-.176.145-.321.322-.321H5.25V2.893c0-.177.145-.322.321-.322h.858c.176 0 .321.145.321.322V5.25h2.357c.177 0 .322.145.322.321ZM12 1.286v9.428c0 .71-.576 1.286-1.286 1.286H1.286C.576 12 0 11.424 0 10.714V1.286C0 .576.576 0 1.286 0h9.428C11.424 0 12 .576 12 1.286Zm-1.286 9.268V1.446a.161.161 0 0 0-.16-.16H1.446a.161.161 0 0 0-.16.16v9.108c0 .088.072.16.16.16h9.108c.088 0 .16-.072.16-.16Z' fill='%23333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.categories__section .categories__popup_minus-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.429 5.571v.858a.322.322 0 0 1-.322.321H2.893a.322.322 0 0 1-.322-.321V5.57c0-.176.145-.321.322-.321h6.214c.177 0 .322.145.322.321ZM12 1.286v9.428c0 .71-.576 1.286-1.286 1.286H1.286C.576 12 0 11.424 0 10.714V1.286C0 .576.576 0 1.286 0h9.428C11.424 0 12 .576 12 1.286Zm-1.286 9.268V1.446a.161.161 0 0 0-.16-.16H1.446a.161.161 0 0 0-.16.16v9.108c0 .088.072.16.16.16h9.108c.088 0 .16-.072.16-.16Z' fill='%23333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.categories__section .categories__popup_minus-icon,.categories__section .categories__popup_plus-icon{cursor:pointer;height:12px;width:12px}.categories__section .categories__popup_minus-icon img,.categories__section .categories__popup_minus-icon svg,.categories__section .categories__popup_plus-icon img,.categories__section .categories__popup_plus-icon svg{height:auto!important;width:12px!important}.categories__section .categories__popup_content-related>ul,.categories__section .categories__popup_content>ul{align-items:flex-start;display:flex;flex-wrap:wrap;gap:15px 32px;margin:40px 0;padding:0;width:100%}@media screen and (max-width:1280px){.categories__section .categories__popup_content-related>ul,.categories__section .categories__popup_content>ul{gap:12px 16px}}.categories__section .categories__popup_content-related>ul li,.categories__section .categories__popup_content>ul li{align-items:flex-start;-moz-column-gap:8px;column-gap:8px;display:flex;flex-wrap:wrap;list-style:none}.categories__section .categories__popup_content-related>ul li .categories__popup_minus-icon,.categories__section .categories__popup_content>ul li .categories__popup_minus-icon{display:none}.categories__section .categories__popup_content-related>ul li .categories__popup_sub-menu,.categories__section .categories__popup_content>ul li .categories__popup_sub-menu{display:flex;flex-direction:column;max-height:0;overflow:hidden;padding-left:30px;transition:max-height .3s ease;width:100%}@media screen and (max-width:1280px){.categories__section .categories__popup_content-related>ul li .categories__popup_sub-menu,.categories__section .categories__popup_content>ul li .categories__popup_sub-menu{padding-left:20px}}.categories__section .categories__popup_content-related>ul li .categories__popup_sub-menu ul,.categories__section .categories__popup_content>ul li .categories__popup_sub-menu ul{margin:15px 0 5px;padding:0;width:100%}.categories__section .categories__popup_content-related>ul li .categories__popup_sub-menu ul li,.categories__section .categories__popup_content>ul li .categories__popup_sub-menu ul li{margin-bottom:8px;transition:margin .3s}.categories__section .categories__popup_content-related>ul li .categories__popup_sub-menu a:first-child,.categories__section .categories__popup_content>ul li .categories__popup_sub-menu a:first-child{margin-top:8px}.categories__section .categories__popup_content-related>ul li .categories__popup_sub-menu a,.categories__section .categories__popup_content>ul li .categories__popup_sub-menu a{margin-bottom:8px;transition:margin .3s}.categories__section .categories__popup_content-related>ul li:last-child,.categories__section .categories__popup_content>ul li:last-child{margin-bottom:0}.categories__section .categories__popup_content-related>ul li a,.categories__section .categories__popup_content>ul li a{font-weight:500;line-height:1.21;text-decoration:none}.categories__section .categories__popup_content-related>ul li a:focus,.categories__section .categories__popup_content-related>ul li a:hover,.categories__section .categories__popup_content>ul li a:focus,.categories__section .categories__popup_content>ul li a:hover{text-decoration:underline}.categories__section .categories__popup_content-related>ul li a span,.categories__section .categories__popup_content>ul li a span{color:var(--color-green);display:inline-block;font-size:10px;font-weight:700;padding-left:6px;transform:translateY(-1px)}@media screen and (max-width:1280px){.categories__section .categories__popup_content-related>ul li,.categories__section .categories__popup_content>ul li{font-size:12px}}.categories__section .categories__popup_content-related>ul>li,.categories__section .categories__popup_content>ul>li{width:calc(25% - 24px)}@media screen and (max-width:1280px){.categories__section .categories__popup_content-related>ul>li,.categories__section .categories__popup_content>ul>li{width:calc(25% - 12px)}}@media screen and (max-width:1199px){.categories__section .categories__popup_content-related>ul>li,.categories__section .categories__popup_content>ul>li{width:calc(33.33333% - 11px)}}.categories__section .categories__popup_content-related{border-top:1px solid var(--color-denys-grey);margin-top:-12px}.categories__section .categories__popup_content-related>ul{margin-top:28px}.categories__section .categories__popup_has-subcategories a{flex:1}.categories__section .categories__popup_has-subcategories.collapsed>a{font-weight:700}.categories__section .categories__popup_has-subcategories.collapsed .categories__popup_plus-icon{display:none}.categories__section .categories__popup_has-subcategories.collapsed .categories__popup_minus-icon{display:block}.categories__section .categories__popup_back-button{align-items:center;background-color:initial;border:none;color:var(--base-text-color);font-weight:600;text-decoration:none;transition:opacity .4s}.categories__section .categories__popup_back-button svg{margin-right:8px}.categories__section .categories__popup_back-button:focus,.categories__section .categories__popup_back-button:hover{opacity:.6}.categories__section .categories__popup.category .categories__popup_back-button{display:none}.categories__section .categories__popup.subcategory .categories__popup_back-button{display:flex}@media screen and (max-width:1280px){.categories__section .categories__popup{padding:32px 36px 0}}.categories__section .categories__popup_related{align-items:flex-start;display:flex;flex-direction:column;gap:5px;margin-top:-8px!important;padding-top:29px!important;position:relative}.categories__section .categories__popup_related:before{background-color:var(--color-bullets-grey);content:"";display:block;height:1px;left:0;position:absolute;top:14px;width:22px}@media screen and (max-width:1024px){.categories__section{padding-bottom:20px;padding-top:20px}}@media screen and (max-width:512px){.categories__section{padding-bottom:25px;padding-top:10px}}.seo-text__section{background-color:var(--color-white);padding:50px 0}.seo-text__section *{text-align:center}.seo-text__section .seo-text__sitename{color:var(--color-bullets-grey);margin-bottom:25px}.seo-text__section .seo-text__paragraph{font-weight:500;line-height:1.71;margin:0 auto 14px;overflow:hidden;transition:max-height .3s ease}.seo-text__section .seo-text__paragraph.collapsed{max-height:120px}.seo-text__section .seo-text__paragraph.expanded{max-height:none}.seo-text__section ol,.seo-text__section ul{margin:1em auto!important;max-width:760px;padding-left:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.seo-text__section ol,.seo-text__section ol li,.seo-text__section ul,.seo-text__section ul li{list-style-position:outside!important;text-align:left!important}.seo-text__section ol li>*,.seo-text__section ul li>*{text-align:left!important}@media screen and (max-width:768px){.seo-text__section{padding:42px 0}}.seo-text-spoiler{max-height:200px;overflow:hidden;position:relative;transition:max-height .4s ease}.seo-text-spoiler.collapsed{max-height:none}.seo-text-spoiler:after{background:linear-gradient(180deg,#fff0,#fff);bottom:0;content:"";height:60px;left:0;pointer-events:none;position:absolute;width:100%}.seo-text-spoiler.collapsed:after{display:none}.seo-text__inner{margin:0 auto;max-width:1024px}.seo-text__paragraph{max-height:100px;overflow:hidden;position:relative;transition:max-height .4s ease}.seo-text__paragraph.collapsed{max-height:none}.seo-text__paragraph:after{background:linear-gradient(180deg,#fff0,#fff);bottom:0;content:"";height:60px;left:0;pointer-events:none;position:absolute;width:100%}.seo-text__paragraph.collapsed:after{display:none}.seo-text__btn{background-color:var(--color-golden);border-color:var(--color-golden)!important;border:none;border-radius:25px;color:var(--color-brown);cursor:pointer;font-weight:600;margin-top:15px;padding:10px 20px}.seo-text__btn.disable{display:none}