

/* Start:/include/shares/complects_kosmos/style.css?17534422797199*/
:root{
    --main-color: #C41F4C;
    --dark-main-color: #b40041;
}

.goodnews-banner {
    position: relative;
    display: flex;
    min-height: 980px;
    /*background: url(/shares/complects/bg.jpg);*/
    background-color: #835AFE;
    background-repeat: no-repeat;
    background-position: center;
    padding: 178px 0 50px;
}
.goodnews-banner .widget-icon{
    position: relative;
    display: flex;
}
.goodnews-banner .widget-icon:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-384px, -53%);
    width: 100vw;
    height: calc(100% + 96px);
    border: 2px solid #000000;
    border-radius: 0 1700px 1700px 0;
    pointer-events: none;
}
.goodnews-banner .widget-icon svg{
    height: auto;
}
.goodnews-banner__container::after {
    content: "";
    position: absolute;
    /* width: 1006px; */
    width: 81%;
    aspect-ratio: 4 / 4;
    background: url('/include/shares/complects_kosmos/images/banner_add.webp') no-repeat;
    background-size: contain;
    background-position: center bottom;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 2;
    transform: translate(31.5%, 50px);
}
.goodnews-banner__text-block {
    margin-top: 104px;
}
.goodnews-banner__container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.goodnews-banner__button {
    margin-top: 74px;
    padding: 22px 44px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    color: #000;
    border: 1px solid #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none !important;
    user-select: none;
    align-self: flex-start;

    transition: color .2s ease-out, background-color .2s ease-out;
}
.goodnews-banner__button:hover,
.goodnews-banner__button:focus{
    background-color: transparent;
    color: #ffffff;
}
@media all and (max-width: 1200px) {
    .goodnews-banner{
        min-height: 600px;
        padding: 200px 0 50px;
    }
    .goodnews-banner__container-wrapper{
        max-width: 52%;
    }
    .goodnews-banner__container::after{
        width: 60%;
        transform: translate(14%, 50px);
    }
    .goodnews-banner .widget-icon:after{
        display: none;
    }
    .goodnews-banner__button{
        margin-top: 50px;
    }
}
@media all and (max-width: 980px) {
    .goodnews-banner {
        padding: 100px 0 50px;
    }
    .goodnews-banner {
        min-height: auto;
    }
}
@media all and (max-width: 800px) {
    .goodnews-banner__button {
        margin-top: 40px;
        padding: 18px 36px;
        text-align: center;
        background: #fff;
        font-size: 16px;
    }
}
@media all and (max-width: 600px) {
    .goodnews-banner__container::after{
        display: none;
    }
    .goodnews-banner__container-wrapper {
        max-width: 100%;
    }
    .goodnews-banner__button {
        padding: 16px 32px;
        font-size: 15px;
    }
}

