body{
    background: url(../images/bg.png) top center;
    background-attachment: fixed;
    background-size: cover;
}
#main-slider{
    margin-bottom: 70px;
}
.main-slider-wrapper {
    margin: 50px 0 0;
    position: relative;
}
.main-slider-wrapper .slick-slide {
    height: auto;
}
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.5rem;
}
img {
    height: auto;
}
.l1, .l2, .l3, .l4 {
    position: absolute;
    background: #5B62BC;
    z-index: 1;
    height: 2px;
}

.l1, .l2 {
    width: 70%;
}

.l3, .l4 {
    height: 55%;
    width: 2px;
}

.l1 {
    top: 0;
    left: -30px;
}

.l2 {
    bottom: 0;
    right: -30px;
}

.l3 {
    left: 0;
    top: -30px;
}

.l4 {
    right: 0;
    bottom: -30px;
}
.mobile-contact{
    width: 100% !important;
}
.main-slider-wrapper {
    margin-left: 24px!important;
    margin-right: 24px!important;
}

.main-slider .slick-arrow:before {
    display: none;
}

.main-slider .slick-arrow {
    width: 24px;
    height: 98px;
    background: url(../images/spritesheet.png) center center no-repeat;
    background-position: -15px -337px;
}

.main-slider .slick-prev {
    left: -24px;
    transform: translate(0, -50%) rotate(180deg) scaleX(0.75);
    margin-left: -6px;
}

.main-slider .slick-next {
    right: -24px;
    transform: translate(0, -50%) scaleX(0.75);
    margin-right: -6px;
}
.advantages {
    padding: 20px 0 35px;
    background: #686FC1;
    color: white;
    margin: 50px 0;
}
.sprite-advantage {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    transform: scale(.85);
}
.advantage__icon {
    margin: 0 auto;
    transform: scale(.6);
}
.grow-0{
    flex-grow:0;
}
.advantage__name{
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.2;
}
.sprite-advantage-1 {
    width: 108px;
    height: 85px;
    background-position: -15px -15px;
}

.sprite-advantage-2 {
    width: 82px;
    height: 82px;
    background-position: -153px -15px;
}

.sprite-advantage-3 {
    width: 65px;
    height: 87px;
    background-position: -265px -15px;
}

.sprite-advantage-4 {
    width: 90px;
    height: 90px;
    background-position: -15px -132px;
}

.sprite-advantage-5 {
    width: 82px;
    height: 84px;
    background-position: -135px -132px;
}

.sprite-advantage-6 {
    width: 94px;
    height: 94px;
    background-position: -247px -132px;
}
.under-advantages-block {
    margin-bottom: 50px;
}
span.more-advantages {
    font-size: 20px;
    line-height: 46px;
    margin-right: 110px;
}

.download-presentation {
    font-size: 20px;
    line-height: 36px;
    background: #5B62BC;
    color: white!important;
    font-weight: bold;
    padding: 10px 50px;
    display: inline-block;
}
h3,.like-h3{
    font-size: 32px;
    line-height: 1;
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    padding-bottom: 10px;
}
h3 span,.like-h3 span{
    border-bottom: 1px solid #5B62BC;
    padding-bottom: 8px;
}

.product-item-image-slider-progress-bar {
    height: 5px;
    background: #686FC1;
}

.product-item-image-slider-progress-bar-container {
    background: #D8DCDF;
}

.product__favorite-button {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 32px;
    height: 31px;
    background-position: -15px -256px;
    outline: none!important;
}
.slider-for__item .product__favorite-button{
    z-index: 999;
}
.slider-for > .slider-for__item:not(:first-child),.slider-nav > .slider-nav__item:not(:first-child){
    display: none;
}

