@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;1,300;0,400;0,700;1,700&display=swap);

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

audio:active,
audio:focus {
    outline: 0
}

a:hover,
button:hover {
    cursor: pointer
}

h1,
h2,
h3 {
    line-height: 1.4;
    font-size: calc(1.34375rem + 1.125vw)
}

@media (min-width:1200px) {

    h1,
    h2,
    h3 {
        font-size: 2.1875rem
    }
}

body {
    font-family: Poppins, sans-serif;
    font-size: 1.1875rem;
    font-weight: 300
}

@media only screen and (max-width:576px) {
    body {
        font-size: 1.0625rem;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, .4);
        line-height: 1.2
    }
}

#page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto
}

.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1460px;
    height: 100%
}

@media only screen and (max-width:991px) {
    .container {
        padding-top: 100px
    }

    .container.--no-pt {
        padding-top: 0
    }
}

.container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

@media only screen and (max-width:991px) {
    .container-flex {
        padding-top: 100px
    }
}

@media only screen and (max-width:1459px) {
    .container {
        max-width: 1190px;
        width: 1190px
    }
}

@media only screen and (max-width:1189px) {
    .container {
        max-width: 992px;
        width: 992px
    }
}

@media only screen and (max-width:991px) {
    .container {
        max-width: 769px;
        width: 769px;
        padding-top: 100px
    }

    .container.--no-pt {
        padding-top: 0
    }
}

@media only screen and (max-width:768px) {
    .container {
        max-width: 577px;
        width: 577px
    }
}

@media only screen and (max-width:576px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        padding-top: 60px
    }
}

.container-fluid {
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container-fluid.--ml-auto {
    margin-left: auto
}

.container-fluid.--mr-unset {
    margin-right: unset
}

.content {
    background: #0f4c81;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-maps {
    width: 660px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 100px)
}

@media only screen and (max-width:1560px) {
    .content-maps {
        width: 48%;
        left: unset;
        right: 0
    }
}

@media only screen and (max-width:991px) {
    .content-maps {
        display: none
    }
}

.content-maps__frame {
    width: 100%;
    height: 222px
}

.content-maps__frame:not(:last-child) {
    margin-bottom: 80px
}

@media only screen and (max-width:1189px) {
    .content-maps__frame {
        height: 320px
    }
}

@media only screen and (max-width:991px) {
    .content-maps__frame {
        width: 100%
    }
}

.content .content__pictures {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 120%;
    height: 120%;
    max-width: 960px
}

.content .content__pictures img {
    max-height: 100%;
    width: auto;
    display: block;
    min-height: 100%
}

@media only screen and (max-width:1640px) {
    .content .content__pictures img {
        -webkit-filter: brightness(.5);
        filter: brightness(.5)
    }
}

.content.--home .content__pictures {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 120%;
    height: 120%;
    max-width: 960px
}

.content.--home .content__pictures img {
    max-height: 100%;
    width: auto;
    display: block
}

.content.--service .content__pictures {
    position: absolute;
    right: 80px;
    max-height: 120%;
    height: 120%;
    max-width: 830px;
    bottom: -30px
}

.content.--service .content__pictures img {
    max-height: 100%;
    width: auto;
    display: block
}

.content.--supervision .content__pictures {
    right: 0;
    height: 100%;
    max-width: 1075px
}

.content.--supervision .content-body__name .text {
    letter-spacing: 0
}

.content.--piping .content__pictures {
    right: 0;
    height: 90%;
    max-width: 922px
}

.content.--case .content__pictures {
    max-width: 906px
}

.content.--case .content-body {
    margin-right: 90px
}

@media only screen and (max-width:1260px) {
    .content.--case .content-body {
        margin-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: unset
    }
}

@media only screen and (max-width:991px) {
    .content.--case .content-body {
        padding-top: 0
    }
}

@media only screen and (max-width:576px) {
    .content.--case .content-body {
        padding-top: 80px
    }
}