.surprise-pack {
    padding: 50px 0;
    color: #000;
}
.surprise-pack__title {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 37px;
    line-height: 134.1%;
    text-align: center;
}
.surprise-subtitle {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px;
}
.surprise-pack__item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    border-radius: 0;
    padding: 34px 24px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #D7D7D7;
}
.surprise-pack__item-wrapper::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: 0;
}
.surprise-pack__plan {
    font-weight: 400;
    font-size: 13.8111px;
    line-height: 120%;
    letter-spacing: 0.195em;
    text-transform: lowercase;
    color: #757479;
}
.surprise-pack__name {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    /* or 28px */

    text-transform: uppercase;

    color: #000;
}
.surprise-pack__price-block {
    margin-top: 24px;
    padding: 12px 0;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    text-align: center;
}
.surprise-pack__price {
    font-weight: 700;
    font-size: 28.2353px;
    line-height: 142.4%;
    color: #000;
}
.surprise-pack__old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 142.4%;
    text-decoration: line-through;
    color: #757575;
}
.surprise-pack__button {
    display: block;
    margin-top: 48px;
    padding: 18px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    background-color: var(--main-color, #252525);
    width: 100%;
    border-radius: 4px;
    text-decoration: none !important;
    text-transform: uppercase;

    transition: background-color .2s ease-out;
}
.surprise-pack__button:hover,
.surprise-pack__button:focus {
    color: #ffffff;
    background-color: var(--dark-main-color, #252525);
}
.surprise-pack__discount-text {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 142.4%;
    text-align: center;
    color: #757479;
}
.surprise-pack__economy-block {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}
.surprise-pack__economy-price {
    font-weight: 400;
    font-size: 24px;
    line-height: 142.4%;
}
.surprise-pack__economy-text {
    margin-left: 5px;
    margin-top: auto;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.surprise-pack__properties {
    margin-top: 20px;
}
.surprise-pack__prop {
    display: flex;
    margin-bottom: 17px;
    align-items: center;
}
.surprise-pack__prop::before {
    content: "";
    margin-top: -6px;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.99687 6.60005L9.89687 0.700048C10.0802 0.516715 10.3135 0.425049 10.5969 0.425049C10.8802 0.425049 11.1135 0.516715 11.2969 0.700048C11.4802 0.883382 11.5719 1.11671 11.5719 1.40005C11.5719 1.68338 11.4802 1.91672 11.2969 2.10005L4.69687 8.70005C4.49687 8.90005 4.26354 9.00005 3.99687 9.00005C3.73021 9.00005 3.49688 8.90005 3.29688 8.70005L0.696875 6.10005C0.513541 5.91672 0.421875 5.68338 0.421875 5.40005C0.421875 5.11671 0.513541 4.88338 0.696875 4.70005C0.880208 4.51672 1.11354 4.42505 1.39687 4.42505C1.68021 4.42505 1.91354 4.51672 2.09688 4.70005L3.99687 6.60005Z" fill="%23fbae43"/></svg>');
}
.surprise-pack__prop span {
    color: #757479;
}
/* End */


/* Start:/bitrix/templates/newintec/css/goodnews.css?173339155024585*/
@font-face {
	font-family: "Bebas Neue Cyrillic"; 
	src:  url("/bitrix/templates/newintec/css/../fonts/bebas/38764ac6ef7cce3558484bb7e60b9af3.woff2") format("woff2"), /* chrome firefox */
    url("../fonts/bebas/http://db.onlinewebfonts.com/t/38764ac6ef7cce3558484bb7e60b9af3.woff") format("woff"); /* chrome firefox */
}


.goodbye2024-banner {
	background: url(/upload/2024/bg-kosmosr.jpg) no-repeat;
	background-position: center;
    min-height: 760px;
    position: relative;
	display: flex;
	background-size: cover;
}

.goodbye2024-banner {	
	background-position: top;
}
.goodbye2024-banner__bg {
	display: flex;
	width: 100%;
	
}
body .goodbye2024-banner__container {
	margin: auto;
    color: #fff;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;	
}
body .goodbye2024-banner__container::after {
	content: "";
	position: absolute;
	width: 1274px;
	height: 768px;
	background: url(/upload/2024/kosmo-man.png) no-repeat;
	bottom: 0;
	right: -350px;
}

.goodbye2024-banner__subtitle {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	font-family: Montserrat, sans-serif;
}
.goodbye2024-banner__subtitle span {
	color: #0BDFCF;
}

.goodbye2024-banner__title {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 400;
	color: #fff;
	font-family: Montserrat, sans-serif;
	margin-top: 9px;
	max-width: 818px;
}
.goodbye2024-banner__button1 {
	display: inline-block;
	margin-top: 38px;
	background: #0BDFCF;
	border-radius: 120px;
	color: #000;
	padding: 16px 45px;
	font-size: 18px;
}
.goodbye2024-banner__button1:hover {
	color: #fff;
	text-decoration: none;
}



.goodbye2020__disclaimer::after {
	content: "";
	z-index: 1;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	height: 100px;
	width: 100%;
	background:url(/upload/2020/goodbye2020/foot-pattern.png) bottom repeat-x;

}

.adaptive-container.shares-solutions {
	max-width: 1038px;    padding-top: 50px;
    padding-bottom: 50px;
}
.shares-solutions__title {
	font-weight: 500;
	font-size: 32px;
	line-height: 134.1%;
	text-align: center;
}
.shares-solutions__description {
	font-size: 24px;
	line-height: 158.3%;
	text-align: center;
}
.shares-solutions__info {
	margin-top: 21px;
	font-size: 18px;
	line-height: 147.5%;
	/* or 27px */

	text-align: center;

	color: #252525;
}
.onlinestore-banner__description span{
display: inline-block;
line-height: 1.3;
padding:0 10px;
border-radius: 20px;
border: 2px solid #fff;
}
.shares-solutions__picture {
	max-width: 73px;
}
.shares-solutions__name-solution {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	/* or 22px */
	color: #252525;
}


.shares-solutions__item-wrapper {
	background: #FFFFFF;
	/* Фон/Темно. серый */

	border: 1px solid #DADADA;
	padding: 32px;
	height: 100%;
}
.shares-solutions__item-wrapper a:hover {
	text-decoration: none !important;
}
.shares-solutions__items {
	margin-top: 40px;
}
.shares-solutions__info a {
	color: inherit;
}
.onlinestore-banner {
	display: flex;
	min-height: 980px;
	background: url(/upload/2021/goodnews/banner.jpg) no-repeat center #103B5E;
}

.onlinestore-banner__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.icons-block__containe img {
	max-width: 100%;
}
.onlinestore-banner__period {
	display: inline-block;
	color: #fff;
	font-size: 22px;
}
.onlinestore-banner__title {
	max-width: 785px;
	margin-top: 8px;
	font-weight: 600;
	font-size: 42px;
	line-height: 120%;
	color: #fff;
}
.onlinestore-banner__description {
	margin-top: 40px;	
	max-width: 509px;
	font-size: 28px;
	line-height: 145.6%;
	color: #fff;
}

.onlinestore-banner .onlinestore-banner__button,
.icons-block .onlinestore-banner__button {
	margin-top: 43px;
	padding: 15px 47px;
	color: #fff;
	background: #103B5E;
	text-decoration: none!important;
	font-weight: 600;
	font-size: 16px;
}

.decision-container{
	padding-top:140px;
}
.sections_websites-container{
	margin-bottom:60px;
}
.set-container{
	padding-top:60px;
}
@media (max-width:768px) {
	.goodbye2020__disclaimer::after {
		display: none;
	}
	.onlinestore-banner {
		background: #103B5E;
		min-height: 700px;
	}
	.onlinestore-banner__block {
		padding: 25px 18px;
	}
	.onlinestore-banner__title {
		font-size: 25px;
	}
	.onlinestore-banner .onlinestore-banner__button, .icons-block .onlinestore-banner__button {
		margin-top: 25px;
	}
}

.icons-block {
	font-family: Gilroy, sans-serif;
	margin-top: 100px;
}
.icons-block__container .icons-block__advantages--2 {
	margin-top: 60px;
}
.icons-block .icons-block__title {
	margin-bottom: 40px;
	text-align: center;
}
.icons-block .icons-block__title span {
	font-size: 60px;
}
.icons-block__chain {
	height: 45px;	
	background: url(/upload/2021/new-year/chain.png) repeat-x;
}
.icons-block__chain.icons-block__chain--top {
	transform: rotate(180deg);
}
.icons-block__subtitle {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 158.3%;	
	text-align: center;
	color: #252525;
}
.icons-block__item-wrapper {
	padding: 40px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.11);
	text-align: center;
} 
.icons-block__item-wrapper--without-border {
	border: 0;
	background: transparent;
}
.icons-block__item-wrapper--with-arrow {
	position: relative;
}
.icons-block__item-wrapper--with-arrow::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 47px;
	right: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/upload/2020/goodbye2020/arrow.svg) no-repeat center;
}
.icons-block__item:last-child .icons-block__item-wrapper--with-arrow::after {
	display: none;
}
.icons-block--with-button .icons-block__item-wrapper {
	position: relative;
	padding-bottom: 90px;
}
.icons-block__description {
	text-align: center;
	font-size: 20px;
	line-height: 155%;
}
.icons-block .icons-block__get-surprice {
	display: inline-block;
	text-decoration: none!important;
	color:#fff!important;
	padding: 15px 43px;
	font-size: 14px;
	line-height: 141.8%;	
	font-weight: bold;
}
.icons-block .icons-block__detail-suprise {
	margin-bottom: 10px;
	background: transparent;
	margin-right: 10px;
	font-weight: bold;
	padding: 15px 43px;
	font-size: 14px;
	line-height: 141.8%;
}
.icons-block .icons-block__detail-suprise:hover,
.icons-block .icons-block__detail-suprise:focus {
	background: #000;
	font-weight: bold;
}
.icons-block__button {
	position: absolute;
	color: #fff!important;
	margin: auto;
	width: 180px;
	bottom: 20px;
	left: 0;
	right: 0;
}
.icons-block__button:hover,
.icons-block__button:focus,
.icons-block__get-surprice:hover,
.icons-block__get-surprice:focus {
	opacity: 0.8;	
}
.icons-block__main-name {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 22px;
	line-height: 134.1%;
}
.icons-block__main-name--big {
	font-weight: 600;
	font-size: 36px;
	line-height: 117.8%;
	color: #0B0B0B;
}
.icons-block__main-name--big span {
	color: #AB3362;
}
.icons-block__price-block {
	display: flex;
	align-items: center;
}
.icons-block__price {
	font-weight: 500;
	font-size: 20px;
	line-height: 134.1%;	
	color: #AB3362;
}
.icons-block__old-price {
	margin-left: 16px;
	font-size: 14px;
	line-height: 134.1%;
	text-decoration-line: line-through;
	color: #989494;
}
.icons-block__name {	
	margin-top: 10px;
	font-weight: 500;
	font-weight: normal;
	font-size: 16px;
	line-height: 145.5%;
}
.icons-block__ul {
	margin-top: 8px;
	font-weight: normal;
	font-size: 14px;
	line-height: 134.1%;
	color: #6C6C6C;
	list-style: disc;
}
.icons-block__ul li {
	margin-left: 15px;
	margin-bottom: 12px;
}
.icons-block__item-wrapper--left {
	text-align: left;
}
.icons-block__percent {
	font-weight: 600;
	font-size: 37px;
	line-height: 134.1%;	
	color: #AB3362;
}
.icons-block__button {
	display: block;
	margin-top: 39px;
	font-weight: 600;
	font-size: 16px;
	line-height: 158.3%;
	color: #252525;
	cursor: pointer;
}
.icons-block__button:hover,
.icons-block__button:focus,
.icons-block__button:active {
	text-decoration: none;
}
.icons-block.icons-block--with-background {
	position: relative;
	margin-top: 0;
	padding-top: 120px;
	background: #f5f5f5;
}
.icons-block.icons-block--with-top-background {
	padding-top: 50px;
	position: relative;
	margin-top: -50px;
	background: #f5f5f5;
}
.icons-block.icons-block--with-top-background::before {
	content: "";
	height: 112px;
	width: 100%;
	top: -112px;
	position: absolute;
	transform: rotate(180deg);
	background: url(/upload/2020/goodbye2020/patter-grey.png) repeat-x;
}
.main-audit__item-action--period::before {
	background-image:url(/upload/2020/goodbye2020/clock.svg);
}
.main-audit__item-action--warning::before {
	background-image:url(/upload/2020/goodbye2020/warning.svg);
}
.main-audit__item-action--money::before {
	background-image:url(/upload/2020/goodbye2020/money.svg);
}
body .main-audit__item-action {
    align-items: flex-start;
}
body .main-audit__item-action div {
	margin-top: 5px;
	margin-bottom: 10px;
}
.licence-table {
	width: 100%;
	text-align: left;
}
.licence-table__name {
	font-size: 16px;
	line-height: 134.1%;
}
.licence-table__name-wrap {
	max-width: 136px;
}
.licence-table__new-price {
	font-weight: 600;
	font-size: 22px;
	line-height: 134.1%;
	color: #AB3362;
}
.licence-table__old-price {
	margin-bottom: 17px;
	font-size: 17px;
	line-height: 134.1%;
	/* identical to box height, or 23px */

	text-decoration-line: line-through;

	/* Черный */

	color: #0B0B0B;
}
body .main-title {
	font-size: 37px;
}
.crm-block {
	margin-top: 24px;
	background: #FFFFFF;
	padding: 26px 40px;
	/* Фон/Темно. серый */

	border: 1px solid #DADADA;
	box-sizing: border-box;
	border-radius: 2px;
}
.crm-block__name {
	font-weight: 600;
	font-size: 20px;
	line-height: 134.1%;	
	color: #0B0B0B;
	margin-bottom: 10px;
}
.crm-block__new-price {
	font-weight: 500;
	font-size: 20px;
	line-height: 134.1%;
	/* identical to box height, or 27px */


	/* Фон/Малиновый */

	color: #AB3362;
}
.crm-block__old-price {
margin-left: 12px;
font-size: 14px;
line-height: 134.1%;
/* identical to box height, or 19px */

text-decoration-line: line-through;

/* Серый */

color: #989494;
}
.crm-block__buy {
	background: #fff;
	margin: 0;
}
.crm-prices__title {
	margin-top: 60px;
	margin-left: 60px;
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 26px;
	line-height: 134.1%;
	/* identical to box height, or 35px */


	/* Черный */

	color: #0B0B0B;
}
.crm-prices__wrapper {
	border: 1px solid #DADADA;
	margin-right: -1px;
	margin-bottom: -1px;
	padding: 24px 60px;
}
body .crm-block__buy {
	margin: 0;
}
.crm-prices__name {
	font-weight: 600;
	font-size: 20px;
	line-height: 134.1%;
}

