ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.icons-sprite {
    background-image: url('../images/icons.png');
    background-repeat: no-repeat;
}

/********************
new style header
********************/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    height: 88px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}
.navbar-header {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.navbar-header:before,.navbar-header:after {
    display: none;
}
.navbar-toggle {
    margin-left: 25px;
    top: 3px;
}
.icon-bar {
    background-color: #333;
}
/* .navbar-toggle {
    display: block;
} */
.navbar-collapse.collapse {
    display: none !important;
}
.collapse.in {
    display: block !important;
    height: auto;
}
.header__shopName {
    position: absolute;
    margin-left: 200px;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    padding-left: 20px;
    border-left: 1px solid #F3F7F9;
    overflow: hidden;
}
.header__right {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.header__ava {
    background-blend-mode: normal;
    border: 2px solid #539AEA;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 36px;
}
.header__ava-left {
    display: none;
}
.header__lk {
    width: auto;
    background: #fff url('../images/arrow-gray.png') no-repeat;
    background-position: right 0 top 30px;
    cursor: pointer;
    user-select: none;
}
.lk__login {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
}
.lk__youID {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #555555;
}
.lkMenu {
    position: absolute;
    width: 270px; height: 229px;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    top: 70px;
    right:0;
    z-index: 3;
}
.lkMenu li {
    height: 53px;
    padding-top: 17px;
    padding-left: 68px;
    background-position: 20px 13px;
    background-repeat: no-repeat;
    background-size: 30px;
    border-bottom: 2px solid #F3F7F9;
    cursor: pointer;
    display: block;
}
.lkMenu li a {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.lkMenu li:hover {
    background-color: #F3F7F9;
}
.lkMenu li:nth-child(1) {
    background-image: url('../images/lkMember.png');
}
.lkMenu li:nth-child(2) {
    background-image: url('../images/funding.png');
}
.lkMenu li:nth-child(3) {
    border:0;
    background-image: url('../images/lkSettings.png');
}
.lkMenu a.lkMenu-signOut {
    width: 255px; height: 52px;
    margin-left: 7px;
    margin-top: 9px;
    background: #F3F7F9;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    outline: 0;
    border: 0;
    user-select: none;
    touch-action: manipulation;
    display: block;
    text-align: center;
    line-height: 52px;
    padding-top: 0;
}
.lkMenu-signOut:focus,
.lkMenu-signOut:hover {
    background-color: #e2ecf1;
}
.lkMenu-signOut:hover:active {
    background-color: #d1e0e8;
}
.fixedMobile .lkMenu a.lkMenu-signOut {
    margin: 10px auto;
}


.signin__main .btn-store {
    min-width: 311px;
    border-radius: 6px;
    height: 52px;
    border: 0;
}
.btn-withImg.btn-support {
    height: 38px;
    padding: 12px 28px 12px 53px;
    font-size: 12px;
    line-height: 10px;
    border-radius: 4px;
}
.btn-signin {
    display: none;
    /*background: #539AEA url('../images/store/signin.png') no-repeat;*/
    background-color: #539AEA;
    background-position: 30px 11px;
}
.header__cart-img {
    margin-left: 25px;
    cursor: pointer;
}
/***********************
header for mobile
***********************/
@media screen and (max-width: 768px) {
    .header {
        height: 55px;
        padding-left: 15px;
        padding-right: 0;
    }
    .header__shopName {display: none;}
    .header__ava-left {
        display: block;
        margin-left: auto;
        border: 2px solid #539AEA;
        border-radius: 50%;
        cursor: pointer;
    }
    .header__right > *:not(.header__cart) {
        display: none;
    }
    .header .btn-signin {
        display: none;
    }
    .header .header__cart {
        position: fixed;
        bottom: 30px;
        left: 6px;
        width:64px;
        height: 64px;
        border-radius: 50%;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
        border: 2px solid #EDEDED;
        background-color: #fff;
        padding: 19px 12px 19px 18px;
        cursor: pointer;
        z-index: 2;
    }
    .header .header__cart-img {
        margin-left:0;
        width: 32px;
    }
    .navbar-header {
        justify-content: space-between;
        width: 100%;
    }
}
/*************************
block filter
*************************/
.filter {
    display: flex;
    align-items: center;
    position: relative;
    height: 108px;
    padding: 0 40px;
    background: #FFFFFF;
    box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.05), 0px 4px 16px rgba(0, 0, 0, 0.05);
    font-family: 'RobotoRegular', sans-serif;
    font-style: normal;
    font-weight: normal;
}
.filter__title-bold {
    display: block;
    font-weight: bold;
    font-size: 26px;
    line-height: 31px;
    color: #333333;
}
.filter__title-small {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #CCCCCC;
}
.filter-select {
    font-weight: 500;
    font-size: 14px;
    color: #539AEA;
    padding-right: 20px;
    background: url('../images/arrow-gray.png') no-repeat;
    background-position: right 0 top 5px;
    cursor: pointer;
    user-select: none;
}
.filter__list {
    width: 270px;
    position: absolute;
    top: 20px; left: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    z-index: 1;
}
.filter__list lh {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    padding: 15px 30px;
}
.filter__list li {
    border-top: 1px solid #F3F7F9;
    font-size: 14px;
    color: #333333;
    padding: 12px 30px;
    cursor: pointer;
    user-select: none;
}
.filter__list li:last-child {
    padding-bottom: 18px;
}
.filter__list li:hover {
    color: #539AEA;
    font-weight: 500;
    background-image: url('../images/filterCheck.png');
    background-repeat: no-repeat;
    background-position: right 23px top 15px;
}
.filter__category {
    height: 52px;
    min-width: 206px;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    background: #F7FAFC url('../images/arrow-gray.png') no-repeat;
    background-position: 90% 24px;
    border: 1px solid #EDEDED;
    border-right-width: 0;
    box-sizing: border-box;
    border-radius: 3px 0px 0px 3px;
    padding-top: 17px;
    padding-left: 32px;
    margin-left: 50px;
}
.filter .filter__find,
.signin input[type="text"],
.signin input[type="password"],
#forRegister input {
    height: 52px;
    padding: 17px 26px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    outline: 0;
}
.inputGrow {
    flex-grow: 1;
}
.filter .filter__find:focus {
    border: 1px solid #EDEDED;
}
.filter__find-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    cursor: pointer;
}
.filter__find-btn:hover path {
    fill: #539AEA;
}
/*************************
filter for mobile
*************************/
@media screen and (max-width: 768px) {
    .filter {
        height: 56px;
        padding: 0 16px;
    }
    .filter__title-bold {
        font-size: 18px;
        line-height: 18px;
    }
    .filter__title-small {
        font-size: 12px;
        line-height: 14px;
    }
    .filter__category {
        line-height: 12px;
        display: none;
        min-width: 101px;
        height: 42px;
        padding: 13px 0 13px 14px;
        margin-left: 0;
        font-size: 12px;
        background-size: 10px;
        background-position: 84px 17px;
    }
    .filter .filter__find {
        display: none;
        height: 42px;
        font-size: 12px;
        line-height: 14px;
    }
    .filter__find-btn {
        right: 25px;
        touch-action: manipulation;
    }
    .filter__find-btn.active path {
        fill: #539AEA;
    }
}

/*************************
SignIn
*************************/
.signin {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: center;
    padding-top: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
        transition: 1s;
    background-color: #F3F7F9;
    font-family: 'RobotoRegular', sans-serif;
    z-index: 3;
}
.logo-simple {
    margin: 0 auto;
}
.signin span {
    width: 100%;
    text-align: center;
}
.signin-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.signin-text {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}
.signin__main {
    display: flex;
    position: relative;
    margin-top: 15px;
}
.signin__main input[type="text"],
.signin__main input[type="password"],
#forRegister input {
    margin-right: 12px;
    min-width: 311px;
    height: 52px;
    padding-top: 16px;
    padding-left: 31px;
    border-radius: 6px;
    font-size: 16px;
    color: #333641;
}
.signin__main input[type="text"]:focus,
.signin__main input[type="password"]:focus,
#forRegister input:focus {
    border: 1px solid #539AEA;
}
.signin__main-reset {
    position: absolute;
    right: -94px;
    top:  60px;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #539AEA;
    cursor: pointer;
}
.signin__main-reset:hover {
    color: #267fe4;
}

