

/* Start:/local/components/manzana/pages/templates/newslist/style.css?177261913317529*/
body .new-main{background:rgba(255,255,255,0);}
body .static-page{padding-top:0px !important;}
body .new-main{background:rgba(255,255,255,0);}

.news-banner-block{padding: 0px 0px 0px;}
.container-wrapper-gray{padding-top:137px;box-sizing:border-box;display:flex;}
.news-banner-block h2{margin-top:0px;font-size:56px;font-weight:600;color:#2B2E32;text-align:center;}

.news-banner-list{display:flex;gap:20px;width:100%;align-items:flex-start;height:340px;}
.news-banner-list .big-element{width:52%;display:flex;height:100%;max-height: 340px;overflow:hidden;}
.news-banner-list .big-element iframe{border-radius:24px;}
.news-banner-list .big-element img{display:block;border-radius:24px;width:100%;}
.news-banner-list .big-element a{border:0px;}
.news-banner-list .big-element a:hover{opacity:1;}
.news-banner-list .element{width:24%;height:100%;max-height: 340px;overflow:hidden;}
.news-block-parts{display:flex;gap:20px;justify-content:space-between;align-items:flex-start;}
.news-block-parts .main-part{width:100%;max-width:100%;align-items: flex-start;display: flex;flex-direction: column;}
.news-block-parts .main-part .category-list{display:flex;gap:12px;border-bottom:1px solid #78BE20;padding-bottom:8px;box-sizing:border-box;}
.news-block-parts .main-part .category-list a{font-size:18px;text-decoration:none;color:#2B2E32;border:0px;position:relative;padding:10px 15px;box-sizing:border-box;}
.news-block-parts .main-part .category-list a.active:after{content:"";position:absolute;width:100%;height:3px;background:#78BE20;border-radius:50px;left:0px;bottom:-10px;}
.news-block-parts .sidebar-part{width:100%;max-width:291px;}
.news-list-block{display:flex;gap:20px;flex-wrap:wrap;margin-top:53px;justify-content:space-between;width:100%;}
.news-list-block .news-list-element{width:calc(33% - 10px);border-radius:24px;background:#F4F4F5;display:flex;flex-direction:column;border-bottom:0px;}
.news-list-block .news-list-element:hover{opacity:1;}
.news-list-block .news-list-element .image{border-radius:24px;background-size:cover;width:100%;height:210px;margin-bottom:8px;}
.news-list-block .news-list-element .name{color:#2B2E32;font-size:22px;font-weight:600;margin-top:12px;margin-bottom:20px;padding:0px 20px;box-sizing:border-box;}
.news-list-block .news-list-element .category{font-size:18px;color:#2B2E32;margin-top:12px;padding:0px 20px;box-sizing:border-box;min-height:24px;display:flex;align-items:center;}
.news-list-block .news-list-element .category.keysy:before{content:"";background:url(/images/news_keis.svg) left center no-repeat;width:24px;height:24px;margin-right:12px;}
.news-list-block .news-list-element .category.obnovleniya-platformy:before{content:"";background:url(/images/news_update.svg) left center no-repeat;width:24px;height:24px;margin-right:12px;}
.news-list-block .news-list-element .category.ekspertiza:before{content:"";background:url(/images/news_smi.svg) left center no-repeat;width:24px;height:24px;margin-right:12px;}
.news-list-block .news-list-element .info{padding:0px 20px 24px;box-sizing:border-box;display:flex;margin-top:auto;width:100%;justify-content:space-between;gap:10px;align-items:center;color:#2B2E32;}
.news-list-block .news-list-element .info .shows{display:flex;align-items:center;font-size:16px;color:#53565A;gap:6px;}
.news-list-block .news-list-element .info .date{font-size:16px;color:#53565A;}

.container-wrapper-white{display:flex;background:#fff;}

.topblock-element{width:100%;height:100%;border-radius:24px;background:#fff;display:flex;flex-direction:column;border-bottom:0px;}
.topblock-element:hover{opacity:1;}
.topblock-element .image{border-radius:24px;background-size:cover;width:100%;height:180px;margin-bottom:8px;}
.topblock-element .name{color:#2B2E32;font-size:18px;font-weight:600;margin-top:8px;margin-bottom:24px;padding:0px 24px;box-sizing:border-box;}
.topblock-element .category{font-size:18px;color:#2B2E32;margin-top:16px;padding:0px 24px;box-sizing:border-box;min-height:24px;display:flex;align-items:center;}
.topblock-element .category.keysy:before{content:"";background:url(/images/news_keis.svg) left center no-repeat;width:24px;height:24px;margin-right:12px;}
.topblock-element .category.obnovleniya-platformy:before{content:"";background:url(/images/news_update.svg) left center no-repeat;width:24px;height:24px;margin-right:12px;}
.topblock-element .category.ekspertiza:before{content:"";background:url(/images/news_smi.svg) left center no-repeat;width:24px;height:24px;margin-right:12px;}
.topblock-element .info{padding:0px 24px 24px;box-sizing:border-box;display:flex;margin-top:auto;width:100%;justify-content:space-between;gap:10px;align-items:center;color:#2B2E32;}
.topblock-element .info .shows{display:flex;align-items:center;font-size:16px;color:#53565A;gap:6px;}
.topblock-element .info .date{font-size:16px;color:#53565A;}

/*
.news-block-parts .news-list-block .tools-list{display:flex;gap:20px;}
.news-block-parts .news-list-block .tools-elm{overflow:hidden;width:25%;border:1px solid transparent;padding:16px;box-sizing:border-box;border-radius:24px;position:relative;min-height:180px;display:flex;flex-direction:column;transition:all 0.3s ease;}
.news-block-parts .news-list-block .tools-elm:hover{opacity:1;transform:translate(0%, -10px);}
.news-block-parts .news-list-block .tools-elm.calc:hover{border-color:#B4EB6CB2;}
.news-block-parts .news-list-block .tools-elm > img{position:absolute;right:0px;top:0px;opacity:0.6;transition:all 0.3s ease;}
.news-block-parts .news-list-block .tools-elm:hover > img{opacity:1;}
.news-block-parts .news-list-block .tools-elm.calc{background:linear-gradient(to bottom, rgba(110, 164, 39, 0.8) 0%, rgba(162, 255, 45, 0.7) 100%);}
.news-block-parts .news-list-block .tools-elm.calc > img{top:25px;}
.news-block-parts .news-list-block .tools-elm.script:hover{border-color:rgba(159, 152, 226, 0.9);}
.news-block-parts .news-list-block .tools-elm.idea:hover{border-color:rgba(130, 204, 255, 0.8);}
.news-block-parts .news-list-block .tools-elm.concept:hover{border-color:rgba(183, 163, 229, 0.9);}
.news-block-parts .news-list-block .tools-elm.script{background:linear-gradient(to bottom, rgba(73, 65, 148, 0.8) 0%, rgba(145, 214, 248, 0.8) 100%);}
.news-block-parts .news-list-block .tools-elm.idea{background:linear-gradient(to bottom, rgba(65, 123, 148, 0.8) 0%, rgba(145, 217, 248, 0.7) 100%);}
.news-block-parts .news-list-block .tools-elm.concept{background:linear-gradient(to bottom, rgba(99, 72, 162, 0.8) 0%, rgba(163, 148, 199, 0.7) 100%);}
.news-block-parts .news-list-block .tools-elm .tag{position:absolute;top:16px;left:16px;z-index:1;}
.news-block-parts .news-list-block .tools-elm .tag p{margin:0px;color:#55792C;padding: 4px 9px;font-size:16px;box-sizing:border-box;border-radius:50px;background:#D7ECBC;font-weight:bold;}
.news-block-parts .news-list-block .tools-elm .link{color:#fff;font-size:16px;margin-top:auto;position:relative;z-index:1;}*/

.news-tools-block{display:flex;flex-direction:column;margin:32px 0px;width:100%;}
.news-block-parts .news-list-block .heap{font-size:32px;font-weight:600;color:#2B2E32;margin-bottom:32px;}
.news-block-parts .news-list-block .tools-list{display:flex;flex-direction:row;gap:12px;margin-top:0px;}
.news-block-parts .news-list-block .tools-elm{overflow:hidden;border:1px solid #fff;width:25%;padding:16px 16px 18px 16px;box-sizing:border-box;border-radius:24px;position:relative;min-height:176px;display:flex;flex-direction:column;transition:all 0.3s ease;}
.news-block-parts .news-list-block .tools-elm:hover{opacity:1;transform:translate(0%, -10px);}
.news-block-parts .news-list-block .tools-elm.calc:hover{border-color:#B4EB6CB2;}
.news-block-parts .news-list-block .tools-elm > img{position:absolute;right:0px;top:0px;opacity:0.6;transition:all 0.3s ease;}
.news-block-parts .news-list-block .tools-elm:hover > img{opacity:1;}
.news-block-parts .news-list-block .tools-elm > svg{position:absolute;right:0px;bottom:0px;transition:all 0.3s ease;}
.news-block-parts .news-list-block .tools-elm > svg *{transition:all 0.3s ease;}
.news-block-parts .news-list-block .tools-elm.calc{background:linear-gradient(to bottom, rgba(110, 164, 39, 0.8) 0%, rgba(77, 105, 44, 0.8) 100%);}
.news-block-parts .news-list-block .tools-elm.calc > img{top:25px;}
.news-block-parts .news-list-block .tools-elm.calc:hover > svg .changed{fill:#FFFFFFB2;}
.news-block-parts .news-list-block .tools-elm.calc:after{content:"";width:385px;height:385px;background:rgba(162, 255, 45, 1);position:absolute;opacity:0.4;top:8px;left:50%;transform:translate(-50%, 0%);filter:blur(108px);}
.news-block-parts .news-list-block .tools-elm.script:hover{border-color:rgba(159, 152, 226, 0.9);}
.news-block-parts .news-list-block .tools-elm.script:hover > svg .changed{fill:rgba(255,255,255,0.8);}
.news-block-parts .news-list-block .tools-elm.idea > svg .changed{stroke:rgba(52, 98, 118, 0.8);}
.news-block-parts .news-list-block .tools-elm.idea:hover{border-color:rgba(130, 204, 255, 0.8);}
.news-block-parts .news-list-block .tools-elm.idea:hover > svg .changed{stroke:rgba(255,255,255,0.8);}
.news-block-parts .news-list-block .tools-elm.concept:hover{border-color:rgba(183, 163, 229, 0.9);}
.news-block-parts .news-list-block .tools-elm.concept:hover > svg .changed{fill:rgba(255,255,255,0.8);}
.news-block-parts .news-list-block .tools-elm.script{background:linear-gradient(to bottom, rgba(73, 65, 148, 0.8) 0%, rgba(59, 55, 99, 0.8) 100%);}
.news-block-parts .news-list-block .tools-elm.idea{background:linear-gradient(to bottom, rgba(65, 123, 148, 0.8) 0%, rgba(54, 85, 99, 0.8) 100%);}
.news-block-parts .news-list-block .tools-elm.concept{background:linear-gradient(to bottom, rgba(99, 72, 162, 0.8) 0%, rgba(72, 59, 106, 0.8) 100%);}

.news-block-parts .news-list-block .tools-elm.script:after{content:"";width:385px;height:385px;background:rgba(145, 214, 248, 1);position:absolute;opacity:0.4;top:8px;left:50%;transform:translate(-50%, 0%);filter:blur(108px);}
.news-block-parts .news-list-block .tools-elm.idea:after{content:"";width:385px;height:385px;background:rgba(145, 217, 248, 1);position:absolute;opacity:0.4;top:8px;left:50%;transform:translate(-50%, 0%);filter:blur(108px);}
.news-block-parts .news-list-block .tools-elm.concept:after{content:"";width:385px;height:385px;background:rgba(163, 148, 199, 1);position:absolute;opacity:0.4;top:8px;left:50%;transform:translate(-50%, 0%);filter:blur(108px);}

.news-block-parts .news-list-block .tools-elm .tag{position:absolute;top:16px;left:16px;z-index:1;}
.news-block-parts .news-list-block .tools-elm .tag p{margin:0px;color:#55792C;padding: 4px 9px;font-size:16px;box-sizing:border-box;border-radius:50px;background:#D7ECBC;font-weight:bold;}
.news-block-parts .news-list-block .tools-elm .link{color:#fff;font-size:16px;margin-top:auto;position:relative;z-index:1;line-height:140%;}

.news_pagination{display:flex;width:100%;gap:5px;align-items:center;justify-content:center;margin-top:32px;}
.news_pagination a{border:0px;display:flex;}
.news_pagination a:hover{opacity:1;}
.news_pagination a.prev svg{transform:rotate(180deg);}
.news_pagination a:not(.next, .prev){line-height: 31px;background:#CDCDCF;width:31px;height:31px;border-radius:50px;font-size:18px;color:#13131680;display:flex;align-items:center;justify-content:center;}
.news_pagination a.current{color:#131316;background:#78BE20;}

.news-block-parts .sidebar-part{background:#F4F4F5;border-radius:24px;margin-top:91px;padding:20px 24px;box-sizing:border-box;display:none;flex-direction:column;}
.news-block-parts .sidebar-part a{opacity:1;border:0px;}
.news-block-parts .sidebar-part .hepo{font-size:22px;color:#2B2E32;font-weight:600;}
.news-block-parts .sidebar-part .category{font-size:18px;color:#2B2E32;margin-top:20px;display:flex;align-items:center;}
.news-block-parts .sidebar-part .category.keysy:before{content:"";background:url(/images/news_keis.svg) left center no-repeat;width:24px;height:24px;margin-right:12px;}
.news-block-parts .sidebar-part .category.obnovleniya-platformy:before{content:"";background:url(/images/news_update.svg) left center no-repeat;width:24px;height:24px;margin-right:12px;}
.news-block-parts .sidebar-part .category.smi-o-nas:before{content:"";background:url(/images/news_smi.svg) left center no-repeat;width:24px;height:24px;margin-right:12px;}
.news-block-parts .sidebar-part .name{margin-top:12px;font-size:18px;font-weight:600;color:#2B2E32;display:flex;}
.news-block-parts .sidebar-part .sidebar-element:not(:last-child){margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #CCCCCE;}


@media (max-width: 1320px) {
	.news-banner-block h2{font-size:42px;}
	.news-banner-list{gap:15px;height:270px;}
	.news-banner-block{padding:0px 0px 0px;}
	.container-wrapper-gray{padding-top:103px;}
	.news-banner-list img{width:100%;}

	.news-banner-list .big-element{width:100%;}
	.news-banner-list .element{width:calc(42% - 8px);}

	.news-block-parts .main-part .category-list a{font-size:14px;padding:8px 10px;}
	.news-list-block .news-list-element{width:calc(33% - 7px);border-radius:18px;}
	.news-list-block .news-list-element .category{font-size:14px;}
	.news-list-block .news-list-element .name{font-size:16px;margin-bottom:16px;padding:0px 16px;margin-top:8px;}
	.news-list-block .news-list-element .info .shows{font-size:14px;}
	.news-list-block .news-list-element .info .date{font-size:14px;}
	.news-list-block .news-list-element .category.keysy:before,
	.news-list-block .news-list-element .category.obnovleniya-platformy:before,
	.news-list-block .news-list-element .category.smi-o-nas:before{width:18px;height:18px;background-size:cover;margin-right:8px;}

	.news-block-parts .sidebar-part{padding:18px;max-width:220px;}
	.news-block-parts .sidebar-part .hepo{font-size:18px;}
	.news-block-parts .sidebar-part .name{font-size:14px;}
	.news-block-parts .sidebar-part .category{font-size:14px;margin-top:16px;}
	.news-block-parts .sidebar-part .category.keysy:before,
	.news-block-parts .sidebar-part .category.obnovleniya-platformy:before,
	.news-list-block .news-list-element .category.ekspertiza:before,
	.news-block-parts .sidebar-part .category.smi-o-nas:before{width:18px;height:18px;background-size:cover;margin-right:8px;}
	.news-block-parts .sidebar-part .sidebar-element:not(:last-child){margin-bottom:16px;padding-bottom:16px;}

	.news-block-parts .news-list-block .tools-list{gap:9px;}

	.news-block-parts .news-list-block .tools-elm{padding:12px 12px 14px 12px;min-height:141px;}
	.news-block-parts .news-list-block .tools-elm .tag p{font-size:14px;}
	.news-block-parts .news-list-block .tools-elm .link{font-size:12px;}
	.news_pagination a:not(.next, .prev){font-size:14px;width:24px;height:24px;line-height: 24px;}

	.topblock-element{border-radius:18px;}
	.topblock-element .name{font-size:16px;padding:0px 18px;margin-top:12px;-webkit-line-clamp: 3;line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;margin-bottom:20px;}
	.topblock-element .image{height:120px;min-height:120px;border-radius:18px;}
	.topblock-element .info{padding:0px 18px 24px;}
	.topblock-element .info .date, .topblock-element .info .shows{font-size:14px;}
	.topblock-element .info .shows svg{width:16px;height:16px;}
	.news-list-block{gap:15px;margin-top:40px;}
	.news-banner-list .big-element img{border-radius:18px;}
	.news-list-block .news-list-element .image{border-radius:18px;height:180px;}
	.news-list-block .news-list-element .category{margin-top:8px;}
	.news-list-block .news-list-element .info{padding:0px 16px 18px;}
	.news-list-block .news-list-element .category{min-height:18px;}

	.news-block-parts .news-list-block .tools-elm{border-radius:18px;}
	.news-block-parts .news-list-block .tools-elm .tag p{font-size:12px;padding:3px 5px;}
	.news-block-parts .news-list-block .heap{font-size:24px;margin-bottom:24px;}
	.news-tools-block{margin:57px 0px;}
	.news-banner-list .big-element a{display:flex;border-radius:18px;overflow:hidden;}
}

@media (max-width: 1023px) {
	.news-banner-block h2{font-size:36px;margin-bottom:24px !important;}
	.news-banner-block{padding:0px 0px 0px;}
	.container-wrapper-gray{padding-top:90px;}
	.news-banner-list{gap:12px;flex-wrap:wrap;height:auto;align-items: normal;}

	.news-block-parts .sidebar-part{display:none;}
	.news-block-parts .main-part{max-width:100%;}

	.news-list-block .news-list-element .image{height:190px;}
	.news-banner-list .element {width: calc(50% - 6px);height:auto;}
	.news-banner-list .big-element{max-height:380px;}
	.news-list-block .news-list-element{width:calc(50% - 8px);}
	.news-block-parts .news-list-block .tools-elm{min-height:132px;}
	.news-tools-block{margin:45px 0px;}
}

@media (max-width: 767px) {
	.news-banner-list{flex-direction:column;height:auto;}
	.news-banner-list > div{margin:0px auto;}

	.news-banner-list .big-element{width:100%;}
	.news-banner-list .element{width:100%;}

	.news-block-parts .main-part .category-list{border:0px;padding:0px;flex-wrap:wrap;gap:8px;}
	.news-block-parts .main-part .category-list a{border:1px solid #E0F7C4;border-radius:50px;padding: 5px 7px;}
	.news-block-parts .main-part .category-list a.active{background:#E0F7C4;} 
	.news-block-parts .main-part .category-list a.active:after{display:none;content:"";}

	.news-list-block{margin-top:24px;gap:12px;}
	.news-list-block .news-list-element{width:100%;}

	.news-block-parts .news-list-block .tools-list{flex-wrap:wrap;gap:8px;}
	.news-block-parts .news-list-block .tools-elm{width:calc(50% - 4px);}

	.news_pagination{margin-top:24px;justify-content: flex-start;}
}
/* End */


/* Start:/local/components/manzana/mainpage/templates/form/style.css?17713319102976*/
.form-container{background:#2B2E32;display:flex;}
.form-container .offer-page-section__title{color:#fff;text-align:center;}
.form-container .offer-page-section__subtitle{color:#fff;text-align:center;}

#feedback-form_1{max-width: 588px;border-radius:32px;background:url(/assetsNew/form3.png);background-size:cover;background-repeat:no-repeat;border: 2px solid rgba(176, 255, 77, 0.7);padding:32px;box-sizing:border-box;gap:16px;}
#feedback-form_1 a{color:#fff;border-color:#fff;}
#feedback-form_1 .input-form-group input:not(.iti__search-input), 
#feedback-form_1 .input-form-group textarea, .input-form-group .iti__search-input{
	background-color: rgba(0, 0, 0, 0.08);
    border: 0px solid rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(12px);
	color:rgba(198, 216, 177, 1);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.24) inset;
}

#feedback-form_1 .input-form-group input::placeholder,
#feedback-form_1 .input-form-group textarea::placeholder{color:#C6D8B1;}
#feedback-form_1 .input-form-group .iti__selected-country{border-color:#fff;}
#feedback-form_1 .input-form-group{width:100%;}
.form-container #feedback-form_1 .input-checkbox-group:nth-child(4){display:flex;align-items: flex-start;}
.form-container .feedback-form__checkout-button{background:#fff;color:#2B2E32;font-size:18px;font-weight:400;}
.input-form-group label{font-size:18px;}
.form .offer-page-section .offer-page-section__title.with-subtitle{margin-top:0px;margin-bottom:16px;}
.form .offer-page-section .offer-page-section__subtitle{margin-bottom:0px;}

.input-checkbox-group{align-items:flex-start;}
.input-checkbox-group .icheck-item{border:0px !important;border-radius:5px !important;}

.input-checkbox-group .icheck-item{width: 20px !important;height: 20px !important;border-radius: 5px !important;background: #fff !important;}
.icheckbox.checked:before{background-image: url(/assetsNew/checkb.svg) !important;width: 20px !important;height: 20px !important;border-radius: 5px;background: #fff;background-size: auto !important;background-repeat: no-repeat;background-position: center center !important;}

#feedback-form_1 label.icheck-label{font-size:16px;font-weight:400;line-height:normal;}

@media (max-width: 1320px) {
	#feedback-form_1{max-width:442px;border-radius:12px;}
	.form .offer-page-section .offer-page-section__title.with-subtitle{font-size:42px;margin-top:0px;margin-bottom:12px;}
	.form .offer-page-section .offer-page-section__subtitle{font-size:18px;margin-bottom:40px;}
}

@media (max-width: 1023px) {
	.input-form-group label{font-size:14px;}
	.form-container .feedback-form__checkout-button{font-size:14px;}
	.form-container .offer-page-section.section-center{padding-top:0px;}
	#feedback-form_1{border-radius:8px;}
	section.offer-page-section{padding-bottom:60px;}
	.form .offer-page-section .offer-page-section__title.with-subtitle{font-size:26px;margin-top:0px;margin-bottom:8px;}
	.form .offer-page-section .offer-page-section__subtitle{font-size:18px;margin-bottom:24px;}
}

/* End */
/* /local/components/manzana/pages/templates/newslist/style.css?177261913317529 */
/* /local/components/manzana/mainpage/templates/form/style.css?17713319102976 */
