

/* Start:/local/templates/ek_2023/components/bitrix/news/news/bitrix/news.detail/.default/style.css?174360559213907*/
.title-h1 .col-xs-12 {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 15px;
}
.title-section-link {
    font-size: 13px;
    text-align: right;
    margin-bottom: 10px;
}
.col-xs-12.news_detail__wrapper {
    display: flex;
    margin-bottom: 50px;
}

.newsale-container {
    font-size: 14px;
    color: var(--color-grey);
    border-radius: 5px;
    box-shadow: 0px 1.5px 32px rgba(0, 0, 0, 0.14);
    padding: 20px 30px;
    height: 100%;
    width: 100%;
}
.newsale-container a {
    font-weight: 700;
    color: var(--color-primary);
}

.news__form-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.news__form-btn a {
  color: var(--color-white);
}

.newsale-image {
    padding-top: 55%;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newsale-gallery-big-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.newsale-gallery-small-wrapper {
    margin: 15px 0;/*-5px;*/
}
.newsale-gallery-small-line {
    display: flex;
}
.newsale-gallery-small-img {
    flex: 0 0 120px;
    height: 80px;
    border-radius: 3px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.newsale-gallery-small-img::after {
    content: '';
    height: 5px;
    width: calc(100% - 10px);
    background-color: #d8d8d8;
    border-radius: 3px;
}
.newsale-gallery-small-img.active::after {
    background-color: var(--color-primary);
}
.newsale-gallery-small-img + .newsale-gallery-small-img {
    margin-left: 5px;
}

.newsale-date-and-tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin: 20px 0;
}
.newsale-tags-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.newsale-tag {
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-bottom: 10px;
    padding: 0 15px;
    height: 30px;
    background: #F2F2F2;
    border-radius: 3px;
}
.newsale-date-box {
    margin-bottom: 10px;
    color: var(--color-darkgrey);
}

.newsale-docs__wrapper {
    margin: 15px 0 25px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px;
}
.newsale-docs__box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 24px;
    transition: 0.3s ease;
}
.newsale-docs__box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 3px;
    transition: 0.3s ease;
}
.newsale-docs__box:hover::before {
    transform: scale(1.03);
}
.newsale-docs__box::after {
    content: '';
    width: 26px;
    height: 22px;
    background: url(/images/svg/icon-download.svg) no-repeat center center / contain;
    margin-left: auto;
    transition: 0.3s ease;
}
.newsale-docs__box:hover::after {
    background-image: url(/images/svg/icon-download-active.svg);
}
.newsale-docs__title {
    margin-left: 20px;
    font-size: 12px;
    color: var(--color-grey);
}

.h3 {
    margin: 40px 0 10px;
}

.newsale-icons-row {
    display: flex;
    justify-content: flex-end;
    padding: 30px 0;
}

.newsale-links__box {
    padding: 5px 15px;
}
.newsale-links__box a {
    text-decoration: underline;
}
.newsale-links__box a:hover {
    text-decoration: none;
}

.newsale-icons-row .share-box {
    padding-top: 8px;
}
.newsale-icons-row .social-box {
    flex-direction: column;
    align-items: flex-end;
}
.newsale-icons-row .social-text {
    width: unset;
    margin-bottom: 10px;
}
.newsale-image {
    position: relative;
}
.newsale-image__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.newsale-image__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.newsale-gallery-small-img {
    position: relative;
}
.newsale-gallery-small-img__inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.newsale-gallery-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsale-container .hide-text li,
.newsale-container .newsale-text-frame li {
    position: relative;
    padding-left: 15px;
    text-align: justify;
}
.newsale-container .hide-text li::before,
.newsale-container .newsale-text-frame li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: var(--color-primary);
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 2px;
    border-radius: 3px;
}
.newsale-text-frame {
    display: block;
    padding: 0 15px;
}
.newsale-text-frame img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.newsale-icons-row .share-img {
    box-shadow: none;
    border-radius: 0;
    background: url('/images/svg/icon_heart_new.svg') no-repeat center center /contain;
    width: 29px;
    height: 26px;
}
.newsale-icons-row .share-img:hover {
    box-shadow: none;
}
.newsale-icons-row .social-box {
    font-weight: 700;
    color: var(--color-primary);
    max-width: 130px;
    display: block;
    line-height: 12px;
    padding-top: 5px;
    margin-left: 15px;
}
.social-box .icon-link {
    display: inline-block;
    width: 18px;
    height: 18px;
    transform: translateY(4px);
    margin-left: 5px;
    background-color: transparent;
}
.social-box .icon-link.icon-youtube {
    background-image: url('/images/svg/icon_yt_green.svg');
}
.social-box .icon-link.icon-vk {
    background-image: url('/images/svg/icon_vk_green.svg');
}
.social-box .icon-link.icon-insta {
    background-image: url('/images/svg/icon_ig_new.svg');
}
.social-box .icon-link.icon-fb {
    background-image: url('/images/svg/icon_fb_new.svg');
}
.social-box .icon-link.icon-telegram {
    background-image: url('/images/svg/icon_tg_green.svg');
}