.adaptive-container-2.bitrix-share{
	padding-top:100px;
	padding-bottom:80px;
}
.crm-description{
	font-style: normal; font-weight: normal; font-size: 20px; line-height: 158.3%;
}

.main-text--intec-container-new{
	font-style: normal; font-weight: normal; font-size: 20px; line-height: 158.3%;
}
.icon-block-container{
    padding-top: 120px;
    margin-top: 0;
}
.sections_websites2-container{
	padding-bottom:60px;
}
.magazin_CRM  {
    padding-bottom: 100px;
}
.why-1c-bitrix{
	padding-bottom: 100px;
}
.advantages-intec {
	padding-top: 120px;
}
.detail-surprise {
	padding-top: 120px;
	padding-bottom: 100px;
}
.detail-surprise .detail-surprise__title {
	text-align: center;
	margin-bottom: 60px;
	font-weight: 600;
	font-size: 37px;
	line-height: 134.1%;
}
.detail-surprise__item {
	position: relative;
	padding-right: 70px;
	padding-bottom: 57px; 
}
.detail-surprise__item::before {
	content: "";
	top: 10px;
	left: -30px;
	position: absolute;
	width: 9px;
	height: 9px;
	background: #DADADA;
	border-radius: 50%;
}
.detail-surprise__line {
	position: absolute;
    left: -63px;
    top: 13.5px;
    width: 37px;
    border-top: 1px solid #DADADA;
}
.detail-surprise__line--1 {
	width: calc(100% - 63px);
	left: 63px;
}
.detail-surprise__items {
	position: relative;
}
.detail-surprise__items::before {
	content: "";
    position: absolute;
    border-left: 1px solid #DADADA;
    left: -63px;
    top: 14px;
    bottom: 168px;
}

