

/* Start:/bitrix/templates/landingshop/components/bitrix/news.list/slider_default/style.css?17084152122289*/
.owl-carousel.owl-math-height {
    position: relative;
}
.head-slide {
    min-height: 100vh;
    position: relative;
    padding-bottom: 64px;
    padding-top:87px; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.slider_text_left {
    justify-content: left;
    text-align: left;
}
.slider_text_left .slider_price {
    display:flex;
    justify-content: left;
    align-items: center;
}
.slider_text_left .slider_price .slider_new_price {
    margin-right: 20px;
}
.slider_text_right {
    justify-content: right;
    text-align: right;
}
.slider_text_right .slider_price {
    display:flex;
    justify-content: right;
    flex-direction: row-reverse;
    align-items: center;
}
.slider_text_right .slider_price .slider_new_price {
    margin-left: 20px;
}
.slider_text_center {
    justify-content: center;
    text-align: center;
}
.slider_color_lite {
    color:white;
}
.slider_color_dark {
    color:#212121;
}
.slider_color_site {
    color:var(--prv_color);
}
.btn.slider_color_lite, .btn.slider_color_lite:focus {
    border-color:white;
    color:white;
    background-color:transparent;
}
.btn.slider_color_dark, .btn.slider_color_dark:focus {
    border-color:#212121;
    color:#212121;
    background-color:transparent;
}
.btn.slider_color_lite:hover {
    color:white;
    background-color:var(--prv_btn_color);
    border-color:var(--prv_btn_color);
}
.btn.slider_color_dark:hover {
    color:#212121;
    background-color:var(--prv_btn_color);
    border-color:var(--prv_btn_color);
}
.slider_weight_normal {
    font-weight: normal;
}
.slider_weight_bold {
    font-weight: bold;
}
.slider_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
}
.slider_description {
    opacity: 0.68;
    font-family: var(--prv_font_family);
    padding-bottom: 30px;
}
.slider_price {
    padding-bottom: 30px;
}
.slider_new_price {
    margin-bottom: 10px;
}
.slider_old_price {
    color: #DBDBDB;
    margin-bottom: 10px;
    text-decoration: line-through;
}
@media (max-width: 992px) {
    .head-slide .slider_header {
        font-size:32px!important;
    }
}
/* End */


/* Start:/bitrix/templates/landingshop/components/bitrix/news.list/features_2/style.css?1708415212410*/
#features {
    padding-bottom:90px;
}
#features .heading {
    padding-bottom: 90px;
}
#features_slider_owl {
    padding-bottom:40px;
}
.features_block {
    text-align:center;
    padding-top:40px;
}
.features_img {
    height:60px;
    width:60px;
    margin:0 auto;
    margin-bottom:16px;
}
.features_name {
    font-size:1.428571em;
    font-weight:bold;
    margin-bottom:16px;
}
/* End */


/* Start:/bitrix/templates/landingshop/components/bitrix/news.list/features_slider/style.css?1708415212668*/
#features_slider_owl .owl-item .features_slider_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:414px;
}
#features_slider_owl .owl-item .features_item_container {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0.4;
    transition: all 0.4s linear;
    width:65.5%;
    height:271px;
}
#features_slider_owl .owl-item.center .features_item_container {
    width:100%;
    height:414px;
    opacity:1;
}
#features_slider_owl .owl-item .features_item_container img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
}
/* End */


/* Start:/bitrix/templates/landingshop/components/bitrix/news.list/options_2/style.css?17084152121061*/
#options {
    position: relative;
}
#options .heading {
    line-height:48px;
    padding-top:0px;
    padding-bottom:45px;
    text-align:center;
}
@media (min-width: 992px) {
    #options .heading {
        text-align:left;
        padding-top:50px;
    }
}
.img_wrapper {
    width: calc(50% - 30px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .img_wrapper {
        width: 100%;
        position: relative;
        min-height: 100%;
        padding-top: 66.6%;
    }
}
.options_other_block {
    text-align: left;
    padding-bottom: 25px;
    padding-top: 25px;
    color:#212121;
    font-family: var(--prv_font_family);
}
.options_other_head {
    font-weight: bold;
    font-size: 1.142857em;
    margin-bottom: 12px;
    text-transform:uppercase;
}
#options .btn.options_link_btn {
    margin-top: 45px;
    margin-bottom: 60px;
}
/* End */