.newsale-gallery-frame {
    max-width: calc(100vw - 105px);
}
.newsale-gallery-big-wrapper {
    margin-top: 30px;
}

.newsale-container .mej {
  margin-top: 30px;
}

@media all and (min-width: 576px) {
    section.breadcrumb + section.title-h1 {
        padding-bottom: 0;
    }
    .newsale-gallery-small-wrapper {
        overflow: hidden;
    }
    .newsale-gallery-small-line {
        justify-content: flex-start;
    }
    .newsale-gallery-small-line-large-width {
        overflow-y: hidden;
        overflow-x: auto;
        position: relative;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    .newsale-gallery-small-line-large-width::-webkit-scrollbar-track{
        border: 2px solid var(--color-lightgreen);
        background-color: var(--color-lightgreen);
        border-radius: 8px;
    }
    .newsale-gallery-small-line-large-width::-webkit-scrollbar {
        height: 8px;
        background-color: var(--color-lightgreen);
        border-radius: 8px;
    }
    .newsale-gallery-small-line-large-width::-webkit-scrollbar:horizontal {
        height: 6px;
        background-color: var(--color-primary);
        border-radius: 8px;
    }
    .newsale-gallery-small-line-large-width::-webkit-scrollbar:vertical {
        display: none;
    }
    .newsale-gallery-small-line-large-width::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid var(--color-primary); 
        background-color: var(--color-primary);
    }
    .newsale-gallery-small-img img {
        display: block;
    }
    .newsale-gallery-small-img + .newsale-gallery-small-img {
        margin-left: 20px;
    }
    .newsale-icons-row .icon-link {
        width: 20px;
        height: 20px;
    }
    .newsale-icons-row .icon-fb {
        width: 11px;
    }
    .newsale-icons-row .social-icon-frame li {
        margin-left: 8px;
    }
    .newsale-container .hide-text li::before,
    .newsale-container .newsale-text-frame li::before {
        position: relative;
        top: unset;
        left: unset;
    }
    .newsale-text-frame {
        padding: 0 30px;
    }
    .newsale-icons-row {
        padding: 30px 30px 0;
    }
}

@media all and (max-width: 576px) {
    .hide-text {
        display: none;
    }
}

@media all and (min-width: 768px) {
    section.breadcrumb + section.title-h1 {
        padding-bottom: 10px;
    }
    .newsale-gallery-small-wrapper {
        margin: 15px 0;
    }
    .newsale-icons-row .icon-link {
        width: 26px;
        height: 26px;
    }
    .newsale-icons-row .icon-fb {
        width: 14px;
    }
    .newsale-icons-row .social-box {
        max-width: 150px;
    }
    .social-box .icon-link {
        width: 20px;
        height: 20px;
    }
    .newsale-icons-row .social-icon-frame li {
        margin-left: 12px;
    }
    .newsale-icons-row .social-text {
        margin-bottom: 8px;
    }
    .newsale-container {
        border-radius: 3px;
        padding: 30px 50px 40px;
    }
    .newsale-image__inner img {
        border-radius: 3px;
    }
    .newsale-text-frame {
        padding: 0 50px;
    }
    .newsale-icons-row {
        padding: 30px 50px 0;
    }
    .col-xs-12.news_detail__wrapper {
        margin-bottom: 70px;
    }
    .newsale-gallery-frame {
        max-width: 620px;
    }
    .newsale-links-frame {
        padding: 0 50px;
    }
    .newsale-container .mej {
      margin-top: 50px;
    }
}

