

/* Start:/local/templates/custom/css/bootstrap-reboot.min.css?16361080033939*/
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}p{margin:0;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
/* End */


/* Start:/local/templates/custom/css/typography.css?16361080033037*/
@font-face{
    font-family: 'Didact-Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/custom/css/../fonts/DidactGothic-Regular.eot');
    src: url('/local/templates/custom/css/../fonts/DidactGothic-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/custom/css/../fonts/DidactGothic-Regular.woff2') format('woff2'),
    url('/local/templates/custom/css/../fonts/DidactGothic-Regular.woff') format('woff'),
    url('/local/templates/custom/css/../fonts/DidactGothic-Regular.ttf') format('truetype'),
    url('/local/templates/custom/css/../fonts/DidactGothic-Regular.svg#DidactGothic-Regular') format('svg');
    font-display: swap;
}

body{
    font-family: Didact-Gothic, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    min-width: 320px;
    color: #000;
}

img{
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
    margin: 0;
}

a{
    color: #000;
}

.mt-15{
    margin-top: 15px;
}

.mb-15{
    margin-bottom: 15px;
}

.ta-c{
    text-align: center;
}

a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}

ol,
ul{
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}

ul.list li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    list-style: none;
}

ul.list li:before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    content: '';
    color: #fff;
    border-radius: 50%;
    background-color: #00937f;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 13px 13px;
}

ul.list li:after{
    position: absolute;
    top: 50%;
    left: 0;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    content: '';
    background-image: url(data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2213px%22%20height=%2213px%22%20viewBox=%220%200%2013%2013%22%20enable-background=%22new%200%200%2013%2013%22%20fill=%22white%22%20xml:space=%22preserve%22%3E%3Cpolygon%20points=%225.159,2.802%208.841,6.57%205.314,10.291%204.237,9.254%206.897,6.51%204.159,3.833%20%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 13px 13px;
}

button{
    cursor: pointer;
    text-align: left;
    border: none;
    background: none;
}

button:hover,
button:active,
button:focus{
    outline: none;
}

input[type='text'],
button{
    padding: 0;
    color: #000;
    border: none;
    border-radius: 0;
    outline: none;

    -webkit-appearance: none;
}

label{
    margin: 0;
    padding: 0;
}

textarea{
    border: none;
    outline: none;
}

h1{
    font-size: 37px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 30px;
}

h2{
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #3a3a3a;
}

h3{
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #3a3a3a;
}

ol{
    margin: 20px 0;
    padding-left: 20px;
    list-style-type: decimal;
}

ol li{
    margin: 10px 0;
}

select{
    outline: none;
}

/* End */


/* Start:/local/templates/custom/css/slick.css?16361080031776*/
/* 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/templates/custom/css/bootstrap-grid.min.css?163610800328977*/
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:750px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1200px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* End */


/* Start:/local/templates/custom/css/jquery.fancybox.min.css?163610800312795*/
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)}}
/* End */


/* Start:/local/templates/custom/template_styles.css?178575011288492*/
/* ==========================================================================
HEADER
========================================================================== */

.row-header{
    padding: 16px 0;
    background: #000;
}

.row-header.main-page{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
}

/* logo */

.header-logo{
    max-width: 209px;
}

/* social */

.header-social{
    display: flex;
    margin: 15px 0 9px;

    justify-content: center;
}

.header-social a{
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 7px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    border: 1px solid #fff;
    border-radius: 50%;
}

.header-social a:hover{
    opacity: .8;
}

.header-social a.in:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    content: '';
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.465%201.066C8.638%201.012%209.012%201%2012%201c2.988%200%203.362.013%204.534.066c1.172.053%201.972.24%202.672.511c.733.277%201.398.71%201.948%201.27c.56.549.992%201.213%201.268%201.947c.272.7.458%201.5.512%202.67C22.988%208.639%2023%209.013%2023%2012c0%202.988-.013%203.362-.066%204.535c-.053%201.17-.24%201.97-.512%202.67a5.396%205.396%200%200%201-1.268%201.949c-.55.56-1.215.992-1.948%201.268c-.7.272-1.5.458-2.67.512c-1.174.054-1.548.066-4.536.066c-2.988%200-3.362-.013-4.535-.066c-1.17-.053-1.97-.24-2.67-.512a5.397%205.397%200%200%201-1.949-1.268a5.392%205.392%200%200%201-1.269-1.948c-.271-.7-.457-1.5-.511-2.67C1.012%2015.361%201%2014.987%201%2012c0-2.988.013-3.362.066-4.534c.053-1.172.24-1.972.511-2.672a5.396%205.396%200%200%201%201.27-1.948a5.392%205.392%200%200%201%201.947-1.269c.7-.271%201.5-.457%202.67-.511zm8.98%201.98c-1.16-.053-1.508-.064-4.445-.064c-2.937%200-3.285.011-4.445.064c-1.073.049-1.655.228-2.043.379c-.513.2-.88.437-1.265.822a3.412%203.412%200%200%200-.822%201.265c-.151.388-.33.97-.379%202.043c-.053%201.16-.064%201.508-.064%204.445c0%202.937.011%203.285.064%204.445c.049%201.073.228%201.655.379%202.043c.176.477.457.91.822%201.265c.355.365.788.646%201.265.822c.388.151.97.33%202.043.379c1.16.053%201.507.064%204.445.064c2.938%200%203.285-.011%204.445-.064c1.073-.049%201.655-.228%202.043-.379c.513-.2.88-.437%201.265-.822c.365-.355.646-.788.822-1.265c.151-.388.33-.97.379-2.043c.053-1.16.064-1.508.064-4.445c0-2.937-.011-3.285-.064-4.445c-.049-1.073-.228-1.655-.379-2.043c-.2-.513-.437-.88-.822-1.265a3.413%203.413%200%200%200-1.265-.822c-.388-.151-.97-.33-2.043-.379zm-5.85%2012.345a3.669%203.669%200%200%200%204-5.986a3.67%203.67%200%201%200-4%205.986zM8.002%208.002a5.654%205.654%200%201%201%207.996%207.996a5.654%205.654%200%200%201-7.996-7.996zm10.906-.814a1.337%201.337%200%201%200-1.89-1.89a1.337%201.337%200%200%200%201.89%201.89z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

