

/* Start:/local/js/vendor/slick/slick.css?15687227781776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/js/vendor/slick/slick-dots-plus/1.3/slick-dots-plus.css?15910101921319*/
.slick-dots-plus{
    overflow: hidden;
    height: 30px;
    padding-top: 7px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
}
.slick-dots-plus .slick-dots-plus-track{
    transition: transform 0.2s;
}
.slick-dots-plus .slick-dots-plus-button-box{
    height: 15px;
    width: 25px;
    float: left;
    opacity: 1;

    transition: opacity 0.2s;
}
.slick-dots-plus .slick-dots-plus-button{
    border: 2px solid white;
    background: transparent;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    transform-origin: 100% center;

    transition: margin 0.2s, width 0.2s, height 0.2s, background 0.2s;
}
.slick-dots-plus .slick-dots-plus-button-box.small.right .slick-dots-plus-button{
    transform-origin: 0 center;
}
.slick-dots-plus .slick-dots-plus-button-box.active .slick-dots-plus-button{
    background: white;
}
.slick-dots-plus .slick-dots-plus-button-box.small  .slick-dots-plus-button{
    transform: scale(0.66);
    border-width: 3px;
}
.slick-dots-plus .slick-dots-plus-button-box.mask{
    opacity: 0;
}
.slick-dots-plus .slick-dots-plus-button-box.mask .slick-dots-plus-button{
    cursor: default;
}
.slick-dots-plus .slick-dots-plus-button:focus{
    outline: none;
}
/* End */


