/* /local/templates/contest/css/project_assessment_lib.css */
/* 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;
    outline: none;
    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;
}





@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/contest/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/contest/css/./fonts/slick.eot');
    src: url('/local/templates/contest/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/contest/css/./fonts/slick.woff') format('woff'), url('/local/templates/contest/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/contest/css/./fonts/slick.svg#slick') format('svg');
    font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: transparent !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

/* /local/templates/contest/css/project_assessment.css */
@font-face {
    font-family: 'Brygada1918';
    font-weight: 300;
    font-style: normal;
    src: url('/local/templates/zcc/fonts/Brygada1918-Regular.eot');
    src: local('Brygada1918 Regular'), local('Brygada1918 Regular'),
    url('/local/templates/zcc/fonts/Brygada1918-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Brygada1918-Regular.woff') format('woff'),
    url('/local/templates/zcc/fonts/Brygada1918-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Brygada1918';
    font-weight: 600;
    font-style: normal;
    src: url('/local/templates/zcc/fonts/Brygada1918-SemiBold.eot');
    src: local('Brygada1918 SemiBold'), local('Brygada1918 SemiBold'),
    url('/local/templates/zcc/fonts/Brygada1918-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Brygada1918-SemiBold.woff') format('woff'),
    url('/local/templates/zcc/fonts/Brygada1918-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Brygada1918';
    src: local('Brygada1918 Bold'), local('Brygada1918 Bold'),
    url('/local/templates/zcc/fonts/Brygada1918-Bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 100;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
    url('/local/templates/zcc/fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-Thin.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-Thin.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 100;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-ThinItalic.eot');
    src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
    url('/local/templates/zcc/fonts/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-ThinItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-ThinItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 200;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-UltraLight.eot');
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
    url('/local/templates/zcc/fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-UltraLight.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-UltraLight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 200;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-UltraLightItalic.eot');
    src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
    url('/local/templates/zcc/fonts/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-UltraLightItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 300;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-LightItalic.eot');
    src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
    url('/local/templates/zcc/fonts/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-LightItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-LightItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 300;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
    url('/local/templates/zcc/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-Light.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('/local/templates/zcc/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-Regular.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: normal;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-RegularItalic.eot');
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
    url('/local/templates/zcc/fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-RegularItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-RegularItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
    url('/local/templates/zcc/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-Medium.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-MediumItalic.eot');
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
    url('/local/templates/zcc/fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-MediumItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-MediumItalic.ttf') format('truetype');
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy';
    font-weight: 600;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-SemiBoldItalic.eot');
    src: local('Gilroy SemiBold Italic'), local('Gilroy-SemiBoldItalic'),
    url('/local/templates/zcc/fonts/Gilroy-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-SemiBoldItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy';
    font-weight: 600;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
    url('/local/templates/zcc/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-SemiBold.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('/local/templates/zcc/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-Bold.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: bold;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-BoldItalic.eot');
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
    url('/local/templates/zcc/fonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-BoldItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-BoldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 800;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('/local/templates/zcc/fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 800;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-ExtraBoldItalic.eot');
    src: local('Gilroy ExtraBold Italic'), local('Gilroy-ExtraBoldItalic'),
    url('/local/templates/zcc/fonts/Gilroy-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-ExtraBoldItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 900;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
    url('/local/templates/zcc/fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-Heavy.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 900;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-HeavyItalic.eot');
    src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
    url('/local/templates/zcc/fonts/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-HeavyItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-HeavyItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 900;
    font-style: italic;

    src: url('/local/templates/contest/css/fonts/Gilroy-BlackItalic.eot');
    src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
    url('/local/templates/zcc/fonts/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-BlackItalic.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-BlackItalic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 900;
    font-style: normal;

    src: url('/local/templates/contest/css/fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
    url('/local/templates/zcc/fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zcc/fonts/Gilroy-Black.woff') format('woff'),
    url('/local/templates/zcc/fonts/Gilroy-Black.ttf') format('truetype');
    font-display: swap;
}


* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color:transparent;
    scroll-behavior: smooth;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    -o-font-smoothing:antialiased;
    font-smoothing:antialiased;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    font-size: 14px;
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    line-height: 17px;
    width: 100%;
    height: 100%;
    color: #2D2D2D;
}

body input:not([type="checkbox"]),
body select,
body textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #2D2D2D;
}


body input:not([type="checkbox"])::-webkit-input-placeholder,
body select::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #96A3AE;
}

body input:not([type="checkbox"])::-moz-placeholder,
body select::-moz-placeholder,
body textarea::-moz-placeholder {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #96A3AE;
}

body input:not([type="checkbox"]):-ms-input-placeholder,
body select:-ms-input-placeholder,
body textarea:-ms-input-placeholder {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #96A3AE;
}

body input:not([type="checkbox"]):-moz-placeholder,
body select:-moz-placeholder,
body textarea:-moz-placeholder {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #96A3AE;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: #2D2D2D;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}


ol, ul {
    list-style: none;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    cursor:pointer;
    outline:0;
    border: 0;
    text-decoration:none;
    color:inherit
}

button {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    outline: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: all .3s ease-out;
}

img {
    max-width:100%;
    height: auto;
    user-select:none;
}

picture {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
    width: 100%;
    font-family: 'Gilroy', sans-serif;
}

h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 67px;
    letter-spacing: -0.025em;
    color: #2D2D2D;
    margin: 0 0 20px 0;
}

.md, .xs {
    display: none;
}

.wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto;
    background: #ffffff;
}

.container {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 20px;
    position: relative;
}

main {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-top: 60px;
    padding-bottom: 58px;
}

header {
    background: #1C1C1C url("/upload/frontend/estimate_project_header.jpeg") no-repeat center center;
    background-size: contain;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

header nav {
    height: 100%;
}

header ul {
    height: 100%;
    display: flex;
    align-items: center;
}

header ul li {
    margin-right: 70px;
}

header ul li:last-child {
    margin-right: 0;
}

header ul li a {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    transition: opacity .3s ease-out;
    white-space: nowrap;
}

header ul li a:hover {
    opacity: 0.8;
}

footer {
    background: #FFFFFF;
    border: 1px solid rgba(150, 163, 174, 0.2);
    height: 78px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .send-assessment.disabled {
    background: #96A3AE;
    cursor: auto;
    transition:  opacity 0s ease-out;
    opacity: 1;
}

footer .send-assessment {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 9px 23px;
    cursor: pointer;
    background: #BE9B64;
    transition:  opacity .3s ease-out;
}

footer .send-assessment:hover {
    opacity: 0.8;
}

footer .send-assessment:active,
footer .send-assessment.disabled:hover {
    opacity: 1;
}

.project__wrap {
    margin: 60px 0 0 0;
}

.project__nomination .project__title {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 44px;
}

.project__nomination .project__title h2 {
    font-family: 'Brygada1918';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    width: auto;
    margin-right: 9px;
}

.project__nomination .project__title .project__info {
    font-family: 'Gilroy';
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #2D2D2D;
}

.project__nomination .project__list {
    display: flex;
    flex-wrap: wrap;
}

.project__nomination .project__item {
    width: calc(100%/3 - 58px/3);
    margin-right: 29px;
    margin-bottom: 101px;
    position: relative;
}

.project__nomination .project__item:nth-child(3n+3) {
    margin-right: 0;
}

.project__nomination .project__item:nth-child(3n+3):after {
    content: '';
    width: calc(100vw - 40px);
    height: 1px;
    background: rgba(150, 163, 174, 0.2);
    left: calc(-9px - 50% - 50vw); /* calc(-200% - 58px - 20px - (100vw - 300% - 58px - 40px)/2 + 20px) */
    position: absolute;
    bottom: -51px;
}

.project__nomination .project__item:last-child:after {
    display: none;
}

.project__nomination .project__item .slider__main {
    margin-bottom: 15px;
    height: 215px;
    overflow: hidden;
}

.project__nomination .project__item .slider__main--slide {
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project__nomination .project__item .slider__main--slide a {
    cursor: zoom-in;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project__nomination .project__item .slider__main--slide img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.project__nomination .project__item .slider__nav--wrap {
    position: relative;
}

.project__nomination .project__item .slider__nav {
    height: 34px;
    overflow: hidden;
}

.project__nomination .project__item .slider__nav--slide {
    width: 50px;
    margin-right: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.project__nomination .project__item .slider__nav--slide img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.project__nomination .project__item .slider__nav--wrap .slider__nav--arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF url("/upload/frontend/assessment_arrow_prev.svg") no-repeat center center;
    box-shadow: 0 0 2px rgba(45, 45, 45, 0.1);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -9px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .3s ease-out;
}

.project__nomination .project__item .slider__nav--wrap .slider__nav--arrow:hover {
    opacity: 0.8;
}

.project__nomination .project__item .slider__nav--wrap .slider__nav--arrow:active {
    opacity: 1;
}

.project__nomination .project__item .slider__nav--wrap .slider__nav--arrow.arrow--next {
    left: auto;
    right: -9px;
    transform: translateY(-50%) rotate(180deg);
}

.project__nomination .project__item .project__item--picture {
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(45, 45, 45, 0.3);
    margin-bottom: 15px;
}

.project__nomination .project__item .project__item--picture .project__label--rating {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    border-radius: 2px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 600;
    background: rgba(190,155,100,.6);
    backdrop-filter: blur(6px);
    min-width: 32px;
}

.project__nomination .project__item .project__item--header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 16px;
    margin-bottom: 15px;
    position: relative;
}

.project__nomination .project__item .project__item--header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #BE9B64;
    width: 56px;
    height: 2px;
}

.project__nomination .project__item .project__item--title {
    font-family: 'Brygada1918';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #2D2D2D;
}

.project__nomination .project__item .project__item--header a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #2D2D2D;
    border-bottom: 0.5px solid #2D2D2D;
    transition: border .3s ease-out;
    white-space: nowrap;
    margin-left: 20px;
}

.project__nomination .project__item .project__item--header a:hover {
    border-bottom: 0.5px solid transparent;
}

.project__nomination .project__item .rating__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 15px;
}

.project__nomination .project__item .rating__row:last-child {
    margin-bottom: 0;
}

.project__nomination .project__item .rating__row--title {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #2D2D2D;
    display: block;
    margin-bottom: 5px;
}

.project__nomination .project__item .rating__row--stars {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: 17px;
}

.project__nomination .project__item .rating__row--stars .rating-star {
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 0;
    cursor: pointer;
}

.project__nomination .project__item .rating__row--stars .rating-star--empty {
    background: url("/upload/frontend/assessment_empty_star.svg") no-repeat center;
    background-size: contain;
}

.project__nomination .project__item .rating__row--stars .rating-star--fill {
    background: url("/upload/frontend/assessment_fill_star.svg") no-repeat center;
    background-size: contain;
}

.project__nomination .project__item .rating__row--stars .rating-star--hover {
    background: url("/upload/frontend/assessment_fill_star.svg") no-repeat center;
    background-size: contain;
    opacity: 0.8;
}

.project__nomination .project__item .rating__row--stars .rating-star--not-hover {
    background: url("/upload/frontend/assessment_empty_star.svg") no-repeat center;
    background-size: contain;
}

.bx-authform {
    margin-top: 30px;
}

.bx-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
    font-family: RobotoRegular;
}

.bx-authform input[type="submit"] {
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    width: 140px;
    height: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
    outline: 0;
    background: #be9b64;
    box-shadow: 0 0 2px rgb(0 0 0 / 12%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-user-select: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: 1px solid #CCD5DB;
}

.project__wrap--info {
    margin: 0 auto 60px auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    max-width: 1000px;
}

.project__wrap--info p {
    margin-bottom: 10px;
}

.project__wrap--info p:last-child {
    margin-bottom: 0;
}

.project__wrap--info p .highlighted {
    color: #BE9B64;
    font-weight: 600;
}

@media only screen and (max-width: 1199px) {
    .md {
        display: block;
    }

    .no-md{
        display: none;
    }

    .wrapper {
        min-width: 100%;
    }

    .container {
        max-width: 100%;
        width: 820px;
    }

    header {
        background: #1C1C1C url(/upload/frontend/estimate_project_header_tablet.jpeg) no-repeat center center;
        background-size: cover;
    }

    .project__nomination .project__item,
    .project__nomination .project__item:nth-child(3n+3) {
        width: calc(50% - 39px/2);
        margin-right: 39px;
    }

    .project__nomination .project__item:nth-child(even) {
        margin-right: 0;
    }

    .project__nomination .project__item:nth-child(3n+3):not(:nth-child(2n+2)):after {
        display: none;
    }

    .project__nomination .project__item:nth-child(2n+2):after {
        content: '';
        width: calc(100vw - 40px);
        height: 1px;
        background: rgba(150, 163, 174, 0.2);
        left: calc(0.5px - 50vw); /* calc(-100% - 39px - 20px - (100vw - 200% - 39px - 40px)/2 + 20px) */
        position: absolute;
        bottom: -51px;
    }

    .project__nomination .project__item:last-child:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .xs {
        display: block;
    }

    .no-xs {
        display: none;
    }

    header {
        background: #1C1C1C url(/upload/frontend/estimate_project_header_mobile.jpeg) no-repeat center center;
        background-size: cover;
    }

    header .menu__button {
        width: 17px;
        height: 17px;
        background: transparent url("/upload/frontend/assessment_burger_menu.svg") no-repeat center center;
        background-size: cover;
    }

    header .menu__button.active {
        background: transparent url("/upload/frontend/assessment_burger_menu_close.svg") no-repeat center center;
        background-size: cover;
    }

    header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .project__wrap {
        margin: 27px 0 0 0;
    }

    .project__nomination .project__title {
        flex-direction: column;
    }

    .project__nomination .project__title h2 {
        line-height: 33px;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .project__nomination .project__title {
        margin-bottom: 31px;
    }

    .project__nomination .project__item,
    .project__nomination .project__item:nth-child(3n+3),
    .project__nomination .project__item:nth-child(even) {
        width: 100%;
        margin-right: 0;
        padding-bottom: 41px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(150, 163, 174, 0.2);
    }

    .project__nomination .project__item:last-child {
        border-bottom: 0;
    }

    .project__nomination .project__item .slider__main {
        height: 52vw;
    }

    .project__nomination .project__item .slider__main .slick-list,
    .project__nomination .project__item .slider__main .slick-track,
    .project__nomination .project__item .slider__main--slide {
        height: 100%;
    }

    .project__nomination .project__item .slider__nav--slide {
        margin-right: 21px;
    }

    .project__nomination .project__item .rating__row--stars .rating-star {
        height: 16px;
        margin-left: 5px;
    }

    .project__nomination .project__item:nth-child(2n+2):after {
        display: none;
    }

    html.no-scroll {
        height: calc(100vh + 100px);
    }

    body.no-scroll {
        height: calc(100vh + 100px);
        position: fixed;
    }

    .popup__menu {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 60px);
        height: calc(var(--vh, 1vh) * 100 - 60px);
        background: rgba(45, 45, 45, 0.9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 12;
        display: none;
        padding: 30px 20px;
    }

    html.no-scroll::-webkit-scrollbar,
    body.no-scroll::-webkit-scrollbar{
        display: none;
    }

    html.no-scroll::-webkit-scrollbar-track,
    body.no-scroll::-webkit-scrollbar-track {
        display: none;
    }

    html.no-scroll::-webkit-scrollbar-thumb,
    body.no-scroll::-webkit-scrollbar-thumb{
        display: none;
    }

    .popup__menu.active {
        display: block;
    }

    .popup__menu.active li {
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .popup__menu.active li:last-child {
        margin-bottom: 0;
    }

    .project__wrap--info {
        margin: 0 auto 27px auto;
        font-size: 16px;
        line-height: 21px;
        max-width: 100%;
    }
}

