@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #253f43;
    font-size: 24px;
    line-height: 36px;
    overflow-x: hidden;
    background: #101e21;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/body.png);
    background-position: top center;
}

.main {
    min-height: 100vh;
    overflow: hidden;
}

.main:before {
    content: url(../images/cover-left.png);
    position: absolute;
    left: 0;
    bottom: -20px;
}

.main:after {
    content: url(../images/cover-right.png);
    position: absolute;
    right: 0;
    bottom: -20px;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
}

.header {
    z-index: 2000;
    width: 100%;
}

.main > * + * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1355px;
    margin-left: auto;
    margin-right: auto;
    padding: 170px 25px 90px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    z-index: 100;
    color: #253f43;
    text-transform: uppercase;
}

h1, .title.general {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

h2, .title.high {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

h3, .title.middle {
    font-size: 24px;
    line-height: 32px;
}

h4, .title.small {
    font-size: 20px;
    line-height: 26px;
}

.button {
    min-width: 150px;
    background: #6aaf5c;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    padding: 6px 30px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.button:hover {
    background: #5bca45;
}





/* header */

.logo img {
    display: block;
    margin: auto;
    z-index: 100;
}

.header__logo {
    position: absolute;
    left: 17px;
    top: 17px;
    z-index: 100;
}


/* prime */

.prime__content {
    overflow: hidden;
    z-index: 1000;
}

.prime__content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20%;
    width: 140%;
    height: 1000px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/cover-main.png);
    opacity: 0.4;
    background-position: top center;
}

.prime__logo {
    margin: 0 auto 30px;
    display: block;
}

.prime__wrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    margin-top: 80px;
    padding: 5.8% 5%;
}

.prime__desc {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.prime__link {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    text-decoration: underline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.prime__link:before {
    content: '';
    display: block;
    margin-right: 25px;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/prime-link.svg);
}

.prime__link:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.prime__list {
    margin-top: 70px;
}

.prime-list__item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    margin-top: 20px;
    overflow: hidden;
}

.prime-item__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 64%;
    -moz-box-flex: 0;
    flex: 0 1 64%;
    padding: 30px 40px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.prime-item__left div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 136px - 40px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 136px - 40px);
}

.prime-item__left:before {
    content: '';
    display: block;
    width: 136px;
    height: 136px;
    margin-right: 40px;
    margin-top: 5px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 136px;
    -moz-box-flex: 0;
    flex: 0 1 136px;
    z-index: 100;
}

.prime-list__item:nth-child(3n + 1) .prime-item__left:before {
    background-image: url(../images/item1.png);
}

.prime-list__item:nth-child(3n + 2) .prime-item__left:before {
    background-image: url(../images/item2.png);
}

.prime-list__item:nth-child(3n) .prime-item__left:before {
    background-image: url(../images/item3.png);
}

.prime-item__right {
    background: #eceef2;
    padding: 30px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 36%;
    -moz-box-flex: 0;
    flex: 0 1 36%;
}

.prime-item-right__desc {
    max-width: 250px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.prime-item-right__link {
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: #6aaf5c;
    line-height: 30px;
    font-size: 24px;
    padding: 13.5px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.prime-item-right__link:before {
    content: '';
    display: block;
    width: 23px;
    height: 17px;
    margin-right: 25px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/email.svg);
}

.prime-item-right__link:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.prime-item-left__show {
    color: #6aaf5c;
    text-decoration: underline;
    font-weight: 700;
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.prime-item-left__show:hover {
    color: #253f43;
}

.prime-item-left__show:before {
    content: 'Show more';
}

.prime-item-left__other.active + .prime-item-left__show:before {
    content: 'Show less';
}

.prime-item-left__other {
    display: none;
    overflow: hidden;
}

.prime-item-left__other.active {
    height: 100%;
}




ul:not(.prime__list) li, ol:not(.prime__list) li {
    padding-left: 25px;
    display: block;
    text-align: left;
}

ul:not(.prime__list) li + li, ol:not(.prime__list) li + li {
    margin-top: 5px;
}

ul:not(.prime__list) li:before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #253f43;
    position: absolute;
    left: 8px;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
}

ol:not(.prime__list) {
    list-style-position: inside;
    list-style: none;
}

ol:not(.prime__list) li {
    counter-increment: ol;
}

ol:not(.prime__list) > li:before {
    content: counter(ol) '.';
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    color: #253f43;
}

ol:not(.prime__list) > li:marker {
    content: counters(li);
}