.header-social a.fb:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 19px;
    content: '';
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M23.446%2018l.889-5.791h-5.557V8.451c0-1.584.776-3.129%203.265-3.129h2.526V.392S22.277.001%2020.085.001c-4.576%200-7.567%202.774-7.567%207.795v4.414H7.431v5.791h5.087v14h6.26v-14z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

/* email */

.header-email{
    text-align: center;
}

.header-email a{
    color: #fff;
}

/* nav */

.header-nav > ul{
    font-size: 20px;
	font-weight: bold;
    display: flex;

    justify-content: flex-end;
}

.header-nav > ul > li{
    position: relative;
}

.header-nav > ul > li:not(:first-child){
    margin-left: 25px;
}

.header-nav > ul > li > a{
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    color: #fff;
}

.header-nav > ul > li > a:hover{
    text-decoration: underline;
    color: #f00;
}

.header-nav > ul > li > a.selected{
    color: #f00;
}

/* sub */

.header-nav > ul > li > ul{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 50%;
    visibility: hidden;
    width: 150px;
    padding: 10px 0;
    transform: translate(-50%, 0);
    opacity: 0;
    border: 1px solid #38393d;
    background-color: #000;
}

.header-nav > ul > li > ul:after{
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: '';
}

.header-nav > ul > li:hover > ul{
    visibility: visible;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    opacity: 1;
}

.header-nav > ul > li > ul > li{
    padding: 7px 15px;
}

.header-nav > ul > li > ul > li > a{
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    color: #fff;
}

.header-nav > ul > li > ul > li > a:hover{
    text-decoration: underline;
    color: #f00;
}

.header-nav > ul > li > ul > li.selected > a{
    color: #f00;
}

/* ==========================================================================
MOBILE HEADER
========================================================================== */

.row-mob-header{
    padding: 10px 0;
    background: #000;
}

/* humburger */

.humburger{
    width: 35px;
    padding: 10px 0;
    cursor: pointer;
}

.humburger:before{
    display: block;
    height: 2px;
    content: '';
    background-color: #fff;
}

.humburger span{
    display: block;
    height: 2px;
    margin: 7px 0;
    background-color: #fff;
}

.humburger:after{
    display: block;
    height: 2px;
    content: '';
    background-color: #fff;
}

/* logo */

.mob-header-logo{
    max-width: 30px;
    margin: 0 auto;
    text-align: center;
}

/* social */

.mob-header-social{
    display: flex;
    margin-bottom: 5px;

    justify-content: flex-end;
}

.mob-header-social a{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    border: 1px solid #fff;
    border-radius: 50%;
}

.mob-header-social a.in:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    content: '';
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.465%201.066C8.638%201.012%209.012%201%2012%201c2.988%200%203.362.013%204.534.066c1.172.053%201.972.24%202.672.511c.733.277%201.398.71%201.948%201.27c.56.549.992%201.213%201.268%201.947c.272.7.458%201.5.512%202.67C22.988%208.639%2023%209.013%2023%2012c0%202.988-.013%203.362-.066%204.535c-.053%201.17-.24%201.97-.512%202.67a5.396%205.396%200%200%201-1.268%201.949c-.55.56-1.215.992-1.948%201.268c-.7.272-1.5.458-2.67.512c-1.174.054-1.548.066-4.536.066c-2.988%200-3.362-.013-4.535-.066c-1.17-.053-1.97-.24-2.67-.512a5.397%205.397%200%200%201-1.949-1.268a5.392%205.392%200%200%201-1.269-1.948c-.271-.7-.457-1.5-.511-2.67C1.012%2015.361%201%2014.987%201%2012c0-2.988.013-3.362.066-4.534c.053-1.172.24-1.972.511-2.672a5.396%205.396%200%200%201%201.27-1.948a5.392%205.392%200%200%201%201.947-1.269c.7-.271%201.5-.457%202.67-.511zm8.98%201.98c-1.16-.053-1.508-.064-4.445-.064c-2.937%200-3.285.011-4.445.064c-1.073.049-1.655.228-2.043.379c-.513.2-.88.437-1.265.822a3.412%203.412%200%200%200-.822%201.265c-.151.388-.33.97-.379%202.043c-.053%201.16-.064%201.508-.064%204.445c0%202.937.011%203.285.064%204.445c.049%201.073.228%201.655.379%202.043c.176.477.457.91.822%201.265c.355.365.788.646%201.265.822c.388.151.97.33%202.043.379c1.16.053%201.507.064%204.445.064c2.938%200%203.285-.011%204.445-.064c1.073-.049%201.655-.228%202.043-.379c.513-.2.88-.437%201.265-.822c.365-.355.646-.788.822-1.265c.151-.388.33-.97.379-2.043c.053-1.16.064-1.508.064-4.445c0-2.937-.011-3.285-.064-4.445c-.049-1.073-.228-1.655-.379-2.043c-.2-.513-.437-.88-.822-1.265a3.413%203.413%200%200%200-1.265-.822c-.388-.151-.97-.33-2.043-.379zm-5.85%2012.345a3.669%203.669%200%200%200%204-5.986a3.67%203.67%200%201%200-4%205.986zM8.002%208.002a5.654%205.654%200%201%201%207.996%207.996a5.654%205.654%200%200%201-7.996-7.996zm10.906-.814a1.337%201.337%200%201%200-1.89-1.89a1.337%201.337%200%200%200%201.89%201.89z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

.mob-header-social a.fb:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 15px;
    content: '';
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M23.446%2018l.889-5.791h-5.557V8.451c0-1.584.776-3.129%203.265-3.129h2.526V.392S22.277.001%2020.085.001c-4.576%200-7.567%202.774-7.567%207.795v4.414H7.431v5.791h5.087v14h6.26v-14z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

/* email */

.mob-header-email{
    font-size: 16px;
    text-align: right;
}

.mob-header-email a{
    color: #fff;
}

/* ==========================================================================
SIDENAV
========================================================================== */

.sidenav{
    position: fixed;
    z-index: 1;
    z-index: 1040;
    top: 0;
    right: 0;
    overflow-x: hidden;
    width: 0;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .3s;
    background-color: #000;
}

.sidenav > .container{
    min-width: 280px;
}

.sidenav-close{
    margin-bottom: 10px;
}

.sidenav-close span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M2%2030L30%202m0%2028L2%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center / contain;
}

/* menu */

.sidenav-nav{
    margin-bottom: 20px;
    border-bottom: 1px solid #556a77;
}

