* {
  box-sizing: border-box;
}



@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/Cera Pro Medium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/Cera Pro Light.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/Cera Pro Regular Italic.otf");
  font-weight: 400;
  font-style: italic;
}

body {
  font-size: 16px;
 font-family: "Cera Pro";
background: #FFF7EB;
min-height: 100vh;
margin: 0;
}


nav.u-menu {
    height: 20vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.u-menu-list {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
    position: absolute;
}


.u-text-about {
    width: 50%;
    text-align: center;
}

.u-text-about span {
    color: #F56E4B;
}

.u-clearfix.u-sheet.u-valign-middle.u-sheet-1 {
	display: flex;
    position: relative;
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.u-clearfix.u-sheet2.u-valign-middle.u-sheet-1 {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.u-clearfix.u-sheet3.u-valign-middle.u-sheet-1 {
    display: flex;
    position: relative;
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5rem;
}

.u-left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.u-right {
    width: 50%;
}

.u-sfera img {
    width: 400px;
    height: 400px;
}

.u-text-contact h3 {
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
	color: #F56E4B;
}

ul.uk-list {
    list-style: none;
    padding: 0;
}

.uk-grid-small.uk-child-width-expand.uk-flex-nowrap.uk-flex-middle.uk-grid {
    display: flex;
    align-content: space-between;
    align-items: center;
}

.uk-width-auto.uk-first-column {
    width: auto;
    box-sizing: border-box;
}

.el-content.uk-panel {
    padding-left: 15px;
}

li.el-item {
    padding-top: 45px;
}

.el-content.uk-panel a {
    color: #3E5F55;
    font-size: 15px;
}

span.el-image.uk-icon img {
    width: 20px;
}




a.u-link.active {
    text-decoration: underline;
}


a.u-link:hover {
    text-decoration: underline;
}


a.u-link {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #F56E4B;
    text-decoration: none;
}


.u-logo img {
    width: 316px;
    height: 299px;
    margin: 0 auto;
}

.u-logo-text img {
    width: 264px;
    height: 60px;
}

.u-logo-text {
    margin-top: 93px;
}




.u-logo p.u-small-text.u-text.u-text-variant.u-text-1 {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #F56E4B;
}



.v61_5 {
  width: 162px;
  height: 236px;
  background: url("../images/v61_5.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 80px;
  right: 0px;
  overflow: hidden;
}


.v61_2 {
  width: 100px;
  height: 311px;
  background: url("../images/v61_2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  bottom: 0px;
  left: 92px;
  overflow: hidden;
}


.v61_3 {
  width: 316px;
  height: 299px;
  background: url("../images/v61_3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 325px;
  left: 802px;
  overflow: hidden;
}
.v61_4 {
  width: 264px;
  height: 60px;
  background: url("../images/v61_4.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 717px;
  left: 828px;
  overflow: hidden;
}

.v61_6 {
  width: 140px;
  height: 273px;
  background: url("../images/v61_6.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
}

.v61_7 {
  width: 100px;
  height: 363px;
  background: url("../images/v61_7.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 250px;
  right: 0px;
  overflow: hidden;
}

.v61_9 {
  width: 300px;
  height: 272px;
  background: url("../images/v61_9.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0px;
  overflow: hidden;
    bottom: 10px;
}







@media (max-width: 700px){

nav.u-menu {
    height: 12vh;
}

.u-menu-list {
	gap: 40px;
    justify-content: space-between;
}



.u-clearfix.u-sheet.u-valign-middle.u-sheet-1 {
	display: flex;
    position: relative;
    margin: 0 auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.u-clearfix.u-sheet2.u-valign-middle.u-sheet-1 {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 12vh;
}

.u-clearfix.u-sheet3.u-valign-middle.u-sheet-1 {
    display: flex;
    position: relative;
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.u-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
}

.u-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.u-sfera img {
    width: 220px;
    height: 220px;
}

.u-text-contact h3 {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
	color: #F56E4B;
	margin: 0;
	text-align: center;
}

ul.uk-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uk-grid-small.uk-child-width-expand.uk-flex-nowrap.uk-flex-middle.uk-grid {
    display: flex;
    align-content: space-between;
    align-items: center;
}

.uk-width-auto.uk-first-column {
    width: auto;
    box-sizing: border-box;
}

.el-content.uk-panel {
    padding-left: 8px;
}

li.el-item {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.el-content.uk-panel a {
    color: #3E5F55;
    font-size: 13px;
}

span.el-image.uk-icon img {
    width: 15px;
}



a.u-link:hover {
    text-decoration: underline;
}


a.u-link {
    font-size: 16px;
    line-height: 20px;
}


.u-logo img {
    width: 200px;
    height: 189px;
    margin: 0 auto;
}

.u-logo-text img {
    width: 150px;
    height: 34px;
}

.u-logo-text {
    margin-top: 93px;
}


.u-text-about {
    width: 70%;
    text-align: center;
    font-size: 13px;
}

.u-text-about span {
    color: #F56E4B;
}



.u-logo p.u-small-text.u-text.u-text-variant.u-text-1 {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #F56E4B;
}



.v61_5 {
  width: 80px;
  height: 116px;
  background: url("../images/v61_5.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 80px;
  right: 0px;
  overflow: hidden;
}


.v61_2 {
  width: 60px;
  height: 186px;
  background: url("../images/v61_2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  bottom: 0px;
  left: 14px;
  overflow: hidden;
}


.v61_3 {
  width: 316px;
  height: 299px;
  background: url("../images/v61_3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 325px;
  left: 802px;
  overflow: hidden;
}
.v61_4 {
  width: 264px;
  height: 60px;
  background: url("../images/v61_4.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 717px;
  left: 828px;
  overflow: hidden;
}

.v61_6 {
  width: 50px;
  height: 98px;
  background: url("../images/v61_6.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
}

.v61_7 {
  width: 50px;
  height: 181px;
  background: url("../images/v61_7.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 350px;
  right: 0px;
  overflow: hidden;
}

.v61_9 {
  width: 120px;
  height: 109px;
  background: url("../images/v61_9.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: -50px;
  overflow: hidden;
    bottom: 80px;
}







}