.specs {
    position: relative;
    margin-bottom: 180px
}

@media screen and (max-width:960px) {
    .specs {
        margin-bottom: 140px
    }
}

@media screen and (max-width:780px) {
    .specs {
        margin-bottom: 120px
    }
}

@media screen and (max-width:560px) {
    .specs {
        margin-bottom: 100px
    }
}

.specs__head {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:780px) {
    .specs__head {
        margin-bottom: 43px;
        position: relative
    }
}

@media screen and (max-width:560px) {
    .specs__head {
        margin-bottom: 25px
    }
}

.specs__title {
    margin-bottom: 15px
}

@media screen and (max-width:960px) {
    .specs__title {
        margin-bottom: 20px
    }
}

@media screen and (max-width:780px) {
    .specs__title {
        margin-bottom: 15px
    }
}

.specs__desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    margin: 0
}

@media screen and (max-width:960px) {
    .specs__desc {
        font-size: 16px
    }
}

@media screen and (max-width:780px) {
    .specs__desc {
        font-size: 15px
    }
}

.specs__loader {
    padding-top: 150px;
    display: none
}

.specs__loader.active {
    display: block
}

.specs__loader img {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.specs__slide {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

.specs__slide.high .specs__slide-img-wrapper {
    position: relative
}

.specs__slide.high .specs__slide-img-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 32px;
    background: url(../../img/3-star-png.png) center/contain no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -35px
}

.specs__slide-price-diff {
    font-size: 28px;
    font-weight: 500;
    margin: -3px 0 20px;
    color: #f9739c;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on
}

.specs__slide-img {
    display: block;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.specs__slide-img-wrapper {
    padding: 6px;
    border: 1px solid #ff7ba3;
    border-radius: 100px;
    width: 183px;
    height: 183px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px
}

.specs__slide-name {
    font-weight: 600;
    font-size: 22px;
    line-height: 105%;
    text-align: center;
    color: #000;
    margin: 0 0 10px
}

.specs__slide-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #4d4d4d;
    margin: 0 0 15px
}

.specs__slide-desc--popup {
    text-align: left;
    width: 100%;
}

.specs__slide-desc small {
    display: block;
    text-align: center;
    margin-top: .5em;
    line-height: 120%
}

.specs__slide-options {
    margin-bottom: 20px
}

.specs__slide-option {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative
}

.specs__slide-option::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../../img/icon-rounded-checkmark-pink.svg)
}

.specs__slide-option:last-child {
    margin-bottom: 0
}

.specs__slide-btn {
    margin-top: auto;
    font-size: 16px;
    line-height: 19px;
    padding: 13px 12px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.specs__slide-btn.active {
    border-color: #f9739c;
    background: #f9739c;
    color: #fff
}

.specs__slider-wrapper {
    position: relative;
    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
    margin-bottom: -110px
}

@media screen and (max-width:780px) {
    .specs__slider-wrapper {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 0
    }
}

.specs__slider-arrows {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 3
}

.specs__slider-arrows.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.specs__slider-arrows .slider-arrow--left {
    margin-right: 56px
}

.specs__tab {
    display: none;
    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
    margin-bottom: -110px
}

@media screen and (max-width:780px) {
    .specs__slider-arrows .slider-arrow--left {
        margin-right: 0;
        position: absolute;
        left: 0;
        top: 0
    }

    .specs__slider-arrows .slider-arrow--right {
        position: absolute;
        right: 0;
        top: 0
    }

    .specs__tab {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 0
    }
}

.specs__tab.active {
    display: block
}

.specs__tab-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 3
}

.specs__tab-arrows .slider-arrow--left {
    margin-right: 56px
}

.specs__tab-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    margin: 20px -10px
}

@media screen and (max-width:780px) {
    .specs__tab-arrows .slider-arrow--left {
        margin-right: 0;
        position: absolute;
        left: 0;
        top: 0
    }

    .specs__tab-arrows .slider-arrow--right {
        position: absolute;
        right: 0;
        top: 0
    }

    .specs__tab-btns {
        margin-bottom: 0;
        width: 100%
    }
}

@media screen and (max-width:560px) {
    .specs__tab-btns {
        margin-left: -5px;
        margin-right: -5px
    }
}

.specs__tab-btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

@media screen and (max-width:560px) {
    .specs__tab-btn {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 14px;
        padding: 8px 10px
    }
}


.specs__slide-link {
    text-decoration: none;
    transition: font-size 0.3s ease, transform 0.3s ease;
}

.specs__slide-link:hover {
    font-size: 1.1em;
    transform: scale(1.1);
}

.specs__tab-btn--spec {
    color: #14ada9;
    border: 1px solid #14ada9;
    border-radius: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.specs__tab-btn--spec:hover {
    color: #fff;
    background: #14ada9;
}