.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .15s;transition:opacity .15s}.fade-enter,.fade-leave-to{opacity:0}.project-card{width:100%;padding:11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #ccd0d9;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.project-card:hover{border-color:#071e89}.project-card:hover .project-card-title{color:#071e89}.project-card:hover .project-card__section{border-color:#071e89}.project-card--grid .project-card-info-block__title,.project-card--simple .project-card-info-block__title{display:none}.project-card--grid .project-card__section--rows,.project-card--simple .project-card__section--rows{border:none}.project-card--grid .project-card__title{margin-bottom:10px}.project-card--grid .project-card__section{min-height:20px;margin-bottom:10px;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.project-card--grid .project-card__section:nth-last-of-type(2){padding-bottom:10px}.project-card--grid .project-card__counters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.project-card--grid .project-card__counter{padding:0;margin-right:10px}.project-card--grid .project-card__counter:last-of-type{margin-right:0}.project-card--grid .project-card__controls{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project-card--simple{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.project-card--simple .project-card__title{width:25%;margin-right:10px}.project-card--simple .project-card__section{min-height:20px;padding:0;border:none;width:30%;margin:0 10px 0 0}.project-card--simple .project-card__section--rows{width:25%}.project-card--simple .project-card-info-block{width:33%}.project-card--simple .project-card-info-block:first-child{width:66%}.project-card--simple .project-card__counter{padding:0;margin-right:10px}.project-card--simple .project-card__counter:last-of-type{margin-right:0}.project-card--simple .project-card__unit-counter{display:inline-block;width:50%}.project-card--simple .project-card__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;width:20%}.project-card__title{width:100%;font-size:14px;font-weight:400}.project-card__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;min-height:120px;margin-top:auto;margin-bottom:10px;padding:15px 0;border-bottom:1px solid #ccd0d9}.project-card__section--rows{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px}.project-card__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.project-card__controls .base-link__action{padding-right:28px}.project-card__unit-counter{margin:10px 0 0;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}.project-card__counter{padding:0 20% 0 0;pointer-events:none}.project-card__go-to-map-button,.project-card__go-to-project-button{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.project-card__go-to-map-button{width:100px}.project-card__resume-project-button{margin:0 15px 0 auto}.project-card__go-to-project-button{width:150px}@media screen and (min-width:1640px){.project-card__controls .base-link__action{padding-right:28px;font-size:16px}}