/*put your css code here*/

/*
div.catalog-list div.catalog-item.in-cart .move2basket, div.cart-info-block div.catalog-item.in-cart .move2basket{
	display: none !important;
}

div.catalog-list div.catalog-item.in-cart .quantity-block{
	display: block !important;
}

div.catalog-list div.catalog-item.in-cart .add2basket{
	display: block !important;
}
*/

.phone_block{
    display: flex;
}

header.top .phone_block{
	flex-direction: column;
align-items: flex-start;
}

header .callform{
padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 3px;
}

header.top .callform{
	padding: 5px 20px;
}

header.top .button-wrap{
	margin-top: 5px;
}

@media(max-width: 991px){

 .phone_block{
	flex-direction: column;
align-items: flex-start;
}


.callform{
	padding: 5px 20px;
}

.button-wrap{
	margin-top: 5px;
}

}

@media (min-width: 992px) {
	.main-menu-navigation .row {
		display: flex;
		justify-content: space-between;
	}
	.col-lg-3.col-md-5.col-12.main-menu-navigation--item {
		max-width: 20%;
		width: auto;
		text-align: center;
	}
}



/* VIDEO */

.gallery__video__wrap {
	position: relative;
}

.gallery__video_list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 60px 0;
	position: relative;
}

.gallery__video__item {
	width: 100%;
	height: auto;
	cursor: pointer;
	max-height: 450px;
}

.gallery__video__item::after {
	content: "";
	background-image: url('/upload/player.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
    width: 70px;
    height: 70px;
	transition: .3s;
    transform: translate(-50%, -50%);
}

.gallery__video__item:hover::after {
    width: 85px;
    height: 85px;
}

.gallery__video__item_box {
	width: 100%;
	height: 100%;

}








.modal {
    display: none;
    width: 100%;
    max-width: 480px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px !important;
}

.modal__video {
    background-color: transparent !important;
    max-width: 1200px;
    padding: 0px !important;
}

.modal__video--small {
    max-width: initial;
    height: calc(100vh - 40px);
    margin: 20px 0px !important;
    overflow: hidden !important;
}

.modal__close {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 12px;
    transition: .3s;
    background-color: #e59a05;
    border-radius: 50%;
    background-image: url(/upload/x.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.fancybox-close-small {
	display: none;
}

.modal__close:hover {
	background-color: #c77c00;
}

.modal__video .modal__close {
    right: 20px;
    z-index: 1000;
    top: 0px;
}


.modal__video__content {
    display: flex;
    flex-direction: column;
    width: 500px;
    margin: auto;
    background-color: transparent;
    border-radius: 5px;
    outline: 0;
    pointer-events: auto;
    height: 100%;
    justify-content: center;
    overflow: hidden;
}

.modal__video__content__iframe {
    text-align: center;
    width: 500px;
    height: 100%;
    margin: 0px auto;
}

.modal__video__content video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}












/*
  *  Owl Carousel - Core
  */
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
  *  Owl Carousel - Animate Plugin
  */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
  * 	Owl Carousel - Auto Height Plugin
  */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
  * 	Owl Carousel - Lazy Load Plugin
  */
.owl-carousel .owl-item {
    /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
  * 	Owl Carousel - Video Plugin
  */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*
  * 	Default theme - Owl Carousel CSS File
  */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/*
  *  Owl Carousel - Animate Plugin
  */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}







.slider__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 16px);
    left: 0px;
}

.slider__navigation .owl-prev,
.slider__navigation .owl-next {
    position: relative;
    z-index: 10;
    outline: none;
    background: unset;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e59a05;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #e59a05;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: .3s;
}

.slider__navigation .owl-prev svg,
.slider__navigation .owl-next svg {
    width: 25px;
    height: 25px;
}

.slider__navigation .owl-prev svg path,
.slider__navigation .owl-next svg path {
    stroke: #fff;
    transition: .3s;
}

.slider__navigation .owl-prev.disabled,
.slider__navigation .owl-next.disabled {
    visibility: hidden;
    opacity: 0;
}

.slider__navigation .owl-prev:hover,
.slider__navigation .owl-next:hover {
    background-color: #c77c00;
	border-color: #c77c00;
}

.slider__navigation .owl-prev:hover svg path,
.slider__navigation .owl-next:hover svg path {
    stroke: #f3f3f3;
}

.slider__navigation .owl-prev {
    margin-left: -16px;
}

@media (max-width: 767px) {
    .slider__navigation .owl-prev {
        margin-left: -10px;
    }
}

.slider__navigation .owl-next {
    margin-right: -16px;
}

@media (max-width: 767px) {
    .slider__navigation .owl-next {
        margin-right: -10px;
    }
}