.product__image-block {
    position: relative;
}
.sprite-product {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.product__hover-block {
    position: absolute;
    background: rgba(91, 98, 188, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    font-size: 20px;
    color: white;
    font-weight: 500;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product__sale {
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 1;
}
.slider-for__wrapper .product__sale {
    left: 20px;
    top:5px;
}
.product__image-block .product__sale img{
    max-height: 70px;
    max-width: 80%;
}
.product__sale.product__sale_newcolor{
    top:auto;
    bottom: 30px;
    left: 0;
}
.slider-for__wrapper .product__sale.product__sale_newcolor {
    left: 15px;
}
.product__image-block:hover .product__hover-block {
    display: flex;
}

.product__hover-block .product__favorite-button {
    background-position: -77px -256px;
}

.product__favorite-button.liked {
    width: 30px;
    height: 28px;
    background-position: -139px -256px;
}

.product__reviews-button {
    width: 31px;
    height: 28px;
    background-position: -199px -256px;
    position: absolute;
    top: 21px;
    right: 80px;
}

.product-sizes {
    margin-bottom: 33px;
    text-align: center;
}
.product-material{
    text-align: center;
}
.product-buy {
    font-size: 20px;
    line-height: 41px;
    font-weight: bold;
    color: black;
    background: white;
    padding: 0px 35px;
    cursor: pointer;
    margin-top: 170px;
}
.product__info-block {
    margin-top: 15px;
}

.product-name {
    font-size: 20px;
    color: black!important;
    margin-bottom: 10px;
    display: block;
    min-height: 52px;
}
.product__slider-block img {
    width: 100%;
    height: auto;
}
.product-price {
    font-size: 22px;
    line-height: 1.3;
    display: inline-block;
    margin-right: 15px;
}

.product-price_old {
    text-decoration: line-through;
}
.not-through {
    text-decoration: none;
}
.product-price_new {
    font-size: 22px;
    line-height: 1.3;
    color: #5B62BC;
}

b, strong {
    font-weight: bold;
}
.collection-product{
    margin: 55px 0;
}
.product {
    margin-bottom: 45px;
}
h4,.like-h4 {
    margin: 35px 0;
    display: inline-block;
    border-bottom: 1px solid black;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    color: black;
}
ul#myTab {
    margin: 25px 0;
    font-size: 20px;
    line-height: 30px;
    border-left: 2px solid #5B62BC;
    transform: skewX(-10deg);
    background: white;
    display: inline-flex;
}

ul#myTab a {
    color: black;
    text-decoration: none!important;
    padding: 5px 25px;
    border-right: 2px solid #5B62BC;
    display: block;
}

ul#myTab a.active {
    color: #5B62BC;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
}


ul#myTab a span {
    transform: skewX(10deg);
    display: block;
}

.show-all-collection {
    font-size: 20px;
    color: black !important;
    text-decoration: underline;
}
h5 {
    margin: 20px 0 50px;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
}
.about-company{
    margin:90px 0 0;
    font-size: 20px;
}
.about img {
    margin: 0 70px 10px 0;
    float: left;
    width: 502px;
    height: 688px;
}

.about {
    background: white;
    margin: 0px -15px 80px;
    padding: 5px 15px;
    overflow: hidden;
}

.about p, .about ul, .about p {
    margin-bottom: 30px;
    padding: 0;
    list-style-position: inside;
}
.news-block h3{
    margin-bottom:70px;
}
.news-on-main {
    margin: 25px 0 0px;
}

.news-slider .news-item {
    position: relative;
}