@media all and (min-width: 992px) {
    section.breadcrumb + section.title-h1 {
        padding-bottom: 20px;
    }
    .title-section-link {
        margin-bottom: 25px;
    }
    .title-section-link a {
        color: var(--color-primary);
        text-decoration: underline;
    }
    .newsale-container {
        font-size: 16px;
        border-radius: 3px;
        padding: 42px 70px 45px;
    }
    .title-section-link {
        flex: 0 0 30px;
        margin-left: auto;
    }
    .title-h1 .col-xs-12 {
        align-items: flex-start;
    }
    .newsale-image {
        margin-bottom: 30px;
    }
    .newsale-image__inner img {
        border-radius: 3px;
    }
    .newsale-text-frame {
        padding: 0 80px;
    }
    .newsale-icons-row {
        padding: 30px 80px 0;
    }
    .newsale-icons-row .share-img {
        width: 42px;
        height: 37px;
    }
    .newsale-icons-row .social-box {
        max-width: 145px;
        padding-top: 12px;
        margin-left: 30px;
    }
    .col-xs-12.news_detail__wrapper {
        margin-bottom: 100px;
    }
    .newsale-gallery-frame {
        max-width: 800px;
    }
    .newsale-links-frame {
        padding: 0 80px;
    }
    .newsale-gallery-small-img {
        flex: 0 0 180px;
        height: 120px;
    }
}

@media all and (min-width: 1200px) {
    .newsale-container {
        border-radius: 3px;
        padding: 60px 110px 50px;
    }
    .newsale-image {
        margin-bottom: 50px;
    }
    .newsale-image__inner img {
        border-radius: 3px;
    }
    .newsale-text-frame {
        padding: 0 110px;
    }
    .newsale-icons-row {
        padding: 30px 110px 0;
    }
    .col-xs-12.news_detail__wrapper {
        margin-bottom: 140px;
    }
    .newsale-gallery-frame {
        max-width: 920px;
    }
    .newsale-links-frame {
        padding: 0 110px;
    }
}

