@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);.input{height:30px;position:relative;background:#fff}.input--full-width{width:100%}.input--focused .input__label{font-size:.75rem;font-weight:400;-webkit-transform:translate(-8px,-170%);transform:translate(-8px,-170%);color:#bfbfbf}.input__icon:before{content:"";display:block;width:22px;position:absolute;left:6px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;background-repeat:no-repeat;background-position:50%}.input__icon--username:before{content:none}@media (min-width:992px){.input__icon--username:before{content:"";height:14px;background-image:url(/static/media/email.8822cabd.svg)}}.input__icon--password .input__field{padding-right:40px}.input__icon--password:before{content:none}@media (min-width:992px){.input__icon--password:before{content:"";height:18px;background-image:url(/static/media/password.5d24251a.svg)}}.input__icon--search:before{height:14px;background-image:url(/static/media/search.8ffe2a0e.svg)}.input__label{position:absolute;left:8px;top:6px;-webkit-transition:font-size .15s ease-out,-webkit-transform .15s ease-out;transition:font-size .15s ease-out,-webkit-transform .15s ease-out;transition:transform .15s ease-out,font-size .15s ease-out;transition:transform .15s ease-out,font-size .15s ease-out,-webkit-transform .15s ease-out;color:#bfbfbf}.input__field,.input__label{font-size:.9375rem;font-weight:400}.input__field{line-height:28px;padding:0 10px;position:relative;z-index:1;border-radius:2px;border:1px solid #e5e5e5;color:#585858;background-color:initial}.input__field--full-width{width:100%}@media (min-width:992px){.input__field--icon{padding-left:32px}}.input__field--error{border:1px solid #d20101}.input__field--search{padding-left:32px}.input__error-message{font-size:.75rem;font-weight:400;color:#d20101;position:absolute;right:0;z-index:1}.input__toggle-password-button{width:20px;height:16px;position:absolute;right:16px;top:7px;z-index:1;background-image:url(/static/media/hide-password.8dbd72ff.svg);background-repeat:no-repeat;background-position:50%;cursor:pointer}.input__toggle-password-button--hidden{background-image:url(/static/media/show-password.b8d9cbe6.svg)}.input input:-moz-read-only{background-color:#f2f2f2}.input input:read-only{background-color:#f2f2f2}.input input:-moz-read-only:hover{cursor:not-allowed}.input input:read-only:hover{cursor:not-allowed}.main-button{font-size:.9375rem;font-weight:400;min-height:30px;padding:5px 30px;color:#fff;border:none;border-radius:2px;background-color:#547618;cursor:pointer}.main-button:focus,.main-button:hover{background-color:#456114}.main-button--disabled,.main-button--disabled:focus,.main-button--disabled:hover{background-color:#e5e5e5}.main-button--large{height:40px}.main-button--full-width{width:100%}.main-button--secondary{background-color:#fff;color:#547618;border:1px solid #547618}.main-button--secondary:focus,.main-button--secondary:hover{color:#fff;background-color:#547618}.main-button--teritary{height:auto;padding:0;background-color:#fff;color:#547618;font-weight:700}.main-button--teritary:focus,.main-button--teritary:hover{color:#456114;background-color:#fff}.user-login{padding-top:30px}@media (min-width:992px){.user-login{padding-top:0}}.user-login__form{position:relative}@media (min-width:992px){.user-login__form{display:flex}}.user-login__input{position:relative;margin-bottom:30px}@media (min-width:992px){.user-login__input{margin-right:30px;margin-bottom:0}}.user-login__input input{width:100%}@media (min-width:992px){.user-login__input input{width:260px}}.user-login__submit-button{margin-top:50px}@media (min-width:992px){.user-login__submit-button{margin-top:0}}.user-login__submit-button button{width:100%}.user-login__submit-error{font-size:.75rem;font-weight:400;color:#d20101;position:absolute;bottom:-30px;right:0}.user-login__forgot-link{font-size:.75rem;font-weight:400;text-decoration:none}.user-login__forgot-link:focus,.user-login__forgot-link:hover{text-decoration:underline}.user-login__forgot-link--mobile{display:block;margin-top:50px;text-align:center;font-weight:600;color:#547618}@media (min-width:992px){.user-login__forgot-link--mobile{display:none}}.user-login__forgot-link--desktop{display:none}@media (min-width:992px){.user-login__forgot-link--desktop{display:block;position:absolute;bottom:-20px;color:#fff}}.user-register .loader-wrapper{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);color:#fff;display:flex;align-items:center;justify-content:center}@media (min-width:992px){.user-register{margin:25px 30px}}.user-register__headings-wrapper{display:none}@media (min-width:992px){.user-register__headings-wrapper{display:block}}.user-register__heading{font-size:1.5625rem;font-weight:400;margin-top:0;margin-bottom:10px}.user-register__sub-heading{font-size:1.1875rem;font-weight:400;margin-top:0;margin-bottom:30px;color:#bfbfbf}.user-register__input{margin:15px 0}.user-register__input--full-width{width:100%}@media (min-width:992px){.user-register__input--space-left-large{margin-left:5px}.user-register__input--space-middle-large{margin-left:5px;margin-right:5px}.user-register__input--space-right-large{margin-right:5px}}.user-register__input--center input{text-align:center}.user-register__label{font-size:.9375rem;font-weight:400;display:flex;align-items:center;width:120px;padding:0 10px 0 0;color:#585858}.user-register__error--birth-date{margin:0;width:100%;text-align:right}.user-register__error--birth-date,.user-register__error--submit{font-size:.75rem;font-weight:400;color:#d20101}.user-register__row{display:flex;justify-content:space-between}.user-register__row .registration-terms{font-size:9px;line-height:11px}.user-register__row .registration-terms a{color:#88bd23;text-decoration:none}.user-register__row--wrap{flex-wrap:wrap}@media (min-width:992px){.user-register__row--wrap{flex-wrap:nowrap}}.user-register__row--full-width{width:100%}.user-register__submit-button{width:100%;padding:15px 0 5px}@media (min-width:992px){.user-register__submit-button{position:relative;padding:25px 0 5px}}.user-register__submit-button button.main-button{width:100%!important;padding:12px;background-color:#ec0000!important;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;text-transform:uppercase}.user-register__submit-button button.main-button:active,.user-register__submit-button button.main-button:focus,.user-register__submit-button button.main-button:hover{background-color:#d30000!important;outline:none}@media (min-width:992px){.user-register__submit-button button.main-button{width:auto}}.user-register .account-deletion{text-align:center;font-size:12px;margin-top:15px;color:#585858}.loader{width:100%;margin-top:15px;text-align:center}.loader__icon{height:30px;width:30px;margin:4px 2px;opacity:.8;-webkit-animation:pulse .6s ease-in-out infinite alternate;animation:pulse .6s ease-in-out infinite alternate}.loader__icon--right{-webkit-animation-delay:.6s;animation-delay:.6s}.loader__load-message{font-size:.9375rem;font-weight:400;margin:0 0 15px}@-webkit-keyframes pulse{to{opacity:.5;-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes pulse{to{opacity:.5;-webkit-transform:scale(.8);transform:scale(.8)}}.register-list-item{display:flex;align-items:center;margin-bottom:60px}.register-list-item__icon{flex:0 0 50px;width:50px;height:50px;border-radius:50%}.register-list-item__icon--placeholder{background-color:#88bd23}.register-list-item__text-wrapper{padding:0 30px}.register-list-item__text{font-size:.9375rem;font-weight:400}.register-list-item__heading{font-size:1.1875rem;font-weight:400;color:#88bd23;margin-top:0;margin-bottom:10px}.register-list{padding:25px}.register-list__heading{font-size:1.5625rem;font-weight:400;margin-top:0;margin-bottom:15px}.register-list__sub-heading{font-size:1.1875rem;font-weight:400;margin-top:0;color:#bfbfbf}.register-list__list{margin-top:55px}.register-list__list .left-image{width:630px}.register-list__list .left-image img{width:100%}.register-bottom{margin-top:30px}@media (min-width:992px){.register-bottom{width:1109px;margin:50px auto 0;border:1px solid #e5e5e5}}.register-bottom .register-video .link-to-infopage{background-color:#b6cf6d}.register-bottom .register-video .link-to-infopage a{display:block;text-align:left;padding:15px 30px;color:#fff;text-decoration:none;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.register-bottom .register-video .link-to-infopage a span{float:right}.register-bottom .register-video .link-to-infopage a:hover{background-color:#acc95a}.register-bottom .register-video #promo-video{width:100%;height:600px}.register-bottom .register-video #promo-video:active,.register-bottom .register-video #promo-video:focus{outline:none}.promo-logos-wrapper{margin-top:30px}@media (min-width:992px){.promo-logos-wrapper{width:1109px;margin:50px auto 0}}.promo-logos-wrapper .promo-logos{display:flex;justify-content:space-between;align-items:center}.promo-logos-wrapper .promo-logos img{-webkit-transition:all .3s ease-out;transition:all .3s ease-out;max-width:150px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.promo-logos-wrapper .promo-logos img:hover{cursor:pointer;-webkit-filter:grayscale(0);filter:grayscale(0)}.react-tabs{width:100%}.react-tabs__tab-list{list-style-type:none;display:flex;justify-content:space-between;padding:0}.react-tabs__tab{width:50%;height:30px;background-color:#fff;border:1px solid #e5e5e5;color:#e5e5e5;display:flex;justify-content:center;align-items:center}.react-tabs__tab--selected{color:#fff;background-color:#547618}.user-auth{min-height:calc(100vh - 124px);background:#f2f2f2;margin-bottom:5px}@media (min-width:992px){.user-auth{min-height:auto}}.user-auth__content{height:100%;margin:0 30px;display:flex}@media (min-width:992px){.user-auth__content{width:1109px;margin:50px auto 0;border:1px solid #e5e5e5}}.user-auth__login{display:block}@media (min-width:992px){.user-auth__login{display:none}}.user-auth__static{width:680px;background-color:#fff}.user-auth__register{position:relative;width:430px;background-color:#e5e5e5}.user-auth__about-farmlifes{background-color:#fff;border-radius:8px;border:1px solid #e5e5e5;text-align:center;padding:15px;margin:15px}.user-auth__about-farmlifes p{margin-top:0;font-size:16px;color:#585858}.user-auth__about-farmlifes a{color:#7f7f7f;font-size:14px;line-height:18px;display:inline-block;width:100%;height:100%;text-decoration:none}.auth-footer{margin-bottom:50px}@media (min-width:992px){.auth-footer{margin-bottom:0}}.auth-loader{flex:1 1;height:calc(100vh - 160px);align-items:center}.auth-loader,.verify-account{display:flex;justify-content:center}.verify-account{max-width:1110px;min-height:calc(100vh - 104px);margin:0 auto;padding-top:90px;align-items:flex-start}@media (min-width:992px){.verify-account{height:675px;align-items:center;margin-top:50px;margin-bottom:10px;padding-top:0;min-height:auto;background-color:#fff;border:1px solid #e5e5e5}}.verify-account__wrapper{padding:0 15px;width:100%}@media (min-width:992px){.verify-account__wrapper{width:400px}}.verify-account__heading{font-size:1.5625rem;font-weight:400;margin-top:0;margin-bottom:10px}.verify-account__sub-heading{font-size:1.1875rem;font-weight:400;color:#ababab;margin-top:0}.verify-account__resend-button{margin-top:5px;font-size:.9375rem;font-weight:400;font-weight:700;color:#547618}.verify-account__resend-button.__link{display:inline-block;text-decoration:none}.verify-account .entered-email-header{margin-top:30px;font-weight:700}.verify-account .wrong-email-message{margin-top:40px;margin-bottom:15px}.verify-account .entered-email__email{display:inline-block;margin-right:15px}.modal-container{min-width:100vw;position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;background-color:rgba(0,0,0,.6)}.modal-container,.modal-container__content{display:flex;justify-content:center;align-items:center}.modal-container__content{width:100%;height:100%;outline:none;position:relative}@media (min-width:992px){.modal-container__content{width:auto;height:auto}}.modal-container__content--auto{width:auto;height:auto}.modal-container__content--full-width{width:100%;height:auto}.info-modal{width:100vw;max-width:640px;padding:40px 15px 15px;background-color:#fff}@media (min-width:992px){.info-modal{position:static;border-radius:2px;border:1px solid #e5e5e5}}.info-modal__heading{font-size:1.5625rem;font-weight:400;margin:0 0 15px;font-weight:700;color:#585858}.info-modal__message{font-size:1.1875rem;font-weight:400;margin:0 0 30px;color:#ababab}.info-modal__footer{display:flex;justify-content:space-between;align-items:center}.info-modal__option-buttons{display:flex}.info-modal__option-buttons button{padding:0 15px}@media (min-width:992px){.info-modal__option-buttons button{padding:0 30px}}.info-modal__secondary-button{margin-right:15px}@media (min-width:992px){.info-modal__secondary-button{margin-right:50px}}.user-avatar{width:28px;height:28px;flex-shrink:0;border-radius:100%;background-repeat:no-repeat;background-position:50%;background-color:#e5e5e5}.user-avatar__placeholder{background-image:url(/static/media/user-dark-grey.a5bf0ecc.svg);background-size:50%}.user-avatar__placeholder--farm{background-image:url(/static/media/farm-dark-grey.3d9c3a17.svg);background-size:60%}.user-avatar__image{background-size:cover}.create-post-button{font-size:.75rem;font-weight:400;width:33.33333%;height:40px;color:#88bd23;border-right:1px solid #e5e5e5}.create-post-button:focus,.create-post-button:hover{color:#79a71f}.create-post-button:last-child{border:none}.create-post-button__content{padding-left:22px;background-repeat:no-repeat}.create-post-button__content--text{display:inline-block;padding-top:1px;height:16px;background-image:url(/static/media/post.b4532807.svg);background-size:14px}.create-post-button__content--image{height:16px;padding-left:30px;background-image:url(/static/media/image.25f03455.svg);background-size:22px}.create-post-button__content--video{height:22px;padding-left:26px;display:flex;align-items:center;background-image:url(/static/media/video.b7fb6bb7.svg);background-size:19px;background-position:0 1px}.create-post-button__content--article{display:inline-block;padding-top:1px;height:16px;background-image:url(/static/media/marketplace.6009722f.svg);background-size:15px}@media (min-width:992px){.create-post-button__text--mobile{display:none}}.create-post-button__text--desktop{display:none}@media (min-width:992px){.create-post-button__text--desktop{display:block}}.create-post-button__input-button{height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.create-post-button__input{display:none}.close-button{width:40px;height:40px;display:block;background-image:url(/static/media/close.4a4e7bec.svg);background-repeat:no-repeat;background-size:15px 15px;background-position:50%}@-webkit-keyframes showTextPostBackground{0%{opacity:0}to{opacity:.6}}@keyframes showTextPostBackground{0%{opacity:0}to{opacity:.6}}.create-post-modal__outer-container{display:none}@media (min-width:992px){.create-post-modal__outer-container{display:block;position:fixed;width:100%;top:0;left:0;bottom:0;z-index:15;background:#000;opacity:.6;-webkit-animation:showTextPostBackground .1s ease-in;animation:showTextPostBackground .1s ease-in}}.create-post-modal__container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:20;background:#fff}@media (min-width:992px){.create-post-modal__container{width:640px;height:auto;position:absolute;top:90px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:2px;border:1px solid #e5e5e5;background:#fff}}@media (max-width:991px){.create-post-modal__container{height:auto;top:61px;bottom:50px}}@media (min-width:1200px){.create-post-modal__container{left:calc(50% - 47px)}}.create-post-modal__header{height:40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.create-post-modal__header--desktop{display:none}@media (min-width:992px){.create-post-modal__header--desktop{display:flex}}.create-post-modal__header--mobile{padding:0 0 0 15px}@media (min-width:992px){.create-post-modal__header--mobile{display:none}}.create-post-modal__header--mobile span{font-size:.75rem;font-weight:400;font-weight:700;color:#bfbfbf}.create-post-modal__scroll-container{max-height:calc(100vh - 150px);overflow-y:auto;padding-bottom:70px;margin-top:39px}@media (min-width:992px){.create-post-modal__scroll-container{max-height:calc(100vh - 290px);padding-bottom:0}}.create-post-modal__avatar{margin-right:15px}.create-post-modal__header-create{height:20px;padding-left:24px;display:flex;align-items:center;background-image:url(/static/media/post-light-grey.813240e1.svg);background-repeat:no-repeat;background-size:14px}.create-post-modal__header-create--image{padding-left:30px;background-image:url(/static/media/image-light-grey.2e80c9c0.svg);background-size:20px;background-position:0}.create-post-modal__header-create--video{padding-left:30px;background-image:url(/static/media/video-light-grey.ae221e76.svg);background-size:20px}.create-post-modal__text-container{height:calc(100% - 170px);padding:15px;display:flex}@media (min-width:992px){.create-post-modal__text-container{height:auto}}.create-post-modal__text-container--small{padding-bottom:0}.create-post-modal__textarea-container{width:100%}.create-post-modal__textarea-container--mobile{display:block}@media (min-width:992px){.create-post-modal__textarea-container--mobile{display:none}}.create-post-modal__textarea-container--desktop{display:none}@media (min-width:992px){.create-post-modal__textarea-container--desktop{display:block}}.create-post-modal__textarea{font-size:1.1875rem;font-weight:400;width:100%;padding:5px 0 0;resize:none;outline:none;border:none;color:#585858}.create-post-modal__textarea--small{font-size:.9375rem;font-weight:400;padding:0;line-height:30px}.create-post-modal__counter{font-size:.75rem;font-weight:400;margin:0;text-align:right;padding-right:15px;color:#ababab}.create-post-modal__counter--mobile-hidden{display:none}@media (min-width:992px){.create-post-modal__counter--mobile-hidden{display:block}}.create-post-modal__image-container{margin-top:15px;position:relative}.create-post-modal__image{width:100%;display:block}.create-post-modal__remove-button{width:15px;height:20px;background-image:url(/static/media/delete.21f500f4.svg);background-repeat:no-repeat;background-position:50%;position:absolute;top:15px;right:15px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.4);border-radius:2px}.create-post-modal__publish-container{padding:15px;background:#fff}@media (min-width:992px){.create-post-modal__publish-container--mobile{display:none}}.create-post-modal__publish-container--desktop{display:none}@media (min-width:992px){.create-post-modal__publish-container--desktop{display:block}}.create-post-modal__footer-container{width:100%;position:absolute;bottom:0}@media (min-width:992px){.create-post-modal__footer-container{display:none}}.create-post-modal__footer{height:40px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;position:fixed;top:100px;width:100%}@media (min-width:992px){.create-post-modal__footer{display:none}}.create-post-modal__video-container{margin-top:15px;position:relative;background-image:url(/static/media/video-white.d3be14a4.svg);background-repeat:no-repeat;background-size:140px;background-position:50%;background-color:#bfbfbf}.create-post-modal__video-container--fixed{height:300px}.create-post-modal__preview{width:100%;display:block}.create-post-modal__duration{font-size:.75rem;font-weight:400;padding:10px 10px 10px 50px;position:absolute;bottom:15px;left:15px;color:#fff;background-image:url(/static/media/video-white.d3be14a4.svg);background-repeat:no-repeat;background-size:20px;background-position:15px 7px;background-color:#000}.create-post-modal__error{font-size:.75rem;font-weight:400;margin:15px 0;padding-left:15px;color:#d20101}.create-post-modal .news-remote-url{padding:0 15px}.create-post-modal .news-remote-url input{width:100%;height:40px}.create-post-modal .news-remote-url input:active,.create-post-modal .news-remote-url input:focus{outline:none}.circle-loader-wrapper{width:100%;height:125px;text-align:center;margin-top:-20px;margin-bottom:70px;position:relative}@media (max-width:991px){.circle-loader-wrapper{margin-top:45px;margin-bottom:0}}.circle-loader-wrapper .CircularProgressbar{width:125px;margin:0 auto}.circle-loader-wrapper .loader{margin-top:-83px}.circle-loader-wrapper.small-circle{width:100%;height:70px;text-align:center;margin-top:0;margin-bottom:0;position:relative}@media (max-width:991px){.circle-loader-wrapper.small-circle{margin-top:0;margin-bottom:0}}.circle-loader-wrapper.small-circle .CircularProgressbar{width:70px;margin:0 auto}.circle-loader-wrapper.small-circle .loader{margin-top:-48px}.circle-loader-wrapper.small-circle .loader img{width:20px;height:20px}.textarea{height:150px;position:relative;background:#fff}.textarea--full-width{width:100%}.textarea--focused .textarea__label{font-size:.75rem;font-weight:400;-webkit-transform:translate(-8px,-190%);transform:translate(-8px,-190%);color:#bfbfbf}.textarea__label{position:absolute;left:8px;top:10px;-webkit-transition:font-size .15s ease-out,-webkit-transform .15s ease-out;transition:font-size .15s ease-out,-webkit-transform .15s ease-out;transition:transform .15s ease-out,font-size .15s ease-out;transition:transform .15s ease-out,font-size .15s ease-out,-webkit-transform .15s ease-out;color:#bfbfbf}.textarea__field,.textarea__label{font-size:.9375rem;font-weight:400}.textarea__field{height:150px;padding:15px 55px 15px 10px;position:relative;z-index:1;border-radius:2px;border:1px solid #e5e5e5;color:#585858;background-color:initial;resize:none}.textarea__field--full-width{width:100%}.textarea__field--error{border:1px solid #d20101}.textarea__counter{right:10px;bottom:10px;color:#ababab}.textarea__counter,.textarea__error-message{font-size:.75rem;font-weight:400;position:absolute}.textarea__error-message{color:#d20101;right:0;z-index:1}.select{height:30px;position:relative;background:#fff}.select:after{content:"";display:block;width:0;height:0;border-color:#e5e5e5 transparent transparent;border-style:solid;border-width:5px 3px 0;position:absolute;right:15px;top:12px}.select--full-width{width:100%}.select__field{font-size:.9375rem;font-weight:400;height:30px;line-height:28px;padding:0 10px;position:relative;z-index:1;border-radius:2px;border:1px solid #e5e5e5;color:#bfbfbf;background-color:initial;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select__field--value{color:#585858}.select__field--full-width{width:100%}.select__field--error{border:1px solid #d20101}.select__error-message{font-size:.75rem;font-weight:400;position:absolute;right:0;color:#d20101}.sell-article-modal{width:100%;height:100%;position:relative;background:#fff}.sell-article-modal__image-placeholder{position:relative;width:170px;height:170px}.sell-article-modal__loader-wrapper{position:absolute;width:170px;height:170px;display:flex;justify-content:center;align-items:center;border:1px dashed #bfbfbf;background:#fff;z-index:2}@media (min-width:992px){.sell-article-modal{width:850px;height:720px;display:flex;border-radius:2px;overflow:hidden}}.sell-article-modal__scroll-container{width:100%;height:100%;padding:15px 15px 80px;overflow-y:scroll}@media (min-width:992px){.sell-article-modal__scroll-container{overflow:hidden;padding:30px 30px 0}}.sell-article-modal__heading{font-size:1.5625rem;font-weight:400;width:100%;margin:0 0 30px;font-weight:700}@media (min-width:992px){.sell-article-modal__heading{margin-bottom:40px}}.sell-article-modal__row{margin-bottom:30px}.sell-article-modal__row--inline{display:flex;align-items:center}.sell-article-modal__row--center input{width:100%;text-align:center}.sell-article-modal__row.price-row .on-request-label{margin-left:10px;display:flex;align-items:center}.sell-article-modal__row.price-row .on-request-label .input{height:auto;display:inline-block}.sell-article-modal__row.price-row .on-request-label input{width:auto;margin-right:5px}.sell-article-modal__row.price-row input[type=text]{width:180px}.sell-article-modal__row.price-row input[type=text]:-moz-read-only{background-color:#f2f2f2}.sell-article-modal__row.price-row input[type=text]:read-only{background-color:#f2f2f2}.sell-article-modal__form-label{width:85px;margin:0;font-size:.875rem;flex-shrink:0;font-weight:700}.sell-article-modal__form-label.short{width:auto;margin-right:5px}.sell-article-modal__buttons{width:100%;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:0;left:0;z-index:1;background:#fff}@media (min-width:992px){.sell-article-modal__buttons{padding:15px 30px 30px}}.sell-article-modal__form{width:100%}@media (min-width:992px){.sell-article-modal__form{display:flex}}.sell-article-modal__form-content{margin-bottom:50px}@media (min-width:992px){.sell-article-modal__form-content{width:370px;margin-right:50px}}.sell-article-modal__submit-button-container{position:relative}.sell-article-modal__error{margin:15px 0}@media (min-width:992px){.sell-article-modal__error{width:180px}}.sell-article-modal__farm{margin-bottom:50px}@media (min-width:992px){.sell-article-modal__farm{margin-bottom:75px}}.sell-article-modal__farm-buttons{display:flex}.sell-article-modal__join-button{margin-right:15px}.sell-article-modal__delete-picture-button{margin-top:5px}.sell-article-modal__images{display:flex;flex-wrap:wrap;align-content:flex-start}@media (min-width:992px){.sell-article-modal__images{width:370px;height:560px;padding-bottom:30px;overflow-y:auto}}.sell-article-modal__image{width:170px;height:170px;margin:0 30px 30px 0;display:inline-block;position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%}@media (min-width:992px){.sell-article-modal__image{margin-right:0}.sell-article-modal__image:nth-child(odd){margin-right:30px}}.sell-article-modal__delete-image{width:25px;height:25px;position:absolute;top:0;right:0;background-image:url(/static/media/delete.21f500f4.svg);background-repeat:no-repeat;background-size:12px;background-position:50%;-webkit-filter:drop-shadow(3px 3px 2px rgba(0,0,0,.5));filter:drop-shadow(3px 3px 2px rgba(0,0,0,.5))}.sell-article-modal__label{width:170px;height:170px;display:flex;justify-content:center;align-items:center;border:1px dashed #bfbfbf;cursor:pointer;position:absolute}.sell-article-modal__loader{width:100%;display:flex;justify-content:center;align-items:center}.sell-article-modal__label-text{font-size:.75rem;font-weight:400;padding-top:20px;color:#ababab;font-weight:700;background-image:url(/static/media/image-light-grey.2e80c9c0.svg);background-repeat:no-repeat;background-size:20px;background-position:center 0}.sell-article-modal__input{display:none}.sell-article-modal__error{font-size:.75rem;font-weight:400;width:100%;margin:5px 0;color:#d20101}.sell-article-modal__error--submit{width:300px;margin:0;position:absolute;right:0;top:-12px;text-align:right}@media (min-width:992px){.sell-article-modal__error--submit{top:auto;bottom:-15px}}.create-post{border-radius:2px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#fff}@media (max-width:991px){.create-post{margin-top:0}}@media (min-width:992px){.create-post{border:1px solid #e5e5e5}}.create-post__header{display:none}@media (min-width:992px){.create-post__header{display:block;height:40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}}.create-post__avatar{margin-right:15px}.create-post__text-container{padding:10px 15px;display:flex}@media (min-width:992px){.create-post__text-container{padding:15px 15px 20px}}.create-post__textarea{font-size:.9375rem;font-weight:400;width:100%;height:30px;padding:0;line-height:30px;resize:none;border:none;outline:none;overflow:hidden;color:#585858}.indicator-wrapper{position:relative;margin:0 auto;display:inline-block;width:28px;height:28px}.indicator-wrapper.no-sizes{width:auto;height:auto}.indicator{position:absolute;width:10px;height:10px;border-radius:5px;right:-4px;top:-4px;background-color:#ec0000}.newsfeed-view__fixed-toggler{position:fixed;width:640px;top:60px;z-index:49}.newsfeed-view .news-description{margin-top:-10px;margin-bottom:20px;text-align:center;font-size:14px}@media (max-width:991px){.newsfeed-view .news-description{margin-top:5px;margin-bottom:10px}}.newsfeed-view__toggle-feeds{height:42px;display:flex;justify-content:center;align-items:center;border-radius:2px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#fff}@media (min-width:992px){.newsfeed-view__toggle-feeds{border:1px solid #e5e5e5;margin-bottom:30px}}@media (max-width:991px){.newsfeed-view__toggle-feeds{margin-bottom:15px}}@media (max-width:640px){.newsfeed-view__toggle-feeds{width:100%}}.newsfeed-view__toggle-feeds .toggle-feed-button{font-size:.75rem;font-weight:400;flex-grow:1;height:40px;text-align:center;color:#585858;border-right:1px solid #e5e5e5}.newsfeed-view__toggle-feeds .toggle-feed-button.news-button{position:relative}.newsfeed-view__toggle-feeds .toggle-feed-button:hover{color:#88bd23}.newsfeed-view__toggle-feeds .toggle-feed-button:active,.newsfeed-view__toggle-feeds .toggle-feed-button:focus,.newsfeed-view__toggle-feeds .toggle-feed-button:hover{outline:none}.newsfeed-view__toggle-feeds .toggle-feed-button.is-active{background-color:#88bd23;color:#fff}.newsfeed-view__toggle-feeds .toggle-feed-button.is-active:hover{cursor:default}.newsfeed-view__toggle-feeds .toggle-feed-button.is-active:active,.newsfeed-view__toggle-feeds .toggle-feed-button.is-active:focus,.newsfeed-view__toggle-feeds .toggle-feed-button.is-active:hover{outline:none}.newsfeed-view__toggle-feeds .toggle-feed-button:last-child{border:none}.newsfeed-view__hidden-toggler{display:none}.from-now{font-size:.75rem;font-weight:400;font-weight:700;color:#ababab}.activity-item{height:70px;display:flex;align-items:center;border-bottom:1px solid #e5e5e5}.activity-item__avatar{margin-right:15px}.activity-item__link{text-decoration:none}.activity-item__author{font-size:.9375rem;font-weight:400;display:inline-block;margin-bottom:2px;font-weight:700;color:#547618}.comment{display:flex;position:relative}.comment__avatar{margin-right:15px}.comment__main-content{width:100%;padding:15px;border-radius:2px;background:#f2f2f2}.comment__author-content{display:flex;align-items:flex-end;margin-bottom:15px}.comment__link{text-decoration:none}.comment__author{font-size:.9375rem;font-weight:400;margin-right:10px;font-weight:700;color:#547618}.comment__text{font-size:.9375rem;font-weight:400}.comment__edit-button{width:22px;height:20px;position:absolute;right:-22px;top:50%;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);background-image:url(/static/media/submenu-lightgrey.f3a61ad3.svg);background-repeat:no-repeat;background-size:22px;background-position:50%}.comment__menu{width:160px;padding:15px;position:absolute;right:2px;top:16px;z-index:1;border:1px solid #e5e5e5;background:#fff}.comment__menu-item{font-size:.75rem;font-weight:400;height:18px;padding-left:30px;color:#7f7f7f;background-repeat:no-repeat;background-position:0 0}.comment__menu-item--delete{background-image:url(/static/media/delete-dark-grey.c7e344d8.svg);background-size:12px}.post-comments{height:calc(100% - 35px);padding:0 0 13px 15px;position:relative}@media (min-width:992px){.post-comments{padding-right:15px;border-top:1px solid #e5e5e5}}.post-comments__comments-container{height:100%;padding:0 25px 60px 0;overflow-y:auto}@media (min-width:992px){.post-comments__comments-container{height:auto;max-height:250px;padding:0 25px 0 0}}.post-comments__comments-container--absolute{padding-bottom:10px}.post-comments__comment{margin-bottom:5px}.post-comments__comment:first-child{margin-top:15px}.post-comments__avatar{position:absolute;top:15px;left:15px}.post-comments__input-container{width:100%;min-height:60px;position:absolute;bottom:0;left:0;z-index:1}@media (min-width:992px){.post-comments__input-container{border-radius:2px;position:relative;border:none;bottom:0}}.post-comments__input-container--absolute{width:100%;position:absolute;bottom:-50px}.post-comments__input{font-size:.9375rem;font-weight:400;width:100%;max-height:90px!important;height:60px;padding:19px 90px 0 60px;line-height:20px;resize:none;border:none;border-top:1px solid #f2f2f2}@media (min-width:992px){.post-comments__input{border:1px solid #f2f2f2}}.post-comments__input--absolute{border:none;border-top:1px solid #f2f2f2}.post-comments__create-button{width:25px;height:25px;position:absolute;right:15px;top:18px;background-image:url(/static/media/send.19bd3ee3.svg);background-repeat:no-repeat;background-position:50%}.post-comments__create-button--active{background-image:url(/static/media/send-green.59dd104a.svg)}.post-comments__counter{font-size:.75rem;font-weight:400;position:absolute;right:50px;top:24px;color:#ababab}.post-comments__empty{font-size:.9375rem;font-weight:400;height:60px;display:flex;justify-content:center;align-items:center}.activities-modal{width:100%;height:100%;background-color:#fff}@media (min-width:992px){.activities-modal{width:640px;height:355px;overflow:hidden;border:1px solid #e5e5e5;border-radius:2px}}@media (min-width:1200px){.activities-modal{margin-left:-94px}}.activities-modal__header{height:40px;padding-left:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;position:relative;z-index:1}.activities-modal__tab-button{font-size:.75rem;font-weight:400;height:44px;color:#585858;font-weight:700;padding-right:20px}@media (min-width:992px){.activities-modal__tab-button{padding:0 10px}}.activities-modal__tab-button--comments-active,.activities-modal__tab-button--likes-active,.activities-modal__tab-button--shares-active{color:#88bd23;border-bottom:3px solid #88bd23}.activities-modal__tab-button--views-active .activities-modal__tab-button-content--views{background-image:url(/static/media/eye.1ef06608.svg)}.activities-modal__tab-button--shares-active .activities-modal__tab-button-content--shares{background-image:url(/static/media/shares.86936ee1.svg)}.activities-modal__tab-button--comments-active .activities-modal__tab-button-content--comments{background-image:url(/static/media/comments.38ee66a4.svg)}@media (min-width:992px){.activities-modal__tab-button--comments{display:none}}.activities-modal__tab-button-content{padding-left:25px;background-repeat:no-repeat;background-position:0;background-color:initial}.activities-modal__tab-button-content--likes{background-image:url(/static/media/likes-grey.3c9f317c.svg)}.activities-modal__tab-button-content--shares{background-image:url(/static/media/shares-grey.06d8173a.svg)}.activities-modal__tab-button-content--comments{background-image:url(/static/media/comments-grey.2b649c6d.svg)}.activities-modal__tab-button-text{display:none}@media (min-width:992px){.activities-modal__tab-button-text{display:inline-block}}.activities-modal__content{height:calc(100vh - 40px);padding:0 15px;overflow-y:scroll}@media (min-width:992px){.activities-modal__content{height:315px}}.activities-modal__content--comments{height:100%;padding:0}@media (min-width:992px){.activities-modal__content--comments{display:none}}.activities-modal__load-container{height:100%;display:flex;justify-content:center;align-items:center}.edit-post-modal{width:100%;height:100%;position:relative;background:#fff}.edit-post-modal__remove-button{width:15px;height:20px;background-image:url(/static/media/delete.21f500f4.svg);background-repeat:no-repeat;background-position:50%;position:absolute;top:15px;right:15px;box-shadow:2px 2px 4px 0 rgba(0,0,0,.4);border-radius:2px}.edit-post-modal__image-container{margin-top:15px;position:relative}.edit-post-modal__image-upload-btn-container label{cursor:pointer}.edit-post-modal__image-upload-btn-container input{display:none}.edit-post-modal__video-upload-btn-container label{cursor:pointer}.edit-post-modal__video-upload-btn-container input{display:none}@media (min-width:1200px){.edit-post-modal{margin-right:95px}}.edit-post-modal__counter{font-size:.75rem;font-weight:400;margin:0;padding:0 15px;text-align:right;color:#ababab}.edit-post-modal__counter--mobile-hidden{display:none}@media (min-width:992px){.edit-post-modal__counter--mobile-hidden{display:block}}.edit-post-modal__avatar{margin-right:15px}.edit-post-modal__textarea-container{width:100%}.edit-post-modal__textarea-container--mobile{display:block}@media (min-width:992px){.edit-post-modal__textarea-container--mobile{display:none}}.edit-post-modal__textarea-container--desktop{display:none}@media (min-width:992px){.edit-post-modal__textarea-container--desktop{display:block}}.edit-post-modal__textarea{font-size:1.1875rem;font-weight:400;width:100%;padding:5px 0 0;resize:none;outline:none;border:none;color:#585858}.edit-post-modal__textarea--small{font-size:.9375rem;font-weight:400;padding:0;line-height:30px}.edit-post-modal__image-placeholder{position:relative;width:170px;height:170px}.edit-post-modal__loader-wrapper{position:absolute;width:170px;height:170px;display:flex;justify-content:center;align-items:center;border:1px dashed #bfbfbf;background:#fff;z-index:2}@media (min-width:992px){.edit-post-modal{width:640px;height:auto;border-radius:2px;overflow:hidden}}.edit-post-modal__scroll-container{width:100%;max-height:calc(100vh - 150px);overflow-y:auto;padding:15px 0 80px}@media (min-width:992px){.edit-post-modal__scroll-container{overflow:hidden;padding:30px 0 80px}}.edit-post-modal__video-container{margin-top:15px;position:relative;background-image:url(/static/media/video-white.d3be14a4.svg);background-repeat:no-repeat;background-size:140px;background-position:50%;background-color:#bfbfbf}.edit-post-modal__preview{width:100%;display:block}.edit-post-modal__header{height:40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.edit-post-modal__header--desktop{display:none}@media (min-width:992px){.edit-post-modal__header--desktop{display:flex}}.edit-post-modal__header--mobile{padding:0 0 0 15px}@media (min-width:992px){.edit-post-modal__header--mobile{display:none}}.edit-post-modal__header--mobile span{font-size:.75rem;font-weight:400;font-weight:700;color:#bfbfbf}.edit-post-modal__heading{font-size:1.5625rem;font-weight:400;width:100%;margin:0 0 30px;font-weight:700;padding:0 15px}@media (min-width:992px){.edit-post-modal__heading{margin-bottom:40px}}.edit-post-modal__row{margin-bottom:30px}.edit-post-modal__row--inline{display:flex;align-items:center}.edit-post-modal__row--center input{width:100%;text-align:center}.edit-post-modal__form-label{width:85px;margin:0;font-size:.875rem;flex-shrink:0;font-weight:700}.edit-post-modal__buttons{width:100%;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:0;left:0;z-index:1;background:#fff}@media (min-width:992px){.edit-post-modal__buttons{padding:15px 30px 30px}}.edit-post-modal__form{width:100%}@media (min-width:992px){.edit-post-modal__form{display:flex}}.edit-post-modal__form-content{margin-bottom:50px}@media (min-width:992px){.edit-post-modal__form-content{width:100%}}.edit-post-modal__inner-content{display:flex}.edit-post-modal__text-container{height:calc(100% - 170px);padding:0 15px;display:flex}@media (min-width:992px){.edit-post-modal__text-container{height:auto}}.edit-post-modal__text-container--small{padding-bottom:0}.edit-post-modal__submit-button-container{position:relative}.edit-post-modal__error{margin:15px 0;padding-left:15px}@media (min-width:992px){.edit-post-modal__error{width:180px}}.edit-post-modal__farm{margin-bottom:50px}@media (min-width:992px){.edit-post-modal__farm{margin-bottom:75px}}.edit-post-modal__farm-buttons{display:flex}.edit-post-modal__join-button{margin-right:15px}.edit-post-modal__delete-picture-button{margin-top:5px}.edit-post-modal__images{display:flex;flex-wrap:wrap;align-content:flex-start}@media (min-width:992px){.edit-post-modal__images{width:370px;height:560px;padding-bottom:30px;overflow-y:auto}}.edit-post-modal__image{width:170px;height:170px;margin:0 30px 30px 0;display:inline-block;position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%}@media (min-width:992px){.edit-post-modal__image{margin-right:0}.edit-post-modal__image:nth-child(odd){margin-right:30px}}.edit-post-modal__delete-image{width:25px;height:25px;position:absolute;top:0;right:0;background-repeat:no-repeat;background-size:12px;background-position:50%}.edit-post-modal__label{width:170px;height:170px;border:1px dashed #bfbfbf;cursor:pointer;position:absolute}.edit-post-modal__label,.edit-post-modal__loader{display:flex;justify-content:center;align-items:center}.edit-post-modal__loader{width:100%}.edit-post-modal__label-text{font-size:.75rem;font-weight:400;padding-top:20px;color:#ababab;font-weight:700;background-repeat:no-repeat;background-size:20px;background-position:center 0}.edit-post-modal__input{display:none}.edit-post-modal__error{font-size:.75rem;font-weight:400;width:100%;margin:5px 0;color:#d20101}.edit-post-modal__error--submit{width:300px;margin:0;position:absolute;right:0;top:-12px;text-align:right}@media (min-width:992px){.edit-post-modal__error--submit{top:auto;bottom:-15px}}.edit-post-modal__submit-container{padding:15px;background:#fff}.edit-post-modal__submit-container--mobile{display:flex;justify-content:space-between}@media (min-width:992px){.edit-post-modal__submit-container--mobile{display:none}}.edit-post-modal__submit-container--desktop{display:none}@media (min-width:992px){.edit-post-modal__submit-container--desktop{display:block}}.edit-post-modal__footer-container{width:100%;position:absolute;bottom:0}@media (min-width:992px){.edit-post-modal__footer-container{display:none}}.edit-post-modal__footer{height:40px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e5e5}@media (min-width:992px){.edit-post-modal__footer{display:none}}.edit-post-button{font-size:.75rem;font-weight:400;width:50%;height:40px;color:#88bd23;border-right:1px solid #e5e5e5}.edit-post-button:focus,.edit-post-button:hover{color:#79a71f}.edit-post-button:last-child{border:none}.edit-post-button__content{padding-left:22px;background-repeat:no-repeat}.edit-post-button__content--text{display:inline-block;padding-top:1px;height:16px;background-image:url(/static/media/post.b4532807.svg);background-size:14px}.edit-post-button__content--image{height:16px;padding-left:30px;background-image:url(/static/media/image.25f03455.svg);background-size:22px}.edit-post-button__content--video{height:22px;padding-left:26px;display:flex;align-items:center;background-image:url(/static/media/video.b7fb6bb7.svg);background-size:19px;background-position:0 1px}.edit-post-button__content--article{display:inline-block;padding-top:1px;height:16px;background-image:url(/static/media/marketplace.6009722f.svg);background-size:15px}@media (min-width:992px){.edit-post-button__text--mobile{display:none}}.edit-post-button__text--desktop{display:none}@media (min-width:992px){.edit-post-button__text--desktop{display:block}}.edit-post-button__input-button{height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.edit-post-button__input{display:none}.post-header{height:60px;padding:0 15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;position:relative}.post-header__avatar{margin-right:15px}.post-header__author{font-size:.9375rem;font-weight:400;display:inline-block;margin-bottom:2px;font-weight:700;color:#547618}.post-header .farm-profile-wrapper{margin-left:35px;display:inline-block}.post-header .farm-profile-wrapper .post-header__author{font-size:.75rem;font-weight:700;color:#ababab}.post-header__farm-profile{margin-bottom:0;display:inline-block;margin-right:5px;font-size:.75rem;font-weight:700;color:#585858;float:left;padding-top:4px}@media (max-width:991px){.post-header__farm-profile{text-align:center;display:block;float:none;margin-right:0;padding-top:0}}.post-header__sold{color:#585858}@media (max-width:991px){.post-header__sold{display:none}}.post-header__post-details{display:flex;align-items:center}.post-header__more-button{width:22px;height:20px;background-image:url(/static/media/submenu.ecced6d3.svg);background-repeat:no-repeat;background-size:22px;background-position:50%}.post-header__menu{width:150px;padding:15px;position:absolute;right:15px;top:38px;z-index:2;border:1px solid #e5e5e5;background:#fff}.post-header__menu-item{font-size:.75rem;font-weight:400;min-height:18px;padding-left:30px;color:#7f7f7f;background-repeat:no-repeat;background-position:0 50%}.post-header__menu-item--edit{background-image:url(/static/media/edit-dark-grey.76e752a3.svg);background-size:15px}.post-header__menu-item--delete{margin-top:15px;background-image:url(/static/media/delete-dark-grey.c7e344d8.svg);background-size:12px}.post-header__author-details{display:flex}.post-header__address{font-size:.75rem;font-weight:400;margin-right:10px;position:relative;font-weight:700;color:#ababab}.post-header__address:after{content:"";width:2px;height:2px;display:inline-block;position:absolute;top:6px;right:-6px;background-color:#ababab}.post-activities{height:45px;padding:0 15px;display:flex;justify-content:space-between;align-items:center}.post-activities__button-content{font-size:.75rem;font-weight:400;padding-left:28px;color:#585858;font-weight:700;background:no-repeat}.post-activities__button-content--likes{background-image:url(/static/media/likes.c9879c59.svg)}.post-activities__button-content--views{margin-right:15px;background-image:url(/static/media/eye.1ef06608.svg)}.post-activities__button-content--comments{background-image:url(/static/media/comments.38ee66a4.svg)}.post-activities__button-content--shares{margin-left:15px;background-image:url(/static/media/shares.86936ee1.svg)}.post-activities__left-container{white-space:nowrap}.post-activities__right-container{display:flex;justify-content:flex-end;flex-wrap:wrap}.post-actions{height:60px;display:flex;justify-content:space-between;border-top:1px solid #e5e5e5}.post-actions__button{border-right:1px solid #e5e5e5}.post-actions__button:first-child,.post-actions__button:last-child{width:40%}@media (min-width:576px){.post-actions__button:first-child,.post-actions__button:last-child{width:100%}}.post-actions__button:nth-child(2){width:60%}@media (min-width:576px){.post-actions__button:nth-child(2){width:100%}}.post-actions__button:last-child{border:none}.post-actions__button--wide:first-child,.post-actions__button--wide:nth-child(2){width:100%}.post-actions__button-content{font-size:.9375rem;font-weight:400;padding-left:30px;font-weight:700;color:#585858;background-repeat:no-repeat;background-size:20px}.post-actions__button-content--like{background-image:url(/static/media/like.c9324b03.svg)}.post-actions__button-content--comment{background-image:url(/static/media/comment.f3e1d374.svg);background-position:0 1px}.post-actions__button-content--share{background-image:url(/static/media/share.f0482dbf.svg)}.image-with-loader{height:100%;position:relative;overflow:hidden;background:#ddd}.image-with-loader__farmtour-post{width:300px!important;height:300px!important;border-radius:25px}.image-with-loader__image--hidden{display:none}.image-with-loader__image--full-width,.image-with-loader__image--full-width-mobile{width:100%}.image-with-loader__image--full-height{height:100%}.image-with-loader__image--auto{width:auto;max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.image-with-loader__loader{height:100%;display:flex;justify-content:center;align-items:center}.image-with-loader__loader--background{background:#e5e5e5}.video-with-loader{height:100%;position:relative}.video-with-loader--limited{max-height:380px}@media (max-width:991px){.video-with-loader{max-height:380px}}.video-with-loader--loaded>div{width:100%;height:100%}@media (min-width:992px){.video-with-loader{display:flex;justify-content:center;align-items:center}}.video-with-loader__thumbnail{display:none}.video-with-loader__video{outline:none;width:100%!important;height:100%!important}.video-with-loader__video video:active,.video-with-loader__video video:focus{outline:none}@media (max-width:991px){.video-with-loader__video video{height:380px}}.video-with-loader__video:active,.video-with-loader__video:focus{outline:none}@media (max-width:991px){.video-with-loader__video{height:380px}}.video-with-loader__video--hidden{display:none}.video-with-loader__video--auto{width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.video-with-loader__loader{height:100%;display:flex;justify-content:center;align-items:center}.video-with-loader__loader--background{background:#e5e5e5}.category-item{font-size:.9375rem;font-weight:400;margin:0;padding-left:30px;color:#88bd23}.category-item--1{background-image:url(/static/media/category-machines.5fa438a0.svg);background-repeat:no-repeat}.category-item--2{background-image:url(/static/media/category-animals.12759d76.svg);background-repeat:no-repeat}.category-item--3{background-image:url(/static/media/category-other.16df8e1f.svg);background-repeat:no-repeat}.shared-content{padding:0 15px;border-left:2px solid #88bd23}.shared-content__author{display:inline-block;margin-bottom:5px;font-weight:700;color:#547618}.shared-content__time{margin-bottom:5px}.shared-content__text{font-size:.9375rem;font-weight:400}.shared-content__image-container{text-align:center;margin-top:15px}.shared-content__article-price{font-size:1.1875rem;font-weight:400;margin:15px 0}.shared-content__article-title{font-size:.9375rem;font-weight:400;margin:0 0 15px;font-weight:700;color:#547618}.shared-content__article-category{margin-bottom:15px}.share-modal{width:100%;height:100%;background-color:#fff}@media (min-width:992px){.share-modal{width:640px;height:auto;position:static;border-radius:2px;border:1px solid #e5e5e5}}@media (min-width:1200px){.share-modal{margin-left:-94px}}.share-modal__header{height:40px;padding-left:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.share-modal__title{font-size:.75rem;font-weight:400;padding-left:25px;font-weight:700;color:#ababab;background-image:url(/static/media/share-light-grey.180126b4.svg);background-repeat:no-repeat;background-size:14px}.share-modal__content{height:calc(100vh - 100px);padding:15px 15px 0;overflow-y:auto}@media (min-width:992px){.share-modal__content{height:auto;max-height:500px}}.share-modal__avatar{margin-right:15px}.share-modal__message{margin-bottom:15px}.share-modal__message-field{display:flex;align-items:flex-start}.share-modal__textarea{font-size:.9375rem;font-weight:400;width:100%;max-height:140px;padding:0;line-height:28px;resize:none;outline:none;border:none;color:#585858}@media (min-width:992px){.share-modal__textarea{font-size:1.1875rem;font-weight:400;padding-top:2px;max-height:180px}}.share-modal__counter{font-size:.75rem;font-weight:400;margin:0;flex-shrink:0;text-align:right;color:#ababab}.share-modal__shared-content{margin-bottom:30px}.share-modal__footer{width:100%;padding:0 15px 15px;position:absolute;bottom:0;background-color:#fff}@media (min-width:992px){.share-modal__footer{position:static;bottom:auto}}.read-more-container{border-top:1px solid #e5e5e5;padding:10px;text-align:center}.read-more-container .read-more-button{font-size:.75rem;font-weight:400;text-align:center;color:#fff;border-right:1px solid #e5e5e5;background-color:rgba(137,189,36,.51);display:block;padding:10px;text-decoration:none;border-radius:20px;width:50%;margin:0 auto;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.read-more-container .read-more-button:hover{background-color:#89bd24}.active-farms{border:1px solid #e5e5e5;background-color:#fff;padding:20px;margin-top:15px}@media (max-width:415px){.active-farms{padding:10px}}.active-farms__farms{justify-content:space-around}.active-farms__farms,.active-farms__header{display:flex;flex-direction:row;align-items:center}.active-farms__header{justify-content:space-between;margin-bottom:10px}.active-farms__title{font-weight:700}.active-farms__subtitle{font-size:14px;text-decoration:none;color:#ababab}.active-farm-item__wrapper{width:100%;height:100%;padding:10px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.active-farm-item__image-wrapper{height:76px;width:76px;border-radius:50%;border:1px solid #e5e5e5;background-color:#f2f2f2;outline:none;display:flex;align-items:center;justify-content:center}.active-farm-item__image{height:70px;width:70px;border-radius:50%;background-image:url(/static/media/farm-light-grey.37d45f5b.svg);background-repeat:no-repeat;background-position:50%;background-size:50%;background-color:#e5e5e5}.active-farm-item__details{padding-top:10px;cursor:default}.active-farm-item__name{font-size:.9375rem;font-weight:400;color:#585858;text-decoration:none;font-weight:500;font-size:14px}@media (max-width:415px){.active-farm-item__name{font-size:12px}}.post-item{border-radius:2px;border:1px solid #e5e5e5;background-color:#fff}.post-item__blurred{-webkit-filter:blur(3px);filter:blur(3px);-ms-filter:blur(3px)}.post-item .is-sold{background:red;color:#fff;position:absolute;right:0;top:20px;z-index:1;padding:5px 18px;border-radius:5px 0 0 5px;font-weight:700}.post-item__text{font-size:.9375rem;font-weight:400;padding:0 15px;margin-top:15px}.post-item__text--article{display:none;padding-left:0;margin-bottom:15px}.post-item__text--margin{margin-bottom:15px}.post-item__shared-content{margin-top:30px;margin-bottom:15px;margin-left:15px;outline:none;cursor:pointer}@media (min-width:992px){.post-item__shared-content{margin-left:30px}}@media (min-width:992px){.post-item__shared-content--linked{cursor:pointer}}.post-item__image-container{text-align:center;outline:none}.post-item__content{outline:none}@media (min-width:992px){.post-item__content--linked{cursor:pointer}}.post-item__comments{display:none}@media (min-width:992px){.post-item__comments{display:block}}.post-item__article-image{text-align:center;position:relative;outline:none}.post-item__article-price{font-size:.9375rem;font-weight:400;margin:0 0 15px}.post-item__article-price--white{margin-bottom:0;position:absolute;bottom:15px;left:15px;font-size:1.375rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.4)}.post-item__article-price--grey{font-size:1.1875rem;font-weight:400}.post-item__article-title{font-size:.9375rem;font-weight:400;margin:0 0 15px;font-weight:700;color:#547618}.post-item__article{position:relative;outline:none;cursor:pointer}.post-item__article-details{padding:15px 15px 0}.post-item .post-farmtour-title{text-align:center;margin-top:20px;margin-bottom:10px;color:#89bd24;font-size:18px;font-weight:700}.post-item .share-buttons__wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center}.post-item .share-buttons__wrapper div:active,.post-item .share-buttons__wrapper div:focus{outline:none}.post-item .share-buttons__wrapper div{-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.post-item .share-buttons__wrapper div:hover{opacity:.8}.post-item .share-buttons__wrapper>div:first-child{margin-right:10px}.hidden-scroll{display:none}.post-item-wrapper{position:relative}.guest-overlay{position:absolute;top:0;bottom:0;right:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.guest-overlay:hover{cursor:pointer}.guest-overlay__message{background-color:#ec0000;color:#fff;padding:10px 30px;border-radius:20px;text-align:center}.guest-overlay__message:first-child{margin-bottom:10px}.post-details-modal{width:100%;height:100%;background-color:#fff}@media (min-width:992px){.post-details-modal{width:90vw;height:90vh;display:flex;border-radius:2px;overflow:hidden}}@media (min-width:992px){.post-details-modal__media-container--mobile{display:none}}.post-details-modal__media-container--desktop{display:none}@media (min-width:992px){.post-details-modal__media-container--desktop{width:calc(100% - 500px);height:100%;display:block;background-color:#000}}@media (min-width:992px){.post-details-modal__details-container{width:500px;overflow:hidden;border-left:2px solid #e5e5e5}}.post-details-modal__header{height:60px;padding-left:15px;justify-content:space-between;border-bottom:1px solid #e5e5e5}.post-details-modal__header,.post-details-modal__header-details{display:flex;align-items:center}.post-details-modal__avatar{margin-right:15px}.post-details-modal__author{font-size:.9375rem;font-weight:400;display:inline-block;margin-bottom:2px;font-weight:700;color:#547618}.post-details-modal__text{font-size:.9375rem;font-weight:400;padding:15px}@media (min-width:992px){.post-details-modal__text{height:100px;overflow-y:scroll}}@media (min-width:992px){.post-details-modal__close{align-self:flex-start}}.post-details-modal__details-scroll{height:calc(100vh - 170px);padding-bottom:100px;overflow-y:auto;overflow-x:hidden}@media (min-width:992px){.post-details-modal__details-scroll{height:auto;padding-bottom:0;overflow:hidden}}.post-details-modal__actions{width:100%;position:absolute;bottom:0;background:#fff}@media (min-width:992px){.post-details-modal__actions{position:static}}.post-details-modal__comments{display:none}@media (min-width:992px){.post-details-modal__comments{display:block}}.carousel__next-slide,.carousel__prev-slide{width:30px;height:30px;margin-left:10px;position:relative;cursor:pointer}.carousel__next-slide:after,.carousel__next-slide:before,.carousel__prev-slide:after,.carousel__prev-slide:before{content:"";display:block;width:4px;height:11px;background:#7f7f7f;position:absolute;border-radius:2px}.carousel__next-slide:before,.carousel__prev-slide:before{top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);left:10px}.carousel__next-slide:after,.carousel__prev-slide:after{top:6px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:11px}.carousel__next-slide--active:after,.carousel__next-slide--active:before,.carousel__prev-slide--active:after,.carousel__prev-slide--active:before{background:#fff}.carousel__next-slide{margin-right:10px}.carousel__next-slide:before{height:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);left:11px}.carousel__next-slide:after{height:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.farmtour-header{position:absolute;z-index:1000;top:20px;left:50px}@media (max-width:991px){.farmtour-header{top:10px;left:20px}}.farmtour-header .farmname{font-size:18px;font-weight:700;margin-bottom:15px;display:block}@media (max-width:991px){.farmtour-header .farmname{font-size:16px;margin-bottom:5px}}@media (max-width:991px){.farmtour-header .farmroundtour{font-size:14px}}.farmtour-details-modal{width:100%;height:100%;background-color:#e5e5e5}.farmtour-details-modal .like-farmtour{position:absolute;width:100%;background-color:#88bd23;bottom:0;left:0;height:75px;color:#fff;display:flex;align-items:center;justify-content:center}.farmtour-details-modal .like-farmtour a{height:100%;width:100%;color:#fff;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;padding-left:20px;padding-right:20px}@media (min-width:992px){.farmtour-details-modal .carousel__next-slide,.farmtour-details-modal .carousel__prev-slide{opacity:0;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.farmtour-details-modal:hover .carousel__next-slide,.farmtour-details-modal:hover .carousel__prev-slide{opacity:1}}@media (min-width:992px){.farmtour-details-modal{width:640px;display:flex;border-radius:2px;overflow:hidden}}@media (min-width:1200px){.farmtour-details-modal{margin-left:-94px}}@media (min-width:992px){.farmtour-details-modal--images{width:85vw;height:90vh;padding:100px 50px;display:flex;border-radius:2px}}@media (min-width:1200px){.farmtour-details-modal--images{margin-left:0}}@media (min-width:992px){.farmtour-details-modal__media-container--mobile{display:none}}.farmtour-details-modal__media-container--desktop{display:none}@media (min-width:992px){.farmtour-details-modal__media-container--desktop{width:100%;position:relative;height:100%;display:block}}.farmtour-details-modal__details-container{margin-top:65px;width:100%}@media (min-width:992px){.farmtour-details-modal__details-container{display:none}}@media (min-width:992px){.farmtour-details-modal__details-container--images{width:500px;overflow:hidden;border-left:2px solid #e5e5e5}}.farmtour-details-modal__header{height:60px;padding-left:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.farmtour-details-modal__header-details{display:flex;align-items:center}.farmtour-details-modal__avatar{margin-right:15px}.farmtour-details-modal__sold{font-size:.9375rem;font-weight:400;font-weight:700;color:#585858}.farmtour-details-modal__author{font-size:.9375rem;font-weight:400;display:inline-block;margin-bottom:2px;font-weight:700;color:#547618}.farmtour-details-modal__author-details{display:flex}.farmtour-details-modal__address{font-size:.75rem;font-weight:400;margin-right:10px;position:relative;font-weight:700;color:#ababab}.farmtour-details-modal__address:after{content:"";width:2px;height:2px;display:inline-block;position:absolute;top:6px;right:-6px;background-color:#ababab}.farmtour-details-modal__text{font-size:.9375rem;font-weight:400;margin-bottom:15px}@media (min-width:992px){.farmtour-details-modal__close{align-self:flex-start}}.farmtour-details-modal__close_desktop{position:absolute;right:0;top:0;z-index:2000}.farmtour-details-modal__details-scroll{height:calc(100vh - 170px);overflow-y:auto;overflow-x:hidden}@media (min-width:992px){.farmtour-details-modal__details-scroll{height:calc(100% - 412px);padding:15px 30px}}.farmtour-details-modal__details-scroll--small{height:240px}.farmtour-details-modal__category{margin-bottom:15px}.farmtour-details-modal__mobile-gallery{height:240px;margin-bottom:20px;background-color:#000}@media (min-width:992px){.farmtour-details-modal__mobile-gallery{display:none}}.farmtour-details-modal__slider-image{height:240px}@media (max-width:991px){.farmtour-details-modal__slider-image .video-with-loader{height:100%!important}}@media (min-width:992px){.farmtour-details-modal__slider-image{height:68vh}.farmtour-details-modal__slider-image .video-with-loader{height:93%!important;display:block}.farmtour-details-modal__slider-image .video-with-loader--limited{max-height:90%;width:90%;margin:auto}}.farmtour-details-modal__data{padding:15px 15px 0}@media (min-width:992px){.farmtour-details-modal__data{padding:0}}.farmtour-details-modal__price-container{display:flex;align-items:center;margin-bottom:10px}.farmtour-details-modal__price{font-size:1.5625rem;font-weight:400;font-weight:700;margin:0}.farmtour-details-modal__sold-mark{font-size:.75rem;font-weight:400;margin-left:30px;padding-top:3px;font-weight:700;color:#d20101}.farmtour-details-modal__title{font-size:.9375rem;font-weight:400;margin:0 0 15px;font-weight:700}.farmtour-details-modal__phone-container{height:30px;margin-bottom:15px;padding-left:30px;display:flex;align-items:center;background-image:url(/static/media/phone.a532f081.svg);background-repeat:no-repeat;background-size:15px;background-position:0 50%}@media (min-width:992px){.farmtour-details-modal__phone-container{background-image:url(/static/media/phone-grey.8234dda9.svg)}}.farmtour-details-modal__phone-container .main-button{padding:5px 15px}.farmtour-details-modal__phone-inner-container--mobile{width:100%;display:flex;align-items:center;justify-content:space-between}@media (min-width:992px){.farmtour-details-modal__phone-inner-container--mobile{display:none}}.farmtour-details-modal__phone-inner-container--desktop{display:none}@media (min-width:992px){.farmtour-details-modal__phone-inner-container--desktop{display:block}}.farmtour-details-modal__phone{font-size:.9375rem;font-weight:400;margin:0;font-weight:700}.farmtour-details-modal__phone-link{font-size:.9375rem;font-weight:400;color:#fff;text-decoration:none}.farmtour-details-modal__contact-form{display:none}@media (min-width:992px){.farmtour-details-modal__contact-form{display:block}}.farmtour-details-modal__success-container{font-size:.9375rem;font-weight:400;display:flex;justify-content:space-between;align-items:center}.farmtour-details-modal__success-container button{padding:5px 15px}.farmtour-details-modal__success-message{margin:0}.farmtour-details-modal__edit-button{width:25px;height:25px;margin-left:20px;background-image:url(/static/media/edit-grey.00c3e94b.svg);background-repeat:no-repeat;background-size:16px;background-position:50%}.farmtour-details-modal .slider-control-bottomcenter{bottom:-35px!important}@media (min-width:992px){.farmtour-details-modal .slider-control-bottomcenter{bottom:20px!important}}.text-post-details-modal{width:100%;height:100%;background-color:#fff}@media (min-width:992px){.text-post-details-modal{width:640px;border-radius:2px}}@media (min-width:1200px){.text-post-details-modal{margin-left:-94px}}.text-post-details-modal__header{height:60px;padding-left:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}.text-post-details-modal__header-details{display:flex;align-items:center}.text-post-details-modal__avatar{margin-right:15px}.text-post-details-modal__author{font-size:.9375rem;font-weight:400;display:inline-block;margin-bottom:2px;font-weight:700;color:#547618}.text-post-details-modal__text{font-size:.9375rem;font-weight:400;padding:15px}@media (min-width:992px){.text-post-details-modal__text{height:100px;overflow-y:scroll}}@media (min-width:992px){.text-post-details-modal__close{align-self:flex-start}}.text-post-details-modal__details-scroll{height:calc(100vh - 170px);padding-bottom:100px;overflow-y:auto}@media (min-width:992px){.text-post-details-modal__details-scroll{height:100px;padding-bottom:0}}.text-post-details-modal__actions{width:100%;position:absolute;bottom:0;background:#fff}@media (min-width:992px){.text-post-details-modal__actions{position:static}}.text-post-details-modal__comments{display:none}@media (min-width:992px){.text-post-details-modal__comments{display:block;border-top:1px solid #e5e5e5}}.contact-seller-form__row{margin-bottom:30px}.contact-seller-form__button{display:flex;justify-content:flex-end}.article-details-modal{width:100%;height:100%;background-color:#fff}@media (min-width:992px){.article-details-modal{width:640px;display:flex;border-radius:2px;overflow:hidden}}@media (min-width:1200px){.article-details-modal{margin-left:-94px}}@media (min-width:992px){.article-details-modal--images{width:90vw;height:90vh;display:flex;border-radius:2px}}@media (min-width:1200px){.article-details-modal--images{margin-left:0}}@media (min-width:992px){.article-details-modal__media-container--mobile{display:none}}.article-details-modal__media-container--desktop{display:none}@media (min-width:992px){.article-details-modal__media-container--desktop{width:calc(100% - 500px);height:100%;display:block;background-color:#000}}.article-details-modal__details-container{width:100%}@media (min-width:992px){.article-details-modal__details-container--images{width:500px;overflow:hidden;border-left:2px solid #e5e5e5}}.article-details-modal__header{height:60px;padding-left:15px;justify-content:space-between;border-bottom:1px solid #e5e5e5}.article-details-modal__header,.article-details-modal__header-details{display:flex;align-items:center}.article-details-modal__avatar{margin-right:15px}.article-details-modal__sold{font-size:.9375rem;font-weight:400;font-weight:700;color:#585858}.article-details-modal__author{font-size:.9375rem;font-weight:400;display:inline-block;margin-bottom:2px;font-weight:700;color:#547618}.article-details-modal__author-details{display:flex}.article-details-modal__address{font-size:.75rem;font-weight:400;margin-right:10px;position:relative;font-weight:700;color:#ababab}.article-details-modal__address:after{content:"";width:2px;height:2px;display:inline-block;position:absolute;top:6px;right:-6px;background-color:#ababab}.article-details-modal__text{font-size:.9375rem;font-weight:400;margin-bottom:15px}@media (min-width:992px){.article-details-modal__close{align-self:flex-start}}.article-details-modal__details-scroll{height:calc(100vh - 170px);overflow-y:auto;overflow-x:hidden}@media (min-width:992px){.article-details-modal__details-scroll{height:calc(100% - 412px);padding:15px 30px}}.article-details-modal__details-scroll--small{height:240px}.article-details-modal__category{margin-bottom:15px}.article-details-modal__mobile-gallery{height:240px;margin-bottom:20px;background-color:#000}@media (min-width:992px){.article-details-modal__mobile-gallery{display:none}}.article-details-modal__slider-image{height:240px}@media (min-width:992px){.article-details-modal__slider-image{height:90vh}}.article-details-modal__data{padding:15px 15px 0}@media (min-width:992px){.article-details-modal__data{padding:0}}.article-details-modal__price-container{display:flex;align-items:center;margin-bottom:10px}.article-details-modal__price{font-size:1.5625rem;font-weight:400;font-weight:700;margin:0}.article-details-modal__sold-mark{font-size:.75rem;font-weight:400;margin-left:30px;padding-top:3px;font-weight:700;color:#d20101}.article-details-modal__title{font-size:.9375rem;font-weight:400;margin:0 0 15px;font-weight:700}.article-details-modal__phone-container{height:30px;margin-bottom:15px;padding-left:30px;display:flex;align-items:center;background-image:url(/static/media/phone.a532f081.svg);background-repeat:no-repeat;background-size:15px;background-position:0 50%}@media (min-width:992px){.article-details-modal__phone-container{background-image:url(/static/media/phone-grey.8234dda9.svg)}}.article-details-modal__phone-container .main-button{padding:5px 15px}.article-details-modal__phone-inner-container--mobile{width:100%;display:flex;align-items:center;justify-content:space-between}@media (min-width:992px){.article-details-modal__phone-inner-container--mobile{display:none}}.article-details-modal__phone-inner-container--desktop{display:none}@media (min-width:992px){.article-details-modal__phone-inner-container--desktop{display:block}}.article-details-modal__phone{font-size:.9375rem;font-weight:400;margin:0;font-weight:700}.article-details-modal__phone-link{font-size:.9375rem;font-weight:400;color:#fff;text-decoration:none}.article-details-modal__contact-form{display:none}@media (min-width:992px){.article-details-modal__contact-form{display:block}}.article-details-modal__success-container{font-size:.9375rem;font-weight:400;display:flex;justify-content:space-between;align-items:center}.article-details-modal__success-container button{padding:5px 15px}.article-details-modal__success-message{margin:0}.article-details-modal__edit-button{width:25px;height:25px;margin-left:20px;background-image:url(/static/media/edit-grey.00c3e94b.svg);background-repeat:no-repeat;background-size:16px;background-position:50%}.article-details-modal .slider-control-bottomcenter{bottom:-35px!important}@media (min-width:992px){.article-details-modal .slider-control-bottomcenter{bottom:20px!important}}.contact-seller-form-modal{width:100%;max-width:640px;padding:30px 15px;position:relative;background-color:#fff}.contact-seller-form-modal__heading{font-size:1.5625rem;font-weight:400;margin:0 0 30px;font-weight:700}.contact-seller-form-modal__cancel-button{position:absolute;bottom:30px}.image-preview-modal{width:100%;height:100%;background:#000}@media (min-width:992px){.image-preview-modal{width:90vw;max-width:1140px;height:90vh;max-height:800px;position:relative;border-radius:2px}}.image-preview-modal__close{position:absolute;top:0;right:0;z-index:1}.guest-modal{width:320px;height:400px;border-radius:5px;background-color:#e5e5e5;padding:20px}.guest-modal-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.guest-modal-title{font-size:16px;font-weight:700;margin-top:10px;margin-bottom:30px}.guest-modal-description{font-size:20px;font-weight:700;margin-bottom:30px;text-align:center}.guest-modal-confirm{width:250px;padding-top:10px;padding-bottom:10px;border-radius:4px;background-color:#88bd23;color:#fff!important;text-decoration:none;text-align:center;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out}.guest-modal-confirm:hover{background-color:#79a71f}.guest-modal-registered{margin-top:80px;padding-top:15px;width:80%;border-top:1px solid #585858;text-align:center}.guest-modal-have-account{font-weight:700;text-decoration:none;font-size:12px;color:#585858}.guest-modal-no-button{padding:7px 30px;border:1px solid #88bd23;border-radius:4px;color:#88bd23;margin-top:30px;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;background-color:initial}.guest-modal-no-button:hover{background-color:#d8d8d8}@media (max-width:991px){.newsfeed-view__fixed-toggler+.newsfeed-view{margin-top:59px}}.newsfeed-view{max-width:640px}@media (max-width:991px){.newsfeed-view{margin-top:16px}}@media (min-width:992px){.newsfeed-view{width:640px}}.newsfeed-view__create-post{margin-bottom:15px}@media (min-width:992px){.newsfeed-view__create-post{margin-bottom:30px}}.newsfeed-view__create-post-hidden{display:none}.newsfeed-view__post{margin-bottom:15px}.newsfeed-view .hashtag{margin-top:0}.newsfeed-no-more-posts__message{text-align:center}.hashtag-view{width:925px}@media (max-width:991px){.hashtag-view{width:100%;padding:0 10px}}.hashtag-view>div:first-of-type{float:left}.hashtag-view .hashtag-view__post{display:inline-block;width:295px;height:200px;overflow:hidden;border:1px solid #e5e5e5;margin-right:10px;margin-bottom:10px}@media (max-width:991px){.hashtag-view .hashtag-view__post{width:28.57143vw;height:21.21212vw}}.hashtag-view .hashtag{margin-top:0}.forgot-account{max-width:1110px;min-height:calc(100vh - 104px);margin:0 auto;padding-top:90px;display:flex;justify-content:center;align-items:flex-start}@media (min-width:992px){.forgot-account{height:675px;align-items:center;margin-top:50px;margin-bottom:10px;padding-top:0;min-height:auto;background-color:#fff;border:1px solid #e5e5e5}}.forgot-account__wrapper{padding:0 15px;width:100%}@media (min-width:992px){.forgot-account__wrapper{width:400px}}.forgot-account__heading{font-size:1.5625rem;font-weight:400;margin-top:0;margin-bottom:10px}.forgot-account__sub-heading{font-size:1.1875rem;font-weight:400;color:#ababab;margin-top:0;margin-bottom:25px}.forgot-account__input{margin-top:40px}.forgot-account__row{margin-top:50px;display:flex;justify-content:space-between}.forgot-account__cancel-button{font-size:.9375rem;font-weight:400;font-weight:700;color:#547618}.forgot-account__send-button{font-size:.9375rem;font-weight:400;float:right}.forgot-account__error--submit{font-size:.75rem;font-weight:400;color:#d20101}.resend-forgot-account{max-width:1110px;min-height:calc(100vh - 104px);margin:0 auto;padding-top:90px;display:flex;justify-content:center;align-items:flex-start}@media (min-width:992px){.resend-forgot-account{height:675px;align-items:center;margin-top:50px;margin-bottom:10px;padding-top:0;min-height:auto;background-color:#fff;border:1px solid #e5e5e5}}.resend-forgot-account__wrapper{padding:0 15px;width:100%}@media (min-width:992px){.resend-forgot-account__wrapper{width:400px}}.resend-forgot-account__heading{font-size:1.5625rem;font-weight:400;margin-top:0;margin-bottom:10px}.resend-forgot-account__sub-heading{font-size:1.1875rem;font-weight:400;color:#ababab;margin-top:0;margin-bottom:25px}.resend-forgot-account__resend-button{margin-top:15px;font-size:.9375rem;font-weight:400;font-weight:700;color:#547618}.resend-forgot-account__row{display:flex;justify-content:space-between}.resend-forgot-account__user-mail{font-size:.9375rem;font-weight:400;padding-right:15px}.resend-forgot-account__wrong-email-button{font-size:.75rem;font-weight:400;color:#bfbfbf;text-decoration:underline}.password-reset{max-width:1110px;min-height:calc(100vh - 104px);margin:0 auto;padding-top:90px;display:flex;justify-content:center;align-items:flex-start}@media (min-width:992px){.password-reset{height:675px;align-items:center;margin-top:50px;margin-bottom:10px;padding-top:0;min-height:auto;background-color:#fff;border:1px solid #e5e5e5}}.password-reset__wrapper{padding:0 15px;width:100%}@media (min-width:992px){.password-reset__wrapper{width:400px}}.password-reset__heading{font-size:1.5625rem;font-weight:400;margin-top:0;margin-bottom:10px}.password-reset__sub-heading{font-size:1.1875rem;font-weight:400;color:#ababab;margin-top:0}.password-reset__input{margin-top:30px}.password-reset__input--full-width{width:100%}.password-reset__row{display:flex;justify-content:space-between}.password-reset__row--buttons{margin-top:30px}.password-reset__cancel-button{font-size:.9375rem;font-weight:400;font-weight:700;color:#547618}.password-reset__save-button{font-size:.9375rem;font-weight:400;float:right}.password-reset__error--submit{font-size:.75rem;font-weight:400;color:#d20101}.auth-header{height:60px}@media (min-width:992px){.auth-header{height:100px}}.auth-header__container{width:100%;height:60px;position:fixed;top:0;z-index:10;background-color:#88bd23}@media (min-width:992px){.auth-header__container{height:100px}}.auth-header__content{max-width:1140px;height:100%;padding:0 15px;margin:0 auto;display:flex;justify-content:center;align-items:center}@media (min-width:992px){.auth-header__content{justify-content:space-between}}.auth-header__logo{height:32px}.auth-header__login{display:none}@media (min-width:992px){.auth-header__login{display:block}}.footer{background-color:#f2f2f2}.footer__content{max-width:1140px;margin:0 auto;padding:20px;display:flex;justify-content:center}@media (min-width:992px){.footer__content{display:block}}.footer__content--sidebar{padding:0 20px 0 0;display:flex;flex-wrap:wrap;justify-content:flex-start}.footer__link{font-size:.75rem;font-weight:400;margin-right:10px;position:relative;text-decoration:none;font-weight:600;color:#ababab}.footer__link:after{content:"";display:inline-block;width:2px;height:2px;position:absolute;top:6px;right:-5px;background-color:#ababab}@media (min-width:992px){.footer__link:after{top:7px;right:-6px}}.footer__link:last-child:after{content:none}.footer__link:focus,.footer__link:hover{text-decoration:underline;color:#9e9e9e}.footer__link--sidebar{white-space:nowrap}.options-menu{width:100%;height:calc(100vh - 60px);padding-bottom:60px;position:fixed;top:60px;left:0;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;background-color:#f2f2f2}@media (min-width:992px){.options-menu{width:150px;height:auto;padding-bottom:0;position:absolute;top:62px;left:auto;right:15px;overflow-y:hidden;background:#88bd23}}@media screen and (min-width:1360px){.options-menu{right:-105px}}@media (min-width:992px){.options-menu__user-container{display:none}}.options-menu__user-link{text-decoration:none}.options-menu__user{margin-bottom:15px;padding:15px 20px;display:flex;align-items:center;border-bottom:1px solid #e5e5e5;background:#fff}@media (max-width:991px){.options-menu__user{display:none}}.options-menu__user-name{font-size:.9375rem;font-weight:400;margin:0 0 0 18px;font-weight:700;color:#585858}.options-menu__links{margin-bottom:15px;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;background:#fff}@media (min-width:992px){.options-menu__links{margin-bottom:0;padding:0;background:#88bd23;border-bottom:none;border-top:none}}.options-menu__link{font-size:1.1875rem;font-weight:400;padding:20px 0;display:flex;align-items:center;cursor:pointer;text-decoration:none;color:#585858;border-bottom:1px solid #e5e5e5;outline:none;width:100%}.options-menu__link:last-child{border-bottom:none}.options-menu__link:before{content:"";display:block;width:25px;height:25px;margin-right:20px;border-radius:100%;border:1px solid #88bd23}@media (min-width:992px){.options-menu__link{font-size:.75rem;font-weight:400;padding:15px;color:#fff}.options-menu__link:before{content:"";display:block;width:15px;height:15px;margin-right:12px;border-radius:100%;border:1px solid #fff}}.options-menu__log-out{font-size:1.1875rem;font-weight:400;width:100%;padding:20px 20px 20px 65px;text-align:left;color:#585858;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;background-image:url(/static/media/logout-green.6f53b94e.svg);background-repeat:no-repeat;background-size:25px;background-position:20px 20px;background-color:#fff}@media (min-width:992px){.options-menu__log-out{font-size:.75rem;font-weight:400;padding:15px 15px 15px 42px;color:#fff;border-top:1px solid #fff;border-bottom:none;background-image:url(/static/media/logout.de5659e5.svg);background-size:15px;background-position:15px 15px;background-color:#88bd23}}.options-menu__hofprofile{position:relative;font-size:1.1875rem;font-weight:400;width:100%;padding:20px;text-align:left;color:#585858}.options-menu__hofprofile.userprofile{display:inline-block}@media (max-width:991px){.options-menu__hofprofile.userprofile{border-bottom:1px solid #e5e5e5}}.options-menu__hofprofile img{position:absolute;left:20px;top:18px;width:25px;height:25px;border-radius:20px}.options-menu__hofprofile span{display:inline-block;padding-left:45px}@media (min-width:992px){.options-menu__hofprofile{font-size:.75rem;font-weight:400;padding:15px 15px 15px 42px;color:#fff;border-top:1px solid #fff;border-bottom:none;background-color:#88bd23}.options-menu__hofprofile img{left:15px;top:15px;width:15px;height:15px}.options-menu__hofprofile span{padding-left:0}}.options-menu__marketplace{font-size:1.1875rem;font-weight:400;display:block;width:100%;padding:20px 20px 20px 65px;text-align:left;color:#585858;text-decoration:none;border-top:1px solid #e5e5e5;background-image:url(/static/media/marketplace.6009722f.svg);background-repeat:no-repeat;background-size:25px;background-position:20px 17px;background-color:#fff}@media (min-width:992px){.options-menu__marketplace{font-size:.75rem;font-weight:400;padding:15px 15px 15px 42px;color:#fff;border-top:1px solid #fff;border-bottom:none;background-image:url(/static/media/marketplace-white.346b8e22.svg);background-size:15px;background-position:15px 15px;background-color:#88bd23}}.options-menu .articles-count{display:inline-block;margin-left:10px;color:#fff}@media (max-width:991px){.options-menu .articles-count{color:#585858;margin-left:20px}}.options-menu__farmlifes{font-size:1.1875rem;font-weight:400;display:block;width:100%;padding:20px 20px 20px 65px;text-align:left;color:#585858;text-decoration:none;border-top:1px solid #e5e5e5;background-image:url(/static/media/info-solid-green.16758ea7.svg);background-repeat:no-repeat;background-size:10px;background-position:27px 17px;background-color:#fff}@media (min-width:992px){.options-menu__farmlifes{font-size:.75rem;font-weight:400;padding:15px 15px 15px 42px;color:#fff;border-top:1px solid #fff;border-bottom:none;background-image:url(/static/media/info-solid.c95eb0e4.svg);background-size:6px;background-position:19px 15px;background-color:#88bd23}}.options-menu__video{font-size:1.1875rem;font-weight:400;display:block;width:100%;padding:20px 20px 20px 65px;text-align:left;color:#585858;text-decoration:none;border-top:1px solid #e5e5e5;background-image:url(/static/media/video.b7fb6bb7.svg);background-repeat:no-repeat;background-size:25px;background-position:20px 17px;background-color:#fff}@media (min-width:992px){.options-menu__video{font-size:.75rem;font-weight:400;padding:15px 15px 15px 42px;color:#fff;border-top:1px solid #fff;border-bottom:none;background-image:url(/static/media/video-white.d3be14a4.svg);background-size:15px;background-position:15px 15px;background-color:#88bd23}}.options-menu__webapp{font-size:1.1875rem;font-weight:400;display:block;width:100%;padding:20px 20px 20px 65px;text-align:left;color:#585858;text-decoration:none;border-top:1px solid #e5e5e5;background-image:url(/static/media/logo-green.1bdb2f1d.svg);background-repeat:no-repeat;background-size:25px;background-position:20px 17px;background-color:#fff}@media (min-width:992px){.options-menu__webapp{font-size:.75rem;font-weight:400;padding:15px 15px 15px 42px;color:#fff;border-top:1px solid #fff;border-bottom:none;background-image:url(/static/media/logo-small.d234b89a.svg);background-size:15px;background-position:15px 15px;background-color:#88bd23}}@media (min-width:992px){.options-menu__footer{display:none}}.search-input{width:100%}.main-menu-notification{position:relative}@media screen and (max-width:991px){.main-menu-notification{position:static}}.main-menu-notification .notifications-wrapper{position:relative}@media screen and (max-width:991px){.main-menu-notification .notifications-wrapper{display:none}}@media screen and (min-width:992px){.notifications-wrapper{margin-right:20px;padding-top:3px}}@media screen and (max-width:991px){.notifications-wrapper{width:25%;display:flex;height:100%;justify-content:center;align-items:center;margin-right:0;padding-top:3px}}.notifications-wrapper [type=button]{width:20px;height:20px;position:relative}@media screen and (max-width:991px){.notifications-wrapper [type=button]{width:28px;height:28px}}.notifications-wrapper [type=button]:hover{cursor:pointer}.notifications-wrapper [type=button]:active,.notifications-wrapper [type=button]:focus{outline:none}.notifications-wrapper .notifications-bell{width:100%;height:100%}.notifications-wrapper .unread-circle{position:absolute;top:0;right:0;width:10px;height:10px;display:none;background-image:url(/static/media/circle.9af1bae1.svg);background-repeat:no-repeat;background-size:10px}.notifications-wrapper .unread-circle.circle-visible{display:block}.notifications-modal{position:absolute;top:43px;right:-31px;width:400px;height:300px;overflow-y:auto;z-index:50;overflow-x:hidden;background-color:#fff;border-left:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;box-shadow:1px 2px 5px -2px rgba(0,0,0,.2)}@media screen and (max-width:991px){.notifications-modal{position:fixed;top:60px;left:0;right:0;bottom:50px;width:100%;height:inherit}}.notification-wrapper{display:flex;flex:1 1;flex-direction:row;justify-content:flex-start;align-items:center;min-height:50px;padding:10px;border-bottom:1px solid #e5e5e5;background-color:#f2f2f2;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out}.notification-wrapper:hover{background-color:#d8d8d8;cursor:pointer}.notification-wrapper__active{background-color:#fff}.notification-wrapper .notification-avatar{width:40px;text-align:center}.notification-wrapper .notification-avatar__container{width:40px}.notification-wrapper .name-time-ago{display:flex;flex-direction:column;margin-right:15px;min-width:100px}.notification-wrapper .name-time-ago a{text-decoration:none}.notification-wrapper .name-time-ago .user-name{font-size:16px;color:#547618;margin-right:10px;margin-bottom:5px}.notification-wrapper .name-time-ago .from-now{font-size:12px;color:#ababab;font-weight:400!important}.notification-wrapper .action-type{font-size:12px;color:#000;font-weight:400}.notification-wrapper .action-type a{text-decoration:none;color:#3d5894}.notification-wrapper .notification-comment{display:block;margin-top:5px;color:#bfbfbf}.notifications-no-more{padding:30px}.notifications-no-more-message{font-size:14px;color:#7f7f7f;text-align:center}.main-header{height:60px}.main-header__farmfeed{color:#fff;text-decoration:none;display:inline-block;margin-right:20px}.main-header__container{width:100%;height:60px;position:fixed;top:0;z-index:50;background-color:#88bd23}.main-header__content{max-width:1140px;height:100%;margin:0 auto;padding:0 15px;display:flex;justify-content:space-between;align-items:center;position:relative}.main-header__content--left{display:flex;width:100%}@media (min-width:992px){.main-header__content--left{width:auto}}.main-header__search{width:100%;margin-left:15px;margin-right:10px}@media (min-width:992px){.main-header__search{margin-left:70px;width:450px}}@media (min-width:1200px){.main-header__search{margin-left:25px}}.main-header__user-content{display:flex;align-items:center}.main-header__user{display:none}@media (min-width:992px){.main-header__user{display:flex;align-items:center}}.main-header__user a{text-decoration:none}.main-header__user-name{margin:0 30px 0 15px;color:#fff}.main-header__logo{height:26px}@media (min-width:992px){.main-header__logo--mobile{display:none}}.main-header__logo--desktop{display:none}@media (min-width:992px){.main-header__logo--desktop{display:block}}.main-header__menu-button{width:25px;height:25px;background-image:url(/static/media/menu.cc4ce934.svg);background-repeat:no-repeat;background-size:20px;background-position:50%}.main-header__menu-button--open{background-image:url(/static/media/close-white.a4e20674.svg);background-size:15px}.delete-button{font-size:.75rem;font-weight:400;height:20px;padding-left:22px;font-weight:700;color:#d20101;background-image:url(/static/media/delete-red.4402bb53.svg);background-repeat:no-repeat;background-size:11px;background-position:0 3px}.farm-members__container{margin:0 0 10px}.farm-members__members{font-size:.75rem;font-weight:400;color:#88bd23;margin:0}.farm-members__avatars{margin:10px 0;display:flex}.farm-members__avatar{margin-right:5px}.farm-members__requests{position:relative;font-size:.75rem;font-weight:400;color:#ababab}.farm-members .indicator{width:8px;height:8px;background-color:#ec0000;border-radius:4px;display:block;position:absolute;top:-2px;right:-6px}.invite-modal{width:100%;height:100%;padding:15px 15px 0;position:relative;background:#fff}@media (min-width:992px){.invite-modal{width:620px;height:630px;padding:30px 15px 0;border-radius:2px;overflow:hidden}}.invite-modal__heading{font-size:1.5625rem;font-weight:400;margin:0 0 15px;font-weight:700}.invite-modal__sub-heading{font-size:1.1875rem;font-weight:400;margin:0 0 10px;color:#bfbfbf}.invite-modal__scroll-container{height:calc(100vh - 232px);padding-top:20px;overflow-y:auto}@media (min-width:992px){.invite-modal__scroll-container{height:382px}}.invite-modal__row{margin-bottom:30px}.invite-modal__invitation{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.invite-modal__email{font-size:.9375rem;font-weight:400;margin:0}.invite-modal__message{font-size:.9375rem;font-weight:400;margin:5px 0 0}.invite-modal__remove-button{width:25px;height:25px;background-image:url(/static/media/delete-red.4402bb53.svg);background-repeat:no-repeat;background-size:12px;background-position:50%}.invite-modal__add-email-button{height:30px;margin-bottom:30px;display:flex;align-items:center;justify-content:center;color:#547618;border-radius:2px;border:1px solid #547618;cursor:pointer}.invite-modal__add-email-button:focus,.invite-modal__add-email-button:hover{color:#fff;background-color:#456114;border:1px solid #456114}.invite-modal__add-email-button--disabled{pointer-events:none;color:#e5e5e5;border:1px solid #e5e5e5}.invite-modal__add-email-button--disabled:focus,.invite-modal__add-email-button--disabled:hover{color:#e5e5e5;background-color:#fff;border:1px solid #e5e5e5}.invite-modal__buttons{width:100%;padding:15px;position:absolute;bottom:0;left:0;z-index:1;background:#fff}@media (min-width:992px){.invite-modal__buttons{padding:15px}}.invite-modal__form-buttons{display:flex;justify-content:space-between;align-items:center}.invite-modal .textarea,.invite-modal .textarea__field{height:110px}.invite-modal-options{width:250px;height:100%;padding:15px;position:relative;background:#fff;border-radius:10px}@media (max-width:991px){.invite-modal-options{height:150px}}.invite-modal-options .invite-title{text-align:left;font-weight:700;color:#bfbfbf;font-size:.95rem}.invite-modal-options__wrapper{height:100%;display:flex;justify-content:center;align-items:center}@media (max-width:991px){.invite-modal-options__wrapper{height:auto}}.invite-modal-options .email-button{width:40px;height:40px;margin:15px;background-image:url(/static/media/email-button.487c7791.png);background-repeat:no-repeat;background-size:40px;background-position:50%}.invite-modal-options .SocialMediaShareButton{padding:15px}.invite-modal-options .SocialMediaShareButton:hover{cursor:pointer}.invite-modal-options .SocialMediaShareButton:active,.invite-modal-options .SocialMediaShareButton:focus{outline:none}.create-farm-modal{width:100%;height:100%;position:relative;background:#fff}@media (min-width:992px){.create-farm-modal{width:970px;height:600px;display:flex;border-radius:2px;overflow:hidden}}.create-farm-modal__scroll-container{width:100%;height:100%;padding:15px 15px 80px;overflow-y:scroll}@media (min-width:992px){.create-farm-modal__scroll-container{padding:0;overflow:hidden;display:flex}}@media (min-width:992px){.create-farm-modal__farm-data{width:calc(100% - 340px);padding:30px 30px 0;display:flex}}@media (min-width:992px){.create-farm-modal__farm-members--desktop{width:340px;padding-top:30px}}@media (max-width:991px){.create-farm-modal__farm-members--desktop{display:none}}.create-farm-modal .farm-members-wrapper-mobile{display:flex;flex-direction:row;justify-content:flex-end}.create-farm-modal__farm-members--mobile{text-align:center;margin-bottom:40px}@media (min-width:992px){.create-farm-modal__farm-members--mobile{display:none}}.create-farm-modal__farm-members--mobile .create-farm-modal__heading{font-size:.75rem;color:#ababab;margin-bottom:10px}.create-farm-modal__heading{font-size:1.5625rem;font-weight:400;margin:0;font-weight:700}.create-farm-modal__heading--mobile{margin-bottom:30px}@media (min-width:992px){.create-farm-modal__heading--mobile{display:none}}.create-farm-modal__heading--desktop{display:none}@media (min-width:992px){.create-farm-modal__heading--desktop{display:block;margin:0 0 20px}}.create-farm-modal__heading--members{margin-bottom:25px}.create-farm-modal__row{margin-bottom:30px}.create-farm-modal__row--inline{display:flex;align-items:center}.create-farm-modal__row--inline input{width:100%;text-align:center}.create-farm-modal__form-label{width:110px;margin:0;font-size:.875rem;flex-shrink:0;font-weight:700}.create-farm-modal__profile-image-container{width:110px;height:110px;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.create-farm-modal__profile-image-container:before{content:"";display:block;width:110px;height:110px;position:absolute;top:0;left:0;border:2px solid #e5e5e5;border-radius:100%}.create-farm-modal__profile-image-container .loader__load-message{font-size:.75rem}.create-farm-modal__profile-image{width:102px;height:102px;position:relative;border:1px solid #e5e5e5;border-radius:100%;background-image:url(/static/media/farm-dark-grey.3d9c3a17.svg);background-size:22px}.create-farm-modal__profile-image,.create-farm-modal__title-image{background-repeat:no-repeat;background-position:50%;background-color:#f2f2f2}.create-farm-modal__title-image{width:150px;height:80px;border:1px solid #e5e5e5;border-radius:2px;background-image:url(/static/media/image-dark-grey.4e0d3819.svg);background-size:20px}@media (max-width:991px){.create-farm-modal__title-image{margin-top:15px;margin-right:3px}}.create-farm-modal__label-container{margin-bottom:30px}@media (min-width:992px){.create-farm-modal__label-container{width:150px}}.create-farm-modal__label-container--desktop{display:none}@media (min-width:992px){.create-farm-modal__label-container--desktop{display:inline-flex;flex-direction:column}}.create-farm-modal__label-container--desktop .loader__load-message{font-size:.75rem}@media (min-width:992px){.create-farm-modal__label-container--mobile{display:none}}.create-farm-modal__label-inner-container{margin-left:15px}@media (min-width:992px){.create-farm-modal__label-inner-container{margin:10px 0 0;text-align:center}}@media (max-width:991px){.create-farm-modal__label-inner-container{margin-left:0}}.create-farm-modal__label{position:relative;display:inline-flex;align-items:center;cursor:pointer}@media (min-width:992px){.create-farm-modal__label{width:100%;flex-direction:column}}@media (max-width:991px){.create-farm-modal__label{display:flex;flex-direction:column;flex-flow:column-reverse}}.create-farm-modal__label-text{font-size:.75rem;font-weight:400;font-weight:700;color:#ababab}.create-farm-modal__input{display:none}@media (min-width:992px){.create-farm-modal__labels{display:flex;flex-direction:column;margin-right:50px}}@media (max-width:991px){.create-farm-modal__labels{display:flex;flex-direction:row;justify-content:space-between}}.create-farm-modal__buttons{width:100%;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:0;left:0;z-index:1;background:#fff}@media (min-width:992px){.create-farm-modal__buttons{padding:15px 30px 30px}}.create-farm-modal__form{width:100%}@media (min-width:992px){.create-farm-modal__inputs{height:420px;padding-top:20px;overflow-y:scroll}}.create-farm-modal__submit-button-container{position:relative}.create-farm-modal__error{font-size:.75rem;font-weight:400;margin:15px 0;color:#d20101}@media (min-width:992px){.create-farm-modal__error{width:180px}}.create-farm-modal__error--submit{width:300px;margin:0;position:absolute;right:0;top:-12px;text-align:right}@media (min-width:992px){.create-farm-modal__error--submit{top:auto;bottom:-15px}}.create-farm-modal__members-container{margin:0 0 10px}.create-farm-modal__members{font-size:.75rem;font-weight:400;color:#88bd23;margin:0}.create-farm-modal__members-avatars{margin:10px 0;display:flex}.create-farm-modal__avatar{margin-right:5px}.create-farm-modal__requests{font-size:.75rem;font-weight:400;color:#ababab}.create-farm-modal__invite{margin-top:30px;margin-bottom:50px}@media (min-width:992px){.create-farm-modal__invite{margin-bottom:108px}}@media (max-width:991px){.create-farm-modal__invite{display:none}}.create-farm-modal__delete-picture-button{margin-top:5px}@media (max-width:991px){.create-farm-modal__delete-picture-button{margin-bottom:5px}}.input__error-message-location{font-size:.75rem;font-weight:400;color:#d20101}.autocomplete-wrapper{position:relative}.autocomplete-wrapper .input__label{top:-17px;left:0;font-size:12px}.autocomplete-wrapper .autocomplete-dropdown-container{border-bottom:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.autocomplete-wrapper .autocomplete-dropdown-container .suggestion-item{padding:7px 5px;border-bottom:1px solid #f2f2f2;font-size:14px}.autocomplete-wrapper .autocomplete-dropdown-container .suggestion-item:last-child{border-bottom:none}.autocomplete-wrapper .autocomplete-dropdown-container .suggestion-item.active{cursor:pointer;background-color:#f2f2f2}.radio{width:15px;height:15px;display:block;position:relative;font-weight:700;cursor:pointer;color:#88bd23}.radio__input{display:none}.radio__checkmark{width:15px;height:15px;position:absolute;top:-1px;left:-1px;border-radius:50%;border:2px solid #bfbfbf;background-color:#fff}input:checked~.radio__checkmark{border:2px solid #88bd23;background-color:#fff}.radio__checkmark:after{content:"";position:absolute;display:none}input:checked~.radio__checkmark:after{display:block}.radio__checkmark:after{width:7px;height:7px;top:2px;left:2px;border-radius:50%;background:#88bd23}.end-message{display:flex;justify-content:center}.end-message__text{text-align:center;font-size:.9375rem;font-weight:400;color:#bfbfbf}.join-farm-modal{width:100%;height:100%;padding:15px 15px 0;position:relative;background:#fff}@media (min-width:992px){.join-farm-modal{width:640px;height:550px;padding:30px 15px 0}}.join-farm-modal__heading{font-size:1.5625rem;font-weight:400;margin:0 0 30px;font-weight:700;color:#585858}.join-farm-modal__scroll-container{height:100vh;padding:0 15px 240px 0;overflow-y:scroll;overflow-x:hidden}@media (min-width:992px){.join-farm-modal__scroll-container{height:355px;padding:0 15px 40px 0}}.join-farm-modal__empty{font-size:.9375rem;font-weight:400;text-align:center;color:#bfbfbf}.join-farm-modal__buttons{width:100%;padding:15px;display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:0;left:0;z-index:1;background:#fff}@media (min-width:992px){.join-farm-modal__buttons{padding:15px 30px 30px}}.join-farm-modal__farm{min-height:85px;padding:15px 0;justify-content:space-between;border-bottom:1px solid #e5e5e5}.join-farm-modal__farm,.join-farm-modal__farm-details{display:flex;align-items:center}.join-farm-modal__farm-image{width:50px;height:50px;margin-right:15px;flex-shrink:0;border-radius:100%;background-repeat:no-repeat;background-size:cover;background-color:#bfbfbf;background-position:50%}.join-farm-modal__farm-name{font-size:.9375rem;font-weight:400;margin:0 0 5px;font-weight:700;color:#547618}.join-farm-modal__farm-members{font-size:.75rem;font-weight:400;margin:0 0 5px;font-weight:700}.join-farm-modal__farm-address{font-size:.75rem;font-weight:400;margin:0;font-weight:700;color:#bfbfbf}.join-farm-modal__radio{flex-shrink:0}.join-farm-modal__submit-button-container{position:relative}.join-farm-modal__error{font-size:.75rem;font-weight:400;margin:0;position:absolute;right:0;white-space:nowrap;color:#d20101}.congratulations{max-width:1110px;min-height:calc(100vh - 104px);margin:0 auto;padding-top:90px;display:flex;justify-content:center;align-items:flex-start}@media (min-width:992px){.congratulations{height:675px;align-items:center;margin-top:50px;margin-bottom:10px;padding-top:0;min-height:auto;background-color:#fff;border:1px solid #e5e5e5}}.congratulations__wrapper{text-align:center;padding:0 15px;width:100%}@media (min-width:992px){.congratulations__wrapper{width:400px}}.congratulations__icon{width:120px}.congratulations__heading{font-size:1.5625rem;font-weight:400}.congratulations__sub-heading{font-size:1.1875rem;font-weight:400;color:#ababab}.congratulations__button-sign-in{margin:40px 15px 0}@media (min-width:992px){.congratulations__button-sign-in{display:none}}.farms-list-map-wrapper{position:relative;width:100%;text-align:center;margin-bottom:30px;margin-right:20px}.farms-list-map-wrapper .close-map-button{position:absolute;top:30px;right:30px;z-index:1000;padding:20px 30px 20px 45px;background-color:#c92a2a;border-radius:5px;font-weight:700;color:#fff;background-image:url(/static/media/close-white.a4e20674.svg);background-repeat:no-repeat;background-size:10px;background-position:25px}.farms-list-map-wrapper .close-map-button:hover{-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(1.1);transform:scale(1.1)}@media (max-width:991px){.farms-list-map-wrapper{width:100%;margin-bottom:0}}.farms-list-map-wrapper__full{position:absolute;bottom:0;left:0;top:0;right:0;z-index:10000}.farms-list-map-wrapper .map-marker{text-align:left;position:relative;padding-right:35px}.farms-list-map-wrapper .map-marker a,.farms-list-map-wrapper .map-marker a:active,.farms-list-map-wrapper .map-marker a:hover{text-decoration:none}.farms-list-map-wrapper .map-marker .farmlifes-icon{position:absolute;width:25px;height:25px;top:0;right:0;background-image:url(/static/media/logo-green.1bdb2f1d.svg);background-repeat:no-repeat;background-size:22px;background-color:#fff}.farms-list-map-wrapper .map-marker .map-farm-name{font-size:20px;color:#bfbfbf;display:block;margin-bottom:5px}.farms-list-map-wrapper .map-marker .map-farm-address{font-size:14px;color:#7f7f7f}.farms-list-map-wrapper .farms-list-map-title{text-align:center;font-size:14px;color:#88bd23;display:inline-block;margin-bottom:5px}.farms-list-map-wrapper .farms-list-map-image-wrapper{width:100%;height:200px;position:relative;background-image:url(/static/media/farm-dark-grey.3d9c3a17.svg);background-repeat:no-repeat;background-position:50%;background-size:22px;background-color:#f2f2f2;outline:none}@media (max-width:991px){.farms-list-map-wrapper .farms-list-map-image-wrapper{width:100%;height:200px}}.farms-list-map-wrapper .farms-list-map-image-wrapper__full{position:fixed;bottom:0;left:0;top:0;right:0;width:100%;height:100%}.farms-list-map-wrapper .farms-list-map-image-wrapper .farms-list-map-image{width:100%;height:100%;border-radius:8px}.farms-list-map-wrapper .farms-list-map-image-wrapper .farms-list-map-image:active,.farms-list-map-wrapper .farms-list-map-image-wrapper .farms-list-map-image:focus{outline:none}.farms-list-map-wrapper .farms-list-map-image-wrapper .farms-list-map-image:hover{cursor:pointer}.farms-list-map-wrapper .farms-list-map-image-wrapper .farm-map-edit-button{width:25px;height:25px;position:absolute;top:-20px;right:-20px;border-radius:8px;z-index:1;background-image:url(/static/media/edit-grey.00c3e94b.svg);background-repeat:no-repeat;background-size:16px;background-position:50%}.farm-item__wrapper{width:100%;height:100%;padding:10px 0;display:flex;align-items:center}.farm-item__image{height:56px;width:56px;border-radius:50%;background-image:url(/static/media/farm-light-grey.37d45f5b.svg);background-repeat:no-repeat;background-position:50%;background-size:50%;background-color:#e5e5e5}.farm-item__details{padding-left:15px;cursor:default}.farm-item__name{font-size:.9375rem;font-weight:400;color:#547618;text-decoration:none;font-weight:700}.farm-item__members{color:#585858}.farm-item__adress,.farm-item__members{font-size:.75rem;font-weight:400;margin:5px 0;font-weight:700}.farm-item__adress{color:#bfbfbf}.search-results-map{max-width:640px;margin:0 auto;background:#fff;border:1px solid #e5e5e5}.search-results-map .maps-wrapper{width:100%;height:200px}.search-results-map .maps__header{display:none}@media (min-width:992px){.search-results-map .maps__header{display:flex;height:40px;align-items:center;border-bottom:1px solid #e5e5e5}}.search-results-map .maps__header-icon-wrapper{height:100%;padding:11px 10px 11px 15px}.search-results-map .maps__header-icon{height:100%}.search-results-map .maps__header-heading{font-size:.75rem;font-weight:400;margin:0;color:#7f7f7f}.search-results{display:flex;flex-direction:row}@media (max-width:991px){.search-results{flex-direction:column}.search-results .farms-list{width:100%}}.farms-list{max-width:640px;margin:0 auto;background:#fff;border:1px solid #e5e5e5}@media (min-width:992px){.farms-list{width:640px}}.farms-list__item{margin:0 15px;border-bottom:1px solid #e5e5e5}.farms-list__item:last-child{border-bottom:none}.farms-list__header{display:none}@media (min-width:992px){.farms-list__header{display:flex;height:40px;align-items:center;border-bottom:1px solid #e5e5e5}}.farms-list__header-icon-wrapper{height:100%;padding:11px 10px 11px 15px}.farms-list__header-icon{height:100%}.farms-list__header-heading{font-size:.75rem;font-weight:400;margin:0;color:#ababab}.profile-image{width:110px;height:110px;display:flex;justify-content:center;align-items:center;flex-shrink:0;position:relative}.profile-image:before{content:"";display:block;width:110px;height:110px;position:absolute;top:0;left:0;border:2px solid #e5e5e5;border-radius:100%;background:#fff}.profile-image__image{width:102px;height:102px;position:relative;border:1px solid #e5e5e5;border-radius:100%;background-image:url(/static/media/farm-dark-grey.3d9c3a17.svg);background-repeat:no-repeat;background-position:50%;background-size:22px;background-color:#f2f2f2;outline:none}.profile-image__image--user{background-image:url(/static/media/user-dark-grey.a5bf0ecc.svg)}.profile-image__image--active{cursor:pointer}.farmtour-wrapper{position:relative;width:150px;text-align:center;margin-bottom:30px}@media (max-width:991px){.farmtour-wrapper{width:100px;margin-bottom:0}}.farmtour-wrapper .farmtour-title{text-align:center;font-size:14px;color:#88bd23;display:inline-block;margin-bottom:5px}.farmtour-wrapper .farmtour-image-wrapper{width:150px;height:150px;border-radius:8px;position:relative;border:1px solid #e5e5e5;background-image:url(/static/media/farm-dark-grey.3d9c3a17.svg);background-repeat:no-repeat;background-position:50%;background-size:22px;background-color:#f2f2f2;outline:none}@media (max-width:991px){.farmtour-wrapper .farmtour-image-wrapper{width:100px;height:100px}}.farmtour-wrapper .farmtour-image-wrapper .farmtour-image{width:100%;height:100%;border-radius:8px}.farmtour-wrapper .farmtour-image-wrapper .farmtour-image:active,.farmtour-wrapper .farmtour-image-wrapper .farmtour-image:focus{outline:none}.farmtour-wrapper .farmtour-image-wrapper .farmtour-image:hover{cursor:pointer}.farmtour-wrapper .farmtour-image-wrapper .farm-tour-edit-button{width:25px;height:25px;position:absolute;top:-20px;right:-20px;border-radius:8px;z-index:1;background-image:url(/static/media/edit-grey.00c3e94b.svg);background-repeat:no-repeat;background-size:16px;background-position:50%}.farmmap-wrapper{position:relative;width:150px;text-align:center;margin-bottom:30px;margin-right:20px}.farmmap-wrapper .close-map-button{position:absolute;top:30px;right:30px;z-index:1000;padding:20px 30px 20px 45px;background-color:#c92a2a;border-radius:5px;font-weight:700;color:#fff;background-image:url(/static/media/close-white.a4e20674.svg);background-repeat:no-repeat;background-size:10px;background-position:25px}.farmmap-wrapper .close-map-button:hover{-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transform:scale(1.1);transform:scale(1.1)}@media (max-width:991px){.farmmap-wrapper{width:100px;margin-bottom:0}}.farmmap-wrapper__full{position:absolute;bottom:0;left:0;top:0;right:0;z-index:10000}.farmmap-wrapper .map-marker{text-align:left;position:relative;padding-right:35px}.farmmap-wrapper .map-marker a,.farmmap-wrapper .map-marker a:active,.farmmap-wrapper .map-marker a:hover{text-decoration:none}.farmmap-wrapper .map-marker .farmlifes-icon{position:absolute;width:25px;height:25px;top:0;right:0;background-image:url(/static/media/logo-green.1bdb2f1d.svg);background-repeat:no-repeat;background-size:22px;background-color:#fff}.farmmap-wrapper .map-marker .map-farm-name{font-size:20px;color:#bfbfbf;display:block;margin-bottom:5px}.farmmap-wrapper .map-marker .map-farm-address{font-size:14px;color:#7f7f7f}.farmmap-wrapper .farmmap-title{text-align:center;font-size:14px;color:#88bd23;display:inline-block;margin-bottom:5px}.farmmap-wrapper .farmmap-image-wrapper{width:150px;height:150px;border-radius:8px;position:relative;border:1px solid #e5e5e5;background-image:url(/static/media/farm-dark-grey.3d9c3a17.svg);background-repeat:no-repeat;background-position:50%;background-size:22px;background-color:#f2f2f2;outline:none}@media (max-width:991px){.farmmap-wrapper .farmmap-image-wrapper{width:100px;height:100px}}.farmmap-wrapper .farmmap-image-wrapper__full{position:fixed;bottom:0;left:0;top:0;right:0;width:100%;height:100%}.farmmap-wrapper .farmmap-image-wrapper .farmmap-image{width:100%;height:100%;border-radius:8px}.farmmap-wrapper .farmmap-image-wrapper .farmmap-image:active,.farmmap-wrapper .farmmap-image-wrapper .farmmap-image:focus{outline:none}.farmmap-wrapper .farmmap-image-wrapper .farmmap-image:hover{cursor:pointer}.farmmap-wrapper .farmmap-image-wrapper .farm-map-edit-button{width:25px;height:25px;position:absolute;top:-20px;right:-20px;border-radius:8px;z-index:1;background-image:url(/static/media/edit-grey.00c3e94b.svg);background-repeat:no-repeat;background-size:16px;background-position:50%}.farm-header-mobile{border-bottom:1px solid #e5e5e5;background-color:#fff}.farm-header-mobile__title-image-container{width:100%;height:180px;position:relative}.farm-header-mobile__title-image{height:100%;display:flex;justify-content:center;align-items:center;background-image:url(/static/media/image-dark-grey.4e0d3819.svg);background-repeat:no-repeat;background-position:50%;background-size:22px;background-color:#e5e5e5;outline:none}.farm-header-mobile__title-image--active{cursor:pointer}.farm-header-mobile__title-image:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(-1%,hsla(0,0%,100%,.1)),color-stop(75%,hsla(0,0%,100%,.75)),color-stop(80%,hsla(0,0%,100%,.8)),color-stop(90%,hsla(0,0%,100%,.9)),color-stop(92%,hsla(0,0%,100%,.92)),color-stop(94%,hsla(0,0%,100%,.94)),color-stop(96%,hsla(0,0%,100%,.96)),color-stop(98%,hsla(0,0%,100%,.98)),to(#fff));background:-webkit-linear-gradient(top,hsla(0,0%,100%,.1) -1%,hsla(0,0%,100%,.75) 75%,hsla(0,0%,100%,.8) 80%,hsla(0,0%,100%,.9) 90%,hsla(0,0%,100%,.92) 92%,hsla(0,0%,100%,.94) 94%,hsla(0,0%,100%,.96) 96%,hsla(0,0%,100%,.98) 98%,#fff);background:linear-gradient(180deg,hsla(0,0%,100%,.1) -1%,hsla(0,0%,100%,.75) 75%,hsla(0,0%,100%,.8) 80%,hsla(0,0%,100%,.9) 90%,hsla(0,0%,100%,.92) 92%,hsla(0,0%,100%,.94) 94%,hsla(0,0%,100%,.96) 96%,hsla(0,0%,100%,.98) 98%,#fff)}.farm-header-mobile__farm-data{margin-top:-40px;padding:0 15px 30px;position:relative}.farm-header-mobile__top-container{display:flex;margin-bottom:15px}.farm-header-mobile__profile-image{margin-right:15px}.farm-header-mobile__main-data-container{display:flex;flex-direction:column;justify-content:center}.farm-header-mobile__name-container{display:flex;align-items:center;margin-bottom:5px}.farm-header-mobile__name{font-size:.9375rem;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin:0 10px 0 0;font-weight:700}.farm-header-mobile__edit{width:25px;height:25px;background-image:url(/static/media/edit-grey.00c3e94b.svg);background-repeat:no-repeat;background-size:16px;background-position:50%}.farm-header-mobile__edit--title{position:absolute;top:10px;right:10px;z-index:2;cursor:pointer;background-image:url(/static/media/edit-white.b9d01f61.svg)}.farm-header-mobile__category{font-size:.82rem;font-weight:400;margin:10px 0 0;font-weight:700;color:#7f7f7f}.farm-header-mobile__farm-area-label{font-size:.75rem;font-weight:400;margin:10px 0 0;color:#ababab}.farm-header-mobile__farm-area{font-size:.82rem;font-weight:400;font-weight:700;margin:0;color:#7f7f7f}.farm-header-mobile__posts{font-size:.75rem;font-weight:400;margin:10px 0 0;color:#ababab}.farm-header-mobile__address-container{margin-top:15px}.farm-header-mobile__address{font-size:.9375rem;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin:0}.farm-header-mobile__area{font-size:.75rem;font-weight:400;color:#ababab}.farm-header-mobile__description{font-size:.75rem;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin:15px 0}.farm-header-mobile__members-container{display:flex;justify-content:space-between;align-items:center}.farm-header-mobile__middle-container{display:flex;justify-content:flex-end;align-items:center}.farm-header-mobile__bottom-container{display:flex;justify-content:space-evenly;align-items:center}.farm-header-mobile__bottom-container>div:first-child{margin-right:5px}.farm-header-mobile__bottom-container>div:last-child{margin-left:5px}.farm-header-mobile__input{display:none}.farm-header-desktop{padding:25px 15px 15px;position:relative;border-radius:2px;border:1px solid #e5e5e5;background-color:#fff}.farm-header-desktop__top-container{margin-bottom:30px}.farm-header-desktop__name{font-size:.9375rem;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin-bottom:5px}.farm-header-desktop__category{font-size:.82rem;font-weight:400;margin:15px 0 0;font-weight:700;color:#7f7f7f}.farm-header-desktop__farm-area-label{font-size:.75rem;font-weight:400;margin:10px 0 0;color:#ababab}.farm-header-desktop__farm-area{font-size:.82rem;font-weight:400;font-weight:700;margin:0;color:#7f7f7f}.farm-header-desktop__posts{font-size:.75rem;font-weight:400;margin:15px 0 0;color:#ababab}.farm-header-desktop__address-container{margin:30px 0 15px}.farm-header-desktop__address{font-size:.9375rem;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin:0}.farm-header-desktop__area{font-size:.75rem;font-weight:400;margin:0 0 30px;color:#ababab}.farm-header-desktop__description{font-size:.75rem;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin:30px 0}.farm-header-desktop__image{display:flex;justify-content:center;margin-bottom:25px}.farm-header-desktop__edit-button{width:25px;height:25px;position:absolute;top:10px;right:10px;z-index:1;background-image:url(/static/media/edit-grey.00c3e94b.svg);background-repeat:no-repeat;background-size:16px;background-position:50%}.farm-header-desktop__invite{margin-top:30px}.farm-header-desktop__invite button{padding-left:15px;padding-right:15px}.app-sidebar{width:160px;padding:15px 0;background-color:#e5e5e5;border-radius:2px}@media (min-width:1200px){.app-sidebar{width:255px}}.app-sidebar__section{padding:15px}.app-sidebar__section:last-child{border-bottom:none}.app-sidebar__title{font-size:.75rem;font-weight:400;margin:0 0 15px;font-weight:700}.app-sidebar__description{font-size:.75rem;font-weight:400;margin:0;line-height:1.4}.app-sidebar__image{width:100%;margin-bottom:15px}.app-sidebar__link{font-size:.75rem;font-weight:400;display:block;margin-top:5px;text-decoration:none;font-weight:700;color:#88bd23;text-align:right}.app-sidebar__link:focus,.app-sidebar__link:hover{color:#79a71f}.farm{min-height:100%}.farm .farm-activities{display:flex;flex-direction:row}@media (min-width:992px){.farm{padding-top:30px;display:flex;justify-content:center;align-items:flex-start}}.farm__header-image{display:none}.farm__header-mobile{margin-bottom:15px}@media (min-width:992px){.farm__header-mobile{display:none}}.farm__header-desktop{margin-bottom:40px}.farm__sidebar{display:none}@media (min-width:992px){.farm__sidebar{display:block}}.farm__sidebar--left{width:160px}.farm__sidebar--right{width:160px;margin-top:280px;height:300px;border-radius:2px;border:1px solid #e5e5e5;background-color:#fff}@media (min-width:1200px){.farm__sidebar--right{width:255px}}.farm__feed{max-width:640px;margin:0 auto;padding-bottom:50px}@media (min-width:992px){.farm__feed{width:640px;margin:0 15px;padding-bottom:0;flex-shrink:0}}@media screen and (min-width:1050px){.farm__feed{margin:0 30px}}.farm__registration{max-width:640px;margin:0 auto;padding-bottom:50px}@media (min-width:992px){.farm__registration{width:640px;margin:0 15px;padding-bottom:0;flex-shrink:0}}@media screen and (min-width:1050px){.farm__registration{margin:0 30px}}.farm__post{margin-bottom:15px}.farm__title-image-container{display:none}@media (min-width:992px){.farm__title-image-container{width:calc(100% + 175px);height:250px;margin-bottom:30px;display:block;position:relative}}@media screen and (min-width:1050px){.farm__title-image-container{width:calc(100% + 190px)}}@media (min-width:1200px){.farm__title-image-container{width:calc(100% + 285px)}}@media (min-width:992px){.farm__title-image{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative;background-image:url(/static/media/image-dark-grey.4e0d3819.svg);background-repeat:no-repeat;background-position:50%;background-size:22px;background-color:#e5e5e5;outline:none}}.farm__title-image--active{cursor:pointer}.farm__edit-button{width:30px;height:30px;position:absolute;top:6px;right:6px;z-index:1;cursor:pointer;background-image:url(/static/media/edit-white.b9d01f61.svg);background-repeat:no-repeat;background-size:16px;background-position:50%}.farm__input{display:none}.farm__create-post{margin-bottom:30px}.farm__empty{font-size:.9375rem;font-weight:400;text-align:center;color:#bfbfbf}@media (min-width:992px){.farm .create-post-modal__container{top:370px}}.farm__register{padding:5px}.farm__register--mobile{height:100%;margin:0 20px;display:flex}.farm__register--desktop{background-color:#fff}.create-farm-tour-modal{width:90vw;height:100%;position:relative;background:#fff}.create-farm-tour-modal .cover-title{width:170px;text-align:center;margin-top:15px;padding-bottom:0;margin-bottom:5px;font-weight:300;color:#ababab;font-size:14px}.create-farm-tour-modal .modal-close-button{position:absolute;width:40px;height:40px;top:10px;right:0}.create-farm-tour-modal .modal-data{padding:20px;display:flex;flex-direction:column;height:auto}@media (max-width:991px){.create-farm-tour-modal .modal-data{height:85vh}}.create-farm-tour-modal .title-wrapper .title{margin-top:0;margin-bottom:5px;font-weight:.82rem;color:#585858}.create-farm-tour-modal .title-wrapper .subtitle{margin-top:0;margin-bottom:5px;font-size:14px;color:#7f7f7f}.create-farm-tour-modal__scroll-container{width:100%;height:100%;padding:0 0 80px;overflow-y:scroll}@media (min-width:992px){.create-farm-tour-modal__scroll-container{padding:0;overflow:hidden;display:flex}}.create-farm-tour-modal__images{display:flex;flex-wrap:wrap;align-content:flex-start}.create-farm-tour-modal__images>div[data-react-beautiful-dnd-droppable]{flex-wrap:wrap}@media (max-width:539px){.create-farm-tour-modal__images,.create-farm-tour-modal__images>div[data-react-beautiful-dnd-droppable]{justify-content:center}}@media (min-width:992px){.create-farm-tour-modal__images{width:100%;height:82vh;padding-bottom:30px;overflow-y:auto}}.create-farm-tour-modal__image{width:170px;height:170px;margin:0 30px 30px 0;display:inline-block;position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%}@media (max-width:539px){.create-farm-tour-modal__image{margin-right:15px;margin-left:15px}}@media (min-width:992px){.create-farm-tour-modal__image{margin-right:30px}}.create-farm-tour-modal__plus-one{width:170px;height:170px;font-size:100px;color:#e5e5e5;display:flex;align-items:center;justify-content:center;font-weight:300;margin:0 30px 0 0}@media (max-width:539px){.create-farm-tour-modal__plus-one{margin-left:15px;margin-right:15px}}.create-farm-tour-modal__delete-image{width:25px;height:25px;position:absolute;top:0;right:0;background-image:url(/static/media/delete.21f500f4.svg);background-repeat:no-repeat;background-size:12px;background-position:50%;-webkit-filter:drop-shadow(3px 3px 2px rgba(0,0,0,.5));filter:drop-shadow(3px 3px 2px rgba(0,0,0,.5))}.create-farm-tour-modal__image-placeholder{position:relative;width:170px;height:170px;margin-bottom:30px;margin-right:30px}@media (max-width:539px){.create-farm-tour-modal__image-placeholder{margin-left:15px;margin-right:15px}}.create-farm-tour-modal__input{display:none}.create-farm-tour-modal__label{width:170px;height:170px;display:flex;justify-content:center;align-items:center;border:1px dashed #bfbfbf;cursor:pointer;position:absolute}.create-farm-tour-modal__label-text{font-size:.75rem;font-weight:400;padding-top:20px;color:#ababab;font-weight:700;background-image:url(/static/media/image-light-grey.2e80c9c0.svg);background-repeat:no-repeat;background-size:20px;background-position:center 0}.create-farm-tour-modal__error{font-size:.75rem;font-weight:400;width:100%;margin:5px 0;color:#d20101}.create-farm-tour-modal__error--submit{width:300px;margin:0;position:absolute;right:0;top:-12px;text-align:right}@media (min-width:992px){.create-farm-tour-modal__error--submit{top:auto;bottom:-15px}}.create-farm-tour-modal__circle-loader-wrapper{position:absolute;width:170px;height:170px;text-align:center}.create-farm-tour-modal__circle-loader-wrapper .loader{position:absolute;top:65px;margin-top:0}.create-farm-tour-modal .publish-button-wrapper{width:100%;padding:20px;position:absolute;bottom:0}.title-image-modal{width:100vw;height:265px;border:1px solid #fff;background:#fff}@media (min-width:992px){.title-image-modal{width:920px;height:590px}}.title-image-modal__image-container{height:195px;display:flex;justify-content:center;align-items:center}@media (min-width:992px){.title-image-modal__image-container{height:500px}}.title-image-modal__image{width:100%;height:100%;background-repeat:no-repeat;background-position:50%}.title-image-modal__buttons{height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 20px}@media (min-width:992px){.title-image-modal__buttons{height:90px}}.title-image-modal__error{font-size:.75rem;font-weight:400;color:#d20101}.farm-member__wrapper{width:100%;height:100%;padding:10px 0;justify-content:space-between}.farm-member__member,.farm-member__wrapper{display:flex;align-items:center}.farm-member__details{padding-left:15px;cursor:default}.farm-member__link{text-decoration:none}.farm-member__name{font-size:.9375rem;font-weight:400;color:#547618;text-decoration:none;font-weight:700;margin:0}.farm-member__admin{font-size:.75rem;font-weight:400;color:#bfbfbf;margin:5px 0;font-weight:700}.farm-member__delete-icon{height:16px;width:16px;margin-right:4px}.farm-member__delete-button{font-size:.75rem;font-weight:400;color:#d20101;display:flex;align-items:center}.members-list-modal{width:100vw;height:100vh;background:#fff}@media (min-width:992px){.members-list-modal{width:640px;height:360px;border-radius:2px;overflow:hidden}}.members-list-modal__header{height:40px;border-bottom:1px solid #e5e5e5}.members-list-modal__header,.members-list-modal__header--left{display:flex;align-items:center;justify-content:space-between}.members-list-modal__header-icon{height:18px;margin-left:11px;margin-right:11px}.members-list-modal__header-heading{font-size:.75rem;font-weight:400;margin:0;color:#ababab;width:160px}.members-list-modal__member{border-bottom:1px solid #e5e5e5;margin-left:11px;margin-right:11px}.members-list-modal__list{height:calc(100vh - 40px);overflow-y:auto}@media (min-width:992px){.members-list-modal__list{height:320px}}.new-admin-modal{width:100vw;height:100vh;border:1px solid #fff;background:#fff}@media (min-width:992px){.new-admin-modal{width:640px;height:460px}}.new-admin-modal__wrapper{padding:20px 20px 10px}.new-admin-modal__heading{margin-top:0;font-size:1.1875rem;font-weight:400}.new-admin-modal__sub-heading{font-size:.9375rem;font-weight:400;color:#bfbfbf}.new-admin-modal__members-list{margin-top:30px;height:300px;margin-left:-11px;margin-right:-11px;overflow-y:auto}.new-admin-modal__buttons{display:flex;justify-content:space-between;position:fixed;bottom:20px;left:0;width:100%;padding:0 20px}@media (min-width:992px){.new-admin-modal__buttons{position:relative;padding:0;bottom:-10px}}.new-admin-modal__button-cancel{color:#547618}.membership-requests-modal{width:100vw;height:100vh;background:#fff}@media (min-width:992px){.membership-requests-modal{width:640px;height:360px;border-radius:2px;overflow:hidden}}.membership-requests-modal__header{height:40px;padding-left:15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e5}.membership-requests-modal__requests-number{font-size:.75rem;font-weight:400;height:100%;display:flex;align-items:center;padding-left:30px;color:#ababab;background-image:url(/static/media/members.97fad175.svg);background-repeat:no-repeat;background-position:0;background-size:22px}.membership-requests-modal__list{height:calc(100vh - 40px);padding-left:20px;overflow-y:auto}@media (min-width:992px){.membership-requests-modal__list{height:320px;margin-right:10px;padding:0 20px 0 15px}}.membership-requests-modal__request{height:80px;padding-right:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5}@media (min-width:992px){.membership-requests-modal__request{height:60px;padding-right:0}}.membership-requests-modal__name-container{display:flex;align-items:center}.membership-requests-modal__avatar{margin-right:15px}.membership-requests-modal__name{font-size:.9375rem;font-weight:400;font-weight:700}@media (min-width:992px){.membership-requests-modal__buttons{display:flex}}.membership-requests-modal__button{font-size:.75rem;font-weight:400;height:15px;padding-left:25px;display:flex;align-items:center;font-weight:700;background-repeat:no-repeat;background-position:0;background-size:15px}.membership-requests-modal__button--dismiss{margin-bottom:15px;color:#d20101;background-image:url(/static/media/dismiss.eb9c2b65.svg)}@media (min-width:992px){.membership-requests-modal__button--dismiss{margin-right:15px;margin-bottom:0}}.membership-requests-modal__button--accept{color:#88bd23;background-image:url(/static/media/accept.78f55c6d.svg)}.profile-header{margin-bottom:15px;padding:30px 20px;border-bottom:1px solid #e5e5e5;background-color:#fff}@media (min-width:992px){.profile-header{width:160px;padding:25px 15px 30px;margin-bottom:0;border-radius:2px;border:1px solid #e5e5e5;position:relative}}.profile-header__main-content{display:flex;margin-bottom:15px}@media (min-width:992px){.profile-header__main-content{margin-bottom:0;display:block}}.profile-header__image{margin-right:20px}@media (min-width:992px){.profile-header__image{margin:0 0 25px;display:flex;justify-content:center}}.profile-header__data{padding-top:15px}@media (min-width:992px){.profile-header__data{padding:0}}.profile-header__name-container{display:flex;align-items:center;margin-bottom:10px}.profile-header__name{font-size:.9375rem;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin:0;font-weight:700}.profile-header__edit-button{width:25px;height:25px;background-image:url(/static/media/edit-grey.00c3e94b.svg);background-repeat:no-repeat;background-size:16px;background-position:50%}@media (min-width:992px){.profile-header__edit-button{position:absolute;top:10px;right:10px}}.profile-header__farm-name{font-size:.9375rem;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;display:block;margin:0 0 10px;font-weight:700;color:#547618;text-decoration:none}.profile-header__counters{display:flex}.profile-header__articles-count,.profile-header__posts-count{font-size:.75rem;font-weight:400;margin:0;color:#ababab}.profile-header__articles-count--divider{margin-left:15px;position:relative}.profile-header__articles-count--divider:before{content:"";display:block;width:2px;height:2px;background:#ababab;border-radius:100%;position:absolute;top:50%;left:-8px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.profile-header__description{font-size:.75rem;font-weight:400;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin:0}@media (min-width:992px){.profile-header__description{margin:30px 0 0}}.edit-profile-modal{width:100%;height:100%;position:relative;background:#fff}@media (min-width:992px){.edit-profile-modal{width:990px;height:700px;display:flex;border-radius:2px;overflow:hidden}}@media (min-width:1200px){.edit-profile-modal{width:1120px}}.edit-profile-modal__scroll-container{width:100%;height:100%;padding:15px 15px 80px;overflow-y:scroll}@media (min-width:992px){.edit-profile-modal__scroll-container{padding:0;overflow:hidden;display:flex}}@media (min-width:992px){.edit-profile-modal__profile-data{padding:30px 30px 0;display:flex}}@media (min-width:1200px){.edit-profile-modal__profile-data{padding:30px 0 0 30px}}.edit-profile-modal__heading{font-size:1.5625rem;font-weight:400;margin:0;font-weight:700}.edit-profile-modal__heading--mobile{margin-bottom:30px}@media (min-width:992px){.edit-profile-modal__heading--mobile{display:none}}.edit-profile-modal__heading--desktop{display:none}@media (min-width:992px){.edit-profile-modal__heading--desktop{display:block;margin:0 0 40px}}.edit-profile-modal__heading--delete-farm{margin-top:60px;margin-bottom:20px}.edit-profile-modal__heading--members{margin-bottom:25px}.edit-profile-modal__heading--profile{margin:0 0 40px}.edit-profile-modal__heading--password{margin:0 0 20px}@media (min-width:992px){.edit-profile-modal__heading--password{margin:0 0 30px}}.edit-profile-modal__row{margin-bottom:30px}.edit-profile-modal__row--inline{display:flex;align-items:center}.edit-profile-modal__row--post-code input{width:100%;text-align:center}.edit-profile-modal__birthdate-inputs-container{display:flex}@media (min-width:992px){.edit-profile-modal__birthdate-input{margin-right:15px}.edit-profile-modal__birthdate-input:last-child{margin-right:0}}.edit-profile-modal__form-label{width:120px;margin:0;font-size:.875rem;flex-shrink:0;font-weight:700}.edit-profile-modal__profile-image-container{width:110px;height:110px;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer}.edit-profile-modal__profile-image-container:before{content:"";display:block;width:110px;height:110px;position:absolute;top:0;left:0;border:2px solid #e5e5e5;border-radius:100%;background:#fff}.edit-profile-modal__profile-image{background-image:url(/static/media/user-dark-grey.a5bf0ecc.svg);background-repeat:no-repeat;background-position:50%;background-size:22px;background-color:#f2f2f2}.edit-profile-modal__loader-container,.edit-profile-modal__profile-image{width:102px;height:102px;position:relative;border:1px solid #e5e5e5;border-radius:100%}.edit-profile-modal__loader-container .loader__load-message{font-size:.75rem}.edit-profile-modal__label-container{margin-bottom:30px;position:relative}@media (min-width:992px){.edit-profile-modal__label-container{width:150px}}.edit-profile-modal__label-container--desktop{display:none}@media (min-width:992px){.edit-profile-modal__label-container--desktop{display:inline-flex;flex-direction:column}}@media (min-width:992px){.edit-profile-modal__label-container--mobile{display:none}}.edit-profile-modal__label-inner-container{margin-left:15px}@media (min-width:992px){.edit-profile-modal__label-inner-container{margin:10px 0 0;text-align:center}}.edit-profile-modal__label{position:relative;display:inline-flex;align-items:center;cursor:pointer}@media (min-width:992px){.edit-profile-modal__label{width:100%;flex-direction:column}}.edit-profile-modal__label-text{font-size:.75rem;font-weight:400;font-weight:700;color:#ababab}.edit-profile-modal__file-input{display:none}@media (min-width:992px){.edit-profile-modal__labels{display:flex;flex-direction:column;margin-right:50px}}.edit-profile-modal__buttons{width:100%;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:0;left:0;z-index:1;background:#fff}@media (min-width:992px){.edit-profile-modal__buttons{padding:15px 30px 30px}}.edit-profile-modal__form{width:100%}@media (min-width:992px){.edit-profile-modal__form{display:flex}}.edit-profile-modal__form-content{margin-bottom:50px}@media (min-width:992px){.edit-profile-modal__form-content{width:330px;margin-right:50px}}@media (min-width:1200px){.edit-profile-modal__form-content{width:370px;margin-right:100px}.edit-profile-modal__form-content:last-child{margin-right:50px}}.edit-profile-modal__submit-button-container{position:relative}.edit-profile-modal__error{font-size:.75rem;font-weight:400;margin:15px 0;color:#d20101}@media (min-width:992px){.edit-profile-modal__error{width:180px}}.edit-profile-modal__error--password{width:100%;margin:0;display:block;text-align:right}.edit-profile-modal__error--submit{width:300px;margin:0;position:absolute;right:0;top:-12px;text-align:right}@media (min-width:992px){.edit-profile-modal__error--submit{top:auto;bottom:-15px}}.edit-profile-modal__farm{margin-bottom:50px}@media (min-width:992px){.edit-profile-modal__farm{margin-bottom:75px}}.edit-profile-modal__farm-buttons{display:flex}.edit-profile-modal__join-button{margin-right:15px}.edit-profile-modal__delete-picture-button{margin-top:5px}.edit-profile-modal__leave-farm-button{margin-right:15px}@media (min-width:992px){.edit-profile-modal__leave-farm-button{margin-right:30px}}@media (min-width:992px){.profile{padding-top:30px;display:flex;justify-content:center;align-items:flex-start}}.profile__create-post{margin-bottom:15px}.profile__feed{max-width:640px;margin:0 auto;padding-bottom:50px}@media (min-width:992px){.profile__feed{width:640px;margin:0 15px;padding-bottom:0;flex-shrink:0}}@media screen and (min-width:1050px){.profile__feed{margin:0 30px}}.profile__sidebar{display:none}@media (min-width:992px){.profile__sidebar{display:block}}@media (min-width:992px){.profile__sidebar--right{width:160px;height:300px;border-radius:2px;border:1px solid #e5e5e5;background-color:#fff}}@media (min-width:1200px){.profile__sidebar--right{width:255px}}@media (min-width:992px){.profile__header-content{width:160px;display:flex;flex-direction:column}}.profile__header{margin-bottom:40px}.profile__footer{display:none}@media (min-width:992px){.profile__footer{display:block}}.profile__empty{font-size:.9375rem;font-weight:400;text-align:center;color:#bfbfbf}.sidebar-navigation{width:160px;position:fixed;top:90px}@media (min-width:992px){.sidebar-navigation{left:calc(50% - 495px)}}@media screen and (min-width:1050px){.sidebar-navigation{left:calc(50% - 510px)}}@media (min-width:1200px){.sidebar-navigation{left:calc(50% - 558px)}}.sidebar-navigation__button{font-size:.9375rem;font-weight:400;width:100%;height:30px;margin-bottom:15px;padding-left:32px;line-height:30px;display:block;text-align:left;color:#fff;border-radius:2px;text-decoration:none;background-repeat:no-repeat;background-color:#88bd23}.sidebar-navigation__button:active,.sidebar-navigation__button:hover{background-color:#79a71f}.sidebar-navigation__button--newsfeed{background-image:url(/static/media/newsfeed-lightgreen.34689f26.svg);background-position:5px 4px;background-size:21px}.sidebar-navigation__button--userprofile{background-image:url(/static/media/user-lightgreen.1881db10.svg);background-position:5px 4px;background-size:20px}.sidebar-navigation__button--marketplace{position:relative;background-image:url(/static/media/marketplace-lightgreen.fa184418.svg);background-position:5px 4px;background-size:21px}.sidebar-navigation__button--video{position:relative;background-image:url(/static/media/video-light-green.148c91da.svg);background-position:5px 4px;background-size:21px}.sidebar-navigation__button--webapp{position:relative;background-image:url(/static/media/logo-small.d234b89a.svg);background-position:5px 4px;background-size:21px}.sidebar-navigation__button--farm{background-image:url(/static/media/farm-lightgreen.31b0a33b.svg);background-position:5px 5px;background-size:22px}.sidebar-navigation__button--invite{background-image:url(/static/media/members-bold-lightgreen.d05185c2.svg);background-position:4px 5px;background-size:24px}.sidebar-navigation__footer{margin-top:50px}.bottom-navigation-bar{width:100%;height:50px;position:fixed;bottom:0;z-index:49;display:flex;background-color:#88bd23}.bottom-navigation-bar .camera-button{position:relative;width:75px;text-align:center}@media (min-width:992px){.bottom-navigation-bar{display:none}}.bottom-navigation-bar__button{height:100%;width:25%;background-repeat:no-repeat;outline:none}.bottom-navigation-bar__button--newsfeed{background-image:url(/static/media/newsfeed-white.aec6c330.svg);background-size:22px;background-position:50%}.bottom-navigation-bar__button--farm{background-image:url(/static/media/farm-white.b51eea7b.svg);background-size:24px;background-position:50%}.bottom-navigation-bar__button--post{position:absolute;width:75px;height:75px;left:-5px;top:-15px;flex-shrink:0;background-image:url(data:image/png;base64,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);background-size:cover}.bottom-navigation-bar__button--marketplace{text-align:center;background-image:url(/static/media/marketplace-white.346b8e22.svg);background-size:23px;background-position:50%}.bottom-navigation-bar__button--invite{background-image:url(/static/media/members-bold-white.32b59bf9.svg);background-size:28px;background-position:50%}.marketplace__search{-webkit-transition:background .3s ease-out,padding .3s ease-out,border-radius .3s ease-out,box-shadow .3s ease-out;transition:background .3s ease-out,padding .3s ease-out,border-radius .3s ease-out,box-shadow .3s ease-out}@media (max-width:991px){.marketplace__search{margin-bottom:15px!important}}.marketplace__search.fixed-marketplace-search{position:fixed;top:60px;max-width:640px;width:640px;z-index:49}@media (min-width:992px){.marketplace__search.fixed-marketplace-search{background:#fff;padding:10px;border-radius:0 0 5px 5px;box-shadow:0 5px 17px -16px #000}}@media (max-width:640px){.marketplace__search.fixed-marketplace-search{width:100%}}.marketplace-search{border:1px solid #e5e5e5;background:#fff}@media (min-width:992px){.marketplace-search{display:flex}}.marketplace-search__search{width:100%}.marketplace-search__search .input{height:50px}@media (min-width:992px){.marketplace-search__search .input{height:40px}}.marketplace-search__search .input__field{height:50px;border:1px solid #fff}@media (min-width:992px){.marketplace-search__search .input__field{height:40px}}@media (min-width:992px){.marketplace-search__category{width:calc(100% - 270px)}}@media (min-width:992px){.marketplace-search__category .select{height:40px}.marketplace-search__category .select:after{top:17px}}@media (min-width:992px){.marketplace-search__category .select__field{height:40px}}.marketplace-search__sell-button{padding:15px;background:#e5e5e5}@media (min-width:992px){.marketplace-search__sell-button{display:none}}.marketplace-search__range{padding:15px}@media (min-width:992px){.marketplace-search__range{display:none}}.marketplace-sidebar__mobile{margin-top:15px;display:none}@media (max-width:991px){.marketplace-sidebar__mobile{display:block}}.marketplace-sidebar__mobile .marketplace-sidebar__sell-button{margin-bottom:15px;margin-left:5px;margin-right:5px}.marketplace-sidebar__mobile button{-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons{display:flex;justify-content:space-between;margin-bottom:0}.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button{height:40px;background-color:#fff;border:1px solid #e5e5e5;color:#88bd23}.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button:active,.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button:hover{background-color:#79a71f;color:#fff}.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button.active-category{background-color:#88bd23;color:#fff}.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button.active-category:active,.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button.active-category:focus{outline:none}.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button.active-category:hover{background-color:#79a71f}.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button:first-child{margin-right:15px;margin-left:5px}@media (max-width:399px){.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button:first-child{margin-left:0;margin-right:5px}}@media (max-width:420px){.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button{background-position:5px 50%;padding-left:40px}}@media (max-width:399px){.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button{padding-left:35px}}@media (max-width:350px){.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button{font-size:12px}}.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button:last-child{margin-left:15px;margin-right:5px}@media (max-width:399px){.marketplace-sidebar__mobile .marketplace-sidebar__filter-buttons button:last-child{margin-left:5px;margin-right:0}}.marketplace{max-width:640px}.marketplace.fixed-state{margin-top:100px}@media (max-width:991px){.marketplace.fixed-state{margin-top:70px}}@media (min-width:992px){.marketplace{width:640px}}.marketplace__search{margin-bottom:30px}.marketplace__post{margin-bottom:15px}.vicinity-input__description{font-size:.75rem;font-weight:400;margin:0 0 5px;font-weight:700}.vicinity-input__distance-container{display:flex;justify-content:space-between;margin-top:5px}.vicinity-input__distance{font-size:.75rem;font-weight:400;font-weight:700}.vicinity-input__input{width:100%;-webkit-appearance:none}.vicinity-input__input:focus{outline:none}.vicinity-input__input::-webkit-slider-runnable-track{width:100%;height:5px;cursor:pointer;background:#c0de96;border-radius:2px}.vicinity-input__input::-webkit-slider-thumb{height:10px;width:10px;margin-top:-2px;border-radius:100%;background:#547618;cursor:pointer;-webkit-appearance:none}.vicinity-input__input::-moz-range-track{width:100%;height:5px;cursor:pointer;background:#c0de96;border-radius:2px}.vicinity-input__input::-moz-range-thumb{height:10px;width:10px;border-radius:100%;background:#547618;border:none;cursor:pointer}.vicinity-input__input::-ms-track{width:100%;height:5px;cursor:pointer;background:#c0de96;border-radius:2px}.vicinity-input__input::-ms-thumb{height:10px;width:10px;border-radius:100%;background:#547618;cursor:pointer}.marketplace-sidebar{width:160px;position:fixed;top:90px}@media (min-width:992px){.marketplace-sidebar{left:calc(50% - 495px)}}@media screen and (min-width:1050px){.marketplace-sidebar{left:calc(50% - 510px)}}@media (min-width:1200px){.marketplace-sidebar{left:calc(50% - 558px)}}.marketplace-sidebar__button{font-size:.9375rem;font-weight:400;width:100%;height:30px;margin-bottom:15px;color:#fff;border-radius:2px;padding-left:50px;text-align:left;background-color:#88bd23;background-repeat:no-repeat;background-size:24px;background-position:14px 50%}.marketplace-sidebar__button:active,.marketplace-sidebar__button:hover{background-color:#79a71f}.marketplace-sidebar__button:last-child{margin-bottom:0}.marketplace-sidebar__button--1{background-image:url(/static/media/category-machines-lightgreen.8c3d7aa2.svg)}.marketplace-sidebar__button--2{background-image:url(/static/media/category-animals-lightgreen.24ad59e7.svg);background-size:28px}.marketplace-sidebar__button--3{background-image:url(/static/media/category-other-lightgreen.f9672580.svg)}.marketplace-sidebar__sell-button{margin-bottom:30px}.marketplace-sidebar__sell-button .main-button{min-height:40px}.marketplace-sidebar__filter-buttons{margin-bottom:30px}.marketplace-sidebar__vicinity-input{margin-bottom:50px;padding:15px;border:1px solid #e5e5e5;background:#fff}.rh5v-DefaultPlayer_video{display:block!important}@media (min-width:992px){.rh5v-DefaultPlayer_video{max-width:100%!important}}.rh5v-Overlay_inner{width:75px!important;height:75px!important;background-color:initial!important}.rh5v-Overlay_inner svg{display:none!important}.rh5v-DefaultPlayer_controls,.rh5v-PlayPause_component:hover,.rh5v-Volume_component:hover{background-color:initial!important}.rh5v-Seek_track{height:10px!important;border-radius:10px!important;overflow:hidden!important}.rh5v-Seek_buffer{background-color:#fff!important}.rh5v-Seek_fill{background-color:#88bd23!important}.rh5v-Volume_slider{background-color:initial!important}.rh5v-Volume_track{background-color:#fff!important;width:10px!important;border-radius:2px!important}.rh5v-Volume_fill{background-color:#88bd23!important}.rh5v-DefaultPlayer_controls{-webkit-transition:none!important;transition:none!important}.rh5v-PlayPause_component{width:34px!important;height:34px!important;display:flex!important;justify-content:center!important;align-items:center!important}.rh5v-PlayPause_button svg{display:none!important}[aria-label="Play video"]{background-image:url(/static/media/play-small.561d3ced.svg)!important}[aria-label="Pause video"],[aria-label="Play video"]{width:18px!important;height:18px!important;background-repeat:no-repeat!important;background-position:50%!important;background-color:initial!important}[aria-label="Pause video"]{background-image:url(/static/media/pause-small.0efb1ec1.svg)!important}.rh5v-Volume_component{height:34px!important;width:34px!important;display:flex!important;justify-content:center!important;align-items:center!important}.rh5v-Volume_component svg{display:none!important}.rh5v-Volume_button{width:18px!important;height:18px!important;background-image:url(/static/media/sound.12498923.svg)!important;background-repeat:no-repeat!important;background-position:50%!important;background-color:initial!important}.rh5v-Fullscreen_component{height:34px!important;width:34px!important;background-color:initial!important}.rh5v-Fullscreen_component svg{-webkit-transform:scale(2)!important;transform:scale(2)!important;position:relative!important;top:2px!important}@media (min-width:992px){.default-layout__outer-content{padding-top:30px;display:flex;justify-content:center}}.default-layout__sidebar{display:none}@media (min-width:992px){.default-layout__sidebar{display:block;width:160px}}.default-layout__sidebar--right{width:160px}@media (min-width:1200px){.default-layout__sidebar--right{width:255px}}.default-layout__main-content{max-width:640px;margin:0 auto;padding-bottom:50px;flex-shrink:0}@media (min-width:992px){.default-layout__main-content{margin:0 15px;padding-bottom:0;display:block}}@media screen and (min-width:1050px){.default-layout__main-content{margin:0 30px}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{font-size:16px;line-height:1.2;font-family:Open Sans,sans-serif;background-color:#f2f2f2;color:#585858}button{padding:0;border:none;background-color:initial;cursor:pointer}button:active,button:focus{outline:none}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#bfbfbf}input::-moz-placeholder,textarea::-moz-placeholder{color:#bfbfbf}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#bfbfbf}input:-moz-placeholder,textarea:-moz-placeholder{color:#bfbfbf}input:active,input:focus,textarea:active,textarea:focus{outline:none}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{border:1px solid #e5e5e5;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#585858}.inpost-link{color:#3d5894;text-decoration:none}
/*# sourceMappingURL=main.40416bfd.chunk.css.map */