.card-sect__instr a,
.card-sect__diller a{
    color: #888;
    font-size: 16px;
    line-height: 144%;
    font-weight: normal;
    transition: .3s all ease;
    display: flex;
    align-items: center;
}
.card-sect__instr a:hover,
.card-sect__diller a:hover{
    color: #00773c;
}
.card-sect__instr a svg path,
.card-sect__diller a svg path{
    transition: stroke .3s ease-in-out;
}
.card-sect__instr a:hover svg path,
.card-sect__diller a:hover svg path{
    stroke: #00773c;
}
.card-sect__instr a svg,
.card-sect__diller a svg{
    margin-right: 9px;
}
.card-sect__instr{
    margin-right: 20px;
}
.card-sect {
    padding-top: 98px;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 600;
    font-style: normal;
    overflow: hidden;
    position: relative;
    z-index: 0; 
}
@media only screen and (max-width: 992px) {
    .card-sect {
        padding-top: 60px;
        background-position: left bottom !important;
        background-attachment: scroll !important; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect {
        padding-top: 50px;
        background-position: left bottom 72px !important; 
    }
}
.card-sect__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.card-sect__mtitle {
    display: none;
    text-align: center;
    width: 100%; 
}
@media only screen and (max-width: 576px) {
    .card-sect__mtitle {
        display: block;
        margin-bottom: 25px; 
    }
}
.card-sect__mtitle-desc {
    line-height: 134%;
    font-size: 20px;
    margin-bottom: 10px; 
}
.card-sect__mtitle-title {
    font-size: 46px !important;
    line-height: 118% !important;
}
@media only screen and (max-width: 480px) {
    .card-sect__mtitle-title {
        font-size: 30px !important; 
    }
}
.card-sect__sliders {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 535px;
    flex: 0 0 535px;
    max-width: 535px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; 
}
@media only screen and (max-width: 992px) {
    .card-sect__sliders {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 45px; 
    }
}
@media only screen and (max-width: 768px) {
    .card-sect__sliders {
        padding: 0; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect__sliders {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
}
.card-sect__tslider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    padding: 12px 0; 
}
@media only screen and (max-width: 576px) {
    .card-sect__tslider {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; 
    }
}
.card-sect__tslider .swiper {
    height: 390px; 
}
@media only screen and (max-width: 576px) {
    .card-sect__tslider .swiper {
        height: auto; 
    }
}
.card-sect__tslider .swiper-slide {
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer; 
}
@media only screen and (max-width: 576px) {
    .card-sect__tslider .swiper-slide {
        height: 70px;
    }
}
.card-sect__tslider-prev, .card-sect__tslider-next {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
@media only screen and (max-width: 576px) {
    .card-sect__tslider-prev, .card-sect__tslider-next {
        display: none; 
    }
}
.card-sect__tslider-prev::before, .card-sect__tslider-next::before {
    content: '';
    width: 6px;
    height: 6px; 
}
.card-sect__tslider-prev:hover, .card-sect__tslider-next:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}
.card-sect__tslider-prev {
    bottom: 100%; 
}
.card-sect__tslider-prev::before {
    border-top: 1px solid #162026;
    border-right: 1px solid #162026;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -3px; 
}
.card-sect__tslider-next {
    top: 100%; 
}
.card-sect__tslider-next::before {
    border-bottom: 1px solid #162026;
    border-right: 1px solid #162026;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px; 
}
.card-sect__bslider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative; 
}
@media only screen and (max-width: 576px) {
    .card-sect__bslider {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px; 
    }
}
.card-sect__bslider .swiper-slide {
    overflow: hidden;
    height: 420px;
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
    border-radius: 30px;
    display: flex;
}
.card-sect__bslider .swiper-slide a{
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 576px) {
    .card-sect__bslider .swiper-slide {
        height: 65vw; 
    }
}
.card-sect__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-left: 30px;
    position: relative;
    padding-top: 40px; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__main {
        padding-top: 20px; 
    }
}
@media only screen and (max-width: 992px) {
    .card-sect__main {
        padding-top: 50px;
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        position: static; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect__main {
        padding-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; 
    }
}
.card-sect__main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1200px) {
    .card-sect__main-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect__main-header {
        display: none; 
    }
}
.card-sect__main-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
@media only screen and (max-width: 576px) {
    .card-sect__main-footer {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
}
.card-sect__main-footer .card-sect__price-link {
    display: none; 
}
@media only screen and (max-width: 576px) {
    .card-sect__main-footer .card-sect__price-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px; 
        margin-right: 15px;
    }
}
.card-sect__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: 10; 
}
@media only screen and (max-width: 992px) {
    .card-sect__labels {
        -webkit-transform-origin: 0 bottom;
        -ms-transform-origin: 0 bottom;
        transform-origin: 0 bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 420px;
        bottom: auto;
        top: -28px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect__labels {
        width: 65vw;
        top: 50px; 
    }
}
.card-sect__label {
    background-color: currentColor;
    margin-right: 10px;
    font-size: 17px;
    font-family: "Mont",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 6px 10px 5px;
    border-radius: 15px 15px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    text-align: center; 
}
@media only screen and (max-width: 992px) {
    .card-sect__label {
        font-size: 12px; 
    }
}
.card-sect__label:last-child {
    margin-right: 0; 
}
.card-sect__label span {
    color: #fff;
    line-height: 144%;
    display: inline-block; 
}
@media only screen and (max-width: 992px) {
    .card-sect__label span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); 
    }
}
.card-sect__title {
    font-size: 35px;
    line-height: 144%;
    margin-right: 20px; 
    color: #162026;
}
@media only screen and (max-width: 1200px) {
    .card-sect__title {
        font-size: 26px; 
    }
}
.card-sect__instock {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #34c27e;
    font-size: 18px;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-top: 9px; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__instock {
        font-size: 16px; 
    }
}
.card-sect__instock-icon {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: currentColor;
    border-radius: 50%; 
}
.card-sect__instock-text {
    display: inline-block;
    line-height: 144%;
    white-space: nowrap; 
}
.card-sect__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    border: 1px solid #E3E3E3;
    border-right: none;
    border-left: none;
    margin-bottom: 25px; 
}
@media only screen and (max-width: 576px) {
    .card-sect__price {
        border-bottom: none;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 10px; 
    }
}
.card-sect__price-decor {
    width: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    background-color: #e3e3e3;
    min-height: 40px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin: 0 30px; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__price-decor {
        margin: 0 15px; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect__price-decor {
        display: none; 
    }
}
.card-sect__price-data {
    margin-left: 0;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.card-sect__price-now {
    margin-right: 20px;
    white-space: nowrap;
    color: #EE5757;
    line-height: 144%;
    font-size: 32px;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__price-now {
        font-size: 28px; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect__price-now {
        font-size: 26px; 
    }
}
.card-sect__price-old {
    white-space: nowrap;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 144%;
    font-size: 20px;
    text-decoration: line-through; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__price-old {
        font-size: 18px; 
    }
}
.card-sect__price-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    position: relative;
    padding-left: 25px; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__price-link {
        font-size: 14px; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect__price-link {
        display: none;
        height: 52px;
        width: 75px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #00773c;
        border-radius: 30px;
        padding: 0; 
    }
}
.card-sect__price-link img {
    display: inline-block;
    margin-right: 7px;
    position: absolute;
    top: 0;
    left: 0; 
}
@media only screen and (max-width: 576px) {
    .card-sect__price-link img {
        position: static;
        margin-right: 0; 
    }
}
.card-sect__price-link a {
    color: #888888;
    border-bottom: 0.5px solid rgba(136, 136, 136, 0.2);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
.card-sect__price-link a:hover {
    text-decoration: none;
    color: #888;
    border-bottom-color: rgba(136, 136, 136, 0.2); 
}
.card-sect__price-link a:focus, .card-sect__price-link a:active {
    text-decoration: none;
    color: #888; 
}
.card-sect__ctrls {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
@media only screen and (max-width: 576px) {
    .card-sect__ctrls {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 5px; 
    }
}
.card-sect__ctrls > * {
    margin-bottom: 15px; 
}
.card-sect__ctrls .card-sect__instock {
    display: none; 
}
@media only screen and (max-width: 576px) {
    .card-sect__ctrls .card-sect__instock {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; 
    }
}
.card-sect__specif {
    margin-right: 45px; 
}
@media only screen and (max-width: 576px) {
    .card-sect__specif,
    .card-sect__instr,
    .card-sect__diller {
        margin-bottom: 15px;
        margin-right: 15px; 
    }
}
.card-sect__specif-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #888888;
    line-height: 144%;
    font-size: 16px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
@media only screen and (max-width: 480px) {
    .card-sect__specif-title {
        font-size: 14px; 
    }
}
.card-sect__specif-title span {
    margin-right: 5px;
    width: 17px;
    height: 1.5px;
    background-color: rgba(136, 136, 136, 0.5);
    position: relative;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
.card-sect__specif-title span::before, .card-sect__specif-title span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: rgba(136, 136, 136, 0.5);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
.card-sect__specif-title span::before {
    top: calc(50% - 7px); 
}
.card-sect__specif-title span::after {
    top: calc(50% + 5px); 
}
.card-sect__specif-title:hover {
    text-decoration: none;
    color: #00773c !important; 
}
.card-sect__specif-title:hover span {
    background-color: rgba(205, 156, 114, 0.5); 
}
.card-sect__specif-title:hover span::before, .card-sect__specif-title:hover span::after {
    background-color: rgba(205, 156, 114, 0.5); 
}
.card-sect__specif-title:focus, .card-sect__specif-title:active {
    text-decoration: none;
    color: #888; 
}
.card-sect__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
@media only screen and (max-width: 576px) {
    .card-sect__colors {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
}
.card-sect__colors-title {
    font-size: 16px;
    line-height: 144%;
    color: #888;
    display: inline-block;
    margin-right: 12px;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal; 
}
.card-sect__colors-select {
    color: #162026;
    line-height: 144%;
    font-size: 16px;
    display: inline-block;
    margin-right: 30px; 
}
.card-sect__colors-checks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
.card-sect__colors-check {
    margin-right: 10px;
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    overflow: hidden;
    cursor: pointer; 
}
.card-sect__colors-check:last-child {
    margin-right: 0; 
}
.card-sect__colors-check input {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    left: -2000px; 
}
.card-sect__colors-check input + span{
    border-color: #00773c; 
}
.card-sect__colors-check span {
    width: 38px;
    height: 38px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; 
}
.card-sect__colors-check span::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background-color: currentColor; 
}
.cards-sect .card-title.def-title {
    text-align: center;
    margin: 0 0 1em 0;
}
.cards-sect .card-sect {
    background: #F9F9F9 !important;
}
.cards-sect .card-sect:nth-child(2n) {
    background: #fff !important;
}
.cards-sect .card-sect .card-sect__ctrls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 0 0;
    border-bottom: none;
    position: relative;
}
.cards-sect .card-sect .card-sect__ctrls:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20px;
    height: 1px;
    background: #E3E3E3;
}
.cards-sect .card-sect .card-sect__instock,
.cards-sect .card-sect .card-sect__specif,
.cards-sect .card-sect .card-sect__inst,
.cards-sect .card-sect .card-sect__diller,
.cards-sect .card-sect__instr {
    width: auto;
    padding: 0 20px 0 0;
    margin: 0 0 10px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.cards-sect .card-sect .card-sect__instock {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.cards-sect .card-sect .card-sect__specif {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.cards-sect .card-sect .card-sect__inst {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.cards-sect .card-sect .card-sect__diller {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.cards-sect .card-sect .card-sect__colors {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    padding-top: 20px;
}
.cards-sect .card-sect .card-sect__colors-select {
    margin-right: 10px;
}
.cards-sect .card-sect .card-sect__inst-title:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    overflow: hidden;
    margin: 0 8px 0 0;
    background: url(../../../../img/icons/inst.svg) center no-repeat;
    background-size: 100% auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.cards-sect .card-sect .card-sect__diller-title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
    margin: 0 8px 0 0;
    background: url(../../../../img/icons/diller.svg) center no-repeat;
    background-size: 100% auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    top: -2px;
}
.cards-sect .card-sect .card-sect__specif-title span {
    margin-right: 8px;
}
.cards-sect .card-sect .card-sect__specif-title,
.cards-sect .card-sect .card-sect__inst-title,
.cards-sect .card-sect .card-sect__diller-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    text-decoration: none;
    position: relative;
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
    font-weight: 600;
    font-family: "Mont", Arial, sans-serif;
}
.cards-sect .card-sect .card-sect__specif-title:hover,
.cards-sect .card-sect .card-sect__inst-title:hover,
.cards-sect .card-sect .card-sect__diller-title:hover,
.cards-sect .card-sect .card-sect__specif-title.active,
.cards-sect .card-sect .card-sect__inst-title.active,
.cards-sect .card-sect .card-sect__diller-title.active {
    color: #00773c;
}
.cards-sect .card-sect .card-sect__specif-title:hover:before,
.cards-sect .card-sect .card-sect__inst-title:hover:before,
.cards-sect .card-sect .card-sect__diller-title:hover:before,
.cards-sect .card-sect .card-sect__specif-title.active:before,
.cards-sect .card-sect .card-sect__inst-title.active:before,
.cards-sect .card-sect .card-sect__diller-title.active:before {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
.cards-sect .card-sect .card-sect__colors-title {
    font-weight: 600;
}
.card-sect__buy {
    display: inline-block;
    height: 68px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 10px 20px; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__buy {
        font-size: 16px !important; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect__buy {
        font-size: 15px !important;
        height: 52px;
        min-width: 200px;
        margin-right: 0;
        margin-bottom: 15px; 
        width: 100%;
        align-items: center;
        flex-basis: 100%;
        justify-content: center;
        display: inline-flex !important;    
    }
}
.card-sect__signup {
    display: inline;
    font-size: 16px;
    line-height: 110%;
    color: #162026;
    border-bottom: 1px solid rgba(22, 32, 38, 0.1);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
    margin-left: 45px; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__signup {
        margin-left: 20px;
        font-size: 14px; 
    }
}
@media only screen and (max-width: 576px) {
    .card-sect__signup {
        margin-bottom: 15px;
        margin-top: 5px;
        margin: 5px 0 10px 0; 
    }
}
.card-sect__signup:hover {
    text-decoration: none;
    border-bottom-color: #00773c;
    color: #00773c !important; 
}
.card-sect__edge {
    padding-top: 60px; 
}
@media only screen and (max-width: 992px) {
    .card-sect__edge {
        padding-top: 40px; 
    }
}
@media only screen and (max-width: 576px) {      
    .card-sect__edge {
        padding-top: 20px; 
    }
}
.card-sect__edge-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px; 
}
@media only screen and (max-width: 992px) {
    .card-sect__edge-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto; 
    }
}
.card-sect__edge-item {
    background-color: #fff;
    padding: 45px 45px 55px;
    border-radius: 30px 30px 0 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); 
}
@media only screen and (max-width: 1200px) {
    .card-sect__edge-item {
        padding: 30px 30px 35px; 
    }
}
@media only screen and (max-width: 992px) {
    .card-sect__edge-item {
        min-width: 220px; 
    }
}
.card-sect__edge-item-icon {
    height: 75px; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__edge-item-icon {
        height: 65px; 
    }
}
.card-sect__edge-item-text {
    font-family: "Mont",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 144%; 
}
@media only screen and (max-width: 1200px) {
    .card-sect__edge-item-text {
        font-size: 15px; 
    }
}
.card-sect__edge.main{
    padding-top: 200px;
}
@media only screen and (max-width: 1200px) {
    .card-sect__edge.main{
        padding-top: 100px;
    }            
}
@media only screen and (max-width: 768px) {
    .card-sect__edge.main{
        padding-top: 30px;
    }
}
@media only screen and (max-width: 992px) {
  
    .cards-sect .card-sect .card-sect__instock-icon {
        width: 14px;
        height: 14px;
    }
    .cards-sect .card-sect .card-sect__instock-icon img {
        width: 10px;
    }
    .cards-sect .card-sect .card-sect__instock-text {
        font-size: 15px;
        line-height: 24px;
        font-weight: 600;
        font-family: "Mont", Arial, sans-serif;
    }
    .cards-sect .card-sect .card-sect__signup {
        font-size: 15px;
        line-height: 1.44;
    }
    .cards-sect .card-sect .card-sect__price-link {
        background-color: #fff;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
    .cards-sect .card-sect {
        padding-bottom: 60px;
    }
    .cards-sect .card-sect .card-sect__ctrls {
        margin-bottom: 20px;
    }
    .cards-sect .card-sect .card-sect__title {
        font-size: 46px;
        line-height: 1.18;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .cards-sect .card-sect .card-sect__price-link {
        background-color: transparent;
        font-weight: 600;
    }
}
@media only screen and (max-width: 576px) {
    .cards-sect .card-sect {
        padding-top: 64px;
        padding-bottom: 50px;
    }
    .cards-sect .card-sect .card-sect__mtitle-title {
        font-size: 46px;
        line-height: 1.18;
        font-weight: bold;
    }
    .cards-sect .card-sect .card-sect__mtitle-desc {
        display: none;
    }
    .card-hr-w{
        align-items: flex-start;
        justify-content: flex-start !important;
        width: 100% !important;
    }
    .card-sect__specif,
    .card-sect__instr,
    .card-sect__diller{
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }
    .osob-bl2-btns{
        flex-direction: column;
    }
    .osob-bl2-btns > a{
        width: 100% !important;
    }
}
@media (min-width: 993px) {
    .cards-sect .card-sect {
        padding-top: 160px;
        padding-bottom: 133px;
    }
    .cards-sect .card-sect .card-sect__label {
        padding-left: 24px;
        padding-right: 24px;
        min-width: 84px;
    }
    .cards-sect .card-sect .card-sect__main {
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cards-sect .card-sect .card-sect__title {
        font-size: 35px;
        line-height: 1.44;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }
    .cards-sect .card-sect .card-sect__instock-text {
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
    }
    .cards-sect .card-sect .card-sect__main-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 30px;
    }
    .cards-sect .card-sect .card-sect__labels {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .cards-sect .card-sect .card-sect__price {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .cards-sect .card-sect .card-sect__instock {
        margin-bottom: 0;
    }
    .cards-sect .card-sect .card-sect__ctrls {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .cards-sect .card-sect .card-sect__ctrls:before {
        display: none;
    }
    .cards-sect .card-sect .card-sect__main-footer {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 100%;
    }
    .cards-sect .card-sect .card-sect__instock,
    .cards-sect .card-sect .card-sect__specif,
    .cards-sect .card-sect .card-sect__inst,
    .cards-sect .card-sect .card-sect__diller {
        width: auto;
        padding-right: 20px;
    }
    .cards-sect .card-sect .card-sect__price-link {
        color: #000;
        font-size: 16px;
        line-height: 1.44;
    }
    .cards-sect .card-sect .card-sect__price-link a {
        color: #000;
        border-bottom: none;
    }
    .cards-sect .card-sect .card-sect__signup {
        font-weight: 400;
    }
    .cards-sect .card-sect .card-sect__price-decor {
        margin-left: 10px;
        margin-right: 10px;
    }
    .cards-sect .card-sect .card-sect__price-now {
        font-weight: 600;
    }
    .cards-sect .card-sect * {
        font-family: 'Montserrat', sans-serif;
    }
}
.card-hr-w{
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
    .card-hr-w{
        align-items: flex-start;
        justify-content: center;
    }
}
.card-sect__colors-checkblack{
    position: relative;
    overflow: hidden;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 38px;
    margin-right: 10px;
}
.card-sect__colors-checkblack span{
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 20px;
}
.card-sect__colors-checkblack.active{
    border: 1px solid #00773c;
}