/*************************
Mobile Menu
*************************/
.fixedMobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.mobileMenu {
    display: block;
    position: relative;
    left: 100vw;
    background-color: #fff;
    z-index: 2;
    height: 100% !important;
    white-space: nowrap;
    transition: left 1s;
}
.mobileMenu.open {
    left: 15px;
}
.mobileMenu header {
    padding: 13px 33px 25px 3px;
    display: flex; 
    justify-content: space-between;
}
.mobileMenu-close {
    cursor: pointer;
    height: 15px; width: 15px;
    margin-top: 10px;
    margin-right: 10px;
}
.mobileMenu-login {
    display: flex;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    padding: 10px 18px;
}
.mobileMenu .header__lk {
    cursor: default;
    background-image: none;
}
.mobileMenu .signin {
    height: auto;
    background-color: transparent;
    padding-right: 25px;
}
.mobileMenu .signin-title {
    font-size: 16px;
    line-height: 18px;
}
.mobileMenu .signin-text {
    font-size: 12px;
    line-height: 20px;
}
.mobileMenu .signin__main {
    margin-top: 5px;
}
.mobileMenu .lkMenu {
    position: static;
    width: 100%;
    box-shadow: none;
    text-align: center;
}
.mobileMenu .lkMenu > *:not(:last-child) {
    text-align: left;
}
.forBuy {
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
}
.mobileMenu .forBuy > *:not(:last-child) {
    width: 100%;
    text-align: center;
}
.footer__support-phone {
    margin-top: 10px;
}
.mobileMenu .btn-support {
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .mobileMenu {
        display: none;
    }
}
/*************************
Desktop LogIn
*************************/
.desktop {
    position: fixed;
    right:0; left: 0;
    bottom: 0; top: 0;
    background: transparent;
    opacity: 0;
    z-index: -1;
}
.desktop.open {
    animation: 1.5s fillSignin forwards;
}
@keyframes fillSignin {
    0% {
        z-index: -1;
    }
    10% {
        z-index: 5;
        background: transparent;
        opacity: 1;
    }
    100% {
        z-index: 5;
        opacity: 1;
        background: linear-gradient(0deg, rgba(49, 68, 90, 0.6), rgba(49, 68, 90, 0.6)), rgba(20.8, 24.3, 30.2,.6);
    }
}
.desktop > .signin {
    position: relative;
    width: 425px;
    height: 100%;
    left: 100vw;
    /* padding: 28px 57px; */
    background: #FFFFFF;
    box-shadow: -4px 12px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 1.5s;
    overflow-y: auto;
}
.desktop > .signin.open {
    left: calc(100vw - 425px); opacity: 1;
}

.signin__header {
    width: 100%;
    padding: 28px 57px 15px 57px;
}
.signin__header .logo-simple {
    position: relative;
    left: calc(50% - 16px);
}
.signin__header .signin-close {
    position: relative;
    float: right;
    top: 10px;
    cursor: pointer;
}
.singin .signin__header:before {
    width: 38px; height: 38px;
    position: absolute;
    content: '';
    top: 28px; right: 48px;
    background-color: #F3F7F9;
    border-radius: 50%;
}
.desktop .signin__main {
    flex-wrap: wrap;
    padding: 0 57px 9px 57px;
    border-bottom: 1px solid #EDEDED;
}
.signin__main-error {
    display: none;
    padding: 16px 30px 16px 25px;
    border: 2px solid #F13B5C;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-size: 14px;
    color: #F13B5C;
    background-image: url('../images/close-red.png');
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    cursor: pointer;
    pointer-events: none;
}
.error .signin__main-error {
    display: inline-block;
}
.desktop span.error {
    display: none;
}
.error span.error {
    display: inline;
}
.error span.error + .signin__main-email {
    border: 1px solid #F13B5C;
}
.desktop .signin__main > * {
    margin-top: 8px;
}
.desktop .signin__main .signin__main-btns {
    display: flex;
    justify-content: space-between;
}
.signin__main-btns .btn-store {
    min-width: 160px;
}
.signin .info {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.signin__register {
    width: 100%;
    padding: 12px 57px 20px 57px;
    border-bottom: 1px solid #EDEDED;
}
.signin__register .info {
    margin-bottom: 12px;
}
.signin__options .info,
.signin__register .info {
    display: inline-block;
}
.btn-reg {
    display: block;
    width: 100%;
    height: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 6px;
}
.signin__options {
    padding: 12px 57px 0 57px;
}
.signin__options .item__buttonInfo {
    text-align: center;
    padding: 18px 0 18px 0;
}
.signin__options .item__buttonInfo-ico {
    position: relative;
    top: 0;
    left: -5px;
}

#forRegister {
    position: fixed;
    top:0; bottom: 0;
    left: 100vw; right: 0;
    width: 425px;
    height: 100%;
    transition: left 1s;
    background: #FFFFFF;
    box-shadow: -4px 12px 12px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    z-index: 3;
}
#forRegister.open {
    left: calc(100vw - 425px);
}

.signin-back, .back-arrow {
    display: inline-block;
    position: absolute;
    top: 28px; left: 19px;
    background: #F3F7F9 url('../images/arrow-gray.png') no-repeat center;
    width: 38px; height: 38px;
    border-radius: 50%;
    transform: rotate(90deg);
    cursor: pointer;
}
.register-form, #forRegister .checkEmail {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
}
#forRegister .register-form > *,
#forRegister .checkEmail > * {
    min-width: 311px;
    height: 48px;
    margin-top: 8px;
}
.register-form .btn-store { margin-bottom: 50px; }
.checkEmail .btn-store { max-width: 311px; }

/********************
Категории товаров
********************/
#category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 5; width: 100%;
    user-select: none;
}
.category-header {
    position: relative;
    width: 100%;
    box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.05);
    padding: 30px 0;
}
.category__back {
    position: absolute;
    cursor: pointer;
    height: 40px; width: 200px;
    top: 20px; left: 20px;
    border-radius: 6px;
    transition: background-color 1s;
}
.category__back:hover {
    background-color: #539AEA;
}
.category__back:hover .category-info {
    color: #fff;
}
.category__back .back-arrow {
    top: 0; left: 3px;
}
.category__back:hover .back-arrow {
    background-color: transparent;
}
.category__back > .category-info {
    line-height: 40px;
    margin-left: 20px;
}
.category-title {
    font-weight: bold;
    font-size: 42px;
    color: #333333;
}
.category-info {
    font-weight: 600;
    font-size: 14px;
    color: #666666;
}
.category-info span {
    color: #539AEA;
}
.category__item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
    width: 25%;
    min-width:320px;
    height: 25vw;
    min-height: 370px;
    background-size: 100% 100%;
}
.category__item-title {
    position: relative;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #FFFFFF;
}
.category__item-title:after {
    position: absolute;
    content: '';
    bottom: -5px;
    right: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background-color: #539AEA;
}
.category__item-bottom {
    width: 250px;
    margin: 0 auto;
}
.category__item-bottom .btn-store {
    margin-top: 30px;
}
.category__item-info {
    font-size: 16px;
    color: #FFFFFF;
}
.category__item .btn-store {
    min-width: 240px;
    height: 52px;
}
@media screen and (max-width: 768px) {
    .category__back {
        display: none;
    }
    .category-header {
        padding: 23px 0;
    }
    .category-title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .category-info{
        font-size: 12px;
    }
}

/********************
таблица товаров
********************/
.grid-wrapper {
    margin-bottom: 30px;
}
#catalog {
    padding-top: 10px;
}
.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 0 40px;
    background-color: transparent;
}
#catalog .item,
.recomendation .item {
    position: relative;
    width: 385px;
    height: 590px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    margin: 20px auto;
    padding: 0 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left 0 top 30%;
    background-size: contain;
}
.item__discount-text {
    position: absolute;
    border: 1px solid #F13B5C;
    border-radius: 4px;
    background-color: #fff;
    padding: 11px 20px;
    color: #F13B5C;
    font-size: 12px;
    font-weight: 600;
    margin-top: 44px;
    z-index: 1;
}
.item__discount-percent {
    position: absolute;
    margin-top: 44px;
    margin-right: 40px;
    right: 0;
    padding: 20px;
    border-radius: 50%;
    background: #F13B5C;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.item__discount__wrap {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}
.item__play-btn {
    position: absolute;
    top: 230px;
    width: 34px;
    height: 34px;
    background: #F13B5C;
    border-radius: 24px;
    border: 8px solid #F3F7F9;
    transition: 0.3s;
}
.item__play-btn:active {
    transform: scale(0.95);
}
.item__play-btn:focus {
    outline: none;
}
.item__play-btn:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    border: 5px solid transparent;
    border-left: 6px solid #fff;
}
.item__play-btn-text {
    display: none;
    font-weight: 600;
    font-size: 12px;
    padding-left: 18px;
    color: #FFFFFF;
}
.item__play-btn:hover {
    width: auto;
    border-color: #F13B5C; 
}
.item__play-btn:hover .item__play-btn-text {
    display: block;
}
.item__content {
    position: relative;
}
.percent-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}
.item-img {
    position: relative;
    padding-top: 44px;
    margin-bottom: 30px;
    height: 275px;
    line-height: 275px;
    text-align: center;
}
.item-img img {
    max-height: 230px;
    max-width: 100%;
}
.item__link {
    position: relative;
    min-height: 60px;
    /* overflow: hidden; */
}
.item__link__a {
    display: inline-block;
    width: 275px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #333;
}
.show_warning {
    display: inline-block;
    height: 24px;
    cursor: pointer;
}
.item__link .important-info {
    position: absolute;
    right: 0; top: 0;
}
.item__price {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.item__price-discount {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #539AEA;
}
.item__price-fullPrice {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    text-decoration-line: line-through;
    color: #BDBDBD;
    margin-left: 20px;
}
.btn-store {
    position: relative;
    font-family: 'RobotoRegular', sans-serif;
    font-weight: bold;
    color: #fff;
    height: 36px;
    outline: 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    touch-action: manipulation;
    background-color: #539AEA;
    font-size: 16px;
}
.btn-bubbles {
    z-index: 1;
    height: 52px;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    -webkit-appearance: none;
        appearance: none;
    background-repeat: no-repeat;
    background-position: top 18px left 30%;
}
.btn-store:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
}
.btn-bubbles:before, .btn-bubbles:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}
.btn-bubbles:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, transparent 20%, #539AEA 20%, transparent 30%), radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, transparent 10%, #539AEA 15%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%);
    background-size: 10% 20%, 20% 40%, 15% 30%, 20% 40%, 18% 36%, 10% 20%, 15% 30%, 10% 20%, 18% 36%;
}
.btn-bubbles:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, transparent 10%, #539AEA 15%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%), radial-gradient(circle, #539AEA 20%, transparent 20%);
    background-size: 15% 30%, 20% 40%, 18% 36%, 20% 40%, 15% 30%, 10% 20%, 20% 40%;
}
.btn-bubbles:active {
    transform: scale(0.9);
    background-color: #3c8de7;
    box-shadow: 0 2px 25px rgba(83, 154, 234, 0.5);
}
.btn-bubbles.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}
.btn-bubbles.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
}
@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
}
.btn-store:hover {
    text-decoration: none;
    color: #fff;
}

