.product-title {
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 15px;
    color: #3b3c44;
    font-weight: bold;
}

.product-title__attr-and-link-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-title-mob-warp {
    display: none;
}
.product-title-mob-warp * {
    text-align: center;
}

.article.article-big {
    display: block;
    margin-bottom: 5px;
}

.desc-sm-hide {
    display: table;
}

.prod-available {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 7px;
    font: 12px/21px 'opensans-semibold';
    color: #3b3c44;
    background: #f3f2f2;
}

.mg-b-30 {
    margin-bottom: 30px;
}

@media (max-width: 680px) {
    .wrapper #product-options .numbers {
        padding: 8px 10px;
    }
    .desc-sm-hide {
        display: none;
    }
    .product-title-mob-warp {
        display: block;
    }
    .delivery-free,
    .text .table-block .left-side {
        text-align: center;
    }
    .slider-thumb {
        display: none;
    }
    .call-manager.call-manager--mob {
        padding-bottom: 26px;
        max-width: 100%;
        text-align: center;
    }
    .call-manager-dscr,
    .call-manager-name {
        text-align: center !important;
    }
}

.text-item{
    overflow: hidden;
}

.akciya-timer.br-color {
    border-color: #fcd749;
}
.delivery-free {
    padding: 5px 0 10px;
}

.count-time {
    font-size: 12px;
    line-height: 21px;
    color: #3b3c44;
}



/*#product-options {*/
    /*width: 100%;*/
    /*text-align: left;*/
    /*margin-bottom: 10px;*/
/*}*/

/*#product-options td {*/
    /*padding: 0 15px 10px;*/

/*}*/

/*#product-options tr:first-child td {*/
    /*padding-top: 15px;*/
/*}*/
/*#product-options tr.product-colors:first-child td:not(:first-child) {*/
    /*padding: 15px 15px 3px 16px;*/
/*}*/

/*#product-options td.title {*/
    /*width: 100px;*/
/*}*/

/*#product-options .title {*/
    /*font-size: 14px;*/
    /*color: #3b3c44;*/
    /*font-family: "opensans-semibold", sans-serif;*/
/*}*/

/*#product-options ul {*/
    /*list-style-type: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*overflow: visible;*/
/*}*/

/*#product-options ul li {*/
    /*float: left;*/
    /*width: auto;*/
    /*padding: 0;*/
/*}*/

/*#product-options ul li:before {*/
    /*content: none;*/
/*}*/

/*#product-options .color-list li {*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*margin: 0 12px 12px 0;*/
    /*width: 28px !important;*/
    /*height: 28px;*/
    /*vertical-align: middle;*/
    /*border: 3px solid #fff;*/
    /*-webkit-box-shadow: 0 0 0 1px #919191;*/
    /*-moz-box-shadow: 0 0 0 1px #919191;*/
    /*box-shadow: 0 0 0 1px #919191;*/
    /*cursor: pointer;*/
/*}*/

/*#product-options .color-list li.active {*/
    /*width: 27px;*/
    /*height: 27px;*/
    /*border-width: 2px;*/
    /*-webkit-box-shadow: 0 0 0 2px #919191;*/
    /*-moz-box-shadow: 0 0 0 2px #919191;*/
    /*box-shadow: 0 0 0 2px #919191;*/
/*}*/

/*.product-top-position .product-options .number{*/
    /*border: 2px solid #22aa1c;*/
    /*display: inline-block;*/
    /*background: transparent;*/
    /*position: relative;*/
/*}*/

.product-options .numbers {
    display: inline-block;
    background: transparent;
    border: 2px solid #fcd749;
    position: relative;
}

.product-options .numbers .minus,
.product-options .numbers .plus {
    cursor : pointer;
}