/* Start:/bitrix/templates/landingshop/components/bitrix/news.list/customized_2/style.css?17084152121328*/
#customized {
    padding-bottom: 25px;
}
#customized .heading {
    padding-bottom: 90px;
}
.customized_block {
    text-align:center;
    padding-bottom:50px;
}
.min_customized_block {
    text-align:center;
    padding-top:50px;
}
@media (min-width: 576px) {
    .customized_bar_left .customized_block {
        text-align:right;
    }
    .customized_bar_right .customized_block {
        text-align:left;
    }
}
@media (min-width: 1200px) {
    .customized_bar {
        padding-top:50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .customized_bar_left .customized_block {
        padding-right:50px;
    }
    .customized_bar_right .customized_block {
        padding-left:50px;
    }
}
.customized_block a{
    display:block;
    color:#212121;
    text-decoration:none;
}
.customized_block a:hover,
.customized_block a:focus,
.customized_block.active a {
    color:var(--prv_color);
    text-decoration:none;
}
.customized_name {
    font-size:1.42857em; 
    font-weight:bold;
    margin-bottom:16px;
}
.customized_text  {
    font-size:1.07142857em;
    color: #757575;
}
#customized_slider_owl .item img.item_img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/* End */


/* Start:/bitrix/templates/landingshop/components/bitrix/main.include/video/style.css?17084152123573*/
#video {
    position:relative;
    overflow:hidden;
}
#video:before,
#video:after {
    content: '';
    display: block;
    width: 100%;
    height: 155px;
    background-color: #fff;
    position: absolute;
    z-index:2;
}
#video:before {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
    top: 0;    
}
#video:after {
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    bottom: 0;
}
.video_background_image {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    transition: .8s;
}
#video a:hover .video_background_image{
	transition: 2s;
	transform: scale(1.1);
}
.video_background_color {
    background-color: var(--prv_color);
    opacity:0.8;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 2;
}
#video a.video_link {
    display:block;
    position:relative;
    z-index:1;
    text-decoration:none;
    padding-top:250px;
    padding-bottom:250px;
}
#video a.video_link:hover,
#video a.video_link:focus {
    text-decoration:none;
}
#video .video_container {
    position:relative;
    z-index: 3;
    text-align:center;
    transition: .8s;
}
#video a:hover .video_container{
	transition: 2s;
	transform: scale(.93);
}
#video .play_block {
    margin:0px auto 47px;
}
#video a.video_link:hover .play_botton {
	-webkit-animation: spinner_hover .8s ease-out 1;
	animation: spinner_hover .8s ease 1;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#video a.video_link.play_botton {
	-webkit-animation: spinner .5s ease-out 1;
	animation: spinner .5s ease 1;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
@keyframes spinner_hover{
	from {
        transform:rotate(0deg);
	}
	to{
        transform:rotate(360deg);
	}
}
@keyframes spinner{
	from {
        transform:rotate(0deg);
	}
	to{
        transform:rotate(-760deg);
	}
}
.video_name h2{
    font-family: var(--prv_font_family);
    font-weight: bold;
    color:#fff;
    font-size: 2em;
    line-height:40px;
    text-transform:uppercase;
    padding-bottom:13px;
}
@media (min-width: 576px) {
    .video_name h2{
        font-size: 2.571428em;
        line-height:48px;
    }
}
.video_desc {
    line-height:20px;
    font-size: 1,142857em;
    color:#fff;
    font-family: var(--prv_font_family);
}
#openVideo.modal.fade .modal-dialog {
    top:0;
    transition: top .3s ease-out;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
#openVideo.modal.show .modal-dialog {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
}
#openVideo .block_video .modal-body{
    background: #000;
    padding: 0;
}
#openVideo .block_video{
    border-radius: 0;
}
#openVideo .block_video .close{
    margin-right: 10px;
}
#openVideo .modal_video_container>iframe{
    width: 100%;
    height: 400px;
}
#openVideo .close{
    position: absolute;
    top: -32px;
    right: 0;
    padding: 0 0 16px;
    opacity: .8;
}
/* End */