/* Start:/local/assets/project-likes/style.css?15949821241138*/
.project-likes{
    border: none;
    background: none;
    color: white;
    padding: 0;
    vertical-align: sub;
    position: relative;
}
.project-likes:focus{
    outline: none;
}
.project-likes svg{
    width: 20px;
    height: 19px;
}
.project-likes__contour{
    fill: rgba(255, 255, 255, 0.51);
    -webkit-filter: drop-shadow(0 0 5px #000101);
    filter: drop-shadow(0 0 5px #000101);

    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.project-likes__overlay{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    fill: rgb(255, 255, 255);
}
.project-likes__count{
    color: white;
    opacity: 0.5;
    text-shadow: 0 0 5px #000101;
    position: relative;
    top: -4px;
}
@media only screen and (min-width: 992px) {
    .project-likes:hover .project-likes__contour {
        fill: white;
        -webkit-filter: none;
        filter: none;
    }

    .project-likes:hover .project-likes__count {
        text-shadow: none;
    }
}
.project-likes.--liked .project-likes__overlay{
    opacity: 1;
}
.project-likes.--liked .project-likes__contour{
    opacity: 0;
}
/* End */


/* Start:/local/css/elements/gwd.button.orange.css?1615447811914*/
a.btn.btn-orange,
button.btn.btn-orange{
    background-color: #c8821c;
    color: white;
    border: none!important;
    border-radius: 10px;

    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: normal;

    height: 65px;
    min-width: unset;
    box-shadow: inset 0 -5px 0 0 #bb6e00;

    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    justify-content: center;

    transition: all 0.2s;
}

a.btn.btn-orange:not(:disabled):hover,
button.btn.btn-orange:not(:disabled):hover{
    background-color: #ffb321;
    box-shadow: inset 0 -3px 0 0 #c98316;
    padding-bottom: 1px;
    text-decoration: none;
}
a.btn.btn-orange:not(:disabled):focus,
button.btn.btn-orange:not(:disabled):focus{
    outline: none;
    text-decoration: none;
}
/* End */


/* Start:/local/assets/gwd-text-input/gwd-text-input.css?16067422832992*/
.gwd-text-input{
    --font-size: 14px;
    --base-color: #f2f2f2;
    --base-color-hover: #dcdcdc;
    --text-color: #333;
    --error-color: #ff0000;
    --required-color: var(--error-color);
    --invalid-color: var(--error-color);
    --input-height: 50px;

    position: relative;
    display: block;
    margin-bottom: 0;
    transition: background 0.2s, border-color 0.2s;
    font-weight: normal;
    font-size: var(--font-size);
}
label.gwd-text-input{
    display: block;
}
.gwd-text-input__err-required{
    color: var(--required-color) !important;
}
.gwd-text-input__err-invalid{
    color: var(--invalid-color) !important;
}
.gwd-text-input__err-required,
.gwd-text-input__err-invalid{
    display: none;
    font-size: inherit;
    font-weight: normal;
    text-align: left;
}
.gwd-text-input__err-required{
    position: absolute;
    /*height: var(--input-height);*/
    height: 100%;
    width: 100% ;
    background: var(--base-color);
    border: 1px solid var(--required-color);
    border-radius: 10px;
    bottom: 0;
    padding-top: 15px;
    left: 0;
    z-index: 100;

    cursor: text;
}
.gwd-text-input__err-invalid{
    border-radius: 0;
    /*bottom: calc(var(--input-height) * -1);*/
    z-index: 10;
    margin-top: 10px;
}
.gwd-text-input__input,
textarea.gwd-text-input__input,
input.gwd-text-input__input{
    border: 1px solid var(--base-color)!important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    background: var(--base-color);
    color: var(--text-color);
    font-size: 14px;
    transition: all 0.2s;
    box-shadow: none;
    text-align: left;
}
textarea.gwd-text-input__input{
    padding-top: 15px;
    padding-bottom: 15px;
}
input.gwd-text-input__input{
    height: var(--input-height);
}
.gwd-text-input__input::-webkit-input-placeholder,
.gwd-text-input__input::-moz-placeholder,
.gwd-text-input__input:-ms-input-placeholder,
.gwd-text-input__input:-moz-placeholder,
input.gwd-text-input__input::-webkit-input-placeholder,
input.gwd-text-input__input::-moz-placeholder,
input.gwd-text-input__input:-ms-input-placeholder,
input.gwd-text-input__input:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    color: #333;
    opacity: 0.4;
}

.gwd-text-input__err-required,
/*.gwd-text-input__err-invalid,*/
input.gwd-text-input__input{
    padding-left: 20px;
}
.gwd-text-input__input:hover,
.gwd-text-input__input:focus,
textarea.gwd-text-input__input:hover,
textarea.gwd-text-input__input:focus,
input.gwd-text-input__input:hover,
input.gwd-text-input__input:focus{
    background-color: var(--base-color-hover);
    border-color: var(--base-color-hover)!important;
    box-shadow: none;
    outline: none;
}
.gwd-text-input__input.err-invalid{
    border: 1px solid var(--invalid-color)!important;
}
.gwd-text-input__input.err-invalid ~ .gwd-text-input__err-invalid{
    display: block;
}
.gwd-text-input__input.err-required ~ .gwd-text-input__err-required{
    display: block;
}
/* End */


/* Start:/local/assets/bottom-form/style.css?16067422832080*/
.gwd__bottom-form {
    background: #f9f9f9;
    text-align: center;
    position: relative;
}
.gwd__bottom-form h2{
    text-align: center;
    font-weight: 500;
    margin-top: 0;
}
.gwd__bottom-form .gwd__bottom-form__subheader{
    line-height: normal;
}
.gwd__bottom-form .gwd__bottom-form__field{
    text-align: left;
}
.gwd__bottom-form__input{
    width: 100%;
    display: block;
}
.gwd__bottom-form .gwd__bottom-form__fields label{
    font-weight: 400;
}
.gwd__bottom-form .gwd__bottom-form__field label:not(.gwd-text-input):first-child{
    margin-bottom: 10px;
}
.gwd__bottom-form__success{
    display: none;
    opacity: 0;
    background: inherit;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    flex-flow: column;
    justify-content: center;
    align-items: center;

    transition: opacity 0.2s;
}
.gwd__bottom-form__success__icon{
    height: 90px;
    margin-bottom: 60px;
}
.gwd__bottom-form .gwd__bottom-form__success__text {
    margin-top: 25px;
    margin-bottom: 0;
}
.gwd__bottom-form .gwd__bottom-form__success__header{
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
}
.gwd__bottom-form .gwd__bottom-form__success-close{
    border: none;
    width: 44px;
    height: 44px;
    background-color: transparent;
    background-image: url(/local/assets/bottom-form/close.svg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 20px;
    right: 20px;
}
.gwd__bottom-form .gwd__bottom-form__success-close:focus{
    outline: none;
}
.gwd__bottom-form .gwd__bottom-form__success-close:hover{
    background-image: url(/local/assets/bottom-form/close-hover.svg);
}

@keyframes form__success{
    10%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.gwd__bottom-form .gwd__bottom-form__success.--animated-shown{
    display: flex;
    opacity: 0;
    animation-name: form__success;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
/* End */


/* Start:/local/assets/bottom-form/style.desktop.css?1606742283726*/
.gwd__bottom-form{
    padding: 40px 30px;
}
.gwd__bottom-form .gwd__bottom-form__header{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: normal;
}
.gwd__bottom-form .gwd__bottom-form__subheader{
    margin-top: 0;
    margin-bottom: 35px;
}
.gwd__bottom-form .gwd__bottom-form__fields{
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}
.gwd__bottom-form .gwd__bottom-form__field{
    flex-basis: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}
.gwd__bottom-form .gwd__bottom-form__submit{
    margin: 40px auto 25px;
}

.gwd__bottom-form .gwd__checkbox-approve{
    text-align: center;
}


/* End */


/* Start:/local/include-areas/forms/checkbox-approve-with-error/style.css?16137320912288*/
.gwd__checkbox-approve{
    --color-standby: #aaaaaa;
    --color-hover: #99cc33;
    --color-error: #ff0000;

    --box-size: 20px;
    --font-size: 14px;
    --font-weight: 300;
    --transition-timing: 0.3s;

    font-size: var(--font-size);
    font-weight: var(--font-weight);
    text-align: left;
    display: block;
    width: 100%;
    min-height: var(--box-size);
}
.gwd__checkbox-approve .gwd__checkbox-approve__label{
    position: relative;
    padding-left: calc(var(--box-size) + 10px);
    padding-top: 2px;
    margin: 0;

    color: var(--color-standby);
    font-weight: inherit;

    display: inline-block;
    cursor: pointer;
}
.gwd__checkbox-approve .gwd__checkbox-approve__input{
    display: none;
}
.gwd__checkbox-approve .gwd__checkbox-approve__box{
    display: block;

    position: absolute;
    top: 0;
    left: 0;

    width: var(--box-size);
    height: var(--box-size);
    border-radius: 5px;

    border: 1px solid var(--color-standby);
    color: var(--color-standby);

    transition: border-color var(--transition-timing), color var(--transition-timing);
}
.gwd__checkbox-approve .gwd__checkbox-approve__box:before{
    font-size: calc(var(--box-size) * 1.2);
    position: relative;
    top: -0.15em;
    display: block;

    transform: scale(0);
    transform-origin: center;

    transition: transform var(--transition-timing);
}
.gwd__checkbox-approve .gwd__checkbox-approve__input:checked ~ .gwd__checkbox-approve__box:before{
    transform: scale(1);
}
.gwd__checkbox-approve .gwd__checkbox-approve__link{
    color: var(--color-standby);
    text-decoration: underline;
    font-weight: inherit;
}
.gwd__checkbox-approve .gwd__checkbox-approve__link:hover{
    color: var(--color-hover);
}
.gwd__checkbox-approve .gwd__checkbox-approve__error{
    display: none;
    font-size: var(--font-size);
    font-weight: 400;
    color: var(--color-error);
    opacity: 1;

    margin-top: 10px;
    margin-bottom: 0;
}
.gwd__checkbox-approve__label:hover .gwd__checkbox-approve__box{
    border-color: var(--color-hover);
    color: var(--color-hover);
}
.gwd__checkbox-approve.err-required .gwd__checkbox-approve__box{
    border-color: var(--color-error);
}
.gwd__checkbox-approve.err-required .gwd__checkbox-approve__error{
    display: block;
}
/* End */


/* Start:/local/assets/modal-form/style.css?16067422833477*/
.gwd__modal-form{
    display: none;
    --background-color: white;
}
.fancybox-container .fancybox-slide .gwd__modal-form{
    padding: 45px 30px;
    width: 420px;
    position: relative;
    display: block;
    text-align: left;
    line-height: 1.35;

    background: var(--background-color);
}
.fancybox-slide .gwd__modal-form button[type="submit"]{
    width: 100%;
}
.fancybox-slide .gwd__modal-form__header{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: inherit;
}
.fancybox-slide .gwd__modal-form__upper-text{
    margin-top: 0;
    margin-bottom: 25px;
    line-height: inherit;
    text-align: center;
}
.form-group>label{
    font-weight: 400;
}
.gwd__modal-form .form-group>label:not(.gwd-text-input):first-child{
    margin-bottom: 10px;
}
.fancybox-slide .gwd__modal-form .gwd__checkbox-approve{
    margin-bottom: 25px;
    margin-top: 0;
}
.fancybox-slide .gwd__modal-form .form-group{
    margin-bottom: 0;
    text-align: left;
}
.fancybox-slide .gwd__modal-form .form-group + .form-group{
    margin-top: 20px;
}
.fancybox-slide .gwd__modal-form .form-group + .gwd__checkbox-approve{
    margin: 25px 0;
}
.gwd__modal-form__success{
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    text-align: center;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.fancybox-slide .gwd__modal-form__success{
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    padding-left: 40px;
    padding-right: 40px;
}

.fancybox-slide .gwd__modal-form__success__icon{
    height: 90px;
    margin-bottom: 60px;
}
.fancybox-slide .gwd__modal-form__success__header{
    /*margin-top: 160px;*/
    font-size: 26px;
    margin: 0;
}
.fancybox-slide .gwd__modal-form__success__text{
    margin-top: 25px;
    margin-bottom: 0;
}
.fancybox-slide .gwd__modal-form .fancybox-close-small{
    background-image: url(/local/assets/modal-form/close.svg);
    width: 44px;
    height: 44px;
}
.fancybox-slide .gwd__modal-form .fancybox-close-small:hover{
    background-image: url(/local/assets/modal-form/close-hover.svg);
}
.fancybox-slide .gwd__modal-form .fancybox-close-small:after{
    content: none;
}
.fancybox-slide .gwd__modal-form .fancybox-close-small > *{
    display: none;
}

body > .fancybox-container ~ * .scroll_up{
    display: none;
}

@media only screen and (max-width: 991px){
    .fancybox-container .fancybox-slide .gwd__modal-form{
        padding: 15px 15px 30px;
        width: calc(100% - 30px);
    }
    .fancybox-slide .gwd__modal-form button[type="submit"]{
        width: 100%;
    }
    .fancybox-slide .gwd__modal-form__header{
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .gwd__modal-form__success{
        display: none;
        opacity: 0;
        transition: opacity 0.2s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
        text-align: center;
    }
}
@keyframes form__success{
    10%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.gwd__modal-form .gwd__modal-form__success.--animated-shown{
    display: flex;
    opacity: 0;
    animation-name: form__success;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
/* End */


/* Start:/local/css/elements/gwd.button.green.css?1615447811569*/
button.btn.btn-green,
a.btn.btn-green{
    border: none!important;
    background-color:  #587640;
    color: #ffffff!important;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    padding: 14px 40px 14px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    white-space: normal;
    line-height: 1.2;
}
button.btn.btn-green:not(:disabled):hover,
a.btn.btn-green:not(:disabled):hover{
    background-color: #79a258;
}
button.btn.btn-green:not(:disabled):focus,
a.btn.btn-green:not(:disabled):focus{
    outline: none;
}
/* End */


/* Start:/local/assets/checkbox-approve/checkbox-approve.css?15912598531219*/
label.gwd-checkbox-approve{
    display: inline-block;
    padding-left: 30px;
    padding-top: 2px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #aaaaaa;
    cursor: pointer;
    text-align: left;
}
.gwd-checkbox-approve.checkbox{
    margin-top: 0;
    margin-bottom: 0;
}
.gwd-checkbox-approve > a{
    text-decoration: underline;
    color: inherit;
}
.gwd-checkbox-approve > a:hover{
    color: #99cc33;
}
.gwd-checkbox-approve__input{
    display: none;
}
.gwd-checkbox-approve__box{
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: color 0.2s, border 0.2s;
}
.gwd-checkbox-approve__box.fa{
    font-size: 23px;
    display: block
}
.gwd-checkbox-approve__box:before{
    opacity: 0;
    position: relative;
    left: 0px;
    top: -3px;
    transition: opacity 0.2s;
}
.gwd-checkbox-approve__input:checked ~ .gwd-checkbox-approve__box:before{
    opacity: 1;
}
.gwd-checkbox-approve:hover .gwd-checkbox-approve__box{
    border-color: #99cc33;
    color: #99cc33;
}
/* End */


/* Start:/local/assets/btn-scroll-up/scrollUp.css?15879869071035*/
button.scroll_up{
    position: fixed;
    bottom: -100px;
    right: calc(50% - 570px - 34px);
    border: none;
    display: block;
    width: 68px;
    height: 68px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    z-index: 100000;

    transition: background-color 0.1s, bottom 0.2s;
}
button.scroll_up{
    position: fixed;
    bottom: 20px;
    opacity: 0;

    transition: opacity 0.4s;
}
button.scroll_up img{
    position: relative;
    top: 3px;
    right: -1px;
}
button.scroll_up:focus{
    outline: none;
}
button.scroll_up:hover{
    background: #f1f1f1;
}

button.scroll_up.fixed{
    position: fixed;
    opacity: 1;
}
button.scroll_up.pinned{
    position: absolute;
    right: -18px;
    bottom: 230px;
}
@media (max-width: 991px) {

    button.scroll_up {
        width: 40px;
        height: 40px;
        right: 32px;
        bottom: 100px;
    }

    button.scroll_up img {
        height: 8px;
        right: 0px;
        top: 6px;
    }
}
/* End */
/* /local/js/vendor/slick/slick.css?15687227781776 */
/* /local/js/vendor/slick/slick-dots-plus/1.3/slick-dots-plus.css?15910101921319 */
/* /local/assets/project-likes/style.css?15949821241138 */
/* /local/css/elements/gwd.button.orange.css?1615447811914 */
/* /local/assets/gwd-text-input/gwd-text-input.css?16067422832992 */
/* /local/assets/bottom-form/style.css?16067422832080 */
/* /local/assets/bottom-form/style.desktop.css?1606742283726 */
/* /local/include-areas/forms/checkbox-approve-with-error/style.css?16137320912288 */
/* /local/assets/modal-form/style.css?16067422833477 */
/* /local/css/elements/gwd.button.green.css?1615447811569 */
/* /local/assets/checkbox-approve/checkbox-approve.css?15912598531219 */
/* /local/assets/btn-scroll-up/scrollUp.css?15879869071035 */
