@charset "UTF-8";

/* Normalize.css
----------------------------------------------- *
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}h2{font-size:1.5em;margin:0.83em 0;}h3{font-size:1.17em;margin:1em 0;}h4{font-size:1em;margin:1.33em 0;}h5{font-size:0.83em;margin:1.67em 0;}h6{font-size:0.75em;margin:2.33em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}p,pre{margin:1em 0 !important;}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:'';content:none;}small{font-size:75%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}dl,menu,ol,ul{margin:1em 0;}dd{margin:0 0 0 40px;}menu,ol,ul{padding:0 0 0 40px;}nav ul,nav ol{list-style:none;list-style-image:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
/* Normalize.css
----------------------------------------------- */


.vi-container p{
    font-size: 15px;
}




/* common css */
body  .newBlock *, body  .newBlock *::before, body  .newBlock *::after {
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.newBlock * {
    font-family: Ubuntu !important;
/*    font-style: normal  !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 15px  !important;
    line-height: 150%  !important;*/
    color: #555555;
}

.newBlock a {
    outline: none!important;
}

.vi-category-list__item{
    list-style: none;
    list-style-type: none;
}
.vi-category-list__item:before{
    display: none;
}

.newBlock .button span, .newBlock button.button, .newBlock input.button{
    color:#fff !important;
}

.newBlock .button{
    display: block;
}

.vi-video-slider .fbyoutube{
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.vi-video-slider .fbyoutube:after{
    content: "";
    background-image: url("../svg/youtube.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px;
    position: absolute;
    left:0;right:0;top:0;bottom: 0;
    margin: auto;
    background-size: contain;
}



body  .newBlock p{
    color: #555555;
}


body  .newBlock .wrapper_inner {
    padding: 0 0px;
    max-width: 1290px;
    margin: 0 auto;
}
a {
    transition: .3s ease-out;
    will-change: auto;
}
.vi-link {
    font-size: inherit;
    line-height: 1;
    text-decoration-line: underline;
    color: #EC584D;
    text-align: center;
    display: inline-block;
}
.vi-link:hover {text-decoration: none;}

.vi-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.vi-flex {
    display: flex;
    flex-wrap: wrap;
}

.vi-btn {
    background: #EC584D;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 170px;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    margin-top: 15px;
}
.vi-btn:hover {
    background: #CF4D43;
}
.vi-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #333333;
    margin-top: 0;
}

.vi-subtitle {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #333333;
}
.vi-input {
    height: 50px !important;
    line-height: 50px !important;
    background: #FFFFFF !important;
    border: 1px solid #BBBBBB !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    width: 100%;
    max-width: 370px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #888;
    font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #888;
    font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #888;
    font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #888;
    font-size: 14px;
}

.vi-hr {
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    border: none;
    margin: 0;
    padding: 0;
}
/* common css end */






/* banner css */
.vi-banner {
    background: #F1E9EB;
    border-radius: 10px;
    padding: 50px 13px 50px 12px;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.vi-banner .vi-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin: 0px 0px 30px 0px;
    position: relative;
    z-index: 2;
}
.vi-banner .vi-btn {
    position: relative;
    z-index: 2;
}
.vi-lights {
    width: 240px;
    height: 235px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50% / 100% 100% 0 0;
    background: #FFFFFF;
    filter: blur(90px);
}

.vi-banner-pic {
    position: relative;
}
.vi-banner-pic:after {
    content: '';
    display: block;
    width: 210px;
    height: 211px;
    background: #FFFFFF;
    filter: blur(50px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.vi-banner img {
    width: 268px;
    text-align: center;
    position: relative;
    z-index: 2;
}
/* banner css end */








/* text with img */
.vi-text-with-img {
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 30px;
}
/*.vi-text-with-img p*/
.vi-text-with-img img{
    display: none;
}
.vi-text-with-img p:nth-of-type(1) {display: block;}

.vi-text-with-img ul li {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    list-style:none;
}
body .vi-text-with-img ul li::before{
    /*content: "";*/
    /*display: inline-block;*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*background: url('/bitrix/templates/aspro_mshop/images/icons_wish.png') -18px -0px no-repeat;*/
    /*vertical-align: middle;*/
    /*margin: 0px 5px 0px 0px;*/
}


/* text with img end */
.vi-link{
    font-size: 15px;
}

.tabs_content{
    margin-bottom:40px;
}





/* advantages */
.vi-advantages {
    flex-direction: column;
    align-items: center;
    padding: 25px 0 50px 0;
    flex-wrap: wrap;
    justify-content: space-around;
}
.vi-advantages .vi-title {
    text-align: center;
    margin-bottom: 15px;
}
.vi-advantages .vi-subtitle {
    font-weight: 400;
    margin: 0;
}
.vi-advantages__item {
    padding: 15px 0 30px 0;
}
.vi-advantages__item-img {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
}
/* advantages end */








/* form */
.vi-form-wrapper {
    background: #f4f4f4;
    padding: 50px 0 70px 0;
}
.vi-form {
    align-items: center;
    flex-direction: column;
}
.vi-form .vi-title,
.vi-form p {
    text-align: center !important;
}
.vi-form p {
    margin-bottom: 30px !important;
}
.vi-form .vi-btn {
    border: none;
    margin-top: 0;
}
/* form end */




/* product slider */
.vi-product-slider-wrapper {
    padding: 54px 0 60px 0;
    background: #f4f4f4;
}
.vi-product-slider-wrapper .vi-title {
    text-align: center;
}
.vi-product-slider-wrapper .vi-link {
    width: 100%;
}

.vi-product-slider .slick-list {
    padding: 50px 0 60px 30px;
}
.tabs-block .vi-product-slider .slick-list {
    padding-top: 0px;
}
.vi-product-slider-tabs-margin{
    padding-left:30px;
}

.vi-product-slider__item {
    width: 240px;
    background: #FFFFFF;
    box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    display: block;
    position: relative;
    margin-right: 20px;
    padding: 15px 10px 15px 10px;
    text-decoration: none;

}
.vi-product-slider__item img {
    width: 100%;
}
.vi-product-slider__item .stickers{
    position: absolute;
    top: 28px;
    left: 20px;
    z-index: 1;
}
.vi-product-actions {
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 1;
}

/* NEW START */
.vi-product-actions__link {
    display: block;
    margin-bottom: 30px;
    border: none;
    background: none;
    outline: none;
}
.vi-product-slider__item-description {
    padding: 35px 10px 0 10px;

}
.vi-product-slider__item-description h4 {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}

.vi-product-slider__item-description h5 {
    margin: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 150%;
    color: #333333;
}


.vi-product-actions__link{
    position: relative;
    cursor: pointer;
}
.vi-product-actions__link:before{
    content: "";
    position: absolute;
    left:-10px;
    top:-11px;
    z-index: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0px;

}
.vi-product-actions__link.comp:before{
    top:-8px;
}
.vi-product-actions__link:hover:before{
    background-color: #ECECEC;
}
.vi-product-actions__link:hover svg{
    fill: #333;
}

.vi-product-slider__item:hover h4{
    color:#EC584D;
}
.vi-product-actions__link svg{
    position: relative;
    z-index: 10;
    fill: #888888;
}

.vi-product-actions__link.added:before{
    background-color: #EC584D;
}
.vi-product-actions__link.added svg{
    fill: #fff;
}
/* NEW END */
.vi-in-stock {
    align-items: center;
    padding: 5px 0 15px 0;
}
.vi-in-stock span {
    font-size: 15px;
    line-height: 1;
    color: #888888;
    display: inline-block;
    margin-left: 8px;
}
.vi-in-stock.none svg path{
    fill: #d07474;
}
.vi-in-stock svg path {
    fill: #81D074;
}

/* product slider end */


/* category-list */
.vi-category-list-wrapper {
    background: #f4f4f4;
    padding: 20px 0;
    width: 100%;
}

.vi-category-list-wrapper .vi-link {
    width: 100%;
    padding: 25px 0;
}

.vi-category-list {
    flex-direction: column;
    align-items: center;
}
.vi-category-list__item {
    list-style: none;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 280px;
    height: 200px;
    margin-bottom: 10px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.07);
}

.vi-category-list__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vi-category-list__item h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #333333;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 10px;
    color: #333333;
    margin: 0;
}
/* category list end */






/* reviwes video slider */
.vi-video-slider-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
}
.vi-video-slider-wrapper .vi-title {
    text-align: center;
}

.vi-next, .vi-prev {
    position: absolute;
    bottom: 0;
}
.vi-next {right: 20px;}
.vi-prev {left: 20px;}
.vi-video-slider__item {
    width: 100%;
    height: 300px;
}
.vi-video-slider__item iframe,.vi-video-slider__item .iframe {
    width: 100%;
    height: 100%;
}
.vi-video-slider__item img {
    display: block;
    width: 100%;
    height: auto;
}
/* reviwes video slider end */

/* tabsblock START */
.tabs-block{

}

.vi-product-slider {
    overflow: hidden;
    max-height: 600px;
}
    .vi-product-slider-tabs-margin{
        margin-top:50px;
        margin-bottom:27px;
    }
        .vi-product-slider-tabs .vi-product-tabs li:before{
            content: "";
            display: none;
        }
        .vi-product-slider-tabs .vi-product-tabs li{
            padding:10px 16px;
            margin:0px;
            background: #FFFFFF;
            color:#888888;
            border-radius: 10px;
            list-style: none;
            font-family: Ubuntu;
            font-size: 15px;
            line-height: 150%;
            display: inline-block;
            cursor: pointer;
            margin-right:20px;
        }
        .vi-product-slider-tabs .vi-product-tabs li span{
            color: inherit;
        }
        .vi-product-slider-tabs .vi-product-tabs .cur {
            background: #333333;
            color: #FFFFFF;

        }
        .vi-product-slider-tabs .vi-product-tabs .cur span{
            color:inherit;
        }
        .vi-product-slider-tabs .vi-product-tabs li:not(.cur):hover{
            color:#333333;
        }
    .tab-item-content:not(.cur){
        display: none;
    }
/* tabsblock END */


@media only screen and (min-width: 768px) {
    .vi-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .vi-title {
        font-size: 32px;
    }

    .vi-banner .vi-title {
        font-size: 30px;
        max-width: 320px;
    }
    .vi-lights {
        width: 665px;
        height: 235px;
    }

    .vi-text-with-img {
        margin-top: 90px;
        margin-bottom: 70px;
        width: 100%;
        flex-direction: row;
    }

    .vi-text-with-img img {
        display: block;
        filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.07));
        border-radius: 10px;
        width: 320px;
        height: 420px;
        object-fit: cover;
    }
    .vi-text-with-img > div {
        width: calc(100% - 320px);
        padding-left: 50px;
    }
    .vi-news-detail .vi-text-with-img > div {
        width: calc(100% - 400px);
    }
    .vi-text-with-img.vi-text-left > div {
        padding-left: 0;
        padding-right: 50px;
    }

    .vi-advantages {
        flex-direction: row;
        padding-bottom: 0;
    }
    .vi-advantages .vi-title {
        width: 100%;
        margin-bottom: 70px;
    }
    .vi-advantages__item {width: 50%;}
    .vi-advantages__item {padding: 0 0 90px 0;}
    .vi-form-wrapper {
        padding: 70px 0 90px 0;
    }
    .vi-form .vi-title,
    .vi-form p {
        max-width: 490px;
    }
    .vi-form p {margin-top: 0;}



    .vi-product-slider-wrapper {
        padding: 64px 0 80px 0;
    }

    .vi-product-slider__item {
        width: 270px;
        margin-right: 30px;
    }
	.wrapper_inner .vi-product-slider__item {
	 width: 252px;
}

    .vi-product-slider .slick-list {
        padding: 90px 0 70px 30px;
    }
    .vi-product-slider-tabs-margin{
        padding-left:30px;
    }
    .tabs-block .vi-product-slider .slick-list{
        padding-top:0px;
    }




    .vi-category-list-wrapper {
        padding: 30px 0;
    }

    .vi-category-list {
        flex-direction: row;
        justify-content: space-between;
    }
    .vi-category-list__item {
        margin-bottom: 30px;
        width: calc(50% - 15px);
        height: 270px;
    }
    .vi-category-list__item h4 {
        bottom: 30px;
        right: 30px;
        left: initial;
        font-size: 18px;
        transform: none;
    }

    .vi-video-slider-wrapper {
        padding: 80px 84px 0 84px;
        padding-bottom: 0;
    }

    .vi-video-slider-wrapper .vi-title {
        margin-bottom: 60px;
    }
    .vi-video-slider__item {
        height: 337px;
    }

    .vi-prev {left: 30px;}
    .vi-next {right: 30px;}

    .vi-prev,
    .vi-next {
        bottom: 165px;
    }

}