.product-options .numbers .minus{
    position: absolute;
    top: 50%;
    padding: 0 8px;
    left: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.product-options .numbers .plus{
    position: absolute;
    top: 50%;
    padding: 0 8px;
    right: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*#product-options .color-list li:hover {*/
    /*cursor: pointer;*/
/*}*/

/*#product-options .color-list li:last-child {*/
    /*margin-right: 0;*/
/*}*/

/*#product-options .color-list li.active {*/
    /*!*background-image: url("../img/icons/icon-active.png");*!*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
/*}*/

/*#product-options .size-list li {*/
    /*text-transform: uppercase;*/
    /*font-size: 14px;*/
    /*border: 2px solid #fcd749;*/
    /*padding: 5px 9px;*/
    /*margin-right: 10px;*/
    /*transition: all .3s;*/
/*}*/

/*#product-options .size-list li.size-list-ellowItem {*/
    /*border-color: #fcd749;*/
/*}*/

/*#product-options .size-list li:last-child {*/
    /*margin-right: 0;*/
/*}*/

/*#product-options .size-list li.active,*/
/*#product-options .size-list li:hover {*/
    /*background-color: #fcd749;*/
/*}*/

/*#product-options .size-list li:hover  {*/
    /*cursor: pointer;*/
/*}*/

#product-options .numbers {
    display: inline-block;
    border: 2px solid #fcd749;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 2px 8px;
    min-width: 90px;
}

.numbers input[type="text"] {
    padding : 0;
    background-color : transparent;
    border-radius: 0;
    height: auto;
    text-align : center;
}

.cntr:hover {
    cursor: pointer;
}
.cntr.reduce {
    float: left;
}

.cntr.increase {
    float: right;
}

.numbers .count {
    display: inline-block;
    padding: 0 25px;
}

.wrap {
    overflow: hidden;
}

@media (max-width: 480px) {
    .wrap .add-to-basket {
        width: 100%;
    }
    .delivery-free {
        text-align: center;
        padding-bottom: 20px;
    }
    .delivery-free span,
    .link-btn {
        line-height: 32px;
    }
    .delivery-free span {
        width: 100%;
        display: inline-block;
    }
    .link-btn {
        font-size: 14px;
        margin-left: 0;
    }
    .product-top-position table.price {
        position: relative;
        /*margin-bottom: 139px;*/
    }
    table.price tr td:not(:last-of-type):after {
        display: none;
    }
    .product-top-position table.price tr td:first-child {
        width: 100%;
        height: 30px;
    }
    .product-top-position table.price tr td:not(:first-child) {
        width: 100%;
        /*position: absolute;*/
        /*left: 0;*/
        background: #f3f2f2;
    }
    .product-top-position table.price tr:first-child td {
        padding-top: 5px;
        font-size:18px;
    }
    .product-top-position table.price tr:first-child td:nth-child(2) {
        top: calc(100% + 10px);
    }
    .product-top-position table.price tr:nth-child(2) td:nth-child(2) {
        top: calc(100% + 40px);
    }
    .product-top-position table.price tr:first-child td:nth-child(3) {
        top: calc(100% + 79px);
    }
    .product-top-position table.price tr:nth-child(2) td:nth-child(3) {
        top: calc(100% + 109px);
    }
}

.wrap .add-to-basket.inactive-add:before {
    display: inline-block;
    margin-right: 6px;
    content: '';
    width: 18px;
    height: 15px;
    vertical-align: middle;
    background: url('../img/icons/icon-basket.png') 0 0 no-repeat;
}

.sum-width-btn {
    float: left;
    width: 50%;
    height: 44px;
    font: 16px/36px 'opensans-semibold';
    color: #3b3c44;
    text-align: center;
    border: 3px solid #22aa1c;
}
.wrapper_opt-cat .sum-width-btn {
    border-color: #fdd137;
}
@media (max-width: 768px) {
    .sum-width-btn {
        float: none;
        display: block;
        margin: 0 auto;
        width: 300px;
        height: auto;
        line-height: 1.42;
        text-align: center;
        border: none;
    }
    .sum-width-btn div {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }
    .sum-width-btn div:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #22aa1c;
    }
    .wrapper_opt-cat .sum-width-btn div:after {
        background: #fdd137;
    }
    .wrapper .add-to-basket {
        float: none;
        display: block;
        margin: 0 auto;
        width: 289px;
        border-left: 3px solid #22aa1c;
    }
    .wrapper_opt-cat .add-to-basket {
        border-left-color: #fdd137;
    }
}
.sum-width-btn span {
    font-size: 20px;
    font-family: 'opensans-bold';
}

.wrap .add-to-basket.inactive-add:hover{
    background-color: transparent;
}

.wrapper_opt-cat .add-to-basket {
    border-color: #fdd137;
    background-color: #fdd137;
}
.add-to-basket:hover{
    background-color: transparent;
}

.product-top-position #product-options .color-list li:after {
    border: 2px solid #000;

}

.product-top-position #product-options .numbers {
    border: 2px solid #22aa1c;
}

.wrapper_opt-cat.product-top-position #product-options .numbers {
    border-color: #fdd137;
}

.product-top-position #product-options .size-list li {
    border: 2px solid #22aa1c;
}

