
@font-face {
    font-family: "EuclidCircularA";
    src: url("../fonts/EuclidCircularA-Regular.otf");
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("../fonts/EuclidCircularA-Medium.otf");
    font-weight: 500;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("../fonts/EuclidCircularA-Semibold.otf");
    font-weight: 600;
}

/* Reset */

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%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
    font-family: "EuclidCircularA", sans-serif;
    color: #010101;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.row {
    width: 100%;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
}

.row.row-md {
    max-width: 1080px;
}

/* -- main styles -- */

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    margin-bottom: 15px;
}


.invi {
	visibility: hidden;
	opacity: 0;
}

/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #746f6c;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger-inner:after {
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}


/* start */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    padding-top: 88px;
}

.logo img {
    max-width: 212px;
}

.intro {
    position: relative;
    padding: 120px 0;
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.intro:before {
    content: '';
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 75%;
    background: url(../img/orn-intro.svg) no-repeat center center / 100% 100%;
}

.intro-text {
    font-size: 160px;
    font-weight: 600;
    line-height: 0.9;
    position: relative;
    z-index: 5;
}

.scroll-down,
.scroll-down:focus,
.scroll-down:active {
    position: absolute;
    bottom: 160px;
    left: calc((100vw - 1280px) / 2);
    color: #010101;
    font-size: 14px;
    font-weight: 500;
    padding-left: 56px;
    z-index: 10;
    transition: 0.2s;
}
.scroll-down:hover {
    color: #010101;
    opacity: 0.5;
}
.scroll-down:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #010101;
    background: url(../img/arrow-down.svg) no-repeat center center;
}

.bg-grey {
    padding: 200px 0 125px;
    background: #f7f7f7;
}

.about-left {
    font-size: 90px;
    font-weight: 600;
}

.about-right {
    font-size: 16px;
    font-weight: 500;
    padding-top: 26px;
    line-height: 2;
    padding-left: 6%;
}
.about-right p {
    opacity: 0.5;
}

.about-wrapper {
    margin-bottom: 120px;
}

.list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.list ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
}
.list ul li:nth-child(2n) {
    margin-right: 0px;
}

.list ul li  {
    display: block;
    height: 100%;
    background: #fff;
    padding: 56px 56px 48px;
    border-radius: 8px;
    transition: 0.2s;
}
/*.list ul li a:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}*/

.item-logo {
    margin-bottom: 40px;
}
.item-logo img {
    max-height: 26px;
}

.item-title {
    font-size: 32px;
    font-weight: 500;
    color: #010101;
    line-height: 1.2;
    margin-bottom: 24px;
}

.item-text {
    opacity: 0.5;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    min-height: 112px;
    color: #010101;
}

.animation-element.fade-in {
    opacity: 0;
    transition: 1.4s;
}

.animation-element.fade-in.in-view {
    opacity: 1;
}

.nav-trigger {
    padding-top: 6px;
}

.nav-trigger span {
    float: right;
    color: #010101;
    font-size: 16px;
    font-weight: 500;
    padding-right: 38px;
    position: relative;
    cursor: pointer;
}

.nav-trigger span:before,
.nav-trigger span:after {
    content: '';
    position: absolute;
    right: 0;
    width: 21px;
    height: 2px;
    background: #010101;
}
.nav-trigger span:before {
    top: 8px;
}

.nav-trigger span:after {
    top: 16px;
}

.mob-nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    background: #f7f7f7;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.mob-nav-overlay.close {
    opacity: 0.8;
    visibility: visible;
}

