footer {
    color: #000;
    background: #fff;
}
section {
    max-width: 1060px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
article {
    overflow-x: hidden;
}
.btnHolder, .x-mark {
    cursor: pointer;
}
.btn.c-grn {
    padding: 14px 0;
    font-size: 15px;
}
.try-for-free a {
    width: 212px;
    margin: 0 auto;
}
input {
    outline: none;
}
section.texted .numeralblock h2,
section.texted .numeralblock h3 {
    text-align: left;
}
section.texted .numeralblock h3 {
    font-size: 14px;
}
section.texted .numeralblock:before {
    display: none;
}
section.equipment-item .numeralblock h2 {
    font-size: 16px;
}
section.texted div:before {
    content: "";
    display: none;
}
span.c-grn {
    color: #3CBC80;
}
nav {
    position: relative;
}
nav .navHolder {
    display: block;
    top: 60px;
    background: #ffffff;
}
.header-list {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100%;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.header-listitem {
    display: inline;
}
nav .navHolder {
    height: unset;
}
nav .navHolder a.main-menu-item {
    margin: 0;
    border-bottom: none;
    line-height: 30px;
    color: #9b9b9b;
    transition-duration: .3s;
}
nav .navHolder a.main-menu-item.current-page {
    color: #323232;
}
section.texted .numeralblock h2 {
    font-weight: unset;
}
footer {
    padding: 0 20px 173px;
}
.toggler-product {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
a.toggler-product {
    height: calc(100vw - 40px);
    width: 100%;
    max-width: 400px;
    max-height: 400px;
}
.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
}
nav.toggled .navHolder {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (min-width: 768px) {
    nav {
        position: fixed;
    }
    nav .navHolder {
        top: 0;
        height: 58px;
    }
    .header-list {
        justify-content: center;
        border-bottom: 1px solid rgba(196,196,196,.2);
    }
    .header-listitem {
        padding: 5px 10px;
    }
    section.texted .numeralblock h2 {
        font-size: 24px;
    }
    section.texted .numeralblock h3 {
        color: #323232;
    }
    nav .navHolder a.main-menu-item {
        line-height: 50px;
        margin: 0 25px;
    }
    nav .navHolder a.main-menu-item:hover {
        color: #323232;
    }
    nav .navHolder a.main-menu-item.current-page {
        border-bottom: 1px solid #323232!important;
    }
}