.content.--case .content-body__content {
    width: 100%;
    max-width: unset
}

.content.--case .content-body__cards {
    width: 100%;
    margin-left: 0
}

@media only screen and (max-width:991px) {
    .content.--case .container-fluid {
        margin-top: 100px
    }
}

@media only screen and (max-width:768px) {
    .content.--case .container-fluid {
        margin-top: 70px
    }
}

.content.--rilievi .content__pictures {
    max-width: 953px
}

.content.--steelmaking .content__pictures {
    max-width: 953px
}

.content.--case-turbine .content__pictures {
    height: 100%;
    max-width: 1248px
}

.content.--case-coperture .content__pictures {
    height: 100%;
    max-width: 1153px
}

.content.--calibrature .content__pictures {
    max-height: 70%;
    max-width: 915px
}

.content.--casseri .content__pictures {
    max-height: 130%;
    max-width: 1056px;
    right: -7%
}

.content.--sviluppo .content__pictures {
    max-height: 110%;
    max-width: 1016px;
    top: 56%
}

.content.--sviluppo .content-body__name .text {
    max-height: 80%
}

.content.--case-sostituzione .content__pictures {
    height: 100%;
    max-width: 1239px
}

.content.--case-sostituzione .content-body__name .text {
    max-height: 72%
}

.content.--contact .content-body__content {
    padding-top: 50px
}

@media only screen and (max-width:1459px) {
    .content.--contact .content-body__content {
        max-width: 40%
    }
}

@media only screen and (max-width:991px) {
    .content.--contact .content-body__content {
        max-width: 100%
    }
}

@media only screen and (max-width:576px) {
    .content.--contact .content-body__content {
        padding-top: 0
    }
}

.content.--contact .content-body {
    max-width: 700px
}

@media only screen and (max-width:1560px) {
    .content.--contact .content-body {
        width: 100%;
        max-width: 100%
    }
}

.content.--contact .content-body__name:after {
    display: none
}

@media only screen and (max-width:1560px) {
    .content.--team .content-body {
        padding-top: 0
    }
}

