:root{--main-bg-color:#fff;--primary-color:#333;--bg-footer-header:#242b33;--borders-default:#e2e5e9;--borders-white:#fff;--borders-active:#3fa3f9;--dividers-line:#e2e5e9;--text-disable:#adb5bd;--bg-gray-disable:#f5f5f5;--main-red:#e62128;--main-white:#fff;--bg-white:#fff;--bg-gray:#eef0f2;--bg-gray-10:#fafafb;--bg-gray-20:#f4f5f6;--bg-gray-80:#495057;--bg-black:#333;--text-white:#fff;--text-black:#333;--text-gray:#868e96;--bg-chat-self:#ebf8ee;--bg-chat-answer:#fafafb;--overlay-dark-60:rgba(0,0,0,.6);--overlay-dark-80:rgba(0,0,0,.8);--bg-dark:#212529;--body-font-size:14px;--main-border-radius:15px;--form-border-radius:8px;--body-font-family:"Exo 2",Roboto,system-ui;--title-font-family:"Exo 2",Roboto,system-ui}html{height:100%;margin:0;padding:0}address,article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas{display:inline-block}video{display:block}audio:not([controls]){display:none;height:0}address{font-style:normal}a,address,div,fieldset,figure,form,img,li,ol,ul{border:0;margin:0;padding:0}ol,ul{list-style:inside}ul li{list-style:none}ol li{list-style:decimal inside}ol{padding:10px 0}ol li{margin:0 0 20px}body{background:var(--main-bg-color);box-sizing:border-box;height:100%;position:relative}body,button,input,td,textarea{margin:0;padding:0}body *{box-sizing:border-box}a{color:inherit}a,a:hover{text-decoration:none}a,a:active,a:focus{outline:none}b,strong{font-weight:700}table{border-collapse:collapse;border-spacing:0}.cbc,.main{position:relative}.cbc{margin:0 auto;overflow:hidden}input::-moz-placeholder{color:var(--text-gray);opacity:1}input::placeholder{color:var(--text-gray);opacity:1}textarea::-moz-placeholder{color:var(--text-gray);opacity:1}textarea::placeholder{color:var(--text-gray);opacity:1}input[type=submit]{cursor:pointer}button:focus{outline:0}button,input[type=password],input[type=text],textarea{-webkit-appearance:none;outline:none}body,button,input,td,textarea{color:var(--primary-color);font-family:var(--body-font-family);font-size:var(--body-font-size)}h1,h2,h3,h4{font-weight:400}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}.title-h1,.title-h2,.title-h3,.title-h4{font-family:var(--title-font-family);font-weight:600;margin:0 0 15px;padding:0}.title-h1{font-size:24px;line-height:32px;text-align:left}.title-h2{font-size:20px;line-height:28px}.title-h3{font-size:18px;line-height:26px}.title-h4{font-size:16px;line-height:24px}hr{background:#dedede;border:none;display:block;height:1px;margin:40px 0}.button{align-items:center;background:var(--main-red);border:1px solid transparent;border-radius:var(--form-border-radius);color:var(--text-white);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;height:48px;justify-content:center;padding:0 15px 2px;text-align:center;text-decoration:none;transition:none;transition:.3s;width:100%}.button._disabled,.button:disabled{background:var(--bg-gray-disable);color:var(--text-disable);cursor:default}.button._disabled:after,.button._disabled:before,.button:disabled:after,.button:disabled:before{filter:brightness(0) invert(.75)}.button._sm{height:40px;padding:0 10px 1px}.button._xs{height:32px;padding:1px 10px 0}.button._white,.button.active{background:var(--bg-white);border-color:var(--borders-default);color:var(--text-black)}.button._plus:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M6 12h12M12 18V6'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;content:"";height:24px;margin-right:8px;width:24px}.button._next:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.48 11.98h14.99M13.483 5.988 19.513 12l-6.04 6.01'/%3E%3C/svg%3E") 50% no-repeat;content:"";height:24px;margin-left:8px;width:24px}.section{padding-bottom:15px;padding-top:15px}.section+.section-outer{margin-top:0}.horizontal-sepor{background:var(--borders-default);height:1px;margin:20px 0}.space-bottom{padding-bottom:60px}.typography{font-size:14px;line-height:22px}.typography h1,.typography h2,.typography h3,.typography h4{font-family:var(--title-font-family);font-weight:600;line-height:1.3;margin:30px 0;padding:0}.typography h1{font-size:20px;line-height:28px}.typography h2{font-size:18px;line-height:1.2}.typography h2:first-child{margin-top:0}.typography h3{font-size:16px}.typography h3:first-child{margin-top:0}.typography h4{font-size:14px}.typography h4:first-child{margin-top:0}.typography P{color:var(--text-black);font-size:14px;line-height:22px;margin:0 0 15px}.typography P:last-child{margin-bottom:0}.typography figure{margin:15px 0}.typography figure img{border-radius:var(--main-border-radius);display:block;width:100%}.typography figcaption{color:var(--text-gray);font-size:13px;line-height:20px;margin-top:10px}.typography img{max-width:100%}.typography a:not(.button){color:var(--main-red)}.typography a:not(.button):hover{color:var(--text-black)}.typography ul{margin-bottom:15px;padding-left:5px}.typography ul li{font-size:14px;line-height:22px;margin-bottom:5px;padding-left:15px;position:relative}.typography ul li:before{background-color:var(--bg-black);border-radius:50%;content:"";height:4px;left:0;position:absolute;top:12px;width:4px}.typography ol{counter-reset:custom-counter;list-style:none;margin-bottom:15px;padding-left:15px}.typography ol:last-child{margin-bottom:0}.typography ol li{font-size:14px;line-height:22px;list-style:none;margin-bottom:5px;padding-left:15px;position:relative}.typography ol li:before{content:counter(custom-counter) ".";counter-increment:custom-counter;left:0;position:absolute;top:0}.typography table{border-collapse:separate;border-spacing:0 15px;width:100%}.typography table th{border-bottom:1px solid var(--borders-default);border-top:1px solid var(--borders-default);color:var(--main-red);font-weight:400;height:60px;padding:15px 30px;text-align:left}.typography table th:first-child{border-left:1px solid var(--borders-default);border-radius:15px 0 0 15px}.typography table th:last-child{border-radius:0 15px 15px 0;border-right:1px solid var(--borders-default)}.typography table td{background:var(--main-red);font-size:14px;height:60px;line-height:22px;padding:15px 30px}.typography table td:first-child{border-radius:15px 0 0 15px}.typography table td:last-child{border-radius:0 15px 15px 0}.typography._text-lg,.typography._text-lg li,.typography._text-lg p{font-size:16px;line-height:1.5}.big-text{font-size:20px;font-weight:600}.table-scroll{margin:0 -15px;overflow:auto;padding:0 0 0 30px}.forms label:not([class]){align-items:center;color:var(--text-gray);display:block;display:flex;font-size:14px;line-height:22px;margin-bottom:5px}.forms__title{font-size:14px;line-height:22px;margin-bottom:20px;text-align:center}.forms__cover img{display:block;margin:0 auto;max-width:100%}.forms__back{font-size:14px;font-weight:500;line-height:22px;margin-top:30px;text-align:center}.forms__group{padding:15px 0}.forms__group:first-child{padding-top:0}.forms__group:last-child{padding-bottom:0}.forms__row{display:flex;gap:7.5px;margin:0 0 20px}.forms__row .forms__field{margin:0;width:100%}.forms__label{margin-bottom:5px}.forms__label span{color:var(--main-red)}.forms__field{margin-bottom:20px;position:relative}.forms__field:last-child{margin-bottom:0}.forms__field .link{font-size:14px;font-weight:500;line-height:22px}.forms__field .error-text{color:var(--main-red);font-size:12px;line-height:18px;margin-top:5px}.forms__intro{font-size:14px;line-height:22px;margin-bottom:20px}.forms__intro:last-child{margin-bottom:0}.forms__controls{border-top:1px solid var(--borders-default);display:flex;justify-content:space-between;margin-top:25px;padding-top:30px}.forms__send{display:block}.forms__send-note{display:block;margin:0 0 20px;position:relative;top:5px;white-space:normal}.forms__note{color:var(--text-gray);font-size:14px;line-height:22px;margin-bottom:20px}.forms__note:last-child{margin-bottom:0}.forms__footer{display:flex;justify-content:space-between}.forms__footer .button._right{width:164px}.forms input[type=email],.forms input[type=password],.forms input[type=tel],.forms input[type=text],.forms textarea{background:var(--bg-white);border:1px solid var(--borders-default);border-radius:var(--form-border-radius);color:var(--text-black);display:block;font-size:14px;height:48px;padding:0 15px 2px;text-align:left;width:100%}.forms input[type=email]:hover,.forms input[type=password]:hover,.forms input[type=tel]:hover,.forms input[type=text]:hover,.forms textarea:hover{border-color:#adb5bd}.forms input[type=email]:focus,.forms input[type=password]:focus,.forms input[type=tel]:focus,.forms input[type=text]:focus,.forms textarea:focus{border-color:#3fa3f9}.forms input[type=email]:disabled,.forms input[type=password]:disabled,.forms input[type=tel]:disabled,.forms input[type=text]:disabled,.forms textarea:disabled{background:#f5f5f5;border:1px solid #e2e5e9;color:#adb5bd}.forms input[type=email].error,.forms input[type=password].error,.forms input[type=tel].error,.forms input[type=text].error,.forms textarea.error{border:1px solid #ff6b6b;color:var(--main-red)!important}.forms textarea{height:120px;padding:15px;resize:none}.forms select{-webkit-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8.5 10 4 4 4-4'/%3E%3C/svg%3E") var(--bg-white) right 10px center no-repeat;border:1px solid var(--borders-default);border-radius:var(--form-border-radius);font-size:14px;height:48px;outline:none;padding:0 40px 0 15px}.forms select:disabled{background:url(../images/chevron-down-gray.svg) var(--bg-white) right 10px center no-repeat;opacity:1}.forms select .placeholder{display:none}.forms input._validate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2337B24D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 21a9 9 0 0 1-9-9 9 9 0 0 1 9-9 9 9 0 0 1 9 9 9 9 0 0 1-9 9'/%3E%3Cpath stroke='%2337B24D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m16 10-5 5-3-3'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:50px}.forms .jq-selectbox,.forms select{width:100%}.forms__check,.forms__radio{align-items:center;cursor:pointer;display:flex;font-size:14px}.forms__check>span,.forms__radio>span{position:relative;top:-1px}.forms .field-error{color:var(--main-red);display:none;font-size:12px;font-weight:400;line-height:18px;margin-top:5px}.forms .input-field .button-edit{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.forms .label-field{position:relative}.forms .label-field label{background:var(--bg-white);color:var(--text-gray);display:none;font-size:12px;font-weight:400;left:10px;line-height:18px;padding:0 5px;position:absolute;top:-8px;white-space:nowrap;z-index:1000}.forms .label-field label span{color:var(--main-red)}.forms .label-field input:focus::-moz-placeholder,.forms .label-field textarea:focus::-moz-placeholder{color:transparent}.forms .label-field input:focus::placeholder,.forms .label-field textarea:focus::placeholder{color:transparent}.forms .label-field input:focus+label,.forms .label-field textarea:focus+label{display:block}.forms .label-field.error,.forms .label-field.error label{color:var(--main-red)}.forms .label-field.error input{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23F03E3E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 21a9 9 0 0 1-9-9 9 9 0 0 1 9-9 9 9 0 0 1 9 9 9 9 0 0 1-9 9M12 8v5M12 16v1'/%3E%3C/svg%3E") right 15px center no-repeat;border-color:var(--main-red);color:var(--main-red)}.forms .label-field.error .field-error{display:block}.forms .label-field.confirmed input{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%2337B24D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M12 21a9 9 0 0 1-9-9 9 9 0 0 1 9-9 9 9 0 0 1 9 9 9 9 0 0 1-9 9'/%3E%3Cpath d='m16 10-5 5-3-3'/%3E%3C/g%3E%3C/svg%3E") right 15px center no-repeat}.forms .label-field .jq-selectbox.changed+label,.forms .label-field--show label,.forms .label-field.active label{display:block}.forms .label-field .button-edit{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.editable-field{background:var(--bg-white);border:1px solid transparent;border-radius:var(--form-border-radius);color:var(--text-black);font-size:14px;font-weight:400;line-height:22px}.editable-field:focus{border-color:#3fa3f9;padding:10px}.editable-field p{margin:0 0 8px}.editable-field p:last-child{margin-bottom:0}[contenteditable]{outline:0 solid transparent}.checked-list__item{margin-bottom:12px}.checked-list__item:last-child{margin-bottom:0}.checkbox{cursor:pointer;display:inline-flex;font-size:14px;line-height:22px;transition:.3s}.checkbox input[type=checkbox]{background:var(--bg-white);border:none;height:18px;width:18px}.checkbox sup{align-items:center;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23FAFAFB' stroke='%23EEF0F2' stroke-width='2' d='M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3z'/%3E%3C/svg%3E") 50% no-repeat;border-radius:3px;display:flex;height:24px;justify-content:center;margin-right:13px;min-width:24px;position:relative;top:2px;width:24px}.checkbox sup:last-child{margin-right:0}.checkbox input:checked~sup{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Crect width='20' height='20' x='2' y='2' fill='url(%23a)' rx='5'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.741 8.258a.884.884 0 0 0-1.249 0l-5.634 5.626-3.35-3.345a.884.884 0 0 0-1.25 0 .88.88 0 0 0 0 1.247l3.748 3.742a1 1 0 0 0 .167.13.884.884 0 0 0 1.323.083l6.245-6.235a.88.88 0 0 0 0-1.248' clip-rule='evenodd'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='17.89' x2='-1.797' y1='-.308' y2='12.822' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF6C72'/%3E%3Cstop offset='1' stop-color='%23E62128'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.checkbox a{color:var(--main-red)}.checkbox a:hover{text-decoration:underline}.radio{cursor:pointer;display:inline-flex;font-size:14px;line-height:22px;transition:.3s}.radio input[type=checkbox]{background:var(--borders-default);border:none;height:18px;width:18px}.radio sup{align-items:center;background:var(--bg-white);border:1px solid var(--borders-default);border-radius:50%;display:flex;height:18px;justify-content:center;margin-right:13px;min-width:18px;position:relative;top:2px;width:18px}.radio sup:before{background:var(--bg-white);border-radius:50%;content:"";display:block;height:10px;opacity:0;width:10px}.radio input:checked~sup{align-items:center;background:var(--main-red);border-color:var(--main-red);display:flex;justify-content:center}.radio input:checked~sup:before{opacity:1}.radio a{color:var(--main-red)}.radio a:hover{text-decoration:underline}.password-field{position:relative}.show-password{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23868E96' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke-width='1.5' d='M3.118 12.467a.99.99 0 0 1 0-.935C5.01 8.033 8.505 5 12 5s6.99 3.033 8.882 6.533a.99.99 0 0 1 0 .935C18.99 15.967 15.495 19 12 19s-6.99-3.033-8.882-6.533'/%3E%3Cpath stroke-width='1.429' d='M14.121 9.879A3 3 0 1 1 9.88 14.12 3 3 0 0 1 14.12 9.88'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;cursor:pointer;display:block;height:24px;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:24px}.show-password.active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.118 12.467a.99.99 0 0 1 0-.935C5.01 8.033 8.505 5 12 5s6.99 3.033 8.882 6.533a.99.99 0 0 1 0 .935C18.99 15.967 15.495 19 12 19s-6.99-3.033-8.882-6.533'/%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.429' d='M14.121 9.879A3 3 0 1 1 9.88 14.12 3 3 0 0 1 14.12 9.88'/%3E%3C/svg%3E")}.next-toggle{cursor:pointer;padding-right:25px;position:relative}.next-toggle:after{background:url(../images/toggle-arrow-down.svg) 50% no-repeat;content:"";height:13px;margin-top:-6px;position:absolute;right:0;top:50%;width:17px}.next-toggle.open:after{background:url(../images/toggle-arrow-up.svg) 50% no-repeat}.more-link{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 16 4-4-4-4'/%3E%3C/svg%3E") right -2px no-repeat;font-size:14px;padding-right:32px}.more-link,.more-link:hover,.toggle-link{color:var(--main-red)}.toggle-link{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8.5 10 4 4 4-4'/%3E%3C/svg%3E") left -2px no-repeat;font-size:14px;padding-left:32px}.toggle-link.open{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 14 4-4 4 4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 24h24V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.add-link{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 12h12M12 18V6'/%3E%3C/svg%3E") 0 no-repeat;color:var(--main-red);display:inline-block;font-size:14px;font-weight:500;line-height:24px;padding-left:32px}.add-link:hover{filter:brightness(0)}.link{color:var(--main-red)}.link._back{align-items:center;display:inline-flex}.link._back:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.51 11.98H19.5M10.513 5.988 4.502 12l6.011 6.01'/%3E%3C/svg%3E") 0 no-repeat;content:"";height:24px;margin-right:8px;width:24px}.outlink{align-items:center;color:var(--main-red);display:inline-flex;font-weight:500}.outlink:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cg stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M15.5 5h4v4M11.5 13l8-8M17.5 13.75v3.75A1.5 1.5 0 0 1 16 19H7a1.5 1.5 0 0 1-1.5-1.5v-9A1.5 1.5 0 0 1 7 7h3.75'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;content:"";height:24px;margin-left:5px;width:24px}.lg-text{font-size:16px}.text-center{text-align:center!important}.text-left{text-align:left!important}.no-space{padding:0!important}.label-required{color:var(--main-red)}.copy-message{align-items:center;background:var(--main-red);bottom:0;color:var(--text-white);display:flex;height:40px;justify-content:center;left:0;position:fixed;right:0;z-index:9999}.copy-message span{font-weight:700;margin:0 5px}.fancybox-content{overflow:visible}.element-list__wrap{background:var(--bg-white);margin:0 auto;max-width:1280px;min-width:992px;padding:40px 40px 0;width:100%}.element-list__group{margin:30px 0}.element-list__title{font-size:18px;font-weight:900;margin-bottom:15px}.element-list__item{font-size:16px;margin-bottom:10px}.element-list__item:last-child{margin-bottom:0}.element-list a{color:var(--main-red)}.element-list a:hover{color:var(--text-black)}#nuxt-devtools-anchor{top:830px!important}.container{display:flex;flex-direction:column;min-height:calc(100vh - 44px);overflow:hidden;position:relative}body{padding-top:44px}body.open-nav{overflow:hidden}@media (max-width:992px){body.open-nav .page__content{overflow:hidden}body.open-nav .page__content:before{background:#000c;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:998}}.header{align-items:center;background:var(--bg-footer-header);color:var(--text-gray);display:flex;height:44px;justify-content:space-between;left:0;padding:0 15px;position:fixed;right:0;top:0;z-index:999}.header__left,.header__right{position:relative;z-index:1}.header__right .link{font-size:16px}.header__center{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%}.header__center img{display:block}.header__user{position:relative}.header-logo,.header-logo img{display:block}.header-title{color:var(--text-white);font-size:16px;font-weight:600;line-height:24px}.header-user{display:block;height:32px;overflow:hidden;width:32px}.header-user img{border-radius:50%;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.header-multiline{color:var(--text-white);font-size:14px;font-weight:500;text-align:center}.header-multiline__info{color:var(--text-gray);font-family:Exo 2;font-size:12px;line-height:15px}.button-back{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.012 11.98h14.99M10.011 5.988 4 12l6.011 6.01'/%3E%3C/svg%3E") 50% no-repeat}.button-back,.button-plus-white{border:none;display:block;height:24px;width:24px}.button-plus-white{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M6 12h12M12 18V6'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.button-msgr{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15.5 14.5h-7M8.5 10.5h7'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.588' d='M4.15 16.396a8.96 8.96 0 0 1-1.16-4.4c0-4.98 4.03-9 9-9a9 9 0 0 1 9 9 9 9 0 0 1-9 9 8.95 8.95 0 0 1-4.396-1.16l-4.61 1.15 1.15-4.61z'/%3E%3C/svg%3E") 50% no-repeat}.button-login,.button-msgr{border:none;display:block;height:24px;width:24px}.button-login{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-width='1.5'%3E%3Cpath stroke-linejoin='round' d='m14 12-4-4M10 16l4-4M14 12H4'/%3E%3Cpath d='M11 3h5a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5h-5'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.button-burger{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4.25 7A.75.75 0 0 1 5 6.25h14a.75.75 0 0 1 0 1.5H5A.75.75 0 0 1 4.25 7m0 10a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75M5 11.25a.75.75 0 0 0 0 1.5h11a.75.75 0 0 0 0-1.5z' clip-rule='evenodd'/%3E%3C/svg%3E") 50% no-repeat}.button-burger,.button-close-white{border:none;display:block;height:24px;width:24px}.button-close-white{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m7 7 10 10M17 7 7 17'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.button-remove{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23F4F5F6' rx='5'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 8 8 8M16 8l-8 8'/%3E%3C/svg%3E") 50% no-repeat;border:none;display:block;height:24px;min-width:24px;width:24px}.button-remove._black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23000' fill-opacity='.8' rx='5'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 8 8 8M16 8l-8 8'/%3E%3C/svg%3E")}.button-more{height:28px;width:28px}.button-more._white{filter:brightness(0) invert(1)}.button-close{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8.168 8.167 11.667 11.666M19.835 8.167 8.168 19.833'/%3E%3C/svg%3E") 50% no-repeat;border:none;display:block;height:28px;width:28px}.button-close._white{filter:brightness(0) invert(1)}.button-attach{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13.88 8.375-5.487 5.486a2.116 2.116 0 0 0 2.992 2.992l7.232-7.232a3.879 3.879 0 1 0-5.486-5.486L5.9 11.367a5.64 5.64 0 0 0 0 7.98 5.64 5.64 0 0 0 7.98 0l4.39-4.389'/%3E%3C/svg%3E") 50% no-repeat}.button-attach,.button-send{border:none;display:block;filter:brightness(0) invert(.6);height:24px;width:24px}.button-send{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M14.644 19.908 20.1 5.188a1 1 0 0 0-1.285-1.285L4.09 9.363c-.921.342-.85 1.668.104 1.907l6.834 1.717 1.707 6.816c.24.954 1.567 1.027 1.909.105'/%3E%3C/svg%3E") 50% no-repeat}.button-copy{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m19.414 6.128-2.543-2.543A2 2 0 0 0 15.457 3H9a2 2 0 0 0-2 2v10.714a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V7.543c0-.531-.211-1.039-.586-1.415'/%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 8h-4a1 1 0 0 1-1-1V3M17 17.714V19a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1'/%3E%3C/svg%3E") 50% no-repeat}.button-copy,.button-edit{border:none;display:block;height:24px;width:24px}.button-edit{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m17.652 4.751-1.403-1.403a1 1 0 0 0-1.414 0L4 14.182V17h2.818L17.652 6.166a1 1 0 0 0 0-1.415M3 21h18M15.87 7.95l-2.82-2.82'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.button-clear{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23F4F5F6' rx='5'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 8 8 8M16 8l-8 8'/%3E%3C/svg%3E") 50% no-repeat;height:24px;width:24px}.media-thumb{height:40px;width:50px}.media-thumb img{border-radius:var(--main-border-radius);display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.main-nav{background:var(--bg-footer-header);color:var(--text-white);left:-100vw;width:100vw;z-index:1000}.main-nav,.main-nav__overlay{bottom:0;position:fixed;top:44px;transition:.6s}.main-nav__overlay{background:#242b334d;left:0;opacity:0;right:0;visibility:hidden}.main-nav.open{left:0}.main-nav.open .main-nav__overlay{opacity:1;visibility:visible}.main-nav__wrap{bottom:0;left:0;overflow:auto;padding:15px 15px 45px;position:absolute;right:0;top:0;z-index:1}.main-nav__header{margin-bottom:30px}.main-nav__sepor{background:var(--dividers-line);height:1px;margin:10px 0;opacity:.1}.main-nav__item{font-size:16px;font-weight:500;line-height:24px}.main-nav__link{padding:8px 10px;width:100%}.main-nav__link,.nav-header{align-items:center;display:flex}.nav-header{justify-content:space-between;min-height:48px;padding-left:58px;position:relative}.nav-header__userpic{left:0;position:absolute;top:50%;transform:translateY(-50%)}.nav-header__userpic img{border-radius:50%;display:block;height:48px;width:48px}.nav-header__login{font-size:16px;font-weight:600;line-height:24px}.nav-header__name{color:var(--text-gray);font-size:16px;line-height:24px}.nav-header__action a{align-items:center;display:flex;height:48px;justify-content:center;width:48px}.nav-header__action img,.support-nav{display:block}.support-nav{font-size:14px;line-height:22px}.support-nav__link{padding:8px 10px;width:100%}.support-nav__link,.upic-link{align-items:center;display:flex}.upic-link{gap:15px}.upic-link img{border-radius:50%;display:block;height:24px;-o-object-fit:cover;object-fit:cover;width:24px}.upic-link__title{color:var(--text-white);font-size:16px;font-weight:500;line-height:24px}.upic-link__info{color:var(--text-gray);font-size:14px;line-height:20px;overflow:hidden;text-overflow:ellipsis}.nav-icon{align-items:center;display:flex}.nav-icon:before{background-position:50%;background-repeat:no-repeat;content:"";height:24px;margin-right:15px;width:24px}.nav-icon._home:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18.364 5.636a9 9 0 0 1 0 12.728 9 9 0 1 1 0-12.728'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17.307 19.257C16.923 17.417 14.705 16 12 16s-4.923 1.417-5.307 3.257M14.121 7.879A3 3 0 1 1 9.88 12.12 3 3 0 0 1 14.12 7.88'/%3E%3C/svg%3E")}.nav-icon._feed:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.11 10H4.888A.95.95 0 0 1 4 9V6a.95.95 0 0 1 .89-1H19.11A.95.95 0 0 1 20 6v3a.95.95 0 0 1-.89 1M19.11 19H4.888A.95.95 0 0 1 4 18v-3a.95.95 0 0 1 .89-1H19.11a.95.95 0 0 1 .89 1v3a.95.95 0 0 1-.89 1'/%3E%3C/svg%3E")}.nav-icon._media:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21 16.014-4.293-4.293a1 1 0 0 0-1.414 0L11 16.014'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 21H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m16 21.014-6.294-6.293a1 1 0 0 0-1.414 0l-4.847 4.847M10.414 7.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828'/%3E%3C/svg%3E")}.nav-icon._blog:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m18.293 20.707 3.414-3.414a1 1 0 0 0 0-1.414l-1.586-1.586a1 1 0 0 0-1.414 0l-3.414 3.414a1 1 0 0 0-.293.707V21h2.586a1 1 0 0 0 .707-.293M6 12h7M6 16h4M6 8h10M20 10.2V6.6C20 4.612 18.49 3 16.625 3H5.375C3.511 3 2 4.612 2 6.6v10.8C2 19.388 3.51 21 5.375 21H11'/%3E%3C/svg%3E")}.nav-icon._cars:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m22 9-2.62 1M4.63 10 2 9M18.25 14h-2.5M8.25 14h-2.5M19.379 10l-.839-4.012A2.5 2.5 0 0 0 16.092 4h-8.08a2.5 2.5 0 0 0-2.434 1.931L4.627 10'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.25 20H5.5A1.5 1.5 0 0 0 7 18.5v-1h10v1a1.5 1.5 0 0 0 1.5 1.5h2.25c.69 0 1.25-.56 1.25-1.25V13a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v5.75c0 .69.56 1.25 1.25 1.25'/%3E%3C/svg%3E")}.nav-icon._orders:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19 21H5a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 9.268V8a2 2 0 0 1 1.999-2H18a2 2 0 0 1 2 1.999v1.27'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 6.268V5a2 2 0 0 1 1.999-2H17a2 2 0 0 1 2 1.999v1.269M9 14.6l2.25 2.4L15 13'/%3E%3C/svg%3E")}.nav-icon._events:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16 2v4M8 2v4M3 9h18M19 4H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M7 13h10M7 17h10'/%3E%3C/svg%3E")}.nav-icon._favorite:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.7 3h8.6c1.1 0 2 .895 2 2v16L12 17.72l-6.3 3.27v-16c0-1.105.89-2 2-2z'/%3E%3C/svg%3E")}.nav-icon._articles:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M16 8 3 21M6.874 10.115l5.68-5.668a4.95 4.95 0 0 1 6.993 7.006l-5.675 5.664a3 3 0 0 1-2.119.877H5.994v-5.756a3 3 0 0 1 .88-2.123'/%3E%3C/g%3E%3C/svg%3E")}.nav-icon._stories:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m22 9-2.62 1M4.63 10 2 9M18.25 14h-2.5M8.25 14h-2.5M19.379 10l-.839-4.012A2.5 2.5 0 0 0 16.092 4h-8.08a2.5 2.5 0 0 0-2.434 1.931L4.627 10'/%3E%3Cpath d='M3.25 20H5.5A1.5 1.5 0 0 0 7 18.5v-1h10v1a1.5 1.5 0 0 0 1.5 1.5h2.25c.69 0 1.25-.56 1.25-1.25V13a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v5.75c0 .69.56 1.25 1.25 1.25'/%3E%3C/g%3E%3C/svg%3E")}.nav-icon._logout:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 19.392V7.5c0-.69-.36-1.34-.94-1.7l-4-2.5C4.72 2.46 3 3.42 3 4.99v11.89c0 .69.355 1.33.94 1.69l4 2.5c1.33.83 3.06-.125 3.06-1.7zM15 11h6M19 13l2-2-2-2M11 19h4c1.1 0 2-.9 2-2v-1'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17 6V5c0-1.105-.9-2-2-2H5'/%3E%3C/svg%3E")}.page{display:flex;flex:1;flex-direction:column;overflow:hidden;padding:15px 15px 85px;width:100%}.page__header{align-items:center;display:flex;height:56px;justify-content:center;margin:-15px 0 15px;position:relative}.page__header .title-hint{margin-left:10px}.page__header .register-steps{position:absolute;right:0;top:50%;transform:translateY(-50%)}.page__top{margin-bottom:15px}.page-title{font-size:18px;font-weight:600;line-height:26px;margin:0}.page-note{color:var(--text-gray);font-size:14px;line-height:22px;padding:15px 0}.title-hint{display:inline-block}.title-hint img{display:block}.register-steps{color:var(--text-gray);font-size:14px;font-weight:400;line-height:22px}.register-steps span{color:var(--text-black)}.text-page{padding-bottom:15px}.text-page .photo-list{margin-top:15px}.user-page{border-bottom:1px solid var(--borders-default);margin-bottom:15px;padding-bottom:15px}.user-page:last-child{border-bottom:none}.user-page__cover{border-radius:0 0 15px 15px;height:160px;margin:-15px -15px -52.5px}.user-page__cover._default{background:linear-gradient(268deg,#ffefea,#e9f2ff)}.user-page__cover img{border-radius:0 0 15px 15px;height:100%;-o-object-fit:cover;object-fit:cover}.user-page__header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:15px}.user-page__header .button{width:auto}.user-page__avatar{display:flex;gap:40px}.user-page__avatar img{border:2px solid var(--main-white);border-radius:50%;display:block;height:105px;-o-object-fit:cover;object-fit:cover;width:105px}.user-page__auth{margin-bottom:15px;text-align:left}.user-page__auth,.user-page__name{font-size:16px;font-weight:600;line-height:24px}.user-page__nickname{color:var(--text-gray);font-size:14px;font-weight:400;line-height:22px}.user-page__location{align-items:center;color:var(--text-black);display:flex;font-size:14px;line-height:22px;margin-bottom:10px}.user-page__location:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.997 9.335a3.333 3.333 0 1 0 0-6.667 3.333 3.333 0 0 0 0 6.667m0 0v4'/%3E%3C/svg%3E") 50% no-repeat;content:"";height:16px;width:16px}.user-page__author{align-items:center;color:var(--text-black);display:flex;font-size:14px;gap:10px;line-height:22px;margin-bottom:10px}.user-page__author:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2.664 12.536a3.2 3.2 0 0 1 3.2-3.2h4.267a3.2 3.2 0 0 1 3.2 3.2 2.133 2.133 0 0 1-2.134 2.133h-6.4a2.133 2.133 0 0 1-2.133-2.133M10.67 4.003a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.333 0'/%3E%3C/svg%3E") 50% no-repeat;content:"";height:16px;width:16px}.user-page__author img{border-radius:50%;display:block;height:24px;-o-object-fit:cover;object-fit:cover;width:24px}.user-page__about{font-size:14px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:15px}.user-page__stat{align-items:baseline;display:flex;gap:15px;margin-bottom:10px;position:relative}.user-page__controls{display:flex;font-weight:500;gap:15px;padding-top:5px}.user-page._setting{border-bottom:none}.user-page._hide-border{border-bottom:none;padding-bottom:0}.upload-avatar{align-items:center;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cg stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M7.5 5.5h-6m3-3v6M4.5 11.5v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-4l-2-3h-5'/%3E%3Ccircle cx='4' cy='4' r='4' transform='matrix(-1 0 0 1 17.5 10.5)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M24.5.5H.5v24h24z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") var(--bg-gray-10) center no-repeat;border:1px solid var(--borders-default);border-radius:50%;display:block;height:96px;width:96px}.user-status-field{margin-bottom:15px}.user-data__row{border-bottom:1px solid var(--borders-default);display:flex;font-size:14px;gap:15px;justify-content:space-between;line-height:20px;padding:10px 8px}.user-data__title{font-weight:500;letter-spacing:.14px}.user-data__value{color:var(--text-gray)}.user-data-edit{padding:8px}.user-stat{align-items:baseline;display:flex;font-size:14px;gap:4px;line-height:22px}.user-stat__value{font-weight:600}.user-stat__title{font-weight:400}.settings-nav__item{border-bottom:1px solid var(--borders-default)}.settings-nav__item:last-child{border-bottom:none}.settings-nav__link{align-items:center;display:flex;font-size:16px;font-weight:500;height:48px;line-height:22px;position:relative}.settings-nav__link:before{height:24px;margin-right:10px;width:24px}.settings-nav__link:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 16 4-4-4-4'/%3E%3C/svg%3E");content:"";filter:brightness(0) invert(.1);height:24px;margin-top:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:24px}.settings-nav__link._personal:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M18.364 5.636a9 9 0 0 1 0 12.728 9 9 0 1 1 0-12.728'/%3E%3Cpath d='M17.307 19.257C16.923 17.417 14.705 16 12 16s-4.923 1.417-5.307 3.257M14.121 7.879A3 3 0 1 1 9.88 12.12 3 3 0 0 1 14.12 7.88'/%3E%3C/g%3E%3C/svg%3E");content:""}.settings-nav__link._notifications:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M14 6V5a2 2 0 0 0-4-.01v.988M11.148 6h1.746c2.414 0 4.37 2.082 4.37 4.648v2.862c0 .544.202 1.057.56 1.447l.616.657c.362.385.56.903.56 1.447C19 18.128 18.18 19 17.177 19H6.823C5.81 19 5 18.128 5 17.06c0-.543.203-1.066.56-1.456l.618-.658a2.13 2.13 0 0 0 .56-1.457l-.002-2.872C6.821 10.7 6.197 6 11.148 6M13.6 22h-3.2'/%3E%3C/g%3E%3C/svg%3E");content:""}.settings-nav__link._secure:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17 21H7a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2M8 10V7a4 4 0 0 1 8 0v3'/%3E%3C/svg%3E");content:""}.params-table{margin-bottom:15px}.params-table:last-child{margin-bottom:0}.params-table__header{font-size:16px;font-weight:600;line-height:24px;padding:15px 0}.params-table__row{font-size:14px;line-height:20px;padding:10px 0}.params-row{align-items:center;display:flex;gap:20px}.params-row__title{flex:1;padding-right:20px}.params-row__check{display:flex;justify-content:center;width:24px}.check-group-status{background-color:transparent;background-position:50%;background-repeat:no-repeat;border:none;cursor:pointer;display:block;height:24px;opacity:.4;width:24px}.check-group-status.active{opacity:1}.check-group-status._mail{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M20 13.758V6.033M13.028 18H5a3 3 0 0 1-3-3V6.033'/%3E%3Cpath d='M9.136 11.018 3.085 7.831A2.03 2.03 0 0 1 2 6.033V6a2 2 0 0 1 2-2h13.967C19.09 4 20 4.91 20 6.033v.02a2 2 0 0 1-1.068 1.77l-6.068 3.196a4 4 0 0 1-3.728-.001M19.25 16.652l-2.188 2.188-1.312-1.313'/%3E%3Cpath d='M20.682 14.322a4.525 4.525 0 0 1 .001 6.383c-1.72 1.726-4.645 1.726-6.366 0a4.524 4.524 0 0 1 .001-6.383 4.49 4.49 0 0 1 6.364 0'/%3E%3C/g%3E%3C/svg%3E")}.check-group-status._browser{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M20.536 12.465a5 5 0 1 1-7.071 7.07 5 5 0 0 1 7.07-7.07M2 8h17'/%3E%3Cpath d='M19 11.417V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8.418M19.221 14.889l-2.778 2.778L14.777 16'/%3E%3C/g%3E%3C/svg%3E")}.button-check-all{background-color:transparent;background-position:50%;background-repeat:no-repeat;border:none;cursor:pointer;height:24px;opacity:.4;width:24px}.button-check-all.active{opacity:1}.button-check-all._mail{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M20 13.758V6.033M13.028 18H5a3 3 0 0 1-3-3V6.033'/%3E%3Cpath d='M9.136 11.018 3.085 7.831A2.03 2.03 0 0 1 2 6.033V6a2 2 0 0 1 2-2h13.967C19.09 4 20 4.91 20 6.033v.02a2 2 0 0 1-1.068 1.77l-6.068 3.196a4 4 0 0 1-3.728-.001M19.25 16.652l-2.188 2.188-1.312-1.313'/%3E%3Cpath d='M20.682 14.322a4.525 4.525 0 0 1 .001 6.383c-1.72 1.726-4.645 1.726-6.366 0a4.524 4.524 0 0 1 .001-6.383 4.49 4.49 0 0 1 6.364 0'/%3E%3C/g%3E%3C/svg%3E")}.button-check-all._browser{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M20.536 12.465a5 5 0 1 1-7.071 7.07 5 5 0 0 1 7.07-7.07M2 8h17'/%3E%3Cpath d='M19 11.417V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8.418M19.221 14.889l-2.778 2.778L14.777 16'/%3E%3C/g%3E%3C/svg%3E")}.cars-grid{display:flex;flex-wrap:wrap;gap:8px}.user-cars{border-bottom:1px solid var(--borders-default);margin-bottom:15px;padding:15px 0}.user-cars:last-child{border-bottom:none;margin-bottom:0}.user-cars__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.user-cars__title{font-size:20px;font-weight:600;line-height:28px}.user-cars__item{margin-bottom:15px}.user-cars__item:last-child{margin-bottom:0}.car-card{display:flex}.car-card__thumb{margin-right:15px;min-width:80px}.car-card__thumb img{border-radius:50%;display:block;height:80px;-o-object-fit:cover;object-fit:cover;width:80px}.car-card__info{font-size:16px;font-weight:600;line-height:24px}.car-card__year{color:var(--text-gray)}.comments{margin-top:45px}.comments:first-child{margin-top:0}.comments__form,.comments__title{margin-bottom:20px}.comments__item{margin-bottom:24px}.comments__item:last-child{margin-bottom:0}.comment-card__header{display:flex;justify-content:space-between}.comment-card__text{font-size:14px;line-height:20px;margin-top:10px}.comment-card__photo{display:flex;gap:10px;margin-top:10px}.comment-card__photo img{border:1px solid var(--borders-default);border-radius:var(--main-border-radius);display:block;height:80px;-o-object-fit:cover;object-fit:cover;width:110px}.comment-card__footer{align-items:center;display:flex;margin-top:10px}.comment-card__footer>*{margin-left:20px}.comment-card__footer>:first-child{margin-left:0}.comments-answer{margin-top:10px}.comments-answer__list{display:none;padding:24px 0 0 30px}.comments-answer .author-info__name{width:calc(100vw - 150px)}.comment-form{align-items:flex-end;border:1px solid var(--borders-default);border-radius:var(--main-border-radius);display:flex;padding:12px 10px 12px 15px}.comment-form__field{width:100%}.comment-form__field .file-list{margin-top:10px}.comment-form__buttons{align-items:center;display:flex}.comment-form__buttons>*{margin-left:10px}.textarea-field{background:var(--bg-white,#fff);border:1px solid var(--borders-default);border-radius:var(--main-border-radius);padding:12px 15px}.textarea-field__label{background:var(--bg-white);color:var(--text-gray);display:none;font-size:12px;font-weight:400;left:10px;line-height:18px;padding:0 5px;position:absolute;top:-12px}.textarea-field textarea{border:none;height:88px;padding:0;resize:none;width:100%}.textarea-field__counter{color:var(--text-gray);font-size:14px;text-align:right}.textarea-field__counter span{color:var(--text-black)}.textarea-field__attachment{display:flex;flex-wrap:wrap;gap:5px}.textarea-field__attachment .attachment-file{width:calc(50% - 2.5px)}.textarea-field._auto{padding-bottom:11px;position:relative}.textarea-field._auto textarea{font-size:14px;height:21px;line-height:22px;padding-right:80px}.textarea-field._auto .textarea-field__counter{bottom:15px;position:absolute;right:12px}.textarea-field.focus{border-color:var(--borders-active);outline:1px solid var(--borders-active)}.textarea-field._auto:not(.active) textarea{height:21px!important}.textarea-field.active{padding-bottom:35px}.textarea-field.active textarea{min-height:45px}.textarea-field.active .textarea-field__label{display:block}.share-box{min-height:255px}.share-box__text{margin-bottom:25px}.share-box__buttons{display:flex;gap:15px;justify-content:flex-end}.share-box__buttons .button{width:calc(50% - 7.5px)}.share-form{align-items:flex-end;border:1px solid var(--borders-default);border-radius:var(--main-border-radius);display:flex;margin-bottom:15px;padding:12px 10px 12px 15px}.share-form__field{width:100%}.share-form__field input{border:none;height:22px;padding-bottom:2px;width:100%}.share-form__buttons{align-items:center;display:flex}.share-form__buttons>*{margin-left:10px}.share-soc{align-items:center;display:flex;gap:10px}.share-soc a,.share-soc img{display:block}[contentEditable=true]:empty:not(:focus):before{color:var(--text-gray);content:attr(placeholder);position:relative;z-index:-1}.editor{display:flex;flex:1;flex-direction:column}.editor__title{padding:15px 0}.editor__title input{border:0;font-size:20px;font-weight:600;line-height:28px;width:100%}.editor__text{font-size:14px;line-height:22px;margin-bottom:20px;position:relative}.editor__text textarea{border:0;display:block;font-size:14px;line-height:22px;resize:none;width:100%}.editor__controls{align-items:center;background:var(--bg-white);bottom:0;box-shadow:0 -.5px #0003;display:flex;gap:24px;height:50px;left:0;padding:0 15px;position:fixed;right:0;z-index:1000}.editor__params{border-top:1px solid var(--borders-default);margin-top:15px;padding:15px 0}.editor-button{background:none;background-position:50%;background-repeat:no-repeat;border:none;display:block;height:28px;width:28px}.editor-button._photo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.36 11.862a4.652 4.652 0 1 1-6.579 6.579 4.652 4.652 0 0 1 6.579-6.579'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M24.5 10.5V21a2.333 2.333 0 0 1-2.333 2.333H5.833A2.333 2.333 0 0 1 3.5 21V10.5a2.333 2.333 0 0 1 2.333-2.333h2.334l1.705-2.922a1.17 1.17 0 0 1 1.008-.578h6.188c.41 0 .789.214 1 .564l1.765 2.936h2.334A2.333 2.333 0 0 1 24.5 10.5'/%3E%3C/svg%3E")}.editor-button._video{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m12.385 9.512 5.67 3.399c.816.49.816 1.688 0 2.178l-5.672 3.4c-.832.499-1.883-.11-1.883-1.09v-6.798c0-.98 1.053-1.589 1.885-1.09'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9.983 4.302c5.356-2.22 11.496.325 13.715 5.682 2.22 5.356-.325 11.496-5.681 13.715S6.52 23.373 4.3 18.017c-2.217-5.356.326-11.496 5.682-13.715'/%3E%3C/svg%3E")}.cover-editor{align-items:center;display:flex;justify-content:space-between;left:5px;position:absolute;right:5px;top:5px}.cover-editor__label{background:var(--bg-black);color:var(--text-white);display:inline-flex;font-size:12px;height:24px;padding:0 8px}.cover-editor__label,.load-cover{align-items:center;border-radius:var(--main-border-radius)}.load-cover{background:var(--bg-gray-20);border:1px solid var(--dividers-line);display:flex;height:200px;justify-content:center}.load-cover img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.load-cover__label{align-items:center;display:flex;flex-direction:column;font-size:14px;line-height:22px}.load-cover__label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cg stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M7.5 5.5h-6m3-3v6M4.5 11.5v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-4l-2-3h-5'/%3E%3Ccircle cx='4' cy='4' r='4' transform='matrix(-1 0 0 1 17.5 10.5)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M24.5.5H.5v24h24z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:"";height:24px;margin-bottom:5px;width:24px}.auth-nav{align-items:center;display:flex;justify-content:space-between}.auth-nav,.register-nav{font-size:14px;line-height:22px;margin-top:20px}.register-nav{text-align:center}.form-sepor{background:var(--borders-default);height:1px;margin:30px 0}.social-login{display:flex;flex-wrap:wrap;margin:0 -4px}.social-login__title{font-size:14px;line-height:22px;margin-bottom:20px;text-align:center;width:100%}.social-login__item{padding:0 4px;width:25%}.social-login-button{align-items:center;background:#f4f5f6;border-radius:var(--main-border-radius);display:flex;height:50px;justify-content:center}.social-login-button img{display:block}.sidebar__nav{margin-bottom:40px}.sidebar__footer{bottom:20px;left:15px;position:absolute;right:15px}.sidebar-nav__item{margin-bottom:2px}.sidebar-nav__sepor{margin:7px 10px}.nav-link{align-items:center;display:flex;font-size:14px;font-weight:500;height:40px;line-height:20px;padding-left:49px;position:relative}.nav-link:before{content:"";filter:brightness(0);height:24px;left:15px;opacity:.62;position:absolute;top:50%;transform:translateY(-50%);width:24px}.nav-link._chronicle:before{background-image:url(../images/icon-chronicle.svg)}.nav-link._task:before{background-image:url(../images/icon-task.svg)}.nav-link._users:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M2 19c0-2.2 1.8-4 4-4h4c2.2 0 4 1.8 4 4M10.5 6c1.4 1.4 1.4 3.6 0 4.9s-3.6 1.4-4.9 0S4.2 7.4 5.5 6s3.6-1.3 5 0M16 14h3c1.7 0 3 1.3 3 3M19.3 6.7c1 1 1 2.6 0 3.5s-2.6 1-3.5 0-1-2.6 0-3.5c.9-.9 2.5-.9 3.5 0'/%3E%3C/g%3E%3C/svg%3E")}.nav-link._settings:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13.91 10.09a2.7 2.7 0 1 1-3.819 3.82 2.7 2.7 0 0 1 3.819-3.82'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.25 12c0 .297.027.594.063.882l-1.588 1.242a.9.9 0 0 0-.224 1.156l1.412 2.443a.9.9 0 0 0 1.112.384l1.422-.571a.91.91 0 0 1 .846.099q.33.22.684.4c.27.137.466.382.51.682l.216 1.513c.063.442.442.77.888.77h2.817a.9.9 0 0 0 .888-.77l.217-1.512a.92.92 0 0 1 .512-.683q.353-.178.681-.396a.92.92 0 0 1 .85-.102l1.42.57a.9.9 0 0 0 1.111-.384L20.5 15.28a.9.9 0 0 0-.224-1.156l-1.588-1.242c.036-.288.063-.585.063-.882s-.027-.594-.063-.882l1.588-1.242A.9.9 0 0 0 20.5 8.72l-1.412-2.443a.9.9 0 0 0-1.112-.384l-1.419.57a.92.92 0 0 1-.85-.102 7 7 0 0 0-.68-.396.92.92 0 0 1-.513-.683l-.216-1.512A.9.9 0 0 0 13.41 3h-2.817a.9.9 0 0 0-.888.77l-.218 1.514a.92.92 0 0 1-.509.682q-.354.181-.684.4a.92.92 0 0 1-.847.098l-1.42-.571a.9.9 0 0 0-1.113.384L3.501 8.72a.9.9 0 0 0 .224 1.156l1.588 1.242A7 7 0 0 0 5.25 12'/%3E%3C/svg%3E")}.nav-link._directory:before{background-image:url(../images/icon-directory.svg)}.nav-link._logout:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 19.392V7.5c0-.69-.36-1.34-.94-1.7l-4-2.5C4.72 2.46 3 3.42 3 4.99v11.89c0 .69.355 1.33.94 1.69l4 2.5c1.33.83 3.06-.125 3.06-1.7zM15 11h6M19 13l2-2-2-2M11 19h4c1.1 0 2-.9 2-2v-1'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17 6V5c0-1.105-.9-2-2-2H5'/%3E%3C/svg%3E")}.nav-link.active{background:#fafafb;border-radius:var(--main-border-radius);color:var(--main-red)}.nav-link.active:before{filter:none;opacity:1}.nav-link:hover{color:var(--main-red)}.nav-link:hover:before{filter:none;opacity:1}.switch-box{align-items:center;display:flex;font-size:16px;font-weight:500;justify-content:space-between;line-height:22px;width:100%}.switch-box._gray{background:var(--bg-gray-10);border-bottom:1px solid var(--borders-default);border-top:1px solid var(--borders-default);margin:0 -15px;padding:12px 15px;width:calc(100% + 30px)}.switch-box._sm{font-size:14px;font-weight:400;line-height:20px}.switch-button{display:inline-block}.switch-button span{background:var(--bg-gray);border:none;border-radius:14px;cursor:pointer;display:block;height:28px;position:relative;width:50px}.switch-button span:before{background:var(--bg-white);border:.5px solid rgba(0,0,0,.04);border-radius:50%;box-shadow:0 2px 2px #002c5e26,0 0 #002c5e1a;content:"";height:24px;left:2px;position:absolute;top:50%;transform:translateY(-50%);transition:.3s;width:24px}.switch-button input{display:none}.switch-button input:checked+span{background:var(--main-red)}.switch-button input:checked+span:before{left:calc(100% - 28px)}.switch-button._sm span{height:20px;width:34px}.switch-button._sm span:before{height:16px;left:1px;width:16px}.switch-button._sm input:checked+span:before{left:calc(100% - 19px)}.tabs{margin-top:-10px}.tabs__header{align-items:center;background:var(--bg-white);display:flex;margin:0 -15px 15px;overflow:auto;padding:0 15px;position:relative}.tabs__header:before{background:var(--borders-default);bottom:0;content:"";height:1px;left:15px;position:absolute;right:15px}.tabs__item{cursor:pointer;display:block;font-size:14px;line-height:20px;margin-right:40px;padding:15px 0;position:relative}.tabs__item:last-child{margin-right:0}.tabs__item:last-child:before{right:0}.tabs__item:before{background:var(--borders-default);bottom:0;content:"";height:1px;left:0;position:absolute;right:-40px}.tabs__item:hover:not(.active){color:var(--text-gray)}.tabs__item:after{background:var(--main-red);bottom:0;content:"";display:none;height:2px;left:0;position:absolute;right:0;z-index:2}.tabs__item.active:after{display:block}.tabs__item._full{text-align:center;width:100%}.tabs__box{display:none}.tabs__box.visible{display:block}.tabs+.feed .feed__item:before{display:none}.footer{padding:30px 15px}.copyright{color:var(--text-gray);font-size:12px;font-weight:400;line-height:18px;text-align:center}.add-panel{background:var(--main-red);border-radius:6px;display:flex;margin:0 0 15px;padding:2px 10px 2px 2px}.add-panel__button{align-items:center;display:flex;height:40px;justify-content:center;min-width:40px;width:40px}.add-panel__button img{display:block}.add-panel__short{align-items:center;background:var(--bg-white);border-radius:var(--main-border-radius);display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;line-height:22px;margin-right:8px;padding:5px 10px;width:100%}.add-panel__short:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.023 9A9 9 0 0 1 6.85 5M3.5 12c0 1.054.19 2.06.523 3M9.88 20.61A9 9 0 0 0 21.5 12c0-.543-.055-1.072-.147-1.588M8.5 12h8M12.5 16V8M6.848 18.973A9 9 0 0 1 5.66 17.84M19.92 6.909A8.99 8.99 0 0 0 9.88 3.39'/%3E%3C/svg%3E");content:"";height:24px;margin-right:8px;width:24px}.stories-list{display:flex;margin:0 -19px;overflow:auto;padding:15px}.stories-list__item{min-width:162px;padding:0 4px;width:162px}.stories-grid{display:flex;flex-wrap:wrap;margin:0 -7.5px}.stories-grid__item{padding:7.5px;width:50%}.stories-grid .stories-card__header,.stories-grid .stories-card__title{padding:16px}.stories-card{border-radius:var(--main-border-radius);color:var(--text-white);display:flex;flex-direction:column;height:230px;justify-content:space-between;overflow:hidden;position:relative}.stories-card__cover{bottom:0;left:0;position:absolute;right:0;top:0}.stories-card__cover img{border-radius:var(--main-border-radius);display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.stories-card__header{align-items:center;background:linear-gradient(0deg,transparent,rgba(0,0,0,.95) 96.66%);border-radius:5px 5px 0 0;min-height:50px}.stories-card__header,.stories-card__title{display:flex;padding:8px;position:relative;z-index:1}.stories-card__title{align-items:flex-end;background:linear-gradient(180deg,transparent,rgba(0,0,0,.53) 27.6%,#000);font-size:14px;font-weight:600;line-height:22px;min-height:80px}.stories-card__title._add{align-items:center;background:#000c;flex-direction:column;height:100%;justify-content:flex-end}.stories-card__title._add:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M6 12h12M12 18V6'/%3E%3C/g%3E%3C/svg%3E") var(--bg-white) center no-repeat;border-radius:50%;content:"";height:48px;margin-bottom:15px;width:48px}.stories-card__ava{margin-right:8px}.stories-card__ava img{border-radius:50%;display:block;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.stories-card__name{display:-webkit-box;font-size:14px;width:calc(100% - 40px);-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.stories-card__more{color:var(--text-white);font-size:14px;font-weight:500;left:50%;line-height:22px;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:2}.stories-card__more:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 16 4-4-4-4'/%3E%3C/svg%3E");content:"";display:inline-block;filter:brightness(0) invert(1);height:16px;margin-left:-4px;position:relative;width:16px}.stories-card._more:before,.stories-card__link{bottom:0;left:0;position:absolute;right:0;top:0}.stories-card._more:before{background:#000c;content:"";z-index:1}.stories-card._sm{height:207px}.stories-card._sm .stories-card__name,.stories-card._sm .stories-card__title{font-size:12px}.feed:first-child .feed__item:first-child{padding-top:0}.feed:first-child .feed__item:first-child:before{display:none}.feed__item{padding:15px 0;position:relative}.feed__item:before{background:var(--borders-default);content:"";height:1px;left:0;position:absolute;right:0;top:0}.feed__more{padding:15px 0}.card__header{margin-bottom:15px}.card__footer,.card__header{display:flex;justify-content:space-between}.card__footer{margin-top:15px}.card__footer._lg-top-space{margin-top:45px}.card__left{align-items:center;display:flex}.card__left>*{margin-right:10px}.card__left>:last-child{margin-right:0}.card__right{align-items:center;display:flex}.card__ava{display:block}.card__ava img{display:block;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.card__name{font-size:14px}.card__date{color:var(--text-gray);font-size:12px}.card__stat{border-top:1px solid var(--borders-default);font-size:14px;line-height:22px;margin-top:20px;padding-top:20px}.card__stat>*{margin-right:20px}.card__stat>:last-child{margin-right:0}.author-info{align-items:center;display:flex}.author-info__ava{display:block;margin-right:10px}.author-info__ava img{border-radius:50%;display:block;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.author-info__name{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100vw - 100px)}.author-info__date{color:var(--text-gray);font-size:12px}.car-item{align-items:center;display:flex}.car-item__ava{display:block;margin-right:10px}.car-item__ava img{border-radius:50%;display:block;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.car-item__title{font-size:14px;font-weight:500;line-height:22px}.post-card__thumb{display:block;margin-bottom:15px;position:relative}.post-card__thumb img{border-radius:var(--main-border-radius);display:block;height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.post-card__title{font-size:18px;font-weight:600;line-height:26px;margin-bottom:15px}.post-card__descr{font-size:14px;line-height:22px}.event-card{border-radius:var(--main-border-radius);color:var(--text-white);overflow:hidden;position:relative}.event-card__header{align-items:center;background:linear-gradient(180deg,#000,transparent);border-radius:5px 5px 0 0;display:flex;justify-content:space-between;top:0}.event-card__footer,.event-card__header{left:0;padding:15px;position:absolute;right:0}.event-card__footer{background:linear-gradient(180deg,transparent,#000);border-radius:0 0 5px 5px;bottom:0}.event-card__thumb{display:block;margin-bottom:15px}.event-card__thumb img{border-radius:var(--main-border-radius);display:block;height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.event-card__date{font-size:14px;line-height:20px}.event-card__title{font-size:20px;font-weight:600;line-height:28px}.event-card__descr{font-size:14px;line-height:22px;opacity:.8}.event-users{align-items:center;display:flex;position:relative}.event-users .event-userpic{margin-left:-5px}.event-users .event-userpic:first-child{margin-left:0;z-index:10}.event-users .event-userpic:nth-child(2){z-index:9}.event-users .event-userpic:nth-child(3){z-index:8}.event-users .event-userpic:nth-child(4){z-index:7}.event-users .event-userpic:nth-child(5){z-index:6}.event-users .event-userpic:nth-child(6){z-index:5}.event-users .event-userpic:nth-child(7){z-index:4}.event-users .event-userpic:nth-child(8){z-index:3}.event-users .event-userpic:nth-child(9){z-index:2}.event-users .event-userpic:nth-child(10){z-index:1}.event-userpic{display:block}.event-userpic img{border:2px solid var(--borders-white);border-radius:50%;display:block;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.content-card__text{font-size:14px;line-height:22px;margin-bottom:15px}.content-card__text p{font-size:14px;line-height:22px;margin:0 0 10px}.content-card__text p:last-child,.content-card__text:last-child{margin-bottom:0}.content-card__media{margin-bottom:15px}.content-card__media:last-child{margin-bottom:0}.content-card__repost{border-left:1px solid var(--borders-default);margin-bottom:15px;padding-left:15px}.content-card__repost:last-child{margin-bottom:0}.short-card__text{font-size:14px;line-height:22px;margin-bottom:15px}.short-card__text p{font-size:14px;line-height:22px;margin:0 0 10px}.short-card__text p:last-child,.short-card__text:last-child{margin-bottom:0}.card-gallery{display:flex;margin:-2.5px}.card-gallery__item{height:200px;padding:2.5px;position:relative;width:100%}.card-gallery__item img{border-radius:var(--main-border-radius);display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.card-gallery__item .uploader-list-remove{right:7px;top:7px}.card-gallery._x3{display:block;overflow:hidden}.card-gallery._x3 .card-gallery__item{float:left;height:100px;width:40%}.card-gallery._x3 .card-gallery__item:first-child{float:left;height:200px;width:60%}.empty-text{color:var(--text-gray);font-size:14px;line-height:20px;padding:15px;text-align:center}.error-message{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23F03E3E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 21a9 9 0 0 1-9-9 9 9 0 0 1 9-9 9 9 0 0 1 9 9 9 9 0 0 1-9 9M12 8v5M12 16v1'/%3E%3C/svg%3E") 0 0 no-repeat;color:var(--main-red);font-size:12px;line-height:18px;margin:15px 0;padding-left:34px}.error-message:first-child{margin-top:0}.error-message:last-child{margin-bottom:0}.users-list{margin-bottom:15px}.users-list:last-child{margin-bottom:0}.users-list__header{display:flex;justify-content:space-between;margin-bottom:15px}.users-list__header .title-h3{margin-bottom:0}.users-list__header .link{font-size:14px}.users-list__item{padding:4px}.users-list__title{color:var(--text-gray);font-size:14px;font-weight:500;letter-spacing:.28px;line-height:20px;margin:15px 0;text-transform:uppercase}.users-list__sepor{background:var(--borders-default);height:1px;margin:15px 0}.user-card{align-items:center;display:flex;position:relative}.user-card__avatar{margin-right:15px;min-width:40px}.user-card__avatar img{border-radius:50%;display:block;height:40px;-o-object-fit:cover;object-fit:cover;width:40px}.user-card__body{flex:1}.user-card__nickname{font-size:14px;font-weight:500;line-height:22px}.user-card__name{color:var(--text-gray);font-size:12px;line-height:18px}.user-card__controls{display:flex;gap:15px;position:relative;z-index:1}.user-card__controls .button{min-width:126px;width:100%}.user-card__link{bottom:0;left:0;position:absolute;right:0;top:0}.filter-box{justify-content:center;margin-bottom:15px}.filter-box,.filter-button{align-items:center;display:flex}.filter-button{background:none;border:none;font-size:16px;font-weight:600;line-height:24px}.filter-button:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8.5 10 4 4 4-4'/%3E%3C/svg%3E") 50% no-repeat;content:"";height:24px;width:24px}.top-search{margin-bottom:15px}.messages__item{border-bottom:1px solid var(--borders-default);margin:0 -15px;padding:8px 15px}.messages__item:last-child{border-bottom:none}.chat-card{display:flex}.chat-card__avatar{margin-right:10px;min-width:40px}.chat-card__avatar img{border-radius:50%;display:block;height:40px;-o-object-fit:cover;object-fit:cover;width:40px}.chat-card__body{width:calc(100% - 98px)}.chat-card__name{font-size:14px;font-weight:500;line-height:22px}.chat-card__text{color:var(--text-gray);font-size:12px;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-card__text span{color:var(--text-black)}.chat-card__info{margin-left:10px;text-align:right}.chat-card__info .follow-button{width:100%}.chat-card__date{color:var(--text-gray);font-size:12px;line-height:18px;white-space:nowrap}.chat-card__counter{align-items:center;background:var(--main-red);border-radius:50%;color:var(--text-white);display:inline-flex;font-size:14px;font-weight:600;height:20px;justify-content:center;width:20px}.chat{display:flex;flex-wrap:wrap;padding-top:10px}.chat__date{font-size:14px;line-height:20px;margin:0 0 10px;text-align:center;width:100%}.chat__message{display:flex;justify-content:flex-end;margin-bottom:10px;width:100%}.chat__message:last-child{margin-bottom:0}.chat__answer{display:flex;margin-bottom:10px;width:100%}.chat__answer:last-child{margin-bottom:0}.chat._group .chat__message{padding-left:19px}.message-card{background:var(--bg-chat-self);border-radius:10px 10px 0;margin-left:23px;padding:10px 10px 10px 15px;position:relative}.message-card__author{font-size:14px;font-weight:600;line-height:22px;padding-right:48px;white-space:nowrap}.message-card__date{color:var(--text-gray);font-size:13px;line-height:20px;text-align:right}.message-card__text{font-size:14px;line-height:22px;overflow-wrap:break-word}.message-card__text p{font-size:14px;line-height:22px;margin:10px 0}.message-card__text p:first-child{margin-top:0}.message-card__text p:last-child{margin-bottom:0}.message-card__status{color:var(--text-gray);font-size:13px;line-height:20px;margin-top:10px}.message-card__control{opacity:0;position:absolute;right:15px;top:15px}.message-card__files{margin-top:10px}.message-card__files:first-child{margin-top:0}.message-card:hover .message-card__control{opacity:1}.message-card__avatar{bottom:0;margin-right:10px;padding-top:5px;position:absolute;right:100%}.message-card__avatar img{border-radius:50%;display:block;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.message-card._answer{background:var(--bg-chat-answer);border-radius:10px 10px 10px 0;margin-left:0;margin-right:23px}.message-card._show-avatar{margin-left:42px}.file-list{gap:5px}.file-card,.file-list{display:flex;flex-wrap:wrap}.file-card{background:var(--bg-white);border-bottom:1px solid var(--borders-default);border-radius:var(--main-border-radius);justify-content:space-between;overflow:hidden;position:relative}.file-card__thumb{margin-bottom:8px}.file-card__thumb:last-child{margin-bottom:0}.file-card__thumb img{border-radius:5px 5px 0 0;display:block;height:75px;-o-object-fit:cover;object-fit:cover;width:100px}.chat-form{background:var(--bg-white);padding:15px}.chat-form__wrap{align-items:flex-end;border:1px solid var(--borders-default);border-radius:var(--main-border-radius);display:flex;min-height:48px;padding:12px 10px}.chat-form__field{padding:0 10px;width:100%}.chat-form__field .file-list{margin-top:10px}.chat-text-field{border:none;font-size:14px;height:21px;line-height:22px;resize:none;width:100%}.chat-join-button{align-items:center;border:none;border-top:1px solid var(--borders-default);color:var(--main-red);display:flex;height:52px;justify-content:center;padding-bottom:2px}.chat-box{background:var(--bg-white);bottom:0;display:flex;flex-direction:column;left:0;position:fixed;right:0;top:44px;z-index:1000}.chat-box__body{height:100%;overflow:auto;padding:0 15px 30px}.chat-box__footer{background:#fff;bottom:0;left:0;position:fixed;right:0;z-index:999}.media-list{display:flex;flex-wrap:wrap;margin:-5px}.media-list__item{padding:5px;width:33.33%}.media-card{display:block;position:relative}.media-card:after{content:"";display:block;padding-bottom:100%}.media-card img{border-radius:var(--main-border-radius);display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;position:absolute;width:100%}.media-card__counter{align-items:center;background:#000c;border-radius:var(--form-border-radius);bottom:5px;display:inline-flex;height:32px;justify-content:center;position:absolute;right:5px;width:34px}.media-card__counter:before{filter:brightness(0) invert(1);height:24px;width:24px}.media-card__counter._photo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 18H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15.996 21H4a2 2 0 0 1-2-2V8.397M11.346 6.82a1.667 1.667 0 1 1-2.358 2.358 1.667 1.667 0 0 1 2.358-2.358'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m22 13.834-3.386-2.709a1 1 0 0 0-1.406.156l-2.572 3.215a1 1 0 0 1-1.406.156l-1.299-1.039a1 1 0 0 0-1.393.141L7 18.001'/%3E%3C/svg%3E");content:""}.media-card__counter._video:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m10.616 8.153 4.86 2.914c.699.42.699 1.446 0 1.866l-4.862 2.914C9.901 16.275 9 15.754 9 14.914V9.086c0-.84.902-1.361 1.616-.933'/%3E%3Cpath d='M8.557 3.687a9 9 0 0 1 11.756 4.87 9 9 0 0 1-4.87 11.756A8.998 8.998 0 1 1 8.557 3.687'/%3E%3C/g%3E%3C/svg%3E");content:""}.notification-list__item{border-bottom:1px solid var(--borders-default);padding:15px 0}.notification-list__item:first-child{padding-top:0}.notification-list__item:last-child{border-bottom:none;padding-bottom:0}.notification-card__event,.notification-card__info{font-size:14px;line-height:22px;margin-top:10px}.notification-card__event{background:var(--bg-gray-20);border-radius:var(--main-border-radius);padding:4px 10px 5px}.card-group{margin-bottom:15px}.card-group:last-child{margin-bottom:0}.card-group__header{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:15px}.card-group__header .title-h1,.card-group__header .title-h2{margin-bottom:0}.card-group__header .more-link{bottom:3px;margin-left:10px;position:relative;white-space:nowrap}.card-group__scroll{display:flex;gap:10px;margin:0 -15px;overflow:auto;padding:0 15px}.card-list__heder{margin-bottom:15px}.card-list__heder .title-h1,.card-list__heder .title-h2{margin-bottom:0}.card-list__item{margin-bottom:15px}.card-list__item:last-child{margin-bottom:0}.scroll-wrap{min-width:calc(50vw - 30px)}.full-scroll-wrap{min-width:calc(100vw - 30px)}.articles-card{border-radius:var(--main-border-radius);color:var(--text-white);display:flex;flex-direction:column;height:260px;justify-content:space-between;overflow:hidden;position:relative}.articles-card:after{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 50%,rgba(0,0,0,.5));content:"";height:100%;pointer-events:none;position:absolute;width:100%}.articles-card__cover{bottom:0;left:0;position:absolute;right:0;top:0}.articles-card__cover img{border-radius:var(--main-border-radius);display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.articles-card__header{align-items:center;border-radius:5px 5px 0 0;min-height:50px}.articles-card__header,.articles-card__title{display:flex;padding:15px;position:relative;z-index:1}.articles-card__title{align-items:flex-end;font-size:14px;font-weight:600;line-height:22px;min-height:80px}.articles-card__ava{margin-right:8px}.articles-card__ava img{border-radius:50%;display:block;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.articles-card__name{display:-webkit-box;font-size:14px;width:calc(100% - 40px);-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.articles-card__more{color:var(--main-red);font-size:14px;font-weight:500;left:50%;line-height:22px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.articles-card__more:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 16 4-4-4-4'/%3E%3C/svg%3E");content:"";display:inline-block;height:16px;margin-left:-4px;position:relative;width:16px}.articles-card._more:before{background:#000c;content:"";z-index:1}.articles-card._more:before,.articles-card__link{bottom:0;left:0;position:absolute;right:0;top:0}.cover-box{background:var(--bg-footer-header);color:var(--text-white);margin:-15px -15px 15px;padding:0 15px 30px}.cover-box__photo{height:220px;margin:0 -15px 15px;position:relative}.cover-box__photo:before{background:linear-gradient(180deg,#242b3300 57.73%,#242b33);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.cover-box__photo img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cover-box__note{font-size:14px;line-height:20px}.cover-box__info{align-items:center;display:flex;margin-bottom:15px}.cover-box__title{margin-bottom:10px}.cover-box__title .title-h1,.cover-box__title .title-h2{margin-bottom:0}.info-card{align-items:center;display:flex}.info-card img{border-radius:50%;display:block;height:24px;margin:0 10px;-o-object-fit:cover;object-fit:cover;width:24px}.info-card img:first-child{margin-left:0}.info-card img:last-child{margin-right:0}.info-sepor{background:#e2e5e9;height:16px;margin:0 10px;opacity:.1;width:1px}.button-nav{align-items:center;display:flex;margin-bottom:15px}.button-nav .button-link{width:100%}.button-link{align-items:center;background:var(--bg-gray-20);border-radius:var(--main-border-radius);display:flex;height:42px;justify-content:center}.button-link:before{background-position:50%;background-repeat:no-repeat;height:24px;margin-right:10px;width:24px}.button-link.active{background-color:var(--main-red);box-shadow:0 10px 20px #bc1c1a4d;color:var(--text-white)}.button-link.active:before{filter:brightness(0) invert(1)}.button-link._sto:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21.999 9-2.62 1M4.63 10 2 9M18.25 14h-2.5M8.25 14h-2.5M19.38 10l-.838-4.012A2.5 2.5 0 0 0 16.094 4h-8.08A2.5 2.5 0 0 0 5.58 5.931L4.629 10'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.25 20H5.5A1.5 1.5 0 0 0 7 18.5v-1h10v1a1.5 1.5 0 0 0 1.5 1.5h2.25c.69 0 1.25-.56 1.25-1.25V13a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v5.75c0 .69.56 1.25 1.25 1.25'/%3E%3C/svg%3E");content:""}.button-link._stories:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.16 6.16a9 9 0 0 1 1.562-1.438M17 19.482a8.993 8.993 0 0 1-7.62 1.128M6.35 19a9 9 0 0 1-2.827-4M3.523 9A9 9 0 0 0 3 12M19.463 17A8.9 8.9 0 0 0 21 12a9 9 0 0 0-9-9M12.826 11.175a1.167 1.167 0 1 1-1.65 1.65 1.167 1.167 0 0 1 1.65-1.65M13 11l4-3'/%3E%3C/svg%3E");content:""}.info-box{padding:15px 0}.text-box,.text-box p{font-size:16px;line-height:24px}.text-box p{margin:0 0 15px}.text-box p:last-child{margin-bottom:0}.photo-list{display:flex;gap:5px;margin:0 -15px;overflow:auto;padding:15px}.photo-list__item{min-width:calc(100vw - 30px)}.photo-list__item a{display:block}.photo-list__item img{border-radius:var(--main-border-radius);display:block;height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.photo-list__item figcaption{color:var(--text-gray);font-size:13px;line-height:20px;margin-top:10px}.params{font-size:14px;line-height:22px}.params__row{border-radius:var(--form-border-radius);display:flex;padding:8px 16px}.params__row:nth-child(odd){background:var(--bg-gray-20)}.params__row span{width:50%}.text-icon{display:inline-flex}.text-icon:before{background-position:50%;background-repeat:no-repeat;height:24px;margin-right:10px;width:24px}.text-icon._engine:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M3 10v6M12 5v3M9 5h6M18.632 9.571v1.572h-1.58L15.475 8H9.158L7.579 9.571H6v6.286h2.368l1.361 2.709a.79.79 0 0 0 .706.434h5.039c.435 0 .79-.352.79-.786v-2.357h2.368v1.572h1.578c.436 0 .79-.352.79-.786v-6.286a.79.79 0 0 0-.79-.786zM5 13H3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:""}.text-icon._gear:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M12 10v5M12 15s6 0 6 4h-6M12 15s-6 0-6 4h6M12 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/g%3E%3C/svg%3E");content:""}.text-icon._drive:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M8 6h8M18.25 20h-1.5c-.413 0-.75-.375-.75-.833v-3.334c0-.458.337-.833.75-.833h1.5c.413 0 .75.375.75.833v3.334c0 .458-.337.833-.75.833M8 18h8M7.25 20h-1.5c-.412 0-.75-.375-.75-.833v-3.334c0-.458.338-.833.75-.833h1.5c.412 0 .75.375.75.833v3.334c0 .458-.338.833-.75.833M18.25 9h-1.5c-.413 0-.75-.375-.75-.833V4.833c0-.458.337-.833.75-.833h1.5c.413 0 .75.375.75.833v3.334c0 .458-.337.833-.75.833M7.25 9h-1.5C5.338 9 5 8.625 5 8.167V4.833C5 4.375 5.338 4 5.75 4h1.5c.412 0 .75.375.75.833v3.334C8 8.625 7.662 9 7.25 9M12 14v-4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:""}.text-icon._color:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='m7.257 16.418-3.742-3.742a2.117 2.117 0 0 1 0-2.994l5.634-5.634 6.736 6.736-5.634 5.634a2.12 2.12 0 0 1-2.994 0M19 14s-2 2-2 4c0 1 .836 2 2 2s2-1 2-2c0-2-2-4-2-4M9.149 4.05l-1.09-1.11M15.89 10.78H2.93M3 21h8.58'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:""}.filters{justify-content:space-between;margin-bottom:15px}.filters,.filters__models{align-items:center;display:flex}.filters__models{gap:15px}.params-button{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M4.73 20.18v-6.36M4.73 10.18V3.82M12 20.18V12M12 8.36V3.82M19.27 20.18v-4.54M19.27 12V3.82M2 13.82h5.45M9.27 8.36h5.46M16.55 15.64H22'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;border:none;display:block;height:24px;width:24px}.params-button.disabled{filter:brightness(0) invert(.7)}.drop-filter-button{display:inline-flex;font-size:16px;font-weight:600;line-height:24px}.drop-filter-button:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8.5 10 4 4 4-4'/%3E%3C/svg%3E") 50% no-repeat;content:"";height:24px;margin-left:5px;width:24px}.drop-filter-button__clear{display:none;margin-left:5px}.drop-filter-button.active:after{display:none}.drop-filter-button.active .drop-filter-button__clear{display:block}.drop-filter-button.disabled{filter:brightness(0) invert(.7)}.sticky-nav-box .param-list{height:100%}.param-item{align-items:center;border-bottom:1px solid var(--dividers-line);display:flex;font-size:16px;font-weight:500;height:48px;line-height:22px;padding:0 10px}.param-item:last-child{border-bottom:none}.param-item img{display:block;height:24px;margin-right:10px}.param-item div{align-items:center;display:flex;height:100%;width:100%}.param-dropdown{display:flex;justify-content:space-between;width:100%}.param-dropdown:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 16 4-4-4-4'/%3E%3C/svg%3E");content:"";height:24px;width:24px}.param-dropdown__title{display:flex}.param-dropdown__val{display:none;flex:1;margin-left:4px}.param-dropdown__clear{display:none;margin-right:10px}.param-dropdown.active .param-dropdown__title:after{content:":"}.param-dropdown.active .param-dropdown__clear,.param-dropdown.active .param-dropdown__val{display:block}.param-dropdown._placeholder{margin-top:21px;position:relative}.param-dropdown._placeholder.disabled:after{filter:brightness(0) invert(.55)}.param-dropdown._placeholder .param-dropdown__title{color:var(--text-gray)}.param-dropdown._placeholder.active .param-dropdown__title{bottom:calc(100% + 3px);font-size:12px;font-weight:400;left:0;line-height:18px;position:absolute}.param-dropdown._placeholder.active .param-dropdown__val{margin-left:0}.param-dropdown._select{align-items:center;-webkit-appearance:none;border:1px solid var(--borders-default);border-radius:var(--main-border-radius);display:flex;font-size:14px;font-weight:400;height:48px;outline:none;padding:0 10px 0 15px}.param-dropdown._select:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8.5 10 4 4 4-4'/%3E%3C/svg%3E")}.param-dropdown._select.disabled:after{background:url(../images/chevron-down-gray.svg) var(--bg-white) right 10px center no-repeat;opacity:1}.param-dropdown._select._placeholder.active .param-dropdown__title{align-items:center;background:var(--bg-white);bottom:calc(100% - 8px);display:flex;height:20px;left:10px;padding:0 5px}.fast-filter{display:flex;flex-direction:column;height:100%}.fast-filter__form{margin-bottom:15px}.fast-filter__list{flex:1;height:100%;overflow:auto;padding-bottom:50px}.fast-filter__list.empty{display:none}.fast-filter__list.empty+.fast-filter__empty{display:block}.fast-filter__empty{display:none}.car-list__item{margin-bottom:15px}.car-list__item:last-child{margin-bottom:0}.gallery-editor__note{color:#999;font-size:12px;line-height:18px;margin-bottom:15px}.gallery-editor__photo{margin-bottom:15px;position:relative}.gallery-editor__photo:last-child{margin-bottom:0}.gallery-editor__photo img{border-radius:5px;display:block;height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.gallery-editor__title{margin-bottom:15px}.gallery-editor__title:last-child{margin-bottom:0}.gallery-editor__add{display:flex;justify-content:center}.add-photo-button{align-items:center;color:var(--main-red);display:inline-flex;font-size:14px;font-weight:500;height:32px;line-height:22px}.add-photo-button:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cg stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M7.5 5.5h-6m3-3v6M4.5 11.5v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-4l-2-3h-5'/%3E%3Ccircle cx='4' cy='4' r='4' transform='matrix(-1 0 0 1 17.5 10.5)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M24.5.5H.5v24h24z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;content:"";height:24px;margin-right:8px;width:24px}.related-stories{margin-top:45px}.modal-page{bottom:0;left:0;position:fixed;right:0;top:0}.modal-page__close{position:absolute;right:0;top:0;z-index:999}.modal-close{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' viewBox='0 0 48 48'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.707 16.293a1 1 0 0 0-1.414 1.414L22.586 24l-6.293 6.293a1 1 0 0 0 1.414 1.414L24 25.414l6.293 6.293a1 1 0 0 0 1.414-1.414L25.414 24l6.293-6.293a1 1 0 0 0-1.414-1.414L24 22.586z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='20' height='20' x='14' y='14' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.71 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_1732_19963'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_1732_19963' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");height:48px;width:48px}.new-car-page{display:flex;flex-direction:column;height:100%}.new-car-page__header{align-items:center;background-color:var(--bg-black);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--text-white);display:flex;font-size:24px;font-weight:600;height:160px;justify-content:center;line-height:32px;position:relative;text-align:center;z-index:9}.new-car-page__header:before{background:linear-gradient(90deg,#212529,#212529cc);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.new-car-page__body{flex:1;overflow:auto;padding:15px}.new-car-page__footer{padding:15px 15px 35px}.step-progress{display:flex;gap:10px;height:2px;margin-bottom:20px}.step-progress__item{background:var(--dividers-line);height:2px;width:100%}.step-progress._finish,.step-progress__item.active{background:var(--main-red)}.step-controls{display:flex;justify-content:space-between}.step-controls .button{width:130px}.car-type-select__item{margin-bottom:10px}.car-type-select__item:last-child{margin-bottom:0}.car-type-button input{display:none}input:checked+.car-type-button__wrap{border-color:var(--main-red)}.car-type-button__wrap{background:var(--bg-white);border:1px solid var(--borders-default);border-radius:var(--main-border-radius);padding:20px}.car-type-button__title{display:flex;font-size:16px;font-weight:600;line-height:24px;margin-bottom:10px}.car-type-button__title:before{background-position:50%;background-repeat:no-repeat;height:24px;margin-right:10px;width:24px}.car-type-button__descr{color:var(--text-gray);font-size:14px;line-height:22px}.car-type-button._factory .car-type-button__title:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21.999 9-2.62 1M4.63 10 2 9M18.25 14h-2.5M8.25 14h-2.5M19.38 10l-.838-4.012A2.5 2.5 0 0 0 16.094 4h-8.08A2.5 2.5 0 0 0 5.58 5.931L4.629 10'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.25 20H5.5A1.5 1.5 0 0 0 7 18.5v-1h10v1a1.5 1.5 0 0 0 1.5 1.5h2.25c.69 0 1.25-.56 1.25-1.25V13a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v5.75c0 .69.56 1.25 1.25 1.25'/%3E%3C/svg%3E");content:""}.car-type-button._custom .car-type-button__title:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M8.5 11.6a4.501 4.501 0 0 0 9 0v-.037a4.45 4.45 0 0 0-1.51-3.345.9.9 0 0 0-1.478.694v2.463a.226.226 0 0 1-.225.225h-2.574a.225.225 0 0 1-.225-.225V8.912a.9.9 0 0 0-1.479-.694A4.45 4.45 0 0 0 8.5 11.563'/%3E%3Cpath d='M13 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18M11 20.777v-5.235M15 20.777v-5.235'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:""}.new-car-params{font-size:16px;font-weight:600}.new-car-params__item{padding-bottom:15px}.color-icon{border-radius:var(--main-border-radius);display:block;height:24px;margin-right:10px;width:24px}.steps-finish{padding:15px 0}.steps-finish__icon{align-items:center;display:flex;justify-content:center;margin-bottom:30px}.steps-finish__icon img{display:block}.vin-form__title{font-size:16px;font-weight:600;line-height:24px;margin-bottom:20px}.vin-form .forms__field{margin-bottom:10px}.vin-form .forms__note{line-height:18px}.new-car-bottom-info{font-size:14px;line-height:22px;margin-top:100%;text-align:center}.spacer{height:30px}input[type=text].search-field{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23868E96' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15.714 6.838a6.276 6.276 0 1 1-8.876 8.876 6.276 6.276 0 0 1 8.876-8.876M19 19l-3.29-3.29'/%3E%3C/svg%3E") right 10px center no-repeat}.follow-button{align-items:center;background:var(--main-red);border:1px solid transparent;border-radius:var(--main-border-radius);color:var(--text-white);display:inline-flex;font-size:14px;font-weight:500;height:32px;justify-content:center;line-height:22px;padding:0 10px}.follow-button.active{background:var(--bg-white);border:1px solid var(--borders-default);color:var(--text-black)}.tabs-nav{border-bottom:1px solid var(--borders-default);display:flex;margin:-15px -15px 15px;padding:0 15px}.tabs-nav__item{margin-right:40px}.tabs-nav__item:last-child{margin-right:0}.tabs-nav__link{align-items:center;display:flex;height:48px;position:relative}.tabs-nav__link.active:before{background:var(--main-red);bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0}.icon-button{align-items:center;background:none;border:none;color:var(--text-gray);display:flex;transition:.3s}.icon-button.active{color:var(--main-red)}.icon-button:before{background-position:50%;background-repeat:no-repeat;content:"";height:24px;margin-right:5px;transition:.3s;width:24px}.icon-button:empty:before{margin-right:0}.icon-button._border{border:1px solid var(--borders-default);border-radius:var(--form-border-radius);padding:8px}.icon-button._border:before{margin-right:0}.icon-button._lg{height:40px;justify-content:center;width:40px}.icon-button._lg:before{margin-right:0}.icon-button._like:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.944 20H4.056C3.466 20 3 19.394 3 18.663V9.338C3 8.593 3.47 8 4.056 8h1.888C6.524 8 7 8.593 7 9.325v9.312c0 .732-.48 1.325-1.056 1.325zM7.07 10.283l4.24-5.496c.78-1.03 2.33-1.05 3.157-.058.303.37.466.833.466 1.32v3.783h3.607a2.1 2.1 0 0 1 1.736.914l.373.566c.337.51.442 1.146.268 1.724l-1.585 5.46A2.11 2.11 0 0 1 17.317 20H9.982a2.1 2.1 0 0 1-1.537-.67L7 17.79'/%3E%3C/svg%3E")}.icon-button._like.active:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.944 20H4.056C3.466 20 3 19.394 3 18.663V9.338C3 8.593 3.47 8 4.056 8h1.888C6.524 8 7 8.593 7 9.325v9.312c0 .732-.48 1.325-1.056 1.325zM7.07 10.283l4.24-5.496c.78-1.03 2.33-1.05 3.157-.058.303.37.466.833.466 1.32v3.783h3.607a2.1 2.1 0 0 1 1.736.914l.373.566c.337.51.442 1.146.268 1.724l-1.585 5.46A2.11 2.11 0 0 1 17.317 20H9.982a2.1 2.1 0 0 1-1.537-.67L7 17.79'/%3E%3C/svg%3E")}.icon-button._comments:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke-width='1.5' d='M15.5 14.5h-7M8.5 10.5h7'/%3E%3Cpath stroke-width='1.588' d='M4.15 16.396a8.96 8.96 0 0 1-1.16-4.4c0-4.98 4.03-9 9-9a9 9 0 0 1 9 9 9 9 0 0 1-9 9 8.95 8.95 0 0 1-4.396-1.16l-4.61 1.15 1.15-4.61z'/%3E%3C/g%3E%3C/svg%3E")}.icon-button._share:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13 14.329c-4.594 0-8.499 2.363-10 5.671v-1.007C3 12.977 7.421 8.07 13 7.702V3l8 8-8 8v-4.667'/%3E%3C/svg%3E")}.icon-button._bookmark:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.7 3h8.6c1.1 0 2 .895 2 2v16L12 17.72l-6.3 3.27v-16c0-1.105.89-2 2-2z'/%3E%3C/svg%3E")}.icon-button._bookmark.active:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.7 3h8.6c1.1 0 2 .895 2 2v16L12 17.72l-6.3 3.27v-16c0-1.105.89-2 2-2z'/%3E%3C/svg%3E")}.icon-button._attach:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13.88 8.375-5.487 5.486a2.116 2.116 0 0 0 2.992 2.992l7.232-7.232a3.879 3.879 0 1 0-5.486-5.486L5.9 11.367a5.64 5.64 0 0 0 0 7.98 5.64 5.64 0 0 0 7.98 0l4.39-4.389'/%3E%3C/svg%3E")}.icon-button._photo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M14.879 10.168a3.987 3.987 0 1 1-5.639 5.638 3.987 3.987 0 0 1 5.639-5.638'/%3E%3Cpath d='M21 9v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2l1.462-2.504A1 1 0 0 1 9.326 4h5.304c.351 0 .676.184.857.484L17 7h2a2 2 0 0 1 2 2'/%3E%3C/g%3E%3C/svg%3E")}.icon-button._reload:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M7.5 14v3h-4M17.5 10V7h4'/%3E%3Cpath d='M18.287 7a7.57 7.57 0 0 1 2.186 4.688 7.5 7.5 0 0 1-1.362 4.97 7.94 7.94 0 0 1-4.3 3.026 8.2 8.2 0 0 1-5.311-.275M6.707 17a7.57 7.57 0 0 1-2.18-4.688 7.5 7.5 0 0 1 1.364-4.97 7.94 7.94 0 0 1 4.299-3.025 8.2 8.2 0 0 1 5.31.271'/%3E%3C/g%3E%3C/svg%3E")}.icon-button._trash:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M18.5 6v12.75c0 1.243-1.027 2.25-2.269 2.25h-7.5A2.233 2.233 0 0 1 6.5 18.75V6M20 6H5M10.5 3h4M14.5 10v7M10.5 17v-7'/%3E%3C/g%3E%3C/svg%3E")}.attachment-controls{align-items:center;display:flex;gap:10px}.attachment-file{align-items:center;border:1px solid var(--borders-default);border-radius:var(--main-border-radius);display:flex;justify-content:center;position:relative}.attachment-file__cover{margin:-1px;width:100%}.attachment-file__title{font-size:12px;line-height:18px;margin:10px 20px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-file__title:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='none' viewBox='0 0 50 50'%3E%3Cg stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='m39.06 13.51-5.79-5.76a4.1 4.1 0 0 0-2.895-1.194H15.692c-2.262 0-4.094 1.823-4.094 4.074v28.518c0 2.251 1.832 4.074 4.094 4.074h20.473c2.262 0 4.094-1.823 4.094-4.074V16.39c0-1.08-.432-2.116-1.2-2.88'/%3E%3Cpath d='M40.26 16.74h-8.19a2.043 2.043 0 0 1-2.047-2.036V6.556M17.738 22.852h12.284M17.74 28.963h12.284M17.74 35.074h8.865'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.639.444h48.504v48.89H.639z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;content:"";display:block;height:48px;margin:0 auto 3px;width:48px}.attachment-file img{border-radius:var(--main-border-radius);display:block;height:110px;-o-object-fit:cover;object-fit:cover;width:100%}.attachment-file__remove{position:absolute;right:5px;top:5px}.button-more{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='12' r='2' fill='%23495057'/%3E%3Ccircle cx='12' cy='12' r='2' fill='%23495057'/%3E%3Ccircle cx='19' cy='12' r='2' fill='%23495057'/%3E%3C/svg%3E") 50% no-repeat;border:none;display:block;height:24px;min-width:24px;width:24px}.button-more.active{background-image:url(../images/icon-more-active.svg)}.sticky-panel{align-items:center;background:var(--bg-white);bottom:0;box-shadow:0 -.5px #0003;display:flex;left:0;position:fixed;right:0;z-index:999}.panel-button,.sticky-panel__item{height:50px;width:100%}.panel-button{background-position:50%;background-repeat:no-repeat;display:block;filter:brightness(0) invert(.3)}.panel-button._feed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cg stroke='%23E62128' stroke-width='1.5'%3E%3Crect width='8' height='7' x='4' y='5' rx='2'/%3E%3Crect width='8' height='7' x='4' y='16' rx='2'/%3E%3Crect width='8' height='7' x='16' y='5' rx='2'/%3E%3Crect width='8' height='7' x='16' y='16' rx='2'/%3E%3C/g%3E%3C/svg%3E")}.panel-button._search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='58' fill='none' viewBox='0 0 75 58'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M42.114 21.636a9 9 0 1 1-12.728 12.728 9 9 0 0 1 12.728-12.728M48 38l-5-4'/%3E%3C/g%3E%3C/svg%3E")}.panel-button._add{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M21.375 24H5.625C4.168 24 3 22.875 3 21.5v-15C3 5.112 4.168 4 5.625 4h15.75C22.819 4 24 5.112 24 6.5v15c0 1.375-1.181 2.5-2.625 2.5M14 9v10M19 14H9'/%3E%3C/g%3E%3C/svg%3E")}.panel-button._notification{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M17 7V5.667C17 4.2 15.886 3 14.5 3 13.124 3 12 4.188 12 5.652v1.319M13.465 7h2.12c2.932 0 5.307 2.242 5.307 5.005v3.083c0 .585.245 1.138.679 1.558l.75.708c.439.414.679.972.679 1.558C23 20.06 22.004 21 20.786 21H8.214C6.984 21 6 20.06 6 18.912c0-.586.246-1.15.68-1.57l.75-.707c.44-.415.68-.984.68-1.57l-.002-3.093C8.211 12.062 7.454 7 13.465 7M17 25h-5'/%3E%3C/g%3E%3C/svg%3E")}.panel-button._burder{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='49' fill='none' viewBox='0 0 75 49'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M26.666 17h18.667M27 24h18M26.666 31h18.667'/%3E%3C/svg%3E")}.panel-button._user{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none' viewBox='0 0 28 28'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M20.925 7.075c4.1 4.1 4.1 10.75 0 14.85s-10.75 4.1-14.85 0-4.1-10.75 0-14.85 10.75-4.1 14.85 0'/%3E%3Cpath d='M20 22.5c-.47-2.26-3.187-3.5-6.5-3.5S7.47 20.24 7 22.5M15.975 10.025a3.5 3.5 0 1 1-4.95 4.95 3.5 3.5 0 0 1 4.95-4.95'/%3E%3C/g%3E%3C/svg%3E")}.panel-button.active{filter:none}.sticky-nav-box{bottom:-1500px;z-index:1000}.sticky-nav-box,.sticky-nav-box__overlay{left:0;position:fixed;right:0;transition:.6s}.sticky-nav-box__overlay{background:#242b334d;bottom:0;opacity:0;top:0;visibility:hidden}.sticky-nav-box.open{bottom:0!important}.sticky-nav-box.open .sticky-nav-box__overlay{opacity:1;visibility:visible}.sticky-nav-box__wrap{background:#fff;border-radius:13px 13px 0 0;display:flex;flex-direction:column;padding:15px 15px 30px;position:relative;z-index:999}.sticky-nav-box__title{font-size:20px;font-weight:600;line-height:28px;margin-bottom:15px}.sticky-nav-box__title._left{text-align:left}.sticky-nav-box__note{font-size:14px;line-height:22px;margin-bottom:30px}.sticky-nav-box__back{filter:brightness(0) invert(.1);left:15px;position:absolute;top:15px}.sticky-nav-box__close{position:absolute;right:15px;top:15px}.sticky-nav-box__content{flex:1;margin-bottom:-30px;overflow:auto;padding-bottom:30px}.sticky-nav-box._full,.sticky-nav-box._full .sticky-nav-box__wrap{height:100%}.sticky-nav-box._full .sticky-nav-box__title:not(._left){text-align:center}.sticky-nav-box .top-search{padding-top:0}.sticky-nav__item{border-bottom:1px solid var(--borders-default)}.sticky-nav__item:last-child{border-bottom:none}.sticky-nav__link{align-items:center;display:flex;font-size:16px;font-weight:500;line-height:22px;padding:12px 10px}.modal-box{background:#000c;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:9999}.modal-box__wrap{background:#fff;border-radius:13px;left:50%;max-width:345px;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.modal-box__close{position:absolute;right:15px;top:15px}.modal-box__title{font-size:20px;font-weight:600;line-height:28px;margin-bottom:15px}.modal-box__note{font-size:14px;line-height:20px;margin-bottom:15px}.modal-box__note:last-child{margin-bottom:0}.modal-box__text{font-size:14px;line-height:20px}.modal-box__text p{margin:0 0 10px}.modal-box__text p:last-child{margin-bottom:0}.modal-box__buttons{align-items:center;display:flex;gap:15px;margin-top:25px}.modal-box__buttons>*{text-align:center;width:100%}.modal-box__cover{align-items:center;display:flex;justify-content:center;margin-top:-30px}.modal-box__cover img{display:block}.uploader-area{align-items:center;background:var(--bg-gray-10);border:1px solid var(--dividers-line);border-radius:var(--main-border-radius);display:flex;flex-direction:column;height:300px;justify-content:center}.uploader-area:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3E%3Cg stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M7.5 5.5h-6m3-3v6M4.5 11.5v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-4l-2-3h-5'/%3E%3Ccircle cx='4' cy='4' r='4' transform='matrix(-1 0 0 1 17.5 10.5)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M24.5.5H.5v24h24z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;content:"";height:24px;margin-bottom:20px;width:24px}.uploader-area__label,.uploader-area__note{font-size:14px;line-height:22px}.uploader-area__note{color:var(--text-disable)}.uploader-list{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:15px}.uploader-list__item{height:115px;position:relative;width:calc(50% - 5px)}.uploader-list__item._single{height:300px;width:100%}.uploader-list__item img{border-radius:var(--main-border-radius);display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.uploader-list-label{align-items:center;background:var(--overlay-dark-80);color:var(--text-white);display:inline-flex;font-size:12px;left:5px;padding:0 8px}.uploader-list-label,.uploader-list-remove{border-radius:var(--main-border-radius);height:24px;position:absolute;top:5px;z-index:9}.uploader-list-remove{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='%23000' fill-opacity='.8' rx='5'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 8 8 8M16 8l-8 8'/%3E%3C/svg%3E") 50%;border:none;right:5px;width:24px}.media-view{background:#000000e6;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1001}.media-view__more{left:15px;position:absolute;top:15px}.media-view__close{position:absolute;right:15px;top:15px}.media-view__cover{height:100%;padding:75px 0}.media-view__cover img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.media-view__footer{bottom:30px;filter:brightness(0) invert(1);justify-content:space-between;left:15px;position:absolute;right:15px}.media-view__footer,.media-view__footer div{align-items:center;display:flex}.media-view__footer .icon-button{margin-right:10px}.media-view__footer .icon-button:last-child{margin-right:0}.media-slider,.media-slider__item{height:100%}.media-slider .swiper-pagination{bottom:33px;color:var(--text-white);display:flex;font-size:15px;left:auto;position:absolute;right:20px;width:auto}.media-description .comments{margin-top:0}.media-description .card__content{margin-top:20px}.separator{background:var(--dividers-line);height:1px;margin:20px 0}.link-icon{align-items:center;display:flex}.link-icon:before{background-position:50%;background-repeat:no-repeat;content:"";height:24px;margin-right:10px;width:24px}.link-icon._add-short:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4.023 9A9 9 0 0 1 6.85 5M3.5 12c0 1.054.19 2.06.523 3M9.88 20.61A9 9 0 0 0 21.5 12c0-.543-.055-1.072-.147-1.588M8.5 12h8M12.5 16V8M6.848 18.973A9 9 0 0 1 5.66 17.84M19.92 6.909A8.99 8.99 0 0 0 9.88 3.39'/%3E%3C/svg%3E")}.link-icon._news:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19 21a2 2 0 0 0 2-2v-6a1 1 0 0 0-1-1h-3v7a2 2 0 0 0 2 2M7 8h6M7 11.87h6M7 16.06h3'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17 12V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v14a2 2 0 0 0 2 2h14'/%3E%3C/svg%3E")}.link-icon._articles:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16 8 3 21M6.872 10.115l5.68-5.668a4.95 4.95 0 0 1 6.993 7.006l-5.675 5.664a3 3 0 0 1-2.119.877H5.992v-5.756a3 3 0 0 1 .88-2.123'/%3E%3C/svg%3E")}.link-icon._stories:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5.16 6.16a9 9 0 0 1 1.562-1.438M17 19.482a8.993 8.993 0 0 1-7.62 1.128M6.35 19a9 9 0 0 1-2.827-4M3.523 9A9 9 0 0 0 3 12M19.463 17A8.9 8.9 0 0 0 21 12a9 9 0 0 0-9-9M12.826 11.175a1.167 1.167 0 1 1-1.65 1.65 1.167 1.167 0 0 1 1.65-1.65M13 11l4-3'/%3E%3C/svg%3E")}.link-icon._sto:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m21.999 9-2.62 1M4.63 10 2 9M18.25 14h-2.5M8.25 14h-2.5M19.38 10l-.838-4.012A2.5 2.5 0 0 0 16.094 4h-8.08A2.5 2.5 0 0 0 5.58 5.931L4.629 10'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.25 20H5.5A1.5 1.5 0 0 0 7 18.5v-1h10v1a1.5 1.5 0 0 0 1.5 1.5h2.25c.69 0 1.25-.56 1.25-1.25V13a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v5.75c0 .69.56 1.25 1.25 1.25'/%3E%3C/svg%3E")}.link-icon._sto-search:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M9 12h6M9 16h6M3 21V6c0-1.105.892-2 1.997-2h14.006C20.108 4 21 4.895 21 6v15M22 21H2'/%3E%3Cpath d='M6 21V9.083c0-.287.105-.563.293-.766A.96.96 0 0 1 7 8h10c.265 0 .52.114.707.317.188.203.293.479.293.766V21'/%3E%3C/g%3E%3C/svg%3E")}.link-icon._event:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16 2v4M8 2v4M3 9h18M19 4H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M7 13h10M7 17h10'/%3E%3C/svg%3E")}.link-icon._view:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.118 12.467a.99.99 0 0 1 0-.935C5.01 8.033 8.505 5 12 5s6.99 3.033 8.882 6.533a.99.99 0 0 1 0 .935C18.99 15.967 15.495 19 12 19s-6.99-3.033-8.882-6.533'/%3E%3Cpath stroke='%23E62128' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.429' d='M14.121 9.879A3 3 0 1 1 9.88 14.12 3 3 0 0 1 14.12 9.88'/%3E%3C/svg%3E")}.link-icon._delete:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18 6v12.75c0 1.243-1.027 2.25-2.269 2.25h-7.5A2.233 2.233 0 0 1 6 18.75V6M19.5 6h-15M10 3h4M14 10v7M10 17v-7'/%3E%3C/svg%3E")}.link-icon._edit:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m17.652 4.751-1.403-1.403a1 1 0 0 0-1.414 0L4 14.182V17h2.818L17.652 6.166a1 1 0 0 0 0-1.415M3 21h18M15.87 7.95l-2.82-2.82'/%3E%3C/svg%3E")}.link-icon._users:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M2 19c0-2.2 1.8-4 4-4h4c2.2 0 4 1.8 4 4M10.5 6c1.4 1.4 1.4 3.6 0 4.9s-3.6 1.4-4.9 0S4.2 7.4 5.5 6s3.6-1.3 5 0M16 14h3c1.7 0 3 1.3 3 3M19.3 6.7c1 1 1 2.6 0 3.5s-2.6 1-3.5 0-1-2.6 0-3.5c.9-.9 2.5-.9 3.5 0'/%3E%3C/g%3E%3C/svg%3E")}.link-icon._user:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M18.364 5.636a9 9 0 0 1 0 12.728 9 9 0 1 1 0-12.728'/%3E%3Cpath d='M17.307 19.257C16.923 17.417 14.705 16 12 16s-4.923 1.417-5.307 3.257M14.121 7.879A3 3 0 1 1 9.88 12.12 3 3 0 0 1 14.12 7.88'/%3E%3C/g%3E%3C/svg%3E")}.link-icon._reply:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M4 9.024h11c2.75 0 5 2.198 5 4.885v-.03 5.145'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8.048 13.072 4 9.024l4.048-4.048'/%3E%3C/svg%3E")}.link-icon._logout:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 19.392V7.5c0-.69-.36-1.34-.94-1.7l-4-2.5C4.72 2.46 3 3.42 3 4.99v11.89c0 .69.355 1.33.94 1.69l4 2.5c1.33.83 3.06-.125 3.06-1.7zM15 11h6M19 13l2-2-2-2M11 19h4c1.1 0 2-.9 2-2v-1'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M17 6V5c0-1.105-.9-2-2-2H5'/%3E%3C/svg%3E")}.link-icon._publish:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M12 19.056H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v8M21 18l-3 3-2-2'/%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m14.341 14.028-2.84-6-2.843 6M9.226 12.827h4.545'/%3E%3C/svg%3E")}.link-icon._archive:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 6h14M6 3h12M14.001 21H5a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3'/%3E%3C/svg%3E")}.link-icon._list:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M11 5h10M11 12h10M11 19h10M6 7H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1M6 14H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1M6 21H4a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1'/%3E%3C/g%3E%3C/svg%3E")}.link-icon._photo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m21 16.014-4.293-4.293a1 1 0 0 0-1.414 0L11 16.014'/%3E%3Cpath d='M18 21H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3'/%3E%3Cpath d='m16 21.014-6.293-6.293a1 1 0 0 0-1.414 0l-4.847 4.847M10.414 7.586a2 2 0 1 1-2.828 2.828 2 2 0 0 1 2.828-2.828'/%3E%3C/g%3E%3C/svg%3E")}.link-icon._video:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m10.616 8.153 4.86 2.914c.699.42.699 1.446 0 1.866l-4.862 2.914C9.901 16.275 9 15.754 9 14.914V9.086c0-.84.902-1.361 1.616-.933'/%3E%3Cpath d='M8.557 3.687a9 9 0 0 1 11.756 4.87 9 9 0 0 1-4.87 11.756A8.998 8.998 0 1 1 8.557 3.687'/%3E%3C/g%3E%3C/svg%3E")}.link-icon._flag:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M7 20V7M17 15V7M7 15s.625-1 2.5-1 3.125 2 5 2 2.5-1 2.5-1M7 7s.625-1 2.5-1 3.125 2 5 2S17 7 17 7'/%3E%3C/g%3E%3C/svg%3E")}.link-icon._text:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg stroke='%23495057' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M4 4.5h16M4 9.5h12M4 14.5h16M4 19.5h8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.popup{border-radius:var(--main-border-radius);display:none;font-family:var(--body-font-family);padding:30px;width:100%}.colors-field{display:flex;gap:10px;margin:0 -15px;overflow:auto;padding:3px 15px}.color-button{align-items:center;display:flex;height:48px;justify-content:center;min-width:48px;position:relative;width:48px}.color-button input{display:none}input:checked+.color-button__val{border-radius:var(--main-border-radius);box-shadow:0 0 0 3px #0000000d}input:checked+.color-button__val:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cg stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M12.155 21c-5 0-9.052-4.029-9.052-9s4.052-9 9.052-9 9.053 4.029 9.053 9-4.053 9-9.053 9'/%3E%3Cpath d='m16.179 10-5.03 5-3.017-3'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.color-button__val{border-radius:var(--main-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.color-button._white .color-button__val{background:#fff;border:1px solid #e2e5e9}.color-button._white input:checked+.color-button__val:before{filter:brightness(0) invert(.8)}.show-hint{cursor:pointer;position:relative}.show-hint__text{background:var(--bg-dark);border-radius:var(--main-border-radius);color:var(--text-white);font-size:12px;left:0;line-height:18px;margin-bottom:12px;margin-top:12px;padding:10px;position:absolute;right:0;text-align:center;top:100%;width:100%;z-index:9999}.show-hint__text:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' fill='none' viewBox='0 0 24 12'%3E%3Cpath fill='%23212529' fill-rule='evenodd' d='M12 2c3 0 6 10 12 10H0C6 12 9 2 12 2' clip-rule='evenodd'/%3E%3C/svg%3E") top no-repeat;bottom:100%;content:"";height:9px;left:50%;position:absolute;transform:translate(-50%);width:12px}.show-hint__text span{color:var(--main-red)}@media (min-width:992px){.show-hint:hover .show-hint__text{display:block}}.scroll-fix-nav.fix{left:0;margin-left:0;margin-right:0;position:fixed;right:0;top:44px;z-index:999}.promo-user-list{margin-top:15px;padding:15px 0;position:relative}.promo-user-list:before{background:var(--borders-default);content:"";height:1px;left:-15px;position:absolute;right:-15px;top:0}.promo-user-list__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.promo-user-list__header .title-h3{margin:0}.promo-user-list__list{display:flex;gap:8px;margin:0 -15px;overflow:auto;padding:0 15px}.promo-user-list+.feed__item:before{display:none}.user-promo-card{align-items:center;background:var(--bg-white);border:1px solid var(--borders-default);border-radius:15px;display:flex;flex-direction:column;gap:15px;min-width:180px;padding:15px;text-align:center;width:180px}.user-promo-card__avatar img{border-radius:50%;display:block;height:105px;-o-object-fit:cover;object-fit:cover;width:105px}.user-promo-card__info{flex:1}.user-promo-card__name{color:var(--text-black);display:-webkit-box;font-size:16px;font-weight:600;line-height:24px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.user-promo-card__nickname{color:var(--text-gray);font-size:14px;font-weight:400;line-height:22px;overflow:hidden;text-align:center;text-overflow:ellipsis}.user-promo-card__control,.user-promo-card__control .button{width:100%}.car__slider{margin-bottom:30px}.car__slider-wrapper{height:240px}.car__slider-second-photos{display:flex;gap:10px;height:240px}.car__slider-second-photos .car__slider-item{width:100%}.car__slider-more-photos{display:grid;gap:10px;grid-template-areas:"one-photo two-photos" "one-photo three-photos"}.car__slider-more-photos .car__slider-item-0{grid-area:one-photo;height:240px;width:100%}.car__slider-more-photos .car__slider-item-0 img{height:100%;width:100%}.car__slider-more-photos .car__slider-item-1{grid-area:two-photos}.car__slider-more-photos .car__slider-item-1 img{height:113px;width:100%}.car__slider-more-photos .car__slider-item-2{grid-area:three-photos}.car__slider-more-photos .car__slider-item-2 img{height:113px;width:100%}.car__slider-item{cursor:pointer;height:100%;overflow:hidden;position:relative}.car__slider-item .more-photo_text{align-items:center;background-color:#000c;border-radius:15px;color:#fff;display:flex;font-size:24px;font-weight:600;height:100%;justify-content:center;line-height:32px;position:absolute;width:100%}.car__slider-item .image-count{align-items:center;background:#000c;border-radius:var(--form-border-radius);bottom:5px;display:inline-flex;height:32px;justify-content:center;position:absolute;right:5px;width:34px}.car__slider-item .image-count:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20 18H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15.996 21H4a2 2 0 0 1-2-2V8.397M11.346 6.82a1.667 1.667 0 1 1-2.358 2.358 1.667 1.667 0 0 1 2.358-2.358'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m22 13.834-3.386-2.709a1 1 0 0 0-1.406.156l-2.572 3.215a1 1 0 0 1-1.406.156l-1.299-1.039a1 1 0 0 0-1.393.141L7 18.001'/%3E%3C/svg%3E");content:"";filter:brightness(0) invert(1);height:24px;width:24px}.car__slider-item img{border-radius:15px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.car__slider__image-text{color:#999;font-family:Exo\ 2;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.car__slider .vin-number{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:#00000080;border-radius:5px;bottom:10px;color:#fff;font-size:14px;font-weight:400;height:32px;left:10px;line-height:22px;padding:5px 10px;position:absolute;z-index:1}.car__slider img{width:100%}.--devblock{position:relative}.--devblock__message{align-items:center;background:#ffffffb3;bottom:0;color:var(--main-red);display:flex;font-size:18px;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:99}.--devblock__message span{background:var(--bg-white);border-radius:15px;display:block;padding:10px}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:400;src:local("Exo 2"),local("Exo2-Regular"),url(./exo2.CiPQpUpu.woff2) format("woff2"),url(./exo2.CMBKyBIo.woff) format("woff"),url(./exo2.k5ZtFLpw.ttf) format("truetype")}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:500;src:local("Exo 2 Medium"),local("Exo2-Medium"),url(./exo2medium.CIIKTlvg.woff2) format("woff2"),url(./exo2medium.BpSkSl5Y.woff) format("woff"),url(./exo2medium.B5XWrxJ5.ttf) format("truetype")}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:600;src:local("Exo 2 Semi Bold"),local("Exo2-SemiBold"),url(./exo2semibold.DORurw-c.woff2) format("woff2"),url(./exo2semibold.C_Ys3AHR.woff) format("woff"),url(./exo2semibold.BLA8pocA.ttf) format("truetype")}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:700;src:local("Exo 2 Bold"),local("Exo2-Bold"),url(./exo2bold.DrW2KxEx.woff2) format("woff2"),url(./exo2bold.BJjC9Cp0.woff) format("woff"),url(./exo2bold.DvEwTygk.ttf) format("truetype")}@font-face{font-family:Exo\ 2;font-style:normal;font-weight:900;src:local("Exo 2 Black"),local("Exo2-Black"),url(./exo2black.ng7wCRmw.woff2) format("woff2"),url(./exo2black.rzChqfFO.woff) format("woff"),url(./exo2black.2DfJTvdL.ttf) format("truetype")}
