.wrapper {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.row {
    width: 100%;
    clear: both;
    overflow: auto;
    background-color: #f8f8f6;
    position: relative;
    padding: 0;
}

.block ul li {
    list-style-type: disclosure-closed;
}
.row-features {
    position: relative;
}

.new-feature-slider {
    width: 100%;
    float: left;
    overflow: hidden;
}

.new-feature-slider .feature-slide {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}

.new-feature-slider .feature-slide .feature-slide-image img {
    width: 100%;
    display: block;
}

.new-feature-slider .feature-slide.active {
    opacity: 1;
}

.block-wrap {
    position: relative;
    width: 100%;
}

.block-wrap:before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
    padding: 150px;
}

.new-feature-slider .feature-slide .block-wrap.w50.new-feature-image-wrap.mob-auto:nth-child(1) {
    width: 20%;
    float: left;
}

.new-feature-slider .feature-slide .block-wrap.w50.center-content.mob-auto:nth-child(2) {
    width: 30%;
    float: left;
}

.block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.content-centered {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 100%;
    max-width: 25em;
    transform: translate(-50%, -50%);
}

.specification-controls {
    box-sizing: border-box;
    width: 80px;
    height: 160px;
    position: absolute;
    z-index: 9999;
    border-right: solid 8px rgba(93, 193, 195, 0.4);
    overflow: visible;
}

.specification-controls .control {
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    display: block;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    float: right;
}

.specification-controls .specification-controls:first-child {
    border-bottom: 1px solid rgba(4, 68, 86, 0.2);
}

.specification-controls .control.button-next {
    transform: rotate(180deg);
}

.specification-controls .control:before,
.specification-controls .control:after {
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform-origin: left center;
    content: "";
    background-color: #333f4a;
    transition: all 0.3s ease;
}

.specification-controls .control:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.specification-controls .control:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.specification-controls .control:hover {
    background-color: #5dc1c3;
}

.specification-controls .control:hover:before,
.specification-controls .control:hover:after {
    background-color: white;
}

.new-feature-controls {
    top: 70px;
    right: 0;
}

.boxes {
    background: #e8eae3;
    color: var(--Dark);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px;
    position: relative;
    height: 300px;
    border-radius: 0;
}

.box-img {
    margin-bottom: 20px;
}

.box-title {
    margin-bottom: 10px;
}

.box-title h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	font-family: 'Cinzel';
    color: var(--Black);
}

.box-texts h4 {
    font-size: 16px;
    margin: 0;
}

.box-img img {
    width: 100px;
}

.box-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

.boxes::after {
    position: absolute;
    content: '';
    width: 280px;
    height: 300px;
    border: 1px solid #cdcecc;
    border-left: 0;
    border-top: 0;
    top: 15px;
    left: 40px;
}

.tab-container {
    width: 980px;
    margin: 0 auto;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}

.tab__list {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
}

.tab__item {
    overflow: hidden;
    cursor: pointer;
    padding: 12px 8px;
    margin-right: 24px;
    text-shadow: 0 0 0.5px currentColor;
    letter-spacing: 1px;
    transition: 0.2s;
    font-size: 18px;
    position: relative;
    color: #777;
    z-index: 9;
}

.tab__item::before {
    content: "";
    position: absolute;
    top: 84%;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--Green);
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.tab__item.is--active {
    color: #444;
    position: relative;
}

.tab__item.is--active:before {
    visibility: visible;
    opacity: 1;
}

.tab__content {
    padding: 32px;
    border-radius: 0 10px 10px;
    padding-top: 0;
}

.tab__content-item {
    display: none;
}

.tab__content-item.is--active {
    display: block;
}

.tab__content-title {
    padding: 24px 24px 24px 0;
}

.tab .tab .tab__item {
    font-size: 16px;
}

.tab .tab .tab__content {
    padding: 0;
}

.tab__content-item img {
    width: 100%;
}

.modal1 {
    z-index: 1;
    display: none;
    padding-top: 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.modal1-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.modal-hover-opacity {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility: hidden
}

.modal-hover-opacity:hover {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -webkit-backface-visibility: hidden
}


.close {
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: white
}

.modal1-content,
#caption {

    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@media (max-width: 1080px) {
    .box-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    
  .boxes::after {
    display: none;
  }
}

/* 
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
} */