/* Start:/bitrix/templates/landingshop/components/bitrix/news.list/products/style.css?17084152124483*/
#products {
    padding-bottom: 90px;
}
#products .heading {
    padding-top: 10px;
    padding-bottom: 60px;
}
.products_slider_item {
    border:1px solid #E8E8E8;
    border-radius:10px;
    padding: 20px 18px 30px 18px;
}
.products_item_container {
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
#products .owl-carousel .products_img {
    max-width:100%;
    margin:0 auto 17px;
    height:auto;
    width:auto;
}
.products_slider_item .marks_container {
    display:flex;
    position:absolute;
    top:0px;
    right:0px;
    width:100%;
    justify-content:flex-end;
    flex-wrap:wrap;
}
.products_slider_item .marks_container .mark{
    font-size:0.857142em;
    line-height:16px;
    text-transform:uppercase;
    margin:0px 0px 10px 10px;
    padding:7px 11px 8px 11px;
    border-radius:4px;
    color:#fff;
}
.products_slider_item .marks_container .mark_HIT{
    background-color:#FF0077;
}
.products_slider_item .marks_container .mark_NEW{
    background-color:#00C83C;
}
.products_slider_item .marks_container .mark_RECOMMEND{
    background-color:#FF8000;
}
.products_slider_item .products_item_name {
    font-size:1.857142em;
    font-weight:bold;
    margin-bottom:16px;
}
.products_slider_item .products_options_list {
    color:#757575;
    margin:0px 0px 35px;
    padding:0px 0px 0px 17px;
    line-height:21px;
}
.products_slider_item .item_price {
    margin-bottom:21px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}
.products_slider_item .item_new_price {
    font-size:1.714285em;
    line-height:1;
    font-weight:bold;
    margin-right:10px;
    margin-bottom:8px;
}
.products_slider_item .item_old_price {
    color:#757575;
    font-size:1.142857em;
    line-height:1;
    text-decoration:line-through;
    margin-bottom:8px;
}
.products_slider_item .item_in_stock {
    color:var(--prv_color);
    text-transform:uppercase;
    margin-bottom:16px;
}
.products_slider_item .item_no_stock {
    color:#757575;
    text-transform:uppercase;
    margin-bottom:16px;
}
.products_slider_item .products_buy_btn {
    width:207px;
    max-width:100%;
    margin:0 auto;
    display:block;
}

/*owl style*/
#products .owl-carousel .owl-nav {
    margin:0;
}
#products .owl-carousel .owl-dot, 
#products .owl-carousel .owl-nav .owl-next, 
#products .owl-carousel .owl-nav .owl-prev,
#products .owl-theme .owl-nav [class*=owl-]:hover{
    margin:0px;
	padding:0px;
}

#products .owl_btn-left{
	position: absolute;
	font-size: 24px;
	left: -48px;
	top: 30%;
	bottom: 0;
	height: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}

#products .owl_btn-right{
	position: absolute;
	font-size: 24px;
	right: -48px;
	top: 30%;
	bottom: 0;
	height: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}
#products .owl_btn-left,
#products .owl_btn-right{
    top: calc(50% - 37px);
}

#products .owl_btn-right a,
#products .owl_btn-right a:focus,
#products .owl_btn-left a,
#products .owl_btn-left a:focus{
    border: none;
    color: #707070;
    font-size: 32px;
    padding: 0;
}
#products .owl_btn-right a:hover,
#products .owl_btn-left a:hover{
    color: var(--prv_color);
}

#products .products_buy_btn.in_cart {
    display:none;
}
#products .buy_block.in .products_buy_btn.in_cart {
    display:block;
}
#products .buy_block.in .products_buy_btn.to_cart,
#products .buy_block.loading .products_buy_btn.to_cart,
#products .buy_block.loading .products_buy_btn.in_cart {
    display:none;
}
#products .buy_block .buy_loader {
    font-size: 24px;
    padding: 11px 30px;
    text-align:center;
    display:none;
    background-color: var(--prv_button_bg);
    border: 2px solid var(--prv_color);
    border-radius: var(--prv_button_radius);
    color: var(--prv_font_color);
    font-family: var(--prv_font_family);
    text-transform: uppercase;
    outline: none;
    line-height: normal;
    box-shadow: none;
    width: 207px;
    max-width: 100%;
    margin: 0 auto;
}
#products .buy_block.loading .buy_loader {
    display:block;
}
#products .buy_block .buy_loader i{
    width:24px;
    height:24px;
    display:inline-block;
    animation: load 1.5s infinite linear;
}
@keyframes load {
    100% {
        transform: rotate(360deg);
    }
}
/* End */