.news-slider .news-item:before {
    content: '';
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-slider .news-detail {
    margin-top: 40px;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 2;
    color: white;
    font-size: 20px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    padding: 0 55px;
    max-width: 1000px;
    font-weight: normal;
}

.news-slider .news__name {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    color:white!important;
    max-width: 800px;
}

.news-slider .news__description {
    margin-bottom: 25px;
}

.news-slider .news__date {
    font-size: 15px;
    color: #C5C5C5;
}
.news-item img {
    max-width: 100%;
}
.news-indicator,
.product-item-image-slider-progress-bar-container{
    background: #D8DCDF;
}

.news-indicator-progress{
    background: #686FC1;
    width: 0%;
    height: 10px;
    transition-timing-function: linear;
    transition-duration: 0s;
}
.product-item-image-slider-progress-bar{
    background: #686FC1;
    width: 0%;
    transition-timing-function: linear;
    transition-duration: 0s;
}
.news-indicator-progress.full.td-3,
.product-item-image-slider-progress-bar.full.td-3{
    transition-duration: 3s;
}
.news-indicator-progress.full.td-4,
.product-item-image-slider-progress-bar.full.td-4{
    transition-duration: 4s;
}
.news-indicator-progress.full.td-5,
.product-item-image-slider-progress-bar.full.td-5{
    transition-duration: 5s;
}
.news-indicator-progress.full.td-6,
.product-item-image-slider-progress-bar.full.td-6{
    transition-duration: 6s;
}
.news-indicator-progress.full.td-7,
.product-item-image-slider-progress-bar.full.td-7{
    transition-duration: 7s;
}
.news-indicator-progress.full.td-8,
.product-item-image-slider-progress-bar.full.td-8{
    transition-duration: 8s;
}
.news-indicator-progress.full.td-9,
.product-item-image-slider-progress-bar.full.td-9{
    transition-duration: 9s;
}
.news-indicator-progress.full.td-10,
.product-item-image-slider-progress-bar.full.td-10{
    transition-duration: 10s;
}
.news-indicator-progress.full,
.product-item-image-slider-progress-bar.full{
    width: 100%;
}
.sprite-soc {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    transform: scale(.5);
    width: 66px;
    height: 66px;
    margin-left: -15px;
}
.sprite-insta {
    background-position: -376px -183px;
}
.sprite-vk {
    background-position: -69px -336px;
}
footer {
    margin-top:100px;
    padding: 35px 0 10px;
    background: #686FC1;
    color: white;
    white-space: nowrap;
}
.footer__callback:before {
    content: '';
    position: absolute;
    left: -39px;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    background-position: -318px -256px;
}

.footer__callback {
    border-bottom: 2px dashed white;
    padding-bottom: 2px;
    display: inline-block;
    margin-left: 39px;
    position: relative;
    cursor: pointer;
    margin-bottom:10px;
}
.footer__logo-link{
    margin-bottom: 30px;
}
.footer__logo-link img{
    max-width: 290px;
}
footer a{
    color:white!important;
}
footer hr {
    background: white;
    margin: -12px 0 20px;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 20px;
    line-height: 1.3;
}
footer p b{
    border-bottom:1px solid #fff;
    padding-bottom:3px;
}
.copyright{
    font-size: 15px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.online {
    position: fixed;
    bottom: 15px;
    right: 0;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 997;
}

.online__circle {
    background: #5B62BC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 100px;
    height: 100px;
    align-items: center;
    margin-bottom: 4px;
    position: relative;
    flex-direction: column;
    color: white;
    padding: 10px 0;
}
.questionBut{
    background: #5B62BC;
    cursor: pointer;
    position: fixed;
    width: 200px;
    bottom: 0;
    left: calc(50% - 100px);
    color: white;
    padding: 5px;
    text-align: center;
}
table.product-card__price-table tr:last-child td:last-child:nth-child(2){
    color: #575757!important;
}
#nm__product-table tbody tr td:nth-child(2):nth-last-child(3),
.table-responsive.trading-offers tbody tr td:nth-child(2):nth-last-child(3){
    color: #333!important;
}
.fast-view__favorite svg+svg,
.product__favorite-button svg+svg,
.product-card__favorite svg+svg {
    display: none;
}
.fast-view__favorite.liked svg,
.product__favorite-button.liked svg,
.product-card__favorite.liked svg {
    display: none;
}
.fast-view__favorite.liked svg+svg,
.product__favorite-button.liked svg+svg,
.product-card__favorite.liked svg+svg {
    display: block;
}
#modal--result .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
/* or 20px */
    text-align: center;
    letter-spacing: 0.005em;
    color: #333333;
}

#modal--result .modal-body span:nth-child(2) {
    font-weight: 600;
    font-size: 22px;
    line-height: 107%;
/* or 24px */
    text-align: center;
    color: #54518F;
    margin: 20px 0 15px;
}

#modal--result .modal-content {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px;
}

#modal--result .modal-dialog {
    max-width: 354px;
}

#modal--result button.close {
    top: 20px;
    right: 20px;
    margin: 0!important;
    font-weight: 100;
    color: #707070;
    width: 15px;
    height: 15px;
    line-height: 0;
    font-size: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

#modal--result button:last-child, #modal--result a:last-of-type {
    background: #54518F;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 52px;
