@import"https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap";*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media only screen and (max-width:940px){input,select,textarea{font-size:16px!important}}a{text-decoration:none}li{list-style-type:none}button{cursor:pointer;outline:0 none!important}body::-webkit-scrollbar{width:5px}body::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:100px}input{outline:0 none!important}input[type=email],input[type=submit],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}select{cursor:pointer}select,textarea{outline:0 none!important}svg{shape-rendering:geometricPrecision}body{font-family:Manrope,sans-serif;background:#fff;color:#000}ul{margin-bottom:0}.container{width:1200px;margin:0 auto}.container-v2{width:1340px;margin:0 auto}.main{min-height:500px}@media only screen and (max-width:1360px){.container-v2{width:1240px}}@media only screen and (max-width:1280px){.container-v2{width:1200px}}@media only screen and (max-width:1240px){.container,.container-v2{width:900px}}@media only screen and (max-width:940px){.container,.container-v2{width:750px}}@media only screen and (max-width:760px){.container,.container-v2{width:345px}}@media only screen and (max-width:360px){.container,.container-v2{width:320px}}.header{position:absolute;z-index:100;left:0;top:0;width:100%}.header__top{padding:10px 0;background:#f6f6f6}.header__top .container{justify-content:space-between}.header__location,.header__top .container,.header__top-left{display:flex;align-items:center}.header__location{margin-right:36px}.header__location svg{display:block}.header__location span{font-weight:300;font-size:14px;line-height:100%;letter-spacing:-.02em;text-transform:uppercase;margin-left:10px;color:#000}.header__time{display:flex;align-items:center}.header__time svg{display:block;align-items:center}.header__time span{font-weight:300;font-size:14px;line-height:100%;letter-spacing:-.02em;text-transform:uppercase;margin-left:10px;color:#000}.header__eye,.header__top-right{display:flex;align-items:center}.header__eye{justify-content:center;width:25px;height:25px;border-radius:100px;background:#317844;margin-right:30px}.header__eye svg{width:18px;height:auto;display:block}.header__contacts{display:flex;align-items:center}.header__contact{width:25px;margin:0 5px;display:block}.header__contact img{width:100%;display:block}.header__phone{margin-left:25px;display:flex;align-items:center}.header__phone svg{display:block}.header__phone span{font-weight:300;font-size:14px;line-height:100%;letter-spacing:-.02em;text-transform:uppercase;margin-left:5px;color:#000}.header__down{padding-top:18px}.header__down .container-v2{padding:7px 0;background:#f6f6f6;box-shadow:3px 2px 4px #00000040;border-radius:25px}.header__down .container{justify-content:space-between}.header__down .container,.header__down-left{display:flex;align-items:center}.header__logo{width:140px;display:block}.header__logo img{width:100%;display:block}.header__nav-list{display:flex}.header__nav{margin-left:30px}.header__header-nav-element{font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.03em;margin-right:20px}.header__header-nav-element:last-child{margin-right:0}.header__header-nav-element a{color:#000}.header__header-nav-element--dropdown{position:relative}.header__header-nav-element--dropdown:focus-within .header__submenu,.header__header-nav-element--dropdown:hover .header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.header__header-nav-element--dropdown:focus-within .header__nav-arrow,.header__header-nav-element--dropdown:hover .header__nav-arrow{transform:rotate(180deg)}.header__nav-link{display:inline-flex;align-items:center;gap:6px}.header__nav-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #000;transition:transform .2s ease}.header__submenu{position:absolute;top:calc(100% + 14px);left:0;z-index:10;min-width:220px;padding:12px 0;margin:0;list-style:none;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001f;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.header__submenu:before{content:"";position:absolute;top:-14px;left:0;width:100%;height:14px}.header__submenu-item{margin:0}.header__submenu-item a{display:block;padding:10px 20px;font-weight:400;font-size:15px;line-height:120%;letter-spacing:-.02em;color:#000;white-space:nowrap;transition:background .2s ease,color .2s ease}.header__submenu-item a:hover{background:#f6f6f6;color:#317844}.btn-ctr{display:inline-flex;align-items:center;justify-content:space-between;width:250px;background:#317844;border-radius:100px;padding:10px 10px 10px 40px;border:none}.btn-ctr__text{line-height:22px}.btn-ctr__ar{width:20px;height:20px}.header__mob{display:none;background:#f6f6f6;box-shadow:3px 2px 4px #00000040;border-radius:10px;padding:10px 0}.header__mob .container{display:flex;align-items:center;justify-content:space-between}.header__mob-logo{display:block;width:140px}.header__mob-logo img{width:100%;display:block}.header__mob-right{display:flex;align-items:center;-moz-column-gap:15px;column-gap:15px}.header__mob-ic{width:35px;height:35px;border-radius:100px;display:flex;justify-content:center;align-items:center;background:#317844}.header__mob-ic svg{display:block;width:20px;height:auto}.mob-meny{display:none;width:100%;height:100vh;background:#fff;transform:translateY(-120%);z-index:99;position:fixed;left:0;top:0;transition:transform .8s ease;overflow-y:auto}.mob-meny.mob-meny--open{transform:translateY(0)}.mob-meny .container{display:flex;flex-direction:column;min-height:100vh;padding-top:70px;padding-bottom:30px}.mob-meny__links{margin-bottom:40px}.mob-meny__links-list{margin:0;padding:0;list-style:none}.mob-meny__links-item{border-bottom:1px solid #e8e8e8}.mob-meny__links-item:last-child{border-bottom:none}.mob-meny__acc-trigger,.mob-meny__links-anchor{display:inline-flex;align-items:center;gap:6px;width:100%;padding:16px 0;font-weight:500;font-size:16px;line-height:100%;letter-spacing:-.03em;color:#000;text-align:left;background:transparent;border:none;cursor:pointer}.mob-meny__links-item--acc.mob-meny__links-item--open .mob-meny__acc-icon{transform:rotate(180deg)}.mob-meny__links-item--acc.mob-meny__links-item--open .mob-meny__acc-panel{grid-template-rows:1fr}.mob-meny__acc-icon{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #000;flex-shrink:0;transition:transform .2s ease}.mob-meny__acc-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.mob-meny__acc-list{margin:0;padding:0 0 12px;list-style:none;overflow:hidden;min-height:0}.mob-meny__acc-row{margin:0}.mob-meny__acc-link{display:block;padding:10px 20px;font-weight:400;font-size:15px;line-height:120%;letter-spacing:-.02em;color:#000;transition:background .2s ease,color .2s ease}.mob-meny__acc-link:hover{background:#f6f6f6;color:#317844}.mob-meny__info{margin-top:auto;padding-top:30px;border-top:1px solid #e8e8e8}.mob-meny__info .header__location{margin-right:0;margin-bottom:14px}.mob-meny__info .header__time{margin-bottom:20px}.mob-meny__info-row{display:flex;flex-wrap:wrap;align-items:center;gap:15px 20px}.mob-meny__info-row .header__eye{margin-right:0}.mob-meny__info-row .header__phone{margin-left:0}.mob-meny__btn{width:100%;margin-top:24px}@media only screen and (max-width:1240px){.header{position:fixed}.header__down,.header__top{display:none}.header__mob{display:block}.header__mob .container{display:flex;align-items:center;justify-content:space-between}.mob-meny{display:block}}@media only screen and (max-width:760px){.btn-ctr__text{font-size:14px}}.footer{background:#f9f9f9;border-top-left-radius:20px;border-top-right-radius:20px;overflow:hidden}.footer__top{padding:30px 0 10px;border-bottom:1px solid #c7c7c7}.footer__top .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.footer__logo{display:block;width:185px}.footer__logo-img{width:100%;display:block}.footer__contact-element-data{font-family:Inter Tight,sans-serif;font-weight:600;font-size:24px;line-height:95%;letter-spacing:-.03em;color:#000}.footer__contact-element-data a{transition:all .3s ease;color:#000}.footer__contact-element-data a:hover{color:#317844;transition:all .3s ease}.footer__contact-element-description{font-family:PT Sans,sans-serif;font-weight:400;font-size:14px;line-height:95%;letter-spacing:-.01em;margin-top:5px;color:#00000080}.footer__top-social-row{width:100%;display:flex;justify-content:flex-end;margin-top:10px}.footer__btn-ctr{width:200px;padding-left:15px}.footer__socials{width:200px;display:flex;align-items:center}.footer__socials-text{font-weight:400;font-size:14px;line-height:95%;letter-spacing:-.01em;color:#00000080;margin-right:24px;font-family:PT Sans,sans-serif}.footer__socials-link{width:26px;display:block;margin-right:15px;transition:all .3s ease}.footer__socials-link:last-child{margin-right:0}.footer__socials-link img{width:100%;display:block}.footer__socials-link:hover{transform:scale(1.1);transition:all .3s ease}.footer__middle{padding-top:30px;padding-bottom:50px;border-bottom:1px solid #c7c7c7}.footer__middle .container{display:flex;flex-wrap:wrap}.footer__middle-nav-title{font-weight:600;font-size:22px;line-height:90%;letter-spacing:-.03em;margin-bottom:15px}.footer__middle-nav-element{margin-bottom:10px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif}.footer__middle-nav-element:last-child{margin-bottom:0}.footer__middle-nav-link{color:#000;transition:all .2s ease}.footer__middle-nav-link:hover{color:#317844;transition:all .2s ease}.footer__middle-legal-text{font-weight:400;font-size:14px;line-height:95%;letter-spacing:-.01em;margin-bottom:10px;font-family:PT Sans,sans-serif}.footer__middle-nav-list-small{margin-top:30px}.footer__middle-nav-element-small{margin-bottom:5px;font-weight:400;font-size:12px;line-height:95%;font-family:PT Sans,sans-serif;letter-spacing:-.01em}.footer__middle-nav-link-small{color:#000;transition:all .2s ease}.footer__middle-nav-link-small:hover{color:#317844;transition:all .2s ease}.footer__middle-nav--v1{margin-right:215px}.footer__middle-nav--v2{margin-right:123px}.footer__down{padding:10px 0}.footer__down .container{display:flex;align-items:center;justify-content:space-between}.footer__down-copy{font-weight:400;font-size:13px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#00000080}.footer__down-copy,.footer__down-nav-list{display:flex;-moz-column-gap:25px;column-gap:25px}.footer__down-nav-list-element{font-weight:400;font-size:13px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif}.footer__down-nav-link{color:#00000080;text-decoration:underline;transition:all .2s ease}.footer__down-nav-link:hover{color:#000;transition:all .2s ease}.footer__contact-row,.footer__ctr-cluster,.footer__middle-legals{display:contents}.footer__down .footer__down-container-mob{display:none}@media only screen and (max-width:1240px){.footer__middle-nav--v1,.footer__middle-nav--v2{margin:0}.footer__middle .container{justify-content:space-between}.footer__top-social-row{width:auto}.footer__btn-ctr{margin-top:0;margin-right:50px}.footer__contact-element-data{font-size:20px}.footer__ctr-cluster{display:flex;align-items:center;width:100%;margin-top:15px;justify-content:flex-end}.footer__top-social-row{margin-top:0}}@media only screen and (max-width:940px){.footer__logo{order:1}.footer__contact-element{order:3;margin-top:20px}.footer__ctr-cluster{order:2;width:auto;margin-top:0}.footer__middle-nav-title{font-size:20px}.footer__middle-nav--v2{max-width:300px}}@media only screen and (max-width:760px){.footer__logo{width:180px}.footer__contact-row{display:flex;order:4;flex-wrap:wrap;justify-content:space-between;width:100%;row-gap:15px;margin-top:20px}.footer__contact-element{margin-top:0}.footer__ctr-cluster{display:contents}.footer__btn-ctr{order:2;width:145px;margin-right:0}.footer__btn-ctr .btn-ctr__text{font-size:14px}.footer__top-social-row{order:3;width:100%;justify-content:flex-start;margin-top:30px}.footer__socials-text{display:none}.footer__top{padding-bottom:15px}.footer__middle-nav--v2{width:160px}.footer__middle-nav-element{font-size:14px;line-height:1}.footer__middle-nav-title{margin-bottom:20px}.footer__middle .container{row-gap:30px}.footer__middle-nav--v3{width:100%;position:relative;display:flex;flex-wrap:wrap;justify-content:space-between}.footer__middle-nav--v3:before{width:1000px;height:1px;position:absolute;content:"";background:#bebebe;top:-16px;left:calc(50% - 500px)}.footer__middle-legals{display:block}.footer__middle-nav-list-small{margin-top:0;width:calc(50% - 10px)}.footer__middle-nav-element-small{font-size:12px;margin-bottom:5px}.footer__middle-legal-text:last-child,.footer__middle-nav-element-small:last-child{margin-bottom:0}.footer__middle-legals{width:calc(50% - 10px)}.footer__middle{padding-top:15px;padding-bottom:15px}.footer__middle-nav-link-small{opacity:.5}.footer__down .footer__down-container-pc{display:none}.footer__down .footer__down-container-mob{display:flex;justify-content:space-between;align-items:center}.footer__down-text{font-weight:400;font-size:12px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#00000080}.footer__down-text--right{text-align:right}.footer{border-top-left-radius:10px;border-top-right-radius:10px}}@media only screen and (max-width:360px){.footer__logo{width:140px}.footer__contact-element-data{font-size:18px}.footer__top-social-row{margin-top:20px}}.btn-ctr-v1{display:inline-flex;align-items:center;justify-content:space-between;width:250px;background:#317844;border-radius:100px;padding:10px 15px 10px 20px;border:none}.btn-ctr-v1:hover .btn-ctr__ar{transform:scale(1.1);transition:all .3s ease}.btn-ctr-v1:hover .btn-ctr__ar svg{transform:rotate(45deg);transition:all .3s ease}.btn-ctr__text{font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.02em;color:#fff}.btn-ctr__ar{width:28px;height:28px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:100px;transition:all .3s ease}.btn-ctr__ar svg{display:block;transition:all .3s ease}@media only screen and (max-width:760px){.btn-ctr-v1 .btn-ctr__text{font-size:14px}}.btn-ctr-v2{display:inline-flex;align-items:center;justify-content:space-between;width:250px;background:#317844;border-radius:100px;padding:10px 10px 10px 20px;border:none}.btn-ctr-v2:hover .btn-ctr-v2__ar{transform:scale(1.1);transition:all .3s ease}.btn-ctr-v2:hover .btn-ctr-v2__ar svg{transform:rotate(45deg);transition:all .3s ease}.btn-ctr-v2__text{font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.02em;color:#fff}.btn-ctr-v2__ar{width:25px;height:25px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:100px;transition:all .3s ease}.btn-ctr-v2__ar svg{display:block;width:15px;height:auto;transition:all .3s ease}@media only screen and (max-width:940px){.btn-ctr-v2{padding:9px 6px 9px 15px}.btn-ctr-v2__text{font-size:14px}.btn-ctr-v2__ar{width:20px;height:20px}.btn-ctr-v2__ar svg{width:13px;height:auto}}@media only screen and (max-width:360px){.btn-ctr-v2{padding:7px 6px 7px 13px}.btn-ctr-v2__text{font-size:13px}}.btn-ctr-v3{display:inline-flex;align-items:center;justify-content:space-between;width:250px;background:#fff;border:1px solid #317844;border-radius:100px;padding:10px 10px 10px 20px}.btn-ctr-v3:hover .btn-ctr-v3__ar{transform:scale(1.1);transition:all .3s ease}.btn-ctr-v3:hover .btn-ctr-v3__ar svg{transform:rotate(45deg);transition:all .3s ease}.btn-ctr-v3__text{font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.02em;color:#317844}.btn-ctr-v3__ar{width:25px;height:25px;display:flex;justify-content:center;align-items:center;background:#317844;border-radius:100px;transition:all .3s ease}.btn-ctr-v3__ar svg{display:block;width:15px;height:auto;transition:all .3s ease}@media only screen and (max-width:940px){.btn-ctr-v3__text{font-size:14px}.btn-ctr-v3__ar{width:20px;height:20px}.btn-ctr-v3__ar svg{width:13px;height:auto}}@media only screen and (max-width:360px){.btn-ctr-v3{padding:7px 6px 7px 13px}.btn-ctr-v3__text{font-size:13px}}.hero-sec{padding-top:140px;padding-bottom:100px}.hero-sec__bg-container{background:linear-gradient(275.06deg,#206633 -9.62%,#84a98e 97.63%);border-radius:25px;padding:75px 0;position:relative;overflow:hidden}.hero-sec__bg-img{position:absolute;z-index:1;display:block}.hero-sec__content{width:690px;background:#fff;border-radius:25px;padding:50px 30px 130px;position:relative;z-index:2}.hero-sec__title{font-weight:600;font-size:44px;line-height:90%;letter-spacing:-.05em;color:#000;margin-bottom:24px}.hero-sec__text{max-width:560px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;margin-bottom:30px;color:#000}.hero-sec__buttons{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.hero-sec__subtitle{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;margin-bottom:10px;color:#000}@media only screen and (max-width:1280px){.hero-sec__bg-container{padding:50px 0 50px 30px}.hero-sec__title{font-size:40px}}@media only screen and (max-width:1240px){.hero-sec{padding-top:90px;padding-bottom:80px}.hero-sec__title{font-size:36px}.hero-sec__content{width:580px;padding:40px 20px 100px;border-radius:15px}.hero-sec__bg-container{border-radius:20px}.hero-sec__buttons{-moz-column-gap:20px;column-gap:20px;row-gap:13px}}@media only screen and (max-width:940px){.hero-sec__title{font-size:32px}.hero-sec__content{width:500px}}@media only screen and (max-width:760px){.hero-sec{padding-top:75px;padding-bottom:70px}.hero-sec__title{font-size:27px;margin-bottom:20px}.hero-sec__bg-container{padding:10px 10px 340px;border-radius:10px}.hero-sec__bg-container .container{width:100%}.hero-sec__content{width:100%;padding:70px 15px;border-radius:10px}.hero-sec__text{font-size:14px}.hero-sec__buttons{flex-wrap:wrap;row-gap:13px}}@media only screen and (max-width:360px){.hero-sec__title{font-size:24px}}.specialist-card{border-radius:25px;overflow:hidden;background:#f6f6f6;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.specialist-card__img{width:100%;height:330px;display:block}.specialist-card__img-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.specialist-card__content{padding:30px 20px}.specialist-card__title{font-weight:500;font-size:24px;line-height:90%;letter-spacing:-.03em;margin-bottom:15px}.specialist-card__title a{color:#000;text-decoration:none;transition:all .3s ease}.specialist-card__title a:hover{color:#317844;transition:all .3s ease}.specialist-card__dop-info-row{display:flex;-moz-column-gap:20px;column-gap:20px;align-items:center;width:100%;margin-bottom:20px}.specialist-card__experience,.specialist-card__position{font-size:14px}.specialist-card__description,.specialist-card__experience,.specialist-card__position{font-weight:400;line-height:90%;letter-spacing:-.03em;color:#000;font-family:PT Sans,sans-serif}.specialist-card__description{font-size:16px}.specialist-card__bottom-info{padding:0 20px 30px;display:flex;justify-content:space-between;align-items:center;width:100%}.specialist-card__bottom-info .btn-ctr-v2,.specialist-card__bottom-info .btn-ctr-v3{width:calc(50% - 10px)}@media only screen and (max-width:940px){.specialist-card__title{font-size:20px}.specialist-card__img{height:300px}.specialist-card{border-radius:10px}.specialist-card__content{padding:20px}.specialist-card__bottom-info{padding:0 20px 20px}}@media only screen and (max-width:760px){.specialist-card__title{font-size:18px}}.banner-v1{border-radius:25px;padding:80px 0;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-bottom:100px}.banner-v1__content{border-radius:20px;width:590px;position:relative;background:linear-gradient(.298turn,#2e6c25 3.79%,#59d248 116.71%);-webkit-backdrop-filter:blur(8.5px);backdrop-filter:blur(8.5px);padding:60px 30px}.banner-v1__bg{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;left:0;top:0;display:block}.banner-v1__title{font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px}.banner-v1__text,.banner-v1__title{color:#fff;position:relative;z-index:2}.banner-v1__text{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;margin-bottom:30px;font-family:PT Sans,sans-serif;max-width:390px}.banner-v1__buttons{display:flex;flex-wrap:wrap;gap:20px;position:relative;z-index:2}@media only screen and (max-width:1240px){.banner-v1__title{font-size:32px}.banner-v1{border-radius:20px;margin-bottom:80px}}@media only screen and (max-width:940px){.banner-v1__title{font-size:28px}.banner-v1__content{width:500px;padding:40px 30px;border-radius:15px}.banner-v1{border-radius:15px;padding:60px 0}}@media only screen and (max-width:760px){.banner-v1{padding:92px 0;border-radius:10px;margin-bottom:70px}.banner-v1__content{width:100%;padding:56px 30px;border-radius:10px}.banner-v1__title{font-size:22px}.banner-v1__text{font-size:15px;margin-bottom:25px}.banner-v1__buttons{gap:15px}}.btn-ctr-v4{background:#fff;display:inline-flex;align-items:center;padding:15px 10px 15px 30px;border-radius:100px;border:none}.btn-ctr-v4:hover .btn-ctr-v4__ar{transform:scale(1.1);transition:all .3s ease}.btn-ctr-v4:hover .btn-ctr-v4__ar svg{transform:rotate(45deg);transition:all .3s ease}.btn-ctr-v4__ar{width:20px;height:20px;display:flex;justify-content:center;align-items:center;background:#317844;border-radius:100px;transition:all .3s ease}.btn-ctr-v4__ar svg{display:block;transition:all .3s ease}.btn-ctr-v4__text{font-weight:600;font-size:16px;line-height:100%;margin-right:20px;color:#317844}@media only screen and (max-width:760px){.btn-ctr-v4{padding:10px 10px 10px 20px;border-radius:10px}.btn-ctr-v4__text{font-size:14px;margin-right:20px}}.banner-v2{padding-bottom:100px}.banner-v2__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;max-width:450px;color:#000;margin-bottom:40px}.banner-v2__title b{color:#317844;font-weight:500}.banner-v2__wrapper{background:linear-gradient(269.32deg,#458c3e .66%,#25601c 93.76%);border-radius:25px;padding:103px 0;overflow:hidden;position:relative}.banner-v2__wrapper .container{position:relative;z-index:2}.banner-v2__wrapper-line-1{position:absolute;z-index:1;transform:rotate(119deg);width:860px;top:60px;right:calc(50% + 220px);display:block}.banner-v2__wrapper-line-2{position:absolute;z-index:1;transform:rotate(-19.04deg);width:1015px;left:calc(50% + 84px);top:-120px;display:block}.banner-v2__wrapper-content{max-width:700px}.banner-v2__wrapper-content-text{font-weight:400;font-size:30px;line-height:90%;letter-spacing:-.03em;color:#fff;margin-bottom:40px}.banner-v2__wrapper-email{display:flex;align-items:center}.banner-v2__wrapper-email svg{display:block;margin-right:30px}.banner-v2__wrapper-email span{font-weight:400;font-size:30px;line-height:90%;letter-spacing:-.03em;color:#fff}.banner-v2__wrapper-line-mobile{display:none}@media only screen and (max-width:1240px){.banner-v2__title{font-size:30px;margin-bottom:30px}.banner-v2__wrapper{border-radius:15px}.banner-v2__wrapper-content-text,.banner-v2__wrapper-email span{font-size:26px}.banner-v2__wrapper-email svg{margin-right:15px;width:25px;height:auto}.banner-v2{padding-bottom:80px}}@media only screen and (max-width:940px){.banner-v2__title{font-size:26px}.banner-v2__wrapper{padding:70px 0}.banner-v2__wrapper-line-2{left:50%}.banner-v2__wrapper-line-1{top:0;right:50%}.banner-v2__wrapper-content-text,.banner-v2__wrapper-email span{font-size:22px}.banner-v2__wrapper-email svg{margin-right:10px;width:20px;height:auto}}@media only screen and (max-width:760px){.banner-v2{padding-bottom:70px}.banner-v2__title{font-size:22px;margin-bottom:20px}.banner-v2__wrapper{padding:70px 0;border-radius:10px}.banner-v2__wrapper-content-text{font-size:18px;margin-bottom:34px}.banner-v2__wrapper-line-1,.banner-v2__wrapper-line-2{display:none}.banner-v2__wrapper-line-mobile{height:100%;width:auto;position:absolute;z-index:1;display:block;left:40%;top:0}}.blog-post{display:flex;flex-direction:column;justify-content:space-between;border-radius:25px;overflow:hidden;background:#f6f6f6}.blog-post__img{width:100%;height:320px;display:block;-o-object-fit:cover;object-fit:cover}.blog-post__data{padding:20px 20px 30px}.blog-post__bottom{padding:0 20px 30px}.blog-post__title{font-weight:500;font-size:24px;line-height:90%;letter-spacing:-.03em;margin-bottom:30px;color:#000}.blog-post__text{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000}.blog-post__bottom{display:flex;justify-content:space-between;align-items:flex-end}.blog-post__bottom .btn-ctr-v3{width:160px;background:none}.blog-post__date{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.03em;font-family:PT Sans,sans-serif;color:#0000004d}.blog-post__dop-info{justify-content:space-between;margin-top:15px;padding:0 20px}.blog-post__dop-info,.blog-post__dop-info-element{display:flex;align-items:center}.blog-post__dop-info-element span{font-weight:400;font-size:14px;line-height:95%;letter-spacing:-.01em;margin-left:5px;color:#00000080;font-family:Inter Tight,sans-serif}.blog-post__dop-info-element svg{display:block}.blog-post--home .blog-post__img{height:240px}.blog-post--home .btn-ctr-v3{width:185px}.blog-post--home .blog-post__title{margin-bottom:20px}@media only screen and (max-width:1240px){.blog-post__img{height:280px}.blog-post{border-radius:15px}.blog-post__title{font-size:20px;margin-bottom:20px}}@media only screen and (max-width:760px){.blog-post{border-radius:10px}.blog-post__img{height:220px}.blog-post__data{padding:20px}.blog-post__bottom{padding-bottom:20px}.blog-post__title{font-size:18px;margin-bottom:15px}.blog-post__date,.blog-post__text{font-size:14px}.blog-post--home .blog-post__img{height:211px}}.modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#00000073}.modal__window{position:relative;width:100%;max-width:430px;max-height:calc(100vh - 40px);overflow-y:auto;background:#f6f6f6;border-radius:25px;padding:30px}.modal__close{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:none;cursor:pointer;transition:opacity .2s ease}.modal__close:hover{opacity:.6}.modal__title{font-weight:500;font-size:28px;line-height:90%;letter-spacing:-.03em;color:#000;padding-right:40px}.modal__form{margin-top:24px}.modal__form .contacts-hero-sec__form-fields,.modal__form .contacts-hero-sec__form-fields .btn-ctr-v1,.modal__form .contacts-hero-sec__form-inp,.modal__form .contacts-hero-sec__form-inp input,.modal__form .contacts-hero-sec__form-inp textarea{width:100%}@media only screen and (max-width:640px){.modal{padding:15px}.modal__window{border-radius:15px;padding:24px 20px}.modal__title{font-size:22px}}.socials-widget{position:fixed;right:24px;bottom:24px;z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.socials-widget__list{display:flex;flex-direction:column;gap:8px;opacity:0;transform:translateY(12px) scale(.96);transform-origin:right bottom;filter:blur(2px);pointer-events:none;transition:opacity .3s ease,transform .35s cubic-bezier(.22,1,.36,1),filter .3s ease}.socials-widget--open .socials-widget__list{opacity:1;transform:translateY(0) scale(1);filter:blur(0);pointer-events:auto}.socials-widget__link{width:48px;height:48px;border-radius:14px;background:#fff;border:1px solid #ebebeb;box-shadow:0 8px 20px #0000001f;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(10px) scale(.85);transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .25s ease;transition-delay:0s}.socials-widget--open .socials-widget__link{opacity:1;transform:translateY(0) scale(1);transition-delay:calc(var(--social-index)*45ms)}.socials-widget__link img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.socials-widget__toggle{width:56px;height:56px;border:0;border-radius:50%;background:#206633;box-shadow:0 10px 24px #20663373;cursor:pointer;position:relative;color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease}.socials-widget__toggle:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid rgba(32,102,51,.35);animation:socials-widget-pulse 1.8s ease-out infinite;pointer-events:none}.socials-widget__toggle-icon{width:24px;height:24px;pointer-events:none}.socials-widget__toggle:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 14px 28px #20663373}.socials-widget--open .socials-widget__toggle:after{animation-play-state:paused;opacity:0}.socials-widget--open .socials-widget__toggle{transform:rotate(90deg)}.socials-widget-icon-enter-active,.socials-widget-icon-leave-active{transition:opacity .18s ease,transform .18s ease}.socials-widget-icon-enter-from,.socials-widget-icon-leave-to{opacity:0;transform:scale(.7) rotate(-20deg)}@keyframes socials-widget-pulse{0%{transform:scale(.95);opacity:.9}70%{transform:scale(1.25);opacity:0}to{transform:scale(1.25);opacity:0}}@media only screen and (max-width:760px){.socials-widget{right:16px;bottom:16px}.socials-widget__toggle{width:50px;height:50px}.socials-widget__link{width:44px;height:44px}}.home-hero-sec .hero-sec__bg-img{width:820px;right:0;top:0}.home-hero-sec .btn-ctr-v1{width:355px}.symptoms-sec{padding-bottom:100px}.symptoms-sec__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;max-width:1030px;margin-bottom:40px}.symptoms-sec__title b{font-weight:500;color:#317844}.symptoms-sec__content{display:flex;flex-wrap:wrap;row-gap:20px;width:calc(100% + 20px);margin-left:-10px}.symptoms-sec__item{width:calc(33.333% - 20px);margin:0 10px;background:#f6f6f6;border-radius:25px;padding-bottom:30px;overflow:hidden}.symptoms-sec__item-img{width:100%;display:block;-o-object-fit:contain;object-fit:contain;height:145px;margin-bottom:20px}.symptoms-sec__item-title{padding:0 30px;margin-bottom:15px;font-weight:500;font-size:20px;line-height:90%;letter-spacing:-.03em}.symptoms-sec__item-text{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000;padding:0 60px 0 30px}.symptoms-sec__btn-row{display:flex;justify-content:center;margin-top:30px}.symptoms-sec__btn-row .btn-ctr{width:250px}.team-sec{padding-bottom:100px}.team-sec__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px}.team-sec__title b{font-weight:500;color:#317844}.team-sec__text{font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;margin-bottom:40px;font-family:PT Sans,sans-serif;color:#000}.team-sec__tab-nav{margin-bottom:30px}.team-sec__tab-nav--mob{display:none;position:relative}.team-sec__tab-select-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 20px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;color:#000;border:1px solid #317844;border-radius:100px;background:#fff;cursor:pointer;transition:background .2s ease,color .2s ease}.team-sec__tab-select-btn--open .team-sec__tab-select-icon{transform:rotate(180deg)}.team-sec__tab-select-text{text-align:left}.team-sec__tab-select-icon{display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.team-sec__tab-select-list{position:absolute;top:calc(100% + 8px);left:0;z-index:5;width:100%;margin:0;padding:8px 0;list-style:none;background:#fff;border:1px solid #317844;border-radius:20px;box-shadow:0 4px 16px #00000014}.team-sec__tab-select-item{padding:12px 20px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;color:#000;cursor:pointer;transition:background .2s ease,color .2s ease}.team-sec__tab-select-item.active,.team-sec__tab-select-item:hover{background:#317844;color:#fff}.team-sec__tab-list{display:flex;flex-wrap:wrap;row-gap:24px;width:calc(100% + 24px);margin-left:-12px}.team-sec__tab-item{width:calc(20% - 24px);margin:0 12px;padding:15px 0;text-align:center;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;color:#000;border:1px solid #317844;border-radius:100px;cursor:pointer;transition:all .2s ease}.team-sec__tab-item.active,.team-sec__tab-item:hover{background:#317844;color:#fff}.team-sec__tab{display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px;row-gap:20px}.team-sec__tab .specialist-card{width:calc(33.333% - 20px);margin:0 10px}.team-sec__dop-info-row{display:flex;justify-content:space-between;align-items:center;margin-top:40px}.team-sec__more-doc{display:flex;align-items:center;justify-content:center;width:390px;background:#317844;padding:15px;border-radius:15px;transition:all .3s ease}.team-sec__more-doc:hover{transform:scale(1.02);transition:all .3s ease}.team-sec__more-docimg-cards{display:flex;align-items:center}.team-sec__more-doccards-img{border-radius:100px;display:block;width:28px;height:28px;-o-object-fit:cover;object-fit:cover}.team-sec__more-doccards-img:nth-child(2),.team-sec__more-doccards-img:nth-child(3){margin-left:-6px}.team-sec__more-doc-text{margin-left:10px;font-weight:600;font-size:16px;line-height:100%;color:#fff}.team-sec__dop-info-text{width:715px;font-weight:400;font-size:24px;line-height:90%;letter-spacing:-.03em;color:#000}.home-banner-sec-1{height:400px;background:url(./home-bammer-sec-1-bg-img.DflZpgsh.jpg) no-repeat;background-size:cover;background-position:50%;border-radius:25px;overflow:hidden;position:relative;display:flex;align-items:center;margin-bottom:100px}.home-banner-sec-1 .container{position:relative;z-index:2}.home-banner-sec-1__bg-img{position:absolute;z-index:1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;left:0;top:0}.home-banner-sec-1__title{font-weight:600;font-size:28px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px;color:#fff}.home-banner-sec-1__text{font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;margin-bottom:30px;color:#fff;font-family:PT Sans,sans-serif;max-width:400px}.home-banner-sec-1__buttons .btn-ctr-v4{width:250px;justify-content:space-between}.home-about-sec{margin-bottom:100px}.home-about-sec .container{display:flex;align-items:flex-start;justify-content:space-between}.home-about-sec__img{width:592px;height:577px;display:block;-o-object-fit:cover;object-fit:cover;border-radius:25px;overflow:hidden}.home-about-sec__data{width:calc(100% - 592px);padding-top:20px;padding-left:50px}.home-about-sec__title{font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:25px}.home-about-sec__title b{font-weight:600;color:#317844}.home-about-sec__slider-wrapper{width:100%}.home-about-sec__slide{background:#f6f6f6;border-radius:25px;padding:30px}.home-about-sec__slide-text{font-weight:400;font-size:16px;line-height:110%;letter-spacing:-.01em;color:#000;font-family:PT Sans,sans-serif}.home-about-sec__down-row{display:flex;justify-content:space-between;align-items:center;margin-top:30px}.home-about-sec__slider-control-row{display:flex;align-items:center;cursor:pointer}.home-about-sec__counter-wrapper{margin:0 10px;text-align:center;display:flex;position:relative;justify-content:center;align-items:center;width:60px;height:50px}.home-about-sec__counter{line-height:1;display:block}.home-about-sec__counter-current{font-size:48px;color:#317844;margin-top:-10px;left:0;top:0}.home-about-sec__counter-current,.home-about-sec__counter-total{font-weight:600;line-height:90%;letter-spacing:-.03em;display:inline-block;position:absolute;font-family:Inter Tight,sans-serif}.home-about-sec__counter-total{font-size:34px;color:#20663380;bottom:0;right:0}.directions-sec{padding-bottom:100px}.directions-sec .container{position:relative;display:flex;align-items:flex-start}.directions-sec__title{font-style:normal;font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:20px;width:350px;position:sticky;top:20px}.directions-sec__title b{font-weight:600;color:#317844}.directions-sec__content{width:calc(100% - 350px);padding-left:55px;flex-wrap:wrap;-moz-column-gap:20px;column-gap:20px;row-gap:20px}.directions-card,.directions-sec__content{display:flex;justify-content:space-between}.directions-card{width:calc(50% - 10px);padding:30px;flex-direction:column;background:#f9f9f9;border-radius:25px;min-height:342px;position:relative;overflow:hidden}.directions-card:after,.directions-card:before{position:absolute;z-index:1;content:"";background-size:cover;background-position:50%}.directions-card:first-child:before{background-image:url(./dir-1.B4hAFS3I.png);width:386px;height:210px;top:0;left:0}.directions-card:nth-child(2):before{background-image:url(./dir-2.DgAOs3_3.png);width:386px;height:198px;top:273px;left:0}.directions-card:nth-child(3):before{background-image:url(./dir-3.Du7Jllzo.png);width:417px;height:250px;right:0;top:93px}.directions-card:nth-child(4):before{background-image:url(./dir-2.DgAOs3_3.png);width:386px;height:198px;top:-90px;left:0}.directions-card:nth-child(4):after{background-image:url(./dir-4.DcPlj2hJ.png);width:206px;height:330px;top:140px;right:-73px}.directions-card:nth-child(5):before{background-image:url(./dir-5.LAOZhkoc.png);width:370px;height:183px;right:0;bottom:0}.directions-card:nth-child(6):before{background-image:url(./dir-6.B19NF3FR.png);width:370px;height:183px;left:0;bottom:0}.directions-card:nth-child(6):after{background-image:url(./dir-4.DcPlj2hJ.png);width:206px;height:330px;top:-220px;right:-73px}.directions-card__content{max-width:290px;font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#000;font-family:PT Sans,sans-serif;position:relative;z-index:2}.directions-card__header{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;z-index:2}.directions-card__title{font-style:normal;font-weight:600;font-size:24px;line-height:90%;letter-spacing:-.03em}.directions-card__link{padding:6px 6px 6px 15px;border-radius:20px;display:inline-block;background:#317844}.directions-card__link-ar{display:flex;width:38px;height:38px;background:#fff;align-items:center;justify-content:center;border-radius:100px}.directions-card__link-ar svg{display:block}.advantages-sec{margin-bottom:100px}.advantages-sec__title{font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:40px}.advantages-sec__title b{font-weight:600;color:#317844}.advantages-sec__content{border-radius:25px;background:#f6f6f6}.advantages-sec__item{padding:30px 65px 20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.advantages-sec__item:last-child{border-bottom:none}.advantages-sec__item-title{width:400px;font-weight:600;font-size:24px;line-height:90%;letter-spacing:-.03em;color:#000}.advantages-sec__item-text{width:570px;font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.01em;color:#000;font-family:PT Sans,sans-serif}.docs-slider-sec{padding-bottom:100px}.docs-slider-sec__title{font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:40px;max-width:770px}.docs-slider-sec__title b{font-weight:600;color:#317844}.docs-slider-sec__slider-wrapper{width:100%}.docs-slider-sec__slide-img{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.docs-slider-sec__controll-row{display:flex;justify-content:flex-end;margin-top:30px}.reviews-home-sec{padding-bottom:100px}.reviews-home-sec__title{font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000;max-width:500px;margin-bottom:40px}.reviews-home-sec__title b{font-weight:600;color:#317844}.reviews-home-sec__rate-row{display:flex;align-items:center;justify-content:center;margin-bottom:17px;-moz-column-gap:20px;column-gap:20px}.reviews-home-sec__rate-item-logo{height:18px;width:auto;display:block}.reviews-home-sec__rate-item-count{font-weight:400;font-size:32px;line-height:95%;letter-spacing:-.01em;color:#4a4a49;margin-left:10px;font-family:Inter Tight,sans-serif}.reviews-home-sec__rate-item{display:flex;align-items:center}.reviews-home-sec__slider-wrapper{width:100%}.reviews-home-sec__list-wrapper--mob{display:none;flex-direction:column;row-gap:15px}.reviews-home-sec__slide{background:#f6f6f6;border-radius:25px;padding:30px;display:flex;flex-direction:column}.reviews-home-sec__slide-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:12px}.reviews-home-sec__slide-name{font-weight:600;font-size:18px;line-height:110%;letter-spacing:-.01em;color:#000;margin-bottom:10px}.reviews-home-sec__slide-date{font-weight:400;font-size:14px;line-height:110%;letter-spacing:-.01em;color:#00000073;font-family:PT Sans,sans-serif}.reviews-home-sec__slide-source{height:18px;width:auto;display:block;flex-shrink:0}.reviews-home-sec__slide-stars{display:flex;align-items:center;gap:2px;margin-bottom:30px}.reviews-home-sec__slide-stars svg{width:26px;height:auto;display:block}.reviews-home-sec__slide-text{font-weight:400;font-size:14px;line-height:95%;letter-spacing:-.01em;color:#000;font-family:PT Sans,sans-serif}.reviews-home-sec__slide-text--collapsed{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.reviews-home-sec__slide-more{padding:0;border:none;background:none;font-weight:400;font-size:14px;line-height:110%;letter-spacing:-.01em;color:#00000073;font-family:PT Sans,sans-serif;text-decoration:underline;cursor:pointer;align-self:flex-start;margin-top:10px}.reviews-home-sec__controll-row{display:flex;justify-content:flex-end;margin-top:30px}.reviews-home-sec__down-row{margin-top:20px;display:flex;justify-content:space-between;align-items:flex-end}.reviews-home-sec__down-row-col{width:33%;display:flex;justify-content:center}.reviews-home-sec__controll-row{margin-top:0;width:100%}.faq-sec{border-radius:25px;background:#f6f6f6;padding:40px 0;margin-bottom:100px}.faq-sec__title{font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000;max-width:700px;margin-bottom:30px}.faq-sec__title b{font-weight:400;color:#317844}.faq-item{padding:15px 0;border-bottom:1px solid #a1bda8}.faq-item:first-child{border-top:1px solid #a1bda8}.faq-item--active .faq-item__btn-line:first-child{transform:rotate(0)}.faq-item__header{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.faq-item__btn{position:relative;width:20px;height:20px;display:flex;justify-content:center;align-items:center}.faq-item__btn-line{position:absolute;width:20px;height:2px;background:#317844;border-radius:100px;transition:all .3s ease}.faq-item__btn-line:first-child{transform:rotate(90deg)}.faq-item__title{font-weight:600;font-size:24px;line-height:90%;letter-spacing:-.03em;color:#000}.faq-item__body{width:100%;padding-top:20px;padding-right:135px}.faq-item__text{font-weight:400;font-size:14px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000}.blog-home-sec{padding-bottom:100px}.blog-home-sec__title{font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000;max-width:500px;margin-bottom:40px}.blog-home-sec__title b{font-weight:600;color:#317844}.blog-home-sec__posts{display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px;row-gap:30px}.blog-home-sec__posts .blog-post{width:calc(33.333% - 20px);margin:0 10px}.blog-home-sec__btn-row{display:flex;justify-content:center;align-items:center;margin-top:40px}.blog-home-sec__btn-row .team-sec__more-doc{width:325px}.home-about-sec__img-mob{display:none}@media only screen and (max-width:1280px){.home-hero-sec .hero-sec__bg-img{width:780px}.home-hero-sec .btn-ctr-v1{width:300px}}@media only screen and (max-width:1240px){.symptoms-sec__title{font-size:30px}.symptoms-sec{padding-bottom:80px}.symptoms-sec__item{border-radius:15px}.symptoms-sec__item-text{padding:0 30px}.symptoms-sec__item-title{font-size:18px}.team-sec__title{font-size:30px}.team-sec{padding-bottom:80px}.team-sec__tab-item{font-size:14px;padding:14px 0}.team-sec__text{margin-bottom:30px}.team-sec__tab .specialist-card{width:calc(50% - 20px)}.team-sec__dop-info-text{width:calc(100% - 325px);padding-right:20px;font-size:20px}.home-about-sec__img{width:400px;height:400px;border-radius:15px}.home-about-sec__data{width:calc(100% - 400px);padding-left:30px}.home-about-sec__title{font-size:30px}.home-about-sec__slide{border-radius:15px;padding:20px}.home-about-sec__down-row{margin-top:20px}.home-about-sec__counter-current{font-size:36px}.home-about-sec__counter-total{font-size:28px}.home-about-sec__counter-wrapper{width:50px;height:40px}.home-about-sec__next svg,.home-about-sec__prev svg{width:18px;height:auto}.home-about-sec{margin-bottom:80px}.directions-sec{padding-bottom:80px}.directions-sec .container{flex-wrap:wrap}.directions-sec__title{font-size:30px;width:100%;position:relative;top:auto;left:auto;margin-bottom:30px}.directions-sec__content{width:100%;padding-left:0}.advantages-sec{margin-bottom:80px}.advantages-sec__title{font-size:30px}.advantages-sec__content,.directions-card{border-radius:15px}.advantages-sec__item{padding:20px 30px}.advantages-sec__item-title{font-size:20px;width:340px;padding-right:30px}.advantages-sec__item-text{width:calc(100% - 340px)}.docs-slider-sec__title{font-size:30px}.docs-slider-sec{padding-bottom:80px}.reviews-home-sec__title{font-size:30px}.reviews-home-sec{padding-bottom:80px}.reviews-home-sec__rate-item-count{font-size:22px}.faq-sec__title{font-size:30px}.faq-sec{margin-bottom:80px}.faq-item__title{font-size:20px}.faq-item__body{padding-right:50px}.blog-home-sec__title{font-size:30px}.blog-home-sec__posts .blog-post{width:calc(50% - 20px);margin:0 10px}.blog-home-sec__posts .blog-post:nth-child(3){display:none}.blog-home-sec{padding-bottom:80px}.home-banner-sec-1{border-radius:15px;margin-bottom:80px}}@media only screen and (max-width:940px){.home-hero-sec .hero-sec__bg-img{width:665px}.symptoms-sec__title{font-size:28px}.symptoms-sec__item{width:calc(50% - 20px)}.team-sec__title{font-size:28px}.team-sec__tab-item{font-size:14px;padding:14px 0;width:calc(33.333% - 20px);margin:0 10px}.team-sec__tab-list{flex-wrap:wrap;row-gap:10px}.team-sec__dop-info-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.team-sec__dop-info-text{width:100%;text-align:center;margin-bottom:30px}.home-about-sec .container{flex-wrap:wrap}.home-about-sec__img{width:100%;height:auto;height:300px;margin-bottom:30px}.home-about-sec__data{width:100%;padding-left:0}.home-about-sec__title{font-size:28px}.directions-card__title{font-size:20px}.advantages-sec__title,.blog-home-sec__title,.docs-slider-sec__title,.faq-sec__title,.reviews-home-sec__title{font-size:28px;margin-bottom:30px}.home-banner-sec-1{height:300px}.home-banner-sec-1__title{font-size:26px}}@media only screen and (max-width:760px){.home-hero-sec .hero-sec__bg-img{width:410px;right:0;top:auto;bottom:0}.home-hero-sec .btn-ctr-v1{width:270px}.symptoms-sec__title{font-size:22px;margin-bottom:20px}.symptoms-sec__title span{display:none}.symptoms-sec__content{margin-left:0;width:100%}.symptoms-sec__item{width:100%;border-radius:10px;margin:0}.symptoms-sec__item-img{height:135px;margin-bottom:5px}.symptoms-sec__item-text{font-size:15px}.symptoms-sec__btn-row{display:none}.symptoms-sec{padding-bottom:70px}.team-sec__title{font-size:22px;margin-bottom:15px}.team-sec__title span{display:none}.team-sec__text{font-size:14px;margin-bottom:20px}.team-sec__tab-nav--desk{display:none}.team-sec__tab-nav--mob{display:block}.team-sec__tab-select-btn{font-size:14px;padding:14px 18px}.team-sec__tab-select-item{font-size:14px;padding:12px 18px}.team-sec__tab-nav--mob{display:flex;justify-content:flex-end;margin-bottom:20px}.team-sec__tab-select-btn{width:162px;border-radius:10px}.team-sec__tab-select-list{border-radius:10px}.team-sec__tab,.team-sec__tab .specialist-card{margin:0;width:100%}.team-sec__dop-info-row{margin-top:20px}.team-sec__dop-info-text{width:100%;margin-bottom:20px;text-align:left;margin-top:0;font-size:14px}.team-sec__more-doc-text{font-size:14px}.team-sec__more-doc{width:100%}.team-sec{padding-bottom:70px}.home-banner-sec-1{border-radius:10px;height:334px}.home-banner-sec-1__title{font-size:22px;margin-bottom:15px;max-width:200px}.home-banner-sec-1__text{font-size:14px;margin-bottom:20px;max-width:240px}.home-banner-sec-1{margin-bottom:70px}.home-about-sec__img{display:none}.home-about-sec__img-mob{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;height:367px;border-radius:10px;-o-object-fit:cover;object-fit:cover;display:block;margin-bottom:20px}.home-about-sec__title{font-size:22px;margin-bottom:20px}.home-about-sec__title span{display:none}.home-about-sec__slide-text{font-size:14px}.home-about-sec__data-mob-wrapper{border-radius:10px;background:#f6f6f6;padding:20px 20px 30px}.home-about-sec__slide{padding:0;border-radius:0}.home-about-sec__counter-current{font-size:30px}.home-about-sec__counter-total{font-size:22px}.home-about-sec__counter-wrapper{width:35px;height:30px}.home-about-sec__next svg,.home-about-sec__prev svg{width:12px}.home-about-sec__down-row{flex-wrap:wrap}.home-about-sec__down-row .btn-ctr-v1{order:2;margin-top:30px}.home-about-sec__slider-control-row{width:100%;justify-content:flex-end}.home-about-sec{margin-bottom:70px}.directions-sec__title{font-size:22px;margin-bottom:20px}.directions-sec__content{width:100%;margin-left:0}.directions-card{width:100%;margin:0;border-radius:10px;height:333px;padding:20px 30px 34px}.directions-card__title{font-size:18px}.directions-card__link{padding:4px 7px;border-radius:10px}.directions-card__link-ar{width:27px;height:27px}.directions-card:first-child:before{background-image:url(./dir-1.B4hAFS3I.png);width:350px;height:187px;top:23px;left:auto;right:0}.directions-card:nth-child(2):before{background-image:url(./dir-2.DgAOs3_3.png);width:350px;height:180px;right:auto;left:0;top:30px}.directions-card:nth-child(3):before{background-image:url(./dir-3.Du7Jllzo.png);width:257px;height:154px;top:67px;right:auto;left:-15px}.directions-card:nth-child(4):before{background-image:url(./dir-2.DgAOs3_3.png);width:0;height:0;opacity:0}.directions-card:nth-child(4):after{background-image:url(./dir-4.DcPlj2hJ.png);width:137px;height:220px;top:40px;right:0}.directions-card:nth-child(5):before{background-image:url(./dir-5.LAOZhkoc.png);width:369px;height:183px;inset:55px -93px auto auto;transform:rotate(90deg)}.directions-card:nth-child(6):before{background-image:url(./dir-6.B19NF3FR.png);width:362px;height:183px;top:90px;left:73px;right:auto;transform:rotate(90deg)}.directions-card:nth-child(6):after{background-image:url(./dir-4.DcPlj2hJ.png);opacity:0}.directions-sec{padding-bottom:70px}.advantages-sec__title{font-size:22px;margin-bottom:20px}.advantages-sec__item{flex-wrap:wrap;padding:15px 30px}.advantages-sec__item-title{width:100%;font-size:18px;margin-bottom:15px}.advantages-sec__item-text{width:100%;font-size:14px}.advantages-sec__content{padding:15px 0;border-radius:10px}.advantages-sec{margin-bottom:70px}.docs-slider-sec__title{font-size:22px;margin-bottom:20px}.docs-slider-sec__title span{display:none}.docs-slider-sec__controll-row{margin-top:20px}.docs-slider-sec,.reviews-home-sec{padding-bottom:70px}.reviews-home-sec__title{font-size:22px;margin-bottom:20px}.reviews-home-sec__rate-row{overflow-y:auto;justify-content:flex-start}.reviews-home-sec__slider-wrapper--desk{display:none}.reviews-home-sec__list-wrapper--mob{display:flex}.reviews-home-sec__down-row-col--desk{display:none}.reviews-home-sec__down-row{justify-content:center;margin-top:30px}.reviews-home-sec__down-row-col{width:auto}.reviews-home-sec__slide{border-radius:15px;padding:20px}.reviews-home-sec__slide-stars{margin-bottom:20px}.reviews-home-sec__slide-stars svg{width:22px}.reviews-home-sec__slide{padding:30px;border-radius:10px}.reviews-home-sec__down-row{margin-top:20px}.faq-sec__title{font-size:22px;margin-bottom:20px}.faq-sec__title span{display:none}.faq-sec{margin-bottom:70px;padding:0;background:none;border-radius:none}.faq-item__title{font-size:18px;padding-right:20px}.faq-item__body{padding-right:15px;padding-top:15px}.blog-home-sec__title{font-size:22px;margin-bottom:20px}.blog-home-sec__title span{display:none}.blog-home-sec__posts{margin-left:0;width:100%;row-gap:20px}.blog-home-sec__posts .blog-post{width:100%;margin:0}.blog-home-sec__btn-row{margin-top:20px}.blog-home-sec__btn-row .team-sec__more-doc{width:100%}.blog-home-sec{padding-bottom:70px}}.specialists-hero-sec .hero-sec__bg-img{width:760px;top:24px;right:-96px}.specialists-hero-sec .hero-sec__text{max-width:390px}.specialists-hero-sec .hero-sec__content{padding:70px 30px 130px}.specialists-hero-sec .btn-ctr-v1{width:274px}.specialists-list-sec{padding-bottom:100px}.specialists-list-sec__title{max-width:790px;font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000}.specialists-list-sec__title b{font-weight:500;color:#317844}.specialists-list-sec__content{display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px;row-gap:20px;margin-top:40px}.specialists-list-sec__content .specialist-card{width:calc(33.333% - 20px);margin:0 10px}@media only screen and (max-width:1240px){.specialists-hero-sec .hero-sec__bg-img{width:650px}.specialists-hero-sec .btn-ctr-v1{width:240px}.specialists-hero-sec .hero-sec__content{padding:40px 20px 100px}.specialists-list-sec__title{font-size:30px}.specialists-list-sec__content .specialist-card{width:calc(50% - 20px)}.specialists-list-sec{padding-bottom:80px}}@media only screen and (max-width:940px){.specialists-hero-sec .hero-sec__bg-img{width:550px}.specialists-list-sec__title{font-size:26px}}@media only screen and (max-width:760px){.specialists-hero-sec .hero-sec__content{padding:66px 15px 30px}.specialists-hero-sec .hero-sec__bg-img{width:100%;top:auto;bottom:82px;right:0}.specialists-list-sec__title{font-size:22px}.specialists-list-sec__content{margin-top:20px;width:100%;margin-left:0}.specialists-list-sec__content .specialist-card{width:100%;margin:0}.specialists-list-sec{padding-bottom:70px}}.specialist-hero-sec{padding-top:180px;padding-bottom:100px}.specialist-hero-sec .container{display:flex;align-items:flex-start;justify-content:space-between;position:relative}.specialist-hero-sec__left-col{position:sticky;top:20px;width:390px}.specialist-hero-sec__img{width:100%;height:390px;border-radius:25px;overflow:hidden}.specialist-hero-sec__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.specialist-hero-sec__doctor-name{font-weight:500;font-size:24px;line-height:90%;letter-spacing:-.03em;margin-top:30px;color:#000}.specialist-hero-sec__doctor-description{font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;margin-top:20px;font-family:PT Sans,sans-serif;color:#000}.specialist-hero-sec__right-col{width:calc(100% - 390px);padding-left:20px}.doctor-info-block{background:#f6f6f6;padding:50px 24px 65px 30px;border-radius:25px}.doctor-info-block__type{padding:10px 20px;border-radius:100px;background:#317844;color:#fff;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.03em;font-family:Inter Tight,sans-serif;display:inline-block;margin-bottom:20px}.doctor-info-block__row-data{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:30px;margin-bottom:30px}.doctor-info-block__element-data-title{font-weight:500;font-size:20px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px}.doctor-info-block__element-data-item{margin-bottom:10px}.doctor-info-block__element-data-item:last-child{margin-bottom:0}.doctor-info-block__element-data-item-value{font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em}.doctor-booking-form__title{font-style:normal;font-weight:500;font-size:20px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px}.doctor-booking-form__days{display:flex;align-items:center;-moz-column-gap:40px;column-gap:40px}.doctor-booking-form__days-list{display:flex;-moz-column-gap:20px;column-gap:20px}.doctor-booking-form__day{width:107px;padding:16px 0;background:#d8e3db;border-radius:10px;cursor:pointer;transition:all .2s ease}.doctor-booking-form__day:hover{transform:scale(1.05);transition:all .2s ease}.doctor-booking-form__day--active{background:#317844}.doctor-booking-form__day--active .doctor-booking-form__day-date,.doctor-booking-form__day--active .doctor-booking-form__day-label{color:#fff}.doctor-booking-form__day-date{font-weight:600;font-size:14px;line-height:19px;text-align:center;width:100%;display:block;color:#000;margin-bottom:4px}.doctor-booking-form__day-label{font-weight:400;font-size:12px;line-height:16px;color:#000000c7;font-family:PT Sans,sans-serif;text-align:center;display:block;width:100%}.doctor-booking-form__calendar{width:50px;height:50px;border-radius:10px;background:#317844;display:flex;align-items:center;justify-content:center;cursor:pointer}.doctor-booking-form__times{display:flex;flex-wrap:wrap;-moz-column-gap:20px;column-gap:20px;margin-top:20px;row-gap:10px}.doctor-booking-form__time{font-weight:600;font-size:14px;line-height:19px;color:#000;width:75px;background:#d8e3db;padding:6px 20px;border-radius:10px;cursor:pointer}.doctor-booking-form__time:hover{transform:scale(1.05);transition:all .2s ease}.doctor-booking-form__time--active{background:#317844;color:#fff}.doctor-booking-form__footer{display:flex;align-items:center;margin-top:35px;width:100%;justify-content:space-between}.doctor-booking-form__footer .btn-ctr-v1{width:200px}.doctor-booking-form__note{width:220px;padding:17px 20px;font-weight:400;font-size:12px;line-height:95%;letter-spacing:-.03em;font-family:PT Sans,sans-serif;color:#070707;background:#fff;border-radius:10px}.doctor-about-block{margin-top:50px}.doctor-about-block__nav-list{display:flex;align-items:center;-moz-column-gap:40px;column-gap:40px}.doctor-about-block__nav-item{font-weight:500;font-size:22px;line-height:90%;letter-spacing:-.03em;cursor:pointer;color:#00000080;transition:all .2s ease}.doctor-about-block__nav-item.active{color:#000}.doctor-about-block__nav-item:hover{color:#000;transition:all .2s ease}.doctor-about-block__nav{margin-bottom:30px}.doctor-about-block__tab{background:#f6f6f6;padding:30px;border-radius:25px;display:none}.doctor-about-block__tab.active{display:block}.doctor-about-block__tab-title{font-style:normal;font-weight:500;font-size:20px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:20px}.doctor-about-block__tab-text-wrapper p{margin-bottom:15px;font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;font-family:PT Sans,sans-serif;color:#000}.doctor-about-block__tab-text-wrapper p:last-child{margin-bottom:0}.doctor-about-block__columb-wrapper{margin-top:30px}.doctor-about-block__columb-title{font-weight:500;font-size:20px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px}.doctor-about-block__columb-list--two-coll{-moz-column-count:2;column-count:2}.doctor-about-block__columb-list li{padding-left:20px;position:relative;font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;font-family:PT Sans,sans-serif;margin-bottom:10px}.doctor-about-block__columb-list li:before{width:9px;height:9px;border-radius:100px;content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);background:#d8e3db}.doctor-about-block__experience-wrapper{margin-top:30px}.doctor-about-block__experience-title{font-weight:500;font-size:20px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px}.doctor-about-block__experience-text{font-weight:400;font-size:40px;line-height:95%;letter-spacing:-.03em;margin-top:20px}@media only screen and (max-width:1240px){.specialist-hero-sec{padding-top:100px;padding-bottom:80px}.specialist-hero-sec__left-col{width:300px;top:80px}.specialist-hero-sec__right-col{width:calc(100% - 300px)}.specialist-hero-sec__img{height:300px;border-radius:15px}.doctor-info-block{padding:40px 20px;border-radius:15px}.doctor-info-block__type{font-size:14px}.doctor-info-block__row-data{flex-wrap:wrap}.doctor-info-block__element-data-item-value{font-size:14px}.doctor-booking-form__title,.doctor-info-block__element-data-title{font-size:18px;margin-bottom:15px}.doctor-booking-form__day{width:90px}.doctor-booking-form__day:last-child{display:none}.doctor-about-block__nav-item{font-size:18px}.doctor-about-block__nav-list{-moz-column-gap:0;column-gap:0;justify-content:space-between}.doctor-about-block{margin-top:40px}.doctor-about-block__experience-text{font-size:32px}.doctor-about-block__columb-title,.doctor-about-block__experience-title,.doctor-about-block__tab-title{font-size:18px;margin-bottom:15px}.doctor-about-block__tab{border-radius:20px}}@media only screen and (max-width:940px){.specialist-hero-sec__left-col{width:250px}.specialist-hero-sec__right-col{width:calc(100% - 250px)}.specialist-hero-sec__img{height:250px;border-radius:10px}.specialist-hero-sec__doctor-name{font-size:20px;margin-top:20px}.specialist-hero-sec__doctor-description{margin-top:15px}.doctor-info-block__element-data--price{width:100%}.doctor-booking-form__day{width:80px}.doctor-booking-form__days{-moz-column-gap:15px;column-gap:15px}.doctor-booking-form__note{width:200px;padding:10px 15px;font-size:11px}.doctor-booking-form__days-list{-moz-column-gap:15px;column-gap:15px}.doctor-booking-form__calendar{width:40px;height:40px}.doctor-booking-form__times{-moz-column-gap:8px;column-gap:8px;row-gap:8px}.doctor-about-block__nav-item{font-size:16px}.doctor-about-block__tab{border-radius:15px;padding:20px}.doctor-about-block__experience-text{font-size:25px;margin-top:15px}}@media only screen and (max-width:760px){.specialist-hero-sec{padding-top:113px;padding-bottom:70px}.specialist-hero-sec .container{flex-wrap:wrap}.specialist-hero-sec__left-col{position:relative;top:auto;width:100%;margin-bottom:20px;margin-left:0}.specialist-hero-sec__right-col{width:100%;padding-left:0}.specialist-hero-sec__img{height:350px;border-radius:10px}.specialist-hero-sec__doctor-name{font-size:18px}.specialist-hero-sec__doctor-description{font-size:14px;max-width:270px}.doctor-info-block{border-radius:10px;padding:20px}.doctor-info-block__type{padding:10px 20px;margin-bottom:30px}.doctor-info-block__element-data{width:calc(50% - 20px)}.doctor-info-block__element-data-title{font-size:18px;margin-bottom:15px}.doctor-info-block__row-data{row-gap:20px}.doctor-info-block__element-data--price{width:100%}.doctor-booking-form__day{width:70px;padding:10px 0}.doctor-booking-form__day:nth-child(4){display:none}.doctor-booking-form__times{margin-top:25px}.doctor-booking-form__time{padding:6px 9px;width:auto;font-size:13px}.doctor-booking-form__footer{margin-top:24px}.doctor-booking-form__footer .btn-ctr-v1{width:150px}.doctor-booking-form__note{width:120px;padding:0;background:none}.doctor-about-block{margin-top:70px}.doctor-about-block__nav{display:none}.doctor-about-block__tab{padding:0;background:none;border-radius:0;display:block;margin-bottom:20px}.doctor-about-block__tab-title{font-size:22px;margin-bottom:20px}.doctor-about-block__tab-text-wrapper p{font-size:14px}.doctor-about-block__columb-wrapper{margin-top:20px}.doctor-about-block__columb-title{font-size:18px;margin-bottom:15px}.doctor-about-block__columb-list li{font-size:14px}.doctor-about-block__columb-list--two-coll{-moz-column-count:1;column-count:1}.doctor-about-block__columb-list li:last-child{margin-bottom:0}.doctor-about-block__columb-list li:before{background:#317844}.doctor-about-block__experience-wrapper{margin-top:20px;display:flex;align-items:center;justify-content:space-between}.doctor-about-block__experience-wrapper .doctor-about-block__experience-title{margin-bottom:0}.doctor-about-block__experience-title{font-size:18px;margin-bottom:15px}.doctor-about-block__experience-text{font-size:22px;margin-top:0;font-size:28px}}@media only screen and (max-width:360px){.specialist-hero-sec__img{height:300px}.doctor-info-block__element-data-title{font-size:16px}.doctor-booking-form__day{width:65px}.doctor-booking-form__time{font-size:12px}}.prices-sec{padding-top:180px;padding-bottom:100px}.prices-sec__title{max-width:480px;font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000}.prices-sec__title b{color:#317844;font-weight:500}.prices-sec__content{margin-top:45px}.prices-sec__nav-list{display:flex;flex-wrap:wrap;-moz-column-gap:30px;column-gap:30px}.prices-sec__nav-item{padding:15px 25px;background:#dee8e1;border-radius:15px;font-weight:400;font-size:22px;line-height:90%;letter-spacing:-.03em;cursor:pointer;color:#000;transition:all .2s ease}.prices-sec__nav-item.active,.prices-sec__nav-item:hover{background:#317844;color:#fff}.prices-sec__nav-item:hover{transition:all .2s ease}.prices-sec__nav{margin-bottom:40px}.prices-sec__nav-mob{display:none;position:relative}.prices-sec__nav-mob-trigger{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:#f6f6f6;border:1px solid #317844;border-radius:15px;font-weight:400;font-size:14px;line-height:90%;letter-spacing:-.03em;color:#000;cursor:pointer}.prices-sec__nav-mob-icon{display:flex;flex-shrink:0;line-height:0;transition:transform .2s ease}.prices-sec__nav-mob-icon svg{display:block}.prices-sec__nav-mob--open .prices-sec__nav-mob-icon{transform:rotate(180deg)}.prices-sec__nav-mob-list{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:5;margin:0;padding:8px;list-style:none;background:#f6f6f6;border:1px solid #317844;border-radius:15px}.prices-sec__nav-mob-item{padding:12px 16px;border-radius:10px;font-weight:400;font-size:14px;line-height:90%;letter-spacing:-.03em;color:#000;cursor:pointer}.prices-sec__nav-mob-item.active,.prices-sec__nav-mob-item:hover{background:#317844;color:#fff}.price-card{width:100%;margin-bottom:10px;background:#f6f6f6;border-radius:25px;display:flex;justify-content:space-between;align-items:center;padding:20px 25px 20px 20px}.price-card:last-child{margin-bottom:0}.price-card .btn-ctr-v2{display:none}.price-card__title{font-weight:500;font-size:20px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:15px}.price-card__price{font-weight:400;font-size:15px;line-height:95%;letter-spacing:-.03em;font-family:Inter Tight,sans-serif;color:#00000080}.price-card__btn{font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.02em;padding:10px 20px;color:#fff;border-radius:100px;display:inline-block;border:1px solid #317844;background:#317844;transition:all .2s ease}.price-card__btn:hover{background:#fff;color:#317844;transition:all .2s ease}.prices-sec__nav-mob-wrapper{display:none}@media only screen and (max-width:1240px){.prices-sec{padding-top:100px;padding-bottom:80px}.prices-sec__title{font-size:30px}.prices-sec__nav-list{-moz-column-gap:20px;column-gap:20px}.prices-sec__nav-item{font-size:18px;padding:10px 20px}.price-card__title{font-size:18px}.price-card__price{font-size:14px}.price-card__btn{font-size:14px;padding:10px 20px}}@media only screen and (max-width:940px){.prices-sec{padding-top:100px;padding-bottom:70px}.prices-sec__title{font-size:26px}.prices-sec__nav-item{font-size:16px;padding:10px 15px}.prices-sec__content{margin-top:35px}.prices-sec__nav{margin-bottom:30px}.price-card{border-radius:15px}}@media only screen and (max-width:760px){.prices-sec{padding-top:113px}.prices-sec__title{font-size:22px}.prices-sec__content{margin-top:22px}.prices-sec__nav--desk{display:none}.prices-sec__nav-mob{display:block;width:160px}.prices-sec__nav-mob-wrapper{display:flex;justify-content:flex-end;width:100%;margin-bottom:20px}.price-card{flex-wrap:wrap;border-radius:10px;padding:20px}.price-card .btn-ctr-v2{display:inline-flex;width:145px}.price-card__data{width:100%;margin-bottom:20px}.price-card__title{margin-bottom:10px}.price-card__btn{display:none}}.reviews-sec{padding-top:180px;padding-bottom:100px}.reviews-sec__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px;color:#000}.reviews-sec__title b{color:#317844;font-weight:500}.reviews-sec__subtitle{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000}.reviews-sec__list-wrapper{display:flex;justify-content:space-between;margin-top:40px}.reviews-sec__item{background:#f6f6f6;border-radius:25px;padding:30px;width:calc(25% - 16px);display:block;transition:all .3s ease}.reviews-sec__item:hover{transform:translateY(-10px);transition:all .3s ease}.reviews-sec__item-logo{width:100%;height:28px;display:flex;align-items:center;justify-content:center}.reviews-sec__item-logo img{max-width:100%;max-height:100%;display:block}.reviews-sec__item-rate{display:flex;justify-content:center;align-items:center;margin-top:25px;gap:5px}.reviews-sec__item-rate svg{display:block}.reviews-sec__item-count{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;margin-top:20px;text-align:center;color:#00000080}.reviews-sec__content{margin-top:70px;display:flex;align-items:flex-start;justify-content:space-between;position:relative}.reviews-sec__reviews-list{width:790px;background:#f6f6f6;padding:20px 20px 40px;border-radius:25px}.reviews-sec__reviews-list .review-card-v1{margin-bottom:20px}.review-card-v1{width:100%;min-height:190px;padding:25px 40px;background:#fff;border-radius:25px}.review-card-v1__header,.review-card-v1__img-wrapper{display:flex;align-items:center}.review-card-v1__img-wrapper{width:48px;height:48px;border-radius:100px;background:#f6f6f6;justify-content:center}.review-card-v1__img-wrapper svg{display:block}.review-card-v1__data{margin-left:12px}.review-card-v1__name{font-weight:500;font-size:24px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:11px}.review-card-v1__date{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#00000080}.review-card-v1__body{max-width:612px}.review-card-v1__body-text{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000;margin-top:20px}.review-card-v1__body-text--collapsed{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.review-card-v1__read-more{display:inline-flex;align-items:center;margin-top:15px;padding:0;border:none;background:none;cursor:pointer}.review-card-v1__read-more span{font-weight:400;font-size:12px;line-height:95%;letter-spacing:-.01em;text-decoration-line:underline;margin-right:5px;text-decoration:underline}.review-card-v1__read-more svg{display:block;transition:transform .2s ease}.review-card-v1__read-more--expanded svg{transform:rotate(180deg)}.reviews-sec__reviews-list-buttons{display:flex;justify-content:space-between}.rev-btn{width:calc(50% - 10px);padding:15px;background:#fff;border-radius:100px;border:none;display:inline-flex;align-items:center;justify-content:center}.rev-btn svg{display:block}.rev-btn span{margin:0 14px;font-weight:500;font-size:16px;line-height:90%;letter-spacing:-.03em;color:#000}.rev-btn--prev span{color:#a3a3a3}.reviews-sec__reviews-aside{width:calc(100% - 812px);padding:30px;border-radius:25px;background:#f6f6f6;position:sticky;top:20px}.reviews-sec__reviews-aside-title{font-weight:500;font-size:20px;text-align:center;line-height:90%;letter-spacing:-.03em;margin-bottom:25px}.reviews-sec__reviews-aside-inp{margin-bottom:20px;width:100%}.reviews-sec__reviews-aside-inp input{width:100%;border-radius:100px;padding:15px 20px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000;border:none}.reviews-sec__reviews-aside-inp input:placeholder{color:#00000080}.reviews-sec__reviews-aside-valid-text{font-weight:400;font-size:12px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#00000080;width:100%;text-align:center;margin-bottom:20px}.reviews-sec__reviews-aside-btn-wrapper{width:100%;display:flex;justify-content:center;margin-bottom:10px}.reviews-sec__reviews-aside-personal-data-text{text-align:center;font-weight:400;font-size:12px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#00000080;margin-bottom:5px}.reviews-sec__reviews-aside-personal-data-text a{text-decoration:underline;color:#000}.reviews-sec__reviews-aside-rules-text{display:flex;justify-content:center;align-items:center}.reviews-sec__reviews-aside-rules-text svg{display:block}.reviews-sec__reviews-aside-rules-text a{font-weight:400;font-size:12px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000;margin-bottom:5px;text-decoration:underline;margin-right:15px;display:inline-block}@media only screen and (max-width:1240px){.reviews-sec{padding-top:100px;padding-bottom:80px}.reviews-sec__item{border-radius:15px;padding:20px}.reviews-sec__item-rate svg{width:20px;height:auto}.reviews-sec__title{font-size:30px}.reviews-sec__content{margin-top:30px}.reviews-sec__reviews-list{width:550px;border-radius:15px}.reviews-sec__reviews-aside{padding:25px;border-radius:15px;width:calc(100% - 570px);top:80px}.review-card-v1__name{font-size:20px}.review-card-v1{padding:20px;border-radius:15px}}@media only screen and (max-width:940px){.reviews-sec__title{font-size:26px}.reviews-sec__list-wrapper{margin-top:30px}.reviews-sec__content{flex-wrap:wrap}.reviews-sec__reviews-list{width:100%}.reviews-sec__reviews-aside{width:100%;position:relative;top:auto;margin-top:30px}.reviews-sec__reviews-aside-inp{width:400px;margin-left:auto;margin-right:auto}}@media only screen and (max-width:760px){.reviews-sec{padding-top:113px;padding-bottom:70px}.reviews-sec__title{font-size:22px;margin-bottom:15px}.reviews-sec__subtitle{font-size:14px;max-width:180px}.reviews-sec__list-wrapper{margin-top:20px;flex-wrap:wrap;row-gap:15px}.reviews-sec__item{width:calc(50% - 10px);padding:15px 10px;border-radius:12px}.reviews-sec__item-logo{height:20px}.reviews-sec__item-rate{margin-top:10px;gap:3px}.reviews-sec__item-rate svg{width:15px;height:auto}.reviews-sec__item-count{margin-top:10px;font-size:14px}.reviews-sec__content{margin-top:40px}.reviews-sec__reviews-list{border-radius:10px;padding:10px 10px 20px}.review-card-v1{padding:20px;border-radius:10px}.review-card-v1__img-wrapper{width:32px;height:32px}.review-card-v1__name{font-size:18px;margin-bottom:5px}.review-card-v1__date{font-size:12px}.review-card-v1__body-text{margin-top:15px;font-size:14px}.review-card-v1{min-height:0}.reviews-sec__reviews-list .review-card-v1{margin-bottom:10px}.reviews-sec__reviews-list-buttons{margin-top:25px}.rev-btn{width:calc(50% - 10px);padding:10px;border-radius:10px}.rev-btn span{font-size:14px;margin:0 10px}.reviews-sec__reviews-aside{margin-top:70px;padding:20px;border-radius:10px}.reviews-sec__reviews-aside-title{text-align:left}.reviews-sec__reviews-aside-inp{width:100%;margin-bottom:15px}.reviews-sec__reviews-aside-inp input{border-radius:10px;padding:16px 20px;font-size:14px}.reviews-sec__reviews-aside-valid-text{text-align:left}.reviews-sec__reviews-aside-btn-wrapper{justify-content:flex-start}.reviews-sec__reviews-aside-personal-data-text{text-align:left}.reviews-sec__reviews-aside-rules-text{justify-content:flex-start}}.blog-hero-sec .hero-sec__bg-img{right:0;bottom:12px;width:590px}.blog-hero-sec .btn-ctr-v1{width:274px}.blog-list-sec{padding-bottom:100px}.blog-list-sec__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;max-width:680px}.blog-list-sec__title b{font-weight:500;color:#317844}.blog-list-sec__posts{display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px;row-gap:30px;margin-top:40px}.blog-list-sec__posts .blog-post{width:calc(33.333% - 20px);margin:0 10px}.blog-list-sec__load-more-row{width:100%;display:flex;justify-content:center;margin-top:40px}.blog-list-sec__load-more-btn{display:inline-flex;align-items:center;cursor:pointer}.blog-list-sec__load-more-btn svg{display:block}.blog-list-sec__load-more-btn-text{font-weight:500;font-size:24px;line-height:90%;letter-spacing:-.03em;text-decoration-line:underline;color:#000;margin-right:16px}@media only screen and (max-width:1240px){.blog-hero-sec .btn-ctr-v1{width:250px}.blog-list-sec__title{font-size:30px}.blog-list-sec{padding-bottom:80px}.blog-list-sec__load-more-btn-text{font-size:20px}.blog-hero-sec .hero-sec__bg-img{width:360px}}@media only screen and (max-width:940px){.blog-list-sec__posts .blog-post{width:calc(50% - 20px)}}@media only screen and (max-width:760px){.blog-list-sec__posts{width:100%;margin-left:0}.blog-list-sec__posts .blog-post{width:100%;margin:0}.blog-hero-sec .hero-sec__bg-img{width:280px;bottom:60px;right:-20px}.blog-list-sec__title{font-size:22px}.blog-list-sec__posts{margin-top:20px}.blog-list-sec__load-more-row{margin-top:30px}.blog-list-sec__load-more-btn-text{font-size:16px;margin-right:12px}.blog-list-sec__load-more-btn svg{width:17px;height:auto}.blog-list-sec{padding-bottom:70px}}.post-hero-sec{padding-top:194px;padding-bottom:60px}.post-hero-sec .container{display:flex;justify-content:space-between;align-items:flex-end}.post-hero-sec__img-wrapper{width:692px;height:461px;border-radius:25px;overflow:hidden}.post-hero-sec__img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.post-hero-sec__data{width:calc(100% - 692px);padding-right:20px}.post-hero-sec__title{font-weight:600;font-size:44px;line-height:90%;letter-spacing:-.05em;margin-bottom:70px;color:#000}.post-autor,.post-autor__link{display:flex;align-items:center}.post-autor__link{flex:1;min-width:0;text-decoration:none;color:inherit}.post-autor__img{width:117px;height:117px;border-radius:15px;overflow:hidden}.post-autor__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.post-autor__data{width:calc(100% - 117px);padding-left:15px}.post-autor__subtitle{font-weight:400;font-size:16px;color:#00000080;font-family:PT Sans,sans-serif}.post-autor__subtitle,.post-autor__title{line-height:90%;letter-spacing:-.03em;margin-bottom:10px}.post-autor__title{font-weight:500;font-size:24px;color:#000}.post-autor__autor{font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;font-family:PT Sans,sans-serif;color:#00000080}.post-content-sec{padding-bottom:100px}.post-content-sec .container{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.post-aside{position:sticky;top:20px;width:285px}.post-aside__naw-wrapper{background:#f6f6f6;padding:30px;border-radius:20px}.post-aside__naw-title{font-family:PT Sans,sans-serif;color:#00000080;margin-bottom:20px}.post-aside__naw-item,.post-aside__naw-title{font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em}.post-aside__naw-item{margin-bottom:10px;position:relative;display:flex;align-items:center}.post-aside__naw-item a{color:#000}.post-aside__naw-item.active:before{content:"";position:absolute;left:-30px;width:4px;height:17px;background:#317844;border-radius:10px}.post-aside__naw-item.active a{text-decoration:underline}.post-aside__progress-line{margin-top:6px;border-radius:100px;position:relative;height:4px;background:#d9d9d9}.post-aside__progress-line-inner{height:100%;width:10%;border-radius:100px;background:#317844}.post-aside__read-time{display:flex;align-items:center;justify-content:center;margin-top:20px}.post-aside__read-time span{margin-left:10px;font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;font-family:PT Sans,sans-serif;color:#00000080}.post-aside__read-time svg{display:block}.post-content-sec__body{width:calc(100% - 285px);padding-left:20px}.text-editor h1,.text-editor h2,.text-editor h3,.text-editor h4,.text-editor h5,.text-editor h6{font-style:normal;font-weight:600;font-size:24px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px;color:#000}.text-editor h1 b,.text-editor h2 b,.text-editor h3 b,.text-editor h4 b,.text-editor h5 b,.text-editor h6 b{font-weight:500}.text-editor b,.text-editor strong{color:#317844}.text-editor a{color:#317844;text-decoration:underline}.text-editor p{margin-bottom:25px;font-size:16px;line-height:90%;letter-spacing:-.03em;font-family:PT Sans,sans-serif;color:#000}.text-editor p,.text-editor p b,.text-editor p strong{font-weight:400}.text-editor ul{margin-bottom:20px}.text-editor ul li{padding-left:30px;margin-bottom:10px;font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;font-family:PT Sans,sans-serif;color:#000;position:relative}.text-editor ul li:last-child{margin-bottom:0}.text-editor ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:9px;height:9px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cg stroke='%23317844' stroke-linecap='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath stroke-linejoin='round' d='M6.336 9.5h6.333m-2.375 2.375L12.67 9.5l-2.375-2.375'/%3E%3Cpath d='M5.544 2.641a7.917 7.917 0 1 1-2.9 2.9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h19v19H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:cover;background-position:50%;width:20px;height:20px}.text-editor__two-col{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.text-editor__col{width:calc(50% - 15px);padding:30px;border-radius:25px;background:#f6f6f6}.post-content-sec__body-btn-row{width:100%;padding-left:140px;padding-top:25px}.post-autor__post-nav-mob,.post-hero-sec__subtitle{display:none}@media only screen and (max-width:1240px){.post-hero-sec{padding-top:100px}.post-hero-sec__img-wrapper{border-radius:15px;height:360px;width:500px}.post-hero-sec__data{width:calc(100% - 500px)}.post-hero-sec__title{font-size:34px;margin-bottom:40px}.post-autor__title{font-size:22px}.post-autor__img{width:100px;height:100px}.post-autor__data{width:calc(100% - 100px)}.post-aside__naw-wrapper,.text-editor__col{border-radius:15px}.post-content-sec{padding-bottom:80px}.post-aside{top:65px}}@media only screen and (max-width:940px){.post-hero-sec__img-wrapper{width:400px;height:280px}.post-hero-sec__data{width:calc(100% - 400px)}.post-hero-sec__title{font-size:28px;margin-bottom:30px}.post-autor__title{font-size:20px}.post-aside__naw-item{font-size:14px}.post-aside__naw-wrapper{padding:20px}.post-aside__naw-item.active:before{left:-20px}.post-aside{width:240px}.post-content-sec__body{width:calc(100% - 240px)}}@media only screen and (max-width:760px){.post-hero-sec{padding-top:113px;padding-bottom:27px}.post-hero-sec .container{flex-wrap:wrap}.post-hero-sec__data{display:contents}.post-hero-sec__title{order:1;width:100%;font-size:28px;margin-bottom:15px}.post-hero-sec__img-wrapper{order:3;width:100%;height:230px;border-radius:10px;margin-bottom:20px}.post-hero-sec__autor{order:4;width:100%;position:relative}.post-autor__img{width:50px;height:50px;border-radius:5px}.post-autor__data{width:calc(100% - 100px);padding-left:15px}.post-autor__subtitle{font-size:12px;margin-bottom:5px}.post-autor__title{font-size:14px;margin-bottom:5px}.post-autor__autor{font-size:12px}.post-autor__post-nav-mob{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:100px;background:#e9f0eb;width:50px;height:50px}.post-autor__post-nav-mob svg{display:block}.post-hero-sec__subtitle{display:block;order:2;width:100%;max-width:250px;font-style:normal;font-weight:400;font-size:14px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000;margin-bottom:20px}.post-aside{position:relative;top:auto;width:100%;display:none;padding-bottom:20px}.post-aside.active{display:block}.post-content-sec{padding-bottom:70px}.post-content-sec .container{flex-wrap:wrap}.post-aside__read-time{display:none}.post-aside__naw-wrapper{border-radius:10px}.post-content-sec__body{width:100%;padding-left:0}.text-editor h1,.text-editor h2,.text-editor h3,.text-editor h4,.text-editor h5,.text-editor h6{font-size:18px;margin-bottom:15px}.text-editor p{font-size:14px;margin-bottom:20px}.text-editor ul li{font-size:14px}.text-editor ul li:before{width:19px;height:19px}.text-editor__two-col{row-gap:10px}.text-editor__col{width:100%;padding:20px;border-radius:10px}.text-editor__col p:last-child{margin-bottom:0}.post-content-sec__body-btn-row{display:none}}.inform-hero-sec{padding-top:200px;padding-bottom:100px}.inform-hero-sec .container{display:flex;justify-content:space-between;align-items:center}.inform-hero-sec__img-wrapper{width:592px;height:430px;border-radius:25px;overflow:hidden}.inform-hero-sec__img-wrapper img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.inform-hero-sec__data{width:calc(100% - 592px);padding-right:28px}.inform-hero-sec__title{font-weight:600;font-size:44px;line-height:90%;letter-spacing:-.05em;margin-bottom:20px}.inform-hero-sec__subtitle{max-width:420px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;margin-bottom:30px}.inform-hero-sec__btns-row{display:flex;flex-wrap:wrap;-moz-column-gap:30px;column-gap:30px}.inform-hero-sec__btns-row .btn-ctr-v1{width:270px}.inform-docs-sec{padding-bottom:100px}.inform-docs-sec__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;max-width:700px;margin-bottom:40px}.inform-docs-sec__title b{color:#317844;font-weight:500}.inform-docs-sec__cluster-title{font-weight:500;font-size:24px;line-height:90%;letter-spacing:-.03em;margin-bottom:30px}.inform-docs-sec__cluster{margin-bottom:40px}.inform-docs-sec__cluster:last-child{margin-bottom:0}.doc-component{margin-bottom:20px;padding:10px 40px 10px 30px;min-height:68px;border-radius:25px;background:#f6f6f6;display:flex;align-items:center;justify-content:space-between}.doc-component:last-child{margin-bottom:0}.doc-component__title{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000;width:calc(100% - 240px);padding-right:100px}.doc-component__btns-row{display:flex;align-items:center;justify-content:space-between;width:240px}.doc-component__bnt{background:#317844;text-align:center;border-radius:100px;display:inline-block;padding:10px 22px;font-weight:600;font-size:16px;line-height:100%;letter-spacing:-.02em;color:#fff;transition:all .3s ease}.doc-component__bnt:hover{transform:scale(1.05);transition:all .3s ease}.doc-component__btns-row-mobile{display:none}@media only screen and (max-width:1240px){.inform-hero-sec{padding-top:100px;padding-bottom:80px}.inform-hero-sec__img-wrapper{width:490px;height:350px;border-radius:15px}.inform-hero-sec__data{width:calc(100% - 490px);padding-right:15px}.inform-hero-sec__title{font-size:32px;margin-bottom:15px}.inform-hero-sec__btns-row{row-gap:20px}.inform-docs-sec__title{font-size:30px}.doc-component__bnt{font-size:14px}.doc-component__btns-row{width:220px}.doc-component__title{font-size:14px;width:calc(100% - 220px);padding-right:80px}.inform-docs-sec__cluster-title{font-size:20px;margin-bottom:20px}.doc-component{border-radius:15px;padding:10px 30px 10px 20px;min-height:58px}.inform-docs-sec{padding-bottom:80px}}@media only screen and (max-width:940px){.inform-hero-sec__img-wrapper{width:400px;height:280px}.inform-hero-sec__data{width:calc(100% - 400px)}.inform-hero-sec__title{font-size:28px;margin-bottom:10px}.inform-hero-sec__btns-row{row-gap:15px}.inform-docs-sec__title{font-size:28px}}@media only screen and (max-width:760px){.inform-hero-sec{padding-top:113px;padding-bottom:70px}.inform-hero-sec .container{flex-wrap:wrap}.inform-hero-sec__data{width:100%}.inform-hero-sec__img-wrapper{width:100%;border-radius:10px;height:274px;margin-top:20px}.inform-hero-sec__title{margin-bottom:20px}.inform-hero-sec__subtitle{font-size:14px;max-width:270px;margin-bottom:30px}.inform-hero-sec__btns-row .btn-ctr-v1{width:230px}.inform-docs-sec__title{font-size:22px;margin-bottom:20px}.inform-docs-sec__cluster-title{font-size:18px;margin-bottom:20px}.doc-component__btns-row{display:none}.doc-component{padding:22px 20px;border-radius:10px;min-height:1px}.doc-component__title{width:calc(100% - 54px);padding-right:20px;font-size:13px}.doc-component__btns-row-mobile{display:flex;align-items:center;width:56px;justify-content:space-between}.doc-component__bnt-mob{display:inline-block}.doc-component__bnt-mob svg{display:block}.inform-docs-sec__cluster{margin-bottom:20px}.inform-docs-sec{padding-bottom:70px}}.contacts-hero-sec{padding-top:180px;padding-bottom:100px}.contacts-hero-sec .container{display:flex;justify-content:space-between;align-items:flex-start}.contacts-hero-sec__info{width:calc(100% - 590px);padding-right:30px}.contacts-hero-sec__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:40px}.contacts-hero-sec__subtitle{font-style:normal;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;margin-bottom:40px;max-width:460px;color:#000}.contacts-hero-sec__contacts-list{margin-bottom:40px}.contacts-hero-sec__contact-link{display:inline-flex;align-items:center;gap:12px;max-width:100%;color:#000;transition:color .3s ease}.contacts-hero-sec__contact-link:hover{color:#317844;transition:color .3s ease}.contacts-hero-sec__contact-link:hover .contacts-hero-sec__contact-link-ar path{stroke:#317844}.contacts-hero-sec__contact-link+.contacts-hero-sec__contact-link{margin-top:30px}.contacts-hero-sec__contact-link-text{font-style:normal;font-weight:500;font-size:24px;line-height:90%;letter-spacing:-.03em}.contacts-hero-sec__contact-link-ar{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.contacts-hero-sec__contact-link-ar svg{display:block}.contacts-hero-sec__contact-link-ar path{transition:stroke .3s ease}.contacts-hero-sec__schedule{margin-top:20px;margin-bottom:30px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000}.contacts-hero-sec__socials{display:flex;align-items:center;gap:15px}.contacts-hero-sec__socials-link{display:block;width:40px;transition:transform .3s ease}.contacts-hero-sec__socials-link img{width:100%;display:block}.contacts-hero-sec__socials-link:hover{transform:scale(1.1);transition:transform .3s ease}.contacts-hero-sec__form-wrapper{width:590px;padding:30px;border-radius:25px;background:#f6f6f6}.contacts-hero-sec__form-title{font-weight:500;font-size:24px;line-height:90%;letter-spacing:-.03em;margin-bottom:20px}.contacts-hero-sec__form-subtitle{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;margin-bottom:30px;font-family:PT Sans,sans-serif;color:#000}.contacts-hero-sec__form-fields{width:360px}.contacts-hero-sec__form-inp{width:100%;margin-bottom:20px}.contacts-hero-sec__form-inp input{width:100%;padding:10px 20px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;color:#000;font-family:PT Sans,sans-serif;background:#fff;box-shadow:0 1px 4px #00000040;border-radius:20px;border:none}.contacts-hero-sec__form-inp input::-moz-placeholder{color:#00000080}.contacts-hero-sec__form-inp input::placeholder{color:#00000080}.contacts-hero-sec__form-inp textarea{width:100%;padding:10px 20px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;color:#000;font-family:PT Sans,sans-serif;background:#fff;box-shadow:0 1px 4px #00000040;border-radius:20px;border:none;height:50px;resize:none}.contacts-hero-sec__form-inp textarea::-moz-placeholder{color:#00000080}.contacts-hero-sec__form-inp textarea::placeholder{color:#00000080}.contacts-hero-sec__form-fields .btn-ctr-v1{width:366px}.contacts-hero-sec__form-checkbox{display:flex;align-items:flex-start;gap:12px;margin-bottom:30px;cursor:pointer}.contacts-hero-sec__form-checkbox input[type=checkbox]{flex-shrink:0;width:24px;height:24px;margin-top:1px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;box-shadow:0 1px 4px #00000040;border-radius:6px;border:none;cursor:pointer;transition:background-color .2s ease}.contacts-hero-sec__form-checkbox input[type=checkbox]:checked{background:#317844 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' fill='none' viewBox='0 0 12 10'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m1 5.2 3.4 3.4L11 1.4'/%3E%3C/svg%3E") 50%/12px 10px no-repeat}.contacts-hero-sec__form-checkbox-text{font-weight:400;font-size:14px;line-height:120%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#00000080}.contacts-hero-sec__form-checkbox-text a{color:inherit;text-decoration:none}.contacts-hero-sec__form-checkbox-text a:hover{color:#317844}.contacts-hero-sec__contact-link-cluster{margin-bottom:20px}.contacts-map-sec{padding-bottom:100px}.contacts-map-sec__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:35px}.contacts-map-sec__map-wrapper{width:100%;border-radius:25px;height:496px;overflow:hidden}.contacts-map-sec__map-error{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:30px;text-align:center;font-family:PT Sans,sans-serif;font-size:16px;line-height:120%;color:#0009;background:#f6f6f6}.contacts-map-sec__map-error code{font-family:inherit;color:#317844}.contacts-map-sec__images-row{margin-top:40px;display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px;row-gap:20px}.contacts-map-sec__img-wrapper{width:calc(33.333% - 20px);margin:0 10px;height:280px;border-radius:25px;overflow:hidden;position:relative}.contacts-map-sec__img-wrapper img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.contacts-map-sec__img-wrapper-link{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:2}.contacts-map-sec__img-wrapper-link svg{display:block}@media only screen and (max-width:1240px){.contacts-hero-sec__form-wrapper{width:400px;border-radius:15px}.contacts-hero-sec__form-fields,.contacts-hero-sec__form-fields .btn-ctr-v1{width:100%}.contacts-hero-sec__info{width:calc(100% - 400px)}.contacts-hero-sec{padding-top:140px;padding-bottom:80px}.contacts-hero-sec__title{font-size:30px;margin-bottom:25px}.contacts-hero-sec__subtitle{margin-bottom:30px}.contacts-hero-sec__contact-link-text{font-size:20px}.contacts-map-sec__title{font-size:30px}.contacts-map-sec__map-wrapper{border-radius:15px}.contacts-map-sec__img-wrapper{height:240px;border-radius:15px}.contacts-map-sec{padding-bottom:80px}.contacts-hero-sec__form-title{font-size:22px}}@media only screen and (max-width:940px){.contacts-hero-sec__form-wrapper{width:370px;padding:20px;border-radius:15px}.contacts-hero-sec__info{width:calc(100% - 370px)}.contacts-map-sec__img-wrapper{height:200px}}@media only screen and (max-width:760px){.contacts-hero-sec{padding-top:113px;padding-bottom:70px}.contacts-hero-sec .container{flex-wrap:wrap}.contacts-hero-sec__info{width:100%}.contacts-hero-sec__form-wrapper{width:100%;margin-top:40px;border-radius:10px}.contacts-hero-sec__form-fields{width:100%}.contacts-hero-sec__title{font-size:28px;margin-bottom:15px}.contacts-hero-sec__subtitle{font-size:14px;margin-bottom:30px}.contacts-hero-sec__contact-link-text{font-size:18px}.contacts-hero-sec__schedule{font-size:12px;margin-top:7px;opacity:.5;margin-bottom:15px}.contacts-hero-sec__contact-link-cluster{margin-bottom:15px}.contacts-hero-sec__contacts-list{margin-bottom:25px}.contacts-hero-sec__info{padding-right:0}.contacts-hero-sec__contact-link .contacts-hero-sec__contact-link-ar{display:none}.contacts-hero-sec__socials-link{width:48px}.contacts-hero-sec__form-title{font-size:18px;margin-bottom:15px}.contacts-hero-sec__form-subtitle{font-size:14px;margin-bottom:20px}.contacts-hero-sec__form-inp input{border-radius:5px;padding:12px 15px;font-size:14px!important}.contacts-hero-sec__form-inp{margin-bottom:20px}.contacts-hero-sec__form-inp textarea{border-radius:5px;padding:12px 15px;height:50px;font-size:14px!important}.contacts-hero-sec__form-checkbox-text{font-size:12px}.contacts-hero-sec__form-checkbox{margin-bottom:30px}.contacts-map-sec__title{font-size:22px;margin-bottom:20px}.contacts-map-sec__map-wrapper{height:422px;border-radius:15px}.contacts-map-sec__images-row{margin-top:20px;flex-wrap:wrap;width:100%;margin-left:0}.contacts-map-sec__img-wrapper{margin:0;width:100%;height:233px;border-radius:10px}.contacts-map-sec{padding-bottom:70px}}.services-hero-sec .hero-sec__bg-img{width:937px;transform:rotate(170deg);right:-80px;bottom:100px}.services-hero-sec .btn-ctr-v1{width:355px}.services-cat-sec{padding-bottom:100px}.services-cat-sec__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;max-width:640px;margin-bottom:40px}.services-cat-sec__title b{font-weight:500;color:#317844}.services-cat-sec__container .service-cat{margin-bottom:20px}.services-cat-sec__container .service-cat:last-child{margin-bottom:0}.service-cat{padding:24px 30px;background:#f6f6f6;border-radius:25px}.service-cat__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.service-cat__name{font-weight:500;font-size:20px;line-height:90%;letter-spacing:-.03em;color:#000}.service-cat__open-btn{width:30px;height:30px;display:flex;justify-content:center;align-items:center;background:#317844;border-radius:100px;position:relative}.service-cat__open-btn-line{width:15px;height:3px;position:absolute;background:#fff;border-radius:100px;transition:all .2s ease}.service-cat__open-btn-line:first-child{transform:rotate(90deg)}.service-cat--active .service-cat__open-btn-line:first-child{transform:rotate(0)}.service-cat__content{padding-top:15px}.service-cat__content-tegs{display:flex;flex-wrap:wrap;row-gap:15px;-moz-column-gap:15px;column-gap:15px}.service-cat__content-teg{display:inline-block;border-radius:100px;border:1px solid #317844;padding:10px 30px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif}.service-cat__content-btn-wrapper{margin-top:30px}.service-cat__content-btn-wrapper .btn-ctr-v2{width:365px}.services-prices-sec{padding-bottom:100px}.services-prices-sec__title{max-width:700px;font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:20px}.services-prices-sec__title b{font-weight:500;color:#317844}.services-prices-sec__text{max-width:670px;font-style:normal;font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;color:#000;font-family:PT Sans,sans-serif;margin-bottom:40px}.services-prices-sec__nav-list{display:flex;flex-wrap:wrap;-moz-column-gap:30px;column-gap:30px;row-gap:15px}.services-prices-sec__nav-item{padding:15px 40px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;border-radius:100px;color:#000;border:1px solid #317844;cursor:pointer;transition:all .2s ease}.services-prices-sec__nav-item:hover{background:#317844;color:#fff;transition:all .2s ease}.services-prices-sec__nav-item.active{background:#317844;color:#fff}.services-prices-sec__nav-mob{display:none;position:relative}.services-prices-sec__nav-mob-trigger{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 30px;background:#f6f6f6;border:1px solid #317844;border-radius:10px;font-weight:400;font-size:14px;line-height:90%;letter-spacing:-.03em;color:#000;cursor:pointer}.services-prices-sec__nav-mob-icon{display:flex;flex-shrink:0;line-height:0;transition:transform .2s ease}.services-prices-sec__nav-mob-icon svg{display:block}.services-prices-sec__nav-mob--open .services-prices-sec__nav-mob-icon{transform:rotate(180deg)}.services-prices-sec__nav-mob-list{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:5;margin:0;padding:8px;list-style:none;background:#f6f6f6;border:1px solid #317844;border-radius:15px}.services-prices-sec__nav-mob-item{padding:12px 16px;border-radius:100px;font-weight:400;font-size:14px;line-height:90%;letter-spacing:-.03em;color:#000;cursor:pointer}.services-prices-sec__nav-mob-item.active,.services-prices-sec__nav-mob-item:hover{background:#317844;color:#fff}.services-prices-sec__nav-mob-wrapper{display:none}.services-prices-sec__content{margin-top:40px}.services-prices-sec__content .price-service-card{margin-bottom:20px}.services-prices-sec__content .price-service-card:last-child{margin-bottom:0}.price-service-card{padding:30px;border-radius:25px;background:#f6f6f6;min-height:313px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;position:relative}.price-service-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:url(./price-card-bg.BN-KJhC2.png);background-size:cover;background-position:50%;background-repeat:repeat;border-radius:25px;z-index:1}.price-service-card__header{position:relative;z-index:2;width:100%;margin-bottom:34px}.price-service-card__list{display:flex;align-items:center;gap:10px;width:100%}.price-service-card__item{padding-left:30px;font-weight:400;font-size:14px;line-height:95%;letter-spacing:-.01em;color:#000;font-family:PT Sans,sans-serif;position:relative;display:inline-flex;align-items:center}.price-service-card__item:before{content:"";position:absolute;left:0;width:20px;height:20px;background:#317844;border-radius:100px}.price-service-card__data{width:540px;position:relative;z-index:2}.price-service-card__title{font-weight:600;font-size:20px;line-height:90%;letter-spacing:-.03em;color:#317844;margin-bottom:20px}.price-service-card__description p{margin-bottom:10px;font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;color:#000;font-family:PT Sans,sans-serif}.price-service-card__price{width:360px;padding-top:10px;position:relative;z-index:2}.price-service-card__result{background-color:#fff;padding:20px;border-radius:20px;margin-bottom:20px}.price-service-card__result-title{font-weight:700;font-size:20px;line-height:90%;letter-spacing:-.03em;color:#317844;margin-bottom:40px}.price-service-card__result-subtitle{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif}.price-service-card__btn-row{display:flex;align-items:center;justify-content:space-between}.price-service-card__btn-row .btn-ctr-v2{width:200px}.price-service-card__current-pricevalue{font-weight:700;font-size:20px;line-height:90%;letter-spacing:-.03em;color:#317844}.price-service-card__current-pricevalue b{color:#b7b7b7;font-weight:700}.services-staps-sec{padding-bottom:100px}.services-staps-sec__title{font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:40px;max-width:700px}.services-staps-sec__title b{font-weight:400;color:#317844}.services-staps-sec__content{border-radius:25px;background:#f6f6f6}.services-staps-sec__item{display:flex;align-items:center;justify-content:space-between;padding:20px 36px;border-bottom:1px solid #cfddd3}.services-staps-sec__item:last-child{border-bottom:none}.services-staps-sec__item-title{display:flex;align-items:center;max-width:400px}.services-staps-sec__item-num{width:120px;font-style:normal;font-weight:600;font-size:64px;line-height:90%;letter-spacing:-.03em;background:linear-gradient(80.32deg,#fff3 -8.97%,#31784433 78.45%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.services-staps-sec__item-text{width:540px;font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000}.services-staps-sec__item-name{font-weight:600;font-size:24px;line-height:90%;letter-spacing:-.03em;width:calc(100% - 120px);color:#000}.services-staps-sec__wo-long-row{display:flex;justify-content:space-between;margin-top:40px}.wo-long-item-v1{width:545px;background:#317844;border-radius:20px;display:flex;justify-content:space-between;padding:30px 20px 30px 30px;position:relative}.wo-long-item-v1:before{content:"";position:absolute;width:410px;height:214px;transform:rotate(-15deg);background:url(./wo-long-bg-1.CgRJAhrk.png);block-size:cover;background-position:50%;background-repeat:no-repeat;left:-35px;top:54px}.wo-long-item-v1__img{width:260px;height:293px;display:block;-o-object-fit:cover;object-fit:cover;border-radius:25px;overflow:hidden;position:relative;z-index:2}.wo-long-item-v1__data{width:calc(100% - 260px);display:flex;flex-direction:column;justify-content:space-between;padding-right:20px;position:relative;z-index:2}.wo-long-item-v1__title{font-weight:600;font-size:24px;line-height:90%;letter-spacing:-.03em;color:#fff}.wo-long-item-v1__text{font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#fff}.services-staps-sec__wo-long-row-clusteer{width:calc(100% - 565px);display:flex;justify-content:space-between}.wo-long-item-v2{width:calc(50% - 10px);border-radius:25px;background:#f6f6f6;padding:30px;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:2;overflow:hidden}.wo-long-item-v2:first-child:before{content:"";position:absolute;width:187px;height:180px;top:85px;right:6px;background:url(./wo-long-bg-2.DTbm_ere.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.wo-long-item-v2:nth-child(2):before{content:"";position:absolute;width:230px;height:180px;top:85px;right:-30px;background:url(./wo-long-bg-3.Cn61urrt.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.wo-long-item-v2__title{font-weight:600;position:relative;z-index:2;font-size:23px;line-height:90%;letter-spacing:-.03em;color:#000}.wo-long-item-v2__text{font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000;position:relative;z-index:2}.services-rules-sec{padding-bottom:100px}.services-rules-sec__title{font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:40px;max-width:700px}.services-rules-sec__title b{font-weight:400;color:#317844}.services-rules-sec__content{display:flex;flex-wrap:wrap;-moz-column-gap:110px;column-gap:110px}.services-rules-sec__col{width:311px}.services-rules-sec__col-title{font-weight:600;font-size:24px;line-height:90%;letter-spacing:-.03em;color:#000;margin-bottom:20px}.services-rules-sec__col-text{font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000;margin-bottom:20px}.services-rules-sec__col-btn-row .btn-ctr-v2{width:224px}.services-rules-sec__col-item{margin-bottom:10px;display:flex;align-items:center}.services-rules-sec__col-item-icon{width:25px;height:25px;display:flex;justify-content:center;align-items:center;background:#317844;border-radius:100px;margin-right:5px}.services-rules-sec__col-item-title{font-size:14px;color:#000}.services-rules-sec__col-item-title,.services-rules-sec__col-nav-list li{font-weight:400;line-height:100%;letter-spacing:-.01em;font-family:PT Sans,sans-serif}.services-rules-sec__col-nav-list li{margin-bottom:5px;font-size:12px}.services-rules-sec__col-nav-list li a{border-bottom:1px solid #90b399;color:#000;transition:all .2s ease}.services-rules-sec__col-nav-list li a:hover{color:#317844;transition:all .2s ease}@media only screen and (max-width:1280px){.services-hero-sec .hero-sec__bg-img{width:800px}}@media only screen and (max-width:1240px){.services-cat-sec__title{font-size:30px}.services-cat-sec{padding-bottom:80px}.services-prices-sec__title{font-size:30px}.services-prices-sec__nav-list{-moz-column-gap:15px;column-gap:15px}.services-prices-sec__nav-item{font-size:16px;padding:12px 20px}.services-prices-sec{padding-bottom:80px}.price-service-card__data{width:440px}.service-cat{border-radius:15px;padding:15px 20px}.service-cat__name{font-size:18px}.service-cat__content-teg{padding:8px 20px;font-size:14px}.service-cat__content-btn-wrapper .btn-ctr-v2{width:280px}.price-service-card,.price-service-card__result{border-radius:15px}.services-staps-sec__title{font-size:30px}.services-staps-sec__item-name{font-size:20px}.services-staps-sec__item-num{font-size:50px;width:90px}.services-staps-sec__item-title{width:320px}.services-staps-sec__item-text{width:calc(100% - 370px)}.services-staps-sec__content,.wo-long-item-v1{border-radius:15px}.wo-long-item-v1{width:calc(33.33% - 10px);height:270px}.wo-long-item-v1__img{display:none}.wo-long-item-v1__data{width:100%}.wo-long-item-v1__title{font-size:20px}.services-staps-sec__wo-long-row-clusteer{width:calc(66.67% - 10px)}.wo-long-item-v2{border-radius:15px}.wo-long-item-v2:first-child:before{width:150px;height:150px;top:50px;right:6px}.wo-long-item-v2:nth-child(2):before{width:180px;height:150px;top:50px;right:-30px}.wo-long-item-v2__title{font-size:20px}.services-staps-sec{padding-bottom:80px}.services-rules-sec__title{font-size:30px}.services-rules-sec__content{-moz-column-gap:40px;column-gap:40px}.services-rules-sec__col{width:260px}.services-rules-sec__col-title{font-size:20px}.services-rules-sec{padding-bottom:80px}}@media only screen and (max-width:940px){.services-cat-sec__title{font-size:28px;margin-bottom:30px}.services-prices-sec__title{font-size:28px}.services-prices-sec__nav-item{font-size:14px;padding:10px 20px}.price-service-card__data{width:100%}.price-service-card__price{width:100%;display:flex;align-items:center}.price-service-card__result{width:60%;margin-bottom:0}.price-service-card__btn-row{width:40%;flex-wrap:wrap;padding-left:30px}.price-service-card__prices-list{margin-bottom:20px}.services-rules-sec__col{width:calc(50% - 20px)}.services-rules-sec__content{justify-content:space-between;-moz-column-gap:0;column-gap:0;row-gap:40px}}@media only screen and (max-width:760px){.services-hero-sec .hero-sec__bg-img{width:630px;transform:rotate(-138deg);bottom:130px;top:auto;right:-95px}.services-cat-sec__title{font-size:22px;margin-bottom:20px}.services-cat-sec__title span{display:none}.service-cat{padding:23px 20px 23px 30px;border-radius:10px}.service-cat--active,.service-cat.active{background:#317844}.service-cat--active .service-cat__name,.service-cat.active .service-cat__name{color:#fff}.service-cat--active .service-cat__open-btn,.service-cat.active .service-cat__open-btn{background:#fff}.service-cat--active .service-cat__open-btn-line,.service-cat.active .service-cat__open-btn-line{background:#317844}.service-cat--active .service-cat__content-teg,.service-cat.active .service-cat__content-teg{color:#fff}.service-cat--active .service-cat__content-teg:before,.service-cat.active .service-cat__content-teg:before{background:#fff}.service-cat__content-teg{display:flex;align-items:center;width:100%;border:none;position:relative;border-radius:0;font-size:14px;margin-bottom:10px;padding:0 0 0 17px}.service-cat__content-teg:before{content:"";position:absolute;left:0;width:7px;height:7px;background:#317844;border-radius:100px}.service-cat__content-teg:last-child{margin-bottom:0}.service-cat__content-tegs{row-gap:0;-moz-column-gap:0;column-gap:0}.service-cat__content-btn-wrapper{margin-top:30px}.service-cat__content-btn-wrapper .btn-ctr-v2{width:263px}.services-cat-sec{padding-bottom:70px}.services-prices-sec__title{font-size:22px;margin-bottom:20px}.services-prices-sec__nav--desk,.services-prices-sec__text{display:none}.services-prices-sec__nav-mob{display:block;width:160px}.services-prices-sec__nav-mob-wrapper{display:flex;justify-content:flex-end;width:100%;margin-bottom:0}.services-prices-sec__content{margin-top:20px}.price-service-card{border-radius:10px;padding:30px 0}.price-service-card:before{width:345px;height:515px;inset:auto 0 0 auto;background-image:url(./price-card-bg-mob.CEp5QG6e.png)}.price-service-card__header{order:3;padding:0 30px;margin-top:20px;margin-bottom:0}.price-service-card__list{display:block}.price-service-card__item{padding-left:17px;margin-bottom:10px;font-weight:400;font-size:14px;line-height:95%;width:100%;letter-spacing:-.01em;color:#00000080}.price-service-card__item:last-child{margin-bottom:0}.price-service-card__item:before{width:7px;height:7px}.price-service-card__data{padding:0 30px;margin-bottom:20px}.price-service-card__title{font-size:18px;margin-bottom:15px}.price-service-card__description p{font-size:14px}.price-service-card__price{flex-wrap:wrap;width:100%}.price-service-card__result{width:100%;margin-bottom:28px;padding:30px;border-radius:20px}.price-service-card__result-title{font-size:18px;margin-bottom:15px}.price-service-card__result-subtitle{font-size:14px}.price-service-card__btn-row{width:100%;padding:0 30px;justify-content:space-between;display:flex}.price-service-card__btn-row .btn-ctr-v2{width:150px}.price-service-card__prices-list{margin-bottom:0}.services-prices-sec{padding-bottom:70px}.services-staps-sec__title{font-size:22px;margin-bottom:20px}.services-staps-sec__content{border-radius:10px;padding:0}.services-staps-sec__item{padding:20px 20px 20px 30px;flex-wrap:wrap}.services-staps-sec__item-title{flex-wrap:wrap}.services-staps-sec__item-num{width:100%;text-align:right;font-size:44px;margin-bottom:10px}.services-staps-sec__item-name{font-size:18px;margin-bottom:15px}.services-staps-sec__item-text{width:100%}.services-staps-sec__wo-long-row{margin-top:30px;flex-wrap:wrap}.wo-long-item-v1{width:100%;height:205px;padding:30px;margin-bottom:20px;border-radius:10px}.wo-long-item-v1:before{width:392px;height:205px;transform:scaleX(-1) rotate(0);inset:24px 0 0 -17px}.wo-long-item-v1__title{font-size:18px}.services-staps-sec__item-name{width:100%;padding-right:50px}.services-staps-sec__wo-long-row-clusteer{width:100%;flex-wrap:wrap;gap:0;row-gap:20px}.wo-long-item-v2{width:100%;height:205px;border-radius:10px}.wo-long-item-v2:first-child:before{width:133px;height:128px;top:7px;right:6px}.wo-long-item-v2:nth-child(2):before{width:230px;height:180px;top:11px;right:-38px}.wo-long-item-v2__title{font-size:18px}.services-staps-sec{padding-bottom:70px}.services-rules-sec__title{font-size:22px;margin-bottom:20px}.services-rules-sec__col{width:100%}.services-rules-sec__col-title{font-size:18px;margin-bottom:15px;padding-right:50px}.services-rules-sec__col-text{font-size:14px;padding-right:50px}.services-rules-sec__col-btn-row .btn-ctr-v2{width:180px}.services-rules-sec__content{row-gap:30px}.services-rules-sec{padding-bottom:20px}}.service-single-hero-sec .btn-ctr-v1{width:275px}.service-single-hero-sec .hero-sec__text{max-width:370px}.service-single-hero-sec .hero-sec__title{max-width:450px}.service-single-hero-sec .hero-sec__bg-img{width:617px;transform:rotate(10deg);bottom:-6px;right:17px}.service-single-doctors-sec{padding-bottom:100px}.service-single-doctors-sec__title{max-width:790px;font-weight:600;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:40px;color:#000}.service-single-doctors-sec__title b{font-weight:400;color:#317844}.service-single-doctors-sec__content{display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px;row-gap:20px}.service-single-doctors-sec__content .specialist-card{width:calc(33.333% - 20px);margin:0 10px}.service-single-when-sec{margin-bottom:100px;background:#007820;border-radius:25px;padding:50px 0}.service-single-when-sec .container,.service-single-when-sec__description{display:flex;justify-content:space-between}.service-single-when-sec__description{width:calc(100% - 635px);padding-right:20px;flex-direction:column}.service-single-when-sec__title{font-weight:500;font-size:33px;line-height:90%;letter-spacing:-.03em;color:#fff}.service-single-when-sec__title b{font-weight:400;color:#fff;opacity:.7}.service-single-when-sec__img{width:387px;height:360px;border-radius:25px;-o-object-fit:cover;object-fit:cover;display:block}.service-single-when-sec__text{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;max-width:440px;color:#fff;margin-bottom:30px;font-family:PT Sans,sans-serif}.service-single-when-sec__network{width:635px;height:685px;position:relative}.network__row{width:100%;display:flex;align-items:center;position:relative;z-index:3}.network__row:first-child{margin-bottom:21px;padding-left:315px}.network__row:first-child .network__element{max-width:300px}.network__row:nth-child(2){margin-bottom:29px;padding-left:275px}.network__row:nth-child(2) .network__element{max-width:270px}.network__row:nth-child(3){margin-bottom:30px;padding-left:127px}.network__row:nth-child(3) .network__element{max-width:330px}.network__row:nth-child(4){margin-bottom:0;padding-left:60px}.network__row:nth-child(4) .network__element{max-width:255px}.network__row:nth-child(5){margin-bottom:20px;padding-left:345px}.network__row:nth-child(5) .network__element{max-width:270px}.network__row:nth-child(6){margin-bottom:20px;padding-left:244px}.network__row:nth-child(6) .network__element{max-width:230px}.network__row:nth-child(7){margin-bottom:20px;justify-content:flex-end}.network__row:nth-child(7) .network__element{max-width:315px;width:100%}.network__row:nth-child(8){margin-bottom:100px;padding-left:55px}.network__row:nth-child(8) .network__element{max-width:255px}.network__row:nth-child(8) .network__element:first-child{margin-right:27px}.network__row:nth-child(9){padding-left:90px}.network__row:nth-child(9) .network__element{max-width:250px}.network__element{min-height:50px;padding:10px 15px;background:#ffffff26;border-radius:100px;display:inline-flex;color:#fff;font-weight:400;font-size:16px;line-height:95%;align-items:center;letter-spacing:-.01em;font-family:PT Sans,sans-serif}.network__circle{position:absolute;z-index:2;top:18px;left:0;width:14px;height:14px;border-radius:50%;background:#fff;opacity:.8}.network__line{position:absolute;z-index:1;background:#4ca062;width:1px;height:1px}.network__line-1{width:305px;left:10px;top:25px}.network__line-2{width:106px;height:69px;background:none;border-left:1px solid #4ca062;border-bottom:1px solid #4ca062;border-bottom-left-radius:25px;top:26px;left:170px}.network__line-3{width:120px;left:7px;top:175px}.network__line-4{width:52px;top:255px;left:7px}.network__line-5{width:338px;left:7px;top:304px}.network__line-6{width:112px;top:375px;left:132px}.network__line-7{width:189px;height:141px;border-left:1px solid #4ca062;border-bottom:1px solid #4ca062;border-bottom-left-radius:25px;left:132px;top:305px;background:none}.network__line-8{width:1px;height:50px;left:176px;top:541px}.network__line-9{width:461.5px;height:49.5px;border-right:1px solid #4ca062;border-bottom:1px solid #4ca062;border-bottom-right-radius:25px;left:7px;top:541px;background:none}.network__line-10{width:83px;height:635px;border-left:1px solid #4ca062;border-bottom:1px solid #4ca062;border-bottom-left-radius:25px;left:7px;background:none;top:32px}.process-sec{padding-bottom:100px;overflow:hidden}.process-sec__title{max-width:580px;font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:40px;color:#000}.process-sec__title b{font-weight:400;color:#317844}.process-sec__content{position:relative}.process-sec__cards-num{display:flex;flex-wrap:wrap;row-gap:20px;position:relative;z-index:2}.process-sec__cards-num .process-card-num{margin:0 10px;width:calc(25% - 20px)}.process-sec__bg-img{position:absolute;z-index:1;width:860px;top:-73px;left:180px}.process-sec__bg-img img{width:100%}.process-sec__bg-img-desktop{display:block}.process-card-num{border-radius:25px;padding:30px;background:#f6f6f6;display:flex;flex-direction:column;justify-content:space-between;height:370px;position:relative}.process-card-num--empty{background:none;opacity:0}.process-card-num--active{background:#317844}.process-card-num--active .process-card-num__number,.process-card-num--active .process-card-num__subtitle,.process-card-num--active .process-card-num__title{color:#fff}.process-card-num--active:before{width:100%;height:233px;left:0;top:11px;position:absolute;content:"";background-image:url(./proces-card.CXLRBjCs.png);background-size:cover;background-position:50%}.process-card-num__number{font-size:48px;color:#0000004d}.process-card-num__number,.process-card-num__title{font-weight:500;line-height:90%;letter-spacing:-.03em}.process-card-num__title{font-size:20px;color:#000;padding-right:50px;margin-bottom:20px}.process-card-num__subtitle{font-weight:400;font-size:16px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000}.process-sec__cards-info{margin-top:40px;display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px;row-gap:20px}.process-sec__cards-info .process-info-card{width:calc(25% - 20px);margin:0 10px}.process-info-card{border-radius:25px;padding:30px;background:#f6f6f6;display:flex;flex-direction:column;justify-content:space-between;height:370px;position:relative}.process-info-card--accent{background:#317844}.process-info-card--accent .process-info-card__text,.process-info-card--accent .process-info-card__title{color:#fff}.process-info-card--accent .process-info-card__text b{color:#acffc2}.process-info-card--accent:before{width:100%;height:145px;left:0;top:72px;position:absolute;content:"";background-image:url(./proces-card-info.DhTBwnrQ.png);background-size:cover;background-position:50%}.process-info-card__title{padding-right:20px;font-weight:500;font-size:20px;line-height:90%;letter-spacing:-.03em;color:#000;position:relative;z-index:2}.process-info-card__text{font-weight:400;font-size:15px;line-height:95%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;color:#000;position:relative;z-index:2}.process-info-card__text b{font-weight:400;color:#317844}.why-we-sec{padding-bottom:100px}.why-we-sec__title{max-width:580px;font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:40px;color:#000}.why-we-sec__title b{font-weight:400;color:#317844}.why-we-sec__content{background:#f6f6f6;border-radius:25px;overflow:hidden}.why-we-sec__card{border-bottom:1px solid #cfddd3;padding:30px 30px 30px 65px;display:flex;justify-content:space-between;align-items:flex-start;position:relative}.why-we-sec__card:last-child{border-bottom:none}.why-we-sec__card--accent{background:#317844}.why-we-sec__card--accent .why-we-sec__card-text,.why-we-sec__card--accent .why-we-sec__card-title{color:#fff}.why-we-sec__card--accent:before{width:227px;height:132px;left:316px;top:0;position:absolute;content:"";z-index:1;transform:rotate(-147deg);background-image:url(./why-we-card.CAGx4Vq2.png);background-size:cover;background-position:50%}.why-we-sec__card-title{width:290px;font-weight:600;font-size:24px;line-height:90%;letter-spacing:-.03em;position:relative;z-index:2}.why-we-sec__card-text{width:590px;font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.01em;font-family:PT Sans,sans-serif;position:relative;z-index:2}.process-sec__bg-img-mobile{display:none}@media only screen and (max-width:1280px){.service-single-hero-sec .hero-sec__bg-img{width:517px}}@media only screen and (max-width:1240px){.service-single-hero-sec .hero-sec__bg-img{width:417px;right:-25px;bottom:40px}.service-single-when-sec{margin-bottom:80px;border-radius:15px;padding:40px 0}.service-single-when-sec .container{flex-wrap:wrap}.service-single-when-sec__description{width:100%;flex-direction:row;padding-right:0;margin-bottom:50px}.service-single-when-sec__img{display:none}.service-single-when-sec__title{font-size:30px;width:55%}.service-single-when-sec__down{width:45%;padding-left:40px;margin-bottom:0}.service-single-when-sec__text{margin-bottom:0}.service-single-when-sec__network{margin-left:150px}.service-single-doctors-sec__title{font-size:30px;margin-bottom:30px}.service-single-doctors-sec{padding-bottom:80px}.service-single-doctors-sec__content .specialist-card{width:calc(50% - 20px)}.process-sec__title{font-size:30px;margin-bottom:30px}.process-sec{padding-bottom:80px}.process-sec__cards-info .process-info-card{width:calc(50% - 20px);border-radius:15px;height:250px}.process-sec__cards-num .process-card-num{width:calc(33.33% - 20px)}.process-card-num{border-radius:15px}.process-card-num--empty{display:none}.process-sec__bg-img{width:100%;left:0}.why-we-sec__title{font-size:30px;margin-bottom:30px}.why-we-sec{padding-bottom:80px}.why-we-sec__content{border-radius:15px}.why-we-sec__card{padding:20px 20px 20px 30px}.why-we-sec__card-text{width:500px}.why-we-sec__card-title{font-size:20px;width:250px}.why-we-sec__card--accent:before{left:188px}}@media only screen and (max-width:940px){.service-single-hero-sec .hero-sec__bg-img{width:317px;right:-25px;bottom:70px}.service-single-when-sec__title{font-size:28px;width:100%}.service-single-when-sec__description{flex-wrap:wrap}.service-single-when-sec__down{width:100%;padding-left:0;margin-top:25px}.service-single-when-sec__network{margin-left:0}.process-sec__title,.service-single-doctors-sec__title{font-size:28px}.process-sec__cards-num .process-card-num{width:calc(50% - 20px)}.process-card-num{padding:20px;height:250px}.process-info-card{padding:20px}.process-card-num__number{font-size:40px}.why-we-sec__title{font-size:28px}.why-we-sec__title span{display:none}.why-we-sec__card-text{width:400px}}@media only screen and (max-width:760px){.service-single-when-sec{padding-top:30px;padding-bottom:20px;border-radius:0}.service-single-when-sec .container{position:relative;display:flex;flex-wrap:wrap}.service-single-when-sec__title{order:1;font-size:22px;margin-bottom:20px;max-width:300px}.service-single-when-sec__down{order:3}.service-single-when-sec__description{display:contents}.service-single-when-sec__network{width:100%;order:2}.service-single-when-sec__down{margin-top:30px;width:100%}.service-single-when-sec__text{max-width:310px;margin-bottom:20px;font-size:14px}.service-single-when-sec__img{display:block;width:100%;border-radius:10px;height:321px}.network__element{font-size:14px;padding:14px 15px;border-radius:10px;min-height:68px}.network__row:first-child{margin-bottom:15px;padding-left:140px}.network__row:first-child .network__element{max-width:185px}.network__row:nth-child(2){margin-bottom:15px;padding-left:0;justify-content:flex-end}.network__row:nth-child(2) .network__element{max-width:190px}.network__row:nth-child(3){margin-bottom:15px;padding-left:83px}.network__row:nth-child(3) .network__element{max-width:230px}.network__row:nth-child(4){margin-bottom:15px;padding-left:45px}.network__row:nth-child(4) .network__element{max-width:230px}.network__row:nth-child(5){margin-bottom:15px;padding-left:175px}.network__row:nth-child(5) .network__element{max-width:160px}.network__row:nth-child(6){margin-bottom:15px;padding-left:98px}.network__row:nth-child(6) .network__element{max-width:160px}.network__row:nth-child(7){margin-bottom:15px;justify-content:flex-end}.network__row:nth-child(7) .network__element{max-width:210px;width:100%}.network__row:nth-child(8){margin-bottom:0;padding-left:0;display:flex;flex-wrap:wrap}.network__row:nth-child(8) .network__element{max-width:180px;margin-bottom:15px}.network__row:nth-child(8) .network__element:first-child{margin-right:0;margin-left:22px;min-inline-size:22px}.network__row:nth-child(8) .network__element:nth-child(2){margin-left:calc(100% - 180px)}.network__row:nth-child(9){padding-left:90px}.network__row:nth-child(9) .network__element{max-width:220px}.service-single-when-sec__network{height:829px}.network__circle{top:27px;left:0;width:14px;height:14px}.network__line-1{width:130px;left:11px;top:34px}.network__line-2{width:99px;height:85px;left:56px;top:35px;border-bottom-left-radius:10px}.network__line-3{width:76px;left:7px;top:200px}.network__line-4{width:38px;top:283px;left:7px}.network__line-5{width:168px;left:7px;top:365px}.network__line-6{width:32px;left:66px;top:449px}.network__line-7{width:70px;height:169px;border-bottom-left-radius:10px;left:66px;top:366px}.network__line-8{width:102px;height:72px;top:650px;left:7px;background:none;border-right:1px solid #4ca062;border-bottom:1px solid #4ca062;border-bottom-right-radius:10px}.network__line-9{width:57px;left:109px;top:700px;background:#4ca062;border-right:none;border-bottom:none;border-bottom-right-radius:0;height:1px}.network__line-10{width:84px;height:755px;border-bottom-left-radius:10px;left:7px;top:41px}.service-single-when-sec{margin-bottom:70px}.service-single-doctors-sec__title{font-size:22px;margin-bottom:20px}.service-single-doctors-sec__title span{display:none}.service-single-doctors-sec__content{margin-left:0;width:100%}.service-single-doctors-sec__content .specialist-card{width:100%;margin:0}.service-single-doctors-sec{padding-bottom:70px}.process-sec__title{font-size:22px;margin-bottom:20px}.process-sec__title span{display:none}.process-sec__content,.process-sec__content .process-sec__cards-num{margin-left:0;width:100%}.process-sec__content .process-sec__cards-num .process-card-num{width:100%;margin:0}.process-card-num{border-radius:10px;height:338px;padding:30px;background:#f6f6f699}.process-card-num__number{font-size:44px}.process-card-num__title{font-size:18px;margin-bottom:15px}.process-card-num__subtitle{font-size:14px}.process-sec__bg-img{width:1180px;top:385px;left:30px}.process-sec__cards-info{width:100%;margin-left:0}.process-sec__cards-info .process-info-card{width:100%;margin:0}.process-info-card,.process-sec__cards-info .process-info-card{height:204px;border-radius:10px;padding:30px}.process-info-card__title{font-size:18px;padding-right:50px}.process-info-card__text{font-size:14px}.process-info-card--accent:before{top:0}.process-sec{padding-bottom:70px}.why-we-sec__title{font-size:22px;margin-bottom:20px}.why-we-sec__title span{display:none}.why-we-sec{padding-bottom:70px}.why-we-sec__content{border-radius:10px}.why-we-sec__card{padding:20px;flex-wrap:wrap}.why-we-sec__card-title{width:100%;font-weight:600;font-size:18px;line-height:90%;letter-spacing:-.03em;margin-bottom:15px}.why-we-sec__card-text{font-size:14px;width:100%}.why-we-sec__card--accent{height:330px;flex-direction:column;justify-content:space-between}.why-we-sec__card--accent .why-we-sec__card-text{width:260px}.why-we-sec__card--accent:before{width:372px;height:220px;top:50px;left:35px;transform:rotate(27deg)}.process-sec__bg-img-mobile{display:block}.process-sec__bg-img-desktop{display:none}.service-single-hero-sec .hero-sec__bg-img{width:404px;bottom:30px;left:-40px;right:auto;transform:rotate(10deg)}.service-single-hero-sec .hero-sec__content{padding-top:94px;padding-bottom:30px}.service-single-hero-sec .btn-ctr-v1{width:230px}}.sitemap-page-sec{padding-top:182px;padding-bottom:100px}.sitemap-page-sec__title{font-weight:600;font-size:44px;line-height:90%;letter-spacing:-.05em;margin-bottom:40px}.sitemap-page-sec__content-row-1{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}.sitemap-page-sec__content-row-1 .sitemap-page-sec__item-v1{width:calc(50% - 10px)}.sitemap-page-sec__content-row-1 .sitemap-page-sec__item-v1:first-child .sitemap-page-sec__item-v1-nav-list{-moz-column-count:2;column-count:2;-moz-column-gap:85px;column-gap:85px;width:260px}.sitemap-page-sec__content-row-1 .sitemap-page-sec__item-v1:first-child:before{width:277px;height:213px;content:"";top:26px;right:0;background:url(./sitemap-img-1.BBQEqiYg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;position:absolute;z-index:1}.sitemap-page-sec__content-row-1 .sitemap-page-sec__item-v1:last-child:before{width:277px;height:213px;content:"";top:26px;right:0;background:url(./sitemap-img-2.Df7orVZD.png);background-size:cover;background-position:50%;background-repeat:no-repeat;position:absolute;z-index:1}.sitemap-page-sec__item-v1{padding:30px 30px 40px;border-radius:25px;background:#317844;position:relative;overflow:hidden}.sitemap-page-sec__item-v1:nth-child(2n){background:#7ebc8f}.sitemap-page-sec__item-v1-title{position:relative;z-index:2;font-weight:600;font-size:24px;line-height:90%;letter-spacing:-.03em;margin-bottom:30px;color:#fff}.sitemap-page-sec__item-v1-nav-item{font-weight:400;font-size:16px;line-height:90%;letter-spacing:-.03em;margin-bottom:15px;font-family:PT Sans,sans-serif}.sitemap-page-sec__item-v1-nav-link{color:#fff;transition:all .3s ease;display:inline-block}.sitemap-page-sec__item-v1-nav-link:hover{transform:translate(10px);transition:all .3s ease}.sitemap-page-sec__content-row-2{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:20px}.sitemap-page-sec__content-row-2 .sitemap-page-sec__item-v1{width:calc(33.33% - 13px)}.sitemap-doctors-sec{padding-bottom:100px}.sitemap-doctors-sec__title{font-weight:500;font-size:34px;line-height:90%;max-width:640px;letter-spacing:-.05em;margin-bottom:40px;color:#000}.sitemap-doctors-sec__title b{font-weight:400;color:#317844}.sitemap-doctors-sec__content{display:flex;flex-wrap:wrap;width:calc(100% + 20px);margin-left:-10px;row-gap:20px}.sitemap-doctors-sec__content .specialist-card{width:calc(33.33% - 20px);margin:0 10px}@media only screen and (max-width:1240px){.sitemap-page-sec{padding-top:100px;padding-bottom:80px}.sitemap-page-sec__title{font-size:30px}.sitemap-page-sec__item-v1{border-radius:15px}.sitemap-page-sec__item-v1-title{font-size:20px}.sitemap-doctors-sec{padding-bottom:80px}.sitemap-doctors-sec__title{font-size:30px}.sitemap-doctors-sec__content .specialist-card{width:calc(50% - 20px)}}@media only screen and (max-width:940px){.sitemap-page-sec__item-v1{padding:20px}.sitemap-doctors-sec__title{font-size:28px;margin-bottom:30px}}@media only screen and (max-width:760px){.sitemap-page-sec{padding-top:113px;padding-bottom:70px}.sitemap-page-sec__title{font-size:28px;margin-bottom:20px;max-width:250px}.sitemap-page-sec__content-row-1 .sitemap-page-sec__item-v1{width:100%;height:345px;margin-bottom:20px}.sitemap-page-sec__content-row-1 .sitemap-page-sec__item-v1:first-child:before{bottom:10px;right:-40px;top:auto}.sitemap-page-sec__content-row-1 .sitemap-page-sec__item-v1:last-child:before{bottom:15px;right:-25px;top:auto}.sitemap-page-sec__item-v1{border-radius:10px}.sitemap-page-sec__item-v1-title{font-size:18px;margin-bottom:27px}.sitemap-page-sec__item-v1-nav-item{margin-bottom:15px;font-size:14px}.sitemap-page-sec__content-row-1{margin-bottom:0}.sitemap-page-sec__content-row-2{flex-wrap:wrap}.sitemap-page-sec__content-row-2 .sitemap-page-sec__item-v1{width:100%;margin-bottom:20px}.sitemap-page-sec__content-row-2 .sitemap-page-sec__item-v1:last-child{margin-bottom:0}.sitemap-doctors-sec__title{font-size:22px;margin-bottom:20px}.sitemap-doctors-sec__title span{display:block}.sitemap-doctors-sec__content{width:100%;margin-left:0}.sitemap-doctors-sec__content .specialist-card{width:100%;margin:0}.sitemap-doctors-sec{padding-bottom:70px}}.docs-page-sec{padding:170px 0 100px}.docs-page-sec__title{font-weight:500;font-size:34px;line-height:90%;letter-spacing:-.03em;margin-bottom:40px;color:#000}@media only screen and (max-width:1240px){.docs-page-sec{padding:100px 0 80px}.docs-page-sec__title{font-size:28px}}@media only screen and (max-width:760px){.docs-page-sec{padding:80px 0 60px}.docs-page-sec__title{font-size:22px;margin-bottom:30px}}