.product-top-position #product-options .size-list li.active,
.product-top-position #product-options .size-list li:hover {
    background-color: #22aa1c;
}

.wrapper_opt-cat.product-top-position #product-options .size-list li {
    border-color: #fdd137;
}

.wrapper_opt-cat.product-top-position #product-options .size-list li.active,
.wrapper_opt-cat.product-top-position #product-options .size-list li:hover {
    background-color: #fdd137;
}

@media (min-width: 680px) {
    .wrap .left,
    .wrap .right {
        float: left;
        width: 50%;
    }
}

.wrap .sum {
    padding: 0 0 5px;
    display: table;
    border-bottom: 2px solid #fcd749;
    float: left;
    margin-bottom : 15px;
    font-size: 14px;
}

#product-tabs {
    font-size: 14px;
    margin-bottom :30px;
}

#product-tabs  .tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;;
}

#product-tabs .tab-list > li {
    padding: 15px;
    margin: 0;
    border: 3px solid #e0e0e8;
    border-bottom: none;
    transition: background 0.3s ease;
    width: auto;
    font-size: 14px;
}
@media (max-width: 1179px) {
    #product-tabs .tab-list > li {
        padding: 0;
    }
}


#product-tabs  .tab-list > li:last-child {
    border-bottom: 3px solid #e0e0e8;
}

@media (min-width: 1180px) {
    #product-tabs .tab-list li {
        float: left;
        border-right: none;
    }

    #product-tabs  .tab-list li:last-child {
        border-right: 3px solid #ececec;
    }

    #product-tabs  .tab-list li:last-child {
        border-bottom: none;
    }
    #product-tabs .tab-list li.active,
    #product-tabs .tab-list li:hover {
        background: #e0e0e8;
    }
}

#product-tabs .tab-list > li:before {
    content: none;
}

#product-tabs .tab-list li:hover {
    cursor: pointer;
}

.tab-content {
    border: 3px solid #e0e0e8;
}

.tab-content-item {
    display: none;
    padding: 15px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
}

.tab-content-item.active {
    display: block;
}

#product-tabs ul li {
    font-size: 14px;
}

#product-tabs .item-features ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

#product-tabs .item-features ul li {
    margin-bottom: 10px;
}

#product-tabs .item-features ul li:last-child,
#product-tabs .item-features ul li:nth-child(5) {
    margin-bottom : 0;
}

#product-tabs li.color-set span {
    position: relative;
    display: inline-block;
    margin: 0 8px 0 4px;
    width: 28px !important;
    height: 28px;
    vertical-align: middle;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #919191;
    -moz-box-shadow: 0 0 0 1px #919191;
    box-shadow: 0 0 0 1px #919191;
    cursor: pointer;
}

@media (min-width: 680px) {
    #product-tabs .item-features ul {

    }
    #product-tabs .item-features ul li{
        display: inline-block;
        width: 49%;
        vertical-align: top;
        text-align: left;
        padding: 0 20px 0 5px;
    }
}
.review-item {
    margin-bottom: 25px;
    text-align: left;
}

.review-item .text,
.review-info .post-date {
    opacity: 0.6;
    font-size: 14px;
}

.review-item .rate {
    padding: 0;
}
.review-item .review-info {
    margin: 5px 0 10px;
}

.review-info .user-name {
    font-size: 18px;
    line-height: 30px;
    font-family: opensans-bold, sans-serif;
}

.button-wrapper {
    overflow: hidden;
}

.button-wrapper .btn {
    float: right;

}

.reviews .button-wrapper .btn {
    border-width: 3px;
}

.tab-content-item.item-size img {
    max-width: 100%;
}

