/* reset */
/* main variables */
/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }

html { font-size: 10px !important; }

body { margin: 0px; padding: 0px; font-family: "SuisseIntl", sans-serif; background: #121212; height: 100%; color: #787878; line-height: 1.9rem; position: relative; font-size: 1.7rem; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'SuisseIntl';
  src: url('../fonts/suisseintl.eot'); /* IE 9 Compatibility Mode */
  src: url('../fonts/suisseintl.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/suisseintl.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/suisseintl.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/suisseintl.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/suisseintl.svg#suisseintl') format('svg'); /* Chrome < 4, Legacy iOS */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }

html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }

input, textarea { color: #333; font-family: "SuisseIntl", sans-serif; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -webkit-appearance: none; }

input[type="button"], input[type="submit"], button { cursor: pointer; }

td { margin: 0px; padding: 0px; }

form { padding: 0px; margin: 0px; }

a { color: #FF6EC5; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; text-decoration: none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, span, div, button { outline: none !important; }

img { vertical-align: middle; max-width: 100%; }

input[type=submit], input[type=button], button { -webkit-appearance: none; outline: none; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after, .wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header { width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-order: 1; left: 0; right: 0; z-index: 40; top: 0; width: 100%; position: fixed; }

.header .wrapper { max-width: 163.6rem; }

.header_cols { max-width: 59.6%; margin-left:auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }

.header_logo {margin-bottom: -1.3rem; margin-left: 1.8rem;display: inline-block;}
.header_logo a { display: block; line-height: 0; }
.header_logo a img { width: 18.59375vw; height: auto; -o-object-fit: contain; object-fit: contain; }

.header_nav {flex: 1; }
.header_nav ul {list-style: none;display: flex; justify-content: space-between; align-items: center;}
.header_nav ul:after {content:'';display: block;}
.header_nav ul li {position: relative;color:#787878;}
.header_nav ul li a {color:currentColor; line-height: 2; display: inline-block;}
.header_nav ul li.current-menu-item a {color:#FF6EC5;}
.header_nav_drop {top:100%;left:0; padding-top: 1.6rem; line-height: 1.3; transition: all 0.3s ease-out; position: absolute; opacity: 0; visibility: hidden;white-space:nowrap; }
.header_nav ul li.open {color:#FF6EC5 !important;}
.header_nav ul li.open .header_nav_drop {opacity: 1;visibility: visible;}

.header_right {display: flex; align-items: center;}
.header_lang { display: flex; align-items: center; line-height: 2; gap:2.4rem; margin-right: 2rem;}
.header_lang a {color:#787878;}
.header_lang a.active, .header_lang a:hover {color:#fff;}

.header_about { padding-left: 1.6rem; width:25vw;}
.header_about_opener {color:#787878; line-height: 2;}
.header_about_drop {width:25vw; opacity: 0; transition: all 0.3s ease-out; padding: 0 1.2rem 0 1.6rem; position: fixed; color:#fff; transform: translateX(100%); bottom: 0; top:21.6rem; right:0;}
.header_about_drop:before {content:''; position:absolute; left:0; top:0; bottom: 1rem; border-left: 1px solid #D9D9D9;}
.header_about_drop a {text-decoration: underline;}
.header_about_drop a:hover {color:#FF6EC5; text-decoration: none;}
.header_about_cont::-webkit-scrollbar { width: 0.8rem;}
.header_about_cont::-webkit-scrollbar-track { background: transparent;}
.header_about_cont::-webkit-scrollbar-thumb { background: #D9D9D978; border-radius: 0.4rem;}
.header_about_cont { overflow-y: auto; padding-right: 1rem; scrollbar-gutter: auto; height: 100%;}
.header_about.open {}
.header_about.open .header_about_opener {color:#FF6EC5 !important;}
.header_about.open .header_about_drop {transform: translateX(0%); opacity: 1;}
 
.web .header_nav ul li:hover {color:#fff;}
.web .header_about_opener:hover {color:#fff;}

/*  */
.main-wrapper { padding: 0 0 0 0; min-width: 320px; width: 100%; position: relative; overflow: hidden; min-height: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -ms-flex-direction: column; -webkit-box-pack: start; justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: start; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }

.wrapper { min-width: 250px; max-width: 125rem; padding: 0 2rem; margin: 0 auto; position: relative; z-index: 2; width: 100%; }

ol { list-style-position: inside; }

/* titles */
p { padding: 0rem 0 1.9rem 0; }

h1, .h1 { font-size: 8rem; line-height: 1.1; color: inherit; padding: 0rem 0 1rem 0px; font-weight: bold; letter-spacing: -0.23rem; }
h2, .h2 { font-size: 4.8rem; line-height: 1.2; color: inherit; padding: 0rem 0 1rem 0; font-weight: bold; }
h3, .h3 { font-size: 4rem; line-height: 1.12; color: inherit; padding: 0rem 0 1.3rem 0; font-weight: bold; }
h4, .h4 { font-size: 3rem; line-height: 1.2; color: inherit; padding: 0rem 0 1rem 0; font-weight: bold; }

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }

/* text position */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.nowrap { white-space: nowrap !important; }

/* loader */
.loaded .content {visibility:hidden; opacity: 0;}      
/*.icon-load{position:fixed;width:100%;height:100%; top:0;left:0;display:none; background-color:#fff;z-index: 200;}
.loaded .icon-load{display:block;}
*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {height: 100%; min-width: 320px; text-align: left; width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -webkit-order: 2; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -ms-flex-direction: column; -webkit-box-pack: start; justify-content: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: start; position: relative; z-index: 1; }

/* */
.btn { letter-spacing: -0.4px; -webkit-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; vertical-align: middle; height: 5.6rem; padding: 0.7rem 2.2rem 0.1rem; font-family: "SuisseIntl", sans-serif; text-align: center; cursor: pointer; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; color: #fff; font-size: 1.8rem; line-height: 1.2; font-weight: 700; -webkit-box-shadow: 0px 0px 1.5rem 0px #0F2C7A3D; box-shadow: 0px 0px 1.5rem 0px #0F2C7A3D; background: -webkit-linear-gradient(114.79deg, #82C417 -41.95%, #00B2B2 25.87%, #3859B5 85.72%, #0F2C7A 149.56%); background: -o-linear-gradient(114.79deg, #82C417 -41.95%, #00B2B2 25.87%, #3859B5 85.72%, #0F2C7A 149.56%); background: linear-gradient(335.21deg, #82C417 -41.95%, #00B2B2 25.87%, #3859B5 85.72%, #0F2C7A 149.56%); border: none; -webkit-border-radius: 1rem; border-radius: 1rem; gap: 0.8rem; }
.btn:hover { color: #fff; background: -webkit-linear-gradient(100.53deg, #82C417 -90.08%, #00B2B2 5.02%, #3859B5 88.94%, #0F2C7A 178.45%); background: -o-linear-gradient(100.53deg, #82C417 -90.08%, #00B2B2 5.02%, #3859B5 88.94%, #0F2C7A 178.45%); background: linear-gradient(349.47deg, #82C417 -90.08%, #00B2B2 5.02%, #3859B5 88.94%, #0F2C7A 178.45%); }
.btn:disabled { border: solid 1px #b7b7b7; cursor: default; background: transparent; color: #b7b7b7; }

.form_row { margin-bottom: 2.4rem; }
.form_row p { margin-top: 1.1rem; padding: 0; letter-spacing: -0.03rem; font-size: 1.8rem; color: #3859B5; font-weight: 500; }
.form_row span.error { display: none !important; }

.form_label { display: block; font-size: 1.8rem; font-weight: 500; padding-bottom: 0.6rem; letter-spacing: -0.044rem; }

label.error { font-size: 1.4rem; position: absolute; color: #B50000; top: 100%; left: 2.9rem; right: 0; line-height: 1.6rem; font-weight: 300; }

.form_cols { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -3.3rem; }
.form_cols_item { width: 50%; padding: 0 3.3rem; }
.form-control { position: relative; padding: 0.9rem 1rem 0.5rem; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; display: block; width: 100%; height: 5.1rem; font-size: 1.8rem; color: #0F2C7A; line-height: 1.2; font-family: "SuisseIntl", sans-serif; background: #FAFAFA; border: 2px solid #0F2C7A; -webkit-border-radius: 0.6rem; border-radius: 0.6rem; font-weight: 500; letter-spacing: -0.03rem; }
.form-control.error { border-color: red; }

textarea.form-control { height: 294px; resize: none; }

.form-control::-webkit-input-placeholder { color: rgba(61, 90, 175, 0.5); opacity: 1; }
.form-control:-moz-placeholder { color: rgba(61, 90, 175, 0.5); opacity: 1; }
.form-control::-moz-placeholder { color: rgba(61, 90, 175, 0.5); opacity: 1; }
.form-control:-ms-input-placeholder { color: rgba(61, 90, 175, 0.5); opacity: 1; }

.checks_item { margin-bottom: 2.4rem; }
.checks_item input { opacity: 0; position: absolute; }
.checks_item label { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: relative; cursor: pointer; }
.checks_item_txt { position: relative; padding-left: 3.2rem; font-weight: 500; font-size: 1.8rem; letter-spacing: -0.03rem; }
.checks_item_txt:before { border: 2px solid #0F2C7A; width: 2rem; height: 2rem; -webkit-border-radius: 0.3rem; border-radius: 0.3rem; content: ''; position: absolute; left: 0; top: 0; }
.checks_item input:checked + .checks_item_txt:before { background: url(../svg/icons/check.svg) no-repeat center; -webkit-background-size: 1.7rem 1.7rem; background-size: 1.7rem; }

/*---------------------------------------*/
.icon { fill: currentColor; vertical-align: middle; max-width: 100%; max-height: 100%; display: inline-block; }
.icon-str { fill: none; stroke: currentColor; vertical-align: middle; max-width: 100%; max-height: 100%; display: inline-block; }

/*-----------------------------*/
.welcome {width: 100%; height: 100%; overflow: auto; position:fixed; }
.welcome::-webkit-scrollbar { width: 0rem;}
.welcome_img {min-height: 100%;}
.welcome_img img { width: 100%; height: auto; object-fit: cover;object-position: top; min-height: 100vh;}

/* */
.section-projects {height: 100%; position: relative; overflow: hidden; padding: 21.6rem 59.6% 0 0rem;}
.projects {height: 100%;}
.projects ::-webkit-scrollbar { width: 0rem;}
.projects_table {height: 100%;position: relative;z-index: 1; padding: 0 4vw 3.5rem 3.5rem; line-height: 1.588235; overflow: auto;}
.projects_table_item {position: relative;z-index: 0;white-space: nowrap;}
.projects_table_preview {  background: #121212; transition: all 0.3s ease-out; opacity: 0;visibility: hidden; position: fixed; top:21.6rem; margin-right: 1.5rem;  right: 25%; bottom: 0; overflow: auto; overflow-y: scroll; width:33.8025%;

margin-right: 0.8rem; width: calc(33.8025% + 0.6rem); padding-right: 0.8rem;}
.projects_table_preview img {width:100%;display: block; height: auto;}

.projects_table_preview::-webkit-scrollbar { width: 0.8rem;}
.projects_table_preview::-webkit-scrollbar-track { background: transparent;}
.projects_table_preview::-webkit-scrollbar-thumb { background: #D9D9D978; border-radius: 0.4rem;}

.projects_table_img:not(:first-child) img {height: 0;}

.projects_table_tr {transition: all 0.3s ease-out; cursor: pointer; gap:1rem; display: flex; overflow: hidden;}
.projects_table_tr > div {}
.projects_table_name {/*min-width: 29.5%;width: 29.5%;*/ flex:1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} 
.projects_table_year {min-width: 11.5%;width: 11.5%;} 
.projects_table_camp {flex: 1;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.projects_table_ad {text-transform: uppercase;min-width: 6.8%;width: 6.8%;}
.projects_table_s {text-transform: uppercase;min-width: 4.8%;width: 4.8%;}
.projects_table_ig {text-transform: uppercase;min-width: 6%;width: 6%;}

.projects_table_w {text-transform: uppercase;min-width: 3.4%;width: 3.4%;}
.projects_table_c {text-transform: uppercase;min-width: 5%;width: 5%;}
.projects_table_cc {text-transform: uppercase;min-width: 7%;width: 7%;}

.projects_table_c span, .projects_table_cc span, 
.projects_table_ad span, .projects_table_s span, 
.projects_table_ig span, .projects_table_w span {position: relative;display: inline-block;}

.projects_table_c span:before, .projects_table_cc span:before, 
.projects_table_ad span:before, .projects_table_s span:before, 
.projects_table_ig span:before, .projects_table_w span:before {opacity: 0;visibility: visible; text-transform:none; content: attr(data-title); position: absolute; top:0;left:-0.3rem;color: #fff; background: #787878; padding: 0 0.3rem;}

.projects_table_c span:hover, .projects_table_cc span:hover, 
.projects_table_ad span:hover, .projects_table_s span:hover, 
.projects_table_ig span:hover, .projects_table_w span:hover {z-index: 2;}

.projects_table_c span:hover:before, .projects_table_cc span:hover:before, 
.projects_table_ad span:hover:before, .projects_table_s span:hover:before, 
.projects_table_ig span:hover:before, .projects_table_w span:hover:before {opacity: 1;visibility: visible;}


.projects_table_item.open {z-index: 2;}
.projects_table_item.open .projects_table_img:not(:first-child) img {height: auto;}
.projects_table_item.open .projects_table_tr {color:#FF6EC5 !important;}
.projects_table_item.open .projects_table_preview {opacity: 1; visibility: visible;}
.projects_table_item.open.unactive .projects_table_preview {opacity: 0; visibility: hidden;}
.projects_table_item:not(.open) .projects_table_preview a {pointer-events: none; cursor: default;}

.projects_foot {margin-top:3rem;}

.web .projects_table_tr:hover {color:#fff;}
.web .projects_table_item:hover {z-index: 4;}
.web .projects_table_item:hover .projects_table_preview {opacity: 1; visibility: visible;}

.fancybox-infobar, .fancybox-toolbar, .fancybox-navigation {display: none;} 
.fancybox-slide--image {/*pointer-events: none;*/}

/* */
html { font-size: 0.521vw !important;}
@media screen and (min-width: 1024px) { 
  .header_nav ul li:hover .header_nav_drop {opacity: 1;visibility: visible;}

  .section-projects {  padding: 21.6rem 29.6% 0 0;}
  .projects_table {    padding-right: calc(30vw + 8rem);}
  .projects_table_item { max-width: 66.389rem;}

}
@media screen and (min-width: 1351px) {
  html { font-size: 0.4597vw !important;}
} 
@media screen and (max-width: 1350px) { 
  html { font-size: 0.781vw !important;}
  body { line-height: 1.6rem; font-size: 1.4rem;}
  p { padding: 0rem 0 1.6rem 0;}
  .header_logo { margin-bottom: -1rem; margin-left: 0.9rem;}
  .header_logo a img { width: 18.046875vw;}
  .header_cols { max-width: 52.0%;}
  .header_about { padding-left: 1.0rem; width: 25.9vw;}
  .header_about_drop {top: 14.1rem; padding: 0 0.8rem 0 1.1rem; width: 25.9vw; top: 13.8rem;}
  .header_about_cont::-webkit-scrollbar, .projects_table_preview::-webkit-scrollbar { width: 0.5rem;}
  .header_lang { gap: 2.1rem;  margin-right: 0.5rem;}
  .header_nav_drop { padding-top: 1.3rem;}
  .section-projects { padding: 13.7rem 51.9% 0 0rem;}
  .projects_table {  padding: 0 4.25vw 2rem 2rem; line-height: 1.65;}
  .projects_table_tr { gap: 0.4rem;}
  .projects_table_preview {top:13.7rem; width:25.1%; right: 25.9%; margin-right: 1.1rem;
    padding-right: 0.5rem;  margin-right: 0.5rem;width: calc(25.1% + 0.6rem);}
  .projects_table_ig { min-width: 2.6rem; width:2.6rem;}
  .projects_table_s {  }
  .projects_table_ad { }
  .projects_table_name { min-width: 29.5%; width: 29.5%;}
  .projects_table_year { min-width: 11.5%; width: 11.5%;}
  .projects_foot {left: 48vw; margin-top: 2rem;}

}
@media screen and (max-width: 1023px) { 
  html { font-size: 1.302vw !important;}
  body { line-height: 1.1rem; font-size: 0.9rem;} 
  .header_logo { margin-bottom: -0.6rem; margin-left: 0.6rem;    }
  .header_cols { max-width: 52.2%; }
  .header_lang { gap: 1.2rem;}
  .header_about {  padding-left: 0.6rem;}
  .header_about_drop { top: 8.5rem; padding: 0 0.5rem 0 0.6rem;}
  .header_about_cont { padding-right: 0.8rem;}
  .header_about_cont::-webkit-scrollbar, .projects_table_preview::-webkit-scrollbar { width: 0.4rem;}
  p {padding: 0rem 0 1.1rem 0;}
  .section-projects { padding: 8.4rem 52.2% 0 0rem;}
  .projects_foot {left: 47.9vw;margin-top: 1.2rem;}
  .projects_table { padding: 0 3.3vw 1.2rem 1.2rem;  line-height: 1.67; }
  .projects_table_tr {        gap: 0.3rem;    }
  .projects_table_preview {top:8.4rem; width:25.3%; right: 25.9%; margin-right: 0.7rem; width: calc(25.3% + 0.6rem); padding-right: 0.4rem;  margin-right: 0.4rem;}
  .projects_table_ig {    }
  .projects_table_s {    }
  .projects_table_ad { }
  .projects_table_name {  min-width: 29.5%;  width: 29.5%; }
  .projects_table_year { min-width: 11.5%; width: 11.5%;    }

}

@media screen and (min-width: 768px) { 
  .projects_table_item.hover:not(.unactive) .projects_table_preview {opacity: 1; visibility: visible;}
  .projects_table_item.hover:not(.unactive) .projects_table_tr {color:#fff;}
  .projects_table {padding-right: calc(4vw + 8rem); margin-right: -8rem;}
  .projects_table_tr {overflow: visible;}
  .projects_footer {display: none;}

}
@media screen and (max-width: 767px) { 
  html { font-size: 10px !important;}
  body { line-height: 1.5rem; font-size: 1.3rem;} 
  .header_logo {margin:0 auto -0.8rem; display: block; width: 19.3rem;}
  .header_logo a img { width: 19.3rem;}
  .header_cols {align-items: flex-start; max-width: 100%; position: relative; padding: 0 2rem; justify-content: space-between;}
  .header_nav {flex:0; white-space: nowrap;}
  .header_nav ul {justify-content: flex-start; flex-direction: column; align-items: flex-start; gap:0.9rem;}
  .header_nav ul:after {display: none;}
  .header_nav_drop {    padding-top: 1.3rem; line-height: 1.1;}
  .header_right {flex-direction: column; align-items: flex-end;}
  .header_about { width: auto; padding-left: 0; margin-top: 1rem;}
  .header_about_drop { top: 13.1rem; padding: 0 1.6rem 0 2rem; width: 100%;    }
  .header_about_drop:before {display: none;}
  .header_about_cont { padding-right: 0.4rem;    }
  .header_lang { margin-right: 0; gap: 1rem; } 
  .openabout, .opennav {overflow: hidden;}
  .content:before {transition: all 0.3s ease-out;opacity: 0;visibility: hidden;z-index: -1; content: '';position: fixed; top:0;left:0;width:100%;height: 100%; background: #121212; }
  .openabout .content:before, .opennav .content:before {opacity: 1;visibility: visible; z-index: 10;}
  .openabout .header_cols:before, .opennav .header_cols:before {content: '';position: absolute; top:3rem; left:2rem; right:2rem; height: 1px; background: #fff;}
  p { padding: 0rem 0 1.5rem 0;    }
  .section-projects { padding: 13.4rem 0 0 0rem;    }
  .current-menu-item:before {content: '';position: fixed; top:8.8rem; left:2rem; right:2rem; height: 1px; background: #fff;}
  .projects_foot { display: none; position: static;}
  .projects_table { padding: 0 2rem 2rem 2rem; line-height: 1.5rem; font-size: 1rem; }
  .projects_table_preview {opacity: 1; visibility: visible; margin: 1.8rem -2rem 3.4rem; padding: 0 2rem; overflow: auto; position: static; display: none; width: 100vw;}
  .projects_table_preview::-webkit-scrollbar { width: 0rem; height: 0;}
  .projects_table_item.open .projects_table_preview { display: flex;}
  .projects_table_img {height: 38.2rem; flex-shrink: 0;}
  .projects_table_img img {height: 100%; width:auto;}
  .projects_table_img:not(:first-child) img, .projects_table_item.open .projects_table_img:not(:first-child) img {height: 100%;}
  .projects_table_item.open .projects_table_tr { /*color: #fff !important;*/}
  
  .projects_table_name { min-width: 32.7%; width: 32.7%; }
  .projects_table_year { min-width: 13.3%; width: 13.3%; min-width: 4rem; width: 4rem;  }

  .projects_table_s, .projects_table_c {  min-width: 5%;  width: 5%;} 
  .projects_table_ad, .projects_table_cc, .projects_table_ig { min-width: 7.6%;  width: 7.6%;}
  .projects_table_ig { min-width: 7%;  width: 7%;}
  .projects_table_w {min-width: 4%;  width: 4%;}
  .projects_table_c span:before, .projects_table_cc span:before, 
  .projects_table_ad span:before, .projects_table_s span:before, 
  .projects_table_ig span:before, .projects_table_w span:before {display: none;}
  .projects_footer {margin-top:3rem;}

  .projects_table_item.open.unactive .projects_table_preview { opacity: 1;    visibility: visible;}

}