/* Start:/bitrix/templates/landingshop/components/bitrix/news.list/reviews_main_default/style.css?17084152123206*/
#reviews>.container {
    position: relative;
}
#reviews .heading {
    padding-bottom: 45px;
}
#reviews .about_person{
    margin-bottom: 30px;
    display:flex;
    align-items:center;
}
#reviews .stars_cnt{
    width:150px;
}
#reviews .star{
    height: 18px;
    width: 18px;
    margin-left: 8px;
    display: inline-block;
}
#reviews .star .star_icon{
    fill: #E1E1E1;
}
#reviews .star.active .star_icon{
    fill: #EFCE4A;
}
#reviews .person_photo{
    height: 94px;
    width: 94px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 42px;
    border-radius: 100%;
}
#reviews .about_person_container {
    width: calc(100% - 136px);
}
#reviews .about_name_container {
    display:flex;
    align-items:center;
}
#reviews .about_person_text{
    width: calc(100% - 150px);
}
#reviews .person_post{
    font-size: 0.857142em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 4px;
}
#reviews .person_name{
    font-size: 1.714285em;
    font-weight: 600;
}
#reviews .review_text{
    color: #757575;
}
#reviews .review_more{
    font-size: 1.142857em;
    font-weight: 600;
}
#reviews .review_more,
#reviews .review_more:hover,
#reviews .review_more:focus{
    color: var(--prv_color);
}
#reviews .review_rating_value {
    display: none !important;
}
/*owl style*/
#reviews_owl.owl-carousel .owl-nav {
    margin:0;
}
#reviews_owl.owl-carousel .owl-dot, 
#reviews_owl.owl-carousel .owl-nav .owl-next, 
#reviews_owl.owl-carousel .owl-nav .owl-prev,
#reviews_owl.owl-theme .owl-nav [class*=owl-]:hover{
    margin:0px;
	padding:0px;
}
#reviews_owl .owl_btn-left{
	position: absolute;
	font-size: 24px;
	left: -48px;
	top: 30%;
	bottom: 0;
	height: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}
#reviews_owl .owl_btn-right{
	position: absolute;
	font-size: 24px;
	right: -48px;
	top: 30%;
	bottom: 0;
	height: 0px;
	padding: 0px;
	margin: 0px;
	background: none;
}
#reviews_owl .owl_btn-left,
#reviews_owl .owl_btn-right{
    top: calc(50% - 37px);
}

#reviews_owl .owl_btn-right a,
#reviews_owl .owl_btn-right a:focus,
#reviews_owl .owl_btn-left a,
#reviews_owl .owl_btn-left a:focus{
    border: none;
    color: #707070;
    font-size: 32px;
    padding: 0;
}
#reviews_owl .owl_btn-right a:hover,
#reviews_owl .owl_btn-left a:hover{
    color: var(--prv_color);
}
#reviews_owl .morecontent span {
    display: none;
}
#reviews_owl .review_more {
    display: block;
}
.review_more{
    margin-top: 16px;
    text-decoration: none!important;
}
@media (max-width: 992px) {
    #reviews .about_name_container {
        display:block;
    }
    #reviews .about_person_text {
        width:100%;
    }
    #reviews .stars_cnt {
        padding-top:10px;
    }
    #reviews .star {
        margin-left: 0px;
        margin-right: 8px;
    }
}
@media (max-width: 500px) {
    #reviews .about_person{
        display:block;
    }
    #reviews .about_person_container {
        width:100%;
    }
    #reviews .person_photo{
        margin-bottom:10px;
    }
}
/* End */
/* /bitrix/templates/landingshop/components/bitrix/news.list/slider_default/style.css?17084152122289 */
/* /bitrix/templates/landingshop/components/bitrix/news.list/features_2/style.css?1708415212410 */
/* /bitrix/templates/landingshop/components/bitrix/news.list/features_slider/style.css?1708415212668 */
/* /bitrix/templates/landingshop/components/bitrix/news.list/options_2/style.css?17084152121061 */
/* /bitrix/templates/landingshop/components/bitrix/news.list/customized_2/style.css?17084152121328 */
/* /bitrix/templates/landingshop/components/bitrix/main.include/video/style.css?17084152123573 */
/* /bitrix/templates/landingshop/components/bitrix/news.list/products/style.css?17084152124483 */
/* /bitrix/templates/landingshop/components/bitrix/news.list/reviews_main_default/style.css?17084152123206 */