/* or 20px */
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: auto;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}
.flying-cart{
    position: relative;
}
.flying-cart:before {
    content: attr(data-count);
    position: absolute;
    top: -7px;
    right: 5px;
    background: #54518F;
    color: white;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 1;
}
/* .basket-items-list-item-container:nth-child(n + 11){
    display: none;
} */
/* .basket-items-list-item-container.basket-items-list-item-container--show{
    display: table-row;
} */
#basket-items-list-wrapper.basket-items-list-wrapper--show .basket-items-list-item-container{
    display: table-row;
}
button.show-more{
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
@media (max-width: 991px){
    .footer__menu-wrapper .footer__menu+p {
        margin-bottom: 30px!important;
        margin-top: 30px!important;
    }
}
@media(max-width: 575px){
    #modal--result .modal-content {
        padding: 15px;
    }
    .footer__menu-wrapper .footer__menu+p {
        margin-bottom: 20px!important;
        margin-top: 0px!important;
        text-align: center;
        width: 100%;
    }
    .questionBut{
        display: none;
    }
    .slider-for__item .easyzoom{
        display: block;
    }
    .slider-for__item .easyzoom a{
        display: block;
        width: 100%;
        padding-top: 149%;
        position: relative;
    }
    .slider-for__item .easyzoom a img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .product-card__slider .product-card__img {
        width: 100%;
    }
}
.online__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    margin-top:-10px;
}
a.bx_medium.bx_bt_button {
    background: #686FC1!important;
    border: 0!important;
    border-radius: 0!important;
    padding: 7px 15px!important;
    height: auto!important;
    font-size: 1em!important;
    line-height: 1.3!important;
}

.blog-add-comment {
    text-align: left;
    margin-top: 15px;
}
.lb-outerContainer {
    max-height: 90vh;
    width: max-content!important;
}