.item__buttonInfo {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 52px;
    margin-top: 12px;
    padding: 18px 0 18px 110px;
    background-color:#F3F7F9;
    border-radius: 6px;
    color:#4F4F4F;
    user-select: none;
    line-height: 13px;
}
.item__buttonInfo-ico {
    position: absolute;
    top: 15px;
    left: 76px;
}
.item__buttons > .item__buttonInfo:hover {
    text-decoration: none;
    color: #555;
    background-color: #e2ecf1;
}
.item__buttonBuy .btn-store {
    width: 100%;
    display: inline-block;
    padding-top: 16px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position-x: calc(50% - 30px);
    background-position-y: 50%;
}
.item__buttonBuy .btn-store:hover {
    color: #fff;
}
.product_warning:before {
    position: absolute;
    content: '';
    z-index: 2;
    height: 20px;
    width: 20px;
    top: -10px;    
    right: 33px;
    transform: rotate(45deg);
    background-color: #fff;
    border-top: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
}
.product_warning {
    position: absolute;
    display: none;
    top: 355px;
    left: -35px;
    right: 7px;
    width: auto;
    height: fit-content;
    background-color:#fff;
    border: 1px solid#EDEDED;
    border-radius: 6px;
    box-shadow: 0px 8px 16px rgba(132, 138, 146, 0.15);
    padding: 25px 25px 25px 132px;
    z-index: 4;
    background-position: 25px 24px;
    background-repeat: no-repeat;
    background-size: 76px 80px;
}

@media screen and (max-width: 1270px) {
    .product_warning {
        left: -20px;
    }
}

@media screen and (max-width: 768px) {
    .product_warning {
        top: 295px;
        left: -40px;
        right: -13px;
    }
}

.product_warning.shown {
    display: block;
}
.product_warning-attention {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #F13B5C;
    margin-bottom: 10px;
}
.show_warning-attention circle {
    fill: #F13B5C;
}
@media screen and (max-width: 1270px) {
    .items {
        justify-content: center;
        padding: 0;
    }
    .item {
        margin: 20px 16px 0 16px;
    }
}
@media screen and (max-width: 768px) {
    .header_countdown_wrap {
        display: none;
    }
    #catalog {
        padding-top: 10px;
    }
    .items {
        justify-content: center;
    }
    #catalog .item, .recomendation .item {
        width: 300px;
        height: 490px;
        padding: 0 19px;
    }
    .item__discount-text {
        margin-top: 21px;
    }
    .item__discount-percent {
        margin-top: 21px;
        margin-right: 20px;
    }
    .item__play-btn {
        top: 200px;
    }
    .item-img {
        margin-bottom: 16px;
        height: 230px;
        line-height: 175px;
    }
    .item-img img {
        max-width: 100%;
        max-height: 180px;
    }
    .item__link__a {
        width: 220px;
        font-size: 14px;
        line-height: 17px;
    }
    .item__price {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .item__buttonInfo {
        margin-top: 8px;
        padding-left: 79px;
    }
    .item__buttonInfo-ico {
        left: 53px;
    }

}

/********************
таблица товаров горизонтальная
********************/
#catalog .horisontal, .recomendation .horisontal {
    display: flex;
    width: 100%;
    max-width: 800px;
    height: auto;
}
.horisontal .item-img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    margin-left: 20px;
}
.horisontal .item__link {
    padding-top: 40px;
}
.horisontal .item__link__a {
    width: 310px;
    height: auto;
    word-break: break-word;
    display: block;
    line-height: 1.3;
}
.horisontal .important-info {
    top: auto;
    bottom: -5px;
}

@media screen and (max-width: 768px) {
    #catalog .horisontal, .recomendation .horisontal {
        display: block;
        width: 90%;
        max-width: 300px;
        max-height: 600px;
        padding-bottom: 20px;
    }
}
/********************
футер
********************/
.footer {
    display: flex;
    width: 100%;
    padding: 40px;
    background-color: #F3F7F9;
}

.forBuyer {
    width: 200px;
}
.forBuyer__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #535353;
}
.forBuyer__link a {
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    text-decoration: none;
}

.aboutStore {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
}
.aboutGoodly {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
}
.aboutGoodly-wrap {
    position: relative;
    top: 2px;
    border-left: 2px solid #FEB820;
    height: 20px;
    margin-left: 20px;
    padding-left: 20px;
}
.aboutGoodly-text {
    position: relative;
    top: -2px;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #444444;
}
.footer__forMobile {
    display: none;
}
.social {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 35px;
}
.social .icons-sprite {
    margin-right: 6px;
    filter: grayscale(1) opacity(.5);
}
.social .icons-sprite:hover {
    filter: grayscale(0) opacity(1);
}
.footer-copyright {
    margin-top: 30px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #999999;
}

.footer__support {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    justify-content: flex-end;
    flex-direction: column;
}
.footer__support-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    text-align: right;
}
.footer__support-phone {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #535353;
    text-decoration: none;
}
.footer__support-phone:hover {
    text-decoration: none;
    color: #535353;
}
.footer__support-schedule {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #666666;
    margin-bottom: 30px;
}
.btn-support {
    background: #539AEA url('../images/writeSupport.png') no-repeat;
    background-position: 25px 10px;
}
.btn-support:hover,
.btn-support:focus,
#go-step2-btn:focus,
#go-step2-btn:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .footer {
        height: 330px;
        padding: 30px;
    }
    .footer > .forBuyer {
        display: none;
    }
    .goodly-logo {
        height: 24px;
    }
    .aboutGoodly-wrap {
        height: 18px;
    }
    .aboutGoodly-text {
        font-size: 8px;
    }
    .footer__forMobile {
        display: block;
        margin-top: 25px;
        text-align: center;
    }
    .social {
        margin-top: 25px;
    }
    .social > .icon {
        transform: scale(.7);
    }
    .footer-copyright {
        margin-top: 25px;
        font-size: 10px;
    }
    .footer__support {
        display: none;
    }
}
/********************
футер страницы входа
********************/
.wf-active > body > .footer > .footer__support,
.wf-active > body > .footer .forBuyer__title,
.wf-active > body > .footer .aboutGoodly-text,
.wf-active > body > .footer .forBuyer__link:nth-child(n+4) {
    display:none
}
.wf-active > body > .footer {
    height: 83px;
    padding: 20px;
}
.wf-active > body > .footer .aboutGoodly-wrap {
    border: 0;
}
.wf-active > body > .footer .forBuyer {
    /* margin-top: -15px; */
    display:none;
}

.wf-active > body > .footer .aboutGoodly,
.wf-active > body > .footer .social,
.wf-active > body > .footer .footer-copyright {
    width: 30%;
    margin-top: 0;
}
.wf-active > body > .footer .social {
    order: 2;
}

/********************
Информация о товаре
********************/
.back {
    height: 48px;
    width: 100%;
    background: #F3F7F9 url('../images/leftArrow.png') no-repeat;
    background-position: 42px 17px;
    padding-top: 14px;
    padding-left: 59px;
}
.backToShop {
    position: relative;
    width: 180px;
    display: block;
    text-align: right;
    left: -40px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    user-select: none;
}
.backToShop:hover, 
.backToShop:focus {
    text-decoration: none;
    color: #555;
}
.itemInfo {
    width: 100%;
    min-height: 590px;
    display: flex;
}
.itemInfo-left {
    position: relative;
    margin: 60px 70px 0 40px;
}
.itemInfo-left .item__discount-text {
    z-index: 1;
}
.itemInfo-left .item__discount-percent {
    margin-right: 0;
}
.item__discount-text p {
    margin: 0;
    text-align: center;
}
.itemInfo ol {
    padding: 0 0 10px 15px;
    list-style-type: decimal;
}

