@charset "UTF-8";fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}:root{--horizontal-container-padding: 60px;--topHeadHeight: 100px;--bottomHeadHeight: 50px}@font-face{font-family:Montserrat;font-weight:400;font-style:normal;font-display:swap;src:url(/build/assets/Montserrat-Regular-c3fb3673.woff)}@font-face{font-family:Montserrat;font-weight:500;font-style:normal;font-display:swap;src:url(/build/assets/Montserrat-Medium-26da28ec.woff)}@font-face{font-family:Montserrat;font-weight:600;font-style:normal;font-display:swap;src:url(/build/assets/Montserrat-SemiBold-ebc9f17c.woff)}@font-face{font-family:Montserrat;font-weight:700;font-style:normal;font-display:swap;src:url(/build/assets/Montserrat-Bold-c6153dfc.woff)}@font-face{font-family:Montserrat;font-weight:800;font-style:normal;font-display:swap;src:url(../fonts/Montserrat/Montserrat-ExtraBold.woff)}@font-face{font-family:icomoon;src:url(/build/assets/icomoon-78531b4e.eot?bf15am);src:url(/build/assets/icomoon-78531b4e.eot?bf15am#iefix) format("embedded-opentype"),url(/build/assets/icomoon-c701dd39.ttf?bf15am) format("truetype"),url(/build/assets/icomoon-b71393fa.woff?bf15am) format("woff"),url(/build/assets/icomoon-95620d74.svg?bf15am#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-]:after,[class*=" icon-"]:after{font-family:icomoon!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-youtube:after{content:"á"}.icon-twitter:after{content:"â"}.icon-search:after{content:""}.icon-right-link:after{content:"ä"}.icon-left-arrow-banner:after,.icon-right-arrow-banner:after{content:"å"}.icon-left-arrow-banner{transform:scaleX(-1)}.icon-right:after{content:"æ"}.icon-instagram:after{content:"ç"}.icon-place:after{content:""}.icon-facebook:after{content:"é"}.icon-eye:after{content:""}.icon-cart:after{content:"ë"}.icon-account:after{content:""}.icon-info:after{content:""}.icon-time:after{content:""}.icon-small-eye:after{content:""}.icon-menu:after{content:""}.icon-list-big:after{content:""}.icon-list:after{content:""}.icon-plit:after{content:""}.icon-manipuls:after{content:""}.icon-estetic:after,.icon-scalpel:after{content:""}.icon-diagnostic:after{content:""}.icon-eye_close:after{content:""}.icon-preparing:after{content:""}.icon-consults:after{content:""}.icon-docs:after{content:""}.icon-microscope:after{content:""}.icon-prices:after{content:""}.icon-arrow-back:after{content:""}.icon-aid-kit:after{content:""}.icon-delivery-truck:after{content:""}.icon-click:after{content:""}.icon-stopwatch:after{content:""}.f16{font-size:16px}*{padding:0;margin:0;border:0}*,*:before,*:after{box-sizing:border-box}body{font-family:Montserrat;color:#333;font-size:13px;line-height:18px;background-color:#fff;min-height:100%;height:100%}h2{font-size:40px;line-height:45px;font-weight:100}.text-center{text-align:center}.as-link{cursor:pointer}.flex-center{display:flex;align-items:center;justify-content:center}.justify-left{justify-content:flex-start}.resetForms{max-width:400px}.resetForms .title{font-size:24px;font-weight:600;letter-spacing:.24px;margin-bottom:15px;text-align:center}.resetForms .title2{text-align:center;font-size:33px;font-weight:400;letter-spacing:.4px;margin-bottom:30px;line-height:normal}.resetForms p{text-align:center;font-size:14px;font-weight:400;line-height:20px;max-width:320px;margin:0 40px 30px}#app{min-height:100vh;display:flex;flex-direction:column}#app>.content{flex-grow:1;position:relative}#app>.content .loading-widget{position:absolute;width:100%;height:100%}.overflow-hidden{overflow:hidden}.loading-widget{display:flex;align-items:center;justify-content:center}.flex{display:flex}.gap-60{gap:60px}.gap-48{gap:48px}.gap-80{gap:80px}.mt-20{margin-top:20px}.mt-40{margin-top:40px}.mt-35{margin-top:35px}.mb-15{margin-bottom:15px}.p10{padding:10px}.p30{padding:30px}.nopx{padding-left:0;padding-right:0}.nopy{padding-top:0;padding-bottom:0}a,a:visited,.h{color:unset;transition:color .5s ease;text-decoration:none}a:hover,a:visited:hover,.h:hover{color:#66c}.semibold{font-weight:500}ul li{list-style:none}.v-center{align-items:center}.bold{font-weight:600}.row{display:flex}.content{margin-top:110px}@media screen and (min-width: 1281px){.content{margin-top:150px}}.full-w{max-width:unset;width:100%}.between{justify-content:space-between}hr{border-bottom:1px solid #DCDCE2}.collapsible{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease-out}.collapsible>div{overflow:hidden}.open .collapsible{grid-template-rows:1fr}.hidden{display:none}.max-h-200{max-height:200px!important}.regular{font-size:14px;line-height:20px}.city-hint{position:absolute;top:45px;width:100vw;max-width:350px;background:rgba(255,255,255,.9019607843);padding:32px 48px;border-radius:18px}.city-hint:before{content:"";position:absolute;top:-10px;left:50px;transform:translate(-50%);border-left:24px solid transparent;border-right:24px solid transparent;border-bottom:10px solid rgba(255,255,255,.9019607843)}.city-hint h4{font-size:24px;font-weight:600;line-height:32px;text-align:center;display:block;margin-bottom:20px}.city-hint .btn-primary{padding-left:20px;padding-right:20px;width:100%;max-width:230px;margin:auto}@media screen and (max-width: 550px){.city-hint{position:fixed;top:100px;box-shadow:0 0 7px #d3d3d3;right:10%;max-width:306px}.city-hint:before{content:none}}@media screen and (max-width: 480px){.modal-form.auth{padding:0}.modal-form.auth button{max-width:unset}}.container{width:100%;padding:0px var(--horizontal-container-padding);max-width:1440px;margin-left:auto;margin-right:auto}.content-column{max-width:calc(100% - 266px)}@media screen and (max-width: 480px){.content-column{max-width:100%}}header{background-color:#fff;width:100%;z-index:995;box-shadow:0 0 12px #0003;position:fixed;top:0}header .punkt{line-height:40px;display:block;padding:0 15px;transition:background-color .5s ease,color .5s ease}header .punkt:after{margin-left:7px;opacity:0;transition:opacity .5s ease}header .punkt:hover{background-color:#6666cc1a}header .punkt:hover:after{opacity:1}header .lmenu{display:flex;column-gap:30px}header .top{display:flex;justify-content:space-between;column-gap:60px;height:var(--topHeadHeight)}header .top .container{align-items:center;column-gap:60px;position:relative}header .top .search{max-width:500px;width:100%;padding:1px 0;position:relative}header .top .search input{width:100%;border-radius:33px;border:1px solid #DCDCE2;height:40px;padding-left:20px;padding-right:80px;font-weight:400;font-size:13px;line-height:18px;display:flex;align-items:center;color:#333;opacity:.5}header .top .search button{filter:drop-shadow(0px 1px 11px rgba(102,102,204,.4));cursor:pointer;position:absolute;top:0;right:0;height:100%;width:60px;background-color:#66c;border:unset;border-radius:14px;transition:background-color .6s ease}header .top .search button:after{font-size:24px;color:#fff}header .top .search button:hover{background-color:#8c8ce4}header .top .top-items{min-width:425px;align-items:center}header .top .btn-group{width:63px}header .top .count-informer{position:absolute;top:-10px;right:-10px;height:18px;min-width:18px;display:flex;justify-content:center;align-items:center;border-radius:100%;background:#6666CC;font-weight:500;font-size:10px;line-height:10px;text-align:center;color:#fff}header .top .phone{font-size:16px;line-height:22px;font-weight:600;transition:color .5s ease}header .top .phone:hover{color:#66c}@media screen and (max-width: 1280px){header .top .top-head-logo img{height:47px}header .top .dropdown{display:none}header .top .top-items{min-width:unset}}header .bottom{border-top:1px solid #F0F0FA;height:var(--bottomHeadHeight);display:flex;align-items:center;justify-content:center}header .bottom .place{display:flex;align-items:center;column-gap:6px;cursor:pointer}header .bottom .place i{font-size:16px;color:#8c8ce4}header .bottom .right-menu,header .bottom .left-menu{display:flex;align-items:center;column-gap:40px}header .bottom .right-menu{column-gap:20px;margin-right:20px}@media screen and (max-width: 1150px){header .bottom .right-menu{display:none}}header .menu{flex-grow:1}header .green{color:#00a651}header .green:hover a{color:#00a65180}header .space{margin:0 40px 0 36px}header .menu-item{background-color:unset}header .menu-group-header{font-weight:600;font-size:13px;margin-top:10px}header .lmenu .dropdown .menu-item,header .lmenu .dropdown .change-mode{line-height:23px!important}@media screen and (max-width: 768px){header .top .search{position:absolute;right:16px;top:65px;left:16px;max-width:unset;width:unset}header .nomobile{display:none!important}header .main-menu{position:absolute;top:16px;right:5px}header .lmenu{position:absolute;top:20px;left:62px;display:none}header .top .btn-group{margin-right:42px}header.opened .top .top-head-logo,header.opened .top .icon-cart,header.opened .top form{display:none}header.opened .bottom{height:0}header.opened .lmenu{display:flex}}@media screen and (max-width: 768px) and (max-width: 480px){header.opened.showSub{display:none}header.opened .search{display:none}}.noico .punkt:after{display:none}.burger{cursor:pointer;transition:background-color .5s ease;width:24px;height:24px;margin-right:10px;position:relative}.burger i{width:100%;position:absolute;height:1px;background-color:#000;opacity:.6;transition:top .5s ease,transform .5s ease,bottom .5s ease,width .5s ease,background-color .5s ease}.burger i:nth-child(1){top:5px}.burger i:nth-child(2){top:50%;transform:translateY(-50%)}.burger i:nth-child(3){bottom:5px}.open .burger i:nth-child(1),.opened .burger i:nth-child(1){transform:rotate(45deg);top:11px}.open .burger i:nth-child(2),.opened .burger i:nth-child(2){width:0}.open .burger i:nth-child(3),.opened .burger i:nth-child(3){transform:rotate(-45deg);bottom:11px}menu>.bold{text-transform:uppercase;cursor:pointer}menu .menu-inner{display:none}.mobile-phone{display:none;position:absolute;top:50px;right:15px;z-index:999}@media screen and (max-width: 768px){.mobile-phone{display:block}}footer{padding-top:55px;background-color:#23113f}footer .menu-item:after{display:none}footer a{display:block;color:#fff;margin-bottom:10px}footer a:visited,footer .h{color:#bcbcbc}footer .description{color:#fff6}footer .heading{padding-right:40px;border-right:1px solid rgba(255,255,255,.1019607843)}footer .heading .bold{font-size:18px;line-height:18px}footer .heading .description{margin-bottom:15px}footer .heading>div{margin-bottom:25px}footer .heading>div:last-child{margin-bottom:0}footer .services{flex-grow:2;flex-wrap:wrap;padding:0 40px;row-gap:40px;justify-content:center}footer .services .group{width:30%}footer .categories{display:flex;justify-content:end;padding-left:40px;border-left:1px solid rgba(255,255,255,.1019607843)}footer .title{text-transform:uppercase;font-weight:600;color:#fff;margin-bottom:20px}footer .bottom{border-top:1px solid rgba(255,255,255,.1019607843);margin-top:40px;padding-right:300px}footer .bottom .v-center a{font-size:14px;margin-left:20px;margin-bottom:0}footer .bottom .row{font-size:10px;line-height:12px;justify-content:space-between;padding:22px 0}footer .bottom .row a{display:inline}footer .bottom .row .white{color:#fff}footer .bottom .v-center{display:flex;align-items:center}footer .wrap{flex-wrap:wrap}@media screen and (max-width: 1280px){footer .services{justify-content:flex-start;order:2;padding:40px 0 0;border-top:1px solid;margin-top:20px}footer .services .group{width:50%}footer .categories,footer .heading{border:none;padding:0;width:50%}footer .categories{justify-content:start}}@media screen and (max-width: 720px){footer .bottom .row{flex-wrap:wrap}footer .bottom .row>div{width:100%}footer .bottom .row>div:last-child{order:-1;margin-bottom:15px}}@media screen and (max-width: 480px){footer .heading{text-align:center;width:100%}footer .heading .bold{font-size:24px;line-height:32px}footer .services{order:unset;row-gap:0;padding:0}footer .services .group{width:100%}footer .categories,footer .categories>div{width:100%}footer .bottom{text-align:center;padding:unset;border:none;margin-top:10px}footer .bottom .v-center{justify-content:center;margin-bottom:30px!important}footer .bottom>div{max-width:350px}footer .bottom .c-right{margin-top:10px;display:block}footer .group,footer .categories{position:relative;border-bottom:1px solid rgba(255,255,255,.1019607843);padding:20px 0}footer .group .title,footer .categories .title{margin:0;line-height:20px;font-size:16px}}.dropdown{position:relative}.dropdown:before{transition:border-top .5s ease,transform .5s ease;content:"";display:block;position:absolute;right:0;top:0;margin-top:8px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333333}.dropdown .dropdown-wrapper{z-index:30;box-shadow:0 5px 7px #3336;visibility:hidden;transform:translateY(-10px) translate(-50%);transition:transform .5s ease,opacity .5s ease,visibility .5s linear;opacity:0;width:-moz-max-content;width:max-content;position:relative;margin-top:10px;left:50%;max-height:300px;top:100%;overflow-y:auto;background-color:#fff;border-top:2px solid #6666CC;position:absolute}.dropdown .inner{padding:10px 16px 10px 0}.dropdown:hover:before{transform:rotate(180deg)}.dropdown:hover .dropdown-wrapper,.dropdown:hover.open .dropdown-wrapper{opacity:1;transform:translateY(0) translate(-50%);pointer-events:all;visibility:visible}.sidemenu{position:sticky;top:200px}.sidemenu.relative{position:relative;top:0}.contact-block .phone{font-size:16px;line-height:22px;font-weight:600;transition:color .5s ease}.contact-block .title{color:#3336;margin-bottom:5px;font-size:13px}.contact-block a{display:block;margin-bottom:10px;padding:0!important}.contact-block .work-time{font-weight:400;font-size:16px;margin-bottom:10px;line-height:16px;color:#333}.gmenu .side-menu{display:flex;flex-direction:column}.gmenu .contact-block{flex-grow:1}.gmenu .base-menu{padding-right:55px!important}.gmenu .base-menu .menu-item{line-height:52px;height:52px;border-bottom:1px solid #DCDCE2;display:flex;align-items:center;font-size:12px;text-transform:uppercase;position:relative}.gmenu .base-menu .menu-item span{line-height:20px}.gmenu .base-menu .menu-item i{font-size:24px;margin-right:11px}.gmenu .base-menu .menu-item.active,.gmenu .base-menu .menu-item:hover{background-color:#ececfd!important;border-bottom:none}.gmenu .base-menu .menu-item.active span,.gmenu .base-menu .menu-item.active i,.gmenu .base-menu .menu-item:hover span,.gmenu .base-menu .menu-item:hover i{z-index:1}.gmenu .base-menu .menu-item.active:before,.gmenu .base-menu .menu-item:hover:before{background-color:#ececfd;content:" ";top:0;left:-20px;bottom:0;right:-10px;position:absolute;z-index:0}.gmenu .base-menu .menu-item.active:after,.gmenu .base-menu .menu-item:hover:after{border-left-color:#66c;border-top-color:#66c}.gmenu .base-menu .menu-item:after{content:"";position:absolute;width:6px;height:6px;right:4px;top:27px;transform-origin:top center;border-left:1px solid #DCDCE2;border-top:1px solid #DCDCE2;transform:rotate(135deg) translateY(-50%);transition:transform .5s ease,border-top .5s ease}.gmenu .contact-block,.gmenu .base-menu{background:linear-gradient(90deg,rgb(255,255,255) 88%,rgb(245,245,245) 100%);padding:40px 0;position:relative}.gmenu .contact-block:before,.gmenu .base-menu:before{content:" ";position:absolute;top:0;bottom:0;background-color:#fff;left:-400px;width:400px}.menu-item.green{font-weight:600}.gmenu{display:flex;position:fixed;left:0;right:0;top:0;bottom:100%;padding-top:110px;background-color:#f5f5f5;transition:all .5s ease;z-index:9;overflow:hidden}.gmenu .green{color:#00a651}.gmenu .green:hover a{color:#00a65180}.gmenu.open{bottom:0}.gmenu .menuarea{margin-left:8px;background:white;flex-grow:1;position:relative}.gmenu .menuarea .back{display:none}.gmenu .menuarea:before{content:" ";background-color:#dcdce2;width:1px;left:-11px;top:30px;bottom:30px;position:absolute}.gmenu .menuarea .current-group{display:none}.gmenu .side-menu{width:30%;padding-left:calc(var(--horizontal-container-padding) - 20px);padding-right:20px;z-index:1;overflow:auto}.gmenu .side-menu a{padding:0 11px 0 20px;display:block}.gmenu .side-menu a:hover{background-color:#ececfd}.gmenu .side-menu a:hover .category:after{border-color:#66c}.gmenu .side-menu .category{display:flex;padding:15px 0;align-items:center;border-bottom:1px solid #DCDCE2;position:relative}.gmenu .side-menu .category img{margin-right:11px}.gmenu .side-menu .category i{font-size:24px;margin-right:11px}.gmenu .side-menu .category strong{text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;display:block;margin-right:12px;overflow:hidden}.gmenu .side-menu .category:after{content:"";position:absolute;width:6px;height:6px;right:23px;top:50%;transform-origin:top center;border-left:1px solid #DCDCE2;border-top:1px solid #DCDCE2;transform:rotate(135deg) translateY(-50%)}.gmenu .side-menu .mobile-menu{padding:20px 11px 40px 20px;display:none}.gmenu .side-menu .mobile-menu hr{margin:20px 0}.gmenu .side-menu .mobile-menu:before{content:" ";position:absolute;left:0;right:0;top:0;height:200px}.gmenu .side-menu .mobile-menu a{padding:10px 0}.gmenu .lang-selector{display:none}@media screen and (max-width: 1150px){.gmenu .side-menu .mobile-menu{display:block}}@media screen and (min-width: 1440px){.gmenu .side-menu{padding-left:calc(var(--horizontal-container-padding) - 20px + (100% - 1440px) / 2)}}@media screen and (min-width: 1281px){.gmenu{padding-top:150px}}@media screen and (max-width: 768px){.gmenu.open{padding-top:60px}.gmenu .menuarea{display:none}.gmenu .side-menu{padding:0;width:100%}.gmenu .mobile-menu{background-color:#fff;padding-bottom:20px!important}.gmenu{background-color:#fff}.gmenu .base-menu{background-color:#f5f5f5}.gmenu .lang-selector{order:-2;background-color:#fff;display:block;padding:0 11px 30px 20px}.gmenu .lang-selector span,.gmenu .lang-selector a{margin-right:20px;font-size:13px;line-height:16px;border-bottom:2px solid white;display:inline;padding:0}.gmenu .lang-selector span.active,.gmenu .lang-selector a.active{font-weight:700;border-color:#66c}}.gmenu .right-menu{display:none}@media screen and (max-width: 1150px){.gmenu .right-menu{display:block;order:-3;gap:20px;display:flex;flex-direction:column;padding:20px 0;background:linear-gradient(90deg,rgb(255,255,255) 88%,rgb(245,245,245) 100%)}.gmenu .right-menu .hidden{display:none}}@media screen and (max-width: 480px){.gmenu .base-menu{padding-right:10px!important;padding-top:0;order:-1}.gmenu .contact-block{padding:20px}.gmenu.open .menuarea{position:fixed;display:none;z-index:9;top:0;left:0;right:0;bottom:0;max-width:unset;margin:0;padding-top:24px}.gmenu.open .menuarea .menuwrapper{padding:0 20px}.gmenu.open .menuarea .menuwrapper .current-group{font-weight:700;font-size:12px;color:#333;text-transform:uppercase;border-top:1px solid #DCDCE2;border-bottom:1px solid #DCDCE2;margin-bottom:30px;height:56px;align-items:center;display:flex}.gmenu.open .menuarea.show-submenu{display:block}.gmenu.open .menuarea .back{display:block;display:flex;font-size:20px;margin-bottom:30px}.gmenu.open .menuarea .back i{display:block}}button:disabled{cursor:not-allowed}.btn-pic{position:relative}.btn-pic:after{width:100%;height:100%;color:#333;transition:color .5s ease}.btn-pic[class^=icon-]:after,.btn-pic[class*=" icon-"]:after{font-size:24px}.btn{cursor:pointer;background:none}.btn:disabled{background-color:#33333324}.btn:disabled span{color:#33333380}.btn-primary{text-align:center;font-size:13px;font-weight:600;line-height:13px;letter-spacing:.13px;text-transform:uppercase;border-radius:14px;background-color:#66c;padding:17px 0;max-width:180px;display:block;color:#fff!important;transition:background-color .5s ease}.btn-primary:hover{color:#fff;background-color:#8c8ce4}.btn-primary.disabled{background-color:#33333324}.btn-primary.disabled span{color:#33333380}.btn.flat{color:#66c!important;background:none;padding:0;display:inline}.btn.flat.strong{font-weight:500}.btn-clear{background:none;border:1px solid white;border-radius:25px}.btn.flat.green{color:#00a651!important}.common-errors{margin-top:30px;color:red}.forgot-block{position:relative}.forgot-block a{font-size:12px;position:absolute;right:0;top:-16px}.doc-specs{gap:5px!important;justify-content:flex-start!important;margin-bottom:50px}.doc-specs .btn-primary{border:1px solid gray;white-space:nowrap;padding:10px 20px;border-radius:5px;max-width:unset;font-size:13px;text-transform:none;color:#333!important}.doc-specs .btn-primary.toggle{border-color:#fff;color:#66c!important;display:flex;align-items:center;gap:10px;padding:8px 20px}.doc-specs .btn-primary.active{background:#f0f0fa;border-color:#66c;color:#66c!important}.doc-specs .hidden{display:none!important}@media screen and (max-width: 1024px){:root{--horizontal-container-padding: 30px}}@media screen and (max-width: 768px){:root{--horizontal-container-padding: 16px}}@media screen and (max-width: 1280px){:root{--topHeadHeight: 60px}}body::-webkit-scrollbar,.green-scroll::-webkit-scrollbar{width:5px;height:5px}body::-webkit-scrollbar-track,.green-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:28px}body::-webkit-scrollbar-thumb,.green-scroll::-webkit-scrollbar-thumb{border-radius:28px;background:#00A651}.ctrl button{cursor:pointer;background:none}.c-slider{height:630px;position:relative;overflow:hidden;margin-bottom:50px;cursor:pointer;touch-action:pan-y}.c-slider .slider-wrapper{transition:transform .5s ease}.c-slider .ctrl{position:absolute;right:80px;top:60px;z-index:9}.c-slider .ctrl button{color:#fff;font-size:12px}.c-slider .ctrl button:first-child{margin-right:15px}.c-slider .nav{position:absolute;right:80px;bottom:60px;display:flex;column-gap:10px}.c-slider .nav .bulet{border:1px solid white;height:10px;width:10px;border-radius:50%;position:relative;overflow:hidden}.c-slider .nav .bulet:after{content:" ";position:absolute;background-color:#fff;width:8px;height:8px;border-radius:50%;left:-8px;transition:all 2s ease}.c-slider .nav .bulet.active:after{left:0}.c-slider .frame{background-size:cover;background-position:top center;height:100%;width:100%;display:block;position:absolute;transition:all 2s ease;opacity:0;display:flex;align-items:center;justify-content:space-between;padding:80px;color:#fff;left:100%}.c-slider .frame img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;z-index:-1}.c-slider .frame.g-tl:before,.c-slider .frame.g-tr:before{position:absolute;width:100%;height:100%;left:0;content:" "}.c-slider .frame.gray.g-tl:before{background:linear-gradient(246deg,#8993A7 4.79%,rgba(216,216,216,0) 38.03%),linear-gradient(102deg,#8993A7 5.83%,rgba(198,198,198,0) 41.69%)}.c-slider .frame.blue.g-tl:before{background:linear-gradient(103deg,#66C 0%,rgba(196,196,196,0) 55.67%),linear-gradient(258deg,#66C 7.02%,rgba(196,196,196,0) 32.61%)}.c-slider .frame .left-panel{z-index:2}.c-slider .frame .tesises,.c-slider .frame .services{display:flex;z-index:2;flex-shrink:0}.c-slider .frame .left-panel{font-size:13px;font-style:normal;font-weight:400;line-height:18px;max-width:500px}.c-slider .frame .left-panel .title{margin-top:20px;font-size:65px;font-style:normal;font-weight:400;line-height:65px;text-transform:uppercase}.c-slider .frame .left-panel .title b{font-weight:700}.c-slider .frame .left-panel .price{font-size:1.4rem;font-style:normal;font-weight:500;line-height:normal;margin:30px 0}.c-slider .frame .left-panel .price span{font-size:.9rem;text-decoration:line-through;margin-left:8px;font-weight:400}.c-slider .frame .tesises{width:190px;flex-direction:column;align-items:end;row-gap:40px}.c-slider .frame .tesises .items p{padding:18px 0;border-top:1px solid white}.c-slider .frame .tesises .items p:last-child{border-bottom:1px solid white}.c-slider .frame .services{width:440px;height:440px;flex-wrap:wrap}.c-slider .frame .services .service{width:50%;font-size:18px;padding:30px;border:1px solid white;margin-left:-1px;margin-top:-1px;display:flex;flex-direction:column;background-color:#6666cc1a;transition:background-color .5s ease,transform .5s ease;justify-content:space-between}.c-slider .frame .services .service a{justify-content:space-between}.c-slider .frame .services .service a:hover{color:#fff}.c-slider .frame .services .service:hover{transform:scale(.92);background-color:#66c9}.c-slider .frame .services .service p{line-height:24px;flex-grow:1}.c-slider .frame .services .service .price b{flex-grow:1}.c-slider .frame.prev{left:-100%}.c-slider .frame.prev,.c-slider .frame.next{opacity:0}.c-slider .frame.current{left:0;opacity:1}@media screen and (max-width: 1160px){.c-slider .frame{padding:80px 20px}.c-slider .frame .left-panel .title{font-size:32px;line-height:34px}.c-slider .frame .services{width:300px;height:400px}.c-slider .frame .services .service{padding:15px}.c-slider .ctrl,.c-slider .nav{right:20px}}@media screen and (max-width: 690px){.c-slider{height:500px}.c-slider .ctrl{display:none}.c-slider .left-panel{max-width:unset;width:100%;text-align:center}.c-slider .left-panel p{font-size:12px}.c-slider .left-panel .title{font-size:30px}.c-slider .left-panel button{padding:0 10px;margin:20px auto}.c-slider .frame{align-items:flex-start;padding-top:0}.c-slider .frame .left-panel{margin-top:40px;font-size:9px}.c-slider .frame .left-panel .title{font-size:26px;line-height:28px}.c-slider .frame .left-panel .price{margin:22px 0}.c-slider .frame .tesises,.c-slider .frame .services{display:none}.c-slider .frame .services .service{padding:15px}}.gallery{position:relative}.gallery .frame{transition:.5s}.gallery .ctrl{position:absolute;font-size:21px;display:flex;align-items:center;gap:10px}.gallery .ctrl.shield{padding:20px;background:rgba(255,255,255,.5019607843);border-radius:14px}.gallery .ctrl.top{top:-85px;right:0}.gallery .ctrl.bottom{bottom:20px;right:20px}.slider-wrapper{width:100%;height:100%;margin:0 auto;overflow:hidden;position:relative}.slider-wrapper .slider{display:flex;transition:transform .3s ease-in-out}.slider-wrapper .slider .frame{flex:0 0 100%}.slider-wrapper .slider .doc{width:220px;margin-right:45px;display:flex;flex-direction:column;row-gap:30px;color:#333;font-size:13px;flex-basis:220px}.dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#33333380;transition:all .2s ease-in;z-index:999}.no-overflow{overflow:hidden}.modal-form{width:100%;min-height:100px;max-height:846px;background-color:#fff;border-radius:10px;padding:70px;max-width:1000px;position:relative;font-family:Arial,Helvetica,sans-serif;font-size:1em;margin:20px}.modal-form>.flex{overflow:hidden;height:calc(95vh - 140px)}.modal-form .btn-green{font-weight:600;font-size:13px;line-height:13px;letter-spacing:.01em;text-transform:uppercase;color:#00a651;margin-top:20px}.modal-form.dialog-analize{max-height:80vh}.modal-form.dialog-analize .green-scroll{max-height:calc(80vh - 140px)!important;padding:20px 10px}@media screen and (max-width: 768px){.modal-form{padding:40px 0}.modal-form.city-select{padding:40px 20px}.modal-form>.flex{overflow:hidden;height:568px;padding:20px 0;position:relative}.modal-form>.flex .tabs,.modal-form>.flex form{background-color:#fff}.modal-form .modal-form{margin:20px;padding:70px 20px}.modal-form .form-description{display:none}.modal-form .form-side{flex-basis:100%;height:100%;max-width:410px;margin:auto;padding:0 10px}.modal-form.dialog-analize .green-scroll{max-height:calc(80vh - 40px)!important;padding:20px 10px}}.v-enter-active,.v-leave-active{transition:opacity .5s ease}.v-enter-from,.v-leave-to{opacity:0}.btn-close{width:25px;height:25px;position:absolute;background:none;right:20px;top:5px;z-index:2}.ico-cross:before,.ico-cross:after{content:"";top:50%;left:0;width:100%;height:1px;background-color:#000;position:absolute;transform:rotate(45deg) translateY(50%)}.ico-cross:after{transform:rotate(-45deg) translateY(-50%)}.form-description{background-color:#f5f5f5;border-radius:30px;padding:50px 36px;height:-moz-fit-content;height:fit-content;font-family:Arial,Helvet}.form-description strong{font-weight:600;font-size:16px;line-height:22px;letter-spacing:.01em;margin-bottom:10px;display:block}.informer{padding:12px 12px 12px 48px;border-radius:14px;background:rgba(102,102,204,.1);margin-bottom:20px;position:relative}.informer .icon-info{position:absolute;top:11px;left:15px;color:#66c;font-size:24px}.informer:after{top:16px;left:16px;position:absolute}.infos{border-bottom:1px solid #DCDCE2;padding-bottom:10px;margin-bottom:30px}.infos>div{height:56px;display:flex;align-items:center;margin-bottom:20px}.infos>div img{margin-right:20px;width:56px;height:56px}.half{flex-basis:50%}.form-side{padding-right:50px;margin-right:20px;max-height:730px;overflow:scroll}.form-side .title{font-weight:600;font-size:24px;line-height:32px;text-align:center;letter-spacing:.01em;color:#333;width:100%;margin-bottom:40px}.form-side .btn-blue{background-color:#66c;border-radius:14px;color:#fff;height:48px;border:1px solid #DCDCE2;font-weight:400;font-size:14px;line-height:14px;letter-spacing:.01em;margin-top:10px;width:100%}.form-side .info-form{text-align:center;margin-top:16px}.form-side .btn-green{width:100%;padding:15px}.tabs{margin-bottom:40px}.field{padding-bottom:24px;position:relative}.field.error{padding-bottom:0}.field.error .multiselect__tags{border-color:red}.field i.handler{position:absolute;top:14px;right:28px}.field .radio:before{content:" ";background-color:#fff;position:absolute;width:24px;height:24px;border-radius:50%;left:0;top:6px;border:0px solid #66c;transition:border-width .5s ease}.field .radio.active:before{border-width:6px}.field .multiselect__tags{height:48px;padding:0 40px 0 15px;border-radius:24px;border:1px solid #DCDCE2}.field .multiselect__tags .multiselect__placeholder{color:#757575;margin-left:10px}.field .multiselect__tags .multiselect__single{margin-left:10px}.field .multiselect__tags span.multiselect__single,.field .multiselect__tags .multiselect__placeholder,.field .multiselect__tags input{line-height:30px;padding:9px 0;background:none}.field .multiselect__content,.titem .multiselect__content{width:100%;overflow:hidden}.field .multiselect__content .multiselect__option,.titem .multiselect__content .multiselect__option{white-space:pre-line}.field .radio,.titem .radio{font-size:13px;font-weight:400;cursor:pointer;padding:6px 6px 6px 36px;position:relative;height:36px;display:flex;align-items:center}.field .input,.titem .input{height:48px;border-radius:38px;border:1px solid #DCDCE2;padding:0 24px;font-weight:400;font-size:14px;line-height:14px;letter-spacing:.01em;color:#333;width:100%}.field .error,.field .hint,.titem .error,.titem .hint{color:red;display:none;padding-left:24px;line-height:24px}.field .hint,.field .caption,.titem .hint,.titem .caption{display:block;color:#333}.field .hint,.titem .hint{opacity:.5}.field .caption,.titem .caption{margin-left:15px}.field.error input,.titem.error input{border-color:red}.field.error .error,.titem.error .error{display:block}.field .multiselect .multiselect__select,.titem .multiselect .multiselect__select{top:5px;margin-right:10px}.field .multiselect .multiselect__option--highlight,.field .multiselect .multiselect__option--highlight:after,.titem .multiselect .multiselect__option--highlight,.titem .multiselect .multiselect__option--highlight:after{background-color:#ececfd;color:#333}.titem.dropdown:before{display:none!important}.tabs{border-bottom:1px solid #DCDCE2;display:flex;width:100%;justify-content:center;column-gap:30px}.tabs.left{justify-content:flex-start}.tabs .titem{border-bottom:1px solid #fff;color:#dcdce2;padding-bottom:9px;font-weight:600;font-size:12px;line-height:18px;letter-spacing:.01em;text-transform:uppercase;background:none;transition:color .5s ease;margin-bottom:-1px;border-color:#dcdce2;cursor:pointer}.tabs .titem.active{border-color:#66c;border-width:2px;color:#333}.tab-panel{display:none}.tab-panel.active{display:block}.c-advantages .images .slider{border-radius:8px;height:100%}.c-advantages .images .slider .frame img{border-radius:8px;width:100%;height:100%;object-fit:cover}.c-advantages .gallery{width:50%}.c-advantages .items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;font-size:14px;line-height:20px;margin-bottom:50px}.c-advantages .items .item{display:flex;flex-direction:column}.c-advantages .items .item img{width:56px;height:56px}.c-advantages .items .item img,.c-advantages .items .item b{display:block}.c-advantages .items .item b{margin-bottom:15px}.c-advantages .items .item p,.c-advantages .items .item b{font-size:13px}.c-advantages .items.has-image{width:50%;grid-template-columns:1fr 1fr}.c-advantages.col-four .items{grid-template-columns:1fr 1fr 1fr 1fr}.c-advantages .title{font-size:40px;font-weight:400;line-height:49px;margin-bottom:50px}.c-advantages img,.c-advantages i{margin-bottom:25px}.c-advantages .gallery{margin:0 auto}@media screen and (max-width: 1200px){.c-advantages .items{grid-template-columns:1fr 1fr 1fr;gap:20px}}@media screen and (max-width: 924px){.c-advantages .items{grid-template-columns:1fr 1fr;gap:20px}}@media screen and (max-width: 480px){.c-advantages .items{display:flex;flex-direction:column;gap:40px}.c-advantages .items .item{display:flex;flex-direction:row}.c-advantages .items .item b{margin-bottom:10px}.c-advantages .items img{margin-right:25px;margin-bottom:0;width:53px;height:47px}}@media screen and (max-width: 768px){.c-advantages .gallery{width:100%}}.c-advantages .two-columns{display:flex;gap:50px}@media screen and (max-width: 1060px){.c-advantages .two-columns{flex-wrap:wrap}.c-advantages .two-columns .items,.c-advantages .two-columns .images{width:100%}.c-advantages .two-columns .images{height:100%}}.apointment{border-radius:30px;background-color:#ececfd;max-width:530px;width:100%}.heading-title span{font-size:40px;font-weight:400;line-height:normal;letter-spacing:.4px;margin-right:36px;white-space:nowrap}.heading-title a{font-size:12px;font-weight:600;text-transform:uppercase;color:#00a651;white-space:nowrap}.heading-title a:after{margin-left:10px}@media screen and (max-width: 480px){.heading-title span{width:100%;display:flex;margin:0}}.c-service-list{margin-bottom:50px}.c-service-list .extend{margin-right:50px;flex-grow:1}.c-service-list .extend .row{column-gap:10px}.c-service-list .items,.c-service-list .column{display:flex;flex-direction:column}.c-service-list .items b,.c-service-list .column b{margin-bottom:15px;font-size:16px;font-weight:600;line-height:20px;letter-spacing:.16px;margin-top:50px}.c-service-list .items{line-height:18px;letter-spacing:.13px}.c-service-list .items .addition{opacity:.4}.c-service-list .items a{margin-bottom:15px}.c-service-list .items button{color:#3336!important;background:unset;text-align:left}.c-service-list .column{flex-basis:33.33%}@media screen and (max-width: 1300px){.c-service-list>.container{flex-wrap:wrap}.c-service-list .extend{width:100%;margin:0}.c-service-list .apointment{margin:40px auto 0}}@media screen and (max-width: 480px){.c-service-list .apointment{max-width:unset;width:calc(100% + 2 * var(--horizontal-container-padding));margin-left:calc(-1 * var(--horizontal-container-padding));margin-right:calc(-1 * var(--horizontal-container-padding));border-radius:0}.c-service-list .row{flex-direction:column;margin-top:34px}.c-service-list .row .column{border-top:1px solid #DCDCE2;padding:20px 0}.c-service-list .row .column:last-child{border-bottom:1px solid #DCDCE2}.c-service-list .row b{margin:0}}.c-doclist{margin-bottom:150px}.c-doclist>.container{flex-direction:column}.c-doclist .heading-title{margin-bottom:50px;display:flex;align-items:flex-end}.c-doclist .heading-title .currentpage{display:contents}.c-doclist .heading-title .grow{flex-grow:1}.c-doclist .slider{width:100%;overflow:hidden}.c-doclist .slider .inner{width:400%;display:flex}.c-doclist .doc{display:flex;flex-direction:column;row-gap:15px;color:#333;font-size:13px}.c-doclist .doc .name{font-size:16px;font-weight:600;line-height:20px;letter-spacing:.16px;margin-bottom:10px;height:40px;display:block;overflow:hidden;opacity:1}.c-doclist .doc p{font-weight:400;line-height:18px;opacity:.4;margin-bottom:10px;height:36px;overflow:hidden}.c-doclist .doc span{font-weight:500;line-height:18px}.c-doclist .doc .img-wrapper{overflow:hidden;background-color:#fff;box-shadow:0 0 1px #aaa;border-radius:8px;margin-bottom:10px}.c-doclist .doc .img-wrapper img{width:100%;height:270px;object-fit:cover;display:block}@media screen and (max-width: 446px){.c-doclist .doc .img-wrapper img{height:470px}}@media screen and (max-width: 768px){.c-doclist .ctrl{display:none}}.c-doclist .full{flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:flex-start}.c-doclist .full .doc{margin:0}.c-doclist .show-more{text-align:center;margin-top:50px;padding-top:60px;width:100%;border-top:1px solid #DCDCE2}.c-doclist .show-more a{color:#00a651!important;align-items:center;display:flex;gap:10px;margin:0 auto}.doc-info{margin-top:40px;padding-bottom:80px;border-bottom:1px solid #DCDCE2}.doc-info .img-wrapper{max-width:360px}.doc-info .img-wrapper img{border-radius:8px}.doc-info .description{max-width:650px}.doc-info .title{font-size:40px;line-height:46px}.doc-info .specs{color:#333;font-size:14px;line-height:20px;max-width:340px;margin-top:25px;opacity:.5}.doc-info .column{max-width:140px;gap:10px}.doc-info .column strong{font-size:20px;font-weight:500}.doc-info .quote .ico{margin:30px 0 15px}.doc-blocks h3{font-size:20px;line-height:26px;font-weight:300;color:#333;margin-bottom:30px}.doc-small{border:1px solid #DCDCE2;padding:30px;border-radius:30px}@media screen and (max-width: 480px){.c-doclist .heading-title{flex-direction:column!important;justify-content:flex-start;align-items:flex-start!important;gap:15px}.c-doclist .heading-title span{font-size:32px}.c-doclist .ctrl{width:100%;justify-content:flex-end}.container.flex.full.justify-left .doc.frame{width:calc(100% - 20px)}.doc-info{flex-direction:column-reverse}.doc-info .title{font-size:30px}.doc-info .description .specs,.doc-info .description .flex{margin-top:10px}}.c-text{margin-top:20px;margin-bottom:50px}.c-text a{color:#66c}.c-text h2,.c-text h3{margin-bottom:10px;font-weight:100}.c-text h2{font-size:24px}.c-text h3{font-size:20px}.c-text h2 a,.c-text h3 a{color:#333!important}.c-text .article{font-size:40px!important;line-height:42px;font-weight:100!important;margin-bottom:20px!important}.c-text .tags{display:flex;gap:21px;margin-bottom:50px}.c-text .tags .badge{font-size:13px;color:#fff;padding:5px 8px;border-radius:8px}.c-text .tags .badge.violet{background-color:#66c}.c-text .tags .badge.green{background-color:#00a651}.c-text p,.c-text ul{margin-bottom:30px}.c-text p,.c-text li{font-size:14px;line-height:20px}.c-text h4{margin-bottom:28px;margin-top:50px;font-size:20px;font-weight:400}.c-text ol,.c-text ul{gap:15px;display:flex;flex-direction:column}.c-text ol li,.c-text ul li{padding-left:30px;position:relative}.c-text ol{margin-left:35px;margin-bottom:40px;gap:30px}.c-text ol li{padding-left:12px}.c-text ul{margin-left:20px}.c-text ul li:before{display:block;content:" ";position:absolute;left:0%;width:6px;height:6px;top:7px;border-radius:50%;background-color:#66c}.c-text.wimg .container{max-width:1280px;display:flex;gap:120px}.c-text.wimg .container img{border-radius:8px}.c-text.wimg .container h2{font-size:40px;font-weight:100;line-height:45px;margin-bottom:0}.c-text.wimg .container .col:first-child{display:flex;flex-direction:column;justify-content:center;gap:40px}.seo-style{color:#33333380}.seo-style .container p{font-size:14px;line-height:20px;margin-bottom:20px}.mirror>.container{flex-direction:row-reverse}.article-block{margin-top:50px}.news-item{display:flex;flex-direction:column}.news-item .news-image-wrapper{width:100%;position:relative;margin-bottom:30px;border-radius:8px;overflow:hidden}.news-item .news-image-wrapper img{width:100%;height:100%;object-fit:cover}.news-item .news-image-wrapper .label{top:10px;left:10px;position:absolute;color:#fff;font-size:13px;font-style:normal;font-weight:500;padding:5px 10px}.news-item .news-image-wrapper .label.violet{background-color:#66c;border-radius:8px}.news-item .news-image-wrapper .label.green{border-radius:8px;background:#00A651}.news-item .news-image-wrapper .date{padding:10px 20px;border-radius:6px;background:rgba(255,255,255,.5);right:10px;bottom:10px;position:absolute;color:#000}.news-item .title{margin-bottom:15px;font-size:18px;line-height:22px;color:#333}.news-item .description{font-size:13px;font-style:normal;font-weight:400;line-height:20px;color:#333}.authors{gap:20px;border-top:1px solid #DCDCE2;border-bottom:1px solid #DCDCE2;padding:40px 0;margin-bottom:120px}.authors .col{flex:1}.authors .col .title{font-size:13px}.authors .col img{width:70px;height:70px;border-radius:8px;object-fit:cover}.authors .col .person{display:flex;gap:23px;margin-top:20px}.authors .col .descr{display:flex;flex-direction:column;gap:10px;justify-content:center;flex-basis:0}.authors .col .descr .name{font-size:16px;font-weight:600}.authors .col .descr p{font-size:13px;opacity:.4;margin:0}@media screen and (max-width: 480px){.news-menu .sidemenu{width:100%;margin-bottom:25px}.news-menu .sidemenu .accordion-list{display:none;background-color:#ececfd}.news-menu .sidemenu .accordion-list .item{padding-left:15px;padding-right:15px}.news-menu .sidemenu .accordion-list .item.active:before{background-color:unset}.news-menu .sidemenu.opened .mobile-submenu{border-radius:14px 14px 0 0}.news-menu .sidemenu.opened .accordion-list{display:block;border-radius:0 0 14px 14px}.news-menu .mobile-submenu{display:flex;background-color:#ececfd;border-radius:14px;height:47px;align-items:center;padding:12px;justify-content:space-between}.news-menu .mobile-submenu .selected-item{width:min-content;max-height:38px;overflow:hidden;text-transform:uppercase}}.c-news.flex{gap:25px;flex-wrap:wrap}.c-news.flex .news-item{width:calc(50% - 25px)}@media screen and (max-width: 900px){.c-news.flex .news-item{width:100%}}.c-places .heading-title{margin-bottom:50px}.c-places .column{display:flex;flex-direction:column;flex:0 0 305px;margin-right:52px;color:#333}.c-places .column .place{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid #DCDCE2}.c-places .column .place .address{font-size:20px;font-weight:600;line-height:26px;margin-bottom:25px}.c-places .column .place .phone{font-size:14px;font-style:normal;font-weight:600;margin-bottom:10px}.c-places .column .place .info,.c-places .column .place .schedule{font-size:13px;font-style:normal;font-weight:400;line-height:13px;margin-bottom:17px;color:#33333380}.c-places .column .place b{color:#333;margin-left:9px;font-weight:500}.c-places .column .other{opacity:.5;margin-bottom:27px}.c-places .column .list{display:flex;flex-direction:column;gap:30px}.c-places .column .list .item{font-size:13px;font-style:normal;font-weight:400;line-height:18px;position:relative}.c-places .column .list .item:after{position:absolute;top:0;left:-25px;color:#66c;font-size:17px}.c-places .column .list .item .address{margin-bottom:15px}.c-places .column .list .item a{color:#00a651;font-size:13px;font-style:normal;font-weight:600;line-height:13px;letter-spacing:.13px;text-transform:uppercase}.c-places .map{flex-grow:1;border-radius:30px;background-color:#7fffd4;min-height:560px;overflow:hidden}.place-info{margin-bottom:50px}.place-info h2{font-size:40px;font-weight:300;line-height:45px}.place-info .time-dash{margin-top:60px;gap:40px}.place-info .block{padding-right:40px;border-right:1px solid #DCDCE2;gap:15px;display:flex;flex-direction:column}.place-info .block:last-child{border-right:none;padding-right:0}.place-info .block label{font-size:14px}.place-info .block a,.place-info .block .time{color:#66c;font-size:20px;font-weight:500}.place-info .block .row{gap:20px}.place-info .baner{border:1px solid #DCDCE2;border-radius:30px;padding:40px 50px;margin-top:100px;display:flex;gap:40px;flex-direction:column}.place-info .baner .gap-20{gap:20px}.place-info .baner .gap-4{gap:4px}.place-info .baner .gap-15{gap:15px}.place-info .baner .gap-50{gap:50px}.place-info .baner .items-start{align-items:flex-start}.place-info .baner .chip{border-radius:5px;font-size:11px;padding:0 6px;line-height:24px;font-weight:500;text-transform:uppercase}.place-info .baner .chip.red{color:#ff8080;background-color:#fdebeb}.place-info .baner .chip.green{color:#00a651;background-color:#eaf6ef}.place-info .baner .load{background-color:#f5f5f5;padding:25px;border-radius:12px;font-size:13px;max-width:245px}.place-info .baner .load .gap-30{gap:30px;align-items:flex-end}.place-info .baner .load .hint{font-size:14px}.place-info .baner .load .percent{font-size:24px;font-weight:500}.place-info .baner .col{padding-left:26px;font-size:14px;margin-bottom:10px;max-width:300px}.place-info .baner .col .title{margin-bottom:10px}.place-info .baner .col .sub{margin-bottom:10px;color:#333}.place-info .baner .col .sub .head{margin-bottom:5px;color:#dcdce2;font-size:13px}.place-info .baner .title{font-size:12px;font-weight:500;position:relative}.place-info .baner .title:after{position:absolute;top:0;left:-26px;font-size:16px;color:#66c}.place-info.full-list .heading-title{display:flex;margin:80px 0 50px;gap:10px 30px}.place-info.full-list .heading-title span{font-size:20px;margin:0}.place-info.full-list .address-list{gap:40px;height:520px}.place-info.full-list .address-list .column{width:360px;position:relative}.place-info.full-list .address-list .column:before{content:" ";position:absolute;right:2px;width:1px;background-color:#f5f5f5;top:0;bottom:0;z-index:-1}.place-info.full-list .address-list .column .name{font-size:16px;font-weight:500;line-height:20px}.place-info.full-list .address-list .point-small{border-top:1px solid #DCDCE2;padding:20px}.place-info.full-list .address-list .green-scroll{height:100%;overflow-y:auto}.place-info.full-list .address-list .list{padding-right:10px}.place-info.full-list .address-list .map{border:1px solid #66c;border-radius:30px;width:100%}@media screen and (max-width: 1310px){.place-info .time-dash{justify-content:center}.place-info .time-dash .block .row{flex-direction:column}}@media screen and (max-width: 1200px){.place-info .col-info{flex-direction:column}.place-info .baner>.row.gap-50{flex-direction:column}}@media screen and (max-width: 740px){.place-info .time-dash{flex-direction:column}.place-info .time-dash .block{border:none}}@media screen and (max-width: 430px){.place-info .baner>.row.gap-20{flex-direction:column;gap:10px;padding:0 26px}.place-info .baner{padding:20px 10px}.place-info .baner .load{width:100%;max-width:unset}}@media screen and (max-width: 480px){.c-places .heading-title{flex-direction:column!important;justify-content:flex-start;align-items:flex-start!important;padding:130px 20px 0;gap:15px}.c-places .heading-title span{font-size:32px}.c-places .container{padding:0}.c-places .container>.flex{display:flex;flex-direction:column;width:100%}.c-places .container>.flex .column{width:100%;height:500px;padding:0 20px}.c-places .container>.flex .map{order:-1;display:block;border-radius:0;margin:0 0 40px;height:560px}.place-info.full-list .time-dash>.block{border-bottom:1px solid #DCDCE2;padding-bottom:40px}.place-info.full-list .time-dash>.block:last-child{border-bottom:unset;padding-bottom:0}.place-info.full-list .heading-title{display:flex;flex-direction:column}.place-info.full-list .address-list{display:flex;flex-direction:column;height:unset;gap:40px}.place-info.full-list .address-list .column{max-height:520px;overflow:hidden;width:100%}.place-info.full-list .address-list .column .green-scroll{max-height:520px}.place-info.full-list .address-list .map{width:calc(100% + 32px)!important;margin-left:-16px;margin-right:-16px;border-radius:0}}.c-breadcrumbs{margin:30px 0 20px;display:flex;flex-wrap:wrap}.c-breadcrumbs>div{color:#333;font-size:13px;font-style:normal;font-weight:400;line-height:normal;padding-right:26px;position:relative}.c-breadcrumbs>div:after{content:" ";width:6px;height:6px;border-right:1px solid #333;border-top:1px solid #333;position:absolute;right:11px;top:5px;transform:scaleX(.95) rotate(45deg)}.c-breadcrumbs>div:last-child{opacity:.5;padding-right:26px}.c-breadcrumbs>div:last-child:after{display:none}.c-form-question{margin-top:70px}.c-form-question .container{margin-bottom:100px}.c-form-question .container .form{border-radius:30px;background-color:#ececfd;margin-bottom:100px;display:flex;gap:30px;padding:40px 50px}.c-form-question .container .form .col{display:flex;flex-direction:column;width:25%}.c-form-question .container .form .title{font-size:40px;line-height:normal;flex-grow:1}.c-form-question .container .form input,.c-form-question .container .form textarea{background-color:#fff;color:var(--main-text, #333);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:.14px;border-radius:33px;padding:17px 26px}.c-form-question .container .form textarea{flex-grow:1}.c-form-question .container .form .btn-primary{width:100%;max-width:unset}@media screen and (max-width: 1024px){.c-form-question .container .form{width:calc(100% + 2 * var(--horizontal-container-padding));margin-left:calc(-1 * var(--horizontal-container-padding));margin-right:calc(-1 * var(--horizontal-container-padding));border-radius:0;flex-wrap:wrap}.c-form-question .container .form .title{width:100%}.c-form-question .container .form .col{flex-basis:100%}}@media screen and (max-width: 768px){.c-form-question .container .form textarea{min-height:150px}}@media screen and (max-width: 480px){.c-form-question .container .form{padding:20px}.c-form-question .container .form .title{font-size:20px}}.c-checkout{margin-top:20px;margin-bottom:100px}.c-checkout .heading-title{margin-bottom:60px;gap:30px;align-items:baseline}.c-checkout .heading-title h4{font-weight:400;font-size:40px;line-height:49px}.c-checkout .heading-title a{font-size:13px}.c-checkout h2{font-size:24px;font-weight:400}.c-checkout>.container{display:flex;gap:80px}.c-checkout>.container .form:first-child{flex-grow:1}.c-checkout .profile{background:#ECECFD;border-radius:30px;padding:60px;width:100%;max-width:470px}.c-checkout .profile .btn{max-width:unset}.c-checkout .checkout-cart,.c-checkout .no-place-item{display:grid;grid-template-columns:40px 1fr 70px 52px 70px 20px;gap:10px;row-gap:30px;margin-top:30px;padding-right:10px}.c-checkout .checkout-cart span,.c-checkout .no-place-item span{font-size:14px}.c-checkout .checkout-cart .code,.c-checkout .no-place-item .code{text-align:right;padding-right:5px}.c-checkout .checkout-cart .price,.c-checkout .no-place-item .price{font-size:20px;text-align:right;position:relative}.c-checkout .checkout-cart .price b,.c-checkout .no-place-item .price b{font-weight:500}.c-checkout .checkout-cart .price button,.c-checkout .no-place-item .price button{width:16px;height:20px;background:none;position:absolute;top:-1px;right:0}.c-checkout .checkout-cart .price button.remove:before,.c-checkout .no-place-item .price button.remove:before{background-color:#b2b2b2}.c-checkout .checkout-cart .price button.remove:after,.c-checkout .no-place-item .price button.remove:after{background-color:#b2b2b2}.c-checkout .no-place-item{padding-top:11px;padding-bottom:11px;background-color:#ff00000d;border-radius:10px;margin-top:10px}@media screen and (max-width: 480px){.c-checkout .heading-title h4{font-size:32px;line-height:38px}.c-checkout .container{flex-direction:column}.c-checkout .container .form:first-child{width:100%}.c-checkout .container .form:first-child .checkout-cart{margin-top:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 20px}.c-checkout .container .form:first-child .checkout-cart .code{display:none}.c-checkout .container .form:first-child .checkout-cart .title{width:100%;margin-top:30px}.c-checkout .container .form:first-child .checkout-cart.border-top{margin-top:30px}.c-checkout .container .profile{padding:40px 20px;border-radius:0;margin-left:-16px;width:calc(100% + 32px)}}.c-timeline .container{max-width:1095px;margin-top:80px;padding-top:150px;border-top:1px solid #DCDCE2}.c-timeline h2{margin-bottom:60px}.c-timeline .gap-40{gap:40px}.c-timeline .year h4{margin-bottom:15px}.c-timeline .year .divider{border-left:1px solid #DCDCE2;margin:0 60px;position:relative}.c-timeline .year .divider:before{position:absolute;width:20px;height:20px;left:-10px;top:-10px;border-radius:50%;border:1px solid #66C;background-color:#ececfd;content:" "}.c-timeline .year li{font-size:13px}.c-timeline .year img{width:100%}.c-timeline .year .image,.c-timeline .year .c-text{padding-top:20px;flex-grow:1;flex-basis:100px;display:flex;align-items:center}.c-timeline .year:nth-child(2n)>.flex{flex-direction:row-reverse}.c-coop>.container{max-width:1280px;margin-bottom:150px}.c-coop .gray-plate{margin-top:40px;background-color:#f5f5f5;border-radius:30px;padding:70px 80px}.c-coop .grow{flex-grow:1;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.c-coop .grow .symbol{font-size:50px;line-height:60px;font-weight:700;color:#66c}.c-coop .column{justify-content:center;gap:30px;margin-left:50px;padding:11px 0 11px 70px;border-left:1px solid #C4C4C4}.c-coop .column .item{display:flex;gap:20px;align-items:center;max-width:280px}.c-vacancy .grid{margin:40px 0 60px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.c-vacancy .item{max-width:300px;min-height:200px;border:1px solid #DCDCE2;border-radius:30px;padding:30px;display:flex;flex-direction:column}.c-vacancy .item h2{font-size:18px;line-height:22px}.c-vacancy .item p{font-size:14px;line-height:20px;opacity:.4;flex-grow:1}.c-vacancy .blue-form{background-color:#66c;color:#fff;padding:50px;border-radius:30px;margin-bottom:50px}.c-vacancy .blue-form>div{flex-grow:1;flex-basis:50px}.c-vacancy .blue-form .gap-20{gap:20px}.c-vacancy .blue-form .btn.white{background-color:#fff;color:#66c!important;margin-top:15px}.c-vacancy .blue-form h2{font-size:40px}.c-vacancy .blue-form a{font-size:20px;text-transform:uppercase}.logo-item{width:133px}.logo-item .wrapper{background-color:#f5f5f5;display:flex;height:133px;align-items:center;justify-content:center}.logo-item p{width:100%;font-size:13px;line-height:18px;font-weight:500;text-align:center;color:#333;height:54px;margin:15px 0 0;padding:0 20px}.c-logos .gap-10{gap:10px}.c-logos .mt-80{margin-top:80px}.mobile-submenu{display:none}.tile.no-benefits .benefits{display:none!important}.tile .service,.row-tile .service{border-radius:30px;border:1px solid #DCDCE2}.tile .inner,.row-tile .inner{padding:40px;display:flex}.tile .acc-content{display:flex;flex-wrap:wrap}.tile .service{flex:0 1 calc(50% - 10px)}.tile .service .inner{flex-direction:column}.tile .service .inner .no{line-height:47px;color:#33333380}.tile .service .inner .title{font-size:20px;font-weight:600;line-height:24px;letter-spacing:.2px;height:75px;overflow:hidden}.tile .service .tags{display:flex;gap:3px;flex-wrap:wrap}.tile .btn-wrapper{order:10}@media screen and (min-width: 1140px){.tile .acc-content{display:grid!important;grid-template-columns:1fr 1fr;gap:20px!important}.tile .acc-content .service .inner .no{order:1;width:100%}.tile .acc-content .service .inner .title{order:2;width:100%;font-size:20px;min-height:52px}.tile .acc-content .service .inner .price-block{width:100%!important;order:3}.tile .acc-content .service .inner .price-block{justify-content:flex-start;margin-top:20px;margin-bottom:20px}.tile .acc-content .service .inner .price-block .min,.tile .acc-content .service .inner .price-block .old,.tile .acc-content .service .inner .price-block .big{font-size:20px}}@media screen and (max-width: 920px){.tile .service{flex:0 1 100%}}@media screen and (max-width: 480px){.smal-service .inner{flex-wrap:wrap;padding:0!important}.smal-service .service .no{width:100%;order:1}.smal-service .service .title{width:100%;order:2}.smal-service .service .btn-wrapper{display:block!important;order:10;margin-top:20px}.smal-service .service .price-block{width:100%;flex-direction:row!important;margin:20px 0 0!important;justify-content:flex-start!important}.service-pricelist .sidemenu{flex-grow:1}.service-pricelist .sidemenu .accordion-list{display:none;border-bottom:unset;border-radius:0 0 14px 14px;overflow:hidden}.service-pricelist .sidemenu .accordion-list>.item{background-color:#ececfd;padding-left:10px;padding-right:10px}.service-pricelist .sidemenu .accordion-list>.item:first-child .head{border-top:unset}.service-pricelist .sidemenu.opened .accordion-list{display:flex}.service-pricelist .system-organs{display:none}.service-pricelist .services .accordion-list{display:flex}.service-pricelist .services .service .inner{align-items:flex-start}.service-pricelist .services .service .no{display:block;order:0!important;width:100%!important;opacity:.5}.service-pricelist .services .service .title{order:2;-webkit-line-clamp:none}.service-pricelist .services .service .tag{order:3!important;font-size:11px}.service-pricelist .services .service .benefits{order:4!important}.service-pricelist .services .service .price-block{order:5!important;margin:20px 0!important;gap:5px;width:100%;justify-content:flex-start;flex-direction:row}.service-pricelist .services .service .price-block .old,.service-pricelist .services .service .price-block .big,.service-pricelist .services .service .price-block .min,.service-pricelist .services .service .price-block .tag{font-size:12px;width:unset}.service-pricelist .services .service .btn-wrapper{order:6}.service-pricelist .services .service .btn-wrapper button{max-width:unset}.service-pricelist .search-filter{width:50px}.service-pricelist .mobile-submenu{display:flex;background-color:#ececfd;border-radius:14px;height:47px;align-items:center;padding:12px;justify-content:space-between}.service-pricelist .mobile-submenu .selected-item{width:min-content;max-height:38px;overflow:hidden}.service-pricelist .header .label{font-size:22px!important}.opened>.accordion-list{display:flex}.opened .mobile-submenu{border-radius:14px 14px 0 0}}.top-space{margin-top:120px}@media screen and (max-width: 768px){.top-space{margin-top:80px}}.place-info select{background:none}.col-two{display:flex;align-items:center;padding-top:70px}.col-two>div{flex:0 0 50%}.col-two .vertical{display:flex;flex-direction:column;gap:21px;margin-right:20px}.col-two .pico{flex:0 1 50%}.col-two .pico img{width:100%}@media screen and (max-width: 768px){.col-two .vertical{margin:auto;flex-basis:80%}.col-two .vertical h1{font-size:25px;line-height:32px}.col-two .pico{display:none}}h1{color:#333;font-size:40px;font-style:normal;font-weight:400;line-height:46px;letter-spacing:.4px}.column{flex-direction:column}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:15px}.city-list{display:flex;flex-direction:column;gap:12px;margin-top:15px;height:140px;overflow-y:auto}.g-preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:1000;display:flex;align-items:center;justify-content:center}.g-preloader .preloader-img{transition:all .5s ease;transform:scale(.4)}.mobile-city{display:none}@media screen and (max-width: 768px){header .top{height:77px;padding-bottom:22px}header .search{top:82px!important}header.opened .mobile-city{display:none}header.opened .top{height:55px;padding-bottom:0}.mobile-city{display:block}.mobile-city .menu-item{display:block!important}.mobile-city .place{position:absolute;top:46px;left:21px;right:0}.mobile-city .place i{color:#66c;font-size:21px;padding-right:2px}}.accordion a.ext-item{height:0;margin-bottom:0;overflow:hidden;transition:all .5s ease}.accordion .show a.ext-item{height:18px;margin-bottom:15px}@media screen and (max-width: 480px){.accordion .toggle{width:20px;height:20px;position:absolute;top:20px;right:0}.accordion .toggle:after{top:50%;transform:translateY(-50%);left:0;width:100%;height:1px}.accordion .toggle:before{left:50%;transform:translate(-50%);top:0;height:100%;width:1px}.accordion .toggle:before,.accordion .toggle:after{content:" ";display:block;background:white;position:absolute;transition:all .5s ease}.accordion.black .group .toggle:after,.accordion.black .group .toggle:before{background:#333}.accordion .group{position:relative}.accordion .group .items{margin-top:0;transition:all .5s ease;gap:0}.accordion .group .items a{opacity:0;height:0;margin-bottom:0}.accordion .group.open .toggle:after{opacity:0}.accordion .group.open .toggle:before{transform:rotate(90deg)}.accordion .group.open .items{margin-top:50px}.accordion .group.open .items a{opacity:1;height:18px;margin-bottom:10px}}.c-cabinet .heading-title{margin-top:20px;margin-bottom:50px;font-size:40px;font-weight:400;letter-spacing:.4px}.c-cabinet .menu li{width:260px;line-height:52px;border-top:1px solid #DCDCE2;font-size:12px;font-style:normal;font-weight:600;letter-spacing:.12px;text-transform:uppercase;position:relative}.c-cabinet .menu li a{display:block}.c-cabinet .menu li:before{content:" ";position:absolute;left:100%;top:-1px;bottom:-1px;right:0;background-color:#fff;transition:background-color .5s ease,left .5s ease;z-index:-1}.c-cabinet .menu li.active:before,.c-cabinet .menu li:hover:before{left:-30px;background-color:#ececfd}.c-cabinet .menu li:last-child{border-bottom:1px solid #DCDCE2}.c-cabinet>.container>.flex{gap:60px}.c-cabinet .cab-page>.row{gap:20px}.c-cabinet .card{border:1px solid #DCDCE2;border-radius:30px;padding:40px;margin-bottom:20px}.c-cabinet .card.profile>.row{align-items:flex-start;gap:25px}.c-cabinet .card.profile a{color:#00a651;font-size:12px;font-weight:600;line-height:18px;letter-spacing:.12px;text-transform:uppercase}.c-cabinet .card.profile .column:nth-child(2){flex-grow:1}.c-cabinet .card.profile .column:nth-child(2) h4{font-size:24px;font-weight:400;line-height:32px;letter-spacing:.24px}.c-cabinet .card.profile .column:nth-child(2) p{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.14px}.c-cabinet .card.profile .column:nth-child(2) .info{margin-top:23px;margin-bottom:0;font-size:16px;font-weight:600;line-height:22px;letter-spacing:.16px}.c-cabinet .card.profile .column:nth-child(2) .info p{margin-bottom:5px}.c-cabinet .card.profile .column:nth-child(3) b{font-size:24px;font-weight:600;line-height:32px;letter-spacing:.24px}.c-cabinet .card.profile .column:nth-child(3) span{opacity:.4;font-size:13px;font-weight:400;line-height:13px;letter-spacing:.13px}.c-cabinet .card.gray{border:none;background-color:#f5f5f5}.c-cabinet .card.gray h3{font-size:24px;font-weight:400;line-height:32px;letter-spacing:.24px;margin-bottom:10px}.c-cabinet .card.gray p{font-size:13px;font-weight:600;line-height:18px;letter-spacing:.13px;margin-bottom:48px}@media screen and (max-width: 965px){.c-cabinet .menu{display:none}.c-cabinet .heading-title{font-size:32px;font-weight:400;line-height:38px;letter-spacing:.32px;margin-bottom:30px}}@media screen and (max-width: 965px){.c-cabinet>.container>.flex{flex-direction:column}}@media screen and (max-width: 670px){.c-cabinet>.container>.flex .profile>.row{flex-direction:column}.c-cabinet>.container>.flex .profile>.row .column:nth-child(3){order:-1}.c-cabinet>.container>.flex img{display:none}.c-cabinet>.container>.flex .cab-page>.row{flex-direction:column}}@media screen and (max-width: 480px){.c-cabinet .heading-title span{font-size:28px}.c-cabinet .menu li{width:100%}.c-cabinet .mobile-submenu{display:flex;background-color:#ececfd;border-radius:14px;height:47px;align-items:center;padding:12px;justify-content:space-between}.c-cabinet .mobile-submenu .selected-item{width:min-content;max-height:38px;overflow:hidden;text-transform:uppercase}.c-cabinet .opened .mobile-submenu{border-radius:14px 14px 0 0}.c-cabinet .opened>.menu{display:block;background-color:#ececfd;border-radius:0 0 15px 15px}.c-cabinet .opened>.menu li{padding-left:15px;padding-right:15px}.c-cabinet .opened>.menu li.active:before{background-color:unset}.c-cabinet .support-form{padding-bottom:30px}}.service-description{row-gap:15px;display:flex;flex-direction:column;margin:50px 0 80px;font-size:22px;line-height:28px}.service-info{column-gap:64px;margin:70px 0 60px;align-items:start}.service-info .container{padding-left:0}.service-info .accordion-list .item{width:266px}.service-info .accordion-list .item .head{padding:16px 0;text-transform:uppercase;font-weight:500}.service-info .accordion-list .item .service-menu-link{width:100%;color:#8b8b95;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:color .2s ease}.service-info .accordion-list .item.active .service-menu-link{color:#00a651}.service-info .accordion-list .item .service-menu-link:hover,.service-info .accordion-list .item .service-menu-link:focus-visible{color:#00a651}.service-info .content-column>*{display:none}.service-info .content-column>*:first-child{display:block}.service-info .content-column>*.is-active{display:block}.service-info .content-column [hidden]{display:none!important}.service-info[data-menu-ready=true] .content-column>*{opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease}.service-info[data-menu-ready=true] .content-column>*.is-active{opacity:1;transform:none}.service-info .gray-info{margin-top:40px;background-color:#f5f5f5;border-radius:15px;padding:30px;font-size:14px}.service-info .gray-info .example{padding:15px 0 12px;border-top:1px solid #DCDCE2;border-bottom:1px solid #DCDCE2;margin-top:25px;gap:12px;display:flex;flex-direction:column}.service-info .gray-info .items{display:flex;flex-direction:column;gap:20px}.service-info .gray-info .items b{font-size:16px}.service-info .gray-info a{color:#00a651;font-weight:500;display:flex;align-items:center;gap:9px}.service-info .gray-info button{margin-top:25px;width:100%;max-width:unset}@media screen and (max-width: 480px){.service-info{display:flex;flex-direction:column}.service-info .sidemenu{position:unset}.service-info div:last-child{width:100%}.service-info .gray-info{padding:20px;margin-bottom:40px}.service-info h1{font-size:32px}.service-info .tabs{overflow-x:auto;overflow-y:hidden}.service-info .tabs .titem{white-space:nowrap}}.place-list .place-item{color:#333;font-size:14px;line-height:18px;padding:12px 0;border-bottom:1px solid #ededed}.batch-gallery-container{position:relative;margin:auto;overflow:hidden;width:100%}.batch-gallery-container .batch-gallery{display:flex;transition:transform .5s ease-in-out}.batch-gallery-container .batch-gallery .gallery-item{flex-shrink:0}.batch-gallery-container .batch-gallery .gallery-item.image img{width:100%}.batch-gallery-container .batch-gallery.tile{gap:25px}.batch-gallery-container .batch-gallery.tile .gallery-item{flex:0 1 calc(33% - 16.6px);min-width:calc(33% - 16.6px)}@media (max-width: 998px){.batch-gallery-container .batch-gallery.tile .gallery-item{flex:0 1 calc(50% - 12.5px);min-width:calc(50% - 12.5px)}}@media (max-width: 540px){.batch-gallery-container .batch-gallery.tile .gallery-item{flex:0 1 100%;min-width:100%}}.batch-gallery-container .batch-gallery.count-3{gap:25px}.batch-gallery-container .batch-gallery.count-3 .gallery-item{width:calc(33.333% - 25px)}@media (max-width: 768px){.batch-gallery-container .batch-gallery.count-3 .gallery-item{width:calc(50% - 25px)}}@media (max-width: 576px){.batch-gallery-container .batch-gallery.count-3 .gallery-item{width:100%}}.gallery-block{flex:flex;flex-direction:column;margin-bottom:50px}.gallery-block .grow{flex-grow:1}.gallery-block .ctrl{flex-direction:row;display:flex}.gallery-block .heading-title{display:flex;flex-direction:row;align-items:flex-end;margin-bottom:50px}.gallery-block .heading-title .titleSmall{font-size:20px;font-weight:300}.cell-grid{display:flex;flex-wrap:wrap;flex-direction:row!important;gap:20px;row-gap:60px}.cell-grid .gallery-item,.cell-grid .news-item,.cell-grid .service,.cell-grid .c-place{width:calc(20% - 25px);flex-basis:unset}@media (max-width: 1200px){.cell-grid .gallery-item,.cell-grid .news-item,.cell-grid .service,.cell-grid .c-place{width:calc(25% - 25px)}}@media (max-width: 992px){.cell-grid .gallery-item,.cell-grid .news-item,.cell-grid .service,.cell-grid .c-place{width:calc(33.333% - 25px)}}@media (max-width: 768px){.cell-grid .gallery-item,.cell-grid .news-item,.cell-grid .service,.cell-grid .c-place{width:calc(50% - 25px)}}@media (max-width: 576px){.cell-grid .gallery-item,.cell-grid .news-item,.cell-grid .service,.cell-grid .c-place{width:100%;max-width:320px;margin:0 auto}}.progress{height:5px;border-radius:3px;background-color:#fff;margin:10px 0 20px;position:relative}.progress.violet-bg{background-color:#ececfd}.progress .line{background-color:#66c;position:absolute;left:0%;top:0;height:5px;border-radius:3px}
