body {
	background: #fef7ec;
	color: #4d2e15;
}

h1 {
	font-size: 4rem;
	font-weight: bold
}

@media (max-width: 1199px) {
	h1 {
		font-size: 2rem;
		font-weight: bold
	}
}

.klita-header {
	margin-bottom: 50px;
}

@media (max-width: 1199px) {
	.klita-header {
		margin-bottom: 0;
	}
	.klita {
		margin-top: -30px;
	}
}

.klita-logo {
	width: 440px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
	top: -10px;
}


.klita-logo img {
	margin-top: -15px;
}

@media (max-width: 1199px) {
	.klita-logo {
		width: 240px;
		top: -43px;
	}
	
	.klita-logo img {
		width: 120px;
		margin-top: 15px;
	}
}


.klita-logo svg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    filter: drop-shadow(0 7px 4px rgba(0, 0, 0, .1));
}

.klita-header-ps {
	height: 50px;
	position: relative;
	background: #fff;
}

.klita-header-ps:before {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 10px;
	background: url(images/klita/lineColors.svg);
	display: block;
	content: '';
}

.klita .axis .dashed-square {
	display: flex;
	gap: 480px;
	position: relative;
	margin: 0 auto;
    width: fit-content;
}

@media (max-width: 1199px) {
	.klita .axis .dashed-square {
		gap: 50px;
	}
}

.klita .axis .dashed-square:before {
	content: '';
	background-color: #FEF7EC;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='31' ry='31' stroke='%23956F59FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 30px;
	
	width: 720px;
	height: 2400px;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 0;
	right: 100px;
	width: calc(100% - 200px);
	height: 100%;
}

.klita .axis .item {
	margin: 100px 0;
	position: relative;
	width: 200px;
	display: block;
	color: inherit;
}

@media (max-width: 1199px) {
	.klita .axis .item {
		width: 120px;
	}
}


.klita .axis .circled-icon {
	background-color: #FEF7EC;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23956F59FF' stroke-width='4' stroke-dasharray='8%2c 16' stroke-dashoffset='17' stroke-linecap='round'/%3e%3c/svg%3e");
	border-radius: 100px;
	width: 200px;
	height: 200px;
	outline: 5px solid #fef7ec;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.klita .axis .circled-icon img {
	height: 60%;
}

@media (max-width: 1199px) {
	.klita .axis .circled-icon {
		width: 120px;
		height: 120px;
	}
}

.klita .axis .rounded-label {
	background-color: #FEF7EC;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='60' ry='60' stroke='%23956F59FF' stroke-width='4' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
	border-radius: 60px;
	width: 400px;
	height: 100px;
	outline: 5px solid #fef7ec;
	margin-right: -100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	font-size: 2rem;
    font-weight: bold;
	position: relative;
}

.klita .axis .rounded-label:before {
	display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #946f5a;
    position: absolute;
    top: -10px;
    right: calc(50% - 10px);
    z-index: 5;
}

.klita .axis .rounded-label:after {
	display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #946f5a;
    position: absolute;
    bottom: -10px;
    right: calc(50% - 10px);
    z-index: 5;
}

@media (max-width: 1199px) {
	.klita .axis .rounded-label {
		width: 120px;
		margin-right: 0;
	}
}

.klita .axis .side-label {
	background-color: #FEF7EC;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23956F59FF' stroke-width='4' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
	width: fit-content;
    padding: 0 30px;
    height: 80px;
    outline: 5px solid #fef7ec;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-wrap: nowrap;
    font-size: 2rem;
}

@media (max-width: 1199px) {
	.klita .axis .side-label {
		text-wrap: wrap;
	}
}

@media (min-width: 1200px) {
	.klita .axis .right .side-label {
		top: calc(50% - 40px);
		left: calc(100% - 20px);
		padding-left: 50px;
	}

	.klita .axis .left .side-label {
		top: calc(50% - 40px);
		right: calc(100% - 20px);
		padding-right: 50px;
	}
}

.klita .one-col-axis {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.klita .one-col-axis.bottom-circle:before {
	display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #946f5a;
    position: absolute;
    bottom: -10px;
    right: calc(50% - 10px);
    z-index: 5;
}

.klita .one-col-axis.top-circle:before {
	display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #946f5a;
    position: absolute;
    top: -10px;
    right: calc(50% - 10px);
    z-index: 5;
}

.klita .one-col-axis .line {
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -2px;
	display: block;
	width: 2px;
	height: 100%;
	overflow: hidden;
}
.klita .one-col-axis .line:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 100%;
	content: '';
	background-color: #FEF7EC;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='31' ry='31' stroke='%23956F59FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");

}