.itemInfo ul {
    padding: 0 0 10px 0;
    list-style: none;
}
#main-image {
    height: 400px;
    max-width: 390px;
}
.itemInfo-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 70px;
    max-width: calc(100% - 500px);
}
.itemInfo-right .heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 24px;
}
.itemInfo__description {
    width: 100%;
}
.itemInfo__description p {
    word-break: break-word;
}
.itemInfo__video {
    position: absolute;
    width: 56px; height: 42px;
    top: 365px;
    padding-top: 2px;
    border-radius: 6px;
    cursor: pointer;
    transition: width 1s;
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
}
.itemInfo__video:hover {
    width: 180px;
    box-shadow: 0px 4px 16px rgba(241, 59, 92, 0.6);
    background-color: #FF0000;
}
.itemInfo__video-icon {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    padding-left: 56px;
    width: 56px;
    height: 42px;
    background-image: url('../images/store/itemInfo-video.png');
    background-repeat: no-repeat;
    line-height: 42px;
    color: #fff;
    text-decoration: none;
}
.itemInfo__video-icon:focus, .itemInfo__video-icon:hover, .itemInfo__video-icon:active {
    color: #fff; text-decoration: none;
}
.itemInfo__video:hover .itemInfo__video-icon {
    width: 170px;
}
.itemInfo-right .description-text {
    max-height: 190px;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    overflow: hidden;
    margin-bottom: 48px;
}
.itemInfo-youPrice {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #97D15E;
}
.itemInfo-basicPrice {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    text-decoration-line: line-through;
    color: #BDBDBD;
}

.itemInfo__footer {
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    align-items: center;
    width: 100%;
}
.itemInfo__footer .btn-store {
    box-shadow: none;
    position: relative;
    max-width: 311px;
}
.itemInfo__footer > .item__buttonInfo:hover {
    color: #F13B5C;
}
.btn-toCart, .tick {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}
.tick {
    width: 311px;
    height: 52px;
}
.btn-toCart {
    transition: all .3s cubic-bezier(0.67, 0.17, 0.40, 0.83);
    height: 52px;
    width: 311px;
    border-radius: 6px;
    margin-right: 20px;
    margin-top: 10px;
}
#add-to-cart {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
}
#add-to-cart:hover,
#add-to-cart:focus {
    text-decoration: none;
    color: #fff;
}
.btn-toCart svg {
    transform: rotate(180deg);
    transition: all .5s;
}
.button__circle:hover {
    background: mediumseagreen;
}
.button__circle {
    width: 120px;
    height: 120px;
    background: mediumseagreen;
    border-radius: 50%;
    transform: rotate(-180deg);
    margin: 0 115px 0 95px;
}
.tick {
color: white;
font-size: 2em;
transition: all .9s;
}
.itemInfo__footer .item__buttonInfo {
    border: 1px solid transparent;
    margin-top: 10px;
    width: 311px;
}
.itemInfo__footer .item__buttonInfo:hover,
.modal-product-body .item__buttonInfo:hover {
    background-color: #fff;
    border: 1px dashed #F13B5C;
}
.itemInfo__footer .item__buttonInfo:hover circle,
.modal-product-body .item__buttonInfo:hover circle {
    fill: #F13B5C;
}
.itemInfo__footer .item__buttonInfo:hover path,
.modal-product-body .item__buttonInfo:hover path {
    fill: #fff;
}
.itemInfo__footer .product_warning {
    width: 600px;
    padding: 30px 60px 40px 130px;
    bottom: 80px; top: auto;
    left: 0;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    height: auto;
}
.itemInfo__footer .item__buttonInfo:hover .product_warning,
.modalFooter .item__buttonInfo:hover .product_warning  {
    display: block;
}
.itemInfo__footer .product_warning:before {
    bottom: -10px; top:auto;
    left: 90px; right: auto;
    transform: rotate(-135deg);
}
.product_warning-attention {
    font-weight: 600;
    font-size: 20px;
    line-height: 14px;
    color: #F13B5C;
    margin-bottom: 20px;
}
.share {
    display: flex;
    margin-left: auto;
    margin-right: 170px;
}
.modal-body .share {
    justify-content: space-between;
}
.share-text {
    font-size: 14px;
    color: #535353;
    margin-right: 9px;
    line-height: 36px;
}
.share__icons {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 6px;
}
span.icons-sprite,a.icons-sprite {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
}
.icon-inst {
    background-position: -97px 0;
}
.icon-vk {
    background-position: -97px -24px;
}
.icon-fb {
    background-position: -97px -48px;
}
.icon-tg {
    background-position: -97px -72px;
}
.icon-tw {
    background-position: -97px -96px;
}
.icon-ok {
    background-position: -97px -120px;
}
.icon-you {
    background-position: -97px -144px;
}

@media screen and (max-width: 768px) {
    .itemInfo {
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 25px;
    }
    .itemInfo-left, 
    .itemInfo-right {
        margin: 0;
    }
    .itemInfo-right {
        padding: 0;
        min-width: 100%;
    }
    .itemInfo__description {
        padding: 0 16px;
    }
    #main-image {
        max-width: 220px;
        height: 230px;
    }
    .item__discount-text {
        margin-top: 21px;
        left: 19px;
    }
    .item__discount-percent {
        right: 0;
        margin-top: 21px;
    }
    .item__discount-text p {
        display: none;
    } 
    .description-text {
        margin-bottom: 25px;
    }
    .itemInfo-youPrice {
        margin-right: 60px;
    }
    .itemInfo__footer {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        margin-top: 25px;
    }
    .itemInfo__footer form {
        width: 100%;
    }
    .btn-toCart {
        margin: 0 auto;
    }
    .itemInfo__footer .product_warning {
        width: 320px;
        left: -5px;
        bottom: 60px;
        padding: 10px 10px 10px 110px;
    }
}