.detail-surprise__counter {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 134.1%;
}
.detail-surprise__name {
	padding-bottom: 6px;
	font-weight: 600;
	font-size: 22px;
	line-height: 134.1%;
	color: #AB3362;
}
.detail-surprise__text {
	font-weight: normal;
	font-size: 20px;
	line-height: 158.3%;
	min-height: 90px;
}
.detail-surprise__text span {
	color: #AB3362;
	font-weight: bold;
}
.detail-surprise__price {
	margin-top: 16px;
	font-weight: bold;
	font-size: 16px;
	line-height: 134.1%;
	text-transform: uppercase;
}
.about-shares {
	padding: 80px 0 0;
}
.about-shares .about-shares__header {
	margin-bottom: 92px;
	font-weight: 600;
	font-size: 37px;
	line-height: 134.1%;
	text-align: center;
}

.about-shares__image {
	width: 278px;
	flex-shrink: 0;
	padding: 0 40px;
	display: flex;
	border-right: 1px solid #DADADA;
}
.about-shares__image img {
	margin: auto;
}
.about-shares__items {
	border: 1px solid #DADADA;
	border-bottom: 0;
}
.about-shares__item {
	border-bottom: 1px  solid #DADADA;
}
.about-shares__wrapper {
	display: flex;
}
.about-shares__text-col {  
	padding: 39px 80px;
}
.about-shares__title {
	margin-bottom: 29px;
	font-size: 16px;
	line-height: 134.1%;
	color: #AB3362;
}
.about-shares__title-condition {
	font-weight: 600;
	font-size: 14px;
	line-height: 134.1%;
	color: #6C6C6C;
}
.about-shares__conditions {
	margin-bottom: 33px;
}
.about-shares__title-condition {
	margin-bottom: 15px;
}
.about-shares__warning {
	position: relative;
	padding-left: 26px;
	margin-top: 11px;
	font-size: 15px;
	line-height: 134.1%;
	color: #000000;
}
.about-shares__warning::before {
	content: "";
	left: 0;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 19V19C5.029 19 1 14.971 1 10V10C1 5.029 5.029 1 10 1V1C14.971 1 19 5.029 19 10V10C19 14.971 14.971 19 10 19Z' stroke='%23AB3362' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 15V10H9' stroke='%23AB3362' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.749 6C9.611 6 9.499 6.112 9.5 6.25C9.5 6.388 9.612 6.5 9.75 6.5C9.888 6.5 10 6.388 10 6.25C10 6.112 9.888 6 9.749 6' stroke='%23AB3362' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	
}
.about-shares__condition-item {
	position: relative;
	margin-bottom: 13px;
	padding-left: 13px;
	line-height: 134.1%;
	color: #6C6C6C;
}
.about-shares__condition-item::before {
	content: "";
	position: absolute;
	left: 0; 
	top: 8px;
	width: 4px;
	height: 4px;
	background: #C4C4C4;
	border-radius: 50%;
}
.share-text-block-title {
font-weight: 700;
text-transform: uppercase;
}
@media (min-width:769px) {
.share-text-block-title {
font-size: 37px;
line-height: 48.1px;
}
}
@media (max-width:768px) {
	
}
body .icons-block.icons-box1 {
	padding-top: 250px;
	padding-bottom: 180px;
}
@media (max-width:1024px) {
	body .about-shares__header {
		margin-bottom: 20px!important;
	}
	body .icons-block.icons-box, 	
	body .icons-block.icons-box1 {
		padding: 50px 0;
		margin: 0;
	}
	.advantages-intec {
		padding-top: 40px;
	}
	.detail-surprise {
		padding-top: 0;
		padding-bottom: 0;
	}
	body .detail-surprise .detail-surprise__title {
		margin-bottom: 25px;
	}
	.detail-surprise__item {
		padding-bottom: 25px;
	}
	.icons-block .icons-block__title span {
		font-size: inherit;
	}
	.icons-block.icons-block--with-background {
		padding-top: 0;
		margin: 0;
	}
	.decision-container {
		padding-top: 50px;
	}
	.about-shares {
		padding-top: 0;
	}
	.about-shares__text-col {
		padding: 18px;
	}
	.about-shares__image {
		display: none;
	}
	.icon-block-container{
	    padding-top: 0px;
		padding-bottom: 0;
	}
	.set-container {
		padding-top: 0;
	}
	.adaptive-container-2.bitrix-share {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.shares-solutions__title br {
		display:none;
	}
	.shares-solutions__description, 
	.main-text--intec-container-new,
	.icons-block__main-name,
	.crm-block__name,
	.crm-block__new-price,
	.onlinestore-banner__description{
	    font-size: 16px;	
	}
	.shares-solutions__item-wrapper{
	    padding: 20px 15px;	
	}
	.shares-solutions__picture {
		max-width: 50px;
	}
	.icons-block__item-wrapper--with-arrow::after{
		display:none;
	}
	.icons-block__item-wrapper {
		padding: 10px 5px;
	}
	.icons-block{
	    margin-top: 60px;	
		margin-bottom: 60px;
	}
	.icons-block .icons-block__title, 
	.shares-solutions__title,
	.installment-products .installment-products__title,
	.icons-block .main-title,
	.about-shares .about-shares__header,
	.detail-surprise .detail-surprise__title {
	    font-size: 24px;	
		/*margin-bottom: 0;*/
		padding-top: 20px;
	}
	.icons-block__title.title-block.main-title.chestnoe-slovo-icons-block-main-title {
		margin-bottom: 25px;
	}
	.crm-description,
	.icons-block__name,
	.shares-solutions__name-solution{
	    font-size: 14px;	
	}
	.crm-block{
	    margin-top: 10px;
		padding: 14px 14px;	
	}
	.installment-products__button{
	    padding: 10px 30px;
		margin-top: 15px;
	}
	.onlinestore-banner .onlinestore-banner__button{
	    background: #3f91d4;	
	}
}

.chestne-banner {
background: url(/upload/2021/goodnews/chestnoe-slovo-bg.png) no-repeat center #103B5E;
background-size:cover;
min-height:1108px;
position:relative;
}

.chestnoe-slovo-whiteblock {
text-align:center;
background-color:white;
font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 150%;
padding: 89px 165px 79px 165px;
position:relative;
z-index:10;
max-width:1475px;
margin:auto;
margin-top:-210px;
}

.chestne-banner-img-block {
position:relative;
max-width: 1475px;
margin: auto;
}

.chestne-banner-img-block:before {
content:"";
position:absolute;
z-index:-0!important;
background-image: url('/upload/2021/goodnews/cs-banner-img.png');
background-size:cover;
width:1179px;
height:801px;
bottom: 85px;
right: -310px;
}

.onlinestore-banner__title.chestnoe-slovo {
font-style: normal;
font-weight: bold;
font-size: 66px;
line-height: 128%;
text-transform: uppercase;
color: #FFFFFF;
text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
}

.onlinestore-banner__description.chestnoe-slovo {
font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 196%;
max-width: 585px;
text-transform: uppercase;
}

.banner-upheader.chestnoe-slovo {
color: #74BEFE;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
letter-spacing: 0.01em;
font-family: Gilroy;
font-style: normal;
font-weight: bold;
font-size: 50px;
line-height: 100%;
}

.banner-upheader.chestnoe-slovo span.lines {
position:relative;
}

.banner-upheader.chestnoe-slovo span.lines:before {
content:'';
width:286px;
height:48px;
background-image: url('https://intecweb.ru/upload/2021/goodnews/crosslines.png');
position: absolute;
left: -13px;
top: 8px;
}

.adaptive-container .onlinestore-banner__block {
position: relative;
z-index: 1;
}

@media (max-width:1250px) {
.chestne-banner-img-block:before {
display:none;
}
}

@media (max-width:890px) {
.chestnoe-slovo-whiteblock {
padding: 40px 15px;
text-align: left;
}
.chestne-banner {
min-height:980px;
}
}

@media (max-width:768px) {
.chestnoe-slovo-whiteblock {
padding: 40px 33px;
}
.chestnoe-slovo-whiteblock {
margin-top:0;
}
.grey-background.chestnoe {
padding-top:0
}
}

@media (max-width:660px) {
.banner-upheader.chestnoe-slovo {
font-size: 24px;
margin-top: 115px;
}
.onlinestore-banner__description.chestnoe-slovo {
margin-bottom: 20px;
}
.banner-upheader.chestnoe-slovo span.lines:before {
background-size:contain;
width:148px;
height:25px;
top: 5px;
}
.onlinestore-banner__title.chestnoe-slovo {
font-size:24px;
}
.onlinestore-banner__description.chestnoe-slovo {
font-size:18px;
}
.chestnoe-slovo-whiteblock {
font-size:18px;
}
.onlinestore-banner__title.chestnoe-slovo {
margin-bottom: 30px;
margin-top: 7px;
}
.chestne-banner {
min-height:auto
}

}

@media (max-width:360px) {
.onlinestore-banner__block.chestnoe {
padding: 0 0 30px 0;
}
.chestnoe-slovo-whiteblock {
padding: 40px 15px;
}
}

.chestnoe-page-subtitle {
font-weight: 500;
font-size: 36px;
line-height: 134%;
text-align: center;
color: #0B0B0B;
margin-bottom:21px;
}

.chestnoe-page-subdescription {
font-family: Gilroy;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 158.3%;
margin-bottom:50px;
text-align: center;

color: #252525;
}

@media(max-width:660px) {
.chestnoe-page-subtitle {
font-size: 24px;
}
.chestnoe-page-subdescription {
font-size: 18px;
margin-bottom: 40px;
}
}

.onlinestore-banner__uptitle.chestnoe-slovo {
font-style: normal;
font-weight: normal;
font-size: 40px;
line-height: 133%;
color: #FFFFFF;
}

.onlinestore-banner__button.chestnoe-slovo {
font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 142%;
text-align: center;
text-transform: uppercase;
color: #164269;
background: #FFFFFF;
border-radius: 62px;
padding: 23px 50px;
}

.onlinestore-banner__button-wrap.chestnoe-slovo {
margin-top:105px;
}

@media (max-width:660px) {
.onlinestore-banner__button.chestnoe-slovo {
font-size:18px;
padding: 20px 44px;
}
.onlinestore-banner__button-wrap.chestnoe-slovo {
margin-top: 60px;
margin-bottom: 40px;
}
.onlinestore-banner__uptitle.chestnoe-slovo {
font-size:28px;
margin-top: 75px;
}
}

.chestnoe-slovo-stages-header {
text-align:center;
font-weight: 500;
font-size: 36px;
line-height: 134%;
margin-top:100px;
}

@media (max-width:660px) {
.chestnoe-slovo-stages-header {
font-size: 24px;
margin-top:45px;
}
}

.chestnoe-slovo-margin-top {
margin-top:115px;
}

@media (max-width:660px) {
.chestnoe-slovo-margin-top {
margin-top:45px;
}
}

.reasons-block-chs {
	overflow: hidden; 
	position: relative;
    background-color: #f5f5f5;
	background-image: linear-gradient(to right, transparent 30%, #fff 30%);
}
.reasons-block-chs__title {
	padding: 32px 0;
	text-align: center;
	font-weight: 500;
	font-size: 36px;
	line-height: 134%;
}
.reasons-block-chs__container {
	background: #fff;
}
.reasons-block-chs__tab-link {
	display: block;
	max-width: 300px;
	margin-bottom: 25px;
	padding-left: 74px;
	padding-right: 36px;	
	font-style: normal;	
	font-size: 16px;
	line-height: 21px;
	color: #7A7A7A;
	text-decoration: none!important;
}
.active .reasons-block-chs__tab-link{
	color: #AB3362;
	font-weight: 600;
}
.reasons-block-chs__reason-body {
	position: relative;
	height: 100%;
	padding: 56px 49px;
	border-top: 1px solid #DADADA;
}
.reasons-block-chs__body-title {	
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 24px;
	line-height: 145.5%;
}
.reasons-block-chs__body-text {
	font-size: 16px;
	line-height: 145.5%;
	padding-right: 200px;
}

.reasons-block-chs__tabs-navigation {	
	padding-top: 30px;
	padding-bottom: 20px;	
	padding-right: 36px;
	min-width: 307px;
	border-right: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
}
.reasons-block-chs__body-counter {
    right: 0;
    bottom: 0;
    position: absolute;
    font-weight: 600;
    font-size: 381.283px;
    line-height: 259.283px;
    color: #AB3362;
}
.reasons-block-chs__tabs-block {
	position: relative;
}
.reasons-block-chs__tabs-block::before {
	content: "";
    left: -4px;
    right: 0;
    width: 100000px;
    position: absolute;
    border-top: 1px solid #dadada;
}
@media (max-width: 1024px) {
	.reasons-block-chs__title {
		font-weight: 600;   
		padding-bottom: 0;
		font-size: 24px;
		line-height: 134%;
		margin-bottom: 20px;			
	}
	.reasons-block-chs__tab-link{
	    margin-bottom: 15px;
		padding-left: 0px;
		padding-right: 0px;	
	}
	.reasons-block-chs__reason-body{
	    padding: 25px 0px;	
	}
	.reasons-block-chs__body-title{
	    font-size: 18px;	
	}

}
@media (max-width: 900px) {
	.reasons-block-chs__body-text{
		padding-right: 0;	
	}
	.reasons-block-chs__body-counter{
		display:none;
	}
}
@media (max-width: 600px) {
	.reasons-block-chs__tabs-navigation {
		border: 0;
	}
	.reasons-block-chs__body-counter {
		display: none;
	}
	.reasons-block-chs__body-text {
		padding-right: 0;
	}
	
}
@media (max-width:1100px) {
	body .goodbye2024-banner__container::after {
		display: none;
	}
}
@media (max-width:600px) {
	.goodbye2024-banner__subtitle {
		font-size: 24px;
	}
	.goodbye2024-banner__title {
		font-size: 28px;
	}
	.goodbye2024-banner {
		min-height: 450px;
	}
	.goodbye2024-banner__button1 {	
		margin-top: 25px;
		border-radius: 78px;
		color: #000;
		padding: 13px 25px;
		font-size: 16px;
	}
	body .icons-block.icons-box1, #bitrix_share {
		padding-top: 50px!important;
	}
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_question_2/style.css?17518727259413*/
.new_intec_form_presentation_2 {
    position: relative;
    overflow: hidden;
    padding: clamp(60px, 12vw, 120px) 0 clamp(30px, 12vw, 60px);
    font-size: clamp(16px, 1.8vw, 20px);
}
.new_intec_form_presentation_2-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 2.3em 3.5em;
    overflow: hidden;
	font-weight: 500;
	color: #252525;
	line-height: 128%;
}
.new_intec_form_presentation_2 .widget-header {
    max-width: calc(56% - .7em);
    flex: 0 0 calc(56% - .7em);
}
.new_intec_form_presentation_2 .widget-header .widget-picture{
    display: flex;
}
.new_intec_form_presentation_2 .widget-header .widget-picture img{
    width: 100%;
    height: 100%;
    object-position: center top;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}
.new_intec_form_presentation_2 .widget-header + .widget-content{
    margin-top: 2.4em;
}
.new_intec_form_presentation_2 .widget-content {
    flex: 1 0 calc(42% - 2.3em);
}
.new_intec_form_presentation_2 .widget-content .widget-title {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 128%;
    color: #1B1E25;
}
.new_intec_form_presentation_2 .widget-content .widget-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
    margin-top: 20px;
}
.new_intec_form_presentation_2 .widget-content .widget-title + form{
    margin-top: 3em;
}
.new_intec_form_presentation_2 .header_grey {
    margin-bottom: 18px
}
.new_intec_form_presentation_2_under {
    font-size: 14px;
}
.new_intec_form_presentation_2 .header_grey {
    font-size: 30px;
    padding-top: 35px;
    padding-bottom: 5px;
    color: #2c3449;
    font-weight: 300;
    margin-top: -30px;
    text-align: center;
}
.new_intec_form_presentation_2 .decription_form {
    text-align: center;
    font-size: 16px;
    color: #9198a9;
}
.new_intec_form_presentation_2 .controls_help {
	display: block;
	margin-top: 2em;
}
.new_intec_form_presentation_2 .controls_help:first-child{
	margin-top: 0;
}
.new_intec_form_presentation_2 .controls_help label {
    font-size: 14px;
    color: #4b5162;
    line-height: 24px;
    font-weight: 300;
}
.new_intec_form_presentation_2 .controls_help .input textarea {
    height: 135px;
}
.new_intec_form_presentation_2 .control .starrequired {
    color: #940939;
}
.new_intec_form_presentation_2 .controls_help .input input.inputfile {
    border: 0;
    box-shadow: none;
}
.new_intec_form_presentation_2 .controls_help label {
    font-size: 14px;
    color: #4b5162;
    line-height: 24px;
    font-weight: 300;
}
.new_intec_form_presentation_2 .decription_form {
    text-align: center;
    font-size: 16px;
    color: #9198a9;
}
.new_intec_form_presentation_2 .controls_help .input input,
.new_intec_form_presentation_2 .controls_help .input textarea,
.new_intec_form_presentation_2 .controls_help .captcha_form .input input,
.new_intec_form_presentation_2 .controls_help .input select {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    box-shadow: none;
    font-size: .9em;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    background-color: transparent;

	transition: all .2s ease-out;
}
.new_intec_form_presentation_2 .controls_help .input input::placeholder,
.new_intec_form_presentation_2 .controls_help .input textarea::placeholder,
.new_intec_form_presentation_2 .controls_help .captcha_form .input input::placeholder,
.new_intec_form_presentation_2 .controls_help .input select::placeholder {
    color: #C9C9C9;
}
.new_intec_form_presentation_2 .controls_help .input select.nofill,
.new_intec_form_presentation_2 .controls_help .input input.nofill,
.new_intec_form_presentation_2 .controls_help .input textarea.nofill,
.new_intec_form_presentation_2 .controls_help .captcha_form .input input.nofill,
.new_intec_form_presentation_2 .consent_form_help-checkbox input.nofill + label{
    border-color: red;
}
.new_intec_form_presentation_2 .controls_help .captcha_form .input input {
    width: 117px;
    display: inline-block;
}
.new_intec_form_presentation_2 .controls_help .captcha_form .input img {
    width: 128px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: 13px;
    margin-top: -4px;
    height: 36px;
}
.new_intec_form_presentation_2 .controls_help .input textarea {
    height: 135px;
}
.new_intec_form_presentation_2 .control .starrequired {
    color: #940939;
}
.new_intec_form_presentation_2 .controls_help .input input.inputfile {
    border: 0;
    box-shadow: none;
}

