.container{display:flex;flex-direction:column;max-width:100vw;width:100%}.btn{background-color:var(--color-green);border:none;color:var(--color-white);text-transform:capitalize}.btn:hover{background-color:var(--color-white);border:2px solid var(--color-green);color:var(--color-green);cursor:pointer;transition:.3s}.btn--small{cursor:default;font-size:14px;font-weight:700;height:30px;margin:0;width:120px}.btn--medium{height:35px;width:180px}.btn--big,.btn--medium{cursor:default;font-size:16px;font-weight:700;margin:0}.btn--big{height:45px;width:220px}.btn--border{border:2px solid var(--color-white)}.btn--subs{padding:0 10px;width:auto}@media screen and (min-width:768px){.btn--small{height:35px;width:180px}.btn--medium,.btn--small{cursor:default;font-size:16px;font-weight:700;margin:0}.btn--medium{height:45px;width:220px}.btn--subs{padding:0 20px}}@media screen and (min-width:1200px){.btn--subs{height:45px}}.menu__icon{cursor:pointer;height:50px;margin-left:20px;position:relative;width:50px}.menu__icon .menu__icon__checkbox{-webkit-touch-callout:none;cursor:pointer;display:block;height:100%;opacity:0;position:absolute;width:100%;z-index:2}.menu__icon div{bottom:0;height:12px;left:0;margin:auto;position:absolute;right:0;top:0;width:22px}.menu__icon span{background-color:var(--color-black);border-radius:1px;display:block;height:2px;position:absolute;transition:all .2s cubic-bezier(.1,.82,.76,.965);width:100%}.menu__icon span:first-of-type{top:0}.menu__icon span:last-of-type{bottom:0}.menu__icon .menu__icon__checkbox:checked+div span:first-of-type,.menu__icon.active span:first-of-type{top:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.menu__icon .menu__icon__checkbox:checked+div span:last-of-type,.menu__icon.active span:last-of-type{bottom:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu__icon.active:hover span:first-of-type,.menu__icon.active:hover span:last-of-type,.menu__icon:hover .menu__icon__checkbox:checked+div span:first-of-type,.menu__icon:hover .menu__icon__checkbox:checked+div span:last-of-type{width:22px}@media(min-width:1024px){.menu__icon:hover span:first-of-type,.menu__icon:hover span:last-of-type{width:46px}}@media screen and (min-width:768px){.menu__icon{height:80px;margin-left:40px;width:80px}.menu__icon div{height:22px;width:40px}.menu__icon span{height:3px}.menu__icon .menu__icon__checkbox:checked+div span:first-of-type,.menu__icon.active span:first-of-type{top:9px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.menu__icon .menu__icon__checkbox:checked+div span:last-of-type,.menu__icon.active span:last-of-type{bottom:9px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu__icon.active:hover span:first-of-type,.menu__icon.active:hover span:last-of-type,.menu__icon:hover .menu__icon__checkbox:checked+div span:first-of-type,.menu__icon:hover .menu__icon__checkbox:checked+div span:last-of-type{width:42px}}@media screen and (min-width:1200px){.menu__icon{display:none}}.container__menu{background-color:#fff;height:70px;position:fixed;width:100%;z-index:1}.menu{background-color:#fff;justify-content:flex-end;padding:10px 20px;right:0}.menu,.menu__ul{align-items:center;display:flex;position:fixed}.menu__ul{background-color:var(--color-white);border-left:10px solid var(--color-green);color:var(--color-grey);cursor:default;flex-direction:column;font-size:16px;font-weight:400;height:70vh;justify-content:space-evenly;list-style:none;margin:0;max-height:600px;padding:0;right:-200px;text-transform:capitalize;top:70px;transition:1s;width:200px;z-index:1}.menu__ul--open{display:flex;right:0;transition:.5s}.menu__ul__li{cursor:pointer;transition:.2s}.menu__ul__li--active{color:var(--color-black)}.menu__ul__li--active,.menu__ul__li:hover{text-decoration:underline}@media screen and (min-width:768px){.container__menu{height:100px}.menu__ul{cursor:default;font-size:20px;font-weight:700;font-weight:400;margin:0;right:-310px;top:100px;width:310px}.menu__ul--open{right:0;transition:.8s}}@media screen and (min-width:1200px){.container__menu{height:80px}.menu{align-items:center;display:flex;justify-content:space-between;left:50px;margin:20px auto;padding:0;position:fixed;top:0;-webkit-transform:translate(-50px);transform:translate(-50px);width:1200px}.menu__ul{border:none;cursor:default;flex-direction:row;font-size:16px;font-weight:400;height:auto;margin:0;padding-left:100px;position:static;width:650px}}.slider{display:flex;flex-wrap:wrap;padding:20px}.slider__info h2{cursor:default;font-size:20px;font-weight:700;margin:0;padding:0 0 10px}.slider__info h2 span{color:var(--color-green)}.slider__info p{cursor:default;font-size:12px;font-weight:400;line-height:20px;margin:0;padding-bottom:20px}.slider img{margin:0 20px 0 auto;padding-top:20px;width:80%}.slider img:hover{-webkit-animation:lil-animation .8s infinite;animation:lil-animation .8s infinite}@media screen and (min-width:500px){.slider__info{display:flex;flex-direction:column;justify-content:space-evenly;width:50%}.slider img{height:40%;margin:auto 0 0 auto;width:40%}}@media screen and (min-width:768px){.slider{padding:20px 40px}.slider__info h2{cursor:default;font-size:28px;font-weight:700;margin:0}.slider__info p{cursor:default;font-size:14px;font-weight:400;line-height:28px;margin:0;width:80%}}@media screen and (min-width:1300px){.slider{margin:0 auto;width:1200px}.slider__info h2{cursor:default;font-size:48px;font-weight:700;margin:0}.slider__info p{cursor:default;font-size:16px;font-weight:400;line-height:28px;margin:0;width:60%}.slider img{height:360px;width:560px}}.section_2{margin:0 auto;padding:40px 20px 0;width:calc(100% - 40px)}.section_2 h2{cursor:default;font-size:20px;font-weight:700;margin:0;padding:0 0 20px;text-align:center}@media screen and (min-width:768px){.section_2{margin:0 auto;padding:50px 40px 0;width:calc(100% - 80px)}.section_2 h2{cursor:default;font-size:20px;font-weight:700;margin:0;padding:0 0 20px;text-align:center}}@media screen and (min-width:1300px){.section_2{padding:100px 40px 10px;width:1200px}.section_2 h2{cursor:default;font-size:40px;font-weight:700;margin:0;padding:20px 0}}.accordion{align-items:center;display:flex;flex-wrap:wrap;height:auto;justify-content:space-between;position:relative}.accordion,.accordion__info{padding:10px 0}.accordion__info__id{cursor:default;font-size:12px;font-weight:400;margin:0;padding-bottom:5px}.accordion__info__title{cursor:default;font-size:16px;font-weight:700;margin:0}.accordion__content{cursor:default;font-size:12px;font-weight:400;line-height:18px;margin:0;opacity:0;padding:5px 0;position:absolute;top:100%;width:100%}.accordion__content--opened{opacity:1;position:static;transition:.5s}.accordion hr{width:100%}@media screen and (min-width:768px){.accordion{padding:20px 0}.accordion__info__id{cursor:default;font-size:14px;font-weight:400;margin:0;padding-bottom:10px}.accordion__info__title{cursor:default;font-size:20px;font-weight:700;margin:0}.accordion__content{cursor:default;font-size:14px;font-weight:400;line-height:24px;margin:0;padding:10px 0}}@media screen and (min-width:1300px){.accordion{padding:0}.accordion__info__id{cursor:default;font-size:16px;font-weight:400;margin:0;padding:10px 0}.accordion__info__title{cursor:default;font-size:28px;font-weight:700;margin:0;padding:10px 0 20px}.accordion__content{cursor:default;font-size:16px;font-weight:400;line-height:32px;margin:0;padding:0 0 20px}}.closed .horizontal,.closed .vertical{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:all .5s ease-in-out}.closed .horizontal,.opened{opacity:1}.opened .horizontal,.opened .vertical{-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:all .5s ease-in-out}.opened .horizontal{opacity:0}.circle-plus .circle{-webkit-animation:shake-animation .25s infinite;animation:shake-animation .25s infinite;border:3px solid var(--color-green);border-radius:100%;height:30px;position:relative;width:30px}.circle-plus .circle .horizontal{height:3px;margin-left:-7.5px;margin-top:-1.5px;width:15px}.circle-plus .circle .horizontal,.circle-plus .circle .vertical{background-color:var(--color-green);left:50%;position:absolute;top:50%}.circle-plus .circle .vertical{height:15px;margin-left:-1.5px;margin-top:-7.5px;width:3px}.circle-plus:hover{cursor:pointer;opacity:.7}@media screen and (min-width:1300px){.circle-plus .circle{border:4px solid var(--color-green);height:45px;width:45px}.circle-plus .circle .horizontal{height:4px;margin-left:-10px;margin-top:-2px;width:20px}.circle-plus .circle .vertical{height:20px;margin-left:-2px;margin-top:-10px;width:4px}}.section_3{margin:auto;max-width:1200px;padding:20px}.section_3__title{align-items:center;border-left:5px solid var(--color-green);display:flex;height:140px;justify-content:flex-start}.section_3__title p{color:var(--color-green);cursor:default;font-size:20px;font-weight:700;margin:0;padding:0 20px}.section_3__text{padding:40px 0 0}.section_3__text img{padding:0 0 20px}.section_3__text__quote{cursor:default;font-size:14px;font-style:italic;font-weight:400;line-height:20px;margin:0}.section_3__text__quote:hover{cursor:text}.section_3__text__author{align-items:center;display:flex;justify-content:space-between;padding:20px 0 0}.section_3__text__author p{margin:0}.section_3__text__author img{padding:0}.section_3__text:hover img.icon{-webkit-animation:shake-animation .25s infinite;animation:shake-animation .25s infinite}@media screen and (min-width:768px){.section_3{display:flex;padding:40px 40px 80px}.section_3__title{height:auto;width:35%}.section_3__title p{cursor:default;font-size:28px;font-weight:700;margin:0}.section_3__text{padding:0;width:65%}.section_3__text img.section_3__text__img{padding:0}.section_3__text__quote{cursor:default;font-size:16px;font-weight:400;line-height:24px;margin:0}}@media screen and (min-width:1200px){.section_3__title{border-left:10px solid var(--color-green);width:30%}.section_3__title p{padding:0 30px}.section_3__text{padding:0 0 0 100px;width:45%}}.block{background-color:var(--color-white);border-radius:4px;box-shadow:0 2px 8px rgba(41,55,69,.15);margin:10px 20px 10px 0;min-height:130px;min-width:150px;position:relative}.block .svg{fill:#a9acac}.block .svg--green{fill:var(--color-green);bottom:13px;position:absolute;right:5px}.block__img{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.block__text{bottom:0;color:var(--color-green);cursor:default;font-size:10px;font-weight:400;margin:0 10px 0 0;position:absolute;right:20px;text-decoration:underline}.block:hover{background-color:var(--color-green);cursor:pointer;transition:.5s}.block:hover .svg{fill:#fff}@media screen and (min-width:768px){.block{margin:10px 0}}@media screen and (min-width:1200px){.block{min-height:175px;min-width:220px}.block .svg{height:37px;width:37px}.block .svg--green{bottom:25px;height:15px;right:20px;width:15px}.block__text{bottom:11px;color:var(--color-white);cursor:default;font-size:16px;font-weight:400;margin:0;position:absolute;right:50px}}.section_4{padding:0 20px}.section_4 h2{cursor:default;font-size:20px;font-weight:700;margin:0;padding-bottom:10px}.section_4 p{cursor:default;font-size:14px;font-weight:400;line-height:20px;margin:0;padding:10px 0}.section_4__blocks{display:flex;overflow-x:auto;padding:10px 0 20px}@media screen and (min-width:768px){.section_4{padding:0 40px}.section_4 p{cursor:default;font-size:16px;font-weight:400;line-height:24px;margin:0}.section_4__blocks{display:flex;justify-content:space-between;overflow-x:hidden;padding:10px 0 20px}}@media screen and (min-width:1300px){.section_4{margin:0 auto 70px;padding:0;width:1200px}.section_4 h2{cursor:default;font-size:40px;font-weight:700;margin:0;padding:30px 0 20px}.section_4 p{cursor:default;font-size:16px;font-weight:400;line-height:24px;margin:0}.section_4__blocks{display:flex;justify-content:space-between;overflow-x:hidden;padding:10px 0 20px}}.section_7{align-items:center;background-color:var(--color-green);color:var(--color-white);display:flex;flex-direction:column;height:160px;justify-content:space-evenly}.section_7 h3{cursor:default;font-size:16px;font-weight:700;margin:0}.section_7 div{align-items:center;display:flex;justify-content:center;width:100%}.section_7 div input{border:none;cursor:default;font-size:10px;font-weight:400;height:30px;margin:0 10px 0 0;max-width:500px;padding:0 0 0 10px;width:50%}.section_7 div input:hover{cursor:text}.section_7 div input::-webkit-input-placeholder{color:var(--color-green)}.section_7 div input::placeholder{color:var(--color-green)}.section_7 p{cursor:default;font-size:10px;font-weight:400;margin:0}@media screen and (min-width:768px){.section_7 h3{cursor:default;font-size:20px;font-weight:700;margin:0}.section_7 div input{height:35px;margin:0 10px 0 0;width:40%}.section_7 div input,.section_7 p{cursor:default;font-size:12px;font-weight:400}.section_7 p{margin:0}}@media screen and (min-width:1200px){.section_7{height:210px}.section_7 h3{cursor:default;font-size:28px;font-weight:700;margin:0}.section_7 div input{cursor:default;font-size:14px;font-weight:400;height:45px;margin:0 10px 0 0;width:30%}.section_7 p{cursor:default;font-size:16px;font-weight:400;margin:0}}.footer__lists{align-items:center;display:flex;justify-content:space-evenly}.footer__lists__list{list-style:none;margin:30px 0;padding:0}.footer__lists__list h4{cursor:default;font-size:14px;font-weight:700;margin:0;padding:5px 0}.footer__lists__list li{cursor:default;font-size:12px;font-weight:400;margin:0;padding:5px 0}.footer__lists__list li:hover{cursor:pointer;text-decoration:underline}.footer__social{display:flex;justify-content:flex-end;margin:20px}.footer__social img{padding:0 10px}.footer__social img:hover{cursor:pointer;opacity:.5}.footer__hr{background-color:var(--color-green);height:2px;margin:20px 20px 0}.footer__info{align-items:center;cursor:default;display:flex;flex-wrap:wrap;font-size:10px;font-weight:400;justify-content:center;margin:0;padding-bottom:20px}.footer__info__first,.footer__info__fourth,.footer__info__second,.footer__info__third{margin:10px 20px}.footer__info__second:hover,.footer__info__third:hover{cursor:pointer;text-decoration:underline}@media screen and (min-width:768px){.footer__lists{justify-content:flex-start}.footer__lists__list{margin:30px 40px}.footer__lists__list h4,.footer__lists__list li{padding:6px 0}.footer__social{margin:20px 40px 40px}.footer__social img{padding:0 10px}.footer__hr{margin:20px 40px 0}.footer__info{justify-content:flex-start;margin-left:40px;padding-bottom:20px}.footer__info__first,.footer__info__fourth,.footer__info__second,.footer__info__third{margin:10px 0}.footer__info__fourth,.footer__info__second,.footer__info__third{margin:10px 20px}}@media screen and (min-width:1300px){.footer__lists{margin:40px auto;width:1200px}.footer__lists__list{margin:0 80px 0 0}.footer__lists__list h4{cursor:default;font-size:20px;font-weight:700;margin:0;padding:10px 0}.footer__lists__list li{cursor:default;font-size:14px;font-weight:400;margin:0;padding:10px 0}.footer__social{margin:0 auto;width:1200px}.footer__hr{margin:40px auto 0;width:1200px}.footer__info{cursor:default;font-size:12px;font-weight:400;margin:10px auto 30px;padding-bottom:0;width:1200px}.footer__info__first{margin:10px 30px 10px 0}.footer__info__fourth,.footer__info__second,.footer__info__third{margin:10px 30px}}header{display:flex;flex-direction:column;height:120px;position:relative}header .logo{cursor:default;font-size:20px;font-weight:700;margin:0;padding-left:20px;position:absolute;top:80px}footer{background-color:var(--color-black);color:var(--color-white)}@media screen and (min-width:768px){header{height:180px}header .logo{cursor:default;font-size:28px;font-weight:700;margin:0;padding-left:40px;top:100px}}@media screen and (min-width:1300px){header{height:180px}header .logo{cursor:default;font-size:34px;font-weight:700;left:50%;margin:0 auto;padding:10px 0 70px;top:80px;-webkit-transform:translate(-50%);transform:translate(-50%);width:1200px}}@-webkit-keyframes shake-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes shake-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes lil-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes lil-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}:root{--color-green:#29cc6a;--color-white:#fff;--color-black:#2b2d26;--color-grey:#787a7c;--color-50shades:#a9acac}body{box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0;width:100%}
/*# sourceMappingURL=main.9e3a032b.css.map*/