/********************
Бонусы
********************/
.bonuses {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}
.bonuses__header {
    position: relative;
}
.bonuses__header-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
/* зеленые шарики */
.bonuses__header-balls {
    right: 200px;
    margin: auto -50px;
    position: absolute;
    top: 20px;
}
.swing div {
    border-radius: 50%;
    float: left;
    height: 1em;
    width: 1em;
}
.swing div {
    background-color:  #7BC037;
}
.shadow {
    clear: left;
    padding-top: 1.5em;
}
.shadow div {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    float: left;
    width: 1em;
    height: .25em;
    border-radius: 50%;
    background: #e3dbd2;
}
.shadow .shadow-l {
    background: #d5d8d6;
}
.shadow .shadow-r {
    background: #eed3ca;
}
@-webkit-keyframes ball-l {
    0%, 50% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0);
    }
    100% {
        -webkit-transform: rotate(50deg) translateX(-2.5em);
        transform: rotate(50deg) translateX(-2.5em);
    }
}
@keyframes ball-l {
    0%, 50% {
        -webkit-transform: rotate(0) translate(0);
        transform: rotate(0) translateX(0);
    }
    100% {
        -webkit-transform: rotate(50deg) translateX(-2.5em);
        transform: rotate(50deg) translateX(-2.5em);
    }
}
@-webkit-keyframes ball-r {
    0% {
        -webkit-transform: rotate(-50deg) translateX(2.5em);
        transform: rotate(-50deg) translateX(2.5em);
    }
    50%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0);
    }
}
@keyframes ball-r {
    0% {
        -webkit-transform: rotate(-50deg) translateX(2.5em);
        transform: rotate(-50deg) translateX(2.5em);
    }
    50%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }
}
@-webkit-keyframes shadow-l-n {
    0%, 50% {
        opacity: .5;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: .125;
        -webkit-transform: translateX(-1.57em);
        transform: translateX(-1.75em);
    }
}
@keyframes shadow-l-n {
    0%, 50% {
        opacity: .5;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: .125;
        -webkit-transform: translateX(-1.75);
        transform: translateX(-1.75em);
    }
}
@-webkit-keyframes shadow-r-n {
    0% {
        opacity: .125;
        -webkit-transform: translateX(1.75em);
        transform: translateX(1.75em);
    }
    50%,
    100% {
        opacity: .5;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes shadow-r-n {
    0% {
        opacity: .125;
        -webkit-transform: translateX(1.75em);
        transform: translateX(1.75em);
    }
    50%,
    100% {
        opacity: .5;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.swing-l {
    -webkit-animation: ball-l .425s ease-in-out infinite alternate;
    animation: ball-l .425s ease-in-out infinite alternate;
}
.swing-r {
    -webkit-animation: ball-r .425s ease-in-out infinite alternate;
    animation: ball-r .425s ease-in-out infinite alternate;
}
.shadow-l {
    -webkit-animation: shadow-l-n .425s ease-in-out infinite alternate;
    animation: shadow-l-n .425s ease-in-out infinite alternate;
}
.shadow-r {
    -webkit-animation: shadow-r-n .425s ease-in-out infinite alternate;
    animation: shadow-r-n .425s ease-in-out infinite alternate;
}
.bonuses__main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.bonusItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    position: relative;
    min-width: 385px;
    width: 385px;
    max-width: 385px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.bonusItem-title {
    padding: 22px 0 22px 37px;
    width: 311px;
    height: 64px;
    position: relative;
    background-color: #F3F7F9;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #333333;
    margin: 40px 0 20px;
}
.bonusItem-title:before ,
.bonusItem-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #fff;
}
.bonusItem-title:before {
    top: 5px;
}
.bonusItem-title:after {
    bottom: 5px;
}

.bonusItem-descript a {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #333;
}
.bonusItem-descript a:hover,
.bonusItem-descript a:focus {
    text-decoration: none;
    color: #333;
}
.bonusItem__timer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    height: 100px; width: 100px;
    border-radius: 50%;
    background-color: #7BC037;
    top: 27px;
    right: 18px;
    transform-origin: center;
    animation:annoying 1s ease-in-out infinite alternate;
    box-shadow: 0 0 3px #88ca46;
}
@keyframes annoying{
    from {
        transform: scale(1);
    }
    to{ 
        transform: scale(.8);
        box-shadow:0 0 0 8px rgba(161,213,110,.4);
    }
} 
.bonusItem__timer-text {
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: 14px;
    text-align: center;
}
.bonusItem__timer-textStatic {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}
.bonusItem__timer svg {
    position: absolute;
    -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
}
.circle_animation {
    stroke-dasharray: 310px;
    stroke-dashoffset: 310px;
    transition: all 60s linear;
}
.bonusItem__img {
    max-width: 100px;
}

.bonuses__footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
}
.bonuses__footer-about,
.bonuses__footer-time {
    width: 49%;
    padding-left: 105px;
}
.bonuses__footer-about {
    background: #fff url('../images/store/bonus_question.png') no-repeat;
}
.bonuses__footer-about p,
.bonuses__footer-time p {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}
.bonuses__footer-about span,
.bonuses__footer-time span {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #555555;    
}
.bonuses__footer-time {
    background: #fff url('../images/store/bonus-time.png') no-repeat;
}

@media screen and (max-width: 768px) {
    .bonuses {
        padding: 40px 16px;
    }
    .bonuses__main {
        justify-content: space-around;
    }
    .bonuses__header-balls {
        position: relative;
        width: 100px;
        margin: 0 auto;
        right: auto;
    }
    .bonusItem {
        min-width: 288px;
        width: 288px;
        max-width: 288px;
        min-height: 140px;
    }
    .bonusItem-title {
        width: 231px;
        font-size: 14px;
        line-height: 14px;
    }
    .bonusItem__img {
        max-width: 100px;
    }
    .bonuses__footer-about,
    .bonuses__footer-time {
        padding-left: 0;
        padding-top: 45px;
        width: 100%;
        text-align: center;
        background-position: 50% 0;
    }
    .bonuses__footer-time {
        margin-top: 30px;
    }
}


/********************
Отзывы
********************/
.review {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 40px 0 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}
.review__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.review__header-title {
    width: 30%;
}
.review__header-text {
    width: 70%;
}
.review__header-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.review__header-text {
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    text-align: right;
}
.review__header-text svg {
    position: relative;
    top: 3px;
}
.review__main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
}
.review__item {
    width: 30%;
    flex-grow: 1;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    background: #fff url('../images/store/quote.png') no-repeat;
    background-position: right 37px top 30px;
    padding: 30px 37px;
    margin-right: 20px;
    margin-top: 25px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
}
.review__author {
    font-weight: 600;
    color: #539AEA;
    margin-bottom: 16px;
}
.review-time {
    font-size: 12px;
    line-height: 12px;
    color: #CCCCCC;
    margin-left: 25px;
}
.review__item-message {
    color: #555555;
}
.review__item-message iframe {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .review {
        padding: 30px 10px 0 10px;
    }
    .review__item {
        width: 100%;
        margin-right: 0;
        padding: 15px 10px;
    }
    .review__item iframe {
        min-width: 280px;
    }
}

/********************
Модалка с видео
********************/

#videoContent .modal-dialog {
    width: max-content;
    min-width: 320px;
}
#videoContent .modal-header{
    border-bottom: 0;
}
#videoContent .modal-body{
    display: flex;
}
#videoContent .modal-body-right {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}
#videoContent .btn-toCart {
    margin-top: auto;
}
@media screen and (max-width: 1024px) {
    .itemInfo__video {
        top: 200px;
    }
    #videoContent .modal-dialog {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .modal-header {
        padding-bottom: 0;
    }
    .modal-header .close {
        position: absolute;
        min-width: 311px;
        bottom: 40px; left: calc(50% - 155px);
        background-color: #f3f7f9;
        border-radius: 6px;
        height: 52px;
        opacity: 1;
        z-index: 1;
    }
    .modal-header .close span {
        color: #4F4F4F;
        position: relative;
    }
    .close span:first-child {
        left: -20px;
    }

    .modal-body-left p {
        margin: 0;
    }
    #videoContent .modal-body {
        flex-wrap: wrap;
        padding: 0 10px 40px 10px !important;
    }
    .modal-body-left { width: 100%; }
    .modal-body-left p iframe {
        min-width: 300px;
        width: 100%;
    }
    #videoContent .modal-body-right {
        width: 100%;
        margin-left: 0;
        align-items: center;
    }
    .itemInfo-youPrice {
        margin-right: 0;
    }
    #videoContent .btn-toCart {
        margin: 20px auto 60px auto;
    }
}
/********************
Первый шаг корзины
********************/
.cart-main {
    min-height: calc(100vh - 285px);
}

#cartbox {
    padding: 40px 40px 0 40px;
    background-color: #fff;
}
.orderTitle {
    width: 100%;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.orderTitle-sup {
    font-size: 10px;
    color: #539AEA;
    margin-left: 5px;
    top: -1em;
}
#step1-form {
    display: flex;
    margin-bottom: 12px;
}
.cart-items {
    background: #F7FAFC;
    border-radius: 6px;
    padding: 15px 20px 20px 20px;
    width: 70%;
}
.box-header > .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}
.cart-box .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 16px 27px;
    margin: 15px 0;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 6px;
}
.cart-box .item .pic-preview img {
    display: block;
    max-width: 100%;
    margin-right: 20px;
    height: 92px;
}
.cart-position .title {
    width: 50%;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    padding-right: 60px;
}
.price {
    display: flex;
}
.price__wrap {
    margin-right: 20px;
    min-width: 100px;
}
.position-sum-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #539AEA;
}
.position-base-price-with-variants {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-decoration-line: line-through;
    color: #BDBDBD;
}
.price__discount {
    min-width: 72px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #F13B5C;
}

.cart-delete-product {
    background-position: -49px 0;
    width: 32px;
    height: 32px;
}
.cart-delete-close {
    display: none;
}
.icons-close.cart-delete-product:hover {
    background-position: -49px -32px;
}
@media screen and (max-width: 768px) {
    .cart-box .item,
    .order-form {
        flex-wrap: wrap;
    }
    .pic-preview {
        position: absolute;
        left: 15px;
    }
    .cart-box .item .pic-preview img {
        height: 80px;
    }
    #cartbox {
        padding: 8px 0;
    }
    .orderTitle {
        margin: 0;
        padding: 16px;
    }
    .cart-items {
        width: 100%;
        padding: 0;
    }
    .cart-box .item {
        align-content: baseline;
        width: 100%;
        margin: 0;
        height: 230px;
        padding-left: 100px;
    }
    .box-header {
        display: none;
    }
    .cart-position .title {
        font-size: 14px;
        height: 68px;
        overflow: hidden;
    }
    .cart-position .title,
    .price {
        width: 100%;
        margin-bottom: 16px;
        text-align: center;
    }
    .price {
        display: flex;
        justify-content: center;
    }
    .cart-delete-block {
        position: absolute;
        right: 32px; bottom: 24px;
        height: 36px; width: 150px;
        padding-right: 10px;
        background: #F3F7F9;
        border-radius: 6px;
        touch-action: manipulation;
    }
    .cart-delete-product {
        position: relative;
        float: left;
    }
    .cart-delete-close {
        position: relative;
        left: 98px;
        display: inline;
        font-size: 14px;
        line-height: 30px;
        color: #4F4F4F;
        user-select: none;
    }
}
.subscription {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 40px;
    margin-bottom: 40px;
    background-color: #F3F7F9;
    overflow-y: visible;
}
.subscription-image {
    align-self: baseline;
    width: 177px;
    position: relative;
    top: -110px;
    height: calc(100% - 60px);
}
.subscription-image1,
.subscription-image2,
.subscription-image3 {
    position: absolute;
}
.subscription-image1 {
    background: url('../images/store/subscription1.png') no-repeat;
    top: 33px; left: 38px;
    width:115px; height: 130px;
    z-index: 2;
}
.subscription-image2 {
    background: url('../images/store/subscription2.png') no-repeat;
    top: 126px; left: 105px;
    width:53px; height: 56px;
    z-index: 1;
}
.subscription-image3 {
    background: url('../images/store/subscription3.png') no-repeat;
    top: 150px; left: 58px;
    width:38px; height: 48px;
    z-index:1;
}
.subscription-text {
    margin-left: 22px;
    font-size: 14px;
    color: #666666;
    margin-right: 100px;
    padding: 10px 0;
}
.subscription-title {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}
.subscription-form {
    flex-grow: 1;
}
.subscription-youEmail {
    width: calc(100% - 335px);
    margin-right: 20px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}
