.widget.c-sections.c-sections-template-1 .widget-content {
    height: 600px;
}
.widget.c-sections.c-sections-template-1 .widget-content .widget-element-wrap {
    height: 600px;
}

.widget.c-sections.c-sections-template-1 .widget-element-wrap {
	position:relative;
}
.widget.c-sections.c-sections-template-1 .widget-content .widget-element-wrap .widget-element {
    height: 100%;
    display: flex;
    align-items: center;
}
.widget.c-sections.c-sections-template-1 .widget-content .widget-element-wrap .widget-element .widget-element-bg {
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
}
.widget.c-sections.c-sections-template-1 .widget-content .elements {
    position: relative;
    z-index: 1;
}
.widget.c-sections.c-sections-template-1  .bg-fix {
    background-image: url(/images/mineral.png);
    position: absolute;
    top: 0;
    left: 40%;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
}
.widget.c-sections.c-sections-template-1  .bg-fix:after{
	content: "";
    background: #FFFFFF;
    opacity: 0.7;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    right: 0;
}
.widget.c-sections.c-sections-template-1 .widget-element-name-wrap {
    padding: 20px 20px 40px 20px;
    position: relative;
    z-index: 2;
    margin-left: 21%;
    margin-top: 6%;   

}
.widget.c-sections.c-sections-template-1 .decoration-nav {
    position: absolute;
    top: 50%;
    left: 14%;
    bottom: 0;
    right: 0;
    width: 485px;
    height: 485px;
    transform: translate(0, -50%);
    pointer-events: none;
}
.widget.c-sections.c-sections-template-1 .decoration-nav .pages {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: rotate(-30deg);
}
.widget.c-sections.c-sections-template-1 .decoration-nav .pages li:after {
    width: 9.59px;
    height: 9.59px;
    content: "";
    background: #162843;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-33%);
    transition: 0.4s;
}
.widget.c-sections.c-sections-template-1 .decoration-nav .pages li.active:after, 
.widget.c-sections.c-sections-template-1 .decoration-nav .pages li:hover:after {
    background: #BA2136;
    width: 14.39px;
    height: 14.39px;
}
.widget.c-sections.c-sections-template-1 .decoration-nav .pages li:before {
    width: 26.38px;
    height: 26.38px;
    content: "";
    background: transparent;
    border: 1px solid #ba2135;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-39%) translateY(-22%);
    transition: 0.4s;
    opacity: 0;
}
.widget.c-sections.c-sections-template-1 .decoration-nav .pages li.active:before {
    opacity: 1;
}
.widget.c-sections.c-sections-template-1 .decoration-nav .pages li {
    position: absolute;
    right: 0;
    z-index: 2;
    left: 0;
    top: 50%;
    bottom: 50% !important;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    pointer-events: all;
    outline: none;
    font-size: 0;
    cursor: pointer;
}
.widget.c-sections.c-sections-template-1 .widget-content .widget-element-wrap .widget-element .widget-element-bg:after {
    content: "";
    background: #FFFFFF;
    opacity: 0.7;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    right: 0;
}
.widget.c-sections.c-sections-template-1 .widget-wrapper-2 {
    position: relative;
}
.widget.c-sections.c-sections-template-1 .widget-element-name-wrap .name {
    font-weight: bold;
    font-size: 29.9731px;
    line-height: 141%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #162843;
}
.widget.c-sections.c-sections-template-1 .widget-element-name-wrap .descsription {
    font-weight: 500;
    font-size: 29.9731px;
    line-height: 141%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #162843;
}


.widget.c-sections.c-sections-template-1 .widget-element-wrap:hover {

}
.widget.c-sections.c-sections-template-1 .widget-element-picture-block {
  position: relative;
  display: block;
  padding-top: 62%;
}
.widget.c-sections.c-sections-template-1 .widget-element-picture-wrap {
  position: absolute;
  top: 45px;
  left: 45px;
  right: 45px;
  bottom: 10px;
  font-size: 0;
  text-align: center;
}
@media all and (max-width: 550px) {
  .widget.c-sections.c-sections-template-1 .widget-element-picture-wrap {
    top: 15px;
    left: 25px;
    right: 25px;
    bottom: 0;
  }
}
.widget.c-sections.c-sections-template-1 .widget-element-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-decoration: none;
    max-width: 300px;
}
.widget.c-sections.c-sections-template-1 .widget-element-name .num {
    font-weight: bold;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -0.045em;
    color: rgba(198, 198, 198, 0.6);
    font-family: BebasNeueBold, sans-serif;
    padding-bottom: 10px;
}
.widget.c-sections.c-sections-template-1 .decoration-nav .mouse {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}
.widget.c-sections.c-sections-template-1 .decoration-nav .mobile-decor {
    display: none;
}