.delivery span {
    font-size: 14px;
    color: #3b3c44;
    font-family: 'opensans-bold';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.item-pay .select-box .jq-selectbox {
    width: 100%;
    margin-bottom: 15px;
}

.tab-content-item.item-video {
    padding: 30px;
}
.item-video iframe {
    width: 100% !important;

}

@media (min-width: 981px) {
    .item-video iframe {
        height: 455px;
    }
    .call-manager--mob {
        display: none;
    }
}

.modal-window {
    z-index: 10000;
}

.modal-window .orient-price {
    overflow: visible;
}

.orient-price .jq-selectbox {
    margin-bottom: 15px;
}
.ui-dialog .orient-price .jq-selectbox {
    margin-bottom: 0;
}

.add-to-basket {
    float: left;
    cursor: pointer;
    height: 44px;
    width: 50%;
    color: black;
    font: 14px/36px 'opensans-regular';
    text-transform: uppercase;
    text-align: center;
    background-color: #22aa1c;
    border: 3px solid #22aa1c;
    border-left: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wrapper_opt-cat .add-to-basket {
    border: 3px solid #fdd137 !important;
}

p.filled {
    padding: 15px;
    background-color: #ececec;
}

p.text-center {
    text-align: center;
}

.catalog-rightside .this-title {
    margin: 25px 0;
}

/*.action-goods .slick-prev,*/
/*.action-goods .slick-next {*/
    /*width: 25px;*/
    /*height: 45px;*/
    /*background-color: rgba(0,0,0,0.6);*/
    /*top: 107px;*/
    /*margin-top: -22.5px;*/
/*}*/

/*.action-goods .slick-prev {*/
    /*left: 0;*/
/*}*/

/*.action-goods .slick-next {*/
    /*right: 0;*/
/*}*/

/*.action-goods .slick-prev:before,*/
/*.action-goods .slick-next:before {*/
    /*font-size: 40px;*/
/*}*/

/*.action-goods .slide .img-holder {*/
    /*display: inline-block;*/
/*}*/


/*@media (max-width: 680px) {*/
    /*.action-goods .btn {*/
        /*padding : 10px;*/
    /*}*/
/*}*/

/*@media (min-width: 680px) {*/
    /*.action-goods .slide:nth-child(3n + 1) {*/
        /*padding-right: 10px;*/
        /*padding-left: 0;*/
    /*}*/

    /*.action-goods .slide:nth-child(3n+2) {*/
        /*padding: 0 5px;*/
    /*}*/

    /*.action-goods .slide:nth-child(3n + 3) {*/
        /*padding-left: 10px;*/
        /*padding-right: 0;*/
    /*}*/
/*}*/

/*@media (max-width: 680px) {*/
    /*.action-goods .slide:nth-child(odd)  {*/
        /*padding-right: 10px;*/
        /*padding-left: 0;*/
    /*}*/

    /*.action-goods .slide:nth-child(even)  {*/
        /*padding-right: 0;*/
        /*padding-left: 10px;*/
    /*}*/

/*}*/

/*@media (min-width: 681px) {*/

/*}*/

/*.action-goods .btn {*/
    /*width: 100%;*/
/*}*/

/*.action-goods .buttons-wrap {*/
    /*padding-top: 5px;*/
/*}*/

/*.action-goods .inner {*/
    /*position: relative;*/
    /*display: block;*/
    /*overflow: hidden;*/
/*}*/

/*.action-goods .sale-label {*/
    /*position: absolute;*/
    /*top: 8px;*/
    /*right: -20px;*/
    /*z-index: 2;*/
    /*background-color: #fcd749;*/
    /*width: 80px;*/
    /*text-align: center;*/
    /*color: #000;*/
    /*-moz-transform: rotate(45deg);!* Для Firefox *!*/
    /*-ms-transform: rotate(45deg);!* Для IE *!*/
    /*-webkit-transform: rotate(45deg); !* Для Safari, Chrome, iOS *!*/
    /*-o-transform: rotate(45deg); !* Для Opera *!*/
    /*transform: rotate(45deg);*/
/*}*/



/* Card from top the 100 catalog */
.product-top-position .wrap .sum {
    border-color: #22aa1c;
    margin-bottom : 15px;
}

.wrapper_opt-cat.product-top-position .wrap .sum {
    border-color: #fdd137;
}

.product-top-position .btn {
    border: 3px solid #22aa1c;
    border-radius: 0;
    font-size: 14px;
    color: #3b3c44;
}

.product-top-position .btn:hover {
    background: #22aa1c;
}

.wrapper_opt-cat.product-top-position .btn {
    border-color: #fdd137;
}

.wrapper_opt-cat.product-top-position .btn:hover {
    background: #fdd137;
}

.btn-fill {
    background : #fdd137;
}

.btn-fill:hover {
    background : #fff;
}

.product-top-position .btn-fill {
    background: #22aa1c;
}

.product-top-position .btn-fill:hover {
    background: #fff;
}

.added-modal__img-prev,
.added-modal__text-box {
    margin : 0;
}

.added-modal__img-prev img {
    max-width: 170px;
    max-height: 170px;
}
.price_block_0:before,
.price_block_1:before,
.price_block_2:before {
    content: '';
    position: absolute;
    top: -7px;
    right: -1px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    box-shadow: 0px 0px 4px 0px rgba(59, 60, 68, 0.31);
    z-index: 1;
}
.price_block_0:before {
    background: #fff url("../img/icons/truck-small.png") no-repeat 50% 50%;
    /*width: 16px;*/
    /*height: 16px;*/
}
.price_block_1:before,
.price_block_2:before {
    background: #fff url("../img/icons/truck-small-line.png") no-repeat 50% 50%;
    /*width: 13px;*/
    /*height: 10px;*/
}

@media (min-width: 681px) {
    .added-modal__img-prev,
    .added-modal__text-box {
        display : inline-block;
    }
}
.added-modal__text-box {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: top;
}

.button-wrapper .btn-proceed {
    text-transform: initial;
    margin : 0 0 15px 0;
}


@media (min-width: 681px) {
    .added-modal__text-box {
        padding-left : 15px;
        max-width: 470px;
    }
}

.added-modal__title {
    font-size: 24px;
    text-transform: initial;
    margin-bottom : 8px;
    display: block;
    text-align: left;
}

.added-modal__prod-desc {
    padding-bottom : 42px;
}

@media (min-width: 681px) {
    .added-modal__prod-desc {
        text-align : left;
    }
}

.added-modal .button-wrapper {
    text-align: center;
}

.added-modal .button-wrapper .btn {
    font-size: 14px;
    float: none;
}
.added-modal .button-wrapper.button-wrapper--btn-change .btn {
    text-transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.added-modal .button-wrapper .btn {
    position: static;
    background-image: none;
    padding: 10px 43px;
    height: auto;
}

@media (min-width: 681px) {
    .button-wrapper .btn-proceed {
        margin-right :15px;
    }
}

@media (min-width: 681px) {
    .added-modal .button-wrapper .btn {
        display : inline-block;
        padding-right : 30px;
        padding-left : 30px;
        float: left;
        width: auto;
        position: static;
        background-image: none;
        padding: 10px 43px;
        height: auto;
    }

}



.table-block .left-side,
.table-block .right-side {
    position: relative;
    vertical-align: middle;
    float: none;
    padding-bottom : 6px;
    /*padding-top: 6px;*/
    text-align: left;
    width: auto;
}

.delivery-free--choose {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 5px;
}
.table-block .left-side:after,
.delivery-free--choose:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #d8d8d8;
}

@media (min-width: 481px) {
    .table-block .left-side,
    .table-block .right-side {
        display : table-cell;
    }

    .table-block .right-side {
        text-align : right;
    }
}

.btn--orient-prc {
    padding : 8px 15px;
    line-height : 1;
}

.catalog-rightside .left-slider {
    height: auto;
}
.left-slider {
    overflow: hidden;
}

.catalog-rightside .text-right .attr {
    margin-bottom: 20px;
}

.slider-thumb {
    z-index: 999;
}
.tab-item .mobile-tab-label {
    position: relative;
    margin: 0;
    padding: 15px;
}
.tab-item.active .mobile-tab-label {
    background: #e0e0e8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tab-item .mobile-tab-label:after {
    position: absolute;
    top: 0;
    right: 10px;
    content: '';
    width: 11px;
    height: 100%;
    background: url('../img/up-sel.png') 0 50% no-repeat;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tab-item.active .mobile-tab-label:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.added-modal .button-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.added-modal .button-wrapper .btn {
    padding: 10px 35px;
    margin-bottom: 0;
    width: auto;
}

@media (max-width: 1179px) {
    .tab-content {
        display: none;
    }
}
@media (max-width: 980px) {
    #product-tabs .tab-list > li {
        margin-bottom: 5px;
        border: 2px solid #e0e0e8;
    }
    #product-tabs  .tab-list > li:last-child {
        border-bottom-width: 2px;
    }
    .tab-item .mobile-tab-label {
        padding: 11px;
        font-size: 14px;
    }
    #product-options .color-list li {
        width: 32px !important;
        height: 32px !important;
    }
}

.tab-item .mobile-tab-label {
    position: relative;
    margin: 0;
    padding: 15px;
}
.tab-item.active .mobile-tab-label {
    background: #e0e0e8;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.tab-item .mobile-tab-label:after {
    position: absolute;
    top: 0;
    right: 10px;
    content: '';
    width: 11px;
    height: 100%;
    background: url('../img/up-sel.png') 0 50% no-repeat;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tab-item.active .mobile-tab-label:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 680px) {
    .added-modal__title {
        text-align: center;
    }

    .added-modal .button-wrapper {
        justify-content: center;
    }

    .added-modal .button-wrapper .btn {
        margin: 10px;
    }
}