* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, wrapper, content{display: block;position:relative;}
ul {list-style: none;}
img, iframe{max-width:100%;color: transparent;vertical-align: bottom;}
button{border: 0; cursor: pointer;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
input, textarea{font-family: 'Roboto Condensed', sans-serif;font-weight:400;}
b, strong, h1, h2, h3, h4, h5, h6{font-family: 'Raleway', sans-serif;font-weight: 800;}
a{text-decoration: none;color: #333;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;transition:color 0.3s;-webkit-transition:background 0.3s;-moz-transition:background 0.3s;transition:background 0.3s;}
a:hover, a:focus {color: #007A79;}
*:focus{outline:0;}input::-webkit-input-placeholder {color: #646363;}input::-moz-placeholder {color: #646363;}input:-ms-input-placeholder {color: #646363;}input:-moz-placeholder {color: #646363;}textarea::-webkit-input-placeholder {color: #646363;}textarea::-moz-placeholder {color: #646363;}textarea:-ms-input-placeholder {color: #646363;}textarea:-moz-placeholder {color: #646363;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;max-width: 100%;}
body {
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
	min-width: 320px;
}
.row:after {
    content: '';
    clear: both;
    display: block;
}
.wrap{
	width: 1220px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width:1219px){
    .wrap{
        width: 768px;
    }
}
@media screen and (max-width:767px){
    .wrap{
        width: 480px;
    }
}
@media screen and (max-width:479px){
    .wrap{
        width: 320px;
    }
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
	background: #FFFFFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.head-wrap {
	height: 96px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.head-menu li {
    display: inline-block;
    padding: 0 15px;
}
.head-menu li a {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    color: #646363;
    padding: 0 15px 10px;
    border-bottom: 4px solid transparent;
    position: relative;
}
.head-menu li.active a, .head-menu li a:hover {
    border-bottom-color: #007A79;
}
.head-menu li.active a:before, .head-menu li a:hover:before {
    content: '';
    border-top: 4px solid #976F4F;
    border-bottom: 4px solid #976F4F;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 4px;
    width: 4px;
    background: #fff;
}

.head-social {
    padding-bottom: 22px;
}
.head-link-item>i {
    font-size: 14px;
    line-height: 16px;
    color: #565656;
    cursor: pointer;
}
.head-right a {
    font-size: 14px;
    line-height: 16px;
    color: #565656;
    display: inline-block;
    width: 24px;
    margin-left: 30px;
    text-align: center;
}
.head-right a:first-child {
    margin-left: 0;
}
.head-right a.active, .head-right a:hover, .head-link-item:hover>i, .head-link-item>i.active {
    color: #007A79;
}
.head-right .lang-item {
	font-weight: bold;
	text-transform: uppercase;
    margin-left: 0;
}
.head-link-item {
    display: inline-block;
    margin-right: 30px;
    width: 24px;
    text-align: center;
    position: initial;
}
.head-link-hide {
    width: 400px;
    padding: 40px 20px;
    position: absolute;
    right: -100vw;
    top: 60px;
    text-align: left;
    color: #fff;
    background: #007a79;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    transition:all 1s;
}
.head-link-item:hover .head-link-hide {
    right: 0;
}
.head-link-hide:before {
	content: '';
	position: absolute;
	top: -45px;
	right: 0;
	bottom: 0;
	left: 0;
}
.head-link-title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}
.head-link-value a {
    width: initial;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: initial;
}
.head-link-value a:hover {
    color: #fff;
    opacity: .8;
}
.head-link-value>span:first-child {
    font-size: 18px;
    border-right: 1px solid #fff;
    padding-right: 24px;
    margin-right: 20px;
    line-height: initial;
}
@media screen and (max-width:1219px){
    .head-wrap {
        height: 60px;
    }
    .head-logo {
        width: 130px;
    }
    .head-menu {
        position: fixed;
        top: 60px;
        bottom: 0;
        left: -100%;
        width: 100%;
        z-index: 9999;
        background: #fff;
        -webkit-box-shadow: inset 0px 0px 3px 0px rgba(50, 50, 50, 0.15);
        -moz-box-shadow:    inset 0px 0px 3px 0px rgba(50, 50, 50, 0.15);
        box-shadow:         inset 0px 0px 3px 0px rgba(50, 50, 50, 0.15);
        -webkit-transition:all 0.5s;
        -moz-transition:all 0.5s;
        transition:all 0.5s;
    }
    .head-menu.active {
        left: 0;
    }
    .head-menu li {
        display: block;
        padding: 0;
    }
    .head-menu li a {
        padding: 15px 40px;
        border-bottom: 1px solid #b1d6d6;
        display: block;
    }
    .head-menu li.active a, .head-menu li a:hover {
        color: #fff;
        background: #007A79;
    }
    .head-menu li.active a:before, .head-menu li a:hover:before {
        display: none;
    }
    .head-social {
        padding-bottom: 0;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-wrap: nowrap;
        z-index: 9999;
        background: #fff;
        -webkit-box-shadow: 0px -2px 3px 0px rgba(50, 50, 50, 0.15);
        -moz-box-shadow:    0px -2px 3px 0px rgba(50, 50, 50, 0.15);
        box-shadow:         0px -2px 3px 0px rgba(50, 50, 50, 0.15);
    }
    .head-social a {
        width: 100%;
        line-height: 40px;
        font-size: 20px;
        margin: 0;
        border-left: 1px solid #afadad;
    }
    .head-social a:first-child {
        border-left: 0;
    }
    .head-link {
        line-height: 26px;
    }
    .head-menu-open{display:inline-block;width:35px;height:25px;margin-left: 30px;float:right;cursor: pointer;}
    .head-menu-open span{position:absolute;left:0;top:10px;}
    .head-menu-open span, .head-menu-open span:before, .head-menu-open span:after{position:absolute;display:block;content:'';height:5px;width:35px;background: #565656;border-radius:1px;cursor:pointer;}
    .head-menu-open span:before{top:-10px;}
    .head-menu-open span:after{bottom:-10px;}
    .head-menu-open span, .head-menu-open span:before, .head-menu-open span:after{transition:all 500ms ease-in-out;}
    .head-menu-open.active span{background-color:transparent;}
    .head-menu-open.active span:before, .head-menu-open.active span:after{top:0;background:#007A79;}
    .head-menu-open.active span:before{transform:rotate(45deg);}
    .head-menu-open.active span:after{transform:rotate(-45deg);}
    .head-link-hide, .head-link-item:hover .head-link-hide {
        right: calc(-100vw - 160px);
        top: 43px;
    }
    .head-link-hide.active {
        right: -10px !important;
    }
    .head-link-hide:before {
        display: none;
    }
}
@media screen and (max-width:479px){
    .head-wrap {
        width: 100%;
        min-width: 320px;
    }
    .head-logo {
        width: 110px;
    }
    .head-menu-open {
        margin-left: 15px;
    }
    .head-link-item {
        margin-right: 15px;
    }
    .head-link-hide, .head-link-item:hover .head-link-hide {
        width: 320px;
        padding: 20px;
    }
    .head-link-hide.active {
        right: 0px !important;
    }
    .head-link-title {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .head-link-value>span:first-child {
        padding-right: 10px;
        margin-right: 10px;
    }
    .head-link-value a {
        font-size: 16px;
    }
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding-top: 96px;
}
.pages-header {
    font-weight: bold;
    font-size: 86.6667px;
    color: #FFF5E8;
    text-shadow: 0px 1.56418px 1.56418px rgb(0 0 0 / 25%);
    text-align: center;
    text-transform: uppercase;
    padding: 100px 0;
    background: radial-gradient(88.71% 88.71% at 50% 50%, #01A8A7 15.1%, #05A09F 29.69%, #049594 48.96%, #028988 69.79%, #007A79 100%), #007A79;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    position: relative;
}
.pages-header:before, .pages-header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
}
.pages-header:before {
	background-image: url('../images/icon/page-header-right.png');
	background-position: center right 1.736vw;
}
.pages-header:after {
	background-image: url('../images/icon/page-header-left.png');
	background-position: center left 1.736vw;
}
.article-page {
    padding-top: 50px;
    padding-bottom: 30px;
}
.article-page h2, .article-page h3, .article-page h4, .article-page h5 {
	color: #007A79;
	padding-bottom: 20px;
}
.article-page h2 {
	font-size: 30px;
}
.article-page h3 {
	font-size: 28px;
}
.article-page h4 {
	font-size: 26px;
}
.article-page h5 {
	font-size: 24px;
}
.article-page p {
    font-size: 19px;
    line-height: 22px;
    text-align: justify;
    color: #646363;
    padding-bottom: 20px;
}
.article-page a {
    color: #007A79;
}
.article-page a:hover {
	text-decoration: underline;
}
.article-page ul {
    list-style-type: disc;
    padding-left: 16px;
    color: #007A79;
}
@media screen and (max-width:1219px){
.content {
    padding-top: 60px;
}
.pages-header {
    font-size: 40px;
    padding: 50px 0;
}
.pages-header:before, .pages-header:after {
    background-size: auto 100%;
}
}
@media screen and (max-width:767px){
.pages-header {
    font-size: 30px;
}
}
@media screen and (max-width:479px){
.pages-header {
    font-size: 20px;
    padding: 30px 0;
}
}

.home-banner {
    overflow: hidden;
}
.home-banner:before {
	content: '';
	width: 1326px;
	height: 1326px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -663px 0 0 -675px;
	background: url(../images/home-banner/before.png) no-repeat center;
	background-size: cover;
	animation: tospin 500s linear 0s infinite;
	z-index: 1;
}
.home-banner-wrap {
	height: calc(100vh - 96px);
    max-height: 900px;
    min-height: 300px;
    clip-path: circle(600px at 600px);
    -webkit-clip-path: circle(600px at 600px);
    background-position: center;
    background-repeat: no-repeat;
	overflow: hidden;
	z-index: 2;
    display: flex;
    flex-direction: column;
    background-size: cover;
}
.home-banner-wrap:after {
	content: '';
	width: 1064px;
	height: 1064px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -532px 0 0 -540px;
	background: url(../images/home-banner/afters.png) no-repeat center;
	background-size: cover;
	animation: spin 500s linear 0s infinite;
	z-index: 1;
}
@keyframes tospin {
    from {transform:rotate(0deg);}
    to {transform:rotate(-360deg);}
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.home-banner-title {
    font-weight: bold;
    font-size: 74.2857px;
    line-height: 62px;
    text-align: center;
    color: #FFF5E8;
    text-shadow: 0px 1.56418px 1.56418px rgb(0 0 0 / 25%);
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: auto auto 90px;
	z-index: 2;
}
.home-banner-title span {
	font-size: 49.5238px;
	text-shadow: 0px 3.12836px 3.12836px rgba(0, 0, 0, 0.25);
    text-transform: lowercase;
}
.home-banner-butt {
    width: 380px;
    height: 50px;
    font-weight: bold;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #007A79;
    margin: 0 auto auto;
    cursor: pointer;
    text-align: center;
    background: url(../images/home-banner/butt.png) no-repeat;
    background-size: 100% 100%;
	z-index: 2;
}
.home-banner-butt:hover {
	opacity: .8;
}
@media screen and (max-width:1219px){
	.home-banner:before {
	    width: 768px;
	    height: 768px;
	    margin: -384px 0 0 -384px;
	}
    .home-banner-wrap {
        height: calc(100vh - 100px);
        min-height: initial;
        max-height: 550px;
	    clip-path: circle(354px at 354px);
	    -webkit-clip-path: circle(354px at 354px);
	    max-width: 708px;
    }
	.home-banner-wrap:after {
	    width: 650px;
	    height: 650px;
	    margin: -325px 0 0 -325px;
	}
    .home-banner-title {
        font-size: 40px;
        line-height: initial;
        margin: auto auto 30px;
    }
    .home-banner-title span {
        font-size: 30px;
    }
}
@media screen and (max-width:767px){
	.home-banner:before {
	    width: 480px;
	    height: 480px;
	    margin: -240px 0 0 -240px;
	}
	.home-banner-wrap {
	    max-height: 350px;
	    clip-path: circle(220px at 220px);
	    -webkit-clip-path: circle(220px at 220px);
	    max-width: 440px;
	}
	.home-banner-wrap:after {
	    width: 400px;
	    height: 400px;
	    margin: -200px 0 0 -200px;
	}
    .home-banner-title {
        font-size: 18px;
        margin: auto auto 20px;
    }
    .home-banner-title span {
        font-size: 20px;
    }
    .home-banner-butt {
        width: initial;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        padding: 0 20px;
    }
}
@media screen and (max-width:479px){
	.home-banner-wrap {
	    max-height: 250px;
	    clip-path: circle(150px at 150px);
	    -webkit-clip-path: circle(150px at 150px);
	    max-width: 300px;
	}
	.home-banner-wrap:after {
	    width: 280px;
	    height: 280px;
	    margin: -140px 0 0 -140px;
	}
	.home-banner:before {
	    width: 320px;
	    height: 320px;
	    margin: -160px 0 0 -160px;
	}
    .home-banner-title {
        font-size: 16px;
        margin: auto auto 20px;
    }
    .home-banner-title span {
        font-size: 14px;
    }
	.home-banner-butt {
	    font-size: 12px;
	    line-height: 32px;
	    height: 32px;
	}
}

.leistungen-wrap {
    padding: 100px 0;
    background: rgb(255 245 232 / 40%);
}
.leistungen-wrap .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.leistungen-item {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgb(117 118 118 / 15%);
    margin-bottom: 20px;
    margin-left: 20px;
}
.leistungen-item-1 {
    width: 518px;
    order: 1;
    margin-left: 0;
    margin-top: 30px;
}
.leistungen-item-2 {
    width: 351px;
    order: 2;
}
.leistungen-item-3 {
    width: 249px;
    order: 5;
    margin-top: 5px;
}
.leistungen-item-4 {
    width: 291px;
    order: 7;
}
.leistungen-item-5 {
    width: 351px;
    order: 6;
    margin-top: -50px;
}
.leistungen-item-6 {
    width: 249px;
    margin-left: 0;
    margin-top: 5px;
    order: 4;
}
.leistungen-item-7 {
    width: 291px;
    order: 3;
    margin-top: 50px;
}
.leistungen-link {
    display: flex;
    flex-direction: column;
}
.leistungen-item-2 .leistungen-link, .leistungen-item-5 .leistungen-link {
    flex-direction: column-reverse;
}
.leistungen-title {
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    color: #007A79;
    padding: 30px;
    background-image: url(../images/leistungen/arrow.svg);
    background-position: center right 30px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.leistungen-item-1 .leistungen-title, .leistungen-item-2 .leistungen-title, .leistungen-item-5 .leistungen-title {
    background-position: center right 90px;
    padding-right: 90px;
}
.leistungen-item-3 .leistungen-title, .leistungen-item-6 .leistungen-title {
    background-position: center right 50px;
    padding-right: 60px;
}
.leistungen-item-4 .leistungen-title, .leistungen-item-7 .leistungen-title {
    background-position: center right 76px;
    padding-right: 76px;
}
.leistungen-item:hover .leistungen-title {
    background-position: center right 10px;
}
.leistungen-item-1 .leistungen-image {
    height: 236px;
}
.leistungen-item-2 .leistungen-image {
    height: 220px;
}
.leistungen-item-3 .leistungen-image {
    height: 159px;
}
.leistungen-item-4 .leistungen-image {
    height: 207px;
}
.leistungen-item-5 .leistungen-image {
    height: 223px;
}
.leistungen-item-6 .leistungen-image {
    height: 163px;
}
.leistungen-item-7 .leistungen-image {
    height: 222px;
}
.leistungen-image .image {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.leistungen-item-1 .leistungen-image .image {
    clip: rect(0px 427px 236px 0px);
}
.leistungen-item-1:hover .leistungen-image .image {
    clip: rect(0px 518px 236px 92px);
}
.leistungen-item-2 .leistungen-image .image {
    clip: rect(0px 259px 220px 0px);
}
.leistungen-item-2:hover .leistungen-image .image {
    clip: rect(0px 350px 220px 91px);
}
.leistungen-item-3 .leistungen-image .image {
    clip: rect(0px 197px 155px 0px);
}
.leistungen-item-3:hover .leistungen-image .image {
    clip: rect(0px 249px 155px 52px);
}
.leistungen-item-4 .leistungen-image .image {
    clip: rect(0px 214px 207px 0px);
}
.leistungen-item-4:hover .leistungen-image .image {
    clip: rect(0px 291px 207px 77px);
}
.leistungen-item-5 .leistungen-image .image {
    clip: rect(0px 259px 233px 0px);
}
.leistungen-item-5:hover .leistungen-image .image {
    clip: rect(0px 351px 233px 92px);
}
.leistungen-item-6 .leistungen-image .image {
    clip: rect(0px 197px 163px 0px);
}
.leistungen-item-6:hover .leistungen-image .image {
    clip: rect(0px 249px 163px 52px);
}
.leistungen-item-7 .leistungen-image .image {
    clip: rect(0px 214px 222px 0px);
}
.leistungen-item-7:hover .leistungen-image .image {
    clip: rect(0px 291px 222px 77px);
}
@media screen and (max-width:1219px){
    .leistungen-wrap {
        padding: 50px 0;
    }
    .leistungen-wrap .wrap {
        column-count: 2;
        column-gap: 20px;
        display: block;
    }
    .leistungen-item {
        width: 368px !important;
        margin: 0 0px 20px !important;
        break-inside: avoid;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(152 148 148 / 50%);
        -moz-box-shadow: 0px 0px 5px 0px rgb(152 148 148 / 50%);
        box-shadow: 0px 0px 5px 0px rgb(152 148 148 / 50%);
    }
    .leistungen-item:hover {
        -webkit-box-shadow: 0px 3px 10px 0px rgb(152 148 148 / 50%);
        -moz-box-shadow: 0px 3px 10px 0px rgb(152 148 148 / 50%);
        box-shadow: 0px 3px 10px 0px rgb(152 148 148 / 50%);
    }
    .leistungen-item-2 .leistungen-link {
        flex-direction: column;
    }
    .leistungen-item-6 .leistungen-link, .leistungen-item-7 .leistungen-link {
        flex-direction: column-reverse;
    }
    .leistungen-item .leistungen-image {
        height: initial !important;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.35);
        -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.35);
        box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.35);
    }
    .leistungen-item .leistungen-image .image {
        clip: initial !important;
        position: relative !important;
        left: initial !important;
        top: initial !important;
        width: 100%;
    }
    .leistungen-title {
        background-position: center right 30px !important;
    }
}
@media screen and (max-width:767px){
    .leistungen-wrap .wrap {
        column-count: initial;
        column-gap: initial;
    }
    .leistungen-item {
        width: 100% !important;
    }
    .leistungen-item-2 .leistungen-link, .leistungen-item-5 .leistungen-link, .leistungen-item-6 .leistungen-link, .leistungen-item-7 .leistungen-link {
        flex-direction: column;
    }
}
@media screen and (max-width:479px){
    .leistungen-wrap {
        padding: 30px 0 10px;
    }
    .leistungen-wrap .wrap {
        width: initial;
    }
    .leistungen-item {
        width: 100% !important;
    }
}


.home-leistungen {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-leistungen-title {
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    line-height: 49px;
    text-transform: uppercase;
    color: #007A79;
    display: table;
    margin: 0 auto 90px;
    position: relative;
}
.home-leistungen-title:after {
    content: 'U';
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 110px;
    line-height: 82px;
    text-transform: uppercase;
    color: #FFF5E8;
    position: absolute;
    bottom: 6px;
    left: -35px;
    z-index: -1;
}
.home-leistungen ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
    padding-left: 450px;
	min-height: 514px;
	position: relative;
	counter-reset: list;
}
.home-leistungen ul li {
	width: 345px;
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;
    text-align: justify;
    color: #646363;
}
.home-leistungen ul li .home-leistungen-name {
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    text-transform: capitalize;
    color: #007A79;
    font-family: 'Raleway', sans-serif;
    position: relative;
    display: table-cell;
    height: 72px;
    vertical-align: bottom;
    padding: 0 0 20px 52px;
}
.home-leistungen ul li .home-leistungen-name:before {
	counter-increment: list;
	content: counter(list);
    font-size: 80px;
    color: rgb(100 99 99 / 20%);
    position: absolute;
    left: -12px;
    bottom: 52px;
}
.home-leistungen ul .home-leistungen-item-2 .home-leistungen-name:before, .home-leistungen ul .home-leistungen-item-6 .home-leistungen-name:before {
    bottom: 40px;
}
.home-leistungen ul .home-leistungen-item-1 {
	position: absolute;
	width: 387px;
	min-height: 514px;
	left: 0;
	top: 0;
    padding: 0 27px;
}
.home-leistungen ul .home-leistungen-item-1 .home-leistungen-name {
    font-size: 35px;
    line-height: 41px;
    color: #FFF5E8;
    padding: 0 0 30px;
    z-index: 2;
}
.home-leistungen ul .home-leistungen-item-1 .home-leistungen-name:before {
    font-size: 80px;
    line-height: 60px;
    color: rgb(255 245 232 / 20%);
    position: relative;
    left: initial;
    bottom: initial;
    display: block;
    padding: 10px 0 30px;
}
.home-leistungen ul .home-leistungen-item-1 p {
    color: #FFF5E8;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}
.home-leistungen ul .home-leistungen-item-1 #video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    opacity: .7;
}
.home-leistungen ul .home-leistungen-item-1 #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}
@supports (object-fit: cover) {
	.home-leistungen ul .home-leistungen-item-1 #video-bg > video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width:1219px){
	.home-leistungen {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.home-leistungen-title {
	    font-size: 32px;
	    line-height: initial;
	    margin: 0 auto 60px;
	}
	.home-leistungen-title:after {
	    font-size: 80px;
	    line-height: 60px;
	}
	.home-leistungen ul {
	    padding-left: 330px;
	}
	.home-leistungen ul .home-leistungen-item-1 {
	    width: 300px;
	}
	.home-leistungen ul li {
	    width: 100%;
	    font-size: 16px;
	    line-height: initial;
	}
	.home-leistungen ul .home-leistungen-item-1 {
	    bottom: 0;
	}
	.home-leistungen ul li .home-leistungen-name {
	    height: 60px;
	    padding: 0 0 0 30px;
	}
	.home-leistungen ul .home-leistungen-item-2 .home-leistungen-name {
	    height: 30px;
	}
	.home-leistungen ul li .home-leistungen-name:before {
	    font-size: 40px;
	    left: 0;
	    bottom: 14px;
	}
	.home-leistungen ul .home-leistungen-item-2 .home-leistungen-name:before, .home-leistungen ul .home-leistungen-item-6 .home-leistungen-name:before {
	    bottom: 8px;
	}
}
@media screen and (max-width:767px){
	.home-leistungen {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.home-leistungen-title {
	    font-size: 24px;
	    margin: 0 auto 30px;
	}
	.home-leistungen-title:after {
	    font-size: 40px;
	    line-height: 30px;
	    left: -20px;
	    bottom: 4px;
	}
	.home-leistungen ul {
	    padding-left: 0;
	}
	.home-leistungen ul .home-leistungen-item-1 {
	    width: 100%;
	    position: relative;
	    top: initial;
	    bottom: initial;
	    left: initial;
	    min-height: initial;
    	padding: 0 20px;
	}
	.home-leistungen ul .home-leistungen-item-1 .home-leistungen-name:before {
	    font-size: 70px;
	    line-height: 50px;
	    left: initial;
	    bottom: initial;
	    display: inline-block;
	    padding: 10px 20px 0 0;
	}
	.home-leistungen ul li .home-leistungen-name {
	    padding: 0 0 10px 30px;
	}
	.home-leistungen ul .home-leistungen-item-2 .home-leistungen-name {
	    height: 60px;
	}
	.home-leistungen ul li .home-leistungen-name:before {
	    bottom: 22px;
	}
	.home-leistungen ul .home-leistungen-item-2 .home-leistungen-name:before, .home-leistungen ul .home-leistungen-item-6 .home-leistungen-name:before {
	    bottom: 16px;
	}
}
@media screen and (max-width:479px){
	.home-leistungen-title {
	    font-size: 20px;
	}
	.home-leistungen ul .home-leistungen-item-1 .home-leistungen-name {
	    font-size: 20px;
    	line-height: 24px;
    	padding: 0 0 10px;
	}
	.home-leistungen ul .home-leistungen-item-1 .home-leistungen-name:before {
	    font-size: 50px;
	    line-height: 40px;
	}
	.home-leistungen ul li .home-leistungen-name {
	    font-size: 16px;
	    padding: 0 0 10px 22px;
	}
	.home-leistungen ul li .home-leistungen-name:before {
	    bottom: 18px;
	    font-size: 30px;
	}
	.home-leistungen ul .home-leistungen-item-2 .home-leistungen-name:before, .home-leistungen ul .home-leistungen-item-6 .home-leistungen-name:before {
	    bottom: 14px;
	}
}

.home-obtain {
	padding: 100px 0;
	background: url('../images/home-obtain/bg.jpg') no-repeat;
	background-size: cover;
}
.home-obtain-title {
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF5E8;
    font-family: 'Raleway', sans-serif;
    display: table;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}
.home-obtain-title:after {
    content: 'W';
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 110px;
    line-height: 82px;
    text-transform: uppercase;
    color: rgb(255 245 232 / 20%);
    position: absolute;
    bottom: 7px;
    left: -58px;
    z-index: -1;
}
.home-obtain ul {
	counter-reset: list;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    z-index: 1;
}
.home-obtain ul .home-obtain-item {
	padding-left: 100px;
	position: relative;
}
.home-obtain ul .home-obtain-item-1, .home-obtain ul .home-obtain-item-3 {
	width: 846px;
}
.home-obtain ul .home-obtain-item-1, .home-obtain ul .home-obtain-item-2 {
	padding-bottom: 150px;
}
.home-obtain ul .home-obtain-item:before {
    counter-increment: list;
    content: counter(list);
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 160px;
    line-height: 80px;
    text-transform: uppercase;
    color: rgb(255 245 232 / 30%);
    position: absolute;
    left: 0;
    top: 0;
}
.home-obtain ul .home-obtain-item .home-obtain-name {
	width: 254px;
    font-weight: 800;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    min-height: 56px;
    font-family: 'Raleway', sans-serif;
}
.home-obtain ul .home-obtain-item p {
	width: 254px;
    font-size: 19px;
    line-height: 22px;
    color: #FFF5E8;
}
.home-obtain .home-obtain-zakaz {
    position: absolute;
    width: 522px;
    height: 522px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.home-obtain .home-obtain-zakaz:after {
	content: '';
    width: 522px;
    height: 522px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -261px 0 0 -261px;
	background: url(../images/home-obtain/ellipse.svg) no-repeat center;
	background-size: cover;
	animation: spin 150s linear 0s infinite;
	z-index: 1;
}
.home-obtain .home-obtain-zakaz .home-obtain-link {
    display: block;
    width: 420px;
    height: 50px;
    font-weight: bold;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #007A79;
    margin: auto;
    cursor: pointer;
    text-align: center;
    background: url(../images/home-banner/butt.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.home-obtain .home-obtain-zakaz .home-obtain-link:hover {
	opacity: .8;
}
@media screen and (max-width:1219px){
	.home-obtain ul .home-obtain-item {
	    padding-left: 65px;
	    width: 50%;
	}
	.home-obtain ul .home-obtain-item:before {
	    font-size: 100px;
	}
	.home-obtain ul .home-obtain-item .home-obtain-name {
	    width: 100%;
	    min-height: initial;
	    padding-bottom: 15px;
	}
	.home-obtain ul .home-obtain-item p {
	    width: 100%;
	    font-size: 18px;
	    line-height: 22px;
	    color: #FFF5E8;
	}
	.home-obtain .home-obtain-zakaz:after {
		display: none;
	}
	.home-obtain .home-obtain-zakaz .home-obtain-link {
	    width: 380px;
	    height: 40px;
	    font-size: 20px;
	    line-height: 40px;
	}
}
@media screen and (max-width:767px){
	.home-obtain {
	    padding: 40px 0;
	    background-attachment: fixed;
	}
	.home-obtain ul .home-obtain-item, .home-obtain ul .home-obtain-item-1, .home-obtain ul .home-obtain-item-2 {
	    width: 100%;
	    padding-bottom: 50px;
	}
	.home-obtain .home-obtain-zakaz {
	    position: relative;
	    width: initial;
	    height: initial;
	    top: initial;
	    left: initial;
	    transform: translate(0, 0);
	}
}
@media screen and (max-width:479px){
	.home-obtain ul .home-obtain-item {
	    padding-left: 40px;
	}
	.home-obtain ul .home-obtain-item:before {
	    font-size: 60px;
	    line-height: 50px;
	}
	.home-obtain .home-obtain-zakaz .home-obtain-link {
		width: initial;
	    height: 40px;
	    font-size: 16px;
	    line-height: 39px;
	    letter-spacing: initial;
	    padding: 0 15px;
	}
}

.home-project {
    padding-bottom: 100px;
    padding-top: 140px;
}
.home-project-title {
    font-weight: 800;
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #007A79;
    font-family: 'Raleway', sans-serif;
    display: table;
    margin: 0 auto 110px;
    position: relative;
    z-index: 1;
}
.home-project-title:after {
    content: 'U';
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 110px;
    line-height: 82px;
    text-transform: uppercase;
    color: #FFF5E8;
    position: absolute;
    bottom: 7px;
    left: -40px;
    z-index: -1;
}
.home-project-galery .slick-list {
    overflow: hidden;
}
.home-project-item {
    float: left;
	margin: 3px 11.5px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.25);
}
.home-project-name {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    padding: 30px 30px 0;
    text-shadow: 0px 0px 2px #969696;
}
.home-project-galery .slick-dots {
    display: table !important;
    margin: 30px auto 0;
}
.home-project-galery .slick-dots li {
    display: inline;
    padding: 0 15px;
}
.home-project-galery .slick-dots li button {
    font-size: 0;
    width: 9px;
    height: 9px;
    background: rgb(100 99 99 / 30%);
}
.home-project-galery .slick-dots .slick-active button {
    width: 13px;
    height: 13px;
    background: #007A79;
}
.home-project-galery .slick-dots li button:hover {
    background: #007A79;
}
.home-project-galery .slick-arrow {
    font-size: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    opacity: .1;
    z-index: 2;
}
.home-project-galery .slick-prev {
	left: -30px;
	background: url(../images/home-project/left.png) no-repeat center;
}
.home-project-galery .slick-next {
	right: -30px;
	background: url(../images/home-project/right.png) no-repeat center;
}
.home-project-galery:hover .slick-arrow {
    opacity: 1;
}
@media screen and (max-width:1219px){
	.home-project {
	    padding-bottom: 60px;
	    padding-top: 60px;
	    overflow: hidden;
	}
	.home-project-title {
	    font-size: 32px;
	    line-height: initial;
	    margin: 0 auto 60px;
	}
	.home-project-title:after {
	    font-size: 80px;
	    line-height: 60px;
	}
	.home-project-galery .slick-arrow {
	    display: none !important;
	}
}
@media screen and (max-width:767px){
	.home-project {
	    padding-bottom: 40px;
	    padding-top: 40px;
	}
	.home-project-title {
	    font-size: 24px;
	    margin: 0 auto 30px;
	}
	.home-project-title:after {
	    font-size: 40px;
	    line-height: 30px;
	    left: -20px;
	    bottom: 4px;
	}
	.home-project-item {
	    margin: 3px 5px;
	}
	.home-project-name {
	    font-size: 16px;
	    line-height: initial;
	    padding: 10px 10px 0;
	}
}
@media screen and (max-width:479px){
	.home-project-title {
	    font-size: 20px;
	}
	.home-project-galery .slick-dots {
	    margin: 10px auto 0;
	}
}

.portfolio-category {
    padding-top: 100px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}
.portfolio-item {
    width: 386.6px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgb(50 50 50 / 25%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 0px 3px 0px rgb(50 50 50 / 25%);
}
.portfolio-item:nth-child(3n+1) {
    margin-left: 0;
}
.portfolio-item:hover {
	opacity: .8;
}
.portfolio-item-page {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    padding: 30px;
    text-shadow: 0px 0px 2px #969696;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.portfolio-item-desc {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    padding: 0 30px;
    text-shadow: 0px 0px 2px #969696;
    width: 100%;
    top: 66px;
}
.portfolio-item-image {
    width: 100%;
}
@media screen and (max-width:1219px){
	.portfolio-category {
	    padding-top: 50px;
	    padding-bottom: 30px;
	}
	.portfolio-item:nth-child(3n+1), .portfolio-item {
	    width: 364px;
	    margin-left: 20px;
	}
	.portfolio-item:nth-child(2n+1) {
	    margin-left: 0;
	}
}
@media screen and (max-width:767px){
	.portfolio-item:nth-child(3n+1), .portfolio-item {
	    width: 225px;
	    margin-left: 10px;
	    margin-bottom: 10px;
	}
	.portfolio-item:nth-child(2n+1) {
	    margin-left: 0;
	}
	.portfolio-item-page {
	    font-size: 16px;
	}
	.portfolio-item-desc {
	    font-size: 16px;
	    line-height: 20px;
	}
}
@media screen and (max-width:479px){
	.portfolio-category {
	    padding-top: 30px;
	    padding-bottom: 20px;
	    width: 100%;
	}
	.portfolio-item:nth-child(3n+1), .portfolio-item {
	    width: 100%;
	    margin-left: 0;
	}
}

.project-about {
    padding: 100px 0;
}
.project-about:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50vw;
	background: #FFF5E8;
}
.project-about .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.project-about-left {
    width: 538px;
    padding-left: 100px;
    background: url(../images/icon/project-about-before.svg) no-repeat left top 10px;
}
.project-about-left h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 49px;
    text-transform: uppercase;
    color: #007A79;
    padding-bottom: 32px;
}
.project-about-left p {
    font-size: 19px;
    line-height: 22px;
    text-align: justify;
    color: #646363;
}
.project-about-right {
    width: 490px;
}
.project-about-right p {
    font-size: 19px;
    line-height: 22px;
    color: #646363;
    padding-bottom: 34px;
}
.project-about-right p:last-child {
    padding-bottom: 0;
}
.project-about-right p strong {
	color: #007A79;
}
@media screen and (max-width:1219px){
    .project-about-left {
        width: 320px;
        padding-left: 0;
        background: url(../images/icon/project-about-before.svg) no-repeat left top 8px;
        background-size: 59px;
    }
    .project-about-left h2 {
        font-size: 34px;
        line-height: 40px;
        padding: 0 0 15px 80px;
    }
    .project-about-right {
        width: 340px;
    }
}
@media screen and (max-width:767px){
    .project-about {
        padding: 50px 0;
        overflow: hidden;
    }
    .project-about:before {
        left: 0;
        width: 100vw;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .project-about-left {
        width: 100%;
        padding: 0 0 30px;
        background: transparent;
    }
    .project-about-left h2 {
        padding: 0 0 20px;
    }
    .project-about-right {
        width: 100%;
    }
}
@media screen and (max-width:479px){
    .project-about {
        padding: 30px 0;
    }
    .project-about .wrap {
        width: 100%;
    }
    .project-about-left h2 {
        font-size: 20px;
        line-height: initial;
    }
    .project-about-right p strong {
        display: block;
    }
}

.project-fonts {
    padding: 100px 0;
    background: radial-gradient(50% 50% at 50% 50%, #018E8D 0%, #007A79 100%), #007A79;
    background-size: 100%;
    background-attachment: fixed;
}
.project-fonts-title {
    font-weight: bold;
    font-size: 42px;
    line-height: 53px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFF5E8;
    padding-bottom: 80px;
}
.project-fonts-wrap {
    width: 1015px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.project-fonts-letter {
    font-weight: bold;
    font-size: 500px;
    line-height: 1;
    text-transform: uppercase;
    color: #33938f;
}
.project-fonts-headlines {
    width: 525px;
    background: url(../images/portfolio/headlines.svg) no-repeat left 115px top;
    background-size: auto 100%;
}
.project-fonts-headlines .headline {
	padding-bottom: 30px;
	font-weight: bold;
	color: #FFF5E8;
	line-height: 1;
    display: flex;
}
.project-fonts-headlines .headline-1 {
	font-size: 60px;
	font-weight: 700;
}
.project-fonts-headlines .headline-2 {
	font-size: 48px;
	font-weight: 600;
}
.project-fonts-headlines .headline-3 {
	font-size: 36px;
	font-weight: 500;
}
.project-fonts-headlines .headline-4 {
	font-size: 24px;
	font-weight: 500;
}
.project-fonts-headlines .headline-5 {
	font-size: 16px;
	font-weight: 400;
    padding-bottom: 15px;
}
.project-fonts-headlines .name {
    width: 115px;
    text-align: center;
}
.project-fonts-headlines .value {
    padding-left: 50px;
}
@media screen and (max-width:1219px){
    .project-fonts {
        padding: 50px 0;
    }
    .project-fonts-title {
        padding-bottom: 40px;
    }
    .project-fonts-wrap {
        width: 748px;
    }
    .project-fonts-letter {
        font-size: 300px;
    }
    .project-fonts-headlines .headline-1 {
        font-size: 54px;
    }
    .project-fonts-headlines .headline-2 {
        font-size: 42px;
    }
    .project-fonts-headlines .headline-3 {
        font-size: 30px;
    }
    .project-fonts-headlines .headline-4 {
        font-size: 20px;
    }
    .project-fonts-headlines .headline-5 {
        font-size: 14px;
    }
}
@media screen and (max-width:767px){
    .project-fonts {
        padding: 30px 0;
    }
    .project-fonts-title {
        padding-bottom: 30px;
        font-size: 26px;
        line-height: initial;
    }
    .project-fonts-wrap {
        width: 460px;
    }
    .project-fonts-letter {
        position: absolute;
        width: 100%;
        text-align: right;
    }
    .project-fonts-headlines {
        width: initial;
        display: table;
        margin: auto;
        background: url(../images/portfolio/headlines.svg) no-repeat left 80px top;
        background-size: auto 100%;
    }
    .project-fonts-headlines .name {
        width: 80px;
    }
    .project-fonts-headlines .value {
        padding-left: 30px;
    }
}
@media screen and (max-width:479px){
    .project-fonts-title {
        font-size: 20px;
    }
    .project-fonts-wrap {
        width: 100%;
    }
    .project-fonts-headlines {
        background-position: left 45px top;
    }
    .project-fonts-headlines .headline-1 {
        font-size: 28px;
    }
    .project-fonts-headlines .headline-2 {
        font-size: 24px;
    }
    .project-fonts-headlines .headline-3 {
        font-size: 20px;
    }
    .project-fonts-headlines .headline-4 {
        font-size: 16px;
    }
    .project-fonts-headlines .headline-5 {
        font-size: 12px;
    }
    .project-fonts-headlines .name {
        width: 45px;
    }
    .project-fonts-headlines .value {
        padding-left: 25px;
    }
}

.project-color {
    padding: 120px 0 80px;
}
.project-color-title {
    font-weight: 800;
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #007A79;
    display: table;
    margin: 0 auto 100px;
    position: relative;
}
.project-color-title:after {
    content: 'F';
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 110px;
    line-height: 82px;
    text-transform: uppercase;
    color: #FFF5E8;
    position: absolute;
    bottom: 6px;
    left: -26px;
    z-index: -1;
}
.project-color-wrap {
    width: 995px;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
.project-color-value {
    width: 170px;
    height: 170px;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
}
.project-color-name {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    color: #646363;
    padding-top: 30px;
}
@media screen and (max-width:1219px){
    .project-color {
        padding: 80px 0 50px;
    }
    .project-color-wrap {
        width: 748px;
    }
    .project-color-value {
        width: 140px;
        height: 140px;
    }
}
@media screen and (max-width:767px){
    .project-color {
        padding: 40px 0 30px;
    }
    .project-color-title {
        font-size: 30px;
        line-height: 26px;
        margin: 0 auto 30px;
    }
    .project-color-title:after {
        font-size: 50px;
        line-height: 40px;
        bottom: 0;
        left: -17px;
    }
    .project-color-wrap {
        width: 460px;
    }
    .project-color-value {
        width: 100px;
        height: 100px;
    }
    .project-color-name {
        font-size: 16px;
        line-height: initial;
        padding-top: 10px;
    }
}
@media screen and (max-width:479px){
    .project-color-title {
        font-size: 20px;
        line-height: 20px;
        margin: 0 auto 20px;
    }
    .project-color-wrap {
        width: 100%;
        padding: 0 10px;
    }
    .project-color-value {
        width: 65px;
        height: 65px;
    }
    .project-color-name {
        font-size: 14px;
        padding-top: 5px;
    }
}

.project-image {
    padding-top: 100px;
    background: #646363;
    background-size: 100%;
    background-attachment: fixed;
}
.project-image-title {
    font-weight: 800;
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF5E8;
    display: table;
    margin: 0 auto 100px;
    position: relative;
}
.project-image-title:after {
    content: 'B';
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 110px;
    line-height: 82px;
    text-transform: uppercase;
    color: rgb(255 245 232 / 10%);
    position: absolute;
    bottom: 6px;
    left: -48px;
}
.project-image-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.project-image-item-1 {
    width: 100%;
}
.project-image-item-2 {
    width: 590px;
}
.project-image-item-3 {
    width: 386.666px;
}
.project-image-item-4 {
    width: 285px;
}
.project-image-item img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1219px){
    .project-image {
        padding-top: 70px;
    }
    .project-image-title {
        margin: 0 auto 50px;
    }
    .project-image-item-2 {
        width: 364px;
    }
    .project-image-item-4 {
        width: 172px;
    }
}
@media screen and (max-width:767px){
    .project-image {
        padding-top: 40px;
    }
    .project-image-title {
        font-size: 30px;
        line-height: 28px;
        margin: 0 auto 30px;
    }
    .project-image-title:after {
        font-size: 50px;
        line-height: 40px;
        bottom: 0;
        left: -20px;
    }
    .project-image-row {
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .project-image-item {
        margin-bottom: 10px;
    }
    .project-image-item-2 {
        width: 100%;
    }
    .project-image-item-4 {
        width: 225px;
    }
}
@media screen and (max-width:479px){
    .project-image-title {
        font-size: 20px;
        line-height: 18px;
        margin: 0 auto 20px;
    }
    .project-image-row {
        width: 100%;
    }
    .project-image-item-4 {
        width: 100%;
    }
}



/*kontakt-page*/
.kontakt-page #userForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 70px;
}
.kontakt-page-left {
    width: 555px;
    padding-left: 80px;
    background: url(../images/icon/kontakt-page-before.svg) no-repeat left top 10px;
}
.kontakt-page-left strong {
    font-weight: 800;
    font-size: 42px;
    line-height: 49px;
    text-align: justify;
    text-transform: uppercase;
    color: #007A79;
}
.kontakt-page-right {
    width: 555px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kontakt-page-right .rsform-block-vorname, .kontakt-page-right .rsform-block-names, .kontakt-page-right .rsform-block-phone, .kontakt-page-right .rsform-block-emails {
    width: 250px;
}
.kontakt-page-right .rsform-block-datenverarbeitung, .kontakt-page-right .rsform-block-comments {
    width: 100%;
}
.kontakt-page-right .formControlLabel {
    display: none;
}
.kontakt-page-right .rsform-block-datenverarbeitung .formControlLabel {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #646363;
    opacity: 0.5;
}
.kontakt-page-right input[type="text"], .kontakt-page-right textarea {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 3px solid #FFF5E8;
    margin-bottom: 10px;
    font-size: 18px;
    color: #646363;
}
.kontakt-page-right textarea {
    padding-top: 8px;
}
.kontakt-page-right .rsform-block-datenverarbeitung>div {
    padding-left: 25px;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    color: #646363;
}
.kontakt-page-right .rsform-block-datenverarbeitung .rsform-checkbox {
    position: absolute;
    left: 0;
    top: 1px;
}
.kontakt-page-bottom {
    width: 100%;
    padding-top: 100px;
    text-align: center;
}
.kontakt-page-bottom #submits {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #007A79;
    height: 46px;
    padding: 0 50px;
    background: url(../images/icon/kontakt-page-submits.png) no-repeat;
    background-size: 100% 100%;
}
.kontakt-page-bottom #submits:hover {
    color: #977050;
}
.kontakt-address {
    display: flex;
    flex-wrap: wrap;
}
.kontakt-address-item {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.kontakt-address-item-1, .kontakt-address-item-4 {
    display: flex;
    flex-wrap: wrap;
}
.kontakt-address-text {
    width: 71.111%;
    margin: auto;
    background: rgb(255 255 255 / 85%);
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    text-align: center;
    padding: 30px;
}
.kontakt-address-title {
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: #007A79;
    width: 220px;
    margin: 0 auto 30px;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
}
.kontakt-address-title:before {
    content: '';
    height: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF5E8;
    z-index: -1;
}
.kontakt-address-text p {
    padding-bottom: 6px;
    font-size: 20px;
    line-height: 23px;
    color: #646363;
}
.kontakt-address-text p a {
    color: #646363;
}
.kontakt-address-text p a:hover {
    color: #007A79;
}
@media screen and (max-width:1219px){
    .kontakt-page-left {
        width: 100%;
        padding-bottom: 30px;
    }
    .kontakt-page-right {
        width: 100%;
    }
    .kontakt-page-right .rsform-block-vorname, .kontakt-page-right .rsform-block-names, .kontakt-page-right .rsform-block-phone, .kontakt-page-right .rsform-block-emails {
        width: 350px;
    }
}
@media screen and (max-width:767px){
    .kontakt-page #userForm {
        padding: 0 0 20px;
    }
    .kontakt-page-left {
        padding-left: 60px;
        background: url(../images/icon/kontakt-page-before.svg) no-repeat left top 8px;
        background-size: auto 60px;
    }
    .kontakt-page-left strong {
        font-size: 30px;
        line-height: 38px;
    }
    .kontakt-page-right .rsform-block-vorname, .kontakt-page-right .rsform-block-names, .kontakt-page-right .rsform-block-phone, .kontakt-page-right .rsform-block-emails {
        width: 100%;
    }
    .kontakt-address-item.kontakt-address-item-3 {
        order: 2;
    }
    .kontakt-address-item iframe {
        max-height: 300px;
    }
    .kontakt-page-bottom {
        padding-top: 50px;
    }
    .kontakt-address-item {
        width: 100%;
    }
    .kontakt-address-text {
        margin: 50px auto;
    }
}
@media screen and (max-width:479px){
    .kontakt-page-left {
        padding-left: 0;
        background: transparent;
    }
    .kontakt-page-left strong {
        font-size: 20px;
        line-height: initial;
    }
    .kontakt-page-bottom #submits {
        font-size: 16px;
    }
    .kontakt-address-text {
        width: 90%;
    }
}


.contacts-section {
    padding-top: 100px;
    background: #646363;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.contacts-left, .contacts-right {
    width: 50%;
    height: 450px;
    text-align: center;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contacts-left:before, .contacts-right:before {
	content: '';
	width: 50vw;
	top: 0;
	bottom: 0;
    position: absolute;
    background: #fff;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.contacts-left:hover:before, .contacts-right:hover:before {
    background: rgb(255 255 255 / 90%);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.contacts-text {
    padding: 30px 0;
    margin: auto;
}
.contacts-title {
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    color: #007A79;
    width: 220px;
    margin: 0 auto 30px;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
}
.contacts-title:before {
	content: '';
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF5E8;
    z-index: -1;
}
.contacts-text p {
    font-size: 20px;
    line-height: 28px;
    color: #646363;
    position: relative;
    padding-bottom: 6px;
}
.contacts-text p a {
    color: #646363;
}
.contacts-text p a:hover {
    color: #007A79;
}
.contacts-text p .tel {
    font-size: 19px;
}
.contacts-bottom {
    width: 100%;
}
.contacts-bottom p {
    font-size: 19px;
    line-height: 102px;
    color: #FFF5E8;
}
@media screen and (max-width:767px){
	.contacts-section {
	    padding-top: 50px;
	}
	.contacts-left, .contacts-right {
	    width: 100%;
	    height: initial;
	}
	.contacts-left:hover:before, .contacts-right:hover:before, .contacts-left:before, .contacts-right:before {
	    -webkit-transform: scale(0.9);
	    transform: scale(0.9);
	    width: 100vw;
	}
	.contacts-title {
	    font-size: 30px;
	    line-height: initial;
	    width: initial;
	    display: table;
	    padding: 0 20px;
	    margin: 0 auto 15px;
	}
	.contacts-title:before {
	    height: 10px;
	}
	.contacts-bottom p {
	    font-size: 16px;
	    line-height: initial;
	    padding: 20px 0;
	}
	.contacts-text p {
	    font-size: 16px;
	    line-height: 20px;
	    padding-bottom: 4px;
	}
	.contacts-text p .tel {
	    font-size: 16px;
	}
}

/* Footer
-+----------------------------------------------------------------------------*/
.footer {
	padding-top: 100px;
	background: #FFF5E8;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 106px;
}
.footer-menu li {
	padding-bottom: 10px;
}
.footer-menu li a {
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    color: #646363;
}
.footer-right a {
    font-size: 19px;
    line-height: 22px;
    color: #565656;
    font-weight: 700;
    text-transform: uppercase;
    width: 30px;
    text-align: center;
    display: inline-block;
}
.footer-right a:nth-child(2) {
    margin: 0 30px;
}
.footer-social {
    padding-bottom: 34px;
}
.footer a.active, .footer .active a, .footer a:hover {
    color: #007A79;
}
.footer-copir {
    padding-bottom: 46px;
    font-size: 19px;
    line-height: 22px;
    color: #646363;
}
@media screen and (max-width:1219px){
	.footer {
	    padding-bottom: 40px;
		padding-top: 30px;
		background: #FFF5E8;
	}
	.footer-wrap {
	    padding-bottom: 10px;
	    flex-wrap: wrap;
	}
	.footer-logo {
	    order: 1;
	    width: 50%;
	}
	.footer-menu {
	    width: 33.333%;
	    order: 2;
	    margin-top: 30px;
	    padding-top: 30px;
	    border-top: 1px solid #f1ddc3;
	}
	.footer-right {
	    order: 1;
	    width: 50%;
	    text-align: right;
	}
	.footer-copir {
	    padding-bottom: 20px;
	    padding-top: 20px;
	    font-size: 16px;
	    border-top: 1px solid #f1ddc3;
	}
}
@media screen and (max-width:767px){
	.footer-menu li a {
	    font-size: 16px;
	    line-height: 20px;
	}
	.footer-copir {
	    padding-bottom: 10px;
	    padding-top: 10px;
	    font-size: 10px;
    	line-height: initial;
	}
}
@media screen and (max-width:479px){
	.footer-logo {
	    width: 100%;
	    padding-bottom: 30px;
	    text-align: center;
	}
	.footer-menu {
	    width: 100%;
	    margin-top: 0;
	    padding-top: 0;
	    border-top: 0;
	    text-align: center;
	}
	.footer-menu-1 {
	    border-top: 1px solid #f1ddc3;
	    margin-top: 30px;
	    padding-top: 20px;
	}
	.footer-right {
	    width: 100%;
	    text-align: center;
	}
}