.new_intec_form_presentation_2 .form-footer{
    display: flex;
    align-items: center;
    gap: 1.2em 1em;
    margin-top: 2.85em;
}

.new_intec_form_presentation_2 .buttons {
    display: inline-block;
}
.new_intec_form_presentation_2 .solid_button {
    display: inline-block;
    font-size: .8em;
	font-weight: 400;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 1.125em 2.25em;
    text-align: center;
    background: var(--main-color, #252525);
    border: none;
    margin: 0 auto;
    transition: background-color .2s ease-out;
}
.new_intec_form_presentation_2 .solid_button:hover {
    background-color: var(--dark-main-color, #000000);
}
.new_intec_form_presentation_2 .close_button {
    height: 36px;
    border-radius: 3px;
    float: left;
    line-height: 36px;
    width: 45%;
    text-align: center;
}
.new_intec_form_presentation_2 .errors {
    color: red;
    font-size: 15px;
    margin-top: 15px;
}
.new_intec_form_presentation_2 .text {
    font-size: 11px;
    margin-top: 5px;
}
.new_intec_form_presentation_2 .controls_help .input input.inputfile {
    padding: 7px !important;
    margin-top: 5px;
}
.new_intec_form_presentation_2 .consent_form_help {
	display: flex;
	gap: .8em;
}
.new_intec_form_presentation_2 .consent_form_help-consent{
	font-size: .7em;
	font-weight: 400;
	line-height: 128%;
	color: #808080;
	cursor: pointer;
	text-decoration: none;
    max-width: 500px;

	transition: color .2s ease-out;
}
.new_intec_form_presentation_2 .consent_form_help-consent:hover{
	color: var(--main-color);
}
.new_intec_form_presentation_2 .consent_form_help-checkbox input{
    display: none;
}
.new_intec_form_presentation_2 .consent_form_help-checkbox label{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	background-color: #ffffff;
    border: 1px solid #E8E8E8;
	border-radius: 2px;
	overflow: hidden;
    padding: 3px;
    cursor: pointer;

    transition: border-color .2s ease-out;
}
.new_intec_form_presentation_2 .consent_form_help-checkbox label svg{
	height: auto;
	opacity: 0;

	transition: opacity .2s ease-out;
}
.new_intec_form_presentation_2 .consent_form_help-checkbox input:checked + label svg{
	opacity: 1;
}
.new_intec_form_presentation_2 .consent_form_help-checkbox label svg path{
	stroke: var(--main-color);
}
@media all and (max-width: 1240px) {
    .new_intec_form_presentation_2-wrapper {
        gap: 2.3em 2em;
    }
	.new_intec_form_presentation_2 .widget-header{
		max-width: calc(50% - 1em);
		flex: 0 0 calc(50% - 1em);
	}
    .new_intec_form_presentation_2 .widget-content{
        flex: 1 0 calc(50% - 1em);
    }
}
@media all and (max-width: 800px) {
    .new_intec_form_presentation_2 {
        font-size: clamp(16px, 2.4vw, 20px);
    }
    .new_intec_form_presentation_2 .widget-content .widget-title + form{
        margin-top: 1.6em;
    }
    .new_intec_form_presentation_2 .controls_help{
        margin-top: 1.4em;
    }
	.new_intec_form_presentation_2-wrapper{
		flex-wrap: wrap;
	}
	.new_intec_form_presentation_2 .widget-header,
	.new_intec_form_presentation_2 .widget-content{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.new_intec_form_presentation_2 .consent_form_help{
		max-width: 440px;
	}
	.new_intec_form_presentation_2 .widget-content .widget-description{
		max-width: 560px;
	}
    .new_intec_form_presentation_2 .widget-header + .widget-content{
        margin-top: 0;
    }
}
@media all and (max-width: 600px) {
    .new_intec_form_presentation_2 .widget-content .widget-title{
        font-size: 1.5em;
    }
    .new_intec_form_presentation_2 .controls_help .input input, .new_intec_form_presentation_2 .controls_help .input textarea, .new_intec_form_presentation_2 .controls_help .captcha_form .input input, .new_intec_form_presentation_2 .controls_help .input select{
        font-size: 1em;
    }
    .new_intec_form_presentation_2 .solid_button{
        font-size: .85em;
    }
	.new_intec_form_presentation_2 .widget-content .widget-description{
		font-size: 16px;
		line-height: 123%;
		margin-top: 13px;
	}
	.new_intec_form_presentation_2-wrapper{
        gap: 2em;
	}
	.new_intec_form_presentation_2 .consent_form_help{
        flex: 0 0 100%;
	}
    .new_intec_form_presentation_2 .form-footer{
        flex-wrap: wrap;
        margin-top: 2.2em;
    }
}
/* End */
/* /include/shares/complects_kosmos/style.css?17534422797199 */
/* /bitrix/templates/newintec/css/goodnews.css?173339155024585 */
/* /bitrix/templates/newintec/components/bitrix/form.result.new/new_intec_form_question_2/style.css?17518727259413 */