.newsale-gallery-small-wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: calc(100% + 70px);
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-left: -35px;
}
.newsale-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next, .newsale-gallery-small-wrapper .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    position: absolute;
    top: 12vw;
}
.newsale-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.newsale-gallery-small-wrapper .owl-carousel .owl-nav button::after {
    background: url(/images/svg/arrow-left-grey.svg) no-repeat center center / contain;
}
.newsale-gallery-small-wrapper .owl-carousel .owl-nav button::after {
    background: url(/images/svg/arrow-left-grey.svg) no-repeat center center / contain;
}
.newsale-gallery-small-wrapper {
    overflow: hidden;
    padding: 0;
}
.owl-carousel .newsale-gallery-small-img::after {
    display: none;
}
.owl-carousel .newsale-gallery-small-img {
    padding-top: 100%;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newsale-text-frame h2 {
  margin-top: 50px;
}

@media all and (min-width: 576px) {
    .newsale-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next, .newsale-gallery-small-wrapper .owl-carousel .owl-nav button.owl-prev {
        top: 4.5vw;
    }
    .newsale-gallery-small-wrapper {
        padding: 0 25px;
    overflow: visible;
    }
}

@media all and (min-width: 768px) {
    .newsale-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next, .newsale-gallery-small-wrapper .owl-carousel .owl-nav button.owl-prev {
        top: 50px;
    }
}
@media all and (min-width: 992px) {
  .newsale-form .webform form {
    grid-template-columns: repeat(3, 1fr);
  }
  .input-box.AGREEMENT {
    grid-column: 1/3;
  }
  .newsale-form .webform .btn-submit {
    grid-column: 3/4;
  }
}
@media all and (min-width: 1200px) {
    .newsale-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next, .newsale-gallery-small-wrapper .owl-carousel .owl-nav button.owl-prev {
        top: 60px;
    }
}


/*стили для адаптивного видео*/
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
/* End */


/* Start:/local/templates/ek_2023/assets/css/owl.carousel.min.css?16915015083351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;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}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(/local/templates/ek_2023/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/ek_2023/assets/css/owl.theme.default.min.css?16915015081013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.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:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/ek_2023/components/bitrix/main.userconsent.request/rperf/user_consent.css?17514575906938*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 99999;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin-bottom: 20px;
	font-size: 30px;
	color: rgba(87, 87, 86, 1);
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 22px;
		text-align: left;
	}
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-buttons {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
	font-size: 16px;
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.main-user-consent-request-announce-link {
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		width: 100%;
		max-width: 1140px;
		padding: 40px;
		border-radius: 20px;
	}

	.main-user-consent-request-popup-header {
		text-align: left;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}


.main-user-consent-request-popup-text {
	border: 0;
}


.main-user-consent-request-popup-text::-webkit-scrollbar {
	width: 10px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(181, 181, 181, 1);
}


.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	width: 10px;
	background: rgba(181, 181, 181, 1);


}




.main-user-consent-request-popup-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 10px;
	min-width: 350px;
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	transition: 300ms;
	cursor: pointer;
}

.main-user-consent-request-popup-button:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-button {
		margin-right: 0;
		width: 100%;
	}
}


.main-user-consent-request-popup-button-acc {
	background: rgba(242, 96, 101, 1);
	border: 0;
	border-radius: 0;
	color: #fff;

}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(208, 64, 69, 1);

}

.main-user-consent-request-popup-button-acc:active {
	background: rgba(186, 41, 46, 1);

}


.main-user-consent-request-popup-button-rej {
	border: 1px solid rgba(226, 14, 24, 1);
	color: rgba(226, 14, 24, 1);
	background: #fff;
	border-radius: 0;
}

.main-user-consent-request-popup-button-rej:hover {
	border: 1px solid rgba(159, 40, 44, 1);
	color: rgba(159, 40, 44, 1);
	background: #fff;

}

.main-user-consent-request-popup-button-rej:active {
	border: 1px solid rgba(7, 55, 126, 1);
	color: rgba(7, 55, 126, 1);
	background: #fff;

}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-text {
		height: calc(100vh - 341px);

		font-size: 16px;
	}
}



.main-user-consent-request-popup-header {
	font-size: 32px;
	font-weight: 400;
	color: rgba(29, 29, 29, 1);
}


.main-user-consent-request-popup-text {
	color: rgba(29, 29, 29, 1);
}



.main-user-consent-request-popup-button-acc {
	width: 250px;
	height: 40px;
	background: #28ad62;
	min-width: 250px;
}


.main-user-consent-request-popup-button-acc:hover {
	background: #037434;

}

.main-user-consent-request-popup-button-acc:active {
	background: rgba(29, 29, 29, 1);
}

.main-user-consent-request-popup-button-rej {
	min-width: 250px;
	width: 250px;
	height: 40px;
	border: 1px solid #28ad62;
	color: #28ad62;
}

.main-user-consent-request-popup-button-rej:hover {
	color: #037434;
	border: 1px solid #037434;
}

.main-user-consent-request-popup-button-rej:active {
	color: rgba(29, 29, 29, 1);
	border: 1px solid rgba(29, 29, 29, 1);
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 20px;
	}

	.main-user-consent-request-popup-text {
		height: calc(100vh - 252px);
	}

	.main-user-consent-request-popup-button-rej {
		width: 100%;
	}

	.main-user-consent-request-popup-button-acc {
		width: 100%;
	}

	.main-user-consent-request-popup-buttons {
		gap: 10px;
	}
}
/* End */
/* /local/templates/ek_2023/components/bitrix/news/news/bitrix/news.detail/.default/style.css?174360559213907 */
/* /local/templates/ek_2023/assets/css/owl.carousel.min.css?16915015083351 */
/* /local/templates/ek_2023/assets/css/owl.theme.default.min.css?16915015081013 */
/* /local/templates/ek_2023/components/bitrix/main.userconsent.request/rperf/user_consent.css?17514575906938 */