@media only screen and (max-width:1459px) {
    .content.--team .content-body {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .content.--team .content-body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:576px) {
    .content.--team .content-body {
        padding-top: 90px
    }
}

.content.--team .content-body__content {
    max-width: 480px;
    width: 480px
}

@media only screen and (max-width:1189px) {
    .content.--team .content-body__content {
        max-width: 333px
    }
}

@media only screen and (max-width:991px) {
    .content.--team .content-body__content {
        max-width: 100%;
        width: 100%;
        padding-bottom: 0;
        margin-bottom: -35px
    }
}

.--hidden-large {
    display: none
}

@media only screen and (max-width:991px) {
    .--hidden-large {
        display: block
    }
}

.header {
    -webkit-box-shadow: 0 10px 10px #00000029;
    box-shadow: 0 10px 10px #00000029;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

@media only screen and (max-width:991px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        padding: 15px 0
    }
}

@media only screen and (max-width:576px) {
    .header {
        padding: 10px 0
    }
}

.header-body {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .header-body .header-nav {
        max-width: 100%;
        visibility: visible;
        opacity: 1
    }

    .header-body .header-nav a {
        max-width: 30rem
    }
}

@media only screen and (max-width:991px) {
    .header-body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header-body__logo {
    height: 100px
}

@media only screen and (max-width:991px) {
    .header-body__logo {
        height: 70px;
        width: 150px;
        display: block
    }
}

@media only screen and (max-width:576px) {
    .header-body__logo {
        width: 100px;
        height: 45px
    }
}

.header-body__logo a {
    display: block
}

.header-body__logo a img {
    max-width: 100%
}

.header-body__nav {
    margin-left: -1px
}

@media only screen and (max-width:991px) {
    .header-body__nav {
        margin-left: 0;
        width: 100%
    }
}

.header-nav {
    max-width: 100vw;
    overflow: hidden;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media only screen and (max-width:991px) {
    .header-nav {
        visibility: visible;
        max-width: unset;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        overflow: visible
    }
}

@media only screen and (max-width:991px) {
    .header-nav.--active .header-nav__navigation {
        max-height: 100vh;
        visibility: visible
    }

    .header-nav.--active .header-nav__navigation a {
        max-height: 10vh
    }

    .header-nav.--active .header-nav__burger span {
        opacity: 0
    }

    .header-nav.--active .header-nav__burger span:first-child {
        opacity: 1;
        -webkit-transform: rotate(25deg) translate(1px, 8px);
        -ms-transform: rotate(25deg) translate(1px, 8px);
        transform: rotate(25deg) translate(1px, 8px)
    }

    .header-nav.--active .header-nav__burger span:last-child {
        opacity: 1;
        -webkit-transform: rotate(-25deg) translate(0, -8px);
        -ms-transform: rotate(-25deg) translate(0, -8px);
        transform: rotate(-25deg) translate(0, -8px)
    }
}

.header-nav:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    content: '';
    height: 2px;
    background: #8f8ec0
}

@media only screen and (max-width:991px) {
    .header-nav:before {
        display: none
    }
}

.header-nav__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991px) {
    .header-nav__navigation {
        max-width: unset;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

.header-nav__navigation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 20px;
    max-width: 30rem;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-transform: none;
    text-decoration: none;
    color: #183484
}

@media only screen and (max-width:991px) {
    .header-nav__navigation a {
        max-width: unset;
        width: 100%;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-height: 0;
        overflow: hidden
    }
}

.header-nav__burger {
    display: none;
    visibility: hidden
}

@media only screen and (max-width:991px) {
    .header-nav__burger {
        visibility: visible;
        display: block;
        width: 40px;
        height: 20px;
        position: absolute;
        z-index: 15;
        bottom: calc(100% + 20px);
        right: 10px
    }
}

@media only screen and (max-width:576px) {
    .header-nav__burger {
        bottom: calc(100% + 12px)
    }
}

.header-nav__burger span {
    display: block;
    width: 100%;
    height: 4px;
    background: #183484;
    position: absolute;
    top: calc(50% - 2px);
    border-radius: 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-nav__burger span:first-child {
    top: 0
}

.header-nav__burger span:last-child {
    top: unset;
    bottom: 0
}

.popup-menu {
    position: relative;
    display: inline-block;
    z-index: 99
}

.popup-menu__icon {
    width: 50px;
    height: 50px;
    position: relative;
    padding-right: 15px
}

.popup-menu__icon:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 9px;
    border: 25px solid transparent;
    border-bottom: 43px solid #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.popup-menu.--active {
    pointer-events: all
}

.popup-menu.--active .popup-menu__list {
    opacity: 1;
    max-width: 250px;
    max-height: 350px
}

.popup-menu.--active .popup-menu__icon:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -9px
}

@media only screen and (min-width:992px) {
    .popup-menu:hover {
        pointer-events: all
    }

    .popup-menu:hover .popup-menu__list {
        opacity: 1;
        max-width: 400px;
        max-height: 600px
    }

    .popup-menu:hover .popup-menu__icon:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: -9px
    }
}

.popup-menu__list {
    position: absolute;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    left: 99%;
    bottom: -15px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
    background: #fff;
    width: 400px;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    max-height: 0
}

@media only screen and (max-width:576px) {
    .popup-menu__list {
        left: 84%
    }
}

.popup-menu__list a {
    display: block;
    position: relative;
    padding: 8px 15px 8px 25px;
    text-decoration: none;
    text-transform: none;
    color: #6a7777
}

@media only screen and (max-width:991px) {
    .popup-menu__list a {
        font-size: 1.25rem;
        padding: 3px;
        padding-left: 20px;
        line-height: 1
    }
}

@media only screen and (max-width:576px) {
    .popup-menu__list a {
        font-size: .9375rem
    }
}