.mob-nav-hold {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    height: 100%;
    z-index: 500;
    width: 485px;
    background: #fff;
    padding: 95px 100px 20px 88px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.mob-nav-hold.close {
    opacity: 1;
    visibility: visible;
}

.mob-nav-close {
    height: 19px;
    margin-bottom: 40px;
}
.mob-nav-close span {
    cursor: pointer;
    float: right;
    position: relative;
    height: 19px;
    width: 17px;
    background: url(../img/close.svg) no-repeat center center / 100% 100%;
}

.mob-nav-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.mob-nav-list ul li {
    margin-bottom: 20px;
}
.mob-nav-list ul li a {
    display: inline-block;
    background-color: #f7f7f7;
    border-radius: 11px;
    width: 200px;
    height: 90px;
    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;
}
.mob-nav-list ul li a img {
    max-height: 21px;
    max-width: 180px;
}

.mob-nav-close img {
    display: none;
    max-width: 170px;
}

.item-link {
    margin-top: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #df4d47;
    line-height: 1.75;
}
.item-link a {
    display: inline-block;
    padding-right: 40px;
   /* background: url(../img/arrow-red.svg) no-repeat right 10px center;*/
    color:#df4d47;
    transition:0.3s;
    position: relative;
    margin-bottom: 7px;
}

.item-link a:before {
    content:"";
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    width: 18px;
    height: 11px;
    background: url(../img/arrow-red-long.svg) no-repeat right center;
    transition:0.3s;
}

/*.item-link a:hover {
    text-decoration: underline;
    background-position: right 0px center;
}*/

.item-link a:hover:before {
    right: -30px;
    width: 48px;
}

@media only screen and (max-width: 1440px) {
    .intro:before {
        top: 75%;
    }
}

@media only screen and (max-width: 1300px) {
    .mob-nav-hold {
        width: 400px;
        padding: 80px 30px 20px 80px;
    }
    .bg-grey {
        padding: 160px 0 100px;
    }
    .header {
        padding-top: 70px;
    }
    .scroll-down, .scroll-down:focus, .scroll-down:active {
        left: 20px;
        bottom: 120px;
    }
    .intro-text {
        font-size: 134px;
    }
    .intro {
        padding: 240px 0 220px;
    }
}

@media only screen and (max-width: 1100px) {
    .scroll-down, .scroll-down:focus, .scroll-down:active {
        bottom: 80px;
    }
    .intro-text {
        font-size: 100px;
    }
    .intro {
        padding: 220px 0 210px;
    }
    .intro-text {
        font-size: 128px;
    }
    .about-left {
        font-size: 80px;
    }
    .about-right {
        padding-top: 16px;
    }
    .bg-grey {
        padding: 140px 0 100px;
    }
    .list ul li {
        padding: 56px 48px 48px;
    }
    .intro:before {
        top: 75%;
    }
}

@media only screen and (max-width: 1023px) {
    .list ul li {
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .about-wrapper {
        margin-bottom: 100px;
    }
    .list ul li {
        padding: 56px 34px 48px;
    }
    .about-left {
        font-size: 70px;
    }
    .intro:before {
        padding-bottom: 105%;
        background: url(../img/orn-intro-mob.svg) no-repeat center center / 100% 100%;
    }

}

@media screen and (max-width:639px) {
    .item-text {
        min-height: 1px;
    }
    .nav-trigger {
        padding-top: 3px;
    }
    .logo img {
        max-width: 170px;
    }
    .mob-nav-close span {
        margin-top: 5px;
    }
    .mob-nav-close img {
        display: inline-block;
    }
    .mob-nav-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .mob-nav-list ul li {
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 16px;
    }
    .mob-nav-list ul li:nth-child(2n) {
        margin-right: 0px;
    }
    .mob-nav-list ul li a {
        width: 100%;
    }
    .mob-nav-close {
        height: 29px;
        margin-bottom: 70px;
    }
    .mob-nav-hold {
        width: 100%;
        padding: 70px 20px 20px 20px;
    }
    .intro:before {
        top: 50%;
    }
    .list ul li {
        padding: 56px 24px 48px;
    }
    .list ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 24px;
    }
    .about-wrapper {
        margin-bottom: 88px;
    }
    .about-right {
        padding-top: 0;
        padding-left: 0;
    }
    .about-left {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 40px;
    }
    .bg-grey {
        padding: 80px 0 100px;
    }
    .intro-text {
        font-size: 72px;
        text-align: center;
    }
    .logo {
        text-align: center;
    }
	.scroll-down, .scroll-down:focus, .scroll-down:active {
        left: 50%;
        transform: translateX(-50%);
    }

}

@media screen and (max-width:350px) {
    .intro-text {
        font-size: 68px;
    }
    .row {
        padding-left: 20px;
        padding-right: 20px;
    }
}