@media only screen and (min-width: 1230px) {
    .vi-container {
        max-width: 1170px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;

    }
    .vi-title {font-size: 36px; line-height: 1}
    .vi-banner {
        padding: 20px 85px 0px 145px;
        flex-direction: row;
    }
    .vi-lights {
        width: 870px;
        height: 270px;
    }
    .vi-banner-pic {
        margin-left: auto;
    }
    .vi-banner .vi-title {
        text-align: left;
        font-size: 36px;
        line-height: 41px;
        max-width: 385px;
        position: relative;
        top: -20px;
    }
    .vi-banner img {
        width: 470px;
        margin-left: auto;
    }
    .vi-banner .vi-btn {
        position: relative;
        bottom: 180px;
    }
    .vi-news-detail .vi-banner .vi-btn {
        bottom: 132px;
    }
    .vi-text-with-img {
        margin-top: 90px;
        margin-bottom: 40px;
    }
    .vi-text-with-img img {
        width: 404px;
        height: 478px;
    }
    .vi-text-with-img > div {
        width: calc(100% - 404px);
        padding-left: 96px;
    }

    .vi-news-detail .vi-text-with-img > div {
        width: calc(100% - 455px);
        padding-left: 50px;
    }
    .vi-text-with-img.vi-text-left > div {
        padding-left: 0;
        padding-right: 96px;
    }

    .vi-news-detail .vi-text-with-img.vi-text-left > div {
        padding-right: 50px;
    }
    .vi-text-with-img p {display: block;}
    .vi-advantages {
        padding-top: 30px;
    }
    .vi-advantages__item {
        padding-bottom: 110px;
        width: 25%;
    }
    .vi-form-wrapper {
        padding: 60px 0 80px 0;
    }
    .vi-form {
        flex-direction: row;
        justify-content: center;
    }
    .vi-form .vi-title, .vi-form p {
        width: 100%;
        max-width: 100%;
    }
    .vi-form p {
        padding-left: 30%;
        padding-right: 30%;
    }
    .vi-input {
        margin-bottom: 0;
        text-align: left;
        padding: 0 15px;
    }
    .vi-input:not(.vi-btn) {
        margin-right: 30px;
    }
    .vi-product-slider-wrapper {
        padding: 80px 0 80px 0;
    }
    .vi-product-slider-tabs{
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    .vi-product-slider {
        max-width: 1230px;
        margin-left: auto;
        margin-right: auto;
    }
    .vi-category-list-wrapper {
        padding: 90px 0 70px 0px;
    }
    .vi-category-list__item {
        width: calc(25% - 20px);
    }
    .vi-category-list__item.big {
        width: calc(50% - 20px);
    }
    .vi-video-slider-wrapper {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .vi-video-slider {
        width: 874px;
        margin: 0 auto;
    }
    .vi-video-slider__item {
        width: 422px;
        /*height: 237px;*/
        margin: 0 15px;
    }

    .vi-prev, .vi-next {bottom: 115px;}
    .vi-prev {left: 130px;}
    .vi-next {right: 130px;}

    .vi-product-slider-tabs-margin{
        padding-left:0px;
    }
}




.ok,.vi-form p.ok{
    display: block;
    font-size: 20px !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 0px !important;
    min-width: 320px;
    width:100%;
    text-align: center !important;
    line-height: 70px !important;
    color:#000;

}



.form.CALLBACK .form_result{
    text-align: center;
}

.vi-news-detail .vi-container {
    padding: 0px !important;
}