img.lb-image {
    max-height: 90vh!important;
    width: auto!important;
    margin: 0 auto;
    display: inline-block!important;
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0)scale(.5)skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0)scale(.7)skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0)scale(1)skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0)scale(.5)skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0)scale(.7)skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0)scale(1)skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0)kscale(.5)skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0)scale(.7)skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0)scale(1)skew(1deg);
        -o-opacity: .1
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0)scale(.5)skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0)scale(.7)skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0)scale(1)skew(1deg);
        opacity: .1
    }
}
@-moz-keyframes circle-fill-anim {
    0%, 100% {
        -moz-transform: rotate(0)scale(.7)skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0)-moz-scale(1)skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes circle-fill-anim {
    0%, 100% {
        -webkit-transform: rotate(0)scale(.7)skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0)scale(1)skew(1deg);
        opacity: .2
    }
}
@-o-keyframes circle-fill-anim {
    0%, 100% {
        -o-transform: rotate(0)scale(.7)skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0)scale(1)skew(1deg);
        opacity: .2
    }
}
@keyframes circle-fill-anim {
    0%, 100% {
        transform: rotate(0)scale(.7)skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0)scale(1)skew(1deg);
        opacity: .2
    }
}
@keyframes ring{
    0%{
        border-top-right-radius: 87px;
    }
    49%{
        border-top-right-radius: 87px
    }
    50%{
        border-top-right-radius: 0;
    }
    99%{
        border-top-right-radius: 0;
    }
    100%{
        border-top-right-radius: 87px;
    }
}
.circle-fill {
    z-index: -1;
    -webkit-box-sizing: content-box;
    width: 116px;
    height: 116px;
    bottom: -11px;
    right: -11px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.circle-fill, .img-circle {
    background-color: #5B62BC;
    box-sizing: content-box;
    position: absolute;
}
.circlephone {
    z-index: 1;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #5B62BC;
    width: 140px;
    height: 140px;
    bottom: -23px;
    right: -23px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out!important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out!important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out!important;
    -o-animation: circle-anim 2.4s infinite ease-in-out!important;
    animation: circle-anim 2.4s infinite ease-in-out!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bg-sprite_11 {
    background: url(../images/callback_modal.png) center center no-repeat;
    background-size: contain;
    width: 45%;
    height: 50%;
    margin-bottom: 10px;
    transform: scale(.7);
}
#fast-view .modal-lg {
    max-width: 1100px;
}
.modal button.close {
    background: transparent;
    color: #686FC1;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 25px;
    width: 30px;
}

.modal-title {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.modal-header {
    padding: 0;
    border: 0;
}

.modal-body {
    padding: 0;
}

form.callback-form {
    margin: 0;
}
.modal-content {
    padding: 50px 50px;
}
.m1 {
    top: 30px;
    left: 10px;
    width: 62%;
}
.m2 {
    bottom: 30px;
    right: 10px;
    width: 62%;
}

.m3 {
    height: 62%;
    top: 10px;
    left: 30px;
}

.m4 {
    height: 62%;
    bottom: 10px;
    right: 30px;
}
.modal-title {
    text-transform: none;
    margin-bottom: 25px;
}
.header__personal-navigation-wrapper .header__personal-navigation-cart:hover .mini-cart-info {
    display: block!important;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 6px 12px rgba(82, 80, 113, 0.15);
    border-radius: 5px;
    padding: 15px 18px;
    right: 0;
    top: 100%;
    z-index: 1;
    width: 190px;
}

.mini-cart-info dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.mini-cart-info dt {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #EDEDED;
    flex: 0 0 60px;
}

.mini-cart-info dd {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #EDEDED;
    flex: 0 0 calc(100% - 60px);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #54518F;
}

.mini-cart-info a:before {
    display: none!important;
}

.mini-cart-info a {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF!important;
    background: #54518F;
    border-radius: 3px;
    height: 36px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
}

.header__personal-navigation-cart {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: -15px;
}

.mini-cart-info a:hover {
    background: #625FA7;
}
.modal input {
    border: 1px solid #686FC1;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 25px;
    margin-bottom: 10px;
    width: 100%;
}

.modal button {
    max-width: 400px;
    height: 40px;
    width: 100%;
    border: 0;
    background: #686FC1;
    color: white;
    font-weight: 600;
    font-size: 25px;
    padding: 0;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.modal textarea {
    border: 1px solid #686FC1;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 25px;
    margin-bottom: 10px;
    width: 100%;
}
.form-politica{
    font-size: 14px;
}
.fast-order{
    outline: none!important;
}
.modal a {
    color: #686fc1;
}
#fast-view .modal-lg input{
    margin-bottom: 0;
    padding: 1px 0;
}
#fast-view .modal-lg button{
    max-width: unset;
    height: unset;
    display: inline-block;
    line-height: 40px;
}
#fast-view .modal-lg .catalog-detail__product-description ul{
    margin-right: 0;
}
form.fast-order-form input {
    display: block;
    width: 100%;
    margin-bottom: 5px!important;
    border: 1px solid #686FC1;
    background: white;
    padding: 5px 10px!important;
    font-size: 1em;
    line-height: 1.5;
}

form.fast-order-form span {
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-bottom: 5px;
}

form.fast-order-form [type="submit"] {
    color: white;
    background: #686fc1;
    border: 0;
    cursor: pointer;
    font-weight: bold;
}
.news-slider .news-item {

    height: auto;

}
.bx-authform-social {
    display: none;
}

.bx-authform h3 {
    font-size: 1em;
    text-align: left;
    line-height: 1;
    font-weight: normal;
}

.bx-authform h3:after {
    display: none;
}

.bx-authform input.btn.btn-primary {
    background: #5b62bc;
    border: none;
}

.bx-authform input.btn.btn-primary:focus,
.bx-authform input.btn.btn-primary:active {
    background: #5b62bc!important;
    box-shadow: none!important;
}

.bx-authform a {
    color: #5B62BC!important;
}
.product__info-detail{
    margin-top: 10px;
    text-align: center;
}
.product__info-detail a{
    display: inline-block;
    margin: 0 auto;
    padding: 5px 30px;
    color:#fff;
    background: #5B62BC;
}
.product__info-detail a:hover{
    background: #57539E;
    text-decoration: none;
}
.title-search-result tbody {
    display: flex;
    flex-direction: column;
}

.title-search-result tbody tr:nth-last-child(2) {
    order: -1;
}

.title-search-result tbody tr:last-child {order: -2;}
.header__personal-navigation-text.header__personal-navigation-cart:only-child:before {
    background: transparent;
}

.header__personal-navigation-text.header__personal-navigation-cart:only-child {
    padding-bottom: 0;
}
.menu__slide{
    bottom: 0;
    position: sticky;
}