div.slider-gallery.slick-dotted.slick-slider {
	width: auto;
}

div.slider-gallery div.desc{
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    padding: 23px 25px 25px;
    text-align: center;
    min-height: 71px;
    background-color: #e59a05;
    position: absolute;
    bottom: 20px;
    z-index: 100;
    transform: translate(-50%);
    left: 50%;
    display: none;
	opacity: .9;
}

.slick-initialized .slick-slide {
	position: relative;
}


.my_slider .subtitle {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (max-width: 1024px) {
    .my_slider .subtitle {
        width: 80%;
    }
}
@media (max-width: 767px) {
    .my_slider .subtitle {
        width: 90%;
    }
}


.add_z-index .content.no-margin {
	z-index: 20;
}

div.cart-info-block div.total-container{
	display: none!important;
}


/* START Cookies */

:root {
    --cookie__block__background: #f7f8f9;
    --cookie_box-shadow: 0px -5px 15px rgba(62, 62, 62, 0.1);

    --cookie__text__font_title: 14px;
    --cookie__text__font_size: 13px;
    --cookie__text__font_size_small: 12px;
    --cookie__button__font_size: 14px;

    --cookie__mobile__text__font_size: 12px;
    --cookie__mobile__button__font_size: 12px;

    --cookie__link: #000000;
    --cookie__link_hover: #000000;
    --cookie__button__color: #fff;
    --cookie__button__color_hover: #fff;
    --cookie__button__background: #e59a05;
    --cookie__button__background_hover: #c77c00;
}

.cookie {
    /* display: none; */
    justify-content: space-between;
    align-items: flex-start;
    background: var(--cookie__block__background);
    border-radius: 12px;
    padding: 25px 30px;
    position: fixed;
    z-index: 3500;
    bottom: 30px;
    right: 30px;
    width: 400px;
    flex-direction: column;
    box-shadow: var(--cookie_box-shadow);
}

@media (max-width: 767px) {
    .cookie {
        bottom: 10px;
        right: 10px;
        width: calc(100% - 20px);
        flex-direction: column;
        padding: 20px 15px;
    }
}

.cookie__leftside {
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .cookie__leftside {
        width: 100%;
        margin-bottom: 10px;
    }
}

.cookie__title {
    font-weight: bold;
    font-size: var(--cookie__text__font_title);
    line-height: 1.4;
    color: #161616;
    margin-bottom: 10px;
}

.cookie__text {
    font-weight: normal;
    font-size: var(--cookie__text__font_size);
    line-height: 1.4;
    color: #161616;
}

.cookie__text--small {
    margin-top: 5px;
    font-size: var(--cookie__text__font_size_small);
}

.cookie__text a {
    color: var(--cookie__link);
    border-bottom: 1px solid #000000;
    transition: .4s;
}

.cookie__text a:hover {
    color: var(--cookie__link_hover);
    border: transparent;
}

.cookie__button {
    display: inline-block;
    border-radius: 5px;
    padding: 6px 22px 7px;
    font-size: var(--cookie__button__font_size);
    font-weight: bold;
    color: var(--cookie__button__color);
    text-transform: uppercase;
    background: var(--cookie__button__background);
    cursor: pointer;
    transition: .3s;
}

.cookie__button:hover {
    background: var(--cookie__button__background_hover);
    color: var(--cookie__button__color_hover);
}

@media(max-width: 767px) {
    .cookie__text {
        font-size: var(--cookie__mobile__text__font_size);
    }

    .cookie__button {
        padding: 5px 20px 3px;
        font-size: var(--cookie__mobile__button__font_size);
    }
}

/* END Cookies */

.container--padding-top {
    padding-top: 210px;
    padding-bottom: 50px;
}
.container--padding-top h2 {
	margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .container--padding-top {
        padding-top: 100px;
    	padding-bottom: 30px;
    }
	.container--padding-top h2 {
		margin-bottom: 20px;
	}
}

div.banners-menu div.frame img {
    width: 100%;
    object-fit: cover;
}


@media (min-width: 1200px) {
    div.catalog-list.FLAT.size-lg div.item div.wrapper-top {
        height: 500px!important;
    }
}


@media (min-width: 1200px) {
    div.catalog-list.FLAT div.item {
        min-height: 465px!important;
    }
}

@media (max-width: 767.98px) {
    div.catalog-list.FLAT div.item div.wr-block-price {
        height: auto!important;
    }
	.name-type-price{
		font-size: 10px;
		line-height: 1.2;
		margin-bottom: 3px;
	}

	.block-price .hidden-xs{
		display: block!important;
	}
}

.custom-call-modal {
	display: none;
}