html {
	overflow-y: scroll;
}
body {
	color: #000000;
    background: #fff;
	font-size: 14px;
	font-family: SKODANext, Verdana, "Arial CE", Arial, "Helvetica CE", sans-serif;
	font-weight: 400;
	min-height: 100%;
}
.main-content {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
h1, h2, h4 {
    font-family: SKODANext;
    margin: 0;
    color: #000000;
}
h1 {
    font-weight: 700;
    line-height: 45px;
}
h2 {
    color: #000000;
    font-weight: 400;
}
h2 b {
    font-weight: 600;
}
p {
    margin: 15px 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #000000;
}
p b {
    color: #0E3A2F;
    font-weight: 600;
}
h4 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
/*********************************/
.main-holder {
    width: 100%;
    max-width: 1020px;
    display: block;
    margin: 0 auto 0px auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
.content {
    height: 100%;
    padding: 25px 0;
    overflow: hidden;
}
.triangle1 {
    width: 2320px;
    height: 1864px;
    background: #78FAAE;
    position: absolute;
    left: calc(50% - 520px);
    bottom: -2260px;
    transform: rotate(18deg) translate(-100%, 0%);
}
.triangle2 {
    width: 2550px;
    height: 1864px;
    background: #78FAAE;
    position: absolute;
    left: calc(50% - 1160px);
    top: 560px;
    transform: rotate(67deg) translate(0%, -100%);
}
@media screen and (max-width: 1023px) {
    .triangle1 {
        left: 0px;
        bottom: -2240px;
    }
}
.content__small-container {
    box-sizing: border-box;
    /*padding: 30px;*/
    position: relative;
    background-color: #FFFFFF;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1px;
}
.content__small-container:after {
    content: '';
    clear: both;
    display: block;
}
.go-down {
    color: #0E3A2F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    position: fixed;
    right: 60px;
    top: 60px;
    cursor: pointer;
    background-color: #FFFFFF;
    z-index: 55555;
    /*display: block;*/
    display: none!important;
    padding: 20px;
}
.go-down__arrow {
    width: 30px;
    height: 30px;
    border: solid #0E3A2F;
    border-width: 0 3px 3px 0;
    display: block;
    padding: 3px;
    margin: 0 auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    animation-name: arrow-animation;
    animation-duration: 2s;
    animation-iteration-count: 3;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
@keyframes arrow-animation {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 10px;
    }
}
@media all and (max-width: 1024px) {
    .go-down {
        display: none;
    }
}
@media all and (max-width: 1340px) {
    .content {
        padding-bottom: 50px;
    }
    .content > .inner {
        float: none;
        left: 0;
        margin: 0 auto;
    }
}
