@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,900&display=swap');@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.css);.nav{background-color:#fff;padding:10px 0}.nav .container{position:relative;display:flex;justify-content:space-between;align-content:center;height:50px}.nav__link img{height:100%;width:100%}.nav__list{display:flex;flex-direction:row;justify-content:space-around;list-style:none}.nav__list-item{margin:0 20px}.nav__list-item a{color:rgba(0,0,0,.55);text-decoration:none;transition:all .5s}.nav__list-item a:hover{color:#000}.nav__list-mobile{position:absolute;display:flex;flex-direction:column;justify-content:center;align-content:center;list-style:none;padding:25px 0;text-align:center;width:calc(100% - 20px);background-color:#fff;z-index:1;margin:59px auto 0 auto;transition:all .5s;transform:translateY(calc(-100% - 60px));opacity:0}.nav__list-mobile-item{padding:15px 0}.nav__list-mobile-item a{text-decoration:none;color:#4f4f4f}.nav__list-mobile_active{transition:all .5s;transform:translateY(0);opacity:1}.nav .burger{position:absolute;top:20px;right:25px;display:none;cursor:pointer}.nav .burger__line{width:25px;height:2px;background-color:#4f4f4f;transition:all .5s}.nav .burger__line_first{margin-bottom:4px}.nav .burger__line_third{margin-top:4px}.nav .burger_active{cursor:pointer}.nav .burger_active .burger__line_first{margin-top:4px;transition:all .5s;transform:rotate(45deg)}.nav .burger_active .burger__line_second{margin-top:-5px;transition:all .5s;transform:rotate(-45deg)}.nav .burger_active .burger__line_third{transition:all .5s;display:none}@media(max-width:767px){.nav__list{display:none}.nav .burger{display:block}}.promo{background:url(../img/background.jpg) center center/cover no-repeat;width:100%;min-height:400px;position:relative}.promo_darken{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.55)}.promo_mt100{margin-top:100px}.promo__descr{font-weight:200;color:#fff;font-size:1.25rem;line-height:1.2;text-align:center;max-width:600px;margin:0 auto}.title{font-size:2rem;font-weight:500;line-height:1.2;color:#4f4f4f;text-align:center}.promo__title{font-size:2.5rem;color:#fff}.price__title{color:#fff}.btn{display:block;color:#fff;background-color:#00b74a;border-radius:10rem;text-transform:uppercase;font-weight:500;border:0;padding:.625rem 1.5rem .5rem;box-shadow:0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);font-size:.75rem;line-height:1.5;z-index:10;text-decoration:none;text-align:center;margin:0 auto;width:120px;transition:all .4s}.btn_mt25{margin-top:25px}.btn:hover{background-color:#00913b}.benefits__wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-template-rows:repeat(2,1fr);grid-auto-rows:auto;gap:50px}.benefits__item{text-align:center}.benefits__item img{max-width:250px}.benefits__item-title{padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.125);font-size:1.25rem;font-weight:500;line-height:1.2}.benefits__item-descr{line-height:1.6;color:#4f4f4f}@media(max-width:767px){.benefits__wrapper{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}.business__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-template-rows:repeat(2,1fr);grid-auto-rows:1fr;gap:35px}.business__card img{width:100%}.business__card-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:500;line-height:1.2;color:#4f4f4f}.business__card-descr{line-height:1.6;color:#4f4f4f}.format{padding:40px 0}.format__wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(325px,1fr));grid-template-rows:1fr;gap:50px;justify-content:center}.format__image{margin-top:15px;min-width:325px;justify-self:end}.format__text{font-weight:600;line-height:1.6;color:#4f4f4f}.format__text div{margin-top:15px}@media(max-width:767px){.format__wrapper{grid-template-columns:1fr;gap:10px}.format__image{justify-self:center}.format__text{text-align:center}}.price{background-color:#008bbb;width:100%;padding-top:30px;padding-bottom:20px;text-align:center}.price__wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-template-rows:1fr;gap:20px}.price__descr{color:#fff;margin-bottom:1rem;line-height:1.6}.footer{margin-top:40px;background-color:#008bbb;color:#fff}.footer__wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-template-rows:1fr}.footer__info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.footer__promo{margin-top:40px;display:flex;flex-direction:column}.footer__promo img{max-width:110px}.footer__promo-descr{margin-top:10px;color:#fff}.footer__promo-btn{margin:20px 0 0 0}.footer__links{margin-top:40px}.footer__links-title{font-size:1.25rem;text-transform:uppercase;margin-bottom:1rem;font-weight:700}.footer__links-item{color:#fff;text-decoration:none;transition:all .3s}.footer__links-item:hover{color:#22bef1}.footer__contacts{margin-top:40px}.footer__contacts-title{font-size:1.25rem;text-transform:uppercase;margin-bottom:1rem;font-weight:700}.footer__contacts-item{text-decoration:none;margin-bottom:1rem}.footer__contacts-item a{color:#fff;transition:all .3s}.footer__contacts-item a:hover{color:#22bef1}.footer .private-policy{margin-top:30px;display:block;text-align:center;background-color:rgba(0,0,0,.2);padding:18px 0}@media(max-width:767px){.footer{text-align:center}.footer__promo img{margin:0 auto}.footer__promo-btn{margin:20px auto 0 auto}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.modal__dialog{max-width:500px;margin:1.75rem auto;position:relative;border-radius:15px;background-color:#fff}.modal__content{display:flex;flex-direction:column;padding:25px}.modal__header{font-size:1.25rem;font-weight:500;line-height:1;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:1px solid #e3e3e3}.modal__close{font-size:2rem;line-height:1;cursor:pointer}.modal__body{display:flex;flex-direction:column;padding-bottom:15px;border-bottom:1px solid #e3e3e3}.modal__body-content{margin:14px auto;font-weight:800;color:#4f4f4f}.modal__body input{height:35px;padding:.33em .75em;border:1px solid #e3e3e3;transition:all .2s linear;border-radius:4px}.modal__body label{margin:15px 0 5px 15px;font-size:.9rem;color:#4f4f4f}.modal__body textarea{height:100px;resize:none;border:1px solid #e3e3e3;padding:10px}.modal__btn{width:auto;margin-top:15px}@media(max-width:575px){.modal__dialog{max-width:325px}.modal__body-content{text-align:center}}.thanks{display:block;max-width:500px;margin:100px auto 0 auto;text-align:center}.thanks__logo{width:200px}.thanks img{width:80%}.thanks div{font-weight:700;margin-top:15px;color:#000}*{box-sizing:border-box}body{font-family:Roboto,sans serif;margin:0;padding:0}.container{max-width:1140px;margin:0 auto}.show{display:block}.hide{display:none}.fade{animation-name:fade;animation-duration:1s}@keyframes fade{from{opacity:0}to{opacity:1}}@media(max-width:1199px){.container{max-width:960px}}@media(max-width:991px){.container{max-width:720px}}@media(max-width:767px){.container{max-width:540px}}@media(max-width:575px){.container{width:100%;padding:0 10px}}.tns-item img{width:100%}