.btn-subscribe {
    position: relative;
    top: -2px;
    width: 311px;
    height: 52px;
    border-radius: 6px;
}
@media screen and (max-width: 768px) {
    .subscription {
        height: auto;
        padding: 20px;
        align-content: baseline;
        justify-content: center;
        margin-bottom: 15px;
    }
    .subscription-image {
        height: 100px; 
        width: 1px;
        top: 0;
    }

    .subscription-text {
        width: 100%;
        text-align: center;
        margin: 45px 0 0 0;
    }
    .subscription-image1 {
        top: 5px; left: -75px;
        background-size: 65px 73px;
    }
    .subscription-image2 {
        top: 20px; left: 0;
    }
    .subscription-image3 {
        top: 25px; left: 60px;
    }
    .subscription-youEmail {
        height: 52px !important;
        width: 311px !important;
        display: block !important;
        margin: 10px auto 10px auto;
    }
    .btn-subscribe {
        display: block;
        margin: 0 auto;
    }
}
.recomendation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 48px 40px;
    background: #F3F7F9;
}
.recomendation .item {
    background-color: #fff;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .recomendation {
        padding: 25px 16px;
    }
    .recomendation .item {
        padding: 0 19px;
        margin: 10px 0 10px 0;
        height: 500px;
    }
    .orderTitle {
        text-align: center;
    }
}
/********************
Правая часть корзины
********************/
.cart-setting {
    width: 30%;
    margin-left: 20px;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    align-self: baseline;
}
.make-an-order {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 22px 9px 22px;
}
#go-step2-btn {
    width: 100%;
    height: 52px;
    border-radius: 6px;
    line-height: 52px;
    overflow: hidden;
}
.make-an-order-text {
    margin: 15px auto;
    font-size: 14px;
    color: #888;
}
.order-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 22px 25px 22px;
    border-top: 1px solid #F3F7F9;
    border-bottom: 1px solid #F3F7F9;
}
.order-details lh {
    margin-top: 32px;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}
.order-details li:nth-child(2) {
    margin: 8px 0;
}
.order-details li:nth-child(3) {
    padding-bottom: 17px;
    border-bottom: 1px solid #F3F7F9;
}
.order-details li:nth-child(4) {
    margin-top: 8px;
}
.order-details .name {
    font-size: 14px;
    color: #555555;
}
.order-details-discount {
    font-size: 14px;
    color: #F13B5C;
}
.order-details-sum {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}
.order-details-sum .value {
    font-weight: 600;
}

.enter-code-box {
    padding: 25px 22px;
    border-bottom: 1px solid #F3F7F9;
    border-top: 1px solid #F3F7F9;
}
.enter-code-box p {
    font-size: 14px;
    color: #333333;
}
.enter-code-box.is-active .hide-input {
    display: block
}
.enter-code-box.is-active .hide-input input {
    width: 100%
}
#coupon-div {
    width: 100%;
}
#coupon-code {
    border-radius: 3px;
}
.input-group {
    width: 100%;
}
#add-coupon-code {
    background-position: -49px -66px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 11px;top: 11px;
    z-index: 2;
}
.enter-code-box + .bottom-box {
    display: block;
    height: 60px;
    padding: 23px 25px;
}
.aboutCoupon:hover {
    text-decoration: none;
}
.aboutCoupon-text {
    font-size: 14px;
    color: #333333;
    position: relative;
    top: -3px;
}
.aboutCoupon .aboutCoupon-ico {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    background-position: -81px 0;
}
@media screen and (max-width: 768px) {
    .cart-setting {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .order-details {
        padding-bottom: 15px;
    }
    .order-details lh {
        margin-top: 16px;
    }
    .order-details li:nth-child(2) {
        margin-top: 8px;
    }
    .enter-code-box {
        padding: 16px;
    }
    .enter-code-box + .bottom-box {
        padding: 16px 23px;
    }
}
/********************
модалка в корзине
********************/
#productmodal .modal-dialog {
    width: 90%;
    margin-top: 100px
}
#productmodal:before {
    content: '';
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: rgba(255,255,255,.8);
}
.modal-product .close {
    position: absolute;
    right: 15px;
    top: 15px;
} 
.modal-product .close-text {
    display: none;
}
.modal-product-body {
    padding: 60px;
    display: flex;
}
.modal-product-body .right {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333333;
    margin-left: 40px;
}
.modal-product-body .right > * {
    width: 100%;
}
.modal-product-body .item__buttonInfo {
    border: 1px solid transparent;
    width: 311px;
    margin-top: 0;
}
.right .title {
    font-weight: bold;
    font-size: 20px;
}
.modalPrice {
    font-weight: 600;
    font-size: 24px;
    color: #97D15E;
}
.modalPrice-old {
    font-size: 15px;
    text-decoration-line: line-through;
    color: #BDBDBD;
}
.right .modalFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modalFooter .product_warning {
    top: 65px;
    left: 10px;
    right: auto;
    height: auto;
    padding: 25px;
}
.modalFooter .product_warning:before {
    left: 80px;
}
.modalFooter .share {
    width: 288px;
    line-height: 52px;
    margin: 0;
}
.modalFooter .share .share-text {
    line-height: 52px;
}

@media screen and (max-width: 768px) {
    #productmodal .modal-dialog {
        width: 100%;
        margin: 100px 0 0 0;
    }
    .modal-product-body {
        padding: 25px 16px;
        flex-wrap: wrap;
    }
    .modal-product-body .left {
        margin: 0 auto 30px auto;
    }
    .modal-product-body .left img {
        width: 100%;
    }
    .modal-product-body .right {
        margin-left: 0;
        padding-bottom: 60px;
    }
    .modal-product-body .right .title {
        padding-bottom: 25px;
    }
    .modal-product-body .right .modalPrice {
        margin-top: 25px;
    }
    .modal-product-body .item__buttonInfo {
        margin: 0 auto;
        display: block;
        margin-top: 27px;
        width: 288px;
    }
    .modalFooter .product_warning {
        width: 100%;
    }
    .share {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 5px 0;
    }
    .modalFooter .share {
        width: 100%;
        margin-top: 25px;
        justify-content: center;
    }
    .modal-product .close {
        bottom: 15px; top: auto;
        right: calc(50% - 144px);
        width: 288px; height: 52px;
        background-color: #F3F7F9;
        border-radius: 6px;
        opacity: 1;
    }
    .modal-product .close:hover {
        opacity: .5;
    }
    .modal-product .close span:nth-child(1) {
        position: relative;
        left: -10px; top: 3px;
        opacity: .2;
    }
    .modal-product .close-text {
        display: inline-block;
        font-size: 14px;
        text-align: center;
        color: #4F4F4F;
    }
}

/********************
Второй шаг корзины
********************/
.line-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 34px 0;
    padding: 0 40px;
}
.line-title-info {
    display: flex;
    align-items: center;
    padding: 17px 15%;
    margin: 0 auto;
    background: #EEF6FF;
    border: 1px dashed #539AEA;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #539AEA;
}
.step2_signin {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #F3F7F9;
}
.step2_signin-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.step2_signin-text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.step2_signin-form {
    display: flex;
    justify-content: center;
}
.order-form2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.person-data {
    display: flex;
    width: 100%;
    padding: 0 40px;
}
.person-left-side {
    width: 70%;
}
.person-data-wrap {
    display: flex;
    align-items: center;
    background: #F7FAFC;
    border-radius: 6px;
    padding: 16px 25px 16px 21px;
    margin-bottom: 16px;
}
.person-data-wrap:nth-child(1) {
    margin-bottom: 30px;
}
.person-data-step {
    display: inline-block;
    background-color: #539AEA;
    border-radius: 50%;
    width: 34px;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}