@media all and (max-width: 1000px) {
.widget.c-sections.c-sections-template-1 .bg-fix{
    left: 18%;
}
	.widget.c-sections.c-sections-template-1 .decoration-nav .mobile-decor {
	    display: inline-block;
		position: absolute;
		bottom: -48px;
	}
	.widget.c-sections.c-sections-template-1 .decoration-nav .mobile-decor svg:first-child {
		margin-right: 20px;
	}
	.widget.c-sections.c-sections-template-1 .bg-fix:after{
	    top: 15px;
		bottom: 15px;	
	}
	.widget.c-sections.c-sections-template-1 .widget-content .elements{
	    font-size: 0;
		white-space: nowrap;
	}
	.widget.c-sections.c-sections-template-1 .widget-element-name-wrap {
		white-space: normal;
	}
	.widget.c-sections.c-sections-template-1 .widget-content .widget-element-wrap{
	    width: 500px;
		display: inline-block;	
	}
	.widget.c-sections.c-sections-template-1 .decoration-nav .mouse{
		display:none;
	}
	.widget.c-sections.c-sections-template-1 .widget-element-name .num{
	    font-size: 35px;
		line-height: 35px;	
	}
	.widget.c-sections.c-sections-template-1 .widget-element-name-wrap .name,
	.widget.c-sections.c-sections-template-1 .widget-element-name-wrap .descsription{
		font-size: 19px;	
	}
	.widget.c-sections.c-sections-template-1 .decoration-nav{
	    width: 260px;
		height: 260px;	
	}
	.widget.c-sections.c-sections-template-1 .decoration-nav .svg svg {
		width: 200px;
		height: 260px;
	}
	.widget.c-sections.c-sections-template-1 .decoration-nav{
	    left: 0%;	
	}
	.widget.c-sections.c-sections-template-1 .widget-element-name-wrap{
	    margin-left: 3%;
		margin-top: 3%;	
	}
	.widget.c-sections.c-sections-template-1 .widget-content {
		height: 340px;
	}
	.widget.c-sections.c-sections-template-1 .widget-content .widget-element-wrap {
		height: 340px;
	}
	.widget.c-sections.c-sections-template-1 .widget-wrapper-2{
	    margin-top: 60px;	
	}
	.widget.c-sections.c-sections-template-1 .widget-content .widget-element-wrap .widget-element .widget-element-bg:after{
	    top: 15px;
		bottom: 15px;	
	}
}
@media all and (max-width: 768px) {
	.widget.c-sections.c-sections-template-1 .decoration-nav .pages li:after {
		width: 5.59px;
		height: 5.59px;
	} 
	.widget.c-sections.c-sections-template-1 .decoration-nav .pages li.active:after, .widget.c-sections.c-sections-template-1 .decoration-nav .pages li:hover:after{
	    width: 7.39px;
		height: 7.39px;	
	}
	.widget.c-sections.c-sections-template-1 .decoration-nav .pages li:before {
		width: 17.38px;
		height: 17.38px;
	}
	.widget.c-sections.c-sections-template-1 .decoration-nav .pages li:before{
		transform: translateX(-42%) translateY(-28%);	
	}
}
@media all and (max-width: 720px) {
	.widget.c-sections.c-sections-template-1 .widget-content .widget-element-wrap .widget-element .widget-element-bg{
	    left: 65%;	
	}
  .widget.c-sections.c-sections-template-1 .widget-element-name {
    font-size: 14px;
    line-height: 16px;
  }
  .widget.c-sections.c-sections-template-1 .widget-element-name-wrap {
    padding: 20px;
  }
}
@media all and (max-width: 400px) {
.widget.c-sections.c-sections-template-1 .bg-fix{
    left: 40%;
}
	.widget.c-sections.c-sections-template-1 .widget-element-name-wrap {
		margin-left: 10%;
	}
}
/*# sourceMappingURL=style.css.map */
