*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,sans-serif;font-size:16px;margin:0;overflow-x:hidden;padding:0}a{color:#000;font-weight:500;-webkit-text-decoration:none;text-decoration:none;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out}a:focus{outline:none}p:empty{display:none}textarea{resize:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=button]{-webkit-appearance:none;-moz-appearance:none}img{max-width:100%}ul{list-style:none;padding:0}h1,h2,h3,h4,h5,h6,ul{margin:0}h1,h2,h3,h4{color:#262626;font-weight:600}.h1,h1{font-size:48px}@media(max-width:1199px){.h1,h1{font-size:40px}}@media(max-width:767px){.h1,h1{font-size:30px}}.h2,h2{font-size:40px}@media(max-width:1199px){.h2,h2{font-size:32px}}@media(max-width:767px){.h2,h2{font-size:26px}}.h3,h3{font-size:34px}@media(max-width:1199px){.h3,h3{font-size:28px}}@media(max-width:767px){.h3,h3{font-size:20px}}::-webkit-input-placeholder{color:#333;opacity:1}:-moz-placeholder,::-moz-placeholder{color:#333;opacity:1}:-ms-input-placeholder{color:#333;opacity:1}.section-margin{margin:100px 0}@media(max-width:1199px){.section-margin{margin:80px 0}}@media(max-width:767px){.section-margin{margin:50px 0}}.section-padding{padding:100px 0}@media(max-width:1199px){.section-padding{padding:80px 0}}@media(max-width:767px){.section-padding{padding:50px 0}}.container{margin:0 auto;max-width:1200px;padding:0 15px}@media(max-width:1199px){.container{width:760px}}@media(max-width:767px){.container{padding:0 10px;width:365px}}.button_default{background:linear-gradient(90deg,#f70a42,#ff6f91);border-radius:10px;color:#fff;display:block;font-weight:600;min-width:200px;padding:15px 20px;text-align:center}@media screen and (max-width:1199px){.button_default{font-size:12px;min-width:100px;padding:10px 15px}}.text_red{color:#f70a42}.header{position:absolute;top:30px;width:100%}.header__wrapper{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:1199px){.header__logo{max-width:60px}}@media screen and (max-width:767px){.header__nav{display:none}}.header__nav-mobile{margin-right:10px}@media screen and (min-width:767px){.header__nav-mobile{display:none}}.header__nav-mobile #menuToggle{display:flex;flex-direction:column;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.header__nav-mobile #menuToggle input{cursor:pointer;display:flex;height:32px;opacity:0;position:absolute;width:40px;z-index:2}.header__nav-mobile #menuToggle span{background:#f70a42;border-radius:3px;display:flex;height:2px;margin-bottom:5px;position:relative;transform-origin:5px 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;width:29px;z-index:1}.header__nav-mobile #menuToggle span:first-child{transform-origin:0 0}.header__nav-mobile #menuToggle span:nth-last-child(2){transform-origin:0 100%}.header__nav-mobile #menuToggle input:checked~span{background:#36383f;opacity:1;transform:rotate(45deg) translate(-3px,-1px)}.header__nav-mobile #menuToggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0deg) scale(.2)}.header__nav-mobile #menuToggle input:checked~span:nth-last-child(2){transform:rotate(-45deg) translateY(-1px)}.header__nav-mobile #menu{background-color:#f5f6fa;box-shadow:0 0 10px #85888c;left:-10px;padding:75px 10px 40px;position:absolute;top:-40px;width:180px;-webkit-font-smoothing:antialiased;opacity:0;transform:translate(-100%);transform-origin:0 0;transition:all .5s cubic-bezier(.77,.2,.05,1)}.header__nav-mobile #menu li{padding:10px 0;transition-delay:2s}.header__nav-mobile #menuToggle input:checked~ul{opacity:1;transform:none}.header__nav ul{align-items:center;display:flex;font-size:14px}@media screen and (max-width:1199px){.header__nav ul{font-size:10px}}.header__nav ul li{padding:0 10px}@media screen and (max-width:767px){.header__tel{display:flex;flex-grow:1;justify-content:flex-end}}.header__tel a{align-items:center;display:flex}.header__tel a img{margin-right:10px;margin-top:5px}@media screen and (max-width:1199px){.header__tel a img{max-width:30px}.header__tel a span{display:none}}.main{background:#fff8f8;padding:140px 0 60px}@media screen and (max-width:1199px){.main{padding:100px 0 60px}}.main__content{align-items:center;display:flex;justify-content:space-between;margin-bottom:60px}@media screen and (max-width:767px){.main__content{flex-direction:column;margin-bottom:0}}.main__content-text{align-items:flex-start;display:flex;flex-direction:column;max-width:600px}@media screen and (max-width:1199px){.main__content-text{margin-bottom:40px}}.main__content-text-title{margin-bottom:40px}@media screen and (max-width:767px){.main__content-text-title{margin-bottom:20px}}.main__content-text-line{margin:0 0 20px;width:120px}.main__content-text-desc{font-size:18px;margin-bottom:40px}@media screen and (max-width:1199px){.main__content-text-desc{font-size:16px;margin-bottom:30px}}@media screen and (max-width:767px){.main__content-text-desc{font-size:14px}}.main__content-image{max-width:550px}@media screen and (max-width:1199px){.main__content-image{max-width:300px}}.main__info-items{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:767px){.main__info-items{flex-wrap:wrap}}.main__info-item{align-items:center;background:#fff;border-radius:10px;display:flex;justify-content:center;padding:35px 30px 35px 10px;width:280px}@media screen and (max-width:1199px){.main__info-item{font-size:12px;height:83px;padding:20px 10px;width:170px}}@media screen and (max-width:767px){.main__info-item{margin-bottom:10px;width:167px}}.main__info-item-image{margin-right:15px}@media screen and (max-width:1199px){.main__info-item-image{max-width:40px}}@media screen and (max-width:767px){.main__info-item-image{margin-right:10px}}.about__wrapper{display:flex;justify-content:space-between}@media screen and (max-width:1199px){.about__wrapper{align-items:center;flex-direction:column}}.about__content{align-items:flex-start;display:flex;flex-direction:column;max-width:550px}@media screen and (max-width:1199px){.about__content{align-items:center;margin-bottom:40px}}@media screen and (max-width:767px){.about__content{margin-bottom:20px}}.about__content-title{color:#262626;margin-bottom:30px}@media screen and (max-width:1199px){.about__content-title{text-align:center}}.about__content-line{margin:0 0 10px;width:115px}.about__content-text{font-size:16px}@media screen and (max-width:767px){.about__content-text{font-size:14px}}.about__image{max-width:550px;position:relative}@media screen and (max-width:767px){.about__image{max-width:100%}}.about__image-icon{position:absolute;right:-75px;top:-75px}@media screen and (max-width:767px){.about__image-icon{display:none}}.services__title{margin-bottom:50px;text-align:center}.services__items{flex-wrap:wrap}.services__item,.services__items{display:flex;justify-content:center}.services__item{align-items:center;background:#f6f6f6;border-radius:10px;flex-direction:column;margin:0 15px 30px;padding:40px 0;text-align:center;width:360px}@media screen and (max-width:1199px){.services__item{font-size:14px;padding:30px 0;width:200px}}@media screen and (max-width:767px){.services__item{margin:0 5px 10px;padding:20px 0;width:160px}}.services__item-img{margin-bottom:20px}@media screen and (max-width:1199px){.services__item-img{max-width:50px}}@media screen and (max-width:767px){.services__item-img{margin-bottom:10px;max-width:40px}.services__item-text{font-size:12px}}.cta{position:relative}.cta__bg{background:transparent url(../img/src/img/cta/cta-bg.png) 50%/cover no-repeat;width:100%;z-index:-3}.cta__bg,.cta__blur{height:100%;left:0;position:absolute;top:0}.cta__blur{background:#fff;filter:blur(60px);width:50%;z-index:-2}@media screen and (max-width:1199px){.cta__blur{filter:blur(110px);left:50%;transform:translateX(-50%);width:90%}}.cta__guy{bottom:0;left:50%;max-width:1150px;position:absolute;transform:translateX(-50%);z-index:-1}@media screen and (max-width:1199px){.cta__guy{display:none}}.cta__wrapper{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:1199px){.cta__wrapper{flex-direction:column}.cta__content{margin-bottom:50px}}@media screen and (max-width:767px){.cta__content{margin-bottom:30px}}.cta__content-title{font-weight:400;margin-bottom:35px;max-width:345px}@media screen and (max-width:1199px){.cta__content-title{max-width:none}}@media screen and (max-width:767px){.cta__content-title{text-align:center}}.cta__content-list{margin-bottom:50px;max-width:320px;padding-left:25px}@media screen and (max-width:1199px){.cta__content-list{max-width:none}}@media screen and (max-width:767px){.cta__content-list{margin-bottom:30px;padding-left:10px}}.cta__content-list-item{font-size:18px;margin-bottom:35px;position:relative}@media screen and (max-width:767px){.cta__content-list-item{font-size:16px;margin-bottom:25px}}.cta__content-list-item:last-child{max-width:280px}@media screen and (max-width:1199px){.cta__content-list-item:last-child{max-width:none}}.cta__content-list-item:before{background:#f8184d;border-radius:50%;content:"";height:15px;left:-30px;position:absolute;top:0;width:15px}@media screen and (max-width:767px){.cta__content-list-item:before{height:10px;left:-15px;top:4px;width:10px}}.cta__content-contact span{font-size:20px}@media screen and (max-width:767px){.cta__content-contact span{font-size:18px}}.cta__content-contact a{display:block;font-size:22px;font-weight:700;margin-top:25px}@media screen and (max-width:767px){.cta__content-contact a{font-size:20px}}.cta__form{align-items:center;background:#fff;display:flex;flex-direction:column;justify-content:center;padding:60px 40px 40px}@media screen and (max-width:767px){.cta__form{padding:30px 20px 20px}}.cta__form-title{font-size:24px;font-weight:600;margin-bottom:25px;max-width:240px;text-align:center}.cta__form-subtitle{font-size:20px;margin-bottom:40px}@media screen and (max-width:767px){.cta__form-subtitle{font-size:16px;margin-bottom:20px}}.cta__form-input{background:#f6f6f6;border:1px solid #000;border-radius:10px;color:#6f6f6f;font-size:17px;margin-bottom:15px;min-width:400px;padding:25px 10px 25px 40px}@media screen and (max-width:767px){.cta__form-input{font-size:15px;min-width:320px;padding:20px 10px 20px 20px}}.cta__form-input::-moz-placeholder{color:#6f6f6f}.cta__form-input::placeholder{color:#6f6f6f}.cta__form-button{border:none;font-size:18px;min-width:400px;padding:25px 0}@media screen and (max-width:767px){.cta__form-button{font-size:16px;min-width:320px;padding:20px 0}}.cta__bio{align-items:flex-end;display:flex;flex-direction:column;left:42%;position:absolute;top:55%;transform:translate(-50%,-50%)}@media screen and (max-width:1199px){.cta__bio{display:none}}.cta__bio-name{background:#f71047;color:#fff;font-size:20px;padding:20px 5px;width:270px}.cta__bio-job,.cta__bio-name{border-radius:10px;font-weight:600;text-align:center}.cta__bio-job{background:#fff;color:#000;font-size:18px;padding:15px 5px;width:180px}.choice__title{margin-bottom:60px;text-align:center}@media screen and (max-width:767px){.choice__title{margin-bottom:40px}}.choice__items{display:flex;flex-wrap:wrap;justify-content:space-between}.choice__item{background:#f6f6f6;border-radius:10px;height:300px;margin-bottom:8px;padding:45px 0 0 60px;width:385px}@media screen and (max-width:1199px){.choice__item{height:220px;padding:25px 0 0 30px;width:360px}}@media screen and (max-width:767px){.choice__item{height:160px;padding:10px 10px 0;width:165px}}.choice__item-image{margin-bottom:25px}@media screen and (max-width:1199px){.choice__item-image{margin-bottom:10px;max-width:40px}}@media screen and (max-width:767px){.choice__item-image{margin-bottom:5px;max-width:20px}}.choice__item-title{font-size:20px;font-weight:500;margin-bottom:20px;max-width:260px}@media screen and (max-width:1199px){.choice__item-title{font-size:18px;margin-bottom:15px;max-width:215px}}@media screen and (max-width:767px){.choice__item-title{font-size:12px}}.choice__item-desc{font-size:15px;max-width:270px}@media screen and (max-width:1199px){.choice__item-desc{font-size:14px}}@media screen and (max-width:767px){.choice__item-desc{font-size:10px}}.reviews__title{margin-bottom:70px;text-align:center}@media screen and (max-width:767px){.reviews__title{margin-bottom:40px}}.reviews__items{display:flex;flex-wrap:wrap;justify-content:space-between}.reviews__item{background:#f6f6f6;border-radius:10px;display:flex;flex-direction:column;max-width:380px;padding:40px}@media screen and (max-width:1199px){.reviews__item{max-width:235px;padding:20px}}@media screen and (max-width:767px){.reviews__item{margin-bottom:20px;max-width:100%}}.reviews__item-header{align-items:center;display:flex;margin-bottom:30px}@media screen and (max-width:1199px){.reviews__item-header{flex-direction:column;justify-content:center;margin-bottom:20px;text-align:center}}.reviews__item-header-avatar{margin-right:15px}@media screen and (max-width:1199px){.reviews__item-header-avatar{margin-right:0;max-width:110px}}.reviews__item-header-avatar img{border-radius:50%}.reviews__item-header-info{display:flex;flex-direction:column}.reviews__item-header-info-name{font-size:18px;font-weight:600;margin-bottom:5px}.reviews__item-header-info-stars{display:flex}.reviews__item-header-info-stars-item{max-width:35px}@media screen and (max-width:1199px){.reviews__item-desc{font-size:12px}}.map__wrapper{position:relative}.map__iframe iframe{height:510px;width:100%}@media screen and (max-width:1199px){.map__iframe iframe{height:400px}}.map__contacts{background:#fff;bottom:50px;display:flex;flex-direction:column;left:80px;max-width:410px;padding:50px;position:absolute}@media screen and (max-width:1199px){.map__contacts{left:20px;max-width:310px;padding:15px}}@media screen and (max-width:767px){.map__contacts{max-width:200px}}.map__contacts-title{font-size:20px;font-weight:600;margin-bottom:15px}@media screen and (max-width:1199px){.map__contacts-title{font-size:16px}}@media screen and (max-width:767px){.map__contacts-title{font-size:12px;margin-bottom:5px}}.map__contacts-desc{font-size:16px;margin-bottom:20px}@media screen and (max-width:1199px){.map__contacts-desc{font-size:12px}}@media screen and (max-width:767px){.map__contacts-desc{font-size:10px;margin-bottom:10px}}.map__contacts-time-desc{margin-bottom:0}.footer{margin-bottom:50px;margin-top:60px}@media screen and (max-width:1199px){.footer{margin-bottom:20px}}.footer__wrapper{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:1199px){.footer__logo{max-width:60px}}@media screen and (max-width:767px){.footer__nav{display:none}}.footer__nav ul{align-items:center;display:flex;font-size:14px}@media screen and (max-width:1199px){.footer__nav ul{font-size:10px}}.footer__nav ul li{padding:0 10px}@media screen and (max-width:767px){.footer__socials{display:flex;flex-grow:1;justify-content:flex-end}}.footer__socials a{display:block;height:40px;width:40px}@media screen and (max-width:1199px){.footer__socials a{height:35px;width:35px}}.footer__tel a{align-items:center;display:flex}.footer__tel a img{margin-right:5px;margin-top:5px}@media screen and (max-width:1199px){.footer__tel a img{max-width:30px}}.footer__tel a span{font-size:14px}@media screen and (max-width:1199px){.footer__tel a span{display:none}}.steps__title{margin-bottom:70px;text-align:center}@media screen and (max-width:767px){.steps__title{margin-bottom:40px}}.steps__items{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:767px){.steps__items{flex-wrap:wrap}}.steps__item{align-items:center;display:flex}@media screen and (max-width:767px){.steps__item{margin-bottom:20px;width:160px}}.steps__item-num{color:rgba(249,27,80,.502);font-size:80px;font-weight:700;margin-right:20px}@media screen and (max-width:1199px){.steps__item-num{font-size:40px}}@media screen and (max-width:767px){.steps__item-num{font-size:35px;margin-right:15px}}.steps__item-text{font-weight:500}@media screen and (max-width:1199px){.steps__item-text{font-size:12px}}@media screen and (max-width:767px){.steps__item-text{font-size:10px}}.diag-about{background:#f9f9f9;padding:190px 0 110px;position:relative}@media screen and (max-width:1199px){.diag-about{padding:50px 0}}@media screen and (max-width:767px){.diag-about{padding:30px 0}}.diag-about__text{font-size:20px;max-width:660px}@media screen and (max-width:1199px){.diag-about__text{font-size:16px;max-width:410px}}@media screen and (max-width:767px){.diag-about__text{max-width:none}}.diag-about__image{bottom:0;max-width:480px;position:absolute;right:0}@media screen and (max-width:1199px){.diag-about__image{max-width:300px}}@media screen and (max-width:767px){.diag-about__image{display:none}}.problems__title{margin-bottom:80px;text-align:center}@media screen and (max-width:1199px){.problems__title{margin-bottom:60px}}@media screen and (max-width:767px){.problems__title{margin-bottom:40px}}.problems__items{display:flex;flex-wrap:wrap;justify-content:space-between}.problems__item{background:#f6f6f6;border-radius:10px;display:flex;flex-direction:column;margin-bottom:10px;padding:40px 20px 40px 50px;width:580px}@media screen and (max-width:1199px){.problems__item{padding:20px;width:360px}}@media screen and (max-width:767px){.problems__item{padding:10px;width:167px}}.problems__item-image{margin-bottom:30px;max-width:60px}@media screen and (max-width:1199px){.problems__item-image{max-width:50px}}@media screen and (max-width:767px){.problems__item-image{margin-bottom:10px;max-width:30px}}.problems__item-text{font-size:16px;max-width:500px}@media screen and (max-width:1199px){.problems__item-text{font-size:14px}}@media screen and (max-width:767px){.problems__item-text{font-size:10px}}.reasons__title{margin-bottom:80px;text-align:center}@media screen and (max-width:1199px){.reasons__title{margin-bottom:60px}}@media screen and (max-width:767px){.reasons__title{margin-bottom:40px}}.reasons__items{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:100px}@media screen and (max-width:1199px){.reasons__items{margin-bottom:60px}}.reasons__item{align-items:center;background:#f6f6f6;border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin:10px;padding:30px 20px 50px;width:340px}@media screen and (max-width:1199px){.reasons__item{height:180px;padding:30px 10px;width:220px}}@media screen and (max-width:767px){.reasons__item{height:130px;margin:5px;padding:10px;width:160px}}.reasons__item-image{margin-bottom:40px;max-width:60px}@media screen and (max-width:1199px){.reasons__item-image{margin-bottom:20px;max-width:50px}}@media screen and (max-width:767px){.reasons__item-image{margin-bottom:10px;max-width:30px}}@media screen and (max-width:1199px){.reasons__item-text{font-size:14px;text-align:center}}@media screen and (max-width:767px){.reasons__item-text{font-size:12px}}.reasons__notes{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:767px){.reasons__notes{flex-wrap:wrap}}.reasons__note{border:1px solid #000;border-radius:10px;height:300px;padding:50px;width:380px}@media screen and (max-width:1199px){.reasons__note{height:250px;padding:15px;width:235px}}@media screen and (max-width:767px){.reasons__note{height:200px;margin-bottom:10px;width:100%}}.reasons__note-title{font-size:18px;font-weight:600;margin-bottom:20px}@media screen and (max-width:1199px){.reasons__note-title{font-size:16px}.reasons__note-text{font-size:14px}}.reasons__note-text b{font-weight:500}.prosthetics-about__items{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.prosthetics-about__item{background:#f6f6f6;border-radius:10px;display:flex;flex-direction:column;height:240px;margin-bottom:20px;padding:40px 20px 40px 60px;width:575px}@media screen and (max-width:1199px){.prosthetics-about__item{height:200px;padding:20px;width:355px}}@media screen and (max-width:767px){.prosthetics-about__item{height:140px;padding:10px;width:167px}}.prosthetics-about__item-image{margin-bottom:30px;max-width:60px}@media screen and (max-width:1199px){.prosthetics-about__item-image{margin-bottom:20px;max-width:50px}}@media screen and (max-width:767px){.prosthetics-about__item-image{margin-bottom:10px;max-width:30px}}@media screen and (max-width:1199px){.prosthetics-about__item-text{font-size:14px}}@media screen and (max-width:767px){.prosthetics-about__item-text{font-size:10px}}