.person-data-title {
    margin-left: 25px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.person-data-info {
    flex-grow: 1;
    text-align: end;
    padding-right: 24px;
    background: url('../images/person-data-info.png') no-repeat;
    background-size: 16px;
    background-position: right 0 top 50%;
    font-size: 12px;
    color: #888888;
}
.clientInfo-name {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}
.clientInfo-wrap {
    margin-top: 15px;
    margin-bottom: 45px;
}
.clientInfo-wrap i {
    margin-right: 8px;
}
.clientInfo-wrap > span {
    margin-right: 25px;
    font-size: 14px;
    color: #333333;
}
.clientInfo-country {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.clientInfo-country:after {
    position: absolute;
    content: '';
    background: url('../images/cart/arrowDown-simple.png') no-repeat;
    top: 7px; right: 0;
    width: 12px; height: 7px;
}
.clientInfo-flag {
    display: inline-block;
    width: 16px; height: 11px;
    margin-right: 8px;
    background: url('../images/flags.png') no-repeat;
    background-position: -224px -121px;
}
.clientInfo-comment {
    position: relative;
    margin-top: 25px;
}
.clientInfo-comment textarea {
    resize: none;
    height: 52px;
    line-height: 36px;
    font-size: 14px;
}
.comment-info {
    position: absolute;
    font-size: 12px;
    line-height: 52px;
    top: 0;
    right: 15px;
    color: #CCCCCC;
}
.delivery label,
.pay label {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 68px;
    padding-left: 81px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    border: 1px solid #EDEDED;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
}
.radioButton + label:before {
    position: absolute;
    content: '';
    top: 20px; left: 28px;
    width: 20px; height: 20px;
    border: 1px solid #DFDFDF;
    border-radius: 50%;
    background-color: #F7FAFC;
}
.radioButton:checked + label {
    border: 1px solid #539AEA;
}
.radioButton:checked + label:after {
    position: absolute;
    content: '';
    top: 24px; left: 32px;
    width: 12px; height: 12px;
    border-radius: 50%;
    background-color: #539AEA;;
}
.radioButton + .disabled {
    cursor: default;
    opacity: .4;
}
.pay-method-text {
    width: 185px;
}
.pay-tips {
    display: block;
    font-size: 12px;
    color: #539AEA;
}
.pay-method-description {
    margin: 0 auto;
    font-size: 12px;
    color: #333333;
    padding: 9px 23px;
    background-color: #F7FAFC;
    border-radius: 4px;
}
.pay-method-change {
    display: inline-block;
    padding-left: 50px;
    margin-top: 20px;
    background: url('../images/cart/change-payment.png') no-repeat;
    background-position: 0;
}
.pay-method-change.arrowUp {
    background: url('../images/cart/arrowUp-simple.png') no-repeat;
    background-position: 0;
}
.pay-method-select {
    max-height: 0;
    transition: 1s;
    overflow: hidden;
}
.pay-method-select.changeHeight {
    max-height: 1500px;
}
.payment-title {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #539AEA;
    margin-top: 24px;
    margin-bottom: 16px;
}
label.pay__method {
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding: 10px 200px 10px 81px;
}
.pay__method-cards {
    background: url('../images/cart/Visa.png') top 27px right 143px no-repeat,
                url('../images/cart/Mastercard.png') top 26px right 100px no-repeat,
                url('../images/cart/Mir.png') top 28px right 40px no-repeat;
}
.pay__method-payu {
    background: url('../images/cart/payu.png') top 18px right 40px no-repeat;
}
.pay__method-goodly {
    background: url('../images/cart/Goodly.png') top 21px right 40px no-repeat;
}
.pay__method-paypal {
    background: url('../images/cart/paypal.png') top 26px right 40px no-repeat;
}
.pay__method-yandex {
    background: url('../images/cart/yandex.png') top 13px right 40px no-repeat;
}
.pay__method-webmoney {
    background: url('../images/cart/webmoney.png') top 22px right 40px no-repeat;
}
.pay__method-Qiwi {
    background: url('../images/cart/Qiwi.png') top 20px right 40px no-repeat;
}
.pay__method-bank {
    background: url('../images/cart/bank.png') top 8px right 40px no-repeat;
}
.itemsOrder { 
    background: #F7FAFC;
    border-radius: 6px; 
    margin-top: 48px;
    padding: 14px 19px;
}
.itemsOrder-title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}

/* оформление чекбокса */
.check {
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    margin: 30px 20px 0 0;
    user-select: none;
}
.check-text {
    position: relative;
    top: -3px;
}
.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34,50,84,0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.check svg {
    position: relative;
    margin-right: 13px;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}
.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}
.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}
.check:hover:before {
    opacity: 1;
}
.check:hover svg {
    stroke: #4285f4;
}
.animateCheckbox:checked + .check svg {
    stroke: #4285f4;
}
.animateCheckbox:checked + .check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}
.animateCheckbox:checked + .check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.person-right-side {
    align-self: baseline;
    width: 30%;
    margin-left: 20px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}
.person-right-side .btn-store {
    width: 100%;
    height: 52px;
}
#editorder span {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #888888;
    text-align: center;
    width: 100%;
}

/*товары в корзине*/
.itemsOrder .item {
    position: relative;
    display: flex; 
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
    padding: 16px 27px;
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 6px;
}
.itemsOrder .pic-preview {
    width: 92px; height: 88px;
    background: url('../images/marketplace2.png') no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.itemsOrder .title {
    flex-grow: 1;
}
.itemsOrder .btn-store {
    display: inline-table;
    width: 230px;
    padding: 18px 49px;
    border-radius: 6px;
}

@media screen and (max-width: 768px) {
    .line-title {
        margin: 24px 0;
        padding: 0 16px;
    }
    .person-data {
        padding: 0;
    }
    .person-data-wrap, .clientInfo, .delivery, .person-data-wrap, .pay {
        padding: 0 16px;
    }
    .person-data-wrap {
        padding: 10px 16px;
    }
    .order-form2, .person-data-wrap {
        flex-wrap: wrap;
    }
    .person-left-side, .person-right-side {
        width: 100%;
    }
    .person-data-info {
        background-image: none;
        padding-right: 0; padding-left: 60px;
        text-align: left;
    }
    .person-data-wrap:nth-child(1) {
        margin-bottom: 16px;
    }
    .clientInfo-wrap > span {
        display: block;
        margin-bottom: 12px;
    }
    .clientInfo-comment textarea {
        height: 108px;
    }
    .comment-info {
        top: auto;
        bottom: 15px;
        line-height: 0;
    }
    .check {
        margin-top: 17px;
        margin-right: 0;
    }
    .check-text {
        font-size: 12px;
    }
    .clientInfo-wrap, .delivery {
        margin-bottom: 30px;
    }
    .delivery label, .pay label {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap;
        height: auto;
    }
    label.pay__method {
        padding: 10px 10px 10px 71px;
    }
    .pay-method-description {
        margin-top: 60px;
    }
    .pay-method-bank .pay-method-description {
        margin-top: 70px;
    }
    .pay__method-cards {
        background-position: top 68px right 143px, top 68px right 100px, top 69px right 40px;
    }
    .pay__method-payu, .pay__method-goodly, .pay__method-paypal, .pay__method-yandex, .pay__method-webmoney, .pay__method-Qiwi, .pay__method-bank {
        background-position: center;
    }
    .pay-method-text {
        width: 100%;
    }
    .itemsOrder {
        padding: 14px 0;
        margin-top: 30px;
    }
    .itemsOrder .item {
        flex-wrap: wrap;
        height: auto;
        padding-left: 110px;
        margin: 2px 0;
    }
    .itemsOrder-title {
        padding-left: 17px;
    }
    .itemsOrder .title {
        padding-right: 0;
        height: 72px;
    }
    .itemsOrder .btn-store {
        margin: 24px 0;
        margin-left: calc(50% - 115px);
    }
    .person-right-side {
        margin: 10px 0;
    }
    #editorder span {
        font-size: 12px;
    }
}

/********************
Авторизация при покупке
********************/
#checkuserform .signin {
    height: auto;
    padding: 30px 0 50px 0;
}
.sign-register.signin__main-reset {
    right: 225px;
}
input:disabled {
    background-color: #F7FAFC;;
}
.signin span.success,
.signin span.error {
    position: absolute;
    top: 17px;
    right: 240px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.signin span.success {
    color: #84C743;
    background: url('../images/cart/CircleGreen-check.png') no-repeat;
    background-position: calc(50% + 45px);
}
.signin span.error {
    color: #F13B5C;
    background: url('../images/cart/triangleRed-error.png') no-repeat;
    background-position: calc(50% + 45px);
}
.signin .signin__main input.success {
    border: 1px solid #84C743;
}
.reset-password span.error,
.reset-password span.success {
    right: 0;
}
.signin .signin__main input.error {
    border: 1px solid #F13B5C;
}
.reset-password .signin__main-reset,
.reset-password .signin__main-password  {
    display: none;
}
.reset-password .signin__main .signin__main-email {
    min-width: 475px;
}
.reset-password .signin__main .signin__main-email:focus {
    border: 1px solid #539AEA;
}
.reset-password .info {
    width: 475px;
    position: absolute;
    left: 0;
    top: 60px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 22px;
    font-size: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.reset-password .infoError {
    color: #F13B5C;
}
.reset-password .infoSuccess {
    color: #84C743;
}
.infoDefault {
    display: none;
}
.signin .info-close {
    cursor: pointer;
    float: right; 
    margin-top: 10px;
    width: 15px; height: 15px;
    background: url('../images/info-close.png') no-repeat;
}
@media screen and (max-width: 960px) {
    .signin__main {
        flex-wrap: wrap;
        justify-content: center;
    }
    .signin__main input[type="text"], .signin__main input[type="password"],
    #checkuser {
        width: 55%;
        min-width: 311px;
        margin-right: 0 !important;
        margin-top: 10px; margin-bottom: 10px;
    }
    #checkuser {
        order: 2;
    }
    span.signin__main-reset {
        top: 135px;
    }
    .sign-register.signin__main-reset {
        right: -94px;
        top: 65px;
    }
    .signin span.success, .signin span.error {
        right: -75px;
        top: 25px;
        pointer-events: none;
    }
    .reset-password .signin__main .signin__main-email {
        width: 55%;
        min-width: 311px;
    }
    .reset-password .info {
        left: 0; top: 0;
        min-width: 311px;
        position: relative;
        height: auto;
        order: 1;
        width: 55%;
    }
    .infoDefault {
        display: block;
        color: #888;
    }
}