.sidenav-nav > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidenav-nav > ul > li{
    display: flex;

    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.sidenav-nav > ul > li:not(:first-child){
    border-top: 1px solid #556a77;
}

.sidenav-nav > ul > li > a{
    font-size: 18px;
    position: relative;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}

.sidenav-nav > ul > li.parent{
    position: relative;
}

.sidenav-nav > ul > li.parent > span{
    display: block;
    min-width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'6px\' height=\'10px\' viewBox=\'0 0 6 10\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3EPath%3C/title%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'arrow-right\' fill=\'%23FFFFFF\' fill-rule=\'nonzero\'%3E%3Cpath d=\'M4,5 L0.859,1.58 C0.59082184,1.30915301 0.59082184,0.87284699 0.859,0.602 C0.98681102,0.47221666 1.16134795,0.39913703 1.3435,0.39913703 C1.52565205,0.39913703 1.70018898,0.47221666 1.828,0.602 L5.658,4.51 C5.9257544,4.78141064 5.9257544,5.2175894 5.658,5.489 L1.828,9.397 C1.70018898,9.5267833 1.52565205,9.599863 1.3435,9.599863 C1.16134795,9.599863 0.98681102,9.5267833 0.859,9.397 C0.59082184,9.126153 0.59082184,8.689847 0.859,8.419 L4,5 Z\' id=\'Path\'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center center no-repeat;
    background-size: 13px 13px;
}

.sidenav-nav > ul > li.parent > span.active{
    -webkit-transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

/* sub */

.sidenav-nav > ul > li.parent > ul{
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    list-style-type: none;
    border-top: 1px solid #556a77;
}

.sidenav-nav > ul > li.selected > ul{
    display: block;
    padding-bottom: 10px;
}

.sidenav-nav > ul > li > ul > li > a{
    font-size: 18px;
    display: block;
    padding: 10px;
    color: #fff;
}

.sidenav-nav > ul > li.selected > a,
.sidenav-nav > ul > li > ul > li.selected > a{
    color: #f00;
}

/* ==========================================================================
OVERLAY
========================================================================== */

.modal-open{
    overflow: hidden;
}

.overlay{
    position: fixed;
    z-index: 104;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}

/* ==========================================================================
SLIDER
========================================================================== */

/* nav */

.index-slider{
    visibility: hidden;
	/* max-width: 1920px; */
    margin: 0 auto;
    opacity: 0;
}

.index-slider.slick-initialized{
    visibility: visible;
    opacity: 1;
}

.index-slider .slick-slide img{
	max-width: none;
	width: 100%;
}

.index-slider .slick-prev{
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 15px;
    width: 70px;
    height: 25px;
    transform: translate(0, -50%);
    background: url(/local/templates/custom/i/arrow-long-prev.svg) center top / cover no-repeat;
}

.index-slider .slick-next{
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;
    width: 70px;
    height: 25px;
    transform: translate(0, -50%);
    background: url(/local/templates/custom/i/arrow-long-next.svg) center top / cover no-repeat;
}

.index-slider .swiper-button-prev:after,
.index-slider .swiper-button-next:after{
    content: none;
}

/* dots */

.index-slider .slick-dots{
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex !important;
    width: 100%;
    margin: 0;
    padding: 0;

    justify-content: center;
}

.index-slider .slick-dots li{
    font-size: 0;
    width: 50px;
    height: 2px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    background: #fff;
}

.index-slider .slick-dots li.slick-active{
    opacity: .4;
}

/* ==========================================================================
FOOTER
========================================================================== */

.row-footer{
    padding: 15px 0;
    background: #38393d;
}

/* logo */

.footer-logo{
    max-width: 209px;
}

/* social */

.footer-social{
    display: flex;
    margin: 15px 0 9px;

    justify-content: center;
}

.footer-social a{
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 7px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    border: 1px solid #fff;
    border-radius: 50%;
}

.footer-social a:hover{
    opacity: .8;
}

.footer-social a.in:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    content: '';
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.465%201.066C8.638%201.012%209.012%201%2012%201c2.988%200%203.362.013%204.534.066c1.172.053%201.972.24%202.672.511c.733.277%201.398.71%201.948%201.27c.56.549.992%201.213%201.268%201.947c.272.7.458%201.5.512%202.67C22.988%208.639%2023%209.013%2023%2012c0%202.988-.013%203.362-.066%204.535c-.053%201.17-.24%201.97-.512%202.67a5.396%205.396%200%200%201-1.268%201.949c-.55.56-1.215.992-1.948%201.268c-.7.272-1.5.458-2.67.512c-1.174.054-1.548.066-4.536.066c-2.988%200-3.362-.013-4.535-.066c-1.17-.053-1.97-.24-2.67-.512a5.397%205.397%200%200%201-1.949-1.268a5.392%205.392%200%200%201-1.269-1.948c-.271-.7-.457-1.5-.511-2.67C1.012%2015.361%201%2014.987%201%2012c0-2.988.013-3.362.066-4.534c.053-1.172.24-1.972.511-2.672a5.396%205.396%200%200%201%201.27-1.948a5.392%205.392%200%200%201%201.947-1.269c.7-.271%201.5-.457%202.67-.511zm8.98%201.98c-1.16-.053-1.508-.064-4.445-.064c-2.937%200-3.285.011-4.445.064c-1.073.049-1.655.228-2.043.379c-.513.2-.88.437-1.265.822a3.412%203.412%200%200%200-.822%201.265c-.151.388-.33.97-.379%202.043c-.053%201.16-.064%201.508-.064%204.445c0%202.937.011%203.285.064%204.445c.049%201.073.228%201.655.379%202.043c.176.477.457.91.822%201.265c.355.365.788.646%201.265.822c.388.151.97.33%202.043.379c1.16.053%201.507.064%204.445.064c2.938%200%203.285-.011%204.445-.064c1.073-.049%201.655-.228%202.043-.379c.513-.2.88-.437%201.265-.822c.365-.355.646-.788.822-1.265c.151-.388.33-.97.379-2.043c.053-1.16.064-1.508.064-4.445c0-2.937-.011-3.285-.064-4.445c-.049-1.073-.228-1.655-.379-2.043c-.2-.513-.437-.88-.822-1.265a3.413%203.413%200%200%200-1.265-.822c-.388-.151-.97-.33-2.043-.379zm-5.85%2012.345a3.669%203.669%200%200%200%204-5.986a3.67%203.67%200%201%200-4%205.986zM8.002%208.002a5.654%205.654%200%201%201%207.996%207.996a5.654%205.654%200%200%201-7.996-7.996zm10.906-.814a1.337%201.337%200%201%200-1.89-1.89a1.337%201.337%200%200%200%201.89%201.89z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

.footer-social a.fb:before{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 19px;
    content: '';
    transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M23.446%2018l.889-5.791h-5.557V8.451c0-1.584.776-3.129%203.265-3.129h2.526V.392S22.277.001%2020.085.001c-4.576%200-7.567%202.774-7.567%207.795v4.414H7.431v5.791h5.087v14h6.26v-14z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

/* email */

.footer-email{
    text-align: center;
}

.footer-email a{
    color: #fff;
}

.footer-dev{
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}

.footer-dev a{
    color: #686a72;
}

/* nav */

.footer-nav{
	margin-left: -50px;
}

.footer-nav > ul{
    font-size: 18px;
    display: flex;

    justify-content: flex-end;
}

.footer-nav > ul > li{
    position: relative;
}

.footer-nav > ul > li:not(:first-child){
    margin-left: 25px;
}

.footer-nav > ul > li > a{
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    color: #fff;
}

.footer-nav > ul > li > a:hover{
    text-decoration: underline;
    color: #f00;
}

.footer-nav > ul > li > a.selected{
    color: #f00;
}

/* ==========================================================================
INDEX NEWS
========================================================================== */

.row-index-news{
    overflow: hidden;
    padding: 50px 0 100px;
}

.index-news-list{
    margin-right: -800px;
    margin-bottom: 68px;
}

.index-news-title{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 54px;
}

.index-news-item{
    max-width: 270px;
    margin-right: 30px;
}

.index-news-item a{
    display: block;
}

.index-news-item-image{
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
}

.index-news-item:hover .index-news-item-image{
    opacity: .8;
}

.index-news-item-date{
    font-size: 18px;
    line-height: .8;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    background: rgb(255 255 255 / 90%);
}

.index-news-item-date strong{
    font-size: 48px;
    font-weight: normal;
    display: block;
    margin: 9px 0 7px;
}

.index-news-item-title{
    font-size: 18px;
    position: relative;
    display: block;
    padding: 0 30px 0 0;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
}

.index-news-item-title:before{
    position: absolute;
    top: 4px;
    right: 0;
    width: 13px;
    height: 24px;
    content: '';
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208L4.646%202.354a.5.5%200%200%201%200-.708z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

.index-news-item:hover .index-news-item-title:before{
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22red%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208L4.646%202.354a.5.5%200%200%201%200-.708z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

.index-news-item:hover .index-news-item-title{
    color: #f00;
}

/* slick arrows */

.index-news-arrows{
    display: flex;

    justify-content: center;
}

.index-news-arrows .slick-prev{
    font-size: 0;
    display: block;
    width: 70px;
    height: 25px;
    margin-right: 30px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    text-align: center;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

.index-news-arrows .slick-prev:hover{
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

.index-news-arrows .slick-next{
    font-size: 0;
    width: 70px;
    height: 25px;
    margin-left: 30px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    text-align: center;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

.index-news-arrows .slick-next:hover{
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

/* ==========================================================================
TITLE
========================================================================== */

.row-title{
    padding: 37px 0 33px;
    background-color: #e7f1f5;
}

.row-title.dk{
    border-top: 1px solid #333;
    background-color: #000;
}

.row-title .container{
    position: relative;
}

.title-back{
    position: absolute;
    top: 50%;
    left: 15px;
    width: 70px;
    height: 25px;
    content: '';
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    transform: translate(0, -50%);
    color: #333;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}


.title-back:hover,
.row-title.dk .title-back:hover{
    color: #f00;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

.title-back span{
    position: absolute;
    top: 15px;
    right: 0;
}

.row-title.dk .title-back{
    color: #fff;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Earrow-long-prev%3C/title%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'arrow-long-prev\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Cg id=\'photo\' transform=\'translate(139.454545, 50.000000) rotate(90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

.row-title h1,
.row-title .h1{
    font-size: 72px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
}

.row-title.dk h1,
.row-title.dl .h1{
    color: #fff;
}

/* ==========================================================================
BREADCRUMBS
========================================================================== */

.breadcrumbs{
    display: flex;

    flex-wrap: wrap;
    justify-content: center;
}

.breadcrumbs-item:not(:first-child){
    position: relative;
}

.breadcrumbs-item:not(:first-child):before{
    display: inline-block;
    margin: 0 3px 0 5px;
    content: '/';
}

.breadcrumbs-item{
    color: #666;
}

.breadcrumbs-item a{
    color: #666;
}

.row-title.dk .breadcrumbs-item,
.row-title.dk .breadcrumbs-item a{
    color: #fff;
}

.breadcrumbs-item a:hover{
    text-decoration: underline;
}

/* ==========================================================================
NEWS LIST
========================================================================== */

.news-list .hidden{
    display: none;
}

.news-list-item{
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-list-item a{
    display: block;
}

.news-list-item-image{
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
}

.news-list-item:hover .news-list-item-image{
    opacity: .8;
}

.news-list-item-date{
    font-size: 18px;
    line-height: .8;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    background: rgb(255 255 255 / 90%);
}

.news-list-item-date strong{
    font-size: 48px;
    font-weight: normal;
    display: block;
    margin: 9px 0 7px;
}

.news-list-item-title{
    font-size: 18px;
    position: relative;
    display: block;
    padding: 0 30px 0 0;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
}

.news-list-item-title:before{
    position: absolute;
    top: 4px;
    right: 0;
    width: 13px;
    height: 24px;
    content: '';
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208L4.646%202.354a.5.5%200%200%201%200-.708z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

.news-list-item:hover .news-list-item-title:before{
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22red%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208L4.646%202.354a.5.5%200%200%201%200-.708z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center top / cover no-repeat;
}

.news-list-item:hover .news-list-item-title{
    color: #f00;
}

/* readmore btn */

.row-readmore{
    padding: 35px 0;
    cursor: pointer;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    background: #e7f1f5;
}

.row-readmore button{
    position: relative;
    top: 0;
    display: block;
    width: 25px;
    height: 70px;
    margin: 0 auto;
    transition: top ease .5s;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'101px\' height=\'280px\' viewBox=\'0 0 101 280\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Earrow-long-next%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg filter=\'url(%23filter-1)\' id=\'arrow-long-next\'%3E%3Cg transform=\'translate(50.500000, 140.000000) rotate(-270.000000) translate(-50.500000, -140.000000) translate(-89.000000, 90.000000)\'%3E%3Cg id=\'photo\' transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

.row-readmore:hover{
    background: #eee;
}

.row-readmore:hover button{
    top: 10px;
}

/* ==========================================================================
PAGINATION
========================================================================== */

.row-pagination{
    display: none;
    margin: 30px 0 60px;
}

.pagination{
    display: flex;

    justify-content: center;
    flex-wrap: wrap;
}

.pagination span{
    line-height: 30px;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 5px;
    cursor: not-allowed;
    color: #888;
    border: 1px solid #888;

    justify-content: center;
    align-items: center;
}

.pagination a{
    line-height: 30px;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 5px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    border: 1px solid #333;

    justify-content: center;
    align-items: center;
}

.pagination a:hover{
    color: #f00;
    border-color: #f00;
}

/* ==========================================================================
PAGE
========================================================================== */

.row-page{
    margin: 90px 0 60px;
}

.page{
    max-width: 770px;
    margin: 0 auto;
}

/* ==========================================================================
ARTICLE
========================================================================== */

.article{
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.article h1{
    font-size: 36px;
    margin-bottom: 60px;
    text-align: center;
}

.article h2{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.article h3{
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.article a{
    text-decoration: underline;
}

.article a:hover{
    text-decoration: none;
}

.article p{
    margin: 30px 0;
}

.article ul{
    margin: 30px 0;
    padding-left: 26px;
    list-style-type: disc;
}

.article ul li{
    margin: 10px 0;
}

.article ol{
    margin: 30px 0;
    padding-left: 26px;
}

.article ol li{
    margin: 10px 0;
}

.article table{
    width: 100%;
    margin: 30px 0;
}

.article table td{
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

/* ==========================================================================
NEWS DETAIL
========================================================================== */

.row-news-detail{
    margin: 90px 0 60px;
}

.row-news-detail .container{
    position: relative;
}

.news-detail-date{
    font-size: 18px;
    line-height: .8;
    position: absolute;
    top: -100px;
    left: -15px;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.news-detail-date strong{
    font-size: 48px;
    font-weight: normal;
    display: block;
    margin: 9px 0 7px;
}

/* ==========================================================================
PAGER
========================================================================== */

.pager{
    line-height: 1;
    display: flex;
    max-width: 770px;
    margin: 80px 0;

    justify-content: space-between;
}

.pager-prev{
    display: flex;
    height: 25px;
    padding-left: 90px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    text-align: center;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') left center / contain no-repeat;

    align-items: center;
}


.pager-prev:hover{
    color: #f00;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') left center / contain no-repeat;
}

.pager-next{
    display: flex;
    height: 25px;
    padding-right: 90px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    text-align: center;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') right center / contain no-repeat;

    align-items: center;
}

.pager-next:hover{
    color: #f00;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') right center / contain no-repeat;
}

/* ==========================================================================
SOCIAL
========================================================================== */

.social{
    position: relative;
    padding: 30px 0;
}

.social:before{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    transform: translate(0, -50%);
    background-color: #ccc;
}

.social-container{
    display: table;
    margin: 0 auto;
    padding: 15px 30px;
    background-color: #fff;
}

.social-container ul{
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;

    justify-content: center !important;
}

.social-container ul li{
    margin: 0 8px !important;
    padding: 0 !important;
}

/* ==========================================================================
INDEX PROJECTS
========================================================================== */

.row-index-projects{
    padding: 60px 0 50px;
    background: #000;
}

.index-projects-title{
    font-size: 36px;
    margin-bottom: 46px;
    color: #fff;
}

/* item */

.index-projects-list .hidden{
    display: none;
}

.index-projects-item{
    position: relative;
    display: block;
    max-width: 270px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.index-projects-item:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    background: rgb(0 0 0 / 40%);
}

.index-projects-item:hover:before{
    background: rgb(0 0 0 / 60%);
}

.index-projects-meta{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 15px;
    color: #fff;
}

.index-projects-meta-title{
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.index-projects-meta-text{
    display: block;
}

/* btn */

.index-projects-readmore{
    margin-top: 55px;
}

.index-projects-readmore button{
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: 70px;
    transition: top ease .5s;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'101px\' height=\'280px\' viewBox=\'0 0 101 280\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Earrow-long-next%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg filter=\'url(%23filter-1)\' id=\'arrow-long-next\'%3E%3Cg transform=\'translate(50.500000, 140.000000) rotate(-270.000000) translate(-50.500000, -140.000000) translate(-89.000000, 90.000000)\'%3E%3Cg id=\'photo\' transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / contain no-repeat;
}

.index-projects-readmore button:hover{
    top: 10px;
}

.index-projects-readmore a{
    position: relative;
    display: none;
    height: 25px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center center / contain no-repeat;
}

.index-projects-readmore a.active{
    display: block;
}

.index-projects-readmore a:hover{
    -webkit-transform: translate(10px,0);
       -moz-transform: translate(10px,0);
        -ms-transform: translate(10px,0);
         -o-transform: translate(10px,0);
            transform: translate(10px,0);
}

/* ==========================================================================
PAGE PROJECTS
========================================================================== */

.row-page-projects{
    padding: 30px 0;
    background-color: #000;
}

.projects-list-item{
    position: relative;
    display: block;
    max-width: 370px;
    margin: 15px auto;
}

.projects-list-item:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    background: rgb(0 0 0 / 40%);
}

.projects-list-item:hover:before{
    background: rgb(0 0 0 / 60%);
}

.projects-list-item-meta{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 15px;
    color: #fff;
}

.projects-list-item-meta-title{
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.projects-list-item-meta-text{
    display: block;
}

/* ==========================================================================
INDEX GALLERY
========================================================================== */

.row-index-gallery{
    overflow: hidden;
    padding: 35px 0 45px;
    background: #eee;
}

.index-gallery-title{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 60px;
}

/* slick */

.index-gallery-list{
    visibility: hidden;
    margin-right: -800px;
    margin-bottom: 38px;
    opacity: 0;
}

.index-gallery-list.slick-initialized{
    visibility: visible;
    opacity: 1;
}

/* item */

.index-gallery-list-item{
    margin-right: 3px;
}

/* slick arrows */

.index-gallery-arrows{
    display: flex;

    justify-content: center;
}

.index-gallery-arrows .slick-prev{
    font-size: 0;
    display: block;
    width: 70px;
    height: 25px;
    margin-right: 30px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    text-align: center;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

.index-gallery-arrows .slick-prev:hover{
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

.index-gallery-arrows .slick-next{
    font-size: 0;
    width: 70px;
    height: 25px;
    margin-left: 30px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    text-align: center;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

.index-gallery-arrows .slick-next:hover{
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 1.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') center top / cover no-repeat;
}

/* ==========================================================================
GALLERY PAGE
========================================================================== */

.gallery-list.row{
    margin-right: -3px;
    margin-left: -3px;
}

.gallery-list.row > div{
    padding: 3px;
}

/* ==========================================================================
ABOUT
========================================================================== */

.row-about{
    padding: 70px 0 75px;
}

.about-title{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 74px;
    text-align: center;
}

.about-container{
    line-height: 1.4;
    max-width: 970px;
    margin: 0 auto;
    text-align: justify;
    font-size: 24px;
}

.about-container p:not(:first-child){
    margin-top: 20px;
}

/* ==========================================================================
YEAR
========================================================================== */

.row-year{
    position: relative;
    margin-bottom: 195px;
    padding: 60px 0 212px;
    text-align: center;
    background: #e0edf2;
}


.year-title{
    font-size: 71px;
    line-height: 1;
    margin-bottom: 8px;
}

.year-subtitle{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 57px;
}

.year-text{
    line-height: 1.4;
    max-width: 770px;
    margin: 0 auto;
}

.year-image{
    position: absolute;
    bottom: -135px;
    left: 50%;
    transform: translate(-50%, 0);
}

/* ==========================================================================
MAP
========================================================================== */

.row-map{
    height: 450px;
}

/* ==========================================================================
CONTACTS
========================================================================== */

.row-contacts{
    padding: 60px 0;
}

.row-contacts .article{
    line-height: 1.2;
    text-align: left;
}

.row-contacts .phone{
    position: relative;
    padding-left: 36px;
}

.row-contacts .phone:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M26%2029h-.17C6.18%2027.87%203.39%2011.29%203%206.23A3%203%200%200%201%205.76%203h5.51a2%202%200%200%201%201.86%201.26L14.65%208a2%202%200%200%201-.44%202.16l-2.13%202.15a9.37%209.37%200%200%200%207.58%207.6l2.17-2.15a2%202%200%200%201%202.17-.41l3.77%201.51A2%202%200%200%201%2029%2020.72V26a3%203%200%200%201-3%203zM6%205a1%201%200%200%200-1%201v.08C5.46%2012%208.41%2026%2025.94%2027a1%201%200%200%200%201.06-.94v-5.34l-3.77-1.51l-2.87%202.85l-.48-.06c-8.7-1.09-9.88-9.79-9.88-9.88l-.06-.48l2.84-2.87L11.28%205z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E') center top / contain no-repeat;
}

.row-contacts .email{
    position: relative;
    padding-left: 36px;
}

.row-contacts .email:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M28%206H4a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h24a2%202%200%200%200%202-2V8a2%202%200%200%200-2-2zm-2.2%202L16%2014.78L6.2%208zM4%2024V8.91l11.43%207.91a1%201%200%200%200%201.14%200L28%208.91V24z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E') center top / contain no-repeat;
}

.row-contacts .locate{
    position: relative;
    padding-left: 36px;
}

.row-contacts .locate:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M253.924%20127.592a64%2064%200%201%200%2064%2064a64.073%2064.073%200%200%200-64-64zm0%2096a32%2032%200%201%201%2032-32a32.037%2032.037%200%200%201-32%2032z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M376.906%2068.515A173.922%20173.922%200%200%200%20108.2%20286.426l120.907%20185.613a29.619%2029.619%200%200%200%2049.635%200l120.911-185.613a173.921%20173.921%200%200%200-22.747-217.911zm-4.065%20200.444l-118.916%20182.55l-118.917-182.55c-36.4-55.879-28.593-130.659%2018.563-177.817a141.92%20141.92%200%200%201%20200.708%200c47.156%2047.158%2054.962%20121.938%2018.562%20177.817z%22%2F%3E%3C%2Fsvg%3E') center top / contain no-repeat;
}

/* ==========================================================================
FILM LIST
========================================================================== */

.film-item{
    display: block;
    margin: 15px 0;
}

.film-item-image{
    display: block;
}

.film-item-image img{
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
}

.film-item:hover .film-item-image img{
    opacity: .8;
}

.film-item-title{
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
}

.film-item:hover .film-item-title{
    color: #f00;
}

.film-item-desc{
    font-size: 15px;
    display: block;
    color: #666;
}

.film-item-year{
    font-size: 15px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: -15px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    background: #e7f1f5;

    align-items: center;
    justify-content: center;
}

.film-item:hover .film-item-year{
    background: #eee;
}

.film-item-year span{
    font-size: 22px;
    display: block;
    margin-bottom: 3px;
}

.film-item-year:after{
    width: 30px;
    height: 20px;
    margin-top: 10px;
    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') right center / contain no-repeat;
}

.film-item:hover .film-item-year:after{
    -webkit-transform: translate(5px,0);
       -moz-transform: translate(5px,0);
        -ms-transform: translate(5px,0);
         -o-transform: translate(5px,0);
            transform: translate(5px,0);
}

/* ==========================================================================
FILM DETAIL
========================================================================== */

/* info */

.film-detail-info{
    margin-bottom: 30px;
}

.film-detail-info-text{
    line-height: 1.2;
    text-align: left;
}

.film-detail-info-text ul{
    margin: 0;
}

.film-detail-info-text ul li:first-child{
    margin-top: 0;
}

/* gallery */

.film-detail-gallery{
    margin-bottom: 30px;
}

.film-detail-gallery .row{
    margin-right: -3px;
    margin-left: -3px;
}

.film-detail-gallery .row > div{
    padding: 3px;
}


.film-detail-gallery-item a{
    display: block;
}

/* fx zoom */

.fx-zoom{
    position: relative;
    display: block;
}

.fx-zoom:before{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    visibility: hidden;
    width: 54px;
    height: 54px;
    content: '';
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    transform: translate(-50%, -50%);
    opacity: 0;
    background: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' aria-hidden=\'true\' role=\'img\' width=\'1em\' height=\'1em\' preserveAspectRatio=\'xMidYMid meet\' viewBox=\'0 0 32 32\'%3E%3Cg fill=\'none\' stroke=\'white\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\'%3E%3Ccircle cx=\'14\' cy=\'14\' r=\'12\'/%3E%3Cpath d=\'M23 23l7 7\'/%3E%3Cpath d=\'M14 10v8m-4-4h8\'/%3E%3C/g%3E%3C/svg%3E') center top / contain no-repeat;
}

.fx-zoom:after{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    opacity: 0;
    background-color: rgb(0 0 0 / 50%);
}

.fx-zoom:hover:before,
.fx-zoom:hover:after{
    visibility: visible;
    opacity: 1;
}

/* iframe */

.iframe,
.film-detail-video{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.iframe iframe,
.film-detail-video iframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe{
    border: none;
    outline: none;
}

/* ==========================================================================
PLAY LIST
========================================================================== */

.play-item{
    display: block;
    margin: 15px 0;
}

.play-item-image{
    display: block;
    margin-bottom: 10px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
}

.play-item:hover .play-item-image{
    opacity: .8;
}

.play-item-title{
    font-size: 24px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
}

.play-item-text{
	display: block;
	margin-bottom: 15px;
}

.play-item:hover .play-item-title{
    color: #f00;
}

.play-item-options{
    display: block;
    margin-bottom: 15px;
    color: #666;
}

.play-item-options span{
    color: #000;
}

.play-item-readmore{
    line-height: 1;
    display: flex;
    padding: 10px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    background: #e7f1f5;

    align-items: center;
    justify-content: space-between;
}

.play-item:hover .play-item-readmore{
    background: #eee;
}

.play-item-readmore:after{
    width: 30px;
    height: 20px;
    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    background: url('data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'UTF-8\'%3F%3E%3Csvg width=\'279px\' height=\'100px\' viewBox=\'0 0 279 100\' version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'%3E%3Ctitle%3Ephoto%3C/title%3E%3Cdefs%3E%3Cfilter id=\'filter-1\'%3E%3CfeColorMatrix in=\'SourceGraphic\' type=\'matrix\' values=\'0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 0 0.000000 0 0 0 1.000000 0\'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id=\'Page-1\' stroke=\'none\' stroke-width=\'1\' fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg id=\'photo\' filter=\'url(%23filter-1)\'%3E%3Cg transform=\'translate(139.454545, 50.000000) rotate(-90.000000) translate(-139.454545, -50.000000) translate(89.454545, -89.000000)\'%3E%3Cg id=\'Group\' transform=\'translate(47.000000, 0.967045)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.909090909\' y=\'0.195943455\' width=\'4.13636364\' height=\'272.726108\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(27.208547, 251.208702) rotate(-45.000000) translate(-27.208547, -251.208702) translate(24.208547, 216.708702)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3Cg id=\'Group\' transform=\'translate(72.704480, 251.295366) rotate(45.000000) translate(-72.704480, -251.295366) translate(69.704480, 216.795366)\' fill=\'%23FAFAFA\' fill-rule=\'nonzero\'%3E%3Crect id=\'Rectangle\' x=\'0.9090915\' y=\'0.548985882\' width=\'4.13636492\' height=\'68.1815294\'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E') right center / contain no-repeat;
}

.play-item:hover .play-item-readmore:after{
    -webkit-transform: translate(5px,0);
       -moz-transform: translate(5px,0);
        -ms-transform: translate(5px,0);
         -o-transform: translate(5px,0);
            transform: translate(5px,0);
}

/* ==========================================================================
PLAY DETAIL
========================================================================== */

/* info */

.play-detail-info{
    margin-bottom: 30px;
}

.play-detail-info-text{
    line-height: 1.2;
    text-align: left;
}

.play-detail-info-text ul{
    margin: 0;
}

.play-detail-info-text ul li:first-child{
    margin-top: 0;
}

/* ==========================================================================
BOOK
========================================================================== */

.book-item{
    margin: 15px 0;
}

.book-item-title{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
}

.book-item-text{
    line-height: 1.4;
}

/* ==========================================================================
SCROLL TO TOP
========================================================================== */

.to-top{
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 15px;
    visibility: hidden;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    opacity: 0;
    background-color: rgba(0,0,0,.2);
}

.to-top::before{
    display: block;
    width: 44px;
    height: 44px;
    content: '';
    background-image: url(data:image/svg+xml,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2244px%22%20height=%2244px%22%20viewBox=%220%200%2044%2044%22%20enable-background=%22new%200%200%2044%2044%22%20xml:space=%22preserve%22%3E%3Cpath%20fill=%22white%22%20d=%22M29.121,19.55l-6.29-6.196c-0.025-0.025-0.053-0.049-0.082-0.071c-0.012-0.011-0.024-0.02-0.038-0.03c-0.016-0.011-0.031-0.024-0.048-0.034c-0.017-0.011-0.032-0.02-0.048-0.03c-0.015-0.009-0.029-0.018-0.044-0.025c-0.017-0.009-0.034-0.017-0.051-0.024c-0.016-0.008-0.031-0.015-0.047-0.022c-0.016-0.006-0.033-0.012-0.049-0.018c-0.018-0.005-0.035-0.014-0.053-0.019c-0.017-0.005-0.034-0.008-0.05-0.013c-0.018-0.005-0.036-0.009-0.054-0.013c-0.02-0.003-0.039-0.006-0.059-0.008c-0.016-0.003-0.032-0.005-0.049-0.007c-0.073-0.007-0.146-0.007-0.218,0c-0.017,0.002-0.033,0.005-0.05,0.008c-0.02,0.002-0.038,0.005-0.058,0.009c-0.019,0.003-0.037,0.009-0.055,0.013c-0.016,0.005-0.033,0.008-0.05,0.013c-0.017,0.005-0.035,0.012-0.052,0.018c-0.017,0.006-0.033,0.012-0.049,0.019c-0.017,0.006-0.032,0.014-0.048,0.021c-0.017,0.008-0.034,0.016-0.051,0.024c-0.015,0.008-0.029,0.018-0.044,0.026c-0.015,0.008-0.031,0.018-0.048,0.029c-0.016,0.01-0.031,0.022-0.047,0.034c-0.014,0.01-0.027,0.019-0.04,0.028c-0.042,0.035-0.08,0.073-0.117,0.113c-0.013,0.011-0.026,0.021-0.037,0.033l-6.313,6.219c-0.433,0.428-0.434,1.12-0.003,1.544c0.432,0.426,1.131,0.424,1.564-0.002l4.495-4.426l-0.023,14.11c-0.001,0.603,0.493,1.092,1.104,1.09s1.107-0.49,1.109-1.095l0.023-14.108l4.403,4.334c0.432,0.426,1.133,0.424,1.565-0.003S29.553,19.975,29.121,19.55%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center center;
}

.to-top:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,.5);
}

.to-top.show{
    visibility: visible;
    opacity: 1;
}




/* ==========================================================================
COOKIE WIDGET
========================================================================== */

.cookie-widget{
    font-size: 12px;
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 50%;
    display: flex;
    width: 90%;
    max-width: 430px;
    padding: 15px;
    transform: translateX(-50%);
    color: #fff;
    border-radius: 12px;
    background: #1c1c1e;

    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.cookie-widget a{
    text-decoration: underline;
    color: #fff;
}

.cookie-widget a:hover{
    text-decoration: none;
}

.btn-cookie-ok{
    padding: 10px 20px;
    cursor: pointer;
    transition: background .2s ease;
    color: #fff;
    border: none;
    border-radius: 12px;
    background: #3a3a3c;
}

.btn-cookie-ok:hover{
    background: #525255;
}

/* End */


/* Start:/local/templates/custom/css/media.css?16383876035160*/
/* ==========================================================================
1199
========================================================================== */
@media (max-width: 1199px){
    /* index news */
    .index-news-list{
        margin-right: -200px;
    }
    /* index gallery */
    .index-gallery-list{
        margin-right: -200px;
    }
	/* header nav */
	.header-nav > ul{
		font-size: 15px;
	}
	.header-nav > ul > li:not(:first-child){
		margin-left: 15px;
	}
}
/* ==========================================================================
991
========================================================================== */
@media (max-width: 991px){
    /* footer */
    .footer-logo{
        text-align: center;
    }
    .footer-nav{
	    margin-left: 0;
    }
    .footer-nav > ul{
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-nav > ul > li{
        margin: 5px 10px !important;
    }
}
/* ==========================================================================
767
========================================================================== */
@media (max-width: 767px){
    /* slider */
    .index-slider .slick-dots{
        bottom: 10px;
    }
    .index-slider .slick-dots li{
        width: 35px;
    }
    /* index news */
    .row-index-news{
        padding: 30px 0;
    }
    .index-news-title{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .index-news-list{
        margin-bottom: 30px;
    }
    .news-list-item-date{
        font-size: 16px;
        width: 70px;
        height: 70px;
    }
    .news-list-item-date strong{
        font-size: 30px;
    }
    /* title */
    .row-title{
        padding: 20px 0;
    }
    .row-title h1,
    .row-title .h1,
    .article h1{
        font-size: 30px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .article h2{
        font-size: 26px;
    }
    .article h3{
        font-size: 22px;
    }
    .title-back{
        display: none;
    }
    /* page */
    .row-page{
        margin: 30px 0;
    }
    /* news detail */
    .row-news-detail{
        margin: 40px 0 20px;
        padding: 40px 0 0;
    }
    .news-detail-date{
        top: -90px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    /* pager */
    .pager{
        font-size: 14px;
        margin: 60px 0;
    }
    .pager-prev{
        height: 15px;
        padding-left: 60px;
    }
    .pager-next{
        height: 15px;
        padding-right: 60px;
    }
    /* index projects */
    .row-index-projects{
        padding: 30px 0;
    }
    .index-projects-title{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .index-projects-readmore{
        margin-top: 25px;
    }
    .index-projects-meta-title{
        font-size: 18px;
    }
    /* PAGE PROJECTS */
    .row-page-projects{
        padding: 0;
    }
    /* index gallery */
    .row-index-gallery{
        padding: 30px 0;
    }
    .index-gallery-title{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .index-gallery-list{
        margin-bottom: 30px;
    }
    /* year */
    .row-about{
        padding: 30px 0;
    }
    .about-title{
        font-size: 26px;
        margin-bottom: 30px;
    }
    /* year */
    .row-year{
        margin-bottom: 0;
        padding: 30px 0;
    }
    .year-title{
        font-size: 40px;
    }
    .year-subtitle{
        margin-bottom: 30px;
    }
    .year-image{
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 30px;
        transform: none;
    }
    /* map */
    .row-map{
        height: 250px;
    }
    /* rcontacts */
    .row-contacts{
        padding: 30px 0;
    }
    /* film */
    .film-detail-info{
        margin-top: 50px;
    }
    /* play */
    .play-detail-info{
        margin-top: 50px;
    }
}
/* ==========================================================================
576
========================================================================== */
@media (max-width: 576px){
    /* footer */
    .footer-nav > ul > li{
        text-align: center;

        flex: 0 0 100%;
    }
    /* index projects */
    .index-projects-meta-title{
        line-height: 1;
    }
    .index-projects-meta-text{
        display: none;
    }
    /* gallery page */
    .gallery-list.row{
        margin-right: -1px;
        margin-left: -1px;
    }
    .gallery-list.row > div{
        padding: 1px;
    }
    /* film list */
    .film-item-image{
        margin-bottom: 10px;
    }
    .film-item-desc{
        margin-bottom: 10px;
    }
    .film-item-year{
        margin: 0;
        padding: 10px;
    }
    /* film */
    .film-detail-info-image{
        margin-bottom: 15px;
    }
    /* play */
    .play-detail-info-image{
        margin-bottom: 15px;
    }
    /* book */
    .book-item{
        max-width: 320px;
        margin: 15px auto;
        padding-bottom: 15px;
        background: #e7f1f5;
    }
    .book-item-image{
        margin-bottom: 10px;
    }
    .book-item-title{
        padding-right: 15px;
        padding-left: 15px;
    }
    .book-item-text{
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* End */
/* /local/templates/custom/css/bootstrap-reboot.min.css?16361080033939 */
/* /local/templates/custom/css/typography.css?16361080033037 */
/* /local/templates/custom/css/slick.css?16361080031776 */
/* /local/templates/custom/css/bootstrap-grid.min.css?163610800328977 */
/* /local/templates/custom/css/jquery.fancybox.min.css?163610800312795 */
/* /local/templates/custom/template_styles.css?178575011288492 */
/* /local/templates/custom/css/media.css?16383876035160 */