.popup-menu__list a:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 8px;
    border: 5px solid transparent;
    border-bottom: 10px solid #6a7777;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@media only screen and (max-width:991px) {
    .popup-menu__list a:before {
        top: 5px
    }
}

@media only screen and (max-width:576px) {
    .popup-menu__list a:before {
        top: 2px
    }
}

.popup-menu__list a:not(:last-child) {
    margin-bottom: 10px
}

@media only screen and (max-width:576px) {
    .popup-menu__list a:not(:last-child) {
        margin-bottom: 5px
    }
}

.menu__icon {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    padding-right: 15px;
    margin-top: 15px;
    text-decoration: none
}

.menu__icon:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -17px;
    border: 25px solid transparent;
    border-top: 43px solid #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.link-to {
    color: #fff;
    text-decoration: none;
    text-transform: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.link-to.--mb-12 {
    margin-bottom: 15px
}

.link-to:after {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    border: 8px solid transparent;
    border-left: 20px solid #fff
}

.body-card {
    width: 48%;
    height: 350px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    overflow: hidden;
    text-transform: none;
    text-decoration: none;
    position: relative
}

.body-card:first-child {
    margin-bottom: 30px
}

@media only screen and (max-width:1599px) {
    .body-card:first-child {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1260px) {
    .body-card:first-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:768px) {
    .body-card:first-child {
        margin-bottom: 10px
    }
}

.body-card:nth-of-type(2) {
    margin-bottom: 30px
}

@media only screen and (max-width:1599px) {
    .body-card:nth-of-type(2) {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1260px) {
    .body-card:nth-of-type(2) {
        margin-bottom: 0
    }
}

@media only screen and (max-width:768px) {
    .body-card:nth-of-type(2) {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:480px) {
    .body-card:nth-of-type(3) {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1699px) {
    .body-card {
        width: 48%;
        height: 300px
    }
}

@media only screen and (max-width:1460px) {
    .body-card {
        height: 250px
    }
}

@media only screen and (max-width:1260px) {
    .body-card {
        width: 24%
    }
}

@media only screen and (max-width:768px) {
    .body-card {
        width: 49%
    }
}

@media only screen and (max-width:480px) {
    .body-card {
        width: 100%
    }
}

@media only screen and (min-width:991px) {
    .body-card:hover .body-card__description {
        max-height: 400px;
        opacity: 1
    }
}

.body-card__description {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    color: #fff;
    height: 100%;
    font-size: calc(1.275rem + .3vw);
    background: rgba(15, 76, 129, .65);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

@media (min-width:1200px) {
    .body-card__description {
        font-size: 1.5rem
    }
}

@media only screen and (max-width:1260px) {
    .body-card__description {
        opacity: 0;
        z-index: 10;
        font-size: 1.125rem
    }
}

.body-card__img {
    line-height: 0;
    width: 100%;
    height: calc(100% - 116px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.body-card__name {
    position: relative;
    height: 116px;
    background: #fff;
    color: #183484;
    display: block;
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width:1200px) {
    .body-card__name {
        font-size: 1.875rem
    }
}

.body-card__name:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    border: 20px solid transparent;
    border-left: 35px solid #183484
}

@media only screen and (max-width:1460px) {
    .body-card__name:before {
        left: -15px;
        top: 1px
    }
}

.body-card__name:after {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 80%;
    height: 2px;
    background: #183484
}

@media only screen and (max-width:1460px) {
    .body-card__name:after {
        top: 20px
    }
}

.body-card__name .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 35px 60px;
    line-height: 1
}

@media only screen and (max-width:1460px) {
    .body-card__name .text {
        padding: 30px 15px 15px 30px;
        font-size: calc(1.28125rem + .375vw)
    }
}

@media only screen and (max-width:1460px) and (min-width:1200px) {
    .body-card__name .text {
        font-size: 1.5625rem
    }
}

.team-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.team-carousel__prev {
    width: 76px;
    height: 88px;
    position: relative;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: 1;
    visibility: visible
}

.team-carousel__prev.hide {
    opacity: 0;
    visibility: hidden
}

.team-carousel__prev:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border: 38px solid transparent;
    border-bottom: 50px solid #fff
}

.team-carousel__next {
    width: 76px;
    height: 88px;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 1;
    visibility: visible
}

.team-carousel__next.hide {
    opacity: 0;
    visibility: hidden
}

.team-carousel__next:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border: 38px solid transparent;
    border-top: 50px solid #fff
}

.team-carousel__slides {
    display: block;
    position: relative;
    height: 519px;
    width: 660px
}

@media only screen and (max-width:1459px) {
    .team-carousel__slides {
        height: 400px;
        width: 100%
    }
}

.team-carousel__slide {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0
}

.team-carousel__slide.slide_next,
.team-carousel__slide.slide_prev {
    opacity: .8;
    z-index: 1
}

.team-carousel__slide.slide_prev {
    -webkit-transform: scale(.9) translate(-55%, -95%);
    -ms-transform: scale(.9) translate(-55%, -95%);
    transform: scale(.9) translate(-55%, -95%)
}

.team-carousel__slide.slide_next {
    -webkit-transform: scale(.9) translate(-55%, -16%);
    -ms-transform: scale(.9) translate(-55%, -16%);
    transform: scale(.9) translate(-55%, -16%)
}

.team-carousel__slide.active {
    z-index: 3;
    opacity: 1
}

.card-team {
    background: #fff;
    height: 319px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

@media only screen and (max-width:1459px) {
    .card-team {
        height: 240px
    }
}

.card-team__left {
    width: 225px;
    -webkit-box-shadow: 5px 0 5px #00000029;
    box-shadow: 5px 0 5px #00000029;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%
}

@media only screen and (max-width:1459px) {
    .card-team__left {
        width: 150px
    }
}

.card-team__right {
    width: calc(100% - 225px);
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 46px 50px 50px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width:1459px) {
    .card-team__right {
        width: calc(100% - 150px)
    }
}

@media only screen and (max-width:1189px) {
    .card-team__right {
        padding: 20px
    }
}

.card-team__photo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 225px
}

@media only screen and (max-width:1459px) {
    .card-team__photo {
        width: 150px
    }
}

.card-team__photo img {
    max-width: 100%;
    width: 100%
}

.card-team__name {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 76px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 13px;
    width: 225px;
    border-bottom-left-radius: 5px
}

@media only screen and (max-width:1459px) {
    .card-team__name {
        width: 150px;
        padding: 5px 10px
    }
}

.card-team__name:after {
    right: 0;
    bottom: -1px;
    position: absolute;
    border: 38px solid transparent;
    border-right: 38px solid #183484;
    border-bottom: 38px solid #183484;
    line-height: 0;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.card-team__name .name {
    font-size: 1.125rem;
    color: #0f4c81;
    margin-bottom: 2px
}

@media only screen and (max-width:1459px) {
    .card-team__name .name {
        font-size: 1rem
    }
}

.card-team__name .position {
    font-size: .875rem;
    color: #707070
}

@media only screen and (max-width:1459px) {
    .card-team__name .position {
        padding-right: 50px
    }
}

.card-team__description {
    color: #707070;
    text-decoration: none;
    text-transform: none;
    font-style: italic;
    font-size: .9375rem;
    width: 100%;
    margin-bottom: auto
}

.card-team__contact {
    color: #707070;
    text-decoration: none;
    text-transform: none;
    font-size: .875rem;
    width: calc(100% - 35px)
}

.card-team__phone {
    color: #707070;
    text-decoration: none;
    text-transform: none;
    display: block;
    font-size: .875rem;
    margin-bottom: 8px
}

.card-team__email {
    color: #707070;
    text-decoration: none;
    text-transform: none;
    display: block;
    font-size: .875rem
}

.card-team__social {
    width: 35px
}

.card-team__social a img {
    max-width: 100%;
    display: block
}

.wipe-in {
    opacity: 1;
    -webkit-transition: opacity 3s, -webkit-transform 3s;
    transition: opacity 3s, -webkit-transform 3s;
    -o-transition: transform 3s, opacity 3s;
    transition: transform 3s, opacity 3s;
    transition: transform 3s, opacity 3s, -webkit-transform 3s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.wipe-out {
    opacity: 0;
    -webkit-transition: opacity 2.7s, -webkit-transform 2.7s;
    transition: opacity 2.7s, -webkit-transform 2.7s;
    -o-transition: transform 2.7s, opacity 2.7s;
    transition: transform 2.7s, opacity 2.7s;
    transition: transform 2.7s, opacity 2.7s, -webkit-transform 2.7s;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%)
}

.footer {
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:991px) {
    .footer {
        padding: 50px 0
    }
}

@media only screen and (max-width:768px) {
    .footer {
        padding: 20px 0
    }
}

.footer .container {
    padding-top: 0
}

.footer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 800px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.logo-list img {
    margin: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.content-body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 180px;
    position: relative;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 85vh;
    padding-top: 50px;
    padding-bottom: 50px
}

@media only screen and (max-width:576px) {
    .content-body {
        padding-top: 100px;
        padding-bottom: 20px;
        padding-left: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.content-body__name {
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 120px);
    border-left: 5px solid #fff
}

@media only screen and (max-width:576px) {
    .content-body__name {
        bottom: unset;
        height: auto;
        top: 50px;
        border-left: unset;
        border-top: 3px solid #fff;
        padding-left: 30px;
        padding-right: 30px
    }
}

.content-body__name:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -33px;
    border: 30px solid transparent;
    border-bottom: 30px solid #fff
}

@media only screen and (max-width:576px) {
    .content-body__name:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: -15px;
        top: -31px;
        bottom: unset
    }
}

.content-body__name.--big-triangle:after {
    left: -73px;
    border: 70px solid transparent;
    border-bottom: 70px solid #fff
}

@media only screen and (max-width:576px) {
    .content-body__name.--big-triangle:after {
        left: -55px;
        top: -71px
    }
}

.content-body__name .text {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: tb;
    -ms-writing-mode: tb;
    writing-mode: tb;
    font-weight: 700;
    font-size: 75px;
    font-style: italic;
    letter-spacing: 5px;
    text-transform: uppercase;
    white-space: break-spaces;
    max-height: calc(100% - 100px)
}

@media only screen and (max-width:1460px) {
    .content-body__name .text {
        font-size: calc(1.53125rem + 3.375vw);
        letter-spacing: 0
    }
}

@media only screen and (max-width:1460px) and (min-width:1200px) {
    .content-body__name .text {
        font-size: 4.0625rem
    }
}

@media only screen and (max-width:576px) {
    .content-body__name .text {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        font-size: calc(1.46875rem + 2.625vw);
        letter-spacing: 0
    }
}

@media only screen and (max-width:576px) and (min-width:1200px) {
    .content-body__name .text {
        font-size: 3.4375rem
    }
}

.content-body__content {
    max-width: 540px;
    letter-spacing: 1px;
    line-height: 1.7;
    padding-top: 30px;
    padding-bottom: 50px
}

.content-body__content.--small {
    max-width: 480px
}

.content-body__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(800px + 30px);
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1619px) {
    .content-body__cards {
        margin-left: 50px
    }
}

@media only screen and (max-width:1566px) {
    .content-body__cards {
        width: calc(100% - 520px)
    }
}

.content-body__carousel {
    margin-left: 40px
}

@media only screen and (max-width:1459px) {
    .content-body__carousel {
        width: calc(100% - 520px)
    }
}

@media only screen and (max-width:1189px) {
    .content-body__carousel {
        width: calc(100% - 333px)
    }
}

@media only screen and (max-width:991px) {
    .content-body__carousel {
        width: 100%;
        margin-left: 0
    }
}