/**/

@media (min-width: 1200px) {
	.main-graphic-container {
		width: 1300px;
		margin: 0 auto;
	}
}



@media (max-width: 1199px) {
	.images-grid > div:nth-child(1) > .img {
		background-image: url(images/klita/aradImage-1.jpg);
		padding-bottom: 56.25%;
		margin: 0 -15px;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
	}
	
	.main-graphic .buttons {
		display: flex;
		gap: 0;
	}
	
	.main-graphic .buttons > a {
		flex: 1 1 0;
		width: 0;
		margin: 15px;
	}
	
	.main-graphic .btn1 {
		background: #fff;
		border-radius: 20px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
		display: block;
		padding: 15px;
		font-size: 1.2rem;
		line-height: 1.2rem;
		color: #70a966;
	}

	.main-graphic .btn1:hover {
		text-decoration: none;
		transform: scale(1.05);
	}

	.main-graphic .btn1 > div:nth-child(2) {
		font-size: 1rem;
	}

	.main-graphic .btn2 {
		background: #fff;
		border-radius: 20px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
		display: block;
		padding: 15px;
		font-size: 1.2rem;
		line-height: 1.2rem;
		text-align: center;
		color: #f16039;
	}

	.main-graphic .btn2 img {
		display: none;
	}

	.main-graphic .btn2:hover {
		text-decoration: none;
		transform: scale(1.05);
	}


	.main-graphic .btn2 > div:nth-child(3) {
		font-size: 1rem;
	}
}


@media (min-width: 1200px) {
	.main-graphic {
		position: relative;
		padding-bottom: 52%;
		margin: 0 auto;
	}

	.main-graphic .holder {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
	}

	.main-graphic .content {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.images-grid {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.images-grid > div {
		
		position: absolute;
	}

	.images-grid > div:nth-child(1) {
		width: 45%;
		right: 0;
		top: 10%;
	}
	.images-grid > div:nth-child(2) {
		width: 50%;
		right: 30%;
		bottom: 0;
	}
	.images-grid > div:nth-child(3) {
		width: 50%;
		left: 0;
		top: 0;
	}

	.images-grid .img {
		padding-bottom: 56.25%;
		border: 5px solid #fff;
		border-radius: 10px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		background-color: #fff;
		background-size: cover;
	}

	.images-grid > div:nth-child(1) > .img {
		background-image: url(images/klita/aradImage-1.jpg);
	}
	.images-grid > div:nth-child(2) > .img {
		background-image: url(images/klita/aradImage-2.jpg);
	}
	.images-grid > div:nth-child(3) > .img {
		background-image: url(images/klita/aradImage-3.jpg);
	}

	.main-graphic .btn1 {
		background: #fff;
		border-radius: 20px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
		position: absolute;
		bottom: 10%;
		right: 10%;
		display: block;
		padding: 30px 40px;
		font-size: 2rem;
		line-height: 1.8rem;
		color: #70a966;
	}

	.main-graphic .btn1:hover {
		text-decoration: none;
		transform: scale(1.05);
	}

	.main-graphic .btn1 > div:nth-child(2) {
		font-size: 1.5rem;
	}

	.main-graphic .btn2 {
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
		position: absolute;
		top: 46%;
		left: 4%;
		display: block;
		padding: 30px 40px;
		font-size: 2rem;
		line-height: 1.8rem;
		text-align: center;
		color: #f16039;
	}

	.main-graphic .btn2 img {
		display: inline-block;
		margin-bottom: 10px;
	}

	.main-graphic .btn2:hover {
		text-decoration: none;
		transform: scale(1.05);
	}


	.main-graphic .btn2 > div:nth-child(3) {
		font-size: 1.75rem;
	}
}



@media (max-width: 1199px) {
	.klita .axis .rounded-label {
		font-size: 1rem;
		background-color: #FEF7EC;
		background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23956F59FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
		border-radius: 20px;
		width: 120px;
		height: 80px;
		text-align: center;
		padding: 10px;
	}
	.klita .axis .side-label {
		font-size: 1rem;
		text-align: center;
		margin-top: 15px;
		position: inherit;
		width: 100%;
	}
	
	.klita .axis .dashed-square:before {
		right: 60px;
		width: calc(100% - 120px);
	}
}

/**/

.klita-footer {
	position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

.klita-footer:before {
	position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    height: 10px;
    background: url(images/klita/lineColors.svg);
    display: block;
    content: '';
	transform: rotate(2deg);
}

/**/

@media (max-width: 1199px) {
	.one-col-axis.bottom-circle {
		margin-top: -140px;
	}
}