/********************
stock style
********************/
.banner {
    position: relative;
    text-align: center;
    background: linear-gradient(#fff 0%,transparent 40%, transparent 100%);
}
.banner:not(.container) {
    width: 100%; 
}
.bannerImg { max-width: 100%; width: 100%; }
.noBanner { padding: 0; }
.special {
    display: flex; 
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 40px;
    background-color: #fff;
    border: 4px solid #F3F7F9;
    border-radius: 12px;
}
.special:before ,
.special:after {
    content: '';
    position: absolute;
    width: 385px;
    height: 330px; 
    bottom: 0;
    right: 0;
    /* background-color: #fff; */
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('../images/circle.png');
}
.special:before {
    right: auto;
    left: 0;
}
.special:after {
    right: 0;
    transform: scale(-1, 1);
}
.sp_title {
    position: absolute;
    top: -38px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    background: url('../images/special-title.png') no-repeat center;
    background-size: contain;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
}
.sp_bg {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%; height: 0; 
    /*соотношение сторон картинки*/
    padding: 10%;
    margin-top: -94px;
    margin-bottom: 40px;
}
.sp_wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 80px;
    background-color: #F7FAFC;
    border: 1px solid #EDEDED;
    border-radius: 43px;
    padding: 27px 97px;
}
.sp_wrap:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 24px; height: 24px;
    top: 35px; left: 26px;
    background-color: #fff;
    border: 1px solid #EDEDED;
}
.sp_price {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin:0;
}
.sp_price span {
    font-size: 32px;
    color: #F13B5C;
    margin-left: 28px;
    white-space: nowrap;
}
.sp_price s {
    font-size: 24px;
    text-decoration-line: line-through;
    color: #BDBDBD;
    margin-left: 16px;
    white-space: nowrap;
}
.sp_image {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    z-index: 1;
}
.sp_image img {
    width: 100%;
}
.sp_image img + .sp_wrap {
    margin-top: 40px;
}
.sp_image p {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.sp_btn {
    width: 100%;
    margin-bottom: 57px;
    text-align: center;
    z-index: 1;
}
.btn-store.btn-special {
    display: inline-block;
    background-image: url('../images/bell.png');
    min-width: 370px; height: 52px;
    line-height: 52px;
    background-repeat: no-repeat;
    background-position: top 13px left 93px;
    border-radius: 6px;
    padding-left: 50px;
    background-color: #F13B5C;
}
.btn-store.btn-special:hover {    
    background-color: #ef2348;
}
.btn-store.btn-special:focus,
.btn-store.btn-special:active {
    background-color: #ef2348;
}
.btn-store.btn-special:active:hover {
    background-color: #e81138;
}

@media screen and (max-width: 768px) {
    .banner {
        /* padding: 48%; */
    }
    .countdown-end {
        display: none;
    }
    #countdown {
        margin: 10px auto;
    }
    .special {
        margin: 30px 0;
        border-right:0;
        border-left:0;
        margin-bottom: 57px;
    }
    .special::before, .special::after {
        width: 50%;
    }
    .sp_bg {
        margin-bottom: 16px;
        padding: 48%;
    }
    .sp_wrap {
        padding: 0;
        border-radius: 0;
    }
    .sp_wrap:before {
        display: none;
    }
    .sp_price {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        margin: 22px 0;
    }
    .sp_price span {
        margin: 10px 0;
    }
    .sp_price span,
    .sp_price s {
        width: 100%;
        margin-left: 0;
    }
    .sp_image {
        margin-bottom: 30px;
    }
    .special_banner {
        width: 100%;
    }

    .flip-clock-dot {
        left: 2px;
    }
}


/********************
Баннер и счетчик времени
********************/

.body_countdown_wrap {
    width: 100%;
}
.head_img {
    width: 100%;
}
.countdown_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%; 
    height: auto;
}
.countdown_wrap:before, 
.countdown_wrap:after {
    content: '';
    position: absolute;
    width: calc(50% - 202px);
    height: 100%; top: 0;
    background-size: 100% 90%;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.countdown_wrap:before {
    left: 0;
}
.countdown_wrap:after {
    right: 0;
    transform: scale(-1, 1);
}
.countdown_wrap > div {
    margin: 10px auto 10px;
}
.header_countdown_wrap {
    flex-grow: 1;
    height: 100%;
}
.header .countdown_wrap {
    height: 100%;
}
.header .countdown_wrap > div {
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.header .countdown_wrap #countdown  {
    height: 100%;
}

.navbar-header {
    flex-grow: 0;
}
#countdown {
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    height: 70px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin: 0 auto;
    background-color: white;
}
#countdown .clock {
    display: flex;
}
.countdown-end {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #999999;
}
.countdown-end:after {
    position: absolute;
    content: '';
    top: 12px; left: 27px;
    width: 100px; height: 1px;
    transform: rotate(-5.27deg);
}
.banner .title {display: none;}
.banner .countdown_wrap {
    position: absolute;
    top: auto; bottom: -50px;
    height: 80px;
}
.banner .countdown_wrap > div {
    margin: 0 auto;
}

/* стили для таймера когда остались только часы */
/*.withoutDay #countdown {
    height: 95px; width: 404px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}*/
.withoutDay > div { margin-top: 25px; }
.withoutDay .flip:nth-child(-n+4),
.withoutDay .часов { display: none; }
/*.withoutDay .flip-clock-wrapper ul { height: 65%; }
.withoutDay .flip-clock-wrapper ul li { line-height: 56px; }
.withoutDay .flip-clock-wrapper ul li a div div.inn { font-size: 52px; }
.flip-clock-wrapper ul li a div.up::after { top: 25px; }*/


@media (max-width: 1400px) {
    /*.info_video_wrap.small{
        display: none;
    }*/

    .header_countdown_wrap {
        width: calc(100% - 450px);
        padding: 0 30px;
    }

    .header .countdown_wrap > div {
        width: 100%;
    }

    .header__shopName {
        display: none;
    }
}

.info_video_wrap{
    padding: 25px 15px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px #848484;
    position: fixed;
    top: 240px;
    right: 0;
    text-align: center;
    z-index: 3;
    max-width: 100%;
}
.info_video_wrap img {
    max-width: 100%;
}
.info_video_wrap .fa-times{
    position: absolute;
    font-size: 20px;
    top: 2px;
    right: 8px;
    cursor: pointer;
}
.info_video_wrap.small{
    top: 240px;
}
.info_video_wrap.small .fa.fa-play {
    font-size: 29px;
}
.play_icon{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.84);
    font-size: 40px;
    padding-top: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
#video-modal .modal-content{
    background: transparent;
    box-shadow: none;
    border: none;
    text-align: center;
}
#video-modal .modal-dialog{
    margin: 100px auto;
}
.mdl_cls {
    position: absolute;
    right: -17px;
    top: -17px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url("../images/main/close_2.png") no-repeat;
}
.info_video_wrap.small{
    top: 240px;
}
video#bgvid {
    position: fixed; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background-size: cover;
}

.subscription-image1 {background: url('../images/main/subscription1.png') no-repeat;}
.subscription-image2 {background: url('../images/main/subscription2.png') no-repeat;}
.subscription-image3 {background: url('../images/main/subscription3.png') no-repeat;}

/* форма подписки */
.form-desc {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px 0;
    line-height: 30px;
}

.jCountdownContainer {
    margin-top: 18px;
}
.mobilBannerImg {display: none;}
.special_banner--mobil {display: none;}
#goodlyform {max-width: 100%;}
@media screen and (max-width: 550px) {
    .special_banner--base, .bannerImg--base {display: none;}
    .special_banner--base + .special_banner--mobil,
    .mobilBannerImg {
        display: block; max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .bform_wrap .form_item_wr img {
        display: none;
    }
    .bform_wrap .col-sm-7,
    .bform_wrap .col-sm-5 {
        float: none;
        width: 100%;
    }
    .bform_wrap #goodlyform {
        margin: 0 auto;
    }
    .bform_wrap .form_item_wr h4 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .form-desc {
        width: 100%;
        padding: 0 20px;
    }
    .countdown_wrap > div {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 20px;
    }
    .info_video_wrap.small {
        top: 150px;
    }
    .mdl_cls {right: 12px;}
}