

/* Start:/include/store_buttons/style.css?1723096006447*/

.store-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}
.store-buttons .store_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
}
@media(min-width: 768px) {
.store-buttons {
	justify-content: flex-start;
	margin-bottom: 0;
}
.store-buttons .store_item {
	width: 40px;
	height: 40px;
	border: 1px solid #E1E1E1;
	border-radius: 6px;
}
}
/* End */


/* Start:/local/templates/.default/components/summit/elements.line/guide_templ/style.css?17338111331698*/
@font-face {
    font-family: 'Roboto';
    src: url('/css/FONTS/Roboto/RobotoBold.woff2') format('woff2'),
        url('/css/FONTS/Roboto/RobotoBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@media only screen and (max-width: 767px) {
.guide .sect_title {
	margin-bottom:23px;
	font-size:24px;
}
}	
.guide ._list {
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 34px;
}
.guide ._list .item {
	width:100%;
	display: flex;
	flex-direction: column;
	column-gap: 16px;
}
@media only screen and (min-width: 768px) {
.guide ._list {
	row-gap: 60px;
}
.guide ._list .item {
	width:50%;
}
}

.guide ._list .item .step{
	display:flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	width:100%;
	min-height:60px;
	padding:12px 10px;
	border: 1px solid #E1E1E1;
	border-radius: 8px;
}
@media only screen and (min-width: 768px) {
.guide ._list .item .step{
	min-height:86px;
	padding:20px 32px;
}
.guide ._list .item:nth-child(2n+1) .step{
	border-radius: 8px 0 0 8px;
}
.guide ._list .item:nth-child(2n) .step{
	border-radius: 0 8px 8px 0;
	
}
}
.guide ._list .item ._num {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:28px;
	height:40px;
    font-family: 'Roboto';
	font-weight: 700;
	font-size: 48px;
	color: #D9D9D9;
}
.guide ._list .item ._name {
	font-size: 16px;
	line-height: 1.25;
	color: #171717;
}
.guide ._list .item ._name a {
	color: var(--color-link);
	text-decoration:underline;
}
.guide ._list .item ._img {
	width:100%;
	height: 366px;
	padding: 16px 0;
	text-align:center;
}
.guide ._list .item ._img>img {
    object-fit: contain;
    width: 100%;
	height: 100%;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/products_list_371530/style.css?17465230002039*/
.products-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
.products-list {
  justify-content: center;
}
}
.products-list .item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 328px;
  padding: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.products-list .item._t {
  height: auto;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.products-list .item._t .sect_title {
  margin-bottom: 0;
}
.products-list .item._t .erid_block {
  flex-direction: column;
  align-items: flex-start;
}
.products-list .item._t .erid_block ._text {
  flex-direction: column;
}
.products-list .item:not(._t):hover {
  background-color: #E6EFEB;
}
.products-list .item ._img {
  position: absolute;
  bottom:0;
  right:-20px;
  width: 150px;
}
.products-list .item ._sect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 38px;
  padding: 0 18px;
  line-height: 1;
  color: var(--color-green);
  background-color: #E6EFEB;
  border-radius: 22px;
}
.products-list .item:hover ._sect {
  background-color: #fff;
}
.products-list .item ._title {
  width: 100%;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: var(--color-txt);
}

@media screen and (min-width: 1024px) {
.products-list .item {
  width: 31.3%;
}
}
@media screen and (min-width: 1200px) {
.products-list .item {
  width: 31.6%;
  padding: 30px 40px;
}
.products-list .item ._img {
  width: auto;
  right:-1px;
}
.products-list .item ._title {
  font-size: 30px;
}
}
.products-list .item ._txt {
  width: 100%;
  color: #737373;
}
.products-list .item ._val {
  font-size: 18px;
  color: var(--color-txt);
}
.products-list .item ._val:before {
  content: "•";
  margin-right: 6px;
}
/* End */


/* Start:/local/templates/.default/components/summit/elements.line/why_choose_templ/style.css?16980451741133*/
.preim_block .col {
	float:left;
	width:100%;
	display:block;
}
.preim_block .col._1 {
	margin-bottom:23px;
}
.preim_block .col .preim_list {
	float:left;
	width:100%;
	display:block;
}
.preim_block .col .preim_list .item {
	display:table;
	width:100%;
	min-height:60px;
	margin-bottom:23px;
	padding:0 0 0 45px;
	position:relative;
	background:0 50% no-repeat transparent;
	background-size:30px;
}
.preim_block .col .preim_list .item:last-child {
	margin-bottom:0;
}	
@media screen and (min-width: 360px) {
.preim_block .col .preim_list .item {
	padding-left:70px;
	background-size:46px;
}
}
.preim_block .col .preim_list .item .prein_txt{
	display:table-cell;
	vertical-align:middle;
    font-size: 14px;
	line-height: 1.25;
	color: #333;
}
.preim_block .col .preim_list .item .prein_txt img{
	display:inline-block;
	vertical-align:top;
    margin-top:3px;
    margin-right:5px;
}

@media screen and (min-width: 992px) {
.preim_block .col {
	width:50%;
}
.preim_block .col._1 {
	margin-bottom:0;
}
.preim_block .col .preim_list .item {
	padding-right:60px;
}
.preim_block .col .preim_list .item .prein_txt{
    font-size: 16px;
}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/about_sert_list/style.css?1696931187705*/
.sert_block .sect_subtitle {
    text-align: left;
}	
.sert_cont {
	display: flex;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.page-about .sert_cont .swiper-button-next,
.page-about .sert_cont .swiper-button-prev {
  top:50%;
}  

.sert_block ._list {
	display: flex;
	flex-direction: row;
}
.sert_block ._list .item {
	display:block;
	text-align:center;
}
.sert_block ._list .item img{
    height: 277px;
    width: auto;
}
.sert_block ._list .item a {
	display: inline-block;	
}
.sert_block ._list .item p {
	max-width: 213px;
	min-height: 42px;
	margin: 5px auto 0;
	padding: 0 20px;
	font-size: 1.2rem;
	line-height: 1.4rem;
	display: flex;
	align-items: center;
}
/* End */


/* Start:/js/cookie-modal/style.css?17587015243378*/
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: calc(100% - 40px);
    background: #FFF;
    border-radius: 8px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.cookie-notification .cookie-notification__text {
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__text p {
    margin: 0;
}

.cookie-notification .cookie-notification__text p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-notification__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link {
    color: #005C32;
    text-decoration: underline;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link:hover {
    color: #002E19;
}

.cookie-notification .cookie-notification__button {
    flex-shrink: 0;
}

.cookie-notification .cookie-notification__accept-btn {
    font-family: Roboto, sans-serif;
    background: #005C32;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 15px 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-notification .cookie-notification__accept-btn:hover {
    background: #002E19;
}

.cookie-notification .cookie-notification__accept-btn:active {
    background: #80AE99;
}

@media (max-width: 768px) {
    .cookie-notification {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 8px 8px 0 0;
        left: 0;
        transform: none;
    }
    
    .cookie-notification .cookie-notification__content {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    
    .cookie-notification .cookie-notification__text {
        text-align: left;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        flex: 1;
    }
    
    .cookie-notification .cookie-notification__title {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__description {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__button {
        flex-shrink: 0;
    }
    
    .cookie-notification .cookie-notification__accept-btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        height: auto;
        white-space: nowrap;
    }
}

/* End */
/* /include/store_buttons/style.css?1723096006447 */
/* /local/templates/.default/components/summit/elements.line/guide_templ/style.css?17338111331698 */
/* /local/templates/.default/components/bitrix/news.list/products_list_371530/style.css?17465230002039 */
/* /local/templates/.default/components/summit/elements.line/why_choose_templ/style.css?16980451741133 */
/* /local/templates/.default/components/bitrix/news.list/about_sert_list/style.css?1696931187705 */
/* /js/cookie-modal/style.css?17587015243378 */
