@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Open Sans';
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #F5F5F5;
    overflow-x: hidden;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
img {
    width: 100%;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header {
	display: flex;
    flex: 0 0 100%;
    padding: 22px 185px;
    background: #000;
    justify-content: space-between;
    position: relative;
}
header .logo {
    display: flex;
    align-items: center;
}
header .logo span {
	line-height: 20px;
    margin-left: 10px;
    color: #757575;
    position: relative;
    top: -4px;
}
header .right-block {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
header .button {
	border: 1px solid #fff;
}
header .close {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='white' stroke-width='16'/><path d='M0 0 L100 100 ' stroke='white' stroke-width='16'/></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 80px;
    display: none;
}
.clear {
    clear: both;
}
.hamburger {
	margin-left: 80px;
    cursor: pointer;
    flex-flow: column;
}
.hamburger div {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 0px 0px 8px 0px;
    border-radius: 4px;
}
.hamburger div:last-child {
	margin-bottom: 0px;
}
.back {
    position: relative;
    left: 185px;
    top: 30px;
    border-radius: 6px;
    border: 1px solid #000;
    padding: 8px 15px;
    width: fit-content;
}
.back a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}
.back svg {
    margin-right: 7px;
}
.button {
	border-radius: 4px;
	background: #000;
	padding: 14px 50px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	font-weight: 600;
	font-size: 20px;
	outline: 0;
	cursor: pointer;
}
footer {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 72px 295px 69px 297px;
	background: #14AE5C;
	justify-content: space-between;
}
footer .block {
	font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: baseline;
    justify-content: flex-start;
}
footer .block.link {
	justify-content: flex-start;
}
footer .block a {
	text-decoration: none;
	color: #fff;
}
#menu {
	position: absolute;
    top: 100px;
    background: #2a2a2a;
    z-index: 100;
    padding: 60px 0;
    width: 100%;
    left: 0;
    text-align: center;
    display: none;
}
#menu > .close {
	display: none;
}
#menu a {
	font-family: 'Poppins';
	font-size: 42px;
	text-decoration: none;
	color: #fff;
	margin-right: 200px;
}
#menu a:last-child {
	margin-right: 0px;
}
.section {
	display: flex;
	flex-flow: column;
	flex: 0 0 100%;
	max-width: 100%;
}
.main.first {
	background: url('/images/section1-bg.svg') no-repeat;
	justify-content: center;
    align-items: center;
    padding: 270px 0px 147px 0px;
    background-size: cover;
}
.main.first .top {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	align-items: center;
}
.main.first .top span:first-child {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 148px;
	color: #fff;
	margin-right: 30px;
}
.main.first .top span:last-child {
	/*font-family: 'Poppins';*/
    font-weight: 500;
    font-size: 42px;
    color: #99DCB8;
    line-height: 52px;
}
.main.first .middle {
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	color: #fff;
    text-align: center;
    margin-bottom: 178px;
}
.main.first .bottom {
	cursor: pointer;
}
.section.main.second {
	background: url('/images/section2-bg.svg') no-repeat;
	padding: 404px 0px 244px 0px;
	background-size: contain;
}
.section.main.second .top {
	max-width: 930px;
	text-align: left;
	font-size: 24px;
	line-height: 44px;
	margin: 0 auto;
	margin-bottom: 59px;
}
.section.main.second .middle {
	font-weight: 600;
	font-size: 24px;
	padding-right: 20%;
	margin-bottom: 273px;
}
.section.main.second .middle ul {
	float: right;
}
.section.main.second .middle li {
	margin-bottom: 48px;
}
.section.main.second .middle li:last-child {
	margin-bottom: 0px;
}
.section.main.second .middle li::before {
    content: "";
    width: 32px;
    height: 32px;
    background: url(/images/marker.svg) no-repeat;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 23px;
}
.section.main.second .bottom {
	display: flex;
    flex-flow: column;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
}
.section.main.second .bottom .block {
	display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 250px;
    align-items: center;
    justify-content: space-between;
}
.section.main.second .bottom .block:last-child {
	margin-bottom: 0px;
}
.section.main.second .bottom .column {
	display: flex;
	flex: 0 0 40%;
	max-width: 40%;
	flex-flow: column;
}
.section.main.second .bottom .title {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 42px;
	line-height: 63px;
	margin-bottom: 42px;
}
.section.main.second .bottom .block img {
	max-width: 634px;
}
.section.main.second .bottom ul {
	padding-left: 30px;
}
.section.main.second .bottom li {
    font-weight: 500;
    font-size: 24px;
    line-height: 62px;
    white-space: nowrap;   
}
.section.main.second .bottom li::before {
    content: "\2022";
    color: #14AE5C;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.section.main.third {
	align-items: baseline;
	flex-flow: row;
    justify-content: center;
}
.section.main.third .block {
	display: flex;
    flex: 0 0 282px;
    max-width: 282px;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-right: 184px;
}
.section.main.third .block:last-child {
	margin-right: 0px;
}
.section.main.third .block:last-child .text {
	text-align: center;
}
.section.main.third .block .image {
	margin-bottom: 50px;
}
.section.main.third .block .text {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 24px;
	line-height: 35px;
}
.section.main.third .block .text .large {
	text-align: center;
    font-size: 58px;
    font-weight: bold;
    line-height: 102px;
    /*margin-bottom: 14px;*/
}
.section.main.third .block .text .small {
	font-family: 'Open Sans';
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
.section.main.fourth {
	background: url('/images/section4-bg.svg') no-repeat;
	background-size: cover;
	background-position: left bottom;
	padding-top: 235px;
	padding-bottom: 138px;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.section.main.fourth .block {
	display: flex;
	flex: 0 0 28%;
    max-width: 28%;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.section.main.fourth .block:first-child {
	max-width: 460px;
	margin-right: 127px;
}
.section.main.fourth .block:last-child {
    padding: 74px 65px 58px 72px;
    border-radius: 12px;
    background: #fff;
    max-width: 697px;	
}
.section.main.fourth .image {
	margin-bottom: 42px;
}
.section.main.fourth .title {
	font-family: 'Poppins';
    font-weight: bold;
    font-size: 68px;
    line-height: 102px;
    margin-bottom: 46px;
}
.section.main.fourth .text {
	font-family: 'Poppins';
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}
.section.main.fourth form {
	width: 100%;
}
.section.main.fourth form .row {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	flex-flow: column;
	margin-bottom: 24px;
}
.section.main.fourth form .row.pre-last {
	margin-bottom: 48px;
}
.section.main.fourth form label {
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding-left: 35px;
    margin-bottom: 12px;
}
.section.main.fourth form input,
.section.main.fourth form textarea {
	background: #E6E6E6;
    border-radius: 8px;
    padding: 14px 20px;
    border: none;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    outline: 0;
}
.section.main.fourth form textarea {
	height: 112px;
	resize: none;
}
.section.main.fourth form button {
	padding: 14px 104px;
    width: 337px;
    margin: 0 auto;
}
.section.breadcrumbs {
	background: url('/images/bread-bg.svg') no-repeat;
	background-position: bottom;
	background-size: cover;
	padding: 71px 0 71px 185px;
}
.section.breadcrumbs.empty {
	height: 80px;
}
.section.breadcrumbs .title {
	font-family: 'Poppins';
    font-weight: 500;
    font-size: 58px;
    color: #fff;
    line-height: 87px;
}
.section.news {
	padding: 100px 185px;
}
.section.news .item {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 100px;
}
.section.news .item:last-child {
	margin-bottom: 0px;
}
.section.news .item .image {
	display: flex;
    flex: 0 0 532px;
    max-width: 532px;
}
.section.news .item .image img {
	border-radius: 6px;
}
.section.news .item .info {
	display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 60px;
}
.section.news .item .date {
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 16px;
}
.section.news .item .title {
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 16px;
}
.section.news .item .desc {
	margin-bottom: 40px;
	font-size: 18px;
}
.section.news .item .read-more a {
	font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    color: #000;
    text-transform: capitalize;
}
.section.news-item {
    padding: 100px 0;
    display: flex;
    flex: 0 0 1130px;
    max-width: 1130px;
    margin: 0 auto;
}
.section.news-item .date {
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 28px;
}
.section.news-item h1 {
	font-weight: bold;
	font-size: 42px;
	line-height: 48px;
	margin-bottom: 28px;
}
.section.news-item h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
}
.section.news-item img {
	width: 532px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.section.news-item p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 24px;
}
.section.common h4,
.section.common h5 {
	margin-bottom: 5px;
}
.section.common p {
	margin: 5px 0px;
}
.section.common ul {
	padding-left: 20px;
	margin: 5px 0px;
}
.section.common ul li {
	list-style: disc;
	margin-bottom: 10px;
}
.section.common table {
	border-collapse: collapse;
}
.section.common table td {
	border: 1px solid #000;
	padding: 5px;
}
.section.news-item p:last-child {
	margin-bottom: 0px;
}
.box {
    transition: transform 0.5s, opacity 0.5s;
}
.box.left {
    transform: translateX(-200px);
    opacity: 0;
}
.box.right {
    transform: translateX(200px);
    opacity: 0;
}
.box.top {
    transform: translateY(-200px) rotate(360deg);
    opacity: 0;
}
.box.bottom {
    transform: translateY(200px) scaleX(3);
    opacity: 0;
}
.box.active {
    transform: translateX(0);
    opacity: 1;
}
@keyframes typeIn {
    to { width: 28ch; }
}
#overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#overlay .pop {
    background: #fff;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 60px 50px 50px 50px;
    border-radius: 6px;
    display: none;
}
#overlay .pop .close {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}
#overlay .pop .close:hover {
    opacity: 1;
}
#overlay .pop .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}
#overlay .pop .close:before {
    transform: rotate(45deg);
}
#overlay .pop .close:after {
    transform: rotate(-45deg);
}
#overlay .pop .message {
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 1575px) {
	footer {
	   padding-left: 200px;
	   padding-right: 200px;
	}
}
@media screen and (max-width: 1366px) {
    footer {
        padding: 72px 50px !important;
    }
}
@media screen and (max-width: 1080px) {
	footer {
	   flex-flow: column;
	}
	footer .block {
        margin-bottom: 20px;
        text-align: center;
    }
}